@citruslime/ui 4.0.0-beta.8 → 4.0.0

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 (85) hide show
  1. package/README.md +1 -1
  2. package/dist/citrus-lime-ui.es.js +4024 -3902
  3. package/dist/citrus-lime-ui.umd.js +2 -2
  4. package/dist/components/accordion/cl-ui-accordion.vue.d.ts +13 -38
  5. package/dist/components/accordion/header/cl-ui-accordion-header.vue.d.ts +8 -3
  6. package/dist/components/accordion/item/cl-ui-accordion-item.vue.d.ts +13 -37
  7. package/dist/components/app/cl-ui-app.vue.d.ts +10 -34
  8. package/dist/components/button/cl-ui-button.vue.d.ts +17 -47
  9. package/dist/components/calendar/cl-ui-calendar-input.vue.d.ts +19 -31
  10. package/dist/components/calendar/cl-ui-calendar.vue.d.ts +18 -68
  11. package/dist/components/calendar/cl-ui-quick-dates-group.vue.d.ts +6 -17
  12. package/dist/components/calendar/cl-ui-quick-dates.vue.d.ts +6 -17
  13. package/dist/components/card/cl-ui-card.vue.d.ts +13 -40
  14. package/dist/components/combo-box/cl-ui-combo-box.vue.d.ts +29 -90
  15. package/dist/components/combo-box/search-container/cl-ui-combo-box-search.vue.d.ts +18 -63
  16. package/dist/components/combo-box/search-container/header/cl-ui-combo-box-header.vue.d.ts +9 -37
  17. package/dist/components/combo-box/search-container/selectable/cl-ui-combo-box-selectable.vue.d.ts +12 -44
  18. package/dist/components/currency/cl-ui-currency-input.vue.d.ts +13 -49
  19. package/dist/components/file-uploader/cl-ui-file-uploader.vue.d.ts +17 -44
  20. package/dist/components/footer/cl-ui-footer.vue.d.ts +12 -5
  21. package/dist/components/grid/action-row/cl-ui-grid-action-row.vue.d.ts +17 -38
  22. package/dist/components/grid/body/cl-ui-grid-body.vue.d.ts +23 -49
  23. package/dist/components/grid/body/cl-ui-grid-cell-value.vue.d.ts +7 -19
  24. package/dist/components/grid/body/cl-ui-grid-cell.vue.d.ts +13 -39
  25. package/dist/components/grid/body/cl-ui-grid-row.vue.d.ts +13 -39
  26. package/dist/components/grid/cl-ui-grid.vue.d.ts +47 -104
  27. package/dist/components/grid/footer/cl-ui-grid-footer.vue.d.ts +7 -34
  28. package/dist/components/grid/header/cl-ui-grid-filter-input.vue.d.ts +8 -23
  29. package/dist/components/grid/header/cl-ui-grid-filter.vue.d.ts +15 -29
  30. package/dist/components/grid/header/cl-ui-grid-header.vue.d.ts +13 -29
  31. package/dist/components/grid/header/cl-ui-grid-method-selector.vue.d.ts +8 -20
  32. package/dist/components/grid/header/cl-ui-grid-search.vue.d.ts +21 -43
  33. package/dist/components/grid/view-manager/cl-ui-grid-view-manager.vue.d.ts +8 -17
  34. package/dist/components/grid-lite/body/cl-ui-grid-lite-body-skeleton.vue.d.ts +3 -14
  35. package/dist/components/grid-lite/body/cl-ui-grid-lite-body.vue.d.ts +14 -49
  36. package/dist/components/grid-lite/body/cl-ui-grid-lite-cell.vue.d.ts +7 -18
  37. package/dist/components/grid-lite/body/cl-ui-grid-lite-row.vue.d.ts +7 -19
  38. package/dist/components/grid-lite/cl-ui-grid-lite.vue.d.ts +21 -66
  39. package/dist/components/grid-lite/footer/cl-ui-grid-lite-footer.vue.d.ts +14 -47
  40. package/dist/components/grid-lite/header/cl-ui-grid-lite-header.vue.d.ts +14 -45
  41. package/dist/components/header/cl-ui-header.vue.d.ts +12 -24
  42. package/dist/components/header/menu/cl-ui-header-menu.vue.d.ts +15 -46
  43. package/dist/components/input/cl-ui-input.vue.d.ts +49 -487
  44. package/dist/components/input-v2/input-checkbox/cl-ui-input-checkbox.vue.d.ts +24 -49
  45. package/dist/components/input-v2/input-date-range/cl-ui-input-date-range-input.vue.d.ts +9 -15
  46. package/dist/components/input-v2/input-date-range/cl-ui-input-date-range.vue.d.ts +28 -96
  47. package/dist/components/input-v2/input-datetime/cl-ui-input-datetime.vue.d.ts +33 -112
  48. package/dist/components/input-v2/input-layout-wrapper/cl-ui-input-layout-wrapper.vue.d.ts +12 -40
  49. package/dist/components/input-v2/input-number/cl-ui-input-number.vue.d.ts +37 -123
  50. package/dist/components/input-v2/input-range/cl-ui-input-range.vue.d.ts +23 -78
  51. package/dist/components/input-v2/input-text/cl-ui-input-text.vue.d.ts +31 -75
  52. package/dist/components/input-v2/input-text-area/cl-ui-input-text-area.vue.d.ts +22 -49
  53. package/dist/components/language-switcher/cl-ui-language-switcher.vue.d.ts +8 -34
  54. package/dist/components/login/cl-ui-login.vue.d.ts +16 -43
  55. package/dist/components/menu/cl-ui-menu.vue.d.ts +26 -197
  56. package/dist/components/menu/group/cl-ui-menu-group.vue.d.ts +11 -24
  57. package/dist/components/menu/icon/cl-ui-menu-icon.vue.d.ts +3 -13
  58. package/dist/components/menu/item/cl-ui-menu-item.vue.d.ts +5 -5
  59. package/dist/components/menu/section/cl-ui-menu-section.vue.d.ts +7 -42
  60. package/dist/components/modal/cl-ui-modal.vue.d.ts +31 -66
  61. package/dist/components/navigation/cl-ui-navigation.vue.d.ts +22 -50
  62. package/dist/components/navigation/group/cl-ui-navigation-group.vue.d.ts +7 -18
  63. package/dist/components/navigation/icon/cl-ui-navigation-icon.vue.d.ts +5 -29
  64. package/dist/components/navigation/item/cl-ui-navigation-item.vue.d.ts +8 -3
  65. package/dist/components/navigation/section/cl-ui-navigation-section.vue.d.ts +10 -4
  66. package/dist/components/notification/cl-ui-notification.vue.d.ts +7 -35
  67. package/dist/components/select/cl-ui-select.vue.d.ts +28 -147
  68. package/dist/components/select/select-input/cl-ui-select-input.vue.d.ts +10 -12
  69. package/dist/components/select/select-options/cl-ui-select-option.vue.d.ts +14 -42
  70. package/dist/components/skeleton-loaders/cl-ui-skeleton-text.vue.d.ts +11 -36
  71. package/dist/components/slider/cl-ui-slider.vue.d.ts +14 -54
  72. package/dist/components/tab/cl-ui-tab.vue.d.ts +27 -60
  73. package/dist/components/tab/content/cl-ui-tab-content.vue.d.ts +10 -34
  74. package/dist/components/tab/header/cl-ui-tab-header.vue.d.ts +16 -47
  75. package/dist/components/toggle/cl-ui-radio-group.vue.d.ts +10 -22
  76. package/dist/components/toggle/cl-ui-radio.vue.d.ts +13 -39
  77. package/dist/components/toggle/cl-ui-toggle-button.vue.d.ts +10 -33
  78. package/dist/components/toggle/cl-ui-toggle.vue.d.ts +22 -45
  79. package/dist/components/tree-list/cl-ui-tree-list-subtree.vue.d.ts +20 -58
  80. package/dist/components/tree-list/cl-ui-tree-list-tree-path.vue.d.ts +3 -13
  81. package/dist/components/tree-list/cl-ui-tree-list.vue.d.ts +12 -40
  82. package/dist/ui.css +1 -0
  83. package/dist/utils/injectionKeys.d.ts +1 -1
  84. package/package.json +13 -9
  85. package/dist/style.css +0 -1
