@qqt-product/ui 0.0.18 → 0.0.19
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.es.js +58425 -59548
- package/dist/index.umd.js +139 -141
- package/dist/lib/components/countdown/index.d.ts +1 -1
- package/dist/lib/components/countdown/src/countdown.d.ts +1 -1
- package/dist/lib/components/coutdown/index.d.ts +1 -1
- package/dist/lib/components/coutdown/src/coutdown.vue.d.ts +1 -1
- package/dist/lib/components/sale-template/index.d.ts +3 -3
- package/dist/lib/components/sale-template/src/sale-template.vue.d.ts +3 -3
- package/dist/lib/components/vxe-select/index.d.ts +1 -1
- package/dist/lib/components/vxe-select/src/vxe-select.vue.d.ts +1 -1
- package/package.json +8 -8
|
@@ -109,7 +109,6 @@ declare const _default: SFCWithInstall<DefineComponent<{
|
|
|
109
109
|
}, {
|
|
110
110
|
readonly progress: ((params: ProgressParams) => void) | ((params: ProgressParams) => void)[];
|
|
111
111
|
readonly time: number;
|
|
112
|
-
readonly tag: string;
|
|
113
112
|
readonly start: (() => void) | (() => void)[];
|
|
114
113
|
readonly abort: (() => void) | (() => void)[];
|
|
115
114
|
readonly end: (() => void) | (() => void)[];
|
|
@@ -117,6 +116,7 @@ declare const _default: SFCWithInstall<DefineComponent<{
|
|
|
117
116
|
readonly emitEvents: boolean;
|
|
118
117
|
readonly interval: number;
|
|
119
118
|
readonly now: () => Promise<Map>;
|
|
119
|
+
readonly tag: string;
|
|
120
120
|
readonly transform: <T>(props: T) => T;
|
|
121
121
|
}, {}>>;
|
|
122
122
|
export default _default;
|
|
@@ -105,7 +105,6 @@ declare const _default: DefineComponent<{
|
|
|
105
105
|
}, {
|
|
106
106
|
readonly progress: ((params: ProgressParams) => void) | ((params: ProgressParams) => void)[];
|
|
107
107
|
readonly time: number;
|
|
108
|
-
readonly tag: string;
|
|
109
108
|
readonly start: (() => void) | (() => void)[];
|
|
110
109
|
readonly abort: (() => void) | (() => void)[];
|
|
111
110
|
readonly end: (() => void) | (() => void)[];
|
|
@@ -113,6 +112,7 @@ declare const _default: DefineComponent<{
|
|
|
113
112
|
readonly emitEvents: boolean;
|
|
114
113
|
readonly interval: number;
|
|
115
114
|
readonly now: () => Promise<Map>;
|
|
115
|
+
readonly tag: string;
|
|
116
116
|
readonly transform: <T>(props: T) => T;
|
|
117
117
|
}, {}>;
|
|
118
118
|
export default _default;
|
|
@@ -74,10 +74,10 @@ declare const _default: SFCWithInstall<DefineComponent<{
|
|
|
74
74
|
onEnd?: ((...args: any[]) => any) | undefined;
|
|
75
75
|
}, {
|
|
76
76
|
readonly time: number;
|
|
77
|
-
readonly tag: string;
|
|
78
77
|
readonly autoStart: boolean;
|
|
79
78
|
readonly emitEvents: boolean;
|
|
80
79
|
readonly interval: number;
|
|
80
|
+
readonly tag: string;
|
|
81
81
|
readonly transform: Function;
|
|
82
82
|
}, {}>>;
|
|
83
83
|
export default _default;
|
|
@@ -72,10 +72,10 @@ declare const _sfc_main: DefineComponent<{
|
|
|
72
72
|
onEnd?: ((...args: any[]) => any) | undefined;
|
|
73
73
|
}, {
|
|
74
74
|
readonly time: number;
|
|
75
|
-
readonly tag: string;
|
|
76
75
|
readonly autoStart: boolean;
|
|
77
76
|
readonly emitEvents: boolean;
|
|
78
77
|
readonly interval: number;
|
|
78
|
+
readonly tag: string;
|
|
79
79
|
readonly transform: Function;
|
|
80
80
|
}, {}>;
|
|
81
81
|
export default _sfc_main;
|
|
@@ -85,15 +85,15 @@ declare const _default: SFCWithInstall<DefineComponent<{
|
|
|
85
85
|
};
|
|
86
86
|
}>> & {
|
|
87
87
|
onOk?: ((...args: any[]) => any) | undefined;
|
|
88
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
89
88
|
onSuccess?: ((...args: any[]) => any) | undefined;
|
|
89
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
90
90
|
}, {
|
|
91
91
|
readonly url: string;
|
|
92
92
|
readonly success: ((payload: Payload) => void) | ((payload: Payload) => void)[];
|
|
93
93
|
readonly ok: (() => void) | (() => void)[];
|
|
94
94
|
readonly businessType: string;
|
|
95
|
-
readonly modelValue: boolean;
|
|
96
|
-
readonly 'onUpdate:modelValue': ((modelValue: boolean) => void) | ((modelValue: boolean) => void)[];
|
|
97
95
|
readonly elsAccount: string;
|
|
96
|
+
readonly 'onUpdate:modelValue': ((modelValue: boolean) => void) | ((modelValue: boolean) => void)[];
|
|
97
|
+
readonly modelValue: boolean;
|
|
98
98
|
}, {}>>;
|
|
99
99
|
export default _default;
|
|
@@ -81,15 +81,15 @@ declare const _sfc_main: DefineComponent<{
|
|
|
81
81
|
};
|
|
82
82
|
}>> & {
|
|
83
83
|
onOk?: ((...args: any[]) => any) | undefined;
|
|
84
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
85
84
|
onSuccess?: ((...args: any[]) => any) | undefined;
|
|
85
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
86
86
|
}, {
|
|
87
87
|
readonly url: string;
|
|
88
88
|
readonly success: ((payload: Payload) => void) | ((payload: Payload) => void)[];
|
|
89
89
|
readonly ok: (() => void) | (() => void)[];
|
|
90
90
|
readonly businessType: string;
|
|
91
|
-
readonly modelValue: boolean;
|
|
92
|
-
readonly 'onUpdate:modelValue': ((modelValue: boolean) => void) | ((modelValue: boolean) => void)[];
|
|
93
91
|
readonly elsAccount: string;
|
|
92
|
+
readonly 'onUpdate:modelValue': ((modelValue: boolean) => void) | ((modelValue: boolean) => void)[];
|
|
93
|
+
readonly modelValue: boolean;
|
|
94
94
|
}, {}>;
|
|
95
95
|
export default _sfc_main;
|
|
@@ -128,7 +128,7 @@ declare const _default: SFCWithInstall<DefineComponent<{
|
|
|
128
128
|
readonly options: SelectOption[];
|
|
129
129
|
readonly maxTagCount: number;
|
|
130
130
|
readonly dictCode: string;
|
|
131
|
-
readonly modelValue: string;
|
|
132
131
|
readonly 'onUpdate:modelValue': ((value: string) => void) | ((value: string) => void)[];
|
|
132
|
+
readonly modelValue: string;
|
|
133
133
|
}, {}>>;
|
|
134
134
|
export default _default;
|
|
@@ -124,7 +124,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
124
124
|
readonly options: SelectOption[];
|
|
125
125
|
readonly maxTagCount: number;
|
|
126
126
|
readonly dictCode: string;
|
|
127
|
-
readonly modelValue: string;
|
|
128
127
|
readonly 'onUpdate:modelValue': ((value: string) => void) | ((value: string) => void)[];
|
|
128
|
+
readonly modelValue: string;
|
|
129
129
|
}, {}>;
|
|
130
130
|
export default _sfc_main;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@qqt-product/ui",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.19",
|
|
5
5
|
"main": "dist/index.umd.js",
|
|
6
6
|
"module": "dist/index.es.js",
|
|
7
7
|
"type": "module",
|
|
@@ -22,10 +22,10 @@
|
|
|
22
22
|
"@codemirror/language": "6.10.1",
|
|
23
23
|
"@codemirror/state": "6.4.1",
|
|
24
24
|
"@codemirror/view": "6.24.1",
|
|
25
|
-
"@qqt-product/api": "0.0.
|
|
26
|
-
"@qqt-product/directive": "0.0.
|
|
27
|
-
"@qqt-product/icons": "0.0.
|
|
28
|
-
"@qqt-product/utils": "0.0.
|
|
25
|
+
"@qqt-product/api": "0.0.19",
|
|
26
|
+
"@qqt-product/directive": "0.0.19",
|
|
27
|
+
"@qqt-product/icons": "0.0.19",
|
|
28
|
+
"@qqt-product/utils": "0.0.19",
|
|
29
29
|
"@types/echarts": "^4.9.21",
|
|
30
30
|
"@types/node": "^18.11.4",
|
|
31
31
|
"@types/tinymce": "^4.6.5",
|
|
@@ -73,10 +73,10 @@
|
|
|
73
73
|
"@codemirror/language": "6.10.1",
|
|
74
74
|
"@codemirror/state": "6.4.1",
|
|
75
75
|
"@codemirror/view": "6.24.1",
|
|
76
|
-
"@qqt-product/api": "0.0.
|
|
76
|
+
"@qqt-product/api": "0.0.19",
|
|
77
77
|
"@qqt-product/directive": "^0.0.4",
|
|
78
|
-
"@qqt-product/icons": "0.0.
|
|
79
|
-
"@qqt-product/utils": "0.0.
|
|
78
|
+
"@qqt-product/icons": "0.0.19",
|
|
79
|
+
"@qqt-product/utils": "0.0.19",
|
|
80
80
|
"@types/echarts": "^4.9.21",
|
|
81
81
|
"@types/tinymce": "^4.6.5",
|
|
82
82
|
"@vitejs/plugin-vue-jsx": "^3.0.1",
|