@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.
- 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 +4 -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,54 +1,54 @@
|
|
|
1
|
-
import { OptionType } from '../../../types/OptionAndConfig.types';
|
|
2
|
-
import { KeyAttributeType } from '../../../types/VueGeneric.types';
|
|
3
|
-
declare const
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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;
|