@@ -1,80 +1,35 @@
1
1
  import type { ComboBoxCreateResponse, ComboBoxItem, ComboBoxCreateRequest } from './types';
2
- declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
3
- loading?: boolean | undefined;
4
- disabled?: boolean | undefined;
5
- required?: boolean | undefined;
2
+ type __VLS_Props = {
3
+ loading?: boolean;
4
+ disabled?: boolean;
5
+ required?: boolean;
6
6
  objectType: string;
7
- objectParentType?: string | undefined;
8
- canCreateNewObject?: boolean | undefined;
9
- canClearSelectedObject?: boolean | undefined;
10
- errorMessage?: string | undefined;
11
- objectCreatedResponse?: ComboBoxCreateResponse | null | undefined;
12
- parentObjectCreatedResponse?: ComboBoxCreateResponse | null | undefined;
13
- results?: ComboBoxItem[] | undefined;
14
- parentResults?: ComboBoxItem[] | undefined;
7
+ objectParentType?: string;
8
+ canCreateNewObject?: boolean;
9
+ canClearSelectedObject?: boolean;
10
+ errorMessage?: string;
11
+ objectCreatedResponse?: ComboBoxCreateResponse | null;
12
+ parentObjectCreatedResponse?: ComboBoxCreateResponse | null;
13
+ results?: ComboBoxItem[];
14
+ parentResults?: ComboBoxItem[];
15
15
  currentObject: ComboBoxItem | null;
16
- placeholderText?: string | null | undefined;
17
- searchHint?: string | null | undefined;
18
- skipObjectCreationModal?: boolean | undefined;
19
- }>, {
20
- loading: boolean;
21
- disabled: boolean;
22
- required: boolean;
23
- objectParentType: string;
24
- canCreateNewObject: boolean;
25
- canClearSelectedObject: boolean;
26
- errorMessage: string;
27
- objectCreatedResponse: null;
28
- parentObjectCreatedResponse: null;
29
- results: () => never[];
30
- parentResults: () => never[];
31
- placeholderText: null;
32
- searchHint: null;
33
- skipObjectCreationModal: boolean;
34
- }>>, {
35
- focus(): void;
16
+ placeholderText?: string | null;
17
+ searchHint?: string | null;
18
+ skipObjectCreationModal?: boolean;
19
+ openDropDownOnFocus?: boolean;
20
+ };
21
+ declare const _default: import("vue").DefineComponent<__VLS_Props, {
22
+ focus: () => void | undefined;
36
23
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
37
- focus: () => void;
38
- search: (args_0: string) => void;
39
- "create-object": (args_0: ComboBoxCreateRequest) => void;
40
- "search-parent": (args_0: string) => void;
41
- "create-parent-object": (args_0: ComboBoxCreateRequest) => void;
42
- "update:current-object": (args_0: ComboBoxItem | null) => void;
43
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
44
- loading?: boolean | undefined;
45
- disabled?: boolean | undefined;
46
- required?: boolean | undefined;
47
- objectType: string;
48
- objectParentType?: string | undefined;
49
- canCreateNewObject?: boolean | undefined;
50
- canClearSelectedObject?: boolean | undefined;
51
- errorMessage?: string | undefined;
52
- objectCreatedResponse?: ComboBoxCreateResponse | null | undefined;
53
- parentObjectCreatedResponse?: ComboBoxCreateResponse | null | undefined;
54
- results?: ComboBoxItem[] | undefined;
55
- parentResults?: ComboBoxItem[] | undefined;
56
- currentObject: ComboBoxItem | null;
57
- placeholderText?: string | null | undefined;
58
- searchHint?: string | null | undefined;
59
- skipObjectCreationModal?: boolean | undefined;
60
- }>, {
61
- loading: boolean;
62
- disabled: boolean;
63
- required: boolean;
64
- objectParentType: string;
65
- canCreateNewObject: boolean;
66
- canClearSelectedObject: boolean;
67
- errorMessage: string;
68
- objectCreatedResponse: null;
69
- parentObjectCreatedResponse: null;
70
- results: () => never[];
71
- parentResults: () => never[];
72
- placeholderText: null;
73
- searchHint: null;
74
- skipObjectCreationModal: boolean;
75
- }>>> & Readonly<{
76
- onFocus?: (() => any) | undefined;
24
+ search: (args_0: string) => any;
25
+ focus: () => any;
26
+ "create-object": (args_0: ComboBoxCreateRequest) => any;
27
+ "search-parent": (args_0: string) => any;
28
+ "create-parent-object": (args_0: ComboBoxCreateRequest) => any;
29
+ "update:current-object": (args_0: ComboBoxItem | null) => any;
30
+ }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
77
31
  onSearch?: ((args_0: string) => any) | undefined;
