@antsoo-lib/core 1.0.5 → 1.0.6

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/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @antsoo-lib/core
2
2
 
3
+ ## 1.0.6
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @antsoo-lib/components@0.1.6
9
+ - @antsoo-lib/utils@0.1.1
10
+
3
11
  ## 1.0.5
4
12
 
5
13
  ### Patch Changes
@@ -157,16 +157,16 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {
157
157
  grid: any;
158
158
  }) => any) | undefined;
159
159
  }>, {
160
- height: string;
160
+ loading: boolean;
161
161
  checkbox: boolean;
162
162
  radio: boolean;
163
+ height: string;
163
164
  drag: boolean;
164
- tree: boolean;
165
- loading: boolean;
166
- total: number;
167
165
  pager: boolean;
168
166
  seq: boolean;
169
167
  showFooter: boolean;
168
+ total: number;
169
+ tree: boolean;
170
170
  lToolBarCount: number | (() => number);
171
171
  rToolBarCount: number | (() => number);
172
172
  permissions: string[];
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@antsoo-lib/core",
3
3
  "type": "module",
4
- "version": "1.0.5",
4
+ "version": "1.0.6",
5
5
  "private": false,
6
6
  "license": "MIT",
7
7
  "exports": {
@@ -23,9 +23,9 @@
23
23
  "lodash-es": "^4.17.21",
24
24
  "vue": "^3.3.4",
25
25
  "@antsoo-lib/icons": "0.1.0",
26
- "@antsoo-lib/components": "0.1.5",
26
+ "@antsoo-lib/components": "0.1.6",
27
27
  "@antsoo-lib/shared": "0.0.1",
28
- "@antsoo-lib/utils": "0.1.0"
28
+ "@antsoo-lib/utils": "0.1.1"
29
29
  },
30
30
  "dependencies": {
31
31
  "vxe-pc-ui": "^4.12.31",