Skip to content

Commit

Permalink
Merge pull request #35136 from dimagi/jls/update-vellum
Browse files Browse the repository at this point in the history
vellum:81a02d4222d41dad1b32ca2230c40e366f7c0a37
  • Loading branch information
orangejenny authored Sep 18, 2024
2 parents cefea6f + 2885ea0 commit 0295b84
Show file tree
Hide file tree
Showing 7 changed files with 219 additions and 38,659 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ If not present, bundled versions will be loaded. -->
```

See
[here](https://github.com/dimagi/commcare-hq/blob/master/corehq/apps/app_manager/templates/app_manager/v1/form_designer.html)
[here](https://github.com/dimagi/commcare-hq/blob/master/corehq/apps/app_manager/static/app_manager/js/forms/form_designer.js)
and `tests/main.js` for example options usage.

Vellum targets modern browsers. IE8 and earlier are not supported.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,6 @@
│ └─ uc.micro@^1.0.5
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
│ ├─ braces@^3.0.1
│ ├─ picomatch@^2.2.3
Expand Down Expand Up @@ -793,7 +792,7 @@
│ ├─ [email protected]
│ ├─ [email protected]
│ └─ underscore@^1.8.3
├─ [email protected].6
├─ [email protected].7
├─ [email protected]
├─ [email protected]
│ ├─ expand-tilde@^2.0.0
Expand Down Expand Up @@ -1006,4 +1005,4 @@
│ ├─ buffer-crc32@~0.2.3
│ └─ fd-slicer@~1.1.0
└─ [email protected]
Done in 0.27s.
Done in 0.12s.

Large diffs are not rendered by default.

38,864 changes: 213 additions & 38,651 deletions corehq/apps/app_manager/static/app_manager/js/vellum/src/main-components.js

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ requirejs.config({
"ckeditor-jquery",
"css/css!../node_modules/codemirror/lib/codemirror",
"css/css!../node_modules/jstree/dist/themes/default/style",
"css/css!yui-combo",
"css/css!../node_modules/at.js/dist/css/jquery.atwho"
],
"main-components": [
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1 +1 @@
6a528a4c134e643e1e36ab214e725cc056754e28
81a02d4222d41dad1b32ca2230c40e366f7c0a37

0 comments on commit 0295b84

Please sign in to comment.