@indielayer/ui 1.0.1 → 1.0.3

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 (156) hide show
  1. package/LICENSE +21 -0
  2. package/lib/index.cjs.js +1 -1
  3. package/lib/index.es.js +113 -103
  4. package/package.json +3 -2
  5. package/src/components/avatar/Avatar.vue +12 -10
  6. package/src/components/button/Button.theme.ts +1 -1
  7. package/src/components/drawer/Drawer.vue +23 -16
  8. package/src/components/image/Image.vue +12 -10
  9. package/src/components/modal/Modal.vue +1 -1
  10. package/src/components/notifications/Notifications.theme.ts +1 -1
  11. package/src/components/slider/Slider.vue +6 -4
  12. package/src/components/textarea/Textarea.vue +3 -10
  13. package/src/composables/colors-utils.ts +1 -1
  14. package/src/version.ts +1 -1
  15. package/lib/common/icons.d.ts +0 -15
  16. package/lib/common/utils.d.ts +0 -32
  17. package/lib/components/alert/Alert.theme.d.ts +0 -8
  18. package/lib/components/alert/Alert.vue.d.ts +0 -31
  19. package/lib/components/alert/__tests__/Alert.spec.d.ts +0 -1
  20. package/lib/components/avatar/Avatar.theme.d.ts +0 -8
  21. package/lib/components/avatar/Avatar.vue.d.ts +0 -46
  22. package/lib/components/avatar/__tests__/Avatar.spec.d.ts +0 -1
  23. package/lib/components/badge/Badge.theme.d.ts +0 -8
  24. package/lib/components/badge/Badge.vue.d.ts +0 -74
  25. package/lib/components/badge/__tests__/Badge.spec.d.ts +0 -1
  26. package/lib/components/breadcrumbs/Breadcrumbs.theme.d.ts +0 -8
  27. package/lib/components/breadcrumbs/Breadcrumbs.vue.d.ts +0 -41
  28. package/lib/components/breadcrumbs/__tests__/Breadcrumbs.spec.d.ts +0 -1
  29. package/lib/components/button/Button.theme.d.ts +0 -10
  30. package/lib/components/button/Button.vue.d.ts +0 -81
  31. package/lib/components/button/ButtonGroup.theme.d.ts +0 -6
  32. package/lib/components/button/ButtonGroup.vue.d.ts +0 -52
  33. package/lib/components/button/__tests__/ Button.spec.d.ts +0 -1
  34. package/lib/components/button/__tests__/ ButtonGroup.spec.d.ts +0 -1
  35. package/lib/components/card/Card.theme.d.ts +0 -7
  36. package/lib/components/card/Card.vue.d.ts +0 -17
  37. package/lib/components/card/__tests__/Card.spec.d.ts +0 -1
  38. package/lib/components/checkbox/Checkbox.theme.d.ts +0 -11
  39. package/lib/components/checkbox/Checkbox.vue.d.ts +0 -77
  40. package/lib/components/checkbox/__tests__/Checkbox.spec.d.ts +0 -1
  41. package/lib/components/collapse/Collapse.theme.d.ts +0 -9
  42. package/lib/components/collapse/Collapse.vue.d.ts +0 -40
  43. package/lib/components/collapse/__tests__/Collapse.spec.d.ts +0 -1
  44. package/lib/components/container/Container.theme.d.ts +0 -6
  45. package/lib/components/container/Container.vue.d.ts +0 -14
  46. package/lib/components/container/__tests__/Container.spec.d.ts +0 -1
  47. package/lib/components/divider/Divider.theme.d.ts +0 -9
  48. package/lib/components/divider/Divider.vue.d.ts +0 -10
  49. package/lib/components/divider/__tests__/Divider.spec.d.ts +0 -1
  50. package/lib/components/drawer/Drawer.theme.d.ts +0 -7
  51. package/lib/components/drawer/Drawer.vue.d.ts +0 -61
  52. package/lib/components/drawer/__tests__/Drawer.spec.d.ts +0 -1
  53. package/lib/components/form/Form.theme.d.ts +0 -6
  54. package/lib/components/form/Form.vue.d.ts +0 -48
  55. package/lib/components/form/__tests__/Form.spec.d.ts +0 -1
  56. package/lib/components/helpers/InputError.d.ts +0 -8
  57. package/lib/components/icon/Icon.theme.d.ts +0 -7
  58. package/lib/components/icon/Icon.vue.d.ts +0 -36
  59. package/lib/components/icon/__tests__/Icon.spec.d.ts +0 -1
  60. package/lib/components/image/Image.theme.d.ts +0 -6
  61. package/lib/components/image/Image.vue.d.ts +0 -6
  62. package/lib/components/image/__tests__/Image.spec.d.ts +0 -1
  63. package/lib/components/index.d.ts +0 -45
  64. package/lib/components/input/Input.theme.d.ts +0 -11
  65. package/lib/components/input/Input.vue.d.ts +0 -119
  66. package/lib/components/input/__tests__/Input.spec.d.ts +0 -1
  67. package/lib/components/link/Link.theme.d.ts +0 -8
  68. package/lib/components/link/Link.vue.d.ts +0 -34
  69. package/lib/components/link/__tests__/Link.spec.d.ts +0 -1
  70. package/lib/components/menu/Menu.theme.d.ts +0 -6
  71. package/lib/components/menu/Menu.vue.d.ts +0 -65
  72. package/lib/components/menu/MenuItem.theme.d.ts +0 -8
  73. package/lib/components/menu/MenuItem.vue.d.ts +0 -89
  74. package/lib/components/menu/__tests__/Menu.spec.d.ts +0 -1
  75. package/lib/components/menu/__tests__/MenuItem.spec.d.ts +0 -1
  76. package/lib/components/modal/Modal.theme.d.ts +0 -13
  77. package/lib/components/modal/Modal.vue.d.ts +0 -29
  78. package/lib/components/modal/__tests__/Modal.spec.d.ts +0 -1
  79. package/lib/components/notifications/Notifications.theme.d.ts +0 -8
  80. package/lib/components/notifications/Notifications.vue.d.ts +0 -91
  81. package/lib/components/notifications/__tests__/Notifications.spec.d.ts +0 -1
  82. package/lib/components/pagination/Pagination.theme.d.ts +0 -9
  83. package/lib/components/pagination/Pagination.vue.d.ts +0 -49
  84. package/lib/components/pagination/PaginationItem.theme.d.ts +0 -7
  85. package/lib/components/pagination/PaginationItem.vue.d.ts +0 -33
  86. package/lib/components/pagination/__tests__/Pagination.spec.d.ts +0 -1
  87. package/lib/components/pagination/__tests__/PaginationItem.spec.d.ts +0 -1
  88. package/lib/components/popover/Popover.theme.d.ts +0 -7
  89. package/lib/components/popover/Popover.vue.d.ts +0 -64
  90. package/lib/components/popover/PopoverContainer.theme.d.ts +0 -6
  91. package/lib/components/popover/PopoverContainer.vue.d.ts +0 -14
  92. package/lib/components/popover/__tests__/Popover.spec.d.ts +0 -1
  93. package/lib/components/popover/__tests__/PopoverContainer.spec.d.ts +0 -1
  94. package/lib/components/progress/Progress.theme.d.ts +0 -10
  95. package/lib/components/progress/Progress.vue.d.ts +0 -40
  96. package/lib/components/progress/__tests__/Progress.spec.d.ts +0 -1
  97. package/lib/components/radio/Radio.theme.d.ts +0 -12
  98. package/lib/components/radio/Radio.vue.d.ts +0 -78
  99. package/lib/components/radio/__tests__/Radio.spec.d.ts +0 -1
  100. package/lib/components/scroll/Scroll.theme.d.ts +0 -6
  101. package/lib/components/scroll/Scroll.vue.d.ts +0 -23
  102. package/lib/components/scroll/__tests__/Scroll.spec.d.ts +0 -1
  103. package/lib/components/select/Select.theme.d.ts +0 -13
  104. package/lib/components/select/Select.vue.d.ts +0 -80
  105. package/lib/components/select/__tests__/Select.spec.d.ts +0 -1
  106. package/lib/components/skeleton/Skeleton.theme.d.ts +0 -6
  107. package/lib/components/skeleton/Skeleton.vue.d.ts +0 -14
  108. package/lib/components/skeleton/__tests__/Skeleton.spec.d.ts +0 -1
  109. package/lib/components/slider/Slider.theme.d.ts +0 -10
  110. package/lib/components/slider/Slider.vue.d.ts +0 -87
  111. package/lib/components/slider/__tests__/Slider.spec.d.ts +0 -1
  112. package/lib/components/spacer/Spacer.d.ts +0 -2
  113. package/lib/components/spacer/__tests__/Spacer.spec.d.ts +0 -1
  114. package/lib/components/spinner/Spinner.vue.d.ts +0 -25
  115. package/lib/components/spinner/__tests__/Spinner.spec.d.ts +0 -1
  116. package/lib/components/tab/Tab.theme.d.ts +0 -9
  117. package/lib/components/tab/Tab.vue.d.ts +0 -43
  118. package/lib/components/tab/TabGroup.theme.d.ts +0 -10
  119. package/lib/components/tab/TabGroup.vue.d.ts +0 -57
  120. package/lib/components/tab/__tests__/Tab.spec.d.ts +0 -1
  121. package/lib/components/tab/__tests__/TabGroup.spec.d.ts +0 -1
  122. package/lib/components/table/Table.theme.d.ts +0 -8
  123. package/lib/components/table/Table.vue.d.ts +0 -78
  124. package/lib/components/table/TableBody.d.ts +0 -2
  125. package/lib/components/table/TableCell.theme.d.ts +0 -7
  126. package/lib/components/table/TableCell.vue.d.ts +0 -33
  127. package/lib/components/table/TableHead.d.ts +0 -2
  128. package/lib/components/table/TableHeader.vue.d.ts +0 -33
  129. package/lib/components/table/TableRow.vue.d.ts +0 -23
  130. package/lib/components/table/__tests__/Table.spec.d.ts +0 -1
  131. package/lib/components/tag/Tag.theme.d.ts +0 -9
  132. package/lib/components/tag/Tag.vue.d.ts +0 -45
  133. package/lib/components/tag/__tests__/Tag.spec.d.ts +0 -1
  134. package/lib/components/textarea/Textarea.theme.d.ts +0 -10
  135. package/lib/components/textarea/Textarea.vue.d.ts +0 -100
  136. package/lib/components/textarea/__tests__/Textarea.spec.d.ts +0 -1
  137. package/lib/components/toggle/Toggle.theme.d.ts +0 -11
  138. package/lib/components/toggle/Toggle.vue.d.ts +0 -78
  139. package/lib/components/toggle/__tests__/Toggle.spec.d.ts +0 -1
  140. package/lib/components/tooltip/Tooltip.theme.d.ts +0 -11
  141. package/lib/components/tooltip/Tooltip.vue.d.ts +0 -2
  142. package/lib/components/tooltip/__tests__/Tooltip.spec.d.ts +0 -1
  143. package/lib/composables/colors-utils.d.ts +0 -7
  144. package/lib/composables/colors.d.ts +0 -30
  145. package/lib/composables/common.d.ts +0 -15
  146. package/lib/composables/css.d.ts +0 -6
  147. package/lib/composables/index.d.ts +0 -7
  148. package/lib/composables/inputtable.d.ts +0 -37
  149. package/lib/composables/interactive.d.ts +0 -15
  150. package/lib/composables/keys.d.ts +0 -8
  151. package/lib/composables/notifications.d.ts +0 -1
  152. package/lib/composables/theme.d.ts +0 -20
  153. package/lib/create.d.ts +0 -13
  154. package/lib/index.d.ts +0 -6
  155. package/lib/install.d.ts +0 -4
  156. package/lib/version.d.ts +0 -2
