@zeedhi/zd-user-info-vue 3.0.0 → 3.0.2
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/dist/types/components/UserInfo.d.ts +18 -18
- package/dist/types/index.d.ts +2 -0
- package/dist/user-info-vue.es.js +38216 -42027
- package/package.json +3 -3
- package/dist/types/tek-user-info/TekUserInfo.d.ts +0 -2417
- package/dist/types/tek-user-info/TekUserInfo.vue.d.ts +0 -2
- package/dist/types/tek-user-info/TekUserInfoList.d.ts +0 -1227
- package/dist/types/tek-user-info/TekUserInfoList.vue.d.ts +0 -2
|
@@ -111,11 +111,11 @@ export declare const ZdUserInfoProps: {
|
|
|
111
111
|
type: StringConstructor;
|
|
112
112
|
};
|
|
113
113
|
allowDuplicate: {
|
|
114
|
-
type: (
|
|
114
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
115
115
|
default: boolean;
|
|
116
116
|
};
|
|
117
117
|
autofocus: {
|
|
118
|
-
type: (
|
|
118
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
119
119
|
default: boolean;
|
|
120
120
|
};
|
|
121
121
|
cssClass: {
|
|
@@ -127,7 +127,7 @@ export declare const ZdUserInfoProps: {
|
|
|
127
127
|
default: string;
|
|
128
128
|
};
|
|
129
129
|
dark: {
|
|
130
|
-
type: (
|
|
130
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
131
131
|
default: boolean;
|
|
132
132
|
};
|
|
133
133
|
directives: {
|
|
@@ -142,7 +142,7 @@ export declare const ZdUserInfoProps: {
|
|
|
142
142
|
type: ObjectConstructor;
|
|
143
143
|
};
|
|
144
144
|
isVisible: {
|
|
145
|
-
type: (
|
|
145
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
146
146
|
default: boolean;
|
|
147
147
|
};
|
|
148
148
|
keyMap: {
|
|
@@ -150,7 +150,7 @@ export declare const ZdUserInfoProps: {
|
|
|
150
150
|
default(): {};
|
|
151
151
|
};
|
|
152
152
|
light: {
|
|
153
|
-
type: (
|
|
153
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
154
154
|
default: boolean;
|
|
155
155
|
};
|
|
156
156
|
name: {
|
|
@@ -161,7 +161,7 @@ export declare const ZdUserInfoProps: {
|
|
|
161
161
|
type: ObjectConstructor;
|
|
162
162
|
};
|
|
163
163
|
tabStop: {
|
|
164
|
-
type: (
|
|
164
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
165
165
|
default: boolean;
|
|
166
166
|
};
|
|
167
167
|
theme: {
|
|
@@ -279,11 +279,11 @@ declare const userInfoComponent: import('vue').DefineComponent<import('vue').Ext
|
|
|
279
279
|
type: StringConstructor;
|
|
280
280
|
};
|
|
281
281
|
allowDuplicate: {
|
|
282
|
-
type: (
|
|
282
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
283
283
|
default: boolean;
|
|
284
284
|
};
|
|
285
285
|
autofocus: {
|
|
286
|
-
type: (
|
|
286
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
287
287
|
default: boolean;
|
|
288
288
|
};
|
|
289
289
|
cssClass: {
|
|
@@ -295,7 +295,7 @@ declare const userInfoComponent: import('vue').DefineComponent<import('vue').Ext
|
|
|
295
295
|
default: string;
|
|
296
296
|
};
|
|
297
297
|
dark: {
|
|
298
|
-
type: (
|
|
298
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
299
299
|
default: boolean;
|
|
300
300
|
};
|
|
301
301
|
directives: {
|
|
@@ -310,7 +310,7 @@ declare const userInfoComponent: import('vue').DefineComponent<import('vue').Ext
|
|
|
310
310
|
type: ObjectConstructor;
|
|
311
311
|
};
|
|
312
312
|
isVisible: {
|
|
313
|
-
type: (
|
|
313
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
314
314
|
default: boolean;
|
|
315
315
|
};
|
|
316
316
|
keyMap: {
|
|
@@ -318,7 +318,7 @@ declare const userInfoComponent: import('vue').DefineComponent<import('vue').Ext
|
|
|
318
318
|
default(): {};
|
|
319
319
|
};
|
|
320
320
|
light: {
|
|
321
|
-
type: (
|
|
321
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
322
322
|
default: boolean;
|
|
323
323
|
};
|
|
324
324
|
name: {
|
|
@@ -329,7 +329,7 @@ declare const userInfoComponent: import('vue').DefineComponent<import('vue').Ext
|
|
|
329
329
|
type: ObjectConstructor;
|
|
330
330
|
};
|
|
331
331
|
tabStop: {
|
|
332
|
-
type: (
|
|
332
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
333
333
|
default: boolean;
|
|
334
334
|
};
|
|
335
335
|
theme: {
|
|
@@ -492,11 +492,11 @@ declare const userInfoComponent: import('vue').DefineComponent<import('vue').Ext
|
|
|
492
492
|
type: StringConstructor;
|
|
493
493
|
};
|
|
494
494
|
allowDuplicate: {
|
|
495
|
-
type: (
|
|
495
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
496
496
|
default: boolean;
|
|
497
497
|
};
|
|
498
498
|
autofocus: {
|
|
499
|
-
type: (
|
|
499
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
500
500
|
default: boolean;
|
|
501
501
|
};
|
|
502
502
|
cssClass: {
|
|
@@ -508,7 +508,7 @@ declare const userInfoComponent: import('vue').DefineComponent<import('vue').Ext
|
|
|
508
508
|
default: string;
|
|
509
509
|
};
|
|
510
510
|
dark: {
|
|
511
|
-
type: (
|
|
511
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
512
512
|
default: boolean;
|
|
513
513
|
};
|
|
514
514
|
directives: {
|
|
@@ -523,7 +523,7 @@ declare const userInfoComponent: import('vue').DefineComponent<import('vue').Ext
|
|
|
523
523
|
type: ObjectConstructor;
|
|
524
524
|
};
|
|
525
525
|
isVisible: {
|
|
526
|
-
type: (
|
|
526
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
527
527
|
default: boolean;
|
|
528
528
|
};
|
|
529
529
|
keyMap: {
|
|
@@ -531,7 +531,7 @@ declare const userInfoComponent: import('vue').DefineComponent<import('vue').Ext
|
|
|
531
531
|
default(): {};
|
|
532
532
|
};
|
|
533
533
|
light: {
|
|
534
|
-
type: (
|
|
534
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
535
535
|
default: boolean;
|
|
536
536
|
};
|
|
537
537
|
name: {
|
|
@@ -542,7 +542,7 @@ declare const userInfoComponent: import('vue').DefineComponent<import('vue').Ext
|
|
|
542
542
|
type: ObjectConstructor;
|
|
543
543
|
};
|
|
544
544
|
tabStop: {
|
|
545
|
-
type: (
|
|
545
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
546
546
|
default: boolean;
|
|
547
547
|
};
|
|
548
548
|
theme: {
|