@vtj/ui 0.8.80 → 0.8.81

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vtj/ui",
3
3
  "private": false,
4
- "version": "0.8.80",
4
+ "version": "0.8.81",
5
5
  "type": "module",
6
6
  "engines": {
7
7
  "node": ">=16.0.0"
@@ -12,8 +12,8 @@
12
12
  "sortablejs": "~1.15.2",
13
13
  "vxe-table": "~4.6.17",
14
14
  "vxe-table-plugin-menus": "~4.0.3",
15
- "@vtj/icons": "~0.8.80",
16
- "@vtj/utils": "~0.8.80"
15
+ "@vtj/icons": "~0.8.81",
16
+ "@vtj/utils": "~0.8.81"
17
17
  },
18
18
  "devDependencies": {
19
19
  "@types/qrcode": "^1.5.5",
@@ -21,7 +21,7 @@
21
21
  "qrcode": "~1.5.3",
22
22
  "vue": "~3.4.15",
23
23
  "vue-router": "~4.4.0",
24
- "@vtj/cli": "~0.8.19"
24
+ "@vtj/cli": "~0.8.20"
25
25
  },
26
26
  "files": [
27
27
  "dist",
@@ -581,6 +581,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<{
581
581
  pendingRecords: any[];
582
582
  } | undefined;
583
583
  setSelectCell: (row?: any, column?: any) => void;
584
+ $vtjDynamicSlots: () => string[];
584
585
  }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
585
586
  loaded: (rows: any[]) => void;
586
587
  rowSort: (e: GridSortableEvent) => void;
@@ -2,7 +2,7 @@
2
2
  * Copyright (c) 2024, VTJ.PRO All rights reserved.
3
3
  * @name @vtj/ui
4
4
  * @author CHC chenhuachun1549@dingtalk.com
5
- * @version 0.8.79
5
+ * @version 0.8.80
6
6
  * @license <a href="https://vtj.pro/license.html">MIT License</a>
7
7
  */
8
- export declare const version = "0.8.79";
8
+ export declare const version = "0.8.80";