@knime/jsonforms 1.15.1 → 1.15.2
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 +11 -0
- package/dist/AnyOfTwinlist--MdzLj12.js +22 -0
- package/dist/{Button-B9RSLVI2.js → Button-V53sPts7.js} +7 -8
- package/dist/CheckboxControl-DxmF67Fl.js +40 -0
- package/dist/Checkboxes-Dc2mE1E7.js +105 -0
- package/dist/CheckboxesControl-MTDoYv6o.js +38 -0
- package/dist/{ComboBoxControl-2r1FWcy-.js → ComboBoxControl-eTVu0ilp.js} +165 -234
- package/dist/DateControl-DsBPH7xg.js +29 -0
- package/dist/DateTimeControl-BscBtjDl.js +45 -0
- package/dist/DateTimeFormatInput-CnxjE9CW.js +373 -0
- package/dist/DateTimeFormatPickerControl-CYOPU0JI.js +40 -0
- package/dist/DateTimeFormatPickerWithTypeControl-Cw0R0IXT.js +76 -0
- package/dist/{DateTimeInput-DcwhvMD2.js → DateTimeInput-DZ-22w4C.js} +377 -421
- package/dist/{Dropdown-D49sEHBa.js → Dropdown-DYa_CZWd.js} +87 -145
- package/dist/DropdownControl-ChX3Fkhd.js +31 -0
- package/dist/HorizontalLayout-DZvUpTvS.js +25 -0
- package/dist/{InputField-C_aZPs-f.js → InputField-BFt5Zzv5.js} +36 -48
- package/dist/IntegerControl-BD7DJKmE.js +20 -0
- package/dist/IntervalControl-BvpmygdW.js +545 -0
- package/dist/LoadingDropdown-CyKWt1IO.js +72 -0
- package/dist/LoadingIcon-BqKwArbh.js +18 -0
- package/dist/ManualTwinlistControl-QbonJ1LT.js +79 -0
- package/dist/MultiSelectListBoxControl-D6JvhoAd.js +31 -0
- package/dist/MultimodeTwinlistControl-2Rotlohs.js +499 -0
- package/dist/{MultimodeTwinlistControl.vue_vue_type_style_index_0_scoped_bd2eaa56_lang-pnMOUiIt.js → MultimodeTwinlistControl.vue_vue_type_style_index_0_scoped_2c8e8d82_lang-Cal28Ekk.js} +7 -6
- package/dist/{MultiselectListBox-CfdPbcn1.js → MultiselectListBox-DPzM2Ttt.js} +83 -102
- package/dist/NameFilter-CU8FByJ_.js +24 -0
- package/dist/NumberControl-BdT6fi25.js +20 -0
- package/dist/NumberControlBase.vue_vue_type_script_setup_true_lang-Bld73u64.js +50 -0
- package/dist/{NumberInput-DWTImcA_.js → NumberInput-7lO4sZya.js} +54 -72
- package/dist/OneOfDropdown-DB1aVf_c.js +33 -0
- package/dist/RadioControl-CuVOGSxA.js +24 -0
- package/dist/RadioControlBase.vue_vue_type_script_setup_true_lang-CiHB1cWM.js +104 -0
- package/dist/{RichTextControl-B1mJMs1e.js → RichTextControl-GezlZvsV.js} +3777 -4126
- package/dist/SectionHeading-D5y3im2k.js +19 -0
- package/dist/{SectionHeading.vue_vue_type_style_index_0_scoped_f06e9b7d_lang-B5ALSUVO.js → SectionHeading.vue_vue_type_style_index_0_scoped_625edfbe_lang-1WZC8AqN.js} +5284 -5456
- package/dist/SectionLayout-Cg1g2Yo3.js +46 -0
- package/dist/SettingsSubPanel-B6gyM99J.js +5 -0
- package/dist/SettingsSubPanelLayout-DVclglW2.js +62 -0
- package/dist/SimpleButtonControl-DFTQjOZI.js +61 -0
- package/dist/SimpleTwinlistControl-DMPdJAZ9.js +25 -0
- package/dist/SingleSelectControl-BGFi0465.js +55 -0
- package/dist/SingleSelectListBoxControl-BE7-OUkf.js +232 -0
- package/dist/SortListControl-qqG_jOzq.js +377 -0
- package/dist/StyledListItem-xeXwpQpT.js +76 -0
- package/dist/TextAreaControl-CWVnSSxA.js +108 -0
- package/dist/TextControl-ByEqNjPa.js +4 -0
- package/dist/TextControl.vue_vue_type_script_setup_true_lang-CTLy3TVR.js +47 -0
- package/dist/TimeControl-C4nZHiqg.js +36 -0
- package/dist/TwinlistControlBase-D0xdGWtx.js +40 -0
- package/dist/TwinlistLoadingInfo-DbxgK_4I.js +956 -0
- package/dist/TypedStringFilter-BC23XyG4.js +26 -0
- package/dist/ValueSwitch-DZ5vEThg.js +131 -0
- package/dist/ValueSwitchControl-CE1tgpks.js +20 -0
- package/dist/VerticalLayout-1r4v5PV2.js +30 -0
- package/dist/VerticalLayoutBase-C42y1fUX.js +20 -0
- package/dist/ZonedDateTimeControl-2naMUn7s.js +69 -0
- package/dist/{_baseEach-CWap1NWh.js → _baseEach-BSevR6MA.js} +2 -2
- package/dist/{_baseIteratee-D0MXvnuf.js → _baseIteratee-1E2Ks-cN.js} +3 -3
- package/dist/{_getTag-BvpAzjaz.js → _getTag-Ccp_NogL.js} +1 -1
- package/dist/ai-general-CEjHPwV_-Ws4CQTjh.js +22 -0
- package/dist/annotation-mode-RuLeuF8s-UjD_emkZ.js +22 -0
- package/dist/arrow-down-BUkisWSu-7Ciz802S.js +22 -0
- package/dist/{arrow-dropdown-eS-nVNCv.js → arrow-dropdown-BAFsD8Su.js} +1 -7
- package/dist/{arrow-next-BmOStWql.js → arrow-next-BQVCxGb8.js} +1 -7
- package/dist/arrow-up-BD0GygxZ-CCHoDJ4b.js +22 -0
- package/dist/arrows-expand-D4HnemK6-B0MREwqc.js +22 -0
- package/dist/arrows-move-MByhxCHY-BjC6qPku.js +22 -0
- package/dist/arrows-order-DG9bLo_s-DLValluv.js +22 -0
- package/dist/audio-datatype-ChGlgbFR-C9yB9qQX.js +22 -0
- package/dist/back-knRL_H9j-B7vbidIG.js +22 -0
- package/dist/binary-object-datatype-CduhSXn7-BqOw5870.js +22 -0
- package/dist/bit-byte-vector-datatype-53diw48X-BLCCXzfE.js +22 -0
- package/dist/bold-Bpd1mjNS-B5iYJAZi.js +22 -0
- package/dist/boolean-datatype-CNMwV1-Q-CRrTrCct.js +26 -0
- package/dist/calendar-DTdbEMEZ-CbCE8k3Z.js +22 -0
- package/dist/case-sensitive-ULceA_jf-BMZr4Uv2.js +21 -0
- package/dist/center-aligned-X-iYFab0-D_5CZBTu.js +21 -0
- package/dist/checkmark-DmnbDwa7-04ebZpBP.js +22 -0
- package/dist/chevron-down-DUgPIDVj-DfDUifQz.js +22 -0
- package/dist/chevron-left-double-UgFnDa0n-DK1ekeue.js +22 -0
- package/dist/chevron-left-reHqFzYq-BpGcSX3v.js +22 -0
- package/dist/chevron-right-CqpG4jxa-C3yxzvbr.js +22 -0
- package/dist/chevron-right-double-DAZZqg3Y-CKSzeBGi.js +22 -0
- package/dist/chevron-up-CP9hfisr-q9ehBZii.js +22 -0
- package/dist/circle-error-CUKvliKO-CY2WZ8Yu.js +22 -0
- package/dist/circle-info-BHbc2Dfd-DjxVneVH.js +22 -0
- package/dist/circle-question-DJKFX8BS-DemRyGld.js +22 -0
- package/dist/circle-success-CzR_IhiJ-BxGLvnN_.js +22 -0
- package/dist/{close-0dYG2oDA.js → close-DGt8x-x_.js} +1 -7
- package/dist/cloud-download-BjycS45T-FbmeADIb.js +22 -0
- package/dist/cloud-knime-CbfH2QXI-63AvDFXk.js +22 -0
- package/dist/cloud-upload-CBM_ZPio-KKGmnW3v.js +22 -0
- package/dist/cloud-workflow-CHVooPRY-CdpSEAvP.js +22 -0
- package/dist/code-block-8dTtpw7o-Bpnzr3bG.js +22 -0
- package/dist/collection-list-datatype-BbBxWNoQ-DpFl0VV9.js +22 -0
- package/dist/collection-set-datatype-gfqJuoiV-DHqHCn-t.js +21 -0
- package/dist/color-picker-D7gvyEaI-8-cXx3az.js +22 -0
- package/dist/component-B2Ox0yYN-C6AVyKeh.js +22 -0
- package/dist/connection-p5pto_YK-Cke7KKAq.js +22 -0
- package/dist/cursor-Dwgv2ML3-qpfZBmQp.js +21 -0
- package/dist/data-app-BdXYo7bC-DoNSmz6g.js +22 -0
- package/dist/date-datatype-Cq5Mb-Rz-DIzzhN7A.js +22 -0
- package/dist/date-time-CXa0bmvO-CSPhgyei.js +22 -0
- package/dist/date-time-local-datatype-2M1INwiQ-trbdFDK0.js +22 -0
- package/dist/date-time-zoned-datatype-olQRLG4p-5F-HIRMj.js +22 -0
- package/dist/db-database-CrBCUTVq-DPR5FRmG.js +22 -0
- package/dist/default-extension-datatype-CpH9a_4m-D5plEQxZ.js +22 -0
- package/dist/deploy-CF4vcyzf-of6OID4b.js +22 -0
- package/dist/detect-DXa-xFxA-C7dMSsxW.js +22 -0
- package/dist/divider-CnnToczp-CGGtzjnC.js +21 -0
- package/dist/document-datatype-B_hkllA_-CGgMSV4R.js +21 -0
- package/dist/duration-DE7cktzt-eEHO9S8B.js +22 -0
- package/dist/duration-date-based-datatype-DvzT3E6b-CHbxSq-h.js +22 -0
- package/dist/duration-time-based-datatype-DBJN91Tu-BZjQb5c1.js +22 -0
- package/dist/edit-DupAoog2-V1o26yCi.js +21 -0
- package/dist/education-DS376EBJ-MBW9Fmv0.js +22 -0
- package/dist/error-panel-DlRk6QCO-DF4HcG70.js +22 -0
- package/dist/execute-Dunu5ajY-CyA1tf6J.js +22 -0
- package/dist/extension-4JadjVME-DONRz7Fy.js +22 -0
- package/dist/extension-community-De5e8OmM-BwsIc20s.js +22 -0
- package/dist/external-link-BiXB78-O-PBQVGo51.js +22 -0
- package/dist/eye-CYWX12bw-Duq6UB1r.js +25 -0
- package/dist/file-CWu1D3xj-BXKZosMT.js +22 -0
- package/dist/file-export-0X3T5whR-D6SzZyYm.js +22 -0
- package/dist/file-text-CUzJs5fe-jBAICYSE.js +21 -0
- package/dist/filter-DGIMoqM1-BEeW36bJ.js +21 -0
- package/dist/flow-variable-in-DfVHb8Q6-COt9hMCY.js +30 -0
- package/dist/flow-variable-in-out-CZXPlePz-utwyMbr7.js +38 -0
- package/dist/flow-variable-out-B5GnAU2d-Bk5KWFVz.js +30 -0
- package/dist/folder-CgOQXlsa-BxF1RKvI.js +22 -0
- package/dist/folder-plus-BtmuHB9m-Db5nOPcU.js +22 -0
- package/dist/folder-workflow-NI_2jW5M-nhwxiBes.js +22 -0
- package/dist/forum-CclgZ-7j-Ch4iTpbg.js +21 -0
- package/dist/function-catalog-BthrkGfD-BKjqGzmj.js +22 -0
- package/dist/geo-datatype-D22EVbiv-ayQNz1bu.js +26 -0
- package/dist/helm-datatype-BkZDIKEu-BX7Wrfzo.js +22 -0
- package/dist/home-Bcvrgb6q-BaLxJAg5.js +22 -0
- package/dist/image-png-datatype-DXI1vyFc-Duz6guvj.js +22 -0
- package/dist/image-svg-datatype-BkoxDjfE-Be0zggV3.js +22 -0
- package/dist/import-B6KLpALE-BoGDBxM_.js +22 -0
- package/dist/index-DVwliH8a.js +203 -0
- package/dist/info-7Q08hRgI-4fDQFef5.js +22 -0
- package/dist/interval-Dx80AKo_-Bnhqrgsh.js +22 -0
- package/dist/italic-DLUAn2LT-BgOIC--C.js +22 -0
- package/dist/json-datatype-CslAT-V1-DU--8PR0.js +22 -0
- package/dist/knime-jsonforms.css +1 -1
- package/dist/knime-jsonforms.js +108 -134
- package/dist/labeling-datatype-EUXY6MBu-B12d4jQb.js +25 -0
- package/dist/left-aligned-CgdRLlyj-Cm-CRIOX.js +22 -0
- package/dist/like-D2rnvJMO-DlkiV5WW.js +21 -0
- package/dist/limit-D87-XMRT-gnCILrJ-.js +22 -0
- package/dist/linear-notation-molecule-d5kP2xXs-B3u2ek3a.js +22 -0
- package/dist/link-B0lweV4V-n04-QiHw.js +22 -0
- package/dist/linked-metanode-Ik1_jf67-UFS5CX2f.js +22 -0
- package/dist/list-R-YhBe4M-9y9ToEYk.js +22 -0
- package/dist/list-bulletpoint-Bsyc6vEO-CzvpFsXE.js +22 -0
- package/dist/list-number-D2-3aYNM-B68POlSr.js +22 -0
- package/dist/list-thumbs-C_gV8qiQ-DoJ2-xy8.js +22 -0
- package/dist/local-filesystem-zGOmKpFY-txQFr1oD.js +22 -0
- package/dist/{localTimeUtils-CfchSrLG.js → localTimeUtils-ofPz-s5l.js} +1 -1
- package/dist/lock-mlEwUUt1-C_POpKZ0.js +22 -0
- package/dist/message-datatype-C9-EmnSB-DqyiLZm4.js +22 -0
- package/dist/metanode-DtkJqhjE-Clj0bnmY.js +22 -0
- package/dist/microscope-DS6bN3jk-h146aLkM.js +22 -0
- package/dist/minus-CjUP6_Q8-CRcR7Lhz.js +21 -0
- package/dist/model-pmml-datatype-94e99we--DlRQACuj.js +22 -0
- package/dist/molecule-eT_tgLRf-ypw8MLo7.js +22 -0
- package/dist/more-actions-DBLTo2NK-D_qPYTyZ.js +22 -0
- package/dist/node-stack-B1tUffrH-C01m1uIq.js +22 -0
- package/dist/number-double-datatype-CayvZwH9-Bm8h5p6M.js +21 -0
- package/dist/number-double-vector-datatype-skWwhKxd-BM6Ipmdc.js +22 -0
- package/dist/number-integer-datatype-BhR4FHTI-BTXU1EuZ.js +22 -0
- package/dist/open-in-new-window-BLzRyCt0-CduNinJM.js +22 -0
- package/dist/parameter-DpU3cp7S-D12u2Rdm.js +22 -0
- package/dist/path-datatype-C97VTebF-DfcP91df.js +22 -0
- package/dist/pending-changes-UhfijwVP-CWzc-eMC.js +22 -0
- package/dist/placeholder-BdlsIyd_-D0gCDp5r.js +21 -0
- package/dist/plus-BIHLsGIG-D1IuPrfV.js +21 -0
- package/dist/quote-Df1UEiut-BNlv64Y7.js +22 -0
- package/dist/re-execution-D6Vf8q4m-BgpBBwzI.js +22 -0
- package/dist/redo-gtkWmrwN-BPP-3C2B.js +22 -0
- package/dist/reload-D2KQygjR-C6MzcpR7.js +22 -0
- package/dist/{reload-57Xc2t-6.js → reload-DCdbNLa2.js} +1 -7
- package/dist/reset-all-CnOZsHiC-CHaG2DcX.js +22 -0
- package/dist/right-aligned-DqKhZgBb-C-3qi6ZW.js +22 -0
- package/dist/rocket-C4ar--Dz-MeI-wWHa.js +22 -0
- package/dist/save-Dc5j8rtx-BtCIL1vP.js +22 -0
- package/dist/save-as-D9xt6dTU-8vXEMe63.js +22 -0
- package/dist/schedule-zAcSBtLR-Cvy6CSus.js +22 -0
- package/dist/search-DMQ_0_gU-Dhhjub6q.js +21 -0
- package/dist/selected-cancel-C1SnhoVq-DE9WfdCp.js +22 -0
- package/dist/selected-execute-Ril2FDJ6-B6KgRuhq.js +22 -0
- package/dist/selected-reset-B6uNdY_x-bO6bfPbY.js +22 -0
- package/dist/send-Btyiuo31-yKXF2b0W.js +22 -0
- package/dist/server-rack-workflow-Dm10gp1J-BY5lVrIy.js +22 -0
- package/dist/settings-BonOwCqQ-DkACpObW.js +25 -0
- package/dist/share-CM7XxCfc-CKhZIf-z.js +21 -0
- package/dist/shortcuts-CPtPBJxT-DW1mt_C0.js +21 -0
- package/dist/sort-ascending-Bax79rC1-Co49uF0o.js +22 -0
- package/dist/sort-descending-FZQuQEDb-DnEqhTO2.js +22 -0
- package/dist/space-aIuAtYj8-CkeSxHvT.js +22 -0
- package/dist/space-local-B2_6Bsy_-fO6UQbWC.js +22 -0
- package/dist/space-private-Bzmo_auP-BUTvGwFt.js +22 -0
- package/dist/src/types/ChoicesUiSchema.d.ts +4 -0
- package/dist/src/uiComponents/loading/types/LoadingDropdownProps.d.ts +2 -2
- package/dist/strikethrough-B5OvXyS_-BDcl1x-T.js +22 -0
- package/dist/string-datatype-nDWXe0Ai-C2f_oA5E.js +22 -0
- package/dist/string-vector-datatype-CKcnjj4A-BF-uQspT.js +22 -0
- package/dist/subgraph-datatype-BeZaQU17-D4yTSENW.js +22 -0
- package/dist/term-datatype-ROXc3ddq-DUN2DKe3.js +22 -0
- package/dist/test-tube-D1jY9f0B-DBphlm1P.js +22 -0
- package/dist/testing.js +2 -2
- package/dist/text-Dcwl242F-W2_yYFcO.js +22 -0
- package/dist/textstyles-K03PpDJG-D1dBBlhO.js +21 -0
- package/dist/thumbs-down-LaXuQYOO-BKgB-IYH.js +21 -0
- package/dist/thumbs-up-DMY3jgQp-BccPI1vO.js +21 -0
- package/dist/time-BrqWI0yU-Lucb_rir.js +22 -0
- package/dist/time-datatype-BQ767rrS-CikC2kym.js +22 -0
- package/dist/to-bottom-C3w7coKl-fPLBp6r8.js +22 -0
- package/dist/to-top-qB5yRcmV-20VJGtT0.js +22 -0
- package/dist/{toString-C-X8cE7K.js → toString-CSnbWb-n.js} +1 -1
- package/dist/tool-datatype-DdDtNmoC-B5jX9hLX.js +22 -0
- package/dist/trash-BU3tMrJo-CqIIyo9O.js +22 -0
- package/dist/trigger-ClrkLEH_-Dp_G4-MA.js +21 -0
- package/dist/underline-CLXwjAXP-C0dzvFcg.js +22 -0
- package/dist/undo-DqMrRbAA-Ck_wV_0h.js +22 -0
- package/dist/unknown-datatype-DvCQu88a-Dy_04oAu.js +22 -0
- package/dist/unlink-AsK_ZWw_-CEBDol0v.js +22 -0
- package/dist/uri-datatype-CdijzCVY-DLvF3v9A.js +22 -0
- package/dist/{useBuiltinValidations-D0WuEacN.js → useBuiltinValidations-rwOsR_Sq.js} +1 -1
- package/dist/{usePossibleValues-DTVXBGRC.js → usePossibleValues-DXZusnxu.js} +1 -1
- package/dist/user-DvUjWARa-M6h6zN2y.js +22 -0
- package/dist/variable-boolean-BHPrIPTX-rRapdt9g.js +30 -0
- package/dist/variable-collection-boolean-C_J7wThg-BHOF0-dc.js +30 -0
- package/dist/variable-collection-double-BxKPwsrE-B7RZaZYI.js +30 -0
- package/dist/variable-collection-integer-CevE-mrB-BxdS9Vqn.js +30 -0
- package/dist/variable-collection-string-yxLbb_-V-C4A3-vJo.js +30 -0
- package/dist/variable-conda-environment-D7JkuG0q-qMJ6e2IL.js +30 -0
- package/dist/variable-credential-SFWXg0a0-s4Qwg512.js +30 -0
- package/dist/variable-integer-BUHZT63E-JOQL3zUx.js +30 -0
- package/dist/variable-number-double-CuPKBr9M-DKs2hJzj.js +30 -0
- package/dist/variable-path-CcdwgBlO-D9GLoIqS.js +30 -0
- package/dist/variable-string-Dk4KUHML-C3xf_tqm.js +30 -0
- package/dist/variable-unknown-iniv12vq-kxbEoIxO.js +30 -0
- package/dist/view-cards-Bzc1izf--BkS89pbU.js +21 -0
- package/dist/warning-BXPHX6v6-BbUq1x-O.js +22 -0
- package/dist/workflow-DlZxP-3l-BrCmrtoJ.js +21 -0
- package/dist/x-close-CIB3TdAj-9yKOArW-.js +22 -0
- package/dist/xml-datatype-D7nWox5y-CaFhjHZe.js +22 -0
- package/package.json +5 -4
- package/dist/AnyOfTwinlist-BmHETHvW.js +0 -28
- package/dist/CheckboxControl-q88fZSZD.js +0 -58
- package/dist/Checkboxes-Bofcg7tl.js +0 -120
- package/dist/CheckboxesControl-DY0R1PDD.js +0 -47
- package/dist/DateControl-vnkppn62.js +0 -38
- package/dist/DateTimeControl-MkF9G3Xz.js +0 -53
- package/dist/DateTimeFormatInput-Ds2VLXw1.js +0 -426
- package/dist/DateTimeFormatPickerControl-D3OjZCj7.js +0 -47
- package/dist/DateTimeFormatPickerWithTypeControl-DDto-oJk.js +0 -85
- package/dist/DropdownControl-aeEqC-Yg.js +0 -46
- package/dist/HorizontalLayout-D0toQmVl.js +0 -39
- package/dist/IntegerControl-DAwniqjW.js +0 -33
- package/dist/IntervalControl-Bkuhg0Ga.js +0 -647
- package/dist/LoadingDropdown-B9jHjdWV.js +0 -50
- package/dist/LoadingIcon-RPBUjTO3.js +0 -23
- package/dist/ManualTwinlistControl-DGW-7a2Q.js +0 -90
- package/dist/MultiSelectListBoxControl-BYHuC9jL.js +0 -48
- package/dist/MultimodeTwinlistControl-oIvgI_FP.js +0 -486
- package/dist/NameFilter-BV68t_P5.js +0 -37
- package/dist/NumberControl-Dm01CJW9.js +0 -33
- package/dist/NumberControlBase-CN5eTKEm.js +0 -58
- package/dist/OneOfDropdown-DuXXP0Qn.js +0 -50
- package/dist/RadioControl-X6HLs9F1.js +0 -36
- package/dist/RadioControlBase-BGUHTIUl.js +0 -111
- package/dist/SectionHeading-B6JkPyMh.js +0 -31
- package/dist/SectionLayout-7pXn4OHo.js +0 -61
- package/dist/SettingsSubPanel-DToMRoLu.js +0 -48
- package/dist/SettingsSubPanelLayout-DnZnghFr.js +0 -83
- package/dist/SimpleButtonControl-DOSd92Kq.js +0 -84
- package/dist/SimpleTwinlistControl-RBfQTk47.js +0 -31
- package/dist/SingleSelectControl-C-GLQD-a.js +0 -73
- package/dist/SingleSelectListBoxControl-CDg_1QUT.js +0 -260
- package/dist/SortListControl-CWuxKIEb.js +0 -445
- package/dist/StyledListItem-NqAG7jSw.js +0 -81
- package/dist/TextAreaControl-Dt5ZGrae.js +0 -122
- package/dist/TextControl-w9vrCC1T.js +0 -54
- package/dist/TimeControl-DiNQSV4K.js +0 -46
- package/dist/TwinlistControlBase-CMFEecdr.js +0 -47
- package/dist/TwinlistLoadingInfo-Cy6HY-97.js +0 -1080
- package/dist/TypedStringFilter-FUF8sqOm.js +0 -32
- package/dist/ValueSwitch-Ozmr1YfK.js +0 -162
- package/dist/ValueSwitchControl-CdFlHo-2.js +0 -33
- package/dist/VerticalLayout-DY8gbasK.js +0 -39
- package/dist/VerticalLayoutBase-CpN-KONq.js +0 -32
- package/dist/ZonedDateTimeControl-Cg3dAfq5.js +0 -79
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import { defineComponent as G, shallowRef as
|
|
2
|
-
import { o as te, t as se, b as R, i as N, c as
|
|
3
|
-
import { A as le } from "./arrow-dropdown-
|
|
4
|
-
import { C as re } from "./close-
|
|
1
|
+
import { defineComponent as G, shallowRef as I, h as z, watch as _, toValue as f, computed as B, unref as U, nextTick as X, toRefs as q, ref as M, resolveComponent as x, createBlock as E, openBlock as c, withCtx as C, createElementVNode as m, normalizeClass as y, withDirectives as Q, normalizeStyle as J, createElementBlock as h, withModifiers as v, renderSlot as O, toDisplayString as D, createCommentVNode as V, withKeys as Z, createVNode as P, Fragment as w, renderList as K, createTextVNode as $, vShow as ee } from "vue";
|
|
2
|
+
import { o as te, t as se, b as R, i as N, c as S, w as ne, d as ie, e as oe } from "./index-CpKfM262.js";
|
|
3
|
+
import { A as le } from "./arrow-dropdown-BAFsD8Su.js";
|
|
4
|
+
import { C as re } from "./close-DGt8x-x_.js";
|
|
5
5
|
/* empty css */
|
|
6
6
|
import { u as ae } from "./useSearch-hpyYQ_6y.js";
|
|
7
|
-
import { v as de, B as ue, _ as ce } from "./SectionHeading.
|
|
7
|
+
import { v as de, B as ue, _ as ce } from "./SectionHeading.vue_vue_type_style_index_0_scoped_625edfbe_lang-1WZC8AqN.js";
|
|
8
8
|
import { i as he } from "./hotkeys-rxnt4egK.js";
|
|
9
|
-
import { d as pe, a as fe, b as me, i as ge, e as ye, h as
|
|
9
|
+
import { d as pe, a as fe, b as me, i as ge, e as ye, h as xe, c as ve } from "./_getTag-Ccp_NogL.js";
|
|
10
10
|
import { i as Ve } from "./isArray-WzO_os3q.js";
|
|
11
11
|
var we = "[object Map]", be = "[object Set]", Ee = Object.prototype, Ce = Ee.hasOwnProperty;
|
|
12
|
-
function
|
|
12
|
+
function Oe(e) {
|
|
13
13
|
if (e == null)
|
|
14
14
|
return !0;
|
|
15
15
|
if (pe(e) && (Ve(e) || typeof e == "string" || typeof e.splice == "function" || fe(e) || me(e) || ge(e)))
|
|
@@ -17,45 +17,45 @@ function De(e) {
|
|
|
17
17
|
var t = ye(e);
|
|
18
18
|
if (t == we || t == be)
|
|
19
19
|
return !e.size;
|
|
20
|
-
if (
|
|
21
|
-
return !
|
|
20
|
+
if (xe(e))
|
|
21
|
+
return !ve(e).length;
|
|
22
22
|
for (var s in e)
|
|
23
23
|
if (Ce.call(e, s))
|
|
24
24
|
return !1;
|
|
25
25
|
return !0;
|
|
26
26
|
}
|
|
27
|
-
const
|
|
27
|
+
const De = /* @__PURE__ */ G({
|
|
28
28
|
name: "OnClickOutside",
|
|
29
29
|
props: ["as", "options"],
|
|
30
30
|
emits: ["trigger"],
|
|
31
31
|
setup(e, { slots: t, emit: s }) {
|
|
32
|
-
const a =
|
|
32
|
+
const a = I();
|
|
33
33
|
return te(a, (i) => {
|
|
34
34
|
s("trigger", i);
|
|
35
35
|
}, e.options), () => {
|
|
36
36
|
if (t.default)
|
|
37
|
-
return
|
|
37
|
+
return z(e.as || "div", { ref: a }, t.default());
|
|
38
38
|
};
|
|
39
39
|
}
|
|
40
|
-
}),
|
|
41
|
-
function
|
|
40
|
+
}), Se = oe ? window : void 0;
|
|
41
|
+
function ke(e) {
|
|
42
42
|
var t;
|
|
43
43
|
const s = f(e);
|
|
44
44
|
return (t = s?.$el) != null ? t : s;
|
|
45
45
|
}
|
|
46
|
-
function
|
|
46
|
+
function Te(...e) {
|
|
47
47
|
const t = [], s = () => {
|
|
48
48
|
t.forEach((o) => o()), t.length = 0;
|
|
49
49
|
}, a = (o, l, r, u) => (o.addEventListener(l, r, u), () => o.removeEventListener(l, r, u)), i = B(() => {
|
|
50
|
-
const o =
|
|
50
|
+
const o = S(f(e[0])).filter((l) => l != null);
|
|
51
51
|
return o.every((l) => typeof l != "string") ? o : void 0;
|
|
52
52
|
}), n = ne(
|
|
53
53
|
() => {
|
|
54
54
|
var o, l;
|
|
55
55
|
return [
|
|
56
|
-
(l = (o = i.value) == null ? void 0 : o.map((r) =>
|
|
57
|
-
|
|
58
|
-
|
|
56
|
+
(l = (o = i.value) == null ? void 0 : o.map((r) => ke(r))) != null ? l : [Se].filter((r) => r != null),
|
|
57
|
+
S(f(i.value ? e[1] : e[0])),
|
|
58
|
+
S(U(i.value ? e[2] : e[1])),
|
|
59
59
|
// @ts-expect-error - TypeScript gets the correct types, but somehow still complains
|
|
60
60
|
f(i.value ? e[3] : e[2])
|
|
61
61
|
];
|
|
@@ -78,7 +78,7 @@ function Ie(...e) {
|
|
|
78
78
|
};
|
|
79
79
|
return R(s), p;
|
|
80
80
|
}
|
|
81
|
-
function
|
|
81
|
+
function k(e) {
|
|
82
82
|
return typeof Window < "u" && e instanceof Window ? e.document.documentElement : typeof Document < "u" && e instanceof Document ? e.documentElement : e;
|
|
83
83
|
}
|
|
84
84
|
function A(e) {
|
|
@@ -90,19 +90,19 @@ function A(e) {
|
|
|
90
90
|
return !s || s.tagName === "BODY" ? !1 : A(s);
|
|
91
91
|
}
|
|
92
92
|
}
|
|
93
|
-
function
|
|
93
|
+
function Ie(e) {
|
|
94
94
|
const t = e || window.event, s = t.target;
|
|
95
95
|
return A(s) ? !1 : t.touches.length > 1 ? !0 : (t.preventDefault && t.preventDefault(), !1);
|
|
96
96
|
}
|
|
97
|
-
const
|
|
97
|
+
const T = /* @__PURE__ */ new WeakMap();
|
|
98
98
|
function _e(e, t = !1) {
|
|
99
|
-
const s =
|
|
99
|
+
const s = I(t);
|
|
100
100
|
let a = null, i = "";
|
|
101
101
|
_(se(e), (o) => {
|
|
102
|
-
const l =
|
|
102
|
+
const l = k(f(o));
|
|
103
103
|
if (l) {
|
|
104
104
|
const r = l;
|
|
105
|
-
if (
|
|
105
|
+
if (T.get(r) || T.set(r, r.style.overflow), r.style.overflow !== "hidden" && (i = r.style.overflow), r.style.overflow === "hidden")
|
|
106
106
|
return s.value = !0;
|
|
107
107
|
if (s.value)
|
|
108
108
|
return r.style.overflow = "hidden";
|
|
@@ -111,18 +111,18 @@ function _e(e, t = !1) {
|
|
|
111
111
|
immediate: !0
|
|
112
112
|
});
|
|
113
113
|
const n = () => {
|
|
114
|
-
const o =
|
|
115
|
-
!o || s.value || (N && (a =
|
|
114
|
+
const o = k(f(e));
|
|
115
|
+
!o || s.value || (N && (a = Te(
|
|
116
116
|
o,
|
|
117
117
|
"touchmove",
|
|
118
118
|
(l) => {
|
|
119
|
-
|
|
119
|
+
Ie(l);
|
|
120
120
|
},
|
|
121
121
|
{ passive: !1 }
|
|
122
122
|
)), o.style.overflow = "hidden", s.value = !0);
|
|
123
123
|
}, p = () => {
|
|
124
|
-
const o =
|
|
125
|
-
!o || !s.value || (N && a?.(), o.style.overflow = i,
|
|
124
|
+
const o = k(f(e));
|
|
125
|
+
!o || !s.value || (N && a?.(), o.style.overflow = i, T.delete(o), s.value = !1);
|
|
126
126
|
};
|
|
127
127
|
return R(p), B({
|
|
128
128
|
get() {
|
|
@@ -135,7 +135,7 @@ function _e(e, t = !1) {
|
|
|
135
135
|
}
|
|
136
136
|
function Be() {
|
|
137
137
|
let e = !1;
|
|
138
|
-
const t =
|
|
138
|
+
const t = I(!1);
|
|
139
139
|
return (s, a) => {
|
|
140
140
|
if (t.value = a.value, e)
|
|
141
141
|
return;
|
|
@@ -149,7 +149,7 @@ const L = "ArrowDown", H = "ArrowUp", F = "Home", W = "End", Me = "Escape", Y =
|
|
|
149
149
|
name: "Dropdown",
|
|
150
150
|
components: {
|
|
151
151
|
DropdownIcon: le,
|
|
152
|
-
OnClickOutside:
|
|
152
|
+
OnClickOutside: De,
|
|
153
153
|
FunctionButton: de,
|
|
154
154
|
CloseIcon: re
|
|
155
155
|
},
|
|
@@ -308,7 +308,7 @@ const L = "ArrowDown", H = "ArrowUp", F = "Home", W = "End", Me = "Escape", Y =
|
|
|
308
308
|
},
|
|
309
309
|
hasOptionTemplate() {
|
|
310
310
|
return this.possibleValues.length === 0 ? !1 : this.possibleValues.every(
|
|
311
|
-
(e) => e.slotData && !
|
|
311
|
+
(e) => e.slotData && !Oe(e.slotData)
|
|
312
312
|
);
|
|
313
313
|
},
|
|
314
314
|
selectedOption() {
|
|
@@ -404,7 +404,7 @@ const L = "ArrowDown", H = "ArrowUp", F = "Home", W = "End", Me = "Escape", Y =
|
|
|
404
404
|
this.isExpanded ? this.collapse() : this.expand();
|
|
405
405
|
},
|
|
406
406
|
async expand() {
|
|
407
|
-
this.isDisabled || (this.searchValue = this.displayTextMap[this.modelValue], this.hasOptionTemplate && (this.slotContainerHeight = this.$refs.
|
|
407
|
+
this.isDisabled || (this.searchValue = this.displayTextMap[this.modelValue], this.hasOptionTemplate && (this.slotContainerHeight = this.$refs.button?.clientHeight ?? 0), this.isExpanded = !0, this.candidate === this.modelValue && (this.isMissing || this.showPlaceholder) && this.updateCandidate(this.currentPossibleValues[0]?.id), await X(), this.getSearchInput().focus(), this.getSearchInput().select(), this.candidate && this.scrollTo(this.candidate));
|
|
408
408
|
},
|
|
409
409
|
collapse() {
|
|
410
410
|
this.isExpanded = !1, this.getButtonRef().focus();
|
|
@@ -442,18 +442,15 @@ const L = "ArrowDown", H = "ArrowUp", F = "Home", W = "End", Me = "Escape", Y =
|
|
|
442
442
|
this.searchValue = "", this.getSearchInput().focus();
|
|
443
443
|
}
|
|
444
444
|
}
|
|
445
|
-
}, Ne = ["id"], Re = ["id", "aria-label", "aria-labelledby", "aria-expanded"], Ae = ["value"], Le = {
|
|
446
|
-
key: 1,
|
|
447
|
-
ref: "slotContainer"
|
|
448
|
-
}, He = { class: "right" }, Fe = {
|
|
445
|
+
}, Ne = ["id"], Re = ["id", "aria-label", "aria-labelledby", "aria-expanded"], Ae = ["value"], Le = { key: 1 }, He = { class: "right" }, Fe = {
|
|
449
446
|
key: 0,
|
|
450
447
|
class: "loading-icon"
|
|
451
448
|
}, We = ["aria-activedescendant"], Ye = {
|
|
452
449
|
key: 0,
|
|
453
450
|
class: "empty-state"
|
|
454
451
|
}, je = ["id", "title", "aria-selected", "onMouseenter", "onClick"], Ge = ["id", "name", "value"];
|
|
455
|
-
function
|
|
456
|
-
const p =
|
|
452
|
+
function ze(e, t, s, a, i, n) {
|
|
453
|
+
const p = x("CloseIcon"), o = x("FunctionButton"), l = x("DropdownIcon"), r = x("OnClickOutside");
|
|
457
454
|
return c(), E(r, { onTrigger: n.closeDropdown }, {
|
|
458
455
|
default: C(() => [
|
|
459
456
|
m("div", {
|
|
@@ -499,36 +496,24 @@ function Ue(e, t, s, a, i, n) {
|
|
|
499
496
|
role: "searchbox",
|
|
500
497
|
class: "search-input",
|
|
501
498
|
type: "text",
|
|
502
|
-
onClick: t[0] || (t[0] =
|
|
499
|
+
onClick: t[0] || (t[0] = v(() => {
|
|
503
500
|
}, ["stop"])),
|
|
504
501
|
onInput: t[1] || (t[1] = (u) => n.handleSearch(u.target.value))
|
|
505
|
-
}, null, 40, Ae)) : n.hasOptionTemplate ? (c(), h(
|
|
506
|
-
"
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
512
|
|
517
|
-
/* NEED_PATCH */
|
|
518
|
-
)) : (c(), h(
|
|
519
|
-
"span",
|
|
520
|
-
{
|
|
521
|
-
key: 2,
|
|
522
|
-
ref: "span"
|
|
523
|
-
},
|
|
524
|
-
O(n.displayText),
|
|
525
|
-
513
|
|
526
|
-
/* TEXT, NEED_PATCH */
|
|
527
|
-
)),
|
|
502
|
+
}, null, 40, Ae)) : n.hasOptionTemplate ? (c(), h("div", Le, [
|
|
503
|
+
O(e.$slots, "option", {
|
|
504
|
+
slotData: n.selectedOption?.slotData,
|
|
505
|
+
isMissing: n.isMissing,
|
|
506
|
+
selectedValue: s.modelValue,
|
|
507
|
+
expanded: !1
|
|
508
|
+
})
|
|
509
|
+
])) : (c(), h("span", {
|
|
510
|
+
key: 2,
|
|
511
|
+
ref: "span"
|
|
512
|
+
}, D(n.displayText), 513)),
|
|
528
513
|
m("div", He, [
|
|
529
514
|
n.hasRightIcon ? (c(), h("div", Fe, [
|
|
530
|
-
|
|
531
|
-
])) : V("
|
|
515
|
+
O(e.$slots, "icon-right")
|
|
516
|
+
])) : V("", !0),
|
|
532
517
|
i.isExpanded && n.nonEmptySearchValue ? (c(), E(o, {
|
|
533
518
|
key: 1,
|
|
534
519
|
ref: "closeButton",
|
|
@@ -536,16 +521,15 @@ function Ue(e, t, s, a, i, n) {
|
|
|
536
521
|
tabindex: "0",
|
|
537
522
|
class: "button",
|
|
538
523
|
compact: s.compact,
|
|
539
|
-
onKeydown: t[2] || (t[2] = Z(
|
|
524
|
+
onKeydown: t[2] || (t[2] = Z(v(() => {
|
|
540
525
|
}, ["stop"]), ["enter"])),
|
|
541
|
-
onClick:
|
|
526
|
+
onClick: v(n.handleResetInput, ["stop"])
|
|
542
527
|
}, {
|
|
543
528
|
default: C(() => [
|
|
544
529
|
P(p, { class: "icon" })
|
|
545
530
|
]),
|
|
546
531
|
_: 1
|
|
547
|
-
|
|
548
|
-
}, 8, ["compact", "onClick"])) : V("v-if", !0),
|
|
532
|
+
}, 8, ["compact", "onClick"])) : V("", !0),
|
|
549
533
|
!i.isExpanded || !n.nonEmptySearchValue ? (c(), E(o, {
|
|
550
534
|
key: 2,
|
|
551
535
|
class: "button",
|
|
@@ -553,7 +537,7 @@ function Ue(e, t, s, a, i, n) {
|
|
|
553
537
|
disabled: n.isDisabled,
|
|
554
538
|
title: i.isExpanded ? "Cancel" : "Expand",
|
|
555
539
|
tabindex: i.isExpanded ? 0 : -1,
|
|
556
|
-
onClick:
|
|
540
|
+
onClick: v(n.toggleExpanded, ["stop"])
|
|
557
541
|
}, {
|
|
558
542
|
default: C(() => [
|
|
559
543
|
P(l, {
|
|
@@ -561,8 +545,7 @@ function Ue(e, t, s, a, i, n) {
|
|
|
561
545
|
})
|
|
562
546
|
]),
|
|
563
547
|
_: 1
|
|
564
|
-
|
|
565
|
-
}, 8, ["compact", "disabled", "title", "tabindex", "onClick"])) : V("v-if", !0)
|
|
548
|
+
}, 8, ["compact", "disabled", "title", "tabindex", "onClick"])) : V("", !0)
|
|
566
549
|
])
|
|
567
550
|
], 46, Re),
|
|
568
551
|
Q(m("ul", {
|
|
@@ -572,76 +555,36 @@ function Ue(e, t, s, a, i, n) {
|
|
|
572
555
|
"aria-activedescendant": i.isExpanded ? n.generateId("option", n.getCurrentSelectedId()) : void 0,
|
|
573
556
|
class: y({ "drops-upwards": s.direction === "up" })
|
|
574
557
|
}, [
|
|
575
|
-
n.hasNoFilteredPossibleValues ? (c(), h(
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
title: typeof d.title > "u" ? d.text : d.title,
|
|
606
|
-
class: y({
|
|
607
|
-
focused: n.isCurrentValue(d.id),
|
|
608
|
-
noselect: !0,
|
|
609
|
-
empty: d.text.trim() === "",
|
|
610
|
-
"has-option-template": n.hasOptionTemplate,
|
|
611
|
-
special: d.isSpecial
|
|
612
|
-
}),
|
|
613
|
-
"aria-selected": n.isCurrentValue(d.id),
|
|
614
|
-
onMouseenter: (g) => n.updateCandidate(d.id),
|
|
615
|
-
onClick: (g) => n.emitAndClose(d.id)
|
|
616
|
-
}, [
|
|
617
|
-
n.hasOptionTemplate ? D(e.$slots, "option", {
|
|
618
|
-
key: 0,
|
|
619
|
-
slotData: d.slotData,
|
|
620
|
-
expanded: !0
|
|
621
|
-
}) : (c(), h(
|
|
622
|
-
w,
|
|
623
|
-
{ key: 1 },
|
|
624
|
-
[
|
|
625
|
-
$(
|
|
626
|
-
O(d.text),
|
|
627
|
-
1
|
|
628
|
-
/* TEXT */
|
|
629
|
-
)
|
|
630
|
-
],
|
|
631
|
-
64
|
|
632
|
-
/* STABLE_FRAGMENT */
|
|
633
|
-
))
|
|
634
|
-
], 42, je))),
|
|
635
|
-
128
|
|
636
|
-
/* KEYED_FRAGMENT */
|
|
637
|
-
))
|
|
638
|
-
],
|
|
639
|
-
64
|
|
640
|
-
/* STABLE_FRAGMENT */
|
|
641
|
-
))),
|
|
642
|
-
128
|
|
643
|
-
/* KEYED_FRAGMENT */
|
|
644
|
-
))
|
|
558
|
+
n.hasNoFilteredPossibleValues ? (c(), h("div", Ye, D(i.emptyState), 1)) : V("", !0),
|
|
559
|
+
(c(!0), h(w, null, K(n.orderedGroupedValues, (u, b) => (c(), h(w, { key: b }, [
|
|
560
|
+
t[5] || (t[5] = m("span", { class: "group-divider" }, null, -1)),
|
|
561
|
+
(c(!0), h(w, null, K(u.items, (d) => (c(), h("li", {
|
|
562
|
+
id: n.generateId("option", d.id),
|
|
563
|
+
key: `listbox-${d.id}`,
|
|
564
|
+
ref_for: !0,
|
|
565
|
+
ref: (g) => i.optionRefs.set(d.id, g),
|
|
566
|
+
role: "option",
|
|
567
|
+
title: typeof d.title > "u" ? d.text : d.title,
|
|
568
|
+
class: y({
|
|
569
|
+
focused: n.isCurrentValue(d.id),
|
|
570
|
+
noselect: !0,
|
|
571
|
+
empty: d.text.trim() === "",
|
|
572
|
+
"has-option-template": n.hasOptionTemplate,
|
|
573
|
+
special: d.isSpecial
|
|
574
|
+
}),
|
|
575
|
+
"aria-selected": n.isCurrentValue(d.id),
|
|
576
|
+
onMouseenter: (g) => n.updateCandidate(d.id),
|
|
577
|
+
onClick: (g) => n.emitAndClose(d.id)
|
|
578
|
+
}, [
|
|
579
|
+
n.hasOptionTemplate ? O(e.$slots, "option", {
|
|
580
|
+
key: 0,
|
|
581
|
+
slotData: d.slotData,
|
|
582
|
+
expanded: !0
|
|
583
|
+
}) : (c(), h(w, { key: 1 }, [
|
|
584
|
+
$(D(d.text), 1)
|
|
585
|
+
], 64))
|
|
586
|
+
], 42, je))), 128))
|
|
587
|
+
], 64))), 128))
|
|
645
588
|
], 10, We), [
|
|
646
589
|
[ee, i.isExpanded]
|
|
647
590
|
]),
|
|
@@ -654,10 +597,9 @@ function Ue(e, t, s, a, i, n) {
|
|
|
654
597
|
], 10, Ne)
|
|
655
598
|
]),
|
|
656
599
|
_: 3
|
|
657
|
-
/* FORWARDED */
|
|
658
600
|
}, 8, ["onTrigger"]);
|
|
659
601
|
}
|
|
660
|
-
const nt = /* @__PURE__ */ ce(Ke, [["render",
|
|
602
|
+
const nt = /* @__PURE__ */ ce(Ke, [["render", ze], ["__scopeId", "data-v-45311f6f"]]);
|
|
661
603
|
export {
|
|
662
604
|
nt as D
|
|
663
605
|
};
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { defineComponent as n, toRef as i, createBlock as s, openBlock as d, unref as t } from "vue";
|
|
2
|
+
import { u as r } from "./usePossibleValues-DXZusnxu.js";
|
|
3
|
+
import { L as p } from "./LoadingDropdown-CyKWt1IO.js";
|
|
4
|
+
const V = /* @__PURE__ */ n({
|
|
5
|
+
__name: "DropdownControl",
|
|
6
|
+
props: {
|
|
7
|
+
control: {},
|
|
8
|
+
handleChange: { type: Function },
|
|
9
|
+
changeValue: { type: Function },
|
|
10
|
+
disabled: { type: Boolean },
|
|
11
|
+
isValid: { type: Boolean },
|
|
12
|
+
onRegisterValidation: { type: Function },
|
|
13
|
+
labelForId: {}
|
|
14
|
+
},
|
|
15
|
+
setup(o) {
|
|
16
|
+
const a = o, { possibleValues: l } = r(i(a, "control"));
|
|
17
|
+
return (e, u) => (d(), s(p, {
|
|
18
|
+
id: e.labelForId ?? "",
|
|
19
|
+
ariaLabel: e.control.label,
|
|
20
|
+
disabled: e.disabled,
|
|
21
|
+
"model-value": e.control.data ?? "",
|
|
22
|
+
"possible-values": t(l),
|
|
23
|
+
"is-valid": e.isValid,
|
|
24
|
+
compact: "",
|
|
25
|
+
"onUpdate:modelValue": e.changeValue
|
|
26
|
+
}, null, 8, ["id", "ariaLabel", "disabled", "model-value", "possible-values", "is-valid", "onUpdate:modelValue"]));
|
|
27
|
+
}
|
|
28
|
+
});
|
|
29
|
+
export {
|
|
30
|
+
V as default
|
|
31
|
+
};
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { defineComponent as l, createElementBlock as o, openBlock as a, Fragment as s, renderList as n, createBlock as u, unref as c } from "vue";
|
|
2
|
+
import { x as m, _ as p } from "./SectionHeading.vue_vue_type_style_index_0_scoped_625edfbe_lang-1WZC8AqN.js";
|
|
3
|
+
const i = { class: "horizontal" }, d = /* @__PURE__ */ l({
|
|
4
|
+
__name: "HorizontalLayout",
|
|
5
|
+
props: {
|
|
6
|
+
layout: {}
|
|
7
|
+
},
|
|
8
|
+
setup(h) {
|
|
9
|
+
return (e, y) => (a(), o("div", i, [
|
|
10
|
+
(a(!0), o(s, null, n(e.layout.uischema.elements, (r, t) => (a(), u(c(m), {
|
|
11
|
+
key: t,
|
|
12
|
+
class: "horizontal-element",
|
|
13
|
+
schema: e.layout.schema,
|
|
14
|
+
uischema: r,
|
|
15
|
+
path: e.layout.path,
|
|
16
|
+
enabled: e.layout.enabled,
|
|
17
|
+
renderers: e.layout.renderers,
|
|
18
|
+
cells: e.layout.cells
|
|
19
|
+
}, null, 8, ["schema", "uischema", "path", "enabled", "renderers", "cells"]))), 128))
|
|
20
|
+
]));
|
|
21
|
+
}
|
|
22
|
+
}), k = /* @__PURE__ */ p(d, [["__scopeId", "data-v-451dfa05"]]);
|
|
23
|
+
export {
|
|
24
|
+
k as default
|
|
25
|
+
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/* empty css */
|
|
2
|
-
import { createElementBlock as
|
|
3
|
-
import { _ as
|
|
2
|
+
import { createElementBlock as i, openBlock as s, normalizeClass as r, createCommentVNode as u, createElementVNode as o, renderSlot as d, mergeProps as f } from "vue";
|
|
3
|
+
import { _ as p } from "./SectionHeading.vue_vue_type_style_index_0_scoped_625edfbe_lang-1WZC8AqN.js";
|
|
4
4
|
const c = {
|
|
5
5
|
name: "InputField",
|
|
6
6
|
props: {
|
|
@@ -109,52 +109,40 @@ const c = {
|
|
|
109
109
|
key: 1,
|
|
110
110
|
class: "icon icon-right"
|
|
111
111
|
};
|
|
112
|
-
function g(e, t, n, v, I,
|
|
113
|
-
return s(),
|
|
114
|
-
"
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
])) : o("v-if", !0),
|
|
145
|
-
t[5] || (t[5] = u(
|
|
146
|
-
"span",
|
|
147
|
-
{ class: "invalid-marker" },
|
|
148
|
-
null,
|
|
149
|
-
-1
|
|
150
|
-
/* CACHED */
|
|
151
|
-
))
|
|
152
|
-
],
|
|
153
|
-
2
|
|
154
|
-
/* CLASS */
|
|
155
|
-
);
|
|
112
|
+
function g(e, t, n, v, I, l) {
|
|
113
|
+
return s(), i("div", {
|
|
114
|
+
class: r(["input-wrapper", { compact: n.compact }])
|
|
115
|
+
}, [
|
|
116
|
+
l.hasLeftIcon ? (s(), i("div", m, [
|
|
117
|
+
d(e.$slots, "icon")
|
|
118
|
+
])) : u("", !0),
|
|
119
|
+
o("input", f(e.$attrs, {
|
|
120
|
+
id: n.id,
|
|
121
|
+
ref: "input",
|
|
122
|
+
name: n.name,
|
|
123
|
+
value: n.modelValue,
|
|
124
|
+
class: l.inputClassList,
|
|
125
|
+
type: n.type,
|
|
126
|
+
pattern: n.pattern,
|
|
127
|
+
placeholder: n.placeholder,
|
|
128
|
+
autofocus: n.autofocus,
|
|
129
|
+
"aria-activedescendant": n.ariaActivedescendant,
|
|
130
|
+
"aria-owns": n.ariaOwns,
|
|
131
|
+
autocomplete: n.autocomplete,
|
|
132
|
+
disabled: n.disabled,
|
|
133
|
+
onInput: t[0] || (t[0] = (...a) => l.onInput && l.onInput(...a)),
|
|
134
|
+
onFocus: t[1] || (t[1] = (a) => e.$emit("focus", a)),
|
|
135
|
+
onKeyup: t[2] || (t[2] = (a) => e.$emit("keyup", a)),
|
|
136
|
+
onKeypress: t[3] || (t[3] = (a) => e.$emit("keypress", a)),
|
|
137
|
+
onKeydown: t[4] || (t[4] = (a) => e.$emit("keydown", a))
|
|
138
|
+
}), null, 16, h),
|
|
139
|
+
l.hasRightIcon ? (s(), i("div", y, [
|
|
140
|
+
d(e.$slots, "iconRight")
|
|
141
|
+
])) : u("", !0),
|
|
142
|
+
t[5] || (t[5] = o("span", { class: "invalid-marker" }, null, -1))
|
|
143
|
+
], 2);
|
|
156
144
|
}
|
|
157
|
-
const
|
|
145
|
+
const w = /* @__PURE__ */ p(c, [["render", g], ["__scopeId", "data-v-c9535e8e"]]);
|
|
158
146
|
export {
|
|
159
|
-
|
|
147
|
+
w as I
|
|
160
148
|
};
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { defineComponent as o, createBlock as n, openBlock as t, mergeProps as r } from "vue";
|
|
2
|
+
import { _ as a } from "./NumberControlBase.vue_vue_type_script_setup_true_lang-Bld73u64.js";
|
|
3
|
+
const s = /* @__PURE__ */ o({
|
|
4
|
+
__name: "IntegerControl",
|
|
5
|
+
props: {
|
|
6
|
+
control: {},
|
|
7
|
+
handleChange: { type: Function },
|
|
8
|
+
changeValue: { type: Function },
|
|
9
|
+
disabled: { type: Boolean },
|
|
10
|
+
isValid: { type: Boolean },
|
|
11
|
+
onRegisterValidation: { type: Function },
|
|
12
|
+
labelForId: {}
|
|
13
|
+
},
|
|
14
|
+
setup(p) {
|
|
15
|
+
return (e, l) => (t(), n(a, r(e.$props, { type: "integer" }), null, 16));
|
|
16
|
+
}
|
|
17
|
+
});
|
|
18
|
+
export {
|
|
19
|
+
s as default
|
|
20
|
+
};
|