@formio/js 5.1.0-dev.6030.abc8cfc → 5.1.0-dev.6035.9508dc1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/formio.builder.css +15 -17
- package/dist/formio.builder.min.css +1 -1
- package/dist/formio.form.css +15 -17
- package/dist/formio.form.js +15 -15
- package/dist/formio.form.min.css +1 -1
- package/dist/formio.form.min.js +1 -1
- package/dist/formio.form.min.js.LICENSE.txt +2 -2
- package/dist/formio.full.css +15 -17
- package/dist/formio.full.js +16 -16
- package/dist/formio.full.min.css +1 -1
- package/dist/formio.full.min.js +1 -1
- package/dist/formio.full.min.js.LICENSE.txt +2 -2
- package/dist/formio.js +1 -1
- package/dist/formio.min.js +1 -1
- package/dist/formio.min.js.LICENSE.txt +1 -1
- package/dist/formio.utils.js +1 -1
- package/dist/formio.utils.min.js +1 -1
- package/dist/formio.utils.min.js.LICENSE.txt +1 -1
- package/lib/cjs/Form.d.ts +2 -4
- package/lib/cjs/WizardBuilder.js +14 -1
- package/lib/cjs/components/form/Form.d.ts +1 -1
- package/lib/cjs/components/form/Form.js +5 -1
- package/lib/cjs/components/select/Select.d.ts +0 -1
- package/lib/cjs/components/select/Select.js +3 -23
- package/lib/cjs/components/tags/Tags.d.ts +1 -1
- package/lib/cjs/components/tags/Tags.js +2 -2
- package/lib/cjs/utils/ChoicesWrapper.d.ts +4 -25
- package/lib/cjs/utils/ChoicesWrapper.js +47 -124
- package/lib/mjs/Form.d.ts +2 -4
- package/lib/mjs/Form.js +1 -1
- package/lib/mjs/WizardBuilder.js +14 -1
- package/lib/mjs/components/form/Form.d.ts +1 -1
- package/lib/mjs/components/form/Form.js +4 -1
- package/lib/mjs/components/select/Select.d.ts +0 -1
- package/lib/mjs/components/select/Select.js +3 -22
- package/lib/mjs/components/tags/Tags.d.ts +1 -1
- package/lib/mjs/components/tags/Tags.js +2 -2
- package/lib/mjs/utils/ChoicesWrapper.d.ts +4 -25
- package/lib/mjs/utils/ChoicesWrapper.js +26 -119
- package/package.json +2 -2
@@ -23,9 +23,9 @@
|
|
23
23
|
* MIT licensed
|
24
24
|
*/
|
25
25
|
|
26
|
-
/*! @
|
26
|
+
/*! @license DOMPurify 3.2.4 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.2.4/LICENSE */
|
27
27
|
|
28
|
-
/*!
|
28
|
+
/*! choices.js v11.0.6 | © 2025 Josh Johnson | https://github.com/jshjohnson/Choices#readme */
|
29
29
|
|
30
30
|
/*! formiojs v5.1.0-dev.2 | https://unpkg.com/formiojs@5.1.0-dev.2/LICENSE.txt */
|
31
31
|
|
package/dist/formio.full.css
CHANGED
@@ -62,9 +62,9 @@
|
|
62
62
|
opacity: 1;
|
63
63
|
}
|
64
64
|
.choices[data-type*=select-one] .choices__button:focus {
|
65
|
-
box-shadow: 0 0 0 2px #
|
65
|
+
box-shadow: 0 0 0 2px #005F75;
|
66
66
|
}
|
67
|
-
.choices[data-type*=select-one] .choices__item[data-
|
67
|
+
.choices[data-type*=select-one] .choices__item[data-placeholder] .choices__button {
|
68
68
|
display: none;
|
69
69
|
}
|
70
70
|
.choices[data-type*=select-one]::after {
|
@@ -81,7 +81,7 @@
|
|
81
81
|
pointer-events: none;
|
82
82
|
}
|
83
83
|
.choices[data-type*=select-one].is-open::after {
|
84
|
-
border-color: transparent transparent #333
|
84
|
+
border-color: transparent transparent #333;
|
85
85
|
margin-top: -7.5px;
|
86
86
|
}
|
87
87
|
.choices[data-type*=select-one][dir=rtl]::after {
|
@@ -108,7 +108,7 @@
|
|
108
108
|
margin-bottom: 0;
|
109
109
|
margin-left: 8px;
|
110
110
|
padding-left: 16px;
|
111
|
-
border-left: 1px solid #
|
111
|
+
border-left: 1px solid #003642;
|
112
112
|
background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==");
|
113
113
|
background-size: 8px;
|
114
114
|
width: 8px;
|
@@ -174,8 +174,8 @@
|
|
174
174
|
font-weight: 500;
|
175
175
|
margin-right: 3.75px;
|
176
176
|
margin-bottom: 3.75px;
|
177
|
-
background-color: #
|
178
|
-
border: 1px solid #
|
177
|
+
background-color: #005F75;
|
178
|
+
border: 1px solid #004a5c;
|
179
179
|
color: #fff;
|
180
180
|
word-break: break-all;
|
181
181
|
box-sizing: border-box;
|
@@ -188,8 +188,8 @@
|
|
188
188
|
margin-left: 3.75px;
|
189
189
|
}
|
190
190
|
.choices__list--multiple .choices__item.is-highlighted {
|
191
|
-
background-color: #
|
192
|
-
border: 1px solid #
|
191
|
+
background-color: #004a5c;
|
192
|
+
border: 1px solid #003642;
|
193
193
|
}
|
194
194
|
.is-disabled .choices__list--multiple .choices__item {
|
195
195
|
background-color: #aaaaaa;
|
@@ -197,7 +197,7 @@
|
|
197
197
|
}
|
198
198
|
|
199
199
|
.choices__list--dropdown, .choices__list[aria-expanded] {
|
200
|
-
|
200
|
+
display: none;
|
201
201
|
z-index: 1;
|
202
202
|
position: absolute;
|
203
203
|
width: 100%;
|
@@ -209,10 +209,9 @@
|
|
209
209
|
border-bottom-right-radius: 2.5px;
|
210
210
|
overflow: hidden;
|
211
211
|
word-break: break-all;
|
212
|
-
will-change: visibility;
|
213
212
|
}
|
214
213
|
.is-active.choices__list--dropdown, .is-active.choices__list[aria-expanded] {
|
215
|
-
|
214
|
+
display: block;
|
216
215
|
}
|
217
216
|
.is-open .choices__list--dropdown, .is-open .choices__list[aria-expanded] {
|
218
217
|
border-color: #b7b7b7;
|
@@ -240,10 +239,10 @@
|
|
240
239
|
text-align: right;
|
241
240
|
}
|
242
241
|
@media (min-width: 640px) {
|
243
|
-
.choices__list--dropdown .choices__item--selectable, .choices__list[aria-expanded] .choices__item--selectable {
|
242
|
+
.choices__list--dropdown .choices__item--selectable[data-select-text], .choices__list[aria-expanded] .choices__item--selectable[data-select-text] {
|
244
243
|
padding-right: 100px;
|
245
244
|
}
|
246
|
-
.choices__list--dropdown .choices__item--selectable::after, .choices__list[aria-expanded] .choices__item--selectable::after {
|
245
|
+
.choices__list--dropdown .choices__item--selectable[data-select-text]::after, .choices__list[aria-expanded] .choices__item--selectable[data-select-text]::after {
|
247
246
|
content: attr(data-select-text);
|
248
247
|
font-size: 12px;
|
249
248
|
opacity: 0;
|
@@ -252,12 +251,12 @@
|
|
252
251
|
top: 50%;
|
253
252
|
transform: translateY(-50%);
|
254
253
|
}
|
255
|
-
[dir=rtl] .choices__list--dropdown .choices__item--selectable, [dir=rtl] .choices__list[aria-expanded] .choices__item--selectable {
|
254
|
+
[dir=rtl] .choices__list--dropdown .choices__item--selectable[data-select-text], [dir=rtl] .choices__list[aria-expanded] .choices__item--selectable[data-select-text] {
|
256
255
|
text-align: right;
|
257
256
|
padding-left: 100px;
|
258
257
|
padding-right: 10px;
|
259
258
|
}
|
260
|
-
[dir=rtl] .choices__list--dropdown .choices__item--selectable::after, [dir=rtl] .choices__list[aria-expanded] .choices__item--selectable::after {
|
259
|
+
[dir=rtl] .choices__list--dropdown .choices__item--selectable[data-select-text]::after, [dir=rtl] .choices__list[aria-expanded] .choices__item--selectable[data-select-text]::after {
|
261
260
|
right: auto;
|
262
261
|
left: 10px;
|
263
262
|
}
|
@@ -294,8 +293,7 @@
|
|
294
293
|
|
295
294
|
.choices__button {
|
296
295
|
text-indent: -9999px;
|
297
|
-
|
298
|
-
appearance: none;
|
296
|
+
appearance: none;
|
299
297
|
border: 0;
|
300
298
|
background-color: transparent;
|
301
299
|
background-repeat: no-repeat;
|