@quidgest/ui 0.17.3 → 0.17.4
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/json/api.json +11 -1
- package/dist/ui.esm.js +165 -165
- package/dist/ui.js +168 -168
- package/dist/ui.min.js +168 -168
- package/dist/ui.scss +1 -1
- package/esm/components/QDateTimePicker/QDateTimePicker.d.ts +5 -0
- package/esm/components/QDateTimePicker/QDateTimePicker.d.ts.map +1 -1
- package/esm/components/QDateTimePicker/QDateTimePicker.vue.js +496 -496
- package/esm/components/QDateTimePicker/index.d.ts +12 -0
- package/esm/components/QDateTimePicker/index.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -22,8 +22,13 @@ declare const QDateTimePicker: {
|
|
|
22
22
|
texts?: typeof import('./constants').DEFAULT_TEXTS;
|
|
23
23
|
}> & Readonly<{
|
|
24
24
|
"onUpdate:modelValue"?: ((value: string | Date | Date[] | undefined) => any) | undefined;
|
|
25
|
+
onClose?: (() => any) | undefined;
|
|
26
|
+
onOpen?: (() => any) | undefined;
|
|
25
27
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
26
28
|
"update:modelValue": (value: string | Date | Date[] | undefined) => any;
|
|
29
|
+
} & {
|
|
30
|
+
close: () => any;
|
|
31
|
+
open: () => any;
|
|
27
32
|
}, import('vue').PublicProps, {
|
|
28
33
|
icons: typeof import('./constants').DEFAULT_ICONS;
|
|
29
34
|
texts: typeof import('./constants').DEFAULT_TEXTS;
|
|
@@ -475,6 +480,8 @@ declare const QDateTimePicker: {
|
|
|
475
480
|
texts?: typeof import('./constants').DEFAULT_TEXTS;
|
|
476
481
|
}> & Readonly<{
|
|
477
482
|
"onUpdate:modelValue"?: ((value: string | Date | Date[] | undefined) => any) | undefined;
|
|
483
|
+
onClose?: (() => any) | undefined;
|
|
484
|
+
onOpen?: (() => any) | undefined;
|
|
478
485
|
}>, {}, {}, {}, {}, {
|
|
479
486
|
icons: typeof import('./constants').DEFAULT_ICONS;
|
|
480
487
|
texts: typeof import('./constants').DEFAULT_TEXTS;
|
|
@@ -507,8 +514,13 @@ declare const QDateTimePicker: {
|
|
|
507
514
|
texts?: typeof import('./constants').DEFAULT_TEXTS;
|
|
508
515
|
}> & Readonly<{
|
|
509
516
|
"onUpdate:modelValue"?: ((value: string | Date | Date[] | undefined) => any) | undefined;
|
|
517
|
+
onClose?: (() => any) | undefined;
|
|
518
|
+
onOpen?: (() => any) | undefined;
|
|
510
519
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
511
520
|
"update:modelValue": (value: string | Date | Date[] | undefined) => any;
|
|
521
|
+
} & {
|
|
522
|
+
close: () => any;
|
|
523
|
+
open: () => any;
|
|
512
524
|
}, string, {
|
|
513
525
|
icons: typeof import('./constants').DEFAULT_ICONS;
|
|
514
526
|
texts: typeof import('./constants').DEFAULT_TEXTS;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/QDateTimePicker/index.ts"],"names":[],"mappings":"AAMA,QAAA,MAAM,eAAe
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/QDateTimePicker/index.ts"],"names":[],"mappings":"AAMA,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gDAOq40B,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCAAtH,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCAAtH,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCAAtH,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCAAtH,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAPv90B,CAAA;AAGzD,OAAO,EAAE,eAAe,EAAE,CAAA;AAG1B,cAAc,SAAS,CAAA"}
|