@a2simcode/ui 0.0.32 → 0.0.33

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.
@@ -75,6 +75,7 @@ export interface MenuProvideType {
75
75
  getMenuMap: () => any;
76
76
  toArray: any;
77
77
  activeMenu: any;
78
+ activeMenuId: Ref<string>;
78
79
  theme: any;
79
80
  }
80
81
  /**
@@ -1,7 +1,7 @@
1
1
  declare const JRadio: {
2
2
  new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
3
3
  modelValue: {
4
- type: import('vue').PropType<string>;
4
+ type: import('vue').PropType<string | number>;
5
5
  default: undefined;
6
6
  };
7
7
  options: {
@@ -35,7 +35,7 @@ declare const JRadio: {
35
35
  "update:modelValue": (...args: any[]) => void;
36
36
  }, import('vue').PublicProps, {
37
37
  size: "small" | "default" | "large";
38
- modelValue: string;
38
+ modelValue: string | number;
39
39
  readonly: boolean;
40
40
  options: {
41
41
  label: string;
@@ -54,7 +54,7 @@ declare const JRadio: {
54
54
  Defaults: {};
55
55
  }, Readonly<import('vue').ExtractPropTypes<{
56
56
  modelValue: {
57
- type: import('vue').PropType<string>;
57
+ type: import('vue').PropType<string | number>;
58
58
  default: undefined;
59
59
  };
60
60
  options: {
@@ -86,7 +86,7 @@ declare const JRadio: {
86
86
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
87
87
  }>, {}, {}, {}, {}, {
88
88
  size: "small" | "default" | "large";
89
- modelValue: string;
89
+ modelValue: string | number;
90
90
  readonly: boolean;
91
91
  options: {
92
92
  label: string;
@@ -102,7 +102,7 @@ declare const JRadio: {
102
102
  __isSuspense?: never;
103
103
  } & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
104
104
  modelValue: {
105
- type: import('vue').PropType<string>;
105
+ type: import('vue').PropType<string | number>;
106
106
  default: undefined;
107
107
  };
108
108
  options: {
@@ -136,7 +136,7 @@ declare const JRadio: {
136
136
  "update:modelValue": (...args: any[]) => void;
137
137
  }, string, {
138
138
  size: "small" | "default" | "large";
139
- modelValue: string;
139
+ modelValue: string | number;
140
140
  readonly: boolean;
141
141
  options: {
142
142
  label: string;
@@ -5,7 +5,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
5
5
  * @vModel
6
6
  */
7
7
  modelValue: {
8
- type: PropType<string>;
8
+ type: PropType<string | number>;
9
9
  default: undefined;
10
10
  };
11
11
  /**
@@ -59,7 +59,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
59
59
  * @vModel
60
60
  */
61
61
  modelValue: {
62
- type: PropType<string>;
62
+ type: PropType<string | number>;
63
63
  default: undefined;
64
64
  };
65
65
  /**
@@ -109,7 +109,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
109
109
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
110
110
  }>, {
111
111
  size: "small" | "default" | "large";
112
- modelValue: string;
112
+ modelValue: string | number;
113
113
  readonly: boolean;
114
114
  options: {
115
115
  label: string;