@voicenter-team/voicenter-ui-plus 0.0.21 → 0.0.22
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/library/style.css +1 -1
- package/library/super.mjs +2 -10
- package/library/super.mjs.map +1 -1
- package/library/super.umd.js +4 -4
- package/library/super.umd.js.map +1 -1
- package/library/types/src/components/VcButton/VcButton.types.d.ts +5 -5
- package/library/types/src/components/VcButton/VcButton.vue.d.ts +97 -97
- package/library/types/src/components/VcButton/VcButtonIcon.vue.d.ts +89 -89
- package/library/types/src/components/VcButton/index.d.ts +184 -0
- package/library/types/src/components/VcCard/VcCard.vue.d.ts +23 -23
- package/library/types/src/components/VcCheckbox/VcCheckbox.vue.d.ts +133 -133
- package/library/types/src/components/VcCheckbox/VcCheckboxGroupEl.vue.d.ts +2 -2
- package/library/types/src/components/VcCheckbox/group.mixin.d.ts +60 -60
- package/library/types/src/components/VcCheckboxGroup/VcCheckboxGroup.vue.d.ts +140 -140
- package/library/types/src/components/VcCollapse/VcCollapse.vue.d.ts +33 -33
- package/library/types/src/components/VcCollapse/VcCollapseItem.vue.d.ts +106 -106
- package/library/types/src/components/VcCollapse/VcCollapseTransition.vue.d.ts +14 -14
- package/library/types/src/components/VcColorPicker/ColorPicker/ColorPicker.vue.d.ts +67 -67
- package/library/types/src/components/VcColorPicker/ColorPicker/Hue.vue.d.ts +40 -40
- package/library/types/src/components/VcColorPicker/ColorPicker/Saturation.vue.d.ts +49 -49
- package/library/types/src/components/VcColorPicker/ColorPicker/composible.d.ts +23 -23
- package/library/types/src/components/VcColorPicker/VcColorPicker.types.d.ts +10 -10
- package/library/types/src/components/VcColorPicker/VcColorPicker.vue.d.ts +65 -65
- package/library/types/src/components/VcDatetimeRangePicker/VcDatetimeRangePicker.types.d.ts +27 -27
- package/library/types/src/components/VcDatetimeRangePicker/VcDatetimeRangePicker.vue.d.ts +360 -360
- package/library/types/src/components/VcDelimitedList/VcDelimitedList.types.d.ts +4 -4
- package/library/types/src/components/VcDelimitedList/VcDelimitedList.vue.d.ts +92 -92
- package/library/types/src/components/VcExtendedDatetimeRangePicker/ExtendedDatetimeRangePickerPart.vue.d.ts +208 -208
- package/library/types/src/components/VcExtendedDatetimeRangePicker/ExtendedDatetimeRangePickerRelative.vue.d.ts +96 -96
- package/library/types/src/components/VcExtendedDatetimeRangePicker/VcExtendedDatetimeRangePicker.types.d.ts +11 -11
- package/library/types/src/components/VcExtendedDatetimeRangePicker/VcExtendedDatetimeRangePicker.vue.d.ts +276 -276
- package/library/types/src/components/VcExtendedDatetimeRangePicker/VcExtendedDatetimeRangePickerQuickOptionsSelection.vue.d.ts +51 -51
- package/library/types/src/components/VcExtendedDatetimeRangePicker/enum.d.ts +6 -6
- package/library/types/src/components/VcFileUploader/VcFileUploader.types.d.ts +4 -4
- package/library/types/src/components/VcFileUploader/VcFileUploader.vue.d.ts +388 -388
- package/library/types/src/components/VcForm/UiComponents/VcInputError.vue.d.ts +14 -0
- package/library/types/src/components/VcForm/UiComponents/VcInputLabel.vue.d.ts +204 -204
- package/library/types/src/components/VcForm/VcForm.vue.d.ts +348 -348
- package/library/types/src/components/VcForm/VcFormItem.vue.d.ts +69 -69
- package/library/types/src/components/VcHyperLink/VcHyperLink.types.d.ts +2 -2
- package/library/types/src/components/VcHyperLink/VcHyperLink.vue.d.ts +54 -54
- package/library/types/src/components/VcIconPicker/VcIconPicker.types.d.ts +15 -15
- package/library/types/src/components/VcIconPicker/VcIconPicker.vue.d.ts +105 -105
- package/library/types/src/components/VcIconPicker/iconPicker.mixin.d.ts +51 -51
- package/library/types/src/components/VcInput/VcInput.types.d.ts +2 -2
- package/library/types/src/components/VcInput/VcInput.vue.d.ts +202 -202
- package/library/types/src/components/VcInputNumber/VcInputNumber.vue.d.ts +256 -256
- package/library/types/src/components/VcLoading/Loaders/Circles.vue.d.ts +28 -28
- package/library/types/src/components/VcLoading/Loaders/LdsSpinner.vue.d.ts +29 -29
- package/library/types/src/components/VcLoading/Loaders/LoadIcon.vue.d.ts +36 -36
- package/library/types/src/components/VcLoading/Loaders/Stretch.vue.d.ts +28 -28
- package/library/types/src/components/VcLoading/VcLoading.types.d.ts +1 -1
- package/library/types/src/components/VcLoading/VcLoading.vue.d.ts +66 -66
- package/library/types/src/components/VcModal/VcModal.types.d.ts +4 -4
- package/library/types/src/components/VcModal/VcModal.vue.d.ts +210 -210
- package/library/types/src/components/VcNotification/VcNotification.types.d.ts +17 -0
- package/library/types/src/components/VcNotification/VcNotification.vue.d.ts +59 -0
- package/library/types/src/components/VcNotification/VcNotificationMessage.vue.d.ts +35 -0
- package/library/types/src/components/VcPagination/VcPagination.types.d.ts +4 -4
- package/library/types/src/components/VcPagination/VcPagination.vue.d.ts +64 -64
- package/library/types/src/components/VcPagination/VcPaginationButton.vue.d.ts +34 -34
- package/library/types/src/components/VcPopover/VcPopover.types.d.ts +3 -3
- package/library/types/src/components/VcPopover/VcPopover.vue.d.ts +150 -150
- package/library/types/src/components/VcProgress/VcProgress.types.d.ts +16 -16
- package/library/types/src/components/VcProgress/VcProgress.vue.d.ts +147 -147
- package/library/types/src/components/VcProgress/progress.options.d.ts +13 -13
- package/library/types/src/components/VcRadio/VcRadio.vue.d.ts +88 -88
- package/library/types/src/components/VcRadioGroup/VcRadioGroup.vue.d.ts +96 -96
- package/library/types/src/components/VcRadioTabs/UiComponents/VcRadioTabsNav.vue.d.ts +41 -41
- package/library/types/src/components/VcRadioTabs/VcRadioTabs.vue.d.ts +78 -78
- package/library/types/src/components/VcSelect/VcSelect.options.d.ts +78 -78
- package/library/types/src/components/VcSelect/VcSelect.vue.d.ts +293 -293
- package/library/types/src/components/VcSkeletonLoader/Loaders/Card.vue.d.ts +18 -18
- package/library/types/src/components/VcSkeletonLoader/Loaders/Circle.vue.d.ts +28 -28
- package/library/types/src/components/VcSkeletonLoader/Loaders/Row.vue.d.ts +18 -18
- package/library/types/src/components/VcSkeletonLoader/Loaders/Square.vue.d.ts +28 -28
- package/library/types/src/components/VcSkeletonLoader/Loaders/Text.vue.d.ts +16 -16
- package/library/types/src/components/VcSkeletonLoader/VcSkeletonLoader.types.d.ts +1 -1
- package/library/types/src/components/VcSkeletonLoader/VcSkeletonLoader.vue.d.ts +81 -81
- package/library/types/src/components/VcSoundplayer/VcSoundPlayer.types.d.ts +2 -2
- package/library/types/src/components/VcSoundplayer/VcSoundPlayer.vue.d.ts +130 -130
- package/library/types/src/components/VcSplitButton/VcSplitButton.types.d.ts +8 -8
- package/library/types/src/components/VcSplitButton/VcSplitButton.vue.d.ts +68 -68
- package/library/types/src/components/VcSwitch/VcSwitch.types.d.ts +1 -1
- package/library/types/src/components/VcSwitch/VcSwitch.vue.d.ts +151 -151
- package/library/types/src/components/VcTable/VcTable.types.d.ts +45 -45
- package/library/types/src/components/VcTable/VcTable.vue.d.ts +334 -334
- package/library/types/src/components/VcTable/tableOptions.d.ts +6 -6
- package/library/types/src/components/VcTabs/VcTabNav.vue.d.ts +54 -54
- package/library/types/src/components/VcTabs/VcTabPane.vue.d.ts +92 -92
- package/library/types/src/components/VcTabs/VcTabs.types.d.ts +14 -14
- package/library/types/src/components/VcTabs/VcTabs.vue.d.ts +62 -62
- package/library/types/src/components/VcTag/VcTag.types.d.ts +1 -1
- package/library/types/src/components/VcTag/VcTag.vue.d.ts +99 -99
- package/library/types/src/components/VcTagInput/VcTagInput.types.d.ts +1 -0
- package/library/types/src/components/VcTagInput/VcTagInput.vue.d.ts +290 -290
- package/library/types/src/components/VcTimeInput/VcTimeInput.vue.d.ts +269 -269
- package/library/types/src/components/VcTree/VcTree.types.d.ts +36 -36
- package/library/types/src/components/VcTree/VcTree.vue.d.ts +209 -209
- package/library/types/src/components/VcTree/VcTreeNode.vue.d.ts +104 -104
- package/library/types/src/components/VcTree/VcTreeSelect.vue.d.ts +305 -305
- package/library/types/src/components/VcVerticalTabs/UiComponents/VerticalTabNav.vue.d.ts +54 -54
- package/library/types/src/components/VcVerticalTabs/VcVerticalTabs.types.d.ts +1 -0
- package/library/types/src/components/VcVerticalTabs/VcVerticalTabs.vue.d.ts +76 -76
- package/library/types/src/components/VcViewSwitcher/VcViewSwitcher.vue.d.ts +74 -74
- package/library/types/src/components/VcWizard/VcSummaryProgress.vue.d.ts +55 -55
- package/library/types/src/components/VcWizard/VcSummaryStep.vue.d.ts +70 -70
- package/library/types/src/components/VcWizard/VcWizard.types.d.ts +15 -15
- package/library/types/src/components/VcWizard/VcWizard.vue.d.ts +157 -157
- package/library/types/src/components/VcWizard/VcWizardNavigation.vue.d.ts +110 -110
- package/library/types/src/components/VcWizard/VcWizardSummary.vue.d.ts +47 -47
- package/library/types/src/components/VcWizard/VcWizardTransition.vue.d.ts +83 -83
- package/library/types/src/components/VcWizard/baseTransition.d.ts +93 -0
- package/library/types/src/components/index.d.ts +91 -91
- package/library/types/src/directives/click-outside.d.ts +2 -0
- package/library/types/src/directives/resize.d.ts +6 -6
- package/library/types/src/entry.d.ts +3 -2
- package/library/types/src/localization/Localization.types.d.ts +17 -17
- package/library/types/src/localization/index.d.ts +9 -9
- package/library/types/src/mixins/common/appendTo.mixin.d.ts +19 -19
- package/library/types/src/mixins/defaultComponent.mixin.d.ts +14 -14
- package/library/types/src/mixins/dropdown.mixin.d.ts +66 -0
- package/library/types/src/mixins/input/baseInput.mixin.d.ts +100 -100
- package/library/types/src/mixins/input/color.mixin.d.ts +33 -33
- package/library/types/src/mixins/input/error.mixin.d.ts +23 -23
- package/library/types/src/mixins/input/input.mixin.d.ts +146 -146
- package/library/types/src/mixins/input/label.mixin.d.ts +52 -52
- package/library/types/src/mixins/optionMethods.mixin.d.ts +38 -38
- package/library/types/src/mixins/selectBox.mixin.d.ts +73 -0
- package/library/types/src/mixins/table/tableProps.mixin.d.ts +108 -108
- package/library/types/src/theme/index.d.ts +1 -1
- package/library/types/src/theme/theme.types.d.ts +6 -6
- package/library/types/src/types/AppendToTarget.types.d.ts +1 -1
- package/library/types/src/types/Dropdown.types.d.ts +1 -0
- package/library/types/src/types/Entry.types.d.ts +6 -6
- package/library/types/src/types/OptionAndConfig.types.d.ts +23 -23
- package/library/types/src/types/VueGeneric.types.d.ts +1 -1
- package/package.json +10 -5
- package/src/theme/index.d.ts +1 -0
- package/src/theme/index.js +38 -0
- package/src/theme/index.js.map +1 -0
- package/src/theme/theme.types.d.ts +6 -0
- package/src/theme/theme.types.js +2 -0
- package/src/theme/theme.types.js.map +1 -0
- package/library/types/src/entry.esm.d.ts +0 -3
- package/library/types/src/env.d.ts +0 -18
|
@@ -1,91 +1,91 @@
|
|
|
1
|
-
import VcButton from './VcButton/VcButton.vue';
|
|
2
|
-
import VcButtonIcon from './VcButton/VcButtonIcon.vue';
|
|
3
|
-
import VcCard from './VcCard/VcCard.vue';
|
|
4
|
-
import VcCheckbox from './VcCheckbox/VcCheckbox.vue';
|
|
5
|
-
import VcCheckboxGroup from './VcCheckboxGroup/VcCheckboxGroup.vue';
|
|
6
|
-
import VcCollapse from './VcCollapse/VcCollapse.vue';
|
|
7
|
-
import VcCollapseItem from './VcCollapse/VcCollapseItem.vue';
|
|
8
|
-
import VcColorPicker from './VcColorPicker/VcColorPicker.vue';
|
|
9
|
-
import VcDatetimeRangePicker from './VcDatetimeRangePicker/VcDatetimeRangePicker.vue';
|
|
10
|
-
import VcDelimitedList from './VcDelimitedList/VcDelimitedList.vue';
|
|
11
|
-
import VcExtendedDatetimeRangePicker from './VcExtendedDatetimeRangePicker/VcExtendedDatetimeRangePicker.vue';
|
|
12
|
-
import VcFileUploader from './VcFileUploader/VcFileUploader.vue';
|
|
13
|
-
import VcForm from './VcForm/VcForm.vue';
|
|
14
|
-
import VcFormItem from './VcForm/VcFormItem.vue';
|
|
15
|
-
import VcHyperLink from './VcHyperLink/VcHyperLink.vue';
|
|
16
|
-
import VcIconPicker from './VcIconPicker/VcIconPicker.vue';
|
|
17
|
-
import VcInput from './VcInput/VcInput.vue';
|
|
18
|
-
import VcInputNumber from './VcInputNumber/VcInputNumber.vue';
|
|
19
|
-
import VcLoading from './VcLoading/VcLoading.vue';
|
|
20
|
-
import VcModal from './VcModal/VcModal.vue';
|
|
21
|
-
import VcPagination from './VcPagination/VcPagination.vue';
|
|
22
|
-
import VcPopover from './VcPopover/VcPopover.vue';
|
|
23
|
-
import VcProgress from './VcProgress/VcProgress.vue';
|
|
24
|
-
import VcRadio from './VcRadio/VcRadio.vue';
|
|
25
|
-
import VcRadioGroup from './VcRadioGroup/VcRadioGroup.vue';
|
|
26
|
-
import VcRadioTabs from './VcRadioTabs/VcRadioTabs.vue';
|
|
27
|
-
import VcSelect from './VcSelect/VcSelect.vue';
|
|
28
|
-
import VcSkeletonLoader from './VcSkeletonLoader/VcSkeletonLoader.vue';
|
|
29
|
-
import VcSoundPlayer from './VcSoundplayer/VcSoundPlayer.vue';
|
|
30
|
-
import VcSplitButton from './VcSplitButton/VcSplitButton.vue';
|
|
31
|
-
import VcSwitch from './VcSwitch/VcSwitch.vue';
|
|
32
|
-
import VcTable from './VcTable/VcTable.vue';
|
|
33
|
-
import VcTabs from './VcTabs/VcTabs.vue';
|
|
34
|
-
import VcTabNav from './VcTabs/VcTabNav.vue';
|
|
35
|
-
import VcTabPane from './VcTabs/VcTabPane.vue';
|
|
36
|
-
import VcTag from './VcTag/VcTag.vue';
|
|
37
|
-
import VcTree from './VcTree/VcTree.vue';
|
|
38
|
-
import VcTreeSelect from './VcTree/VcTreeSelect.vue';
|
|
39
|
-
import VcTagInput from './VcTagInput/VcTagInput.vue';
|
|
40
|
-
import VcTimeInput from './VcTimeInput/VcTimeInput.vue';
|
|
41
|
-
import VcVerticalTabs from './VcVerticalTabs/VcVerticalTabs.vue';
|
|
42
|
-
import VcViewSwitcher from './VcViewSwitcher/VcViewSwitcher.vue';
|
|
43
|
-
import VcWizard from './VcWizard/VcWizard.vue';
|
|
44
|
-
export { VcButton, VcButtonIcon, VcCard, VcCheckbox, VcCheckboxGroup, VcCollapse, VcCollapseItem, VcColorPicker, VcDatetimeRangePicker, VcDelimitedList, VcExtendedDatetimeRangePicker, VcFileUploader, VcForm, VcFormItem, VcHyperLink, VcIconPicker, VcInput, VcInputNumber, VcLoading, VcModal, VcPagination, VcPopover, VcProgress, VcRadio, VcRadioGroup, VcRadioTabs, VcSelect, VcSkeletonLoader, VcSoundPlayer, VcSplitButton, VcSwitch, VcTable, VcTabs, VcTabNav, VcTabPane, VcTag, VcTree, VcTreeSelect, VcTagInput, VcTimeInput, VcVerticalTabs, VcViewSwitcher, VcWizard };
|
|
45
|
-
declare module '@vue/runtime-core' {
|
|
46
|
-
interface GlobalComponents {
|
|
47
|
-
VcButton: typeof VcButton;
|
|
48
|
-
VcButtonIcon: typeof VcButtonIcon;
|
|
49
|
-
VcCard: typeof VcCard;
|
|
50
|
-
VcCheckbox: typeof VcCheckbox;
|
|
51
|
-
VcCheckboxGroup: typeof VcCheckboxGroup;
|
|
52
|
-
VcCollapse: typeof VcCollapse;
|
|
53
|
-
VcCollapseItem: typeof VcCollapseItem;
|
|
54
|
-
VcColorPicker: typeof VcColorPicker;
|
|
55
|
-
VcDatetimeRangePicker: typeof VcDatetimeRangePicker;
|
|
56
|
-
VcDelimitedList: typeof VcDelimitedList;
|
|
57
|
-
VcExtendedDatetimeRangePicker: typeof VcExtendedDatetimeRangePicker;
|
|
58
|
-
VcFileUploader: typeof VcFileUploader;
|
|
59
|
-
VcForm: typeof VcForm;
|
|
60
|
-
VcFormItem: typeof VcFormItem;
|
|
61
|
-
VcHyperLink: typeof VcHyperLink;
|
|
62
|
-
VcIconPicker: typeof VcIconPicker;
|
|
63
|
-
VcInput: typeof VcInput;
|
|
64
|
-
VcInputNumber: typeof VcInputNumber;
|
|
65
|
-
VcLoading: typeof VcLoading;
|
|
66
|
-
VcModal: typeof VcModal;
|
|
67
|
-
VcPagination: typeof VcPagination;
|
|
68
|
-
VcPopover: typeof VcPopover;
|
|
69
|
-
VcProgress: typeof VcProgress;
|
|
70
|
-
VcRadio: typeof VcRadio;
|
|
71
|
-
VcRadioGroup: typeof VcRadioGroup;
|
|
72
|
-
VcRadioTabs: typeof VcRadioTabs;
|
|
73
|
-
VcSelect: typeof VcSelect;
|
|
74
|
-
VcSkeletonLoader: typeof VcSkeletonLoader;
|
|
75
|
-
VcSoundPlayer: typeof VcSoundPlayer;
|
|
76
|
-
VcSplitButton: typeof VcSplitButton;
|
|
77
|
-
VcSwitch: typeof VcSwitch;
|
|
78
|
-
VcTable: typeof VcTable;
|
|
79
|
-
VcTabs: typeof VcTabs;
|
|
80
|
-
VcTabNav: typeof VcTabNav;
|
|
81
|
-
VcTabPane: typeof VcTabPane;
|
|
82
|
-
VcTag: typeof VcTag;
|
|
83
|
-
VcTree: typeof VcTree;
|
|
84
|
-
VcTreeSelect: typeof VcTreeSelect;
|
|
85
|
-
VcTagInput: typeof VcTagInput;
|
|
86
|
-
VcTimeInput: typeof VcTimeInput;
|
|
87
|
-
VcVerticalTabs: typeof VcVerticalTabs;
|
|
88
|
-
VcViewSwitcher: typeof VcViewSwitcher;
|
|
89
|
-
VcWizard: typeof VcWizard;
|
|
90
|
-
}
|
|
91
|
-
}
|
|
1
|
+
import VcButton from './VcButton/VcButton.vue';
|
|
2
|
+
import VcButtonIcon from './VcButton/VcButtonIcon.vue';
|
|
3
|
+
import VcCard from './VcCard/VcCard.vue';
|
|
4
|
+
import VcCheckbox from './VcCheckbox/VcCheckbox.vue';
|
|
5
|
+
import VcCheckboxGroup from './VcCheckboxGroup/VcCheckboxGroup.vue';
|
|
6
|
+
import VcCollapse from './VcCollapse/VcCollapse.vue';
|
|
7
|
+
import VcCollapseItem from './VcCollapse/VcCollapseItem.vue';
|
|
8
|
+
import VcColorPicker from './VcColorPicker/VcColorPicker.vue';
|
|
9
|
+
import VcDatetimeRangePicker from './VcDatetimeRangePicker/VcDatetimeRangePicker.vue';
|
|
10
|
+
import VcDelimitedList from './VcDelimitedList/VcDelimitedList.vue';
|
|
11
|
+
import VcExtendedDatetimeRangePicker from './VcExtendedDatetimeRangePicker/VcExtendedDatetimeRangePicker.vue';
|
|
12
|
+
import VcFileUploader from './VcFileUploader/VcFileUploader.vue';
|
|
13
|
+
import VcForm from './VcForm/VcForm.vue';
|
|
14
|
+
import VcFormItem from './VcForm/VcFormItem.vue';
|
|
15
|
+
import VcHyperLink from './VcHyperLink/VcHyperLink.vue';
|
|
16
|
+
import VcIconPicker from './VcIconPicker/VcIconPicker.vue';
|
|
17
|
+
import VcInput from './VcInput/VcInput.vue';
|
|
18
|
+
import VcInputNumber from './VcInputNumber/VcInputNumber.vue';
|
|
19
|
+
import VcLoading from './VcLoading/VcLoading.vue';
|
|
20
|
+
import VcModal from './VcModal/VcModal.vue';
|
|
21
|
+
import VcPagination from './VcPagination/VcPagination.vue';
|
|
22
|
+
import VcPopover from './VcPopover/VcPopover.vue';
|
|
23
|
+
import VcProgress from './VcProgress/VcProgress.vue';
|
|
24
|
+
import VcRadio from './VcRadio/VcRadio.vue';
|
|
25
|
+
import VcRadioGroup from './VcRadioGroup/VcRadioGroup.vue';
|
|
26
|
+
import VcRadioTabs from './VcRadioTabs/VcRadioTabs.vue';
|
|
27
|
+
import VcSelect from './VcSelect/VcSelect.vue';
|
|
28
|
+
import VcSkeletonLoader from './VcSkeletonLoader/VcSkeletonLoader.vue';
|
|
29
|
+
import VcSoundPlayer from './VcSoundplayer/VcSoundPlayer.vue';
|
|
30
|
+
import VcSplitButton from './VcSplitButton/VcSplitButton.vue';
|
|
31
|
+
import VcSwitch from './VcSwitch/VcSwitch.vue';
|
|
32
|
+
import VcTable from './VcTable/VcTable.vue';
|
|
33
|
+
import VcTabs from './VcTabs/VcTabs.vue';
|
|
34
|
+
import VcTabNav from './VcTabs/VcTabNav.vue';
|
|
35
|
+
import VcTabPane from './VcTabs/VcTabPane.vue';
|
|
36
|
+
import VcTag from './VcTag/VcTag.vue';
|
|
37
|
+
import VcTree from './VcTree/VcTree.vue';
|
|
38
|
+
import VcTreeSelect from './VcTree/VcTreeSelect.vue';
|
|
39
|
+
import VcTagInput from './VcTagInput/VcTagInput.vue';
|
|
40
|
+
import VcTimeInput from './VcTimeInput/VcTimeInput.vue';
|
|
41
|
+
import VcVerticalTabs from './VcVerticalTabs/VcVerticalTabs.vue';
|
|
42
|
+
import VcViewSwitcher from './VcViewSwitcher/VcViewSwitcher.vue';
|
|
43
|
+
import VcWizard from './VcWizard/VcWizard.vue';
|
|
44
|
+
export { VcButton, VcButtonIcon, VcCard, VcCheckbox, VcCheckboxGroup, VcCollapse, VcCollapseItem, VcColorPicker, VcDatetimeRangePicker, VcDelimitedList, VcExtendedDatetimeRangePicker, VcFileUploader, VcForm, VcFormItem, VcHyperLink, VcIconPicker, VcInput, VcInputNumber, VcLoading, VcModal, VcPagination, VcPopover, VcProgress, VcRadio, VcRadioGroup, VcRadioTabs, VcSelect, VcSkeletonLoader, VcSoundPlayer, VcSplitButton, VcSwitch, VcTable, VcTabs, VcTabNav, VcTabPane, VcTag, VcTree, VcTreeSelect, VcTagInput, VcTimeInput, VcVerticalTabs, VcViewSwitcher, VcWizard };
|
|
45
|
+
declare module '@vue/runtime-core' {
|
|
46
|
+
interface GlobalComponents {
|
|
47
|
+
VcButton: typeof VcButton;
|
|
48
|
+
VcButtonIcon: typeof VcButtonIcon;
|
|
49
|
+
VcCard: typeof VcCard;
|
|
50
|
+
VcCheckbox: typeof VcCheckbox;
|
|
51
|
+
VcCheckboxGroup: typeof VcCheckboxGroup;
|
|
52
|
+
VcCollapse: typeof VcCollapse;
|
|
53
|
+
VcCollapseItem: typeof VcCollapseItem;
|
|
54
|
+
VcColorPicker: typeof VcColorPicker;
|
|
55
|
+
VcDatetimeRangePicker: typeof VcDatetimeRangePicker;
|
|
56
|
+
VcDelimitedList: typeof VcDelimitedList;
|
|
57
|
+
VcExtendedDatetimeRangePicker: typeof VcExtendedDatetimeRangePicker;
|
|
58
|
+
VcFileUploader: typeof VcFileUploader;
|
|
59
|
+
VcForm: typeof VcForm;
|
|
60
|
+
VcFormItem: typeof VcFormItem;
|
|
61
|
+
VcHyperLink: typeof VcHyperLink;
|
|
62
|
+
VcIconPicker: typeof VcIconPicker;
|
|
63
|
+
VcInput: typeof VcInput;
|
|
64
|
+
VcInputNumber: typeof VcInputNumber;
|
|
65
|
+
VcLoading: typeof VcLoading;
|
|
66
|
+
VcModal: typeof VcModal;
|
|
67
|
+
VcPagination: typeof VcPagination;
|
|
68
|
+
VcPopover: typeof VcPopover;
|
|
69
|
+
VcProgress: typeof VcProgress;
|
|
70
|
+
VcRadio: typeof VcRadio;
|
|
71
|
+
VcRadioGroup: typeof VcRadioGroup;
|
|
72
|
+
VcRadioTabs: typeof VcRadioTabs;
|
|
73
|
+
VcSelect: typeof VcSelect;
|
|
74
|
+
VcSkeletonLoader: typeof VcSkeletonLoader;
|
|
75
|
+
VcSoundPlayer: typeof VcSoundPlayer;
|
|
76
|
+
VcSplitButton: typeof VcSplitButton;
|
|
77
|
+
VcSwitch: typeof VcSwitch;
|
|
78
|
+
VcTable: typeof VcTable;
|
|
79
|
+
VcTabs: typeof VcTabs;
|
|
80
|
+
VcTabNav: typeof VcTabNav;
|
|
81
|
+
VcTabPane: typeof VcTabPane;
|
|
82
|
+
VcTag: typeof VcTag;
|
|
83
|
+
VcTree: typeof VcTree;
|
|
84
|
+
VcTreeSelect: typeof VcTreeSelect;
|
|
85
|
+
VcTagInput: typeof VcTagInput;
|
|
86
|
+
VcTimeInput: typeof VcTimeInput;
|
|
87
|
+
VcVerticalTabs: typeof VcVerticalTabs;
|
|
88
|
+
VcViewSwitcher: typeof VcViewSwitcher;
|
|
89
|
+
VcWizard: typeof VcWizard;
|
|
90
|
+
}
|
|
91
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { DirectiveBinding } from 'vue';
|
|
2
|
-
import { RendererNode } from '@vue/runtime-core';
|
|
3
|
-
export declare const resize: {
|
|
4
|
-
mounted(el: HTMLElement, binding: DirectiveBinding, vNode: RendererNode): void;
|
|
5
|
-
beforeUnmount(el: HTMLElement): void;
|
|
6
|
-
};
|
|
1
|
+
import { DirectiveBinding } from 'vue';
|
|
2
|
+
import { RendererNode } from '@vue/runtime-core';
|
|
3
|
+
export declare const resize: {
|
|
4
|
+
mounted(el: HTMLElement, binding: DirectiveBinding, vNode: RendererNode): void;
|
|
5
|
+
beforeUnmount(el: HTMLElement): void;
|
|
6
|
+
};
|
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
export declare type LanguageType = 'en';
|
|
2
|
-
export declare type LocaleOptionsType = {
|
|
3
|
-
[key: string]: string | number;
|
|
4
|
-
};
|
|
5
|
-
export interface TranslationsType {
|
|
6
|
-
[key: string]: string;
|
|
7
|
-
}
|
|
8
|
-
export interface LocalesType {
|
|
9
|
-
[key: string]: TranslationsType;
|
|
10
|
-
}
|
|
11
|
-
export interface GetTranslationType {
|
|
12
|
-
(key: keyof TranslationsType, options?: LocaleOptionsType): string;
|
|
13
|
-
}
|
|
14
|
-
export interface Global$tVUType {
|
|
15
|
-
'locale': LanguageType;
|
|
16
|
-
't': GetTranslationType;
|
|
17
|
-
}
|
|
1
|
+
export declare type LanguageType = 'en';
|
|
2
|
+
export declare type LocaleOptionsType = {
|
|
3
|
+
[key: string]: string | number;
|
|
4
|
+
};
|
|
5
|
+
export interface TranslationsType {
|
|
6
|
+
[key: string]: string;
|
|
7
|
+
}
|
|
8
|
+
export interface LocalesType {
|
|
9
|
+
[key: string]: TranslationsType;
|
|
10
|
+
}
|
|
11
|
+
export interface GetTranslationType {
|
|
12
|
+
(key: keyof TranslationsType, options?: LocaleOptionsType): string;
|
|
13
|
+
}
|
|
14
|
+
export interface Global$tVUType {
|
|
15
|
+
'locale': LanguageType;
|
|
16
|
+
't': GetTranslationType;
|
|
17
|
+
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { App } from 'vue';
|
|
2
|
-
import { LanguageType, Global$tVUType } from '../localization/Localization.types';
|
|
3
|
-
declare module '@vue/runtime-core' {
|
|
4
|
-
interface ComponentCustomProperties {
|
|
5
|
-
$tVU: Global$tVUType;
|
|
6
|
-
}
|
|
7
|
-
}
|
|
8
|
-
export declare const tVU: Global$tVUType;
|
|
9
|
-
export default function (app: App, lang?: LanguageType): void;
|
|
1
|
+
import { App } from 'vue';
|
|
2
|
+
import { LanguageType, Global$tVUType } from '../localization/Localization.types';
|
|
3
|
+
declare module '@vue/runtime-core' {
|
|
4
|
+
interface ComponentCustomProperties {
|
|
5
|
+
$tVU: Global$tVUType;
|
|
6
|
+
}
|
|
7
|
+
}
|
|
8
|
+
export declare const tVU: Global$tVUType;
|
|
9
|
+
export default function (app: App, lang?: LanguageType): void;
|
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
import { PropType } from 'vue';
|
|
2
|
-
import { DefaultAppendToType } from '../../types/AppendToTarget.types';
|
|
3
|
-
declare const _default: import("vue").DefineComponent<{
|
|
4
|
-
appendTo: {
|
|
5
|
-
type: PropType<DefaultAppendToType>;
|
|
6
|
-
default: string;
|
|
7
|
-
};
|
|
8
|
-
}, unknown, unknown, {
|
|
9
|
-
appendDisabled(): boolean;
|
|
10
|
-
appendTarget(): null | DefaultAppendToType;
|
|
11
|
-
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
12
|
-
appendTo: {
|
|
13
|
-
type: PropType<DefaultAppendToType>;
|
|
14
|
-
default: string;
|
|
15
|
-
};
|
|
16
|
-
}>>, {
|
|
17
|
-
appendTo: DefaultAppendToType;
|
|
18
|
-
}>;
|
|
19
|
-
export default _default;
|
|
1
|
+
import { PropType } from 'vue';
|
|
2
|
+
import { DefaultAppendToType } from '../../types/AppendToTarget.types';
|
|
3
|
+
declare const _default: import("vue").DefineComponent<{
|
|
4
|
+
appendTo: {
|
|
5
|
+
type: PropType<DefaultAppendToType>;
|
|
6
|
+
default: string;
|
|
7
|
+
};
|
|
8
|
+
}, unknown, unknown, {
|
|
9
|
+
appendDisabled(): boolean;
|
|
10
|
+
appendTarget(): null | DefaultAppendToType;
|
|
11
|
+
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
12
|
+
appendTo: {
|
|
13
|
+
type: PropType<DefaultAppendToType>;
|
|
14
|
+
default: string;
|
|
15
|
+
};
|
|
16
|
+
}>>, {
|
|
17
|
+
appendTo: DefaultAppendToType;
|
|
18
|
+
}>;
|
|
19
|
+
export default _default;
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{
|
|
2
|
-
dataTestName: {
|
|
3
|
-
type: StringConstructor;
|
|
4
|
-
default: string;
|
|
5
|
-
};
|
|
6
|
-
}, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
7
|
-
dataTestName: {
|
|
8
|
-
type: StringConstructor;
|
|
9
|
-
default: string;
|
|
10
|
-
};
|
|
11
|
-
}>>, {
|
|
12
|
-
dataTestName: string;
|
|
13
|
-
}>;
|
|
14
|
-
export default _default;
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
dataTestName: {
|
|
3
|
+
type: StringConstructor;
|
|
4
|
+
default: string;
|
|
5
|
+
};
|
|
6
|
+
}, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
7
|
+
dataTestName: {
|
|
8
|
+
type: StringConstructor;
|
|
9
|
+
default: string;
|
|
10
|
+
};
|
|
11
|
+
}>>, {
|
|
12
|
+
dataTestName: string;
|
|
13
|
+
}>;
|
|
14
|
+
export default _default;
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
noDataText: {
|
|
3
|
+
type: StringConstructor;
|
|
4
|
+
default: string;
|
|
5
|
+
};
|
|
6
|
+
maxWidth: {
|
|
7
|
+
type: StringConstructor;
|
|
8
|
+
default: string;
|
|
9
|
+
};
|
|
10
|
+
dataTestName: {
|
|
11
|
+
type: StringConstructor;
|
|
12
|
+
default: string;
|
|
13
|
+
};
|
|
14
|
+
placeholder: {
|
|
15
|
+
type: StringConstructor;
|
|
16
|
+
default: string;
|
|
17
|
+
};
|
|
18
|
+
}, unknown, {
|
|
19
|
+
lazyLoad: {
|
|
20
|
+
total: number;
|
|
21
|
+
page: number;
|
|
22
|
+
};
|
|
23
|
+
open: boolean;
|
|
24
|
+
searchQuery: string;
|
|
25
|
+
LOAD_MORE_BLOCK: HTMLElement;
|
|
26
|
+
selectedElement: string;
|
|
27
|
+
loading: boolean;
|
|
28
|
+
keyup_selected: number;
|
|
29
|
+
}, {
|
|
30
|
+
noDataMessage(): string;
|
|
31
|
+
}, {
|
|
32
|
+
fixScrolling(): void;
|
|
33
|
+
closeDropdown(): void;
|
|
34
|
+
handleNavigate(): void;
|
|
35
|
+
onBlur(): void;
|
|
36
|
+
onChange(): void;
|
|
37
|
+
onFocus(): void;
|
|
38
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "onblur" | "onchange" | "onfocus")[], "update:modelValue" | "onblur" | "onchange" | "onfocus", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
39
|
+
noDataText: {
|
|
40
|
+
type: StringConstructor;
|
|
41
|
+
default: string;
|
|
42
|
+
};
|
|
43
|
+
maxWidth: {
|
|
44
|
+
type: StringConstructor;
|
|
45
|
+
default: string;
|
|
46
|
+
};
|
|
47
|
+
dataTestName: {
|
|
48
|
+
type: StringConstructor;
|
|
49
|
+
default: string;
|
|
50
|
+
};
|
|
51
|
+
placeholder: {
|
|
52
|
+
type: StringConstructor;
|
|
53
|
+
default: string;
|
|
54
|
+
};
|
|
55
|
+
}>> & {
|
|
56
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
57
|
+
onOnblur?: ((...args: any[]) => any) | undefined;
|
|
58
|
+
onOnchange?: ((...args: any[]) => any) | undefined;
|
|
59
|
+
onOnfocus?: ((...args: any[]) => any) | undefined;
|
|
60
|
+
}, {
|
|
61
|
+
dataTestName: string;
|
|
62
|
+
maxWidth: string;
|
|
63
|
+
placeholder: string;
|
|
64
|
+
noDataText: string;
|
|
65
|
+
}>;
|
|
66
|
+
export default _default;
|
|
@@ -1,100 +1,100 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{
|
|
2
|
-
id: {
|
|
3
|
-
type: StringConstructor;
|
|
4
|
-
default: undefined;
|
|
5
|
-
};
|
|
6
|
-
modelValue: {
|
|
7
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
8
|
-
required: true;
|
|
9
|
-
};
|
|
10
|
-
disabled: {
|
|
11
|
-
type: BooleanConstructor;
|
|
12
|
-
default: boolean;
|
|
13
|
-
};
|
|
14
|
-
prefixIcon: {
|
|
15
|
-
type: StringConstructor;
|
|
16
|
-
default: string;
|
|
17
|
-
};
|
|
18
|
-
dataTestName: {
|
|
19
|
-
type: StringConstructor;
|
|
20
|
-
default: string;
|
|
21
|
-
};
|
|
22
|
-
prefixIconSize: {
|
|
23
|
-
type: StringConstructor;
|
|
24
|
-
default: string;
|
|
25
|
-
};
|
|
26
|
-
name: {
|
|
27
|
-
type: StringConstructor;
|
|
28
|
-
default: undefined;
|
|
29
|
-
};
|
|
30
|
-
}, unknown, {
|
|
31
|
-
defaultPrefixIcon: string;
|
|
32
|
-
}, {
|
|
33
|
-
prefixClasses(): (string)[];
|
|
34
|
-
}, {}, import("vue").DefineComponent<{
|
|
35
|
-
prefixIconColor: {
|
|
36
|
-
type: import("vue").PropType<import("../../components/VcInput/VcInput.types").VcInputColor>;
|
|
37
|
-
default: string;
|
|
38
|
-
};
|
|
39
|
-
color: {
|
|
40
|
-
type: import("vue").PropType<import("../../components/VcInput/VcInput.types").VcInputColor>;
|
|
41
|
-
default: string;
|
|
42
|
-
};
|
|
43
|
-
}, unknown, {
|
|
44
|
-
colorClass: string;
|
|
45
|
-
iconColorClass: string;
|
|
46
|
-
}, {
|
|
47
|
-
inputClasses(): string;
|
|
48
|
-
prefixIconColorValue(): string;
|
|
49
|
-
prefixIconColorIsHex(): boolean;
|
|
50
|
-
prefixStyle(): import("vue").CSSProperties;
|
|
51
|
-
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
52
|
-
prefixIconColor: {
|
|
53
|
-
type: import("vue").PropType<import("../../components/VcInput/VcInput.types").VcInputColor>;
|
|
54
|
-
default: string;
|
|
55
|
-
};
|
|
56
|
-
color: {
|
|
57
|
-
type: import("vue").PropType<import("../../components/VcInput/VcInput.types").VcInputColor>;
|
|
58
|
-
default: string;
|
|
59
|
-
};
|
|
60
|
-
}>>, {
|
|
61
|
-
color: import("../../components/VcInput/VcInput.types").VcInputColor;
|
|
62
|
-
prefixIconColor: import("../../components/VcInput/VcInput.types").VcInputColor;
|
|
63
|
-
}>, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
64
|
-
id: {
|
|
65
|
-
type: StringConstructor;
|
|
66
|
-
default: undefined;
|
|
67
|
-
};
|
|
68
|
-
modelValue: {
|
|
69
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
70
|
-
required: true;
|
|
71
|
-
};
|
|
72
|
-
disabled: {
|
|
73
|
-
type: BooleanConstructor;
|
|
74
|
-
default: boolean;
|
|
75
|
-
};
|
|
76
|
-
prefixIcon: {
|
|
77
|
-
type: StringConstructor;
|
|
78
|
-
default: string;
|
|
79
|
-
};
|
|
80
|
-
dataTestName: {
|
|
81
|
-
type: StringConstructor;
|
|
82
|
-
default: string;
|
|
83
|
-
};
|
|
84
|
-
prefixIconSize: {
|
|
85
|
-
type: StringConstructor;
|
|
86
|
-
default: string;
|
|
87
|
-
};
|
|
88
|
-
name: {
|
|
89
|
-
type: StringConstructor;
|
|
90
|
-
default: undefined;
|
|
91
|
-
};
|
|
92
|
-
}>>, {
|
|
93
|
-
name: string;
|
|
94
|
-
disabled: boolean;
|
|
95
|
-
dataTestName: string;
|
|
96
|
-
id: string;
|
|
97
|
-
prefixIcon: string;
|
|
98
|
-
prefixIconSize: string;
|
|
99
|
-
}>;
|
|
100
|
-
export default _default;
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
id: {
|
|
3
|
+
type: StringConstructor;
|
|
4
|
+
default: undefined;
|
|
5
|
+
};
|
|
6
|
+
modelValue: {
|
|
7
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
8
|
+
required: true;
|
|
9
|
+
};
|
|
10
|
+
disabled: {
|
|
11
|
+
type: BooleanConstructor;
|
|
12
|
+
default: boolean;
|
|
13
|
+
};
|
|
14
|
+
prefixIcon: {
|
|
15
|
+
type: StringConstructor;
|
|
16
|
+
default: string;
|
|
17
|
+
};
|
|
18
|
+
dataTestName: {
|
|
19
|
+
type: StringConstructor;
|
|
20
|
+
default: string;
|
|
21
|
+
};
|
|
22
|
+
prefixIconSize: {
|
|
23
|
+
type: StringConstructor;
|
|
24
|
+
default: string;
|
|
25
|
+
};
|
|
26
|
+
name: {
|
|
27
|
+
type: StringConstructor;
|
|
28
|
+
default: undefined;
|
|
29
|
+
};
|
|
30
|
+
}, unknown, {
|
|
31
|
+
defaultPrefixIcon: string;
|
|
32
|
+
}, {
|
|
33
|
+
prefixClasses(): (string)[];
|
|
34
|
+
}, {}, import("vue").DefineComponent<{
|
|
35
|
+
prefixIconColor: {
|
|
36
|
+
type: import("vue").PropType<import("../../components/VcInput/VcInput.types").VcInputColor>;
|
|
37
|
+
default: string;
|
|
38
|
+
};
|
|
39
|
+
color: {
|
|
40
|
+
type: import("vue").PropType<import("../../components/VcInput/VcInput.types").VcInputColor>;
|
|
41
|
+
default: string;
|
|
42
|
+
};
|
|
43
|
+
}, unknown, {
|
|
44
|
+
colorClass: string;
|
|
45
|
+
iconColorClass: string;
|
|
46
|
+
}, {
|
|
47
|
+
inputClasses(): string;
|
|
48
|
+
prefixIconColorValue(): string;
|
|
49
|
+
prefixIconColorIsHex(): boolean;
|
|
50
|
+
prefixStyle(): import("vue").CSSProperties;
|
|
51
|
+
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
52
|
+
prefixIconColor: {
|
|
53
|
+
type: import("vue").PropType<import("../../components/VcInput/VcInput.types").VcInputColor>;
|
|
54
|
+
default: string;
|
|
55
|
+
};
|
|
56
|
+
color: {
|
|
57
|
+
type: import("vue").PropType<import("../../components/VcInput/VcInput.types").VcInputColor>;
|
|
58
|
+
default: string;
|
|
59
|
+
};
|
|
60
|
+
}>>, {
|
|
61
|
+
color: import("../../components/VcInput/VcInput.types").VcInputColor;
|
|
62
|
+
prefixIconColor: import("../../components/VcInput/VcInput.types").VcInputColor;
|
|
63
|
+
}>, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
64
|
+
id: {
|
|
65
|
+
type: StringConstructor;
|
|
66
|
+
default: undefined;
|
|
67
|
+
};
|
|
68
|
+
modelValue: {
|
|
69
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
70
|
+
required: true;
|
|
71
|
+
};
|
|
72
|
+
disabled: {
|
|
73
|
+
type: BooleanConstructor;
|
|
74
|
+
default: boolean;
|
|
75
|
+
};
|
|
76
|
+
prefixIcon: {
|
|
77
|
+
type: StringConstructor;
|
|
78
|
+
default: string;
|
|
79
|
+
};
|
|
80
|
+
dataTestName: {
|
|
81
|
+
type: StringConstructor;
|
|
82
|
+
default: string;
|
|
83
|
+
};
|
|
84
|
+
prefixIconSize: {
|
|
85
|
+
type: StringConstructor;
|
|
86
|
+
default: string;
|
|
87
|
+
};
|
|
88
|
+
name: {
|
|
89
|
+
type: StringConstructor;
|
|
90
|
+
default: undefined;
|
|
91
|
+
};
|
|
92
|
+
}>>, {
|
|
93
|
+
name: string;
|
|
94
|
+
disabled: boolean;
|
|
95
|
+
dataTestName: string;
|
|
96
|
+
id: string;
|
|
97
|
+
prefixIcon: string;
|
|
98
|
+
prefixIconSize: string;
|
|
99
|
+
}>;
|
|
100
|
+
export default _default;
|