@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,7 +1,11 @@
|
|
|
1
1
|
export declare const DEFAULT_ANY_UNKNOWN_VALUES_ID = "<any unknown new column>";
|
|
2
|
-
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<
|
|
2
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
3
3
|
control: {
|
|
4
4
|
data: string[];
|
|
5
|
+
uischema: {
|
|
6
|
+
providedOptions?: string[];
|
|
7
|
+
id?: string;
|
|
8
|
+
};
|
|
5
9
|
} & Omit<{
|
|
6
10
|
uischema: import('@jsonforms/core').ControlElement;
|
|
7
11
|
schema: NonNullable<import('@jsonforms/core').JsonSchema>;
|
|
@@ -23,19 +27,20 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
|
|
|
23
27
|
id: string;
|
|
24
28
|
visible: boolean;
|
|
25
29
|
}, "data">;
|
|
26
|
-
handleChange: (path: string, value:
|
|
30
|
+
handleChange: (path: string, value: unknown) => void;
|
|
27
31
|
changeValue: (newValue: string[]) => void;
|
|
28
32
|
disabled: boolean;
|
|
29
|
-
labelForId?: null
|
|
33
|
+
labelForId?: null;
|
|
30
34
|
} & import('../higherOrderComponents/control/validation/types').ValidationSettings<string[]> & {
|
|
31
|
-
anyUnknownValuesId?: string
|
|
32
|
-
anyUnknownValuesText?: string
|
|
33
|
-
}
|
|
34
|
-
anyUnknownValuesId: string;
|
|
35
|
-
anyUnknownValuesText: string;
|
|
36
|
-
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
35
|
+
anyUnknownValuesId?: string;
|
|
36
|
+
anyUnknownValuesText?: string;
|
|
37
|
+
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
|
|
37
38
|
control: {
|
|
38
39
|
data: string[];
|
|
40
|
+
uischema: {
|
|
41
|
+
providedOptions?: string[];
|
|
42
|
+
id?: string;
|
|
43
|
+
};
|
|
39
44
|
} & Omit<{
|
|
40
45
|
uischema: import('@jsonforms/core').ControlElement;
|
|
41
46
|
schema: NonNullable<import('@jsonforms/core').JsonSchema>;
|
|
@@ -57,92 +62,933 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
|
|
|
57
62
|
id: string;
|
|
58
63
|
visible: boolean;
|
|
59
64
|
}, "data">;
|
|
60
|
-
handleChange: (path: string, value:
|
|
65
|
+
handleChange: (path: string, value: unknown) => void;
|
|
61
66
|
changeValue: (newValue: string[]) => void;
|
|
62
67
|
disabled: boolean;
|
|
63
|
-
labelForId?: null
|
|
68
|
+
labelForId?: null;
|
|
64
69
|
} & import('../higherOrderComponents/control/validation/types').ValidationSettings<string[]> & {
|
|
65
|
-
anyUnknownValuesId?: string
|
|
66
|
-
anyUnknownValuesText?: string
|
|
67
|
-
}>, {
|
|
70
|
+
anyUnknownValuesId?: string;
|
|
71
|
+
anyUnknownValuesText?: string;
|
|
72
|
+
}> & Readonly<{}>, {
|
|
68
73
|
anyUnknownValuesId: string;
|
|
69
74
|
anyUnknownValuesText: string;
|
|
70
|
-
}
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
75
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
76
|
+
controlElement: ({
|
|
77
|
+
$: import('vue').ComponentInternalInstance;
|
|
78
|
+
$data: {};
|
|
79
|
+
$props: {
|
|
80
|
+
readonly modelValue: string[];
|
|
81
|
+
readonly id?: string | undefined;
|
|
82
|
+
readonly ariaLabel: string;
|
|
83
|
+
readonly disabled?: boolean | undefined;
|
|
84
|
+
readonly possibleValues: (import('packages/components/src/components/forms/possibleValues').PossibleValue & {
|
|
85
|
+
id: string;
|
|
86
|
+
})[];
|
|
87
|
+
readonly "onUpdate:modelValue"?: ((args_0: string[]) => any) | undefined;
|
|
88
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
89
|
+
$attrs: {
|
|
90
|
+
[x: string]: unknown;
|
|
91
|
+
};
|
|
92
|
+
$refs: {
|
|
93
|
+
[x: string]: unknown;
|
|
94
|
+
} & {
|
|
95
|
+
listBox: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
|
|
96
|
+
id: {
|
|
97
|
+
type: StringConstructor;
|
|
98
|
+
default(): string;
|
|
99
|
+
};
|
|
100
|
+
modelValue: {
|
|
101
|
+
type: import('vue').PropType<import('packages/components/src/components/forms/possibleValues').Id[] | null>;
|
|
102
|
+
default: () => never[];
|
|
103
|
+
};
|
|
104
|
+
disabled: {
|
|
105
|
+
default: boolean;
|
|
106
|
+
type: BooleanConstructor;
|
|
107
|
+
};
|
|
108
|
+
withIsEmptyState: {
|
|
109
|
+
default: boolean;
|
|
110
|
+
type: BooleanConstructor;
|
|
111
|
+
};
|
|
112
|
+
emptyStateLabel: {
|
|
113
|
+
default: string;
|
|
114
|
+
type: StringConstructor;
|
|
115
|
+
};
|
|
116
|
+
emptyStateComponent: {
|
|
117
|
+
default: null;
|
|
118
|
+
type: import('vue').PropType<Record<string, unknown> | null>;
|
|
119
|
+
};
|
|
120
|
+
multiselectByClick: {
|
|
121
|
+
type: BooleanConstructor;
|
|
122
|
+
default: boolean;
|
|
123
|
+
};
|
|
124
|
+
withBottomValue: {
|
|
125
|
+
type: BooleanConstructor;
|
|
126
|
+
default: boolean;
|
|
127
|
+
};
|
|
128
|
+
bottomValue: {
|
|
129
|
+
type: import('vue').PropType<import('packages/components/src/components/forms/possibleValues').BottomValue>;
|
|
130
|
+
default: () => {
|
|
131
|
+
id: string;
|
|
132
|
+
text: string;
|
|
133
|
+
};
|
|
134
|
+
validator(value: import('packages/components/src/components/forms/possibleValues').BottomValue): boolean;
|
|
135
|
+
};
|
|
136
|
+
size: {
|
|
137
|
+
type: NumberConstructor;
|
|
138
|
+
default: number;
|
|
139
|
+
validator(value: number): boolean;
|
|
140
|
+
};
|
|
141
|
+
minSize: {
|
|
142
|
+
type: NumberConstructor;
|
|
143
|
+
default: number;
|
|
144
|
+
};
|
|
145
|
+
isValid: {
|
|
146
|
+
default: boolean;
|
|
147
|
+
type: BooleanConstructor;
|
|
148
|
+
};
|
|
149
|
+
ariaLabel: {
|
|
150
|
+
type: StringConstructor;
|
|
151
|
+
required: true;
|
|
152
|
+
};
|
|
153
|
+
possibleValues: {
|
|
154
|
+
type: import('vue').PropType<import('packages/components/src/components/forms/possibleValues').PossibleValue[]>;
|
|
155
|
+
default: () => never[];
|
|
156
|
+
validator(values: unknown): boolean;
|
|
157
|
+
};
|
|
158
|
+
}>> & Readonly<{
|
|
159
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
160
|
+
onDoubleClickOnItem?: ((...args: any[]) => any) | undefined;
|
|
161
|
+
onDoubleClickShift?: ((...args: any[]) => any) | undefined;
|
|
162
|
+
onKeyArrowLeft?: ((...args: any[]) => any) | undefined;
|
|
163
|
+
onKeyArrowRight?: ((...args: any[]) => any) | undefined;
|
|
164
|
+
}>, {
|
|
165
|
+
optionLineHeight: number;
|
|
166
|
+
containerProps: {
|
|
167
|
+
ref: import('vue').Ref<HTMLElement | null>;
|
|
168
|
+
onScroll: () => void;
|
|
169
|
+
style: import('vue').StyleValue;
|
|
170
|
+
};
|
|
171
|
+
wrapperProps: import('vue').ComputedRef<{
|
|
172
|
+
style: {
|
|
173
|
+
width: string;
|
|
174
|
+
height: string;
|
|
175
|
+
marginTop: string;
|
|
176
|
+
} | {
|
|
177
|
+
width: string;
|
|
178
|
+
height: string;
|
|
179
|
+
marginLeft: string;
|
|
180
|
+
display: string;
|
|
181
|
+
};
|
|
182
|
+
}>;
|
|
183
|
+
list: import('vue').Ref<import('@vueuse/core').UseVirtualListItem<import('packages/components/src/components/forms/possibleValues').PossibleValue>[], import('@vueuse/core').UseVirtualListItem<import('packages/components/src/components/forms/possibleValues').PossibleValue>[]>;
|
|
184
|
+
}, {
|
|
185
|
+
selectedValues: import('packages/components/src/components/forms/possibleValues').Id[] | null;
|
|
186
|
+
currentKeyNavIndex: number;
|
|
187
|
+
shiftStartIndex: number;
|
|
188
|
+
draggingStartIndex: number;
|
|
189
|
+
draggingInverseMode: boolean;
|
|
190
|
+
resizeHeight: number;
|
|
191
|
+
}, {
|
|
192
|
+
cssStyleSize(): {
|
|
193
|
+
height: string;
|
|
194
|
+
} | {
|
|
195
|
+
height?: undefined;
|
|
196
|
+
};
|
|
197
|
+
minResizeHeight(): number;
|
|
198
|
+
possibleValuesWithBottom(): (import('packages/components/src/components/forms/possibleValues').PossibleValue | import('packages/components/src/components/forms/possibleValues').BottomValue)[];
|
|
199
|
+
bottomIndex(): number;
|
|
200
|
+
showEmptyState(): boolean;
|
|
201
|
+
}, {
|
|
202
|
+
createDebouncedHandleCtrlClick(): void;
|
|
203
|
+
debouncedHandleCtrlClick(value: import('packages/components/src/components/forms/possibleValues').Id, index: number): void;
|
|
204
|
+
isCurrentValue(candidate: import('packages/components/src/components/forms/possibleValues').Id): boolean | undefined;
|
|
205
|
+
handleCtrlClick(value: import('packages/components/src/components/forms/possibleValues').Id, index: number): void;
|
|
206
|
+
handleShiftClick(value: import('packages/components/src/components/forms/possibleValues').Id, clickedIndex: number): void;
|
|
207
|
+
getPossibleValuesInSection(firstIndex: number, secondIndex: number): import('packages/components/src/components/forms/possibleValues').Id[];
|
|
208
|
+
onStartDrag(e: MouseEvent, isBottom?: boolean): void;
|
|
209
|
+
onDrag(e: MouseEvent): void;
|
|
210
|
+
getDataOptionIndex(target: HTMLElement): string | undefined;
|
|
211
|
+
onBottomStartDrag(e: MouseEvent): void;
|
|
212
|
+
onBottomDrag(e: MouseEvent): void;
|
|
213
|
+
onStopDrag(): void;
|
|
214
|
+
handleClick($event: MouseEvent, value: import('packages/components/src/components/forms/possibleValues').Id, index: number): void;
|
|
215
|
+
handleDblClick(id: import('packages/components/src/components/forms/possibleValues').Id, index: number): void;
|
|
216
|
+
handleBottomClick($event: MouseEvent): void;
|
|
217
|
+
handleBottomDblClick(): void;
|
|
218
|
+
handleShiftDblClick(): void;
|
|
219
|
+
addToSelection(value: import('packages/components/src/components/forms/possibleValues').Id): boolean;
|
|
220
|
+
removeFromSelection(value: import('packages/components/src/components/forms/possibleValues').Id): boolean;
|
|
221
|
+
toggleSelection(value: import('packages/components/src/components/forms/possibleValues').Id): void;
|
|
222
|
+
setSelectedNoShiftReset(values: import('packages/components/src/components/forms/possibleValues').Id[]): void;
|
|
223
|
+
setSelected(values: import('packages/components/src/components/forms/possibleValues').Id[]): void;
|
|
224
|
+
setSelectedToIndex(index: number): void;
|
|
225
|
+
scrollToCurrent(): void;
|
|
226
|
+
scrollIntoView(index: number, mode?: string): void;
|
|
227
|
+
scrollUpIntoView(index: number): void;
|
|
228
|
+
scrollDownIntoView(index: number): void;
|
|
229
|
+
setCurrentKeyNavIndex(index: number): void;
|
|
230
|
+
isOutOfRange(index: number): boolean;
|
|
231
|
+
onArrowDown(): void;
|
|
232
|
+
onArrowUp(): void;
|
|
233
|
+
onArrowDownShift(): void;
|
|
234
|
+
onArrowUpShift(): void;
|
|
235
|
+
onEndKey(): void;
|
|
236
|
+
onHomeKey(): void;
|
|
237
|
+
onArrowLeft(): void;
|
|
238
|
+
onArrowRight(): void;
|
|
239
|
+
onCtrlA(): void;
|
|
240
|
+
hasSelection(): boolean;
|
|
241
|
+
getCurrentKeyNavItem(): import('packages/components/src/components/forms/possibleValues').PossibleValue;
|
|
242
|
+
generateOptionId(item: import('packages/components/src/components/forms/possibleValues').PossibleValue): string;
|
|
243
|
+
focus(): void;
|
|
244
|
+
clearSelection(): void;
|
|
245
|
+
computeBoxHeight(size: number): number;
|
|
246
|
+
initResizeHeight(): void;
|
|
247
|
+
onResizeMove(deltaY: number): void;
|
|
248
|
+
onResizeEnd(): void;
|
|
249
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("update:modelValue" | "doubleClickOnItem" | "doubleClickShift" | "keyArrowLeft" | "keyArrowRight")[], import('vue').PublicProps, {
|
|
250
|
+
size: number;
|
|
251
|
+
disabled: boolean;
|
|
252
|
+
modelValue: import('packages/components/src/components/forms/possibleValues').Id[] | null;
|
|
253
|
+
id: string;
|
|
254
|
+
possibleValues: import('packages/components/src/components/forms/possibleValues').PossibleValue[];
|
|
255
|
+
isValid: boolean;
|
|
256
|
+
withIsEmptyState: boolean;
|
|
257
|
+
emptyStateLabel: string;
|
|
258
|
+
emptyStateComponent: Record<string, unknown> | null;
|
|
259
|
+
multiselectByClick: boolean;
|
|
260
|
+
withBottomValue: boolean;
|
|
261
|
+
bottomValue: import('packages/components/src/components/forms/possibleValues').BottomValue;
|
|
262
|
+
minSize: number;
|
|
263
|
+
}, true, {}, {}, {
|
|
264
|
+
StyledListItem: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
265
|
+
text: {
|
|
266
|
+
type: StringConstructor;
|
|
267
|
+
default: string;
|
|
268
|
+
};
|
|
269
|
+
selected: {
|
|
270
|
+
type: BooleanConstructor;
|
|
271
|
+
default: boolean;
|
|
272
|
+
};
|
|
273
|
+
disabled: {
|
|
274
|
+
type: BooleanConstructor;
|
|
275
|
+
default: boolean;
|
|
276
|
+
};
|
|
277
|
+
invalid: {
|
|
278
|
+
type: BooleanConstructor;
|
|
279
|
+
default: boolean;
|
|
280
|
+
};
|
|
281
|
+
special: {
|
|
282
|
+
type: BooleanConstructor;
|
|
283
|
+
default: boolean;
|
|
284
|
+
};
|
|
285
|
+
lineHeight: {
|
|
286
|
+
type: NumberConstructor;
|
|
287
|
+
default: null;
|
|
288
|
+
};
|
|
289
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("click" | "focus" | "mousedown" | "mousemove" | "dblclick-exact" | "dblclick-shift")[], "click" | "focus" | "mousedown" | "mousemove" | "dblclick-exact" | "dblclick-shift", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
290
|
+
text: {
|
|
291
|
+
type: StringConstructor;
|
|
292
|
+
default: string;
|
|
293
|
+
};
|
|
294
|
+
selected: {
|
|
295
|
+
type: BooleanConstructor;
|
|
296
|
+
default: boolean;
|
|
297
|
+
};
|
|
298
|
+
disabled: {
|
|
299
|
+
type: BooleanConstructor;
|
|
300
|
+
default: boolean;
|
|
301
|
+
};
|
|
302
|
+
invalid: {
|
|
303
|
+
type: BooleanConstructor;
|
|
304
|
+
default: boolean;
|
|
305
|
+
};
|
|
306
|
+
special: {
|
|
307
|
+
type: BooleanConstructor;
|
|
308
|
+
default: boolean;
|
|
309
|
+
};
|
|
310
|
+
lineHeight: {
|
|
311
|
+
type: NumberConstructor;
|
|
312
|
+
default: null;
|
|
313
|
+
};
|
|
314
|
+
}>> & Readonly<{
|
|
315
|
+
onFocus?: ((...args: any[]) => any) | undefined;
|
|
316
|
+
onClick?: ((...args: any[]) => any) | undefined;
|
|
317
|
+
onMousedown?: ((...args: any[]) => any) | undefined;
|
|
318
|
+
onMousemove?: ((...args: any[]) => any) | undefined;
|
|
319
|
+
"onDblclick-exact"?: ((...args: any[]) => any) | undefined;
|
|
320
|
+
"onDblclick-shift"?: ((...args: any[]) => any) | undefined;
|
|
321
|
+
}>, {
|
|
322
|
+
text: string;
|
|
323
|
+
invalid: boolean;
|
|
324
|
+
disabled: boolean;
|
|
325
|
+
lineHeight: number;
|
|
326
|
+
selected: boolean;
|
|
327
|
+
special: boolean;
|
|
328
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
329
|
+
} & import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
330
|
+
P: {};
|
|
331
|
+
B: {};
|
|
332
|
+
D: {};
|
|
333
|
+
C: {};
|
|
334
|
+
M: {};
|
|
335
|
+
Defaults: {};
|
|
336
|
+
}, Readonly<import('vue').ExtractPropTypes<{
|
|
337
|
+
id: {
|
|
338
|
+
type: StringConstructor;
|
|
339
|
+
default(): string;
|
|
340
|
+
};
|
|
341
|
+
modelValue: {
|
|
342
|
+
type: import('vue').PropType<import('packages/components/src/components/forms/possibleValues').Id[] | null>;
|
|
343
|
+
default: () => never[];
|
|
344
|
+
};
|
|
345
|
+
disabled: {
|
|
346
|
+
default: boolean;
|
|
347
|
+
type: BooleanConstructor;
|
|
348
|
+
};
|
|
349
|
+
withIsEmptyState: {
|
|
350
|
+
default: boolean;
|
|
351
|
+
type: BooleanConstructor;
|
|
352
|
+
};
|
|
353
|
+
emptyStateLabel: {
|
|
354
|
+
default: string;
|
|
355
|
+
type: StringConstructor;
|
|
356
|
+
};
|
|
357
|
+
emptyStateComponent: {
|
|
358
|
+
default: null;
|
|
359
|
+
type: import('vue').PropType<Record<string, unknown> | null>;
|
|
360
|
+
};
|
|
361
|
+
multiselectByClick: {
|
|
362
|
+
type: BooleanConstructor;
|
|
363
|
+
default: boolean;
|
|
364
|
+
};
|
|
365
|
+
withBottomValue: {
|
|
366
|
+
type: BooleanConstructor;
|
|
367
|
+
default: boolean;
|
|
368
|
+
};
|
|
369
|
+
bottomValue: {
|
|
370
|
+
type: import('vue').PropType<import('packages/components/src/components/forms/possibleValues').BottomValue>;
|
|
371
|
+
default: () => {
|
|
372
|
+
id: string;
|
|
373
|
+
text: string;
|
|
374
|
+
};
|
|
375
|
+
validator(value: import('packages/components/src/components/forms/possibleValues').BottomValue): boolean;
|
|
376
|
+
};
|
|
377
|
+
size: {
|
|
378
|
+
type: NumberConstructor;
|
|
379
|
+
default: number;
|
|
380
|
+
validator(value: number): boolean;
|
|
381
|
+
};
|
|
382
|
+
minSize: {
|
|
383
|
+
type: NumberConstructor;
|
|
384
|
+
default: number;
|
|
385
|
+
};
|
|
386
|
+
isValid: {
|
|
387
|
+
default: boolean;
|
|
388
|
+
type: BooleanConstructor;
|
|
389
|
+
};
|
|
390
|
+
ariaLabel: {
|
|
391
|
+
type: StringConstructor;
|
|
392
|
+
required: true;
|
|
393
|
+
};
|
|
394
|
+
possibleValues: {
|
|
395
|
+
type: import('vue').PropType<import('packages/components/src/components/forms/possibleValues').PossibleValue[]>;
|
|
396
|
+
default: () => never[];
|
|
397
|
+
validator(values: unknown): boolean;
|
|
398
|
+
};
|
|
399
|
+
}>> & Readonly<{
|
|
400
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
401
|
+
onDoubleClickOnItem?: ((...args: any[]) => any) | undefined;
|
|
402
|
+
onDoubleClickShift?: ((...args: any[]) => any) | undefined;
|
|
403
|
+
onKeyArrowLeft?: ((...args: any[]) => any) | undefined;
|
|
404
|
+
onKeyArrowRight?: ((...args: any[]) => any) | undefined;
|
|
405
|
+
}>, {
|
|
406
|
+
optionLineHeight: number;
|
|
407
|
+
containerProps: {
|
|
408
|
+
ref: import('vue').Ref<HTMLElement | null>;
|
|
409
|
+
onScroll: () => void;
|
|
410
|
+
style: import('vue').StyleValue;
|
|
411
|
+
};
|
|
412
|
+
wrapperProps: import('vue').ComputedRef<{
|
|
413
|
+
style: {
|
|
414
|
+
width: string;
|
|
415
|
+
height: string;
|
|
416
|
+
marginTop: string;
|
|
417
|
+
} | {
|
|
418
|
+
width: string;
|
|
419
|
+
height: string;
|
|
420
|
+
marginLeft: string;
|
|
421
|
+
display: string;
|
|
422
|
+
};
|
|
423
|
+
}>;
|
|
424
|
+
list: import('vue').Ref<import('@vueuse/core').UseVirtualListItem<import('packages/components/src/components/forms/possibleValues').PossibleValue>[], import('@vueuse/core').UseVirtualListItem<import('packages/components/src/components/forms/possibleValues').PossibleValue>[]>;
|
|
425
|
+
}, {
|
|
426
|
+
selectedValues: import('packages/components/src/components/forms/possibleValues').Id[] | null;
|
|
427
|
+
currentKeyNavIndex: number;
|
|
428
|
+
shiftStartIndex: number;
|
|
429
|
+
draggingStartIndex: number;
|
|
430
|
+
draggingInverseMode: boolean;
|
|
431
|
+
resizeHeight: number;
|
|
432
|
+
}, {
|
|
433
|
+
cssStyleSize(): {
|
|
434
|
+
height: string;
|
|
435
|
+
} | {
|
|
436
|
+
height?: undefined;
|
|
437
|
+
};
|
|
438
|
+
minResizeHeight(): number;
|
|
439
|
+
possibleValuesWithBottom(): (import('packages/components/src/components/forms/possibleValues').PossibleValue | import('packages/components/src/components/forms/possibleValues').BottomValue)[];
|
|
440
|
+
bottomIndex(): number;
|
|
441
|
+
showEmptyState(): boolean;
|
|
442
|
+
}, {
|
|
443
|
+
createDebouncedHandleCtrlClick(): void;
|
|
444
|
+
debouncedHandleCtrlClick(value: import('packages/components/src/components/forms/possibleValues').Id, index: number): void;
|
|
445
|
+
isCurrentValue(candidate: import('packages/components/src/components/forms/possibleValues').Id): boolean | undefined;
|
|
446
|
+
handleCtrlClick(value: import('packages/components/src/components/forms/possibleValues').Id, index: number): void;
|
|
447
|
+
handleShiftClick(value: import('packages/components/src/components/forms/possibleValues').Id, clickedIndex: number): void;
|
|
448
|
+
getPossibleValuesInSection(firstIndex: number, secondIndex: number): import('packages/components/src/components/forms/possibleValues').Id[];
|
|
449
|
+
onStartDrag(e: MouseEvent, isBottom?: boolean): void;
|
|
450
|
+
onDrag(e: MouseEvent): void;
|
|
451
|
+
getDataOptionIndex(target: HTMLElement): string | undefined;
|
|
452
|
+
onBottomStartDrag(e: MouseEvent): void;
|
|
453
|
+
onBottomDrag(e: MouseEvent): void;
|
|
454
|
+
onStopDrag(): void;
|
|
455
|
+
handleClick($event: MouseEvent, value: import('packages/components/src/components/forms/possibleValues').Id, index: number): void;
|
|
456
|
+
handleDblClick(id: import('packages/components/src/components/forms/possibleValues').Id, index: number): void;
|
|
457
|
+
handleBottomClick($event: MouseEvent): void;
|
|
458
|
+
handleBottomDblClick(): void;
|
|
459
|
+
handleShiftDblClick(): void;
|
|
460
|
+
addToSelection(value: import('packages/components/src/components/forms/possibleValues').Id): boolean;
|
|
461
|
+
removeFromSelection(value: import('packages/components/src/components/forms/possibleValues').Id): boolean;
|
|
462
|
+
toggleSelection(value: import('packages/components/src/components/forms/possibleValues').Id): void;
|
|
463
|
+
setSelectedNoShiftReset(values: import('packages/components/src/components/forms/possibleValues').Id[]): void;
|
|
464
|
+
setSelected(values: import('packages/components/src/components/forms/possibleValues').Id[]): void;
|
|
465
|
+
setSelectedToIndex(index: number): void;
|
|
466
|
+
scrollToCurrent(): void;
|
|
467
|
+
scrollIntoView(index: number, mode?: string): void;
|
|
468
|
+
scrollUpIntoView(index: number): void;
|
|
469
|
+
scrollDownIntoView(index: number): void;
|
|
470
|
+
setCurrentKeyNavIndex(index: number): void;
|
|
471
|
+
isOutOfRange(index: number): boolean;
|
|
472
|
+
onArrowDown(): void;
|
|
473
|
+
onArrowUp(): void;
|
|
474
|
+
onArrowDownShift(): void;
|
|
475
|
+
onArrowUpShift(): void;
|
|
476
|
+
onEndKey(): void;
|
|
477
|
+
onHomeKey(): void;
|
|
478
|
+
onArrowLeft(): void;
|
|
479
|
+
onArrowRight(): void;
|
|
480
|
+
onCtrlA(): void;
|
|
481
|
+
hasSelection(): boolean;
|
|
482
|
+
getCurrentKeyNavItem(): import('packages/components/src/components/forms/possibleValues').PossibleValue;
|
|
483
|
+
generateOptionId(item: import('packages/components/src/components/forms/possibleValues').PossibleValue): string;
|
|
484
|
+
focus(): void;
|
|
485
|
+
clearSelection(): void;
|
|
486
|
+
computeBoxHeight(size: number): number;
|
|
487
|
+
initResizeHeight(): void;
|
|
488
|
+
onResizeMove(deltaY: number): void;
|
|
489
|
+
onResizeEnd(): void;
|
|
490
|
+
}, {
|
|
491
|
+
size: number;
|
|
492
|
+
disabled: boolean;
|
|
493
|
+
modelValue: import('packages/components/src/components/forms/possibleValues').Id[] | null;
|
|
494
|
+
id: string;
|
|
495
|
+
possibleValues: import('packages/components/src/components/forms/possibleValues').PossibleValue[];
|
|
496
|
+
isValid: boolean;
|
|
497
|
+
withIsEmptyState: boolean;
|
|
498
|
+
emptyStateLabel: string;
|
|
499
|
+
emptyStateComponent: Record<string, unknown> | null;
|
|
500
|
+
multiselectByClick: boolean;
|
|
501
|
+
withBottomValue: boolean;
|
|
502
|
+
bottomValue: import('packages/components/src/components/forms/possibleValues').BottomValue;
|
|
503
|
+
minSize: number;
|
|
504
|
+
}> | null;
|
|
505
|
+
};
|
|
506
|
+
$slots: Readonly<{
|
|
507
|
+
[name: string]: import('vue').Slot<any> | undefined;
|
|
508
|
+
}>;
|
|
509
|
+
$root: import('vue').ComponentPublicInstance | null;
|
|
510
|
+
$parent: import('vue').ComponentPublicInstance | null;
|
|
511
|
+
$host: Element | null;
|
|
512
|
+
$emit: (event: "update:modelValue", args_0: string[]) => void;
|
|
513
|
+
$el: any;
|
|
514
|
+
$options: import('vue').ComponentOptionsBase<Readonly<import('packages/components/src/components/forms/SortList/SortList.vue').Props> & Readonly<{
|
|
515
|
+
"onUpdate:modelValue"?: ((args_0: string[]) => any) | undefined;
|
|
516
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
517
|
+
"update:modelValue": (args_0: string[]) => any;
|
|
518
|
+
}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
519
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
520
|
+
created?: (() => void) | (() => void)[];
|
|
521
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
522
|
+
mounted?: (() => void) | (() => void)[];
|
|
523
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
524
|
+
updated?: (() => void) | (() => void)[];
|
|
525
|
+
activated?: (() => void) | (() => void)[];
|
|
526
|
+
deactivated?: (() => void) | (() => void)[];
|
|
527
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
528
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
529
|
+
destroyed?: (() => void) | (() => void)[];
|
|
530
|
+
unmounted?: (() => void) | (() => void)[];
|
|
531
|
+
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
532
|
+
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
533
|
+
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
534
|
+
};
|
|
535
|
+
$forceUpdate: () => void;
|
|
536
|
+
$nextTick: typeof import('vue').nextTick;
|
|
537
|
+
$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;
|
|
538
|
+
} & Readonly<{}> & Omit<Readonly<import('packages/components/src/components/forms/SortList/SortList.vue').Props> & Readonly<{
|
|
539
|
+
"onUpdate:modelValue"?: ((args_0: string[]) => any) | undefined;
|
|
540
|
+
}>, never> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
541
|
+
$slots: {
|
|
542
|
+
option?(_: any): any;
|
|
543
|
+
};
|
|
544
|
+
}) | null;
|
|
545
|
+
}, any>, {
|
|
74
546
|
icon?(_: {}): any;
|
|
75
547
|
buttons?(_: {
|
|
76
548
|
hover: boolean;
|
|
77
|
-
controlHTMLElement:
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
549
|
+
controlHTMLElement: ({
|
|
550
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('packages/components/src/components/forms/SortList/SortList.vue').Props> & Readonly<{
|
|
551
|
+
"onUpdate:modelValue"?: ((args_0: string[]) => any) | undefined;
|
|
552
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
553
|
+
"update:modelValue": (args_0: string[]) => any;
|
|
554
|
+
}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
|
|
555
|
+
listBox: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
|
|
556
|
+
id: {
|
|
557
|
+
type: StringConstructor;
|
|
558
|
+
default(): string;
|
|
559
|
+
};
|
|
560
|
+
modelValue: {
|
|
561
|
+
type: import('vue').PropType<import('packages/components/src/components/forms/possibleValues').Id[] | null>;
|
|
562
|
+
default: () => never[];
|
|
563
|
+
};
|
|
564
|
+
disabled: {
|
|
565
|
+
default: boolean;
|
|
566
|
+
type: BooleanConstructor;
|
|
567
|
+
};
|
|
568
|
+
withIsEmptyState: {
|
|
569
|
+
default: boolean;
|
|
570
|
+
type: BooleanConstructor;
|
|
571
|
+
};
|
|
572
|
+
emptyStateLabel: {
|
|
573
|
+
default: string;
|
|
574
|
+
type: StringConstructor;
|
|
575
|
+
};
|
|
576
|
+
emptyStateComponent: {
|
|
577
|
+
default: null;
|
|
578
|
+
type: import('vue').PropType<Record<string, unknown> | null>;
|
|
579
|
+
};
|
|
580
|
+
multiselectByClick: {
|
|
581
|
+
type: BooleanConstructor;
|
|
582
|
+
default: boolean;
|
|
583
|
+
};
|
|
584
|
+
withBottomValue: {
|
|
585
|
+
type: BooleanConstructor;
|
|
586
|
+
default: boolean;
|
|
587
|
+
};
|
|
588
|
+
bottomValue: {
|
|
589
|
+
type: import('vue').PropType<import('packages/components/src/components/forms/possibleValues').BottomValue>;
|
|
590
|
+
default: () => {
|
|
591
|
+
id: string;
|
|
592
|
+
text: string;
|
|
593
|
+
};
|
|
594
|
+
validator(value: import('packages/components/src/components/forms/possibleValues').BottomValue): boolean;
|
|
595
|
+
};
|
|
596
|
+
size: {
|
|
597
|
+
type: NumberConstructor;
|
|
598
|
+
default: number;
|
|
599
|
+
validator(value: number): boolean;
|
|
600
|
+
};
|
|
601
|
+
minSize: {
|
|
602
|
+
type: NumberConstructor;
|
|
603
|
+
default: number;
|
|
604
|
+
};
|
|
605
|
+
isValid: {
|
|
606
|
+
default: boolean;
|
|
607
|
+
type: BooleanConstructor;
|
|
608
|
+
};
|
|
609
|
+
ariaLabel: {
|
|
610
|
+
type: StringConstructor;
|
|
611
|
+
required: true;
|
|
612
|
+
};
|
|
613
|
+
possibleValues: {
|
|
614
|
+
type: import('vue').PropType<import('packages/components/src/components/forms/possibleValues').PossibleValue[]>;
|
|
615
|
+
default: () => never[];
|
|
616
|
+
validator(values: unknown): boolean;
|
|
617
|
+
};
|
|
618
|
+
}>> & Readonly<{
|
|
619
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
620
|
+
onDoubleClickOnItem?: ((...args: any[]) => any) | undefined;
|
|
621
|
+
onDoubleClickShift?: ((...args: any[]) => any) | undefined;
|
|
622
|
+
onKeyArrowLeft?: ((...args: any[]) => any) | undefined;
|
|
623
|
+
onKeyArrowRight?: ((...args: any[]) => any) | undefined;
|
|
624
|
+
}>, {
|
|
625
|
+
optionLineHeight: number;
|
|
626
|
+
containerProps: {
|
|
627
|
+
ref: import('vue').Ref<HTMLElement | null>;
|
|
628
|
+
onScroll: () => void;
|
|
629
|
+
style: import('vue').StyleValue;
|
|
630
|
+
};
|
|
631
|
+
wrapperProps: import('vue').ComputedRef<{
|
|
632
|
+
style: {
|
|
633
|
+
width: string;
|
|
634
|
+
height: string;
|
|
635
|
+
marginTop: string;
|
|
636
|
+
} | {
|
|
637
|
+
width: string;
|
|
638
|
+
height: string;
|
|
639
|
+
marginLeft: string;
|
|
640
|
+
display: string;
|
|
641
|
+
};
|
|
642
|
+
}>;
|
|
643
|
+
list: import('vue').Ref<import('@vueuse/core').UseVirtualListItem<import('packages/components/src/components/forms/possibleValues').PossibleValue>[], import('@vueuse/core').UseVirtualListItem<import('packages/components/src/components/forms/possibleValues').PossibleValue>[]>;
|
|
644
|
+
}, {
|
|
645
|
+
selectedValues: import('packages/components/src/components/forms/possibleValues').Id[] | null;
|
|
646
|
+
currentKeyNavIndex: number;
|
|
647
|
+
shiftStartIndex: number;
|
|
648
|
+
draggingStartIndex: number;
|
|
649
|
+
draggingInverseMode: boolean;
|
|
650
|
+
resizeHeight: number;
|
|
651
|
+
}, {
|
|
652
|
+
cssStyleSize(): {
|
|
653
|
+
height: string;
|
|
654
|
+
} | {
|
|
655
|
+
height?: undefined;
|
|
656
|
+
};
|
|
657
|
+
minResizeHeight(): number;
|
|
658
|
+
possibleValuesWithBottom(): (import('packages/components/src/components/forms/possibleValues').PossibleValue | import('packages/components/src/components/forms/possibleValues').BottomValue)[];
|
|
659
|
+
bottomIndex(): number;
|
|
660
|
+
showEmptyState(): boolean;
|
|
661
|
+
}, {
|
|
662
|
+
createDebouncedHandleCtrlClick(): void;
|
|
663
|
+
debouncedHandleCtrlClick(value: import('packages/components/src/components/forms/possibleValues').Id, index: number): void;
|
|
664
|
+
isCurrentValue(candidate: import('packages/components/src/components/forms/possibleValues').Id): boolean | undefined;
|
|
665
|
+
handleCtrlClick(value: import('packages/components/src/components/forms/possibleValues').Id, index: number): void;
|
|
666
|
+
handleShiftClick(value: import('packages/components/src/components/forms/possibleValues').Id, clickedIndex: number): void;
|
|
667
|
+
getPossibleValuesInSection(firstIndex: number, secondIndex: number): import('packages/components/src/components/forms/possibleValues').Id[];
|
|
668
|
+
onStartDrag(e: MouseEvent, isBottom?: boolean): void;
|
|
669
|
+
onDrag(e: MouseEvent): void;
|
|
670
|
+
getDataOptionIndex(target: HTMLElement): string | undefined;
|
|
671
|
+
onBottomStartDrag(e: MouseEvent): void;
|
|
672
|
+
onBottomDrag(e: MouseEvent): void;
|
|
673
|
+
onStopDrag(): void;
|
|
674
|
+
handleClick($event: MouseEvent, value: import('packages/components/src/components/forms/possibleValues').Id, index: number): void;
|
|
675
|
+
handleDblClick(id: import('packages/components/src/components/forms/possibleValues').Id, index: number): void;
|
|
676
|
+
handleBottomClick($event: MouseEvent): void;
|
|
677
|
+
handleBottomDblClick(): void;
|
|
678
|
+
handleShiftDblClick(): void;
|
|
679
|
+
addToSelection(value: import('packages/components/src/components/forms/possibleValues').Id): boolean;
|
|
680
|
+
removeFromSelection(value: import('packages/components/src/components/forms/possibleValues').Id): boolean;
|
|
681
|
+
toggleSelection(value: import('packages/components/src/components/forms/possibleValues').Id): void;
|
|
682
|
+
setSelectedNoShiftReset(values: import('packages/components/src/components/forms/possibleValues').Id[]): void;
|
|
683
|
+
setSelected(values: import('packages/components/src/components/forms/possibleValues').Id[]): void;
|
|
684
|
+
setSelectedToIndex(index: number): void;
|
|
685
|
+
scrollToCurrent(): void;
|
|
686
|
+
scrollIntoView(index: number, mode?: string): void;
|
|
687
|
+
scrollUpIntoView(index: number): void;
|
|
688
|
+
scrollDownIntoView(index: number): void;
|
|
689
|
+
setCurrentKeyNavIndex(index: number): void;
|
|
690
|
+
isOutOfRange(index: number): boolean;
|
|
691
|
+
onArrowDown(): void;
|
|
692
|
+
onArrowUp(): void;
|
|
693
|
+
onArrowDownShift(): void;
|
|
694
|
+
onArrowUpShift(): void;
|
|
695
|
+
onEndKey(): void;
|
|
696
|
+
onHomeKey(): void;
|
|
697
|
+
onArrowLeft(): void;
|
|
698
|
+
onArrowRight(): void;
|
|
699
|
+
onCtrlA(): void;
|
|
700
|
+
hasSelection(): boolean;
|
|
701
|
+
getCurrentKeyNavItem(): import('packages/components/src/components/forms/possibleValues').PossibleValue;
|
|
702
|
+
generateOptionId(item: import('packages/components/src/components/forms/possibleValues').PossibleValue): string;
|
|
703
|
+
focus(): void;
|
|
704
|
+
clearSelection(): void;
|
|
705
|
+
computeBoxHeight(size: number): number;
|
|
706
|
+
initResizeHeight(): void;
|
|
707
|
+
onResizeMove(deltaY: number): void;
|
|
708
|
+
onResizeEnd(): void;
|
|
709
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("update:modelValue" | "doubleClickOnItem" | "doubleClickShift" | "keyArrowLeft" | "keyArrowRight")[], import('vue').PublicProps, {
|
|
710
|
+
size: number;
|
|
711
|
+
disabled: boolean;
|
|
712
|
+
modelValue: import('packages/components/src/components/forms/possibleValues').Id[] | null;
|
|
94
713
|
id: string;
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
714
|
+
possibleValues: import('packages/components/src/components/forms/possibleValues').PossibleValue[];
|
|
715
|
+
isValid: boolean;
|
|
716
|
+
withIsEmptyState: boolean;
|
|
717
|
+
emptyStateLabel: string;
|
|
718
|
+
emptyStateComponent: Record<string, unknown> | null;
|
|
719
|
+
multiselectByClick: boolean;
|
|
720
|
+
withBottomValue: boolean;
|
|
721
|
+
bottomValue: import('packages/components/src/components/forms/possibleValues').BottomValue;
|
|
722
|
+
minSize: number;
|
|
723
|
+
}, true, {}, {}, {
|
|
724
|
+
StyledListItem: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
725
|
+
text: {
|
|
726
|
+
type: StringConstructor;
|
|
727
|
+
default: string;
|
|
728
|
+
};
|
|
729
|
+
selected: {
|
|
730
|
+
type: BooleanConstructor;
|
|
731
|
+
default: boolean;
|
|
732
|
+
};
|
|
733
|
+
disabled: {
|
|
734
|
+
type: BooleanConstructor;
|
|
735
|
+
default: boolean;
|
|
736
|
+
};
|
|
737
|
+
invalid: {
|
|
738
|
+
type: BooleanConstructor;
|
|
739
|
+
default: boolean;
|
|
740
|
+
};
|
|
741
|
+
special: {
|
|
742
|
+
type: BooleanConstructor;
|
|
743
|
+
default: boolean;
|
|
744
|
+
};
|
|
745
|
+
lineHeight: {
|
|
746
|
+
type: NumberConstructor;
|
|
747
|
+
default: null;
|
|
748
|
+
};
|
|
749
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("click" | "focus" | "mousedown" | "mousemove" | "dblclick-exact" | "dblclick-shift")[], "click" | "focus" | "mousedown" | "mousemove" | "dblclick-exact" | "dblclick-shift", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
750
|
+
text: {
|
|
751
|
+
type: StringConstructor;
|
|
752
|
+
default: string;
|
|
753
|
+
};
|
|
754
|
+
selected: {
|
|
755
|
+
type: BooleanConstructor;
|
|
756
|
+
default: boolean;
|
|
757
|
+
};
|
|
758
|
+
disabled: {
|
|
759
|
+
type: BooleanConstructor;
|
|
760
|
+
default: boolean;
|
|
761
|
+
};
|
|
762
|
+
invalid: {
|
|
763
|
+
type: BooleanConstructor;
|
|
764
|
+
default: boolean;
|
|
765
|
+
};
|
|
766
|
+
special: {
|
|
767
|
+
type: BooleanConstructor;
|
|
768
|
+
default: boolean;
|
|
769
|
+
};
|
|
770
|
+
lineHeight: {
|
|
771
|
+
type: NumberConstructor;
|
|
772
|
+
default: null;
|
|
773
|
+
};
|
|
774
|
+
}>> & Readonly<{
|
|
775
|
+
onFocus?: ((...args: any[]) => any) | undefined;
|
|
776
|
+
onClick?: ((...args: any[]) => any) | undefined;
|
|
777
|
+
onMousedown?: ((...args: any[]) => any) | undefined;
|
|
778
|
+
onMousemove?: ((...args: any[]) => any) | undefined;
|
|
779
|
+
"onDblclick-exact"?: ((...args: any[]) => any) | undefined;
|
|
780
|
+
"onDblclick-shift"?: ((...args: any[]) => any) | undefined;
|
|
781
|
+
}>, {
|
|
782
|
+
text: string;
|
|
783
|
+
invalid: boolean;
|
|
784
|
+
disabled: boolean;
|
|
785
|
+
lineHeight: number;
|
|
786
|
+
selected: boolean;
|
|
787
|
+
special: boolean;
|
|
788
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
789
|
+
} & import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
790
|
+
P: {};
|
|
791
|
+
B: {};
|
|
792
|
+
D: {};
|
|
793
|
+
C: {};
|
|
794
|
+
M: {};
|
|
795
|
+
Defaults: {};
|
|
796
|
+
}, Readonly<import('vue').ExtractPropTypes<{
|
|
797
|
+
id: {
|
|
798
|
+
type: StringConstructor;
|
|
799
|
+
default(): string;
|
|
800
|
+
};
|
|
801
|
+
modelValue: {
|
|
802
|
+
type: import('vue').PropType<import('packages/components/src/components/forms/possibleValues').Id[] | null>;
|
|
803
|
+
default: () => never[];
|
|
804
|
+
};
|
|
805
|
+
disabled: {
|
|
806
|
+
default: boolean;
|
|
807
|
+
type: BooleanConstructor;
|
|
808
|
+
};
|
|
809
|
+
withIsEmptyState: {
|
|
810
|
+
default: boolean;
|
|
811
|
+
type: BooleanConstructor;
|
|
812
|
+
};
|
|
813
|
+
emptyStateLabel: {
|
|
814
|
+
default: string;
|
|
815
|
+
type: StringConstructor;
|
|
816
|
+
};
|
|
817
|
+
emptyStateComponent: {
|
|
818
|
+
default: null;
|
|
819
|
+
type: import('vue').PropType<Record<string, unknown> | null>;
|
|
820
|
+
};
|
|
821
|
+
multiselectByClick: {
|
|
822
|
+
type: BooleanConstructor;
|
|
823
|
+
default: boolean;
|
|
824
|
+
};
|
|
825
|
+
withBottomValue: {
|
|
826
|
+
type: BooleanConstructor;
|
|
827
|
+
default: boolean;
|
|
828
|
+
};
|
|
829
|
+
bottomValue: {
|
|
830
|
+
type: import('vue').PropType<import('packages/components/src/components/forms/possibleValues').BottomValue>;
|
|
831
|
+
default: () => {
|
|
832
|
+
id: string;
|
|
833
|
+
text: string;
|
|
834
|
+
};
|
|
835
|
+
validator(value: import('packages/components/src/components/forms/possibleValues').BottomValue): boolean;
|
|
836
|
+
};
|
|
837
|
+
size: {
|
|
838
|
+
type: NumberConstructor;
|
|
839
|
+
default: number;
|
|
840
|
+
validator(value: number): boolean;
|
|
841
|
+
};
|
|
842
|
+
minSize: {
|
|
843
|
+
type: NumberConstructor;
|
|
844
|
+
default: number;
|
|
845
|
+
};
|
|
846
|
+
isValid: {
|
|
847
|
+
default: boolean;
|
|
848
|
+
type: BooleanConstructor;
|
|
849
|
+
};
|
|
850
|
+
ariaLabel: {
|
|
851
|
+
type: StringConstructor;
|
|
852
|
+
required: true;
|
|
853
|
+
};
|
|
854
|
+
possibleValues: {
|
|
855
|
+
type: import('vue').PropType<import('packages/components/src/components/forms/possibleValues').PossibleValue[]>;
|
|
856
|
+
default: () => never[];
|
|
857
|
+
validator(values: unknown): boolean;
|
|
858
|
+
};
|
|
859
|
+
}>> & Readonly<{
|
|
860
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
861
|
+
onDoubleClickOnItem?: ((...args: any[]) => any) | undefined;
|
|
862
|
+
onDoubleClickShift?: ((...args: any[]) => any) | undefined;
|
|
863
|
+
onKeyArrowLeft?: ((...args: any[]) => any) | undefined;
|
|
864
|
+
onKeyArrowRight?: ((...args: any[]) => any) | undefined;
|
|
865
|
+
}>, {
|
|
866
|
+
optionLineHeight: number;
|
|
867
|
+
containerProps: {
|
|
868
|
+
ref: import('vue').Ref<HTMLElement | null>;
|
|
869
|
+
onScroll: () => void;
|
|
870
|
+
style: import('vue').StyleValue;
|
|
871
|
+
};
|
|
872
|
+
wrapperProps: import('vue').ComputedRef<{
|
|
873
|
+
style: {
|
|
874
|
+
width: string;
|
|
875
|
+
height: string;
|
|
876
|
+
marginTop: string;
|
|
877
|
+
} | {
|
|
878
|
+
width: string;
|
|
879
|
+
height: string;
|
|
880
|
+
marginLeft: string;
|
|
881
|
+
display: string;
|
|
882
|
+
};
|
|
883
|
+
}>;
|
|
884
|
+
list: import('vue').Ref<import('@vueuse/core').UseVirtualListItem<import('packages/components/src/components/forms/possibleValues').PossibleValue>[], import('@vueuse/core').UseVirtualListItem<import('packages/components/src/components/forms/possibleValues').PossibleValue>[]>;
|
|
885
|
+
}, {
|
|
886
|
+
selectedValues: import('packages/components/src/components/forms/possibleValues').Id[] | null;
|
|
887
|
+
currentKeyNavIndex: number;
|
|
888
|
+
shiftStartIndex: number;
|
|
889
|
+
draggingStartIndex: number;
|
|
890
|
+
draggingInverseMode: boolean;
|
|
891
|
+
resizeHeight: number;
|
|
892
|
+
}, {
|
|
893
|
+
cssStyleSize(): {
|
|
894
|
+
height: string;
|
|
895
|
+
} | {
|
|
896
|
+
height?: undefined;
|
|
897
|
+
};
|
|
898
|
+
minResizeHeight(): number;
|
|
899
|
+
possibleValuesWithBottom(): (import('packages/components/src/components/forms/possibleValues').PossibleValue | import('packages/components/src/components/forms/possibleValues').BottomValue)[];
|
|
900
|
+
bottomIndex(): number;
|
|
901
|
+
showEmptyState(): boolean;
|
|
902
|
+
}, {
|
|
903
|
+
createDebouncedHandleCtrlClick(): void;
|
|
904
|
+
debouncedHandleCtrlClick(value: import('packages/components/src/components/forms/possibleValues').Id, index: number): void;
|
|
905
|
+
isCurrentValue(candidate: import('packages/components/src/components/forms/possibleValues').Id): boolean | undefined;
|
|
906
|
+
handleCtrlClick(value: import('packages/components/src/components/forms/possibleValues').Id, index: number): void;
|
|
907
|
+
handleShiftClick(value: import('packages/components/src/components/forms/possibleValues').Id, clickedIndex: number): void;
|
|
908
|
+
getPossibleValuesInSection(firstIndex: number, secondIndex: number): import('packages/components/src/components/forms/possibleValues').Id[];
|
|
909
|
+
onStartDrag(e: MouseEvent, isBottom?: boolean): void;
|
|
910
|
+
onDrag(e: MouseEvent): void;
|
|
911
|
+
getDataOptionIndex(target: HTMLElement): string | undefined;
|
|
912
|
+
onBottomStartDrag(e: MouseEvent): void;
|
|
913
|
+
onBottomDrag(e: MouseEvent): void;
|
|
914
|
+
onStopDrag(): void;
|
|
915
|
+
handleClick($event: MouseEvent, value: import('packages/components/src/components/forms/possibleValues').Id, index: number): void;
|
|
916
|
+
handleDblClick(id: import('packages/components/src/components/forms/possibleValues').Id, index: number): void;
|
|
917
|
+
handleBottomClick($event: MouseEvent): void;
|
|
918
|
+
handleBottomDblClick(): void;
|
|
919
|
+
handleShiftDblClick(): void;
|
|
920
|
+
addToSelection(value: import('packages/components/src/components/forms/possibleValues').Id): boolean;
|
|
921
|
+
removeFromSelection(value: import('packages/components/src/components/forms/possibleValues').Id): boolean;
|
|
922
|
+
toggleSelection(value: import('packages/components/src/components/forms/possibleValues').Id): void;
|
|
923
|
+
setSelectedNoShiftReset(values: import('packages/components/src/components/forms/possibleValues').Id[]): void;
|
|
924
|
+
setSelected(values: import('packages/components/src/components/forms/possibleValues').Id[]): void;
|
|
925
|
+
setSelectedToIndex(index: number): void;
|
|
926
|
+
scrollToCurrent(): void;
|
|
927
|
+
scrollIntoView(index: number, mode?: string): void;
|
|
928
|
+
scrollUpIntoView(index: number): void;
|
|
929
|
+
scrollDownIntoView(index: number): void;
|
|
930
|
+
setCurrentKeyNavIndex(index: number): void;
|
|
931
|
+
isOutOfRange(index: number): boolean;
|
|
932
|
+
onArrowDown(): void;
|
|
933
|
+
onArrowUp(): void;
|
|
934
|
+
onArrowDownShift(): void;
|
|
935
|
+
onArrowUpShift(): void;
|
|
936
|
+
onEndKey(): void;
|
|
937
|
+
onHomeKey(): void;
|
|
938
|
+
onArrowLeft(): void;
|
|
939
|
+
onArrowRight(): void;
|
|
940
|
+
onCtrlA(): void;
|
|
941
|
+
hasSelection(): boolean;
|
|
942
|
+
getCurrentKeyNavItem(): import('packages/components/src/components/forms/possibleValues').PossibleValue;
|
|
943
|
+
generateOptionId(item: import('packages/components/src/components/forms/possibleValues').PossibleValue): string;
|
|
944
|
+
focus(): void;
|
|
945
|
+
clearSelection(): void;
|
|
946
|
+
computeBoxHeight(size: number): number;
|
|
947
|
+
initResizeHeight(): void;
|
|
948
|
+
onResizeMove(deltaY: number): void;
|
|
949
|
+
onResizeEnd(): void;
|
|
950
|
+
}, {
|
|
951
|
+
size: number;
|
|
952
|
+
disabled: boolean;
|
|
953
|
+
modelValue: import('packages/components/src/components/forms/possibleValues').Id[] | null;
|
|
117
954
|
id: string;
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
955
|
+
possibleValues: import('packages/components/src/components/forms/possibleValues').PossibleValue[];
|
|
956
|
+
isValid: boolean;
|
|
957
|
+
withIsEmptyState: boolean;
|
|
958
|
+
emptyStateLabel: string;
|
|
959
|
+
emptyStateComponent: Record<string, unknown> | null;
|
|
960
|
+
multiselectByClick: boolean;
|
|
961
|
+
withBottomValue: boolean;
|
|
962
|
+
bottomValue: import('packages/components/src/components/forms/possibleValues').BottomValue;
|
|
963
|
+
minSize: number;
|
|
964
|
+
}> | null;
|
|
965
|
+
}, any, import('vue').ComponentProvideOptions, {
|
|
966
|
+
P: {};
|
|
967
|
+
B: {};
|
|
968
|
+
D: {};
|
|
969
|
+
C: {};
|
|
970
|
+
M: {};
|
|
971
|
+
Defaults: {};
|
|
972
|
+
}, Readonly<import('packages/components/src/components/forms/SortList/SortList.vue').Props> & Readonly<{
|
|
973
|
+
"onUpdate:modelValue"?: ((args_0: string[]) => any) | undefined;
|
|
974
|
+
}>, {}, {}, {}, {}, {}>;
|
|
975
|
+
__isFragment?: never;
|
|
976
|
+
__isTeleport?: never;
|
|
977
|
+
__isSuspense?: never;
|
|
978
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('packages/components/src/components/forms/SortList/SortList.vue').Props> & Readonly<{
|
|
122
979
|
"onUpdate:modelValue"?: ((args_0: string[]) => any) | undefined;
|
|
123
|
-
}, {}, {}
|
|
980
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
981
|
+
"update:modelValue": (args_0: string[]) => any;
|
|
982
|
+
}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
983
|
+
$slots: {
|
|
984
|
+
option?(_: any): any;
|
|
985
|
+
};
|
|
986
|
+
})) | null;
|
|
124
987
|
}): any;
|
|
125
988
|
}>;
|
|
126
989
|
export default _default;
|
|
127
|
-
type __VLS_WithDefaults<P, D> = {
|
|
128
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
|
|
129
|
-
default: D[K];
|
|
130
|
-
}> : P[K];
|
|
131
|
-
};
|
|
132
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
133
|
-
type __VLS_TypePropsToOption<T> = {
|
|
134
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
135
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
136
|
-
} : {
|
|
137
|
-
type: import('vue').PropType<T[K]>;
|
|
138
|
-
required: true;
|
|
139
|
-
};
|
|
140
|
-
};
|
|
141
990
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
142
991
|
new (): {
|
|
143
992
|
$slots: S;
|
|
144
993
|
};
|
|
145
994
|
};
|
|
146
|
-
type __VLS_PrettifyLocal<T> = {
|
|
147
|
-
[K in keyof T]: T[K];
|
|
148
|
-
} & {};
|