@mythpe/quasar-ui-qui 0.5.54 → 0.5.56
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/components/datatable/MDatatable/MDatatable.vue.d.ts +1 -1
- package/dist/components/form/MAxios/MAxios.vue.d.ts +14 -14
- package/dist/components/form/MDate/MDate.vue.d.ts +1 -1
- package/dist/components/form/MSelect/MSelect.vue.d.ts +1 -1
- package/dist/components/form/MTime/MTime.vue.d.ts +1 -1
- package/dist/index.common.cjs +1 -1
- package/dist/index.d.ts +31 -0
- package/dist/index.js +1 -1
- package/dist/index.umd.js +1 -1
- package/package.json +1 -1
- package/dist/axios.d.ts +0 -20
|
@@ -47757,8 +47757,8 @@ declare const __VLS_base: DefineComponent<ExtractPropTypes<__VLS_WithDefaults<__
|
|
|
47757
47757
|
titleClass: VueClassProp;
|
|
47758
47758
|
rowsPerPageOptions: (string | number)[];
|
|
47759
47759
|
headers: MDatatableProps["headers"];
|
|
47760
|
-
fixed: boolean;
|
|
47761
47760
|
defaultItem: MDatatableProps["defaultItem"];
|
|
47761
|
+
fixed: boolean;
|
|
47762
47762
|
control: MDatatableProps["control"];
|
|
47763
47763
|
pdf: boolean;
|
|
47764
47764
|
excel: boolean;
|
|
@@ -63,7 +63,7 @@ declare const input: Readonly< ShallowRef<({
|
|
|
63
63
|
useInput: boolean;
|
|
64
64
|
mapOptions: boolean;
|
|
65
65
|
emitValue: boolean;
|
|
66
|
-
behavior: "
|
|
66
|
+
behavior: "dialog" | "menu" | "default";
|
|
67
67
|
onFilter: (inputValue: string, doneFn: (callbackFn: () => void, afterFn?: (ref: QSelect) => void) => void, abortFn: () => void) => void;
|
|
68
68
|
searchLength: string | number;
|
|
69
69
|
hideEmptyList: boolean;
|
|
@@ -91,8 +91,8 @@ declare const input: Readonly< ShallowRef<({
|
|
|
91
91
|
readonly readonly?: boolean | undefined;
|
|
92
92
|
readonly useChips?: boolean | undefined;
|
|
93
93
|
readonly multiple?: boolean | undefined;
|
|
94
|
-
readonly search?: string | undefined;
|
|
95
94
|
readonly caption?: string | undefined;
|
|
95
|
+
readonly search?: string | undefined;
|
|
96
96
|
readonly autocomplete?: string | boolean | undefined;
|
|
97
97
|
readonly placeholder?: string | undefined;
|
|
98
98
|
readonly required?: boolean | undefined;
|
|
@@ -108,7 +108,7 @@ declare const input: Readonly< ShallowRef<({
|
|
|
108
108
|
readonly help?: string | undefined;
|
|
109
109
|
readonly copy?: boolean | undefined;
|
|
110
110
|
readonly hideSelected?: boolean | undefined;
|
|
111
|
-
readonly behavior?: "
|
|
111
|
+
readonly behavior?: "dialog" | "menu" | "default" | undefined;
|
|
112
112
|
readonly onFilter?: ((inputValue: string, doneFn: (callbackFn: () => void, afterFn?: (ref: QSelect) => void) => void, abortFn: () => void) => void) | undefined;
|
|
113
113
|
readonly hideEmptyList?: boolean | undefined;
|
|
114
114
|
readonly noFilter?: boolean | undefined;
|
|
@@ -192,13 +192,13 @@ declare const input: Readonly< ShallowRef<({
|
|
|
192
192
|
type: PropType<string | ((option: string | any) => string)>;
|
|
193
193
|
default: string;
|
|
194
194
|
};
|
|
195
|
-
search: {
|
|
196
|
-
type: PropType<string>;
|
|
197
|
-
};
|
|
198
195
|
caption: {
|
|
199
196
|
type: PropType<string>;
|
|
200
197
|
default: undefined;
|
|
201
198
|
};
|
|
199
|
+
search: {
|
|
200
|
+
type: PropType<string>;
|
|
201
|
+
};
|
|
202
202
|
autocomplete: {
|
|
203
203
|
type: PropType<string | boolean>;
|
|
204
204
|
default: undefined;
|
|
@@ -276,7 +276,7 @@ declare const input: Readonly< ShallowRef<({
|
|
|
276
276
|
default: boolean;
|
|
277
277
|
};
|
|
278
278
|
behavior: {
|
|
279
|
-
type: PropType<"
|
|
279
|
+
type: PropType<"dialog" | "menu" | "default">;
|
|
280
280
|
default: undefined;
|
|
281
281
|
};
|
|
282
282
|
onFilter: {
|
|
@@ -354,7 +354,7 @@ declare const input: Readonly< ShallowRef<({
|
|
|
354
354
|
useInput: boolean;
|
|
355
355
|
mapOptions: boolean;
|
|
356
356
|
emitValue: boolean;
|
|
357
|
-
behavior: "
|
|
357
|
+
behavior: "dialog" | "menu" | "default";
|
|
358
358
|
onFilter: (inputValue: string, doneFn: (callbackFn: () => void, afterFn?: (ref: QSelect) => void) => void, abortFn: () => void) => void;
|
|
359
359
|
searchLength: string | number;
|
|
360
360
|
hideEmptyList: boolean;
|
|
@@ -415,7 +415,7 @@ declare const input: Readonly< ShallowRef<({
|
|
|
415
415
|
useInput: boolean;
|
|
416
416
|
mapOptions: boolean;
|
|
417
417
|
emitValue: boolean;
|
|
418
|
-
behavior: "
|
|
418
|
+
behavior: "dialog" | "menu" | "default";
|
|
419
419
|
onFilter: (inputValue: string, doneFn: (callbackFn: () => void, afterFn?: (ref: QSelect) => void) => void, abortFn: () => void) => void;
|
|
420
420
|
searchLength: string | number;
|
|
421
421
|
hideEmptyList: boolean;
|
|
@@ -479,13 +479,13 @@ declare const input: Readonly< ShallowRef<({
|
|
|
479
479
|
type: PropType<string | ((option: string | any) => string)>;
|
|
480
480
|
default: string;
|
|
481
481
|
};
|
|
482
|
-
search: {
|
|
483
|
-
type: PropType<string>;
|
|
484
|
-
};
|
|
485
482
|
caption: {
|
|
486
483
|
type: PropType<string>;
|
|
487
484
|
default: undefined;
|
|
488
485
|
};
|
|
486
|
+
search: {
|
|
487
|
+
type: PropType<string>;
|
|
488
|
+
};
|
|
489
489
|
autocomplete: {
|
|
490
490
|
type: PropType<string | boolean>;
|
|
491
491
|
default: undefined;
|
|
@@ -563,7 +563,7 @@ declare const input: Readonly< ShallowRef<({
|
|
|
563
563
|
default: boolean;
|
|
564
564
|
};
|
|
565
565
|
behavior: {
|
|
566
|
-
type: PropType<"
|
|
566
|
+
type: PropType<"dialog" | "menu" | "default">;
|
|
567
567
|
default: undefined;
|
|
568
568
|
};
|
|
569
569
|
onFilter: {
|
|
@@ -630,8 +630,8 @@ declare const input: Readonly< ShallowRef<({
|
|
|
630
630
|
hint?: ((props: any) => any) | undefined;
|
|
631
631
|
append?: ((props: any) => any) | undefined;
|
|
632
632
|
selected?: ((props: any) => any) | undefined;
|
|
633
|
-
default?: ((props: any) => any) | undefined;
|
|
634
633
|
option?: ((props: any) => any) | undefined;
|
|
634
|
+
default?: ((props: any) => any) | undefined;
|
|
635
635
|
prepend?: ((props: any) => any) | undefined;
|
|
636
636
|
before?: ((props: any) => any) | undefined;
|
|
637
637
|
after?: ((props: any) => any) | undefined;
|
|
@@ -421,8 +421,8 @@ declare const input: Readonly< ShallowRef<({
|
|
|
421
421
|
error?: ((props: {}) => any) | undefined;
|
|
422
422
|
hint?: ((props: {}) => any) | undefined;
|
|
423
423
|
append?: ((props: {}) => any) | undefined;
|
|
424
|
-
default?: ((props: {}) => any) | undefined;
|
|
425
424
|
control?: ((props: {}) => any) | undefined;
|
|
425
|
+
default?: ((props: {}) => any) | undefined;
|
|
426
426
|
prepend?: ((props: {}) => any) | undefined;
|
|
427
427
|
before?: ((props: {}) => any) | undefined;
|
|
428
428
|
after?: ((props: {}) => any) | undefined;
|
|
@@ -275,7 +275,7 @@ declare const __VLS_base: DefineComponent<ExtractPropTypes<__VLS_WithDefaults<__
|
|
|
275
275
|
useInput: boolean;
|
|
276
276
|
mapOptions: boolean;
|
|
277
277
|
emitValue: boolean;
|
|
278
|
-
behavior: "
|
|
278
|
+
behavior: "dialog" | "menu" | "default";
|
|
279
279
|
onFilter: (inputValue: string, doneFn: (callbackFn: () => void, afterFn?: (ref: QSelect) => void) => void, abortFn: () => void) => void;
|
|
280
280
|
searchLength: string | number;
|
|
281
281
|
hideEmptyList: boolean;
|
|
@@ -421,8 +421,8 @@ declare const input: Readonly< ShallowRef<({
|
|
|
421
421
|
error?: ((props: {}) => any) | undefined;
|
|
422
422
|
hint?: ((props: {}) => any) | undefined;
|
|
423
423
|
append?: ((props: {}) => any) | undefined;
|
|
424
|
-
default?: ((props: {}) => any) | undefined;
|
|
425
424
|
control?: ((props: {}) => any) | undefined;
|
|
425
|
+
default?: ((props: {}) => any) | undefined;
|
|
426
426
|
prepend?: ((props: {}) => any) | undefined;
|
|
427
427
|
before?: ((props: {}) => any) | undefined;
|
|
428
428
|
after?: ((props: {}) => any) | undefined;
|