@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,210 +1,210 @@
|
|
|
1
|
-
import { PropType } from 'vue';
|
|
2
|
-
import { DialogBreakpoints, DialogPositionType } from './VcModal.types';
|
|
3
|
-
declare const
|
|
4
|
-
maximizable: {
|
|
5
|
-
type: BooleanConstructor;
|
|
6
|
-
default: boolean;
|
|
7
|
-
};
|
|
8
|
-
visible: {
|
|
9
|
-
type: BooleanConstructor;
|
|
10
|
-
default: boolean;
|
|
11
|
-
};
|
|
12
|
-
position: {
|
|
13
|
-
type: PropType<DialogPositionType>;
|
|
14
|
-
default: string;
|
|
15
|
-
};
|
|
16
|
-
header: {
|
|
17
|
-
type: StringConstructor;
|
|
18
|
-
default: string;
|
|
19
|
-
};
|
|
20
|
-
footer: {
|
|
21
|
-
type: StringConstructor;
|
|
22
|
-
default: string;
|
|
23
|
-
};
|
|
24
|
-
ariaCloseLabel: {
|
|
25
|
-
type: StringConstructor;
|
|
26
|
-
default: string;
|
|
27
|
-
};
|
|
28
|
-
closable: {
|
|
29
|
-
type: BooleanConstructor;
|
|
30
|
-
default: boolean;
|
|
31
|
-
};
|
|
32
|
-
closeOnEscape: {
|
|
33
|
-
type: BooleanConstructor;
|
|
34
|
-
default: boolean;
|
|
35
|
-
};
|
|
36
|
-
contentClass: {
|
|
37
|
-
type: StringConstructor;
|
|
38
|
-
default: string;
|
|
39
|
-
};
|
|
40
|
-
contentStyle: {
|
|
41
|
-
type: (
|
|
42
|
-
default: null;
|
|
43
|
-
};
|
|
44
|
-
baseZIndex: {
|
|
45
|
-
type: NumberConstructor;
|
|
46
|
-
default: number;
|
|
47
|
-
};
|
|
48
|
-
dismissableMask: {
|
|
49
|
-
type: BooleanConstructor;
|
|
50
|
-
default: boolean;
|
|
51
|
-
};
|
|
52
|
-
breakpoints: {
|
|
53
|
-
type: PropType<DialogBreakpoints> | undefined;
|
|
54
|
-
default: undefined;
|
|
55
|
-
};
|
|
56
|
-
width: {
|
|
57
|
-
type: StringConstructor;
|
|
58
|
-
default: string;
|
|
59
|
-
};
|
|
60
|
-
maxWidth: {
|
|
61
|
-
type: StringConstructor;
|
|
62
|
-
default: string;
|
|
63
|
-
};
|
|
64
|
-
}, unknown, {
|
|
65
|
-
containerVisible: boolean;
|
|
66
|
-
maximized: boolean;
|
|
67
|
-
mask: HTMLElement | null;
|
|
68
|
-
container: HTMLElement | null;
|
|
69
|
-
styleElement: HTMLStyleElement | null;
|
|
70
|
-
documentKeydownListener: any;
|
|
71
|
-
autoZIndex: boolean;
|
|
72
|
-
}, {
|
|
73
|
-
maskClass(): string[];
|
|
74
|
-
dialogClass(): (string | {
|
|
75
|
-
'vc-dialog-maximized': boolean;
|
|
76
|
-
})[];
|
|
77
|
-
ariaLabelledById(): string;
|
|
78
|
-
ariaId(): string;
|
|
79
|
-
contentStyleClass(): (string | {
|
|
80
|
-
'vc-dialog-no-footer': boolean;
|
|
81
|
-
})[];
|
|
82
|
-
attributeSelector(): string;
|
|
83
|
-
modalWidth(): string | undefined;
|
|
84
|
-
modalMaxWidth(): string | undefined;
|
|
85
|
-
}, {
|
|
86
|
-
destroyStyle(): void;
|
|
87
|
-
/**
|
|
88
|
-
* Create responsive width (for breakpoints prop)
|
|
89
|
-
*/
|
|
90
|
-
createStyle(): void;
|
|
91
|
-
onMaskClick(event: Event): void;
|
|
92
|
-
getPositionClass(): string;
|
|
93
|
-
onBeforeEnter(el: HTMLElement | Element): void;
|
|
94
|
-
onEnter(): void;
|
|
95
|
-
onEnterCancelled(): void;
|
|
96
|
-
bindGlobalListeners(): void;
|
|
97
|
-
onKeyDown(event: KeyboardEvent): void;
|
|
98
|
-
bindDocumentKeyDownListener(): void;
|
|
99
|
-
enableDocumentSettings(): void;
|
|
100
|
-
onBeforeLeave(): void;
|
|
101
|
-
onLeave(): void;
|
|
102
|
-
onAfterLeave(el: HTMLElement | Element): void;
|
|
103
|
-
unbindGlobalListeners(): void;
|
|
104
|
-
unbindDocumentKeyDownListener(): void;
|
|
105
|
-
unbindDocumentState(): void;
|
|
106
|
-
containerRef(el: HTMLElement): string;
|
|
107
|
-
focus(): void;
|
|
108
|
-
maskRef(el: HTMLElement): string;
|
|
109
|
-
close(): void;
|
|
110
|
-
maximize(event: Event): void;
|
|
111
|
-
}, import("vue").DefineComponent<{
|
|
112
|
-
appendTo: {
|
|
113
|
-
type: PropType<import("../../types/AppendToTarget.types").DefaultAppendToType>;
|
|
114
|
-
default: string;
|
|
115
|
-
};
|
|
116
|
-
}, unknown, unknown, {
|
|
117
|
-
appendDisabled(): boolean;
|
|
118
|
-
appendTarget(): import("../../types/AppendToTarget.types").DefaultAppendToType | null;
|
|
119
|
-
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
120
|
-
appendTo: {
|
|
121
|
-
type: PropType<import("../../types/AppendToTarget.types").DefaultAppendToType>;
|
|
122
|
-
default: string;
|
|
123
|
-
};
|
|
124
|
-
}>>, {
|
|
125
|
-
appendTo: import("../../types/AppendToTarget.types").DefaultAppendToType;
|
|
126
|
-
}>, import("vue").ComponentOptionsMixin, ("hide" | "show" | "close" | "unmaximize" | "maximize")[], "hide" | "show" | "close" | "unmaximize" | "maximize", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
127
|
-
maximizable: {
|
|
128
|
-
type: BooleanConstructor;
|
|
129
|
-
default: boolean;
|
|
130
|
-
};
|
|
131
|
-
visible: {
|
|
132
|
-
type: BooleanConstructor;
|
|
133
|
-
default: boolean;
|
|
134
|
-
};
|
|
135
|
-
position: {
|
|
136
|
-
type: PropType<DialogPositionType>;
|
|
137
|
-
default: string;
|
|
138
|
-
};
|
|
139
|
-
header: {
|
|
140
|
-
type: StringConstructor;
|
|
141
|
-
default: string;
|
|
142
|
-
};
|
|
143
|
-
footer: {
|
|
144
|
-
type: StringConstructor;
|
|
145
|
-
default: string;
|
|
146
|
-
};
|
|
147
|
-
ariaCloseLabel: {
|
|
148
|
-
type: StringConstructor;
|
|
149
|
-
default: string;
|
|
150
|
-
};
|
|
151
|
-
closable: {
|
|
152
|
-
type: BooleanConstructor;
|
|
153
|
-
default: boolean;
|
|
154
|
-
};
|
|
155
|
-
closeOnEscape: {
|
|
156
|
-
type: BooleanConstructor;
|
|
157
|
-
default: boolean;
|
|
158
|
-
};
|
|
159
|
-
contentClass: {
|
|
160
|
-
type: StringConstructor;
|
|
161
|
-
default: string;
|
|
162
|
-
};
|
|
163
|
-
contentStyle: {
|
|
164
|
-
type: (
|
|
165
|
-
default: null;
|
|
166
|
-
};
|
|
167
|
-
baseZIndex: {
|
|
168
|
-
type: NumberConstructor;
|
|
169
|
-
default: number;
|
|
170
|
-
};
|
|
171
|
-
dismissableMask: {
|
|
172
|
-
type: BooleanConstructor;
|
|
173
|
-
default: boolean;
|
|
174
|
-
};
|
|
175
|
-
breakpoints: {
|
|
176
|
-
type: PropType<DialogBreakpoints> | undefined;
|
|
177
|
-
default: undefined;
|
|
178
|
-
};
|
|
179
|
-
width: {
|
|
180
|
-
type: StringConstructor;
|
|
181
|
-
default: string;
|
|
182
|
-
};
|
|
183
|
-
maxWidth: {
|
|
184
|
-
type: StringConstructor;
|
|
185
|
-
default: string;
|
|
186
|
-
};
|
|
187
|
-
}>> & {
|
|
188
|
-
onHide?: ((...args: any[]) => any) | undefined;
|
|
189
|
-
onShow?: ((...args: any[]) => any) | undefined;
|
|
190
|
-
onClose?: ((...args: any[]) => any) | undefined;
|
|
191
|
-
onUnmaximize?: ((...args: any[]) => any) | undefined;
|
|
192
|
-
onMaximize?: ((...args: any[]) => any) | undefined;
|
|
193
|
-
}, {
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
ariaCloseLabel: string;
|
|
204
|
-
closeOnEscape: boolean;
|
|
205
|
-
contentClass: string;
|
|
206
|
-
baseZIndex: number;
|
|
207
|
-
dismissableMask: boolean;
|
|
208
|
-
breakpoints: DialogBreakpoints;
|
|
209
|
-
}>;
|
|
210
|
-
export default
|
|
1
|
+
import { PropType } from 'vue';
|
|
2
|
+
import { DialogBreakpoints, DialogPositionType } from './VcModal.types';
|
|
3
|
+
declare const _default: import("vue").DefineComponent<{
|
|
4
|
+
maximizable: {
|
|
5
|
+
type: BooleanConstructor;
|
|
6
|
+
default: boolean;
|
|
7
|
+
};
|
|
8
|
+
visible: {
|
|
9
|
+
type: BooleanConstructor;
|
|
10
|
+
default: boolean;
|
|
11
|
+
};
|
|
12
|
+
position: {
|
|
13
|
+
type: PropType<DialogPositionType>;
|
|
14
|
+
default: string;
|
|
15
|
+
};
|
|
16
|
+
header: {
|
|
17
|
+
type: StringConstructor;
|
|
18
|
+
default: string;
|
|
19
|
+
};
|
|
20
|
+
footer: {
|
|
21
|
+
type: StringConstructor;
|
|
22
|
+
default: string;
|
|
23
|
+
};
|
|
24
|
+
ariaCloseLabel: {
|
|
25
|
+
type: StringConstructor;
|
|
26
|
+
default: string;
|
|
27
|
+
};
|
|
28
|
+
closable: {
|
|
29
|
+
type: BooleanConstructor;
|
|
30
|
+
default: boolean;
|
|
31
|
+
};
|
|
32
|
+
closeOnEscape: {
|
|
33
|
+
type: BooleanConstructor;
|
|
34
|
+
default: boolean;
|
|
35
|
+
};
|
|
36
|
+
contentClass: {
|
|
37
|
+
type: StringConstructor;
|
|
38
|
+
default: string;
|
|
39
|
+
};
|
|
40
|
+
contentStyle: {
|
|
41
|
+
type: (StringConstructor | ObjectConstructor)[];
|
|
42
|
+
default: null;
|
|
43
|
+
};
|
|
44
|
+
baseZIndex: {
|
|
45
|
+
type: NumberConstructor;
|
|
46
|
+
default: number;
|
|
47
|
+
};
|
|
48
|
+
dismissableMask: {
|
|
49
|
+
type: BooleanConstructor;
|
|
50
|
+
default: boolean;
|
|
51
|
+
};
|
|
52
|
+
breakpoints: {
|
|
53
|
+
type: PropType<DialogBreakpoints> | undefined;
|
|
54
|
+
default: undefined;
|
|
55
|
+
};
|
|
56
|
+
width: {
|
|
57
|
+
type: StringConstructor;
|
|
58
|
+
default: string;
|
|
59
|
+
};
|
|
60
|
+
maxWidth: {
|
|
61
|
+
type: StringConstructor;
|
|
62
|
+
default: string;
|
|
63
|
+
};
|
|
64
|
+
}, unknown, {
|
|
65
|
+
containerVisible: boolean;
|
|
66
|
+
maximized: boolean;
|
|
67
|
+
mask: HTMLElement | null;
|
|
68
|
+
container: HTMLElement | null;
|
|
69
|
+
styleElement: HTMLStyleElement | null;
|
|
70
|
+
documentKeydownListener: any;
|
|
71
|
+
autoZIndex: boolean;
|
|
72
|
+
}, {
|
|
73
|
+
maskClass(): string[];
|
|
74
|
+
dialogClass(): (string | {
|
|
75
|
+
'vc-dialog-maximized': boolean;
|
|
76
|
+
})[];
|
|
77
|
+
ariaLabelledById(): string;
|
|
78
|
+
ariaId(): string;
|
|
79
|
+
contentStyleClass(): (string | {
|
|
80
|
+
'vc-dialog-no-footer': boolean;
|
|
81
|
+
})[];
|
|
82
|
+
attributeSelector(): string;
|
|
83
|
+
modalWidth(): string | undefined;
|
|
84
|
+
modalMaxWidth(): string | undefined;
|
|
85
|
+
}, {
|
|
86
|
+
destroyStyle(): void;
|
|
87
|
+
/**
|
|
88
|
+
* Create responsive width (for breakpoints prop)
|
|
89
|
+
*/
|
|
90
|
+
createStyle(): void;
|
|
91
|
+
onMaskClick(event: Event): void;
|
|
92
|
+
getPositionClass(): string;
|
|
93
|
+
onBeforeEnter(el: HTMLElement | Element): void;
|
|
94
|
+
onEnter(): void;
|
|
95
|
+
onEnterCancelled(): void;
|
|
96
|
+
bindGlobalListeners(): void;
|
|
97
|
+
onKeyDown(event: KeyboardEvent): void;
|
|
98
|
+
bindDocumentKeyDownListener(): void;
|
|
99
|
+
enableDocumentSettings(): void;
|
|
100
|
+
onBeforeLeave(): void;
|
|
101
|
+
onLeave(): void;
|
|
102
|
+
onAfterLeave(el: HTMLElement | Element): void;
|
|
103
|
+
unbindGlobalListeners(): void;
|
|
104
|
+
unbindDocumentKeyDownListener(): void;
|
|
105
|
+
unbindDocumentState(): void;
|
|
106
|
+
containerRef(el: HTMLElement): string;
|
|
107
|
+
focus(): void;
|
|
108
|
+
maskRef(el: HTMLElement): string;
|
|
109
|
+
close(): void;
|
|
110
|
+
maximize(event: Event): void;
|
|
111
|
+
}, import("vue").DefineComponent<{
|
|
112
|
+
appendTo: {
|
|
113
|
+
type: PropType<import("../../types/AppendToTarget.types").DefaultAppendToType>;
|
|
114
|
+
default: string;
|
|
115
|
+
};
|
|
116
|
+
}, unknown, unknown, {
|
|
117
|
+
appendDisabled(): boolean;
|
|
118
|
+
appendTarget(): import("../../types/AppendToTarget.types").DefaultAppendToType | null;
|
|
119
|
+
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
120
|
+
appendTo: {
|
|
121
|
+
type: PropType<import("../../types/AppendToTarget.types").DefaultAppendToType>;
|
|
122
|
+
default: string;
|
|
123
|
+
};
|
|
124
|
+
}>>, {
|
|
125
|
+
appendTo: import("../../types/AppendToTarget.types").DefaultAppendToType;
|
|
126
|
+
}>, import("vue").ComponentOptionsMixin, ("hide" | "show" | "close" | "unmaximize" | "maximize")[], "hide" | "show" | "close" | "unmaximize" | "maximize", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
127
|
+
maximizable: {
|
|
128
|
+
type: BooleanConstructor;
|
|
129
|
+
default: boolean;
|
|
130
|
+
};
|
|
131
|
+
visible: {
|
|
132
|
+
type: BooleanConstructor;
|
|
133
|
+
default: boolean;
|
|
134
|
+
};
|
|
135
|
+
position: {
|
|
136
|
+
type: PropType<DialogPositionType>;
|
|
137
|
+
default: string;
|
|
138
|
+
};
|
|
139
|
+
header: {
|
|
140
|
+
type: StringConstructor;
|
|
141
|
+
default: string;
|
|
142
|
+
};
|
|
143
|
+
footer: {
|
|
144
|
+
type: StringConstructor;
|
|
145
|
+
default: string;
|
|
146
|
+
};
|
|
147
|
+
ariaCloseLabel: {
|
|
148
|
+
type: StringConstructor;
|
|
149
|
+
default: string;
|
|
150
|
+
};
|
|
151
|
+
closable: {
|
|
152
|
+
type: BooleanConstructor;
|
|
153
|
+
default: boolean;
|
|
154
|
+
};
|
|
155
|
+
closeOnEscape: {
|
|
156
|
+
type: BooleanConstructor;
|
|
157
|
+
default: boolean;
|
|
158
|
+
};
|
|
159
|
+
contentClass: {
|
|
160
|
+
type: StringConstructor;
|
|
161
|
+
default: string;
|
|
162
|
+
};
|
|
163
|
+
contentStyle: {
|
|
164
|
+
type: (StringConstructor | ObjectConstructor)[];
|
|
165
|
+
default: null;
|
|
166
|
+
};
|
|
167
|
+
baseZIndex: {
|
|
168
|
+
type: NumberConstructor;
|
|
169
|
+
default: number;
|
|
170
|
+
};
|
|
171
|
+
dismissableMask: {
|
|
172
|
+
type: BooleanConstructor;
|
|
173
|
+
default: boolean;
|
|
174
|
+
};
|
|
175
|
+
breakpoints: {
|
|
176
|
+
type: PropType<DialogBreakpoints> | undefined;
|
|
177
|
+
default: undefined;
|
|
178
|
+
};
|
|
179
|
+
width: {
|
|
180
|
+
type: StringConstructor;
|
|
181
|
+
default: string;
|
|
182
|
+
};
|
|
183
|
+
maxWidth: {
|
|
184
|
+
type: StringConstructor;
|
|
185
|
+
default: string;
|
|
186
|
+
};
|
|
187
|
+
}>> & {
|
|
188
|
+
onHide?: ((...args: any[]) => any) | undefined;
|
|
189
|
+
onShow?: ((...args: any[]) => any) | undefined;
|
|
190
|
+
onClose?: ((...args: any[]) => any) | undefined;
|
|
191
|
+
onUnmaximize?: ((...args: any[]) => any) | undefined;
|
|
192
|
+
onMaximize?: ((...args: any[]) => any) | undefined;
|
|
193
|
+
}, {
|
|
194
|
+
footer: string;
|
|
195
|
+
header: string;
|
|
196
|
+
visible: boolean;
|
|
197
|
+
maxWidth: string;
|
|
198
|
+
position: DialogPositionType;
|
|
199
|
+
width: string;
|
|
200
|
+
closable: boolean;
|
|
201
|
+
contentStyle: string | Record<string, any>;
|
|
202
|
+
maximizable: boolean;
|
|
203
|
+
ariaCloseLabel: string;
|
|
204
|
+
closeOnEscape: boolean;
|
|
205
|
+
contentClass: string;
|
|
206
|
+
baseZIndex: number;
|
|
207
|
+
dismissableMask: boolean;
|
|
208
|
+
breakpoints: DialogBreakpoints;
|
|
209
|
+
}>;
|
|
210
|
+
export default _default;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { VNode } from 'vue';
|
|
2
|
+
export declare type ToastPositionType = 'top-left' | 'top-center' | 'top-right' | 'bottom-left' | 'bottom-center' | 'bottom-right' | 'center' | undefined;
|
|
3
|
+
export declare type ToastMessageSeverityType = 'success' | 'info' | 'warning' | 'error' | undefined;
|
|
4
|
+
export interface ToastMessageOptions {
|
|
5
|
+
type?: ToastMessageSeverityType;
|
|
6
|
+
title?: string | undefined;
|
|
7
|
+
message?: string | undefined;
|
|
8
|
+
closable?: boolean | undefined;
|
|
9
|
+
duration?: number | undefined;
|
|
10
|
+
group?: string | undefined;
|
|
11
|
+
styleClass?: string;
|
|
12
|
+
contentStyleClass?: unknown;
|
|
13
|
+
id?: string | number | undefined;
|
|
14
|
+
position?: ToastPositionType;
|
|
15
|
+
component?: string | VNode | undefined;
|
|
16
|
+
componentAttrs?: unknown;
|
|
17
|
+
}
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
import { PropType } from 'vue';
|
|
2
|
+
import { ToastPositionType, ToastMessageOptions } from './VcNotification.types';
|
|
3
|
+
declare const _default: import("vue").DefineComponent<{
|
|
4
|
+
position: {
|
|
5
|
+
type: PropType<ToastPositionType>;
|
|
6
|
+
default: string;
|
|
7
|
+
};
|
|
8
|
+
group: {
|
|
9
|
+
type: StringConstructor;
|
|
10
|
+
default: undefined;
|
|
11
|
+
};
|
|
12
|
+
autoZIndex: {
|
|
13
|
+
type: BooleanConstructor;
|
|
14
|
+
default: boolean;
|
|
15
|
+
};
|
|
16
|
+
baseZIndex: {
|
|
17
|
+
type: NumberConstructor;
|
|
18
|
+
default: number;
|
|
19
|
+
};
|
|
20
|
+
}, unknown, {
|
|
21
|
+
messages: ToastMessageOptions[];
|
|
22
|
+
messageIdx: number;
|
|
23
|
+
styleElement: null;
|
|
24
|
+
customPosition: string;
|
|
25
|
+
}, {
|
|
26
|
+
containerClass(): string[];
|
|
27
|
+
attributeSelector(): string;
|
|
28
|
+
}, {
|
|
29
|
+
add(message: ToastMessageOptions): void;
|
|
30
|
+
remove(message: ToastMessageOptions): void;
|
|
31
|
+
onAdd(message: ToastMessageOptions): void;
|
|
32
|
+
onRemoveGroup(group: string): void;
|
|
33
|
+
onRemoveAllGroups(): void;
|
|
34
|
+
onEnter(): void;
|
|
35
|
+
onLeave(): void;
|
|
36
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
37
|
+
position: {
|
|
38
|
+
type: PropType<ToastPositionType>;
|
|
39
|
+
default: string;
|
|
40
|
+
};
|
|
41
|
+
group: {
|
|
42
|
+
type: StringConstructor;
|
|
43
|
+
default: undefined;
|
|
44
|
+
};
|
|
45
|
+
autoZIndex: {
|
|
46
|
+
type: BooleanConstructor;
|
|
47
|
+
default: boolean;
|
|
48
|
+
};
|
|
49
|
+
baseZIndex: {
|
|
50
|
+
type: NumberConstructor;
|
|
51
|
+
default: number;
|
|
52
|
+
};
|
|
53
|
+
}>>, {
|
|
54
|
+
position: ToastPositionType;
|
|
55
|
+
baseZIndex: number;
|
|
56
|
+
autoZIndex: boolean;
|
|
57
|
+
group: string;
|
|
58
|
+
}>;
|
|
59
|
+
export default _default;
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { PropType } from 'vue';
|
|
2
|
+
import { ToastMessageOptions } from './VcNotification.types';
|
|
3
|
+
declare const _default: import("vue").DefineComponent<{
|
|
4
|
+
message: {
|
|
5
|
+
type: PropType<ToastMessageOptions> | null | undefined;
|
|
6
|
+
default: null;
|
|
7
|
+
};
|
|
8
|
+
}, unknown, {
|
|
9
|
+
closeTimeout: number | null;
|
|
10
|
+
}, {
|
|
11
|
+
containerClass(): (string | {
|
|
12
|
+
[key: string]: boolean;
|
|
13
|
+
})[];
|
|
14
|
+
iconClass(): (string | {
|
|
15
|
+
'vc-icon-info': boolean;
|
|
16
|
+
'vc-icon-alert': boolean;
|
|
17
|
+
'vc-icon-cross': boolean;
|
|
18
|
+
'vc-icon-checkmark': boolean;
|
|
19
|
+
})[];
|
|
20
|
+
isClosable(): boolean;
|
|
21
|
+
}, {
|
|
22
|
+
onCloseClick(): void;
|
|
23
|
+
close(): void;
|
|
24
|
+
clearCloseTimeout(): void;
|
|
25
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "close"[], "close", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
26
|
+
message: {
|
|
27
|
+
type: PropType<ToastMessageOptions> | null | undefined;
|
|
28
|
+
default: null;
|
|
29
|
+
};
|
|
30
|
+
}>> & {
|
|
31
|
+
onClose?: ((...args: any[]) => any) | undefined;
|
|
32
|
+
}, {
|
|
33
|
+
message: ToastMessageOptions;
|
|
34
|
+
}>;
|
|
35
|
+
export default _default;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare type DropDownOptions = Array<{
|
|
2
|
-
text: number;
|
|
3
|
-
page: number;
|
|
4
|
-
}>;
|
|
1
|
+
export declare type DropDownOptions = Array<{
|
|
2
|
+
text: number;
|
|
3
|
+
page: number;
|
|
4
|
+
}>;
|
|
@@ -1,64 +1,64 @@
|
|
|
1
|
-
import { DropDownOptions } from './VcPagination.types';
|
|
2
|
-
declare const
|
|
3
|
-
modelValue: {
|
|
4
|
-
type: NumberConstructor;
|
|
5
|
-
default: number;
|
|
6
|
-
};
|
|
7
|
-
perPage: {
|
|
8
|
-
type: NumberConstructor;
|
|
9
|
-
default: number;
|
|
10
|
-
};
|
|
11
|
-
total: {
|
|
12
|
-
type: NumberConstructor;
|
|
13
|
-
default: number;
|
|
14
|
-
};
|
|
15
|
-
label: {
|
|
16
|
-
type: StringConstructor;
|
|
17
|
-
default: string;
|
|
18
|
-
};
|
|
19
|
-
}, unknown, {
|
|
20
|
-
config: {
|
|
21
|
-
labelKey: string;
|
|
22
|
-
valueKey: string;
|
|
23
|
-
};
|
|
24
|
-
value: number;
|
|
25
|
-
dropDownOptions: DropDownOptions;
|
|
26
|
-
defaultStartPageValue: number;
|
|
27
|
-
}, {
|
|
28
|
-
start(): number;
|
|
29
|
-
end(): number;
|
|
30
|
-
disableDecrement(): boolean;
|
|
31
|
-
disableIncrement(): boolean;
|
|
32
|
-
labelText(): string;
|
|
33
|
-
}, {
|
|
34
|
-
createDropDownOptions(): void;
|
|
35
|
-
decrement(): void;
|
|
36
|
-
increment(): void;
|
|
37
|
-
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "prev" | "next")[], "update:modelValue" | "prev" | "next", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
38
|
-
modelValue: {
|
|
39
|
-
type: NumberConstructor;
|
|
40
|
-
default: number;
|
|
41
|
-
};
|
|
42
|
-
perPage: {
|
|
43
|
-
type: NumberConstructor;
|
|
44
|
-
default: number;
|
|
45
|
-
};
|
|
46
|
-
total: {
|
|
47
|
-
type: NumberConstructor;
|
|
48
|
-
default: number;
|
|
49
|
-
};
|
|
50
|
-
label: {
|
|
51
|
-
type: StringConstructor;
|
|
52
|
-
default: string;
|
|
53
|
-
};
|
|
54
|
-
}>> & {
|
|
55
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
56
|
-
onPrev?: ((...args: any[]) => any) | undefined;
|
|
57
|
-
onNext?: ((...args: any[]) => any) | undefined;
|
|
58
|
-
}, {
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
perPage: number;
|
|
62
|
-
total: number;
|
|
63
|
-
}>;
|
|
64
|
-
export default
|
|
1
|
+
import { DropDownOptions } from './VcPagination.types';
|
|
2
|
+
declare const _default: import("vue").DefineComponent<{
|
|
3
|
+
modelValue: {
|
|
4
|
+
type: NumberConstructor;
|
|
5
|
+
default: number;
|
|
6
|
+
};
|
|
7
|
+
perPage: {
|
|
8
|
+
type: NumberConstructor;
|
|
9
|
+
default: number;
|
|
10
|
+
};
|
|
11
|
+
total: {
|
|
12
|
+
type: NumberConstructor;
|
|
13
|
+
default: number;
|
|
14
|
+
};
|
|
15
|
+
label: {
|
|
16
|
+
type: StringConstructor;
|
|
17
|
+
default: string;
|
|
18
|
+
};
|
|
19
|
+
}, unknown, {
|
|
20
|
+
config: {
|
|
21
|
+
labelKey: string;
|
|
22
|
+
valueKey: string;
|
|
23
|
+
};
|
|
24
|
+
value: number;
|
|
25
|
+
dropDownOptions: DropDownOptions;
|
|
26
|
+
defaultStartPageValue: number;
|
|
27
|
+
}, {
|
|
28
|
+
start(): number;
|
|
29
|
+
end(): number;
|
|
30
|
+
disableDecrement(): boolean;
|
|
31
|
+
disableIncrement(): boolean;
|
|
32
|
+
labelText(): string;
|
|
33
|
+
}, {
|
|
34
|
+
createDropDownOptions(): void;
|
|
35
|
+
decrement(): void;
|
|
36
|
+
increment(): void;
|
|
37
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "prev" | "next")[], "update:modelValue" | "prev" | "next", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
38
|
+
modelValue: {
|
|
39
|
+
type: NumberConstructor;
|
|
40
|
+
default: number;
|
|
41
|
+
};
|
|
42
|
+
perPage: {
|
|
43
|
+
type: NumberConstructor;
|
|
44
|
+
default: number;
|
|
45
|
+
};
|
|
46
|
+
total: {
|
|
47
|
+
type: NumberConstructor;
|
|
48
|
+
default: number;
|
|
49
|
+
};
|
|
50
|
+
label: {
|
|
51
|
+
type: StringConstructor;
|
|
52
|
+
default: string;
|
|
53
|
+
};
|
|
54
|
+
}>> & {
|
|
55
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
56
|
+
onPrev?: ((...args: any[]) => any) | undefined;
|
|
57
|
+
onNext?: ((...args: any[]) => any) | undefined;
|
|
58
|
+
}, {
|
|
59
|
+
label: string;
|
|
60
|
+
modelValue: number;
|
|
61
|
+
perPage: number;
|
|
62
|
+
total: number;
|
|
63
|
+
}>;
|
|
64
|
+
export default _default;
|