@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
package/dist/knime-jsonforms.js
CHANGED
|
@@ -1,155 +1,129 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
import { _ as
|
|
3
|
-
import { E as
|
|
4
|
-
import { default as
|
|
5
|
-
import {
|
|
6
|
-
import { V as
|
|
7
|
-
import { S as
|
|
8
|
-
import { S as
|
|
9
|
-
const
|
|
1
|
+
import { defineComponent as c, ref as i, onMounted as k, createElementBlock as v, createCommentVNode as P, openBlock as u, createElementVNode as D, provide as T, computed as x, watch as C, createBlock as E, Suspense as A, withCtx as d, createVNode as l, renderSlot as g, unref as w, nextTick as B } from "vue";
|
|
2
|
+
import { _ as y, p as j, F, s as M, U as O, i as I } from "./SectionHeading.vue_vue_type_style_index_0_scoped_625edfbe_lang-1WZC8AqN.js";
|
|
3
|
+
import { E as W, L as Z, a as ee, c as te, f as oe, e as se, d as ae, g as re, h as ne, k as de, l as le, j as ie, m as ue, b as ce, n as pe, t as me, u as fe, w as _e } from "./SectionHeading.vue_vue_type_style_index_0_scoped_625edfbe_lang-1WZC8AqN.js";
|
|
4
|
+
import { default as he } from "./SimpleButtonControl-DFTQjOZI.js";
|
|
5
|
+
import { _ as De } from "./TextControl.vue_vue_type_script_setup_true_lang-CTLy3TVR.js";
|
|
6
|
+
import { V as Se } from "./VerticalLayoutBase-C42y1fUX.js";
|
|
7
|
+
import { S as be } from "./SectionHeading-D5y3im2k.js";
|
|
8
|
+
import { S as Pe } from "./SettingsSubPanel-B6gyM99J.js";
|
|
9
|
+
const R = {
|
|
10
|
+
key: 0,
|
|
11
|
+
class: "loading-dialog skeleton-wrapper"
|
|
12
|
+
}, V = 200, $ = /* @__PURE__ */ c({
|
|
10
13
|
__name: "LoadingDialog",
|
|
11
|
-
setup(
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
k(() => {
|
|
14
|
+
setup(r) {
|
|
15
|
+
const s = i(!1);
|
|
16
|
+
return k(() => {
|
|
15
17
|
setTimeout(() => {
|
|
16
|
-
|
|
17
|
-
},
|
|
18
|
-
})
|
|
19
|
-
|
|
20
|
-
|
|
18
|
+
s.value = !0;
|
|
19
|
+
}, V);
|
|
20
|
+
}), (p, o) => s.value ? (u(), v("div", R, o[0] || (o[0] = [
|
|
21
|
+
D("div", { class: "loading-dialog-content skeleton" }, null, -1)
|
|
22
|
+
]))) : P("", !0);
|
|
21
23
|
}
|
|
22
|
-
}),
|
|
23
|
-
key: 0,
|
|
24
|
-
class: "loading-dialog skeleton-wrapper"
|
|
25
|
-
};
|
|
26
|
-
function R(s, a, r, t, d, l) {
|
|
27
|
-
return t.afterDelay ? (g(), L("div", q, a[0] || (a[0] = [
|
|
28
|
-
E(
|
|
29
|
-
"div",
|
|
30
|
-
{ class: "loading-dialog-content skeleton" },
|
|
31
|
-
null,
|
|
32
|
-
-1
|
|
33
|
-
/* CACHED */
|
|
34
|
-
)
|
|
35
|
-
]))) : P("v-if", !0);
|
|
36
|
-
}
|
|
37
|
-
const V = /* @__PURE__ */ j(U, [["render", R], ["__scopeId", "data-v-4e86d71a"], ["__file", "/Users/albrecht/Documents/KNIME/git/webapps-common/packages/jsonforms/src/loading/LoadingDialog.vue"]]), _ = "EXPOSED_METHOD", $ = /* @__PURE__ */ h({
|
|
24
|
+
}), N = /* @__PURE__ */ y($, [["__scopeId", "data-v-7dabb11d"]]), U = { class: "dialog" }, h = "EXPOSED_METHOD", J = /* @__PURE__ */ c({
|
|
38
25
|
__name: "JsonFormsDialog",
|
|
39
26
|
props: {
|
|
40
|
-
schema: {
|
|
41
|
-
uischema: {
|
|
42
|
-
data: {
|
|
43
|
-
renderers: {
|
|
27
|
+
schema: {},
|
|
28
|
+
uischema: {},
|
|
29
|
+
data: {},
|
|
30
|
+
renderers: {}
|
|
44
31
|
},
|
|
45
32
|
emits: ["updateData", "trigger", "change", "alert", "stateProviderListener"],
|
|
46
|
-
setup(
|
|
47
|
-
const
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
}, D = {
|
|
51
|
-
trigger: (e) => t("trigger", e),
|
|
52
|
-
addStateProviderListener: (e, o) => t("stateProviderListener", e, o),
|
|
53
|
-
sendAlert: (e) => t("alert", e)
|
|
33
|
+
setup(r, { expose: s, emit: p }) {
|
|
34
|
+
const o = p, S = (e, t, n) => (t.type === O && // @ts-expect-error source doesn't exist on type object
|
|
35
|
+
t.context?.source !== h && setTimeout(() => B(() => o("updateData", t.path))), n(e, t)), L = (e) => {
|
|
36
|
+
o("change", e);
|
|
54
37
|
};
|
|
55
|
-
Object.entries(
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
38
|
+
Object.entries({
|
|
39
|
+
trigger: (e) => o("trigger", e),
|
|
40
|
+
addStateProviderListener: (e, t) => o("stateProviderListener", e, t),
|
|
41
|
+
sendAlert: (e) => o("alert", e)
|
|
42
|
+
}).forEach(([e, t]) => T(e, t));
|
|
43
|
+
const a = i(null), m = [], f = (e, t) => {
|
|
44
|
+
a.value.dispatch(
|
|
45
|
+
I.update(e, () => t, {
|
|
46
|
+
source: h
|
|
60
47
|
})
|
|
61
48
|
);
|
|
62
|
-
},
|
|
63
|
-
|
|
64
|
-
() =>
|
|
65
|
-
(e) => e &&
|
|
66
|
-
({ path:
|
|
49
|
+
}, b = x(() => a.value !== null);
|
|
50
|
+
C(
|
|
51
|
+
() => b.value,
|
|
52
|
+
(e) => e && m.forEach(
|
|
53
|
+
({ path: t, value: n }) => f(t, n)
|
|
67
54
|
)
|
|
68
|
-
),
|
|
69
|
-
updateData: (e,
|
|
70
|
-
|
|
55
|
+
), s({
|
|
56
|
+
updateData: (e, t) => {
|
|
57
|
+
a.value ? f(e, t) : m.push({ path: e, value: t });
|
|
71
58
|
}
|
|
72
59
|
});
|
|
73
|
-
const
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
60
|
+
const _ = i(null);
|
|
61
|
+
return j(_), (e, t) => (u(), v("div", U, [
|
|
62
|
+
D("div", {
|
|
63
|
+
ref_key: "subPanelTeleportDest",
|
|
64
|
+
ref: _
|
|
65
|
+
}, null, 512),
|
|
66
|
+
(u(), E(A, null, {
|
|
67
|
+
fallback: d(() => [
|
|
68
|
+
l(N)
|
|
69
|
+
]),
|
|
70
|
+
default: d(() => [
|
|
71
|
+
l(F, null, {
|
|
72
|
+
default: d(() => [
|
|
73
|
+
g(e.$slots, "top", {}, void 0, !0),
|
|
74
|
+
l(w(M), {
|
|
75
|
+
ref_key: "jsonforms",
|
|
76
|
+
ref: a,
|
|
77
|
+
data: e.data,
|
|
78
|
+
schema: e.schema,
|
|
79
|
+
uischema: e.uischema,
|
|
80
|
+
renderers: e.renderers,
|
|
81
|
+
middleware: S,
|
|
82
|
+
onChange: L
|
|
83
|
+
}, null, 8, ["data", "schema", "uischema", "renderers"]),
|
|
84
|
+
g(e.$slots, "bottom", {}, void 0, !0)
|
|
85
|
+
]),
|
|
86
|
+
_: 3
|
|
87
|
+
})
|
|
88
|
+
]),
|
|
89
|
+
_: 3
|
|
90
|
+
}))
|
|
91
|
+
]));
|
|
79
92
|
}
|
|
80
|
-
}),
|
|
81
|
-
function K(s, a, r, t, d, l) {
|
|
82
|
-
return g(), L("div", H, [
|
|
83
|
-
P(" Here so that the SettingsSubPanel can teleport somewhere sensible "),
|
|
84
|
-
E(
|
|
85
|
-
"div",
|
|
86
|
-
G,
|
|
87
|
-
null,
|
|
88
|
-
512
|
|
89
|
-
/* NEED_PATCH */
|
|
90
|
-
),
|
|
91
|
-
(g(), F(O, null, {
|
|
92
|
-
fallback: p(() => [
|
|
93
|
-
m(t.LoadingDialog)
|
|
94
|
-
]),
|
|
95
|
-
default: p(() => [
|
|
96
|
-
m(t.Form, null, {
|
|
97
|
-
default: p(() => [
|
|
98
|
-
S(s.$slots, "top", {}, void 0, !0),
|
|
99
|
-
m(t.JsonForms, {
|
|
100
|
-
ref: "jsonforms",
|
|
101
|
-
data: r.data,
|
|
102
|
-
schema: r.schema,
|
|
103
|
-
uischema: r.uischema,
|
|
104
|
-
renderers: r.renderers,
|
|
105
|
-
middleware: t.updateDataMiddleware,
|
|
106
|
-
onChange: t.onSettingsChanged
|
|
107
|
-
}, null, 8, ["data", "schema", "uischema", "renderers"]),
|
|
108
|
-
S(s.$slots, "bottom", {}, void 0, !0)
|
|
109
|
-
]),
|
|
110
|
-
_: 3
|
|
111
|
-
/* FORWARDED */
|
|
112
|
-
})
|
|
113
|
-
]),
|
|
114
|
-
_: 3
|
|
115
|
-
/* FORWARDED */
|
|
116
|
-
}))
|
|
117
|
-
]);
|
|
118
|
-
}
|
|
119
|
-
const Q = /* @__PURE__ */ j($, [["render", K], ["__scopeId", "data-v-0353dd54"], ["__file", "/Users/albrecht/Documents/KNIME/git/webapps-common/packages/jsonforms/src/JsonFormsDialog.vue"]]), X = {
|
|
93
|
+
}), Y = /* @__PURE__ */ y(J, [["__scopeId", "data-v-fe2b9614"]]), G = {
|
|
120
94
|
layout: {
|
|
121
95
|
type: Object,
|
|
122
96
|
required: !0
|
|
123
97
|
}
|
|
124
|
-
},
|
|
125
|
-
props:
|
|
98
|
+
}, z = (r) => c(r, {
|
|
99
|
+
props: G
|
|
126
100
|
});
|
|
127
101
|
export {
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
102
|
+
W as ErrorMessages,
|
|
103
|
+
F as Form,
|
|
104
|
+
Y as JsonFormsDialog,
|
|
105
|
+
Z as LabeledControl,
|
|
106
|
+
be as SectionHeading,
|
|
107
|
+
Pe as SettingsSubPanel,
|
|
108
|
+
he as SimpleButtonControl,
|
|
109
|
+
De as TextControl,
|
|
110
|
+
Se as VerticalLayoutBase,
|
|
111
|
+
ee as controlProps,
|
|
112
|
+
te as controlToRenderer,
|
|
113
|
+
oe as controls,
|
|
114
|
+
se as defaultRenderers,
|
|
115
|
+
ae as defineControl,
|
|
116
|
+
z as defineLayout,
|
|
117
|
+
re as getAsyncSetupMethod,
|
|
118
|
+
ne as handleAsyncComponents,
|
|
119
|
+
de as inputFormats,
|
|
120
|
+
G as layoutProps,
|
|
121
|
+
le as layoutToRenderer,
|
|
122
|
+
ie as layouts,
|
|
123
|
+
ue as mapControls,
|
|
124
|
+
ce as mapLayouts,
|
|
125
|
+
pe as priorityRanks,
|
|
126
|
+
me as toRenderers,
|
|
127
|
+
fe as useProvidedState,
|
|
128
|
+
_e as withLabel
|
|
155
129
|
};
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { createElementBlock as n, openBlock as o, createElementVNode as t } from "vue";
|
|
2
|
+
const r = {
|
|
3
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4
|
+
fill: "none",
|
|
5
|
+
stroke: "currentColor",
|
|
6
|
+
"stroke-linejoin": "round",
|
|
7
|
+
viewBox: "0 0 12 12"
|
|
8
|
+
};
|
|
9
|
+
function l(c, e) {
|
|
10
|
+
return o(), n("svg", r, e[0] || (e[0] = [
|
|
11
|
+
t("path", {
|
|
12
|
+
d: "M5.508 10 1.75 6.242 5.653 2.34a1.16 1.16 0 0 1 .981-.328l1.857.264c.51.073.911.473.984.983l.264 1.858c.05.36-.07.723-.328.98z",
|
|
13
|
+
"vector-effect": "non-scaling-stroke"
|
|
14
|
+
}, null, -1),
|
|
15
|
+
t("path", {
|
|
16
|
+
d: "M7.837 4.649a.76.76 0 1 1-1.521 0 .76.76 0 0 1 1.521 0Z",
|
|
17
|
+
"vector-effect": "non-scaling-stroke"
|
|
18
|
+
}, null, -1)
|
|
19
|
+
]));
|
|
20
|
+
}
|
|
21
|
+
const a = { render: l };
|
|
22
|
+
export {
|
|
23
|
+
a as default,
|
|
24
|
+
l as render
|
|
25
|
+
};
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { createElementBlock as o, openBlock as n, createElementVNode as t } from "vue";
|
|
2
|
+
const r = {
|
|
3
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4
|
+
fill: "none",
|
|
5
|
+
stroke: "currentColor",
|
|
6
|
+
"stroke-linecap": "round",
|
|
7
|
+
"stroke-linejoin": "round",
|
|
8
|
+
viewBox: "0 0 12 12"
|
|
9
|
+
};
|
|
10
|
+
function l(s, e) {
|
|
11
|
+
return n(), o("svg", r, e[0] || (e[0] = [
|
|
12
|
+
t("path", {
|
|
13
|
+
d: "M1 2.25h10m-10 5h10M1 4.75h5.5m-5.5 5h5.5",
|
|
14
|
+
"vector-effect": "non-scaling-stroke"
|
|
15
|
+
}, null, -1)
|
|
16
|
+
]));
|
|
17
|
+
}
|
|
18
|
+
const i = { render: l };
|
|
19
|
+
export {
|
|
20
|
+
i as default,
|
|
21
|
+
l as render
|
|
22
|
+
};
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { createElementBlock as o, openBlock as t, createElementVNode as n } from "vue";
|
|
2
|
+
const r = {
|
|
3
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4
|
+
fill: "none",
|
|
5
|
+
stroke: "currentColor",
|
|
6
|
+
"stroke-linejoin": "round",
|
|
7
|
+
viewBox: "0 0 12 12"
|
|
8
|
+
};
|
|
9
|
+
function l(c, e) {
|
|
10
|
+
return t(), o("svg", r, e[0] || (e[0] = [
|
|
11
|
+
n("path", {
|
|
12
|
+
d: "M5.983 10 2.155 5.957c-.873-.899-.873-2.385 0-3.283a2.225 2.225 0 0 1 3.19 0l.638.726.672-.726a2.225 2.225 0 0 1 3.19 0c.873.898.873 2.384 0 3.283z",
|
|
13
|
+
"vector-effect": "non-scaling-stroke"
|
|
14
|
+
}, null, -1)
|
|
15
|
+
]));
|
|
16
|
+
}
|
|
17
|
+
const i = { render: l };
|
|
18
|
+
export {
|
|
19
|
+
i as default,
|
|
20
|
+
l as render
|
|
21
|
+
};
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { createElementBlock as o, openBlock as t, createElementVNode as n } from "vue";
|
|
2
|
+
const r = {
|
|
3
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4
|
+
fill: "none",
|
|
5
|
+
stroke: "currentColor",
|
|
6
|
+
"stroke-linecap": "round",
|
|
7
|
+
"stroke-linejoin": "round",
|
|
8
|
+
viewBox: "0 0 12 12"
|
|
9
|
+
};
|
|
10
|
+
function l(s, e) {
|
|
11
|
+
return t(), o("svg", r, e[0] || (e[0] = [
|
|
12
|
+
n("path", {
|
|
13
|
+
d: "M9.282 5.676 6.96 6.714m0 0a1 1 0 1 0-1.918.573 1 1 0 0 0 1.918-.573M1.229 8.5a5 5 0 1 1 9.542 0M2.5 7A3.5 3.5 0 0 1 8 4.127",
|
|
14
|
+
"vector-effect": "non-scaling-stroke"
|
|
15
|
+
}, null, -1)
|
|
16
|
+
]));
|
|
17
|
+
}
|
|
18
|
+
const i = { render: l };
|
|
19
|
+
export {
|
|
20
|
+
i as default,
|
|
21
|
+
l as render
|
|
22
|
+
};
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { createElementBlock as o, openBlock as n, createElementVNode as t } from "vue";
|
|
2
|
+
const r = {
|
|
3
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4
|
+
fill: "none",
|
|
5
|
+
stroke: "currentColor",
|
|
6
|
+
"stroke-linecap": "round",
|
|
7
|
+
"stroke-linejoin": "round",
|
|
8
|
+
viewBox: "0 0 12 12"
|
|
9
|
+
};
|
|
10
|
+
function l(c, e) {
|
|
11
|
+
return n(), o("svg", r, e[0] || (e[0] = [
|
|
12
|
+
t("path", {
|
|
13
|
+
d: "M4 6v4.5M4 6H2v.5M4 6h2v.5m-2 4H2.75m1.25 0h1.25m1.25-9v1.786L8 4m0 0 1.5-.714M8 4v1.786l1.5.714 1.5-.714V4l-1.5-.714m0 0V1.5",
|
|
14
|
+
"vector-effect": "non-scaling-stroke"
|
|
15
|
+
}, null, -1)
|
|
16
|
+
]));
|
|
17
|
+
}
|
|
18
|
+
const i = { render: l };
|
|
19
|
+
export {
|
|
20
|
+
i as default,
|
|
21
|
+
l as render
|
|
22
|
+
};
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { createElementBlock as o, openBlock as n, createElementVNode as t } from "vue";
|
|
2
|
+
const r = {
|
|
3
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4
|
+
fill: "none",
|
|
5
|
+
stroke: "currentColor",
|
|
6
|
+
"stroke-linecap": "round",
|
|
7
|
+
"stroke-linejoin": "round",
|
|
8
|
+
viewBox: "0 0 12 12"
|
|
9
|
+
};
|
|
10
|
+
function l(c, e) {
|
|
11
|
+
return n(), o("svg", r, e[0] || (e[0] = [
|
|
12
|
+
t("path", {
|
|
13
|
+
d: "M5.459 6.882c-.541-.537-.464-1.495.154-2.108l2.28-2.262c.62-.613 1.586-.69 2.127-.153l.618.613c.541.537.464 1.495-.155 2.108l-2.28 2.262c-.464.46-1.082.613-1.585.46m-.077-2.684c.541.537.464 1.495-.154 2.108l-2.28 2.262c-.62.613-1.586.69-2.127.153l-.618-.613C.82 8.49.898 7.533 1.516 6.92l2.28-2.262c.465-.46 1.083-.613 1.586-.46",
|
|
14
|
+
"vector-effect": "non-scaling-stroke"
|
|
15
|
+
}, null, -1)
|
|
16
|
+
]));
|
|
17
|
+
}
|
|
18
|
+
const i = { render: l };
|
|
19
|
+
export {
|
|
20
|
+
i as default,
|
|
21
|
+
l as render
|
|
22
|
+
};
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { createElementBlock as o, openBlock as n, createElementVNode as t } from "vue";
|
|
2
|
+
const r = {
|
|
3
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4
|
+
fill: "none",
|
|
5
|
+
stroke: "currentColor",
|
|
6
|
+
"stroke-linecap": "round",
|
|
7
|
+
"stroke-linejoin": "round",
|
|
8
|
+
viewBox: "0 0 12 12"
|
|
9
|
+
};
|
|
10
|
+
function l(m, e) {
|
|
11
|
+
return n(), o("svg", r, e[0] || (e[0] = [
|
|
12
|
+
t("path", {
|
|
13
|
+
d: "M6.5 5.5 3.25 8.75M6.5 5.5v2.379m0-2.379H4M1.5 3v-.75a.75.75 0 0 1 .75-.75H3m6 0h.75a.75.75 0 0 1 .75.75V3m0 6v.75a.75.75 0 0 1-.75.75H9m-6 0h-.75a.75.75 0 0 1-.75-.75V9m0-2V5m9 0v2M7 10.5H5m0-9h2",
|
|
14
|
+
"vector-effect": "non-scaling-stroke"
|
|
15
|
+
}, null, -1)
|
|
16
|
+
]));
|
|
17
|
+
}
|
|
18
|
+
const a = { render: l };
|
|
19
|
+
export {
|
|
20
|
+
a as default,
|
|
21
|
+
l as render
|
|
22
|
+
};
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { createElementBlock as o, openBlock as t, createElementVNode as n } from "vue";
|
|
2
|
+
const r = {
|
|
3
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4
|
+
fill: "none",
|
|
5
|
+
stroke: "currentColor",
|
|
6
|
+
"stroke-linecap": "round",
|
|
7
|
+
"stroke-linejoin": "round",
|
|
8
|
+
viewBox: "0 0 12 12"
|
|
9
|
+
};
|
|
10
|
+
function l(s, e) {
|
|
11
|
+
return t(), o("svg", r, e[0] || (e[0] = [
|
|
12
|
+
n("path", {
|
|
13
|
+
d: "M1.5 1.5h.75m-.75 3h.75m-.75 3h.75m-.75 3h.75M4 1.5h6.5M4 4.5h5.5M4 7.5h6.5m-6.5 3h4.5",
|
|
14
|
+
"vector-effect": "non-scaling-stroke"
|
|
15
|
+
}, null, -1)
|
|
16
|
+
]));
|
|
17
|
+
}
|
|
18
|
+
const h = { render: l };
|
|
19
|
+
export {
|
|
20
|
+
h as default,
|
|
21
|
+
l as render
|
|
22
|
+
};
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { createElementBlock as o, openBlock as t, createElementVNode as n } from "vue";
|
|
2
|
+
const r = {
|
|
3
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4
|
+
fill: "none",
|
|
5
|
+
stroke: "currentColor",
|
|
6
|
+
"stroke-linecap": "round",
|
|
7
|
+
"stroke-linejoin": "round",
|
|
8
|
+
viewBox: "0 0 12 12"
|
|
9
|
+
};
|
|
10
|
+
function l(s, e) {
|
|
11
|
+
return t(), o("svg", r, e[0] || (e[0] = [
|
|
12
|
+
n("path", {
|
|
13
|
+
d: "M5.5 2.25h5M5.5 6h4m-4 3.75h5M3.5 5v2h-2V5zm0-3.75v2h-2v-2zm0 7.5v2h-2v-2z",
|
|
14
|
+
"vector-effect": "non-scaling-stroke"
|
|
15
|
+
}, null, -1)
|
|
16
|
+
]));
|
|
17
|
+
}
|
|
18
|
+
const i = { render: l };
|
|
19
|
+
export {
|
|
20
|
+
i as default,
|
|
21
|
+
l as render
|
|
22
|
+
};
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { createElementBlock as o, openBlock as t, createElementVNode as n } from "vue";
|
|
2
|
+
const r = {
|
|
3
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4
|
+
fill: "none",
|
|
5
|
+
stroke: "currentColor",
|
|
6
|
+
"stroke-linecap": "round",
|
|
7
|
+
"stroke-linejoin": "round",
|
|
8
|
+
viewBox: "0 0 12 12"
|
|
9
|
+
};
|
|
10
|
+
function l(s, e) {
|
|
11
|
+
return t(), o("svg", r, e[0] || (e[0] = [
|
|
12
|
+
n("path", {
|
|
13
|
+
d: "M8.194 4.5H5.5m5-2h-5m3 7.5h-3m5-2h-5m-4-5.5 1.5-1V5m.5 5.5h-2c0-1.5 2-1.55 2-2.5 0-.364-.314-1-1-1s-1 .636-1 1",
|
|
14
|
+
"vector-effect": "non-scaling-stroke"
|
|
15
|
+
}, null, -1)
|
|
16
|
+
]));
|
|
17
|
+
}
|
|
18
|
+
const m = { render: l };
|
|
19
|
+
export {
|
|
20
|
+
m as default,
|
|
21
|
+
l as render
|
|
22
|
+
};
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { createElementBlock as o, openBlock as t, createElementVNode as n } from "vue";
|
|
2
|
+
const r = {
|
|
3
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4
|
+
fill: "none",
|
|
5
|
+
stroke: "currentColor",
|
|
6
|
+
"stroke-linecap": "round",
|
|
7
|
+
"stroke-linejoin": "round",
|
|
8
|
+
viewBox: "0 0 12 12"
|
|
9
|
+
};
|
|
10
|
+
function l(s, e) {
|
|
11
|
+
return t(), o("svg", r, e[0] || (e[0] = [
|
|
12
|
+
n("path", {
|
|
13
|
+
d: "M6.5 2h4m-4 2H9M6.5 8h4m-4 2H9M4.5 1.5v3h-3v-3zm0 6v3h-3v-3z",
|
|
14
|
+
"vector-effect": "non-scaling-stroke"
|
|
15
|
+
}, null, -1)
|
|
16
|
+
]));
|
|
17
|
+
}
|
|
18
|
+
const i = { render: l };
|
|
19
|
+
export {
|
|
20
|
+
i as default,
|
|
21
|
+
l as render
|
|
22
|
+
};
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { createElementBlock as o, openBlock as t, createElementVNode as n } from "vue";
|
|
2
|
+
const r = {
|
|
3
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4
|
+
fill: "none",
|
|
5
|
+
stroke: "currentColor",
|
|
6
|
+
viewBox: "0 0 12 12"
|
|
7
|
+
};
|
|
8
|
+
function l(c, e) {
|
|
9
|
+
return t(), o("svg", r, e[0] || (e[0] = [
|
|
10
|
+
n("path", {
|
|
11
|
+
fill: "#000",
|
|
12
|
+
stroke: "none",
|
|
13
|
+
d: "M1 7.316H.5zM8.963 11a.5.5 0 0 0 0-1zM3 10a.5.5 0 0 0 0 1zM1.556 7.88v.5h8.888v-1H1.556zm8.888 0v.5c.58 0 1.056-.495 1.056-1.064h-1a.08.08 0 0 1-.023.045c-.02.02-.034.02-.033.02zM11 7.317h.5V2.065h-1v5.25zm0-5.251h.5c0-.57-.475-1.065-1.056-1.065v1c-.001 0 .013 0 .033.02s.023.039.023.045zm-.556-.565V1H1.556v1h8.888zm-8.888 0V1C.976 1 .5 1.495.5 2.065h1c0-.006.004-.025.023-.045.02-.02.034-.02.033-.02zM1 2.065H.5v5.25h1v-5.25zm0 5.25H.5c0 .548.417 1.066 1.056 1.066v-1a.1.1 0 0 1-.029-.005l-.01-.007a.08.08 0 0 1-.017-.053zM8.963 10.5V10H3v1h5.963zm-4.185 0h.5V7.88h-1v2.62zm2.666-2.62h-.5v2.62h1V7.88z",
|
|
14
|
+
"vector-effect": "non-scaling-stroke"
|
|
15
|
+
}, null, -1)
|
|
16
|
+
]));
|
|
17
|
+
}
|
|
18
|
+
const h = { render: l };
|
|
19
|
+
export {
|
|
20
|
+
h as default,
|
|
21
|
+
l as render
|
|
22
|
+
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { r as q, t as k, g as F, a as Z, b as j, c as z, d as _, e as V, l as K, i as A, f as J, s as ee, h as te, j as re, k as L, m as ae, n as I, o as P, p as ne } from "./DateTimeInput-
|
|
1
|
+
import { r as q, t as k, g as F, a as Z, b as j, c as z, d as _, e as V, l as K, i as A, f as J, s as ee, h as te, j as re, k as L, m as ae, n as I, o as P, p as ne } from "./DateTimeInput-DZ-22w4C.js";
|
|
2
2
|
var ie = 864e5;
|
|
3
3
|
function oe(n) {
|
|
4
4
|
q(1, arguments);
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { createElementBlock as o, openBlock as n, createElementVNode as t } from "vue";
|
|
2
|
+
const r = {
|
|
3
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4
|
+
fill: "none",
|
|
5
|
+
stroke: "currentColor",
|
|
6
|
+
"stroke-linecap": "round",
|
|
7
|
+
"stroke-linejoin": "round",
|
|
8
|
+
viewBox: "0 0 12 12"
|
|
9
|
+
};
|
|
10
|
+
function l(c, e) {
|
|
11
|
+
return n(), o("svg", r, e[0] || (e[0] = [
|
|
12
|
+
t("path", {
|
|
13
|
+
d: "M6 8.917V7.675m0 0h-.8m.8 0 .8-.008M3.32 5.309V3.715c0-.72.282-1.41.785-1.92A2.66 2.66 0 0 1 6 1c.711 0 1.393.286 1.896.795s.785 1.2.785 1.92V5.31m1.319 0H2V11h8z",
|
|
14
|
+
"vector-effect": "non-scaling-stroke"
|
|
15
|
+
}, null, -1)
|
|
16
|
+
]));
|
|
17
|
+
}
|
|
18
|
+
const i = { render: l };
|
|
19
|
+
export {
|
|
20
|
+
i as default,
|
|
21
|
+
l as render
|
|
22
|
+
};
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { createElementBlock as o, openBlock as t, createElementVNode as n } from "vue";
|
|
2
|
+
const r = {
|
|
3
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4
|
+
fill: "none",
|
|
5
|
+
stroke: "currentColor",
|
|
6
|
+
"stroke-linecap": "round",
|
|
7
|
+
"stroke-linejoin": "round",
|
|
8
|
+
viewBox: "0 0 12 12"
|
|
9
|
+
};
|
|
10
|
+
function l(c, e) {
|
|
11
|
+
return t(), o("svg", r, e[0] || (e[0] = [
|
|
12
|
+
n("path", {
|
|
13
|
+
d: "M3.75 4h4m-4 1.984H6m-1.088 3.36L3.75 10V8.588h-1c-.398 0-.78-.148-1.06-.413a1.37 1.37 0 0 1-.44-.999V3.412c0-.375.158-.734.44-.998A1.55 1.55 0 0 1 2.75 2h6c.398 0 .78.149 1.06.414.282.264.44.623.44.998v2.117M8.75 7l-.564 1.436L6.75 9l1.436.564L8.75 11l.564-1.436L10.75 9l-1.436-.564z",
|
|
14
|
+
"vector-effect": "non-scaling-stroke"
|
|
15
|
+
}, null, -1)
|
|
16
|
+
]));
|
|
17
|
+
}
|
|
18
|
+
const a = { render: l };
|
|
19
|
+
export {
|
|
20
|
+
a as default,
|
|
21
|
+
l as render
|
|
22
|
+
};
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { createElementBlock as o, openBlock as n, createElementVNode as t } from "vue";
|
|
2
|
+
const r = {
|
|
3
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4
|
+
fill: "none",
|
|
5
|
+
stroke: "currentColor",
|
|
6
|
+
"stroke-linecap": "round",
|
|
7
|
+
"stroke-linejoin": "round",
|
|
8
|
+
viewBox: "0 0 12 12"
|
|
9
|
+
};
|
|
10
|
+
function m(l, e) {
|
|
11
|
+
return n(), o("svg", r, e[0] || (e[0] = [
|
|
12
|
+
t("path", {
|
|
13
|
+
d: "M6 6v2m0-2H4m2 0V4m0 2h2M1.5 3v-.75a.75.75 0 0 1 .75-.75H3m6 0h.75a.75.75 0 0 1 .75.75V3m0 6v.75a.75.75 0 0 1-.75.75H9m-6 0h-.75a.75.75 0 0 1-.75-.75V9m0-2V5m9 0v2M7 10.5H5m0-9h2",
|
|
14
|
+
"vector-effect": "non-scaling-stroke"
|
|
15
|
+
}, null, -1)
|
|
16
|
+
]));
|
|
17
|
+
}
|
|
18
|
+
const a = { render: m };
|
|
19
|
+
export {
|
|
20
|
+
a as default,
|
|
21
|
+
m as render
|
|
22
|
+
};
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { createElementBlock as o, openBlock as n, createElementVNode as r } from "vue";
|
|
2
|
+
const t = {
|
|
3
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4
|
+
fill: "none",
|
|
5
|
+
stroke: "currentColor",
|
|
6
|
+
"stroke-linecap": "round",
|
|
7
|
+
"stroke-linejoin": "round",
|
|
8
|
+
viewBox: "0 0 12 12"
|
|
9
|
+
};
|
|
10
|
+
function l(c, e) {
|
|
11
|
+
return n(), o("svg", t, e[0] || (e[0] = [
|
|
12
|
+
r("path", {
|
|
13
|
+
d: "M2 10.5h7.467M2.533 9H3.6m-.533 0v1.5m1.866-4.25-.8.75M8.4 1.5 10 3m-4.267 7.5c.665 0 1.314-.194 1.856-.556.542-.361.95-.872 1.168-1.461s.235-1.227.048-1.826a3 3 0 0 0-1.09-1.513M4.133 5.5l1.6 1.5 3.2-3-1.6-1.5z",
|
|
14
|
+
"vector-effect": "non-scaling-stroke"
|
|
15
|
+
}, null, -1)
|
|
16
|
+
]));
|
|
17
|
+
}
|
|
18
|
+
const i = { render: l };
|
|
19
|
+
export {
|
|
20
|
+
i as default,
|
|
21
|
+
l as render
|
|
22
|
+
};
|