@antsoo-lib/core 2.0.5 → 3.0.0
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/.turbo/turbo-build.log
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
|
|
2
2
|
|
|
3
|
-
> @antsoo-lib/core@2.0.
|
|
3
|
+
> @antsoo-lib/core@2.0.5 build /Users/weishaodaren/databank/antsoo-lib/packages/core
|
|
4
4
|
> vite build
|
|
5
5
|
|
|
6
6
|
[36mvite v7.3.1 [32mbuilding client environment for production...[36m[39m
|
|
7
|
-
[2K[1Gtransforming (1) [2msrc/index.ts[22m[2K[1Gtransforming (2) [2msrc/render/
|
|
7
|
+
[2K[1Gtransforming (1) [2msrc/index.ts[22m[2K[1Gtransforming (2) [2msrc/render/registry.ts[22m[2K[1Gtransforming (21) [2msrc/render/Tree.tsx[22m[2K[1Gtransforming (41) [2m../icons/dist/index.js[22m[2K[1Gtransforming (49) [2m../../node_modules/.pnpm/@ant-design+icons-vue@7.0.1_vue@3.5.27_typescript@5.9.3_/node_modules/@ant-design/icons-vue/es/icons/AccountBookFilled.js[22m[2K[1Gtransforming (842) [2m../../node_modules/.pnpm/@ant-design+colors@6.0.0/node_modules/@ant-design/colors/dist/index.esm.js[22m[2K[1G[2K[1G[2K[1G[32m✓[39m 855 modules transformed.
|
|
8
8
|
[2K[1Grendering chunks (1)...[2K[1G[32m
|
|
9
9
|
[36m[vite:dts][32m Start generate declaration files...[39m
|
|
10
10
|
[96msrc/Form/CoreForm.vue[0m:[93m1440[0m:[93m10[0m - [91merror[0m[90m TS2742: [0mThe inferred type of '__VLS_template' cannot be named without a reference to '@/packages/components/node_modules/vue-types/dist'. This is likely not portable. A type annotation is necessary.
|
|
@@ -26,15 +26,15 @@
|
|
|
26
26
|
[7m [0m [91m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
|
27
27
|
[7m1354[0m });
|
|
28
28
|
[7m [0m [91m~~~[0m
|
|
29
|
-
[96msrc/BaseTable/index.vue[0m:[
|
|
29
|
+
[96msrc/BaseTable/index.vue[0m:[93m819[0m:[93m26[0m - [91merror[0m[90m TS7022: [0m'slotName' implicitly has type 'any' because it does not have a type annotation and is referenced directly or indirectly in its own initializer.
|
|
30
30
|
|
|
31
|
-
[
|
|
31
|
+
[7m819[0m <template v-for="(_, slotName) in $slots" #[slotName]="slotProps">
|
|
32
32
|
[7m [0m [91m ~~~~~~~~[0m
|
|
33
33
|
|
|
34
34
|
[2K[1Gcomputing gzip size (0)...[2K[1Gcomputing gzip size (1)...[2K[1Gcomputing gzip size (2)...[2K[1G[2mdist/[22m[35mcore.css [39m[1m[2m 4.50 kB[22m[1m[22m[2m │ gzip: 1.05 kB[22m
|
|
35
|
-
[2mdist/[22m[36mindex.js [39m[1m[2m148.
|
|
36
|
-
[32m[36m[vite:dts][32m Declaration files built in
|
|
35
|
+
[2mdist/[22m[36mindex.js [39m[1m[2m148.56 kB[22m[1m[22m[2m │ gzip: 31.92 kB[22m
|
|
36
|
+
[32m[36m[vite:dts][32m Declaration files built in 3244ms.
|
|
37
37
|
[39m
|
|
38
38
|
[2K[1Grendering chunks (1)...[2K[1G[2K[1Gcomputing gzip size (1)...[2K[1Gcomputing gzip size (2)...[2K[1G[2mdist/[22m[35mcore.css [39m[1m[2m 4.50 kB[22m[1m[22m[2m │ gzip: 1.05 kB[22m
|
|
39
|
-
[2mdist/[22m[36mindex.cjs [39m[1m[2m118.
|
|
40
|
-
[32m✓ built in
|
|
39
|
+
[2mdist/[22m[36mindex.cjs [39m[1m[2m118.94 kB[22m[1m[22m[2m │ gzip: 27.04 kB[22m
|
|
40
|
+
[32m✓ built in 4.63s[39m
|
package/CHANGELOG.md
CHANGED
|
@@ -38,8 +38,8 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {
|
|
|
38
38
|
onSearch?: ((values: AnyObject) => any) | undefined;
|
|
39
39
|
onReset?: ((values: AnyObject) => any) | undefined;
|
|
40
40
|
}>, {
|
|
41
|
-
padding: boolean;
|
|
42
41
|
gutter: number;
|
|
42
|
+
padding: boolean;
|
|
43
43
|
labelWidth: number;
|
|
44
44
|
actionsSpan: number;
|
|
45
45
|
searchFields: FormField[];
|
|
@@ -78,10 +78,7 @@ declare function __VLS_template(): {
|
|
|
78
78
|
attrs: Partial<{}>;
|
|
79
79
|
slots: any;
|
|
80
80
|
refs: {
|
|
81
|
-
basetable:
|
|
82
|
-
$props: VxeGridProps<any> & import('vxe-table').VxeGridEventProps<any>;
|
|
83
|
-
$slots: import('vxe-table').VxeGridSlots<any>;
|
|
84
|
-
}) | null;
|
|
81
|
+
basetable: unknown;
|
|
85
82
|
paginationRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
|
|
86
83
|
total: NumberConstructor;
|
|
87
84
|
defaultCurrent: NumberConstructor;
|
|
@@ -407,16 +404,16 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {
|
|
|
407
404
|
}) => any) | undefined;
|
|
408
405
|
onSortChange?: ((params: VxeGridDefines.SortChangeEventParams<any>) => any) | undefined;
|
|
409
406
|
}>, {
|
|
407
|
+
loading: boolean;
|
|
410
408
|
checkbox: boolean;
|
|
411
409
|
radio: boolean;
|
|
412
|
-
drag: boolean;
|
|
413
410
|
height: string;
|
|
414
|
-
|
|
411
|
+
tree: boolean;
|
|
412
|
+
drag: boolean;
|
|
415
413
|
pager: boolean;
|
|
416
414
|
seq: boolean;
|
|
417
415
|
showFooter: boolean;
|
|
418
416
|
total: number;
|
|
419
|
-
tree: boolean;
|
|
420
417
|
lToolBarCount: number | (() => number);
|
|
421
418
|
rToolBarCount: number | (() => number);
|
|
422
419
|
permissions: string[];
|
|
@@ -426,10 +423,7 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {
|
|
|
426
423
|
}>;
|
|
427
424
|
hoverColor: string | null;
|
|
428
425
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
429
|
-
basetable:
|
|
430
|
-
$props: VxeGridProps<any> & import('vxe-table').VxeGridEventProps<any>;
|
|
431
|
-
$slots: import('vxe-table').VxeGridSlots<any>;
|
|
432
|
-
}) | null;
|
|
426
|
+
basetable: unknown;
|
|
433
427
|
paginationRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
|
|
434
428
|
total: NumberConstructor;
|
|
435
429
|
defaultCurrent: NumberConstructor;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@antsoo-lib/core",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "
|
|
4
|
+
"version": "3.0.0",
|
|
5
5
|
"private": false,
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"exports": {
|
|
@@ -30,10 +30,10 @@
|
|
|
30
30
|
"vxe-pc-ui": "^4.12.31",
|
|
31
31
|
"vxe-table": "^4.17.48",
|
|
32
32
|
"xe-utils": "^4.0.0",
|
|
33
|
-
"@antsoo-lib/
|
|
34
|
-
"@antsoo-lib/
|
|
35
|
-
"@antsoo-lib/
|
|
36
|
-
"@antsoo-lib/
|
|
33
|
+
"@antsoo-lib/components": "2.0.0",
|
|
34
|
+
"@antsoo-lib/shared": "0.2.0",
|
|
35
|
+
"@antsoo-lib/utils": "0.3.0",
|
|
36
|
+
"@antsoo-lib/icons": "0.3.0"
|
|
37
37
|
},
|
|
38
38
|
"scripts": {
|
|
39
39
|
"dev": "vite build --watch",
|