@voicenter-team/voicenter-ui-plus 0.0.21 → 0.0.22
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/library/style.css +1 -1
- package/library/super.mjs +2 -10
- package/library/super.mjs.map +1 -1
- package/library/super.umd.js +4 -4
- package/library/super.umd.js.map +1 -1
- package/library/types/src/components/VcButton/VcButton.types.d.ts +5 -5
- package/library/types/src/components/VcButton/VcButton.vue.d.ts +97 -97
- package/library/types/src/components/VcButton/VcButtonIcon.vue.d.ts +89 -89
- package/library/types/src/components/VcButton/index.d.ts +184 -0
- package/library/types/src/components/VcCard/VcCard.vue.d.ts +23 -23
- package/library/types/src/components/VcCheckbox/VcCheckbox.vue.d.ts +133 -133
- package/library/types/src/components/VcCheckbox/VcCheckboxGroupEl.vue.d.ts +2 -2
- package/library/types/src/components/VcCheckbox/group.mixin.d.ts +60 -60
- package/library/types/src/components/VcCheckboxGroup/VcCheckboxGroup.vue.d.ts +140 -140
- package/library/types/src/components/VcCollapse/VcCollapse.vue.d.ts +33 -33
- package/library/types/src/components/VcCollapse/VcCollapseItem.vue.d.ts +106 -106
- package/library/types/src/components/VcCollapse/VcCollapseTransition.vue.d.ts +14 -14
- package/library/types/src/components/VcColorPicker/ColorPicker/ColorPicker.vue.d.ts +67 -67
- package/library/types/src/components/VcColorPicker/ColorPicker/Hue.vue.d.ts +40 -40
- package/library/types/src/components/VcColorPicker/ColorPicker/Saturation.vue.d.ts +49 -49
- package/library/types/src/components/VcColorPicker/ColorPicker/composible.d.ts +23 -23
- package/library/types/src/components/VcColorPicker/VcColorPicker.types.d.ts +10 -10
- package/library/types/src/components/VcColorPicker/VcColorPicker.vue.d.ts +65 -65
- package/library/types/src/components/VcDatetimeRangePicker/VcDatetimeRangePicker.types.d.ts +27 -27
- package/library/types/src/components/VcDatetimeRangePicker/VcDatetimeRangePicker.vue.d.ts +360 -360
- package/library/types/src/components/VcDelimitedList/VcDelimitedList.types.d.ts +4 -4
- package/library/types/src/components/VcDelimitedList/VcDelimitedList.vue.d.ts +92 -92
- package/library/types/src/components/VcExtendedDatetimeRangePicker/ExtendedDatetimeRangePickerPart.vue.d.ts +208 -208
- package/library/types/src/components/VcExtendedDatetimeRangePicker/ExtendedDatetimeRangePickerRelative.vue.d.ts +96 -96
- package/library/types/src/components/VcExtendedDatetimeRangePicker/VcExtendedDatetimeRangePicker.types.d.ts +11 -11
- package/library/types/src/components/VcExtendedDatetimeRangePicker/VcExtendedDatetimeRangePicker.vue.d.ts +276 -276
- package/library/types/src/components/VcExtendedDatetimeRangePicker/VcExtendedDatetimeRangePickerQuickOptionsSelection.vue.d.ts +51 -51
- package/library/types/src/components/VcExtendedDatetimeRangePicker/enum.d.ts +6 -6
- package/library/types/src/components/VcFileUploader/VcFileUploader.types.d.ts +4 -4
- package/library/types/src/components/VcFileUploader/VcFileUploader.vue.d.ts +388 -388
- package/library/types/src/components/VcForm/UiComponents/VcInputError.vue.d.ts +14 -0
- package/library/types/src/components/VcForm/UiComponents/VcInputLabel.vue.d.ts +204 -204
- package/library/types/src/components/VcForm/VcForm.vue.d.ts +348 -348
- package/library/types/src/components/VcForm/VcFormItem.vue.d.ts +69 -69
- package/library/types/src/components/VcHyperLink/VcHyperLink.types.d.ts +2 -2
- package/library/types/src/components/VcHyperLink/VcHyperLink.vue.d.ts +54 -54
- package/library/types/src/components/VcIconPicker/VcIconPicker.types.d.ts +15 -15
- package/library/types/src/components/VcIconPicker/VcIconPicker.vue.d.ts +105 -105
- package/library/types/src/components/VcIconPicker/iconPicker.mixin.d.ts +51 -51
- package/library/types/src/components/VcInput/VcInput.types.d.ts +2 -2
- package/library/types/src/components/VcInput/VcInput.vue.d.ts +202 -202
- package/library/types/src/components/VcInputNumber/VcInputNumber.vue.d.ts +256 -256
- package/library/types/src/components/VcLoading/Loaders/Circles.vue.d.ts +28 -28
- package/library/types/src/components/VcLoading/Loaders/LdsSpinner.vue.d.ts +29 -29
- package/library/types/src/components/VcLoading/Loaders/LoadIcon.vue.d.ts +36 -36
- package/library/types/src/components/VcLoading/Loaders/Stretch.vue.d.ts +28 -28
- package/library/types/src/components/VcLoading/VcLoading.types.d.ts +1 -1
- package/library/types/src/components/VcLoading/VcLoading.vue.d.ts +66 -66
- package/library/types/src/components/VcModal/VcModal.types.d.ts +4 -4
- package/library/types/src/components/VcModal/VcModal.vue.d.ts +210 -210
- package/library/types/src/components/VcNotification/VcNotification.types.d.ts +17 -0
- package/library/types/src/components/VcNotification/VcNotification.vue.d.ts +59 -0
- package/library/types/src/components/VcNotification/VcNotificationMessage.vue.d.ts +35 -0
- package/library/types/src/components/VcPagination/VcPagination.types.d.ts +4 -4
- package/library/types/src/components/VcPagination/VcPagination.vue.d.ts +64 -64
- package/library/types/src/components/VcPagination/VcPaginationButton.vue.d.ts +34 -34
- package/library/types/src/components/VcPopover/VcPopover.types.d.ts +3 -3
- package/library/types/src/components/VcPopover/VcPopover.vue.d.ts +150 -150
- package/library/types/src/components/VcProgress/VcProgress.types.d.ts +16 -16
- package/library/types/src/components/VcProgress/VcProgress.vue.d.ts +147 -147
- package/library/types/src/components/VcProgress/progress.options.d.ts +13 -13
- package/library/types/src/components/VcRadio/VcRadio.vue.d.ts +88 -88
- package/library/types/src/components/VcRadioGroup/VcRadioGroup.vue.d.ts +96 -96
- package/library/types/src/components/VcRadioTabs/UiComponents/VcRadioTabsNav.vue.d.ts +41 -41
- package/library/types/src/components/VcRadioTabs/VcRadioTabs.vue.d.ts +78 -78
- package/library/types/src/components/VcSelect/VcSelect.options.d.ts +78 -78
- package/library/types/src/components/VcSelect/VcSelect.vue.d.ts +293 -293
- package/library/types/src/components/VcSkeletonLoader/Loaders/Card.vue.d.ts +18 -18
- package/library/types/src/components/VcSkeletonLoader/Loaders/Circle.vue.d.ts +28 -28
- package/library/types/src/components/VcSkeletonLoader/Loaders/Row.vue.d.ts +18 -18
- package/library/types/src/components/VcSkeletonLoader/Loaders/Square.vue.d.ts +28 -28
- package/library/types/src/components/VcSkeletonLoader/Loaders/Text.vue.d.ts +16 -16
- package/library/types/src/components/VcSkeletonLoader/VcSkeletonLoader.types.d.ts +1 -1
- package/library/types/src/components/VcSkeletonLoader/VcSkeletonLoader.vue.d.ts +81 -81
- package/library/types/src/components/VcSoundplayer/VcSoundPlayer.types.d.ts +2 -2
- package/library/types/src/components/VcSoundplayer/VcSoundPlayer.vue.d.ts +130 -130
- package/library/types/src/components/VcSplitButton/VcSplitButton.types.d.ts +8 -8
- package/library/types/src/components/VcSplitButton/VcSplitButton.vue.d.ts +68 -68
- package/library/types/src/components/VcSwitch/VcSwitch.types.d.ts +1 -1
- package/library/types/src/components/VcSwitch/VcSwitch.vue.d.ts +151 -151
- package/library/types/src/components/VcTable/VcTable.types.d.ts +45 -45
- package/library/types/src/components/VcTable/VcTable.vue.d.ts +334 -334
- package/library/types/src/components/VcTable/tableOptions.d.ts +6 -6
- package/library/types/src/components/VcTabs/VcTabNav.vue.d.ts +54 -54
- package/library/types/src/components/VcTabs/VcTabPane.vue.d.ts +92 -92
- package/library/types/src/components/VcTabs/VcTabs.types.d.ts +14 -14
- package/library/types/src/components/VcTabs/VcTabs.vue.d.ts +62 -62
- package/library/types/src/components/VcTag/VcTag.types.d.ts +1 -1
- package/library/types/src/components/VcTag/VcTag.vue.d.ts +99 -99
- package/library/types/src/components/VcTagInput/VcTagInput.types.d.ts +1 -0
- package/library/types/src/components/VcTagInput/VcTagInput.vue.d.ts +290 -290
- package/library/types/src/components/VcTimeInput/VcTimeInput.vue.d.ts +269 -269
- package/library/types/src/components/VcTree/VcTree.types.d.ts +36 -36
- package/library/types/src/components/VcTree/VcTree.vue.d.ts +209 -209
- package/library/types/src/components/VcTree/VcTreeNode.vue.d.ts +104 -104
- package/library/types/src/components/VcTree/VcTreeSelect.vue.d.ts +305 -305
- package/library/types/src/components/VcVerticalTabs/UiComponents/VerticalTabNav.vue.d.ts +54 -54
- package/library/types/src/components/VcVerticalTabs/VcVerticalTabs.types.d.ts +1 -0
- package/library/types/src/components/VcVerticalTabs/VcVerticalTabs.vue.d.ts +76 -76
- package/library/types/src/components/VcViewSwitcher/VcViewSwitcher.vue.d.ts +74 -74
- package/library/types/src/components/VcWizard/VcSummaryProgress.vue.d.ts +55 -55
- package/library/types/src/components/VcWizard/VcSummaryStep.vue.d.ts +70 -70
- package/library/types/src/components/VcWizard/VcWizard.types.d.ts +15 -15
- package/library/types/src/components/VcWizard/VcWizard.vue.d.ts +157 -157
- package/library/types/src/components/VcWizard/VcWizardNavigation.vue.d.ts +110 -110
- package/library/types/src/components/VcWizard/VcWizardSummary.vue.d.ts +47 -47
- package/library/types/src/components/VcWizard/VcWizardTransition.vue.d.ts +83 -83
- package/library/types/src/components/VcWizard/baseTransition.d.ts +93 -0
- package/library/types/src/components/index.d.ts +91 -91
- package/library/types/src/directives/click-outside.d.ts +2 -0
- package/library/types/src/directives/resize.d.ts +6 -6
- package/library/types/src/entry.d.ts +3 -2
- package/library/types/src/localization/Localization.types.d.ts +17 -17
- package/library/types/src/localization/index.d.ts +9 -9
- package/library/types/src/mixins/common/appendTo.mixin.d.ts +19 -19
- package/library/types/src/mixins/defaultComponent.mixin.d.ts +14 -14
- package/library/types/src/mixins/dropdown.mixin.d.ts +66 -0
- package/library/types/src/mixins/input/baseInput.mixin.d.ts +100 -100
- package/library/types/src/mixins/input/color.mixin.d.ts +33 -33
- package/library/types/src/mixins/input/error.mixin.d.ts +23 -23
- package/library/types/src/mixins/input/input.mixin.d.ts +146 -146
- package/library/types/src/mixins/input/label.mixin.d.ts +52 -52
- package/library/types/src/mixins/optionMethods.mixin.d.ts +38 -38
- package/library/types/src/mixins/selectBox.mixin.d.ts +73 -0
- package/library/types/src/mixins/table/tableProps.mixin.d.ts +108 -108
- package/library/types/src/theme/index.d.ts +1 -1
- package/library/types/src/theme/theme.types.d.ts +6 -6
- package/library/types/src/types/AppendToTarget.types.d.ts +1 -1
- package/library/types/src/types/Dropdown.types.d.ts +1 -0
- package/library/types/src/types/Entry.types.d.ts +6 -6
- package/library/types/src/types/OptionAndConfig.types.d.ts +23 -23
- package/library/types/src/types/VueGeneric.types.d.ts +1 -1
- package/package.json +10 -5
- package/src/theme/index.d.ts +1 -0
- package/src/theme/index.js +38 -0
- package/src/theme/index.js.map +1 -0
- package/src/theme/theme.types.d.ts +6 -0
- package/src/theme/theme.types.js +2 -0
- package/src/theme/theme.types.js.map +1 -0
- package/library/types/src/entry.esm.d.ts +0 -3
- package/library/types/src/env.d.ts +0 -18
|
@@ -1,54 +1,54 @@
|
|
|
1
|
-
import { PropType } from 'vue';
|
|
2
|
-
import { VcPaneType, VcTabsNavigationType } from '../../components/VcTabs/VcTabs.types';
|
|
3
|
-
declare const
|
|
4
|
-
tabItems: {
|
|
5
|
-
type: PropType<VcPaneType[]>;
|
|
6
|
-
default: () => never[];
|
|
7
|
-
};
|
|
8
|
-
activeTab: {
|
|
9
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
10
|
-
default: number;
|
|
11
|
-
};
|
|
12
|
-
stretch: {
|
|
13
|
-
type: BooleanConstructor;
|
|
14
|
-
default: boolean;
|
|
15
|
-
};
|
|
16
|
-
type: {
|
|
17
|
-
type: PropType<VcTabsNavigationType>;
|
|
18
|
-
default: string;
|
|
19
|
-
};
|
|
20
|
-
}, unknown, unknown, {
|
|
21
|
-
isCardType(): boolean;
|
|
22
|
-
}, {
|
|
23
|
-
changeTab(e: KeyboardEvent): void;
|
|
24
|
-
isActiveTab(tab: VcPaneType): boolean;
|
|
25
|
-
setActiveTab(tabData: VcPaneType, index: number): void;
|
|
26
|
-
closeTab(tabData: VcPaneType, index: number): void;
|
|
27
|
-
setBarStyles(): void;
|
|
28
|
-
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("tab-close" | "tab-click")[], "tab-close" | "tab-click", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
29
|
-
tabItems: {
|
|
30
|
-
type: PropType<VcPaneType[]>;
|
|
31
|
-
default: () => never[];
|
|
32
|
-
};
|
|
33
|
-
activeTab: {
|
|
34
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
35
|
-
default: number;
|
|
36
|
-
};
|
|
37
|
-
stretch: {
|
|
38
|
-
type: BooleanConstructor;
|
|
39
|
-
default: boolean;
|
|
40
|
-
};
|
|
41
|
-
type: {
|
|
42
|
-
type: PropType<VcTabsNavigationType>;
|
|
43
|
-
default: string;
|
|
44
|
-
};
|
|
45
|
-
}>> & {
|
|
46
|
-
"onTab-close"?: ((...args: any[]) => any) | undefined;
|
|
47
|
-
"onTab-click"?: ((...args: any[]) => any) | undefined;
|
|
48
|
-
}, {
|
|
49
|
-
type: VcTabsNavigationType;
|
|
50
|
-
stretch: boolean;
|
|
51
|
-
tabItems: VcPaneType[];
|
|
52
|
-
activeTab: string | number;
|
|
53
|
-
}>;
|
|
54
|
-
export default
|
|
1
|
+
import { PropType } from 'vue';
|
|
2
|
+
import { VcPaneType, VcTabsNavigationType } from '../../components/VcTabs/VcTabs.types';
|
|
3
|
+
declare const _default: import("vue").DefineComponent<{
|
|
4
|
+
tabItems: {
|
|
5
|
+
type: PropType<VcPaneType[]>;
|
|
6
|
+
default: () => never[];
|
|
7
|
+
};
|
|
8
|
+
activeTab: {
|
|
9
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
10
|
+
default: number;
|
|
11
|
+
};
|
|
12
|
+
stretch: {
|
|
13
|
+
type: BooleanConstructor;
|
|
14
|
+
default: boolean;
|
|
15
|
+
};
|
|
16
|
+
type: {
|
|
17
|
+
type: PropType<VcTabsNavigationType>;
|
|
18
|
+
default: string;
|
|
19
|
+
};
|
|
20
|
+
}, unknown, unknown, {
|
|
21
|
+
isCardType(): boolean;
|
|
22
|
+
}, {
|
|
23
|
+
changeTab(e: KeyboardEvent): void;
|
|
24
|
+
isActiveTab(tab: VcPaneType): boolean;
|
|
25
|
+
setActiveTab(tabData: VcPaneType, index: number): void;
|
|
26
|
+
closeTab(tabData: VcPaneType, index: number): void;
|
|
27
|
+
setBarStyles(): void;
|
|
28
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("tab-close" | "tab-click")[], "tab-close" | "tab-click", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
29
|
+
tabItems: {
|
|
30
|
+
type: PropType<VcPaneType[]>;
|
|
31
|
+
default: () => never[];
|
|
32
|
+
};
|
|
33
|
+
activeTab: {
|
|
34
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
35
|
+
default: number;
|
|
36
|
+
};
|
|
37
|
+
stretch: {
|
|
38
|
+
type: BooleanConstructor;
|
|
39
|
+
default: boolean;
|
|
40
|
+
};
|
|
41
|
+
type: {
|
|
42
|
+
type: PropType<VcTabsNavigationType>;
|
|
43
|
+
default: string;
|
|
44
|
+
};
|
|
45
|
+
}>> & {
|
|
46
|
+
"onTab-close"?: ((...args: any[]) => any) | undefined;
|
|
47
|
+
"onTab-click"?: ((...args: any[]) => any) | undefined;
|
|
48
|
+
}, {
|
|
49
|
+
type: VcTabsNavigationType;
|
|
50
|
+
stretch: boolean;
|
|
51
|
+
tabItems: VcPaneType[];
|
|
52
|
+
activeTab: string | number;
|
|
53
|
+
}>;
|
|
54
|
+
export default _default;
|
|
@@ -1,92 +1,92 @@
|
|
|
1
|
-
declare const
|
|
2
|
-
label: {
|
|
3
|
-
type: StringConstructor;
|
|
4
|
-
default: string;
|
|
5
|
-
};
|
|
6
|
-
name: {
|
|
7
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
8
|
-
required: true;
|
|
9
|
-
};
|
|
10
|
-
closable: {
|
|
11
|
-
type: BooleanConstructor;
|
|
12
|
-
default: boolean;
|
|
13
|
-
};
|
|
14
|
-
disabled: {
|
|
15
|
-
type: BooleanConstructor;
|
|
16
|
-
default: boolean;
|
|
17
|
-
};
|
|
18
|
-
lazy: {
|
|
19
|
-
type: BooleanConstructor;
|
|
20
|
-
default: boolean;
|
|
21
|
-
};
|
|
22
|
-
icon: {
|
|
23
|
-
type: StringConstructor;
|
|
24
|
-
default: string;
|
|
25
|
-
};
|
|
26
|
-
tabData: {
|
|
27
|
-
type: ObjectConstructor;
|
|
28
|
-
default: () => {};
|
|
29
|
-
};
|
|
30
|
-
index: {
|
|
31
|
-
type: NumberConstructor;
|
|
32
|
-
default: number;
|
|
33
|
-
};
|
|
34
|
-
navClass: {
|
|
35
|
-
type: StringConstructor;
|
|
36
|
-
default: string;
|
|
37
|
-
};
|
|
38
|
-
}, unknown, {
|
|
39
|
-
paneData: {};
|
|
40
|
-
loaded: boolean;
|
|
41
|
-
}, {
|
|
42
|
-
activeName(): any;
|
|
43
|
-
isActive(): boolean;
|
|
44
|
-
shouldBeRender(): boolean;
|
|
45
|
-
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
46
|
-
label: {
|
|
47
|
-
type: StringConstructor;
|
|
48
|
-
default: string;
|
|
49
|
-
};
|
|
50
|
-
name: {
|
|
51
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
52
|
-
required: true;
|
|
53
|
-
};
|
|
54
|
-
closable: {
|
|
55
|
-
type: BooleanConstructor;
|
|
56
|
-
default: boolean;
|
|
57
|
-
};
|
|
58
|
-
disabled: {
|
|
59
|
-
type: BooleanConstructor;
|
|
60
|
-
default: boolean;
|
|
61
|
-
};
|
|
62
|
-
lazy: {
|
|
63
|
-
type: BooleanConstructor;
|
|
64
|
-
default: boolean;
|
|
65
|
-
};
|
|
66
|
-
icon: {
|
|
67
|
-
type: StringConstructor;
|
|
68
|
-
default: string;
|
|
69
|
-
};
|
|
70
|
-
tabData: {
|
|
71
|
-
type: ObjectConstructor;
|
|
72
|
-
default: () => {};
|
|
73
|
-
};
|
|
74
|
-
index: {
|
|
75
|
-
type: NumberConstructor;
|
|
76
|
-
default: number;
|
|
77
|
-
};
|
|
78
|
-
navClass: {
|
|
79
|
-
type: StringConstructor;
|
|
80
|
-
default: string;
|
|
81
|
-
};
|
|
82
|
-
}>>, {
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
}>;
|
|
92
|
-
export default
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
label: {
|
|
3
|
+
type: StringConstructor;
|
|
4
|
+
default: string;
|
|
5
|
+
};
|
|
6
|
+
name: {
|
|
7
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
8
|
+
required: true;
|
|
9
|
+
};
|
|
10
|
+
closable: {
|
|
11
|
+
type: BooleanConstructor;
|
|
12
|
+
default: boolean;
|
|
13
|
+
};
|
|
14
|
+
disabled: {
|
|
15
|
+
type: BooleanConstructor;
|
|
16
|
+
default: boolean;
|
|
17
|
+
};
|
|
18
|
+
lazy: {
|
|
19
|
+
type: BooleanConstructor;
|
|
20
|
+
default: boolean;
|
|
21
|
+
};
|
|
22
|
+
icon: {
|
|
23
|
+
type: StringConstructor;
|
|
24
|
+
default: string;
|
|
25
|
+
};
|
|
26
|
+
tabData: {
|
|
27
|
+
type: ObjectConstructor;
|
|
28
|
+
default: () => {};
|
|
29
|
+
};
|
|
30
|
+
index: {
|
|
31
|
+
type: NumberConstructor;
|
|
32
|
+
default: number;
|
|
33
|
+
};
|
|
34
|
+
navClass: {
|
|
35
|
+
type: StringConstructor;
|
|
36
|
+
default: string;
|
|
37
|
+
};
|
|
38
|
+
}, unknown, {
|
|
39
|
+
paneData: {};
|
|
40
|
+
loaded: boolean;
|
|
41
|
+
}, {
|
|
42
|
+
activeName(): any;
|
|
43
|
+
isActive(): boolean;
|
|
44
|
+
shouldBeRender(): boolean;
|
|
45
|
+
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
46
|
+
label: {
|
|
47
|
+
type: StringConstructor;
|
|
48
|
+
default: string;
|
|
49
|
+
};
|
|
50
|
+
name: {
|
|
51
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
52
|
+
required: true;
|
|
53
|
+
};
|
|
54
|
+
closable: {
|
|
55
|
+
type: BooleanConstructor;
|
|
56
|
+
default: boolean;
|
|
57
|
+
};
|
|
58
|
+
disabled: {
|
|
59
|
+
type: BooleanConstructor;
|
|
60
|
+
default: boolean;
|
|
61
|
+
};
|
|
62
|
+
lazy: {
|
|
63
|
+
type: BooleanConstructor;
|
|
64
|
+
default: boolean;
|
|
65
|
+
};
|
|
66
|
+
icon: {
|
|
67
|
+
type: StringConstructor;
|
|
68
|
+
default: string;
|
|
69
|
+
};
|
|
70
|
+
tabData: {
|
|
71
|
+
type: ObjectConstructor;
|
|
72
|
+
default: () => {};
|
|
73
|
+
};
|
|
74
|
+
index: {
|
|
75
|
+
type: NumberConstructor;
|
|
76
|
+
default: number;
|
|
77
|
+
};
|
|
78
|
+
navClass: {
|
|
79
|
+
type: StringConstructor;
|
|
80
|
+
default: string;
|
|
81
|
+
};
|
|
82
|
+
}>>, {
|
|
83
|
+
label: string;
|
|
84
|
+
disabled: boolean;
|
|
85
|
+
icon: string;
|
|
86
|
+
index: number;
|
|
87
|
+
tabData: Record<string, any>;
|
|
88
|
+
navClass: string;
|
|
89
|
+
closable: boolean;
|
|
90
|
+
lazy: boolean;
|
|
91
|
+
}>;
|
|
92
|
+
export default _default;
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
export declare type VcPaneType = {
|
|
2
|
-
paneName: string;
|
|
3
|
-
active: boolean;
|
|
4
|
-
label: string;
|
|
5
|
-
disabled: boolean;
|
|
6
|
-
isClosable: boolean;
|
|
7
|
-
index?: number;
|
|
8
|
-
icon?: string;
|
|
9
|
-
props?: any;
|
|
10
|
-
slots?: any;
|
|
11
|
-
tabData?: any;
|
|
12
|
-
navClass?: string;
|
|
13
|
-
};
|
|
14
|
-
export declare type VcTabsNavigationType = 'default' | 'card';
|
|
1
|
+
export declare type VcPaneType = {
|
|
2
|
+
paneName: string;
|
|
3
|
+
active: boolean;
|
|
4
|
+
label: string;
|
|
5
|
+
disabled: boolean;
|
|
6
|
+
isClosable: boolean;
|
|
7
|
+
index?: number;
|
|
8
|
+
icon?: string;
|
|
9
|
+
props?: any;
|
|
10
|
+
slots?: any;
|
|
11
|
+
tabData?: any;
|
|
12
|
+
navClass?: string;
|
|
13
|
+
};
|
|
14
|
+
export declare type VcTabsNavigationType = 'default' | 'card';
|
|
@@ -1,62 +1,62 @@
|
|
|
1
|
-
import { PropType } from 'vue';
|
|
2
|
-
import { VcPaneType, VcTabsNavigationType } from '../../components/VcTabs/VcTabs.types';
|
|
3
|
-
declare type modelType = number | string;
|
|
4
|
-
declare const
|
|
5
|
-
modelValue: {
|
|
6
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
7
|
-
default: string;
|
|
8
|
-
};
|
|
9
|
-
stretch: {
|
|
10
|
-
type: BooleanConstructor;
|
|
11
|
-
default: boolean;
|
|
12
|
-
};
|
|
13
|
-
navType: {
|
|
14
|
-
type: PropType<VcTabsNavigationType>;
|
|
15
|
-
default: string;
|
|
16
|
-
};
|
|
17
|
-
}, unknown, {
|
|
18
|
-
tabs: VcPaneType[];
|
|
19
|
-
TABS_BASE_CLASS: string;
|
|
20
|
-
}, {
|
|
21
|
-
currentName: {
|
|
22
|
-
get(): string | number;
|
|
23
|
-
set(val: string | number): void;
|
|
24
|
-
};
|
|
25
|
-
}, {
|
|
26
|
-
getCurrentName(): modelType;
|
|
27
|
-
setCurrentName(value?: modelType
|
|
28
|
-
changeCurrentName(value: modelType): void;
|
|
29
|
-
onTabClick(tabName: string): void;
|
|
30
|
-
onTabClose(tabData: VcPaneType): void;
|
|
31
|
-
onRegisterPane(pane: VcPaneType): void;
|
|
32
|
-
onUnregisterPane(paneName: string | number): void;
|
|
33
|
-
setFirstActiveTab(): void;
|
|
34
|
-
setLastActiveTab(): void;
|
|
35
|
-
togglePreviousTab(): void;
|
|
36
|
-
toggleNextTab(): void;
|
|
37
|
-
getPrevIndex(index: number, tabsValues: VcPaneType[]): number;
|
|
38
|
-
getNextIndex(index: number, tabsValues: VcPaneType[]): number;
|
|
39
|
-
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "tab-click" | "tab-change" | "tab-remove")[], "update:modelValue" | "tab-click" | "tab-change" | "tab-remove", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
40
|
-
modelValue: {
|
|
41
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
42
|
-
default: string;
|
|
43
|
-
};
|
|
44
|
-
stretch: {
|
|
45
|
-
type: BooleanConstructor;
|
|
46
|
-
default: boolean;
|
|
47
|
-
};
|
|
48
|
-
navType: {
|
|
49
|
-
type: PropType<VcTabsNavigationType>;
|
|
50
|
-
default: string;
|
|
51
|
-
};
|
|
52
|
-
}>> & {
|
|
53
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
54
|
-
"onTab-click"?: ((...args: any[]) => any) | undefined;
|
|
55
|
-
"onTab-change"?: ((...args: any[]) => any) | undefined;
|
|
56
|
-
"onTab-remove"?: ((...args: any[]) => any) | undefined;
|
|
57
|
-
}, {
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
navType: VcTabsNavigationType;
|
|
61
|
-
}>;
|
|
62
|
-
export default
|
|
1
|
+
import { PropType } from 'vue';
|
|
2
|
+
import { VcPaneType, VcTabsNavigationType } from '../../components/VcTabs/VcTabs.types';
|
|
3
|
+
declare type modelType = number | string;
|
|
4
|
+
declare const _default: import("vue").DefineComponent<{
|
|
5
|
+
modelValue: {
|
|
6
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
7
|
+
default: string;
|
|
8
|
+
};
|
|
9
|
+
stretch: {
|
|
10
|
+
type: BooleanConstructor;
|
|
11
|
+
default: boolean;
|
|
12
|
+
};
|
|
13
|
+
navType: {
|
|
14
|
+
type: PropType<VcTabsNavigationType>;
|
|
15
|
+
default: string;
|
|
16
|
+
};
|
|
17
|
+
}, unknown, {
|
|
18
|
+
tabs: VcPaneType[];
|
|
19
|
+
TABS_BASE_CLASS: string;
|
|
20
|
+
}, {
|
|
21
|
+
currentName: {
|
|
22
|
+
get(): string | number;
|
|
23
|
+
set(val: string | number): void;
|
|
24
|
+
};
|
|
25
|
+
}, {
|
|
26
|
+
getCurrentName(): modelType;
|
|
27
|
+
setCurrentName(value?: modelType): void;
|
|
28
|
+
changeCurrentName(value: modelType): void;
|
|
29
|
+
onTabClick(tabName: string): void;
|
|
30
|
+
onTabClose(tabData: VcPaneType): void;
|
|
31
|
+
onRegisterPane(pane: VcPaneType): void;
|
|
32
|
+
onUnregisterPane(paneName: string | number): void;
|
|
33
|
+
setFirstActiveTab(): void;
|
|
34
|
+
setLastActiveTab(): void;
|
|
35
|
+
togglePreviousTab(): void;
|
|
36
|
+
toggleNextTab(): void;
|
|
37
|
+
getPrevIndex(index: number, tabsValues: VcPaneType[]): number;
|
|
38
|
+
getNextIndex(index: number, tabsValues: VcPaneType[]): number;
|
|
39
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "tab-click" | "tab-change" | "tab-remove")[], "update:modelValue" | "tab-click" | "tab-change" | "tab-remove", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
40
|
+
modelValue: {
|
|
41
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
42
|
+
default: string;
|
|
43
|
+
};
|
|
44
|
+
stretch: {
|
|
45
|
+
type: BooleanConstructor;
|
|
46
|
+
default: boolean;
|
|
47
|
+
};
|
|
48
|
+
navType: {
|
|
49
|
+
type: PropType<VcTabsNavigationType>;
|
|
50
|
+
default: string;
|
|
51
|
+
};
|
|
52
|
+
}>> & {
|
|
53
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
54
|
+
"onTab-click"?: ((...args: any[]) => any) | undefined;
|
|
55
|
+
"onTab-change"?: ((...args: any[]) => any) | undefined;
|
|
56
|
+
"onTab-remove"?: ((...args: any[]) => any) | undefined;
|
|
57
|
+
}, {
|
|
58
|
+
stretch: boolean;
|
|
59
|
+
modelValue: string | number;
|
|
60
|
+
navType: VcTabsNavigationType;
|
|
61
|
+
}>;
|
|
62
|
+
export default _default;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare type VcTagColorType = 'primary' | 'secondary' | 'destructive' | 'success' | 'warning';
|
|
1
|
+
export declare type VcTagColorType = 'primary' | 'secondary' | 'destructive' | 'success' | 'warning';
|
|
@@ -1,99 +1,99 @@
|
|
|
1
|
-
import { PropType } from 'vue';
|
|
2
|
-
import { VcTagColorType } from './VcTag.types';
|
|
3
|
-
declare const
|
|
4
|
-
color: {
|
|
5
|
-
type: PropType<VcTagColorType>;
|
|
6
|
-
default: string;
|
|
7
|
-
};
|
|
8
|
-
icon: {
|
|
9
|
-
type: StringConstructor;
|
|
10
|
-
default: string;
|
|
11
|
-
};
|
|
12
|
-
prefixIcon: {
|
|
13
|
-
type: StringConstructor;
|
|
14
|
-
default: string;
|
|
15
|
-
};
|
|
16
|
-
label: {
|
|
17
|
-
type: StringConstructor;
|
|
18
|
-
default: string;
|
|
19
|
-
};
|
|
20
|
-
closable: {
|
|
21
|
-
type: BooleanConstructor;
|
|
22
|
-
default: boolean;
|
|
23
|
-
};
|
|
24
|
-
disabled: {
|
|
25
|
-
type: BooleanConstructor;
|
|
26
|
-
default: boolean;
|
|
27
|
-
};
|
|
28
|
-
borderless: {
|
|
29
|
-
type: BooleanConstructor;
|
|
30
|
-
default: boolean;
|
|
31
|
-
};
|
|
32
|
-
maxContent: {
|
|
33
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
34
|
-
default: string;
|
|
35
|
-
};
|
|
36
|
-
square: {
|
|
37
|
-
type: BooleanConstructor;
|
|
38
|
-
default: boolean;
|
|
39
|
-
};
|
|
40
|
-
}, unknown, unknown, {
|
|
41
|
-
maxWidth(): string;
|
|
42
|
-
tagClasses(): (string | {
|
|
43
|
-
"vc-tag--borderless": boolean;
|
|
44
|
-
"vc-tag--disabled": boolean;
|
|
45
|
-
"vc-tag--square": boolean;
|
|
46
|
-
})[];
|
|
47
|
-
}, {
|
|
48
|
-
onClose(evt: MouseEvent): void;
|
|
49
|
-
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "on-close"[], "on-close", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
50
|
-
color: {
|
|
51
|
-
type: PropType<VcTagColorType>;
|
|
52
|
-
default: string;
|
|
53
|
-
};
|
|
54
|
-
icon: {
|
|
55
|
-
type: StringConstructor;
|
|
56
|
-
default: string;
|
|
57
|
-
};
|
|
58
|
-
prefixIcon: {
|
|
59
|
-
type: StringConstructor;
|
|
60
|
-
default: string;
|
|
61
|
-
};
|
|
62
|
-
label: {
|
|
63
|
-
type: StringConstructor;
|
|
64
|
-
default: string;
|
|
65
|
-
};
|
|
66
|
-
closable: {
|
|
67
|
-
type: BooleanConstructor;
|
|
68
|
-
default: boolean;
|
|
69
|
-
};
|
|
70
|
-
disabled: {
|
|
71
|
-
type: BooleanConstructor;
|
|
72
|
-
default: boolean;
|
|
73
|
-
};
|
|
74
|
-
borderless: {
|
|
75
|
-
type: BooleanConstructor;
|
|
76
|
-
default: boolean;
|
|
77
|
-
};
|
|
78
|
-
maxContent: {
|
|
79
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
80
|
-
default: string;
|
|
81
|
-
};
|
|
82
|
-
square: {
|
|
83
|
-
type: BooleanConstructor;
|
|
84
|
-
default: boolean;
|
|
85
|
-
};
|
|
86
|
-
}>> & {
|
|
87
|
-
"onOn-close"?: ((...args: any[]) => any) | undefined;
|
|
88
|
-
}, {
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
closable: boolean;
|
|
97
|
-
maxContent: string | number;
|
|
98
|
-
}>;
|
|
99
|
-
export default
|
|
1
|
+
import { PropType } from 'vue';
|
|
2
|
+
import { VcTagColorType } from './VcTag.types';
|
|
3
|
+
declare const _default: import("vue").DefineComponent<{
|
|
4
|
+
color: {
|
|
5
|
+
type: PropType<VcTagColorType>;
|
|
6
|
+
default: string;
|
|
7
|
+
};
|
|
8
|
+
icon: {
|
|
9
|
+
type: StringConstructor;
|
|
10
|
+
default: string;
|
|
11
|
+
};
|
|
12
|
+
prefixIcon: {
|
|
13
|
+
type: StringConstructor;
|
|
14
|
+
default: string;
|
|
15
|
+
};
|
|
16
|
+
label: {
|
|
17
|
+
type: StringConstructor;
|
|
18
|
+
default: string;
|
|
19
|
+
};
|
|
20
|
+
closable: {
|
|
21
|
+
type: BooleanConstructor;
|
|
22
|
+
default: boolean;
|
|
23
|
+
};
|
|
24
|
+
disabled: {
|
|
25
|
+
type: BooleanConstructor;
|
|
26
|
+
default: boolean;
|
|
27
|
+
};
|
|
28
|
+
borderless: {
|
|
29
|
+
type: BooleanConstructor;
|
|
30
|
+
default: boolean;
|
|
31
|
+
};
|
|
32
|
+
maxContent: {
|
|
33
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
34
|
+
default: string;
|
|
35
|
+
};
|
|
36
|
+
square: {
|
|
37
|
+
type: BooleanConstructor;
|
|
38
|
+
default: boolean;
|
|
39
|
+
};
|
|
40
|
+
}, unknown, unknown, {
|
|
41
|
+
maxWidth(): string;
|
|
42
|
+
tagClasses(): (string | {
|
|
43
|
+
"vc-tag--borderless": boolean;
|
|
44
|
+
"vc-tag--disabled": boolean;
|
|
45
|
+
"vc-tag--square": boolean;
|
|
46
|
+
})[];
|
|
47
|
+
}, {
|
|
48
|
+
onClose(evt: MouseEvent): void;
|
|
49
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "on-close"[], "on-close", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
50
|
+
color: {
|
|
51
|
+
type: PropType<VcTagColorType>;
|
|
52
|
+
default: string;
|
|
53
|
+
};
|
|
54
|
+
icon: {
|
|
55
|
+
type: StringConstructor;
|
|
56
|
+
default: string;
|
|
57
|
+
};
|
|
58
|
+
prefixIcon: {
|
|
59
|
+
type: StringConstructor;
|
|
60
|
+
default: string;
|
|
61
|
+
};
|
|
62
|
+
label: {
|
|
63
|
+
type: StringConstructor;
|
|
64
|
+
default: string;
|
|
65
|
+
};
|
|
66
|
+
closable: {
|
|
67
|
+
type: BooleanConstructor;
|
|
68
|
+
default: boolean;
|
|
69
|
+
};
|
|
70
|
+
disabled: {
|
|
71
|
+
type: BooleanConstructor;
|
|
72
|
+
default: boolean;
|
|
73
|
+
};
|
|
74
|
+
borderless: {
|
|
75
|
+
type: BooleanConstructor;
|
|
76
|
+
default: boolean;
|
|
77
|
+
};
|
|
78
|
+
maxContent: {
|
|
79
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
80
|
+
default: string;
|
|
81
|
+
};
|
|
82
|
+
square: {
|
|
83
|
+
type: BooleanConstructor;
|
|
84
|
+
default: boolean;
|
|
85
|
+
};
|
|
86
|
+
}>> & {
|
|
87
|
+
"onOn-close"?: ((...args: any[]) => any) | undefined;
|
|
88
|
+
}, {
|
|
89
|
+
label: string;
|
|
90
|
+
borderless: boolean;
|
|
91
|
+
disabled: boolean;
|
|
92
|
+
icon: string;
|
|
93
|
+
color: VcTagColorType;
|
|
94
|
+
square: boolean;
|
|
95
|
+
prefixIcon: string;
|
|
96
|
+
closable: boolean;
|
|
97
|
+
maxContent: string | number;
|
|
98
|
+
}>;
|
|
99
|
+
export default _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare type VcTagInputColor = 'active' | 'primary' | 'secondary' | 'destructive';
|