@ironsource/shared-ui 2.0.0-rc.5 → 2.0.0-rc.6
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/AppTrigger.vue_vue_type_style_index_0_scoped_121aac8b_lang.css +1 -0
- package/ChipDropdownTrigger.vue_vue_type_style_index_0_scoped_14dcdae5_lang.css +1 -0
- package/DataGrid.vue_vue_type_style_index_0_scoped_f080f37f_lang.css +1 -0
- package/DataGridMenu.vue_vue_type_style_index_0_scoped_99f1dcca_lang.css +1 -0
- package/DefaultDropdownTrigger.vue_vue_type_style_index_0_scoped_c218ef1f_lang.css +1 -0
- package/Dialog.vue_vue_type_style_index_0_scoped_eeac406b_lang.css +1 -0
- package/DialogV4.vue_vue_type_style_index_0_scoped_c0c12287_lang.css +1 -0
- package/DropdownV4.vue_vue_type_style_index_0_scoped_571b7c2f_lang.css +1 -0
- package/DropdownV4.vue_vue_type_style_index_1_lang.css +1 -1
- package/Editable.vue_vue_type_style_index_0_scoped_2561e913_lang.css +1 -0
- package/EditableV4.vue_vue_type_style_index_0_scoped_df325b51_lang.css +1 -0
- package/EmptyState.vue_vue_type_style_index_0_scoped_d3aecf34_lang.css +1 -0
- package/EmptyStateIcon.vue_vue_type_style_index_0_scoped_18855436_lang.css +1 -0
- package/EmptyStateV4.vue_vue_type_style_index_0_scoped_b8373c2d_lang.css +1 -0
- package/ExpandRowToggle.vue_vue_type_style_index_0_scoped_b053baa6_lang.css +1 -0
- package/FieldHelpText.vue_vue_type_style_index_0_scoped_c551c20f_lang.css +1 -0
- package/FieldLabel.vue_vue_type_style_index_0_scoped_526af548_lang.css +1 -0
- package/IconButtonDropdownTrigger.vue_vue_type_style_index_0_scoped_59fb505a_lang.css +1 -0
- package/IconButtonV4.vue_vue_type_style_index_0_scoped_2ca54aa8_lang.css +1 -0
- package/IconV4.vue_vue_type_style_index_0_scoped_a78f8a3e_lang.css +1 -0
- package/IncludeExclude.vue_vue_type_style_index_0_scoped_2c9debd6_lang.css +1 -0
- package/IncludeExcludeAppTrigger.vue_vue_type_style_index_0_scoped_f738b223_lang.css +1 -0
- package/IncludeExcludeDragDrop.vue_vue_type_style_index_0_scoped_ff32d111_lang.css +1 -0
- package/IncludeExcludeOption.vue_vue_type_style_index_0_scoped_4a87e4fd_lang.css +1 -0
- package/IncludeExcludeOptionDraggable.vue_vue_type_style_index_0_scoped_a91fcaa5_lang.css +1 -0
- package/Input.vue_vue_type_style_index_0_scoped_7092804b_lang.css +1 -0
- package/MultiBar.vue_vue_type_style_index_0_scoped_f5061530_lang.css +1 -0
- package/MultiBarMenu.vue_vue_type_style_index_0_scoped_ae2bbc6c_lang.css +1 -0
- package/ScrollButton.vue_vue_type_style_index_0_scoped_35ed2cfe_lang.css +1 -0
- package/SearchV4.vue_vue_type_style_index_0_scoped_215f0f29_lang.css +1 -0
- package/SortIcon.vue_vue_type_style_index_0_scoped_2bda5d4a_lang.css +1 -0
- package/SortOrderIcon.vue_vue_type_style_index_0_scoped_cb20f507_lang.css +1 -0
- package/Table.vue_vue_type_style_index_0_scoped_6b769df2_lang.css +1 -0
- package/TableHeaderSorter.vue_vue_type_style_index_0_scoped_745a44a2_lang.css +1 -0
- package/Tabs.vue_vue_type_style_index_0_scoped_06c58d5a_lang.css +1 -0
- package/TabsV4.vue_vue_type_style_index_0_scoped_bab86b0a_lang.css +1 -0
- package/TextField.vue_vue_type_style_index_0_scoped_d4dc4582_lang.css +1 -0
- package/TextWithTitleContent.vue_vue_type_style_index_0_scoped_13b5aebd_lang.css +1 -0
- package/TextWithTitleContent.vue_vue_type_style_index_0_scoped_7792f772_lang.css +1 -0
- package/Toggle.vue_vue_type_style_index_0_scoped_1cf7973e_lang.css +1 -0
- package/Tooltip.vue_vue_type_style_index_0_lang.css +1 -1
- package/TooltipV4.vue_vue_type_style_index_0_lang.css +1 -0
- package/components/appTrigger/AppTrigger.vue.js +2 -2
- package/components/appTrigger/AppTrigger.vue2.js +3 -3
- package/components/button/v3/ScrollButton.vue.js +3 -3
- package/components/button/v3/ScrollButton.vue2.js +3 -3
- package/components/button/v4/IconButtonV4.vue.d.ts +66 -0
- package/components/button/v4/IconButtonV4.vue.js +7 -0
- package/components/button/v4/IconButtonV4.vue2.js +35 -0
- package/components/button/v4/index.d.ts +190 -3
- package/components/button/v4/index.js +6 -4
- package/components/dialog/common/Dialog.common.d.ts +10 -0
- package/components/dialog/common/Dialog.common.js +57 -0
- package/components/dialog/{Dialog.vue.d.ts → v3/Dialog.vue.d.ts} +1 -1
- package/components/dialog/v3/Dialog.vue.js +7 -0
- package/components/dialog/v3/Dialog.vue2.js +137 -0
- package/components/dialog/{index.d.ts → v3/index.d.ts} +8 -8
- package/components/dialog/v3/index.js +8 -0
- package/components/dialog/v4/DialogV4.vue.d.ts +109 -0
- package/components/dialog/v4/DialogV4.vue.js +7 -0
- package/components/dialog/v4/DialogV4.vue2.js +119 -0
- package/components/dialog/v4/index.d.ts +345 -0
- package/components/dialog/{index.js → v4/index.js} +1 -1
- package/components/dropdown/common/Dropdown.common.js +15 -15
- package/components/dropdown/v3/Dropdown.vue.d.ts +2 -2
- package/components/dropdown/v3/index.d.ts +40 -40
- package/components/dropdown/v4/ChipDropdownTrigger.vue.d.ts +66 -0
- package/components/dropdown/v4/ChipDropdownTrigger.vue.js +7 -0
- package/components/dropdown/v4/ChipDropdownTrigger.vue2.js +73 -0
- package/components/dropdown/v4/DefaultDropdownTrigger.vue.js +3 -3
- package/components/dropdown/v4/DefaultDropdownTrigger.vue2.js +36 -35
- package/components/dropdown/v4/Dropdown.types.d.ts +3 -0
- package/components/dropdown/v4/Dropdown.types.js +8 -0
- package/components/dropdown/v4/DropdownV4.vue.d.ts +8 -20
- package/components/dropdown/v4/DropdownV4.vue.js +2 -2
- package/components/dropdown/v4/DropdownV4.vue2.js +222 -186
- package/components/dropdown/v4/IconButtonDropdownTrigger.vue.d.ts +29 -0
- package/components/dropdown/v4/IconButtonDropdownTrigger.vue.js +7 -0
- package/components/dropdown/v4/IconButtonDropdownTrigger.vue2.js +19 -0
- package/components/dropdown/v4/index.d.ts +190 -115
- package/components/dropdown/v4/index.js +14 -4
- package/components/emptyState/v3/EmptyState.vue.js +7 -0
- package/components/emptyState/{EmptyState.vue2.js → v3/EmptyState.vue2.js} +7 -7
- package/components/emptyState/{EmptyStateIcon.vue.js → v3/EmptyStateIcon.vue.js} +8 -8
- package/components/emptyState/v4/EmptyStateV4.types.d.ts +2 -0
- package/components/emptyState/v4/EmptyStateV4.vue.d.ts +56 -0
- package/components/emptyState/v4/EmptyStateV4.vue.js +7 -0
- package/components/emptyState/v4/EmptyStateV4.vue2.js +66 -0
- package/components/emptyState/v4/icons/IconError.vue.js +16 -0
- package/components/emptyState/v4/icons/IconFiles.vue.d.ts +2 -0
- package/components/emptyState/v4/icons/IconFiles.vue.js +16 -0
- package/components/emptyState/v4/icons/IconNoAccess.vue.d.ts +2 -0
- package/components/emptyState/v4/icons/IconNoAccess.vue.js +16 -0
- package/components/emptyState/v4/icons/IconNoData.vue.d.ts +2 -0
- package/components/emptyState/v4/icons/IconNoData.vue.js +16 -0
- package/components/emptyState/v4/icons/IconNoResults.vue.d.ts +2 -0
- package/components/emptyState/v4/icons/IconNoResults.vue.js +16 -0
- package/components/emptyState/v4/icons/IconSettings.vue.d.ts +2 -0
- package/components/emptyState/v4/icons/IconSettings.vue.js +16 -0
- package/components/emptyState/v4/index.d.ts +145 -0
- package/components/emptyState/v4/index.js +6 -0
- package/components/icon/v4/Icon.types.d.ts +2 -0
- package/components/icon/v4/IconV4.vue.d.ts +3 -3
- package/components/icon/v4/IconV4.vue.js +4 -4
- package/components/icon/v4/IconV4.vue2.js +27 -24
- package/components/icon/v4/index.d.ts +7 -7
- package/components/includeExclude/IncludeExclude.vue.d.ts +1 -1
- package/components/includeExclude/IncludeExclude.vue.js +2 -2
- package/components/includeExclude/IncludeExclude.vue2.js +2 -2
- package/components/includeExclude/IncludeExcludeAppTrigger.vue.js +3 -3
- package/components/includeExclude/IncludeExcludeAppTrigger.vue2.js +3 -3
- package/components/includeExclude/IncludeExcludeDragDrop.vue.d.ts +1 -1
- package/components/includeExclude/IncludeExcludeDragDrop.vue.js +3 -3
- package/components/includeExclude/IncludeExcludeDragDrop.vue2.js +2 -2
- package/components/includeExclude/IncludeExcludeOption.vue.js +5 -5
- package/components/includeExclude/IncludeExcludeOption.vue2.js +3 -3
- package/components/includeExclude/IncludeExcludeOptionDraggable.vue.js +3 -3
- package/components/includeExclude/IncludeExcludeOptionDraggable.vue2.js +3 -3
- package/components/includeExclude/index.d.ts +40 -40
- package/components/input/common/Input.common.d.ts +1 -1
- package/components/input/common/Input.common.js +2 -2
- package/components/input/v3/Input.vue.js +2 -2
- package/components/input/v3/Input.vue2.js +3 -3
- package/components/input/v4/TextField.vue.d.ts +8 -3
- package/components/input/v4/TextField.vue.js +3 -3
- package/components/input/v4/TextField.vue2.js +81 -74
- package/components/input/v4/index.d.ts +27 -8
- package/components/menu/Menu.vue.d.ts +1 -1
- package/components/menu/index.d.ts +20 -20
- package/components/multibar/MultiBar.types.d.ts +6 -0
- package/components/multibar/MultiBar.vue.d.ts +65 -0
- package/components/multibar/MultiBar.vue.js +7 -0
- package/components/multibar/MultiBar.vue2.js +96 -0
- package/components/multibar/MultiBarMenu.vue.d.ts +34 -0
- package/components/multibar/MultiBarMenu.vue.js +7 -0
- package/components/multibar/MultiBarMenu.vue2.js +50 -0
- package/components/multibar/index.d.ts +77 -0
- package/components/multibar/index.js +6 -0
- package/components/popover/index.d.ts +16 -16
- package/components/search/v4/SearchV4.vue.js +2 -2
- package/components/search/v4/SearchV4.vue2.js +29 -32
- package/components/shared/FieldHelpText.vue.js +3 -3
- package/components/shared/FieldHelpText.vue2.js +21 -25
- package/components/shared/FieldLabel.vue.d.ts +1 -1
- package/components/shared/FieldLabel.vue.js +3 -3
- package/components/shared/FieldLabel.vue2.js +31 -35
- package/components/table/common/Table.common.d.ts +35 -0
- package/components/table/common/Table.common.js +114 -0
- package/components/table/{Table.types.d.ts → common/Table.types.d.ts} +7 -0
- package/components/table/v3/SortOrderIcon.vue.d.ts +2 -0
- package/components/table/v3/SortOrderIcon.vue.js +21 -0
- package/components/table/{Table.vue.d.ts → v3/Table.vue.d.ts} +2 -3
- package/components/table/v3/Table.vue.js +7 -0
- package/components/table/v3/Table.vue2.js +248 -0
- package/components/table/v3/TableHeaderSorter.vue.js +7 -0
- package/components/table/{TableHeaderSorter.vue2.js → v3/TableHeaderSorter.vue2.js} +1 -1
- package/components/table/{index.d.ts → v3/index.d.ts} +49 -49
- package/components/table/v3/index.js +10 -0
- package/components/table/v4/DataGrid.vue.d.ts +182 -0
- package/components/table/v4/DataGrid.vue.js +7 -0
- package/components/table/v4/DataGrid.vue2.js +296 -0
- package/components/table/v4/DataGridMenu.vue.d.ts +34 -0
- package/components/table/v4/DataGridMenu.vue.js +7 -0
- package/components/table/v4/DataGridMenu.vue2.js +50 -0
- package/components/table/v4/ExpandRowToggle.vue.d.ts +33 -0
- package/components/table/v4/ExpandRowToggle.vue.js +7 -0
- package/components/table/v4/ExpandRowToggle.vue2.js +24 -0
- package/components/table/v4/SortIcon.vue.d.ts +15 -0
- package/components/table/v4/SortIcon.vue.js +7 -0
- package/components/table/v4/SortIcon.vue2.js +24 -0
- package/components/table/v4/index.d.ts +601 -0
- package/components/table/v4/index.js +8 -0
- package/components/table/v4/storyUtils.d.ts +4 -0
- package/components/table-cells/common/Editable.common.d.ts +5 -0
- package/components/table-cells/common/Editable.common.js +39 -0
- package/components/table-cells/v3/Editable.vue.js +7 -0
- package/components/table-cells/v3/Editable.vue2.js +43 -0
- package/components/table-cells/{index.d.ts → v3/index.d.ts} +2 -2
- package/components/table-cells/{index.js → v3/index.js} +2 -2
- package/components/table-cells/v4/EditableV4.vue.d.ts +51 -0
- package/components/table-cells/v4/EditableV4.vue.js +7 -0
- package/components/table-cells/v4/EditableV4.vue2.js +45 -0
- package/components/table-cells/v4/index.d.ts +146 -0
- package/components/table-cells/v4/index.js +6 -0
- package/components/tabs/common/Tabs.types.d.ts +6 -0
- package/components/tabs/common/tabsCommon.d.ts +16 -0
- package/components/tabs/common/tabsCommon.js +43 -0
- package/components/tabs/{Tabs.vue.d.ts → v3/Tabs.vue.d.ts} +1 -6
- package/components/tabs/v3/Tabs.vue.js +7 -0
- package/components/tabs/v3/Tabs.vue2.js +85 -0
- package/components/tabs/{index.d.ts → v3/index.d.ts} +8 -48
- package/components/tabs/v4/TabsV4.vue.d.ts +56 -0
- package/components/tabs/v4/TabsV4.vue.js +7 -0
- package/components/tabs/v4/TabsV4.vue2.js +75 -0
- package/components/tabs/v4/index.d.ts +148 -0
- package/components/tabs/v4/index.js +6 -0
- package/components/toggle/v3/Toggle.vue.js +7 -0
- package/components/toggle/{Toggle.vue2.js → v3/Toggle.vue2.js} +17 -17
- package/components/toggle/v4/ToggleV4.vue.d.ts +98 -0
- package/components/tooltip/common/Tooltip.common.d.ts +3 -0
- package/components/tooltip/common/Tooltip.common.js +27 -0
- package/components/tooltip/v3/TextWithTitleContent.vue.js +7 -0
- package/components/tooltip/{TextWithTitleContent.vue2.js → v3/TextWithTitleContent.vue2.js} +4 -4
- package/components/tooltip/v3/Tooltip.vue.js +5 -0
- package/components/tooltip/v3/Tooltip.vue2.js +87 -0
- package/components/tooltip/{index.js → v3/index.js} +2 -2
- package/components/tooltip/v4/TextWithTitleContent.vue.d.ts +33 -0
- package/components/tooltip/v4/TextWithTitleContent.vue.js +7 -0
- package/components/tooltip/v4/TextWithTitleContent.vue2.js +36 -0
- package/components/tooltip/v4/TooltipV4.vue.d.ts +85 -0
- package/components/tooltip/v4/TooltipV4.vue.js +67 -0
- package/components/tooltip/v4/TooltipV4.vue2.js +0 -0
- package/components/tooltip/v4/TooltipV4.vue3.js +4 -0
- package/components/tooltip/v4/index.d.ts +249 -0
- package/components/tooltip/v4/index.js +6 -0
- package/index.d.ts +4897 -333
- package/index.js +150 -153
- package/package.json +55 -19
- package/testids/index.d.ts +11 -3
- package/testids/index.js +14 -14
- package/utils/storybook-utils.d.ts +1 -0
- package/utils/string.d.ts +2 -0
- package/utils/string.js +5 -0
- package/AppTrigger.vue_vue_type_style_index_0_scoped_512ac1ab_lang.css +0 -1
- package/DefaultDropdownTrigger.vue_vue_type_style_index_0_scoped_4cbcfcce_lang.css +0 -1
- package/Dialog.vue_vue_type_style_index_0_scoped_40b833a0_lang.css +0 -1
- package/DropdownV4.vue_vue_type_style_index_0_scoped_34bd23a1_lang.css +0 -1
- package/Editable.vue_vue_type_style_index_0_scoped_3b865286_lang.css +0 -1
- package/EmptyState.vue_vue_type_style_index_0_scoped_f082a371_lang.css +0 -1
- package/EmptyStateIcon.vue_vue_type_style_index_0_scoped_f4915249_lang.css +0 -1
- package/FieldHelpText.vue_vue_type_style_index_0_scoped_d5507827_lang.css +0 -1
- package/FieldLabel.vue_vue_type_style_index_0_scoped_90f19704_lang.css +0 -1
- package/IconV4.vue_vue_type_style_index_0_scoped_f23078a4_lang.css +0 -1
- package/IncludeExclude.vue_vue_type_style_index_0_scoped_802d4031_lang.css +0 -1
- package/IncludeExcludeAppTrigger.vue_vue_type_style_index_0_scoped_1621ad67_lang.css +0 -1
- package/IncludeExcludeDragDrop.vue_vue_type_style_index_0_scoped_daccb4bb_lang.css +0 -1
- package/IncludeExcludeOption.vue_vue_type_style_index_0_scoped_18847008_lang.css +0 -1
- package/IncludeExcludeOptionDraggable.vue_vue_type_style_index_0_scoped_df79f184_lang.css +0 -1
- package/Input.vue_vue_type_style_index_0_scoped_79f436f9_lang.css +0 -1
- package/ScrollButton.vue_vue_type_style_index_0_scoped_90bacbbc_lang.css +0 -1
- package/SearchV4.vue_vue_type_style_index_0_scoped_63f11472_lang.css +0 -1
- package/SortOrderIcon.vue_vue_type_style_index_0_scoped_eaa4d6ee_lang.css +0 -1
- package/Table.vue_vue_type_style_index_0_scoped_096d493a_lang.css +0 -1
- package/TableHeaderSorter.vue_vue_type_style_index_0_scoped_350aa9f0_lang.css +0 -1
- package/Tabs.vue_vue_type_style_index_0_scoped_e92a7c21_lang.css +0 -1
- package/TextField.vue_vue_type_style_index_0_scoped_7aa32734_lang.css +0 -1
- package/TextWithTitleContent.vue_vue_type_style_index_0_scoped_7da6e1ca_lang.css +0 -1
- package/Toggle.vue_vue_type_style_index_0_scoped_d97166d1_lang.css +0 -1
- package/components/dialog/Dialog.vue.js +0 -7
- package/components/dialog/Dialog.vue2.js +0 -178
- package/components/emptyState/EmptyState.vue.js +0 -7
- package/components/table/SortOrderIcon.vue.js +0 -21
- package/components/table/Table.vue.js +0 -7
- package/components/table/Table.vue2.js +0 -298
- package/components/table/TableHeaderSorter.vue.js +0 -7
- package/components/table/index.js +0 -8
- package/components/table-cells/Editable.vue.js +0 -7
- package/components/table-cells/Editable.vue2.js +0 -66
- package/components/tabs/Tabs.vue.js +0 -7
- package/components/tabs/Tabs.vue2.js +0 -96
- package/components/toggle/Toggle.vue.js +0 -7
- package/components/tooltip/TextWithTitleContent.vue.js +0 -7
- package/components/tooltip/Tooltip.vue.js +0 -84
- package/components/tooltip/Tooltip.vue2.js +0 -5
- /package/components/dialog/{Reason.d.ts → common/Reason.d.ts} +0 -0
- /package/components/dialog/{Reason.js → common/Reason.js} +0 -0
- /package/components/emptyState/{EmptyState.vue.d.ts → v3/EmptyState.vue.d.ts} +0 -0
- /package/components/emptyState/{EmptyStateIcon.vue.d.ts → v3/EmptyStateIcon.vue.d.ts} +0 -0
- /package/components/emptyState/{EmptyStateIcon.vue2.js → v3/EmptyStateIcon.vue2.js} +0 -0
- /package/components/emptyState/{index.d.ts → v3/index.d.ts} +0 -0
- /package/components/emptyState/{index.js → v3/index.js} +0 -0
- /package/components/{table/SortOrderIcon.vue.d.ts → emptyState/v4/icons/IconError.vue.d.ts} +0 -0
- /package/components/table/{TableContext.d.ts → common/TableContext.d.ts} +0 -0
- /package/components/table/{TableContext.js → common/TableContext.js} +0 -0
- /package/components/table/{SortOrderIcon.vue2.js → v3/SortOrderIcon.vue2.js} +0 -0
- /package/components/table/{TableHeaderSorter.vue.d.ts → v3/TableHeaderSorter.vue.d.ts} +0 -0
- /package/components/table/{codeTemplate.d.ts → v3/codeTemplate.d.ts} +0 -0
- /package/components/table-cells/{EditableContext.d.ts → common/EditableContext.d.ts} +0 -0
- /package/components/table-cells/{EditableContext.js → common/EditableContext.js} +0 -0
- /package/components/table-cells/{Editable.vue.d.ts → v3/Editable.vue.d.ts} +0 -0
- /package/components/tabs/{index.js → v3/index.js} +0 -0
- /package/components/toggle/{Toggle.vue.d.ts → v3/Toggle.vue.d.ts} +0 -0
- /package/components/toggle/{index.d.ts → v3/index.d.ts} +0 -0
- /package/components/toggle/{index.js → v3/index.js} +0 -0
- /package/components/tooltip/{Tooltip.types.d.ts → common/Tooltip.types.d.ts} +0 -0
- /package/components/tooltip/{TextWithTitleContent.vue.d.ts → v3/TextWithTitleContent.vue.d.ts} +0 -0
- /package/components/tooltip/{Tooltip.vue.d.ts → v3/Tooltip.vue.d.ts} +0 -0
- /package/components/tooltip/{index.d.ts → v3/index.d.ts} +0 -0
|
@@ -4,7 +4,7 @@ export declare const inputCommon: (props: any, emit: any) => {
|
|
|
4
4
|
inputRef: any;
|
|
5
5
|
isFocused: import("vue").Ref<boolean>;
|
|
6
6
|
showLabelInside: import("vue").ComputedRef<boolean>;
|
|
7
|
-
api: import("../../table-cells/EditableContext").EditableContextProps;
|
|
7
|
+
api: import("../../table-cells/common/EditableContext").EditableContextProps;
|
|
8
8
|
labelText: import("vue").ComputedRef<any>;
|
|
9
9
|
sizeClass: import("vue").ComputedRef<string>;
|
|
10
10
|
handleInput: (event: any) => void;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ref as r, computed as o, onMounted as C, nextTick as h } from "vue";
|
|
2
|
-
import "../../table-cells/Editable.vue.js";
|
|
3
|
-
import { useEditableContext as y } from "../../table-cells/EditableContext.js";
|
|
2
|
+
import "../../table-cells/v3/Editable.vue.js";
|
|
3
|
+
import { useEditableContext as y } from "../../table-cells/common/EditableContext.js";
|
|
4
4
|
import { REGEX_NUMBER_INPUT as E } from "../../../consts/regex.js";
|
|
5
5
|
const x = (t, s) => {
|
|
6
6
|
const n = y(), c = () => {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import o from "./Input.vue2.js";
|
|
2
2
|
/* empty css */import _ from "../../../_virtual/_plugin-vue_export-helper.js";
|
|
3
|
-
// import "../../../Input.
|
|
4
|
-
const s = /* @__PURE__ */ _(o, [["__scopeId", "data-v-
|
|
3
|
+
// import "../../../Input.vue_vue_type_style_index_0_scoped_7092804b_lang.css"; //*');
|
|
4
|
+
const s = /* @__PURE__ */ _(o, [["__scopeId", "data-v-7092804b"]]);
|
|
5
5
|
export {
|
|
6
6
|
s as default
|
|
7
7
|
};
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import "../../../Input.
|
|
1
|
+
import "../../../Input.vue_vue_type_style_index_0_scoped_7092804b_lang.css"; import { defineComponent as L, openBlock as l, createElementBlock as n, normalizeClass as c, unref as e, createVNode as o, withCtx as r, createTextVNode as v, toDisplayString as I, createBlock as E, createCommentVNode as i, createElementVNode as y, renderSlot as B, mergeProps as O, withKeys as R, withModifiers as p } from "vue";
|
|
2
2
|
import "../../button/v3/Button.vue.js";
|
|
3
3
|
import w from "../../button/v3/IconButton.vue.js";
|
|
4
4
|
import "../../button/v3/ScrollButton.vue.js";
|
|
5
5
|
import b from "../../icon/v3/Icon.vue.js";
|
|
6
|
-
import "../../tooltip/Tooltip.
|
|
6
|
+
import "../../tooltip/v3/Tooltip.vue.js";
|
|
7
7
|
import "../../typography/Heading.vue.js";
|
|
8
8
|
import T from "../../typography/Text.vue.js";
|
|
9
9
|
import { InputTestIdModifiers as s } from "../../../testids/index.js";
|
|
10
10
|
import { inputCommon as V } from "../common/Input.common.js";
|
|
11
|
-
import A from "../../tooltip/Tooltip.
|
|
11
|
+
import A from "../../tooltip/v3/Tooltip.vue2.js";
|
|
12
12
|
const P = ["data-testid"], F = ["data-testid"], K = { class: "info-icon-wrapper" }, M = {
|
|
13
13
|
key: 0,
|
|
14
14
|
class: "icon-container icon-before"
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { TooltipPositions } from '@/components/tooltip/Tooltip.types';
|
|
1
|
+
import { TooltipPositions } from '@/components/tooltip/common/Tooltip.types';
|
|
2
2
|
import { LabelDirection, FieldSize, FieldType } from './TextField.types';
|
|
3
3
|
import { FeedbackVariant } from '@/components/shared/commonTypes';
|
|
4
4
|
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
@@ -12,6 +12,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
12
12
|
mandatory?: boolean;
|
|
13
13
|
feedbackVariant?: FeedbackVariant;
|
|
14
14
|
feedbackText?: string;
|
|
15
|
+
showFeedbackTextIcon?: boolean;
|
|
15
16
|
autoFocus?: boolean;
|
|
16
17
|
type?: FieldType;
|
|
17
18
|
hideNumberArrows?: boolean;
|
|
@@ -51,11 +52,12 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
51
52
|
inlineErrorText: string;
|
|
52
53
|
feedbackText: string;
|
|
53
54
|
feedbackVariant: any;
|
|
55
|
+
showFeedbackTextIcon: boolean;
|
|
54
56
|
}>, {
|
|
55
57
|
manualFocus: () => any;
|
|
56
58
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
57
59
|
"update:modelValue": (value: string | number) => void;
|
|
58
|
-
|
|
60
|
+
apply: () => void;
|
|
59
61
|
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
60
62
|
modelValue?: string | number;
|
|
61
63
|
placeholder?: string;
|
|
@@ -67,6 +69,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
67
69
|
mandatory?: boolean;
|
|
68
70
|
feedbackVariant?: FeedbackVariant;
|
|
69
71
|
feedbackText?: string;
|
|
72
|
+
showFeedbackTextIcon?: boolean;
|
|
70
73
|
autoFocus?: boolean;
|
|
71
74
|
type?: FieldType;
|
|
72
75
|
hideNumberArrows?: boolean;
|
|
@@ -106,9 +109,10 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
106
109
|
inlineErrorText: string;
|
|
107
110
|
feedbackText: string;
|
|
108
111
|
feedbackVariant: any;
|
|
112
|
+
showFeedbackTextIcon: boolean;
|
|
109
113
|
}>>> & {
|
|
110
114
|
"onUpdate:modelValue"?: (value: string | number) => any;
|
|
111
|
-
|
|
115
|
+
onApply?: () => any;
|
|
112
116
|
}, {
|
|
113
117
|
type: FieldType;
|
|
114
118
|
label: string;
|
|
@@ -134,6 +138,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
134
138
|
inlineErrorText: string;
|
|
135
139
|
feedbackText: string;
|
|
136
140
|
feedbackVariant: FeedbackVariant;
|
|
141
|
+
showFeedbackTextIcon: boolean;
|
|
137
142
|
}>, {
|
|
138
143
|
iconBefore?(_: {}): any;
|
|
139
144
|
iconAfter?(_: {}): any;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import e from "./TextField.vue2.js";
|
|
2
2
|
/* empty css */import o from "../../../_virtual/_plugin-vue_export-helper.js";
|
|
3
|
-
// import "../../../TextField.
|
|
4
|
-
const
|
|
3
|
+
// import "../../../TextField.vue_vue_type_style_index_0_scoped_d4dc4582_lang.css"; //*');
|
|
4
|
+
const s = /* @__PURE__ */ o(e, [["__scopeId", "data-v-d4dc4582"]]);
|
|
5
5
|
export {
|
|
6
|
-
|
|
6
|
+
s as default
|
|
7
7
|
};
|
|
@@ -1,14 +1,13 @@
|
|
|
1
|
-
import "../../../TextField.
|
|
2
|
-
import
|
|
3
|
-
import "../../tooltip/
|
|
4
|
-
import T from "../../typography/v4/Typography.vue.js";
|
|
1
|
+
import "../../../TextField.vue_vue_type_style_index_0_scoped_d4dc4582_lang.css"; import { defineComponent as K, computed as w, ref as G, openBlock as l, createElementBlock as o, mergeProps as y, unref as t, createBlock as u, createCommentVNode as n, createElementVNode as g, normalizeClass as M, renderSlot as F, withCtx as v, createTextVNode as h, toDisplayString as x, withKeys as W, withModifiers as $, createVNode as p, pushScopeId as j, popScopeId as q } from "vue";
|
|
2
|
+
import b from "../../icon/v4/IconV4.vue.js";
|
|
3
|
+
import J from "../../tooltip/v4/TooltipV4.vue.js";
|
|
4
|
+
/* empty css */import T from "../../typography/v4/Typography.vue.js";
|
|
5
5
|
import { InputTestIdModifiers as f } from "../../../testids/index.js";
|
|
6
|
-
import { inputCommon as
|
|
7
|
-
import
|
|
8
|
-
import
|
|
9
|
-
import { useTestIdAttrs as
|
|
10
|
-
|
|
11
|
-
const Z = (e) => (j("data-v-7aa32734"), e = e(), q(), e), _ = {
|
|
6
|
+
import { inputCommon as Q } from "../common/Input.common.js";
|
|
7
|
+
import U from "../../shared/FieldLabel.vue.js";
|
|
8
|
+
import X from "../../shared/FieldHelpText.vue.js";
|
|
9
|
+
import { useTestIdAttrs as Y } from "../../../utils/testIds.js";
|
|
10
|
+
const Z = (e) => (j("data-v-d4dc4582"), e = e(), q(), e), _ = {
|
|
12
11
|
key: 0,
|
|
13
12
|
class: "icon-container icon-before"
|
|
14
13
|
}, ee = ["value", "placeholder", "disabled", "type", "step", "maxlength"], te = ["onClick"], le = {
|
|
@@ -23,10 +22,10 @@ const Z = (e) => (j("data-v-7aa32734"), e = e(), q(), e), _ = {
|
|
|
23
22
|
}, ie = {
|
|
24
23
|
key: 1,
|
|
25
24
|
class: "max-length"
|
|
26
|
-
}, oe = /* @__PURE__ */ Z(() => /* @__PURE__ */ g("span", { class: "max-length__divider" }, "/", -1)),
|
|
25
|
+
}, oe = /* @__PURE__ */ Z(() => /* @__PURE__ */ g("span", { class: "max-length__divider" }, "/", -1)), de = {
|
|
27
26
|
inheritAttrs: !1
|
|
28
|
-
},
|
|
29
|
-
...
|
|
27
|
+
}, pe = /* @__PURE__ */ K({
|
|
28
|
+
...de,
|
|
30
29
|
__name: "TextField",
|
|
31
30
|
props: {
|
|
32
31
|
modelValue: { default: "" },
|
|
@@ -39,6 +38,7 @@ const Z = (e) => (j("data-v-7aa32734"), e = e(), q(), e), _ = {
|
|
|
39
38
|
mandatory: { type: Boolean, default: !1 },
|
|
40
39
|
feedbackVariant: { default: null },
|
|
41
40
|
feedbackText: { default: "" },
|
|
41
|
+
showFeedbackTextIcon: { type: Boolean, default: !0 },
|
|
42
42
|
autoFocus: { type: Boolean, default: !1 },
|
|
43
43
|
type: { default: "text" },
|
|
44
44
|
hideNumberArrows: { type: Boolean, default: !1 },
|
|
@@ -54,32 +54,32 @@ const Z = (e) => (j("data-v-7aa32734"), e = e(), q(), e), _ = {
|
|
|
54
54
|
inlineError: { type: Boolean, default: !1 },
|
|
55
55
|
inlineErrorText: { default: "" }
|
|
56
56
|
},
|
|
57
|
-
emits: ["update:modelValue", "
|
|
58
|
-
setup(e, { expose:
|
|
59
|
-
const
|
|
60
|
-
|
|
61
|
-
},
|
|
62
|
-
onConfirm:
|
|
63
|
-
onEnter:
|
|
64
|
-
inputRef:
|
|
65
|
-
isFocused:
|
|
57
|
+
emits: ["update:modelValue", "apply"],
|
|
58
|
+
setup(e, { expose: S, emit: I }) {
|
|
59
|
+
const s = e, c = Y(s.testId, f), P = () => {
|
|
60
|
+
s.showApply ? I("apply") : d?.confirmable && O();
|
|
61
|
+
}, z = () => A.value.focus(), {
|
|
62
|
+
onConfirm: O,
|
|
63
|
+
onEnter: B,
|
|
64
|
+
inputRef: A,
|
|
65
|
+
isFocused: k,
|
|
66
66
|
showLabelInside: V,
|
|
67
|
-
api:
|
|
67
|
+
api: d,
|
|
68
68
|
labelText: D,
|
|
69
69
|
sizeClass: N,
|
|
70
70
|
handleInput: C,
|
|
71
71
|
handleKeypress: E
|
|
72
|
-
} =
|
|
73
|
-
return
|
|
74
|
-
manualFocus:
|
|
75
|
-
}), (r,
|
|
72
|
+
} = Q(s, I), L = w(() => d.value?.value ?? s.modelValue), H = w(() => (L.value || "").length), m = G(!1), R = w(() => m.value && s.type === "password" ? "text" : s.type);
|
|
73
|
+
return S({
|
|
74
|
+
manualFocus: z
|
|
75
|
+
}), (r, a) => (l(), o("div", y({
|
|
76
76
|
class: {
|
|
77
77
|
"input-with-label-container": !0,
|
|
78
78
|
disabled: e.disabled,
|
|
79
79
|
[`variant-${e.feedbackVariant}`]: !0
|
|
80
80
|
}
|
|
81
81
|
}, t(c)[t(f).WRAPPER]), [
|
|
82
|
-
e.label && e.labelDirection !== "inside" ? (
|
|
82
|
+
e.label && e.labelDirection !== "inside" ? (l(), u(U, {
|
|
83
83
|
key: 0,
|
|
84
84
|
label: e.label,
|
|
85
85
|
mandatory: e.mandatory,
|
|
@@ -92,25 +92,25 @@ const Z = (e) => (j("data-v-7aa32734"), e = e(), q(), e), _ = {
|
|
|
92
92
|
class: M({
|
|
93
93
|
"input-container": !0,
|
|
94
94
|
"label-inside": t(V),
|
|
95
|
-
focused: t(
|
|
95
|
+
focused: t(k)
|
|
96
96
|
})
|
|
97
97
|
}, [
|
|
98
|
-
r.$slots.iconBefore ? (
|
|
99
|
-
|
|
98
|
+
r.$slots.iconBefore ? (l(), o("div", _, [
|
|
99
|
+
F(r.$slots, "iconBefore", {}, void 0, !0)
|
|
100
100
|
])) : n("", !0),
|
|
101
|
-
e.prefix ? (
|
|
101
|
+
e.prefix ? (l(), u(t(T), {
|
|
102
102
|
key: 1,
|
|
103
103
|
class: "prefix-text",
|
|
104
104
|
variant: "body1"
|
|
105
105
|
}, {
|
|
106
|
-
default:
|
|
107
|
-
|
|
106
|
+
default: v(() => [
|
|
107
|
+
h(x(e.prefix), 1)
|
|
108
108
|
]),
|
|
109
109
|
_: 1
|
|
110
110
|
})) : n("", !0),
|
|
111
|
-
g("input",
|
|
111
|
+
g("input", y({ ...r.$attrs, ...t(c)[t(f).FIELD] }, {
|
|
112
112
|
ref_key: "inputRef",
|
|
113
|
-
ref:
|
|
113
|
+
ref: A,
|
|
114
114
|
value: t(L),
|
|
115
115
|
placeholder: t(D),
|
|
116
116
|
disabled: e.disabled || e.viewOnly,
|
|
@@ -124,81 +124,88 @@ const Z = (e) => (j("data-v-7aa32734"), e = e(), q(), e), _ = {
|
|
|
124
124
|
}],
|
|
125
125
|
step: e.step,
|
|
126
126
|
maxlength: e.maxLength,
|
|
127
|
-
onInput:
|
|
127
|
+
onInput: a[0] || (a[0] = //@ts-ignore
|
|
128
128
|
(...i) => t(C) && t(C)(...i)),
|
|
129
|
-
onFocus:
|
|
130
|
-
onBlur:
|
|
131
|
-
onKeyup:
|
|
129
|
+
onFocus: a[1] || (a[1] = (i) => k.value = !0),
|
|
130
|
+
onBlur: a[2] || (a[2] = (i) => k.value = !1),
|
|
131
|
+
onKeyup: a[3] || (a[3] = W($(
|
|
132
132
|
//@ts-ignore
|
|
133
|
-
(...i) => t(
|
|
133
|
+
(...i) => t(B) && t(B)(...i),
|
|
134
134
|
["prevent"]
|
|
135
135
|
), ["enter"])),
|
|
136
|
-
onKeypress:
|
|
136
|
+
onKeypress: a[4] || (a[4] = //@ts-ignore
|
|
137
137
|
(...i) => t(E) && t(E)(...i))
|
|
138
138
|
}), null, 16, ee),
|
|
139
|
-
e.showApply || t(
|
|
139
|
+
e.showApply || t(d)?.confirmable && !t(d)?.error?.value ? (l(), o("div", {
|
|
140
140
|
key: 2,
|
|
141
141
|
class: "apply-button",
|
|
142
|
-
onClick:
|
|
142
|
+
onClick: $(P, ["stop", "prevent"])
|
|
143
143
|
}, [
|
|
144
|
-
|
|
145
|
-
name: "check
|
|
146
|
-
|
|
144
|
+
p(t(b), {
|
|
145
|
+
name: "check",
|
|
146
|
+
size: "20px"
|
|
147
147
|
})
|
|
148
148
|
], 8, te)) : n("", !0),
|
|
149
|
-
e.inlineError || t(
|
|
150
|
-
|
|
151
|
-
disabled: !e.inlineErrorText && !t(
|
|
152
|
-
text: e.inlineErrorText || t(
|
|
149
|
+
e.inlineError || t(d)?.error?.value ? (l(), o("div", le, [
|
|
150
|
+
p(t(J), y({
|
|
151
|
+
disabled: !e.inlineErrorText && !t(d)?.error?.value,
|
|
152
|
+
text: e.inlineErrorText || t(d)?.error?.value,
|
|
153
153
|
"test-id": e.testId
|
|
154
154
|
}, t(c)[t(f).TOOLTIP]), {
|
|
155
|
-
default:
|
|
156
|
-
|
|
155
|
+
default: v(() => [
|
|
156
|
+
p(t(b), {
|
|
157
157
|
name: "warning-circle",
|
|
158
|
-
|
|
158
|
+
type: "fill",
|
|
159
|
+
size: "16px"
|
|
159
160
|
})
|
|
160
161
|
]),
|
|
161
162
|
_: 1
|
|
162
163
|
}, 16, ["disabled", "text", "test-id"])
|
|
163
164
|
])) : n("", !0),
|
|
164
|
-
e.suffix ? (
|
|
165
|
+
e.suffix ? (l(), u(t(T), {
|
|
165
166
|
key: 4,
|
|
166
167
|
class: "suffix-text",
|
|
167
168
|
variant: "body1"
|
|
168
169
|
}, {
|
|
169
|
-
default:
|
|
170
|
-
|
|
170
|
+
default: v(() => [
|
|
171
|
+
h(x(e.suffix), 1)
|
|
171
172
|
]),
|
|
172
173
|
_: 1
|
|
173
174
|
})) : n("", !0),
|
|
174
|
-
e.type === "password" ? (
|
|
175
|
+
e.type === "password" ? (l(), o("div", y({
|
|
175
176
|
key: 5,
|
|
176
177
|
class: "password-visibility-toggle"
|
|
177
178
|
}, t(c)[t(f).TOGGLE_PASSWORD], {
|
|
178
|
-
onClick:
|
|
179
|
+
onClick: a[5] || (a[5] = (i) => m.value = !m.value)
|
|
179
180
|
}), [
|
|
180
|
-
u(t(
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
181
|
+
m.value ? (l(), u(t(b), {
|
|
182
|
+
key: 0,
|
|
183
|
+
name: "eye",
|
|
184
|
+
size: "16px"
|
|
185
|
+
})) : (l(), u(t(b), {
|
|
186
|
+
key: 1,
|
|
187
|
+
name: "eye-slash",
|
|
188
|
+
size: "16px"
|
|
189
|
+
}))
|
|
184
190
|
], 16)) : n("", !0),
|
|
185
|
-
r.$slots.iconAfter ? (
|
|
186
|
-
|
|
191
|
+
r.$slots.iconAfter ? (l(), o("div", ae, [
|
|
192
|
+
F(r.$slots, "iconAfter", {}, void 0, !0)
|
|
187
193
|
])) : n("", !0)
|
|
188
194
|
], 2),
|
|
189
|
-
e.feedbackText || e.maxLength ? (
|
|
190
|
-
e.feedbackText ? (
|
|
195
|
+
e.feedbackText || e.maxLength ? (l(), o("div", ne, [
|
|
196
|
+
e.feedbackText ? (l(), u(X, {
|
|
191
197
|
key: 0,
|
|
192
198
|
text: e.feedbackText,
|
|
193
199
|
variant: e.feedbackVariant,
|
|
200
|
+
"show-icon": e.showFeedbackTextIcon,
|
|
194
201
|
"test-id": e.testId
|
|
195
|
-
}, null, 8, ["text", "variant", "test-id"])) : n("", !0),
|
|
196
|
-
e.maxLength ? (
|
|
197
|
-
|
|
198
|
-
default:
|
|
199
|
-
|
|
202
|
+
}, null, 8, ["text", "variant", "show-icon", "test-id"])) : n("", !0),
|
|
203
|
+
e.maxLength ? (l(), o("div", ie, [
|
|
204
|
+
p(t(T), { variant: "caption" }, {
|
|
205
|
+
default: v(() => [
|
|
206
|
+
h(x(t(H)) + " ", 1),
|
|
200
207
|
oe,
|
|
201
|
-
|
|
208
|
+
h(" " + x(e.maxLength), 1)
|
|
202
209
|
]),
|
|
203
210
|
_: 1
|
|
204
211
|
})
|
|
@@ -208,5 +215,5 @@ const Z = (e) => (j("data-v-7aa32734"), e = e(), q(), e), _ = {
|
|
|
208
215
|
}
|
|
209
216
|
});
|
|
210
217
|
export {
|
|
211
|
-
|
|
218
|
+
pe as default
|
|
212
219
|
};
|
|
@@ -28,6 +28,7 @@ declare const TextFieldTypes: () => ({
|
|
|
28
28
|
inlineErrorText: string;
|
|
29
29
|
feedbackText: string;
|
|
30
30
|
feedbackVariant: "error" | "success" | "warning";
|
|
31
|
+
showFeedbackTextIcon: boolean;
|
|
31
32
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
32
33
|
type: {
|
|
33
34
|
type: import("vue").PropType<"number" | "text" | "password">;
|
|
@@ -125,10 +126,14 @@ declare const TextFieldTypes: () => ({
|
|
|
125
126
|
type: import("vue").PropType<"error" | "success" | "warning">;
|
|
126
127
|
default: any;
|
|
127
128
|
};
|
|
129
|
+
showFeedbackTextIcon: {
|
|
130
|
+
type: import("vue").PropType<boolean>;
|
|
131
|
+
default: boolean;
|
|
132
|
+
};
|
|
128
133
|
}>> & {
|
|
129
134
|
"onUpdate:modelValue"?: (value: string | number) => any;
|
|
130
|
-
|
|
131
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "label" | "size" | "testId" | "disabled" | "mandatory" | "hoverHelpText" | "hoverHelpTextPlacement" | "modelValue" | "placeholder" | "viewOnly" | "labelDirection" | "autoFocus" | "hideNumberArrows" | "step" | "onlyDigits" | "prefix" | "suffix" | "maxLength" | "showApply" | "inlineError" | "inlineErrorText" | "feedbackText" | "feedbackVariant">;
|
|
135
|
+
onApply?: () => any;
|
|
136
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "label" | "size" | "testId" | "disabled" | "mandatory" | "hoverHelpText" | "hoverHelpTextPlacement" | "modelValue" | "placeholder" | "viewOnly" | "labelDirection" | "autoFocus" | "hideNumberArrows" | "step" | "onlyDigits" | "prefix" | "suffix" | "maxLength" | "showApply" | "inlineError" | "inlineErrorText" | "feedbackText" | "feedbackVariant" | "showFeedbackTextIcon">;
|
|
132
137
|
$attrs: {
|
|
133
138
|
[x: string]: unknown;
|
|
134
139
|
};
|
|
@@ -140,7 +145,7 @@ declare const TextFieldTypes: () => ({
|
|
|
140
145
|
}>;
|
|
141
146
|
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
142
147
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
143
|
-
$emit: ((event: "update:modelValue", value: string | number) => void) & ((event: "
|
|
148
|
+
$emit: ((event: "update:modelValue", value: string | number) => void) & ((event: "apply") => void);
|
|
144
149
|
$el: any;
|
|
145
150
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
146
151
|
type: {
|
|
@@ -239,14 +244,18 @@ declare const TextFieldTypes: () => ({
|
|
|
239
244
|
type: import("vue").PropType<"error" | "success" | "warning">;
|
|
240
245
|
default: any;
|
|
241
246
|
};
|
|
247
|
+
showFeedbackTextIcon: {
|
|
248
|
+
type: import("vue").PropType<boolean>;
|
|
249
|
+
default: boolean;
|
|
250
|
+
};
|
|
242
251
|
}>> & {
|
|
243
252
|
"onUpdate:modelValue"?: (value: string | number) => any;
|
|
244
|
-
|
|
253
|
+
onApply?: () => any;
|
|
245
254
|
}, {
|
|
246
255
|
manualFocus: () => any;
|
|
247
256
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
248
257
|
"update:modelValue": (value: string | number) => void;
|
|
249
|
-
|
|
258
|
+
apply: () => void;
|
|
250
259
|
}, string, {
|
|
251
260
|
type: "number" | "text" | "password";
|
|
252
261
|
label: string;
|
|
@@ -272,6 +281,7 @@ declare const TextFieldTypes: () => ({
|
|
|
272
281
|
inlineErrorText: string;
|
|
273
282
|
feedbackText: string;
|
|
274
283
|
feedbackVariant: "error" | "success" | "warning";
|
|
284
|
+
showFeedbackTextIcon: boolean;
|
|
275
285
|
}, {}, string> & {
|
|
276
286
|
beforeCreate?: (() => void) | (() => void)[];
|
|
277
287
|
created?: (() => void) | (() => void)[];
|
|
@@ -389,9 +399,13 @@ declare const TextFieldTypes: () => ({
|
|
|
389
399
|
type: import("vue").PropType<"error" | "success" | "warning">;
|
|
390
400
|
default: any;
|
|
391
401
|
};
|
|
402
|
+
showFeedbackTextIcon: {
|
|
403
|
+
type: import("vue").PropType<boolean>;
|
|
404
|
+
default: boolean;
|
|
405
|
+
};
|
|
392
406
|
}>> & {
|
|
393
407
|
"onUpdate:modelValue"?: (value: string | number) => any;
|
|
394
|
-
|
|
408
|
+
onApply?: () => any;
|
|
395
409
|
} & import("vue").ShallowUnwrapRef<{
|
|
396
410
|
manualFocus: () => any;
|
|
397
411
|
}> & {} & import("vue").ComponentCustomProperties & {};
|
|
@@ -495,14 +509,18 @@ declare const TextFieldTypes: () => ({
|
|
|
495
509
|
type: import("vue").PropType<"error" | "success" | "warning">;
|
|
496
510
|
default: any;
|
|
497
511
|
};
|
|
512
|
+
showFeedbackTextIcon: {
|
|
513
|
+
type: import("vue").PropType<boolean>;
|
|
514
|
+
default: boolean;
|
|
515
|
+
};
|
|
498
516
|
}>> & {
|
|
499
517
|
"onUpdate:modelValue"?: (value: string | number) => any;
|
|
500
|
-
|
|
518
|
+
onApply?: () => any;
|
|
501
519
|
}, {
|
|
502
520
|
manualFocus: () => any;
|
|
503
521
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
504
522
|
"update:modelValue": (value: string | number) => void;
|
|
505
|
-
|
|
523
|
+
apply: () => void;
|
|
506
524
|
}, string, {
|
|
507
525
|
type: "number" | "text" | "password";
|
|
508
526
|
label: string;
|
|
@@ -528,6 +546,7 @@ declare const TextFieldTypes: () => ({
|
|
|
528
546
|
inlineErrorText: string;
|
|
529
547
|
feedbackText: string;
|
|
530
548
|
feedbackVariant: "error" | "success" | "warning";
|
|
549
|
+
showFeedbackTextIcon: boolean;
|
|
531
550
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
532
551
|
$slots: {
|
|
533
552
|
iconBefore?(_: {}): any;
|
|
@@ -30,8 +30,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
30
30
|
theme: string;
|
|
31
31
|
testId: string;
|
|
32
32
|
container: string;
|
|
33
|
-
isOnTop: boolean;
|
|
34
33
|
distance: number;
|
|
34
|
+
isOnTop: boolean;
|
|
35
35
|
skidding: number;
|
|
36
36
|
}>, {
|
|
37
37
|
trigger?(_: {}): any;
|
|
@@ -6,8 +6,8 @@ declare const MenuTypes: () => ({
|
|
|
6
6
|
theme: string;
|
|
7
7
|
testId: string;
|
|
8
8
|
container: string;
|
|
9
|
-
isOnTop: boolean;
|
|
10
9
|
distance: number;
|
|
10
|
+
isOnTop: boolean;
|
|
11
11
|
skidding: number;
|
|
12
12
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
13
13
|
theme: {
|
|
@@ -22,19 +22,19 @@ declare const MenuTypes: () => ({
|
|
|
22
22
|
type: import("vue").PropType<string>;
|
|
23
23
|
default: string;
|
|
24
24
|
};
|
|
25
|
-
isOnTop: {
|
|
26
|
-
type: import("vue").PropType<boolean>;
|
|
27
|
-
default: boolean;
|
|
28
|
-
};
|
|
29
25
|
distance: {
|
|
30
26
|
type: import("vue").PropType<number>;
|
|
31
27
|
default: number;
|
|
32
28
|
};
|
|
29
|
+
isOnTop: {
|
|
30
|
+
type: import("vue").PropType<boolean>;
|
|
31
|
+
default: boolean;
|
|
32
|
+
};
|
|
33
33
|
skidding: {
|
|
34
34
|
type: import("vue").PropType<number>;
|
|
35
35
|
default: number;
|
|
36
36
|
};
|
|
37
|
-
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "theme" | "testId" | "container" | "
|
|
37
|
+
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "theme" | "testId" | "container" | "distance" | "isOnTop" | "skidding">;
|
|
38
38
|
$attrs: {
|
|
39
39
|
[x: string]: unknown;
|
|
40
40
|
};
|
|
@@ -61,14 +61,14 @@ declare const MenuTypes: () => ({
|
|
|
61
61
|
type: import("vue").PropType<string>;
|
|
62
62
|
default: string;
|
|
63
63
|
};
|
|
64
|
-
isOnTop: {
|
|
65
|
-
type: import("vue").PropType<boolean>;
|
|
66
|
-
default: boolean;
|
|
67
|
-
};
|
|
68
64
|
distance: {
|
|
69
65
|
type: import("vue").PropType<number>;
|
|
70
66
|
default: number;
|
|
71
67
|
};
|
|
68
|
+
isOnTop: {
|
|
69
|
+
type: import("vue").PropType<boolean>;
|
|
70
|
+
default: boolean;
|
|
71
|
+
};
|
|
72
72
|
skidding: {
|
|
73
73
|
type: import("vue").PropType<number>;
|
|
74
74
|
default: number;
|
|
@@ -77,8 +77,8 @@ declare const MenuTypes: () => ({
|
|
|
77
77
|
theme: string;
|
|
78
78
|
testId: string;
|
|
79
79
|
container: string;
|
|
80
|
-
isOnTop: boolean;
|
|
81
80
|
distance: number;
|
|
81
|
+
isOnTop: boolean;
|
|
82
82
|
skidding: number;
|
|
83
83
|
}, {}, string> & {
|
|
84
84
|
beforeCreate?: (() => void) | (() => void)[];
|
|
@@ -113,14 +113,14 @@ declare const MenuTypes: () => ({
|
|
|
113
113
|
type: import("vue").PropType<string>;
|
|
114
114
|
default: string;
|
|
115
115
|
};
|
|
116
|
-
isOnTop: {
|
|
117
|
-
type: import("vue").PropType<boolean>;
|
|
118
|
-
default: boolean;
|
|
119
|
-
};
|
|
120
116
|
distance: {
|
|
121
117
|
type: import("vue").PropType<number>;
|
|
122
118
|
default: number;
|
|
123
119
|
};
|
|
120
|
+
isOnTop: {
|
|
121
|
+
type: import("vue").PropType<boolean>;
|
|
122
|
+
default: boolean;
|
|
123
|
+
};
|
|
124
124
|
skidding: {
|
|
125
125
|
type: import("vue").PropType<number>;
|
|
126
126
|
default: number;
|
|
@@ -142,14 +142,14 @@ declare const MenuTypes: () => ({
|
|
|
142
142
|
type: import("vue").PropType<string>;
|
|
143
143
|
default: string;
|
|
144
144
|
};
|
|
145
|
-
isOnTop: {
|
|
146
|
-
type: import("vue").PropType<boolean>;
|
|
147
|
-
default: boolean;
|
|
148
|
-
};
|
|
149
145
|
distance: {
|
|
150
146
|
type: import("vue").PropType<number>;
|
|
151
147
|
default: number;
|
|
152
148
|
};
|
|
149
|
+
isOnTop: {
|
|
150
|
+
type: import("vue").PropType<boolean>;
|
|
151
|
+
default: boolean;
|
|
152
|
+
};
|
|
153
153
|
skidding: {
|
|
154
154
|
type: import("vue").PropType<number>;
|
|
155
155
|
default: number;
|
|
@@ -158,8 +158,8 @@ declare const MenuTypes: () => ({
|
|
|
158
158
|
theme: string;
|
|
159
159
|
testId: string;
|
|
160
160
|
container: string;
|
|
161
|
-
isOnTop: boolean;
|
|
162
161
|
distance: number;
|
|
162
|
+
isOnTop: boolean;
|
|
163
163
|
skidding: number;
|
|
164
164
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
165
165
|
$slots: {
|