@voicenter-team/voicenter-ui-plus 0.0.1
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/README.md +35 -0
- package/library/favicon.ico +0 -0
- package/library/fonts/VC-icon.eot +0 -0
- package/library/fonts/VC-icon.svg +268 -0
- package/library/fonts/VC-icon.ttf +0 -0
- package/library/fonts/VC-icon.woff +0 -0
- package/library/icon-vc.css +753 -0
- package/library/images/logo-icon.svg +6 -0
- package/library/images/not-found.png +0 -0
- package/library/images/perfil.jpg +0 -0
- package/library/sound/test-audio.mp3 +0 -0
- package/library/style.css +1 -0
- package/library/super.mjs +24050 -0
- package/library/super.mjs.map +1 -0
- package/library/super.umd.js +37 -0
- package/library/super.umd.js.map +1 -0
- package/library/types/src/components/VcButton/VcButton.types.d.ts +5 -0
- package/library/types/src/components/VcButton/VcButton.vue.d.ts +94 -0
- package/library/types/src/components/VcButton/VcButtonIcon.vue.d.ts +89 -0
- package/library/types/src/components/VcCard/VcCard.vue.d.ts +23 -0
- package/library/types/src/components/VcCheckbox/VcCheckbox.vue.d.ts +133 -0
- package/library/types/src/components/VcCheckbox/VcCheckboxGroupEl.vue.d.ts +2 -0
- package/library/types/src/components/VcCheckbox/group.mixin.d.ts +60 -0
- package/library/types/src/components/VcCheckboxGroup/VcCheckboxGroup.vue.d.ts +140 -0
- package/library/types/src/components/VcCollapse/VcCollapse.vue.d.ts +33 -0
- package/library/types/src/components/VcCollapse/VcCollapseItem.vue.d.ts +106 -0
- package/library/types/src/components/VcCollapse/VcCollapseTransition.vue.d.ts +14 -0
- package/library/types/src/components/VcColorPicker/ColorPicker/ColorPicker.vue.d.ts +67 -0
- package/library/types/src/components/VcColorPicker/ColorPicker/Hue.vue.d.ts +40 -0
- package/library/types/src/components/VcColorPicker/ColorPicker/Saturation.vue.d.ts +49 -0
- package/library/types/src/components/VcColorPicker/ColorPicker/composible.d.ts +23 -0
- package/library/types/src/components/VcColorPicker/VcColorPicker.types.d.ts +10 -0
- package/library/types/src/components/VcColorPicker/VcColorPicker.vue.d.ts +65 -0
- package/library/types/src/components/VcDatetimeRangePicker/VcDatetimeRangePicker.types.d.ts +27 -0
- package/library/types/src/components/VcDatetimeRangePicker/VcDatetimeRangePicker.vue.d.ts +360 -0
- package/library/types/src/components/VcDelimitedList/VcDelimitedList.types.d.ts +4 -0
- package/library/types/src/components/VcDelimitedList/VcDelimitedList.vue.d.ts +92 -0
- package/library/types/src/components/VcExtendedDatetimeRangePicker/ExtendedDatetimeRangePickerPart.vue.d.ts +208 -0
- package/library/types/src/components/VcExtendedDatetimeRangePicker/ExtendedDatetimeRangePickerRelative.vue.d.ts +96 -0
- package/library/types/src/components/VcExtendedDatetimeRangePicker/VcExtendedDatetimeRangePicker.types.d.ts +11 -0
- package/library/types/src/components/VcExtendedDatetimeRangePicker/VcExtendedDatetimeRangePicker.vue.d.ts +276 -0
- package/library/types/src/components/VcExtendedDatetimeRangePicker/VcExtendedDatetimeRangePickerQuickOptionsSelection.vue.d.ts +51 -0
- package/library/types/src/components/VcExtendedDatetimeRangePicker/enum.d.ts +6 -0
- package/library/types/src/components/VcFileUploader/VcFileUploader.types.d.ts +4 -0
- package/library/types/src/components/VcFileUploader/VcFileUploader.vue.d.ts +388 -0
- package/library/types/src/components/VcForm/UiComponents/VcInputLabel.vue.d.ts +204 -0
- package/library/types/src/components/VcForm/VcForm.vue.d.ts +348 -0
- package/library/types/src/components/VcForm/VcFormItem.vue.d.ts +69 -0
- package/library/types/src/components/VcHyperLink/VcHyperLink.types.d.ts +2 -0
- package/library/types/src/components/VcHyperLink/VcHyperLink.vue.d.ts +54 -0
- package/library/types/src/components/VcIconPicker/VcIconPicker.types.d.ts +15 -0
- package/library/types/src/components/VcIconPicker/VcIconPicker.vue.d.ts +105 -0
- package/library/types/src/components/VcIconPicker/iconPicker.mixin.d.ts +51 -0
- package/library/types/src/components/VcInput/VcInput.types.d.ts +2 -0
- package/library/types/src/components/VcInput/VcInput.vue.d.ts +202 -0
- package/library/types/src/components/VcInputNumber/VcInputNumber.vue.d.ts +256 -0
- package/library/types/src/components/VcLoading/Loaders/Circles.vue.d.ts +28 -0
- package/library/types/src/components/VcLoading/Loaders/LdsSpinner.vue.d.ts +29 -0
- package/library/types/src/components/VcLoading/Loaders/LoadIcon.vue.d.ts +36 -0
- package/library/types/src/components/VcLoading/Loaders/Stretch.vue.d.ts +28 -0
- package/library/types/src/components/VcLoading/VcLoading.types.d.ts +1 -0
- package/library/types/src/components/VcLoading/VcLoading.vue.d.ts +66 -0
- package/library/types/src/components/VcModal/VcModal.types.d.ts +4 -0
- package/library/types/src/components/VcModal/VcModal.vue.d.ts +210 -0
- package/library/types/src/components/VcPagination/VcPagination.types.d.ts +4 -0
- package/library/types/src/components/VcPagination/VcPagination.vue.d.ts +64 -0
- package/library/types/src/components/VcPagination/VcPaginationButton.vue.d.ts +34 -0
- package/library/types/src/components/VcPopover/VcPopover.types.d.ts +3 -0
- package/library/types/src/components/VcPopover/VcPopover.vue.d.ts +150 -0
- package/library/types/src/components/VcProgress/VcProgress.types.d.ts +16 -0
- package/library/types/src/components/VcProgress/VcProgress.vue.d.ts +147 -0
- package/library/types/src/components/VcProgress/progress.options.d.ts +13 -0
- package/library/types/src/components/VcRadio/VcRadio.vue.d.ts +88 -0
- package/library/types/src/components/VcRadioGroup/VcRadioGroup.vue.d.ts +96 -0
- package/library/types/src/components/VcRadioTabs/UiComponents/VcRadioTabsNav.vue.d.ts +41 -0
- package/library/types/src/components/VcRadioTabs/VcRadioTabs.vue.d.ts +78 -0
- package/library/types/src/components/VcSelect/VcSelect.options.d.ts +78 -0
- package/library/types/src/components/VcSelect/VcSelect.vue.d.ts +293 -0
- package/library/types/src/components/VcSkeletonLoader/Loaders/Card.vue.d.ts +18 -0
- package/library/types/src/components/VcSkeletonLoader/Loaders/Circle.vue.d.ts +28 -0
- package/library/types/src/components/VcSkeletonLoader/Loaders/Row.vue.d.ts +18 -0
- package/library/types/src/components/VcSkeletonLoader/Loaders/Square.vue.d.ts +28 -0
- package/library/types/src/components/VcSkeletonLoader/Loaders/Text.vue.d.ts +16 -0
- package/library/types/src/components/VcSkeletonLoader/VcSkeletonLoader.types.d.ts +1 -0
- package/library/types/src/components/VcSkeletonLoader/VcSkeletonLoader.vue.d.ts +81 -0
- package/library/types/src/components/VcSoundplayer/VcSoundPlayer.types.d.ts +2 -0
- package/library/types/src/components/VcSoundplayer/VcSoundPlayer.vue.d.ts +130 -0
- package/library/types/src/components/VcSplitButton/VcSplitButton.types.d.ts +8 -0
- package/library/types/src/components/VcSplitButton/VcSplitButton.vue.d.ts +68 -0
- package/library/types/src/components/VcSwitch/VcSwitch.types.d.ts +1 -0
- package/library/types/src/components/VcSwitch/VcSwitch.vue.d.ts +151 -0
- package/library/types/src/components/VcTable/VcTable.types.d.ts +45 -0
- package/library/types/src/components/VcTable/VcTable.vue.d.ts +334 -0
- package/library/types/src/components/VcTable/tableOptions.d.ts +6 -0
- package/library/types/src/components/VcTabs/VcTabNav.vue.d.ts +54 -0
- package/library/types/src/components/VcTabs/VcTabPane.vue.d.ts +92 -0
- package/library/types/src/components/VcTabs/VcTabs.types.d.ts +14 -0
- package/library/types/src/components/VcTabs/VcTabs.vue.d.ts +62 -0
- package/library/types/src/components/VcTag/VcTag.types.d.ts +1 -0
- package/library/types/src/components/VcTag/VcTag.vue.d.ts +99 -0
- package/library/types/src/components/VcTagInput/VcTagInput.vue.d.ts +290 -0
- package/library/types/src/components/VcTimeInput/VcTimeInput.vue.d.ts +269 -0
- package/library/types/src/components/VcTree/VcTree.types.d.ts +36 -0
- package/library/types/src/components/VcTree/VcTree.vue.d.ts +209 -0
- package/library/types/src/components/VcTree/VcTreeNode.vue.d.ts +104 -0
- package/library/types/src/components/VcTree/VcTreeSelect.vue.d.ts +305 -0
- package/library/types/src/components/VcVerticalTabs/UiComponents/VerticalTabNav.vue.d.ts +54 -0
- package/library/types/src/components/VcVerticalTabs/VcVerticalTabs.vue.d.ts +76 -0
- package/library/types/src/components/VcViewSwitcher/VcViewSwitcher.vue.d.ts +74 -0
- package/library/types/src/components/VcWizard/VcSummaryProgress.vue.d.ts +55 -0
- package/library/types/src/components/VcWizard/VcSummaryStep.vue.d.ts +70 -0
- package/library/types/src/components/VcWizard/VcWizard.types.d.ts +15 -0
- package/library/types/src/components/VcWizard/VcWizard.vue.d.ts +157 -0
- package/library/types/src/components/VcWizard/VcWizardNavigation.vue.d.ts +110 -0
- package/library/types/src/components/VcWizard/VcWizardSummary.vue.d.ts +47 -0
- package/library/types/src/components/VcWizard/VcWizardTransition.vue.d.ts +83 -0
- package/library/types/src/components/index.d.ts +43 -0
- package/library/types/src/directives/resize.d.ts +6 -0
- package/library/types/src/entry.d.ts +2 -0
- package/library/types/src/entry.esm.d.ts +4 -0
- package/library/types/src/env.d.ts +18 -0
- package/library/types/src/localization/Localization.types.d.ts +17 -0
- package/library/types/src/localization/index.d.ts +9 -0
- package/library/types/src/mixins/common/appendTo.mixin.d.ts +19 -0
- package/library/types/src/mixins/defaultComponent.mixin.d.ts +14 -0
- package/library/types/src/mixins/input/baseInput.mixin.d.ts +100 -0
- package/library/types/src/mixins/input/color.mixin.d.ts +33 -0
- package/library/types/src/mixins/input/error.mixin.d.ts +23 -0
- package/library/types/src/mixins/input/input.mixin.d.ts +146 -0
- package/library/types/src/mixins/input/label.mixin.d.ts +52 -0
- package/library/types/src/mixins/optionMethods.mixin.d.ts +38 -0
- package/library/types/src/mixins/table/tableProps.mixin.d.ts +108 -0
- package/library/types/src/theme/index.d.ts +1 -0
- package/library/types/src/theme/theme.types.d.ts +6 -0
- package/library/types/src/types/AppendToTarget.types.d.ts +1 -0
- package/library/types/src/types/Entry.types.d.ts +6 -0
- package/library/types/src/types/OptionAndConfig.types.d.ts +23 -0
- package/library/types/src/types/VueGeneric.types.d.ts +1 -0
- package/library/types/src/utils/DomHandler.d.ts +5 -0
- package/library/types/src/utils/UniqueComponentId.d.ts +1 -0
- package/library/types/src/utils/ZIndexUtils.d.ts +12 -0
- package/library/types/src/utils/helpers.d.ts +6 -0
- package/library/types/src/utils/isValidTime.d.ts +2 -0
- package/package.json +66 -0
- package/src/assets/element/index.scss +161 -0
- package/src/assets/sass/main/_icons.scss +36 -0
- package/src/assets/sass/main/_loading.scss +51 -0
- package/src/assets/sass/main/_mixins.scss +339 -0
- package/src/assets/sass/main/_typography.scss +29 -0
- package/src/assets/sass/main.scss +9 -0
- package/src/components/VcButton/VcButton.scss +190 -0
- package/src/components/VcButton/VcButton.vue +117 -0
- package/src/components/VcButton/VcButtonIcon.scss +100 -0
- package/src/components/VcButton/VcButtonIcon.vue +97 -0
- package/src/components/VcCard/VcCard.vue +53 -0
- package/src/components/VcCheckbox/VcCheckbox.scss +66 -0
- package/src/components/VcCheckbox/VcCheckbox.vue +99 -0
- package/src/components/VcCheckbox/VcCheckboxGroupEl.vue +18 -0
- package/src/components/VcCheckboxGroup/VcCheckboxGroup.vue +164 -0
- package/src/components/VcCollapse/VcCollapse.vue +70 -0
- package/src/components/VcCollapse/VcCollapseItem.vue +229 -0
- package/src/components/VcCollapse/VcCollapseTransition.vue +78 -0
- package/src/components/VcColorPicker/ColorPicker/ColorPicker.vue +192 -0
- package/src/components/VcColorPicker/ColorPicker/Hue.vue +130 -0
- package/src/components/VcColorPicker/ColorPicker/Saturation.vue +146 -0
- package/src/components/VcColorPicker/VcColorPicker.vue +140 -0
- package/src/components/VcDatetimeRangePicker/VcDatetimeRangePicker.vue +474 -0
- package/src/components/VcDelimitedList/VcDelimitedList.vue +223 -0
- package/src/components/VcExtendedDatetimeRangePicker/ExtendedDatetimeRangePickerPart.vue +166 -0
- package/src/components/VcExtendedDatetimeRangePicker/ExtendedDatetimeRangePickerRelative.vue +180 -0
- package/src/components/VcExtendedDatetimeRangePicker/VcExtendedDatetimeRangePicker.vue +178 -0
- package/src/components/VcExtendedDatetimeRangePicker/VcExtendedDatetimeRangePickerQuickOptionsSelection.vue +128 -0
- package/src/components/VcFileUploader/VcFileUploader.vue +324 -0
- package/src/components/VcForm/Styles/VcInputLabel.scss +24 -0
- package/src/components/VcForm/UiComponents/VcInputError.vue +31 -0
- package/src/components/VcForm/UiComponents/VcInputLabel.vue +67 -0
- package/src/components/VcForm/VcForm.vue +88 -0
- package/src/components/VcForm/VcFormItem.vue +115 -0
- package/src/components/VcHyperLink/VcHyperLink.vue +83 -0
- package/src/components/VcIconPicker/VcIconPicker.vue +142 -0
- package/src/components/VcInput/VcInput.vue +220 -0
- package/src/components/VcInputNumber/VcInputNumber.vue +128 -0
- package/src/components/VcLoading/Loaders/Circles.vue +100 -0
- package/src/components/VcLoading/Loaders/LdsSpinner.vue +52 -0
- package/src/components/VcLoading/Loaders/LoadIcon.vue +56 -0
- package/src/components/VcLoading/Loaders/Stretch.vue +82 -0
- package/src/components/VcLoading/VcLoading.vue +159 -0
- package/src/components/VcModal/VcModal.scss +227 -0
- package/src/components/VcModal/VcModal.vue +384 -0
- package/src/components/VcNotification/VcNotification.vue +302 -0
- package/src/components/VcNotification/VcNotificationMessage.vue +119 -0
- package/src/components/VcPagination/VcPagination.vue +175 -0
- package/src/components/VcPagination/VcPaginationButton.vue +37 -0
- package/src/components/VcPopover/VcPopover.vue +186 -0
- package/src/components/VcProgress/VcProgress.vue +235 -0
- package/src/components/VcRadio/VcRadio.scss +59 -0
- package/src/components/VcRadio/VcRadio.vue +89 -0
- package/src/components/VcRadioGroup/VcRadioGroup.vue +146 -0
- package/src/components/VcRadioTabs/UiComponents/VcRadioTabsNav.vue +128 -0
- package/src/components/VcRadioTabs/VcRadioTabs.vue +151 -0
- package/src/components/VcSelect/VcSelect.scss +135 -0
- package/src/components/VcSelect/VcSelect.vue +191 -0
- package/src/components/VcSkeletonLoader/Loaders/Card.vue +79 -0
- package/src/components/VcSkeletonLoader/Loaders/Circle.vue +45 -0
- package/src/components/VcSkeletonLoader/Loaders/Row.vue +36 -0
- package/src/components/VcSkeletonLoader/Loaders/Square.vue +44 -0
- package/src/components/VcSkeletonLoader/Loaders/Text.vue +42 -0
- package/src/components/VcSkeletonLoader/VcSkeletonLoader.vue +111 -0
- package/src/components/VcSoundplayer/VcSoundPlayer.vue +497 -0
- package/src/components/VcSplitButton/VcSplitButton.vue +338 -0
- package/src/components/VcSwitch/VcSwitch.vue +352 -0
- package/src/components/VcTable/VcTable.vue +869 -0
- package/src/components/VcTabs/VcTabNav.scss +120 -0
- package/src/components/VcTabs/VcTabNav.vue +203 -0
- package/src/components/VcTabs/VcTabPane.vue +128 -0
- package/src/components/VcTabs/VcTabs.vue +186 -0
- package/src/components/VcTag/VcTag.vue +186 -0
- package/src/components/VcTagInput/VcTagInput.vue +280 -0
- package/src/components/VcTagInput/VcTagInputStyle.scss +224 -0
- package/src/components/VcTimeInput/VcTimeInput.vue +441 -0
- package/src/components/VcTree/VcTree.vue +410 -0
- package/src/components/VcTree/VcTreeNode.vue +283 -0
- package/src/components/VcTree/VcTreeSelect.vue +472 -0
- package/src/components/VcVerticalTabs/UiComponents/VerticalTabNav.vue +99 -0
- package/src/components/VcVerticalTabs/VcVerticalTabs.vue +125 -0
- package/src/components/VcViewSwitcher/VcViewSwitcher.vue +137 -0
- package/src/components/VcWizard/VcSummaryProgress.vue +193 -0
- package/src/components/VcWizard/VcSummaryStep.vue +172 -0
- package/src/components/VcWizard/VcWizard.vue +292 -0
- package/src/components/VcWizard/VcWizardNavigation.vue +196 -0
- package/src/components/VcWizard/VcWizardSummary.vue +73 -0
- package/src/components/VcWizard/VcWizardTransition.vue +119 -0
- package/src/theme/index.ts +47 -0
- package/src/theme/tailwindConfig.js +143 -0
- package/src/theme/tailwindScheme.js +9 -0
- package/src/theme/theme.types.ts +6 -0
- package/src/theme/themes.json +130 -0
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
import { PropType } from 'vue';
|
|
2
|
+
import { VcLoadingType } from './VcLoading.types';
|
|
3
|
+
declare type NumberOrNumberString = PropType<string | number | undefined>;
|
|
4
|
+
declare const _sfc_main: import("vue").DefineComponent<{
|
|
5
|
+
active: {
|
|
6
|
+
type: BooleanConstructor;
|
|
7
|
+
default: boolean;
|
|
8
|
+
};
|
|
9
|
+
fullPage: {
|
|
10
|
+
type: BooleanConstructor;
|
|
11
|
+
default: boolean;
|
|
12
|
+
};
|
|
13
|
+
color: {
|
|
14
|
+
type: StringConstructor;
|
|
15
|
+
default: string;
|
|
16
|
+
};
|
|
17
|
+
size: {
|
|
18
|
+
type: NumberOrNumberString;
|
|
19
|
+
default: number;
|
|
20
|
+
};
|
|
21
|
+
loader: {
|
|
22
|
+
type: PropType<VcLoadingType>;
|
|
23
|
+
default: string;
|
|
24
|
+
};
|
|
25
|
+
icon: {
|
|
26
|
+
type: StringConstructor;
|
|
27
|
+
default: undefined;
|
|
28
|
+
};
|
|
29
|
+
}, unknown, {
|
|
30
|
+
transition: string;
|
|
31
|
+
}, {
|
|
32
|
+
isActive(): boolean;
|
|
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
|
+
active: {
|
|
35
|
+
type: BooleanConstructor;
|
|
36
|
+
default: boolean;
|
|
37
|
+
};
|
|
38
|
+
fullPage: {
|
|
39
|
+
type: BooleanConstructor;
|
|
40
|
+
default: boolean;
|
|
41
|
+
};
|
|
42
|
+
color: {
|
|
43
|
+
type: StringConstructor;
|
|
44
|
+
default: string;
|
|
45
|
+
};
|
|
46
|
+
size: {
|
|
47
|
+
type: NumberOrNumberString;
|
|
48
|
+
default: number;
|
|
49
|
+
};
|
|
50
|
+
loader: {
|
|
51
|
+
type: PropType<VcLoadingType>;
|
|
52
|
+
default: string;
|
|
53
|
+
};
|
|
54
|
+
icon: {
|
|
55
|
+
type: StringConstructor;
|
|
56
|
+
default: undefined;
|
|
57
|
+
};
|
|
58
|
+
}>>, {
|
|
59
|
+
size: string | number | undefined;
|
|
60
|
+
icon: string;
|
|
61
|
+
color: string;
|
|
62
|
+
active: boolean;
|
|
63
|
+
fullPage: boolean;
|
|
64
|
+
loader: VcLoadingType;
|
|
65
|
+
}>;
|
|
66
|
+
export default _sfc_main;
|
|
@@ -0,0 +1,210 @@
|
|
|
1
|
+
import { PropType } from 'vue';
|
|
2
|
+
import { DialogBreakpoints, DialogPositionType } from './VcModal.types';
|
|
3
|
+
declare const _sfc_main: 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: (ObjectConstructor | StringConstructor)[];
|
|
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: (ObjectConstructor | StringConstructor)[];
|
|
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
|
+
width: string;
|
|
195
|
+
position: DialogPositionType;
|
|
196
|
+
maxWidth: string;
|
|
197
|
+
visible: boolean;
|
|
198
|
+
closable: boolean;
|
|
199
|
+
contentStyle: string | Record<string, any>;
|
|
200
|
+
maximizable: boolean;
|
|
201
|
+
header: string;
|
|
202
|
+
footer: string;
|
|
203
|
+
ariaCloseLabel: string;
|
|
204
|
+
closeOnEscape: boolean;
|
|
205
|
+
contentClass: string;
|
|
206
|
+
baseZIndex: number;
|
|
207
|
+
dismissableMask: boolean;
|
|
208
|
+
breakpoints: DialogBreakpoints;
|
|
209
|
+
}>;
|
|
210
|
+
export default _sfc_main;
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
import { DropDownOptions } from './VcPagination.types';
|
|
2
|
+
declare const _sfc_main: 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
|
+
modelValue: number;
|
|
60
|
+
label: string;
|
|
61
|
+
perPage: number;
|
|
62
|
+
total: number;
|
|
63
|
+
}>;
|
|
64
|
+
export default _sfc_main;
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { PropType } from 'vue';
|
|
2
|
+
import { ButtonIconType, ButtonColor } from '../../components/VcButton/VcButton.types';
|
|
3
|
+
declare const _sfc_main: import("vue").DefineComponent<{
|
|
4
|
+
icon: {
|
|
5
|
+
type: StringConstructor;
|
|
6
|
+
default: string;
|
|
7
|
+
};
|
|
8
|
+
type: {
|
|
9
|
+
type: PropType<ButtonIconType>;
|
|
10
|
+
default: string;
|
|
11
|
+
};
|
|
12
|
+
color: {
|
|
13
|
+
type: PropType<ButtonColor>;
|
|
14
|
+
default: string;
|
|
15
|
+
};
|
|
16
|
+
}, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
17
|
+
icon: {
|
|
18
|
+
type: StringConstructor;
|
|
19
|
+
default: string;
|
|
20
|
+
};
|
|
21
|
+
type: {
|
|
22
|
+
type: PropType<ButtonIconType>;
|
|
23
|
+
default: string;
|
|
24
|
+
};
|
|
25
|
+
color: {
|
|
26
|
+
type: PropType<ButtonColor>;
|
|
27
|
+
default: string;
|
|
28
|
+
};
|
|
29
|
+
}>>, {
|
|
30
|
+
type: ButtonIconType;
|
|
31
|
+
icon: string;
|
|
32
|
+
color: ButtonColor;
|
|
33
|
+
}>;
|
|
34
|
+
export default _sfc_main;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
export declare type PopoverTriggerType = 'click' | 'focus' | 'hover' | 'contextmenu' | 'manual';
|
|
2
|
+
export declare type PopoverPlacementType = 'top-start' | 'top' | 'top-end' | 'bottom-start' | 'bottom' | 'bottom-end' | 'left-start' | 'left' | 'left-end' | 'right-start' | 'right' | 'right-end';
|
|
3
|
+
export declare type PopoverThemeType = 'dark' | 'light';
|
|
@@ -0,0 +1,150 @@
|
|
|
1
|
+
import { PropType } from 'vue';
|
|
2
|
+
import { PopoverPlacementType, PopoverThemeType, PopoverTriggerType } from '../../components/VcPopover/VcPopover.types';
|
|
3
|
+
declare const _sfc_main: import("vue").DefineComponent<{
|
|
4
|
+
open: {
|
|
5
|
+
type: BooleanConstructor;
|
|
6
|
+
default: boolean;
|
|
7
|
+
};
|
|
8
|
+
popoverWidth: {
|
|
9
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
10
|
+
default: number;
|
|
11
|
+
};
|
|
12
|
+
popoverMaxWidth: {
|
|
13
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
14
|
+
default: undefined;
|
|
15
|
+
};
|
|
16
|
+
themeEffect: {
|
|
17
|
+
type: PropType<PopoverThemeType>;
|
|
18
|
+
default: string;
|
|
19
|
+
};
|
|
20
|
+
placement: {
|
|
21
|
+
type: PropType<PopoverPlacementType>;
|
|
22
|
+
default: string;
|
|
23
|
+
};
|
|
24
|
+
disabled: {
|
|
25
|
+
type: BooleanConstructor;
|
|
26
|
+
default: boolean;
|
|
27
|
+
};
|
|
28
|
+
offset: {
|
|
29
|
+
type: NumberConstructor;
|
|
30
|
+
default: number;
|
|
31
|
+
};
|
|
32
|
+
popoverClass: {
|
|
33
|
+
type: StringConstructor;
|
|
34
|
+
default: string;
|
|
35
|
+
};
|
|
36
|
+
teleported: {
|
|
37
|
+
type: BooleanConstructor;
|
|
38
|
+
default: boolean;
|
|
39
|
+
};
|
|
40
|
+
delayClose: {
|
|
41
|
+
type: NumberConstructor;
|
|
42
|
+
default: number;
|
|
43
|
+
};
|
|
44
|
+
trigger: {
|
|
45
|
+
type: PropType<PopoverTriggerType>;
|
|
46
|
+
default: string;
|
|
47
|
+
};
|
|
48
|
+
persistent: {
|
|
49
|
+
type: BooleanConstructor;
|
|
50
|
+
default: boolean;
|
|
51
|
+
};
|
|
52
|
+
mouseEvent: {
|
|
53
|
+
type: BooleanConstructor;
|
|
54
|
+
default: boolean;
|
|
55
|
+
};
|
|
56
|
+
oppositePlacement: {
|
|
57
|
+
type: PropType<PopoverPlacementType[]>;
|
|
58
|
+
default: undefined;
|
|
59
|
+
};
|
|
60
|
+
}, unknown, {
|
|
61
|
+
BASE_CLASS: string;
|
|
62
|
+
}, {
|
|
63
|
+
contentStyles(): string | {
|
|
64
|
+
[key: string]: string | undefined;
|
|
65
|
+
};
|
|
66
|
+
modelVisible(): undefined | boolean;
|
|
67
|
+
isManual(): boolean;
|
|
68
|
+
popoverTrigger(): string;
|
|
69
|
+
fallbackPlacements(): string[];
|
|
70
|
+
}, {
|
|
71
|
+
onShow(event: PointerEvent): void;
|
|
72
|
+
onHide(event: PointerEvent): void;
|
|
73
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("hide" | "show" | "update:open")[], "hide" | "show" | "update:open", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
74
|
+
open: {
|
|
75
|
+
type: BooleanConstructor;
|
|
76
|
+
default: boolean;
|
|
77
|
+
};
|
|
78
|
+
popoverWidth: {
|
|
79
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
80
|
+
default: number;
|
|
81
|
+
};
|
|
82
|
+
popoverMaxWidth: {
|
|
83
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
84
|
+
default: undefined;
|
|
85
|
+
};
|
|
86
|
+
themeEffect: {
|
|
87
|
+
type: PropType<PopoverThemeType>;
|
|
88
|
+
default: string;
|
|
89
|
+
};
|
|
90
|
+
placement: {
|
|
91
|
+
type: PropType<PopoverPlacementType>;
|
|
92
|
+
default: string;
|
|
93
|
+
};
|
|
94
|
+
disabled: {
|
|
95
|
+
type: BooleanConstructor;
|
|
96
|
+
default: boolean;
|
|
97
|
+
};
|
|
98
|
+
offset: {
|
|
99
|
+
type: NumberConstructor;
|
|
100
|
+
default: number;
|
|
101
|
+
};
|
|
102
|
+
popoverClass: {
|
|
103
|
+
type: StringConstructor;
|
|
104
|
+
default: string;
|
|
105
|
+
};
|
|
106
|
+
teleported: {
|
|
107
|
+
type: BooleanConstructor;
|
|
108
|
+
default: boolean;
|
|
109
|
+
};
|
|
110
|
+
delayClose: {
|
|
111
|
+
type: NumberConstructor;
|
|
112
|
+
default: number;
|
|
113
|
+
};
|
|
114
|
+
trigger: {
|
|
115
|
+
type: PropType<PopoverTriggerType>;
|
|
116
|
+
default: string;
|
|
117
|
+
};
|
|
118
|
+
persistent: {
|
|
119
|
+
type: BooleanConstructor;
|
|
120
|
+
default: boolean;
|
|
121
|
+
};
|
|
122
|
+
mouseEvent: {
|
|
123
|
+
type: BooleanConstructor;
|
|
124
|
+
default: boolean;
|
|
125
|
+
};
|
|
126
|
+
oppositePlacement: {
|
|
127
|
+
type: PropType<PopoverPlacementType[]>;
|
|
128
|
+
default: undefined;
|
|
129
|
+
};
|
|
130
|
+
}>> & {
|
|
131
|
+
onHide?: ((...args: any[]) => any) | undefined;
|
|
132
|
+
onShow?: ((...args: any[]) => any) | undefined;
|
|
133
|
+
"onUpdate:open"?: ((...args: any[]) => any) | undefined;
|
|
134
|
+
}, {
|
|
135
|
+
disabled: boolean;
|
|
136
|
+
open: boolean;
|
|
137
|
+
offset: number;
|
|
138
|
+
trigger: PopoverTriggerType;
|
|
139
|
+
placement: PopoverPlacementType;
|
|
140
|
+
teleported: boolean;
|
|
141
|
+
persistent: boolean;
|
|
142
|
+
popoverWidth: string | number;
|
|
143
|
+
popoverMaxWidth: string | number;
|
|
144
|
+
themeEffect: PopoverThemeType;
|
|
145
|
+
popoverClass: string;
|
|
146
|
+
delayClose: number;
|
|
147
|
+
mouseEvent: boolean;
|
|
148
|
+
oppositePlacement: PopoverPlacementType[];
|
|
149
|
+
}>;
|
|
150
|
+
export default _sfc_main;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
export declare type ProgressFn = (percentage: number) => string;
|
|
2
|
+
export declare type StatusProgressConfig = {
|
|
3
|
+
[key: string]: string;
|
|
4
|
+
};
|
|
5
|
+
export declare type StatusProgress = '' | 'primary' | 'success' | 'warning' | 'error';
|
|
6
|
+
export declare type BarStyle = {
|
|
7
|
+
width: string;
|
|
8
|
+
animationDuration: string;
|
|
9
|
+
backgroundColor: string;
|
|
10
|
+
};
|
|
11
|
+
export declare type StatusIconProgress = {
|
|
12
|
+
icon: string;
|
|
13
|
+
color: {
|
|
14
|
+
[key: string]: string;
|
|
15
|
+
};
|
|
16
|
+
};
|
|
@@ -0,0 +1,147 @@
|
|
|
1
|
+
import { PropType } from 'vue';
|
|
2
|
+
import { BarStyle, ProgressFn, StatusIconProgress, StatusProgress } from './VcProgress.types';
|
|
3
|
+
declare const _sfc_main: import("vue").DefineComponent<{
|
|
4
|
+
percentage: {
|
|
5
|
+
type: NumberConstructor;
|
|
6
|
+
default: number;
|
|
7
|
+
validator: (val: number) => boolean;
|
|
8
|
+
};
|
|
9
|
+
status: {
|
|
10
|
+
type: PropType<StatusProgress>;
|
|
11
|
+
default: string;
|
|
12
|
+
values: string[];
|
|
13
|
+
};
|
|
14
|
+
color: {
|
|
15
|
+
type: StringConstructor;
|
|
16
|
+
default: string;
|
|
17
|
+
validator: (val: string) => boolean;
|
|
18
|
+
};
|
|
19
|
+
indeterminate: {
|
|
20
|
+
type: BooleanConstructor;
|
|
21
|
+
default: boolean;
|
|
22
|
+
};
|
|
23
|
+
duration: {
|
|
24
|
+
type: NumberConstructor;
|
|
25
|
+
default: number;
|
|
26
|
+
};
|
|
27
|
+
height: {
|
|
28
|
+
type: NumberConstructor;
|
|
29
|
+
default: number;
|
|
30
|
+
};
|
|
31
|
+
textInside: {
|
|
32
|
+
type: BooleanConstructor;
|
|
33
|
+
default: boolean;
|
|
34
|
+
};
|
|
35
|
+
width: {
|
|
36
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
37
|
+
default: number;
|
|
38
|
+
};
|
|
39
|
+
showText: {
|
|
40
|
+
type: BooleanConstructor;
|
|
41
|
+
default: boolean;
|
|
42
|
+
};
|
|
43
|
+
format: {
|
|
44
|
+
type: PropType<ProgressFn>;
|
|
45
|
+
default: (percentage: number) => string;
|
|
46
|
+
};
|
|
47
|
+
customColorMethod: {
|
|
48
|
+
type: PropType<ProgressFn | undefined>;
|
|
49
|
+
default: undefined;
|
|
50
|
+
};
|
|
51
|
+
showStatusIcon: {
|
|
52
|
+
type: BooleanConstructor;
|
|
53
|
+
default: boolean;
|
|
54
|
+
};
|
|
55
|
+
striped: {
|
|
56
|
+
type: BooleanConstructor;
|
|
57
|
+
default: boolean;
|
|
58
|
+
};
|
|
59
|
+
}, unknown, unknown, {
|
|
60
|
+
outerBarStyle(): {
|
|
61
|
+
[key: string]: string;
|
|
62
|
+
};
|
|
63
|
+
progressTextSize(): number;
|
|
64
|
+
content(): string;
|
|
65
|
+
containerStyle(): {
|
|
66
|
+
[key: string]: string;
|
|
67
|
+
};
|
|
68
|
+
barStyle(): BarStyle;
|
|
69
|
+
statusIcon(): StatusIconProgress | null;
|
|
70
|
+
progressColor(): string;
|
|
71
|
+
}, {
|
|
72
|
+
getColor(): {
|
|
73
|
+
variable: string;
|
|
74
|
+
color: string;
|
|
75
|
+
};
|
|
76
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
77
|
+
percentage: {
|
|
78
|
+
type: NumberConstructor;
|
|
79
|
+
default: number;
|
|
80
|
+
validator: (val: number) => boolean;
|
|
81
|
+
};
|
|
82
|
+
status: {
|
|
83
|
+
type: PropType<StatusProgress>;
|
|
84
|
+
default: string;
|
|
85
|
+
values: string[];
|
|
86
|
+
};
|
|
87
|
+
color: {
|
|
88
|
+
type: StringConstructor;
|
|
89
|
+
default: string;
|
|
90
|
+
validator: (val: string) => boolean;
|
|
91
|
+
};
|
|
92
|
+
indeterminate: {
|
|
93
|
+
type: BooleanConstructor;
|
|
94
|
+
default: boolean;
|
|
95
|
+
};
|
|
96
|
+
duration: {
|
|
97
|
+
type: NumberConstructor;
|
|
98
|
+
default: number;
|
|
99
|
+
};
|
|
100
|
+
height: {
|
|
101
|
+
type: NumberConstructor;
|
|
102
|
+
default: number;
|
|
103
|
+
};
|
|
104
|
+
textInside: {
|
|
105
|
+
type: BooleanConstructor;
|
|
106
|
+
default: boolean;
|
|
107
|
+
};
|
|
108
|
+
width: {
|
|
109
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
110
|
+
default: number;
|
|
111
|
+
};
|
|
112
|
+
showText: {
|
|
113
|
+
type: BooleanConstructor;
|
|
114
|
+
default: boolean;
|
|
115
|
+
};
|
|
116
|
+
format: {
|
|
117
|
+
type: PropType<ProgressFn>;
|
|
118
|
+
default: (percentage: number) => string;
|
|
119
|
+
};
|
|
120
|
+
customColorMethod: {
|
|
121
|
+
type: PropType<ProgressFn | undefined>;
|
|
122
|
+
default: undefined;
|
|
123
|
+
};
|
|
124
|
+
showStatusIcon: {
|
|
125
|
+
type: BooleanConstructor;
|
|
126
|
+
default: boolean;
|
|
127
|
+
};
|
|
128
|
+
striped: {
|
|
129
|
+
type: BooleanConstructor;
|
|
130
|
+
default: boolean;
|
|
131
|
+
};
|
|
132
|
+
}>>, {
|
|
133
|
+
color: string;
|
|
134
|
+
indeterminate: boolean;
|
|
135
|
+
width: string | number;
|
|
136
|
+
height: number;
|
|
137
|
+
format: ProgressFn;
|
|
138
|
+
percentage: number;
|
|
139
|
+
status: StatusProgress;
|
|
140
|
+
duration: number;
|
|
141
|
+
textInside: boolean;
|
|
142
|
+
showText: boolean;
|
|
143
|
+
customColorMethod: ProgressFn | undefined;
|
|
144
|
+
showStatusIcon: boolean;
|
|
145
|
+
striped: boolean;
|
|
146
|
+
}>;
|
|
147
|
+
export default _sfc_main;
|