@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
|
@@ -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: "m2.75 3.75 1.75-2m-1.75 2 1.75 2m-1.75-2h4m-5.25-2v4M8.5 3h1.383c.34 0 .617.276.617.617v6.266a.62.62 0 0 1-.617.617H3.617A.617.617 0 0 1 3 9.883V7.25",
|
|
14
|
+
"vector-effect": "non-scaling-stroke"
|
|
15
|
+
}, null, -1)
|
|
16
|
+
]));
|
|
17
|
+
}
|
|
18
|
+
const d = { render: l };
|
|
19
|
+
export {
|
|
20
|
+
d 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(s, e) {
|
|
11
|
+
return n(), o("svg", r, e[0] || (e[0] = [
|
|
12
|
+
t("path", {
|
|
13
|
+
d: "M4.77 7.23 6.68 11 11 1 1 5.405zm0 0L7.5 4.5",
|
|
14
|
+
"vector-effect": "non-scaling-stroke"
|
|
15
|
+
}, null, -1)
|
|
16
|
+
]));
|
|
17
|
+
}
|
|
18
|
+
const d = { render: l };
|
|
19
|
+
export {
|
|
20
|
+
d as default,
|
|
21
|
+
l as render
|
|
22
|
+
};
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { createElementBlock as o, openBlock as r, createElementVNode as n } 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(s, e) {
|
|
11
|
+
return r(), o("svg", t, e[0] || (e[0] = [
|
|
12
|
+
n("path", {
|
|
13
|
+
d: "M7.5 5h-6V1.5H10V4m-7-.75h1M8 3v.5M6 3v.5m3.25 6.75V9.5h1.5V11H9.258zm0 0h-.5a1 1 0 0 1-1-1v-1m1.5-2V5.5h1.5V7H9.258zm0 0h-.5a1 1 0 0 0-1 1v1m-1.5 0V7.5h-1.5v.75l.008.75H6.25zm0 0h1.5",
|
|
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,25 @@
|
|
|
1
|
+
import { createElementBlock as n, openBlock as o, createElementVNode as t } from "vue";
|
|
2
|
+
const l = {
|
|
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 r(s, e) {
|
|
10
|
+
return o(), n("svg", l, e[0] || (e[0] = [
|
|
11
|
+
t("path", {
|
|
12
|
+
d: "M6 7.815a1.815 1.815 0 1 0 0-3.63 1.815 1.815 0 0 0 0 3.63Z",
|
|
13
|
+
"vector-effect": "non-scaling-stroke"
|
|
14
|
+
}, null, -1),
|
|
15
|
+
t("path", {
|
|
16
|
+
d: "m9.444 3.815.63-.815-1.111-1.074-.815.63-1.26-.519L6.779 1H5.222l-.148 1.037-1.26.519L3 1.926 1.926 3l.63.815-.519 1.26L1 5.221v1.556l1.037.11.519 1.26-.63.852L3 10.074l.852-.63 1.26.519.11 1.037h1.556l.148-1.037 1.222-.519.852.63 1.074-1.111-.63-.815.519-1.26L11 6.779V5.222l-1.037-.148z",
|
|
17
|
+
"vector-effect": "non-scaling-stroke"
|
|
18
|
+
}, null, -1)
|
|
19
|
+
]));
|
|
20
|
+
}
|
|
21
|
+
const i = { render: r };
|
|
22
|
+
export {
|
|
23
|
+
i as default,
|
|
24
|
+
r as render
|
|
25
|
+
};
|
|
@@ -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(s, e) {
|
|
10
|
+
return t(), o("svg", r, e[0] || (e[0] = [
|
|
11
|
+
n("path", {
|
|
12
|
+
d: "M1.5 9c1.212-1.312 3.115-1.875 5.885-1.875V9L10.5 6 7.385 2.5v2.375C3.923 4.875 1.5 7.031 1.5 9Z",
|
|
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,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(s, e) {
|
|
10
|
+
return t(), o("svg", r, e[0] || (e[0] = [
|
|
11
|
+
n("path", {
|
|
12
|
+
d: "M11 3H8.778v2.182H11zm0 3.818H8.778V9H11zM7.111 3H4.89v2.182h2.22zm0 3.818H4.89V9h2.22zM3.222 3H1v2.182h2.222zm0 3.818H1V9h2.222z",
|
|
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 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: "M5.5 10h5m-5-2h4.023M5.5 6h3.047M1 4l2.5-2.5m0 0L6 4M3.5 1.5V10",
|
|
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(s, e) {
|
|
11
|
+
return n(), o("svg", r, e[0] || (e[0] = [
|
|
12
|
+
t("path", {
|
|
13
|
+
d: "M6 7.5 3.5 10m0 0L1 7.5M3.5 10V1.5m2 0h5m-5 2h4.023M5.5 5.5h3.047",
|
|
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(s, e) {
|
|
11
|
+
return n(), o("svg", r, e[0] || (e[0] = [
|
|
12
|
+
t("path", {
|
|
13
|
+
d: "M10.5 8.5v-5m0 5L6 11m4.5-2.5L7.8 7M6 1 1.5 3.5M6 1v3.25M6 1l4.5 2.5m-9 0v5m0-5L6 6M1.5 8.5 6 11M1.5 8.5 4.2 7m6.3-3.5L6 6m0 5V6",
|
|
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 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 1 4.5 2.5M6 1 1.5 3.5M6 1v3.67m4.5-1.17v2.17m0-2.17L8.149 4.806M1.5 8.5v-5m0 5L4 7.111M1.5 8.5 4 9.929M1.5 3.5 4 4.889M5.5 6.25h2l.5 1h3v3.25H5.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
|
+
};
|
|
@@ -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: "M10.5 4.25V3.5L6 1m0 0L1.5 3.5M6 1v3.25M1.5 3.5v5m0-5 3.793 2.134M1.5 8.5l3-1.6m-3 1.6 3 1.75m4-.5v-.745m0 0H8m.5 0L9 9M6.825 7.585V6.63c0-.432.176-.846.49-1.152A1.7 1.7 0 0 1 8.5 5a1.7 1.7 0 0 1 1.185.477c.314.306.49.72.49 1.152v.956m.825 0H6V11h5z",
|
|
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
|
+
};
|
|
@@ -5,6 +5,10 @@ export type IdAndText = {
|
|
|
5
5
|
id: string;
|
|
6
6
|
text: string;
|
|
7
7
|
};
|
|
8
|
+
export type DataType = {
|
|
9
|
+
type: IdAndText;
|
|
10
|
+
};
|
|
11
|
+
export type TypedIdAndText = IdAndText & Partial<DataType>;
|
|
8
12
|
export type PossibleValue<SpecialChoicesProps extends Record<string, unknown>> = IdAndText & SpecialChoicesProps;
|
|
9
13
|
export type ChoicesUiSchemaOptions<SpecialChoicesProps extends Record<string, unknown>> = {
|
|
10
14
|
possibleValues?: PossibleValue<SpecialChoicesProps>[];
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { TypedIdAndText } from '../../../types/ChoicesUiSchema';
|
|
2
2
|
export type LoadingDropdownProps = {
|
|
3
|
-
possibleValues:
|
|
3
|
+
possibleValues: TypedIdAndText[] | null;
|
|
4
4
|
modelValue: string;
|
|
5
5
|
id: string;
|
|
6
6
|
ariaLabel: string;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { createElementBlock as o, openBlock as t, createElementVNode as r } from "vue";
|
|
2
|
+
const n = {
|
|
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", n, e[0] || (e[0] = [
|
|
12
|
+
r("path", {
|
|
13
|
+
d: "M1 5.896h10M3.75 7.768q0 .645.273 1.147.267.508.776.793Q5.303 10 6.03 10t1.225-.251q.492-.244.746-.658a1.7 1.7 0 0 0 .249-.91q0-.351-.121-.65a1.5 1.5 0 0 0-.27-.422m.391-3.006q0-.608-.273-1.08a1.85 1.85 0 0 0-.776-.748Q6.697 2 5.97 2q-.729 0-1.225.237-.492.23-.746.62a1.54 1.54 0 0 0-.249.856q0 .333.121.614.122.275.394.518.133.111.303.218c.206.104.884.39 1.198.64",
|
|
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 t, openBlock as o, 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 o(), t("svg", r, e[0] || (e[0] = [
|
|
12
|
+
n("path", {
|
|
13
|
+
d: "M3.5 10.5H6m2.5 0H6m0-9v9m-4-8v-1h8v1",
|
|
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 t, openBlock as o, 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 o(), t("svg", r, e[0] || (e[0] = [
|
|
12
|
+
n("path", {
|
|
13
|
+
d: "M6 3v6m0-6H3.333v.667M6 3h2.667v.667M6 9H4.333M6 9h1.667M1 1.5v9m10-9v9",
|
|
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(a, e) {
|
|
11
|
+
return t(), o("svg", r, e[0] || (e[0] = [
|
|
12
|
+
n("path", {
|
|
13
|
+
d: "M3.778 3.778a.889.889 0 1 1-1.778 0 .889.889 0 0 1 1.778 0m0 0 3.555-.445m0 0a1.333 1.333 0 1 0 2.667 0 1.333 1.333 0 0 0-2.667 0m-2.666 4.89 2.222-.667M3.556 4.444l3.47 2.387m-.137.502a.889.889 0 1 0 1.778 0 .889.889 0 0 0-1.778 0M2 8.667a1.333 1.333 0 1 0 2.667 0 1.333 1.333 0 0 0-2.667 0",
|
|
14
|
+
"vector-effect": "non-scaling-stroke"
|
|
15
|
+
}, null, -1)
|
|
16
|
+
]));
|
|
17
|
+
}
|
|
18
|
+
const c = { render: l };
|
|
19
|
+
export {
|
|
20
|
+
c as default,
|
|
21
|
+
l as render
|
|
22
|
+
};
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { createElementBlock as t, openBlock as o, 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 o(), t("svg", r, e[0] || (e[0] = [
|
|
12
|
+
n("path", {
|
|
13
|
+
d: "M1.5 3.75V2.625A1.125 1.125 0 0 1 2.625 1.5H3.75M1.5 8.25v1.125A1.125 1.125 0 0 0 2.625 10.5H3.75m4.5-9h1.125A1.125 1.125 0 0 1 10.5 2.625V3.75M8.25 10.5h1.125A1.125 1.125 0 0 0 10.5 9.375V8.25M3.75 6h4.5m-4.5-1.687h3.375M3.75 7.688H6",
|
|
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: "M4.518 1.5h2.964m-2.47 0v3l-.988 2.75M6.988 1.5v3l.988 2.75m-3.952 0L3.036 10a.35.35 0 0 0 .102.435.34.34 0 0 0 .145.065h5.434a.34.34 0 0 0 .246-.188.35.35 0 0 0 0-.312l-.987-2.75m-3.952 0h3.952",
|
|
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
|
+
};
|
package/dist/testing.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as yh from "vue";
|
|
2
2
|
import { ssrUtils as zi, initDirectivesForSSR as Z_, nextTick as wo, defineComponent as wi, computed as Lr, h as An, shallowReactive as em, reactive as tm, ref as vh, createApp as nm, transformVNodeArgs as rm, setDevtoolsHook as im, isRef as sm, TransitionGroup as om, Transition as am, BaseTransition as lm } from "vue";
|
|
3
|
-
import { o as cm, q as um, r as fm, e as hm } from "./SectionHeading.
|
|
4
|
-
import { b as pm } from "./_baseIteratee-
|
|
3
|
+
import { o as cm, q as um, r as fm, e as hm } from "./SectionHeading.vue_vue_type_style_index_0_scoped_625edfbe_lang-1WZC8AqN.js";
|
|
4
|
+
import { b as pm } from "./_baseIteratee-1E2Ks-cN.js";
|
|
5
5
|
function dm(e, t) {
|
|
6
6
|
return e > t;
|
|
7
7
|
}
|
|
@@ -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.5H11M1.5 3.75h8M1.5 6h8m-8 2.25H8M1.5 10.5H11",
|
|
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 t, openBlock as o, 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
|
+
viewBox: "0 0 12 12"
|
|
8
|
+
};
|
|
9
|
+
function l(c, e) {
|
|
10
|
+
return o(), t("svg", r, e[0] || (e[0] = [
|
|
11
|
+
n("path", {
|
|
12
|
+
d: "M11 9.473a2.4 2.4 0 0 1-.15-.84v-.268m0-1.047v-.6c0-2.197-3.1-2.239-3.328-.733m3.328 1.333v1.047m0-1.047c-5.2-.948-3.78 3.67-.407 1.678.39-.231.407-.476.407-.63m-9.208-.96 1.355-4.673c.088-.305.911-.317 1.006 0l1.4 4.673m-3.761 0h3.76m-3.76 0L1 9.486m4.403-2.08.663 2.08",
|
|
13
|
+
"vector-effect": "non-scaling-stroke"
|
|
14
|
+
}, null, -1)
|
|
15
|
+
]));
|
|
16
|
+
}
|
|
17
|
+
const m = { render: l };
|
|
18
|
+
export {
|
|
19
|
+
m as default,
|
|
20
|
+
l as render
|
|
21
|
+
};
|
|
@@ -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 c(l, e) {
|
|
10
|
+
return t(), o("svg", r, e[0] || (e[0] = [
|
|
11
|
+
n("path", {
|
|
12
|
+
d: "M8.423 5.82 7.038 7.98c-.057.36-.173 1.8-.173 1.8 0 .54-.346.72-.519.72h-.692c-.554 0-.692-.72-.692-1.08V7.26H2.885C1.777 7.26 1.5 6.54 1.5 6.18V3.66c0-1.584 1.385-2.1 2.077-2.16h4.846m0 4.32H10.5V1.5H8.423m0 4.32V1.5",
|
|
13
|
+
"vector-effect": "non-scaling-stroke"
|
|
14
|
+
}, null, -1)
|
|
15
|
+
]));
|
|
16
|
+
}
|
|
17
|
+
const i = { render: c };
|
|
18
|
+
export {
|
|
19
|
+
i as default,
|
|
20
|
+
c as render
|
|
21
|
+
};
|
|
@@ -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 c(l, e) {
|
|
10
|
+
return t(), o("svg", r, e[0] || (e[0] = [
|
|
11
|
+
n("path", {
|
|
12
|
+
d: "m3.577 6.18 1.385-2.16c.057-.36.173-1.8.173-1.8 0-.54.346-.72.519-.72h.692c.554 0 .692.72.692 1.08v2.16h2.077c1.108 0 1.385.72 1.385 1.08v2.52c0 1.584-1.385 2.1-2.077 2.16H3.577m0-4.32H1.5v4.32h2.077m0-4.32v4.32",
|
|
13
|
+
"vector-effect": "non-scaling-stroke"
|
|
14
|
+
}, null, -1)
|
|
15
|
+
]));
|
|
16
|
+
}
|
|
17
|
+
const m = { render: c };
|
|
18
|
+
export {
|
|
19
|
+
m as default,
|
|
20
|
+
c 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: "M8 7.87 6 6.12V3.37M11 6A5 5 0 1 1 1 6a5 5 0 0 1 10 0",
|
|
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 t, openBlock as o, 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 o(), t("svg", r, e[0] || (e[0] = [
|
|
12
|
+
n("path", {
|
|
13
|
+
d: "M8 7.87 6 6.12V3.37M11 6A5 5 0 1 1 1 6a5 5 0 0 1 10 0",
|
|
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: "M2 10.5h8m-4-2L2.5 5M6 8.5 9.5 5M6 8.5v-7",
|
|
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: "M10 1.5H2m4 2L9.5 7M6 3.5 2.5 7M6 3.5v7",
|
|
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
|
+
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { o as g, S as s } from "./SectionHeading.
|
|
1
|
+
import { o as g, S as s } from "./SectionHeading.vue_vue_type_style_index_0_scoped_625edfbe_lang-1WZC8AqN.js";
|
|
2
2
|
import { i as l } from "./isArray-WzO_os3q.js";
|
|
3
3
|
function p(r, t) {
|
|
4
4
|
for (var n = -1, i = r == null ? 0 : r.length, o = Array(i); ++n < i; )
|
|
@@ -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.317 3.919H8.081V2.683L9.523 1.24a2.471 2.471 0 0 0-3.295 3.295L2.256 8.509a.874.874 0 0 0 1.236 1.236l3.972-3.972a2.471 2.471 0 0 0 3.295-3.295z",
|
|
14
|
+
"vector-effect": "non-scaling-stroke"
|
|
15
|
+
}, null, -1)
|
|
16
|
+
]));
|
|
17
|
+
}
|
|
18
|
+
const c = { render: l };
|
|
19
|
+
export {
|
|
20
|
+
c as default,
|
|
21
|
+
l as render
|
|
22
|
+
};
|