@vtj/ui 0.8.126 → 0.8.128

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.126",
4
+ "version": "0.8.128",
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.126",
16
- "@vtj/utils": "~0.8.126"
15
+ "@vtj/icons": "~0.8.128",
16
+ "@vtj/utils": "~0.8.128"
17
17
  },
18
18
  "devDependencies": {
19
19
  "@types/qrcode": "^1.5.5",
@@ -61,6 +61,9 @@ declare const _default: DefineComponent<{
61
61
  valueFormatter: {
62
62
  type: FunctionConstructor;
63
63
  };
64
+ beforeInit: {
65
+ type: FunctionConstructor;
66
+ };
64
67
  }, {
65
68
  focus: () => void;
66
69
  blur: () => void;
@@ -138,6 +141,9 @@ declare const _default: DefineComponent<{
138
141
  valueFormatter: {
139
142
  type: FunctionConstructor;
140
143
  };
144
+ beforeInit: {
145
+ type: FunctionConstructor;
146
+ };
141
147
  }>> & {
142
148
  onChange?: ((value: any, data: any) => any) | undefined;
143
149
  "onUpdate:modelValue"?: ((value: any) => any) | undefined;
@@ -118,4 +118,10 @@ export declare const pickerProps: {
118
118
  valueFormatter: {
119
119
  type: FunctionConstructor;
120
120
  };
121
+ /**
122
+ * 弹窗在打开之前回调
123
+ */
124
+ beforeInit: {
125
+ type: FunctionConstructor;
126
+ };
121
127
  };
@@ -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.125
5
+ * @version 0.8.127
6
6
  * @license <a href="https://vtj.pro/license.html">MIT License</a>
7
7
  */
8
- export declare const version = "0.8.125";
8
+ export declare const version = "0.8.127";