@voicenter-team/voicenter-ui-plus 0.0.21 → 0.0.23

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.
Files changed (146) hide show
  1. package/library/style.css +1 -1
  2. package/library/super.mjs +2 -10
  3. package/library/super.mjs.map +1 -1
  4. package/library/super.umd.js +4 -4
  5. package/library/super.umd.js.map +1 -1
  6. package/library/types/src/components/VcButton/VcButton.types.d.ts +5 -5
  7. package/library/types/src/components/VcButton/VcButton.vue.d.ts +97 -97
  8. package/library/types/src/components/VcButton/VcButtonIcon.vue.d.ts +89 -89
  9. package/library/types/src/components/VcButton/index.d.ts +184 -0
  10. package/library/types/src/components/VcCard/VcCard.vue.d.ts +23 -23
  11. package/library/types/src/components/VcCheckbox/VcCheckbox.vue.d.ts +133 -133
  12. package/library/types/src/components/VcCheckbox/VcCheckboxGroupEl.vue.d.ts +2 -2
  13. package/library/types/src/components/VcCheckbox/group.mixin.d.ts +60 -60
  14. package/library/types/src/components/VcCheckboxGroup/VcCheckboxGroup.vue.d.ts +140 -140
  15. package/library/types/src/components/VcCollapse/VcCollapse.vue.d.ts +33 -33
  16. package/library/types/src/components/VcCollapse/VcCollapseItem.vue.d.ts +106 -106
  17. package/library/types/src/components/VcCollapse/VcCollapseTransition.vue.d.ts +14 -14
  18. package/library/types/src/components/VcColorPicker/ColorPicker/ColorPicker.vue.d.ts +67 -67
  19. package/library/types/src/components/VcColorPicker/ColorPicker/Hue.vue.d.ts +40 -40
  20. package/library/types/src/components/VcColorPicker/ColorPicker/Saturation.vue.d.ts +49 -49
  21. package/library/types/src/components/VcColorPicker/ColorPicker/composible.d.ts +23 -23
  22. package/library/types/src/components/VcColorPicker/VcColorPicker.types.d.ts +10 -10
  23. package/library/types/src/components/VcColorPicker/VcColorPicker.vue.d.ts +65 -65
  24. package/library/types/src/components/VcDatetimeRangePicker/VcDatetimeRangePicker.types.d.ts +27 -27
  25. package/library/types/src/components/VcDatetimeRangePicker/VcDatetimeRangePicker.vue.d.ts +360 -360
  26. package/library/types/src/components/VcDelimitedList/VcDelimitedList.types.d.ts +4 -4
  27. package/library/types/src/components/VcDelimitedList/VcDelimitedList.vue.d.ts +92 -92
  28. package/library/types/src/components/VcExtendedDatetimeRangePicker/ExtendedDatetimeRangePickerPart.vue.d.ts +208 -208
  29. package/library/types/src/components/VcExtendedDatetimeRangePicker/ExtendedDatetimeRangePickerRelative.vue.d.ts +96 -96
  30. package/library/types/src/components/VcExtendedDatetimeRangePicker/VcExtendedDatetimeRangePicker.types.d.ts +11 -11
  31. package/library/types/src/components/VcExtendedDatetimeRangePicker/VcExtendedDatetimeRangePicker.vue.d.ts +276 -276
  32. package/library/types/src/components/VcExtendedDatetimeRangePicker/VcExtendedDatetimeRangePickerQuickOptionsSelection.vue.d.ts +51 -51
  33. package/library/types/src/components/VcExtendedDatetimeRangePicker/enum.d.ts +6 -6
  34. package/library/types/src/components/VcFileUploader/VcFileUploader.types.d.ts +4 -4
  35. package/library/types/src/components/VcFileUploader/VcFileUploader.vue.d.ts +388 -388
  36. package/library/types/src/components/VcForm/UiComponents/VcInputError.vue.d.ts +14 -0
  37. package/library/types/src/components/VcForm/UiComponents/VcInputLabel.vue.d.ts +204 -204
  38. package/library/types/src/components/VcForm/VcForm.vue.d.ts +348 -348
  39. package/library/types/src/components/VcForm/VcFormItem.vue.d.ts +69 -69
  40. package/library/types/src/components/VcHyperLink/VcHyperLink.types.d.ts +2 -2
  41. package/library/types/src/components/VcHyperLink/VcHyperLink.vue.d.ts +54 -54
  42. package/library/types/src/components/VcIconPicker/VcIconPicker.types.d.ts +15 -15
  43. package/library/types/src/components/VcIconPicker/VcIconPicker.vue.d.ts +105 -105
  44. package/library/types/src/components/VcIconPicker/iconPicker.mixin.d.ts +51 -51
  45. package/library/types/src/components/VcInput/VcInput.types.d.ts +2 -2
  46. package/library/types/src/components/VcInput/VcInput.vue.d.ts +202 -202
  47. package/library/types/src/components/VcInputNumber/VcInputNumber.vue.d.ts +256 -256
  48. package/library/types/src/components/VcLoading/Loaders/Circles.vue.d.ts +28 -28
  49. package/library/types/src/components/VcLoading/Loaders/LdsSpinner.vue.d.ts +29 -29
  50. package/library/types/src/components/VcLoading/Loaders/LoadIcon.vue.d.ts +36 -36
  51. package/library/types/src/components/VcLoading/Loaders/Stretch.vue.d.ts +28 -28
  52. package/library/types/src/components/VcLoading/VcLoading.types.d.ts +1 -1
  53. package/library/types/src/components/VcLoading/VcLoading.vue.d.ts +66 -66
  54. package/library/types/src/components/VcModal/VcModal.types.d.ts +4 -4
  55. package/library/types/src/components/VcModal/VcModal.vue.d.ts +210 -210
  56. package/library/types/src/components/VcNotification/VcNotification.types.d.ts +17 -0
  57. package/library/types/src/components/VcNotification/VcNotification.vue.d.ts +59 -0
  58. package/library/types/src/components/VcNotification/VcNotificationMessage.vue.d.ts +35 -0
  59. package/library/types/src/components/VcPagination/VcPagination.types.d.ts +4 -4
  60. package/library/types/src/components/VcPagination/VcPagination.vue.d.ts +64 -64
  61. package/library/types/src/components/VcPagination/VcPaginationButton.vue.d.ts +34 -34
  62. package/library/types/src/components/VcPopover/VcPopover.types.d.ts +3 -3
  63. package/library/types/src/components/VcPopover/VcPopover.vue.d.ts +150 -150
  64. package/library/types/src/components/VcProgress/VcProgress.types.d.ts +16 -16
  65. package/library/types/src/components/VcProgress/VcProgress.vue.d.ts +147 -147
  66. package/library/types/src/components/VcProgress/progress.options.d.ts +13 -13
  67. package/library/types/src/components/VcRadio/VcRadio.vue.d.ts +88 -88
  68. package/library/types/src/components/VcRadioGroup/VcRadioGroup.vue.d.ts +96 -96
  69. package/library/types/src/components/VcRadioTabs/UiComponents/VcRadioTabsNav.vue.d.ts +41 -41
  70. package/library/types/src/components/VcRadioTabs/VcRadioTabs.vue.d.ts +78 -78
  71. package/library/types/src/components/VcSelect/VcSelect.options.d.ts +78 -78
  72. package/library/types/src/components/VcSelect/VcSelect.vue.d.ts +293 -293
  73. package/library/types/src/components/VcSkeletonLoader/Loaders/Card.vue.d.ts +18 -18
  74. package/library/types/src/components/VcSkeletonLoader/Loaders/Circle.vue.d.ts +28 -28
  75. package/library/types/src/components/VcSkeletonLoader/Loaders/Row.vue.d.ts +18 -18
  76. package/library/types/src/components/VcSkeletonLoader/Loaders/Square.vue.d.ts +28 -28
  77. package/library/types/src/components/VcSkeletonLoader/Loaders/Text.vue.d.ts +16 -16
  78. package/library/types/src/components/VcSkeletonLoader/VcSkeletonLoader.types.d.ts +1 -1
  79. package/library/types/src/components/VcSkeletonLoader/VcSkeletonLoader.vue.d.ts +81 -81
  80. package/library/types/src/components/VcSoundplayer/VcSoundPlayer.types.d.ts +2 -2
  81. package/library/types/src/components/VcSoundplayer/VcSoundPlayer.vue.d.ts +130 -130
  82. package/library/types/src/components/VcSplitButton/VcSplitButton.types.d.ts +8 -8
  83. package/library/types/src/components/VcSplitButton/VcSplitButton.vue.d.ts +68 -68
  84. package/library/types/src/components/VcSwitch/VcSwitch.types.d.ts +1 -1
  85. package/library/types/src/components/VcSwitch/VcSwitch.vue.d.ts +151 -151
  86. package/library/types/src/components/VcTable/VcTable.types.d.ts +45 -45
  87. package/library/types/src/components/VcTable/VcTable.vue.d.ts +334 -334
  88. package/library/types/src/components/VcTable/tableOptions.d.ts +6 -6
  89. package/library/types/src/components/VcTabs/VcTabNav.vue.d.ts +54 -54
  90. package/library/types/src/components/VcTabs/VcTabPane.vue.d.ts +92 -92
  91. package/library/types/src/components/VcTabs/VcTabs.types.d.ts +14 -14
  92. package/library/types/src/components/VcTabs/VcTabs.vue.d.ts +62 -62
  93. package/library/types/src/components/VcTag/VcTag.types.d.ts +1 -1
  94. package/library/types/src/components/VcTag/VcTag.vue.d.ts +99 -99
  95. package/library/types/src/components/VcTagInput/VcTagInput.types.d.ts +1 -0
  96. package/library/types/src/components/VcTagInput/VcTagInput.vue.d.ts +290 -290
  97. package/library/types/src/components/VcTimeInput/VcTimeInput.vue.d.ts +269 -269
  98. package/library/types/src/components/VcTree/VcTree.types.d.ts +36 -36
  99. package/library/types/src/components/VcTree/VcTree.vue.d.ts +209 -209
  100. package/library/types/src/components/VcTree/VcTreeNode.vue.d.ts +104 -104
  101. package/library/types/src/components/VcTree/VcTreeSelect.vue.d.ts +305 -305
  102. package/library/types/src/components/VcVerticalTabs/UiComponents/VerticalTabNav.vue.d.ts +54 -54
  103. package/library/types/src/components/VcVerticalTabs/VcVerticalTabs.types.d.ts +1 -0
  104. package/library/types/src/components/VcVerticalTabs/VcVerticalTabs.vue.d.ts +76 -76
  105. package/library/types/src/components/VcViewSwitcher/VcViewSwitcher.vue.d.ts +74 -74
  106. package/library/types/src/components/VcWizard/VcSummaryProgress.vue.d.ts +55 -55
  107. package/library/types/src/components/VcWizard/VcSummaryStep.vue.d.ts +70 -70
  108. package/library/types/src/components/VcWizard/VcWizard.types.d.ts +15 -15
  109. package/library/types/src/components/VcWizard/VcWizard.vue.d.ts +157 -157
  110. package/library/types/src/components/VcWizard/VcWizardNavigation.vue.d.ts +110 -110
  111. package/library/types/src/components/VcWizard/VcWizardSummary.vue.d.ts +47 -47
  112. package/library/types/src/components/VcWizard/VcWizardTransition.vue.d.ts +83 -83
  113. package/library/types/src/components/VcWizard/baseTransition.d.ts +93 -0
  114. package/library/types/src/components/index.d.ts +91 -91
  115. package/library/types/src/directives/click-outside.d.ts +2 -0
  116. package/library/types/src/directives/resize.d.ts +6 -6
  117. package/library/types/src/entry.d.ts +3 -2
  118. package/library/types/src/localization/Localization.types.d.ts +17 -17
  119. package/library/types/src/localization/index.d.ts +9 -9
  120. package/library/types/src/mixins/common/appendTo.mixin.d.ts +19 -19
  121. package/library/types/src/mixins/defaultComponent.mixin.d.ts +14 -14
  122. package/library/types/src/mixins/dropdown.mixin.d.ts +66 -0
  123. package/library/types/src/mixins/input/baseInput.mixin.d.ts +100 -100
  124. package/library/types/src/mixins/input/color.mixin.d.ts +33 -33
  125. package/library/types/src/mixins/input/error.mixin.d.ts +23 -23
  126. package/library/types/src/mixins/input/input.mixin.d.ts +146 -146
  127. package/library/types/src/mixins/input/label.mixin.d.ts +52 -52
  128. package/library/types/src/mixins/optionMethods.mixin.d.ts +38 -38
  129. package/library/types/src/mixins/selectBox.mixin.d.ts +73 -0
  130. package/library/types/src/mixins/table/tableProps.mixin.d.ts +108 -108
  131. package/library/types/src/theme/index.d.ts +1 -1
  132. package/library/types/src/theme/theme.types.d.ts +6 -6
  133. package/library/types/src/types/AppendToTarget.types.d.ts +1 -1
  134. package/library/types/src/types/Dropdown.types.d.ts +1 -0
  135. package/library/types/src/types/Entry.types.d.ts +6 -6
  136. package/library/types/src/types/OptionAndConfig.types.d.ts +23 -23
  137. package/library/types/src/types/VueGeneric.types.d.ts +1 -1
  138. package/package.json +4 -5
  139. package/src/theme/index.d.ts +1 -0
  140. package/src/theme/index.js +38 -0
  141. package/src/theme/index.js.map +1 -0
  142. package/src/theme/theme.types.d.ts +6 -0
  143. package/src/theme/theme.types.js +2 -0
  144. package/src/theme/theme.types.js.map +1 -0
  145. package/library/types/src/entry.esm.d.ts +0 -3
  146. package/library/types/src/env.d.ts +0 -18
