tkbt-fox-erp-ui-package 1.0.4 → 1.0.5

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.
@@ -31,10 +31,11 @@ type __VLS_Props = {
31
31
  */
32
32
  disabled?: boolean;
33
33
  };
34
- declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
34
+ declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
35
35
  color: string;
36
36
  variant: "text" | "flat" | "elevated" | "outlined" | "plain" | "tonal";
37
37
  loading: boolean;
38
38
  disabled: boolean;
39
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
39
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
40
+ declare const _default: typeof __VLS_export;
40
41
  export default _default;
@@ -22,8 +22,9 @@ type __VLS_Props = {
22
22
  */
23
23
  variant?: "text" | "flat" | "elevated" | "outlined" | "plain" | "tonal";
24
24
  };
25
- declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
25
+ declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
26
26
  variant: "text" | "flat" | "elevated" | "outlined" | "plain" | "tonal";
27
27
  density: "default" | "compact" | "comfortable";
28
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
28
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
29
+ declare const _default: typeof __VLS_export;
29
30
  export default _default;
@@ -22,20 +22,17 @@ type __VLS_Props = {
22
22
  */
23
23
  contentProps?: Record<string, any>;
24
24
  };
25
- declare function __VLS_template(): {
26
- attrs: Partial<{}>;
27
- slots: {
28
- subTitle?(_: {}): any;
29
- content?(_: {}): any;
30
- };
31
- refs: {};
32
- rootEl: any;
25
+ declare var __VLS_20: {}, __VLS_40: {};
26
+ type __VLS_Slots = {} & {
27
+ subTitle?: (props: typeof __VLS_20) => any;
28
+ } & {
29
+ content?: (props: typeof __VLS_40) => any;
33
30
  };
34
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
35
- declare const __VLS_component: DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
36
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
31
+ declare const __VLS_base: DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
32
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
33
+ declare const _default: typeof __VLS_export;
37
34
  export default _default;
38
- type __VLS_WithTemplateSlots<T, S> = T & {
35
+ type __VLS_WithSlots<T, S> = T & {
39
36
  new (): {
40
37
  $slots: S;
41
38
  };
@@ -0,0 +1,3 @@
1
+ declare const __VLS_export: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
+ declare const _default: typeof __VLS_export;
3
+ export default _default;
@@ -63,21 +63,17 @@ type __VLS_Props = {
63
63
  */
64
64
  persistent?: boolean;
65
65
  };
66
- declare function __VLS_template(): {
67
- attrs: Partial<{}>;
68
- slots: {
69
- subTitle?(_: {}): any;
70
- content?(_: {}): any;
71
- };
72
- refs: {};
73
- rootEl: any;
66
+ declare var __VLS_28: {}, __VLS_55: {};
67
+ type __VLS_Slots = {} & {
68
+ subTitle?: (props: typeof __VLS_28) => any;
69
+ } & {
70
+ content?: (props: typeof __VLS_55) => any;
74
71
  };
75
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
76
- declare const __VLS_component: DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
72
+ declare const __VLS_base: DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
77
73
  "update:show": (...args: any[]) => void;
78
74
  close: (...args: any[]) => void;
79
75
  submit: (...args: any[]) => void;
80
- }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
76
+ }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
81
77
  "onUpdate:show"?: (...args: any[]) => any;
82
78
  onClose?: (...args: any[]) => any;
83
79
  onSubmit?: (...args: any[]) => any;
@@ -91,10 +87,11 @@ declare const __VLS_component: DefineComponent<__VLS_Props, {}, {}, {}, {}, impo
91
87
  fullscreen: boolean;
92
88
  maxwidth: false | "extra-large" | "large" | "medium" | "small" | "extra-small";
93
89
  persistent: boolean;
94
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
95
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
90
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
91
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
92
+ declare const _default: typeof __VLS_export;
96
93
  export default _default;
97
- type __VLS_WithTemplateSlots<T, S> = T & {
94
+ type __VLS_WithSlots<T, S> = T & {
98
95
  new (): {
99
96
  $slots: S;
100
97
  };
@@ -22,15 +22,16 @@ type __VLS_Props = {
22
22
  */
23
23
  options?: 'message' | 'confrim';
24
24
  };
25
- declare const _default: DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
25
+ declare const __VLS_export: DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
26
26
  close: (...args: any[]) => void;
27
27
  submit: (...args: any[]) => void;
28
28
  "update:visible": (...args: any[]) => void;
29
- }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
29
+ }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
30
30
  onClose?: (...args: any[]) => any;
31
31
  onSubmit?: (...args: any[]) => any;
32
32
  "onUpdate:visible"?: (...args: any[]) => any;
33
33
  }>, {
34
34
  severity: "normal" | "info" | "success" | "warning" | "error";
35
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
35
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
36
+ declare const _default: typeof __VLS_export;
36
37
  export default _default;
@@ -53,7 +53,7 @@ type __VLS_Props = {
53
53
  counter?: string | number | boolean;
54
54
  persistentCounter?: boolean;
55
55
  };
56
- declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
56
+ declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
57
57
  variant: "solo" | "filled" | "outlined" | "plain" | "underlined" | "solo-outlined";
58
58
  density: "default" | "comfortable" | "compact";
59
59
  persistentPlaceholder: boolean;
@@ -62,5 +62,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
62
62
  persistentHint: boolean;
63
63
  counter: string | number | boolean;
64
64
  persistentCounter: boolean;
65
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
65
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
66
+ declare const _default: typeof __VLS_export;
66
67
  export default _default;
@@ -1,4 +1,5 @@
1
1
  import { App } from 'vue';
2
+ import './style.css';
2
3
  export * from './components';
3
4
  export * from './plugins/vuetify/themes';
4
5
  declare const FERPUiPackage: {
@@ -1,2 +1,2 @@
1
- declare const _default: import('vite').UserConfig;
1
+ declare const _default: import("vite").UserConfig;
2
2
  export default _default;
package/package.json CHANGED
@@ -1,7 +1,6 @@
1
1
  {
2
2
  "name": "tkbt-fox-erp-ui-package",
3
- "private": false,
4
- "version": "1.0.4",
3
+ "version": "1.0.5",
5
4
  "main": "dist/index.umd.js",
6
5
  "module": "dist/index.js",
7
6
  "types": "dist/index.d.ts",
@@ -10,14 +9,16 @@
10
9
  ],
11
10
  "exports": {
12
11
  ".": {
13
- "import": "./dist/index.js",
14
- "require": "./dist/index.umd.js",
15
- "types": "./dist/index.d.ts"
16
- }
12
+ "types": "./dist/index.d.ts",
13
+ "import": "./dist/f-erp-ui-package.es.js",
14
+ "require": "./dist/f-erp-ui-package.cjs.js"
15
+ },
16
+ "./style.css": "./dist/style.css",
17
+ "./index.css": "./dist/index.css"
17
18
  },
18
19
  "type": "module",
19
20
  "scripts": {
20
- "build": "vue-tsc -b && vite build",
21
+ "build": "vite build && vue-tsc --declaration --emitDeclarationOnly --outDir dist",
21
22
  "dev": "vite",
22
23
  "preview": "vite preview",
23
24
  "docs:dev": "docsify serve docs",