32
+ onFocus?: (() => any) | undefined;
78
33
  "onCreate-object"?: ((args_0: ComboBoxCreateRequest) => any) | undefined;
79
34
  "onSearch-parent"?: ((args_0: string) => any) | undefined;
80
35
  "onCreate-parent-object"?: ((args_0: ComboBoxCreateRequest) => any) | undefined;
@@ -94,22 +49,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
94
49
  parentResults: ComboBoxItem[];
95
50
  placeholderText: string | null;
96
51
  skipObjectCreationModal: boolean;
97
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
52
+ openDropDownOnFocus: boolean;
53
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
98
54
  export default _default;
99
- type __VLS_WithDefaults<P, D> = {
100
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
101
- default: D[K];
102
- }> : P[K];
103
- };
104
- type __VLS_Prettify<T> = {
105
- [K in keyof T]: T[K];
106
- } & {};
107
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
108
- type __VLS_TypePropsToOption<T> = {
109
- [K in keyof T]-?: {} extends Pick<T, K> ? {
110
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
111
- } : {
112
- type: import('vue').PropType<T[K]>;
113
- required: true;
114
- };
115
- };
@@ -1,51 +1,23 @@
1
1
  import type { ComboBoxItem } from '../types';
2
- declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
3
- loading?: boolean | undefined;
2
+ type __VLS_Props = {
3
+ loading?: boolean;
4
4
  objectType: string;
5
- objectParentType?: string | undefined;
6
- errorMessage?: string | undefined;
7
- canCreateNewObject?: boolean | undefined;
8
- canClearSelectedObject?: boolean | undefined;
9
- currentObjectName?: string | undefined;
10
- results?: ComboBoxItem[] | undefined;
11
- isVisible?: boolean | undefined;
5
+ objectParentType?: string;
6
+ errorMessage?: string;
7
+ canCreateNewObject?: boolean;
8
+ canClearSelectedObject?: boolean;
9
+ currentObjectName?: string;
10
+ results?: ComboBoxItem[];
11
+ isVisible?: boolean;
12
12
  searchHint: string;
13
- }>, {
14
- loading: boolean;
15
- objectParentType: string;
16
- errorMessage: string;
17
- canCreateNewObject: boolean;
18
- canClearSelectedObject: boolean;
19
- currentObjectName: string;
20
- results: () => never[];
21
- isVisible: boolean;
22
- }>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
23
- search: (args_0: string) => void;
24
- "clear-object": () => void;
25
- "create-object": (args_0: string) => void;
26
- "select-object": (args_0: number | undefined) => void;
27
- "hide-dropdown": () => void;
28
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
29
- loading?: boolean | undefined;
30
- objectType: string;
31
- objectParentType?: string | undefined;
32
- errorMessage?: string | undefined;
33
- canCreateNewObject?: boolean | undefined;
34
- canClearSelectedObject?: boolean | undefined;
35
- currentObjectName?: string | undefined;
36
- results?: ComboBoxItem[] | undefined;
37
- isVisible?: boolean | undefined;
38
- searchHint: string;
39
- }>, {
40
- loading: boolean;
41
- objectParentType: string;
42
- errorMessage: string;
43
- canCreateNewObject: boolean;
44
- canClearSelectedObject: boolean;
45
- currentObjectName: string;
46
- results: () => never[];
47
- isVisible: boolean;
48
- }>>> & Readonly<{
13
+ };
14
+ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
15
+ search: (args_0: string) => any;
16
+ "clear-object": () => any;
17
+ "create-object": (args_0: string) => any;
18
+ "select-object": (args_0: number | undefined) => any;
19
+ "hide-dropdown": () => any;
20
+ }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
49
21
  onSearch?: ((args_0: string) => any) | undefined;
