@knime/jsonforms 1.8.6 → 1.8.7
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 +8 -0
- package/dist/{AnyOfTwinlist-CN2MwsvB.js → AnyOfTwinlist-B3lypiur.js} +1 -1
- package/dist/{Button-tqyx0NFH.js → Button-gTfjPXU4.js} +4 -5
- package/dist/{CheckboxControl-RE0n5096.js → CheckboxControl-BkQ44Uxj.js} +11 -12
- package/dist/{Checkboxes-BgICqMGr.js → Checkboxes-BmUZ2CDH.js} +18 -17
- package/dist/CheckboxesControl-DZ70hajb.js +38 -0
- package/dist/{ComboBoxControl-CFlD8eXE.js → ComboBoxControl-BOnJXJJK.js} +132 -124
- package/dist/DateControl-BFs-mHV0.js +34 -0
- package/dist/DateTimeControl-06lr5z6U.js +44 -0
- package/dist/DateTimeFormatInput-DdoDuQgr.js +375 -0
- package/dist/DateTimeFormatPickerControl-BNNUwWoq.js +40 -0
- package/dist/{DateTimeFormatPickerWithTypeControl-C--0viWF.js → DateTimeFormatPickerWithTypeControl-tieZcjif.js} +17 -24
- package/dist/Dropdown-DgLzYs1N.js +605 -0
- package/dist/DropdownControl-NW8_sCPB.js +31 -0
- package/dist/{HorizontalLayout-Ci4XB4_F.js → HorizontalLayout-CS_WKeeK.js} +3 -3
- package/dist/{InputField-B3FMlcG7.js → InputField-Cq0CoNDx.js} +39 -39
- package/dist/{IntegerControl-DTvwDu_1.js → IntegerControl-D8TYZOJ9.js} +1 -1
- package/dist/{IntervalControl-DQHxqYSG.js → IntervalControl-dVPrxAV7.js} +206 -209
- package/dist/LoadingDropdown-OAZ94jZa.js +75 -0
- package/dist/LoadingIcon-BK8jfTsz.js +18 -0
- package/dist/ManualTwinlistControl-BQLjGmy3.js +79 -0
- package/dist/MultiSelectListBoxControl-kqcoBl2C.js +31 -0
- package/dist/MultimodeTwinlistControl-BSnI3Nv-.js +500 -0
- package/dist/MultimodeTwinlistControl.vue_vue_type_style_index_0_scoped_a6fd4504_lang-BDJqwT00.js +66 -0
- package/dist/{MultiselectListBox-Deohiex5.js → MultiselectListBox-YT94gLy1.js} +91 -153
- package/dist/{NameFilter-OJ6BbgCw.js → NameFilter-CVf8SWRD.js} +3 -3
- package/dist/{NumberControl-Bqv5Yg5q.js → NumberControl-BS0iWMd1.js} +1 -1
- package/dist/NumberControlBase.vue_vue_type_script_setup_true_lang-Dpurs4vD.js +50 -0
- package/dist/{NumberInput-CceQgb7W.js → NumberInput-C9Z3WL4T.js} +3 -3
- package/dist/{OneOfDropdown-Cr4QdRNh.js → OneOfDropdown-BFvHiyIX.js} +10 -11
- package/dist/{RadioControl-C3iBCYho.js → RadioControl-CbIxlztZ.js} +2 -2
- package/dist/RadioControlBase.vue_vue_type_script_setup_true_lang-BRmNVSjH.js +104 -0
- package/dist/{RichTextControl-ByOMoBFd.js → RichTextControl-B2UI22lk.js} +4873 -5138
- package/dist/{SectionHeading-B6h7HB3W.js → SectionHeading-D8MBv1Z3.js} +5 -5
- package/dist/SectionHeading.vue_vue_type_style_index_0_scoped_c541eb08_lang-BLqdGTB-.js +15484 -0
- package/dist/{SectionLayout-BVcWUqMv.js → SectionLayout-B4iTDlS-.js} +13 -13
- package/dist/SettingsSubPanel-7MtEQsCU.js +5 -0
- package/dist/SettingsSubPanelLayout-kZZLsSFp.js +62 -0
- package/dist/{SimpleButtonControl-YqkAS0xK.js → SimpleButtonControl-BoXOJ9zQ.js} +11 -11
- package/dist/SimpleTwinlistControl-DDlauBMw.js +25 -0
- package/dist/SingleSelectControl-jVse9F_G.js +55 -0
- package/dist/SingleSelectListBoxControl-ywxzUCCs.js +232 -0
- package/dist/SortListControl-C4bCDy6D.js +417 -0
- package/dist/StyledListItem-BnJ01Nlz.js +76 -0
- package/dist/{TextAreaControl-CeXKNbLO.js → TextAreaControl-BhtBIx41.js} +23 -26
- package/dist/{TextControl-D6E5xDzR.js → TextControl-C2dBvR8J.js} +1 -1
- package/dist/TextControl.vue_vue_type_script_setup_true_lang-COlDG69H.js +47 -0
- package/dist/TimeControl-D4jyL0VO.js +35 -0
- package/dist/TwinlistControlBase-BqLpZHDo.js +58 -0
- package/dist/TwinlistLoadingInfo-BocQJbmS.js +956 -0
- package/dist/TypedStringFilter-C37z_WNB.js +27 -0
- package/dist/ValueSwitch-BkHtM8g5.js +131 -0
- package/dist/{ValueSwitchControl-BVWwNKDE.js → ValueSwitchControl-DWXZJ4B6.js} +1 -1
- package/dist/{VerticalLayout-M8_uuBIl.js → VerticalLayout-Cj0Iw5bO.js} +2 -2
- package/dist/VerticalLayoutBase-DbY0ymdY.js +20 -0
- package/dist/ZonedDateTimeControl-DDzW56Mi.js +68 -0
- package/dist/{_baseEach-FP8ISlsz.js → _baseEach-Bnv4si8j.js} +2 -2
- package/dist/_baseIteratee-26w6nADM.js +516 -0
- package/dist/{_getTag-DiktJuv_.js → _getTag-DsiTI6uv.js} +33 -34
- package/dist/ai-general-CEjHPwV_-Cvgl4_i4.js +22 -0
- package/dist/annotation-mode-RuLeuF8s-DzQXI1AV.js +22 -0
- package/dist/arrow-down-BUkisWSu-D4BXUOrP.js +22 -0
- package/dist/arrow-dropdown-DdgjzLAO.js +17 -0
- package/dist/arrow-next-CIOU5o42.js +17 -0
- package/dist/arrow-up-BD0GygxZ-D7Mems_w.js +22 -0
- package/dist/arrows-expand-D4HnemK6-CUTpcf1_.js +22 -0
- package/dist/arrows-move-MByhxCHY-DCt3qTon.js +22 -0
- package/dist/arrows-order-DG9bLo_s-5Ih9AY3t.js +22 -0
- package/dist/audio-datatype-ChGlgbFR-Co5Zwh98.js +22 -0
- package/dist/back-knRL_H9j-6rQffRgs.js +22 -0
- package/dist/binary-object-datatype-CduhSXn7-G7O0170V.js +22 -0
- package/dist/bit-byte-vector-datatype-53diw48X-C0vb-7Za.js +22 -0
- package/dist/bold-Bpd1mjNS-DZSOWkhE.js +22 -0
- package/dist/boolean-datatype-CNMwV1-Q-CjMVyisS.js +26 -0
- package/dist/calendar-DTdbEMEZ-DZIC5AGb.js +22 -0
- package/dist/case-sensitive-ULceA_jf-DzrrRvkb.js +21 -0
- package/dist/center-aligned-X-iYFab0-DyQ8fV6W.js +21 -0
- package/dist/checkmark-DmnbDwa7-C_OepG74.js +22 -0
- package/dist/chevron-down-DUgPIDVj-B4fFp-UP.js +22 -0
- package/dist/chevron-left-double-UgFnDa0n-w4rcZsHk.js +22 -0
- package/dist/chevron-left-reHqFzYq-Ci5X3496.js +22 -0
- package/dist/chevron-right-CqpG4jxa-BjjbYbFB.js +22 -0
- package/dist/chevron-right-double-DAZZqg3Y-Dd7WqGIE.js +22 -0
- package/dist/chevron-up-CP9hfisr-Bpqp3uMG.js +22 -0
- package/dist/circle-error-CUKvliKO-BsDmD6sr.js +22 -0
- package/dist/circle-info-BHbc2Dfd-CgX0kAFY.js +22 -0
- package/dist/circle-question-DJKFX8BS-ChfHp4tf.js +22 -0
- package/dist/circle-success-CzR_IhiJ-BlM-ztj-.js +22 -0
- package/dist/close-BuY4mhXV.js +17 -0
- package/dist/cloud-download-BjycS45T-Bxk0RB9z.js +22 -0
- package/dist/cloud-knime-CbfH2QXI-AGSEGIby.js +22 -0
- package/dist/cloud-upload-CBM_ZPio-Df18olgw.js +22 -0
- package/dist/cloud-workflow-CHVooPRY-Rmd1H_HY.js +22 -0
- package/dist/code-block-8dTtpw7o-DgvpySmi.js +22 -0
- package/dist/collection-list-datatype-BbBxWNoQ-C2p81j_V.js +22 -0
- package/dist/collection-set-datatype-gfqJuoiV-C4NnN6Q9.js +21 -0
- package/dist/color-picker-D7gvyEaI-BbTB1-lR.js +22 -0
- package/dist/component-B2Ox0yYN-CrKk0yfK.js +22 -0
- package/dist/connection-p5pto_YK-Dc4lKnMI.js +22 -0
- package/dist/cursor-Dwgv2ML3-BkyGUX-W.js +21 -0
- package/dist/data-app-BdXYo7bC-MFKVfbXR.js +22 -0
- package/dist/date-datatype-Cq5Mb-Rz-D5jygmPB.js +22 -0
- package/dist/date-time-CXa0bmvO-BKOAingr.js +22 -0
- package/dist/date-time-local-datatype-2M1INwiQ-B_lrZGk2.js +22 -0
- package/dist/date-time-zoned-datatype-olQRLG4p-CE-6u7ol.js +22 -0
- package/dist/db-database-CrBCUTVq-BYrm5Jg4.js +22 -0
- package/dist/default-extension-datatype-CpH9a_4m-dtNauDJC.js +22 -0
- package/dist/deploy-CF4vcyzf-BoIQJ4eP.js +22 -0
- package/dist/detect-DXa-xFxA-CAYBsRRH.js +22 -0
- package/dist/divider-CnnToczp-qDDiewPZ.js +21 -0
- package/dist/document-datatype-B_hkllA_-DbILVLkP.js +21 -0
- package/dist/duration-DE7cktzt-CYqGYHgQ.js +22 -0
- package/dist/duration-date-based-datatype-DvzT3E6b-CWAMdupg.js +22 -0
- package/dist/duration-time-based-datatype-DBJN91Tu-DuPFumws.js +22 -0
- package/dist/edit-DupAoog2-1zixQOq9.js +21 -0
- package/dist/education-DS376EBJ-ZJ6q5soh.js +22 -0
- package/dist/error-panel-DlRk6QCO-DOajzc4x.js +22 -0
- package/dist/execute-Dunu5ajY-Czsu21T1.js +22 -0
- package/dist/extension-4JadjVME-DGofAGsD.js +22 -0
- package/dist/extension-community-De5e8OmM-C_1ucbDz.js +22 -0
- package/dist/external-link-BiXB78-O--smUtSAz.js +22 -0
- package/dist/eye-CYWX12bw-Fj2N1qxL.js +25 -0
- package/dist/file-CWu1D3xj-7JuMP50G.js +22 -0
- package/dist/file-export-0X3T5whR-CfNGIAfA.js +22 -0
- package/dist/file-text-CUzJs5fe-CcYcEdC0.js +21 -0
- package/dist/filter-DGIMoqM1-DH-20woy.js +21 -0
- package/dist/floating-ui.vue-CDo9Kas1.js +1055 -0
- package/dist/flow-variable-in-DfVHb8Q6-B9gou0kW.js +30 -0
- package/dist/flow-variable-in-out-CZXPlePz-BnkaLnMM.js +38 -0
- package/dist/flow-variable-out-B5GnAU2d-BaWb5ncY.js +30 -0
- package/dist/folder-CgOQXlsa-Bo_anmPb.js +22 -0
- package/dist/folder-plus-BtmuHB9m-CdhxlbUz.js +22 -0
- package/dist/folder-workflow-NI_2jW5M-DOkDm8xy.js +22 -0
- package/dist/forum-CclgZ-7j-CRzC_mAZ.js +21 -0
- package/dist/function-catalog-BthrkGfD-CEp9atHO.js +22 -0
- package/dist/geo-datatype-D22EVbiv-D2Pj2aI6.js +26 -0
- package/dist/helm-datatype-BkZDIKEu-DLD0aWrJ.js +22 -0
- package/dist/home-Bcvrgb6q-DqRt7tOV.js +22 -0
- package/dist/{hotkeys-kwHHtFKz.js → hotkeys-rxnt4egK.js} +1 -1
- package/dist/image-png-datatype-DXI1vyFc-Bnh_VHrg.js +22 -0
- package/dist/image-svg-datatype-BkoxDjfE-Dl8ziH69.js +22 -0
- package/dist/import-B6KLpALE-Dpia7Pj_.js +22 -0
- package/dist/index-Bu8cAuLm.js +376 -0
- package/dist/index-CUSP9syR.js +204 -0
- package/dist/info-7Q08hRgI-V6hpBtkD.js +22 -0
- package/dist/interval-Dx80AKo_-DXQ03ZI_.js +22 -0
- package/dist/italic-DLUAn2LT-mJz9MhAv.js +22 -0
- package/dist/json-datatype-CslAT-V1-CEzTyDFX.js +22 -0
- package/dist/knime-jsonforms.css +1 -1
- package/dist/knime-jsonforms.js +84 -79
- package/dist/labeling-datatype-EUXY6MBu-DDHUKr_g.js +25 -0
- package/dist/left-aligned-CgdRLlyj-CsfhGahf.js +22 -0
- package/dist/like-D2rnvJMO-Bja0b-91.js +21 -0
- package/dist/limit-D87-XMRT-9zsEPquM.js +22 -0
- package/dist/linear-notation-molecule-d5kP2xXs-B3ko7qZS.js +22 -0
- package/dist/link-B0lweV4V-BLMCsgVm.js +22 -0
- package/dist/linked-metanode-Ik1_jf67-DnvJ9p04.js +22 -0
- package/dist/list-R-YhBe4M-fmLWauxG.js +22 -0
- package/dist/list-bulletpoint-Bsyc6vEO-BabpV-5E.js +22 -0
- package/dist/list-number-D2-3aYNM-X29j26tl.js +22 -0
- package/dist/list-thumbs-C_gV8qiQ-LwbhfbDH.js +22 -0
- package/dist/local-filesystem-zGOmKpFY-D3qjkS0c.js +22 -0
- package/dist/localTimeUtils-BfovHvC0.js +12126 -0
- package/dist/lock-mlEwUUt1-siq47Tp8.js +22 -0
- package/dist/magic-string.es-BQ9KnLz-.js +659 -0
- package/dist/message-datatype-C9-EmnSB-toPG-DiU.js +22 -0
- package/dist/metanode-DtkJqhjE-JmKltGzU.js +22 -0
- package/dist/microscope-DS6bN3jk-D6-iBu4y.js +22 -0
- package/dist/minus-CjUP6_Q8-C2cNkMBl.js +21 -0
- package/dist/model-pmml-datatype-94e99we--B6qWvQRR.js +22 -0
- package/dist/molecule-eT_tgLRf-Db6HzIxu.js +22 -0
- package/dist/more-actions-DBLTo2NK-DIZMs6E0.js +22 -0
- package/dist/navigator-e30QQMkl.js +4 -0
- package/dist/node-stack-B1tUffrH-DT_A3Km0.js +22 -0
- package/dist/number-double-datatype-CayvZwH9-DQIGZ_Be.js +21 -0
- package/dist/number-double-vector-datatype-skWwhKxd-Bva2EXW-.js +22 -0
- package/dist/number-integer-datatype-BhR4FHTI-CgzJMW52.js +22 -0
- package/dist/open-in-new-window-BLzRyCt0-C9_1hZjo.js +22 -0
- package/dist/parameter-DpU3cp7S-DU_6kWh8.js +22 -0
- package/dist/path-datatype-C97VTebF-DfguKZeK.js +22 -0
- package/dist/pending-changes-UhfijwVP-BW3sz-cD.js +22 -0
- package/dist/placeholder-BdlsIyd_-DnT2fjk_.js +21 -0
- package/dist/plus-BIHLsGIG-Cwj4-d6K.js +21 -0
- package/dist/popper-LGjf7Wza.js +905 -0
- package/dist/quote-Df1UEiut-wcHjq1W5.js +22 -0
- package/dist/re-execution-D6Vf8q4m-BtVB5yFs.js +22 -0
- package/dist/redo-gtkWmrwN-BEVcApVN.js +22 -0
- package/dist/reload-BVbCGubF.js +17 -0
- package/dist/reload-D2KQygjR-s3CVXXFQ.js +22 -0
- package/dist/reset-all-CnOZsHiC-DCh7OxpG.js +22 -0
- package/dist/right-aligned-DqKhZgBb-BAQMTF7u.js +22 -0
- package/dist/rocket-C4ar--Dz-CQT5nXkU.js +22 -0
- package/dist/save-Dc5j8rtx-B5Of3V-Q.js +22 -0
- package/dist/save-as-D9xt6dTU-CGe50563.js +22 -0
- package/dist/schedule-zAcSBtLR-DZJT8XzC.js +22 -0
- package/dist/search-DMQ_0_gU-Bse6bTV0.js +21 -0
- package/dist/selected-cancel-C1SnhoVq-CDNrsFod.js +22 -0
- package/dist/selected-execute-Ril2FDJ6-UHn8jm9U.js +22 -0
- package/dist/selected-reset-B6uNdY_x-CK0K3t4K.js +22 -0
- package/dist/send-Btyiuo31-C2us2xPf.js +22 -0
- package/dist/server-rack-workflow-Dm10gp1J-CbWjdARy.js +22 -0
- package/dist/settings-BonOwCqQ-BQRpQawF.js +25 -0
- package/dist/share-CM7XxCfc-DKiRPJGq.js +21 -0
- package/dist/shortcuts-CPtPBJxT-LALbCNZS.js +21 -0
- package/dist/sort-ascending-Bax79rC1-h3vjI2l0.js +22 -0
- package/dist/sort-descending-FZQuQEDb-FV26gxK9.js +22 -0
- package/dist/space-aIuAtYj8-B4M7xKxS.js +22 -0
- package/dist/space-local-B2_6Bsy_-CyRFC5tE.js +22 -0
- package/dist/space-private-Bzmo_auP-CxpDMsaW.js +22 -0
- package/dist/src/constants/inputFormats.d.ts +3 -0
- package/dist/src/higherOrderComponents/control/LabeledControl.vue.d.ts +25 -28
- package/dist/src/higherOrderComponents/control/controlToRenderer.d.ts +8 -1
- package/dist/src/higherOrderComponents/control/errorMessage/ErrorLine.vue.d.ts +3 -13
- package/dist/src/higherOrderComponents/control/errorMessage/ErrorMessages.vue.d.ts +16 -15
- package/dist/src/higherOrderComponents/control/errorMessage/withErrorMessage.d.ts +9 -2
- package/dist/src/higherOrderComponents/control/index.d.ts +1 -0
- package/dist/src/higherOrderComponents/control/types.d.ts +8 -4
- package/dist/src/higherOrderComponents/control/util.d.ts +10 -30
- package/dist/src/higherOrderComponents/control/validation/types.d.ts +6 -1
- package/dist/src/higherOrderComponents/control/validation/useValidation.d.ts +6 -3
- package/dist/src/higherOrderComponents/control/withLabel.d.ts +5 -3
- package/dist/src/higherOrderComponents/layout/types.d.ts +2 -2
- package/dist/src/higherOrderComponents/layout/util.d.ts +2 -18
- package/dist/src/higherOrderComponents/types.d.ts +11 -10
- package/dist/src/index.d.ts +2 -1
- package/dist/src/layoutComponents/Form.vue.d.ts +12 -4
- package/dist/src/layoutComponents/HorizontalLayout.vue.d.ts +1 -10
- package/dist/src/layoutComponents/SectionLayout.vue.d.ts +12 -13
- package/dist/src/layoutComponents/SettingsSubPanelLayout.vue.d.ts +1 -10
- package/dist/src/layoutComponents/VerticalLayout.vue.d.ts +1 -10
- package/dist/src/layoutComponents/VerticalLayoutBase.vue.d.ts +15 -17
- package/dist/src/layoutComponents/index.d.ts +2 -1
- package/dist/src/layoutComponents/section/SectionHeading.vue.d.ts +12 -14
- package/dist/src/layoutComponents/settingsSubPanel/SettingsSubPanel.vue.d.ts +11 -30
- package/dist/src/layoutComponents/settingsSubPanel/SettingsSubPanelBackArrow.vue.d.ts +8 -3
- package/dist/src/loading/LoadingDialog.vue.d.ts +1 -1
- package/dist/src/renderers/checkboxesRenderer.d.ts +0 -2
- package/dist/src/renderers/dateTimeFormatPickerRenderer.d.ts +2 -2
- package/dist/src/renderers/defaultRenderers.d.ts +1112 -1229
- package/dist/src/renderers/dropdownRenderer.d.ts +1 -241
- package/dist/src/renderers/fallbackRenderers.d.ts +8 -290
- package/dist/src/renderers/horizontalLayoutRenderer.d.ts +1 -43
- package/dist/src/renderers/multiSelectListBoxRenderer.d.ts +2 -0
- package/dist/src/renderers/sectionLayoutRenderer.d.ts +6 -90
- package/dist/src/renderers/sectionSubPanelLayoutRenderer.d.ts +1 -43
- package/dist/src/renderers/simpleButtonRenderer.d.ts +11 -81
- package/dist/src/renderers/singleSelectListBoxRenderer.d.ts +2 -0
- package/dist/src/renderers/sortListRenderer.d.ts +998 -280
- package/dist/src/renderers/textMessageRenderer.d.ts +62 -106
- package/dist/src/renderers/textRenderer.d.ts +1 -241
- package/dist/src/renderers/twinlistRenderer.d.ts +2 -0
- package/dist/src/renderers/verticalLayoutRenderer.d.ts +2 -86
- package/dist/src/renderers/zonedDateTimeRenderer.d.ts +1 -1
- package/dist/src/types/ChoicesUiSchema.d.ts +13 -5
- package/dist/src/types/provided.d.ts +18 -4
- package/dist/src/uiComponents/CheckboxControl.vue.d.ts +14 -14
- package/dist/src/uiComponents/CheckboxesControl.vue.d.ts +2 -10
- package/dist/src/uiComponents/ComboBoxControl.vue.d.ts +2 -10
- package/dist/src/uiComponents/DateControl.vue.d.ts +2 -10
- package/dist/src/uiComponents/DateTimeControl.vue.d.ts +2 -10
- package/dist/src/uiComponents/DateTimeFormatPickerControl.vue.d.ts +2 -10
- package/dist/src/uiComponents/DateTimeFormatPickerWithTypeControl.vue.d.ts +2 -10
- package/dist/src/uiComponents/DropdownControl.vue.d.ts +3 -22
- package/dist/src/uiComponents/DynamicIcon.vue.d.ts +3 -12
- package/dist/src/uiComponents/IntegerControl.vue.d.ts +2 -10
- package/dist/src/uiComponents/IntervalControl.vue.d.ts +2 -10
- package/dist/src/uiComponents/MultiSelectListBoxControl.vue.d.ts +4 -0
- package/dist/src/uiComponents/NumberControl.vue.d.ts +2 -10
- package/dist/src/uiComponents/NumberControlBase.vue.d.ts +5 -18
- package/dist/src/uiComponents/OneOfDropdown.vue.d.ts +2 -10
- package/dist/src/uiComponents/RadioControl.vue.d.ts +2 -10
- package/dist/src/uiComponents/RadioControlBase.vue.d.ts +4 -17
- package/dist/src/uiComponents/SimpleButtonControl.vue.d.ts +5 -117
- package/dist/src/uiComponents/SingleSelectControl.vue.d.ts +2 -10
- package/dist/src/uiComponents/SingleSelectListBoxControl.vue.d.ts +4 -0
- package/dist/src/uiComponents/SortListControl.vue.d.ts +925 -79
- package/dist/src/uiComponents/TextAreaControl.vue.d.ts +2 -10
- package/dist/src/uiComponents/TextControl.vue.d.ts +204 -22
- package/dist/src/uiComponents/TextMessageControl.vue.d.ts +2 -10
- package/dist/src/uiComponents/TimeControl.vue.d.ts +2 -10
- package/dist/src/uiComponents/ValueSwitchControl.vue.d.ts +2 -10
- package/dist/src/uiComponents/ZonedDateTimeControl.vue.d.ts +2 -10
- package/dist/src/uiComponents/composables/useBuiltinValidations.d.ts +3 -6
- package/dist/src/uiComponents/composables/useHideOnNull.d.ts +3 -5
- package/dist/src/uiComponents/composables/usePossibleValues.d.ts +5 -5
- package/dist/src/uiComponents/composables/useProvidedState.d.ts +17 -2
- package/dist/src/uiComponents/index.d.ts +2 -1
- package/dist/src/uiComponents/loading/LoadingDropdown.vue.d.ts +1 -10
- package/dist/src/uiComponents/loading/TwinlistLoadingInfo.vue.d.ts +1 -1
- package/dist/src/uiComponents/loading/types/LoadingDropdownProps.d.ts +2 -2
- package/dist/src/uiComponents/richTextControl/DialogLinkModal.vue.d.ts +3 -10
- package/dist/src/uiComponents/richTextControl/RichTextControl.vue.d.ts +230 -10
- package/dist/src/uiComponents/twinlist/AnyOfTwinlist.vue.d.ts +2 -10
- package/dist/src/uiComponents/twinlist/ManualTwinlistControl.vue.d.ts +9 -0
- package/dist/src/uiComponents/twinlist/MultimodeTwinlistControl.vue.d.ts +11 -43
- package/dist/src/uiComponents/twinlist/NameFilter.vue.d.ts +2 -10
- package/dist/src/uiComponents/twinlist/SimpleTwinlistControl.vue.d.ts +2 -10
- package/dist/src/uiComponents/twinlist/TwinlistControlBase.vue.d.ts +8 -34
- package/dist/src/uiComponents/twinlist/TypedStringFilter.vue.d.ts +2 -10
- package/dist/src/uiComponents/twinlist/useUnknownValuesInTwinlist.d.ts +9 -1
- package/dist/strikethrough-B5OvXyS_-C-2aE0CG.js +22 -0
- package/dist/string-datatype-nDWXe0Ai-Bg7vxVYA.js +22 -0
- package/dist/string-vector-datatype-CKcnjj4A-D_XhjXhP.js +22 -0
- package/dist/subgraph-datatype-BeZaQU17-BoW0Iv2O.js +22 -0
- package/dist/term-datatype-ROXc3ddq-CGDTwE1Q.js +22 -0
- package/dist/test-tube-D1jY9f0B-BdVNcJnL.js +22 -0
- package/dist/testUtils/component.d.ts +86 -43
- package/dist/testing.js +9014 -8669
- package/dist/text-Dcwl242F-DKEEbE25.js +22 -0
- package/dist/textstyles-K03PpDJG-Bl-ERhSz.js +21 -0
- package/dist/thumbs-down-LaXuQYOO-i9duTrij.js +21 -0
- package/dist/thumbs-up-DMY3jgQp-B6tU5n6S.js +21 -0
- package/dist/time-BrqWI0yU-7du_RewE.js +22 -0
- package/dist/time-datatype-BQ767rrS-DKZC_Vrq.js +22 -0
- package/dist/to-bottom-C3w7coKl-DFEfTlCu.js +22 -0
- package/dist/to-top-qB5yRcmV-BgCtwtxh.js +22 -0
- package/dist/toString-BKm8v7Ps.js +25 -0
- package/dist/tool-datatype-DdDtNmoC-2NyLY-_i.js +22 -0
- package/dist/trash-BU3tMrJo-C4MsOwQa.js +22 -0
- package/dist/trigger-ClrkLEH_-_MNQWL4e.js +21 -0
- package/dist/underline-CLXwjAXP-M0SeJWoS.js +22 -0
- package/dist/undo-DqMrRbAA-CLiK3c2R.js +22 -0
- package/dist/unknown-datatype-DvCQu88a-8oUk1T_q.js +22 -0
- package/dist/unlink-AsK_ZWw_-DyUD7qtH.js +22 -0
- package/dist/uri-datatype-CdijzCVY-kZLY0UcD.js +22 -0
- package/dist/useBuiltinValidations-BR-uUi8P.js +74 -0
- package/dist/useDropdownNavigation-BfCXUheD.js +817 -0
- package/dist/usePossibleValues-C3V_0Qn_.js +16 -0
- package/dist/user-DvUjWARa-dQXH7RAr.js +22 -0
- package/dist/variable-boolean-BHPrIPTX-DYM2AS5h.js +30 -0
- package/dist/variable-collection-boolean-C_J7wThg-BwqzihDN.js +30 -0
- package/dist/variable-collection-double-BxKPwsrE-BFebzDQQ.js +30 -0
- package/dist/variable-collection-integer-CevE-mrB-3SE8MUm2.js +30 -0
- package/dist/variable-collection-string-yxLbb_-V-DhA9vpT5.js +30 -0
- package/dist/variable-conda-environment-D7JkuG0q-BJlFFMXx.js +30 -0
- package/dist/variable-credential-SFWXg0a0-BN8itYsK.js +30 -0
- package/dist/variable-integer-BUHZT63E-D5s2dhP4.js +30 -0
- package/dist/variable-number-double-CuPKBr9M-BA51GMLC.js +30 -0
- package/dist/variable-path-CcdwgBlO-CH8COEJe.js +30 -0
- package/dist/variable-string-Dk4KUHML-DEOpn3kP.js +30 -0
- package/dist/variable-unknown-iniv12vq-COQ0qFek.js +30 -0
- package/dist/view-cards-Bzc1izf--C46qdQbF.js +21 -0
- package/dist/warning-BXPHX6v6-CZJ5gP2b.js +22 -0
- package/dist/workflow-DlZxP-3l-WTyOrK43.js +21 -0
- package/dist/x-close-CIB3TdAj-BvMQp-8N.js +22 -0
- package/dist/xml-datatype-D7nWox5y-DGxzgQLk.js +22 -0
- package/package.json +5 -5
- package/dist/BaseButton-Cebd2AHy.js +0 -112
- package/dist/Checkbox-BIBnSAck.js +0 -75
- package/dist/CheckboxesControl-CE6XhDqY.js +0 -40
- package/dist/DateControl-eNPS2WTM.js +0 -29
- package/dist/DateTimeControl-DZEyD9oL.js +0 -54
- package/dist/DateTimeFormatInput-DlMvNNcx.js +0 -347
- package/dist/DateTimeFormatPickerControl-D68M5qSo.js +0 -47
- package/dist/DateTimeInput-Br-irfLt.js +0 -11205
- package/dist/Dropdown-DHch9f3F.js +0 -606
- package/dist/DropdownControl-CrawSsha.js +0 -84
- package/dist/FunctionButton-D3yEMdaG.js +0 -75
- package/dist/LoadingDropdown-B7HKqTuw.js +0 -40
- package/dist/MultimodeTwinlistControl-jCmOUQ5W.js +0 -526
- package/dist/NumberControlBase.vue_vue_type_script_setup_true_lang-DGBX2cRb.js +0 -53
- package/dist/RadioControlBase.vue_vue_type_script_setup_true_lang-CFpxDCH2.js +0 -108
- package/dist/SettingsSubPanel-D3d969ZZ.js +0 -143
- package/dist/SettingsSubPanel.vue_vue_type_style_index_1_lang-BEdJP1y9.js +0 -13321
- package/dist/SettingsSubPanelLayout-B3o1uRwT.js +0 -62
- package/dist/SimpleTwinlistControl-IBoMg9Sd.js +0 -22
- package/dist/SingleSelectControl-cq7XaB3B.js +0 -58
- package/dist/SortListControl-70CJRbMc.js +0 -372
- package/dist/TextControl.vue_vue_type_script_setup_true_lang-_045fE-M.js +0 -93
- package/dist/TimeControl-CkgkbfS1.js +0 -33
- package/dist/TwinlistControlBase-1tCrR4R6.js +0 -40
- package/dist/TwinlistLoadingInfo-Dnb6tfMf.js +0 -1045
- package/dist/TypedStringFilter-BXyUHaUT.js +0 -25
- package/dist/ValueSwitch-DdQ5SvYw.js +0 -138
- package/dist/VerticalLayoutBase-aQMRHInU.js +0 -20
- package/dist/ZonedDateTimeControl-CnE_CI8U.js +0 -74
- package/dist/_baseIteratee-DhaGkQLM.js +0 -518
- package/dist/arrow-dropdown-DjUxzjqC.js +0 -17
- package/dist/arrow-next-Qa8PNb04.js +0 -17
- package/dist/close-h7XT0ja0.js +0 -17
- package/dist/floating-ui.vue-B-MrqKCT.js +0 -1019
- package/dist/index-Bf0xDq3g.js +0 -373
- package/dist/isObject-B53jY8Qg.js +0 -7
- package/dist/isObjectLike-BatpeCIi.js +0 -29
- package/dist/isSymbol-C3_SC0Qp.js +0 -8
- package/dist/localTimeUtils-CHO8EMz1.js +0 -886
- package/dist/magic-string.es-Dn8TxLpu.js +0 -858
- package/dist/navigator-D_R-txCf.js +0 -7
- package/dist/popper-CRR--9mA.js +0 -907
- package/dist/reload-BhzcZRFp.js +0 -17
- package/dist/src/JsonFormsDialog.vue.d.ts +0 -51
- package/dist/svgWithTitle-Cb7lcck4.js +0 -18
- package/dist/toString-B9O7P854.js +0 -26
- package/dist/useBuiltinValidations-6-n78vkY.js +0 -52
- package/dist/useDropdownNavigation-D6ZenVxz.js +0 -55
- package/dist/useHideOnNull-CCfNP3O7.js +0 -42
- package/dist/usePossibleValues-BJ0cNARj.js +0 -26
|
@@ -1,12 +1,232 @@
|
|
|
1
1
|
import { VueControlPropsForLabelContent } from '../../higherOrderComponents/control/withLabel';
|
|
2
|
-
|
|
2
|
+
type __VLS_Props = VueControlPropsForLabelContent<string>;
|
|
3
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
4
|
+
richTextEditorElement: ({
|
|
5
|
+
$: import('vue').ComponentInternalInstance;
|
|
6
|
+
$data: {};
|
|
7
|
+
$props: {
|
|
8
|
+
readonly modelValue: string;
|
|
9
|
+
readonly editable?: boolean | undefined;
|
|
10
|
+
readonly minHeight?: number | null | undefined;
|
|
11
|
+
readonly maxHeight?: number | null | undefined;
|
|
12
|
+
readonly baseExtensions?: (import('@knime/rich-text-editor').BaseExtensionsConfig | ({
|
|
13
|
+
bold?: undefined;
|
|
14
|
+
italic?: undefined;
|
|
15
|
+
underline?: undefined;
|
|
16
|
+
textAlign?: undefined;
|
|
17
|
+
bulletList?: undefined;
|
|
18
|
+
orderedList?: undefined;
|
|
19
|
+
heading?: undefined;
|
|
20
|
+
paragraphTextStyle?: undefined;
|
|
21
|
+
blockquote?: undefined;
|
|
22
|
+
code?: undefined;
|
|
23
|
+
codeBlock?: undefined;
|
|
24
|
+
horizontalRule?: undefined;
|
|
25
|
+
strike?: undefined;
|
|
26
|
+
link?: undefined;
|
|
27
|
+
} & {
|
|
28
|
+
all: boolean;
|
|
29
|
+
})) | undefined;
|
|
30
|
+
readonly hotkeyFormatter?: ((hotkey: Array<string>) => string) | undefined;
|
|
31
|
+
readonly customExtensions?: Array<import('@tiptap/core').AnyExtension> | undefined;
|
|
32
|
+
readonly autofocus?: boolean | undefined;
|
|
33
|
+
readonly withBorder?: boolean | undefined;
|
|
34
|
+
readonly disabled?: boolean | undefined;
|
|
35
|
+
readonly linkToolOptions?: import('@knime/rich-text-editor').LinkToolOptions | undefined;
|
|
36
|
+
readonly characterLimit?: number | undefined;
|
|
37
|
+
readonly onBlur?: (() => any) | undefined;
|
|
38
|
+
readonly "onUpdate:modelValue"?: ((content: string) => any) | undefined;
|
|
39
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
40
|
+
$attrs: {
|
|
41
|
+
[x: string]: unknown;
|
|
42
|
+
};
|
|
43
|
+
$refs: {
|
|
44
|
+
[x: string]: unknown;
|
|
45
|
+
};
|
|
46
|
+
$slots: Readonly<{
|
|
47
|
+
[name: string]: import('vue').Slot<any> | undefined;
|
|
48
|
+
}>;
|
|
49
|
+
$root: import('vue').ComponentPublicInstance | null;
|
|
50
|
+
$parent: import('vue').ComponentPublicInstance | null;
|
|
51
|
+
$host: Element | null;
|
|
52
|
+
$emit: ((event: "blur") => void) & ((event: "update:modelValue", content: string) => void);
|
|
53
|
+
$el: HTMLDivElement;
|
|
54
|
+
$options: import('vue').ComponentOptionsBase<Readonly<{
|
|
55
|
+
modelValue: string;
|
|
56
|
+
editable?: boolean;
|
|
57
|
+
minHeight?: number | null;
|
|
58
|
+
maxHeight?: number | null;
|
|
59
|
+
baseExtensions?: import('@knime/rich-text-editor').BaseExtensionsConfig | ({
|
|
60
|
+
bold?: undefined;
|
|
61
|
+
italic?: undefined;
|
|
62
|
+
underline?: undefined;
|
|
63
|
+
textAlign?: undefined;
|
|
64
|
+
bulletList?: undefined;
|
|
65
|
+
orderedList?: undefined;
|
|
66
|
+
heading?: undefined;
|
|
67
|
+
paragraphTextStyle?: undefined;
|
|
68
|
+
blockquote?: undefined;
|
|
69
|
+
code?: undefined;
|
|
70
|
+
codeBlock?: undefined;
|
|
71
|
+
horizontalRule?: undefined;
|
|
72
|
+
strike?: undefined;
|
|
73
|
+
link?: undefined;
|
|
74
|
+
} & {
|
|
75
|
+
all: boolean;
|
|
76
|
+
});
|
|
77
|
+
hotkeyFormatter?: (hotkey: Array<string>) => string;
|
|
78
|
+
customExtensions?: Array<import('@tiptap/core').AnyExtension>;
|
|
79
|
+
autofocus?: boolean;
|
|
80
|
+
withBorder?: boolean;
|
|
81
|
+
disabled?: boolean;
|
|
82
|
+
linkToolOptions?: import('@knime/rich-text-editor').LinkToolOptions;
|
|
83
|
+
characterLimit?: number;
|
|
84
|
+
}> & Readonly<{
|
|
85
|
+
onBlur?: (() => any) | undefined;
|
|
86
|
+
"onUpdate:modelValue"?: ((content: string) => any) | undefined;
|
|
87
|
+
}>, {
|
|
88
|
+
focus: () => void;
|
|
89
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
90
|
+
blur: () => any;
|
|
91
|
+
"update:modelValue": (content: string) => any;
|
|
92
|
+
}, string, {
|
|
93
|
+
withBorder: boolean;
|
|
94
|
+
disabled: boolean;
|
|
95
|
+
maxHeight: number | null;
|
|
96
|
+
minHeight: number | null;
|
|
97
|
+
autofocus: boolean;
|
|
98
|
+
linkToolOptions: import('@knime/rich-text-editor').LinkToolOptions;
|
|
99
|
+
baseExtensions: import('@knime/rich-text-editor').BaseExtensionsConfig | ({
|
|
100
|
+
bold?: undefined;
|
|
101
|
+
italic?: undefined;
|
|
102
|
+
underline?: undefined;
|
|
103
|
+
textAlign?: undefined;
|
|
104
|
+
bulletList?: undefined;
|
|
105
|
+
orderedList?: undefined;
|
|
106
|
+
heading?: undefined;
|
|
107
|
+
paragraphTextStyle?: undefined;
|
|
108
|
+
blockquote?: undefined;
|
|
109
|
+
code?: undefined;
|
|
110
|
+
codeBlock?: undefined;
|
|
111
|
+
horizontalRule?: undefined;
|
|
112
|
+
strike?: undefined;
|
|
113
|
+
link?: undefined;
|
|
114
|
+
} & {
|
|
115
|
+
all: boolean;
|
|
116
|
+
});
|
|
117
|
+
hotkeyFormatter: (hotkey: Array<string>) => string;
|
|
118
|
+
editable: boolean;
|
|
119
|
+
customExtensions: Array<import('@tiptap/core').AnyExtension>;
|
|
120
|
+
characterLimit: number;
|
|
121
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
122
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
123
|
+
created?: (() => void) | (() => void)[];
|
|
124
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
125
|
+
mounted?: (() => void) | (() => void)[];
|
|
126
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
127
|
+
updated?: (() => void) | (() => void)[];
|
|
128
|
+
activated?: (() => void) | (() => void)[];
|
|
129
|
+
deactivated?: (() => void) | (() => void)[];
|
|
130
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
131
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
132
|
+
destroyed?: (() => void) | (() => void)[];
|
|
133
|
+
unmounted?: (() => void) | (() => void)[];
|
|
134
|
+
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
135
|
+
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
136
|
+
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
137
|
+
};
|
|
138
|
+
$forceUpdate: () => void;
|
|
139
|
+
$nextTick: typeof import('vue').nextTick;
|
|
140
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
|
141
|
+
} & Readonly<{
|
|
142
|
+
withBorder: boolean;
|
|
143
|
+
disabled: boolean;
|
|
144
|
+
maxHeight: number | null;
|
|
145
|
+
minHeight: number | null;
|
|
146
|
+
autofocus: boolean;
|
|
147
|
+
linkToolOptions: import('@knime/rich-text-editor').LinkToolOptions;
|
|
148
|
+
baseExtensions: import('@knime/rich-text-editor').BaseExtensionsConfig | ({
|
|
149
|
+
bold?: undefined;
|
|
150
|
+
italic?: undefined;
|
|
151
|
+
underline?: undefined;
|
|
152
|
+
textAlign?: undefined;
|
|
153
|
+
bulletList?: undefined;
|
|
154
|
+
orderedList?: undefined;
|
|
155
|
+
heading?: undefined;
|
|
156
|
+
paragraphTextStyle?: undefined;
|
|
157
|
+
blockquote?: undefined;
|
|
158
|
+
code?: undefined;
|
|
159
|
+
codeBlock?: undefined;
|
|
160
|
+
horizontalRule?: undefined;
|
|
161
|
+
strike?: undefined;
|
|
162
|
+
link?: undefined;
|
|
163
|
+
} & {
|
|
164
|
+
all: boolean;
|
|
165
|
+
});
|
|
166
|
+
hotkeyFormatter: (hotkey: Array<string>) => string;
|
|
167
|
+
editable: boolean;
|
|
168
|
+
customExtensions: Array<import('@tiptap/core').AnyExtension>;
|
|
169
|
+
characterLimit: number;
|
|
170
|
+
}> & Omit<Readonly<{
|
|
171
|
+
modelValue: string;
|
|
172
|
+
editable?: boolean;
|
|
173
|
+
minHeight?: number | null;
|
|
174
|
+
maxHeight?: number | null;
|
|
175
|
+
baseExtensions?: import('@knime/rich-text-editor').BaseExtensionsConfig | ({
|
|
176
|
+
bold?: undefined;
|
|
177
|
+
italic?: undefined;
|
|
178
|
+
underline?: undefined;
|
|
179
|
+
textAlign?: undefined;
|
|
180
|
+
bulletList?: undefined;
|
|
181
|
+
orderedList?: undefined;
|
|
182
|
+
heading?: undefined;
|
|
183
|
+
paragraphTextStyle?: undefined;
|
|
184
|
+
blockquote?: undefined;
|
|
185
|
+
code?: undefined;
|
|
186
|
+
codeBlock?: undefined;
|
|
187
|
+
horizontalRule?: undefined;
|
|
188
|
+
strike?: undefined;
|
|
189
|
+
link?: undefined;
|
|
190
|
+
} & {
|
|
191
|
+
all: boolean;
|
|
192
|
+
});
|
|
193
|
+
hotkeyFormatter?: (hotkey: Array<string>) => string;
|
|
194
|
+
customExtensions?: Array<import('@tiptap/core').AnyExtension>;
|
|
195
|
+
autofocus?: boolean;
|
|
196
|
+
withBorder?: boolean;
|
|
197
|
+
disabled?: boolean;
|
|
198
|
+
linkToolOptions?: import('@knime/rich-text-editor').LinkToolOptions;
|
|
199
|
+
characterLimit?: number;
|
|
200
|
+
}> & Readonly<{
|
|
201
|
+
onBlur?: (() => any) | undefined;
|
|
202
|
+
"onUpdate:modelValue"?: ((content: string) => any) | undefined;
|
|
203
|
+
}>, "focus" | ("withBorder" | "disabled" | "maxHeight" | "minHeight" | "autofocus" | "linkToolOptions" | "baseExtensions" | "hotkeyFormatter" | "editable" | "customExtensions" | "characterLimit")> & import('vue').ShallowUnwrapRef<{
|
|
204
|
+
focus: () => void;
|
|
205
|
+
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
206
|
+
$slots: {
|
|
207
|
+
customToolbar?(_: {
|
|
208
|
+
editor: import('@tiptap/vue-3').Editor;
|
|
209
|
+
tools: import('@knime/rich-text-editor').EditorTools;
|
|
210
|
+
hotkeyFormatter: (hotkey: Array<string>) => string;
|
|
211
|
+
}): any;
|
|
212
|
+
linkModal?(_: {
|
|
213
|
+
linkTool: {
|
|
214
|
+
onLinkToolClick: () => void;
|
|
215
|
+
props: {
|
|
216
|
+
url: import('vue').Ref<string, string>;
|
|
217
|
+
text: import('vue').Ref<string, string>;
|
|
218
|
+
isActive: import('vue').Ref<boolean, boolean>;
|
|
219
|
+
isEdit: import('vue').ComputedRef<boolean>;
|
|
220
|
+
urlValidator: (url: string) => boolean;
|
|
221
|
+
};
|
|
222
|
+
events: {
|
|
223
|
+
addLink: (text: string, urlText: string) => void;
|
|
224
|
+
removeLink: () => void;
|
|
225
|
+
cancelAddLink: () => void;
|
|
226
|
+
};
|
|
227
|
+
} | null;
|
|
228
|
+
}): any;
|
|
229
|
+
};
|
|
230
|
+
}) | null;
|
|
231
|
+
}, HTMLDivElement>;
|
|
3
232
|
export default _default;
|
|
4
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
5
|
-
type __VLS_TypePropsToOption<T> = {
|
|
6
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
7
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
8
|
-
} : {
|
|
9
|
-
type: import('vue').PropType<T[K]>;
|
|
10
|
-
required: true;
|
|
11
|
-
};
|
|
12
|
-
};
|
|
@@ -1,12 +1,4 @@
|
|
|
1
1
|
import { VueControlPropsForLabelContent } from '../../higherOrderComponents/control/withLabel';
|
|
2
|
-
|
|
2
|
+
type __VLS_Props = VueControlPropsForLabelContent<string[]>;
|
|
3
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
3
4
|
export default _default;
|
|
4
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
5
|
-
type __VLS_TypePropsToOption<T> = {
|
|
6
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
7
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
8
|
-
} : {
|
|
9
|
-
type: import('vue').PropType<T[K]>;
|
|
10
|
-
required: true;
|
|
11
|
-
};
|
|
12
|
-
};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { VueControlPropsForLabelContent } from '../../higherOrderComponents/control/withLabel';
|
|
2
|
+
export type ManualTwinlistData = {
|
|
3
|
+
manuallySelected: string[];
|
|
4
|
+
manuallyDeselected: string[];
|
|
5
|
+
includeUnknownColumns: boolean;
|
|
6
|
+
};
|
|
7
|
+
type __VLS_Props = VueControlPropsForLabelContent<ManualTwinlistData>;
|
|
8
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
9
|
+
export default _default;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { VueControlPropsForLabelContent } from '../../higherOrderComponents/control/withLabel';
|
|
1
2
|
import { IdAndText } from '../../types/ChoicesUiSchema';
|
|
2
3
|
export type TwinlistData = {
|
|
3
4
|
mode: string;
|
|
@@ -17,51 +18,18 @@ export type TwinlistData = {
|
|
|
17
18
|
};
|
|
18
19
|
selected: string[] | null | undefined;
|
|
19
20
|
};
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
}>, {
|
|
28
|
-
twinlistSize: number;
|
|
29
|
-
twinlistLeftLabel: string;
|
|
30
|
-
showUnknownValues: boolean;
|
|
31
|
-
twinlistRightLabel: string;
|
|
32
|
-
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<Omit<import('../..').VueControlProps<TwinlistData>, "messages" | "labelForId"> & {
|
|
33
|
-
labelForId: string;
|
|
34
|
-
} & {
|
|
35
|
-
twinlistSize?: number | undefined;
|
|
36
|
-
twinlistLeftLabel?: string | undefined;
|
|
37
|
-
showUnknownValues?: boolean | undefined;
|
|
38
|
-
twinlistRightLabel?: string | undefined;
|
|
39
|
-
}>, {
|
|
40
|
-
twinlistSize: number;
|
|
41
|
-
twinlistLeftLabel: string;
|
|
42
|
-
showUnknownValues: boolean;
|
|
43
|
-
twinlistRightLabel: string;
|
|
44
|
-
}>>>, {
|
|
21
|
+
type __VLS_Props = VueControlPropsForLabelContent<TwinlistData> & {
|
|
22
|
+
twinlistSize?: number;
|
|
23
|
+
twinlistLeftLabel?: string;
|
|
24
|
+
showUnknownValues?: boolean;
|
|
25
|
+
twinlistRightLabel?: string;
|
|
26
|
+
showTypeFilter?: boolean;
|
|
27
|
+
};
|
|
28
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
45
29
|
twinlistSize: number;
|
|
46
30
|
twinlistLeftLabel: string;
|
|
47
31
|
showUnknownValues: boolean;
|
|
48
32
|
twinlistRightLabel: string;
|
|
49
|
-
|
|
33
|
+
showTypeFilter: boolean;
|
|
34
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
50
35
|
export default _default;
|
|
51
|
-
type __VLS_WithDefaults<P, D> = {
|
|
52
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
|
|
53
|
-
default: D[K];
|
|
54
|
-
}> : P[K];
|
|
55
|
-
};
|
|
56
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
57
|
-
type __VLS_TypePropsToOption<T> = {
|
|
58
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
59
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
60
|
-
} : {
|
|
61
|
-
type: import('vue').PropType<T[K]>;
|
|
62
|
-
required: true;
|
|
63
|
-
};
|
|
64
|
-
};
|
|
65
|
-
type __VLS_PrettifyLocal<T> = {
|
|
66
|
-
[K in keyof T]: T[K];
|
|
67
|
-
} & {};
|
|
@@ -1,13 +1,5 @@
|
|
|
1
1
|
import { VueControlPropsForLabelContent } from '../../higherOrderComponents/control/withLabel';
|
|
2
2
|
import { TwinlistData } from './MultimodeTwinlistControl.vue';
|
|
3
|
-
|
|
3
|
+
type __VLS_Props = VueControlPropsForLabelContent<TwinlistData>;
|
|
4
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
4
5
|
export default _default;
|
|
5
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
6
|
-
type __VLS_TypePropsToOption<T> = {
|
|
7
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
8
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
9
|
-
} : {
|
|
10
|
-
type: import('vue').PropType<T[K]>;
|
|
11
|
-
required: true;
|
|
12
|
-
};
|
|
13
|
-
};
|
|
@@ -1,12 +1,4 @@
|
|
|
1
1
|
import { VueControlPropsForLabelContent } from '../../higherOrderComponents/control/withLabel';
|
|
2
|
-
|
|
2
|
+
type __VLS_Props = VueControlPropsForLabelContent<string[]>;
|
|
3
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
3
4
|
export default _default;
|
|
4
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
5
|
-
type __VLS_TypePropsToOption<T> = {
|
|
6
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
7
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
8
|
-
} : {
|
|
9
|
-
type: import('vue').PropType<T[K]>;
|
|
10
|
-
required: true;
|
|
11
|
-
};
|
|
12
|
-
};
|
|
@@ -1,36 +1,10 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
}>, {
|
|
8
|
-
twinlistSize: number;
|
|
9
|
-
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<Omit<import('../..').VueControlProps<string[]>, "messages" | "labelForId"> & {
|
|
10
|
-
labelForId: string;
|
|
11
|
-
} & {
|
|
12
|
-
twinlistSize?: number | undefined;
|
|
13
|
-
possibleValues: IdAndText[] | null;
|
|
14
|
-
}>, {
|
|
15
|
-
twinlistSize: number;
|
|
16
|
-
}>>>, {
|
|
1
|
+
import { VueControlPropsForLabelContent } from '../../higherOrderComponents/control/withLabel';
|
|
2
|
+
import { TypedIdAndText } from '../../types/ChoicesUiSchema';
|
|
3
|
+
type __VLS_Props = VueControlPropsForLabelContent<string[]> & {
|
|
4
|
+
twinlistSize?: number;
|
|
5
|
+
possibleValues: TypedIdAndText[] | null;
|
|
6
|
+
};
|
|
7
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
17
8
|
twinlistSize: number;
|
|
18
|
-
}, {}>;
|
|
9
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
19
10
|
export default _default;
|
|
20
|
-
type __VLS_WithDefaults<P, D> = {
|
|
21
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
|
|
22
|
-
default: D[K];
|
|
23
|
-
}> : P[K];
|
|
24
|
-
};
|
|
25
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
26
|
-
type __VLS_TypePropsToOption<T> = {
|
|
27
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
28
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
29
|
-
} : {
|
|
30
|
-
type: import('vue').PropType<T[K]>;
|
|
31
|
-
required: true;
|
|
32
|
-
};
|
|
33
|
-
};
|
|
34
|
-
type __VLS_PrettifyLocal<T> = {
|
|
35
|
-
[K in keyof T]: T[K];
|
|
36
|
-
} & {};
|
|
@@ -1,13 +1,5 @@
|
|
|
1
1
|
import { VueControlPropsForLabelContent } from '../../higherOrderComponents/control/withLabel';
|
|
2
2
|
import { TwinlistData } from './MultimodeTwinlistControl.vue';
|
|
3
|
-
|
|
3
|
+
type __VLS_Props = VueControlPropsForLabelContent<TwinlistData>;
|
|
4
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
4
5
|
export default _default;
|
|
5
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
6
|
-
type __VLS_TypePropsToOption<T> = {
|
|
7
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
8
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
9
|
-
} : {
|
|
10
|
-
type: import('vue').PropType<T[K]>;
|
|
11
|
-
required: true;
|
|
12
|
-
};
|
|
13
|
-
};
|
|
@@ -4,7 +4,9 @@ declare const _default: ({ data, possibleValueIds, }: {
|
|
|
4
4
|
/**
|
|
5
5
|
* The jsonforms data of the TwinlistControl
|
|
6
6
|
*/
|
|
7
|
-
data: Ref<
|
|
7
|
+
data: Ref<{
|
|
8
|
+
manualFilter: TwinlistData["manualFilter"];
|
|
9
|
+
}>;
|
|
8
10
|
/**
|
|
9
11
|
* The array of possible value ids or null if no possible values are present yet.
|
|
10
12
|
*/
|
|
@@ -13,6 +15,12 @@ declare const _default: ({ data, possibleValueIds, }: {
|
|
|
13
15
|
selectedAndDeselected: Ref<{
|
|
14
16
|
selected: string[] | null;
|
|
15
17
|
deselected: string[] | null;
|
|
18
|
+
}, {
|
|
19
|
+
selected: string[] | null;
|
|
20
|
+
deselected: string[] | null;
|
|
21
|
+
} | {
|
|
22
|
+
selected: string[] | null;
|
|
23
|
+
deselected: string[] | null;
|
|
16
24
|
}>;
|
|
17
25
|
setCurrentManualFilter: (newData: TwinlistData["manualFilter"]) => void;
|
|
18
26
|
};
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { openBlock as o, createElementBlock 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 o(), t("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 { openBlock as t, createElementBlock 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 t(), o("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 { openBlock as t, createElementBlock 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 t(), o("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 { openBlock as o, createElementBlock 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 o(), t("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 { openBlock as t, createElementBlock 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 t(), o("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 { openBlock as o, createElementBlock 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 o(), t("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
|
+
};
|