@formio/js 5.0.0-bb.dev.6 → 5.0.0-dev.5543.201e658
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/fonts/bootstrap-icons.woff +0 -0
- package/dist/fonts/bootstrap-icons.woff2 +0 -0
- package/dist/formio.embed.js +1 -1
- package/dist/formio.embed.min.js +1 -1
- package/dist/formio.embed.min.js.LICENSE.txt +1 -1
- package/dist/formio.form.js +4089 -4088
- package/dist/formio.form.min.js +1 -1
- package/dist/formio.form.min.js.LICENSE.txt +5 -5
- package/dist/formio.full.css +101 -4
- package/dist/formio.full.js +5080 -5079
- package/dist/formio.full.min.css +3 -3
- package/dist/formio.full.min.js +1 -1
- package/dist/formio.full.min.js.LICENSE.txt +5 -5
- package/dist/formio.js +1091 -1090
- package/dist/formio.min.js +1 -1
- package/dist/formio.min.js.LICENSE.txt +2 -2
- package/dist/formio.utils.js +7 -7
- package/dist/formio.utils.min.js +1 -1
- package/dist/formio.utils.min.js.LICENSE.txt +3 -3
- package/lib/cjs/Form.js +16 -3
- package/lib/cjs/Webform.d.ts +1 -0
- package/lib/cjs/Webform.js +28 -8
- package/lib/cjs/WebformBuilder.js +4 -2
- package/lib/cjs/components/address/fixtures/comp3.js +1 -1
- package/lib/cjs/components/button/Button.js +7 -1
- package/lib/cjs/components/datagrid/fixtures/comp6.js +1 -1
- package/lib/cjs/components/recaptcha/ReCaptcha.d.ts +4 -3
- package/lib/cjs/components/recaptcha/ReCaptcha.js +44 -44
- package/lib/cjs/formio.form.d.ts +1 -2
- package/lib/cjs/formio.form.js +1 -17
- package/lib/cjs/providers/storage/s3.d.ts +4 -1
- package/lib/cjs/providers/storage/s3.js +1 -29
- package/lib/cjs/translations/en.d.ts +2 -0
- package/lib/cjs/translations/en.js +2 -0
- package/lib/cjs/utils/conditionOperators/IsEqualTo.js +1 -1
- package/lib/cjs/utils/utils.js +2 -1
- package/lib/cjs/validator/Validator.d.ts +1 -1
- package/lib/cjs/validator/rules/Select.d.ts +1 -1
- package/lib/mjs/Form.js +16 -3
- package/lib/mjs/Webform.d.ts +1 -0
- package/lib/mjs/Webform.js +28 -8
- package/lib/mjs/WebformBuilder.js +4 -2
- package/lib/mjs/components/address/fixtures/comp3.js +1 -1
- package/lib/mjs/components/button/Button.js +7 -1
- package/lib/mjs/components/datagrid/fixtures/comp6.js +1 -1
- package/lib/mjs/components/recaptcha/ReCaptcha.d.ts +4 -3
- package/lib/mjs/components/recaptcha/ReCaptcha.js +30 -41
- package/lib/mjs/formio.form.d.ts +1 -2
- package/lib/mjs/formio.form.js +1 -16
- package/lib/mjs/providers/storage/s3.d.ts +4 -1
- package/lib/mjs/providers/storage/s3.js +1 -6
- package/lib/mjs/translations/en.d.ts +2 -0
- package/lib/mjs/translations/en.js +2 -0
- package/lib/mjs/utils/conditionOperators/IsEqualTo.js +1 -1
- package/lib/mjs/utils/utils.js +2 -1
- package/lib/mjs/validator/Validator.d.ts +1 -1
- package/lib/mjs/validator/rules/Select.d.ts +1 -1
- package/package.json +5 -4
- package/types/builders.d.ts +7 -0
- package/types/components/_classes/component/component.d.ts +174 -0
- package/types/components/_classes/componentmodal/componentmodal.d.ts +31 -0
- package/types/components/_classes/field/field.d.ts +5 -0
- package/types/components/_classes/input/input.d.ts +30 -0
- package/types/components/_classes/multivalue/multivalue.d.ts +16 -0
- package/types/components/_classes/nested/nestedComponent.d.ts +61 -0
- package/types/components/_classes/widgetcomponent/widgetComponent.d.ts +6 -0
- package/types/components/components.d.ts +69 -0
- package/types/components/schema.d.ts +240 -0
- package/types/displays.d.ts +7 -0
- package/types/element.d.ts +45 -0
- package/types/eventEmitter.d.ts +3 -0
- package/types/form.d.ts +18 -0
- package/types/formbuilder.d.ts +6 -0
- package/types/formio.d.ts +121 -0
- package/types/index.d.ts +18 -0
- package/types/licenses.d.ts +7 -0
- package/types/providers.d.ts +8 -0
- package/types/rulesEngine/conjunctions.d.ts +7 -0
- package/types/rulesEngine/operators.d.ts +7 -0
- package/types/rulesEngine/quckRules.d.ts +7 -0
- package/types/rulesEngine/rules.d.ts +7 -0
- package/types/rulesEngine/transformers.d.ts +7 -0
- package/types/rulesEngine/valueSources.d.ts +7 -0
- package/types/templates.d.ts +8 -0
- package/types/utils.d.ts +157 -0
- package/types/widgets.d.ts +4 -0
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Signature Pad v4.1.
|
|
2
|
+
* Signature Pad v4.1.7 | https://github.com/szimek/signature_pad
|
|
3
3
|
* (c) 2023 Szymon Nowak | Released under the MIT license
|
|
4
4
|
*/
|
|
5
5
|
|
|
@@ -23,11 +23,11 @@
|
|
|
23
23
|
* MIT licensed
|
|
24
24
|
*/
|
|
25
25
|
|
|
26
|
-
/*! @formio/choices.js v10.2.
|
|
26
|
+
/*! @formio/choices.js v10.2.1 | © 2024 Josh Johnson | https://github.com/jshjohnson/Choices#readme */
|
|
27
27
|
|
|
28
|
-
/*! @license DOMPurify 3.0.
|
|
28
|
+
/*! @license DOMPurify 3.0.9 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.0.9/LICENSE */
|
|
29
29
|
|
|
30
|
-
/*! formiojs v5.0.0-
|
|
30
|
+
/*! formiojs v5.0.0-rc.27 | https://unpkg.com/formiojs@5.0.0-rc.27/LICENSE.txt */
|
|
31
31
|
|
|
32
32
|
/**
|
|
33
33
|
* @license
|
|
@@ -48,4 +48,4 @@
|
|
|
48
48
|
|
|
49
49
|
//! moment.js
|
|
50
50
|
|
|
51
|
-
//! version : 0.5.
|
|
51
|
+
//! version : 0.5.45
|
package/dist/formio.full.css
CHANGED
|
@@ -401,16 +401,16 @@ dialog.fixed {
|
|
|
401
401
|
}
|
|
402
402
|
|
|
403
403
|
/*!
|
|
404
|
-
* Bootstrap Icons v1.
|
|
405
|
-
* Copyright 2019-
|
|
404
|
+
* Bootstrap Icons v1.11.3 (https://icons.getbootstrap.com/)
|
|
405
|
+
* Copyright 2019-2024 The Bootstrap Authors
|
|
406
406
|
* Licensed under MIT (https://github.com/twbs/icons/blob/main/LICENSE)
|
|
407
407
|
*/
|
|
408
408
|
|
|
409
409
|
@font-face {
|
|
410
410
|
font-display: block;
|
|
411
411
|
font-family: "bootstrap-icons";
|
|
412
|
-
src: url("./fonts/bootstrap-icons.woff2?
|
|
413
|
-
url("./fonts/bootstrap-icons.woff?
|
|
412
|
+
src: url("./fonts/bootstrap-icons.woff2?dd67030699838ea613ee6dbda90effa6") format("woff2"),
|
|
413
|
+
url("./fonts/bootstrap-icons.woff?dd67030699838ea613ee6dbda90effa6") format("woff");
|
|
414
414
|
}
|
|
415
415
|
|
|
416
416
|
.bi::before,
|
|
@@ -2381,6 +2381,103 @@ url("./fonts/bootstrap-icons.woff?1fa40e8900654d2863d011707b9fb6f2") format("wof
|
|
|
2381
2381
|
.bi-sina-weibo::before { content: "\f8ca"; }
|
|
2382
2382
|
.bi-tencent-qq::before { content: "\f8cb"; }
|
|
2383
2383
|
.bi-wikipedia::before { content: "\f8cc"; }
|
|
2384
|
+
.bi-alphabet-uppercase::before { content: "\f2a5"; }
|
|
2385
|
+
.bi-alphabet::before { content: "\f68a"; }
|
|
2386
|
+
.bi-amazon::before { content: "\f68d"; }
|
|
2387
|
+
.bi-arrows-collapse-vertical::before { content: "\f690"; }
|
|
2388
|
+
.bi-arrows-expand-vertical::before { content: "\f695"; }
|
|
2389
|
+
.bi-arrows-vertical::before { content: "\f698"; }
|
|
2390
|
+
.bi-arrows::before { content: "\f6a2"; }
|
|
2391
|
+
.bi-ban-fill::before { content: "\f6a3"; }
|
|
2392
|
+
.bi-ban::before { content: "\f6b6"; }
|
|
2393
|
+
.bi-bing::before { content: "\f6c2"; }
|
|
2394
|
+
.bi-cake::before { content: "\f6e0"; }
|
|
2395
|
+
.bi-cake2::before { content: "\f6ed"; }
|
|
2396
|
+
.bi-cookie::before { content: "\f6ee"; }
|
|
2397
|
+
.bi-copy::before { content: "\f759"; }
|
|
2398
|
+
.bi-crosshair::before { content: "\f769"; }
|
|
2399
|
+
.bi-crosshair2::before { content: "\f794"; }
|
|
2400
|
+
.bi-emoji-astonished-fill::before { content: "\f795"; }
|
|
2401
|
+
.bi-emoji-astonished::before { content: "\f79a"; }
|
|
2402
|
+
.bi-emoji-grimace-fill::before { content: "\f79b"; }
|
|
2403
|
+
.bi-emoji-grimace::before { content: "\f7a0"; }
|
|
2404
|
+
.bi-emoji-grin-fill::before { content: "\f7a1"; }
|
|
2405
|
+
.bi-emoji-grin::before { content: "\f7a6"; }
|
|
2406
|
+
.bi-emoji-surprise-fill::before { content: "\f7a7"; }
|
|
2407
|
+
.bi-emoji-surprise::before { content: "\f7ac"; }
|
|
2408
|
+
.bi-emoji-tear-fill::before { content: "\f7ad"; }
|
|
2409
|
+
.bi-emoji-tear::before { content: "\f7b2"; }
|
|
2410
|
+
.bi-envelope-arrow-down-fill::before { content: "\f7b3"; }
|
|
2411
|
+
.bi-envelope-arrow-down::before { content: "\f7b8"; }
|
|
2412
|
+
.bi-envelope-arrow-up-fill::before { content: "\f7b9"; }
|
|
2413
|
+
.bi-envelope-arrow-up::before { content: "\f7be"; }
|
|
2414
|
+
.bi-feather::before { content: "\f7bf"; }
|
|
2415
|
+
.bi-feather2::before { content: "\f7c4"; }
|
|
2416
|
+
.bi-floppy-fill::before { content: "\f7c5"; }
|
|
2417
|
+
.bi-floppy::before { content: "\f7d8"; }
|
|
2418
|
+
.bi-floppy2-fill::before { content: "\f7d9"; }
|
|
2419
|
+
.bi-floppy2::before { content: "\f7e4"; }
|
|
2420
|
+
.bi-gitlab::before { content: "\f7e5"; }
|
|
2421
|
+
.bi-highlighter::before { content: "\f7f8"; }
|
|
2422
|
+
.bi-marker-tip::before { content: "\f802"; }
|
|
2423
|
+
.bi-nvme-fill::before { content: "\f803"; }
|
|
2424
|
+
.bi-nvme::before { content: "\f80c"; }
|
|
2425
|
+
.bi-opencollective::before { content: "\f80d"; }
|
|
2426
|
+
.bi-pci-card-network::before { content: "\f8cd"; }
|
|
2427
|
+
.bi-pci-card-sound::before { content: "\f8ce"; }
|
|
2428
|
+
.bi-radar::before { content: "\f8cf"; }
|
|
2429
|
+
.bi-send-arrow-down-fill::before { content: "\f8d0"; }
|
|
2430
|
+
.bi-send-arrow-down::before { content: "\f8d1"; }
|
|
2431
|
+
.bi-send-arrow-up-fill::before { content: "\f8d2"; }
|
|
2432
|
+
.bi-send-arrow-up::before { content: "\f8d3"; }
|
|
2433
|
+
.bi-sim-slash-fill::before { content: "\f8d4"; }
|
|
2434
|
+
.bi-sim-slash::before { content: "\f8d5"; }
|
|
2435
|
+
.bi-sourceforge::before { content: "\f8d6"; }
|
|
2436
|
+
.bi-substack::before { content: "\f8d7"; }
|
|
2437
|
+
.bi-threads-fill::before { content: "\f8d8"; }
|
|
2438
|
+
.bi-threads::before { content: "\f8d9"; }
|
|
2439
|
+
.bi-transparency::before { content: "\f8da"; }
|
|
2440
|
+
.bi-twitter-x::before { content: "\f8db"; }
|
|
2441
|
+
.bi-type-h4::before { content: "\f8dc"; }
|
|
2442
|
+
.bi-type-h5::before { content: "\f8dd"; }
|
|
2443
|
+
.bi-type-h6::before { content: "\f8de"; }
|
|
2444
|
+
.bi-backpack-fill::before { content: "\f8df"; }
|
|
2445
|
+
.bi-backpack::before { content: "\f8e0"; }
|
|
2446
|
+
.bi-backpack2-fill::before { content: "\f8e1"; }
|
|
2447
|
+
.bi-backpack2::before { content: "\f8e2"; }
|
|
2448
|
+
.bi-backpack3-fill::before { content: "\f8e3"; }
|
|
2449
|
+
.bi-backpack3::before { content: "\f8e4"; }
|
|
2450
|
+
.bi-backpack4-fill::before { content: "\f8e5"; }
|
|
2451
|
+
.bi-backpack4::before { content: "\f8e6"; }
|
|
2452
|
+
.bi-brilliance::before { content: "\f8e7"; }
|
|
2453
|
+
.bi-cake-fill::before { content: "\f8e8"; }
|
|
2454
|
+
.bi-cake2-fill::before { content: "\f8e9"; }
|
|
2455
|
+
.bi-duffle-fill::before { content: "\f8ea"; }
|
|
2456
|
+
.bi-duffle::before { content: "\f8eb"; }
|
|
2457
|
+
.bi-exposure::before { content: "\f8ec"; }
|
|
2458
|
+
.bi-gender-neuter::before { content: "\f8ed"; }
|
|
2459
|
+
.bi-highlights::before { content: "\f8ee"; }
|
|
2460
|
+
.bi-luggage-fill::before { content: "\f8ef"; }
|
|
2461
|
+
.bi-luggage::before { content: "\f8f0"; }
|
|
2462
|
+
.bi-mailbox-flag::before { content: "\f8f1"; }
|
|
2463
|
+
.bi-mailbox2-flag::before { content: "\f8f2"; }
|
|
2464
|
+
.bi-noise-reduction::before { content: "\f8f3"; }
|
|
2465
|
+
.bi-passport-fill::before { content: "\f8f4"; }
|
|
2466
|
+
.bi-passport::before { content: "\f8f5"; }
|
|
2467
|
+
.bi-person-arms-up::before { content: "\f8f6"; }
|
|
2468
|
+
.bi-person-raised-hand::before { content: "\f8f7"; }
|
|
2469
|
+
.bi-person-standing-dress::before { content: "\f8f8"; }
|
|
2470
|
+
.bi-person-standing::before { content: "\f8f9"; }
|
|
2471
|
+
.bi-person-walking::before { content: "\f8fa"; }
|
|
2472
|
+
.bi-person-wheelchair::before { content: "\f8fb"; }
|
|
2473
|
+
.bi-shadows::before { content: "\f8fc"; }
|
|
2474
|
+
.bi-suitcase-fill::before { content: "\f8fd"; }
|
|
2475
|
+
.bi-suitcase-lg-fill::before { content: "\f8fe"; }
|
|
2476
|
+
.bi-suitcase-lg::before { content: "\f8ff"; }
|
|
2477
|
+
.bi-suitcase::before { content: "\f900"; }
|
|
2478
|
+
.bi-suitcase2-fill::before { content: "\f901"; }
|
|
2479
|
+
.bi-suitcase2::before { content: "\f902"; }
|
|
2480
|
+
.bi-vignette::before { content: "\f903"; }
|
|
2384
2481
|
|
|
2385
2482
|
@charset "UTF-8";
|
|
2386
2483
|
.formio-loader {
|