@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,33 +0,0 @@
|
|
|
1
|
-
import { defineComponent as n, createBlock as u, openBlock as p, mergeProps as s } from "vue";
|
|
2
|
-
import { N as a } from "./NumberControlBase-CN5eTKEm.js";
|
|
3
|
-
import { _ as i } from "./SectionHeading.vue_vue_type_style_index_0_scoped_f06e9b7d_lang-B5ALSUVO.js";
|
|
4
|
-
const l = /* @__PURE__ */ n({
|
|
5
|
-
__name: "NumberControl",
|
|
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: o }) {
|
|
16
|
-
o();
|
|
17
|
-
const e = { NumberControlBase: a };
|
|
18
|
-
return Object.defineProperty(e, "__isScriptSetup", { enumerable: !1, value: !0 }), e;
|
|
19
|
-
}
|
|
20
|
-
});
|
|
21
|
-
function c(r, o, e, t, d, m) {
|
|
22
|
-
return p(), u(
|
|
23
|
-
t.NumberControlBase,
|
|
24
|
-
s(r.$props, { type: "double" }),
|
|
25
|
-
null,
|
|
26
|
-
16
|
|
27
|
-
/* FULL_PROPS */
|
|
28
|
-
);
|
|
29
|
-
}
|
|
30
|
-
const y = /* @__PURE__ */ i(l, [["render", c], ["__file", "/Users/albrecht/Documents/KNIME/git/webapps-common/packages/jsonforms/src/uiComponents/NumberControl.vue"]]);
|
|
31
|
-
export {
|
|
32
|
-
y as default
|
|
33
|
-
};
|
|
@@ -1,58 +0,0 @@
|
|
|
1
|
-
import { defineComponent as f, computed as p, createBlock as g, openBlock as x } from "vue";
|
|
2
|
-
import { u as y } from "./useBuiltinValidations-D0WuEacN.js";
|
|
3
|
-
import { N } from "./NumberInput-DWTImcA_.js";
|
|
4
|
-
import { _ as v } from "./SectionHeading.vue_vue_type_style_index_0_scoped_f06e9b7d_lang-B5ALSUVO.js";
|
|
5
|
-
const _ = 1, b = 0.1, E = /* @__PURE__ */ f({
|
|
6
|
-
__name: "NumberControlBase",
|
|
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
|
-
type: { type: String, required: !0 }
|
|
16
|
-
},
|
|
17
|
-
setup(l, { expose: m }) {
|
|
18
|
-
m();
|
|
19
|
-
const e = l, a = e.type === "integer" ? _ : b, r = ({ min: o, isExclusive: n }) => (t) => isNaN(t) || (n ? t > o : t >= o), i = ({ max: o, isExclusive: n }) => (t) => isNaN(t) || (n ? t < o : t <= o), c = y(
|
|
20
|
-
{
|
|
21
|
-
min: r,
|
|
22
|
-
max: i
|
|
23
|
-
},
|
|
24
|
-
e
|
|
25
|
-
), u = p(() => c.value.min), s = p(() => c.value.max), d = { props: e, DEFAULT_STEP_SIZE_INTEGER: _, DEFAULT_STEP_SIZE_DOUBLE: b, stepSize: a, respectsMin: r, respectsMax: i, validationParams: c, minParams: u, maxParams: s, onFocusOut: () => {
|
|
26
|
-
const o = e.control.data;
|
|
27
|
-
if (u.value && !r(u.value)(o)) {
|
|
28
|
-
const { min: n, isExclusive: t } = u.value;
|
|
29
|
-
t ? e.changeValue(n + a) : e.changeValue(n);
|
|
30
|
-
} else if (s.value && !i(s.value)(o)) {
|
|
31
|
-
const { max: n, isExclusive: t } = s.value;
|
|
32
|
-
t ? e.changeValue(n - a) : e.changeValue(n);
|
|
33
|
-
}
|
|
34
|
-
}, get NumberInput() {
|
|
35
|
-
return N;
|
|
36
|
-
} };
|
|
37
|
-
return Object.defineProperty(d, "__isScriptSetup", { enumerable: !1, value: !0 }), d;
|
|
38
|
-
}
|
|
39
|
-
});
|
|
40
|
-
function V(l, m, e, a, r, i) {
|
|
41
|
-
return x(), g(a.NumberInput, {
|
|
42
|
-
id: e.labelForId,
|
|
43
|
-
class: "number-input",
|
|
44
|
-
disabled: e.disabled,
|
|
45
|
-
"model-value": e.control.data,
|
|
46
|
-
type: e.type,
|
|
47
|
-
min: a.minParams?.min,
|
|
48
|
-
max: a.maxParams?.max,
|
|
49
|
-
"is-valid": e.isValid,
|
|
50
|
-
compact: "",
|
|
51
|
-
"onUpdate:modelValue": e.changeValue,
|
|
52
|
-
onFocusout: a.onFocusOut
|
|
53
|
-
}, null, 8, ["id", "disabled", "model-value", "type", "min", "max", "is-valid", "onUpdate:modelValue"]);
|
|
54
|
-
}
|
|
55
|
-
const q = /* @__PURE__ */ v(E, [["render", V], ["__file", "/Users/albrecht/Documents/KNIME/git/webapps-common/packages/jsonforms/src/uiComponents/NumberControlBase.vue"]]);
|
|
56
|
-
export {
|
|
57
|
-
q as N
|
|
58
|
-
};
|
|
@@ -1,50 +0,0 @@
|
|
|
1
|
-
import { defineComponent as i, computed as s, createElementBlock as d, openBlock as u, Fragment as p, createCommentVNode as c, createVNode as m } from "vue";
|
|
2
|
-
import { o as b } from "./index-Blg1O3Fz.js";
|
|
3
|
-
import { D as f } from "./Dropdown-D49sEHBa.js";
|
|
4
|
-
import { _ } from "./SectionHeading.vue_vue_type_style_index_0_scoped_f06e9b7d_lang-B5ALSUVO.js";
|
|
5
|
-
const V = /* @__PURE__ */ i({
|
|
6
|
-
__name: "OneOfDropdown",
|
|
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, o = e.control.schema?.oneOf?.map(b) ?? [], n = s({
|
|
19
|
-
get: () => e.control.data ?? "",
|
|
20
|
-
set: e.changeValue
|
|
21
|
-
}), t = { props: e, possibleValues: o, modelValue: n, get Dropdown() {
|
|
22
|
-
return f;
|
|
23
|
-
} };
|
|
24
|
-
return Object.defineProperty(t, "__isScriptSetup", { enumerable: !1, value: !0 }), t;
|
|
25
|
-
}
|
|
26
|
-
});
|
|
27
|
-
function g(a, r, e, o, n, t) {
|
|
28
|
-
return u(), d(
|
|
29
|
-
p,
|
|
30
|
-
null,
|
|
31
|
-
[
|
|
32
|
-
c(" eslint-disable vue/attribute-hyphenation typescript complains with ':aria-label' instead of ':ariaLabel'"),
|
|
33
|
-
m(o.Dropdown, {
|
|
34
|
-
id: e.labelForId,
|
|
35
|
-
modelValue: o.modelValue,
|
|
36
|
-
"onUpdate:modelValue": r[0] || (r[0] = (l) => o.modelValue = l),
|
|
37
|
-
"possible-values": o.possibleValues,
|
|
38
|
-
ariaLabel: e.control.label,
|
|
39
|
-
disabled: e.disabled,
|
|
40
|
-
compact: ""
|
|
41
|
-
}, null, 8, ["id", "modelValue", "possible-values", "ariaLabel", "disabled"])
|
|
42
|
-
],
|
|
43
|
-
2112
|
|
44
|
-
/* STABLE_FRAGMENT, DEV_ROOT_FRAGMENT */
|
|
45
|
-
);
|
|
46
|
-
}
|
|
47
|
-
const D = /* @__PURE__ */ _(V, [["render", g], ["__file", "/Users/albrecht/Documents/KNIME/git/webapps-common/packages/jsonforms/src/uiComponents/OneOfDropdown.vue"]]);
|
|
48
|
-
export {
|
|
49
|
-
D as default
|
|
50
|
-
};
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
import { defineComponent as n, createBlock as a, openBlock as i, mergeProps as s } from "vue";
|
|
2
|
-
import { R as p } from "./RadioControlBase-BGUHTIUl.js";
|
|
3
|
-
import { _ as u } from "./SectionHeading.vue_vue_type_style_index_0_scoped_f06e9b7d_lang-B5ALSUVO.js";
|
|
4
|
-
const d = /* @__PURE__ */ n({
|
|
5
|
-
__name: "RadioControl",
|
|
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: o }) {
|
|
16
|
-
o();
|
|
17
|
-
const e = { RadioControlBase: p };
|
|
18
|
-
return Object.defineProperty(e, "__isScriptSetup", { enumerable: !1, value: !0 }), e;
|
|
19
|
-
}
|
|
20
|
-
});
|
|
21
|
-
function c(r, o, e, t, l, _) {
|
|
22
|
-
return i(), a(
|
|
23
|
-
t.RadioControlBase,
|
|
24
|
-
s(r.$props, {
|
|
25
|
-
type: "radio",
|
|
26
|
-
class: "radio"
|
|
27
|
-
}),
|
|
28
|
-
null,
|
|
29
|
-
16
|
|
30
|
-
/* FULL_PROPS */
|
|
31
|
-
);
|
|
32
|
-
}
|
|
33
|
-
const C = /* @__PURE__ */ u(d, [["render", c], ["__scopeId", "data-v-8219fa82"], ["__file", "/Users/albrecht/Documents/KNIME/git/webapps-common/packages/jsonforms/src/uiComponents/RadioControl.vue"]]);
|
|
34
|
-
export {
|
|
35
|
-
C as default
|
|
36
|
-
};
|
|
@@ -1,111 +0,0 @@
|
|
|
1
|
-
import { resolveComponent as _, createBlock as m, openBlock as p, normalizeClass as v, defineComponent as B, computed as i, ref as y, toRef as g, onMounted as h, createCommentVNode as V, resolveDynamicComponent as R } from "vue";
|
|
2
|
-
import { o as C } from "./index-Blg1O3Fz.js";
|
|
3
|
-
import { u as S } from "./usePossibleValues-DTVXBGRC.js";
|
|
4
|
-
import { B as q, V as O } from "./ValueSwitch-Ozmr1YfK.js";
|
|
5
|
-
import { _ as f } from "./SectionHeading.vue_vue_type_style_index_0_scoped_f06e9b7d_lang-B5ALSUVO.js";
|
|
6
|
-
const k = {
|
|
7
|
-
name: "RadioButtons",
|
|
8
|
-
components: {
|
|
9
|
-
BaseRadioButtons: q
|
|
10
|
-
},
|
|
11
|
-
props: {
|
|
12
|
-
// these props are passed to BaseRadioButtons
|
|
13
|
-
id: {
|
|
14
|
-
type: String,
|
|
15
|
-
default: null
|
|
16
|
-
},
|
|
17
|
-
modelValue: {
|
|
18
|
-
type: String,
|
|
19
|
-
default: ""
|
|
20
|
-
},
|
|
21
|
-
disabled: {
|
|
22
|
-
default: !1,
|
|
23
|
-
type: Boolean
|
|
24
|
-
},
|
|
25
|
-
/**
|
|
26
|
-
* List of possible values. Each item must have an `id` and a `text` property
|
|
27
|
-
* @example
|
|
28
|
-
* [{
|
|
29
|
-
* id: 'pdf',
|
|
30
|
-
* text: 'PDF'
|
|
31
|
-
* }, {
|
|
32
|
-
* id: 'XLS',
|
|
33
|
-
* text: 'Excel',
|
|
34
|
-
* }]
|
|
35
|
-
*/
|
|
36
|
-
possibleValues: {
|
|
37
|
-
type: Array,
|
|
38
|
-
default: () => []
|
|
39
|
-
},
|
|
40
|
-
// additional props
|
|
41
|
-
alignment: {
|
|
42
|
-
type: String,
|
|
43
|
-
default: "horizontal",
|
|
44
|
-
validator(o) {
|
|
45
|
-
return ["horizontal", "vertical"].includes(o);
|
|
46
|
-
}
|
|
47
|
-
}
|
|
48
|
-
},
|
|
49
|
-
emits: ["update:modelValue"],
|
|
50
|
-
methods: {
|
|
51
|
-
hasSelection() {
|
|
52
|
-
return this.$refs.radioButton.$refs.input.some((o) => o.checked);
|
|
53
|
-
}
|
|
54
|
-
}
|
|
55
|
-
};
|
|
56
|
-
function F(o, a, e, t, s, l) {
|
|
57
|
-
const d = _("BaseRadioButtons");
|
|
58
|
-
return p(), m(d, {
|
|
59
|
-
id: e.id,
|
|
60
|
-
ref: "radioButton",
|
|
61
|
-
"possible-values": e.possibleValues,
|
|
62
|
-
"model-value": e.modelValue,
|
|
63
|
-
disabled: e.disabled,
|
|
64
|
-
class: v(["radio-buttons", e.alignment, { disabled: e.disabled }]),
|
|
65
|
-
"onUpdate:modelValue": a[0] || (a[0] = (n) => o.$emit("update:modelValue", n))
|
|
66
|
-
}, null, 8, ["id", "possible-values", "model-value", "disabled", "class"]);
|
|
67
|
-
}
|
|
68
|
-
const I = /* @__PURE__ */ f(k, [["render", F], ["__scopeId", "data-v-a7dd566d"], ["__file", "/Users/albrecht/Documents/KNIME/git/webapps-common/packages/components/src/components/forms/RadioButtons/RadioButtons.vue"]]), U = /* @__PURE__ */ B({
|
|
69
|
-
__name: "RadioControlBase",
|
|
70
|
-
props: {
|
|
71
|
-
control: { type: Object, required: !0 },
|
|
72
|
-
handleChange: { type: Function, required: !0 },
|
|
73
|
-
changeValue: { type: Function, required: !0 },
|
|
74
|
-
disabled: { type: Boolean, required: !0 },
|
|
75
|
-
isValid: { type: Boolean, required: !0 },
|
|
76
|
-
onRegisterValidation: { type: Function, required: !0 },
|
|
77
|
-
labelForId: { type: String, required: !0 },
|
|
78
|
-
type: { type: String, required: !0 }
|
|
79
|
-
},
|
|
80
|
-
setup(o, { expose: a }) {
|
|
81
|
-
a();
|
|
82
|
-
const e = o, t = i(() => e.control.uischema.options?.radioLayout), s = i(
|
|
83
|
-
() => e.control.uischema.options?.disabledOptions ?? []
|
|
84
|
-
), l = (r) => s.value.includes(r.id) ? { ...r, disabled: !0 } : r, d = i(
|
|
85
|
-
() => e.type === "valueSwitch" ? O : I
|
|
86
|
-
), n = y(null), { possibleValues: u } = S(g(e, "control")), b = i(
|
|
87
|
-
() => (n.value ?? u.value)?.map(l)
|
|
88
|
-
);
|
|
89
|
-
h(() => {
|
|
90
|
-
n.value = e.control?.schema?.oneOf ? e.control.schema.oneOf.map(C) : null;
|
|
91
|
-
});
|
|
92
|
-
const c = { props: e, alignment: t, disabledOptions: s, disableOption: l, uiComponent: d, staticOptions: n, possibleValues: u, options: b };
|
|
93
|
-
return Object.defineProperty(c, "__isScriptSetup", { enumerable: !1, value: !0 }), c;
|
|
94
|
-
}
|
|
95
|
-
});
|
|
96
|
-
function w(o, a, e, t, s, l) {
|
|
97
|
-
return t.options ? (p(), m(R(t.uiComponent), {
|
|
98
|
-
key: 0,
|
|
99
|
-
id: e.labelForId,
|
|
100
|
-
"possible-values": t.options,
|
|
101
|
-
alignment: t.alignment,
|
|
102
|
-
disabled: e.disabled,
|
|
103
|
-
"model-value": e.control.data,
|
|
104
|
-
compact: "",
|
|
105
|
-
"onUpdate:modelValue": e.changeValue
|
|
106
|
-
}, null, 8, ["id", "possible-values", "alignment", "disabled", "model-value", "onUpdate:modelValue"])) : V("v-if", !0);
|
|
107
|
-
}
|
|
108
|
-
const N = /* @__PURE__ */ f(U, [["render", w], ["__file", "/Users/albrecht/Documents/KNIME/git/webapps-common/packages/jsonforms/src/uiComponents/RadioControlBase.vue"]]);
|
|
109
|
-
export {
|
|
110
|
-
N as R
|
|
111
|
-
};
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
import { defineComponent as r, createElementBlock as s, openBlock as i, createElementVNode as n, renderSlot as c, toDisplayString as a } from "vue";
|
|
2
|
-
import { _ } from "./SectionHeading.vue_vue_type_style_index_0_scoped_f06e9b7d_lang-B5ALSUVO.js";
|
|
3
|
-
const p = /* @__PURE__ */ r({
|
|
4
|
-
__name: "SectionHeading",
|
|
5
|
-
props: {
|
|
6
|
-
titleText: { type: String, required: !0 }
|
|
7
|
-
},
|
|
8
|
-
setup(t, { expose: o }) {
|
|
9
|
-
o();
|
|
10
|
-
const e = {};
|
|
11
|
-
return Object.defineProperty(e, "__isScriptSetup", { enumerable: !1, value: !0 }), e;
|
|
12
|
-
}
|
|
13
|
-
}), d = { class: "section-header" }, l = { class: "section-header-layout-container" };
|
|
14
|
-
function u(t, o, e, m, f, S) {
|
|
15
|
-
return i(), s("div", d, [
|
|
16
|
-
n("div", l, [
|
|
17
|
-
n(
|
|
18
|
-
"h3",
|
|
19
|
-
null,
|
|
20
|
-
a(e.titleText),
|
|
21
|
-
1
|
|
22
|
-
/* TEXT */
|
|
23
|
-
),
|
|
24
|
-
c(t.$slots, "right-buttons", {}, void 0, !0)
|
|
25
|
-
])
|
|
26
|
-
]);
|
|
27
|
-
}
|
|
28
|
-
const b = /* @__PURE__ */ _(p, [["render", u], ["__scopeId", "data-v-f06e9b7d"], ["__file", "/Users/albrecht/Documents/KNIME/git/webapps-common/packages/jsonforms/src/layoutComponents/section/SectionHeading.vue"]]);
|
|
29
|
-
export {
|
|
30
|
-
b as S
|
|
31
|
-
};
|
|
@@ -1,61 +0,0 @@
|
|
|
1
|
-
import { defineComponent as i, ref as u, createElementBlock as m, openBlock as n, createVNode as s, withCtx as l, renderSlot as d, createBlock as _ } from "vue";
|
|
2
|
-
import { x as f, _ as h } from "./SectionHeading.vue_vue_type_style_index_0_scoped_f06e9b7d_lang-B5ALSUVO.js";
|
|
3
|
-
import { V as y } from "./VerticalLayoutBase-CpN-KONq.js";
|
|
4
|
-
import { S as v } from "./SectionHeading-B6JkPyMh.js";
|
|
5
|
-
const p = /* @__PURE__ */ i({
|
|
6
|
-
__name: "SectionLayout",
|
|
7
|
-
props: {
|
|
8
|
-
layout: { type: Object, required: !0 }
|
|
9
|
-
},
|
|
10
|
-
setup(r, { expose: o }) {
|
|
11
|
-
o();
|
|
12
|
-
const t = { hover: u(!1), get DispatchRenderer() {
|
|
13
|
-
return f;
|
|
14
|
-
}, VerticalLayoutBase: y, SectionHeading: v };
|
|
15
|
-
return Object.defineProperty(t, "__isScriptSetup", { enumerable: !1, value: !0 }), t;
|
|
16
|
-
}
|
|
17
|
-
});
|
|
18
|
-
function b(r, o, e, t, S, x) {
|
|
19
|
-
return n(), m(
|
|
20
|
-
"div",
|
|
21
|
-
{
|
|
22
|
-
class: "section",
|
|
23
|
-
onMouseover: o[0] || (o[0] = (a) => t.hover = !0),
|
|
24
|
-
onMouseleave: o[1] || (o[1] = (a) => t.hover = !1)
|
|
25
|
-
},
|
|
26
|
-
[
|
|
27
|
-
s(t.SectionHeading, {
|
|
28
|
-
"title-text": e.layout.uischema.label
|
|
29
|
-
}, {
|
|
30
|
-
"right-buttons": l(() => [
|
|
31
|
-
d(r.$slots, "buttons", { hover: t.hover }, void 0, !0)
|
|
32
|
-
]),
|
|
33
|
-
_: 3
|
|
34
|
-
/* FORWARDED */
|
|
35
|
-
}, 8, ["title-text"]),
|
|
36
|
-
s(t.VerticalLayoutBase, {
|
|
37
|
-
elements: e.layout.uischema.elements
|
|
38
|
-
}, {
|
|
39
|
-
default: l(({ element: a, index: c }) => [
|
|
40
|
-
(n(), _(t.DispatchRenderer, {
|
|
41
|
-
key: `${e.layout.path}-${c}`,
|
|
42
|
-
schema: e.layout.schema,
|
|
43
|
-
uischema: a,
|
|
44
|
-
path: e.layout.path,
|
|
45
|
-
enabled: e.layout.enabled,
|
|
46
|
-
renderers: e.layout.renderers,
|
|
47
|
-
cells: e.layout.cells
|
|
48
|
-
}, null, 8, ["schema", "uischema", "path", "enabled", "renderers", "cells"]))
|
|
49
|
-
]),
|
|
50
|
-
_: 1
|
|
51
|
-
/* STABLE */
|
|
52
|
-
}, 8, ["elements"])
|
|
53
|
-
],
|
|
54
|
-
32
|
|
55
|
-
/* NEED_HYDRATION */
|
|
56
|
-
);
|
|
57
|
-
}
|
|
58
|
-
const V = /* @__PURE__ */ h(p, [["render", b], ["__scopeId", "data-v-431a74f8"], ["__file", "/Users/albrecht/Documents/KNIME/git/webapps-common/packages/jsonforms/src/layoutComponents/SectionLayout.vue"]]);
|
|
59
|
-
export {
|
|
60
|
-
V as default
|
|
61
|
-
};
|
|
@@ -1,48 +0,0 @@
|
|
|
1
|
-
import { _ as i, z as l } from "./SectionHeading.vue_vue_type_style_index_0_scoped_f06e9b7d_lang-B5ALSUVO.js";
|
|
2
|
-
import { createElementBlock as m, openBlock as o, Fragment as _, renderSlot as s, createBlock as r, Teleport as f, createVNode as a, withCtx as d, createElementVNode as n, createCommentVNode as u } from "vue";
|
|
3
|
-
const v = { class: "side-drawer-content" }, p = { class: "main-content" }, S = { class: "bottom-content" };
|
|
4
|
-
function b(t, k, c, e, w, g) {
|
|
5
|
-
return o(), m(
|
|
6
|
-
_,
|
|
7
|
-
null,
|
|
8
|
-
[
|
|
9
|
-
s(t.$slots, "expand-button", { expand: e.expand }, void 0, !0),
|
|
10
|
-
(o(), r(f, { to: e.subSettingsPanels }, [
|
|
11
|
-
a(e.SideDrawer, {
|
|
12
|
-
"is-expanded": e.isExpanded,
|
|
13
|
-
class: "side-drawer",
|
|
14
|
-
"style-overrides": e.styleOverrides
|
|
15
|
-
}, {
|
|
16
|
-
default: d(() => [
|
|
17
|
-
n("div", v, [
|
|
18
|
-
c.showBackArrow ? (o(), r(e.SidePanelBackArrow, {
|
|
19
|
-
key: 0,
|
|
20
|
-
onClick: e.close
|
|
21
|
-
})) : u("v-if", !0),
|
|
22
|
-
n("div", p, [
|
|
23
|
-
a(e.Form, null, {
|
|
24
|
-
default: d(() => [
|
|
25
|
-
s(t.$slots, "default", {}, void 0, !0)
|
|
26
|
-
]),
|
|
27
|
-
_: 3
|
|
28
|
-
/* FORWARDED */
|
|
29
|
-
})
|
|
30
|
-
]),
|
|
31
|
-
n("div", S, [
|
|
32
|
-
s(t.$slots, "bottom-content", {}, void 0, !0)
|
|
33
|
-
])
|
|
34
|
-
])
|
|
35
|
-
]),
|
|
36
|
-
_: 3
|
|
37
|
-
/* FORWARDED */
|
|
38
|
-
}, 8, ["is-expanded", "style-overrides"])
|
|
39
|
-
], 8, ["to"]))
|
|
40
|
-
],
|
|
41
|
-
64
|
|
42
|
-
/* STABLE_FRAGMENT */
|
|
43
|
-
);
|
|
44
|
-
}
|
|
45
|
-
const y = /* @__PURE__ */ i(l, [["render", b], ["__scopeId", "data-v-17982657"], ["__file", "/Users/albrecht/Documents/KNIME/git/webapps-common/packages/jsonforms/src/layoutComponents/settingsSubPanel/SettingsSubPanel.vue"]]);
|
|
46
|
-
export {
|
|
47
|
-
y as S
|
|
48
|
-
};
|
|
@@ -1,83 +0,0 @@
|
|
|
1
|
-
import { defineComponent as i, createBlock as l, openBlock as c, withCtx as a, createVNode as o, createElementVNode as m } from "vue";
|
|
2
|
-
import { v as d, x as _, _ as b } from "./SectionHeading.vue_vue_type_style_index_0_scoped_f06e9b7d_lang-B5ALSUVO.js";
|
|
3
|
-
import { N as f } from "./arrow-next-BmOStWql.js";
|
|
4
|
-
import { V as y } from "./VerticalLayoutBase-CpN-KONq.js";
|
|
5
|
-
import { S as h } from "./SectionHeading-B6JkPyMh.js";
|
|
6
|
-
import { S as p } from "./SettingsSubPanel-DToMRoLu.js";
|
|
7
|
-
const S = /* @__PURE__ */ i({
|
|
8
|
-
__name: "SettingsSubPanelLayout",
|
|
9
|
-
props: {
|
|
10
|
-
layout: { type: Object, required: !0 }
|
|
11
|
-
},
|
|
12
|
-
setup(u, { expose: n }) {
|
|
13
|
-
n();
|
|
14
|
-
const e = { get DispatchRenderer() {
|
|
15
|
-
return _;
|
|
16
|
-
}, get FunctionButton() {
|
|
17
|
-
return d;
|
|
18
|
-
}, get NextIcon() {
|
|
19
|
-
return f;
|
|
20
|
-
}, VerticalLayoutBase: y, SectionHeading: h, SettingsSubPanel: p };
|
|
21
|
-
return Object.defineProperty(e, "__isScriptSetup", { enumerable: !1, value: !0 }), e;
|
|
22
|
-
}
|
|
23
|
-
});
|
|
24
|
-
function g(u, n, e, t, x, k) {
|
|
25
|
-
return c(), l(t.SettingsSubPanel, {
|
|
26
|
-
"show-back-arrow": "",
|
|
27
|
-
"background-color-override": "var(--knime-gray-ultra-light"
|
|
28
|
-
}, {
|
|
29
|
-
"expand-button": a(({ expand: r }) => [
|
|
30
|
-
o(t.SectionHeading, {
|
|
31
|
-
"title-text": e.layout.uischema.label
|
|
32
|
-
}, {
|
|
33
|
-
"right-buttons": a(() => [
|
|
34
|
-
o(t.FunctionButton, {
|
|
35
|
-
compact: "",
|
|
36
|
-
class: "set-button",
|
|
37
|
-
onClick: r
|
|
38
|
-
}, {
|
|
39
|
-
default: a(() => [
|
|
40
|
-
n[0] || (n[0] = m(
|
|
41
|
-
"span",
|
|
42
|
-
null,
|
|
43
|
-
"Set",
|
|
44
|
-
-1
|
|
45
|
-
/* CACHED */
|
|
46
|
-
)),
|
|
47
|
-
o(t.NextIcon)
|
|
48
|
-
]),
|
|
49
|
-
_: 2,
|
|
50
|
-
__: [0]
|
|
51
|
-
}, 1032, ["onClick"])
|
|
52
|
-
]),
|
|
53
|
-
_: 2
|
|
54
|
-
/* DYNAMIC */
|
|
55
|
-
}, 1032, ["title-text"])
|
|
56
|
-
]),
|
|
57
|
-
default: a(() => [
|
|
58
|
-
o(t.VerticalLayoutBase, {
|
|
59
|
-
elements: e.layout.uischema.elements
|
|
60
|
-
}, {
|
|
61
|
-
default: a(({ element: r, index: s }) => [
|
|
62
|
-
(c(), l(t.DispatchRenderer, {
|
|
63
|
-
key: `${e.layout.path}-${s}`,
|
|
64
|
-
schema: e.layout.schema,
|
|
65
|
-
uischema: r,
|
|
66
|
-
path: e.layout.path,
|
|
67
|
-
enabled: e.layout.enabled,
|
|
68
|
-
renderers: e.layout.renderers,
|
|
69
|
-
cells: e.layout.cells
|
|
70
|
-
}, null, 8, ["schema", "uischema", "path", "enabled", "renderers", "cells"]))
|
|
71
|
-
]),
|
|
72
|
-
_: 1
|
|
73
|
-
/* STABLE */
|
|
74
|
-
}, 8, ["elements"])
|
|
75
|
-
]),
|
|
76
|
-
_: 1
|
|
77
|
-
/* STABLE */
|
|
78
|
-
});
|
|
79
|
-
}
|
|
80
|
-
const L = /* @__PURE__ */ b(S, [["render", g], ["__scopeId", "data-v-e666a70c"], ["__file", "/Users/albrecht/Documents/KNIME/git/webapps-common/packages/jsonforms/src/layoutComponents/SettingsSubPanelLayout.vue"]]);
|
|
81
|
-
export {
|
|
82
|
-
L as default
|
|
83
|
-
};
|
|
@@ -1,84 +0,0 @@
|
|
|
1
|
-
import { defineComponent as u, createBlock as p, openBlock as a, resolveDynamicComponent as f, computed as s, ref as b, createElementBlock as g, createVNode as v, renderSlot as y, withCtx as C, createCommentVNode as h, createTextVNode as B, toDisplayString as I } from "vue";
|
|
2
|
-
import { _ as d, A as S } from "./SectionHeading.vue_vue_type_style_index_0_scoped_f06e9b7d_lang-B5ALSUVO.js";
|
|
3
|
-
import { R as k } from "./reload-57Xc2t-6.js";
|
|
4
|
-
import { B as q } from "./Button-B9RSLVI2.js";
|
|
5
|
-
const D = /* @__PURE__ */ u({
|
|
6
|
-
__name: "DynamicIcon",
|
|
7
|
-
props: {
|
|
8
|
-
icon: { type: String, required: !0 }
|
|
9
|
-
},
|
|
10
|
-
setup(n, { expose: o }) {
|
|
11
|
-
o();
|
|
12
|
-
const e = { components: {
|
|
13
|
-
reload: k
|
|
14
|
-
} };
|
|
15
|
-
return Object.defineProperty(e, "__isScriptSetup", { enumerable: !1, value: !0 }), e;
|
|
16
|
-
}
|
|
17
|
-
});
|
|
18
|
-
function j(n, o, t, e, r, c) {
|
|
19
|
-
return a(), p(f(e.components[t.icon]));
|
|
20
|
-
}
|
|
21
|
-
const x = /* @__PURE__ */ d(D, [["render", j], ["__file", "/Users/albrecht/Documents/KNIME/git/webapps-common/packages/jsonforms/src/uiComponents/DynamicIcon.vue"]]), V = /* @__PURE__ */ u({
|
|
22
|
-
__name: "SimpleButtonControl",
|
|
23
|
-
props: {
|
|
24
|
-
control: { type: Object, required: !0 },
|
|
25
|
-
handleChange: { type: Function, required: !0 },
|
|
26
|
-
changeValue: { type: Function, required: !0 },
|
|
27
|
-
disabled: { type: Boolean, required: !0 },
|
|
28
|
-
labelForId: { type: null, required: !1 },
|
|
29
|
-
isValid: { type: Boolean, required: !0 },
|
|
30
|
-
messages: { type: Object, required: !0 },
|
|
31
|
-
onRegisterValidation: { type: Function, required: !0 }
|
|
32
|
-
},
|
|
33
|
-
setup(n, { expose: o }) {
|
|
34
|
-
o();
|
|
35
|
-
const t = n, e = s(() => !t.control.enabled), r = s(() => t.control.uischema.options.triggerId), c = s(
|
|
36
|
-
() => t.control.uischema.options.icon
|
|
37
|
-
), i = S("trigger"), m = () => {
|
|
38
|
-
i({ id: r.value });
|
|
39
|
-
}, _ = b(!1), l = { props: t, disabled: e, triggerId: r, icon: c, trigger: i, onClick: m, hover: _, get Button() {
|
|
40
|
-
return q;
|
|
41
|
-
}, DynamicIcon: x };
|
|
42
|
-
return Object.defineProperty(l, "__isScriptSetup", { enumerable: !1, value: !0 }), l;
|
|
43
|
-
}
|
|
44
|
-
});
|
|
45
|
-
function N(n, o, t, e, r, c) {
|
|
46
|
-
return a(), g(
|
|
47
|
-
"div",
|
|
48
|
-
{
|
|
49
|
-
class: "simple-button-input",
|
|
50
|
-
onMouseover: o[0] || (o[0] = (i) => e.hover = !0),
|
|
51
|
-
onMouseleave: o[1] || (o[1] = (i) => e.hover = !1)
|
|
52
|
-
},
|
|
53
|
-
[
|
|
54
|
-
v(e.Button, {
|
|
55
|
-
compact: "",
|
|
56
|
-
"with-border": "",
|
|
57
|
-
disabled: e.disabled,
|
|
58
|
-
class: "button-input",
|
|
59
|
-
onClick: e.onClick
|
|
60
|
-
}, {
|
|
61
|
-
default: C(() => [
|
|
62
|
-
e.icon ? (a(), p(e.DynamicIcon, {
|
|
63
|
-
key: 0,
|
|
64
|
-
icon: e.icon
|
|
65
|
-
}, null, 8, ["icon"])) : h("v-if", !0),
|
|
66
|
-
B(
|
|
67
|
-
I(t.control.label),
|
|
68
|
-
1
|
|
69
|
-
/* TEXT */
|
|
70
|
-
)
|
|
71
|
-
]),
|
|
72
|
-
_: 1
|
|
73
|
-
/* STABLE */
|
|
74
|
-
}, 8, ["disabled"]),
|
|
75
|
-
y(n.$slots, "buttons", { hover: e.hover }, void 0, !0)
|
|
76
|
-
],
|
|
77
|
-
32
|
|
78
|
-
/* NEED_HYDRATION */
|
|
79
|
-
);
|
|
80
|
-
}
|
|
81
|
-
const E = /* @__PURE__ */ d(V, [["render", N], ["__scopeId", "data-v-4a2108f2"], ["__file", "/Users/albrecht/Documents/KNIME/git/webapps-common/packages/jsonforms/src/uiComponents/SimpleButtonControl.vue"]]);
|
|
82
|
-
export {
|
|
83
|
-
E as default
|
|
84
|
-
};
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
import { defineComponent as n, toRef as l, createBlock as p, openBlock as a, mergeProps as u } from "vue";
|
|
2
|
-
import { u as c } from "./usePossibleValues-DTVXBGRC.js";
|
|
3
|
-
import { T as m } from "./TwinlistControlBase-CMFEecdr.js";
|
|
4
|
-
import { _ as d } from "./SectionHeading.vue_vue_type_style_index_0_scoped_f06e9b7d_lang-B5ALSUVO.js";
|
|
5
|
-
const _ = /* @__PURE__ */ n({
|
|
6
|
-
__name: "SimpleTwinlistControl",
|
|
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(r, { expose: s }) {
|
|
17
|
-
s();
|
|
18
|
-
const o = r, e = l(o, "control"), { possibleValues: i } = c(e), t = { props: o, control: e, possibleValues: i, TwinlistControlBase: m };
|
|
19
|
-
return Object.defineProperty(t, "__isScriptSetup", { enumerable: !1, value: !0 }), t;
|
|
20
|
-
}
|
|
21
|
-
});
|
|
22
|
-
function f(r, s, o, e, i, t) {
|
|
23
|
-
return a(), p(e.TwinlistControlBase, u(e.props, {
|
|
24
|
-
"possible-values": e.possibleValues,
|
|
25
|
-
"twinlist-size": e.props.control.uischema.options?.twinlistSize
|
|
26
|
-
}), null, 16, ["possible-values", "twinlist-size"]);
|
|
27
|
-
}
|
|
28
|
-
const g = /* @__PURE__ */ d(_, [["render", f], ["__file", "/Users/albrecht/Documents/KNIME/git/webapps-common/packages/jsonforms/src/uiComponents/twinlist/SimpleTwinlistControl.vue"]]);
|
|
29
|
-
export {
|
|
30
|
-
g as default
|
|
31
|
-
};
|