@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,426 +0,0 @@
|
|
|
1
|
-
import { createElementBlock as T, openBlock as p, createElementVNode as u, defineComponent as L, computed as x, ref as y, watch as k, reactive as J, onMounted as Q, nextTick as B, onUnmounted as X, createBlock as H, withCtx as Y, createCommentVNode as P, createVNode as I, normalizeStyle as K, Fragment as $, renderList as ee, normalizeClass as V, toDisplayString as U, mergeModels as te, useModel as oe, withDirectives as ae, vModelText as le } from "vue";
|
|
2
|
-
import { o as re } from "./index-CpKfM262.js";
|
|
3
|
-
import { u as ne, a as ie, o as se, s as ce, f as de } from "./floating-ui.vue-CDo9Kas1.js";
|
|
4
|
-
import { u as me, F as pe } from "./useDropdownNavigation-BfCXUheD.js";
|
|
5
|
-
import { L as ue } from "./LoadingIcon-RPBUjTO3.js";
|
|
6
|
-
import { V as fe } from "./ValueSwitch-Ozmr1YfK.js";
|
|
7
|
-
import { _ as j } from "./SectionHeading.vue_vue_type_style_index_0_scoped_f06e9b7d_lang-B5ALSUVO.js";
|
|
8
|
-
const ve = {
|
|
9
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
-
fill: "none",
|
|
11
|
-
"stroke-linejoin": "round",
|
|
12
|
-
viewBox: "0 0 32 32"
|
|
13
|
-
};
|
|
14
|
-
function ye(g, a) {
|
|
15
|
-
return p(), T("svg", ve, a[0] || (a[0] = [
|
|
16
|
-
u(
|
|
17
|
-
"path",
|
|
18
|
-
{
|
|
19
|
-
fill: "#000",
|
|
20
|
-
d: "M2 3.842v-.5a.5.5 0 0 0-.5.5zm22.611 0h.5a.5.5 0 0 0-.5-.5zm-.5 7.48a.5.5 0 1 0 1 0zM2 21.43h-.5a.5.5 0 0 0 .5.5zm10.298.5a.5.5 0 1 0 0-1zm5.283 8.222h-.5a.5.5 0 0 0 .765.424zm3.278-2.046.265.424a.5.5 0 0 0 .235-.424zm0-5.87-.366-.34a.5.5 0 0 0-.134.34zM27.613 15l.366.341a.5.5 0 0 0-.366-.841zm-10.032 7.235h.5a.5.5 0 0 0-.128-.334zM11.063 15v-.5a.5.5 0 0 0-.372.835zm-.69-9.483V2h-1v3.517zM16.155 2v3.517h1V2zM2 4.342h22.611v-1H2zm22.111-.5v7.48h1v-7.48zM2.5 21.43V3.842h-1V21.43zM2 8.362h22.611v-1H2zM12.298 20.93h-6.81v1h6.81zm-6.81 0H2v1h3.488zm12.358 9.646 3.278-2.046-.53-.849-3.278 2.047zm3.513-2.47v-5.87h-1v5.87zm-.135-5.528 6.755-7.236-.731-.682-6.755 7.235zm-4.143-.342v7.916h1v-7.916zm.872-.334-6.519-7.236-.743.67 6.519 7.235zm-6.89-6.401h16.55v-1h-16.55z"
|
|
21
|
-
},
|
|
22
|
-
null,
|
|
23
|
-
-1
|
|
24
|
-
/* CACHED */
|
|
25
|
-
)
|
|
26
|
-
]));
|
|
27
|
-
}
|
|
28
|
-
const he = { render: ye }, q = 1, Te = /* @__PURE__ */ L({
|
|
29
|
-
__name: "DateTimeFormatPickerPopover",
|
|
30
|
-
props: {
|
|
31
|
-
allFormats: { type: [Array, null], required: !0 },
|
|
32
|
-
selectedType: { type: String, required: !0 },
|
|
33
|
-
initialSelectedPattern: { type: [String, null], required: !0 },
|
|
34
|
-
showTypeSwitch: { type: Boolean, required: !0 }
|
|
35
|
-
},
|
|
36
|
-
emits: ["commit", "cancel"],
|
|
37
|
-
setup(g, { expose: a, emit: c }) {
|
|
38
|
-
a();
|
|
39
|
-
const e = c, d = g, w = x(() => [
|
|
40
|
-
{
|
|
41
|
-
id: "RECENT",
|
|
42
|
-
text: "Recent"
|
|
43
|
-
},
|
|
44
|
-
{
|
|
45
|
-
id: "STANDARD",
|
|
46
|
-
text: "ISO"
|
|
47
|
-
},
|
|
48
|
-
{
|
|
49
|
-
id: "EUROPEAN",
|
|
50
|
-
text: "European"
|
|
51
|
-
},
|
|
52
|
-
{
|
|
53
|
-
id: "AMERICAN",
|
|
54
|
-
text: "United States"
|
|
55
|
-
}
|
|
56
|
-
]), l = x(() => [
|
|
57
|
-
{
|
|
58
|
-
id: "DATE",
|
|
59
|
-
text: "Date"
|
|
60
|
-
},
|
|
61
|
-
{
|
|
62
|
-
id: "DATE_TIME",
|
|
63
|
-
text: "Date & time"
|
|
64
|
-
},
|
|
65
|
-
{
|
|
66
|
-
id: "TIME",
|
|
67
|
-
text: "Time"
|
|
68
|
-
},
|
|
69
|
-
{
|
|
70
|
-
id: "ZONED_DATE_TIME",
|
|
71
|
-
text: "Zoned date & time"
|
|
72
|
-
}
|
|
73
|
-
]), s = y(null), h = y(null), m = y("RECENT"), f = y(d.selectedType);
|
|
74
|
-
k(
|
|
75
|
-
() => d.selectedType,
|
|
76
|
-
(t) => {
|
|
77
|
-
h.value = t;
|
|
78
|
-
}
|
|
79
|
-
);
|
|
80
|
-
const n = x(
|
|
81
|
-
() => d.allFormats?.filter(
|
|
82
|
-
(t) => t.category === m.value && t.temporalType === f.value
|
|
83
|
-
) ?? null
|
|
84
|
-
), E = y(null), F = J({}), C = (t) => `${t.format}-${t.category}-${t.temporalType}`, W = (t) => (o) => {
|
|
85
|
-
F[C(t)] = o;
|
|
86
|
-
}, _ = (t) => ({
|
|
87
|
-
format: t.format,
|
|
88
|
-
temporalType: t.temporalType
|
|
89
|
-
}), {
|
|
90
|
-
currentIndex: A,
|
|
91
|
-
onKeydown: Z,
|
|
92
|
-
resetNavigation: z,
|
|
93
|
-
setElement: R
|
|
94
|
-
} = me({
|
|
95
|
-
keepOpenedOnTab: !0,
|
|
96
|
-
getFirstElement: () => ({
|
|
97
|
-
index: 0,
|
|
98
|
-
onClick: () => e(
|
|
99
|
-
"commit",
|
|
100
|
-
_(n.value[0])
|
|
101
|
-
)
|
|
102
|
-
}),
|
|
103
|
-
getLastElement: () => {
|
|
104
|
-
const t = n.value.length - 1;
|
|
105
|
-
return {
|
|
106
|
-
index: t,
|
|
107
|
-
onClick: () => e(
|
|
108
|
-
"commit",
|
|
109
|
-
_(n.value[t])
|
|
110
|
-
)
|
|
111
|
-
};
|
|
112
|
-
},
|
|
113
|
-
getNextElement: (t, o) => {
|
|
114
|
-
if (t = t === null || t === -1 ? null : t, o === 1) {
|
|
115
|
-
const i = ((t ?? -1) + 1) % n.value.length;
|
|
116
|
-
return {
|
|
117
|
-
index: i,
|
|
118
|
-
onClick: () => e(
|
|
119
|
-
"commit",
|
|
120
|
-
_(n.value[i])
|
|
121
|
-
)
|
|
122
|
-
};
|
|
123
|
-
} else {
|
|
124
|
-
const i = ((t ?? 0) - 1 + n.value.length) % n.value.length;
|
|
125
|
-
return {
|
|
126
|
-
index: i,
|
|
127
|
-
onClick: () => e(
|
|
128
|
-
"commit",
|
|
129
|
-
_(n.value[i])
|
|
130
|
-
)
|
|
131
|
-
};
|
|
132
|
-
}
|
|
133
|
-
},
|
|
134
|
-
close: () => {
|
|
135
|
-
e("cancel");
|
|
136
|
-
}
|
|
137
|
-
}), O = (t) => {
|
|
138
|
-
const o = t.parentElement;
|
|
139
|
-
if (o && o.scrollHeight > o.clientHeight) {
|
|
140
|
-
const r = o.offsetTop + q, i = o.clientHeight + o.scrollTop, v = t.offsetTop + t.offsetHeight - r;
|
|
141
|
-
v > i ? o.scrollTop = v - o.clientHeight : t.offsetTop - o.scrollTop < r && (o.scrollTop = t.offsetTop - r);
|
|
142
|
-
}
|
|
143
|
-
}, b = (t) => {
|
|
144
|
-
const o = F[`${t}-${m.value}-${f.value}`];
|
|
145
|
-
o && O(o);
|
|
146
|
-
}, D = async (t, o, r) => {
|
|
147
|
-
f.value = o ?? f.value, m.value = r ?? m.value, await B(), h.value = t, b(t);
|
|
148
|
-
const i = n.value.findIndex(
|
|
149
|
-
(v) => v.format === t
|
|
150
|
-
);
|
|
151
|
-
R({
|
|
152
|
-
index: i,
|
|
153
|
-
onClick: () => e(
|
|
154
|
-
"commit",
|
|
155
|
-
_(n.value[i])
|
|
156
|
-
)
|
|
157
|
-
});
|
|
158
|
-
};
|
|
159
|
-
k(A, (t) => {
|
|
160
|
-
if (t === null)
|
|
161
|
-
return;
|
|
162
|
-
const o = n.value?.[t]?.format;
|
|
163
|
-
o && b(o);
|
|
164
|
-
}), k([f, m], () => {
|
|
165
|
-
f.value === s.value?.temporalType && m.value === s.value?.category ? D(
|
|
166
|
-
s.value.format,
|
|
167
|
-
s.value.temporalType,
|
|
168
|
-
s.value.category
|
|
169
|
-
) : (h.value = null, z());
|
|
170
|
-
});
|
|
171
|
-
const M = y(!1);
|
|
172
|
-
Q(async () => {
|
|
173
|
-
if (!d.allFormats)
|
|
174
|
-
return;
|
|
175
|
-
const t = [
|
|
176
|
-
"RECENT",
|
|
177
|
-
"STANDARD",
|
|
178
|
-
"EUROPEAN",
|
|
179
|
-
"AMERICAN"
|
|
180
|
-
], o = d.allFormats.filter((r) => d.initialSelectedPattern === r.format).filter(
|
|
181
|
-
(r) => (
|
|
182
|
-
// if the type switch is hidden, filter to only formats with the same type
|
|
183
|
-
d.selectedType === r.temporalType || d.showTypeSwitch
|
|
184
|
-
)
|
|
185
|
-
).sort((r, i) => {
|
|
186
|
-
const v = t.indexOf(r.category), S = t.indexOf(i.category);
|
|
187
|
-
return v - S;
|
|
188
|
-
});
|
|
189
|
-
if (o.length > 0) {
|
|
190
|
-
const r = o[0].format, i = o[0].temporalType, v = o[0].category;
|
|
191
|
-
await D(r, i, v);
|
|
192
|
-
const S = n.value.findIndex(
|
|
193
|
-
(G) => G.format === r
|
|
194
|
-
);
|
|
195
|
-
s.value = {
|
|
196
|
-
format: r,
|
|
197
|
-
index: S,
|
|
198
|
-
category: v,
|
|
199
|
-
temporalType: i
|
|
200
|
-
};
|
|
201
|
-
}
|
|
202
|
-
B(() => M.value = !0);
|
|
203
|
-
}), X(() => M.value = !1);
|
|
204
|
-
const N = { emit: e, props: d, categoriesToDisplayInValueSwitch: w, typesToDisplayInValueSwitch: l, currentlyAppliedFormat: s, currentlyHighlightedFormat: h, selectedFormatStandard: m, selectedFormatType: f, applicableFormats: n, formatContainerRef: E, allFormatListItemRefs: F, createFormatListItemKey: C, createFormatListItemRef: W, formatWithExampleToModel: _, currentlyHighlightedFormatIndex: A, onKeydown: Z, resetNavigation: z, setHighlightedElement: R, BORDER_WIDTH: q, scrollIntoView: O, scrollToFormat: b, highlightAndScrollToFormat: D, isMounted: M, get FocusTrap() {
|
|
205
|
-
return pe;
|
|
206
|
-
}, LoadingIcon: ue, ValueSwitch: fe };
|
|
207
|
-
return Object.defineProperty(N, "__isScriptSetup", { enumerable: !1, value: !0 }), N;
|
|
208
|
-
}
|
|
209
|
-
}), ge = { class: "popover" }, Fe = { class: "formats-container-border-host" }, _e = {
|
|
210
|
-
key: 0,
|
|
211
|
-
class: "no-formats-available"
|
|
212
|
-
}, we = {
|
|
213
|
-
key: 1,
|
|
214
|
-
class: "no-formats-available"
|
|
215
|
-
}, xe = ["onClick"], Ee = { class: "format-pattern" }, Ie = { class: "format-preview" };
|
|
216
|
-
function be(g, a, c, e, d, w) {
|
|
217
|
-
return p(), H(e.FocusTrap, {
|
|
218
|
-
active: e.isMounted,
|
|
219
|
-
"onUpdate:active": a[3] || (a[3] = (l) => e.isMounted = l),
|
|
220
|
-
"initial-focus": () => e.formatContainerRef ?? !1
|
|
221
|
-
}, {
|
|
222
|
-
default: Y(() => [
|
|
223
|
-
u("div", ge, [
|
|
224
|
-
c.showTypeSwitch ? (p(), H(e.ValueSwitch, {
|
|
225
|
-
key: 0,
|
|
226
|
-
id: "selectedFormatType",
|
|
227
|
-
ref: "typeSwitchRef",
|
|
228
|
-
modelValue: e.selectedFormatType,
|
|
229
|
-
"onUpdate:modelValue": a[0] || (a[0] = (l) => e.selectedFormatType = l),
|
|
230
|
-
compact: "",
|
|
231
|
-
"possible-values": e.typesToDisplayInValueSwitch,
|
|
232
|
-
class: "filter-switch"
|
|
233
|
-
}, null, 8, ["modelValue", "possible-values"])) : P("v-if", !0),
|
|
234
|
-
I(e.ValueSwitch, {
|
|
235
|
-
id: "selectedFormatStandard",
|
|
236
|
-
ref: "standardSwitchRef",
|
|
237
|
-
modelValue: e.selectedFormatStandard,
|
|
238
|
-
"onUpdate:modelValue": a[1] || (a[1] = (l) => e.selectedFormatStandard = l),
|
|
239
|
-
compact: "",
|
|
240
|
-
"possible-values": e.categoriesToDisplayInValueSwitch,
|
|
241
|
-
class: "filter-switch"
|
|
242
|
-
}, null, 8, ["modelValue", "possible-values"]),
|
|
243
|
-
u("div", Fe, [
|
|
244
|
-
u(
|
|
245
|
-
"div",
|
|
246
|
-
{
|
|
247
|
-
id: "dateFormats",
|
|
248
|
-
ref: "formatContainerRef",
|
|
249
|
-
class: "formats-container",
|
|
250
|
-
style: K({ "--formats-container-border-width": e.BORDER_WIDTH + "px" }),
|
|
251
|
-
tabindex: "0",
|
|
252
|
-
role: "menu",
|
|
253
|
-
onKeydown: a[2] || (a[2] = (...l) => e.onKeydown && e.onKeydown(...l))
|
|
254
|
-
},
|
|
255
|
-
[
|
|
256
|
-
e.applicableFormats === null ? (p(), T("div", _e, [
|
|
257
|
-
I(e.LoadingIcon, { class: "loading-spinner" })
|
|
258
|
-
])) : e.applicableFormats.length === 0 ? (p(), T("div", we, " No formats available ")) : (p(!0), T(
|
|
259
|
-
$,
|
|
260
|
-
{ key: 2 },
|
|
261
|
-
ee(e.applicableFormats, (l, s) => (p(), T("div", {
|
|
262
|
-
key: e.createFormatListItemKey(l),
|
|
263
|
-
ref_for: !0,
|
|
264
|
-
ref: e.createFormatListItemRef(l),
|
|
265
|
-
class: V([{
|
|
266
|
-
highlighted: s === e.currentlyHighlightedFormatIndex,
|
|
267
|
-
applied: s === e.currentlyAppliedFormat?.index && l.category === e.currentlyAppliedFormat.category && l.temporalType === e.currentlyAppliedFormat.temporalType
|
|
268
|
-
}, "single-format"]),
|
|
269
|
-
role: "menuitem",
|
|
270
|
-
onClick: () => e.emit("commit", e.formatWithExampleToModel(l))
|
|
271
|
-
}, [
|
|
272
|
-
u(
|
|
273
|
-
"span",
|
|
274
|
-
Ee,
|
|
275
|
-
U(l.format),
|
|
276
|
-
1
|
|
277
|
-
/* TEXT */
|
|
278
|
-
),
|
|
279
|
-
u(
|
|
280
|
-
"span",
|
|
281
|
-
Ie,
|
|
282
|
-
U(l.example),
|
|
283
|
-
1
|
|
284
|
-
/* TEXT */
|
|
285
|
-
)
|
|
286
|
-
], 10, xe))),
|
|
287
|
-
128
|
|
288
|
-
/* KEYED_FRAGMENT */
|
|
289
|
-
))
|
|
290
|
-
],
|
|
291
|
-
36
|
|
292
|
-
/* STYLE, NEED_HYDRATION */
|
|
293
|
-
)
|
|
294
|
-
])
|
|
295
|
-
])
|
|
296
|
-
]),
|
|
297
|
-
_: 1
|
|
298
|
-
/* STABLE */
|
|
299
|
-
}, 8, ["active", "initial-focus"]);
|
|
300
|
-
}
|
|
301
|
-
const De = /* @__PURE__ */ j(Te, [["render", be], ["__scopeId", "data-v-4744db25"], ["__file", "/Users/albrecht/Documents/KNIME/git/webapps-common/packages/components/src/components/forms/DateTimeFormatInput/components/DateTimeFormatPickerPopover.vue"]]), Me = {}, Se = /* @__PURE__ */ L({
|
|
302
|
-
...Me,
|
|
303
|
-
__name: "DateTimeFormatInput",
|
|
304
|
-
props: /* @__PURE__ */ te({
|
|
305
|
-
disabled: { type: Boolean, required: !1, default: !1 },
|
|
306
|
-
compact: { type: Boolean, required: !1, default: !1 },
|
|
307
|
-
isValid: { type: Boolean, required: !1, default: !0 },
|
|
308
|
-
allDefaultFormats: { type: [Array, null], required: !0 },
|
|
309
|
-
allowedTypes: { type: Array, required: !1, default: () => [
|
|
310
|
-
"DATE",
|
|
311
|
-
"TIME",
|
|
312
|
-
"DATE_TIME",
|
|
313
|
-
"ZONED_DATE_TIME"
|
|
314
|
-
] },
|
|
315
|
-
showTypeSwitchInPopover: { type: Boolean, required: !1, default: !0 }
|
|
316
|
-
}, {
|
|
317
|
-
modelValue: { type: Object, default: {
|
|
318
|
-
format: "yyyy-MM-dd",
|
|
319
|
-
temporalType: "DATE"
|
|
320
|
-
} },
|
|
321
|
-
modelModifiers: {}
|
|
322
|
-
}),
|
|
323
|
-
emits: ["update:modelValue"],
|
|
324
|
-
setup(g, { expose: a }) {
|
|
325
|
-
a();
|
|
326
|
-
const c = g, e = oe(g, "modelValue"), d = x({
|
|
327
|
-
get: () => e.value.format,
|
|
328
|
-
set: (F) => {
|
|
329
|
-
e.value = {
|
|
330
|
-
...e.value,
|
|
331
|
-
format: F
|
|
332
|
-
};
|
|
333
|
-
}
|
|
334
|
-
}), w = "Format like 'yyyy-MM-dd'", l = x(() => c.isValid), s = y(null), h = y(null), m = y(!1), f = (F) => {
|
|
335
|
-
e.value = F, m.value = !1;
|
|
336
|
-
};
|
|
337
|
-
re(h, () => m.value = !1, {
|
|
338
|
-
ignore: [s]
|
|
339
|
-
});
|
|
340
|
-
const { floatingStyles: n } = ne(
|
|
341
|
-
s,
|
|
342
|
-
h,
|
|
343
|
-
{
|
|
344
|
-
middleware: [
|
|
345
|
-
se({
|
|
346
|
-
mainAxis: 2,
|
|
347
|
-
crossAxis: 0
|
|
348
|
-
}),
|
|
349
|
-
ce(),
|
|
350
|
-
de({
|
|
351
|
-
mainAxis: !0,
|
|
352
|
-
crossAxis: !1
|
|
353
|
-
})
|
|
354
|
-
],
|
|
355
|
-
placement: "top-end",
|
|
356
|
-
whileElementsMounted: ie
|
|
357
|
-
}
|
|
358
|
-
), E = { props: c, pickedFormatModel: e, formatSubModel: d, textFieldPlaceholder: w, isValueValid: l, togglePopoverButtonRef: s, floatingPopoverRef: h, showPopOver: m, onCommitPopupChanges: f, popoverFloatingStyles: n, get CalendarFilterIcon() {
|
|
359
|
-
return he;
|
|
360
|
-
}, DateTimeFormatPickerPopover: De };
|
|
361
|
-
return Object.defineProperty(E, "__isScriptSetup", { enumerable: !1, value: !0 }), E;
|
|
362
|
-
}
|
|
363
|
-
}), ke = { class: "input-fields" }, Pe = ["disabled"], Ve = {
|
|
364
|
-
key: 0,
|
|
365
|
-
class: "invalid-marker"
|
|
366
|
-
}, Ce = ["disabled"];
|
|
367
|
-
function Ae(g, a, c, e, d, w) {
|
|
368
|
-
return p(), T("div", null, [
|
|
369
|
-
u(
|
|
370
|
-
"div",
|
|
371
|
-
{
|
|
372
|
-
class: V(["wrapper", { disabled: c.disabled, compact: c.compact }])
|
|
373
|
-
},
|
|
374
|
-
[
|
|
375
|
-
u("span", ke, [
|
|
376
|
-
ae(u("input", {
|
|
377
|
-
"onUpdate:modelValue": a[0] || (a[0] = (l) => e.formatSubModel = l),
|
|
378
|
-
type: "text",
|
|
379
|
-
disabled: c.disabled,
|
|
380
|
-
placeholder: e.textFieldPlaceholder,
|
|
381
|
-
spellcheck: "false",
|
|
382
|
-
onFocus: a[1] || (a[1] = (l) => e.showPopOver = !1)
|
|
383
|
-
}, null, 40, Pe), [
|
|
384
|
-
[le, e.formatSubModel]
|
|
385
|
-
]),
|
|
386
|
-
e.isValueValid ? P("v-if", !0) : (p(), T("span", Ve)),
|
|
387
|
-
u("button", {
|
|
388
|
-
ref: "togglePopoverButtonRef",
|
|
389
|
-
class: V(["trigger-popover-button", { active: e.showPopOver }]),
|
|
390
|
-
disabled: c.disabled,
|
|
391
|
-
onClick: a[2] || (a[2] = (l) => e.showPopOver = !e.showPopOver)
|
|
392
|
-
}, [
|
|
393
|
-
I(e.CalendarFilterIcon)
|
|
394
|
-
], 10, Ce)
|
|
395
|
-
])
|
|
396
|
-
],
|
|
397
|
-
2
|
|
398
|
-
/* CLASS */
|
|
399
|
-
),
|
|
400
|
-
e.showPopOver ? (p(), T(
|
|
401
|
-
"div",
|
|
402
|
-
{
|
|
403
|
-
key: 0,
|
|
404
|
-
ref: "floatingPopoverRef",
|
|
405
|
-
class: "popover",
|
|
406
|
-
style: K(e.popoverFloatingStyles)
|
|
407
|
-
},
|
|
408
|
-
[
|
|
409
|
-
I(e.DateTimeFormatPickerPopover, {
|
|
410
|
-
"all-formats": c.allDefaultFormats,
|
|
411
|
-
"initial-selected-pattern": e.pickedFormatModel.format,
|
|
412
|
-
"selected-type": e.pickedFormatModel.temporalType,
|
|
413
|
-
"show-type-switch": c.showTypeSwitchInPopover,
|
|
414
|
-
onCommit: e.onCommitPopupChanges,
|
|
415
|
-
onCancel: a[3] || (a[3] = (l) => e.showPopOver = !1)
|
|
416
|
-
}, null, 8, ["all-formats", "initial-selected-pattern", "selected-type", "show-type-switch"])
|
|
417
|
-
],
|
|
418
|
-
4
|
|
419
|
-
/* STYLE */
|
|
420
|
-
)) : P("v-if", !0)
|
|
421
|
-
]);
|
|
422
|
-
}
|
|
423
|
-
const qe = /* @__PURE__ */ j(Se, [["render", Ae], ["__scopeId", "data-v-3efc38c3"], ["__file", "/Users/albrecht/Documents/KNIME/git/webapps-common/packages/components/src/components/forms/DateTimeFormatInput/DateTimeFormatInput.vue"]]);
|
|
424
|
-
export {
|
|
425
|
-
qe as D
|
|
426
|
-
};
|
|
@@ -1,47 +0,0 @@
|
|
|
1
|
-
import { defineComponent as d, computed as a, createBlock as c, openBlock as p } from "vue";
|
|
2
|
-
import { u as f, _ as F } from "./SectionHeading.vue_vue_type_style_index_0_scoped_f06e9b7d_lang-B5ALSUVO.js";
|
|
3
|
-
import { D as _ } from "./DateTimeFormatInput-Ds2VLXw1.js";
|
|
4
|
-
const b = /* @__PURE__ */ d({
|
|
5
|
-
__name: "DateTimeFormatPickerControl",
|
|
6
|
-
props: {
|
|
7
|
-
control: { type: Object, required: !0 },
|
|
8
|
-
handleChange: { type: Function, required: !0 },
|
|
9
|
-
changeValue: { type: Function, required: !0 },
|
|
10
|
-
disabled: { type: Boolean, required: !0 },
|
|
11
|
-
isValid: { type: Boolean, required: !0 },
|
|
12
|
-
onRegisterValidation: { type: Function, required: !0 },
|
|
13
|
-
labelForId: { type: String, required: !0 }
|
|
14
|
-
},
|
|
15
|
-
setup(n, { expose: o }) {
|
|
16
|
-
o();
|
|
17
|
-
const t = n, e = a(
|
|
18
|
-
() => t.control.uischema
|
|
19
|
-
), r = a(() => e.value.options), i = a(() => r.value?.allowedFormats), l = f(e, "dateTimeFormats"), m = a({
|
|
20
|
-
get: () => ({
|
|
21
|
-
format: t.control.data,
|
|
22
|
-
temporalType: "DATE"
|
|
23
|
-
}),
|
|
24
|
-
set: (u) => t.changeValue(u.format)
|
|
25
|
-
}), s = { props: t, uischema: e, options: r, allowedFormats: i, allBaseFormats: l, modelValue: m, get DateTimeFormatInput() {
|
|
26
|
-
return _;
|
|
27
|
-
} };
|
|
28
|
-
return Object.defineProperty(s, "__isScriptSetup", { enumerable: !1, value: !0 }), s;
|
|
29
|
-
}
|
|
30
|
-
});
|
|
31
|
-
function y(n, o, t, e, r, i) {
|
|
32
|
-
return p(), c(e.DateTimeFormatInput, {
|
|
33
|
-
id: t.labelForId,
|
|
34
|
-
modelValue: e.modelValue,
|
|
35
|
-
"onUpdate:modelValue": o[0] || (o[0] = (l) => e.modelValue = l),
|
|
36
|
-
compact: "",
|
|
37
|
-
disabled: t.disabled,
|
|
38
|
-
"show-type-switch-in-popover": !0,
|
|
39
|
-
"allowed-formats": e.allowedFormats,
|
|
40
|
-
"all-default-formats": e.allBaseFormats,
|
|
41
|
-
"is-valid": !0
|
|
42
|
-
}, null, 8, ["id", "modelValue", "disabled", "allowed-formats", "all-default-formats"]);
|
|
43
|
-
}
|
|
44
|
-
const T = /* @__PURE__ */ F(b, [["render", y], ["__file", "/Users/albrecht/Documents/KNIME/git/webapps-common/packages/jsonforms/src/uiComponents/DateTimeFormatPickerControl.vue"]]);
|
|
45
|
-
export {
|
|
46
|
-
T as default
|
|
47
|
-
};
|
|
@@ -1,85 +0,0 @@
|
|
|
1
|
-
import { defineComponent as f, computed as l, createElementBlock as T, openBlock as _, createVNode as u } from "vue";
|
|
2
|
-
import { u as V, _ as b } from "./SectionHeading.vue_vue_type_style_index_0_scoped_f06e9b7d_lang-B5ALSUVO.js";
|
|
3
|
-
import { V as h } from "./ValueSwitch-Ozmr1YfK.js";
|
|
4
|
-
import { D as y } from "./DateTimeFormatInput-Ds2VLXw1.js";
|
|
5
|
-
const F = /* @__PURE__ */ f({
|
|
6
|
-
__name: "DateTimeFormatPickerWithTypeControl",
|
|
7
|
-
props: {
|
|
8
|
-
control: { type: Object, required: !0 },
|
|
9
|
-
handleChange: { type: Function, required: !0 },
|
|
10
|
-
changeValue: { type: Function, required: !0 },
|
|
11
|
-
disabled: { type: Boolean, required: !0 },
|
|
12
|
-
isValid: { type: Boolean, required: !0 },
|
|
13
|
-
onRegisterValidation: { type: Function, required: !0 },
|
|
14
|
-
labelForId: { type: String, required: !0 }
|
|
15
|
-
},
|
|
16
|
-
setup(n, { expose: o }) {
|
|
17
|
-
o();
|
|
18
|
-
const t = n, e = l(
|
|
19
|
-
() => t.control.uischema
|
|
20
|
-
), i = l(() => e.value.options), s = l(() => i.value?.allowedFormats), a = V(e, "dateTimeFormats"), c = [
|
|
21
|
-
{
|
|
22
|
-
id: "DATE",
|
|
23
|
-
text: "Date"
|
|
24
|
-
},
|
|
25
|
-
{
|
|
26
|
-
id: "DATE_TIME",
|
|
27
|
-
text: "Date & time"
|
|
28
|
-
},
|
|
29
|
-
{
|
|
30
|
-
id: "TIME",
|
|
31
|
-
text: "Time"
|
|
32
|
-
},
|
|
33
|
-
{
|
|
34
|
-
id: "ZONED_DATE_TIME",
|
|
35
|
-
text: "Zoned date & time"
|
|
36
|
-
}
|
|
37
|
-
], r = l({
|
|
38
|
-
get: () => t.control.data,
|
|
39
|
-
set: (d) => {
|
|
40
|
-
t.changeValue(d);
|
|
41
|
-
}
|
|
42
|
-
}), p = l({
|
|
43
|
-
get: () => r.value.temporalType,
|
|
44
|
-
set: (d) => {
|
|
45
|
-
r.value = {
|
|
46
|
-
...r.value,
|
|
47
|
-
temporalType: d
|
|
48
|
-
};
|
|
49
|
-
}
|
|
50
|
-
}), m = { props: t, uischema: e, options: i, allowedFormats: s, allBaseFormats: a, possibleValueSwitchChoices: c, modelValue: r, temporalTypeModel: p, get DateTimeFormatInput() {
|
|
51
|
-
return y;
|
|
52
|
-
}, get ValueSwitch() {
|
|
53
|
-
return h;
|
|
54
|
-
} };
|
|
55
|
-
return Object.defineProperty(m, "__isScriptSetup", { enumerable: !1, value: !0 }), m;
|
|
56
|
-
}
|
|
57
|
-
}), D = ["id"];
|
|
58
|
-
function v(n, o, t, e, i, s) {
|
|
59
|
-
return _(), T("div", {
|
|
60
|
-
id: t.labelForId,
|
|
61
|
-
class: "control-container"
|
|
62
|
-
}, [
|
|
63
|
-
u(e.ValueSwitch, {
|
|
64
|
-
modelValue: e.temporalTypeModel,
|
|
65
|
-
"onUpdate:modelValue": o[0] || (o[0] = (a) => e.temporalTypeModel = a),
|
|
66
|
-
compact: "",
|
|
67
|
-
"possible-values": e.possibleValueSwitchChoices,
|
|
68
|
-
disabled: t.disabled
|
|
69
|
-
}, null, 8, ["modelValue", "disabled"]),
|
|
70
|
-
u(e.DateTimeFormatInput, {
|
|
71
|
-
modelValue: e.modelValue,
|
|
72
|
-
"onUpdate:modelValue": o[1] || (o[1] = (a) => e.modelValue = a),
|
|
73
|
-
compact: "",
|
|
74
|
-
disabled: t.disabled,
|
|
75
|
-
"show-type-switch-in-popover": !1,
|
|
76
|
-
"allowed-formats": e.allowedFormats,
|
|
77
|
-
"all-default-formats": e.allBaseFormats,
|
|
78
|
-
"is-valid": !0
|
|
79
|
-
}, null, 8, ["modelValue", "disabled", "allowed-formats", "all-default-formats"])
|
|
80
|
-
], 8, D);
|
|
81
|
-
}
|
|
82
|
-
const S = /* @__PURE__ */ b(F, [["render", v], ["__scopeId", "data-v-427f35bb"], ["__file", "/Users/albrecht/Documents/KNIME/git/webapps-common/packages/jsonforms/src/uiComponents/DateTimeFormatPickerWithTypeControl.vue"]]);
|
|
83
|
-
export {
|
|
84
|
-
S as default
|
|
85
|
-
};
|
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
import { defineComponent as n, toRef as l, createElementBlock as i, openBlock as s, Fragment as d, createCommentVNode as u, createVNode as c } from "vue";
|
|
2
|
-
import { u as p } from "./usePossibleValues-DTVXBGRC.js";
|
|
3
|
-
import { L as m } from "./LoadingDropdown-B9jHjdWV.js";
|
|
4
|
-
import { _ as b } from "./SectionHeading.vue_vue_type_style_index_0_scoped_f06e9b7d_lang-B5ALSUVO.js";
|
|
5
|
-
const _ = /* @__PURE__ */ n({
|
|
6
|
-
__name: "DropdownControl",
|
|
7
|
-
props: {
|
|
8
|
-
control: { type: Object, required: !0 },
|
|
9
|
-
handleChange: { type: Function, required: !0 },
|
|
10
|
-
changeValue: { type: Function, required: !0 },
|
|
11
|
-
disabled: { type: Boolean, required: !0 },
|
|
12
|
-
isValid: { type: Boolean, required: !0 },
|
|
13
|
-
onRegisterValidation: { type: Function, required: !0 },
|
|
14
|
-
labelForId: { type: String, required: !0 }
|
|
15
|
-
},
|
|
16
|
-
setup(a, { expose: r }) {
|
|
17
|
-
r();
|
|
18
|
-
const e = a, { possibleValues: o } = p(l(e, "control")), t = { props: e, possibleValues: o, LoadingDropdown: m };
|
|
19
|
-
return Object.defineProperty(t, "__isScriptSetup", { enumerable: !1, value: !0 }), t;
|
|
20
|
-
}
|
|
21
|
-
});
|
|
22
|
-
function f(a, r, e, o, t, V) {
|
|
23
|
-
return s(), i(
|
|
24
|
-
d,
|
|
25
|
-
null,
|
|
26
|
-
[
|
|
27
|
-
u(" eslint-disable vue/attribute-hyphenation typescript complains with ':aria-label' instead of ':ariaLabel'"),
|
|
28
|
-
c(o.LoadingDropdown, {
|
|
29
|
-
id: e.labelForId ?? "",
|
|
30
|
-
ariaLabel: e.control.label,
|
|
31
|
-
disabled: e.disabled,
|
|
32
|
-
"model-value": e.control.data ?? "",
|
|
33
|
-
"possible-values": o.possibleValues,
|
|
34
|
-
"is-valid": e.isValid,
|
|
35
|
-
compact: "",
|
|
36
|
-
"onUpdate:modelValue": e.changeValue
|
|
37
|
-
}, null, 8, ["id", "ariaLabel", "disabled", "model-value", "possible-values", "is-valid", "onUpdate:modelValue"])
|
|
38
|
-
],
|
|
39
|
-
2112
|
|
40
|
-
/* STABLE_FRAGMENT, DEV_ROOT_FRAGMENT */
|
|
41
|
-
);
|
|
42
|
-
}
|
|
43
|
-
const q = /* @__PURE__ */ b(_, [["render", f], ["__file", "/Users/albrecht/Documents/KNIME/git/webapps-common/packages/jsonforms/src/uiComponents/DropdownControl.vue"]]);
|
|
44
|
-
export {
|
|
45
|
-
q as default
|
|
46
|
-
};
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
import { defineComponent as c, createElementBlock as r, openBlock as t, Fragment as u, renderList as i, createBlock as _ } from "vue";
|
|
2
|
-
import { x as m, _ as d } from "./SectionHeading.vue_vue_type_style_index_0_scoped_f06e9b7d_lang-B5ALSUVO.js";
|
|
3
|
-
const p = /* @__PURE__ */ c({
|
|
4
|
-
__name: "HorizontalLayout",
|
|
5
|
-
props: {
|
|
6
|
-
layout: { type: Object, required: !0 }
|
|
7
|
-
},
|
|
8
|
-
setup(o, { expose: a }) {
|
|
9
|
-
a();
|
|
10
|
-
const e = { get DispatchRenderer() {
|
|
11
|
-
return m;
|
|
12
|
-
} };
|
|
13
|
-
return Object.defineProperty(e, "__isScriptSetup", { enumerable: !1, value: !0 }), e;
|
|
14
|
-
}
|
|
15
|
-
}), h = { class: "horizontal" };
|
|
16
|
-
function y(o, a, e, n, f, b) {
|
|
17
|
-
return t(), r("div", h, [
|
|
18
|
-
(t(!0), r(
|
|
19
|
-
u,
|
|
20
|
-
null,
|
|
21
|
-
i(e.layout.uischema.elements, (s, l) => (t(), _(n.DispatchRenderer, {
|
|
22
|
-
key: l,
|
|
23
|
-
class: "horizontal-element",
|
|
24
|
-
schema: e.layout.schema,
|
|
25
|
-
uischema: s,
|
|
26
|
-
path: e.layout.path,
|
|
27
|
-
enabled: e.layout.enabled,
|
|
28
|
-
renderers: e.layout.renderers,
|
|
29
|
-
cells: e.layout.cells
|
|
30
|
-
}, null, 8, ["schema", "uischema", "path", "enabled", "renderers", "cells"]))),
|
|
31
|
-
128
|
|
32
|
-
/* KEYED_FRAGMENT */
|
|
33
|
-
))
|
|
34
|
-
]);
|
|
35
|
-
}
|
|
36
|
-
const z = /* @__PURE__ */ d(p, [["render", y], ["__scopeId", "data-v-37425baf"], ["__file", "/Users/albrecht/Documents/KNIME/git/webapps-common/packages/jsonforms/src/layoutComponents/HorizontalLayout.vue"]]);
|
|
37
|
-
export {
|
|
38
|
-
z as default
|
|
39
|
-
};
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
import { defineComponent as n, createBlock as p, openBlock as u, mergeProps as s } from "vue";
|
|
2
|
-
import { N as i } from "./NumberControlBase-CN5eTKEm.js";
|
|
3
|
-
import { _ as a } from "./SectionHeading.vue_vue_type_style_index_0_scoped_f06e9b7d_lang-B5ALSUVO.js";
|
|
4
|
-
const c = /* @__PURE__ */ n({
|
|
5
|
-
__name: "IntegerControl",
|
|
6
|
-
props: {
|
|
7
|
-
control: { type: Object, required: !0 },
|
|
8
|
-
handleChange: { type: Function, required: !0 },
|
|
9
|
-
changeValue: { type: Function, required: !0 },
|
|
10
|
-
disabled: { type: Boolean, required: !0 },
|
|
11
|
-
isValid: { type: Boolean, required: !0 },
|
|
12
|
-
onRegisterValidation: { type: Function, required: !0 },
|
|
13
|
-
labelForId: { type: String, required: !0 }
|
|
14
|
-
},
|
|
15
|
-
setup(r, { expose: t }) {
|
|
16
|
-
t();
|
|
17
|
-
const e = { NumberControlBase: i };
|
|
18
|
-
return Object.defineProperty(e, "__isScriptSetup", { enumerable: !1, value: !0 }), e;
|
|
19
|
-
}
|
|
20
|
-
});
|
|
21
|
-
function l(r, t, e, o, d, _) {
|
|
22
|
-
return u(), p(
|
|
23
|
-
o.NumberControlBase,
|
|
24
|
-
s(r.$props, { type: "integer" }),
|
|
25
|
-
null,
|
|
26
|
-
16
|
|
27
|
-
/* FULL_PROPS */
|
|
28
|
-
);
|
|
29
|
-
}
|
|
30
|
-
const b = /* @__PURE__ */ a(c, [["render", l], ["__file", "/Users/albrecht/Documents/KNIME/git/webapps-common/packages/jsonforms/src/uiComponents/IntegerControl.vue"]]);
|
|
31
|
-
export {
|
|
32
|
-
b as default
|
|
33
|
-
};
|