@juit/vue-z 0.0.50 → 0.0.52
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/index.d.ts +14 -14
- package/package.json +9 -9
package/dist/index.d.ts
CHANGED
|
@@ -425,7 +425,6 @@ type: PropType<number>;
|
|
|
425
425
|
"onUpdate:modelValue"?: ((value: number) => any) | undefined;
|
|
426
426
|
}>, {
|
|
427
427
|
icon: string | undefined;
|
|
428
|
-
placeholder: string;
|
|
429
428
|
required: boolean;
|
|
430
429
|
editable: boolean | undefined;
|
|
431
430
|
disabled: boolean | undefined;
|
|
@@ -433,6 +432,7 @@ lazyRules: boolean | "ondemand";
|
|
|
433
432
|
bottomSlots: boolean | undefined;
|
|
434
433
|
readonly: boolean | undefined;
|
|
435
434
|
mode: "decimal" | "numeric";
|
|
435
|
+
placeholder: string;
|
|
436
436
|
hint: string | undefined;
|
|
437
437
|
suffix: string;
|
|
438
438
|
rules: ZValidator<number>[];
|
|
@@ -633,7 +633,6 @@ type: PropType<number | null>;
|
|
|
633
633
|
"onUpdate:modelValue"?: ((value: number | null) => any) | undefined;
|
|
634
634
|
}>, {
|
|
635
635
|
icon: string | undefined;
|
|
636
|
-
placeholder: string;
|
|
637
636
|
required: boolean;
|
|
638
637
|
editable: boolean | undefined;
|
|
639
638
|
disabled: boolean | undefined;
|
|
@@ -641,6 +640,7 @@ lazyRules: boolean | "ondemand";
|
|
|
641
640
|
bottomSlots: boolean | undefined;
|
|
642
641
|
readonly: boolean | undefined;
|
|
643
642
|
mode: "decimal" | "numeric";
|
|
643
|
+
placeholder: string;
|
|
644
644
|
hint: string | undefined;
|
|
645
645
|
suffix: string;
|
|
646
646
|
rules: ZValidator<number>[];
|
|
@@ -1014,7 +1014,6 @@ onHide?: (() => any) | undefined;
|
|
|
1014
1014
|
onOk?: ((value?: any) => any) | undefined;
|
|
1015
1015
|
}>, {
|
|
1016
1016
|
loading: boolean;
|
|
1017
|
-
placeholder: string;
|
|
1018
1017
|
required: boolean;
|
|
1019
1018
|
editable: boolean | undefined;
|
|
1020
1019
|
disabled: boolean | undefined;
|
|
@@ -1023,6 +1022,7 @@ bottomSlots: boolean | undefined;
|
|
|
1023
1022
|
readonly: boolean | undefined;
|
|
1024
1023
|
value: string;
|
|
1025
1024
|
link: string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric | undefined;
|
|
1025
|
+
placeholder: string;
|
|
1026
1026
|
hint: string | undefined;
|
|
1027
1027
|
onClear: (() => any) | undefined;
|
|
1028
1028
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
@@ -1198,13 +1198,13 @@ type: PropType<string>;
|
|
|
1198
1198
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1199
1199
|
}>, {
|
|
1200
1200
|
icon: string | undefined;
|
|
1201
|
-
placeholder: string;
|
|
1202
1201
|
required: boolean;
|
|
1203
1202
|
editable: boolean | undefined;
|
|
1204
1203
|
disabled: boolean | undefined;
|
|
1205
1204
|
lazyRules: boolean | "ondemand";
|
|
1206
1205
|
bottomSlots: boolean | undefined;
|
|
1207
1206
|
readonly: boolean | undefined;
|
|
1207
|
+
placeholder: string;
|
|
1208
1208
|
hint: string | undefined;
|
|
1209
1209
|
prefix: string | undefined;
|
|
1210
1210
|
clearable: boolean;
|
|
@@ -1437,7 +1437,6 @@ type: PropType<string>;
|
|
|
1437
1437
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1438
1438
|
}>, {
|
|
1439
1439
|
icon: string | undefined;
|
|
1440
|
-
placeholder: string;
|
|
1441
1440
|
required: boolean;
|
|
1442
1441
|
editable: boolean | undefined;
|
|
1443
1442
|
disabled: boolean | undefined;
|
|
@@ -1446,6 +1445,7 @@ bottomSlots: boolean | undefined;
|
|
|
1446
1445
|
readonly: boolean | undefined;
|
|
1447
1446
|
link: string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric | undefined;
|
|
1448
1447
|
mode: "search" | "email" | "text" | "decimal" | "numeric" | "tel" | "url";
|
|
1448
|
+
placeholder: string;
|
|
1449
1449
|
hint: string | undefined;
|
|
1450
1450
|
debounce: number | undefined;
|
|
1451
1451
|
suffix: string;
|
|
@@ -1767,7 +1767,6 @@ onKeyup?: ((event: KeyboardEvent) => any) | undefined;
|
|
|
1767
1767
|
type: "text" | "password";
|
|
1768
1768
|
icon: string | undefined;
|
|
1769
1769
|
onClick: ((event: PointerEvent) => any) | undefined;
|
|
1770
|
-
placeholder: string;
|
|
1771
1770
|
required: boolean;
|
|
1772
1771
|
editable: boolean | undefined;
|
|
1773
1772
|
disabled: boolean | undefined;
|
|
@@ -1776,6 +1775,7 @@ bottomSlots: boolean | undefined;
|
|
|
1776
1775
|
readonly: boolean | undefined;
|
|
1777
1776
|
link: string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric | undefined;
|
|
1778
1777
|
mode: "search" | "email" | "text" | "decimal" | "numeric" | "tel" | "url";
|
|
1778
|
+
placeholder: string;
|
|
1779
1779
|
hint: string | undefined;
|
|
1780
1780
|
nonInteractive: boolean;
|
|
1781
1781
|
debounce: number | undefined;
|
|
@@ -3201,13 +3201,13 @@ type: PropType<string>;
|
|
|
3201
3201
|
"onUpdate:modelValue"?: ((value: string | undefined) => any) | undefined;
|
|
3202
3202
|
}>, {
|
|
3203
3203
|
icon: string | undefined;
|
|
3204
|
-
placeholder: string;
|
|
3205
3204
|
required: boolean;
|
|
3206
3205
|
editable: boolean | undefined;
|
|
3207
3206
|
disabled: boolean | undefined;
|
|
3208
3207
|
lazyRules: boolean | "ondemand";
|
|
3209
3208
|
bottomSlots: boolean | undefined;
|
|
3210
3209
|
readonly: boolean | undefined;
|
|
3210
|
+
placeholder: string;
|
|
3211
3211
|
hint: string | undefined;
|
|
3212
3212
|
suffix: string | undefined;
|
|
3213
3213
|
clearable: boolean;
|
|
@@ -3366,13 +3366,13 @@ type: PropType<string>;
|
|
|
3366
3366
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
3367
3367
|
}>, {
|
|
3368
3368
|
icon: string;
|
|
3369
|
-
placeholder: string;
|
|
3370
3369
|
required: boolean;
|
|
3371
3370
|
editable: boolean | undefined;
|
|
3372
3371
|
disabled: boolean | undefined;
|
|
3373
3372
|
lazyRules: boolean | "ondemand";
|
|
3374
3373
|
bottomSlots: boolean | undefined;
|
|
3375
3374
|
readonly: boolean | undefined;
|
|
3375
|
+
placeholder: string;
|
|
3376
3376
|
hint: string | undefined;
|
|
3377
3377
|
clearable: boolean | "today";
|
|
3378
3378
|
format: string | Intl.DateTimeFormatOptions;
|
|
@@ -3533,13 +3533,13 @@ type: PropType<ZDateRangeData>;
|
|
|
3533
3533
|
"onUpdate:modelValue"?: ((value: ZDateRangeData | undefined) => any) | undefined;
|
|
3534
3534
|
}>, {
|
|
3535
3535
|
icon: string;
|
|
3536
|
-
placeholder: string;
|
|
3537
3536
|
required: boolean;
|
|
3538
3537
|
editable: boolean | undefined;
|
|
3539
3538
|
disabled: boolean | undefined;
|
|
3540
3539
|
lazyRules: boolean | "ondemand";
|
|
3541
3540
|
bottomSlots: boolean | undefined;
|
|
3542
3541
|
readonly: boolean | undefined;
|
|
3542
|
+
placeholder: string;
|
|
3543
3543
|
hint: string | undefined;
|
|
3544
3544
|
clearable: boolean | "today";
|
|
3545
3545
|
format: string | Intl.DateTimeFormatOptions;
|
|
@@ -3688,13 +3688,13 @@ type: PropType<string>;
|
|
|
3688
3688
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
3689
3689
|
}>, {
|
|
3690
3690
|
icon: string | undefined;
|
|
3691
|
-
placeholder: string;
|
|
3692
3691
|
required: boolean;
|
|
3693
3692
|
editable: boolean | undefined;
|
|
3694
3693
|
disabled: boolean | undefined;
|
|
3695
3694
|
lazyRules: boolean | "ondemand";
|
|
3696
3695
|
bottomSlots: boolean | undefined;
|
|
3697
3696
|
readonly: boolean | undefined;
|
|
3697
|
+
placeholder: string;
|
|
3698
3698
|
hint: string | undefined;
|
|
3699
3699
|
rules: ZValidator<string>[];
|
|
3700
3700
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
@@ -3811,11 +3811,11 @@ default: undefined;
|
|
|
3811
3811
|
};
|
|
3812
3812
|
}>> & Readonly<{}>, {
|
|
3813
3813
|
icon: string | undefined;
|
|
3814
|
-
placeholder: string;
|
|
3815
3814
|
disabled: boolean | undefined;
|
|
3816
3815
|
bottomSlots: boolean | undefined;
|
|
3817
3816
|
value: string | number | boolean | null | undefined;
|
|
3818
3817
|
link: string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric | undefined;
|
|
3818
|
+
placeholder: string;
|
|
3819
3819
|
hint: string | undefined;
|
|
3820
3820
|
minimal: boolean;
|
|
3821
3821
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
@@ -3969,13 +3969,13 @@ type: PropType<string>;
|
|
|
3969
3969
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
3970
3970
|
}>, {
|
|
3971
3971
|
label: string | undefined;
|
|
3972
|
-
placeholder: string;
|
|
3973
3972
|
required: boolean;
|
|
3974
3973
|
editable: boolean | undefined;
|
|
3975
3974
|
disabled: boolean | undefined;
|
|
3976
3975
|
lazyRules: boolean | "ondemand";
|
|
3977
3976
|
bottomSlots: boolean | undefined;
|
|
3978
3977
|
readonly: boolean | undefined;
|
|
3978
|
+
placeholder: string;
|
|
3979
3979
|
hint: string | undefined;
|
|
3980
3980
|
rules: ZValidator<string>[];
|
|
3981
3981
|
minLength: number;
|
|
@@ -4129,12 +4129,12 @@ type: PropType<string[]>;
|
|
|
4129
4129
|
}>, {
|
|
4130
4130
|
label: string;
|
|
4131
4131
|
icon: string;
|
|
4132
|
-
placeholder: string;
|
|
4133
4132
|
editable: boolean | undefined;
|
|
4134
4133
|
disabled: boolean | undefined;
|
|
4135
4134
|
lazyRules: boolean | "ondemand";
|
|
4136
4135
|
bottomSlots: boolean | undefined;
|
|
4137
4136
|
readonly: boolean | undefined;
|
|
4137
|
+
placeholder: string;
|
|
4138
4138
|
hint: string | undefined;
|
|
4139
4139
|
tags: string[];
|
|
4140
4140
|
noNewValues: boolean;
|
|
@@ -4297,13 +4297,13 @@ type: PropType<string>;
|
|
|
4297
4297
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
4298
4298
|
}>, {
|
|
4299
4299
|
icon: string | undefined;
|
|
4300
|
-
placeholder: string;
|
|
4301
4300
|
required: boolean;
|
|
4302
4301
|
editable: boolean | undefined;
|
|
4303
4302
|
disabled: boolean | undefined;
|
|
4304
4303
|
lazyRules: boolean | "ondemand";
|
|
4305
4304
|
bottomSlots: boolean | undefined;
|
|
4306
4305
|
readonly: boolean | undefined;
|
|
4306
|
+
placeholder: string;
|
|
4307
4307
|
hint: string | undefined;
|
|
4308
4308
|
rules: ZValidator<string>[];
|
|
4309
4309
|
country: string;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@juit/vue-z",
|
|
3
3
|
"description": "Widgets Libray for Juit GmbH",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.52",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
7
7
|
".": {
|
|
@@ -15,27 +15,27 @@
|
|
|
15
15
|
"dev": "vite -c vite.config.demo.ts"
|
|
16
16
|
},
|
|
17
17
|
"peerDependencies": {
|
|
18
|
-
"@juit/vue-i18n": "^0.2.
|
|
18
|
+
"@juit/vue-i18n": "^0.2.45",
|
|
19
19
|
"@quasar/extras": "^1.17.0",
|
|
20
20
|
"quasar": "^2.18.6",
|
|
21
|
-
"vue": "^3.5.
|
|
21
|
+
"vue": "^3.5.26",
|
|
22
22
|
"vue-router": "^4.6.4"
|
|
23
23
|
},
|
|
24
24
|
"devDependencies": {
|
|
25
25
|
"@microsoft/api-extractor": "^7.55.2",
|
|
26
|
-
"@plugjs/eslint": "^0.6.
|
|
27
|
-
"@plugjs/eslint-plugin": "^0.5.
|
|
28
|
-
"@plugjs/plug": "^0.6.
|
|
26
|
+
"@plugjs/eslint": "^0.6.86",
|
|
27
|
+
"@plugjs/eslint-plugin": "^0.5.15",
|
|
28
|
+
"@plugjs/plug": "^0.6.86",
|
|
29
29
|
"@quasar/vite-plugin": "^1.10.0",
|
|
30
30
|
"@types/google.maps": "^3.58.1",
|
|
31
31
|
"@types/node": "<21",
|
|
32
32
|
"@vitejs/plugin-vue": "^6.0.3",
|
|
33
33
|
"eslint-plugin-vue": "^10.6.2",
|
|
34
|
-
"sass-embedded": "^1.
|
|
34
|
+
"sass-embedded": "^1.97.1",
|
|
35
35
|
"typescript": "^5.9.3",
|
|
36
36
|
"vite": "^7.3.0",
|
|
37
|
-
"vue": "^3.5.
|
|
38
|
-
"vue-tsc": "^3.1
|
|
37
|
+
"vue": "^3.5.26",
|
|
38
|
+
"vue-tsc": "^3.2.1"
|
|
39
39
|
},
|
|
40
40
|
"overrides": {
|
|
41
41
|
"@quasar/vite-plugin": {
|