50
22
  "onClear-object"?: (() => any) | undefined;
51
23
  "onCreate-object"?: ((args_0: string) => any) | undefined;
@@ -60,22 +32,5 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
60
32
  currentObjectName: string;
61
33
  results: ComboBoxItem[];
62
34
  isVisible: boolean;
63
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
35
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
64
36
  export default _default;
65
- type __VLS_WithDefaults<P, D> = {
66
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
67
- default: D[K];
68
- }> : P[K];
69
- };
70
- type __VLS_Prettify<T> = {
71
- [K in keyof T]: T[K];
72
- } & {};
73
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
74
- type __VLS_TypePropsToOption<T> = {
75
- [K in keyof T]-?: {} extends Pick<T, K> ? {
76
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
77
- } : {
78
- type: import('vue').PropType<T[K]>;
79
- required: true;
80
- };
81
- };
@@ -1,43 +1,15 @@
1
- declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
2
- showClearButton?: boolean | undefined;
3
- text?: string | undefined;
4
- additionalText?: string | undefined;
5
- }>, {
6
- showClearButton: boolean;
7
- text: string;
8
- additionalText: string;
9
- }>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
10
- "clear-object": () => void;
11
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
12
- showClearButton?: boolean | undefined;
13
- text?: string | undefined;
14
- additionalText?: string | undefined;
15
- }>, {
16
- showClearButton: boolean;
17
- text: string;
18
- additionalText: string;
19
- }>>> & Readonly<{
1
+ type __VLS_Props = {
2
+ showClearButton?: boolean;
3
+ text?: string;
4
+ additionalText?: string;
5
+ };
6
+ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
7
+ "clear-object": () => any;
8
+ }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
20
9
  "onClear-object"?: (() => any) | undefined;
