@antsoo-lib/core 1.0.14 → 1.0.16

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.
@@ -0,0 +1,21 @@
1
+
2
+ 
3
+ > @antsoo-lib/core@1.0.15 build /Users/weishaodaren/databank/akaza/packages/core
4
+ > vite build
5
+
6
+ vite v7.3.1 building client environment for production...
7
+ transforming (1) index.tstransforming (6) ../../node_modules/.pnpm/vxe-table@4.17.48_vue@3.5.27_typescript@5.9.3_/node_modules/vxe-table/es/components.jstransforming (99) ../../node_modules/.pnpm/xe-utils@4.0.0/node_modules/xe-utils/es/isError.jstransforming (178) ../../node_modules/.pnpm/xe-utils@4.0.0/node_modules/xe-utils/es/getBaseURL.jstransforming (183) ../../node_modules/.pnpm/vxe-table@4.17.48_vue@3.5.27_typescript@5.9.3_/node_modules/vxe-table/es/ui/index.jstransforming (333) ../../node_modules/.pnpm/@vxe-ui+core@4.3.1_vue@3.5.27_typescript@5.9.3_/node_modules/@vxe-ui/core/es/index.esm.jstransforming (337) ../../node_modules/.pnpm/vxe-table@4.17.48_vue@3.5.27_typescript@5.9.3_/node_modules/vxe-table/es/table/src/use/index.jstransforming (434) ../../node_modules/.pnpm/xe-utils@4.0.0/node_modules/xe-utils/es/helperGetYMD.jstransforming (436) ../../node_modules/.pnpm/dom-zindex@1.0.6/node_modules/dom-zindex/es/index.esm.jstransforming (458) ../icons/dist/index.jstransforming (500) ../../node_modules/.pnpm/vxe-pc-ui@4.12.31_vue@3.5.27_typescript@5.9.3_/node_modules/vxe-pc-ui/es/tree/src/store.jstransforming (525) ../../node_modules/.pnpm/xe-utils@3.9.1/node_modules/xe-utils/objectEach.jstransforming (549) src/BaseTable/renderers/Cascader.tsxtransforming (581) ../../node_modules/.pnpm/vxe-pc-ui@4.12.31_vue@3.5.27_typescript@5.9.3_/node_modules/vxe-pc-ui/es/form/src/itemInfo.jstransforming (623) ../../node_modules/.pnpm/xe-utils@3.9.1/node_modules/xe-utils/staticWindow.jstransforming (659) ../../node_modules/.pnpm/xe-utils@3.9.1/node_modules/xe-utils/padEnd.jstransforming (1410) ../../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/Stransforming (1559) ../../node_modules/.pnpm/xe-utils@3.9.1/node_modules/xe-utils/toArrayTree.jstransforming (1580) ../../node_modules/.pnpm/@ctrl+tinycolor@3.6.1/node_modules/@ctrl/tinycolor/dist/module/conversion.js✓ 1581 modules transformed.
8
+ rendering chunks (1)...
9
+ [vite:dts] Start generate declaration files...
10
+ src/BaseTable/index.vue:785:26 - error TS7022: 'slotName' implicitly has type 'any' because it does not have a type annotation and is referenced directly or indirectly in its own initializer.
11
+
12
+ 785 <template v-for="(_, slotName) in $slots" #[slotName]="slotProps">
13
+    ~~~~~~~~
14
+
15
+ computing gzip size (0)...[vite:dts] Declaration files built in 5412ms.
16
+ 
17
+ computing gzip size (1)...computing gzip size (2)...dist/core.css  645.28 kB │ gzip: 167.81 kB
18
+ dist/index.js 1,766.77 kB │ gzip: 422.50 kB
19
+ rendering chunks (1)...computing gzip size (1)...computing gzip size (2)...dist/core.css  645.28 kB │ gzip: 167.81 kB
20
+ dist/index.cjs 1,191.00 kB │ gzip: 353.48 kB
21
+ ✓ built in 11.43s
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # @antsoo-lib/core
2
2
 
3
+ ## 1.0.16
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @antsoo-lib/components@0.1.16
9
+
10
+ ## 1.0.15
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies
15
+ - @antsoo-lib/components@0.1.15
16
+ - @antsoo-lib/icons@0.1.1
17
+
3
18
  ## 1.0.14
4
19
 
5
20
  ### Patch Changes
package/index.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Akaza Core
2
+ * antsoo-lib Core
3
3
  */
4
4
  import VxeUI from 'vxe-pc-ui'
5
5
  import VxeTable from 'vxe-table'
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@antsoo-lib/core",
3
3
  "type": "module",
4
- "version": "1.0.14",
4
+ "version": "1.0.16",
5
5
  "private": false,
6
6
  "license": "MIT",
7
7
  "exports": {
@@ -22,10 +22,10 @@
22
22
  "peerDependencies": {
23
23
  "lodash-es": "^4.17.21",
24
24
  "vue": "^3.3.4",
25
- "@antsoo-lib/components": "0.1.14",
26
- "@antsoo-lib/icons": "0.1.0",
25
+ "@antsoo-lib/components": "0.1.16",
26
+ "@antsoo-lib/utils": "0.1.2",
27
27
  "@antsoo-lib/shared": "0.0.1",
28
- "@antsoo-lib/utils": "0.1.2"
28
+ "@antsoo-lib/icons": "0.1.1"
29
29
  },
30
30
  "dependencies": {
31
31
  "vxe-pc-ui": "^4.12.31",