@point-hub/papp 0.0.1 → 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/dist/papp.js +2722 -2709
- package/dist/papp.umd.cjs +5 -5
- package/dist/style.css +1 -1
- package/package.json +26 -27
- 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 -65
- package/dist/src/components/base-autocomplete.vue.d.ts +0 -56
- 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 -52
- package/dist/src/components/base-datepicker.vue.d.ts +0 -52
- package/dist/src/components/base-divider.vue.d.ts +0 -17
- package/dist/src/components/base-dropdown-item.vue.d.ts +0 -37
- package/dist/src/components/base-dropdown.vue.d.ts +0 -40
- package/dist/src/components/base-file-upload.vue.d.ts +0 -66
- 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 -52
- package/dist/src/components/base-input-number.vue.d.ts +0 -55
- package/dist/src/components/base-input.vue.d.ts +0 -63
- package/dist/src/components/base-mask.vue.d.ts +0 -15
- 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 -36
- package/dist/src/components/base-progress.vue.d.ts +0 -48
- package/dist/src/components/base-radio.vue.d.ts +0 -64
- package/dist/src/components/base-range.vue.d.ts +0 -46
- package/dist/src/components/base-select.vue.d.ts +0 -59
- package/dist/src/components/base-spinner.vue.d.ts +0 -36
- package/dist/src/components/base-step.vue.d.ts +0 -46
- package/dist/src/components/base-switch.vue.d.ts +0 -63
- 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 -53
- 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 -19
- 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 -50
- 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/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/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,26 +10,24 @@
|
|
|
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": "
|
|
25
|
-
"dev:
|
|
26
|
-
"dev:type": "vue-tsc --declaration --emitDeclarationOnly -p tsconfig.build.json --watch",
|
|
24
|
+
"dev": "run-s clean-dist build:lib && run-p dev:lib docs:dev",
|
|
25
|
+
"dev:src": "vite dev",
|
|
27
26
|
"dev:lib": "vite build --watch",
|
|
28
|
-
"build": "run-s clean-dist build:
|
|
29
|
-
"build:type": "vue-tsc --declaration --emitDeclarationOnly -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
|
-
"type-check": "vue-tsc --
|
|
30
|
+
"type-check": "vue-tsc --build --force",
|
|
33
31
|
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --ignore-path .gitignore",
|
|
34
32
|
"lint:fix": "bun run lint -- --fix",
|
|
35
33
|
"clean-dist": "./node_modules/rimraf/dist/esm/bin.mjs dist",
|
|
@@ -40,42 +38,43 @@
|
|
|
40
38
|
"dependencies": {
|
|
41
39
|
"@headlessui/vue": "^1.7.16",
|
|
42
40
|
"@point-hub/preset-papp-icon": "^0.0.2",
|
|
43
|
-
"@unocss/reset": "^0.
|
|
41
|
+
"@unocss/reset": "^0.58.0",
|
|
44
42
|
"cleave.js": "^1.6.0",
|
|
45
43
|
"dayjs": "^1.11.10",
|
|
46
44
|
"pinia": "^2.1.7",
|
|
47
45
|
"uuid": "^9.0.1",
|
|
48
|
-
"vue": "^3.3.
|
|
46
|
+
"vue": "^3.3.11",
|
|
49
47
|
"vue-router": "4",
|
|
50
48
|
"vue-tippy": "^6.3.1",
|
|
51
49
|
"vue3-popper": "^1.5.0"
|
|
52
50
|
},
|
|
53
51
|
"devDependencies": {
|
|
54
|
-
"@rushstack/eslint-patch": "^1.
|
|
52
|
+
"@rushstack/eslint-patch": "^1.6.0",
|
|
55
53
|
"@tsconfig/node18": "^18.2.2",
|
|
56
54
|
"@types/cleave.js": "^1.4.12",
|
|
57
|
-
"@types/jsdom": "^21.1.
|
|
58
|
-
"@types/node": "^
|
|
55
|
+
"@types/jsdom": "^21.1.6",
|
|
56
|
+
"@types/node": "^20.10.4",
|
|
59
57
|
"@types/uuid": "^9.0.7",
|
|
60
|
-
"@unocss/transformer-directives": "^0.
|
|
61
|
-
"@vitejs/plugin-vue": "^4.
|
|
58
|
+
"@unocss/transformer-directives": "^0.58.0",
|
|
59
|
+
"@vitejs/plugin-vue": "^4.5.2",
|
|
62
60
|
"@vue/eslint-config-prettier": "^8.0.0",
|
|
63
61
|
"@vue/eslint-config-typescript": "^12.0.0",
|
|
64
|
-
"@vue/test-utils": "^2.4.
|
|
62
|
+
"@vue/test-utils": "^2.4.3",
|
|
65
63
|
"@vue/tsconfig": "^0.4.0",
|
|
66
|
-
"eslint": "^8.
|
|
67
|
-
"eslint-plugin-vue": "^9.
|
|
68
|
-
"jsdom": "^
|
|
64
|
+
"eslint": "^8.55.0",
|
|
65
|
+
"eslint-plugin-vue": "^9.19.2",
|
|
66
|
+
"jsdom": "^23.0.1",
|
|
69
67
|
"npm-run-all2": "^6.1.1",
|
|
70
68
|
"postcss": "^8.4.32",
|
|
71
|
-
"prettier": "^3.
|
|
69
|
+
"prettier": "^3.1.1",
|
|
72
70
|
"rimraf": "^5.0.5",
|
|
73
|
-
"typescript": "~5.
|
|
74
|
-
"unocss": "^0.
|
|
75
|
-
"vite": "^
|
|
76
|
-
"
|
|
77
|
-
"
|
|
78
|
-
"
|
|
71
|
+
"typescript": "~5.3.3",
|
|
72
|
+
"unocss": "^0.58.0",
|
|
73
|
+
"vite": "^5.0.7",
|
|
74
|
+
"vite-plugin-dts": "^3.6.4",
|
|
75
|
+
"vitepress": "^1.0.0-rc.31",
|
|
76
|
+
"vitest": "^1.0.4",
|
|
77
|
+
"vue-tsc": "^1.8.25"
|
|
79
78
|
},
|
|
80
79
|
"repository": {
|
|
81
80
|
"type": "git",
|
|
@@ -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,65 +0,0 @@
|
|
|
1
|
-
export type colorType = 'primary' | 'secondary' | 'info' | 'success' | 'warning' | 'danger';
|
|
2
|
-
export type iconType = 'info' | 'success' | 'warning' | 'danger';
|
|
3
|
-
export type variantType = 'fill' | 'light' | 'outline';
|
|
4
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
5
|
-
title?: string | undefined;
|
|
6
|
-
icon?: string | undefined;
|
|
7
|
-
color?: colorType | undefined;
|
|
8
|
-
variant?: variantType | undefined;
|
|
9
|
-
isClosed?: boolean | undefined;
|
|
10
|
-
isDismissable?: boolean | undefined;
|
|
11
|
-
}>, {
|
|
12
|
-
title: string;
|
|
13
|
-
icon: string;
|
|
14
|
-
color: string;
|
|
15
|
-
variant: string;
|
|
16
|
-
isClosed: boolean;
|
|
17
|
-
isDismissable: boolean;
|
|
18
|
-
}>, {}, 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<{
|
|
19
|
-
title?: string | undefined;
|
|
20
|
-
icon?: string | undefined;
|
|
21
|
-
color?: colorType | undefined;
|
|
22
|
-
variant?: variantType | undefined;
|
|
23
|
-
isClosed?: boolean | undefined;
|
|
24
|
-
isDismissable?: boolean | undefined;
|
|
25
|
-
}>, {
|
|
26
|
-
title: string;
|
|
27
|
-
icon: string;
|
|
28
|
-
color: string;
|
|
29
|
-
variant: string;
|
|
30
|
-
isClosed: boolean;
|
|
31
|
-
isDismissable: boolean;
|
|
32
|
-
}>>>, {
|
|
33
|
-
title: string;
|
|
34
|
-
icon: string;
|
|
35
|
-
color: colorType;
|
|
36
|
-
variant: variantType;
|
|
37
|
-
isClosed: boolean;
|
|
38
|
-
isDismissable: boolean;
|
|
39
|
-
}, {}>, {
|
|
40
|
-
title?(_: {}): any;
|
|
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,56 +0,0 @@
|
|
|
1
|
-
export interface OptionInterface {
|
|
2
|
-
label: string;
|
|
3
|
-
[key: string]: any;
|
|
4
|
-
}
|
|
5
|
-
export interface Props {
|
|
6
|
-
modelValue: string;
|
|
7
|
-
id?: string;
|
|
8
|
-
options: OptionInterface[];
|
|
9
|
-
label?: string;
|
|
10
|
-
description?: string;
|
|
11
|
-
placeholder?: string;
|
|
12
|
-
border?: 'none' | 'simple' | 'full';
|
|
13
|
-
layout?: 'vertical' | 'horizontal';
|
|
14
|
-
required?: boolean;
|
|
15
|
-
disabled?: boolean;
|
|
16
|
-
helpers?: string[];
|
|
17
|
-
errors?: string[];
|
|
18
|
-
}
|
|
19
|
-
declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
20
|
-
border: string;
|
|
21
|
-
layout: string;
|
|
22
|
-
required: boolean;
|
|
23
|
-
disabled: boolean;
|
|
24
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
25
|
-
"update:modelValue": (value: any) => void;
|
|
26
|
-
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
27
|
-
border: string;
|
|
28
|
-
layout: string;
|
|
29
|
-
required: boolean;
|
|
30
|
-
disabled: boolean;
|
|
31
|
-
}>>> & {
|
|
32
|
-
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
33
|
-
}, {
|
|
34
|
-
required: boolean;
|
|
35
|
-
layout: "vertical" | "horizontal";
|
|
36
|
-
border: "none" | "simple" | "full";
|
|
37
|
-
disabled: boolean;
|
|
38
|
-
}, {}>;
|
|
39
|
-
export default _default;
|
|
40
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
41
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
42
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
43
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
44
|
-
} : {
|
|
45
|
-
type: import('vue').PropType<T[K]>;
|
|
46
|
-
required: true;
|
|
47
|
-
};
|
|
48
|
-
};
|
|
49
|
-
type __VLS_WithDefaults<P, D> = {
|
|
50
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
51
|
-
default: D[K];
|
|
52
|
-
}> : P[K];
|
|
53
|
-
};
|
|
54
|
-
type __VLS_Prettify<T> = {
|
|
55
|
-
[K in keyof T]: T[K];
|
|
56
|
-
} & {};
|
|
@@ -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 colorType = 'primary' | 'secondary' | 'info' | 'success' | 'warning' | 'danger';
|
|
2
|
-
export type shapeType = 'square' | 'squircle' | 'circle';
|
|
3
|
-
export type sizeType = '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?: colorType | undefined;
|
|
8
|
-
colorIndicator?: colorType | undefined;
|
|
9
|
-
shape?: shapeType | undefined;
|
|
10
|
-
size?: sizeType | 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?: colorType | undefined;
|
|
24
|
-
colorIndicator?: colorType | undefined;
|
|
25
|
-
shape?: shapeType | undefined;
|
|
26
|
-
size?: sizeType | 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: colorType;
|
|
39
|
-
colorIndicator: colorType;
|
|
40
|
-
shape: shapeType;
|
|
41
|
-
size: sizeType;
|
|
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 colorType = 'primary' | 'secondary' | 'info' | 'success' | 'warning' | 'danger';
|
|
2
|
-
export type variantType = 'fill' | 'light' | 'outline';
|
|
3
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
4
|
-
color?: colorType | undefined;
|
|
5
|
-
variant?: variantType | 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?: colorType | undefined;
|
|
13
|
-
variant?: variantType | undefined;
|
|
14
|
-
withDot?: boolean | undefined;
|
|
15
|
-
}>, {
|
|
16
|
-
color: string;
|
|
17
|
-
variant: string;
|
|
18
|
-
withDot: boolean;
|
|
19
|
-
}>>>, {
|
|
20
|
-
color: colorType;
|
|
21
|
-
variant: variantType;
|
|
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 ItemInterface {
|
|
2
|
-
name: string;
|
|
3
|
-
path?: string;
|
|
4
|
-
}
|
|
5
|
-
export type SeparatoryType = 'angle' | 'arrow' | 'slash';
|
|
6
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
7
|
-
items: ItemInterface[];
|
|
8
|
-
separator: SeparatoryType;
|
|
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: ItemInterface[];
|
|
13
|
-
separator: SeparatoryType;
|
|
14
|
-
}>, {
|
|
15
|
-
separator: string;
|
|
16
|
-
}>>>, {
|
|
17
|
-
separator: SeparatoryType;
|
|
18
|
-
}, {}>, {
|
|
19
|
-
default?(_: {
|
|
20
|
-
index: number;
|
|
21
|
-
item: ItemInterface;
|
|
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 colorType = 'primary' | 'secondary' | 'info' | 'success' | 'warning' | 'danger';
|
|
2
|
-
export type variantType = 'fill' | 'light' | 'outline' | 'text';
|
|
3
|
-
export type shapeType = 'sharp' | 'round' | 'pill';
|
|
4
|
-
export type sizeType = 'xs' | 'sm' | 'md' | 'lg' | 'xl' | '2xl';
|
|
5
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
6
|
-
size?: sizeType | undefined;
|
|
7
|
-
color?: colorType | undefined;
|
|
8
|
-
variant?: variantType | undefined;
|
|
9
|
-
shape?: shapeType | 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?: sizeType | undefined;
|
|
21
|
-
color?: colorType | undefined;
|
|
22
|
-
variant?: variantType | undefined;
|
|
23
|
-
shape?: shapeType | 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: colorType;
|
|
35
|
-
variant: variantType;
|
|
36
|
-
shape: shapeType;
|
|
37
|
-
size: sizeType;
|
|
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
|
-
};
|