cleek 2.4.43 → 2.4.44

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 (39) hide show
  1. package/dist/cleek.es.js +26 -25
  2. package/dist/cleek.umd.js +3 -3
  3. package/dist/style.css +1 -1
  4. package/package.json +1 -1
  5. package/dist/components/ck-button.vue.d.ts +0 -50
  6. package/dist/components/ck-checkbox.vue.d.ts +0 -26
  7. package/dist/components/ck-chip.vue.d.ts +0 -30
  8. package/dist/components/ck-div.vue.d.ts +0 -19
  9. package/dist/components/ck-dropdown/ck-dropdown.vue.d.ts +0 -20
  10. package/dist/components/ck-icon.vue.d.ts +0 -34
  11. package/dist/components/ck-img.vue.d.ts +0 -38
  12. package/dist/components/ck-input.vue.d.ts +0 -75
  13. package/dist/components/ck-label.vue.d.ts +0 -20
  14. package/dist/components/ck-navbar/ck-navbar.vue.d.ts +0 -17
  15. package/dist/components/ck-notify/ck-notify.d.ts +0 -21
  16. package/dist/components/ck-notify/components/CkConfirm.vue.d.ts +0 -10
  17. package/dist/components/ck-notify/components/CkNotify.vue.d.ts +0 -9
  18. package/dist/components/ck-popup.vue.d.ts +0 -64
  19. package/dist/components/ck-radio.vue.d.ts +0 -34
  20. package/dist/components/ck-select.vue.d.ts +0 -82
  21. package/dist/components/ck-sidebar.vue.d.ts +0 -33
  22. package/dist/components/ck-switch-options.vue.d.ts +0 -42
  23. package/dist/components/ck-switch.vue.d.ts +0 -32
  24. package/dist/components/ck-table/ck-table.vue.d.ts +0 -59
  25. package/dist/components/ck-table/ck-td.vue.d.ts +0 -43
  26. package/dist/components/ck-table/ck-th.vue.d.ts +0 -17
  27. package/dist/components/ck-table/ck-tr.vue.d.ts +0 -2
  28. package/dist/components/ck-table/inner-components/ck-table__columns-manager.vue.d.ts +0 -24
  29. package/dist/components/ck-table/inner-components/ck-table__header-items.vue.d.ts +0 -42
  30. package/dist/components/ck-table/inner-components/ck-table__pagination.vue.d.ts +0 -31
  31. package/dist/components/ck-table/inner-components/ck-table__title.vue.d.ts +0 -16
  32. package/dist/components/ck-textarea.vue.d.ts +0 -36
  33. package/dist/components/index.d.ts +0 -22
  34. package/dist/hooks/windowWidth.d.ts +0 -3
  35. package/dist/package-config.d.ts +0 -3
  36. package/dist/types/cleek-options.d.ts +0 -42
  37. package/dist/types/table.d.ts +0 -6
  38. package/dist/utils/functions.d.ts +0 -15
  39. package/dist/utils/globalVariables.d.ts +0 -6