21
10
  }>, {
22
11
  text: string;
23
12
  showClearButton: boolean;
24
13
  additionalText: string;
25
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
14
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
26
15
  export default _default;
27
- type __VLS_WithDefaults<P, D> = {
28
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
29
- default: D[K];
30
- }> : P[K];
31
- };
32
- type __VLS_Prettify<T> = {
33
- [K in keyof T]: T[K];
34
- } & {};
35
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
36
- type __VLS_TypePropsToOption<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,31 +1,16 @@
1
1
  import type { ComboBoxItem } from '../../types';
2
- declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
3
- isCreateNewOption?: boolean | undefined;
4
- selectedIndex?: number | undefined;
5
- text?: string | undefined;
6
- option?: ComboBoxItem | null | undefined;
2
+ type __VLS_Props = {
3
+ isCreateNewOption?: boolean;
4
+ selectedIndex?: number;
5
+ text?: string;
6
+ option?: ComboBoxItem | null;
7
7
  index: number;
8
- }>, {
9
- isCreateNewOption: boolean;
10
- selectedIndex: number;
11
- text: string;
12
- option: null;
13
- }>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
14
- "create-object": () => void;
15
- "select-object": (args_0: number | undefined) => void;
16
- "option-highlighted": (args_0: number) => void;
17
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
18
- isCreateNewOption?: boolean | undefined;
19
- selectedIndex?: number | undefined;
20
- text?: string | undefined;
21
- option?: ComboBoxItem | null | undefined;
22
- index: number;
23
- }>, {
24
- isCreateNewOption: boolean;
25
- selectedIndex: number;
26
- text: string;
27
- option: null;
28
- }>>> & Readonly<{
8
+ };
9
+ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
10
+ "create-object": () => any;
11
+ "select-object": (args_0: number | undefined) => any;
12
+ "option-highlighted": (args_0: number) => any;
13
+ }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
29
14
  "onCreate-object"?: (() => any) | undefined;