@@ -1,54 +1,54 @@
1
- import { OptionType } from '../../../types/OptionAndConfig.types';
2
- import { KeyAttributeType } from '../../../types/VueGeneric.types';
3
- declare const _sfc_main: import("vue").DefineComponent<{
4
- activeIndex: {
5
- type: StringConstructor;
6
- required: true;
7
- };
8
- }, unknown, {
9
- activeTab: unknown;
10
- }, {}, {
11
- onClick(option: OptionType, item: KeyAttributeType): void;
12
- }, import("vue").DefineComponent<{
13
- config: {
14
- type: import("vue").PropType<import('../../../types/OptionAndConfig.types').ConfigType>;
15
- default: () => import('../../../types/OptionAndConfig.types').ConfigType;
16
- };
17
- options: {
18
- type: import("vue").PropType<OptionType[]>;
19
- default: () => OptionType[];
20
- };
21
- }, unknown, unknown, {}, {
22
- optionKey(option: OptionType, index: number, config: import('../../../types/OptionAndConfig.types').ConfigType): KeyAttributeType;
23
- optionValue(option: OptionType, config: import('../../../types/OptionAndConfig.types').ConfigType): import('../../../types/OptionAndConfig.types').OptionValueType;
24
- optionLabel(option: OptionType | undefined, config: import('../../../types/OptionAndConfig.types').ConfigType): string;
25
- optionIcon(option: OptionType, config: import('../../../types/OptionAndConfig.types').ConfigType): string;
26
- optionDisabled(option: OptionType, config: import('../../../types/OptionAndConfig.types').ConfigType): boolean;
27
- optionIconColorHex(option: OptionType, config: import('../../../types/OptionAndConfig.types').ConfigType): string;
28
- optionSearchKeys(option: OptionType, config: import('../../../types/OptionAndConfig.types').ConfigType): string[];
29
- optionClass(option: OptionType, config: import('../../../types/OptionAndConfig.types').ConfigType): string | [string];
30
- optionStyle(option: OptionType, config: import('../../../types/OptionAndConfig.types').ConfigType): string | {
31
- [key: string]: unknown;
32
- };
33
- }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
34
- config: {
35
- type: import("vue").PropType<import('../../../types/OptionAndConfig.types').ConfigType>;
36
- default: () => import('../../../types/OptionAndConfig.types').ConfigType;
37
- };
38
- options: {
39
- type: import("vue").PropType<OptionType[]>;
40
- default: () => OptionType[];
41
- };
42
- }>>, {
43
- config: import('../../../types/OptionAndConfig.types').ConfigType;
44
- options: OptionType[];
45
- }>, import("vue").ComponentOptionsMixin, ("change" | "indexOfActiveElement")[], "change" | "indexOfActiveElement", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
46
- activeIndex: {
47
- type: StringConstructor;
48
- required: true;
49
- };
50
- }>> & {
51
- onChange?: ((...args: any[]) => any) | undefined;
52
- onIndexOfActiveElement?: ((...args: any[]) => any) | undefined;
53
- }, {}>;
54
- export default _sfc_main;
1
+ import { OptionType } from '../../../types/OptionAndConfig.types';
2
+ import { KeyAttributeType } from '../../../types/VueGeneric.types';
3
+ declare const _default: import("vue").DefineComponent<{
4
+ activeIndex: {
5
+ type: StringConstructor;
6
+ required: true;
7
+ };
8
+ }, unknown, {
9
+ activeTab: unknown;
10
+ }, {}, {
11
+ onClick(option: OptionType, item: KeyAttributeType): void;
12
+ }, import("vue").DefineComponent<{
13
+ config: {
14
+ type: import("vue").PropType<import('../../../types/OptionAndConfig.types').ConfigType>;
15
+ default: () => import('../../../types/OptionAndConfig.types').ConfigType;
16
+ };
17
+ options: {
18
+ type: import("vue").PropType<OptionType[]>;
19
+ default: () => OptionType[];
20
+ };
21
+ }, unknown, unknown, {}, {
22
+ optionKey(option: OptionType, index: number, config: import('../../../types/OptionAndConfig.types').ConfigType): KeyAttributeType;
23
+ optionValue(option: OptionType, config: import('../../../types/OptionAndConfig.types').ConfigType): import('../../../types/OptionAndConfig.types').OptionValueType;
24
+ optionLabel(option: OptionType | undefined, config: import('../../../types/OptionAndConfig.types').ConfigType): string;
25
+ optionIcon(option: OptionType, config: import('../../../types/OptionAndConfig.types').ConfigType): string;
26
+ optionDisabled(option: OptionType, config: import('../../../types/OptionAndConfig.types').ConfigType): boolean;
27
+ optionIconColorHex(option: OptionType, config: import('../../../types/OptionAndConfig.types').ConfigType): string;
28
+ optionSearchKeys(option: OptionType, config: import('../../../types/OptionAndConfig.types').ConfigType): string[];
29
+ optionClass(option: OptionType, config: import('../../../types/OptionAndConfig.types').ConfigType): string | [string];
30
+ optionStyle(option: OptionType, config: import('../../../types/OptionAndConfig.types').ConfigType): string | {
31
+ [key: string]: unknown;
32
+ };
33
+ }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
34
+ config: {
35
+ type: import("vue").PropType<import('../../../types/OptionAndConfig.types').ConfigType>;
36
+ default: () => import('../../../types/OptionAndConfig.types').ConfigType;
37
+ };
38
+ options: {
39
+ type: import("vue").PropType<OptionType[]>;
40
+ default: () => OptionType[];
41
+ };
42
+ }>>, {
43
+ config: import('../../../types/OptionAndConfig.types').ConfigType;
44
+ options: OptionType[];
45
+ }>, import("vue").ComponentOptionsMixin, ("change" | "indexOfActiveElement")[], "change" | "indexOfActiveElement", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
46
+ activeIndex: {
47
+ type: StringConstructor;
48
+ required: true;
49
+ };
50
+ }>> & {
51
+ onChange?: ((...args: any[]) => any) | undefined;
52
+ onIndexOfActiveElement?: ((...args: any[]) => any) | undefined;
53
+ }, {}>;
54
+ export default _default;
@@ -0,0 +1 @@
1
+ export declare type VcVerticalTabsType = '/ your types /';
@@ -1,76 +1,76 @@
1
- import { KeyAttributeType } from '../../types/VueGeneric.types';
2
- import { OptionType } from '../../types/OptionAndConfig.types';
3
- declare const _sfc_main: import("vue").DefineComponent<{
4
- modelValue: {
5
- type: StringConstructor;
6
- required: true;
7
- };
8
- tabTitle: {
9
- type: StringConstructor;
10
- default: string;
11
- };
12
- tabsTitle: {
13
- type: StringConstructor;
14
- default: string;
15
- };
16
- }, unknown, {
17
- activeElement: unknown;
18
- }, {
19
- slotName(): unknown;
20
- }, {
21
- getActiveIndex(index: KeyAttributeType | unknown | undefined): void;
22
- change(val: OptionType): void;
23
- }, import("vue").DefineComponent<{
24
- config: {
25
- type: import("vue").PropType<import('../../types/OptionAndConfig.types').ConfigType>;
26
- default: () => import('../../types/OptionAndConfig.types').ConfigType;
27
- };
28
- options: {
29
- type: import("vue").PropType<OptionType[]>;
30
- default: () => OptionType[];
31
- };
32
- }, unknown, unknown, {}, {
33
- optionKey(option: OptionType, index: number, config: import('../../types/OptionAndConfig.types').ConfigType): KeyAttributeType;
34
- optionValue(option: OptionType, config: import('../../types/OptionAndConfig.types').ConfigType): import('../../types/OptionAndConfig.types').OptionValueType;
35
- optionLabel(option: OptionType | undefined, config: import('../../types/OptionAndConfig.types').ConfigType): string;
36
- optionIcon(option: OptionType, config: import('../../types/OptionAndConfig.types').ConfigType): string;
37
- optionDisabled(option: OptionType, config: import('../../types/OptionAndConfig.types').ConfigType): boolean;
38
- optionIconColorHex(option: OptionType, config: import('../../types/OptionAndConfig.types').ConfigType): string;
39
- optionSearchKeys(option: OptionType, config: import('../../types/OptionAndConfig.types').ConfigType): string[];
40
- optionClass(option: OptionType, config: import('../../types/OptionAndConfig.types').ConfigType): string | [string];
41
- optionStyle(option: OptionType, config: import('../../types/OptionAndConfig.types').ConfigType): string | {
42
- [key: string]: unknown;
43
- };
44
- }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
45
- config: {
46
- type: import("vue").PropType<import('../../types/OptionAndConfig.types').ConfigType>;
47
- default: () => import('../../types/OptionAndConfig.types').ConfigType;
48
- };
49
- options: {
50
- type: import("vue").PropType<OptionType[]>;
51
- default: () => OptionType[];
52
- };
53
- }>>, {
54
- config: import('../../types/OptionAndConfig.types').ConfigType;
55
- options: OptionType[];
56
- }>, import("vue").ComponentOptionsMixin, ("update:modelValue" | "change")[], "update:modelValue" | "change", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
57
- modelValue: {
58
- type: StringConstructor;
59
- required: true;
60
- };
61
- tabTitle: {
62
- type: StringConstructor;
63
- default: string;
64
- };
65
- tabsTitle: {
66
- type: StringConstructor;
67
- default: string;
68
- };
69
- }>> & {
70
- onChange?: ((...args: any[]) => any) | undefined;
71
- "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
72
- }, {
73
- tabTitle: string;
74
- tabsTitle: string;
75
- }>;
76
- export default _sfc_main;
1
+ import { KeyAttributeType } from '../../types/VueGeneric.types';
2
+ import { OptionType } from '../../types/OptionAndConfig.types';
3
+ declare const _default: import("vue").DefineComponent<{
4
+ modelValue: {
5
+ type: StringConstructor;
6
+ required: true;
7
+ };
8
+ tabTitle: {
9
+ type: StringConstructor;
10
+ default: string;
11
+ };
12
+ tabsTitle: {
13
+ type: StringConstructor;
14
+ default: string;
15
+ };
16
+ }, unknown, {
17
+ activeElement: unknown;
18
+ }, {
19
+ slotName(): unknown;
20
+ }, {
21
+ getActiveIndex(index: KeyAttributeType | unknown | undefined): void;
22
+ change(val: OptionType): void;
23
+ }, import("vue").DefineComponent<{
24
+ config: {
25
+ type: import("vue").PropType<import('../../types/OptionAndConfig.types').ConfigType>;
26
+ default: () => import('../../types/OptionAndConfig.types').ConfigType;
27
+ };
28
+ options: {
29
+ type: import("vue").PropType<OptionType[]>;
30
+ default: () => OptionType[];
31
+ };
32
+ }, unknown, unknown, {}, {
33
+ optionKey(option: OptionType, index: number, config: import('../../types/OptionAndConfig.types').ConfigType): KeyAttributeType;
34
+ optionValue(option: OptionType, config: import('../../types/OptionAndConfig.types').ConfigType): import('../../types/OptionAndConfig.types').OptionValueType;
35
+ optionLabel(option: OptionType | undefined, config: import('../../types/OptionAndConfig.types').ConfigType): string;
36
+ optionIcon(option: OptionType, config: import('../../types/OptionAndConfig.types').ConfigType): string;
37
+ optionDisabled(option: OptionType, config: import('../../types/OptionAndConfig.types').ConfigType): boolean;
38
+ optionIconColorHex(option: OptionType, config: import('../../types/OptionAndConfig.types').ConfigType): string;
39
+ optionSearchKeys(option: OptionType, config: import('../../types/OptionAndConfig.types').ConfigType): string[];
40
+ optionClass(option: OptionType, config: import('../../types/OptionAndConfig.types').ConfigType): string | [string];
41
+ optionStyle(option: OptionType, config: import('../../types/OptionAndConfig.types').ConfigType): string | {
42
+ [key: string]: unknown;
43
+ };
44
+ }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
45
+ config: {
46
+ type: import("vue").PropType<import('../../types/OptionAndConfig.types').ConfigType>;
47
+ default: () => import('../../types/OptionAndConfig.types').ConfigType;
48
+ };
49
+ options: {
50
+ type: import("vue").PropType<OptionType[]>;
51
+ default: () => OptionType[];
52
+ };
53
+ }>>, {
54
+ config: import('../../types/OptionAndConfig.types').ConfigType;
55
+ options: OptionType[];
56
+ }>, import("vue").ComponentOptionsMixin, ("update:modelValue" | "change")[], "update:modelValue" | "change", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
57
+ modelValue: {
58
+ type: StringConstructor;
59
+ required: true;
60
+ };
61
+ tabTitle: {
62
+ type: StringConstructor;
63
+ default: string;
64
+ };
65
+ tabsTitle: {
66
+ type: StringConstructor;
67
+ default: string;
68
+ };
69
+ }>> & {
70
+ onChange?: ((...args: any[]) => any) | undefined;
71
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
72
+ }, {
73
+ tabTitle: string;
74
+ tabsTitle: string;
75
+ }>;
76
+ export default _default;
@@ -1,74 +1,74 @@
1
- import { OptionType } from '../../types/OptionAndConfig.types';
2
- import { KeyAttributeType } from '../../types/VueGeneric.types';
3
- declare const _sfc_main: import("vue").DefineComponent<{
4
- disabled: {
5
- type: BooleanConstructor;
6
- default: boolean;
7
- };
8
- dataTestName: {
9
- type: StringConstructor;
10
- default: string;
11
- };
12
- modelValue: {
13
- type: (StringConstructor | NumberConstructor)[];
14
- default: string;
15
- };
16
- }, unknown, {
17
- activeElement: unknown;
18
- }, {}, {
19
- onClick(option: OptionType, item: KeyAttributeType): void;
20
- }, import("vue").DefineComponent<{
21
- config: {
22
- type: import("vue").PropType<import('../../types/OptionAndConfig.types').ConfigType>;
23
- default: () => import('../../types/OptionAndConfig.types').ConfigType;
24
- };
25
- options: {
26
- type: import("vue").PropType<OptionType[]>;
27
- default: () => OptionType[];
28
- };
29
- }, unknown, unknown, {}, {
30
- optionKey(option: OptionType, index: number, config: import('../../types/OptionAndConfig.types').ConfigType): KeyAttributeType;
31
- optionValue(option: OptionType, config: import('../../types/OptionAndConfig.types').ConfigType): import('../../types/OptionAndConfig.types').OptionValueType;
32
- optionLabel(option: OptionType | undefined, config: import('../../types/OptionAndConfig.types').ConfigType): string;
33
- optionIcon(option: OptionType, config: import('../../types/OptionAndConfig.types').ConfigType): string;
34
- optionDisabled(option: OptionType, config: import('../../types/OptionAndConfig.types').ConfigType): boolean;
35
- optionIconColorHex(option: OptionType, config: import('../../types/OptionAndConfig.types').ConfigType): string;
36
- optionSearchKeys(option: OptionType, config: import('../../types/OptionAndConfig.types').ConfigType): string[];
37
- optionClass(option: OptionType, config: import('../../types/OptionAndConfig.types').ConfigType): string | [string];
38
- optionStyle(option: OptionType, config: import('../../types/OptionAndConfig.types').ConfigType): string | {
39
- [key: string]: unknown;
40
- };
41
- }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
42
- config: {
43
- type: import("vue").PropType<import('../../types/OptionAndConfig.types').ConfigType>;
44
- default: () => import('../../types/OptionAndConfig.types').ConfigType;
45
- };
46
- options: {
47
- type: import("vue").PropType<OptionType[]>;
48
- default: () => OptionType[];
49
- };
50
- }>>, {
51
- config: import('../../types/OptionAndConfig.types').ConfigType;
52
- options: OptionType[];
53
- }>, import("vue").ComponentOptionsMixin, ("update:modelValue" | "change")[], "update:modelValue" | "change", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
54
- disabled: {
55
- type: BooleanConstructor;
56
- default: boolean;
57
- };
58
- dataTestName: {
59
- type: StringConstructor;
60
- default: string;
61
- };
62
- modelValue: {
63
- type: (StringConstructor | NumberConstructor)[];
64
- default: string;
65
- };
66
- }>> & {
67
- onChange?: ((...args: any[]) => any) | undefined;
68
- "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
69
- }, {
70
- disabled: boolean;
71
- dataTestName: string;
72
- modelValue: string | number;
73
- }>;
74
- export default _sfc_main;
1
+ import { OptionType } from '../../types/OptionAndConfig.types';
2
+ import { KeyAttributeType } from '../../types/VueGeneric.types';
3
+ declare const _default: import("vue").DefineComponent<{
4
+ disabled: {
5
+ type: BooleanConstructor;
6
+ default: boolean;
7
+ };
8
+ dataTestName: {
9
+ type: StringConstructor;
10
+ default: string;
11
+ };
12
+ modelValue: {
13
+ type: (StringConstructor | NumberConstructor)[];
14
+ default: string;
15
+ };
16
+ }, unknown, {
17
+ activeElement: unknown;
18
+ }, {}, {
19
+ onClick(option: OptionType, item: KeyAttributeType): void;
20
+ }, import("vue").DefineComponent<{
21
+ config: {
22
+ type: import("vue").PropType<import('../../types/OptionAndConfig.types').ConfigType>;
23
+ default: () => import('../../types/OptionAndConfig.types').ConfigType;
24
+ };
25
+ options: {
26
+ type: import("vue").PropType<OptionType[]>;
27
+ default: () => OptionType[];
28
+ };
29
+ }, unknown, unknown, {}, {
30
+ optionKey(option: OptionType, index: number, config: import('../../types/OptionAndConfig.types').ConfigType): KeyAttributeType;
31
+ optionValue(option: OptionType, config: import('../../types/OptionAndConfig.types').ConfigType): import('../../types/OptionAndConfig.types').OptionValueType;
32
+ optionLabel(option: OptionType | undefined, config: import('../../types/OptionAndConfig.types').ConfigType): string;
33
+ optionIcon(option: OptionType, config: import('../../types/OptionAndConfig.types').ConfigType): string;
34
+ optionDisabled(option: OptionType, config: import('../../types/OptionAndConfig.types').ConfigType): boolean;
35
+ optionIconColorHex(option: OptionType, config: import('../../types/OptionAndConfig.types').ConfigType): string;
36
+ optionSearchKeys(option: OptionType, config: import('../../types/OptionAndConfig.types').ConfigType): string[];
37
+ optionClass(option: OptionType, config: import('../../types/OptionAndConfig.types').ConfigType): string | [string];
38
+ optionStyle(option: OptionType, config: import('../../types/OptionAndConfig.types').ConfigType): string | {
39
+ [key: string]: unknown;
40
+ };
41
+ }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
42
+ config: {
43
+ type: import("vue").PropType<import('../../types/OptionAndConfig.types').ConfigType>;
44
+ default: () => import('../../types/OptionAndConfig.types').ConfigType;
45
+ };
46
+ options: {
47
+ type: import("vue").PropType<OptionType[]>;
48
+ default: () => OptionType[];
49
+ };
50
+ }>>, {
51
+ config: import('../../types/OptionAndConfig.types').ConfigType;
52
+ options: OptionType[];
53
+ }>, import("vue").ComponentOptionsMixin, ("update:modelValue" | "change")[], "update:modelValue" | "change", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
54
+ disabled: {
55
+ type: BooleanConstructor;
56
+ default: boolean;
57
+ };
58
+ dataTestName: {
59
+ type: StringConstructor;
60
+ default: string;
61
+ };
62
+ modelValue: {
63
+ type: (StringConstructor | NumberConstructor)[];
64
+ default: string;
65
+ };
66
+ }>> & {
67
+ onChange?: ((...args: any[]) => any) | undefined;
68
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
69
+ }, {
70
+ disabled: boolean;
71
+ dataTestName: string;
72
+ modelValue: string | number;
73
+ }>;
74
+ export default _default;
@@ -1,55 +1,55 @@
1
- declare const _sfc_main: import("vue").DefineComponent<{
2
- icon: {
3
- type: StringConstructor;
4
- default: string;
5
- };
6
- lineFilled: {
7
- type: BooleanConstructor;
8
- default: boolean;
9
- };
10
- visible: {
11
- type: BooleanConstructor;
12
- default: boolean;
13
- };
14
- isActive: {
15
- type: BooleanConstructor;
16
- default: boolean;
17
- };
18
- activeDot: {
19
- type: BooleanConstructor;
20
- default: boolean;
21
- };
22
- }, unknown, {
23
- countDownIcons: number;
24
- }, {
25
- lineFilledClass(): string;
26
- dotFilledClass(): string;
27
- }, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
28
- icon: {
29
- type: StringConstructor;
30
- default: string;
31
- };
32
- lineFilled: {
33
- type: BooleanConstructor;
34
- default: boolean;
35
- };
36
- visible: {
37
- type: BooleanConstructor;
38
- default: boolean;
39
- };
40
- isActive: {
41
- type: BooleanConstructor;
42
- default: boolean;
43
- };
44
- activeDot: {
45
- type: BooleanConstructor;
46
- default: boolean;
47
- };
48
- }>>, {
49
- icon: string;
50
- visible: boolean;
51
- isActive: boolean;
52
- lineFilled: boolean;
53
- activeDot: boolean;
54
- }>;
55
- export default _sfc_main;
1
+ declare const _default: import("vue").DefineComponent<{
2
+ icon: {
3
+ type: StringConstructor;
4
+ default: string;
5
+ };
6
+ lineFilled: {
7
+ type: BooleanConstructor;
8
+ default: boolean;
9
+ };
10
+ visible: {
11
+ type: BooleanConstructor;
12
+ default: boolean;
13
+ };
14
+ isActive: {
15
+ type: BooleanConstructor;
16
+ default: boolean;
17
+ };
18
+ activeDot: {
19
+ type: BooleanConstructor;
20
+ default: boolean;
21
+ };
22
+ }, unknown, {
23
+ countDownIcons: number;
24
+ }, {
25
+ lineFilledClass(): string;
26
+ dotFilledClass(): string;
27
+ }, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
28
+ icon: {
29
+ type: StringConstructor;
30
+ default: string;
31
+ };
32
+ lineFilled: {
33
+ type: BooleanConstructor;
34
+ default: boolean;
35
+ };
36
+ visible: {
37
+ type: BooleanConstructor;
38
+ default: boolean;
39
+ };
40
+ isActive: {
41
+ type: BooleanConstructor;
42
+ default: boolean;
43
+ };
44
+ activeDot: {
45
+ type: BooleanConstructor;
46
+ default: boolean;
47
+ };
48
+ }>>, {
49
+ icon: string;
50
+ visible: boolean;
51
+ isActive: boolean;
52
+ lineFilled: boolean;
53
+ activeDot: boolean;
54
+ }>;
55
+ export default _default;