@@ -1,75 +0,0 @@
1
- import type { Align, AlignVertical, Icon, IconPack, InputType, Layout, WidthBreaks } from '../types/cleek-options';
2
- declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
3
- modelValue: string | number;
4
- type?: InputType | undefined;
5
- autocomplete?: boolean | undefined;
6
- disabled?: boolean | undefined;
7
- placeholder?: string | undefined;
8
- label?: string | undefined;
9
- labelAlign?: Align | undefined;
10
- icon?: Icon | undefined;
11
- iconRight?: Icon | undefined;
12
- iconPack?: IconPack | undefined;
13
- group?: Align | undefined;
14
- groupVertical?: AlignVertical | undefined;
15
- widthBreaks?: WidthBreaks | undefined;
16
- size?: "s" | "m" | "l" | "xl" | undefined;
17
- hideBorder?: boolean | undefined;
18
- width?: string | undefined;
19
- align?: Align | undefined;
20
- layout?: Layout | undefined;
21
- borderColor?: string | undefined;
22
- autoSelect?: boolean | undefined;
23
- delayChangeTime?: number | undefined;
24
- }>, {
25
- setFocus: () => void;
26
- setSelect: () => void;
27
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
28
- "update:modelValue": (value: string | number) => void;
29
- } & {
30
- click: (event: Event) => void;
31
- } & {
32
- input: (event: Event) => void;
33
- } & {
34
- change: (event: Event) => void;
35
- } & {
36
- delayChange: (value: string | number) => void;
37
- }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
38
- modelValue: string | number;
39
- type?: InputType | undefined;
40
- autocomplete?: boolean | undefined;
41
- disabled?: boolean | undefined;
42
- placeholder?: string | undefined;
43
- label?: string | undefined;
44
- labelAlign?: Align | undefined;
45
- icon?: Icon | undefined;
46
- iconRight?: Icon | undefined;
47
- iconPack?: IconPack | undefined;
48
- group?: Align | undefined;
49
- groupVertical?: AlignVertical | undefined;
50
- widthBreaks?: WidthBreaks | undefined;
51
- size?: "s" | "m" | "l" | "xl" | undefined;
52
- hideBorder?: boolean | undefined;
53
- width?: string | undefined;
54
- align?: Align | undefined;
55
- layout?: Layout | undefined;
56
- borderColor?: string | undefined;
57
- autoSelect?: boolean | undefined;
58
- delayChangeTime?: number | undefined;
59
- }>>> & {
60
- onChange?: ((event: Event) => any) | undefined;
61
- onInput?: ((event: Event) => any) | undefined;
62
- onClick?: ((event: Event) => any) | undefined;
63
- "onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
64
- onDelayChange?: ((value: string | number) => any) | undefined;
65
- }, {}>;
66
- export default _default;
67
- declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
68
- declare type __VLS_TypePropsToRuntimeProps<T> = {
69
- [K in keyof T]-?: {} extends Pick<T, K> ? {
70
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
71
- } : {
72
- type: import('vue').PropType<T[K]>;
73
- required: true;
74
- };
75
- };
@@ -1,20 +0,0 @@
1
- import { Align } from '../types/cleek-options';
2
- declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
3
- for: string;
4
- align: Align;
5
- size?: "s" | "m" | "l" | "xl" | undefined;
6
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
7
- for: string;
8
- align: Align;
9
- size?: "s" | "m" | "l" | "xl" | undefined;
10
- }>>>, {}>;
11
- export default _default;
12
- declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
13
- declare type __VLS_TypePropsToRuntimeProps<T> = {
14
- [K in keyof T]-?: {} extends Pick<T, K> ? {
15
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
16
- } : {
17
- type: import('vue').PropType<T[K]>;
18
- required: true;
19
- };
20
- };
@@ -1,17 +0,0 @@
1
- declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
2
- padding?: string | undefined;
3
- position?: string | undefined;
4
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
5
- padding?: string | undefined;
6
- position?: string | undefined;
7
- }>>>, {}>;
8
- export default _default;
9
- declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
10
- declare type __VLS_TypePropsToRuntimeProps<T> = {
11
- [K in keyof T]-?: {} extends Pick<T, K> ? {
12
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
13
- } : {
14
- type: import('vue').PropType<T[K]>;
15
- required: true;
16
- };
17
- };
@@ -1,21 +0,0 @@
1
- declare const _default: {
2
- confirmOptions({ title, msg, acceptText, cancelText, success, failure, }: {
3
- title?: string | undefined;
4
- msg?: string | undefined;
5
- acceptText?: string | undefined;
6
- cancelText?: string | undefined;
7
- success?: (() => void) | undefined;
8
- failure?: (() => void) | undefined;
9
- }): void;
10
- confirm(msg: string, success: () => void, failure?: (() => void) | undefined): void;
11
- notify({ text, title, color, duration }: {
12
- text?: string | undefined;
13
- title?: string | undefined;
14
- color?: string | undefined;
15
- duration?: number | undefined;
16
- }): void;
17
- notifySuccess(text: string, title?: string): void;
18
- notifyError(text: string, title?: string): void;
19
- notifyWarning(text: string, title?: string): void;
20
- };
21
- export default _default;
@@ -1,10 +0,0 @@
1
- import type { Ref } from 'vue';
2
- declare const _default: import("vue").DefineComponent<{}, {
3
- title: Ref<string>;
4
- msg: Ref<string>;
5
- acceptText: Ref<string>;
6
- cancelText: Ref<string>;
7
- responseSuccess: Ref<() => void>;
8
- responseFailure: Ref<() => void>;
9
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
10
- export default _default;
@@ -1,9 +0,0 @@
1
- import type { Ref } from 'vue';
2
- declare const _default: import("vue").DefineComponent<{}, {
3
- title: Ref<string>;
4
- text: Ref<string>;
5
- color: Ref<string>;
6
- duration: Ref<number>;
7
- closeCallback: Ref<() => void>;
8
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
9
- export default _default;
@@ -1,64 +0,0 @@
1
- import { Align, Layout, ButtonType } from '../types/cleek-options';
2
- declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
3
- modelValue: boolean;
4
- title?: string | undefined;
5
- confirmButtons?: boolean | undefined;
6
- acceptButton?: boolean | undefined;
7
- acceptBtnText?: string | undefined;
8
- acceptBtnType?: ButtonType | undefined;
9
- cancelButton?: boolean | undefined;
10
- cancelBtnText?: string | undefined;
11
- cancelBtnType?: ButtonType | undefined;
12
- notCloseBtn?: boolean | undefined;
13
- notCloseByBg?: boolean | undefined;
14
- notClose?: boolean | undefined;
15
- preventCloseOnCancel?: boolean | undefined;
16
- width?: number | undefined;
17
- maxWidth?: number | undefined;
18
- layout?: Layout | undefined;
19
- textColor?: string | undefined;
20
- headerColor?: string | undefined;
21
- headerAlign?: Align | undefined;
22
- fontSize?: string | undefined;
23
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
24
- "update:modelValue": (value: boolean) => void;
25
- } & {
26
- cancel: () => void;
27
- } & {
28
- accept: () => void;
29
- }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
30
- modelValue: boolean;
31
- title?: string | undefined;
32
- confirmButtons?: boolean | undefined;
33
- acceptButton?: boolean | undefined;
34
- acceptBtnText?: string | undefined;
35
- acceptBtnType?: ButtonType | undefined;
36
- cancelButton?: boolean | undefined;
37
- cancelBtnText?: string | undefined;
38
- cancelBtnType?: ButtonType | undefined;
39
- notCloseBtn?: boolean | undefined;
40
- notCloseByBg?: boolean | undefined;
41
- notClose?: boolean | undefined;
42
- preventCloseOnCancel?: boolean | undefined;
43
- width?: number | undefined;
44
- maxWidth?: number | undefined;
45
- layout?: Layout | undefined;
46
- textColor?: string | undefined;
47
- headerColor?: string | undefined;
48
- headerAlign?: Align | undefined;
49
- fontSize?: string | undefined;
50
- }>>> & {
51
- "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
52
- onCancel?: (() => any) | undefined;
53
- onAccept?: (() => any) | undefined;
54
- }, {}>;
55
- export default _default;
56
- declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
57
- declare type __VLS_TypePropsToRuntimeProps<T> = {
58
- [K in keyof T]-?: {} extends Pick<T, K> ? {
59
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
60
- } : {
61
- type: import('vue').PropType<T[K]>;
62
- required: true;
63
- };
64
- };
@@ -1,34 +0,0 @@
1
- declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
2
- modelValue: string;
3
- name?: string | undefined;
4
- options?: {
5
- value: any;
6
- label: string;
7
- }[] | undefined;
8
- disabled?: boolean | undefined;
9
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
10
- "update:modelValue": (value: string) => void;
11
- } & {
12
- change: (event: Event) => void;
13
- }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
14
- modelValue: string;
15
- name?: string | undefined;
16
- options?: {
17
- value: any;
18
- label: string;
19
- }[] | undefined;
20
- disabled?: boolean | undefined;
21
- }>>> & {
22
- onChange?: ((event: Event) => any) | undefined;
23
- "onUpdate:modelValue"?: ((value: string) => any) | undefined;
24
- }, {}>;
25
- export default _default;
26
- declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
27
- declare type __VLS_TypePropsToRuntimeProps<T> = {
28
- [K in keyof T]-?: {} extends Pick<T, K> ? {
29
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
30
- } : {
31
- type: import('vue').PropType<T[K]>;
32
- required: true;
33
- };
34
- };
@@ -1,82 +0,0 @@
1
- import type { Align, AlignVertical, Icon, IconPack, Layout, WidthBreaks } from '../types/cleek-options';
2
- declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
3
- modelValue: any;
4
- prop?: string | undefined;
5
- reduceValueProp?: string | undefined;
6
- reduceNameProp?: string | undefined;
7
- autofocus?: boolean | undefined;
8
- notReduce?: boolean | undefined;
9
- notReduceValue?: boolean | undefined;
10
- options?: any[] | undefined;
11
- reduceNameFunction?: ((option: any) => string) | undefined;
12
- reduceValueFunction?: ((option: any) => any) | undefined;
13
- notClearable?: boolean | undefined;
14
- clearValue?: any;
15
- searchable?: string | boolean | undefined;
16
- width?: string | undefined;
17
- minWidth?: string | undefined;
18
- layout?: Layout | undefined;
19
- noBorder?: boolean | undefined;
20
- borderColor?: string | undefined;
21
- bgTransparent?: boolean | undefined;
22
- disabled?: boolean | undefined;
23
- group?: Align | undefined;
24
- groupVertical?: AlignVertical | undefined;
25
- widthBreaks?: WidthBreaks | undefined;
26
- icon?: Icon | undefined;
27
- iconRight?: Icon | undefined;
28
- iconPack?: IconPack | undefined;
29
- label?: string | undefined;
30
- labelAlign?: Align | undefined;
31
- }>, {
32
- setFocus: () => void;
33
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
34
- "update:modelValue": (value: any) => void;
35
- } & {
36
- click: (event: Event) => void;
37
- } & {
38
- change: (event: Event) => void;
39
- }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
40
- modelValue: any;
41
- prop?: string | undefined;
42
- reduceValueProp?: string | undefined;
43
- reduceNameProp?: string | undefined;
44
- autofocus?: boolean | undefined;
45
- notReduce?: boolean | undefined;
46
- notReduceValue?: boolean | undefined;
47
- options?: any[] | undefined;
48
- reduceNameFunction?: ((option: any) => string) | undefined;
49
- reduceValueFunction?: ((option: any) => any) | undefined;
50
- notClearable?: boolean | undefined;
51
- clearValue?: any;
52
- searchable?: string | boolean | undefined;
53
- width?: string | undefined;
54
- minWidth?: string | undefined;
55
- layout?: Layout | undefined;
56
- noBorder?: boolean | undefined;
57
- borderColor?: string | undefined;
58
- bgTransparent?: boolean | undefined;
59
- disabled?: boolean | undefined;
60
- group?: Align | undefined;
61
- groupVertical?: AlignVertical | undefined;
62
- widthBreaks?: WidthBreaks | undefined;
63
- icon?: Icon | undefined;
64
- iconRight?: Icon | undefined;
65
- iconPack?: IconPack | undefined;
66
- label?: string | undefined;
67
- labelAlign?: Align | undefined;
68
- }>>> & {
69
- onChange?: ((event: Event) => any) | undefined;
70
- onClick?: ((event: Event) => any) | undefined;
71
- "onUpdate:modelValue"?: ((value: any) => any) | undefined;
72
- }, {}>;
73
- export default _default;
74
- declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
75
- declare type __VLS_TypePropsToRuntimeProps<T> = {
76
- [K in keyof T]-?: {} extends Pick<T, K> ? {
77
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
78
- } : {
79
- type: import('vue').PropType<T[K]>;
80
- required: true;
81
- };
82
- };
@@ -1,33 +0,0 @@
1
- declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
2
- modelValue: boolean;
3
- title?: string | undefined;
4
- width?: string | undefined;
5
- rightSide?: boolean | undefined;
6
- headerColor?: string | undefined;
7
- headerAlign?: boolean | undefined;
8
- closeBtnAlign?: "left" | "right" | undefined;
9
- notCloseBtn?: boolean | undefined;
10
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
11
- "update:modelValue": (value: boolean) => void;
12
- }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
13
- modelValue: boolean;
14
- title?: string | undefined;
15
- width?: string | undefined;
16
- rightSide?: boolean | undefined;
17
- headerColor?: string | undefined;
18
- headerAlign?: boolean | undefined;
19
- closeBtnAlign?: "left" | "right" | undefined;
20
- notCloseBtn?: boolean | undefined;
21
- }>>> & {
22
- "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
23
- }, {}>;
24
- export default _default;
25
- declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
26
- declare type __VLS_TypePropsToRuntimeProps<T> = {
27
- [K in keyof T]-?: {} extends Pick<T, K> ? {
28
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
29
- } : {
30
- type: import('vue').PropType<T[K]>;
31
- required: true;
32
- };
33
- };
@@ -1,42 +0,0 @@
1
- declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
2
- modelValue: number | boolean | object;
3
- options?: (number | boolean | object)[] | undefined;
4
- prop?: string | undefined;
5
- notReduce?: boolean | undefined;
6
- reduceFunction?: ((option: number | boolean | object) => any) | undefined;
7
- label?: string | undefined;
8
- labelAlign?: string | undefined;
9
- widthBreaks?: [number, string][] | undefined;
10
- group?: "center" | "left" | "right" | undefined;
11
- groupVertical?: "center" | "top" | "bottom" | undefined;
12
- sameWidthOptions?: boolean | undefined;
13
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
14
- "update:modelValue": (value: number | boolean | object) => void;
15
- } & {
16
- change: (value: number | boolean | object) => void;
17
- }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
18
- modelValue: number | boolean | object;
19
- options?: (number | boolean | object)[] | undefined;
20
- prop?: string | undefined;
21
- notReduce?: boolean | undefined;
22
- reduceFunction?: ((option: number | boolean | object) => any) | undefined;
23
- label?: string | undefined;
24
- labelAlign?: string | undefined;
25
- widthBreaks?: [number, string][] | undefined;
26
- group?: "center" | "left" | "right" | undefined;
27
- groupVertical?: "center" | "top" | "bottom" | undefined;
28
- sameWidthOptions?: boolean | undefined;
29
- }>>> & {
30
- onChange?: ((value: number | boolean | object) => any) | undefined;
31
- "onUpdate:modelValue"?: ((value: number | boolean | object) => any) | undefined;
32
- }, {}>;
33
- export default _default;
34
- declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
35
- declare type __VLS_TypePropsToRuntimeProps<T> = {
36
- [K in keyof T]-?: {} extends Pick<T, K> ? {
37
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
38
- } : {
39
- type: import('vue').PropType<T[K]>;
40
- required: true;
41
- };
42
- };
@@ -1,32 +0,0 @@
1
- import { Icon, IconPack, Size } from '../types/cleek-options';
2
- declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
3
- modelValue: boolean | 0 | 1;
4
- disabled?: boolean | undefined;
5
- outlined?: boolean | undefined;
6
- squared?: boolean | undefined;
7
- size?: Size | undefined;
8
- icon?: Icon | undefined;
9
- iconPack?: IconPack | undefined;
10
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
11
- "update:modelValue": (value: boolean | 0 | 1) => void;
12
- }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
13
- modelValue: boolean | 0 | 1;
14
- disabled?: boolean | undefined;
15
- outlined?: boolean | undefined;
16
- squared?: boolean | undefined;
17
- size?: Size | undefined;
18
- icon?: Icon | undefined;
19
- iconPack?: IconPack | undefined;
20
- }>>> & {
21
- "onUpdate:modelValue"?: ((value: boolean | 0 | 1) => any) | undefined;
22
- }, {}>;
23
- export default _default;
24
- declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
25
- declare type __VLS_TypePropsToRuntimeProps<T> = {
26
- [K in keyof T]-?: {} extends Pick<T, K> ? {
27
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
28
- } : {
29
- type: import('vue').PropType<T[K]>;
30
- required: true;
31
- };
32
- };
@@ -1,59 +0,0 @@
1
- import type { ColumnItem } from '../../types/table';
2
- import { Align, Layout } from '../../types/cleek-options';
3
- declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
4
- columns?: (object | ColumnItem[]) | undefined;
5
- hasColumnsManager?: boolean | undefined;
6
- currentPage?: number | undefined;
7
- itemsPerPage?: number | undefined;
8
- listLength?: number | undefined;
9
- paginationAlign?: Align | undefined;
10
- search?: string | undefined;
11
- hideHeaderActions?: boolean | undefined;
12
- showRefreshBtn?: boolean | undefined;
13
- hideItemsPerPage?: boolean | undefined;
14
- notFullWidth?: boolean | undefined;
15
- cellPadding?: ("none" | "s" | "m" | "l") | undefined;
16
- cellPaddingY?: ("none" | "s" | "m" | "l") | undefined;
17
- noResultsText?: string | undefined;
18
- notOverflow?: boolean | undefined;
19
- layout?: Layout | undefined;
20
- mobileMaxWidth?: Number | undefined;
21
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
22
- refreshList: (pageChange: boolean) => void;
23
- } & {
24
- "update:search": (value: string) => void;
25
- } & {
26
- "update:currentPage": (value: number) => void;
27
- }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
28
- columns?: (object | ColumnItem[]) | undefined;
29
- hasColumnsManager?: boolean | undefined;
30
- currentPage?: number | undefined;
31
- itemsPerPage?: number | undefined;
32
- listLength?: number | undefined;
33
- paginationAlign?: Align | undefined;
34
- search?: string | undefined;
35
- hideHeaderActions?: boolean | undefined;
36
- showRefreshBtn?: boolean | undefined;
37
- hideItemsPerPage?: boolean | undefined;
38
- notFullWidth?: boolean | undefined;
39
- cellPadding?: ("none" | "s" | "m" | "l") | undefined;
40
- cellPaddingY?: ("none" | "s" | "m" | "l") | undefined;
41
- noResultsText?: string | undefined;
42
- notOverflow?: boolean | undefined;
43
- layout?: Layout | undefined;
44
- mobileMaxWidth?: Number | undefined;
45
- }>>> & {
46
- "onUpdate:search"?: ((value: string) => any) | undefined;
47
- onRefreshList?: ((pageChange: boolean) => any) | undefined;
48
- "onUpdate:currentPage"?: ((value: number) => any) | undefined;
49
- }, {}>;
50
- export default _default;
51
- declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
52
- declare type __VLS_TypePropsToRuntimeProps<T> = {
53
- [K in keyof T]-?: {} extends Pick<T, K> ? {
54
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
55
- } : {
56
- type: import('vue').PropType<T[K]>;
57
- required: true;
58
- };
59
- };
@@ -1,43 +0,0 @@
1
- declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
2
- col?: {
3
- align?: "center" | "left" | "right" | undefined;
4
- isDisplayed?: boolean | undefined;
5
- unchangeable?: boolean | undefined;
6
- } | undefined;
7
- nowrap?: boolean | undefined;
8
- block?: boolean | undefined;
9
- overflowAuto?: boolean | undefined;
10
- align?: "center" | "left" | "right" | undefined;
11
- verticalAlign?: "center" | "top" | "bottom" | undefined;
12
- fixedWidth?: string | undefined;
13
- autoWidth?: boolean | undefined;
14
- minWidth?: string | undefined;
15
- maxWidth?: string | undefined;
16
- maxHeight?: string | undefined;
17
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
18
- col?: {
19
- align?: "center" | "left" | "right" | undefined;
20
- isDisplayed?: boolean | undefined;
21
- unchangeable?: boolean | undefined;
22
- } | undefined;
23
- nowrap?: boolean | undefined;
24
- block?: boolean | undefined;
25
- overflowAuto?: boolean | undefined;
26
- align?: "center" | "left" | "right" | undefined;
27
- verticalAlign?: "center" | "top" | "bottom" | undefined;
28
- fixedWidth?: string | undefined;
29
- autoWidth?: boolean | undefined;
30
- minWidth?: string | undefined;
31
- maxWidth?: string | undefined;
32
- maxHeight?: string | undefined;
33
- }>>>, {}>;
34
- export default _default;
35
- declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
36
- declare type __VLS_TypePropsToRuntimeProps<T> = {
37
- [K in keyof T]-?: {} extends Pick<T, K> ? {
38
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
39
- } : {
40
- type: import('vue').PropType<T[K]>;
41
- required: true;
42
- };
43
- };
@@ -1,17 +0,0 @@
1
- declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
2
- align: 'left' | 'center' | 'right';
3
- minWidth: string;
4
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
5
- align: 'left' | 'center' | 'right';
6
- minWidth: string;
7
- }>>>, {}>;
8
- export default _default;
9
- declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
10
- declare type __VLS_TypePropsToRuntimeProps<T> = {
11
- [K in keyof T]-?: {} extends Pick<T, K> ? {
12
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
13
- } : {
14
- type: import('vue').PropType<T[K]>;
15
- required: true;
16
- };
17
- };
@@ -1,2 +0,0 @@
1
- declare const _default: any;
2
- export default _default;
@@ -1,24 +0,0 @@
1
- import type { ColumnItem } from '../../../types/table';
2
- declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
3
- modelValue: boolean;
4
- columns?: object | undefined;
5
- columnsArray?: ColumnItem[] | undefined;
6
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
7
- "update:modelValue": (value: boolean) => void;
8
- }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
9
- modelValue: boolean;
10
- columns?: object | undefined;
11
- columnsArray?: ColumnItem[] | undefined;
12
- }>>> & {
13
- "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
14
- }, {}>;
15
- export default _default;
16
- declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
17
- declare type __VLS_TypePropsToRuntimeProps<T> = {
18
- [K in keyof T]-?: {} extends Pick<T, K> ? {
19
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
20
- } : {
21
- type: import('vue').PropType<T[K]>;
22
- required: true;
23
- };
24
- };
@@ -1,42 +0,0 @@
1
- import { Layout } from '../../../types/cleek-options';
2
- declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
3
- search?: string | undefined;
4
- hasColumnsManager: boolean;
5
- showRefreshBtn: boolean;
6
- hideItemsPerPage: boolean;
7
- currentPage: number;
8
- itemsPerPage: number;
9
- hideHeaderActions: boolean;
10
- listLength: number;
11
- layout: Layout;
12
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
13
- "update:search": (value: string) => void;
14
- } & {
15
- refreshList: (idk: false) => void;
16
- } & {
17
- openColumnsManager: () => void;
18
- }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
19
- search?: string | undefined;
20
- hasColumnsManager: boolean;
21
- showRefreshBtn: boolean;
22
- hideItemsPerPage: boolean;
23
- currentPage: number;
24
- itemsPerPage: number;
25
- hideHeaderActions: boolean;
26
- listLength: number;
27
- layout: Layout;
28
- }>>> & {
29
- "onUpdate:search"?: ((value: string) => any) | undefined;
30
- onRefreshList?: ((idk: false) => any) | undefined;
31
- onOpenColumnsManager?: (() => any) | undefined;
32
- }, {}>;
33
- export default _default;
34
- declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
35
- declare type __VLS_TypePropsToRuntimeProps<T> = {
36
- [K in keyof T]-?: {} extends Pick<T, K> ? {
37
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
38
- } : {
39
- type: import('vue').PropType<T[K]>;
40
- required: true;
41
- };
42
- };