30
15
  "onSelect-object"?: ((args_0: number | undefined) => any) | undefined;
31
16
  "onOption-highlighted"?: ((args_0: number) => any) | undefined;
@@ -34,22 +19,5 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
34
19
  text: string;
35
20
  isCreateNewOption: boolean;
36
21
  selectedIndex: number;
37
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
22
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
38
23
  export default _default;
39
- type __VLS_WithDefaults<P, D> = {
40
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
41
- default: D[K];
42
- }> : P[K];
43
- };
44
- type __VLS_Prettify<T> = {
45
- [K in keyof T]: T[K];
46
- } & {};
47
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
48
- type __VLS_TypePropsToOption<T> = {
49
- [K in keyof T]-?: {} extends Pick<T, K> ? {
50
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
51
- } : {
52
- type: import('vue').PropType<T[K]>;
53
- required: true;
54
- };
55
- };
@@ -1,67 +1,31 @@
1
1
  import type { CurrencyInputOptions } from 'vue-currency-input';
2
2
  import type { InputValueType } from '../input/types';
3
- declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
3
+ type __VLS_Props = {
4
4
  modelValue: InputValueType;
5
5
  currencyOptions: CurrencyInputOptions;
6
6
  disabled: boolean;
7
7
  isValid: boolean;
8
8
  placeholder: string;
9
- highlightWhenValid?: boolean | undefined;
10
- inputSpecificClasses?: string | undefined;
11
- step?: number | undefined;
12
- group?: string | undefined;
13
- }>, {
14
- highlightWhenValid: boolean;
15
- inputSpecificClasses: string;
16
- step: number;
17
- group: string;
18
- }>>, {
9
+ highlightWhenValid?: boolean;
10
+ inputSpecificClasses?: string;
11
+ step?: number;
12
+ group?: string;
13
+ };
14
+ declare const _default: import("vue").DefineComponent<__VLS_Props, {
19
15
  focus(): void;
20
16
  blur(): void;
21
17
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
22
- change: (args_0: Event, args_1: number | null) => void;
23
- focus: () => void;
24
- "update:modelValue": (args_0: number) => void;
25
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
26
- modelValue: InputValueType;
27
- currencyOptions: CurrencyInputOptions;
28
- disabled: boolean;
29
- isValid: boolean;
30
- placeholder: string;
31
- highlightWhenValid?: boolean | undefined;
32
- inputSpecificClasses?: string | undefined;
33
- step?: number | undefined;
34
- group?: string | undefined;
35
- }>, {
36
- highlightWhenValid: boolean;
37
- inputSpecificClasses: string;
38
- step: number;
39
- group: string;
40
- }>>> & Readonly<{
41
- onChange?: ((args_0: Event, args_1: number | null) => any) | undefined;
18
+ focus: () => any;
19
+ "update:modelValue": (args_0: number) => any;
20
+ change: (args_0: Event, args_1: number | null) => any;
21
+ }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
42
22
  onFocus?: (() => any) | undefined;