@@ -1,119 +0,0 @@
1
- declare const _default: import("vue").DefineComponent<{
2
- showPasswordToggle: {
3
- type: BooleanConstructor;
4
- default: boolean;
5
- };
6
- helper: StringConstructor;
7
- label: StringConstructor;
8
- dir: {
9
- type: StringConstructor;
10
- default: string;
11
- };
12
- icon: StringConstructor;
13
- iconLeft: StringConstructor;
14
- iconRight: StringConstructor;
15
- max: (NumberConstructor | StringConstructor)[];
16
- maxlength: (NumberConstructor | StringConstructor)[];
17
- min: (NumberConstructor | StringConstructor)[];
18
- minlength: (NumberConstructor | StringConstructor)[];
19
- placeholder: StringConstructor;
20
- type: {
21
- type: StringConstructor;
22
- default: string;
23
- };
24
- block: BooleanConstructor;
25
- modelValue: import("vue").PropType<string | number | boolean | object | any[] | undefined>;
26
- name: StringConstructor;
27
- readonly: BooleanConstructor;
28
- required: BooleanConstructor;
29
- validateOnInput: {
30
- readonly type: BooleanConstructor;
31
- readonly default: true;
32
- };
33
- error: StringConstructor;
34
- rules: {
35
- readonly type: ArrayConstructor;
36
- readonly default: () => never[];
37
- };
38
- disabled: BooleanConstructor;
39
- loading: BooleanConstructor;
40
- color: {
41
- readonly type: StringConstructor;
42
- readonly default: string | undefined;
43
- };
44
- size: {
45
- readonly type: import("vue").PropType<import("../../composables/common").Size>;
46
- readonly default: "md";
47
- readonly validator: (value: string) => boolean;
48
- };
49
- }, {
50
- focus: () => void | undefined;
51
- blur: () => void | undefined;
52
- reset: () => void;
53
- validate: (val: any) => boolean;
54
- setError: (val: string) => void;
55
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, string[], string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
56
- showPasswordToggle: {
57
- type: BooleanConstructor;
58
- default: boolean;
59
- };
60
- helper: StringConstructor;
61
- label: StringConstructor;
62
- dir: {
63
- type: StringConstructor;
64
- default: string;
65
- };
66
- icon: StringConstructor;
67
- iconLeft: StringConstructor;
68
- iconRight: StringConstructor;
69
- max: (NumberConstructor | StringConstructor)[];
70
- maxlength: (NumberConstructor | StringConstructor)[];
71
- min: (NumberConstructor | StringConstructor)[];
72
- minlength: (NumberConstructor | StringConstructor)[];
73
- placeholder: StringConstructor;
74
- type: {
75
- type: StringConstructor;
76
- default: string;
77
- };
78
- block: BooleanConstructor;
79
- modelValue: import("vue").PropType<string | number | boolean | object | any[] | undefined>;
80
- name: StringConstructor;
81
- readonly: BooleanConstructor;
82
- required: BooleanConstructor;
83
- validateOnInput: {
84
- readonly type: BooleanConstructor;
85
- readonly default: true;
86
- };
87
- error: StringConstructor;
88
- rules: {
89
- readonly type: ArrayConstructor;
90
- readonly default: () => never[];
91
- };
92
- disabled: BooleanConstructor;
93
- loading: BooleanConstructor;
94
- color: {
95
- readonly type: StringConstructor;
96
- readonly default: string | undefined;
97
- };
98
- size: {
99
- readonly type: import("vue").PropType<import("../../composables/common").Size>;
100
- readonly default: "md";
101
- readonly validator: (value: string) => boolean;
102
- };
103
- }>> & {
104
- [x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
105
- }, {
106
- readonly: boolean;
107
- size: import("../../composables/common").Size;
108
- required: boolean;
109
- type: string;
110
- color: string;
111
- dir: string;
112
- block: boolean;
113
- disabled: boolean;
114
- loading: boolean;
115
- validateOnInput: boolean;
116
- rules: unknown[];
117
- showPasswordToggle: boolean;
118
- }>;
119
- export default _default;
@@ -1 +0,0 @@
1
- export {};
@@ -1,8 +0,0 @@
1
- import type { ThemeParams } from '../../composables/theme';
2
- declare const _default: {
3
- classes: {
4
- wrapper: string;
5
- };
6
- styles: ({ colors, props, css }: ThemeParams) => Record<string, string>;
7
- };
8
- export default _default;
@@ -1,34 +0,0 @@
1
- declare const _default: import("vue").DefineComponent<{
2
- tag: {
3
- type: StringConstructor;
4
- default: string;
5
- };
6
- to: (ObjectConstructor | StringConstructor)[];
7
- shadow: BooleanConstructor;
8
- external: BooleanConstructor;
9
- underline: BooleanConstructor;
10
- color: {
11
- readonly type: StringConstructor;
12
- readonly default: string | undefined;
13
- };
14
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
15
- tag: {
16
- type: StringConstructor;
17
- default: string;
18
- };
19
- to: (ObjectConstructor | StringConstructor)[];
20
- shadow: BooleanConstructor;
21
- external: BooleanConstructor;
22
- underline: BooleanConstructor;
23
- color: {
24
- readonly type: StringConstructor;
25
- readonly default: string | undefined;
26
- };
27
- }>>, {
28
- color: string;
29
- tag: string;
30
- shadow: boolean;
31
- external: boolean;
32
- underline: boolean;
33
- }>;
34
- export default _default;
@@ -1 +0,0 @@
1
- export {};
@@ -1,6 +0,0 @@
1
- declare const _default: {
2
- classes: {
3
- wrapper: string;
4
- };
5
- };
6
- export default _default;
@@ -1,65 +0,0 @@
1
- import type { PropType } from 'vue';
2
- declare const _default: import("vue").DefineComponent<{
3
- items: PropType<any[]>;
4
- collapsible: {
5
- type: BooleanConstructor;
6
- default: boolean;
7
- };
8
- collapseIcon: StringConstructor;
9
- expanded: BooleanConstructor;
10
- disabled: BooleanConstructor;
11
- rounded: {
12
- type: BooleanConstructor;
13
- default: boolean;
14
- };
15
- filled: {
16
- type: BooleanConstructor;
17
- default: boolean;
18
- };
19
- color: {
20
- readonly type: StringConstructor;
21
- readonly default: string | undefined;
22
- };
23
- size: {
24
- readonly type: PropType<import("../../composables/common").Size>;
25
- readonly default: "md";
26
- readonly validator: (value: string) => boolean;
27
- };
28
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "expand"[], "expand", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
29
- items: PropType<any[]>;
30
- collapsible: {
31
- type: BooleanConstructor;
32
- default: boolean;
33
- };
34
- collapseIcon: StringConstructor;
35
- expanded: BooleanConstructor;
36
- disabled: BooleanConstructor;
37
- rounded: {
38
- type: BooleanConstructor;
39
- default: boolean;
40
- };
41
- filled: {
42
- type: BooleanConstructor;
43
- default: boolean;
44
- };
45
- color: {
46
- readonly type: StringConstructor;
47
- readonly default: string | undefined;
48
- };
49
- size: {
50
- readonly type: PropType<import("../../composables/common").Size>;
51
- readonly default: "md";
52
- readonly validator: (value: string) => boolean;
53
- };
54
- }>> & {
55
- onExpand?: ((...args: any[]) => any) | undefined;
56
- }, {
57
- size: import("../../composables/common").Size;
58
- filled: boolean;
59
- color: string;
60
- rounded: boolean;
61
- disabled: boolean;
62
- expanded: boolean;
63
- collapsible: boolean;
64
- }>;
65
- export default _default;
@@ -1,8 +0,0 @@
1
- import type { ThemeParams } from '../../composables/theme';
2
- declare const _default: {
3
- classes: {
4
- wrapper: ({ props, data }: ThemeParams) => any[];
5
- };
6
- styles: ({ colors, props, css, data }: ThemeParams) => Record<string, string>;
7
- };
8
- export default _default;
@@ -1,89 +0,0 @@
1
- declare const _default: import("vue").DefineComponent<{
2
- item: {
3
- type: ObjectConstructor;
4
- default: () => void;
5
- };
6
- active: BooleanConstructor;
7
- onClick: FunctionConstructor;
8
- inactive: BooleanConstructor;
9
- value: (NumberConstructor | StringConstructor)[];
10
- to: StringConstructor;
11
- exact: BooleanConstructor;
12
- href: StringConstructor;
13
- target: StringConstructor;
14
- label: StringConstructor;
15
- icon: StringConstructor;
16
- iconRight: StringConstructor;
17
- loading: BooleanConstructor;
18
- rounded: {
19
- type: BooleanConstructor;
20
- default: boolean;
21
- };
22
- filled: {
23
- type: BooleanConstructor;
24
- default: boolean;
25
- };
26
- selected: BooleanConstructor;
27
- disabled: BooleanConstructor;
28
- color: {
29
- readonly type: StringConstructor;
30
- readonly default: string | undefined;
31
- };
32
- size: {
33
- readonly type: import("vue").PropType<import("../../composables/common").Size>;
34
- readonly default: "md";
35
- readonly validator: (value: string) => boolean;
36
- };
37
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("active" | "click")[], "active" | "click", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
38
- item: {
39
- type: ObjectConstructor;
40
- default: () => void;
41
- };
42
- active: BooleanConstructor;
43
- onClick: FunctionConstructor;
44
- inactive: BooleanConstructor;
45
- value: (NumberConstructor | StringConstructor)[];
46
- to: StringConstructor;
47
- exact: BooleanConstructor;
48
- href: StringConstructor;
49
- target: StringConstructor;
50
- label: StringConstructor;
51
- icon: StringConstructor;
52
- iconRight: StringConstructor;
53
- loading: BooleanConstructor;
54
- rounded: {
55
- type: BooleanConstructor;
56
- default: boolean;
57
- };
58
- filled: {
59
- type: BooleanConstructor;
60
- default: boolean;
61
- };
62
- selected: BooleanConstructor;
63
- disabled: BooleanConstructor;
64
- color: {
65
- readonly type: StringConstructor;
66
- readonly default: string | undefined;
67
- };
68
- size: {
69
- readonly type: import("vue").PropType<import("../../composables/common").Size>;
70
- readonly default: "md";
71
- readonly validator: (value: string) => boolean;
72
- };
73
- }>> & {
74
- onClick?: ((...args: any[]) => any) | undefined;
75
- onActive?: ((...args: any[]) => any) | undefined;
76
- }, {
77
- active: boolean;
78
- size: import("../../composables/common").Size;
79
- filled: boolean;
80
- color: string;
81
- rounded: boolean;
82
- item: Record<string, any>;
83
- disabled: boolean;
84
- loading: boolean;
85
- exact: boolean;
86
- inactive: boolean;
87
- selected: boolean;
88
- }>;
89
- export default _default;
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1,13 +0,0 @@
1
- import type { ThemeParams } from '../../composables/theme';
2
- declare const _default: {
3
- classes: {
4
- wrapper: string;
5
- backdrop: string;
6
- modal: ({ props }: ThemeParams) => string;
7
- closeIcon: string;
8
- header: string;
9
- content: string;
10
- actions: string;
11
- };
12
- };
13
- export default _default;
@@ -1,29 +0,0 @@
1
- import { type PropType } from 'vue';
2
- declare const _default: import("vue").DefineComponent<{
3
- size: {
4
- type: PropType<"xs" | "sm" | "md" | "lg" | "xl" | "full">;
5
- default: string;
6
- };
7
- modelValue: BooleanConstructor;
8
- showClose: BooleanConstructor;
9
- backdrop: BooleanConstructor;
10
- }, {
11
- open: () => void;
12
- close: () => void;
13
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
14
- size: {
15
- type: PropType<"xs" | "sm" | "md" | "lg" | "xl" | "full">;
16
- default: string;
17
- };
18
- modelValue: BooleanConstructor;
19
- showClose: BooleanConstructor;
20
- backdrop: BooleanConstructor;
21
- }>> & {
22
- "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
23
- }, {
24
- size: "xs" | "sm" | "md" | "lg" | "xl" | "full";
25
- modelValue: boolean;
26
- backdrop: boolean;
27
- showClose: boolean;
28
- }>;
29
- export default _default;
@@ -1 +0,0 @@
1
- export {};
@@ -1,8 +0,0 @@
1
- declare const _default: {
2
- classes: {
3
- wrapper: string;
4
- list: string;
5
- item: string;
6
- };
7
- };
8
- export default _default;
@@ -1,91 +0,0 @@
1
- import { type PropType } from 'vue';
2
- export declare type NotificationAlign = 'left' | 'right';
3
- export declare type NotificationPosition = 'bottom' | 'top';
4
- export declare type NotificationAction = {
5
- onClick: () => void;
6
- label: string;
7
- color?: string;
8
- };
9
- export declare type NotificationEvent = {
10
- id?: number;
11
- icon?: string;
12
- action?: NotificationAction;
13
- iconColor?: string;
14
- title?: string;
15
- style?: string;
16
- message?: string;
17
- timeout?: number;
18
- removable?: boolean;
19
- align?: NotificationAlign;
20
- position?: NotificationPosition;
21
- };
22
- declare const _default: import("vue").DefineComponent<{
23
- align: {
24
- type: PropType<NotificationAlign>;
25
- default: string;
26
- validator: (value: string) => boolean;
27
- };
28
- position: {
29
- type: PropType<NotificationPosition>;
30
- default: string;
31
- validator: (value: string) => boolean;
32
- };
33
- timeout: {
34
- type: NumberConstructor;
35
- default: number;
36
- };
37
- removable: {
38
- type: BooleanConstructor;
39
- default: boolean;
40
- };
41
- injectKey: {
42
- type: (SymbolConstructor | StringConstructor)[];
43
- default: import("vue").InjectionKey<any>;
44
- };
45
- color: {
46
- readonly type: StringConstructor;
47
- readonly default: string | undefined;
48
- };
49
- }, {
50
- log: (notification: NotificationEvent | string) => void;
51
- info: (notification: NotificationEvent | string) => void;
52
- success: (notification: NotificationEvent | string) => void;
53
- warn: (notification: NotificationEvent | string) => void;
54
- warning: (notification: NotificationEvent | string) => void;
55
- error: (notification: NotificationEvent | string) => void;
56
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
57
- align: {
58
- type: PropType<NotificationAlign>;
59
- default: string;
60
- validator: (value: string) => boolean;
61
- };
62
- position: {
63
- type: PropType<NotificationPosition>;
64
- default: string;
65
- validator: (value: string) => boolean;
66
- };
67
- timeout: {
68
- type: NumberConstructor;
69
- default: number;
70
- };
71
- removable: {
72
- type: BooleanConstructor;
73
- default: boolean;
74
- };
75
- injectKey: {
76
- type: (SymbolConstructor | StringConstructor)[];
77
- default: import("vue").InjectionKey<any>;
78
- };
79
- color: {
80
- readonly type: StringConstructor;
81
- readonly default: string | undefined;
82
- };
83
- }>>, {
84
- removable: boolean;
85
- color: string;
86
- position: NotificationPosition;
87
- align: NotificationAlign;
88
- timeout: number;
89
- injectKey: string | symbol;
90
- }>;
91
- export default _default;
@@ -1,9 +0,0 @@
1
- import type { ThemeParams } from '../../composables/theme';
2
- declare const _default: {
3
- classes: {
4
- wrapper: ({ props }: ThemeParams) => "flex items-center" | "flex items-center space-x-2" | "flex space-x-6";
5
- dots: ({ props }: ThemeParams) => "h-4 w-4" | "h-5 w-5" | "h-2 w-2" | "h-3 w-3";
6
- };
7
- styles: ({ props, css, colors }: ThemeParams) => string;
8
- };
9
- export default _default;
@@ -1,49 +0,0 @@
1
- import { type PropType } from 'vue';
2
- declare const _default: import("vue").DefineComponent<{
3
- links: BooleanConstructor;
4
- totalPages: {
5
- type: NumberConstructor;
6
- default: number;
7
- };
8
- modelValue: {
9
- type: NumberConstructor;
10
- default: number;
11
- };
12
- variant: {
13
- type: PropType<"simple" | "dots" | "quick">;
14
- default: string;
15
- };
16
- size: {
17
- readonly type: PropType<import("../../composables/common").Size>;
18
- readonly default: "md";
19
- readonly validator: (value: string) => boolean;
20
- };
21
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
22
- links: BooleanConstructor;
23
- totalPages: {
24
- type: NumberConstructor;
25
- default: number;
26
- };
27
- modelValue: {
28
- type: NumberConstructor;
29
- default: number;
30
- };
31
- variant: {
32
- type: PropType<"simple" | "dots" | "quick">;
33
- default: string;
34
- };
35
- size: {
36
- readonly type: PropType<import("../../composables/common").Size>;
37
- readonly default: "md";
38
- readonly validator: (value: string) => boolean;
39
- };
40
- }>> & {
41
- "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
42
- }, {
43
- size: import("../../composables/common").Size;
44
- modelValue: number;
45
- links: boolean;
46
- totalPages: number;
47
- variant: "simple" | "dots" | "quick";
48
- }>;
49
- export default _default;
@@ -1,7 +0,0 @@
1
- import type { ThemeParams } from '../../composables/theme';
2
- declare const _default: {
3
- classes: {
4
- wrapper: ({ props }: ThemeParams) => "!leading-none !p-1 min-w-[1.375rem]" | "!leading-none !p-2 min-w-[2rem]" | "!leading-none !p-3 min-w-[2.75rem]" | "!leading-none !p-4 min-w-[3.375rem]" | "!leading-none !p-2 min-w-[2.125rem]";
5
- };
6
- };
7
- export default _default;
@@ -1,33 +0,0 @@
1
- declare const _default: import("vue").DefineComponent<{
2
- value: {
3
- type: NumberConstructor;
4
- default: number;
5
- };
6
- selected: BooleanConstructor;
7
- links: BooleanConstructor;
8
- size: {
9
- readonly type: import("vue").PropType<import("../../composables/common").Size>;
10
- readonly default: "md";
11
- readonly validator: (value: string) => boolean;
12
- };
13
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "input"[], "input", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
14
- value: {
15
- type: NumberConstructor;
16
- default: number;
17
- };
18
- selected: BooleanConstructor;
19
- links: BooleanConstructor;
20
- size: {
21
- readonly type: import("vue").PropType<import("../../composables/common").Size>;
22
- readonly default: "md";
23
- readonly validator: (value: string) => boolean;
24
- };
25
- }>> & {
26
- onInput?: ((...args: any[]) => any) | undefined;
27
- }, {
28
- size: import("../../composables/common").Size;
29
- value: number;
30
- selected: boolean;
31
- links: boolean;
32
- }>;
33
- export default _default;
@@ -1,7 +0,0 @@
1
- declare const _default: {
2
- classes: {
3
- wrapper: string;
4
- content: string;
5
- };
6
- };
7
- export default _default;