@mythpe/quasar-ui-qui 0.5.49 → 0.5.50

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.
Files changed (67) hide show
  1. package/dist/components/datatable/MDatatable/MDatatable.d.ts +260 -0
  2. package/dist/components/datatable/MDatatable/MDatatable.vue.d.ts +47856 -0
  3. package/dist/components/datatable/MDatatable/index.d.ts +4 -0
  4. package/dist/components/datatable/MDtAvatar/MDtAvatar.d.ts +13 -0
  5. package/dist/components/datatable/MDtAvatar/MDtAvatar.vue.d.ts +18 -0
  6. package/dist/components/datatable/MDtAvatar/index.d.ts +4 -0
  7. package/dist/components/datatable/MDtBtn/MDtBtn.d.ts +20 -0
  8. package/dist/components/datatable/MDtBtn/MDtBtn.vue.d.ts +44 -0
  9. package/dist/components/datatable/MDtBtn/index.d.ts +4 -0
  10. package/dist/components/datatable/MDtColorColumn/MDtColorColumn.d.ts +12 -0
  11. package/dist/components/datatable/MDtColorColumn/MDtColorColumn.vue.d.ts +28 -0
  12. package/dist/components/datatable/MDtColorColumn/index.d.ts +4 -0
  13. package/dist/components/datatable/MDtContextmenuItems/MDtContextmenuItems.d.ts +13 -0
  14. package/dist/components/datatable/MDtContextmenuItems/MDtContextmenuItems.vue.d.ts +47 -0
  15. package/dist/components/datatable/MDtContextmenuItems/index.d.ts +4 -0
  16. package/dist/components/datatable/MDtCopyColumn/MDtCopyColumn.d.ts +15 -0
  17. package/dist/components/datatable/MDtCopyColumn/MDtCopyColumn.vue.d.ts +31 -0
  18. package/dist/components/datatable/MDtCopyColumn/index.d.ts +4 -0
  19. package/dist/components/datatable/MDtDescColumn/MDtDescColumn.d.ts +11 -0
  20. package/dist/components/datatable/MDtDescColumn/MDtDescColumn.vue.d.ts +27 -0
  21. package/dist/components/datatable/MDtDescColumn/index.d.ts +4 -0
  22. package/dist/components/datatable/MDtImageColumn/MDtImageColumn.d.ts +13 -0
  23. package/dist/components/datatable/MDtImageColumn/MDtImageColumn.vue.d.ts +22 -0
  24. package/dist/components/datatable/MDtImageColumn/index.d.ts +4 -0
  25. package/dist/components/datatable/MDtSarColumn/MDtSarColumn.d.ts +15 -0
  26. package/dist/components/datatable/MDtSarColumn/MDtSarColumn.vue.d.ts +31 -0
  27. package/dist/components/datatable/MDtSarColumn/index.d.ts +4 -0
  28. package/dist/components/datatable/MDtUrlColumn/MDtUrlColumn.d.ts +12 -0
  29. package/dist/components/datatable/MDtUrlColumn/MDtUrlColumn.vue.d.ts +34 -0
  30. package/dist/components/datatable/MDtUrlColumn/index.d.ts +4 -0
  31. package/dist/components/datatable/index.d.ts +12 -0
  32. package/dist/components/dialog/MModalMenu/MModalMenu.d.ts +11 -0
  33. package/dist/components/dialog/MModalMenu/MModalMenu.vue.d.ts +63 -0
  34. package/dist/components/dialog/MModalMenu/index.d.ts +4 -0
  35. package/dist/components/dialog/index.d.ts +1 -0
  36. package/dist/components/form/MAvatarViewer/MAvatarViewer.vue.d.ts +2 -2
  37. package/dist/components/form/MAxios/MAxios.vue.d.ts +13 -13
  38. package/dist/components/form/MCheckbox/MCheckbox.vue.d.ts +18 -18
  39. package/dist/components/form/MCkeditor/MCkeditor.vue.d.ts +8 -8
  40. package/dist/components/form/MColor/MColor.vue.d.ts +2 -2
  41. package/dist/components/form/MDate/MDate.vue.d.ts +7 -7
  42. package/dist/components/form/MEditor/MEditor.vue.d.ts +9 -9
  43. package/dist/components/form/MEmail/MEmail.vue.d.ts +10 -10
  44. package/dist/components/form/MFile/MFile.vue.d.ts +12 -12
  45. package/dist/components/form/MInput/MInput.vue.d.ts +8 -8
  46. package/dist/components/form/MOptions/MOptions.vue.d.ts +9 -9
  47. package/dist/components/form/MPassword/MPassword.vue.d.ts +10 -10
  48. package/dist/components/form/MPhone/MPhone.vue.d.ts +10 -10
  49. package/dist/components/form/MPicker/MPicker.vue.d.ts +6 -6
  50. package/dist/components/form/MRadio/MRadio.vue.d.ts +12 -12
  51. package/dist/components/form/MSelect/MSelect.vue.d.ts +6 -6
  52. package/dist/components/form/MSignaturePad/MSignaturePad.vue.d.ts +11 -11
  53. package/dist/components/form/MTime/MTime.vue.d.ts +7 -7
  54. package/dist/components/form/MToggle/MToggle.vue.d.ts +11 -11
  55. package/dist/components/form/MUploader/MUploader.vue.d.ts +1 -1
  56. package/dist/components/form/MUploader/MUploaderItem.vue.d.ts +1 -1
  57. package/dist/components/index.d.ts +1 -0
  58. package/dist/composables/index.d.ts +1 -0
  59. package/dist/composables/useDtHelpers.d.ts +3565 -0
  60. package/dist/composables/useMyth.d.ts +3 -1
  61. package/dist/index.common.cjs +1 -1
  62. package/dist/index.js +1 -1
  63. package/dist/index.umd.js +1 -1
  64. package/dist/types/global-components.d.ts +12 -1
  65. package/dist/types/helpers.d.ts +13 -0
  66. package/dist/types/index.d.ts +0 -2
  67. package/package.json +1 -1