43
23
  "onUpdate:modelValue"?: ((args_0: number) => any) | undefined;
24
+ onChange?: ((args_0: Event, args_1: number | null) => any) | undefined;
44
25
  }>, {
45
26
  group: string;
46
27
  step: number;
47
28
  highlightWhenValid: boolean;
48
29
  inputSpecificClasses: string;
49
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
30
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
50
31
  export default _default;
51
- type __VLS_WithDefaults<P, D> = {
52
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
53
- default: D[K];
54
- }> : P[K];
55
- };
56
- type __VLS_Prettify<T> = {
57
- [K in keyof T]: T[K];
58
- } & {};
59
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
60
- type __VLS_TypePropsToOption<T> = {
61
- [K in keyof T]-?: {} extends Pick<T, K> ? {
62
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
63
- } : {
64
- type: import('vue').PropType<T[K]>;
65
- required: true;
66
- };
67
- };
@@ -1,55 +1,28 @@
1
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
2
- uploaderType: "dragDrop" | "classic";
1
+ type __VLS_Props = {
3
2
  acceptedFileTypes: string;
4
- allowMultipleFiles?: boolean | undefined;
5
- disabled?: boolean | undefined;
6
- }>, {
7
- allowMultipleFiles: boolean;
8
- disabled: boolean;
9
- }>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
10
- "files-uploaded": (files: File[]) => void;
11
- "invalid-files": (files: File[]) => void;
12
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
13
- uploaderType: "dragDrop" | "classic";
14
- acceptedFileTypes: string;
15
- allowMultipleFiles?: boolean | undefined;
16
- disabled?: boolean | undefined;
17
- }>, {
18
- allowMultipleFiles: boolean;
19
- disabled: boolean;
20
- }>>> & Readonly<{
3
+ uploaderType?: 'dragDrop' | 'classic' | 'auto';
4
+ allowMultipleFiles?: boolean;
5
+ disabled?: boolean;
6
+ };
7
+ type __VLS_Slots = {
8
+ default(): any;
9
+ 'invalid-files': any;
10
+ };
11
+ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
12
+ "files-uploaded": (files: File[]) => any;
13
+ "invalid-files": (files: File[]) => any;
14
+ }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
21
15
  "onFiles-uploaded"?: ((files: File[]) => any) | undefined;
22
16
  "onInvalid-files"?: ((files: File[]) => any) | undefined;
