@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,23 +0,0 @@
|
|
|
1
|
-
import { h as r, defineComponent as c, createBlock as s, openBlock as i } from "vue";
|
|
2
|
-
import { R as a } from "./reload-57Xc2t-6.js";
|
|
3
|
-
import { _ as p } from "./SectionHeading.vue_vue_type_style_index_0_scoped_f06e9b7d_lang-B5ALSUVO.js";
|
|
4
|
-
const d = (t, o) => ({
|
|
5
|
-
render() {
|
|
6
|
-
const n = t.render({}, []), e = r("title", o);
|
|
7
|
-
return e.ns = "svg", n.children.unshift(e), n;
|
|
8
|
-
}
|
|
9
|
-
}), _ = /* @__PURE__ */ c({
|
|
10
|
-
__name: "LoadingIcon",
|
|
11
|
-
setup(t, { expose: o }) {
|
|
12
|
-
o();
|
|
13
|
-
const e = { ReloadIconWithTitle: d(a, "Loading…") };
|
|
14
|
-
return Object.defineProperty(e, "__isScriptSetup", { enumerable: !1, value: !0 }), e;
|
|
15
|
-
}
|
|
16
|
-
});
|
|
17
|
-
function l(t, o, n, e, m, u) {
|
|
18
|
-
return i(), s(e.ReloadIconWithTitle);
|
|
19
|
-
}
|
|
20
|
-
const h = /* @__PURE__ */ p(_, [["render", l], ["__scopeId", "data-v-903d05c8"], ["__file", "/Users/albrecht/Documents/KNIME/git/webapps-common/packages/components/src/components/LoadingIcon/LoadingIcon.vue"]]);
|
|
21
|
-
export {
|
|
22
|
-
h as L
|
|
23
|
-
};
|
|
@@ -1,90 +0,0 @@
|
|
|
1
|
-
import { defineComponent as v, toRef as g, computed as a, markRaw as I, createBlock as F, openBlock as M, mergeProps as T } from "vue";
|
|
2
|
-
import { m as k } from "./index-Blg1O3Fz.js";
|
|
3
|
-
import { u as S, a as x } from "./usePossibleValues-DTVXBGRC.js";
|
|
4
|
-
import { T as L, a as q } from "./TwinlistLoadingInfo-Cy6HY-97.js";
|
|
5
|
-
import { u as U } from "./MultimodeTwinlistControl.vue_vue_type_style_index_0_scoped_bd2eaa56_lang-pnMOUiIt.js";
|
|
6
|
-
import { _ as z } from "./SectionHeading.vue_vue_type_style_index_0_scoped_f06e9b7d_lang-B5ALSUVO.js";
|
|
7
|
-
const D = /* @__PURE__ */ v({
|
|
8
|
-
__name: "ManualTwinlistControl",
|
|
9
|
-
props: {
|
|
10
|
-
control: { type: Object, required: !0 },
|
|
11
|
-
handleChange: { type: Function, required: !0 },
|
|
12
|
-
changeValue: { type: Function, required: !0 },
|
|
13
|
-
disabled: { type: Boolean, required: !0 },
|
|
14
|
-
isValid: { type: Boolean, required: !0 },
|
|
15
|
-
onRegisterValidation: { type: Function, required: !0 },
|
|
16
|
-
labelForId: { type: String, required: !0 }
|
|
17
|
-
},
|
|
18
|
-
setup(s, { expose: r }) {
|
|
19
|
-
r();
|
|
20
|
-
const l = s;
|
|
21
|
-
let e;
|
|
22
|
-
const o = (n) => {
|
|
23
|
-
const t = k(l.control.data, n);
|
|
24
|
-
l.changeValue(t), e?.(t);
|
|
25
|
-
}, u = (n) => {
|
|
26
|
-
if (n !== null)
|
|
27
|
-
if ("includedValues" in n) {
|
|
28
|
-
const { includedValues: t, excludedValues: f, includeUnknownValues: y } = n;
|
|
29
|
-
if (!t || !f)
|
|
30
|
-
return;
|
|
31
|
-
o({
|
|
32
|
-
manuallySelected: t,
|
|
33
|
-
manuallyDeselected: f,
|
|
34
|
-
includeUnknownColumns: y
|
|
35
|
-
});
|
|
36
|
-
} else
|
|
37
|
-
o({ manuallySelected: n });
|
|
38
|
-
}, { possibleValues: d } = S(
|
|
39
|
-
g(l, "control")
|
|
40
|
-
), { selectedAndDeselected: i, setCurrentManualFilter: c } = U({
|
|
41
|
-
data: a(() => ({ manualFilter: l.control.data })),
|
|
42
|
-
possibleValueIds: a(
|
|
43
|
-
() => d.value?.map(({ id: n }) => n) ?? null
|
|
44
|
-
)
|
|
45
|
-
});
|
|
46
|
-
e = c;
|
|
47
|
-
const w = a(() => {
|
|
48
|
-
const { selected: n, deselected: t } = i.value;
|
|
49
|
-
return {
|
|
50
|
-
includedValues: n,
|
|
51
|
-
excludedValues: t,
|
|
52
|
-
includeUnknownValues: l.control.data.includeUnknownColumns
|
|
53
|
-
};
|
|
54
|
-
}), h = a(
|
|
55
|
-
() => i.value.selected === null ? I(L) : null
|
|
56
|
-
), { excludedLabel: m, includedLabel: p } = x(
|
|
57
|
-
g(l, "control")
|
|
58
|
-
), _ = a(() => m ?? "Excludes"), V = a(() => p ?? "Includes"), C = a(
|
|
59
|
-
() => l.control.uischema.options?.twinlistSize
|
|
60
|
-
), b = { props: l, get setManualFilterOnChange() {
|
|
61
|
-
return e;
|
|
62
|
-
}, set setManualFilterOnChange(n) {
|
|
63
|
-
e = n;
|
|
64
|
-
}, onChangeTwinlist: o, onManualSelectionChange: u, possibleValues: d, selectedAndDeselected: i, setCurrentManualFilter: c, manualSelection: w, loadingInfo: h, excludedLabel: m, includedLabel: p, leftLabel: _, rightLabel: V, twinlistSize: C, get Twinlist() {
|
|
65
|
-
return q;
|
|
66
|
-
} };
|
|
67
|
-
return Object.defineProperty(b, "__isScriptSetup", { enumerable: !1, value: !0 }), b;
|
|
68
|
-
}
|
|
69
|
-
});
|
|
70
|
-
function O(s, r, l, e, o, u) {
|
|
71
|
-
return M(), F(e.Twinlist, T(s.$attrs, {
|
|
72
|
-
id: l.labelForId,
|
|
73
|
-
"show-search": "",
|
|
74
|
-
disabled: l.disabled,
|
|
75
|
-
"empty-state-component": e.loadingInfo,
|
|
76
|
-
"model-value": e.manualSelection,
|
|
77
|
-
"possible-values": e.possibleValues ?? [],
|
|
78
|
-
size: e.twinlistSize,
|
|
79
|
-
"left-label": e.leftLabel,
|
|
80
|
-
"right-label": e.rightLabel,
|
|
81
|
-
"is-valid": l.isValid,
|
|
82
|
-
compact: "",
|
|
83
|
-
"show-resize-handle": "",
|
|
84
|
-
"onUpdate:modelValue": e.onManualSelectionChange
|
|
85
|
-
}), null, 16, ["id", "disabled", "empty-state-component", "model-value", "possible-values", "size", "left-label", "right-label", "is-valid"]);
|
|
86
|
-
}
|
|
87
|
-
const K = /* @__PURE__ */ z(D, [["render", O], ["__scopeId", "data-v-a15ed4d5"], ["__file", "/Users/albrecht/Documents/KNIME/git/webapps-common/packages/jsonforms/src/uiComponents/twinlist/ManualTwinlistControl.vue"]]);
|
|
88
|
-
export {
|
|
89
|
-
K as default
|
|
90
|
-
};
|
|
@@ -1,48 +0,0 @@
|
|
|
1
|
-
import { defineComponent as r, toRef as a, createElementBlock as n, openBlock as s, Fragment as u, createCommentVNode as c, createVNode as d } from "vue";
|
|
2
|
-
import { u as m } from "./usePossibleValues-DTVXBGRC.js";
|
|
3
|
-
import { M as p } from "./MultiselectListBox-CfdPbcn1.js";
|
|
4
|
-
import { _ as b } from "./SectionHeading.vue_vue_type_style_index_0_scoped_f06e9b7d_lang-B5ALSUVO.js";
|
|
5
|
-
const _ = /* @__PURE__ */ r({
|
|
6
|
-
__name: "MultiSelectListBoxControl",
|
|
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(l, { expose: i }) {
|
|
17
|
-
i();
|
|
18
|
-
const e = l, { possibleValues: t } = m(a(e, "control")), o = { props: e, possibleValues: t, get MultiselectListBox() {
|
|
19
|
-
return p;
|
|
20
|
-
} };
|
|
21
|
-
return Object.defineProperty(o, "__isScriptSetup", { enumerable: !1, value: !0 }), o;
|
|
22
|
-
}
|
|
23
|
-
});
|
|
24
|
-
function f(l, i, e, t, o, V) {
|
|
25
|
-
return s(), n(
|
|
26
|
-
u,
|
|
27
|
-
null,
|
|
28
|
-
[
|
|
29
|
-
c(" eslint-disable vue/attribute-hyphenation ariaLabel needs to be given like this for typescript to not complain "),
|
|
30
|
-
d(t.MultiselectListBox, {
|
|
31
|
-
id: e.labelForId,
|
|
32
|
-
"possible-values": t.possibleValues || [],
|
|
33
|
-
disabled: e.disabled,
|
|
34
|
-
"model-value": e.control.data,
|
|
35
|
-
"is-valid": e.isValid,
|
|
36
|
-
ariaLabel: e.control.label,
|
|
37
|
-
size: e.control.uischema.options?.size,
|
|
38
|
-
"onUpdate:modelValue": e.changeValue
|
|
39
|
-
}, null, 8, ["id", "possible-values", "disabled", "model-value", "is-valid", "ariaLabel", "size", "onUpdate:modelValue"])
|
|
40
|
-
],
|
|
41
|
-
2112
|
|
42
|
-
/* STABLE_FRAGMENT, DEV_ROOT_FRAGMENT */
|
|
43
|
-
);
|
|
44
|
-
}
|
|
45
|
-
const y = /* @__PURE__ */ b(_, [["render", f], ["__file", "/Users/albrecht/Documents/KNIME/git/webapps-common/packages/jsonforms/src/uiComponents/MultiSelectListBoxControl.vue"]]);
|
|
46
|
-
export {
|
|
47
|
-
y as default
|
|
48
|
-
};
|
|
@@ -1,486 +0,0 @@
|
|
|
1
|
-
import { createElementBlock as B, openBlock as h, createElementVNode as R, toRef as _, resolveComponent as p, normalizeClass as A, createBlock as v, createCommentVNode as V, createVNode as y, withCtx as b, mergeProps as q, defineComponent as K, ref as H, computed as c, markRaw as W } from "vue";
|
|
2
|
-
import { m as G } from "./index-Blg1O3Fz.js";
|
|
3
|
-
import { u as J, a as Q } from "./usePossibleValues-DTVXBGRC.js";
|
|
4
|
-
import { a as X, S as Y, u as Z, T as $ } from "./TwinlistLoadingInfo-Cy6HY-97.js";
|
|
5
|
-
import { u as ee } from "./MultimodeTwinlistControl.vue_vue_type_style_index_0_scoped_bd2eaa56_lang-pnMOUiIt.js";
|
|
6
|
-
import { f as k } from "./useSearch-hpyYQ_6y.js";
|
|
7
|
-
import { C as te } from "./Checkboxes-Bofcg7tl.js";
|
|
8
|
-
import { y as ae, _ as D } from "./SectionHeading.vue_vue_type_style_index_0_scoped_f06e9b7d_lang-B5ALSUVO.js";
|
|
9
|
-
import { V as le } from "./ValueSwitch-Ozmr1YfK.js";
|
|
10
|
-
const ne = {
|
|
11
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
12
|
-
fill: "none",
|
|
13
|
-
stroke: "#000",
|
|
14
|
-
"stroke-linejoin": "round",
|
|
15
|
-
viewBox: "0 0 32 32"
|
|
16
|
-
};
|
|
17
|
-
function se(t, s) {
|
|
18
|
-
return h(), B("svg", ne, s[0] || (s[0] = [
|
|
19
|
-
R(
|
|
20
|
-
"path",
|
|
21
|
-
{ d: "m13.31 27.81 5.11-3.19v-9.15L28.95 4.19H3.05l10.26 11.28z" },
|
|
22
|
-
null,
|
|
23
|
-
-1
|
|
24
|
-
/* CACHED */
|
|
25
|
-
)
|
|
26
|
-
]));
|
|
27
|
-
}
|
|
28
|
-
const ie = { render: se }, oe = {
|
|
29
|
-
manual: "Manual",
|
|
30
|
-
wildcard: "Wildcard",
|
|
31
|
-
regex: "Regex",
|
|
32
|
-
type: "Type"
|
|
33
|
-
}, de = {
|
|
34
|
-
name: "MultiModeTwinlist",
|
|
35
|
-
components: {
|
|
36
|
-
Label: ae,
|
|
37
|
-
FilterIcon: ie,
|
|
38
|
-
SearchInput: Y,
|
|
39
|
-
Checkboxes: te,
|
|
40
|
-
ValueSwitch: le,
|
|
41
|
-
Twinlist: X
|
|
42
|
-
},
|
|
43
|
-
props: {
|
|
44
|
-
/**
|
|
45
|
-
* initial values
|
|
46
|
-
*/
|
|
47
|
-
mode: {
|
|
48
|
-
type: String,
|
|
49
|
-
required: !1,
|
|
50
|
-
default: "manual"
|
|
51
|
-
},
|
|
52
|
-
manualSelection: {
|
|
53
|
-
type: [Object, Array, null],
|
|
54
|
-
default: () => []
|
|
55
|
-
},
|
|
56
|
-
pattern: {
|
|
57
|
-
type: String,
|
|
58
|
-
default: ""
|
|
59
|
-
},
|
|
60
|
-
caseSensitivePattern: {
|
|
61
|
-
default: !1,
|
|
62
|
-
type: Boolean
|
|
63
|
-
},
|
|
64
|
-
inversePattern: {
|
|
65
|
-
default: !1,
|
|
66
|
-
type: Boolean
|
|
67
|
-
},
|
|
68
|
-
withTypes: {
|
|
69
|
-
type: Boolean,
|
|
70
|
-
default: !0
|
|
71
|
-
},
|
|
72
|
-
selectedTypes: {
|
|
73
|
-
type: Array,
|
|
74
|
-
default: () => []
|
|
75
|
-
},
|
|
76
|
-
/**
|
|
77
|
-
* Hiding and disabling
|
|
78
|
-
*/
|
|
79
|
-
showMode: {
|
|
80
|
-
default: !0,
|
|
81
|
-
type: Boolean
|
|
82
|
-
},
|
|
83
|
-
// enable search in case of manual selection
|
|
84
|
-
showSearch: {
|
|
85
|
-
default: !0,
|
|
86
|
-
type: Boolean
|
|
87
|
-
},
|
|
88
|
-
disabled: {
|
|
89
|
-
default: !1,
|
|
90
|
-
type: Boolean
|
|
91
|
-
},
|
|
92
|
-
/**
|
|
93
|
-
* Labels
|
|
94
|
-
*/
|
|
95
|
-
withModeLabel: {
|
|
96
|
-
default: !1,
|
|
97
|
-
type: Boolean
|
|
98
|
-
},
|
|
99
|
-
modeLabel: {
|
|
100
|
-
type: String,
|
|
101
|
-
required: !1,
|
|
102
|
-
default: "Selection mode"
|
|
103
|
-
},
|
|
104
|
-
withPatternLabel: {
|
|
105
|
-
default: !1,
|
|
106
|
-
type: Boolean
|
|
107
|
-
},
|
|
108
|
-
patternLabel: {
|
|
109
|
-
type: String,
|
|
110
|
-
required: !1,
|
|
111
|
-
default: "Pattern"
|
|
112
|
-
},
|
|
113
|
-
withTypesLabel: {
|
|
114
|
-
default: !1,
|
|
115
|
-
type: Boolean
|
|
116
|
-
},
|
|
117
|
-
typesLabel: {
|
|
118
|
-
type: String,
|
|
119
|
-
required: !1,
|
|
120
|
-
default: "Selected types"
|
|
121
|
-
},
|
|
122
|
-
/**
|
|
123
|
-
* List of possible values. Each item must have an `id` and a `text` property
|
|
124
|
-
* @example
|
|
125
|
-
* [{
|
|
126
|
-
* id: 'pdf',
|
|
127
|
-
* text: 'PDF'
|
|
128
|
-
* }, {
|
|
129
|
-
* id: 'XLS',
|
|
130
|
-
* text: 'Excel',
|
|
131
|
-
* }]
|
|
132
|
-
* For type selection, additionally, an element has to have a property `type` wich itself has properties
|
|
133
|
-
* `id` and `text`, e.g.
|
|
134
|
-
* [{
|
|
135
|
-
* id: 'pdf',
|
|
136
|
-
* text: 'PDF',
|
|
137
|
-
* type: {
|
|
138
|
-
* id: 'StringValue',
|
|
139
|
-
* text: 'String'
|
|
140
|
-
* }]
|
|
141
|
-
*/
|
|
142
|
-
possibleValues: {
|
|
143
|
-
type: Array,
|
|
144
|
-
default: () => []
|
|
145
|
-
},
|
|
146
|
-
/**
|
|
147
|
-
* List of possible types which should be selectable but are not necessarily present in the possible values.
|
|
148
|
-
*/
|
|
149
|
-
additionalPossibleTypes: {
|
|
150
|
-
type: Array,
|
|
151
|
-
default: () => []
|
|
152
|
-
},
|
|
153
|
-
compact: {
|
|
154
|
-
type: Boolean,
|
|
155
|
-
default: !1
|
|
156
|
-
}
|
|
157
|
-
},
|
|
158
|
-
emits: [
|
|
159
|
-
// Prop updates
|
|
160
|
-
"update:manualSelection",
|
|
161
|
-
"update:pattern",
|
|
162
|
-
"update:selectedTypes",
|
|
163
|
-
"update:mode",
|
|
164
|
-
"update:caseSensitivePattern",
|
|
165
|
-
"update:inversePattern",
|
|
166
|
-
// Non-prop update
|
|
167
|
-
"update:selected"
|
|
168
|
-
],
|
|
169
|
-
setup(t) {
|
|
170
|
-
const { includedValues: s } = Z(
|
|
171
|
-
_(t, "manualSelection")
|
|
172
|
-
);
|
|
173
|
-
return { manuallySelected: s };
|
|
174
|
-
},
|
|
175
|
-
data() {
|
|
176
|
-
return {
|
|
177
|
-
invalidPossibleValueIds: /* @__PURE__ */ new Set()
|
|
178
|
-
};
|
|
179
|
-
},
|
|
180
|
-
computed: {
|
|
181
|
-
possibleValueIds() {
|
|
182
|
-
return this.possibleValues.map(({ id: t }) => t);
|
|
183
|
-
},
|
|
184
|
-
possibleTypes() {
|
|
185
|
-
const t = this.possibleValues.map(({ type: n }) => n).filter(Boolean), s = t.map((n) => n.id);
|
|
186
|
-
return [...this.additionalPossibleTypes.filter(
|
|
187
|
-
(n) => n && !s.includes(n.id)
|
|
188
|
-
), ...t].filter((n) => n && n.id !== "").filter(
|
|
189
|
-
// remove duplicates
|
|
190
|
-
(n, i, f) => i === f.findIndex((d) => d.id === n.id && d.text === n.text)
|
|
191
|
-
);
|
|
192
|
-
},
|
|
193
|
-
matchingValueIds() {
|
|
194
|
-
return this.possibleValues.filter((t) => this.itemMatches(t)).map((t) => t.id);
|
|
195
|
-
},
|
|
196
|
-
twinlistModelValue() {
|
|
197
|
-
return this.mode === "manual" ? this.manualSelection : this.matchingValueIds;
|
|
198
|
-
},
|
|
199
|
-
selectedValues() {
|
|
200
|
-
return this.mode === "manual" ? this.manuallySelected : this.matchingValueIds;
|
|
201
|
-
},
|
|
202
|
-
selectionDisabled() {
|
|
203
|
-
return this.disabled || this.mode !== "manual";
|
|
204
|
-
},
|
|
205
|
-
normalizedSearchTerm() {
|
|
206
|
-
return this.mode === "manual" ? null : k[this.mode].normalize(
|
|
207
|
-
this.mode === "type" ? this.selectedTypes : this.pattern,
|
|
208
|
-
this.caseSensitivePattern
|
|
209
|
-
);
|
|
210
|
-
},
|
|
211
|
-
possibleModes() {
|
|
212
|
-
let t = Object.entries(oe).map(([s, e]) => ({ id: s, text: e }));
|
|
213
|
-
return this.withTypes || (t = t.filter((s) => s.id !== "type")), t;
|
|
214
|
-
}
|
|
215
|
-
},
|
|
216
|
-
watch: {
|
|
217
|
-
selectedValues: {
|
|
218
|
-
immediate: !0,
|
|
219
|
-
handler(t, s) {
|
|
220
|
-
!s || t === null || (t.length !== s.length || s.some((e, l) => e !== t[l])) && this.$emit("update:selected", this.selectedValues);
|
|
221
|
-
}
|
|
222
|
-
}
|
|
223
|
-
},
|
|
224
|
-
methods: {
|
|
225
|
-
onManualInput(t) {
|
|
226
|
-
this.mode === "manual" && this.$emit("update:manualSelection", t);
|
|
227
|
-
},
|
|
228
|
-
onPatternInput(t) {
|
|
229
|
-
this.$emit("update:pattern", t);
|
|
230
|
-
},
|
|
231
|
-
onTypeInput(t) {
|
|
232
|
-
this.$emit("update:selectedTypes", t, this.possibleTypes);
|
|
233
|
-
},
|
|
234
|
-
onModeChange(t) {
|
|
235
|
-
this.$emit("update:mode", t);
|
|
236
|
-
},
|
|
237
|
-
onToggleCaseSensitivePattern(t) {
|
|
238
|
-
this.$emit("update:caseSensitivePattern", t);
|
|
239
|
-
},
|
|
240
|
-
onToggleInversePattern(t) {
|
|
241
|
-
this.$emit("update:inversePattern", t);
|
|
242
|
-
},
|
|
243
|
-
validate() {
|
|
244
|
-
return this.$refs.twinlist.validate();
|
|
245
|
-
},
|
|
246
|
-
hasSelection() {
|
|
247
|
-
return !!this.selectedValues?.length;
|
|
248
|
-
},
|
|
249
|
-
itemMatches(t) {
|
|
250
|
-
return k[this.mode].test(
|
|
251
|
-
this.mode === "type" ? t.type?.id : t.text,
|
|
252
|
-
this.normalizedSearchTerm,
|
|
253
|
-
this.caseSensitivePattern,
|
|
254
|
-
this.inversePattern
|
|
255
|
-
);
|
|
256
|
-
}
|
|
257
|
-
}
|
|
258
|
-
};
|
|
259
|
-
function re(t, s, e, l, n, i) {
|
|
260
|
-
const f = p("ValueSwitch"), d = p("Label"), g = p("FilterIcon"), w = p("SearchInput"), T = p("Checkboxes"), S = p("Twinlist");
|
|
261
|
-
return h(), B(
|
|
262
|
-
"div",
|
|
263
|
-
{
|
|
264
|
-
class: A(["multi-mode-twinlist", { disabled: e.disabled }])
|
|
265
|
-
},
|
|
266
|
-
[
|
|
267
|
-
e.showMode ? (h(), v(d, {
|
|
268
|
-
key: 0,
|
|
269
|
-
active: e.withModeLabel,
|
|
270
|
-
text: e.modeLabel,
|
|
271
|
-
class: "label"
|
|
272
|
-
}, {
|
|
273
|
-
default: b(({ labelForId: r }) => [
|
|
274
|
-
y(f, {
|
|
275
|
-
id: r,
|
|
276
|
-
ref: "mode",
|
|
277
|
-
compact: e.compact,
|
|
278
|
-
"model-value": e.mode,
|
|
279
|
-
disabled: e.disabled,
|
|
280
|
-
"possible-values": i.possibleModes,
|
|
281
|
-
"onUpdate:modelValue": i.onModeChange
|
|
282
|
-
}, null, 8, ["id", "compact", "model-value", "disabled", "possible-values", "onUpdate:modelValue"])
|
|
283
|
-
]),
|
|
284
|
-
_: 1
|
|
285
|
-
/* STABLE */
|
|
286
|
-
}, 8, ["active", "text"])) : V("v-if", !0),
|
|
287
|
-
e.mode === "regex" || e.mode === "wildcard" ? (h(), v(d, {
|
|
288
|
-
key: 1,
|
|
289
|
-
active: e.withPatternLabel,
|
|
290
|
-
text: e.patternLabel,
|
|
291
|
-
class: "label"
|
|
292
|
-
}, {
|
|
293
|
-
default: b(({ labelForId: r }) => [
|
|
294
|
-
y(w, {
|
|
295
|
-
id: r,
|
|
296
|
-
ref: "search",
|
|
297
|
-
"model-value": e.pattern,
|
|
298
|
-
label: e.patternLabel,
|
|
299
|
-
"initial-case-sensitive-search": e.caseSensitivePattern,
|
|
300
|
-
"initial-inverse-search": e.inversePattern,
|
|
301
|
-
placeholder: "Pattern",
|
|
302
|
-
"show-case-sensitive-search-button": "",
|
|
303
|
-
"show-inverse-search-button": "",
|
|
304
|
-
disabled: e.disabled,
|
|
305
|
-
tooltips: {
|
|
306
|
-
inverseSearch: "Move matching to other side"
|
|
307
|
-
},
|
|
308
|
-
compact: e.compact,
|
|
309
|
-
"onUpdate:modelValue": i.onPatternInput,
|
|
310
|
-
onToggleCaseSensitiveSearch: i.onToggleCaseSensitivePattern,
|
|
311
|
-
onToggleInverseSearch: i.onToggleInversePattern
|
|
312
|
-
}, {
|
|
313
|
-
icon: b(() => [
|
|
314
|
-
y(g)
|
|
315
|
-
]),
|
|
316
|
-
_: 2
|
|
317
|
-
/* DYNAMIC */
|
|
318
|
-
}, 1032, ["id", "model-value", "label", "initial-case-sensitive-search", "initial-inverse-search", "disabled", "compact", "onUpdate:modelValue", "onToggleCaseSensitiveSearch", "onToggleInverseSearch"])
|
|
319
|
-
]),
|
|
320
|
-
_: 1
|
|
321
|
-
/* STABLE */
|
|
322
|
-
}, 8, ["active", "text"])) : V("v-if", !0),
|
|
323
|
-
e.mode === "type" && i.possibleTypes.length > 0 ? (h(), v(d, {
|
|
324
|
-
key: 2,
|
|
325
|
-
active: e.withTypesLabel,
|
|
326
|
-
text: e.typesLabel,
|
|
327
|
-
class: "label"
|
|
328
|
-
}, {
|
|
329
|
-
default: b(() => [
|
|
330
|
-
y(T, {
|
|
331
|
-
"model-value": e.selectedTypes,
|
|
332
|
-
"possible-values": i.possibleTypes,
|
|
333
|
-
disabled: e.disabled,
|
|
334
|
-
"onUpdate:modelValue": i.onTypeInput
|
|
335
|
-
}, null, 8, ["model-value", "possible-values", "disabled", "onUpdate:modelValue"])
|
|
336
|
-
]),
|
|
337
|
-
_: 1
|
|
338
|
-
/* STABLE */
|
|
339
|
-
}, 8, ["active", "text"])) : V("v-if", !0),
|
|
340
|
-
y(S, q(t.$attrs, {
|
|
341
|
-
ref: "twinlist",
|
|
342
|
-
disabled: i.selectionDisabled,
|
|
343
|
-
"show-search": e.mode === "manual" && e.showSearch,
|
|
344
|
-
"model-value": i.twinlistModelValue,
|
|
345
|
-
"possible-values": e.possibleValues,
|
|
346
|
-
compact: e.compact,
|
|
347
|
-
"onUpdate:modelValue": i.onManualInput
|
|
348
|
-
}), null, 16, ["disabled", "show-search", "model-value", "possible-values", "compact", "onUpdate:modelValue"])
|
|
349
|
-
],
|
|
350
|
-
2
|
|
351
|
-
/* CLASS */
|
|
352
|
-
);
|
|
353
|
-
}
|
|
354
|
-
const ue = /* @__PURE__ */ D(de, [["render", re], ["__scopeId", "data-v-78d78d5f"], ["__file", "/Users/albrecht/Documents/KNIME/git/webapps-common/packages/components/src/components/forms/MultiModeTwinlist/MultiModeTwinlist.vue"]]), ce = /* @__PURE__ */ K({
|
|
355
|
-
__name: "MultimodeTwinlistControl",
|
|
356
|
-
props: {
|
|
357
|
-
control: { type: Object, required: !0 },
|
|
358
|
-
handleChange: { type: Function, required: !0 },
|
|
359
|
-
changeValue: { type: Function, required: !0 },
|
|
360
|
-
disabled: { type: Boolean, required: !0 },
|
|
361
|
-
isValid: { type: Boolean, required: !0 },
|
|
362
|
-
onRegisterValidation: { type: Function, required: !0 },
|
|
363
|
-
labelForId: { type: String, required: !0 },
|
|
364
|
-
twinlistSize: { type: Number, required: !1, default: 10 },
|
|
365
|
-
twinlistLeftLabel: { type: String, required: !1, default: "Excludes" },
|
|
366
|
-
showUnknownValues: { type: Boolean, required: !1, default: !1 },
|
|
367
|
-
twinlistRightLabel: { type: String, required: !1, default: "Includes" }
|
|
368
|
-
},
|
|
369
|
-
setup(t, { expose: s }) {
|
|
370
|
-
s();
|
|
371
|
-
const e = t;
|
|
372
|
-
let l = () => {
|
|
373
|
-
};
|
|
374
|
-
const n = (a) => {
|
|
375
|
-
const o = G(e.control.data, a);
|
|
376
|
-
e.changeValue(o), l?.(o.manualFilter);
|
|
377
|
-
}, i = (a) => {
|
|
378
|
-
n({ selected: a });
|
|
379
|
-
}, f = (a) => {
|
|
380
|
-
if (a !== null)
|
|
381
|
-
if ("includedValues" in a) {
|
|
382
|
-
const { includedValues: o, excludedValues: m, includeUnknownValues: u } = a;
|
|
383
|
-
if (!o || !m)
|
|
384
|
-
return;
|
|
385
|
-
n({
|
|
386
|
-
manualFilter: {
|
|
387
|
-
manuallySelected: o,
|
|
388
|
-
manuallyDeselected: m,
|
|
389
|
-
includeUnknownColumns: u
|
|
390
|
-
}
|
|
391
|
-
});
|
|
392
|
-
} else
|
|
393
|
-
n({ manualFilter: { manuallySelected: a } });
|
|
394
|
-
}, d = (a) => {
|
|
395
|
-
n({ patternFilter: { pattern: a } });
|
|
396
|
-
}, g = (a) => {
|
|
397
|
-
n({ mode: a.toUpperCase() });
|
|
398
|
-
}, w = (a, o) => {
|
|
399
|
-
n({ typeFilter: { selectedTypes: a, typeDisplays: o } });
|
|
400
|
-
}, T = (a) => {
|
|
401
|
-
n({ patternFilter: { isInverted: a } });
|
|
402
|
-
}, S = (a) => {
|
|
403
|
-
n({ patternFilter: { isCaseSensitive: a } });
|
|
404
|
-
}, { possibleValues: r } = J(
|
|
405
|
-
_(e, "control")
|
|
406
|
-
), M = H([]), { selectedAndDeselected: C, setCurrentManualFilter: I } = ee({
|
|
407
|
-
data: c(() => e.control.data),
|
|
408
|
-
possibleValueIds: c(
|
|
409
|
-
() => r.value?.map(({ id: a }) => a) ?? null
|
|
410
|
-
)
|
|
411
|
-
});
|
|
412
|
-
l = I;
|
|
413
|
-
const z = c(() => {
|
|
414
|
-
const { selected: a, deselected: o } = C.value;
|
|
415
|
-
return e.showUnknownValues ? {
|
|
416
|
-
includedValues: a,
|
|
417
|
-
excludedValues: o,
|
|
418
|
-
includeUnknownValues: e.control.data.manualFilter.includeUnknownColumns
|
|
419
|
-
} : a;
|
|
420
|
-
}), O = c(
|
|
421
|
-
() => C.value.selected === null ? W($) : null
|
|
422
|
-
), L = (a) => typeof a > "u" ? {} : a.reduce(
|
|
423
|
-
(o, { id: m, text: u }) => ({ ...o, [m]: u }),
|
|
424
|
-
{}
|
|
425
|
-
), P = () => {
|
|
426
|
-
const a = e.control.data.typeFilter;
|
|
427
|
-
if (!a)
|
|
428
|
-
return [];
|
|
429
|
-
const o = a.selectedTypes, m = L(
|
|
430
|
-
a.typeDisplays
|
|
431
|
-
);
|
|
432
|
-
return o.map((u) => ({
|
|
433
|
-
id: u,
|
|
434
|
-
text: m[u] || u
|
|
435
|
-
}));
|
|
436
|
-
};
|
|
437
|
-
M.value = P();
|
|
438
|
-
const j = c(
|
|
439
|
-
() => !!r.value?.[0]?.hasOwnProperty("type")
|
|
440
|
-
), { excludedLabel: x, includedLabel: F } = Q(
|
|
441
|
-
_(e, "control")
|
|
442
|
-
), E = c(() => x ?? e.twinlistLeftLabel), N = c(() => F ?? e.twinlistRightLabel), U = { props: e, get setManualFilterOnChange() {
|
|
443
|
-
return l;
|
|
444
|
-
}, set setManualFilterOnChange(a) {
|
|
445
|
-
l = a;
|
|
446
|
-
}, onChangeTwinlist: n, onSelectedChange: i, onManualSelectionChange: f, onPatternChange: d, onModeChange: g, onSelectedTypesChange: w, onInversePatternChange: T, onCaseSensitiveChange: S, possibleValues: r, previouslySelectedTypes: M, selectedAndDeselected: C, setCurrentManualFilter: I, manualSelection: z, loadingInfo: O, typeDisplaysToMap: L, getPreviouslySelectedTypes: P, withTypes: j, excludedLabel: x, includedLabel: F, leftLabel: E, rightLabel: N, get MultiModeTwinList() {
|
|
447
|
-
return ue;
|
|
448
|
-
} };
|
|
449
|
-
return Object.defineProperty(U, "__isScriptSetup", { enumerable: !1, value: !0 }), U;
|
|
450
|
-
}
|
|
451
|
-
});
|
|
452
|
-
function me(t, s, e, l, n, i) {
|
|
453
|
-
return h(), v(l.MultiModeTwinList, q(t.$attrs, {
|
|
454
|
-
id: e.labelForId,
|
|
455
|
-
disabled: e.disabled,
|
|
456
|
-
"with-types": l.withTypes,
|
|
457
|
-
"selected-types": e.control.data.typeFilter?.selectedTypes,
|
|
458
|
-
"additional-possible-types": l.previouslySelectedTypes,
|
|
459
|
-
pattern: e.control.data.patternFilter.pattern,
|
|
460
|
-
mode: e.control.data.mode.toLowerCase(),
|
|
461
|
-
"case-sensitive-pattern": e.control.data.patternFilter.isCaseSensitive,
|
|
462
|
-
"empty-state-component": l.loadingInfo,
|
|
463
|
-
"inverse-pattern": e.control.data.patternFilter.isInverted,
|
|
464
|
-
"manual-selection": l.manualSelection,
|
|
465
|
-
"include-unknown-values": e.control.data.manualFilter.includeUnknownColumns,
|
|
466
|
-
"mode-label": "Selection mode",
|
|
467
|
-
"possible-values": l.possibleValues ?? [],
|
|
468
|
-
size: e.twinlistSize,
|
|
469
|
-
"left-label": l.leftLabel,
|
|
470
|
-
"right-label": l.rightLabel,
|
|
471
|
-
"is-valid": e.isValid,
|
|
472
|
-
compact: "",
|
|
473
|
-
"show-resize-handle": "",
|
|
474
|
-
"onUpdate:selected": l.onSelectedChange,
|
|
475
|
-
"onUpdate:manualSelection": l.onManualSelectionChange,
|
|
476
|
-
"onUpdate:pattern": l.onPatternChange,
|
|
477
|
-
"onUpdate:mode": l.onModeChange,
|
|
478
|
-
"onUpdate:selectedTypes": l.onSelectedTypesChange,
|
|
479
|
-
"onUpdate:inversePattern": l.onInversePatternChange,
|
|
480
|
-
"onUpdate:caseSensitivePattern": l.onCaseSensitiveChange
|
|
481
|
-
}), null, 16, ["id", "disabled", "with-types", "selected-types", "additional-possible-types", "pattern", "mode", "case-sensitive-pattern", "empty-state-component", "inverse-pattern", "manual-selection", "include-unknown-values", "possible-values", "size", "left-label", "right-label", "is-valid"]);
|
|
482
|
-
}
|
|
483
|
-
const Se = /* @__PURE__ */ D(ce, [["render", me], ["__scopeId", "data-v-bd2eaa56"], ["__file", "/Users/albrecht/Documents/KNIME/git/webapps-common/packages/jsonforms/src/uiComponents/twinlist/MultimodeTwinlistControl.vue"]]);
|
|
484
|
-
export {
|
|
485
|
-
Se as default
|
|
486
|
-
};
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
import { defineComponent as o, createBlock as i, openBlock as s, mergeProps as u } from "vue";
|
|
2
|
-
import a from "./MultimodeTwinlistControl-oIvgI_FP.js";
|
|
3
|
-
import { _ as l } from "./SectionHeading.vue_vue_type_style_index_0_scoped_f06e9b7d_lang-B5ALSUVO.js";
|
|
4
|
-
const p = /* @__PURE__ */ o({
|
|
5
|
-
__name: "NameFilter",
|
|
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(e, { expose: r }) {
|
|
16
|
-
r();
|
|
17
|
-
const t = { TwinlistControl: a };
|
|
18
|
-
return Object.defineProperty(t, "__isScriptSetup", { enumerable: !1, value: !0 }), t;
|
|
19
|
-
}
|
|
20
|
-
});
|
|
21
|
-
function c(e, r, t, n, d, m) {
|
|
22
|
-
return s(), i(
|
|
23
|
-
n.TwinlistControl,
|
|
24
|
-
u({ ...e.$props, ...e.$attrs }, {
|
|
25
|
-
"unknown-values-text": "Any unknown value",
|
|
26
|
-
"show-unknown-values": "",
|
|
27
|
-
"empty-state-label": "No values in this list"
|
|
28
|
-
}),
|
|
29
|
-
null,
|
|
30
|
-
16
|
|
31
|
-
/* FULL_PROPS */
|
|
32
|
-
);
|
|
33
|
-
}
|
|
34
|
-
const b = /* @__PURE__ */ l(p, [["render", c], ["__file", "/Users/albrecht/Documents/KNIME/git/webapps-common/packages/jsonforms/src/uiComponents/twinlist/NameFilter.vue"]]);
|
|
35
|
-
export {
|
|
36
|
-
b as default
|
|
37
|
-
};
|