@point-hub/papp 0.0.2 → 0.0.3
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/dist/index.d.ts +48 -0
- package/package.json +6 -7
- package/dist/src/components/app-footer.vue.d.ts +0 -2
- package/dist/src/components/app-header.vue.d.ts +0 -2
- package/dist/src/components/app-preloader.vue.d.ts +0 -2
- package/dist/src/components/app-sidebar-menu.vue.d.ts +0 -16
- package/dist/src/components/app-sidebar-panel.vue.d.ts +0 -16
- package/dist/src/components/app-sidebar.vue.d.ts +0 -2
- package/dist/src/components/base-accordion-item.vue.d.ts +0 -44
- package/dist/src/components/base-accordion.vue.d.ts +0 -36
- package/dist/src/components/base-alert.vue.d.ts +0 -62
- package/dist/src/components/base-autocomplete.vue.d.ts +0 -65
- package/dist/src/components/base-avatar-group.vue.d.ts +0 -9
- package/dist/src/components/base-avatar.vue.d.ts +0 -61
- package/dist/src/components/base-badge.vue.d.ts +0 -48
- package/dist/src/components/base-breadcrumb.vue.d.ts +0 -46
- package/dist/src/components/base-button.vue.d.ts +0 -65
- package/dist/src/components/base-card.vue.d.ts +0 -37
- package/dist/src/components/base-checkbox.vue.d.ts +0 -57
- package/dist/src/components/base-datepicker.vue.d.ts +0 -54
- package/dist/src/components/base-divider.vue.d.ts +0 -18
- package/dist/src/components/base-dropdown-item.vue.d.ts +0 -37
- package/dist/src/components/base-dropdown.vue.d.ts +0 -41
- package/dist/src/components/base-file-upload.vue.d.ts +0 -65
- package/dist/src/components/base-form.vue.d.ts +0 -47
- package/dist/src/components/base-icon.vue.d.ts +0 -31
- package/dist/src/components/base-input-mask.vue.d.ts +0 -54
- package/dist/src/components/base-input-number.vue.d.ts +0 -57
- package/dist/src/components/base-input.vue.d.ts +0 -66
- package/dist/src/components/base-mask.vue.d.ts +0 -16
- package/dist/src/components/base-modal.vue.d.ts +0 -43
- package/dist/src/components/base-pagination.vue.d.ts +0 -35
- package/dist/src/components/base-popover.vue.d.ts +0 -37
- package/dist/src/components/base-progress.vue.d.ts +0 -50
- package/dist/src/components/base-radio.vue.d.ts +0 -64
- package/dist/src/components/base-range.vue.d.ts +0 -47
- package/dist/src/components/base-select.vue.d.ts +0 -61
- package/dist/src/components/base-spinner.vue.d.ts +0 -36
- package/dist/src/components/base-step.vue.d.ts +0 -45
- package/dist/src/components/base-switch.vue.d.ts +0 -66
- package/dist/src/components/base-tab-group.vue.d.ts +0 -9
- package/dist/src/components/base-tab-list.vue.d.ts +0 -9
- package/dist/src/components/base-tab-panel.vue.d.ts +0 -9
- package/dist/src/components/base-tab-panels.vue.d.ts +0 -9
- package/dist/src/components/base-tab.vue.d.ts +0 -11
- package/dist/src/components/base-table.vue.d.ts +0 -9
- package/dist/src/components/base-textarea.vue.d.ts +0 -55
- package/dist/src/components/base-timeline-content.vue.d.ts +0 -10
- package/dist/src/components/base-timeline.vue.d.ts +0 -9
- package/dist/src/components/base-toast.vue.d.ts +0 -20
- package/dist/src/components/base-tooltip.vue.d.ts +0 -41
- package/dist/src/components/base-treeview.vue.d.ts +0 -44
- package/dist/src/composable/dark-mode.d.ts +0 -5
- package/dist/src/composable/mobile-breakpoint.d.ts +0 -3
- package/dist/src/composable/mobile-breakpoint.spec.d.ts +0 -1
- package/dist/src/composable/numeric.d.ts +0 -3
- package/dist/src/composable/screen-size.d.ts +0 -1
- package/dist/src/composable/sidebar.d.ts +0 -2
- package/dist/src/index.d.ts +0 -51
- package/dist/src/layouts/app-layout.vue.d.ts +0 -2
- package/dist/src/pages/components/accordion.vue.d.ts +0 -2
- package/dist/src/pages/components/alert.vue.d.ts +0 -2
- package/dist/src/pages/components/avatar.vue.d.ts +0 -2
- package/dist/src/pages/components/badge.vue.d.ts +0 -2
- package/dist/src/pages/components/breadcrumb.vue.d.ts +0 -2
- package/dist/src/pages/components/button-group.vue.d.ts +0 -2
- package/dist/src/pages/components/button.vue.d.ts +0 -2
- package/dist/src/pages/components/card.vue.d.ts +0 -2
- package/dist/src/pages/components/collapse.vue.d.ts +0 -2
- package/dist/src/pages/components/divider.vue.d.ts +0 -2
- package/dist/src/pages/components/dropdown.vue.d.ts +0 -2
- package/dist/src/pages/components/mask.vue.d.ts +0 -2
- package/dist/src/pages/components/modal.vue.d.ts +0 -2
- package/dist/src/pages/components/notification.vue.d.ts +0 -2
- package/dist/src/pages/components/popover.vue.d.ts +0 -2
- package/dist/src/pages/components/progress.vue.d.ts +0 -2
- package/dist/src/pages/components/spinner.vue.d.ts +0 -2
- package/dist/src/pages/components/steps.vue.d.ts +0 -2
- package/dist/src/pages/components/table.vue.d.ts +0 -2
- package/dist/src/pages/components/tabs.vue.d.ts +0 -2
- package/dist/src/pages/components/timeline.vue.d.ts +0 -2
- package/dist/src/pages/components/treeview.vue.d.ts +0 -2
- package/dist/src/pages/forms/autocomplete.vue.d.ts +0 -2
- package/dist/src/pages/forms/checkbox.vue.d.ts +0 -2
- package/dist/src/pages/forms/datepicker.vue.d.ts +0 -2
- package/dist/src/pages/forms/file-upload.vue.d.ts +0 -2
- package/dist/src/pages/forms/input-group.vue.d.ts +0 -2
- package/dist/src/pages/forms/input-mask.vue.d.ts +0 -2
- package/dist/src/pages/forms/input-text.vue.d.ts +0 -2
- package/dist/src/pages/forms/radio-group.vue.d.ts +0 -2
- package/dist/src/pages/forms/radio.vue.d.ts +0 -2
- package/dist/src/pages/forms/range.vue.d.ts +0 -2
- package/dist/src/pages/forms/select.vue.d.ts +0 -2
- package/dist/src/pages/forms/switch.vue.d.ts +0 -2
- package/dist/src/pages/forms/textarea.vue.d.ts +0 -2
- package/dist/src/pages/home.vue.d.ts +0 -2
- package/dist/src/pages/page1.vue.d.ts +0 -2
- package/dist/src/pages/page2.vue.d.ts +0 -2
- package/dist/src/pages/template.vue.d.ts +0 -2
- package/dist/src/plugins/icon.d.ts +0 -5
- package/dist/src/plugins/input-mask.d.ts +0 -5
- package/dist/src/plugins/tooltip.d.ts +0 -6
- package/dist/src/router/index.d.ts +0 -2
- package/dist/src/stores/screen-breakpoint.d.ts +0 -7
- package/dist/src/stores/screen-breakpoint.spec.d.ts +0 -1
- package/dist/src/stores/sidebar-menu.d.ts +0 -55
- package/dist/src/stores/sidebar.d.ts +0 -7
- package/dist/src/stores/sidebar.spec.d.ts +0 -1
package/dist/index.d.ts
ADDED
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
export { default as BaseAlert, type BaseAlertColorType, type BaseAlertIconType, type BaseAlertVariantType } from './components/base-alert.vue';
|
|
2
|
+
export { default as BaseAccordion } from './components/base-accordion.vue';
|
|
3
|
+
export { default as BaseAccordionItem } from './components/base-accordion-item.vue';
|
|
4
|
+
export { default as BaseAvatar, type BaseAvatarColorType, type BaseAvatarShapeType, type BaseAvatarSizeType } from './components/base-avatar.vue';
|
|
5
|
+
export { default as BaseAvatarGroup } from './components/base-avatar-group.vue';
|
|
6
|
+
export { default as BaseBadge, type BaseBadgeColorType, type BaseBadgeVariantType } from './components/base-badge.vue';
|
|
7
|
+
export { default as BaseButton, type BaseButtonColorType, type BaseButtonVariantType, type BaseButtonShapeType, type BaseButtonSizeType } from './components/base-button.vue';
|
|
8
|
+
export { default as BaseBreadcrumb, type BaseBreadcrumbItemInterface, type BaseBreadcrumbSeparatoryType } from './components/base-breadcrumb.vue';
|
|
9
|
+
export { default as BaseCard } from './components/base-card.vue';
|
|
10
|
+
export { default as BaseDivider, type BaseDividerOrientation } from './components/base-divider.vue';
|
|
11
|
+
export { default as BaseDropdown, type BaseDropdownPosition } from './components/base-dropdown.vue';
|
|
12
|
+
export { default as BaseDropdownItem } from './components/base-dropdown-item.vue';
|
|
13
|
+
export { default as BaseIcon } from './components/base-icon.vue';
|
|
14
|
+
export { default as BaseMask, type BaseMaskShapeType } from './components/base-mask.vue';
|
|
15
|
+
export { default as BaseModal, type BaseModalSizeType } from './components/base-modal.vue';
|
|
16
|
+
export { default as BasePagination } from './components/base-pagination.vue';
|
|
17
|
+
export { default as BasePopover, type BasePopoverPlacementType } from './components/base-popover.vue';
|
|
18
|
+
export { default as BaseProgress, type BaseProgressColorType, type BaseProgressSizeType } from './components/base-progress.vue';
|
|
19
|
+
export { default as BaseStep, type BaseStepItemInterface } from './components/base-step.vue';
|
|
20
|
+
export { default as BaseTab } from './components/base-tab.vue';
|
|
21
|
+
export { default as BaseTabGroup } from './components/base-tab-group.vue';
|
|
22
|
+
export { default as BaseTabList } from './components/base-tab-list.vue';
|
|
23
|
+
export { default as BaseTabPanel } from './components/base-tab-panel.vue';
|
|
24
|
+
export { default as BaseTabPanels } from './components/base-tab-panels.vue';
|
|
25
|
+
export { default as BaseTable } from './components/base-table.vue';
|
|
26
|
+
export { default as BaseTimeline } from './components/base-timeline.vue';
|
|
27
|
+
export { default as BaseTimelineContent } from './components/base-timeline-content.vue';
|
|
28
|
+
export { default as BaseToast, type BaseToastColorType } from './components/base-toast.vue';
|
|
29
|
+
export { default as BaseTooltip } from './components/base-tooltip.vue';
|
|
30
|
+
export { default as BaseTreeview } from './components/base-treeview.vue';
|
|
31
|
+
export { default as BaseSpinner, type BaseSpinnerColorType, type BaseSpinnerSizeType } from './components/base-spinner.vue';
|
|
32
|
+
export { default as BaseAutocomplete, type BaseAutocompleteBorderType, type BaseAutocompleteOptionInterface } from './components/base-autocomplete.vue';
|
|
33
|
+
export { default as BaseCheckbox, type BaseCheckboxThemeType } from './components/base-checkbox.vue';
|
|
34
|
+
export { default as BaseDatepicker, type BaseDatepickerBorderType } from './components/base-datepicker.vue';
|
|
35
|
+
export { default as BaseFileUpload, type BaseFileUploadBorderType } from './components/base-file-upload.vue';
|
|
36
|
+
export { default as BaseForm, type BaseFormLayoutType } from './components/base-form.vue';
|
|
37
|
+
export { default as BaseInput, type BaseInputType, type BaseInputBorderType } from './components/base-input.vue';
|
|
38
|
+
export { default as BaseInputMask, type BaseInputMaskBorderType } from './components/base-input-mask.vue';
|
|
39
|
+
export { default as BaseInputNumber, type BaseInputNumberBorderType } from './components/base-input-number.vue';
|
|
40
|
+
export { default as BaseRadio, type BaseRadioOptionsLayout } from './components/base-radio.vue';
|
|
41
|
+
export { default as BaseRange } from './components/base-range.vue';
|
|
42
|
+
export { default as BaseTextarea, type BaseTextareaBorderType } from './components/base-textarea.vue';
|
|
43
|
+
export { default as BaseSelect, type BaseSelectOptionInterface, type BaseSelectBorderType } from './components/base-select.vue';
|
|
44
|
+
export { default as BaseSwitch, type BaseSwitchTextPosition, type BaseSwitchSize } from './components/base-switch.vue';
|
|
45
|
+
export { directive as vTooltip } from 'vue-tippy';
|
|
46
|
+
export { default as PluginIcon } from './plugins/icon';
|
|
47
|
+
export { default as PluginInputMask } from './plugins/input-mask';
|
|
48
|
+
export { default as PluginTooltip } from './plugins/tooltip';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@point-hub/papp",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.3",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/papp.umd.cjs",
|
|
6
6
|
"module": "./dist/papp.js",
|
|
@@ -10,23 +10,21 @@
|
|
|
10
10
|
"exports": {
|
|
11
11
|
".": {
|
|
12
12
|
"import": {
|
|
13
|
-
"types": "./dist/
|
|
13
|
+
"types": "./dist/papp.d.ts",
|
|
14
14
|
"default": "./dist/papp.js"
|
|
15
15
|
},
|
|
16
16
|
"require": {
|
|
17
|
-
"types": "./dist/
|
|
17
|
+
"types": "./dist/papp.d.ts",
|
|
18
18
|
"default": "./dist/papp.umd.cjs"
|
|
19
19
|
}
|
|
20
20
|
},
|
|
21
21
|
"./style.css": "./dist/style.css"
|
|
22
22
|
},
|
|
23
23
|
"scripts": {
|
|
24
|
-
"dev": "run-s clean-dist build:lib && run-p dev:lib
|
|
24
|
+
"dev": "run-s clean-dist build:lib && run-p dev:lib docs:dev",
|
|
25
25
|
"dev:src": "vite dev",
|
|
26
|
-
"dev:type": "vue-tsc -p tsconfig.build.json --watch",
|
|
27
26
|
"dev:lib": "vite build --watch",
|
|
28
|
-
"build": "run-s clean-dist build:
|
|
29
|
-
"build:type": "vue-tsc -p tsconfig.build.json",
|
|
27
|
+
"build": "run-s clean-dist build:lib docs:build",
|
|
30
28
|
"build:lib": "vite build",
|
|
31
29
|
"test": "vitest",
|
|
32
30
|
"type-check": "vue-tsc --build --force",
|
|
@@ -73,6 +71,7 @@
|
|
|
73
71
|
"typescript": "~5.3.3",
|
|
74
72
|
"unocss": "^0.58.0",
|
|
75
73
|
"vite": "^5.0.7",
|
|
74
|
+
"vite-plugin-dts": "^3.6.4",
|
|
76
75
|
"vitepress": "^1.0.0-rc.31",
|
|
77
76
|
"vitest": "^1.0.4",
|
|
78
77
|
"vue-tsc": "^1.8.25"
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
|
2
|
-
export default _default;
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
|
2
|
-
export default _default;
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
|
2
|
-
export default _default;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { type MenuInterface } from '@/stores/sidebar-menu';
|
|
2
|
-
declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
|
|
3
|
-
listMenu: MenuInterface[];
|
|
4
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
5
|
-
listMenu: MenuInterface[];
|
|
6
|
-
}>>>, {}, {}>;
|
|
7
|
-
export default _default;
|
|
8
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
9
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
10
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
11
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
12
|
-
} : {
|
|
13
|
-
type: import('vue').PropType<T[K]>;
|
|
14
|
-
required: true;
|
|
15
|
-
};
|
|
16
|
-
};
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { type PanelMenuInterface } from '@/stores/sidebar-menu';
|
|
2
|
-
declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
|
|
3
|
-
listPanelMenu: PanelMenuInterface[];
|
|
4
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
5
|
-
listPanelMenu: PanelMenuInterface[];
|
|
6
|
-
}>>>, {}, {}>;
|
|
7
|
-
export default _default;
|
|
8
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
9
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
10
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
11
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
12
|
-
} : {
|
|
13
|
-
type: import('vue').PropType<T[K]>;
|
|
14
|
-
required: true;
|
|
15
|
-
};
|
|
16
|
-
};
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
|
2
|
-
export default _default;
|
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
2
|
-
itemId: number;
|
|
3
|
-
title?: string | undefined;
|
|
4
|
-
content?: string | undefined;
|
|
5
|
-
}>, {
|
|
6
|
-
title: string;
|
|
7
|
-
content: string;
|
|
8
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
9
|
-
itemId: number;
|
|
10
|
-
title?: string | undefined;
|
|
11
|
-
content?: string | undefined;
|
|
12
|
-
}>, {
|
|
13
|
-
title: string;
|
|
14
|
-
content: string;
|
|
15
|
-
}>>>, {
|
|
16
|
-
title: string;
|
|
17
|
-
content: string;
|
|
18
|
-
}, {}>, {
|
|
19
|
-
title?(_: {}): any;
|
|
20
|
-
default?(_: {}): any;
|
|
21
|
-
}>;
|
|
22
|
-
export default _default;
|
|
23
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
24
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
25
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
26
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
27
|
-
} : {
|
|
28
|
-
type: import('vue').PropType<T[K]>;
|
|
29
|
-
required: true;
|
|
30
|
-
};
|
|
31
|
-
};
|
|
32
|
-
type __VLS_WithDefaults<P, D> = {
|
|
33
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
34
|
-
default: D[K];
|
|
35
|
-
}> : P[K];
|
|
36
|
-
};
|
|
37
|
-
type __VLS_Prettify<T> = {
|
|
38
|
-
[K in keyof T]: T[K];
|
|
39
|
-
} & {};
|
|
40
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
41
|
-
new (): {
|
|
42
|
-
$slots: S;
|
|
43
|
-
};
|
|
44
|
-
};
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
2
|
-
alwaysOpen?: boolean | undefined;
|
|
3
|
-
}>, {
|
|
4
|
-
alwaysOpen: boolean;
|
|
5
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
6
|
-
alwaysOpen?: boolean | undefined;
|
|
7
|
-
}>, {
|
|
8
|
-
alwaysOpen: boolean;
|
|
9
|
-
}>>>, {
|
|
10
|
-
alwaysOpen: boolean;
|
|
11
|
-
}, {}>, {
|
|
12
|
-
default?(_: {}): any;
|
|
13
|
-
}>;
|
|
14
|
-
export default _default;
|
|
15
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
16
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
17
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
18
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
19
|
-
} : {
|
|
20
|
-
type: import('vue').PropType<T[K]>;
|
|
21
|
-
required: true;
|
|
22
|
-
};
|
|
23
|
-
};
|
|
24
|
-
type __VLS_WithDefaults<P, D> = {
|
|
25
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
26
|
-
default: D[K];
|
|
27
|
-
}> : P[K];
|
|
28
|
-
};
|
|
29
|
-
type __VLS_Prettify<T> = {
|
|
30
|
-
[K in keyof T]: T[K];
|
|
31
|
-
} & {};
|
|
32
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
33
|
-
new (): {
|
|
34
|
-
$slots: S;
|
|
35
|
-
};
|
|
36
|
-
};
|
|
@@ -1,62 +0,0 @@
|
|
|
1
|
-
export type BaseAlertColorType = 'primary' | 'secondary' | 'info' | 'success' | 'warning' | 'danger';
|
|
2
|
-
export type BaseAlertIconType = 'info' | 'success' | 'warning' | 'danger';
|
|
3
|
-
export type BaseAlertVariantType = 'fill' | 'light' | 'outline';
|
|
4
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
5
|
-
title?: string | undefined;
|
|
6
|
-
icon?: BaseAlertIconType | undefined;
|
|
7
|
-
color?: BaseAlertColorType | undefined;
|
|
8
|
-
variant?: BaseAlertVariantType | undefined;
|
|
9
|
-
isClosed?: boolean | undefined;
|
|
10
|
-
isDismissable?: boolean | undefined;
|
|
11
|
-
}>, {
|
|
12
|
-
title: string;
|
|
13
|
-
color: string;
|
|
14
|
-
variant: string;
|
|
15
|
-
isClosed: boolean;
|
|
16
|
-
isDismissable: boolean;
|
|
17
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
18
|
-
title?: string | undefined;
|
|
19
|
-
icon?: BaseAlertIconType | undefined;
|
|
20
|
-
color?: BaseAlertColorType | undefined;
|
|
21
|
-
variant?: BaseAlertVariantType | undefined;
|
|
22
|
-
isClosed?: boolean | undefined;
|
|
23
|
-
isDismissable?: boolean | undefined;
|
|
24
|
-
}>, {
|
|
25
|
-
title: string;
|
|
26
|
-
color: string;
|
|
27
|
-
variant: string;
|
|
28
|
-
isClosed: boolean;
|
|
29
|
-
isDismissable: boolean;
|
|
30
|
-
}>>>, {
|
|
31
|
-
title: string;
|
|
32
|
-
color: BaseAlertColorType;
|
|
33
|
-
variant: BaseAlertVariantType;
|
|
34
|
-
isClosed: boolean;
|
|
35
|
-
isDismissable: boolean;
|
|
36
|
-
}, {}>, {
|
|
37
|
-
title?(_: {}): any;
|
|
38
|
-
default?(_: {}): any;
|
|
39
|
-
}>;
|
|
40
|
-
export default _default;
|
|
41
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
42
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
43
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
44
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
45
|
-
} : {
|
|
46
|
-
type: import('vue').PropType<T[K]>;
|
|
47
|
-
required: true;
|
|
48
|
-
};
|
|
49
|
-
};
|
|
50
|
-
type __VLS_WithDefaults<P, D> = {
|
|
51
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
52
|
-
default: D[K];
|
|
53
|
-
}> : P[K];
|
|
54
|
-
};
|
|
55
|
-
type __VLS_Prettify<T> = {
|
|
56
|
-
[K in keyof T]: T[K];
|
|
57
|
-
} & {};
|
|
58
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
59
|
-
new (): {
|
|
60
|
-
$slots: S;
|
|
61
|
-
};
|
|
62
|
-
};
|
|
@@ -1,65 +0,0 @@
|
|
|
1
|
-
import { type BaseFormLayoutType } from './base-form.vue';
|
|
2
|
-
export type BaseAutocompleteBorderType = 'none' | 'simple' | 'full';
|
|
3
|
-
export interface BaseAutocompleteOptionInterface {
|
|
4
|
-
label: string;
|
|
5
|
-
[key: string]: any;
|
|
6
|
-
}
|
|
7
|
-
export interface Props {
|
|
8
|
-
modelValue: BaseAutocompleteOptionInterface | null;
|
|
9
|
-
id?: string;
|
|
10
|
-
options: BaseAutocompleteOptionInterface[];
|
|
11
|
-
label?: string;
|
|
12
|
-
description?: string;
|
|
13
|
-
placeholder?: string;
|
|
14
|
-
border?: BaseAutocompleteBorderType;
|
|
15
|
-
layout?: BaseFormLayoutType;
|
|
16
|
-
required?: boolean;
|
|
17
|
-
disabled?: boolean;
|
|
18
|
-
helpers?: string[];
|
|
19
|
-
errors?: string[];
|
|
20
|
-
}
|
|
21
|
-
declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
22
|
-
modelValue: () => {
|
|
23
|
-
label: string;
|
|
24
|
-
};
|
|
25
|
-
border: string;
|
|
26
|
-
layout: string;
|
|
27
|
-
required: boolean;
|
|
28
|
-
disabled: boolean;
|
|
29
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
30
|
-
"update:modelValue": (value: BaseAutocompleteOptionInterface | null) => void;
|
|
31
|
-
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
32
|
-
modelValue: () => {
|
|
33
|
-
label: string;
|
|
34
|
-
};
|
|
35
|
-
border: string;
|
|
36
|
-
layout: string;
|
|
37
|
-
required: boolean;
|
|
38
|
-
disabled: boolean;
|
|
39
|
-
}>>> & {
|
|
40
|
-
"onUpdate:modelValue"?: ((value: BaseAutocompleteOptionInterface | null) => any) | undefined;
|
|
41
|
-
}, {
|
|
42
|
-
layout: BaseFormLayoutType;
|
|
43
|
-
required: boolean;
|
|
44
|
-
modelValue: BaseAutocompleteOptionInterface | null;
|
|
45
|
-
border: BaseAutocompleteBorderType;
|
|
46
|
-
disabled: boolean;
|
|
47
|
-
}, {}>;
|
|
48
|
-
export default _default;
|
|
49
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
50
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
51
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
52
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
53
|
-
} : {
|
|
54
|
-
type: import('vue').PropType<T[K]>;
|
|
55
|
-
required: true;
|
|
56
|
-
};
|
|
57
|
-
};
|
|
58
|
-
type __VLS_WithDefaults<P, D> = {
|
|
59
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
60
|
-
default: D[K];
|
|
61
|
-
}> : P[K];
|
|
62
|
-
};
|
|
63
|
-
type __VLS_Prettify<T> = {
|
|
64
|
-
[K in keyof T]: T[K];
|
|
65
|
-
} & {};
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>, {
|
|
2
|
-
default?(_: {}): any;
|
|
3
|
-
}>;
|
|
4
|
-
export default _default;
|
|
5
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
6
|
-
new (): {
|
|
7
|
-
$slots: S;
|
|
8
|
-
};
|
|
9
|
-
};
|
|
@@ -1,61 +0,0 @@
|
|
|
1
|
-
export type BaseAvatarColorType = 'primary' | 'secondary' | 'info' | 'success' | 'warning' | 'danger';
|
|
2
|
-
export type BaseAvatarShapeType = 'square' | 'squircle' | 'circle';
|
|
3
|
-
export type BaseAvatarSizeType = 'xs' | 'sm' | 'md' | 'lg' | 'xl' | '2xl';
|
|
4
|
-
declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
5
|
-
name: string;
|
|
6
|
-
src?: string | undefined;
|
|
7
|
-
color?: BaseAvatarColorType | undefined;
|
|
8
|
-
colorIndicator?: BaseAvatarColorType | undefined;
|
|
9
|
-
shape?: BaseAvatarShapeType | undefined;
|
|
10
|
-
size?: BaseAvatarSizeType | undefined;
|
|
11
|
-
indicator?: boolean | undefined;
|
|
12
|
-
animate?: boolean | undefined;
|
|
13
|
-
}>, {
|
|
14
|
-
color: string;
|
|
15
|
-
colorIndicator: string;
|
|
16
|
-
shape: string;
|
|
17
|
-
size: string;
|
|
18
|
-
indicator: boolean;
|
|
19
|
-
animate: boolean;
|
|
20
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
21
|
-
name: string;
|
|
22
|
-
src?: string | undefined;
|
|
23
|
-
color?: BaseAvatarColorType | undefined;
|
|
24
|
-
colorIndicator?: BaseAvatarColorType | undefined;
|
|
25
|
-
shape?: BaseAvatarShapeType | undefined;
|
|
26
|
-
size?: BaseAvatarSizeType | undefined;
|
|
27
|
-
indicator?: boolean | undefined;
|
|
28
|
-
animate?: boolean | undefined;
|
|
29
|
-
}>, {
|
|
30
|
-
color: string;
|
|
31
|
-
colorIndicator: string;
|
|
32
|
-
shape: string;
|
|
33
|
-
size: string;
|
|
34
|
-
indicator: boolean;
|
|
35
|
-
animate: boolean;
|
|
36
|
-
}>>>, {
|
|
37
|
-
animate: boolean;
|
|
38
|
-
color: BaseAvatarColorType;
|
|
39
|
-
colorIndicator: BaseAvatarColorType;
|
|
40
|
-
shape: BaseAvatarShapeType;
|
|
41
|
-
size: BaseAvatarSizeType;
|
|
42
|
-
indicator: boolean;
|
|
43
|
-
}, {}>;
|
|
44
|
-
export default _default;
|
|
45
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
46
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
47
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
48
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
49
|
-
} : {
|
|
50
|
-
type: import('vue').PropType<T[K]>;
|
|
51
|
-
required: true;
|
|
52
|
-
};
|
|
53
|
-
};
|
|
54
|
-
type __VLS_WithDefaults<P, D> = {
|
|
55
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
56
|
-
default: D[K];
|
|
57
|
-
}> : P[K];
|
|
58
|
-
};
|
|
59
|
-
type __VLS_Prettify<T> = {
|
|
60
|
-
[K in keyof T]: T[K];
|
|
61
|
-
} & {};
|
|
@@ -1,48 +0,0 @@
|
|
|
1
|
-
export type BaseBadgeColorType = 'primary' | 'secondary' | 'info' | 'success' | 'warning' | 'danger';
|
|
2
|
-
export type BaseBadgeVariantType = 'fill' | 'light' | 'outline';
|
|
3
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
4
|
-
color?: BaseBadgeColorType | undefined;
|
|
5
|
-
variant?: BaseBadgeVariantType | undefined;
|
|
6
|
-
withDot?: boolean | undefined;
|
|
7
|
-
}>, {
|
|
8
|
-
color: string;
|
|
9
|
-
variant: string;
|
|
10
|
-
withDot: boolean;
|
|
11
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
12
|
-
color?: BaseBadgeColorType | undefined;
|
|
13
|
-
variant?: BaseBadgeVariantType | undefined;
|
|
14
|
-
withDot?: boolean | undefined;
|
|
15
|
-
}>, {
|
|
16
|
-
color: string;
|
|
17
|
-
variant: string;
|
|
18
|
-
withDot: boolean;
|
|
19
|
-
}>>>, {
|
|
20
|
-
color: BaseBadgeColorType;
|
|
21
|
-
variant: BaseBadgeVariantType;
|
|
22
|
-
withDot: boolean;
|
|
23
|
-
}, {}>, {
|
|
24
|
-
default?(_: {}): any;
|
|
25
|
-
}>;
|
|
26
|
-
export default _default;
|
|
27
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
28
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
29
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
30
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
31
|
-
} : {
|
|
32
|
-
type: import('vue').PropType<T[K]>;
|
|
33
|
-
required: true;
|
|
34
|
-
};
|
|
35
|
-
};
|
|
36
|
-
type __VLS_WithDefaults<P, D> = {
|
|
37
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
38
|
-
default: D[K];
|
|
39
|
-
}> : P[K];
|
|
40
|
-
};
|
|
41
|
-
type __VLS_Prettify<T> = {
|
|
42
|
-
[K in keyof T]: T[K];
|
|
43
|
-
} & {};
|
|
44
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
45
|
-
new (): {
|
|
46
|
-
$slots: S;
|
|
47
|
-
};
|
|
48
|
-
};
|
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
export interface BaseBreadcrumbItemInterface {
|
|
2
|
-
name: string;
|
|
3
|
-
path?: string;
|
|
4
|
-
}
|
|
5
|
-
export type BaseBreadcrumbSeparatoryType = 'angle' | 'arrow' | 'slash';
|
|
6
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
7
|
-
items: BaseBreadcrumbItemInterface[];
|
|
8
|
-
separator: BaseBreadcrumbSeparatoryType;
|
|
9
|
-
}>, {
|
|
10
|
-
separator: string;
|
|
11
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
12
|
-
items: BaseBreadcrumbItemInterface[];
|
|
13
|
-
separator: BaseBreadcrumbSeparatoryType;
|
|
14
|
-
}>, {
|
|
15
|
-
separator: string;
|
|
16
|
-
}>>>, {
|
|
17
|
-
separator: BaseBreadcrumbSeparatoryType;
|
|
18
|
-
}, {}>, {
|
|
19
|
-
default?(_: {
|
|
20
|
-
index: number;
|
|
21
|
-
item: BaseBreadcrumbItemInterface;
|
|
22
|
-
}): any;
|
|
23
|
-
}>;
|
|
24
|
-
export default _default;
|
|
25
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
26
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
27
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
28
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
29
|
-
} : {
|
|
30
|
-
type: import('vue').PropType<T[K]>;
|
|
31
|
-
required: true;
|
|
32
|
-
};
|
|
33
|
-
};
|
|
34
|
-
type __VLS_WithDefaults<P, D> = {
|
|
35
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
36
|
-
default: D[K];
|
|
37
|
-
}> : P[K];
|
|
38
|
-
};
|
|
39
|
-
type __VLS_Prettify<T> = {
|
|
40
|
-
[K in keyof T]: T[K];
|
|
41
|
-
} & {};
|
|
42
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
43
|
-
new (): {
|
|
44
|
-
$slots: S;
|
|
45
|
-
};
|
|
46
|
-
};
|
|
@@ -1,65 +0,0 @@
|
|
|
1
|
-
export type BaseButtonColorType = 'primary' | 'secondary' | 'info' | 'success' | 'warning' | 'danger';
|
|
2
|
-
export type BaseButtonVariantType = 'fill' | 'light' | 'outline' | 'text';
|
|
3
|
-
export type BaseButtonShapeType = 'sharp' | 'round' | 'pill';
|
|
4
|
-
export type BaseButtonSizeType = 'xs' | 'sm' | 'md' | 'lg' | 'xl' | '2xl';
|
|
5
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
6
|
-
size?: BaseButtonSizeType | undefined;
|
|
7
|
-
color?: BaseButtonColorType | undefined;
|
|
8
|
-
variant?: BaseButtonVariantType | undefined;
|
|
9
|
-
shape?: BaseButtonShapeType | undefined;
|
|
10
|
-
isBlock?: boolean | undefined;
|
|
11
|
-
isLoading?: boolean | undefined;
|
|
12
|
-
}>, {
|
|
13
|
-
size: string;
|
|
14
|
-
color: string;
|
|
15
|
-
shape: string;
|
|
16
|
-
variant: string;
|
|
17
|
-
isBlock: boolean;
|
|
18
|
-
isLoading: boolean;
|
|
19
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
20
|
-
size?: BaseButtonSizeType | undefined;
|
|
21
|
-
color?: BaseButtonColorType | undefined;
|
|
22
|
-
variant?: BaseButtonVariantType | undefined;
|
|
23
|
-
shape?: BaseButtonShapeType | undefined;
|
|
24
|
-
isBlock?: boolean | undefined;
|
|
25
|
-
isLoading?: boolean | undefined;
|
|
26
|
-
}>, {
|
|
27
|
-
size: string;
|
|
28
|
-
color: string;
|
|
29
|
-
shape: string;
|
|
30
|
-
variant: string;
|
|
31
|
-
isBlock: boolean;
|
|
32
|
-
isLoading: boolean;
|
|
33
|
-
}>>>, {
|
|
34
|
-
color: BaseButtonColorType;
|
|
35
|
-
variant: BaseButtonVariantType;
|
|
36
|
-
shape: BaseButtonShapeType;
|
|
37
|
-
size: BaseButtonSizeType;
|
|
38
|
-
isBlock: boolean;
|
|
39
|
-
isLoading: boolean;
|
|
40
|
-
}, {}>, {
|
|
41
|
-
default?(_: {}): any;
|
|
42
|
-
}>;
|
|
43
|
-
export default _default;
|
|
44
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
45
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
46
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
47
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
48
|
-
} : {
|
|
49
|
-
type: import('vue').PropType<T[K]>;
|
|
50
|
-
required: true;
|
|
51
|
-
};
|
|
52
|
-
};
|
|
53
|
-
type __VLS_WithDefaults<P, D> = {
|
|
54
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
55
|
-
default: D[K];
|
|
56
|
-
}> : P[K];
|
|
57
|
-
};
|
|
58
|
-
type __VLS_Prettify<T> = {
|
|
59
|
-
[K in keyof T]: T[K];
|
|
60
|
-
} & {};
|
|
61
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
62
|
-
new (): {
|
|
63
|
-
$slots: S;
|
|
64
|
-
};
|
|
65
|
-
};
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
2
|
-
shadow?: boolean | undefined;
|
|
3
|
-
}>, {
|
|
4
|
-
shadow: boolean;
|
|
5
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
6
|
-
shadow?: boolean | undefined;
|
|
7
|
-
}>, {
|
|
8
|
-
shadow: boolean;
|
|
9
|
-
}>>>, {
|
|
10
|
-
shadow: boolean;
|
|
11
|
-
}, {}>, {
|
|
12
|
-
header?(_: {}): any;
|
|
13
|
-
default?(_: {}): any;
|
|
14
|
-
}>;
|
|
15
|
-
export default _default;
|
|
16
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
17
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
18
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
19
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
20
|
-
} : {
|
|
21
|
-
type: import('vue').PropType<T[K]>;
|
|
22
|
-
required: true;
|
|
23
|
-
};
|
|
24
|
-
};
|
|
25
|
-
type __VLS_WithDefaults<P, D> = {
|
|
26
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
27
|
-
default: D[K];
|
|
28
|
-
}> : P[K];
|
|
29
|
-
};
|
|
30
|
-
type __VLS_Prettify<T> = {
|
|
31
|
-
[K in keyof T]: T[K];
|
|
32
|
-
} & {};
|
|
33
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
34
|
-
new (): {
|
|
35
|
-
$slots: S;
|
|
36
|
-
};
|
|
37
|
-
};
|