@knime/jsonforms 1.8.6 → 1.8.7
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/CHANGELOG.md +8 -0
- package/dist/{AnyOfTwinlist-CN2MwsvB.js → AnyOfTwinlist-B3lypiur.js} +1 -1
- package/dist/{Button-tqyx0NFH.js → Button-gTfjPXU4.js} +4 -5
- package/dist/{CheckboxControl-RE0n5096.js → CheckboxControl-BkQ44Uxj.js} +11 -12
- package/dist/{Checkboxes-BgICqMGr.js → Checkboxes-BmUZ2CDH.js} +18 -17
- package/dist/CheckboxesControl-DZ70hajb.js +38 -0
- package/dist/{ComboBoxControl-CFlD8eXE.js → ComboBoxControl-BOnJXJJK.js} +132 -124
- package/dist/DateControl-BFs-mHV0.js +34 -0
- package/dist/DateTimeControl-06lr5z6U.js +44 -0
- package/dist/DateTimeFormatInput-DdoDuQgr.js +375 -0
- package/dist/DateTimeFormatPickerControl-BNNUwWoq.js +40 -0
- package/dist/{DateTimeFormatPickerWithTypeControl-C--0viWF.js → DateTimeFormatPickerWithTypeControl-tieZcjif.js} +17 -24
- package/dist/Dropdown-DgLzYs1N.js +605 -0
- package/dist/DropdownControl-NW8_sCPB.js +31 -0
- package/dist/{HorizontalLayout-Ci4XB4_F.js → HorizontalLayout-CS_WKeeK.js} +3 -3
- package/dist/{InputField-B3FMlcG7.js → InputField-Cq0CoNDx.js} +39 -39
- package/dist/{IntegerControl-DTvwDu_1.js → IntegerControl-D8TYZOJ9.js} +1 -1
- package/dist/{IntervalControl-DQHxqYSG.js → IntervalControl-dVPrxAV7.js} +206 -209
- package/dist/LoadingDropdown-OAZ94jZa.js +75 -0
- package/dist/LoadingIcon-BK8jfTsz.js +18 -0
- package/dist/ManualTwinlistControl-BQLjGmy3.js +79 -0
- package/dist/MultiSelectListBoxControl-kqcoBl2C.js +31 -0
- package/dist/MultimodeTwinlistControl-BSnI3Nv-.js +500 -0
- package/dist/MultimodeTwinlistControl.vue_vue_type_style_index_0_scoped_a6fd4504_lang-BDJqwT00.js +66 -0
- package/dist/{MultiselectListBox-Deohiex5.js → MultiselectListBox-YT94gLy1.js} +91 -153
- package/dist/{NameFilter-OJ6BbgCw.js → NameFilter-CVf8SWRD.js} +3 -3
- package/dist/{NumberControl-Bqv5Yg5q.js → NumberControl-BS0iWMd1.js} +1 -1
- package/dist/NumberControlBase.vue_vue_type_script_setup_true_lang-Dpurs4vD.js +50 -0
- package/dist/{NumberInput-CceQgb7W.js → NumberInput-C9Z3WL4T.js} +3 -3
- package/dist/{OneOfDropdown-Cr4QdRNh.js → OneOfDropdown-BFvHiyIX.js} +10 -11
- package/dist/{RadioControl-C3iBCYho.js → RadioControl-CbIxlztZ.js} +2 -2
- package/dist/RadioControlBase.vue_vue_type_script_setup_true_lang-BRmNVSjH.js +104 -0
- package/dist/{RichTextControl-ByOMoBFd.js → RichTextControl-B2UI22lk.js} +4873 -5138
- package/dist/{SectionHeading-B6h7HB3W.js → SectionHeading-D8MBv1Z3.js} +5 -5
- package/dist/SectionHeading.vue_vue_type_style_index_0_scoped_c541eb08_lang-BLqdGTB-.js +15484 -0
- package/dist/{SectionLayout-BVcWUqMv.js → SectionLayout-B4iTDlS-.js} +13 -13
- package/dist/SettingsSubPanel-7MtEQsCU.js +5 -0
- package/dist/SettingsSubPanelLayout-kZZLsSFp.js +62 -0
- package/dist/{SimpleButtonControl-YqkAS0xK.js → SimpleButtonControl-BoXOJ9zQ.js} +11 -11
- package/dist/SimpleTwinlistControl-DDlauBMw.js +25 -0
- package/dist/SingleSelectControl-jVse9F_G.js +55 -0
- package/dist/SingleSelectListBoxControl-ywxzUCCs.js +232 -0
- package/dist/SortListControl-C4bCDy6D.js +417 -0
- package/dist/StyledListItem-BnJ01Nlz.js +76 -0
- package/dist/{TextAreaControl-CeXKNbLO.js → TextAreaControl-BhtBIx41.js} +23 -26
- package/dist/{TextControl-D6E5xDzR.js → TextControl-C2dBvR8J.js} +1 -1
- package/dist/TextControl.vue_vue_type_script_setup_true_lang-COlDG69H.js +47 -0
- package/dist/TimeControl-D4jyL0VO.js +35 -0
- package/dist/TwinlistControlBase-BqLpZHDo.js +58 -0
- package/dist/TwinlistLoadingInfo-BocQJbmS.js +956 -0
- package/dist/TypedStringFilter-C37z_WNB.js +27 -0
- package/dist/ValueSwitch-BkHtM8g5.js +131 -0
- package/dist/{ValueSwitchControl-BVWwNKDE.js → ValueSwitchControl-DWXZJ4B6.js} +1 -1
- package/dist/{VerticalLayout-M8_uuBIl.js → VerticalLayout-Cj0Iw5bO.js} +2 -2
- package/dist/VerticalLayoutBase-DbY0ymdY.js +20 -0
- package/dist/ZonedDateTimeControl-DDzW56Mi.js +68 -0
- package/dist/{_baseEach-FP8ISlsz.js → _baseEach-Bnv4si8j.js} +2 -2
- package/dist/_baseIteratee-26w6nADM.js +516 -0
- package/dist/{_getTag-DiktJuv_.js → _getTag-DsiTI6uv.js} +33 -34
- package/dist/ai-general-CEjHPwV_-Cvgl4_i4.js +22 -0
- package/dist/annotation-mode-RuLeuF8s-DzQXI1AV.js +22 -0
- package/dist/arrow-down-BUkisWSu-D4BXUOrP.js +22 -0
- package/dist/arrow-dropdown-DdgjzLAO.js +17 -0
- package/dist/arrow-next-CIOU5o42.js +17 -0
- package/dist/arrow-up-BD0GygxZ-D7Mems_w.js +22 -0
- package/dist/arrows-expand-D4HnemK6-CUTpcf1_.js +22 -0
- package/dist/arrows-move-MByhxCHY-DCt3qTon.js +22 -0
- package/dist/arrows-order-DG9bLo_s-5Ih9AY3t.js +22 -0
- package/dist/audio-datatype-ChGlgbFR-Co5Zwh98.js +22 -0
- package/dist/back-knRL_H9j-6rQffRgs.js +22 -0
- package/dist/binary-object-datatype-CduhSXn7-G7O0170V.js +22 -0
- package/dist/bit-byte-vector-datatype-53diw48X-C0vb-7Za.js +22 -0
- package/dist/bold-Bpd1mjNS-DZSOWkhE.js +22 -0
- package/dist/boolean-datatype-CNMwV1-Q-CjMVyisS.js +26 -0
- package/dist/calendar-DTdbEMEZ-DZIC5AGb.js +22 -0
- package/dist/case-sensitive-ULceA_jf-DzrrRvkb.js +21 -0
- package/dist/center-aligned-X-iYFab0-DyQ8fV6W.js +21 -0
- package/dist/checkmark-DmnbDwa7-C_OepG74.js +22 -0
- package/dist/chevron-down-DUgPIDVj-B4fFp-UP.js +22 -0
- package/dist/chevron-left-double-UgFnDa0n-w4rcZsHk.js +22 -0
- package/dist/chevron-left-reHqFzYq-Ci5X3496.js +22 -0
- package/dist/chevron-right-CqpG4jxa-BjjbYbFB.js +22 -0
- package/dist/chevron-right-double-DAZZqg3Y-Dd7WqGIE.js +22 -0
- package/dist/chevron-up-CP9hfisr-Bpqp3uMG.js +22 -0
- package/dist/circle-error-CUKvliKO-BsDmD6sr.js +22 -0
- package/dist/circle-info-BHbc2Dfd-CgX0kAFY.js +22 -0
- package/dist/circle-question-DJKFX8BS-ChfHp4tf.js +22 -0
- package/dist/circle-success-CzR_IhiJ-BlM-ztj-.js +22 -0
- package/dist/close-BuY4mhXV.js +17 -0
- package/dist/cloud-download-BjycS45T-Bxk0RB9z.js +22 -0
- package/dist/cloud-knime-CbfH2QXI-AGSEGIby.js +22 -0
- package/dist/cloud-upload-CBM_ZPio-Df18olgw.js +22 -0
- package/dist/cloud-workflow-CHVooPRY-Rmd1H_HY.js +22 -0
- package/dist/code-block-8dTtpw7o-DgvpySmi.js +22 -0
- package/dist/collection-list-datatype-BbBxWNoQ-C2p81j_V.js +22 -0
- package/dist/collection-set-datatype-gfqJuoiV-C4NnN6Q9.js +21 -0
- package/dist/color-picker-D7gvyEaI-BbTB1-lR.js +22 -0
- package/dist/component-B2Ox0yYN-CrKk0yfK.js +22 -0
- package/dist/connection-p5pto_YK-Dc4lKnMI.js +22 -0
- package/dist/cursor-Dwgv2ML3-BkyGUX-W.js +21 -0
- package/dist/data-app-BdXYo7bC-MFKVfbXR.js +22 -0
- package/dist/date-datatype-Cq5Mb-Rz-D5jygmPB.js +22 -0
- package/dist/date-time-CXa0bmvO-BKOAingr.js +22 -0
- package/dist/date-time-local-datatype-2M1INwiQ-B_lrZGk2.js +22 -0
- package/dist/date-time-zoned-datatype-olQRLG4p-CE-6u7ol.js +22 -0
- package/dist/db-database-CrBCUTVq-BYrm5Jg4.js +22 -0
- package/dist/default-extension-datatype-CpH9a_4m-dtNauDJC.js +22 -0
- package/dist/deploy-CF4vcyzf-BoIQJ4eP.js +22 -0
- package/dist/detect-DXa-xFxA-CAYBsRRH.js +22 -0
- package/dist/divider-CnnToczp-qDDiewPZ.js +21 -0
- package/dist/document-datatype-B_hkllA_-DbILVLkP.js +21 -0
- package/dist/duration-DE7cktzt-CYqGYHgQ.js +22 -0
- package/dist/duration-date-based-datatype-DvzT3E6b-CWAMdupg.js +22 -0
- package/dist/duration-time-based-datatype-DBJN91Tu-DuPFumws.js +22 -0
- package/dist/edit-DupAoog2-1zixQOq9.js +21 -0
- package/dist/education-DS376EBJ-ZJ6q5soh.js +22 -0
- package/dist/error-panel-DlRk6QCO-DOajzc4x.js +22 -0
- package/dist/execute-Dunu5ajY-Czsu21T1.js +22 -0
- package/dist/extension-4JadjVME-DGofAGsD.js +22 -0
- package/dist/extension-community-De5e8OmM-C_1ucbDz.js +22 -0
- package/dist/external-link-BiXB78-O--smUtSAz.js +22 -0
- package/dist/eye-CYWX12bw-Fj2N1qxL.js +25 -0
- package/dist/file-CWu1D3xj-7JuMP50G.js +22 -0
- package/dist/file-export-0X3T5whR-CfNGIAfA.js +22 -0
- package/dist/file-text-CUzJs5fe-CcYcEdC0.js +21 -0
- package/dist/filter-DGIMoqM1-DH-20woy.js +21 -0
- package/dist/floating-ui.vue-CDo9Kas1.js +1055 -0
- package/dist/flow-variable-in-DfVHb8Q6-B9gou0kW.js +30 -0
- package/dist/flow-variable-in-out-CZXPlePz-BnkaLnMM.js +38 -0
- package/dist/flow-variable-out-B5GnAU2d-BaWb5ncY.js +30 -0
- package/dist/folder-CgOQXlsa-Bo_anmPb.js +22 -0
- package/dist/folder-plus-BtmuHB9m-CdhxlbUz.js +22 -0
- package/dist/folder-workflow-NI_2jW5M-DOkDm8xy.js +22 -0
- package/dist/forum-CclgZ-7j-CRzC_mAZ.js +21 -0
- package/dist/function-catalog-BthrkGfD-CEp9atHO.js +22 -0
- package/dist/geo-datatype-D22EVbiv-D2Pj2aI6.js +26 -0
- package/dist/helm-datatype-BkZDIKEu-DLD0aWrJ.js +22 -0
- package/dist/home-Bcvrgb6q-DqRt7tOV.js +22 -0
- package/dist/{hotkeys-kwHHtFKz.js → hotkeys-rxnt4egK.js} +1 -1
- package/dist/image-png-datatype-DXI1vyFc-Bnh_VHrg.js +22 -0
- package/dist/image-svg-datatype-BkoxDjfE-Dl8ziH69.js +22 -0
- package/dist/import-B6KLpALE-Dpia7Pj_.js +22 -0
- package/dist/index-Bu8cAuLm.js +376 -0
- package/dist/index-CUSP9syR.js +204 -0
- package/dist/info-7Q08hRgI-V6hpBtkD.js +22 -0
- package/dist/interval-Dx80AKo_-DXQ03ZI_.js +22 -0
- package/dist/italic-DLUAn2LT-mJz9MhAv.js +22 -0
- package/dist/json-datatype-CslAT-V1-CEzTyDFX.js +22 -0
- package/dist/knime-jsonforms.css +1 -1
- package/dist/knime-jsonforms.js +84 -79
- package/dist/labeling-datatype-EUXY6MBu-DDHUKr_g.js +25 -0
- package/dist/left-aligned-CgdRLlyj-CsfhGahf.js +22 -0
- package/dist/like-D2rnvJMO-Bja0b-91.js +21 -0
- package/dist/limit-D87-XMRT-9zsEPquM.js +22 -0
- package/dist/linear-notation-molecule-d5kP2xXs-B3ko7qZS.js +22 -0
- package/dist/link-B0lweV4V-BLMCsgVm.js +22 -0
- package/dist/linked-metanode-Ik1_jf67-DnvJ9p04.js +22 -0
- package/dist/list-R-YhBe4M-fmLWauxG.js +22 -0
- package/dist/list-bulletpoint-Bsyc6vEO-BabpV-5E.js +22 -0
- package/dist/list-number-D2-3aYNM-X29j26tl.js +22 -0
- package/dist/list-thumbs-C_gV8qiQ-LwbhfbDH.js +22 -0
- package/dist/local-filesystem-zGOmKpFY-D3qjkS0c.js +22 -0
- package/dist/localTimeUtils-BfovHvC0.js +12126 -0
- package/dist/lock-mlEwUUt1-siq47Tp8.js +22 -0
- package/dist/magic-string.es-BQ9KnLz-.js +659 -0
- package/dist/message-datatype-C9-EmnSB-toPG-DiU.js +22 -0
- package/dist/metanode-DtkJqhjE-JmKltGzU.js +22 -0
- package/dist/microscope-DS6bN3jk-D6-iBu4y.js +22 -0
- package/dist/minus-CjUP6_Q8-C2cNkMBl.js +21 -0
- package/dist/model-pmml-datatype-94e99we--B6qWvQRR.js +22 -0
- package/dist/molecule-eT_tgLRf-Db6HzIxu.js +22 -0
- package/dist/more-actions-DBLTo2NK-DIZMs6E0.js +22 -0
- package/dist/navigator-e30QQMkl.js +4 -0
- package/dist/node-stack-B1tUffrH-DT_A3Km0.js +22 -0
- package/dist/number-double-datatype-CayvZwH9-DQIGZ_Be.js +21 -0
- package/dist/number-double-vector-datatype-skWwhKxd-Bva2EXW-.js +22 -0
- package/dist/number-integer-datatype-BhR4FHTI-CgzJMW52.js +22 -0
- package/dist/open-in-new-window-BLzRyCt0-C9_1hZjo.js +22 -0
- package/dist/parameter-DpU3cp7S-DU_6kWh8.js +22 -0
- package/dist/path-datatype-C97VTebF-DfguKZeK.js +22 -0
- package/dist/pending-changes-UhfijwVP-BW3sz-cD.js +22 -0
- package/dist/placeholder-BdlsIyd_-DnT2fjk_.js +21 -0
- package/dist/plus-BIHLsGIG-Cwj4-d6K.js +21 -0
- package/dist/popper-LGjf7Wza.js +905 -0
- package/dist/quote-Df1UEiut-wcHjq1W5.js +22 -0
- package/dist/re-execution-D6Vf8q4m-BtVB5yFs.js +22 -0
- package/dist/redo-gtkWmrwN-BEVcApVN.js +22 -0
- package/dist/reload-BVbCGubF.js +17 -0
- package/dist/reload-D2KQygjR-s3CVXXFQ.js +22 -0
- package/dist/reset-all-CnOZsHiC-DCh7OxpG.js +22 -0
- package/dist/right-aligned-DqKhZgBb-BAQMTF7u.js +22 -0
- package/dist/rocket-C4ar--Dz-CQT5nXkU.js +22 -0
- package/dist/save-Dc5j8rtx-B5Of3V-Q.js +22 -0
- package/dist/save-as-D9xt6dTU-CGe50563.js +22 -0
- package/dist/schedule-zAcSBtLR-DZJT8XzC.js +22 -0
- package/dist/search-DMQ_0_gU-Bse6bTV0.js +21 -0
- package/dist/selected-cancel-C1SnhoVq-CDNrsFod.js +22 -0
- package/dist/selected-execute-Ril2FDJ6-UHn8jm9U.js +22 -0
- package/dist/selected-reset-B6uNdY_x-CK0K3t4K.js +22 -0
- package/dist/send-Btyiuo31-C2us2xPf.js +22 -0
- package/dist/server-rack-workflow-Dm10gp1J-CbWjdARy.js +22 -0
- package/dist/settings-BonOwCqQ-BQRpQawF.js +25 -0
- package/dist/share-CM7XxCfc-DKiRPJGq.js +21 -0
- package/dist/shortcuts-CPtPBJxT-LALbCNZS.js +21 -0
- package/dist/sort-ascending-Bax79rC1-h3vjI2l0.js +22 -0
- package/dist/sort-descending-FZQuQEDb-FV26gxK9.js +22 -0
- package/dist/space-aIuAtYj8-B4M7xKxS.js +22 -0
- package/dist/space-local-B2_6Bsy_-CyRFC5tE.js +22 -0
- package/dist/space-private-Bzmo_auP-CxpDMsaW.js +22 -0
- package/dist/src/constants/inputFormats.d.ts +3 -0
- package/dist/src/higherOrderComponents/control/LabeledControl.vue.d.ts +25 -28
- package/dist/src/higherOrderComponents/control/controlToRenderer.d.ts +8 -1
- package/dist/src/higherOrderComponents/control/errorMessage/ErrorLine.vue.d.ts +3 -13
- package/dist/src/higherOrderComponents/control/errorMessage/ErrorMessages.vue.d.ts +16 -15
- package/dist/src/higherOrderComponents/control/errorMessage/withErrorMessage.d.ts +9 -2
- package/dist/src/higherOrderComponents/control/index.d.ts +1 -0
- package/dist/src/higherOrderComponents/control/types.d.ts +8 -4
- package/dist/src/higherOrderComponents/control/util.d.ts +10 -30
- package/dist/src/higherOrderComponents/control/validation/types.d.ts +6 -1
- package/dist/src/higherOrderComponents/control/validation/useValidation.d.ts +6 -3
- package/dist/src/higherOrderComponents/control/withLabel.d.ts +5 -3
- package/dist/src/higherOrderComponents/layout/types.d.ts +2 -2
- package/dist/src/higherOrderComponents/layout/util.d.ts +2 -18
- package/dist/src/higherOrderComponents/types.d.ts +11 -10
- package/dist/src/index.d.ts +2 -1
- package/dist/src/layoutComponents/Form.vue.d.ts +12 -4
- package/dist/src/layoutComponents/HorizontalLayout.vue.d.ts +1 -10
- package/dist/src/layoutComponents/SectionLayout.vue.d.ts +12 -13
- package/dist/src/layoutComponents/SettingsSubPanelLayout.vue.d.ts +1 -10
- package/dist/src/layoutComponents/VerticalLayout.vue.d.ts +1 -10
- package/dist/src/layoutComponents/VerticalLayoutBase.vue.d.ts +15 -17
- package/dist/src/layoutComponents/index.d.ts +2 -1
- package/dist/src/layoutComponents/section/SectionHeading.vue.d.ts +12 -14
- package/dist/src/layoutComponents/settingsSubPanel/SettingsSubPanel.vue.d.ts +11 -30
- package/dist/src/layoutComponents/settingsSubPanel/SettingsSubPanelBackArrow.vue.d.ts +8 -3
- package/dist/src/loading/LoadingDialog.vue.d.ts +1 -1
- package/dist/src/renderers/checkboxesRenderer.d.ts +0 -2
- package/dist/src/renderers/dateTimeFormatPickerRenderer.d.ts +2 -2
- package/dist/src/renderers/defaultRenderers.d.ts +1112 -1229
- package/dist/src/renderers/dropdownRenderer.d.ts +1 -241
- package/dist/src/renderers/fallbackRenderers.d.ts +8 -290
- package/dist/src/renderers/horizontalLayoutRenderer.d.ts +1 -43
- package/dist/src/renderers/multiSelectListBoxRenderer.d.ts +2 -0
- package/dist/src/renderers/sectionLayoutRenderer.d.ts +6 -90
- package/dist/src/renderers/sectionSubPanelLayoutRenderer.d.ts +1 -43
- package/dist/src/renderers/simpleButtonRenderer.d.ts +11 -81
- package/dist/src/renderers/singleSelectListBoxRenderer.d.ts +2 -0
- package/dist/src/renderers/sortListRenderer.d.ts +998 -280
- package/dist/src/renderers/textMessageRenderer.d.ts +62 -106
- package/dist/src/renderers/textRenderer.d.ts +1 -241
- package/dist/src/renderers/twinlistRenderer.d.ts +2 -0
- package/dist/src/renderers/verticalLayoutRenderer.d.ts +2 -86
- package/dist/src/renderers/zonedDateTimeRenderer.d.ts +1 -1
- package/dist/src/types/ChoicesUiSchema.d.ts +13 -5
- package/dist/src/types/provided.d.ts +18 -4
- package/dist/src/uiComponents/CheckboxControl.vue.d.ts +14 -14
- package/dist/src/uiComponents/CheckboxesControl.vue.d.ts +2 -10
- package/dist/src/uiComponents/ComboBoxControl.vue.d.ts +2 -10
- package/dist/src/uiComponents/DateControl.vue.d.ts +2 -10
- package/dist/src/uiComponents/DateTimeControl.vue.d.ts +2 -10
- package/dist/src/uiComponents/DateTimeFormatPickerControl.vue.d.ts +2 -10
- package/dist/src/uiComponents/DateTimeFormatPickerWithTypeControl.vue.d.ts +2 -10
- package/dist/src/uiComponents/DropdownControl.vue.d.ts +3 -22
- package/dist/src/uiComponents/DynamicIcon.vue.d.ts +3 -12
- package/dist/src/uiComponents/IntegerControl.vue.d.ts +2 -10
- package/dist/src/uiComponents/IntervalControl.vue.d.ts +2 -10
- package/dist/src/uiComponents/MultiSelectListBoxControl.vue.d.ts +4 -0
- package/dist/src/uiComponents/NumberControl.vue.d.ts +2 -10
- package/dist/src/uiComponents/NumberControlBase.vue.d.ts +5 -18
- package/dist/src/uiComponents/OneOfDropdown.vue.d.ts +2 -10
- package/dist/src/uiComponents/RadioControl.vue.d.ts +2 -10
- package/dist/src/uiComponents/RadioControlBase.vue.d.ts +4 -17
- package/dist/src/uiComponents/SimpleButtonControl.vue.d.ts +5 -117
- package/dist/src/uiComponents/SingleSelectControl.vue.d.ts +2 -10
- package/dist/src/uiComponents/SingleSelectListBoxControl.vue.d.ts +4 -0
- package/dist/src/uiComponents/SortListControl.vue.d.ts +925 -79
- package/dist/src/uiComponents/TextAreaControl.vue.d.ts +2 -10
- package/dist/src/uiComponents/TextControl.vue.d.ts +204 -22
- package/dist/src/uiComponents/TextMessageControl.vue.d.ts +2 -10
- package/dist/src/uiComponents/TimeControl.vue.d.ts +2 -10
- package/dist/src/uiComponents/ValueSwitchControl.vue.d.ts +2 -10
- package/dist/src/uiComponents/ZonedDateTimeControl.vue.d.ts +2 -10
- package/dist/src/uiComponents/composables/useBuiltinValidations.d.ts +3 -6
- package/dist/src/uiComponents/composables/useHideOnNull.d.ts +3 -5
- package/dist/src/uiComponents/composables/usePossibleValues.d.ts +5 -5
- package/dist/src/uiComponents/composables/useProvidedState.d.ts +17 -2
- package/dist/src/uiComponents/index.d.ts +2 -1
- package/dist/src/uiComponents/loading/LoadingDropdown.vue.d.ts +1 -10
- package/dist/src/uiComponents/loading/TwinlistLoadingInfo.vue.d.ts +1 -1
- package/dist/src/uiComponents/loading/types/LoadingDropdownProps.d.ts +2 -2
- package/dist/src/uiComponents/richTextControl/DialogLinkModal.vue.d.ts +3 -10
- package/dist/src/uiComponents/richTextControl/RichTextControl.vue.d.ts +230 -10
- package/dist/src/uiComponents/twinlist/AnyOfTwinlist.vue.d.ts +2 -10
- package/dist/src/uiComponents/twinlist/ManualTwinlistControl.vue.d.ts +9 -0
- package/dist/src/uiComponents/twinlist/MultimodeTwinlistControl.vue.d.ts +11 -43
- package/dist/src/uiComponents/twinlist/NameFilter.vue.d.ts +2 -10
- package/dist/src/uiComponents/twinlist/SimpleTwinlistControl.vue.d.ts +2 -10
- package/dist/src/uiComponents/twinlist/TwinlistControlBase.vue.d.ts +8 -34
- package/dist/src/uiComponents/twinlist/TypedStringFilter.vue.d.ts +2 -10
- package/dist/src/uiComponents/twinlist/useUnknownValuesInTwinlist.d.ts +9 -1
- package/dist/strikethrough-B5OvXyS_-C-2aE0CG.js +22 -0
- package/dist/string-datatype-nDWXe0Ai-Bg7vxVYA.js +22 -0
- package/dist/string-vector-datatype-CKcnjj4A-D_XhjXhP.js +22 -0
- package/dist/subgraph-datatype-BeZaQU17-BoW0Iv2O.js +22 -0
- package/dist/term-datatype-ROXc3ddq-CGDTwE1Q.js +22 -0
- package/dist/test-tube-D1jY9f0B-BdVNcJnL.js +22 -0
- package/dist/testUtils/component.d.ts +86 -43
- package/dist/testing.js +9014 -8669
- package/dist/text-Dcwl242F-DKEEbE25.js +22 -0
- package/dist/textstyles-K03PpDJG-Bl-ERhSz.js +21 -0
- package/dist/thumbs-down-LaXuQYOO-i9duTrij.js +21 -0
- package/dist/thumbs-up-DMY3jgQp-B6tU5n6S.js +21 -0
- package/dist/time-BrqWI0yU-7du_RewE.js +22 -0
- package/dist/time-datatype-BQ767rrS-DKZC_Vrq.js +22 -0
- package/dist/to-bottom-C3w7coKl-DFEfTlCu.js +22 -0
- package/dist/to-top-qB5yRcmV-BgCtwtxh.js +22 -0
- package/dist/toString-BKm8v7Ps.js +25 -0
- package/dist/tool-datatype-DdDtNmoC-2NyLY-_i.js +22 -0
- package/dist/trash-BU3tMrJo-C4MsOwQa.js +22 -0
- package/dist/trigger-ClrkLEH_-_MNQWL4e.js +21 -0
- package/dist/underline-CLXwjAXP-M0SeJWoS.js +22 -0
- package/dist/undo-DqMrRbAA-CLiK3c2R.js +22 -0
- package/dist/unknown-datatype-DvCQu88a-8oUk1T_q.js +22 -0
- package/dist/unlink-AsK_ZWw_-DyUD7qtH.js +22 -0
- package/dist/uri-datatype-CdijzCVY-kZLY0UcD.js +22 -0
- package/dist/useBuiltinValidations-BR-uUi8P.js +74 -0
- package/dist/useDropdownNavigation-BfCXUheD.js +817 -0
- package/dist/usePossibleValues-C3V_0Qn_.js +16 -0
- package/dist/user-DvUjWARa-dQXH7RAr.js +22 -0
- package/dist/variable-boolean-BHPrIPTX-DYM2AS5h.js +30 -0
- package/dist/variable-collection-boolean-C_J7wThg-BwqzihDN.js +30 -0
- package/dist/variable-collection-double-BxKPwsrE-BFebzDQQ.js +30 -0
- package/dist/variable-collection-integer-CevE-mrB-3SE8MUm2.js +30 -0
- package/dist/variable-collection-string-yxLbb_-V-DhA9vpT5.js +30 -0
- package/dist/variable-conda-environment-D7JkuG0q-BJlFFMXx.js +30 -0
- package/dist/variable-credential-SFWXg0a0-BN8itYsK.js +30 -0
- package/dist/variable-integer-BUHZT63E-D5s2dhP4.js +30 -0
- package/dist/variable-number-double-CuPKBr9M-BA51GMLC.js +30 -0
- package/dist/variable-path-CcdwgBlO-CH8COEJe.js +30 -0
- package/dist/variable-string-Dk4KUHML-DEOpn3kP.js +30 -0
- package/dist/variable-unknown-iniv12vq-COQ0qFek.js +30 -0
- package/dist/view-cards-Bzc1izf--C46qdQbF.js +21 -0
- package/dist/warning-BXPHX6v6-CZJ5gP2b.js +22 -0
- package/dist/workflow-DlZxP-3l-WTyOrK43.js +21 -0
- package/dist/x-close-CIB3TdAj-BvMQp-8N.js +22 -0
- package/dist/xml-datatype-D7nWox5y-DGxzgQLk.js +22 -0
- package/package.json +5 -5
- package/dist/BaseButton-Cebd2AHy.js +0 -112
- package/dist/Checkbox-BIBnSAck.js +0 -75
- package/dist/CheckboxesControl-CE6XhDqY.js +0 -40
- package/dist/DateControl-eNPS2WTM.js +0 -29
- package/dist/DateTimeControl-DZEyD9oL.js +0 -54
- package/dist/DateTimeFormatInput-DlMvNNcx.js +0 -347
- package/dist/DateTimeFormatPickerControl-D68M5qSo.js +0 -47
- package/dist/DateTimeInput-Br-irfLt.js +0 -11205
- package/dist/Dropdown-DHch9f3F.js +0 -606
- package/dist/DropdownControl-CrawSsha.js +0 -84
- package/dist/FunctionButton-D3yEMdaG.js +0 -75
- package/dist/LoadingDropdown-B7HKqTuw.js +0 -40
- package/dist/MultimodeTwinlistControl-jCmOUQ5W.js +0 -526
- package/dist/NumberControlBase.vue_vue_type_script_setup_true_lang-DGBX2cRb.js +0 -53
- package/dist/RadioControlBase.vue_vue_type_script_setup_true_lang-CFpxDCH2.js +0 -108
- package/dist/SettingsSubPanel-D3d969ZZ.js +0 -143
- package/dist/SettingsSubPanel.vue_vue_type_style_index_1_lang-BEdJP1y9.js +0 -13321
- package/dist/SettingsSubPanelLayout-B3o1uRwT.js +0 -62
- package/dist/SimpleTwinlistControl-IBoMg9Sd.js +0 -22
- package/dist/SingleSelectControl-cq7XaB3B.js +0 -58
- package/dist/SortListControl-70CJRbMc.js +0 -372
- package/dist/TextControl.vue_vue_type_script_setup_true_lang-_045fE-M.js +0 -93
- package/dist/TimeControl-CkgkbfS1.js +0 -33
- package/dist/TwinlistControlBase-1tCrR4R6.js +0 -40
- package/dist/TwinlistLoadingInfo-Dnb6tfMf.js +0 -1045
- package/dist/TypedStringFilter-BXyUHaUT.js +0 -25
- package/dist/ValueSwitch-DdQ5SvYw.js +0 -138
- package/dist/VerticalLayoutBase-aQMRHInU.js +0 -20
- package/dist/ZonedDateTimeControl-CnE_CI8U.js +0 -74
- package/dist/_baseIteratee-DhaGkQLM.js +0 -518
- package/dist/arrow-dropdown-DjUxzjqC.js +0 -17
- package/dist/arrow-next-Qa8PNb04.js +0 -17
- package/dist/close-h7XT0ja0.js +0 -17
- package/dist/floating-ui.vue-B-MrqKCT.js +0 -1019
- package/dist/index-Bf0xDq3g.js +0 -373
- package/dist/isObject-B53jY8Qg.js +0 -7
- package/dist/isObjectLike-BatpeCIi.js +0 -29
- package/dist/isSymbol-C3_SC0Qp.js +0 -8
- package/dist/localTimeUtils-CHO8EMz1.js +0 -886
- package/dist/magic-string.es-Dn8TxLpu.js +0 -858
- package/dist/navigator-D_R-txCf.js +0 -7
- package/dist/popper-CRR--9mA.js +0 -907
- package/dist/reload-BhzcZRFp.js +0 -17
- package/dist/src/JsonFormsDialog.vue.d.ts +0 -51
- package/dist/svgWithTitle-Cb7lcck4.js +0 -18
- package/dist/toString-B9O7P854.js +0 -26
- package/dist/useBuiltinValidations-6-n78vkY.js +0 -52
- package/dist/useDropdownNavigation-D6ZenVxz.js +0 -55
- package/dist/useHideOnNull-CCfNP3O7.js +0 -42
- package/dist/usePossibleValues-BJ0cNARj.js +0 -26
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { openBlock as o, createElementBlock as t, createElementVNode as n } from "vue";
|
|
2
|
+
const r = {
|
|
3
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4
|
+
fill: "none",
|
|
5
|
+
stroke: "currentColor",
|
|
6
|
+
"stroke-linecap": "round",
|
|
7
|
+
"stroke-linejoin": "round",
|
|
8
|
+
viewBox: "0 0 12 12"
|
|
9
|
+
};
|
|
10
|
+
function l(s, e) {
|
|
11
|
+
return o(), t("svg", r, e[0] || (e[0] = [
|
|
12
|
+
n("path", {
|
|
13
|
+
d: "M1.5 1.5H11M1.5 3.75h8M1.5 6h8m-8 2.25H8M1.5 10.5H11",
|
|
14
|
+
"vector-effect": "non-scaling-stroke"
|
|
15
|
+
}, null, -1)
|
|
16
|
+
]));
|
|
17
|
+
}
|
|
18
|
+
const i = { render: l };
|
|
19
|
+
export {
|
|
20
|
+
i as default,
|
|
21
|
+
l as render
|
|
22
|
+
};
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { openBlock as t, createElementBlock as o, createElementVNode as n } from "vue";
|
|
2
|
+
const r = {
|
|
3
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4
|
+
fill: "none",
|
|
5
|
+
stroke: "currentColor",
|
|
6
|
+
"stroke-linecap": "round",
|
|
7
|
+
viewBox: "0 0 12 12"
|
|
8
|
+
};
|
|
9
|
+
function l(c, e) {
|
|
10
|
+
return t(), o("svg", r, e[0] || (e[0] = [
|
|
11
|
+
n("path", {
|
|
12
|
+
d: "M11 9.473a2.4 2.4 0 0 1-.15-.84v-.268m0-1.047v-.6c0-2.197-3.1-2.239-3.328-.733m3.328 1.333v1.047m0-1.047c-5.2-.948-3.78 3.67-.407 1.678.39-.231.407-.476.407-.63m-9.208-.96 1.355-4.673c.088-.305.911-.317 1.006 0l1.4 4.673m-3.761 0h3.76m-3.76 0L1 9.486m4.403-2.08.663 2.08",
|
|
13
|
+
"vector-effect": "non-scaling-stroke"
|
|
14
|
+
}, null, -1)
|
|
15
|
+
]));
|
|
16
|
+
}
|
|
17
|
+
const m = { render: l };
|
|
18
|
+
export {
|
|
19
|
+
m as default,
|
|
20
|
+
l as render
|
|
21
|
+
};
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { openBlock as o, createElementBlock as t, createElementVNode as n } from "vue";
|
|
2
|
+
const r = {
|
|
3
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4
|
+
fill: "none",
|
|
5
|
+
stroke: "currentColor",
|
|
6
|
+
"stroke-linejoin": "round",
|
|
7
|
+
viewBox: "0 0 12 12"
|
|
8
|
+
};
|
|
9
|
+
function c(l, e) {
|
|
10
|
+
return o(), t("svg", r, e[0] || (e[0] = [
|
|
11
|
+
n("path", {
|
|
12
|
+
d: "M8.423 5.82 7.038 7.98c-.057.36-.173 1.8-.173 1.8 0 .54-.346.72-.519.72h-.692c-.554 0-.692-.72-.692-1.08V7.26H2.885C1.777 7.26 1.5 6.54 1.5 6.18V3.66c0-1.584 1.385-2.1 2.077-2.16h4.846m0 4.32H10.5V1.5H8.423m0 4.32V1.5",
|
|
13
|
+
"vector-effect": "non-scaling-stroke"
|
|
14
|
+
}, null, -1)
|
|
15
|
+
]));
|
|
16
|
+
}
|
|
17
|
+
const i = { render: c };
|
|
18
|
+
export {
|
|
19
|
+
i as default,
|
|
20
|
+
c as render
|
|
21
|
+
};
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { openBlock as o, createElementBlock as t, createElementVNode as n } from "vue";
|
|
2
|
+
const r = {
|
|
3
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4
|
+
fill: "none",
|
|
5
|
+
stroke: "currentColor",
|
|
6
|
+
"stroke-linejoin": "round",
|
|
7
|
+
viewBox: "0 0 12 12"
|
|
8
|
+
};
|
|
9
|
+
function c(l, e) {
|
|
10
|
+
return o(), t("svg", r, e[0] || (e[0] = [
|
|
11
|
+
n("path", {
|
|
12
|
+
d: "m3.577 6.18 1.385-2.16c.057-.36.173-1.8.173-1.8 0-.54.346-.72.519-.72h.692c.554 0 .692.72.692 1.08v2.16h2.077c1.108 0 1.385.72 1.385 1.08v2.52c0 1.584-1.385 2.1-2.077 2.16H3.577m0-4.32H1.5v4.32h2.077m0-4.32v4.32",
|
|
13
|
+
"vector-effect": "non-scaling-stroke"
|
|
14
|
+
}, null, -1)
|
|
15
|
+
]));
|
|
16
|
+
}
|
|
17
|
+
const m = { render: c };
|
|
18
|
+
export {
|
|
19
|
+
m as default,
|
|
20
|
+
c as render
|
|
21
|
+
};
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { openBlock as o, createElementBlock as t, createElementVNode as n } from "vue";
|
|
2
|
+
const r = {
|
|
3
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4
|
+
fill: "none",
|
|
5
|
+
stroke: "currentColor",
|
|
6
|
+
"stroke-linecap": "round",
|
|
7
|
+
"stroke-linejoin": "round",
|
|
8
|
+
viewBox: "0 0 12 12"
|
|
9
|
+
};
|
|
10
|
+
function l(s, e) {
|
|
11
|
+
return o(), t("svg", r, e[0] || (e[0] = [
|
|
12
|
+
n("path", {
|
|
13
|
+
d: "M8 7.87 6 6.12V3.37M11 6A5 5 0 1 1 1 6a5 5 0 0 1 10 0",
|
|
14
|
+
"vector-effect": "non-scaling-stroke"
|
|
15
|
+
}, null, -1)
|
|
16
|
+
]));
|
|
17
|
+
}
|
|
18
|
+
const i = { render: l };
|
|
19
|
+
export {
|
|
20
|
+
i as default,
|
|
21
|
+
l as render
|
|
22
|
+
};
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { openBlock as t, createElementBlock as o, createElementVNode as n } from "vue";
|
|
2
|
+
const r = {
|
|
3
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4
|
+
fill: "none",
|
|
5
|
+
stroke: "currentColor",
|
|
6
|
+
"stroke-linecap": "round",
|
|
7
|
+
"stroke-linejoin": "round",
|
|
8
|
+
viewBox: "0 0 12 12"
|
|
9
|
+
};
|
|
10
|
+
function l(s, e) {
|
|
11
|
+
return t(), o("svg", r, e[0] || (e[0] = [
|
|
12
|
+
n("path", {
|
|
13
|
+
d: "M8 7.87 6 6.12V3.37M11 6A5 5 0 1 1 1 6a5 5 0 0 1 10 0",
|
|
14
|
+
"vector-effect": "non-scaling-stroke"
|
|
15
|
+
}, null, -1)
|
|
16
|
+
]));
|
|
17
|
+
}
|
|
18
|
+
const i = { render: l };
|
|
19
|
+
export {
|
|
20
|
+
i as default,
|
|
21
|
+
l as render
|
|
22
|
+
};
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { openBlock as o, createElementBlock as t, createElementVNode as n } from "vue";
|
|
2
|
+
const r = {
|
|
3
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4
|
+
fill: "none",
|
|
5
|
+
stroke: "currentColor",
|
|
6
|
+
"stroke-linecap": "round",
|
|
7
|
+
"stroke-linejoin": "round",
|
|
8
|
+
viewBox: "0 0 12 12"
|
|
9
|
+
};
|
|
10
|
+
function l(s, e) {
|
|
11
|
+
return o(), t("svg", r, e[0] || (e[0] = [
|
|
12
|
+
n("path", {
|
|
13
|
+
d: "M2 10.5h8m-4-2L2.5 5M6 8.5 9.5 5M6 8.5v-7",
|
|
14
|
+
"vector-effect": "non-scaling-stroke"
|
|
15
|
+
}, null, -1)
|
|
16
|
+
]));
|
|
17
|
+
}
|
|
18
|
+
const i = { render: l };
|
|
19
|
+
export {
|
|
20
|
+
i as default,
|
|
21
|
+
l as render
|
|
22
|
+
};
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { openBlock as o, createElementBlock as t, createElementVNode as n } from "vue";
|
|
2
|
+
const r = {
|
|
3
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4
|
+
fill: "none",
|
|
5
|
+
stroke: "currentColor",
|
|
6
|
+
"stroke-linecap": "round",
|
|
7
|
+
"stroke-linejoin": "round",
|
|
8
|
+
viewBox: "0 0 12 12"
|
|
9
|
+
};
|
|
10
|
+
function l(s, e) {
|
|
11
|
+
return o(), t("svg", r, e[0] || (e[0] = [
|
|
12
|
+
n("path", {
|
|
13
|
+
d: "M10 1.5H2m4 2L9.5 7M6 3.5 2.5 7M6 3.5v7",
|
|
14
|
+
"vector-effect": "non-scaling-stroke"
|
|
15
|
+
}, null, -1)
|
|
16
|
+
]));
|
|
17
|
+
}
|
|
18
|
+
const i = { render: l };
|
|
19
|
+
export {
|
|
20
|
+
i as default,
|
|
21
|
+
l as render
|
|
22
|
+
};
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { o as g, S as s } from "./SectionHeading.vue_vue_type_style_index_0_scoped_c541eb08_lang-BLqdGTB-.js";
|
|
2
|
+
import { i as l } from "./isArray-WzO_os3q.js";
|
|
3
|
+
function p(r, t) {
|
|
4
|
+
for (var n = -1, i = r == null ? 0 : r.length, o = Array(i); ++n < i; )
|
|
5
|
+
o[n] = t(r[n], n, r);
|
|
6
|
+
return o;
|
|
7
|
+
}
|
|
8
|
+
var e = s ? s.prototype : void 0, f = e ? e.toString : void 0;
|
|
9
|
+
function m(r) {
|
|
10
|
+
if (typeof r == "string")
|
|
11
|
+
return r;
|
|
12
|
+
if (l(r))
|
|
13
|
+
return p(r, m) + "";
|
|
14
|
+
if (g(r))
|
|
15
|
+
return f ? f.call(r) : "";
|
|
16
|
+
var t = r + "";
|
|
17
|
+
return t == "0" && 1 / r == -1 / 0 ? "-0" : t;
|
|
18
|
+
}
|
|
19
|
+
function S(r) {
|
|
20
|
+
return r == null ? "" : m(r);
|
|
21
|
+
}
|
|
22
|
+
export {
|
|
23
|
+
p as a,
|
|
24
|
+
S as t
|
|
25
|
+
};
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { openBlock as o, createElementBlock as t, createElementVNode as n } from "vue";
|
|
2
|
+
const r = {
|
|
3
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4
|
+
fill: "none",
|
|
5
|
+
stroke: "currentColor",
|
|
6
|
+
"stroke-linecap": "round",
|
|
7
|
+
"stroke-linejoin": "round",
|
|
8
|
+
viewBox: "0 0 12 12"
|
|
9
|
+
};
|
|
10
|
+
function l(s, e) {
|
|
11
|
+
return o(), t("svg", r, e[0] || (e[0] = [
|
|
12
|
+
n("path", {
|
|
13
|
+
d: "M9.317 3.919H8.081V2.683L9.523 1.24a2.471 2.471 0 0 0-3.295 3.295L2.256 8.509a.874.874 0 0 0 1.236 1.236l3.972-3.972a2.471 2.471 0 0 0 3.295-3.295z",
|
|
14
|
+
"vector-effect": "non-scaling-stroke"
|
|
15
|
+
}, null, -1)
|
|
16
|
+
]));
|
|
17
|
+
}
|
|
18
|
+
const c = { render: l };
|
|
19
|
+
export {
|
|
20
|
+
c as default,
|
|
21
|
+
l as render
|
|
22
|
+
};
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { openBlock as o, createElementBlock as t, createElementVNode as n } from "vue";
|
|
2
|
+
const r = {
|
|
3
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4
|
+
fill: "none",
|
|
5
|
+
stroke: "currentColor",
|
|
6
|
+
"stroke-linecap": "round",
|
|
7
|
+
"stroke-linejoin": "round",
|
|
8
|
+
viewBox: "0 0 12 12"
|
|
9
|
+
};
|
|
10
|
+
function l(s, e) {
|
|
11
|
+
return o(), t("svg", r, e[0] || (e[0] = [
|
|
12
|
+
n("path", {
|
|
13
|
+
d: "M9.351 2.762 9 10.25H3l-.351-7.488m-.649 0h8m-5.333 0V1.25h2.666v1.512",
|
|
14
|
+
"vector-effect": "non-scaling-stroke"
|
|
15
|
+
}, null, -1)
|
|
16
|
+
]));
|
|
17
|
+
}
|
|
18
|
+
const i = { render: l };
|
|
19
|
+
export {
|
|
20
|
+
i as default,
|
|
21
|
+
l as render
|
|
22
|
+
};
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { openBlock as o, createElementBlock as t, createElementVNode as r } from "vue";
|
|
2
|
+
const n = {
|
|
3
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4
|
+
fill: "none",
|
|
5
|
+
stroke: "currentColor",
|
|
6
|
+
"stroke-linejoin": "round",
|
|
7
|
+
viewBox: "0 0 12 12"
|
|
8
|
+
};
|
|
9
|
+
function l(s, e) {
|
|
10
|
+
return o(), t("svg", n, e[0] || (e[0] = [
|
|
11
|
+
r("path", {
|
|
12
|
+
d: "M5.896 6.954 2 6.496 7.472 1 6.103 5.046 10 5.504 4.529 11z",
|
|
13
|
+
"vector-effect": "non-scaling-stroke"
|
|
14
|
+
}, null, -1)
|
|
15
|
+
]));
|
|
16
|
+
}
|
|
17
|
+
const i = { render: l };
|
|
18
|
+
export {
|
|
19
|
+
i as default,
|
|
20
|
+
l as render
|
|
21
|
+
};
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { openBlock as n, createElementBlock as o, createElementVNode as r } from "vue";
|
|
2
|
+
const t = {
|
|
3
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4
|
+
fill: "none",
|
|
5
|
+
stroke: "currentColor",
|
|
6
|
+
"stroke-linecap": "round",
|
|
7
|
+
"stroke-linejoin": "round",
|
|
8
|
+
viewBox: "0 0 12 12"
|
|
9
|
+
};
|
|
10
|
+
function l(s, e) {
|
|
11
|
+
return n(), o("svg", t, e[0] || (e[0] = [
|
|
12
|
+
r("path", {
|
|
13
|
+
d: "M4 1.5v4.286C4 6.357 4.4 7.5 6 7.5s2-1.143 2-1.714V1.5M3 10h6",
|
|
14
|
+
"vector-effect": "non-scaling-stroke"
|
|
15
|
+
}, null, -1)
|
|
16
|
+
]));
|
|
17
|
+
}
|
|
18
|
+
const i = { render: l };
|
|
19
|
+
export {
|
|
20
|
+
i as default,
|
|
21
|
+
l as render
|
|
22
|
+
};
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { openBlock as o, createElementBlock as n, createElementVNode as t } from "vue";
|
|
2
|
+
const r = {
|
|
3
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4
|
+
fill: "none",
|
|
5
|
+
stroke: "currentColor",
|
|
6
|
+
"stroke-linecap": "round",
|
|
7
|
+
"stroke-linejoin": "round",
|
|
8
|
+
viewBox: "0 0 12 12"
|
|
9
|
+
};
|
|
10
|
+
function l(c, e) {
|
|
11
|
+
return o(), n("svg", r, e[0] || (e[0] = [
|
|
12
|
+
t("path", {
|
|
13
|
+
d: "m1.5 8.5 3.532-3.94a3.162 3.162 0 0 1 4.726 0c.795.887.74 1.492.74 3.439m-9 .5h3.754M1.5 8.5V4.315",
|
|
14
|
+
"vector-effect": "non-scaling-stroke"
|
|
15
|
+
}, null, -1)
|
|
16
|
+
]));
|
|
17
|
+
}
|
|
18
|
+
const d = { render: l };
|
|
19
|
+
export {
|
|
20
|
+
d as default,
|
|
21
|
+
l as render
|
|
22
|
+
};
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { openBlock as n, createElementBlock as o, createElementVNode as t } from "vue";
|
|
2
|
+
const r = {
|
|
3
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4
|
+
fill: "none",
|
|
5
|
+
stroke: "currentColor",
|
|
6
|
+
"stroke-linecap": "round",
|
|
7
|
+
"stroke-linejoin": "round",
|
|
8
|
+
viewBox: "0 0 12 12"
|
|
9
|
+
};
|
|
10
|
+
function l(c, e) {
|
|
11
|
+
return n(), o("svg", r, e[0] || (e[0] = [
|
|
12
|
+
t("path", {
|
|
13
|
+
d: "M4.5 4.102c0-.292.138-.572.384-.78.246-.206.58-.322.928-.322h.374c.348 0 .682.116.928.323s.384.487.384.78c.014.238-.052.474-.187.673s-.332.35-.562.429c-.23.105-.428.306-.563.57-.135.266-.2.581-.187.9m.25 2.08H6m.25 0a.24.24 0 0 0-.074-.172m.073.173a.24.24 0 0 1-.073.172m-.425-.172H6m-.25 0c0-.072.033-.137.083-.182m-.082.182a.24.24 0 0 0 .073.172M6 8.756l-.167-.182M6 8.756l.176-.173M6 8.756l.176.172M6 8.756l-.176.172m.01-.354a.25.25 0 0 1 .342.01m0 .344a.25.25 0 0 1-.352 0",
|
|
14
|
+
"vector-effect": "non-scaling-stroke"
|
|
15
|
+
}, null, -1)
|
|
16
|
+
]));
|
|
17
|
+
}
|
|
18
|
+
const a = { render: l };
|
|
19
|
+
export {
|
|
20
|
+
a as default,
|
|
21
|
+
l as render
|
|
22
|
+
};
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { openBlock as n, createElementBlock as o, createElementVNode as t } from "vue";
|
|
2
|
+
const r = {
|
|
3
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4
|
+
fill: "none",
|
|
5
|
+
stroke: "currentColor",
|
|
6
|
+
"stroke-linecap": "round",
|
|
7
|
+
"stroke-linejoin": "round",
|
|
8
|
+
viewBox: "0 0 12 12"
|
|
9
|
+
};
|
|
10
|
+
function l(c, e) {
|
|
11
|
+
return n(), o("svg", r, e[0] || (e[0] = [
|
|
12
|
+
t("path", {
|
|
13
|
+
d: "m8.072 5.996 1.516-1.513c.493-.494.555-1.267.123-1.7l-.493-.494c-.432-.432-1.203-.37-1.696.124L6.005 3.926M3.928 6.004 2.412 7.517c-.493.494-.555 1.267-.123 1.7l.493.494c.432.432 1.203.37 1.696-.124l1.517-1.513M4 3V1.5m4 9V9m1-1h1.5m-9-4H3",
|
|
14
|
+
"vector-effect": "non-scaling-stroke"
|
|
15
|
+
}, null, -1)
|
|
16
|
+
]));
|
|
17
|
+
}
|
|
18
|
+
const i = { render: l };
|
|
19
|
+
export {
|
|
20
|
+
i as default,
|
|
21
|
+
l as render
|
|
22
|
+
};
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { openBlock as o, createElementBlock as t, createElementVNode as n } from "vue";
|
|
2
|
+
const r = {
|
|
3
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4
|
+
fill: "none",
|
|
5
|
+
stroke: "currentColor",
|
|
6
|
+
"stroke-linecap": "round",
|
|
7
|
+
"stroke-linejoin": "round",
|
|
8
|
+
viewBox: "0 0 12 12"
|
|
9
|
+
};
|
|
10
|
+
function l(a, e) {
|
|
11
|
+
return o(), t("svg", r, e[0] || (e[0] = [
|
|
12
|
+
n("path", {
|
|
13
|
+
d: "m7 2-2 8m5-8-2 8M3 4.5h-.5m.5 0a.5.5 0 0 0-.146-.354M3 4.5a.5.5 0 0 1-.146.354M2 4.5h.5m-.5 0c0-.147.064-.28.165-.372M2 4.5c0 .138.056.263.146.354M2.5 4.5l-.335-.372M2.5 4.5l.354-.354M2.5 4.5l.354.354M2.5 4.5l-.354.354m.02-.726a.5.5 0 0 1 .688.018m0 .708a.5.5 0 0 1-.708 0M3 7.5h-.5m.5 0a.5.5 0 0 0-.146-.354M3 7.5a.5.5 0 0 1-.146.354M2 7.5h.5m-.5 0c0-.147.064-.28.165-.372M2 7.5c0 .138.056.263.146.354M2.5 7.5l-.335-.372M2.5 7.5l.354-.354M2.5 7.5l.354.354M2.5 7.5l-.354.354m.02-.726a.5.5 0 0 1 .688.018m0 .708a.5.5 0 0 1-.708 0",
|
|
14
|
+
"vector-effect": "non-scaling-stroke"
|
|
15
|
+
}, null, -1)
|
|
16
|
+
]));
|
|
17
|
+
}
|
|
18
|
+
const c = { render: l };
|
|
19
|
+
export {
|
|
20
|
+
c as default,
|
|
21
|
+
l as render
|
|
22
|
+
};
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
import { onUnmounted as u, toRef as p, computed as d } from "vue";
|
|
2
|
+
import { u as f } from "./SectionHeading.vue_vue_type_style_index_0_scoped_c541eb08_lang-BLqdGTB-.js";
|
|
3
|
+
const h = (t = {}) => t.validation || null, m = (t) => t.replace(/^validation\./, ""), v = (t) => {
|
|
4
|
+
const a = (t.providedOptions ?? []).filter(
|
|
5
|
+
(e) => e.startsWith("validation.")
|
|
6
|
+
);
|
|
7
|
+
return a.length === 0 ? null : a.reduce(
|
|
8
|
+
(e, n) => ({
|
|
9
|
+
...e,
|
|
10
|
+
[m(n)]: f(
|
|
11
|
+
p(t),
|
|
12
|
+
// @ts-expect-error - the valid provided options cannot be inferred
|
|
13
|
+
n
|
|
14
|
+
)
|
|
15
|
+
}),
|
|
16
|
+
{}
|
|
17
|
+
);
|
|
18
|
+
}, s = (t) => Object.entries(t), c = (t, a) => {
|
|
19
|
+
const e = s(t).map(
|
|
20
|
+
([n, { parameters: o, errorMessage: i }]) => ({
|
|
21
|
+
validate: a[n](o),
|
|
22
|
+
errorMessage: i
|
|
23
|
+
})
|
|
24
|
+
);
|
|
25
|
+
return (n) => ({
|
|
26
|
+
errors: e.filter(({ validate: o }) => !o(n)).map(({ errorMessage: o }) => o)
|
|
27
|
+
});
|
|
28
|
+
}, V = (t, a, e) => t === null ? null : c(
|
|
29
|
+
{
|
|
30
|
+
[a]: t
|
|
31
|
+
},
|
|
32
|
+
e
|
|
33
|
+
), M = (t, a, e, n) => {
|
|
34
|
+
const o = [];
|
|
35
|
+
if (t) {
|
|
36
|
+
const i = c(t, e);
|
|
37
|
+
o.push(n(i));
|
|
38
|
+
}
|
|
39
|
+
return a && s(a).map(
|
|
40
|
+
([r, l]) => d(
|
|
41
|
+
() => V(l.value, r, e)
|
|
42
|
+
)
|
|
43
|
+
).map(n).forEach((r) => o.push(r)), o;
|
|
44
|
+
}, b = ({
|
|
45
|
+
validations: t,
|
|
46
|
+
providedValidations: a
|
|
47
|
+
}) => {
|
|
48
|
+
const e = s(t || {}).reduce(
|
|
49
|
+
(n, [o, { parameters: i }]) => ({ ...n, [o]: i }),
|
|
50
|
+
{}
|
|
51
|
+
);
|
|
52
|
+
return d(() => a === null ? e : s(a).map(([n, o]) => ({
|
|
53
|
+
key: n,
|
|
54
|
+
providedValidation: o.value
|
|
55
|
+
})).filter(({ providedValidation: n }) => n !== null).reduce(
|
|
56
|
+
(n, { key: o, providedValidation: i }) => ({
|
|
57
|
+
...n,
|
|
58
|
+
// @ts-expect-error - we know that providedValidation is not null here
|
|
59
|
+
[o]: i.parameters
|
|
60
|
+
}),
|
|
61
|
+
e
|
|
62
|
+
));
|
|
63
|
+
}, O = (t, a) => {
|
|
64
|
+
const { uischema: e } = a.control, { options: n } = e, o = h(n), i = v(e), r = M(
|
|
65
|
+
o,
|
|
66
|
+
i,
|
|
67
|
+
t,
|
|
68
|
+
a.onRegisterValidation
|
|
69
|
+
);
|
|
70
|
+
return u(() => r.forEach((l) => l())), b({ validations: o, providedValidations: i });
|
|
71
|
+
};
|
|
72
|
+
export {
|
|
73
|
+
O as u
|
|
74
|
+
};
|