23
17
  }>, {
24
18
  disabled: boolean;
19
+ uploaderType: "dragDrop" | "classic" | "auto";
25
20
  allowMultipleFiles: boolean;
26
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, Readonly<{
27
- default(): any;
28
- 'invalid-files': any;
29
- }> & {
30
- default(): any;
31
- 'invalid-files': any;
32
- }>;
21
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
22
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
33
23
  export default _default;
34
- type __VLS_WithDefaults<P, D> = {
35
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
36
- default: D[K];
37
- }> : P[K];
38
- };
39
- type __VLS_Prettify<T> = {
40
- [K in keyof T]: T[K];
41
- } & {};
42
- type __VLS_WithTemplateSlots<T, S> = T & {
24
+ type __VLS_WithSlots<T, S> = T & {
43
25
  new (): {
44
26
  $slots: S;
45
27
  };
46
28
  };
47
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
48
- type __VLS_TypePropsToOption<T> = {
49
- [K in keyof T]-?: {} extends Pick<T, K> ? {
50
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
51
- } : {
52
- type: import('vue').PropType<T[K]>;
53
- required: true;
54
- };
55
- };
@@ -1,10 +1,17 @@
1
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
2
- default?(_: {}): any;
3
- left?(_: {}): any;
4
- right?(_: {}): any;
1
+ declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
2
+ declare var __VLS_1: {}, __VLS_3: {}, __VLS_5: {};
3
+ type __VLS_Slots = __VLS_PrettifyGlobal<__VLS_OmitStringIndex<typeof __VLS_ctx.$slots> & {
4
+ default?: (props: typeof __VLS_1) => any;
5
+ } & {
6
+ left?: (props: typeof __VLS_3) => any;
7
+ } & {
8
+ right?: (props: typeof __VLS_5) => any;
5
9
  }>;
10
+ declare const __VLS_self: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
11
+ declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
12
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
6
13
  export default _default;
7
- type __VLS_WithTemplateSlots<T, S> = T & {
14
+ type __VLS_WithSlots<T, S> = T & {
8
15
  new (): {
9
16
  $slots: S;
10
17
  };
@@ -1,55 +1,34 @@
1
1
  import type { FilterRequest, GridColumn, GridConfig } from '../types';
2
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<{
2
+ type __VLS_Props = {
3
3
  editMode: boolean;
4
4
  loading: boolean;
5
5
  initialLoad: boolean;
6
6
  filterPanelOpen: boolean;
7
- columns: GridColumn<Record<string, unknown>>[];
7
+ columns: GridColumn[];
8
8
  options: Partial<GridConfig>;
9
- request: FilterRequest<Record<string, unknown>>;
9
+ request: FilterRequest;
10
10
  canBulkEdit: boolean;
11
- }>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
12
- "update:edit-mode": (args_0: boolean) => void;
13
- "update:filterPanelOpen": (args_0: boolean) => void;
14
- "clear-filters": () => void;
15
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<{
16
- editMode: boolean;
17
- loading: boolean;
18
- initialLoad: boolean;
19
- filterPanelOpen: boolean;
20
- columns: GridColumn<Record<string, unknown>>[];
21
- options: Partial<GridConfig>;
22
- request: FilterRequest<Record<string, unknown>>;
23
- canBulkEdit: boolean;
24
- }>>> & Readonly<{
25
- "onUpdate:edit-mode"?: ((args_0: boolean) => any) | undefined;
26
- "onUpdate:filterPanelOpen"?: ((args_0: boolean) => any) | undefined;
27
- "onClear-filters"?: (() => any) | undefined;
28
- }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, Readonly<{
29
- 'additional-grid-actions'(props: {
30
- loading: boolean;
31
- editMode: boolean;
32
- }): any;
33
- 'view-manager'(): any;
34
- }> & {
11
+ };
12
+ type __VLS_Slots = {
35
13
  'additional-grid-actions'(props: {
36
14
  loading: boolean;
37
15
  editMode: boolean;
38
16
  }): any;
39
17
  'view-manager'(): any;
40
- }>;
18
+ };
19
+ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
20
+ "update:edit-mode": (args_0: boolean) => any;
21
+ "update:filterPanelOpen": (args_0: boolean) => any;
22
+ "clear-filters": () => any;
23
+ }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
24
+ "onUpdate:edit-mode"?: ((args_0: boolean) => any) | undefined;
25
+ "onUpdate:filterPanelOpen"?: ((args_0: boolean) => any) | undefined;
26
+ "onClear-filters"?: (() => any) | undefined;
27
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
28
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
41
29
  export default _default;
42
- type __VLS_WithTemplateSlots<T, S> = T & {
30
+ type __VLS_WithSlots<T, S> = T & {
43
31
  new (): {
44
32
  $slots: S;
45
33
  };
46
34
  };
47
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
48
- type __VLS_TypePropsToOption<T> = {
49
- [K in keyof T]-?: {} extends Pick<T, K> ? {
50
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
51
- } : {
52
- type: import('vue').PropType<T[K]>;
53
- required: true;
54
- };
55
- };