@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,20 +1,20 @@
|
|
|
1
|
-
import { resolveComponent as
|
|
2
|
-
import { u as
|
|
3
|
-
import { C as L } from "./close-
|
|
4
|
-
import { _ as
|
|
1
|
+
import { resolveComponent as h, createElementBlock as f, openBlock as d, withModifiers as a, withKeys as r, normalizeClass as w, renderSlot as B, withDirectives as I, createElementVNode as m, createVNode as c, toDisplayString as S, normalizeStyle as A, Fragment as D, renderList as k, createBlock as C, withCtx as O, createTextVNode as $, vShow as P, defineComponent as M, vModelText as x, toRef as z, computed as F, unref as N } from "vue";
|
|
2
|
+
import { u as U } from "./usePossibleValues-DXZusnxu.js";
|
|
3
|
+
import { C as L } from "./close-DGt8x-x_.js";
|
|
4
|
+
import { _ as E, C as H, v as K } from "./SectionHeading.vue_vue_type_style_index_0_scoped_625edfbe_lang-1WZC8AqN.js";
|
|
5
5
|
/* empty css */
|
|
6
|
-
import { A as
|
|
7
|
-
import { c as
|
|
8
|
-
const
|
|
6
|
+
import { A as j } from "./arrow-dropdown-BAFsD8Su.js";
|
|
7
|
+
import { c as W } from "./createMissingItem-B00Kg95q.js";
|
|
8
|
+
const y = () => {
|
|
9
9
|
let e = document?.activeElement;
|
|
10
10
|
for (; e?.shadowRoot; )
|
|
11
11
|
e = e?.shadowRoot?.activeElement;
|
|
12
12
|
return e;
|
|
13
|
-
},
|
|
13
|
+
}, g = 1, G = 28.5, X = 8, q = {
|
|
14
14
|
name: "Multiselect",
|
|
15
15
|
components: {
|
|
16
|
-
Checkbox:
|
|
17
|
-
DropdownIcon:
|
|
16
|
+
Checkbox: H,
|
|
17
|
+
DropdownIcon: j
|
|
18
18
|
},
|
|
19
19
|
props: {
|
|
20
20
|
/**
|
|
@@ -150,7 +150,7 @@ const g = () => {
|
|
|
150
150
|
},
|
|
151
151
|
optionsHeight() {
|
|
152
152
|
return this.useSpecificOptionsHeight ? {
|
|
153
|
-
"max-height": `${this.sizeVisibleOptions *
|
|
153
|
+
"max-height": `${this.sizeVisibleOptions * G + X}px`
|
|
154
154
|
} : {};
|
|
155
155
|
},
|
|
156
156
|
refocusElementOnClose() {
|
|
@@ -171,16 +171,16 @@ const g = () => {
|
|
|
171
171
|
* @param {Number} changeInd - the positive or negative index shift for the next Element (usually 1 || -1).
|
|
172
172
|
* @returns {Element} - the next option Element in the list of options.
|
|
173
173
|
*/
|
|
174
|
-
getNextElement(e, t =
|
|
174
|
+
getNextElement(e, t = y()) {
|
|
175
175
|
return this.focusOptions[this.focusOptions.indexOf(t) + e] || (e < 0 ? this.focusOptions[this.focusOptions.length - 1] : this.focusOptions[0]);
|
|
176
176
|
},
|
|
177
177
|
onUpdateModelValue(e, t) {
|
|
178
|
-
t ? this.modelValue.indexOf(e) === -1 && this.emitNewSelection([...this.modelValue, e]) : this.emitNewSelection(this.modelValue.filter((
|
|
178
|
+
t ? this.modelValue.indexOf(e) === -1 && this.emitNewSelection([...this.modelValue, e]) : this.emitNewSelection(this.modelValue.filter((o) => o !== e)), this.closeDropdownOnSelection && this.closeOptions();
|
|
179
179
|
},
|
|
180
180
|
toggle() {
|
|
181
181
|
this.collapsed = !this.collapsed, setTimeout(() => {
|
|
182
182
|
this.$refs.toggle?.focus();
|
|
183
|
-
},
|
|
183
|
+
}, g);
|
|
184
184
|
},
|
|
185
185
|
isChecked(e) {
|
|
186
186
|
return this.modelValue.includes(e);
|
|
@@ -195,7 +195,7 @@ const g = () => {
|
|
|
195
195
|
closeOptions(e = !0) {
|
|
196
196
|
this.collapsed = !0, e && setTimeout(() => {
|
|
197
197
|
this.refocusElementOnClose.focus();
|
|
198
|
-
},
|
|
198
|
+
}, g);
|
|
199
199
|
},
|
|
200
200
|
/**
|
|
201
201
|
* Handle closing the options if necessary and stopping the event if so.
|
|
@@ -208,7 +208,7 @@ const g = () => {
|
|
|
208
208
|
},
|
|
209
209
|
/* Handle arrow key "up" events. */
|
|
210
210
|
onUp() {
|
|
211
|
-
const e =
|
|
211
|
+
const e = y();
|
|
212
212
|
e !== this.$refs.toggle && this.getNextElement(-1, e).focus();
|
|
213
213
|
},
|
|
214
214
|
/* Handle arrow key "down" events. */
|
|
@@ -221,8 +221,8 @@ const g = () => {
|
|
|
221
221
|
*/
|
|
222
222
|
onFocusOut() {
|
|
223
223
|
setTimeout(() => {
|
|
224
|
-
this.focusElements.includes(
|
|
225
|
-
},
|
|
224
|
+
this.focusElements.includes(y()) || (this.closeOptions(!1), this.useCustomListBox && this.$emit("focusOutside"));
|
|
225
|
+
}, g);
|
|
226
226
|
},
|
|
227
227
|
/*
|
|
228
228
|
* Manually prevents default event bubbling and propagation for mousedown which can fire blur events that
|
|
@@ -243,86 +243,63 @@ const g = () => {
|
|
|
243
243
|
}
|
|
244
244
|
}
|
|
245
245
|
}, J = { key: 1 }, Q = ["tabindex"];
|
|
246
|
-
function Y(e, t,
|
|
247
|
-
const
|
|
248
|
-
return d(),
|
|
249
|
-
"
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
]),
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
t[3] || (t[3] = u(r((...l) => o.onUp && o.onUp(...l), ["stop", "prevent"]), ["up"])),
|
|
259
|
-
t[4] || (t[4] = u(r((...l) => o.onDown && o.onDown(...l), ["stop", "prevent"]), ["down"]))
|
|
260
|
-
],
|
|
261
|
-
onFocusout: t[5] || (t[5] = r((...l) => o.onFocusOut && o.onFocusOut(...l), ["stop"])),
|
|
262
|
-
onMousedown: t[6] || (t[6] = (...l) => o.onMousedown && o.onMousedown(...l))
|
|
263
|
-
},
|
|
264
|
-
[
|
|
265
|
-
s.useCustomListBox ? E(e.$slots, "listBox", { key: 0 }, void 0, !0) : (d(), h("div", J, [
|
|
266
|
-
c("div", {
|
|
267
|
-
ref: "toggle",
|
|
268
|
-
role: "button",
|
|
269
|
-
tabindex: s.disabled ? -1 : 0,
|
|
270
|
-
class: w({ placeholder: !s.modelValue.length }),
|
|
271
|
-
onClick: t[0] || (t[0] = (...l) => o.toggle && o.toggle(...l)),
|
|
272
|
-
onKeydown: t[1] || (t[1] = u(r((...l) => o.toggle && o.toggle(...l), ["prevent"]), ["space"]))
|
|
273
|
-
}, S(o.summary), 43, Q),
|
|
274
|
-
m(a, { class: "icon" })
|
|
275
|
-
])),
|
|
276
|
-
I(c(
|
|
277
|
-
"div",
|
|
278
|
-
{
|
|
279
|
-
class: "options",
|
|
280
|
-
style: N(o.optionsHeight)
|
|
281
|
-
},
|
|
282
|
-
[
|
|
283
|
-
(d(!0), h(
|
|
284
|
-
C,
|
|
285
|
-
null,
|
|
286
|
-
P(s.possibleValues, (l, i) => (d(), D(b, {
|
|
287
|
-
ref_for: !0,
|
|
288
|
-
ref: "option",
|
|
289
|
-
key: `multiselect-${l.id}`,
|
|
290
|
-
"data-index": i,
|
|
291
|
-
"model-value": o.isChecked(l.id),
|
|
292
|
-
disabled: l.disabled,
|
|
293
|
-
class: "boxes",
|
|
294
|
-
"onUpdate:modelValue": (V) => o.onUpdateModelValue(l.id, V)
|
|
295
|
-
}, {
|
|
296
|
-
default: O(() => [
|
|
297
|
-
R(
|
|
298
|
-
S(l.text),
|
|
299
|
-
1
|
|
300
|
-
/* TEXT */
|
|
301
|
-
)
|
|
302
|
-
]),
|
|
303
|
-
_: 2
|
|
304
|
-
/* DYNAMIC */
|
|
305
|
-
}, 1032, ["data-index", "model-value", "disabled", "onUpdate:modelValue"]))),
|
|
306
|
-
128
|
|
307
|
-
/* KEYED_FRAGMENT */
|
|
308
|
-
)),
|
|
309
|
-
E(e.$slots, "selectAction", {}, void 0, !0)
|
|
310
|
-
],
|
|
311
|
-
4
|
|
312
|
-
/* STYLE */
|
|
313
|
-
), [
|
|
314
|
-
[x, o.showOptions]
|
|
315
|
-
])
|
|
246
|
+
function Y(e, t, o, n, b, s) {
|
|
247
|
+
const p = h("DropdownIcon"), u = h("Checkbox");
|
|
248
|
+
return d(), f("div", {
|
|
249
|
+
ref: "multiselect",
|
|
250
|
+
class: w([
|
|
251
|
+
"multiselect",
|
|
252
|
+
{ collapsed: b.collapsed, invalid: !o.isValid, compact: o.compact, disabled: o.disabled }
|
|
253
|
+
]),
|
|
254
|
+
onKeydown: [
|
|
255
|
+
t[2] || (t[2] = r((...l) => s.closeOptionsAndStop && s.closeOptionsAndStop(...l), ["esc"])),
|
|
256
|
+
t[3] || (t[3] = r(a((...l) => s.onUp && s.onUp(...l), ["stop", "prevent"]), ["up"])),
|
|
257
|
+
t[4] || (t[4] = r(a((...l) => s.onDown && s.onDown(...l), ["stop", "prevent"]), ["down"]))
|
|
316
258
|
],
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
259
|
+
onFocusout: t[5] || (t[5] = a((...l) => s.onFocusOut && s.onFocusOut(...l), ["stop"])),
|
|
260
|
+
onMousedown: t[6] || (t[6] = (...l) => s.onMousedown && s.onMousedown(...l))
|
|
261
|
+
}, [
|
|
262
|
+
o.useCustomListBox ? B(e.$slots, "listBox", { key: 0 }, void 0, !0) : (d(), f("div", J, [
|
|
263
|
+
m("div", {
|
|
264
|
+
ref: "toggle",
|
|
265
|
+
role: "button",
|
|
266
|
+
tabindex: o.disabled ? -1 : 0,
|
|
267
|
+
class: w({ placeholder: !o.modelValue.length }),
|
|
268
|
+
onClick: t[0] || (t[0] = (...l) => s.toggle && s.toggle(...l)),
|
|
269
|
+
onKeydown: t[1] || (t[1] = r(a((...l) => s.toggle && s.toggle(...l), ["prevent"]), ["space"]))
|
|
270
|
+
}, S(s.summary), 43, Q),
|
|
271
|
+
c(p, { class: "icon" })
|
|
272
|
+
])),
|
|
273
|
+
I(m("div", {
|
|
274
|
+
class: "options",
|
|
275
|
+
style: A(s.optionsHeight)
|
|
276
|
+
}, [
|
|
277
|
+
(d(!0), f(D, null, k(o.possibleValues, (l, i) => (d(), C(u, {
|
|
278
|
+
ref_for: !0,
|
|
279
|
+
ref: "option",
|
|
280
|
+
key: `multiselect-${l.id}`,
|
|
281
|
+
"data-index": i,
|
|
282
|
+
"model-value": s.isChecked(l.id),
|
|
283
|
+
disabled: l.disabled,
|
|
284
|
+
class: "boxes",
|
|
285
|
+
"onUpdate:modelValue": (V) => s.onUpdateModelValue(l.id, V)
|
|
286
|
+
}, {
|
|
287
|
+
default: O(() => [
|
|
288
|
+
$(S(l.text), 1)
|
|
289
|
+
]),
|
|
290
|
+
_: 2
|
|
291
|
+
}, 1032, ["data-index", "model-value", "disabled", "onUpdate:modelValue"]))), 128)),
|
|
292
|
+
B(e.$slots, "selectAction", {}, void 0, !0)
|
|
293
|
+
], 4), [
|
|
294
|
+
[P, s.showOptions]
|
|
295
|
+
])
|
|
296
|
+
], 34);
|
|
320
297
|
}
|
|
321
|
-
const Z = /* @__PURE__ */
|
|
298
|
+
const Z = /* @__PURE__ */ E(q, [["render", Y], ["__scopeId", "data-v-9ddc7296"]]), v = "draft-id-combobox-preview-item", _ = M({
|
|
322
299
|
name: "ComboBox",
|
|
323
300
|
components: {
|
|
324
301
|
Multiselect: Z,
|
|
325
|
-
FunctionButton:
|
|
302
|
+
FunctionButton: K,
|
|
326
303
|
CloseIcon: L
|
|
327
304
|
},
|
|
328
305
|
props: {
|
|
@@ -416,9 +393,9 @@ const Z = /* @__PURE__ */ B(X, [["render", Y], ["__scopeId", "data-v-d8f6e694"],
|
|
|
416
393
|
},
|
|
417
394
|
searchResults() {
|
|
418
395
|
const e = this.allPossibleItems.some(
|
|
419
|
-
({ id:
|
|
396
|
+
({ id: o, text: n }) => o === this.trimmedSearchValue || n === this.trimmedSearchValue
|
|
420
397
|
), t = this.allPossibleItems.filter(
|
|
421
|
-
({ id:
|
|
398
|
+
({ id: o, text: n }) => n.toLowerCase().includes(this.trimmedLowerCasedSearchValue) || o === this.trimmedSearchValue
|
|
422
399
|
);
|
|
423
400
|
return this.allowNewValues && !e && !this.isSearchEmpty ? [
|
|
424
401
|
{ id: v, text: `${this.trimmedSearchValue} (new item)` },
|
|
@@ -433,7 +410,7 @@ const Z = /* @__PURE__ */ B(X, [["render", Y], ["__scopeId", "data-v-d8f6e694"],
|
|
|
433
410
|
},
|
|
434
411
|
selectedValues() {
|
|
435
412
|
return this.modelValue.map(
|
|
436
|
-
(e) => this.allPossibleItems.find((t) => e === t.id) ||
|
|
413
|
+
(e) => this.allPossibleItems.find((t) => e === t.id) || W(e)
|
|
437
414
|
);
|
|
438
415
|
},
|
|
439
416
|
maxSizeVisibleOptions() {
|
|
@@ -478,12 +455,12 @@ const Z = /* @__PURE__ */ B(X, [["render", Y], ["__scopeId", "data-v-d8f6e694"],
|
|
|
478
455
|
this.emitNewSelection(e);
|
|
479
456
|
return;
|
|
480
457
|
}
|
|
481
|
-
const
|
|
458
|
+
const o = {
|
|
482
459
|
id: this.trimmedSearchValue,
|
|
483
460
|
text: this.trimmedSearchValue
|
|
484
461
|
};
|
|
485
|
-
this.allPossibleItems.push(
|
|
486
|
-
e.map((n) => n === v ?
|
|
462
|
+
this.allPossibleItems.push(o), this.emitNewSelection(
|
|
463
|
+
e.map((n) => n === v ? o.id : n)
|
|
487
464
|
);
|
|
488
465
|
},
|
|
489
466
|
removeTag(e) {
|
|
@@ -509,9 +486,9 @@ const Z = /* @__PURE__ */ B(X, [["render", Y], ["__scopeId", "data-v-d8f6e694"],
|
|
|
509
486
|
}
|
|
510
487
|
}
|
|
511
488
|
}), ee = ["tabindex"], te = ["title"], se = ["maxlength", "disabled"], oe = { class: "icon-right" };
|
|
512
|
-
function le(e, t,
|
|
513
|
-
const
|
|
514
|
-
return d(),
|
|
489
|
+
function le(e, t, o, n, b, s) {
|
|
490
|
+
const p = h("CloseIcon"), u = h("FunctionButton"), l = h("Multiselect");
|
|
491
|
+
return d(), C(l, {
|
|
515
492
|
ref: "combobox",
|
|
516
493
|
"model-value": e.modelValue,
|
|
517
494
|
"possible-values": e.searchResults,
|
|
@@ -527,156 +504,110 @@ function le(e, t, s, n, p, o) {
|
|
|
527
504
|
"onUpdate:modelValue": e.updateSelectedIds
|
|
528
505
|
}, {
|
|
529
506
|
listBox: O(() => [
|
|
530
|
-
|
|
507
|
+
m("div", {
|
|
531
508
|
ref: "listBox",
|
|
532
509
|
class: "summary-input-icon-wrapper",
|
|
533
510
|
tabindex: e.disabled ? -1 : 0,
|
|
534
|
-
onKeydown: t[8] || (t[8] =
|
|
511
|
+
onKeydown: t[8] || (t[8] = r(a((...i) => e.focusInput && e.focusInput(...i), ["prevent", "self"]), ["enter"]))
|
|
535
512
|
}, [
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
}, [
|
|
554
|
-
c(
|
|
555
|
-
"span",
|
|
556
|
-
{
|
|
557
|
-
class: w(["text", { invalid: k }])
|
|
558
|
-
},
|
|
559
|
-
S(V),
|
|
560
|
-
3
|
|
561
|
-
/* TEXT, CLASS */
|
|
562
|
-
),
|
|
563
|
-
m(b, {
|
|
564
|
-
class: "remove-tag-button",
|
|
565
|
-
compact: e.compact,
|
|
566
|
-
disabled: e.disabled,
|
|
567
|
-
onClick: r((re) => e.removeTag(i), ["stop"])
|
|
568
|
-
}, {
|
|
569
|
-
default: O(() => [
|
|
570
|
-
m(a, { class: "remove-tag-button-icon" })
|
|
571
|
-
]),
|
|
572
|
-
_: 2
|
|
573
|
-
/* DYNAMIC */
|
|
574
|
-
}, 1032, ["compact", "disabled", "onClick"])
|
|
575
|
-
], 8, te))),
|
|
576
|
-
128
|
|
577
|
-
/* KEYED_FRAGMENT */
|
|
578
|
-
)),
|
|
579
|
-
I(c("input", {
|
|
580
|
-
ref: "searchInput",
|
|
581
|
-
"onUpdate:modelValue": t[0] || (t[0] = (i) => e.searchValue = i),
|
|
582
|
-
class: "search-input",
|
|
583
|
-
type: "text",
|
|
584
|
-
style: N(e.inputWidth),
|
|
585
|
-
maxlength: e.maxCharactersPerItem,
|
|
586
|
-
disabled: e.disabled,
|
|
587
|
-
onFocus: t[1] || (t[1] = (...i) => e.onInputFocus && e.onInputFocus(...i)),
|
|
588
|
-
onInput: t[2] || (t[2] = (...i) => e.onInput && e.onInput(...i)),
|
|
589
|
-
onKeydown: [
|
|
590
|
-
t[3] || (t[3] = u(r((...i) => e.onEnter && e.onEnter(...i), ["prevent"]), ["enter"])),
|
|
591
|
-
t[4] || (t[4] = u((...i) => e.onBackspace && e.onBackspace(...i), ["backspace"])),
|
|
592
|
-
t[5] || (t[5] = u(r((...i) => e.onDown && e.onDown(...i), ["stop", "prevent"]), ["down"])),
|
|
593
|
-
t[6] || (t[6] = u((...i) => e.closeOptionsAndStop && e.closeOptionsAndStop(...i), ["esc"]))
|
|
594
|
-
]
|
|
595
|
-
}, null, 44, se), [
|
|
596
|
-
[T, e.searchValue]
|
|
597
|
-
])
|
|
598
|
-
],
|
|
599
|
-
2
|
|
600
|
-
/* CLASS */
|
|
601
|
-
),
|
|
602
|
-
I(c(
|
|
603
|
-
"div",
|
|
604
|
-
oe,
|
|
605
|
-
[
|
|
606
|
-
m(b, {
|
|
607
|
-
ref: "removeAllTags",
|
|
608
|
-
class: "remove-all-tags-button",
|
|
513
|
+
m("div", {
|
|
514
|
+
class: w([
|
|
515
|
+
"summary-input-wrapper",
|
|
516
|
+
{ "with-icon-right": e.hasSelection, compact: e.compact }
|
|
517
|
+
]),
|
|
518
|
+
onClick: t[7] || (t[7] = a((...i) => e.focusInput && e.focusInput(...i), ["stop"]))
|
|
519
|
+
}, [
|
|
520
|
+
(d(!0), f(D, null, k(e.selectedValues, ({ id: i, text: V, invalid: R }, T) => (d(), f("div", {
|
|
521
|
+
key: `item.id${T}`,
|
|
522
|
+
class: "tag",
|
|
523
|
+
title: V
|
|
524
|
+
}, [
|
|
525
|
+
m("span", {
|
|
526
|
+
class: w(["text", { invalid: R }])
|
|
527
|
+
}, S(V), 3),
|
|
528
|
+
c(u, {
|
|
529
|
+
class: "remove-tag-button",
|
|
609
530
|
compact: e.compact,
|
|
610
531
|
disabled: e.disabled,
|
|
611
|
-
onClick:
|
|
532
|
+
onClick: a((ae) => e.removeTag(i), ["stop"])
|
|
612
533
|
}, {
|
|
613
534
|
default: O(() => [
|
|
614
|
-
|
|
535
|
+
c(p, { class: "remove-tag-button-icon" })
|
|
615
536
|
]),
|
|
616
|
-
_:
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
537
|
+
_: 2
|
|
538
|
+
}, 1032, ["compact", "disabled", "onClick"])
|
|
539
|
+
], 8, te))), 128)),
|
|
540
|
+
I(m("input", {
|
|
541
|
+
ref: "searchInput",
|
|
542
|
+
"onUpdate:modelValue": t[0] || (t[0] = (i) => e.searchValue = i),
|
|
543
|
+
class: "search-input",
|
|
544
|
+
type: "text",
|
|
545
|
+
style: A(e.inputWidth),
|
|
546
|
+
maxlength: e.maxCharactersPerItem,
|
|
547
|
+
disabled: e.disabled,
|
|
548
|
+
onFocus: t[1] || (t[1] = (...i) => e.onInputFocus && e.onInputFocus(...i)),
|
|
549
|
+
onInput: t[2] || (t[2] = (...i) => e.onInput && e.onInput(...i)),
|
|
550
|
+
onKeydown: [
|
|
551
|
+
t[3] || (t[3] = r(a((...i) => e.onEnter && e.onEnter(...i), ["prevent"]), ["enter"])),
|
|
552
|
+
t[4] || (t[4] = r((...i) => e.onBackspace && e.onBackspace(...i), ["backspace"])),
|
|
553
|
+
t[5] || (t[5] = r(a((...i) => e.onDown && e.onDown(...i), ["stop", "prevent"]), ["down"])),
|
|
554
|
+
t[6] || (t[6] = r((...i) => e.closeOptionsAndStop && e.closeOptionsAndStop(...i), ["esc"]))
|
|
555
|
+
]
|
|
556
|
+
}, null, 44, se), [
|
|
557
|
+
[x, e.searchValue]
|
|
558
|
+
])
|
|
559
|
+
], 2),
|
|
560
|
+
I(m("div", oe, [
|
|
561
|
+
c(u, {
|
|
562
|
+
ref: "removeAllTags",
|
|
563
|
+
class: "remove-all-tags-button",
|
|
564
|
+
compact: e.compact,
|
|
565
|
+
disabled: e.disabled,
|
|
566
|
+
onClick: a(e.removeAllTags, ["stop"])
|
|
567
|
+
}, {
|
|
568
|
+
default: O(() => [
|
|
569
|
+
c(p)
|
|
570
|
+
]),
|
|
571
|
+
_: 1
|
|
572
|
+
}, 8, ["compact", "disabled", "onClick"])
|
|
573
|
+
], 512), [
|
|
574
|
+
[P, e.hasSelection]
|
|
624
575
|
])
|
|
625
576
|
], 40, ee)
|
|
626
577
|
]),
|
|
627
578
|
_: 1
|
|
628
|
-
/* STABLE */
|
|
629
579
|
}, 8, ["model-value", "possible-values", "size-visible-options", "parent-focus-element", "parent-refocus-element-on-close", "close-dropdown-on-selection", "is-valid", "compact", "disabled", "onFocusOutside", "onUpdate:modelValue"]);
|
|
630
580
|
}
|
|
631
|
-
const ie = /* @__PURE__ */
|
|
581
|
+
const ie = /* @__PURE__ */ E(_, [["render", le], ["__scopeId", "data-v-755f27e9"]]), ne = /* @__PURE__ */ M({
|
|
632
582
|
__name: "ComboBoxControl",
|
|
633
583
|
props: {
|
|
634
|
-
control: {
|
|
635
|
-
handleChange: { type: Function
|
|
636
|
-
changeValue: { type: Function
|
|
637
|
-
disabled: { type: Boolean
|
|
638
|
-
isValid: { type: Boolean
|
|
639
|
-
onRegisterValidation: { type: Function
|
|
640
|
-
labelForId: {
|
|
584
|
+
control: {},
|
|
585
|
+
handleChange: { type: Function },
|
|
586
|
+
changeValue: { type: Function },
|
|
587
|
+
disabled: { type: Boolean },
|
|
588
|
+
isValid: { type: Boolean },
|
|
589
|
+
onRegisterValidation: { type: Function },
|
|
590
|
+
labelForId: {}
|
|
641
591
|
},
|
|
642
|
-
setup(e
|
|
643
|
-
t()
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
592
|
+
setup(e) {
|
|
593
|
+
const t = e, { possibleValues: o } = U(z(t, "control")), n = F(
|
|
594
|
+
() => o.value === null || o.value.length === 0
|
|
595
|
+
), b = F(
|
|
596
|
+
() => t.disabled || n.value
|
|
597
|
+
);
|
|
598
|
+
return (s, p) => (d(), C(N(ie), {
|
|
599
|
+
id: s.labelForId,
|
|
600
|
+
"allow-new-values": n.value ? "" : !1,
|
|
601
|
+
"aria-label": s.control.label,
|
|
602
|
+
disabled: b.value,
|
|
603
|
+
"possible-values": n.value ? s.control.data.map((u) => ({ id: u, text: u })) : N(o),
|
|
604
|
+
"model-value": s.control.data,
|
|
605
|
+
"is-valid": s.isValid,
|
|
606
|
+
compact: "",
|
|
607
|
+
"onUpdate:modelValue": p[0] || (p[0] = (u) => s.changeValue(u))
|
|
608
|
+
}, null, 8, ["id", "allow-new-values", "aria-label", "disabled", "possible-values", "model-value", "is-valid"]));
|
|
652
609
|
}
|
|
653
|
-
});
|
|
654
|
-
function ae(e, t, s, n, p, o) {
|
|
655
|
-
return d(), h(
|
|
656
|
-
C,
|
|
657
|
-
null,
|
|
658
|
-
[
|
|
659
|
-
z(`
|
|
660
|
-
TODO Enable unsing :allow-new-values="noPossibleValuesPresent"
|
|
661
|
-
(see https://github.com/vuejs/vue/issues/2169)
|
|
662
|
-
`),
|
|
663
|
-
m(n.ComboBox, {
|
|
664
|
-
id: s.labelForId,
|
|
665
|
-
"allow-new-values": n.noPossibleValuesPresent ? "" : !1,
|
|
666
|
-
"aria-label": s.control.label,
|
|
667
|
-
disabled: n.isDisabled,
|
|
668
|
-
"possible-values": n.noPossibleValuesPresent ? s.control.data.map((a) => ({ id: a, text: a })) : n.possibleValues,
|
|
669
|
-
"model-value": s.control.data,
|
|
670
|
-
"is-valid": s.isValid,
|
|
671
|
-
compact: "",
|
|
672
|
-
"onUpdate:modelValue": t[0] || (t[0] = (a) => s.changeValue(a))
|
|
673
|
-
}, null, 8, ["id", "allow-new-values", "aria-label", "disabled", "possible-values", "model-value", "is-valid"])
|
|
674
|
-
],
|
|
675
|
-
2112
|
|
676
|
-
/* STABLE_FRAGMENT, DEV_ROOT_FRAGMENT */
|
|
677
|
-
);
|
|
678
|
-
}
|
|
679
|
-
const be = /* @__PURE__ */ B(ne, [["render", ae], ["__scopeId", "data-v-06069c0d"], ["__file", "/Users/albrecht/Documents/KNIME/git/webapps-common/packages/jsonforms/src/uiComponents/ComboBoxControl.vue"]]);
|
|
610
|
+
}), fe = /* @__PURE__ */ E(ne, [["__scopeId", "data-v-7d8de6e7"]]);
|
|
680
611
|
export {
|
|
681
|
-
|
|
612
|
+
fe as default
|
|
682
613
|
};
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { defineComponent as o, createBlock as a, openBlock as l, unref as n } from "vue";
|
|
2
|
+
import { D as t } from "./DateTimeInput-DZ-22w4C.js";
|
|
3
|
+
const u = /* @__PURE__ */ o({
|
|
4
|
+
__name: "DateControl",
|
|
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(d) {
|
|
15
|
+
return (e, i) => (l(), a(n(t), {
|
|
16
|
+
id: e.labelForId,
|
|
17
|
+
"two-lines": "",
|
|
18
|
+
"model-value": new Date(e.control.data),
|
|
19
|
+
required: !0,
|
|
20
|
+
"show-time": !1,
|
|
21
|
+
compact: "",
|
|
22
|
+
disabled: e.disabled,
|
|
23
|
+
"onUpdate:modelValue": e.changeValue
|
|
24
|
+
}, null, 8, ["id", "model-value", "disabled", "onUpdate:modelValue"]));
|
|
25
|
+
}
|
|
26
|
+
});
|
|
27
|
+
export {
|
|
28
|
+
u as default
|
|
29
|
+
};
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
import { defineComponent as r, computed as a, createBlock as c, openBlock as p, unref as v } from "vue";
|
|
2
|
+
import { D as h } from "./DateTimeInput-DZ-22w4C.js";
|
|
3
|
+
import { t as i, f } from "./localTimeUtils-ofPz-s5l.js";
|
|
4
|
+
const b = /* @__PURE__ */ r({
|
|
5
|
+
__name: "DateTimeControl",
|
|
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(t) {
|
|
16
|
+
const l = t, e = a(() => l.control.uischema.options), s = a(
|
|
17
|
+
() => e.value?.minimum ? i(e.value.minimum) : null
|
|
18
|
+
), u = a(
|
|
19
|
+
() => e.value?.maximum ? i(e.value.maximum) : null
|
|
20
|
+
), n = a({
|
|
21
|
+
get: () => i(l.control.data),
|
|
22
|
+
set: (o) => l.changeValue(f(o))
|
|
23
|
+
});
|
|
24
|
+
return (o, m) => (p(), c(v(h), {
|
|
25
|
+
id: o.labelForId,
|
|
26
|
+
modelValue: n.value,
|
|
27
|
+
"onUpdate:modelValue": m[0] || (m[0] = (d) => n.value = d),
|
|
28
|
+
"two-lines": "",
|
|
29
|
+
required: !0,
|
|
30
|
+
"show-time": e.value?.showTime,
|
|
31
|
+
"show-seconds": e.value?.showSeconds,
|
|
32
|
+
"show-milliseconds": e.value?.showMilliseconds,
|
|
33
|
+
timezone: "UTC",
|
|
34
|
+
"date-format": e.value?.dateFormat,
|
|
35
|
+
min: s.value,
|
|
36
|
+
max: u.value,
|
|
37
|
+
"is-valid": o.isValid,
|
|
38
|
+
compact: "",
|
|
39
|
+
disabled: o.disabled
|
|
40
|
+
}, null, 8, ["id", "modelValue", "show-time", "show-seconds", "show-milliseconds", "date-format", "min", "max", "is-valid", "disabled"]));
|
|
41
|
+
}
|
|
42
|
+
});
|
|
43
|
+
export {
|
|
44
|
+
b as default
|
|
45
|
+
};
|