@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.
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 +10 -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,147 +1,147 @@
1
- import { PropType } from 'vue';
2
- import { BarStyle, ProgressFn, StatusIconProgress, StatusProgress } from './VcProgress.types';
3
- declare const _sfc_main: import("vue").DefineComponent<{
4
- percentage: {
5
- type: NumberConstructor;
6
- default: number;
7
- validator: (val: number) => boolean;
8
- };
9
- status: {
10
- type: PropType<StatusProgress>;
11
- default: string;
12
- values: string[];
13
- };
14
- color: {
15
- type: StringConstructor;
16
- default: string;
17
- validator: (val: string) => boolean;
18
- };
19
- indeterminate: {
20
- type: BooleanConstructor;
21
- default: boolean;
22
- };
23
- duration: {
24
- type: NumberConstructor;
25
- default: number;
26
- };
27
- height: {
28
- type: NumberConstructor;
29
- default: number;
30
- };
31
- textInside: {
32
- type: BooleanConstructor;
33
- default: boolean;
34
- };
35
- width: {
36
- type: (StringConstructor | NumberConstructor)[];
37
- default: number;
38
- };
39
- showText: {
40
- type: BooleanConstructor;
41
- default: boolean;
42
- };
43
- format: {
44
- type: PropType<ProgressFn>;
45
- default: (percentage: number) => string;
46
- };
47
- customColorMethod: {
48
- type: PropType<ProgressFn | undefined>;
49
- default: undefined;
50
- };
51
- showStatusIcon: {
52
- type: BooleanConstructor;
53
- default: boolean;
54
- };
55
- striped: {
56
- type: BooleanConstructor;
57
- default: boolean;
58
- };
59
- }, unknown, unknown, {
60
- outerBarStyle(): {
61
- [key: string]: string;
62
- };
63
- progressTextSize(): number;
64
- content(): string;
65
- containerStyle(): {
66
- [key: string]: string;
67
- };
68
- barStyle(): BarStyle;
69
- statusIcon(): StatusIconProgress | null;
70
- progressColor(): string;
71
- }, {
72
- getColor(): {
73
- variable: string;
74
- color: string;
75
- };
76
- }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
77
- percentage: {
78
- type: NumberConstructor;
79
- default: number;
80
- validator: (val: number) => boolean;
81
- };
82
- status: {
83
- type: PropType<StatusProgress>;
84
- default: string;
85
- values: string[];
86
- };
87
- color: {
88
- type: StringConstructor;
89
- default: string;
90
- validator: (val: string) => boolean;
91
- };
92
- indeterminate: {
93
- type: BooleanConstructor;
94
- default: boolean;
95
- };
96
- duration: {
97
- type: NumberConstructor;
98
- default: number;
99
- };
100
- height: {
101
- type: NumberConstructor;
102
- default: number;
103
- };
104
- textInside: {
105
- type: BooleanConstructor;
106
- default: boolean;
107
- };
108
- width: {
109
- type: (StringConstructor | NumberConstructor)[];
110
- default: number;
111
- };
112
- showText: {
113
- type: BooleanConstructor;
114
- default: boolean;
115
- };
116
- format: {
117
- type: PropType<ProgressFn>;
118
- default: (percentage: number) => string;
119
- };
120
- customColorMethod: {
121
- type: PropType<ProgressFn | undefined>;
122
- default: undefined;
123
- };
124
- showStatusIcon: {
125
- type: BooleanConstructor;
126
- default: boolean;
127
- };
128
- striped: {
129
- type: BooleanConstructor;
130
- default: boolean;
131
- };
132
- }>>, {
133
- color: string;
134
- indeterminate: boolean;
135
- width: string | number;
136
- height: number;
137
- format: ProgressFn;
138
- percentage: number;
139
- status: StatusProgress;
140
- duration: number;
141
- textInside: boolean;
142
- showText: boolean;
143
- customColorMethod: ProgressFn | undefined;
144
- showStatusIcon: boolean;
145
- striped: boolean;
146
- }>;
147
- export default _sfc_main;
1
+ import { PropType } from 'vue';
2
+ import { BarStyle, ProgressFn, StatusIconProgress, StatusProgress } from './VcProgress.types';
3
+ declare const _default: import("vue").DefineComponent<{
4
+ percentage: {
5
+ type: NumberConstructor;
6
+ default: number;
7
+ validator: (val: number) => boolean;
8
+ };
9
+ status: {
10
+ type: PropType<StatusProgress>;
11
+ default: string;
12
+ values: string[];
13
+ };
14
+ color: {
15
+ type: StringConstructor;
16
+ default: string;
17
+ validator: (val: string) => boolean;
18
+ };
19
+ indeterminate: {
20
+ type: BooleanConstructor;
21
+ default: boolean;
22
+ };
23
+ duration: {
24
+ type: NumberConstructor;
25
+ default: number;
26
+ };
27
+ height: {
28
+ type: NumberConstructor;
29
+ default: number;
30
+ };
31
+ textInside: {
32
+ type: BooleanConstructor;
33
+ default: boolean;
34
+ };
35
+ width: {
36
+ type: (StringConstructor | NumberConstructor)[];
37
+ default: number;
38
+ };
39
+ showText: {
40
+ type: BooleanConstructor;
41
+ default: boolean;
42
+ };
43
+ format: {
44
+ type: PropType<ProgressFn>;
45
+ default: (percentage: number) => string;
46
+ };
47
+ customColorMethod: {
48
+ type: PropType<ProgressFn | undefined>;
49
+ default: undefined;
50
+ };
51
+ showStatusIcon: {
52
+ type: BooleanConstructor;
53
+ default: boolean;
54
+ };
55
+ striped: {
56
+ type: BooleanConstructor;
57
+ default: boolean;
58
+ };
59
+ }, unknown, unknown, {
60
+ outerBarStyle(): {
61
+ [key: string]: string;
62
+ };
63
+ progressTextSize(): number;
64
+ content(): string;
65
+ containerStyle(): {
66
+ [key: string]: string;
67
+ };
68
+ barStyle(): BarStyle;
69
+ statusIcon(): StatusIconProgress | null;
70
+ progressColor(): string;
71
+ }, {
72
+ getColor(): {
73
+ variable: string;
74
+ color: string;
75
+ };
76
+ }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
77
+ percentage: {
78
+ type: NumberConstructor;
79
+ default: number;
80
+ validator: (val: number) => boolean;
81
+ };
82
+ status: {
83
+ type: PropType<StatusProgress>;
84
+ default: string;
85
+ values: string[];
86
+ };
87
+ color: {
88
+ type: StringConstructor;
89
+ default: string;
90
+ validator: (val: string) => boolean;
91
+ };
92
+ indeterminate: {
93
+ type: BooleanConstructor;
94
+ default: boolean;
95
+ };
96
+ duration: {
97
+ type: NumberConstructor;
98
+ default: number;
99
+ };
100
+ height: {
101
+ type: NumberConstructor;
102
+ default: number;
103
+ };
104
+ textInside: {
105
+ type: BooleanConstructor;
106
+ default: boolean;
107
+ };
108
+ width: {
109
+ type: (StringConstructor | NumberConstructor)[];
110
+ default: number;
111
+ };
112
+ showText: {
113
+ type: BooleanConstructor;
114
+ default: boolean;
115
+ };
116
+ format: {
117
+ type: PropType<ProgressFn>;
118
+ default: (percentage: number) => string;
119
+ };
120
+ customColorMethod: {
121
+ type: PropType<ProgressFn | undefined>;
122
+ default: undefined;
123
+ };
124
+ showStatusIcon: {
125
+ type: BooleanConstructor;
126
+ default: boolean;
127
+ };
128
+ striped: {
129
+ type: BooleanConstructor;
130
+ default: boolean;
131
+ };
132
+ }>>, {
133
+ color: string;
134
+ height: number;
135
+ width: string | number;
136
+ indeterminate: boolean;
137
+ format: ProgressFn;
138
+ duration: number;
139
+ percentage: number;
140
+ status: StatusProgress;
141
+ textInside: boolean;
142
+ showText: boolean;
143
+ customColorMethod: ProgressFn | undefined;
144
+ showStatusIcon: boolean;
145
+ striped: boolean;
146
+ }>;
147
+ export default _default;
@@ -1,13 +1,13 @@
1
- import { StatusProgressConfig } from '../../components/VcProgress/VcProgress.types';
2
- export declare const DEFAULT_HEIGHT = 6;
3
- export declare const DEFAULT_WIDTH = 350;
4
- export declare const DEFAULT_DURATION = 3;
5
- export declare const STATUS_ICON_MAP: StatusProgressConfig;
6
- export declare const STATUS_COLOR_MAP: StatusProgressConfig;
7
- export declare const STATUS_COLOR_VARS: StatusProgressConfig;
8
- declare const _default: {
9
- STATUS_ICON_MAP: StatusProgressConfig;
10
- STATUS_COLOR_MAP: StatusProgressConfig;
11
- STATUS_COLOR_VARS: StatusProgressConfig;
12
- };
13
- export default _default;
1
+ import { StatusProgressConfig } from '../../components/VcProgress/VcProgress.types';
2
+ export declare const DEFAULT_HEIGHT = 6;
3
+ export declare const DEFAULT_WIDTH = 350;
4
+ export declare const DEFAULT_DURATION = 3;
5
+ export declare const STATUS_ICON_MAP: StatusProgressConfig;
6
+ export declare const STATUS_COLOR_MAP: StatusProgressConfig;
7
+ export declare const STATUS_COLOR_VARS: StatusProgressConfig;
8
+ declare const _default: {
9
+ STATUS_ICON_MAP: StatusProgressConfig;
10
+ STATUS_COLOR_MAP: StatusProgressConfig;
11
+ STATUS_COLOR_VARS: StatusProgressConfig;
12
+ };
13
+ export default _default;
@@ -1,88 +1,88 @@
1
- import { PropType } from 'vue';
2
- import { VcInputColor } from '../../components/VcInput/VcInput.types';
3
- declare type RadioValueType = string | number | boolean | undefined;
4
- declare const _sfc_main: import("vue").DefineComponent<{
5
- modelValue: {
6
- type: PropType<RadioValueType>;
7
- default: undefined;
8
- };
9
- value: {
10
- type: PropType<RadioValueType>;
11
- default: undefined;
12
- };
13
- label: {
14
- type: StringConstructor;
15
- default: string;
16
- };
17
- disabled: {
18
- type: BooleanConstructor;
19
- default: boolean;
20
- };
21
- border: {
22
- type: BooleanConstructor;
23
- default: boolean;
24
- };
25
- name: {
26
- type: StringConstructor;
27
- default: string;
28
- };
29
- dataTestName: {
30
- type: StringConstructor;
31
- default: string;
32
- };
33
- color: {
34
- type: PropType<VcInputColor>;
35
- default: string;
36
- };
37
- }, unknown, unknown, {
38
- model: {
39
- get(): RadioValueType;
40
- set(value: RadioValueType): void;
41
- };
42
- colorClasses(): string;
43
- }, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
44
- modelValue: {
45
- type: PropType<RadioValueType>;
46
- default: undefined;
47
- };
48
- value: {
49
- type: PropType<RadioValueType>;
50
- default: undefined;
51
- };
52
- label: {
53
- type: StringConstructor;
54
- default: string;
55
- };
56
- disabled: {
57
- type: BooleanConstructor;
58
- default: boolean;
59
- };
60
- border: {
61
- type: BooleanConstructor;
62
- default: boolean;
63
- };
64
- name: {
65
- type: StringConstructor;
66
- default: string;
67
- };
68
- dataTestName: {
69
- type: StringConstructor;
70
- default: string;
71
- };
72
- color: {
73
- type: PropType<VcInputColor>;
74
- default: string;
75
- };
76
- }>> & {
77
- "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
78
- }, {
79
- name: string;
80
- disabled: boolean;
81
- color: VcInputColor;
82
- dataTestName: string;
83
- modelValue: RadioValueType;
84
- label: string;
85
- border: boolean;
86
- value: RadioValueType;
87
- }>;
88
- export default _sfc_main;
1
+ import { PropType } from 'vue';
2
+ import { VcInputColor } from '../../components/VcInput/VcInput.types';
3
+ declare type RadioValueType = string | number | boolean | undefined;
4
+ declare const _default: import("vue").DefineComponent<{
5
+ modelValue: {
6
+ type: PropType<RadioValueType>;
7
+ default: undefined;
8
+ };
9
+ value: {
10
+ type: PropType<RadioValueType>;
11
+ default: undefined;
12
+ };
13
+ label: {
14
+ type: StringConstructor;
15
+ default: string;
16
+ };
17
+ disabled: {
18
+ type: BooleanConstructor;
19
+ default: boolean;
20
+ };
21
+ border: {
22
+ type: BooleanConstructor;
23
+ default: boolean;
24
+ };
25
+ name: {
26
+ type: StringConstructor;
27
+ default: string;
28
+ };
29
+ dataTestName: {
30
+ type: StringConstructor;
31
+ default: string;
32
+ };
33
+ color: {
34
+ type: PropType<VcInputColor>;
35
+ default: string;
36
+ };
37
+ }, unknown, unknown, {
38
+ model: {
39
+ get(): RadioValueType;
40
+ set(value: RadioValueType): void;
41
+ };
42
+ colorClasses(): string;
43
+ }, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
44
+ modelValue: {
45
+ type: PropType<RadioValueType>;
46
+ default: undefined;
47
+ };
48
+ value: {
49
+ type: PropType<RadioValueType>;
50
+ default: undefined;
51
+ };
52
+ label: {
53
+ type: StringConstructor;
54
+ default: string;
55
+ };
56
+ disabled: {
57
+ type: BooleanConstructor;
58
+ default: boolean;
59
+ };
60
+ border: {
61
+ type: BooleanConstructor;
62
+ default: boolean;
63
+ };
64
+ name: {
65
+ type: StringConstructor;
66
+ default: string;
67
+ };
68
+ dataTestName: {
69
+ type: StringConstructor;
70
+ default: string;
71
+ };
72
+ color: {
73
+ type: PropType<VcInputColor>;
74
+ default: string;
75
+ };
76
+ }>> & {
77
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
78
+ }, {
79
+ label: string;
80
+ name: string;
81
+ disabled: boolean;
82
+ color: VcInputColor;
83
+ dataTestName: string;
84
+ value: RadioValueType;
85
+ border: boolean;
86
+ modelValue: RadioValueType;
87
+ }>;
88
+ export default _default;