@vtj/ui 0.8.160 → 0.8.162

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.160",
4
+ "version": "0.8.162",
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/utils": "~0.8.160",
16
- "@vtj/icons": "~0.8.160"
15
+ "@vtj/icons": "~0.8.162",
16
+ "@vtj/utils": "~0.8.162"
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.5.5",
23
23
  "vue-router": "~4.4.0",
24
- "@vtj/cli": "~0.8.38"
24
+ "@vtj/cli": "~0.8.39"
25
25
  },
26
26
  "files": [
27
27
  "dist",
@@ -441,8 +441,8 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
441
441
  }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
442
442
  close: () => any;
443
443
  open: (instance: ComponentInternalInstance) => any;
444
- submit: () => any;
445
444
  cancel: () => any;
445
+ submit: () => any;
446
446
  resizing: (dir: string, mie: {
447
447
  x: Ref<number, number>;
448
448
  y: Ref<number, number>;
@@ -578,8 +578,8 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
578
578
  }>> & Readonly<{
579
579
  onClose?: (() => any) | undefined;
580
580
  onOpen?: ((instance: ComponentInternalInstance) => any) | undefined;
581
- onSubmit?: (() => any) | undefined;
582
581
  onCancel?: (() => any) | undefined;
582
+ onSubmit?: (() => any) | undefined;
583
583
  onResizing?: ((dir: string, mie: {
584
584
  x: Ref<number, number>;
585
585
  y: Ref<number, number>;
@@ -50,8 +50,8 @@ declare function __VLS_template(): {
50
50
  readonly icon?: IconParam | undefined;
51
51
  readonly src?: string | undefined;
52
52
  readonly title?: string | undefined;
53
- readonly submit?: string | boolean | undefined;
54
53
  readonly cancel?: string | boolean | undefined;
54
+ readonly submit?: string | boolean | undefined;
55
55
  readonly left?: string | number | undefined;
56
56
  readonly subtitle?: string | undefined;
57
57
  readonly top?: string | number | undefined;
@@ -60,8 +60,8 @@ declare function __VLS_template(): {
60
60
  readonly beforeClose?: (() => boolean | Promise<boolean>) | undefined;
61
61
  readonly onClose?: (() => any) | undefined;
62
62
  readonly onOpen?: ((instance: ComponentInternalInstance) => any) | undefined;
63
- readonly onSubmit?: (() => any) | undefined;
64
63
  readonly onCancel?: (() => any) | undefined;
64
+ readonly onSubmit?: (() => any) | undefined;
65
65
  readonly onResizing?: ((dir: string, mie: {
66
66
  x: Ref<number, number>;
67
67
  y: Ref<number, number>;
@@ -123,7 +123,7 @@ declare function __VLS_template(): {
123
123
  $root: ComponentPublicInstance | null;
124
124
  $parent: ComponentPublicInstance | null;
125
125
  $host: Element | null;
126
- $emit: ((event: "close") => void) & ((event: "open", instance: ComponentInternalInstance) => void) & ((event: "submit") => void) & ((event: "cancel") => void) & ((event: "resizing", dir: string, mie: {
126
+ $emit: ((event: "close") => void) & ((event: "open", instance: ComponentInternalInstance) => void) & ((event: "cancel") => void) & ((event: "submit") => void) & ((event: "resizing", dir: string, mie: {
127
127
  x: Ref<number, number>;
128
128
  y: Ref<number, number>;
129
129
  sourceType: Ref<UseMouseSourceType, UseMouseSourceType>;
@@ -248,8 +248,8 @@ declare function __VLS_template(): {
248
248
  }>> & Readonly<{
249
249
  onClose?: (() => any) | undefined;
250
250
  onOpen?: ((instance: ComponentInternalInstance) => any) | undefined;
251
- onSubmit?: (() => any) | undefined;
252
251
  onCancel?: (() => any) | undefined;
252
+ onSubmit?: (() => any) | undefined;
253
253
  onResizing?: ((dir: string, mie: {
254
254
  x: Ref<number, number>;
255
255
  y: Ref<number, number>;
@@ -327,8 +327,8 @@ declare function __VLS_template(): {
327
327
  }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
328
328
  close: () => any;
329
329
  open: (instance: ComponentInternalInstance) => any;
330
- submit: () => any;
331
330
  cancel: () => any;
331
+ submit: () => any;
332
332
  resizing: (dir: string, mie: {
333
333
  x: Ref<number, number>;
334
334
  y: Ref<number, number>;
@@ -510,8 +510,8 @@ declare function __VLS_template(): {
510
510
  }>> & Readonly<{
511
511
  onClose?: (() => any) | undefined;
512
512
  onOpen?: ((instance: ComponentInternalInstance) => any) | undefined;
513
- onSubmit?: (() => any) | undefined;
514
513
  onCancel?: (() => any) | undefined;
514
+ onSubmit?: (() => any) | undefined;
515
515
  onResizing?: ((dir: string, mie: {
516
516
  x: Ref<number, number>;
517
517
  y: Ref<number, number>;
@@ -560,7 +560,7 @@ declare function __VLS_template(): {
560
560
  isOutside: Ref<boolean, boolean>;
561
561
  stop: () => void;
562
562
  }) => any) | undefined;
563
- }>, "close" | "submit" | "cancel" | "hide" | "$vtjEl" | "maximized" | "minimized" | "componentInstance" | "state" | "changeMode" | "show" | "panelRef" | ("size" | "primary" | "mode" | "draggable" | "width" | "height" | "modelValue" | "modal" | "closable" | "maximizable" | "minimizable" | "bodyPadding")> & ShallowUnwrapRef<{
563
+ }>, "close" | "cancel" | "submit" | "hide" | "$vtjEl" | "maximized" | "minimized" | "componentInstance" | "state" | "changeMode" | "show" | "panelRef" | ("size" | "primary" | "mode" | "draggable" | "width" | "height" | "modelValue" | "modal" | "closable" | "maximizable" | "minimizable" | "bodyPadding")> & ShallowUnwrapRef<{
564
564
  $vtjEl: ComputedRef<any>;
565
565
  panelRef: Ref<any, any>;
566
566
  state: {
@@ -834,8 +834,8 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
834
834
  onSubmit?: ((model: Record<string, any>) => any) | undefined;
835
835
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
836
836
  }>, {
837
- submit: string | boolean;
838
837
  cancel: string | boolean;
838
+ submit: string | boolean;
839
839
  modelValue: boolean;
840
840
  model: Record<string, any>;
841
841
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
@@ -68,8 +68,8 @@ declare function __VLS_template(): {
68
68
  readonly icon?: IconParam | undefined;
69
69
  readonly src?: string | undefined;
70
70
  readonly title?: string | undefined;
71
- readonly submit?: string | boolean | undefined;
72
71
  readonly cancel?: string | boolean | undefined;
72
+ readonly submit?: string | boolean | undefined;
73
73
  readonly left?: string | number | undefined;
74
74
  readonly subtitle?: string | undefined;
75
75
  readonly top?: string | number | undefined;
@@ -78,8 +78,8 @@ declare function __VLS_template(): {
78
78
  readonly beforeClose?: (() => boolean | Promise<boolean>) | undefined;
79
79
  readonly onClose?: (() => any) | undefined;
80
80
  readonly onOpen?: ((instance: ComponentInternalInstance) => any) | undefined;
81
- readonly onSubmit?: (() => any) | undefined;
82
81
  readonly onCancel?: (() => any) | undefined;
82
+ readonly onSubmit?: (() => any) | undefined;
83
83
  readonly onResizing?: ((dir: string, mie: {
84
84
  x: Ref<number, number>;
85
85
  y: Ref<number, number>;
@@ -141,7 +141,7 @@ declare function __VLS_template(): {
141
141
  $root: ComponentPublicInstance | null;
142
142
  $parent: ComponentPublicInstance | null;
143
143
  $host: Element | null;
144
- $emit: ((event: "close") => void) & ((event: "open", instance: ComponentInternalInstance) => void) & ((event: "submit") => void) & ((event: "cancel") => void) & ((event: "resizing", dir: string, mie: {
144
+ $emit: ((event: "close") => void) & ((event: "open", instance: ComponentInternalInstance) => void) & ((event: "cancel") => void) & ((event: "submit") => void) & ((event: "resizing", dir: string, mie: {
145
145
  x: Ref<number, number>;
146
146
  y: Ref<number, number>;
147
147
  sourceType: Ref<UseMouseSourceType, UseMouseSourceType>;
@@ -266,8 +266,8 @@ declare function __VLS_template(): {
266
266
  }>> & Readonly<{
267
267
  onClose?: (() => any) | undefined;
268
268
  onOpen?: ((instance: ComponentInternalInstance) => any) | undefined;
269
- onSubmit?: (() => any) | undefined;
270
269
  onCancel?: (() => any) | undefined;
270
+ onSubmit?: (() => any) | undefined;
271
271
  onResizing?: ((dir: string, mie: {
272
272
  x: Ref<number, number>;
273
273
  y: Ref<number, number>;
@@ -345,8 +345,8 @@ declare function __VLS_template(): {
345
345
  }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
346
346
  close: () => any;
347
347
  open: (instance: ComponentInternalInstance) => any;
348
- submit: () => any;
349
348
  cancel: () => any;
349
+ submit: () => any;
350
350
  resizing: (dir: string, mie: {
351
351
  x: Ref<number, number>;
352
352
  y: Ref<number, number>;
@@ -528,8 +528,8 @@ declare function __VLS_template(): {
528
528
  }>> & Readonly<{
529
529
  onClose?: (() => any) | undefined;
530
530
  onOpen?: ((instance: ComponentInternalInstance) => any) | undefined;
531
- onSubmit?: (() => any) | undefined;
532
531
  onCancel?: (() => any) | undefined;
532
+ onSubmit?: (() => any) | undefined;
533
533
  onResizing?: ((dir: string, mie: {
534
534
  x: Ref<number, number>;
535
535
  y: Ref<number, number>;
@@ -578,7 +578,7 @@ declare function __VLS_template(): {
578
578
  isOutside: Ref<boolean, boolean>;
579
579
  stop: () => void;
580
580
  }) => any) | undefined;
581
- }>, "close" | "submit" | "cancel" | "hide" | "$vtjEl" | "maximized" | "minimized" | "componentInstance" | "state" | "changeMode" | "show" | "panelRef" | ("size" | "primary" | "mode" | "draggable" | "width" | "height" | "modelValue" | "modal" | "closable" | "maximizable" | "minimizable" | "bodyPadding")> & ShallowUnwrapRef<{
581
+ }>, "close" | "cancel" | "submit" | "hide" | "$vtjEl" | "maximized" | "minimized" | "componentInstance" | "state" | "changeMode" | "show" | "panelRef" | ("size" | "primary" | "mode" | "draggable" | "width" | "height" | "modelValue" | "modal" | "closable" | "maximizable" | "minimizable" | "bodyPadding")> & ShallowUnwrapRef<{
582
582
  $vtjEl: ComputedRef<any>;
583
583
  panelRef: Ref<any, any>;
584
584
  state: {
@@ -0,0 +1 @@
1
+ export declare function autoUpdate(): void;
@@ -1,2 +1,3 @@
1
1
  export * from './util';
2
2
  export * from './install';
3
+ export * from './auto-update';
@@ -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.160
5
+ * @version 0.8.161
6
6
  * @license <a href="https://vtj.pro/license.html">MIT License</a>
7
7
  */
8
- export declare const version = "0.8.160";
8
+ export declare const version = "0.8.161";