@juit/vue-z 0.0.28 → 0.0.30
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 +27 -27
- package/package.json +11 -11
package/dist/index.d.ts
CHANGED
|
@@ -27,7 +27,7 @@ import type { Screen as Screen_2 } from 'quasar';
|
|
|
27
27
|
import type { ValidationRule } from 'quasar';
|
|
28
28
|
import type { VNode } from 'vue';
|
|
29
29
|
|
|
30
|
-
declare const __VLS_component: DefineComponent<__VLS_Props,
|
|
30
|
+
declare const __VLS_component: DefineComponent<__VLS_Props, void, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
31
31
|
|
|
32
32
|
declare const __VLS_component_10: DefineComponent<ExtractPropTypes< {
|
|
33
33
|
readonly: {
|
|
@@ -425,6 +425,7 @@ type: PropType<number>;
|
|
|
425
425
|
"onUpdate:modelValue"?: ((value: number) => any) | undefined;
|
|
426
426
|
}>, {
|
|
427
427
|
icon: string | undefined;
|
|
428
|
+
placeholder: string;
|
|
428
429
|
required: boolean;
|
|
429
430
|
editable: boolean | undefined;
|
|
430
431
|
disabled: boolean | undefined;
|
|
@@ -432,7 +433,6 @@ lazyRules: boolean | "ondemand";
|
|
|
432
433
|
bottomSlots: boolean | undefined;
|
|
433
434
|
readonly: boolean | undefined;
|
|
434
435
|
mode: "decimal" | "numeric";
|
|
435
|
-
placeholder: string;
|
|
436
436
|
hint: string | undefined;
|
|
437
437
|
suffix: string;
|
|
438
438
|
rules: ZValidator<number>[];
|
|
@@ -633,6 +633,7 @@ type: PropType<number | null>;
|
|
|
633
633
|
"onUpdate:modelValue"?: ((value: number | null) => any) | undefined;
|
|
634
634
|
}>, {
|
|
635
635
|
icon: string | undefined;
|
|
636
|
+
placeholder: string;
|
|
636
637
|
required: boolean;
|
|
637
638
|
editable: boolean | undefined;
|
|
638
639
|
disabled: boolean | undefined;
|
|
@@ -640,7 +641,6 @@ lazyRules: boolean | "ondemand";
|
|
|
640
641
|
bottomSlots: boolean | undefined;
|
|
641
642
|
readonly: boolean | undefined;
|
|
642
643
|
mode: "decimal" | "numeric";
|
|
643
|
-
placeholder: string;
|
|
644
644
|
hint: string | undefined;
|
|
645
645
|
suffix: string;
|
|
646
646
|
rules: ZValidator<number>[];
|
|
@@ -1014,6 +1014,7 @@ onHide?: (() => any) | undefined;
|
|
|
1014
1014
|
onOk?: ((value?: any) => any) | undefined;
|
|
1015
1015
|
}>, {
|
|
1016
1016
|
loading: boolean;
|
|
1017
|
+
placeholder: string;
|
|
1017
1018
|
required: boolean;
|
|
1018
1019
|
editable: boolean | undefined;
|
|
1019
1020
|
disabled: boolean | undefined;
|
|
@@ -1022,7 +1023,6 @@ bottomSlots: boolean | undefined;
|
|
|
1022
1023
|
readonly: boolean | undefined;
|
|
1023
1024
|
value: string;
|
|
1024
1025
|
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;
|
|
1201
1202
|
required: boolean;
|
|
1202
1203
|
editable: boolean | undefined;
|
|
1203
1204
|
disabled: boolean | undefined;
|
|
1204
1205
|
lazyRules: boolean | "ondemand";
|
|
1205
1206
|
bottomSlots: boolean | undefined;
|
|
1206
1207
|
readonly: boolean | undefined;
|
|
1207
|
-
placeholder: string;
|
|
1208
1208
|
hint: string | undefined;
|
|
1209
1209
|
prefix: string | undefined;
|
|
1210
1210
|
clearable: boolean;
|
|
@@ -1437,6 +1437,7 @@ type: PropType<string>;
|
|
|
1437
1437
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1438
1438
|
}>, {
|
|
1439
1439
|
icon: string | undefined;
|
|
1440
|
+
placeholder: string;
|
|
1440
1441
|
required: boolean;
|
|
1441
1442
|
editable: boolean | undefined;
|
|
1442
1443
|
disabled: boolean | undefined;
|
|
@@ -1445,7 +1446,6 @@ bottomSlots: boolean | undefined;
|
|
|
1445
1446
|
readonly: boolean | undefined;
|
|
1446
1447
|
link: string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric | undefined;
|
|
1447
1448
|
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,6 +1767,7 @@ 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;
|
|
1770
1771
|
required: boolean;
|
|
1771
1772
|
editable: boolean | undefined;
|
|
1772
1773
|
disabled: boolean | undefined;
|
|
@@ -1775,7 +1776,6 @@ bottomSlots: boolean | undefined;
|
|
|
1775
1776
|
readonly: boolean | undefined;
|
|
1776
1777
|
link: string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric | undefined;
|
|
1777
1778
|
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;
|
|
@@ -1799,7 +1799,7 @@ type: StringConstructor;
|
|
|
1799
1799
|
required: false;
|
|
1800
1800
|
default: string;
|
|
1801
1801
|
};
|
|
1802
|
-
}>,
|
|
1802
|
+
}>, void, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
1803
1803
|
label: {
|
|
1804
1804
|
type: StringConstructor;
|
|
1805
1805
|
required: false;
|
|
@@ -1978,7 +1978,7 @@ type: PropType<boolean | undefined>;
|
|
|
1978
1978
|
required: false;
|
|
1979
1979
|
default: undefined;
|
|
1980
1980
|
};
|
|
1981
|
-
}>,
|
|
1981
|
+
}>, void, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1982
1982
|
cancel: () => any;
|
|
1983
1983
|
save: () => any;
|
|
1984
1984
|
}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
@@ -2152,7 +2152,7 @@ required: true;
|
|
|
2152
2152
|
selection: {
|
|
2153
2153
|
type: PropType<any[]>;
|
|
2154
2154
|
};
|
|
2155
|
-
}>,
|
|
2155
|
+
}>, void, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
2156
2156
|
"update:modelValue": (value: ZTableState) => any;
|
|
2157
2157
|
"update:selection": (value: any[] | undefined) => any;
|
|
2158
2158
|
}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
@@ -2313,7 +2313,7 @@ onRowDblclick: ((event: PointerEvent, row: any, index: number) => void) | undefi
|
|
|
2313
2313
|
onRowContextmenu: ((event: PointerEvent, row: any, index: number) => void) | undefined;
|
|
2314
2314
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
2315
2315
|
|
|
2316
|
-
declare const __VLS_component_3: DefineComponent<QBtnGroupProps,
|
|
2316
|
+
declare const __VLS_component_3: DefineComponent<QBtnGroupProps, void, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<QBtnGroupProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
2317
2317
|
|
|
2318
2318
|
declare const __VLS_component_4: DefineComponent<ExtractPropTypes< {
|
|
2319
2319
|
readonly: {
|
|
@@ -2358,7 +2358,7 @@ type: StringConstructor;
|
|
|
2358
2358
|
required: false;
|
|
2359
2359
|
default: string;
|
|
2360
2360
|
};
|
|
2361
|
-
}>,
|
|
2361
|
+
}>, void, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
2362
2362
|
readonly: {
|
|
2363
2363
|
readonly type: PropType<boolean | undefined>;
|
|
2364
2364
|
readonly required: false;
|
|
@@ -3467,7 +3467,7 @@ default: boolean;
|
|
|
3467
3467
|
modelValue: {
|
|
3468
3468
|
type: PropType<string>;
|
|
3469
3469
|
};
|
|
3470
|
-
}>,
|
|
3470
|
+
}>, void, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
3471
3471
|
"update:modelValue": (value: string | undefined) => any;
|
|
3472
3472
|
}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
3473
3473
|
readonly: {
|
|
@@ -3543,13 +3543,13 @@ type: PropType<string>;
|
|
|
3543
3543
|
"onUpdate:modelValue"?: ((value: string | undefined) => any) | undefined;
|
|
3544
3544
|
}>, {
|
|
3545
3545
|
icon: string | undefined;
|
|
3546
|
+
placeholder: string;
|
|
3546
3547
|
required: boolean;
|
|
3547
3548
|
editable: boolean | undefined;
|
|
3548
3549
|
disabled: boolean | undefined;
|
|
3549
3550
|
lazyRules: boolean | "ondemand";
|
|
3550
3551
|
bottomSlots: boolean | undefined;
|
|
3551
3552
|
readonly: boolean | undefined;
|
|
3552
|
-
placeholder: string;
|
|
3553
3553
|
hint: string | undefined;
|
|
3554
3554
|
suffix: string | undefined;
|
|
3555
3555
|
clearable: boolean;
|
|
@@ -3708,13 +3708,13 @@ type: PropType<string>;
|
|
|
3708
3708
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
3709
3709
|
}>, {
|
|
3710
3710
|
icon: string;
|
|
3711
|
+
placeholder: string;
|
|
3711
3712
|
required: boolean;
|
|
3712
3713
|
editable: boolean | undefined;
|
|
3713
3714
|
disabled: boolean | undefined;
|
|
3714
3715
|
lazyRules: boolean | "ondemand";
|
|
3715
3716
|
bottomSlots: boolean | undefined;
|
|
3716
3717
|
readonly: boolean | undefined;
|
|
3717
|
-
placeholder: string;
|
|
3718
3718
|
hint: string | undefined;
|
|
3719
3719
|
clearable: boolean | "today";
|
|
3720
3720
|
format: string | Intl.DateTimeFormatOptions;
|
|
@@ -3875,13 +3875,13 @@ type: PropType<ZDateRangeData>;
|
|
|
3875
3875
|
"onUpdate:modelValue"?: ((value: ZDateRangeData | undefined) => any) | undefined;
|
|
3876
3876
|
}>, {
|
|
3877
3877
|
icon: string;
|
|
3878
|
+
placeholder: string;
|
|
3878
3879
|
required: boolean;
|
|
3879
3880
|
editable: boolean | undefined;
|
|
3880
3881
|
disabled: boolean | undefined;
|
|
3881
3882
|
lazyRules: boolean | "ondemand";
|
|
3882
3883
|
bottomSlots: boolean | undefined;
|
|
3883
3884
|
readonly: boolean | undefined;
|
|
3884
|
-
placeholder: string;
|
|
3885
3885
|
hint: string | undefined;
|
|
3886
3886
|
clearable: boolean | "today";
|
|
3887
3887
|
format: string | Intl.DateTimeFormatOptions;
|
|
@@ -4030,13 +4030,13 @@ type: PropType<string>;
|
|
|
4030
4030
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
4031
4031
|
}>, {
|
|
4032
4032
|
icon: string | undefined;
|
|
4033
|
+
placeholder: string;
|
|
4033
4034
|
required: boolean;
|
|
4034
4035
|
editable: boolean | undefined;
|
|
4035
4036
|
disabled: boolean | undefined;
|
|
4036
4037
|
lazyRules: boolean | "ondemand";
|
|
4037
4038
|
bottomSlots: boolean | undefined;
|
|
4038
4039
|
readonly: boolean | undefined;
|
|
4039
|
-
placeholder: string;
|
|
4040
4040
|
hint: string | undefined;
|
|
4041
4041
|
rules: ZValidator<string>[];
|
|
4042
4042
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
@@ -4097,7 +4097,7 @@ type: PropType<boolean | undefined>;
|
|
|
4097
4097
|
required: false;
|
|
4098
4098
|
default: undefined;
|
|
4099
4099
|
};
|
|
4100
|
-
}>,
|
|
4100
|
+
}>, void, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
4101
4101
|
/** The value to display in this label */
|
|
4102
4102
|
value: {
|
|
4103
4103
|
type: PropType<string | number | boolean | null | undefined>;
|
|
@@ -4153,11 +4153,11 @@ default: undefined;
|
|
|
4153
4153
|
};
|
|
4154
4154
|
}>> & Readonly<{}>, {
|
|
4155
4155
|
icon: string | undefined;
|
|
4156
|
+
placeholder: string;
|
|
4156
4157
|
disabled: boolean | undefined;
|
|
4157
4158
|
bottomSlots: boolean | undefined;
|
|
4158
4159
|
value: string | number | boolean | null | undefined;
|
|
4159
4160
|
link: string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric | undefined;
|
|
4160
|
-
placeholder: string;
|
|
4161
4161
|
hint: string | undefined;
|
|
4162
4162
|
minimal: boolean;
|
|
4163
4163
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
@@ -4311,13 +4311,13 @@ type: PropType<string>;
|
|
|
4311
4311
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
4312
4312
|
}>, {
|
|
4313
4313
|
label: string | undefined;
|
|
4314
|
+
placeholder: string;
|
|
4314
4315
|
required: boolean;
|
|
4315
4316
|
editable: boolean | undefined;
|
|
4316
4317
|
disabled: boolean | undefined;
|
|
4317
4318
|
lazyRules: boolean | "ondemand";
|
|
4318
4319
|
bottomSlots: boolean | undefined;
|
|
4319
4320
|
readonly: boolean | undefined;
|
|
4320
|
-
placeholder: string;
|
|
4321
4321
|
hint: string | undefined;
|
|
4322
4322
|
rules: ZValidator<string>[];
|
|
4323
4323
|
minLength: number;
|
|
@@ -4471,12 +4471,12 @@ type: PropType<string[]>;
|
|
|
4471
4471
|
}>, {
|
|
4472
4472
|
label: string;
|
|
4473
4473
|
icon: string;
|
|
4474
|
+
placeholder: string;
|
|
4474
4475
|
editable: boolean | undefined;
|
|
4475
4476
|
disabled: boolean | undefined;
|
|
4476
4477
|
lazyRules: boolean | "ondemand";
|
|
4477
4478
|
bottomSlots: boolean | undefined;
|
|
4478
4479
|
readonly: boolean | undefined;
|
|
4479
|
-
placeholder: string;
|
|
4480
4480
|
hint: string | undefined;
|
|
4481
4481
|
tags: string[];
|
|
4482
4482
|
noNewValues: boolean;
|
|
@@ -4639,13 +4639,13 @@ type: PropType<string>;
|
|
|
4639
4639
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
4640
4640
|
}>, {
|
|
4641
4641
|
icon: string | undefined;
|
|
4642
|
+
placeholder: string;
|
|
4642
4643
|
required: boolean;
|
|
4643
4644
|
editable: boolean | undefined;
|
|
4644
4645
|
disabled: boolean | undefined;
|
|
4645
4646
|
lazyRules: boolean | "ondemand";
|
|
4646
4647
|
bottomSlots: boolean | undefined;
|
|
4647
4648
|
readonly: boolean | undefined;
|
|
4648
|
-
placeholder: string;
|
|
4649
4649
|
hint: string | undefined;
|
|
4650
4650
|
rules: ZValidator<string>[];
|
|
4651
4651
|
country: string;
|
|
@@ -4689,7 +4689,7 @@ type: PropType<() => void>;
|
|
|
4689
4689
|
required: false;
|
|
4690
4690
|
default: () => void;
|
|
4691
4691
|
};
|
|
4692
|
-
}>,
|
|
4692
|
+
}>, void, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
4693
4693
|
tag: {
|
|
4694
4694
|
type: StringConstructor;
|
|
4695
4695
|
required: true;
|
|
@@ -4757,7 +4757,7 @@ modelValue: {
|
|
|
4757
4757
|
type: PropType<boolean>;
|
|
4758
4758
|
required: true;
|
|
4759
4759
|
};
|
|
4760
|
-
}>,
|
|
4760
|
+
}>, void, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
4761
4761
|
"update:modelValue": (value: boolean) => any;
|
|
4762
4762
|
}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
4763
4763
|
readonly: {
|
|
@@ -4831,7 +4831,7 @@ modelValue: {
|
|
|
4831
4831
|
type: PropType<number>;
|
|
4832
4832
|
required: true;
|
|
4833
4833
|
};
|
|
4834
|
-
}>,
|
|
4834
|
+
}>, void, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
4835
4835
|
"update:modelValue": (value: number) => any;
|
|
4836
4836
|
}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
4837
4837
|
readonly: {
|
|
@@ -4986,7 +4986,7 @@ required: true;
|
|
|
4986
4986
|
modelValue: {
|
|
4987
4987
|
type: PropType<string>;
|
|
4988
4988
|
};
|
|
4989
|
-
}>,
|
|
4989
|
+
}>, void, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
4990
4990
|
"update:modelValue": (value: string | undefined) => any;
|
|
4991
4991
|
}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
4992
4992
|
readonly: {
|
|
@@ -5088,7 +5088,7 @@ modelValue: {
|
|
|
5088
5088
|
type: PropType<boolean>;
|
|
5089
5089
|
required: true;
|
|
5090
5090
|
};
|
|
5091
|
-
}>,
|
|
5091
|
+
}>, void, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
5092
5092
|
"update:modelValue": (value: boolean) => any;
|
|
5093
5093
|
}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
5094
5094
|
readonly: {
|
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.30",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
7
7
|
".": {
|
|
@@ -17,25 +17,25 @@
|
|
|
17
17
|
"peerDependencies": {
|
|
18
18
|
"@juit/vue-i18n": "^0.2.25",
|
|
19
19
|
"@quasar/extras": "^1.17.0",
|
|
20
|
-
"quasar": "^2.18.
|
|
21
|
-
"vue": "^3.5.
|
|
20
|
+
"quasar": "^2.18.2",
|
|
21
|
+
"vue": "^3.5.18",
|
|
22
22
|
"vue-router": "^4.5.1"
|
|
23
23
|
},
|
|
24
24
|
"devDependencies": {
|
|
25
|
-
"@microsoft/api-extractor": "^7.52.
|
|
26
|
-
"@plugjs/eslint": "^0.6.
|
|
27
|
-
"@plugjs/eslint-plugin": "^0.3.
|
|
28
|
-
"@plugjs/plug": "^0.6.
|
|
29
|
-
"@quasar/vite-plugin": "^1.
|
|
25
|
+
"@microsoft/api-extractor": "^7.52.9",
|
|
26
|
+
"@plugjs/eslint": "^0.6.59",
|
|
27
|
+
"@plugjs/eslint-plugin": "^0.3.33",
|
|
28
|
+
"@plugjs/plug": "^0.6.59",
|
|
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.0",
|
|
33
33
|
"eslint-plugin-vue": "^10.3.0",
|
|
34
34
|
"sass-embedded": "^1.89.2",
|
|
35
35
|
"typescript": "^5.8.3",
|
|
36
|
-
"vite": "^7.0.
|
|
37
|
-
"vue": "^3.5.
|
|
38
|
-
"vue-tsc": "^3.0.
|
|
36
|
+
"vite": "^7.0.6",
|
|
37
|
+
"vue": "^3.5.18",
|
|
38
|
+
"vue-tsc": "^3.0.4"
|
|
39
39
|
},
|
|
40
40
|
"overrides": {
|
|
41
41
|
"@quasar/vite-plugin": {
|