@@ -0,0 +1,4 @@
1
+ import { default as MDatatable } from './MDatatable.vue';
2
+ export * from './MDatatable';
3
+ export { MDatatable };
4
+ export default MDatatable;
@@ -0,0 +1,13 @@
1
+ import { VNode } from 'vue';
2
+ import { QAvatarProps } from 'quasar';
3
+ export interface MDtAvatarProps extends QAvatarProps {
4
+ width?: string | undefined;
5
+ src?: string | undefined;
6
+ href?: string | undefined;
7
+ }
8
+ export interface MDtAvatarSlots {
9
+ /**
10
+ * Default slot in the Devland unslotted content of the component
11
+ */
12
+ default: () => VNode[];
13
+ }
@@ -0,0 +1,18 @@
1
+ import { DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ComponentProvideOptions, PropType } from 'vue';
2
+ interface Props {
3
+ width?: string | undefined;
4
+ src?: string | undefined;
5
+ href?: string | undefined;
6
+ rounded?: boolean;
7
+ }
8
+ declare const __VLS_export: DefineComponent<ExtractPropTypes<__VLS_TypePropsToOption<Props>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption<Props>>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
9
+ declare const _default: typeof __VLS_export;
10
+ export default _default;
11
+ type __VLS_TypePropsToOption<T> = {
12
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
13
+ type: PropType<Required<T>[K]>;
14
+ } : {
15
+ type: PropType<T[K]>;
16
+ required: true;
17
+ };
18
+ };
@@ -0,0 +1,4 @@
1
+ import { default as MDtAvatar } from './MDtAvatar.vue';
2
+ export * from './MDtAvatar';
3
+ export { MDtAvatar };
4
+ export default MDtAvatar;
@@ -0,0 +1,20 @@
1
+ import { MBtnProps, MBtnSlots } from '../../form';
2
+ import { NamedColor } from 'quasar';
3
+ export interface MDtBtnProps extends MBtnProps {
4
+ show?: boolean;
5
+ update?: boolean;
6
+ clone?: boolean;
7
+ destroy?: boolean;
8
+ tooltip?: string | undefined;
9
+ color?: NamedColor | undefined;
10
+ icon?: string;
11
+ listItem?: boolean;
12
+ fabMini?: boolean;
13
+ flat?: boolean;
14
+ round?: boolean;
15
+ dense?: boolean;
16
+ label?: string | undefined;
17
+ noIcons?: boolean;
18
+ }
19
+ export interface MDtBtnSlots extends MBtnSlots {
20
+ }
@@ -0,0 +1,44 @@
1
+ import { NamedColor } from 'quasar';
2
+ import { DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ComponentProvideOptions, PropType } from 'vue';
3
+ interface Props {
4
+ show?: boolean | undefined;
5
+ update?: boolean | undefined;
6
+ destroy?: boolean | undefined;
7
+ clone?: boolean | undefined;
8
+ tooltip?: string | null | undefined;
9
+ color?: NamedColor | undefined;
10
+ icon?: string | undefined;
11
+ listItem?: boolean | undefined;
12
+ label?: string | undefined;
13
+ round?: boolean | undefined;
14
+ dense?: boolean | undefined;
15
+ fabMini?: boolean | undefined;
16
+ noIcons?: boolean;
17
+ }
18
+ declare var __VLS_33: {}, __VLS_50: {};
19
+ type __VLS_Slots = {} & {
20
+ default?: (props: typeof __VLS_33) => any;
21
+ } & {
22
+ default?: (props: typeof __VLS_50) => any;
23
+ };
24
+ declare const __VLS_base: DefineComponent<ExtractPropTypes<__VLS_TypePropsToOption<Props>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
25
+ click: (evt: Event) => void;
26
+ }, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption<Props>>> & Readonly<{
27
+ onClick?: ((evt: Event) => any) | undefined;
28
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
29
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
30
+ declare const _default: typeof __VLS_export;
31
+ export default _default;
32
+ type __VLS_TypePropsToOption<T> = {
33
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
34
+ type: PropType<Required<T>[K]>;
35
+ } : {
36
+ type: PropType<T[K]>;
37
+ required: true;
38
+ };
39
+ };
40
+ type __VLS_WithSlots<T, S> = T & {
41
+ new (): {
42
+ $slots: S;
43
+ };
44
+ };
@@ -0,0 +1,4 @@
1
+ import { default as MDtBtn } from './MDtBtn.vue';
2
+ export * from './MDtBtn';
3
+ export { MDtBtn };
4
+ export default MDtBtn;
@@ -0,0 +1,12 @@
1
+ import { VNode } from 'vue';
2
+ export interface MDtColorColumnProps {
3
+ value?: any;
4
+ size?: string | number;
5
+ align?: 'left' | 'right' | 'center';
6
+ }
7
+ export interface MDtColorColumnSlots {
8
+ /**
9
+ * Default slot in the Devland unslotted content of the component
10
+ */
11
+ default: () => VNode[];
12
+ }
@@ -0,0 +1,28 @@
1
+ import { MDtColorColumnProps } from './MDtColorColumn';
2
+ import { DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ComponentProvideOptions, PropType } from 'vue';
3
+ interface Props {
4
+ value?: MDtColorColumnProps['value'];
5
+ size?: MDtColorColumnProps['size'];
6
+ align?: MDtColorColumnProps['align'];
7
+ }
8
+ declare var __VLS_14: {};
9
+ type __VLS_Slots = {} & {
10
+ default?: (props: typeof __VLS_14) => any;
11
+ };
12
+ declare const __VLS_base: DefineComponent<ExtractPropTypes<__VLS_TypePropsToOption<Props>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption<Props>>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
13
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
14
+ declare const _default: typeof __VLS_export;
15
+ export default _default;
16
+ type __VLS_TypePropsToOption<T> = {
17
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
18
+ type: PropType<Required<T>[K]>;
19
+ } : {
20
+ type: PropType<T[K]>;
21
+ required: true;
22
+ };
23
+ };
24
+ type __VLS_WithSlots<T, S> = T & {
25
+ new (): {
26
+ $slots: S;
27
+ };
28
+ };
@@ -0,0 +1,4 @@
1
+ import { default as MDtColorColumn } from './MDtColorColumn.vue';
2
+ export * from './MDtColorColumn';
3
+ export { MDtColorColumn };
4
+ export default MDtColorColumn;
@@ -0,0 +1,13 @@
1
+ import { VNode } from 'vue';
2
+ export interface MDtContextmenuItemsProps {
3
+ items: any;
4
+ item: any;
5
+ index: any;
6
+ displayMode?: 'icon' | 'item';
7
+ }
8
+ export interface MDtContextmenuItemsSlots {
9
+ /**
10
+ * Default slot in the Devland unslotted content of the component
11
+ */
12
+ default: () => VNode[];
13
+ }
@@ -0,0 +1,47 @@
1
+ import { DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ComponentProvideOptions, PropType } from 'vue';
2
+ interface Props {
3
+ items: any;
4
+ item: any;
5
+ index: any;
6
+ displayMode?: 'icon' | 'item';
7
+ noIcons?: boolean;
8
+ }
9
+ declare const __VLS_export: DefineComponent<ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<Props>, {
10
+ items: () => never[];
11
+ item: undefined;
12
+ index: undefined;
13
+ displayMode: () => string;
14
+ noIcons: undefined;
15
+ }>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<Props>, {
16
+ items: () => never[];
17
+ item: undefined;
18
+ index: undefined;
19
+ displayMode: () => string;
20
+ noIcons: undefined;
21
+ }>>> & Readonly<{}>, {
22
+ index: any;
23
+ item: any;
24
+ items: any;
25
+ displayMode: "icon" | "item";
26
+ noIcons: boolean;
27
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
28
+ declare const _default: typeof __VLS_export;
29
+ export default _default;
30
+ type __VLS_TypePropsToOption<T> = {
31
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
32
+ type: PropType<Required<T>[K]>;
33
+ } : {
34
+ type: PropType<T[K]>;
35
+ required: true;
36
+ };
37
+ };
38
+ type __VLS_WithDefaults<P, D> = {
39
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
40
+ default: D[K];
41
+ }> : P[K];
42
+ };
43
+ type __VLS_PrettifyLocal<T> = (T extends any ? {
44
+ [K in keyof T]: T[K];
45
+ } : {
46
+ [K in keyof T as K]: T[K];
47
+ }) & {};
@@ -0,0 +1,4 @@
1
+ import { default as MDtContextmenuItems } from './MDtContextmenuItems.vue';
2
+ export * from './MDtContextmenuItems';
3
+ export { MDtContextmenuItems };
4
+ export default MDtContextmenuItems;
@@ -0,0 +1,15 @@
1
+ import { VNode } from 'vue';
2
+ export interface MDtCopyColumnProps {
3
+ label?: any;
4
+ value?: any;
5
+ width?: string | number;
6
+ sar?: boolean;
7
+ align?: 'left' | 'right' | 'center';
8
+ tooltip?: any;
9
+ }
10
+ export interface MDtCopyColumnSlots {
11
+ /**
12
+ * Default slot in the Devland unslotted content of the component
13
+ */
14
+ default: () => VNode[];
15
+ }
@@ -0,0 +1,31 @@
1
+ import { MDtCopyColumnProps } from './MDtCopyColumn';
2
+ import { DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ComponentProvideOptions, PropType } from 'vue';
3
+ interface Props {
4
+ label?: MDtCopyColumnProps['label'];
5
+ value?: MDtCopyColumnProps['value'];
6
+ width?: MDtCopyColumnProps['width'];
7
+ sar?: MDtCopyColumnProps['sar'];
8
+ align?: MDtCopyColumnProps['align'];
9
+ tooltip?: MDtCopyColumnProps['tooltip'];
10
+ }
11
+ declare var __VLS_26: {};
12
+ type __VLS_Slots = {} & {
13
+ default?: (props: typeof __VLS_26) => any;
14
+ };
15
+ declare const __VLS_base: DefineComponent<ExtractPropTypes<__VLS_TypePropsToOption<Props>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption<Props>>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
16
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
17
+ declare const _default: typeof __VLS_export;
18
+ export default _default;
19
+ type __VLS_TypePropsToOption<T> = {
20
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
21
+ type: PropType<Required<T>[K]>;
22
+ } : {
23
+ type: PropType<T[K]>;
24
+ required: true;
25
+ };
26
+ };
27
+ type __VLS_WithSlots<T, S> = T & {
28
+ new (): {
29
+ $slots: S;
30
+ };
31
+ };
@@ -0,0 +1,4 @@
1
+ import { default as MDtCopyColumn } from './MDtCopyColumn.vue';
2
+ export * from './MDtCopyColumn';
3
+ export { MDtCopyColumn };
4
+ export default MDtCopyColumn;
@@ -0,0 +1,11 @@
1
+ import { VNode } from 'vue';
2
+ export interface MDtDescColumnProps {
3
+ value?: any;
4
+ align?: 'left' | 'right' | 'center';
5
+ }
6
+ export interface MDtDescColumnSlots {
7
+ /**
8
+ * Default slot in the Devland unslotted content of the component
9
+ */
10
+ default: () => VNode[];
11
+ }
@@ -0,0 +1,27 @@
1
+ import { MDtDescColumnProps } from './MDtDescColumn';
2
+ import { DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ComponentProvideOptions, PropType } from 'vue';
3
+ interface Props {
4
+ value?: MDtDescColumnProps['value'];
5
+ align?: MDtDescColumnProps['align'];
6
+ }
7
+ declare var __VLS_21: {};
8
+ type __VLS_Slots = {} & {
9
+ default?: (props: typeof __VLS_21) => any;
10
+ };
11
+ declare const __VLS_base: DefineComponent<ExtractPropTypes<__VLS_TypePropsToOption<Props>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption<Props>>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
12
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
13
+ declare const _default: typeof __VLS_export;
14
+ export default _default;
15
+ type __VLS_TypePropsToOption<T> = {
16
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
17
+ type: PropType<Required<T>[K]>;
18
+ } : {
19
+ type: PropType<T[K]>;
20
+ required: true;
21
+ };
22
+ };
23
+ type __VLS_WithSlots<T, S> = T & {
24
+ new (): {
25
+ $slots: S;
26
+ };
27
+ };
@@ -0,0 +1,4 @@
1
+ import { default as MDtDescColumn } from './MDtDescColumn.vue';
2
+ export * from './MDtDescColumn';
3
+ export { MDtDescColumn };
4
+ export default MDtDescColumn;
@@ -0,0 +1,13 @@
1
+ import { VNode } from 'vue';
2
+ import { MDatatableProps } from '../MDatatable';
3
+ export interface MDtImageColumnProps {
4
+ imageMode?: MDatatableProps['imageMode'];
5
+ imageSize?: MDatatableProps['imageSize'];
6
+ value: any;
7
+ }
8
+ export interface MDtImageColumnSlots {
9
+ /**
10
+ * Default slot in the Devland unslotted content of the component
11
+ */
12
+ default: () => VNode[];
13
+ }
@@ -0,0 +1,22 @@
1
+ import { MDtImageColumnProps } from './MDtImageColumn';
2
+ import { DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ComponentProvideOptions, PropType } from 'vue';
3
+ interface Props {
4
+ imageMode?: MDtImageColumnProps['imageMode'];
5
+ imageSize?: MDtImageColumnProps['imageSize'];
6
+ value: MDtImageColumnProps['value'];
7
+ }
8
+ declare const __VLS_export: DefineComponent<ExtractPropTypes<__VLS_TypePropsToOption<Props>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
9
+ click: (evt?: Event | undefined) => void;
10
+ }, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption<Props>>> & Readonly<{
11
+ onClick?: ((evt?: Event | undefined) => any) | undefined;
12
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
13
+ declare const _default: typeof __VLS_export;
14
+ export default _default;
15
+ type __VLS_TypePropsToOption<T> = {
16
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
17
+ type: PropType<Required<T>[K]>;
18
+ } : {
19
+ type: PropType<T[K]>;
20
+ required: true;
21
+ };
22
+ };
@@ -0,0 +1,4 @@
1
+ import { default as MDtImageColumn } from './MDtImageColumn.vue';
2
+ export * from './MDtImageColumn';
3
+ export { MDtImageColumn };
4
+ export default MDtImageColumn;
@@ -0,0 +1,15 @@
1
+ import { VNode } from 'vue';
2
+ export interface MDtSarColumnProps {
3
+ value?: any;
4
+ copy?: boolean;
5
+ copyValue?: any;
6
+ align?: 'left' | 'right' | 'center';
7
+ string?: boolean;
8
+ digits?: number | string;
9
+ }
10
+ export interface MDtSarColumnSlots {
11
+ /**
12
+ * Default slot in the Devland unslotted content of the component
13
+ */
14
+ default: () => VNode[];
15
+ }
@@ -0,0 +1,31 @@
1
+ import { MDtSarColumnProps } from './MDtSarColumn';
2
+ import { DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ComponentProvideOptions, PropType } from 'vue';
3
+ interface Props {
4
+ value?: MDtSarColumnProps['value'];
5
+ copy?: boolean;
6
+ copyValue?: MDtSarColumnProps['copyValue'];
7
+ align?: MDtSarColumnProps['align'];
8
+ string?: boolean;
9
+ digits?: MDtSarColumnProps['digits'];
10
+ }
11
+ declare var __VLS_27: {};
12
+ type __VLS_Slots = {} & {
13
+ default?: (props: typeof __VLS_27) => any;
14
+ };
15
+ declare const __VLS_base: DefineComponent<ExtractPropTypes<__VLS_TypePropsToOption<Props>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption<Props>>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
16
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
17
+ declare const _default: typeof __VLS_export;
18
+ export default _default;
19
+ type __VLS_TypePropsToOption<T> = {
20
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
21
+ type: PropType<Required<T>[K]>;
22
+ } : {
23
+ type: PropType<T[K]>;
24
+ required: true;
25
+ };
26
+ };
27
+ type __VLS_WithSlots<T, S> = T & {
28
+ new (): {
29
+ $slots: S;
30
+ };
31
+ };
@@ -0,0 +1,4 @@
1
+ import { default as MDtSarColumn } from './MDtSarColumn.vue';
2
+ export * from './MDtSarColumn';
3
+ export { MDtSarColumn };
4
+ export default MDtSarColumn;
@@ -0,0 +1,12 @@
1
+ import { VNode } from 'vue';
2
+ export interface MDtUrlColumnProps {
3
+ value?: any;
4
+ copy?: boolean;
5
+ copyValue?: any;
6
+ }
7
+ export interface MDtUrlColumnSlots {
8
+ /**
9
+ * Default slot in the Devland unslotted content of the component
10
+ */
11
+ default: () => VNode[];
12
+ }
@@ -0,0 +1,34 @@
1
+ import { MDtUrlColumnProps } from './MDtUrlColumn';
2
+ import { DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ComponentProvideOptions, PropType } from 'vue';
3
+ interface Props {
4
+ value?: MDtUrlColumnProps['value'];
5
+ copy?: boolean;
6
+ copyValue?: MDtUrlColumnProps['copyValue'];
7
+ }
8
+ declare var __VLS_16: {}, __VLS_33: {};
9
+ type __VLS_Slots = {} & {
10
+ default?: (props: typeof __VLS_16) => any;
11
+ } & {
12
+ default?: (props: typeof __VLS_33) => any;
13
+ };
14
+ declare const __VLS_base: DefineComponent<ExtractPropTypes<__VLS_TypePropsToOption<Props>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
15
+ click: (evt?: Event | undefined) => void;
16
+ }, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption<Props>>> & Readonly<{
17
+ onClick?: ((evt?: Event | undefined) => any) | undefined;
18
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
19
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
20
+ declare const _default: typeof __VLS_export;
21
+ export default _default;
22
+ type __VLS_TypePropsToOption<T> = {
23
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
24
+ type: PropType<Required<T>[K]>;
25
+ } : {
26
+ type: PropType<T[K]>;
27
+ required: true;
28
+ };
29
+ };
30
+ type __VLS_WithSlots<T, S> = T & {
31
+ new (): {
32
+ $slots: S;
33
+ };
34
+ };
@@ -0,0 +1,4 @@
1
+ import { default as MDtUrlColumn } from './MDtUrlColumn.vue';
2
+ export * from './MDtUrlColumn';
3
+ export { MDtUrlColumn };
4
+ export default MDtUrlColumn;
@@ -0,0 +1,12 @@
1
+ export * from './MDatatable';
2
+ export * from './MDtAvatar';
3
+ export * from './MDtBtn';
4
+ export * from './MDtColorColumn';
5
+ export * from './MDtContextmenuItems';
6
+ export * from './MDtCopyColumn';
7
+ export * from './MDtDescColumn';
8
+ export * from './MDtImageColumn';
9
+ export * from './MDtSarColumn';
10
+ export * from './MDtUrlColumn';
11
+ declare const _default: {};
12
+ export default _default;
@@ -0,0 +1,11 @@
1
+ import { VNode } from 'vue';
2
+ import { QDialogProps, QMenuProps, QPopupProxyProps } from 'quasar';
3
+ export interface MModalMenuProps extends Omit<QDialogProps, 'modelValue' | 'onUpdate:modelValue'>, Omit<QMenuProps, 'modelValue' | 'onUpdate:modelValue'>, QPopupProxyProps {
4
+ noCloseBtn?: boolean;
5
+ }
6
+ export interface MModalMenuSlots {
7
+ /**
8
+ * Default slot in the Devland unslotted content of the component
9
+ */
10
+ default: () => VNode[];
11
+ }
@@ -0,0 +1,63 @@
1
+ import { MModalMenuProps } from './MModalMenu';
2
+ import { DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ComponentProvideOptions, PropType } from 'vue';
3
+ interface Props {
4
+ noCloseBtn?: MModalMenuProps['noCloseBtn'];
5
+ position?: MModalMenuProps['position'];
6
+ }
7
+ type __VLS_Props = Props;
8
+ type __VLS_ModelProps = {
9
+ modelValue?: boolean;
10
+ };
11
+ type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
12
+ declare var __VLS_19: {};
13
+ type __VLS_Slots = {} & {
14
+ default?: (props: typeof __VLS_19) => any;
15
+ };
16
+ declare const __VLS_base: DefineComponent<ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<__VLS_PublicProps>, {
17
+ noCloseBtn: () => boolean;
18
+ position: () => string;
19
+ }>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
20
+ beforeShow: (evt?: Event | undefined) => void;
21
+ show: (evt?: Event | undefined) => void;
22
+ beforeHide: (evt?: Event | undefined) => void;
23
+ hide: (evt?: Event | undefined) => void;
24
+ "update:modelValue": (value: boolean) => void;
25
+ }, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<__VLS_PublicProps>, {
26
+ noCloseBtn: () => boolean;
27
+ position: () => string;
28
+ }>>> & Readonly<{
29
+ onShow?: ((evt?: Event | undefined) => any) | undefined;
30
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
31
+ onHide?: ((evt?: Event | undefined) => any) | undefined;
32
+ onBeforeShow?: ((evt?: Event | undefined) => any) | undefined;
33
+ onBeforeHide?: ((evt?: Event | undefined) => any) | undefined;
34
+ }>, {
35
+ position: "standard" | "top" | "right" | "bottom" | "left";
36
+ noCloseBtn: boolean;
37
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
38
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
39
+ declare const _default: typeof __VLS_export;
40
+ export default _default;
41
+ type __VLS_TypePropsToOption<T> = {
42
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
43
+ type: PropType<Required<T>[K]>;
44
+ } : {
45
+ type: PropType<T[K]>;
46
+ required: true;
47
+ };
48
+ };
49
+ type __VLS_WithDefaults<P, D> = {
50
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
51
+ default: D[K];
52
+ }> : P[K];
53
+ };
54
+ type __VLS_WithSlots<T, S> = T & {
55
+ new (): {
56
+ $slots: S;
57
+ };
58
+ };
59
+ type __VLS_PrettifyLocal<T> = (T extends any ? {
60
+ [K in keyof T]: T[K];
61
+ } : {
62
+ [K in keyof T as K]: T[K];
63
+ }) & {};
@@ -0,0 +1,4 @@
1
+ import { default as MModalMenu } from './MModalMenu.vue';
2
+ export * from './MModalMenu';
3
+ export { MModalMenu };
4
+ export default MModalMenu;
@@ -1,4 +1,5 @@
1
1
  export * from './MDialog';
2
2
  export * from './MDialogFrame';
3
+ export * from './MModalMenu';
3
4
  declare const _default: {};
4
5
  export default _default;
@@ -97,15 +97,15 @@ declare const __VLS_base: DefineComponent<ExtractPropTypes<__VLS_WithDefaults<__
97
97
  readonly: boolean;
98
98
  accept: string | string[] | Record<string, string> | null;
99
99
  caption: string;
100
- required: boolean;
101
100
  video: string | boolean;
102
101
  svg: string | boolean;
103
- fit: "none" | "fill" | "contain" | "cover" | "scale-down";
102
+ required: boolean;
104
103
  images: string | boolean;
105
104
  pdf: boolean;
106
105
  excel: string | boolean;
107
106
  help: string;
108
107
  avatarText: string;
108
+ fit: "none" | "fill" | "contain" | "cover" | "scale-down";
109
109
  hintProps: Record<string, any>;
110
110
  captionProps: Record<string, any>;
111
111
  contentClass: string | string[] | Record<string, any>;