cisse-vue-ui 0.1.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 (96) hide show
  1. package/README.md +15 -0
  2. package/dist/BadgeType.vue_vue_type_script_setup_true_lang-CJb63H1I.cjs +145 -0
  3. package/dist/BadgeType.vue_vue_type_script_setup_true_lang-CJb63H1I.cjs.map +1 -0
  4. package/dist/BadgeType.vue_vue_type_script_setup_true_lang-CnB5eNEM.js +146 -0
  5. package/dist/BadgeType.vue_vue_type_script_setup_true_lang-CnB5eNEM.js.map +1 -0
  6. package/dist/NotificationList.vue_vue_type_script_setup_true_lang-B2hjbMm4.js +351 -0
  7. package/dist/NotificationList.vue_vue_type_script_setup_true_lang-B2hjbMm4.js.map +1 -0
  8. package/dist/NotificationList.vue_vue_type_script_setup_true_lang-Ci3zIvrv.cjs +350 -0
  9. package/dist/NotificationList.vue_vue_type_script_setup_true_lang-Ci3zIvrv.cjs.map +1 -0
  10. package/dist/SearchInput.vue_vue_type_script_setup_true_lang-Be73hShP.cjs +234 -0
  11. package/dist/SearchInput.vue_vue_type_script_setup_true_lang-Be73hShP.cjs.map +1 -0
  12. package/dist/SearchInput.vue_vue_type_script_setup_true_lang-DjT2qdcp.js +235 -0
  13. package/dist/SearchInput.vue_vue_type_script_setup_true_lang-DjT2qdcp.js.map +1 -0
  14. package/dist/TableAction.vue_vue_type_script_setup_true_lang-BHskhVhK.js +540 -0
  15. package/dist/TableAction.vue_vue_type_script_setup_true_lang-BHskhVhK.js.map +1 -0
  16. package/dist/TableAction.vue_vue_type_script_setup_true_lang-CojbKn7E.cjs +539 -0
  17. package/dist/TableAction.vue_vue_type_script_setup_true_lang-CojbKn7E.cjs.map +1 -0
  18. package/dist/components/core/AutocompleteComponent.vue.d.ts +19 -0
  19. package/dist/components/core/CardComponent.vue.d.ts +24 -0
  20. package/dist/components/core/MenuItem.vue.d.ts +6 -0
  21. package/dist/components/core/StatusBadge.vue.d.ts +21 -0
  22. package/dist/components/core/TableAction.vue.d.ts +8 -0
  23. package/dist/components/core/TableComponent.vue.d.ts +40 -0
  24. package/dist/components/core/index.cjs +11 -0
  25. package/dist/components/core/index.cjs.map +1 -0
  26. package/dist/components/core/index.d.ts +6 -0
  27. package/dist/components/core/index.js +11 -0
  28. package/dist/components/core/index.js.map +1 -0
  29. package/dist/components/feedback/LoadingSpinner.vue.d.ts +7 -0
  30. package/dist/components/feedback/Modal.vue.d.ts +32 -0
  31. package/dist/components/feedback/NotificationComponent.vue.d.ts +12 -0
  32. package/dist/components/feedback/NotificationList.vue.d.ts +12 -0
  33. package/dist/components/feedback/PaginationControls.vue.d.ts +21 -0
  34. package/dist/components/feedback/index.cjs +9 -0
  35. package/dist/components/feedback/index.cjs.map +1 -0
  36. package/dist/components/feedback/index.d.ts +5 -0
  37. package/dist/components/feedback/index.js +9 -0
  38. package/dist/components/feedback/index.js.map +1 -0
  39. package/dist/components/form/FormGroup.vue.d.ts +30 -0
  40. package/dist/components/form/FormHelp.vue.d.ts +21 -0
  41. package/dist/components/form/FormInput.vue.d.ts +13 -0
  42. package/dist/components/form/FormLabel.vue.d.ts +21 -0
  43. package/dist/components/form/FormSelect.vue.d.ts +26 -0
  44. package/dist/components/form/SearchInput.vue.d.ts +12 -0
  45. package/dist/components/form/index.cjs +10 -0
  46. package/dist/components/form/index.cjs.map +1 -0
  47. package/dist/components/form/index.d.ts +6 -0
  48. package/dist/components/form/index.js +10 -0
  49. package/dist/components/form/index.js.map +1 -0
  50. package/dist/components/index.cjs +29 -0
  51. package/dist/components/index.cjs.map +1 -0
  52. package/dist/components/index.d.ts +4 -0
  53. package/dist/components/index.js +29 -0
  54. package/dist/components/index.js.map +1 -0
  55. package/dist/components/type/BadgeType.vue.d.ts +11 -0
  56. package/dist/components/type/BooleanType.vue.d.ts +11 -0
  57. package/dist/components/type/DateType.vue.d.ts +10 -0
  58. package/dist/components/type/NumberType.vue.d.ts +9 -0
  59. package/dist/components/type/TextType.vue.d.ts +8 -0
  60. package/dist/components/type/index.cjs +9 -0
  61. package/dist/components/type/index.cjs.map +1 -0
  62. package/dist/components/type/index.d.ts +5 -0
  63. package/dist/components/type/index.js +9 -0
  64. package/dist/components/type/index.js.map +1 -0
  65. package/dist/composables/index.cjs +7 -0
  66. package/dist/composables/index.cjs.map +1 -0
  67. package/dist/composables/index.d.ts +3 -0
  68. package/dist/composables/index.js +7 -0
  69. package/dist/composables/index.js.map +1 -0
  70. package/dist/composables/useDarkMode.d.ts +14 -0
  71. package/dist/composables/useExportCSV.d.ts +10 -0
  72. package/dist/composables/useNotifications.d.ts +27 -0
  73. package/dist/index-BoCtJCg0.cjs +32 -0
  74. package/dist/index-BoCtJCg0.cjs.map +1 -0
  75. package/dist/index-CGhDI10m.js +33 -0
  76. package/dist/index-CGhDI10m.js.map +1 -0
  77. package/dist/index.cjs +49 -0
  78. package/dist/index.cjs.map +1 -0
  79. package/dist/index.d.ts +5 -0
  80. package/dist/index.js +49 -0
  81. package/dist/index.js.map +1 -0
  82. package/dist/plugin.d.ts +24 -0
  83. package/dist/types/components.d.ts +18 -0
  84. package/dist/types/form.d.ts +27 -0
  85. package/dist/types/index.cjs +2 -0
  86. package/dist/types/index.cjs.map +1 -0
  87. package/dist/types/index.d.ts +4 -0
  88. package/dist/types/index.js +2 -0
  89. package/dist/types/index.js.map +1 -0
  90. package/dist/types/notification.d.ts +12 -0
  91. package/dist/types/property.d.ts +34 -0
  92. package/dist/useExportCSV-B9o9lJ3D.js +130 -0
  93. package/dist/useExportCSV-B9o9lJ3D.js.map +1 -0
  94. package/dist/useExportCSV-BPC_hd25.cjs +129 -0
  95. package/dist/useExportCSV-BPC_hd25.cjs.map +1 -0
  96. package/package.json +131 -0
@@ -0,0 +1,21 @@
1
+ import { StatusBadgeVariant } from '../../types';
2
+ type __VLS_Props = {
3
+ variant?: StatusBadgeVariant;
4
+ };
5
+ declare function __VLS_template(): {
6
+ attrs: Partial<{}>;
7
+ slots: {
8
+ default?(_: {}): any;
9
+ };
10
+ refs: {};
11
+ rootEl: HTMLSpanElement;
12
+ };
13
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
14
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLSpanElement>;
15
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
16
+ export default _default;
17
+ type __VLS_WithTemplateSlots<T, S> = T & {
18
+ new (): {
19
+ $slots: S;
20
+ };
21
+ };
@@ -0,0 +1,8 @@
1
+ import { TableActionColor } from '../../types';
2
+ type __VLS_Props = {
3
+ link?: string;
4
+ icon: string;
5
+ color?: TableActionColor;
6
+ };
7
+ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
8
+ export default _default;
@@ -0,0 +1,40 @@
1
+ import { Property } from '../../types';
2
+ type __VLS_Props = {
3
+ properties: Property[];
4
+ items: {
5
+ id: number | string;
6
+ [key: string]: unknown;
7
+ }[];
8
+ };
9
+ declare function __VLS_template(): {
10
+ attrs: Partial<{}>;
11
+ slots: Partial<Record<string, (_: {
12
+ property: Property;
13
+ }) => any>> & Partial<Record<string, (_: {
14
+ item: {
15
+ [key: string]: unknown;
16
+ id: number | string;
17
+ };
18
+ property: Property;
19
+ value: unknown;
20
+ }) => any>> & {
21
+ action?(_: {
22
+ item: {
23
+ [key: string]: unknown;
24
+ id: number | string;
25
+ };
26
+ }): any;
27
+ empty?(_: {}): any;
28
+ };
29
+ refs: {};
30
+ rootEl: any;
31
+ };
32
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
33
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
34
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
35
+ export default _default;
36
+ type __VLS_WithTemplateSlots<T, S> = T & {
37
+ new (): {
38
+ $slots: S;
39
+ };
40
+ };
@@ -0,0 +1,11 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
+ const TableAction_vue_vue_type_script_setup_true_lang = require("../../TableAction.vue_vue_type_script_setup_true_lang-CojbKn7E.cjs");
4
+ const BadgeType_vue_vue_type_script_setup_true_lang = require("../../BadgeType.vue_vue_type_script_setup_true_lang-CJb63H1I.cjs");
5
+ exports.AutocompleteComponent = TableAction_vue_vue_type_script_setup_true_lang._sfc_main$2;
6
+ exports.CardComponent = TableAction_vue_vue_type_script_setup_true_lang._sfc_main;
7
+ exports.MenuItem = TableAction_vue_vue_type_script_setup_true_lang._sfc_main$3;
8
+ exports.TableAction = TableAction_vue_vue_type_script_setup_true_lang._sfc_main$4;
9
+ exports.TableComponent = TableAction_vue_vue_type_script_setup_true_lang._sfc_main$1;
10
+ exports.StatusBadge = BadgeType_vue_vue_type_script_setup_true_lang._sfc_main;
11
+ //# sourceMappingURL=index.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.cjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;"}
@@ -0,0 +1,6 @@
1
+ export { default as CardComponent } from './CardComponent.vue';
2
+ export { default as TableComponent } from './TableComponent.vue';
3
+ export { default as AutocompleteComponent } from './AutocompleteComponent.vue';
4
+ export { default as MenuItem } from './MenuItem.vue';
5
+ export { default as TableAction } from './TableAction.vue';
6
+ export { default as StatusBadge } from './StatusBadge.vue';
@@ -0,0 +1,11 @@
1
+ import { b, _, c, d, a } from "../../TableAction.vue_vue_type_script_setup_true_lang-BHskhVhK.js";
2
+ import { _ as _2 } from "../../BadgeType.vue_vue_type_script_setup_true_lang-CnB5eNEM.js";
3
+ export {
4
+ b as AutocompleteComponent,
5
+ _ as CardComponent,
6
+ c as MenuItem,
7
+ _2 as StatusBadge,
8
+ d as TableAction,
9
+ a as TableComponent
10
+ };
11
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;"}
@@ -0,0 +1,7 @@
1
+ import { SpinnerSize } from '../../types';
2
+ type __VLS_Props = {
3
+ text?: string;
4
+ size?: SpinnerSize;
5
+ };
6
+ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
7
+ export default _default;
@@ -0,0 +1,32 @@
1
+ import { ModalSize } from '../../types';
2
+ type __VLS_Props = {
3
+ title?: string;
4
+ size?: ModalSize;
5
+ closeOnBackdrop?: boolean;
6
+ closeOnEscape?: boolean;
7
+ closeButtonLabel?: string;
8
+ };
9
+ declare function __VLS_template(): {
10
+ attrs: Partial<{}>;
11
+ slots: {
12
+ header?(_: {}): any;
13
+ title?(_: {}): any;
14
+ default?(_: {}): any;
15
+ footer?(_: {}): any;
16
+ };
17
+ refs: {};
18
+ rootEl: HTMLDivElement;
19
+ };
20
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
21
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
22
+ close: () => any;
23
+ }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
24
+ onClose?: (() => any) | undefined;
25
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
26
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
27
+ export default _default;
28
+ type __VLS_WithTemplateSlots<T, S> = T & {
29
+ new (): {
30
+ $slots: S;
31
+ };
32
+ };
@@ -0,0 +1,12 @@
1
+ import { Notification } from '../../types';
2
+ type __VLS_Props = {
3
+ notification: Notification;
4
+ autoDismiss?: boolean;
5
+ duration?: number;
6
+ };
7
+ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
8
+ dismiss: (id: string) => any;
9
+ }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
10
+ onDismiss?: ((id: string) => any) | undefined;
11
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
12
+ export default _default;
@@ -0,0 +1,12 @@
1
+ import { Notification } from '../../types';
2
+ type __VLS_Props = {
3
+ notifications: Notification[];
4
+ autoDismiss?: boolean;
5
+ duration?: number;
6
+ };
7
+ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
8
+ dismiss: (id: string) => any;
9
+ }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
10
+ onDismiss?: ((id: string) => any) | undefined;
11
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
12
+ export default _default;
@@ -0,0 +1,21 @@
1
+ type __VLS_Props = {
2
+ currentPage: number;
3
+ totalPages: number;
4
+ loading?: boolean;
5
+ pageSize?: number;
6
+ pageSizeOptions?: number[];
7
+ showPageSize?: boolean;
8
+ pageLabel?: string;
9
+ ofLabel?: string;
10
+ itemsPerPageLabel?: string;
11
+ previousLabel?: string;
12
+ nextLabel?: string;
13
+ };
14
+ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
15
+ "update:page": (page: number) => any;
16
+ "update:pageSize": (size: number) => any;
17
+ }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
18
+ "onUpdate:page"?: ((page: number) => any) | undefined;
19
+ "onUpdate:pageSize"?: ((size: number) => any) | undefined;
20
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
21
+ export default _default;
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
+ const NotificationList_vue_vue_type_script_setup_true_lang = require("../../NotificationList.vue_vue_type_script_setup_true_lang-Ci3zIvrv.cjs");
4
+ exports.LoadingSpinner = NotificationList_vue_vue_type_script_setup_true_lang._sfc_main;
5
+ exports.Modal = NotificationList_vue_vue_type_script_setup_true_lang._sfc_main$1;
6
+ exports.NotificationComponent = NotificationList_vue_vue_type_script_setup_true_lang._sfc_main$3;
7
+ exports.NotificationList = NotificationList_vue_vue_type_script_setup_true_lang._sfc_main$4;
8
+ exports.PaginationControls = NotificationList_vue_vue_type_script_setup_true_lang._sfc_main$2;
9
+ //# sourceMappingURL=index.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.cjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;"}
@@ -0,0 +1,5 @@
1
+ export { default as LoadingSpinner } from './LoadingSpinner.vue';
2
+ export { default as Modal } from './Modal.vue';
3
+ export { default as PaginationControls } from './PaginationControls.vue';
4
+ export { default as NotificationComponent } from './NotificationComponent.vue';
5
+ export { default as NotificationList } from './NotificationList.vue';
@@ -0,0 +1,9 @@
1
+ import { _, a, c, d, b } from "../../NotificationList.vue_vue_type_script_setup_true_lang-B2hjbMm4.js";
2
+ export {
3
+ _ as LoadingSpinner,
4
+ a as Modal,
5
+ c as NotificationComponent,
6
+ d as NotificationList,
7
+ b as PaginationControls
8
+ };
9
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";"}
@@ -0,0 +1,30 @@
1
+ import { FormGroupProps } from '../../types';
2
+ type __VLS_Props = FormGroupProps;
3
+ type __VLS_PublicProps = {
4
+ modelValue?: any;
5
+ } & __VLS_Props;
6
+ declare function __VLS_template(): {
7
+ attrs: Partial<{}>;
8
+ slots: {
9
+ default?(_: {}): any;
10
+ label?(_: {}): any;
11
+ input?(_: {}): any;
12
+ };
13
+ refs: {};
14
+ rootEl: HTMLDivElement;
15
+ };
16
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
17
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
18
+ "update:modelValue": (value: any) => any;
19
+ }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
20
+ "onUpdate:modelValue"?: ((value: any) => any) | undefined;
21
+ }>, {
22
+ cols: number;
23
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
24
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
25
+ export default _default;
26
+ type __VLS_WithTemplateSlots<T, S> = T & {
27
+ new (): {
28
+ $slots: S;
29
+ };
30
+ };
@@ -0,0 +1,21 @@
1
+ type __VLS_Props = {
2
+ error?: boolean;
3
+ text?: string;
4
+ };
5
+ declare function __VLS_template(): {
6
+ attrs: Partial<{}>;
7
+ slots: {
8
+ default?(_: {}): any;
9
+ };
10
+ refs: {};
11
+ rootEl: HTMLParagraphElement;
12
+ };
13
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
14
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLParagraphElement>;
15
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
16
+ export default _default;
17
+ type __VLS_WithTemplateSlots<T, S> = T & {
18
+ new (): {
19
+ $slots: S;
20
+ };
21
+ };
@@ -0,0 +1,13 @@
1
+ import { InputProps } from '../../types';
2
+ type __VLS_Props = InputProps;
3
+ type __VLS_PublicProps = {
4
+ modelValue?: string;
5
+ } & __VLS_Props;
6
+ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
7
+ "update:modelValue": (value: string) => any;
8
+ }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
9
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
10
+ }>, {
11
+ type: string;
12
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLInputElement>;
13
+ export default _default;
@@ -0,0 +1,21 @@
1
+ type __VLS_Props = {
2
+ error?: string | boolean;
3
+ htmlFor?: string;
4
+ };
5
+ declare function __VLS_template(): {
6
+ attrs: Partial<{}>;
7
+ slots: {
8
+ default?(_: {}): any;
9
+ };
10
+ refs: {};
11
+ rootEl: HTMLLabelElement;
12
+ };
13
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
14
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLLabelElement>;
15
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
16
+ export default _default;
17
+ type __VLS_WithTemplateSlots<T, S> = T & {
18
+ new (): {
19
+ $slots: S;
20
+ };
21
+ };
@@ -0,0 +1,26 @@
1
+ import { SelectProps } from '../../types';
2
+ type __VLS_Props = SelectProps;
3
+ type __VLS_PublicProps = {
4
+ modelValue?: string | number | boolean | null;
5
+ } & __VLS_Props;
6
+ declare function __VLS_template(): {
7
+ attrs: Partial<{}>;
8
+ slots: {
9
+ default?(_: {}): any;
10
+ };
11
+ refs: {};
12
+ rootEl: HTMLSelectElement;
13
+ };
14
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
15
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
16
+ "update:modelValue": (value: string | number | boolean | null) => any;
17
+ }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
18
+ "onUpdate:modelValue"?: ((value: string | number | boolean | null) => any) | undefined;
19
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLSelectElement>;
20
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
21
+ export default _default;
22
+ type __VLS_WithTemplateSlots<T, S> = T & {
23
+ new (): {
24
+ $slots: S;
25
+ };
26
+ };
@@ -0,0 +1,12 @@
1
+ type __VLS_Props = {
2
+ modelValue?: string;
3
+ placeholder?: string;
4
+ icon?: string;
5
+ disabled?: boolean;
6
+ };
7
+ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
8
+ "update:modelValue": (value: string) => any;
9
+ }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
10
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
11
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
12
+ export default _default;
@@ -0,0 +1,10 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
+ const SearchInput_vue_vue_type_script_setup_true_lang = require("../../SearchInput.vue_vue_type_script_setup_true_lang-Be73hShP.cjs");
4
+ exports.FormGroup = SearchInput_vue_vue_type_script_setup_true_lang._sfc_main$4;
5
+ exports.FormHelp = SearchInput_vue_vue_type_script_setup_true_lang._sfc_main$1;
6
+ exports.FormInput = SearchInput_vue_vue_type_script_setup_true_lang._sfc_main$2;
7
+ exports.FormLabel = SearchInput_vue_vue_type_script_setup_true_lang._sfc_main;
8
+ exports.FormSelect = SearchInput_vue_vue_type_script_setup_true_lang._sfc_main$3;
9
+ exports.SearchInput = SearchInput_vue_vue_type_script_setup_true_lang._sfc_main$5;
10
+ //# sourceMappingURL=index.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.cjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;"}
@@ -0,0 +1,6 @@
1
+ export { default as FormLabel } from './FormLabel.vue';
2
+ export { default as FormHelp } from './FormHelp.vue';
3
+ export { default as FormInput } from './FormInput.vue';
4
+ export { default as FormSelect } from './FormSelect.vue';
5
+ export { default as FormGroup } from './FormGroup.vue';
6
+ export { default as SearchInput } from './SearchInput.vue';
@@ -0,0 +1,10 @@
1
+ import { d, a, b, _, c, e } from "../../SearchInput.vue_vue_type_script_setup_true_lang-DjT2qdcp.js";
2
+ export {
3
+ d as FormGroup,
4
+ a as FormHelp,
5
+ b as FormInput,
6
+ _ as FormLabel,
7
+ c as FormSelect,
8
+ e as SearchInput
9
+ };
10
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";"}
@@ -0,0 +1,29 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
+ const TableAction_vue_vue_type_script_setup_true_lang = require("../TableAction.vue_vue_type_script_setup_true_lang-CojbKn7E.cjs");
4
+ const BadgeType_vue_vue_type_script_setup_true_lang = require("../BadgeType.vue_vue_type_script_setup_true_lang-CJb63H1I.cjs");
5
+ const SearchInput_vue_vue_type_script_setup_true_lang = require("../SearchInput.vue_vue_type_script_setup_true_lang-Be73hShP.cjs");
6
+ const NotificationList_vue_vue_type_script_setup_true_lang = require("../NotificationList.vue_vue_type_script_setup_true_lang-Ci3zIvrv.cjs");
7
+ exports.AutocompleteComponent = TableAction_vue_vue_type_script_setup_true_lang._sfc_main$2;
8
+ exports.CardComponent = TableAction_vue_vue_type_script_setup_true_lang._sfc_main;
9
+ exports.MenuItem = TableAction_vue_vue_type_script_setup_true_lang._sfc_main$3;
10
+ exports.TableAction = TableAction_vue_vue_type_script_setup_true_lang._sfc_main$4;
11
+ exports.TableComponent = TableAction_vue_vue_type_script_setup_true_lang._sfc_main$1;
12
+ exports.BadgeType = BadgeType_vue_vue_type_script_setup_true_lang._sfc_main$5;
13
+ exports.BooleanType = BadgeType_vue_vue_type_script_setup_true_lang._sfc_main$4;
14
+ exports.DateType = BadgeType_vue_vue_type_script_setup_true_lang._sfc_main$3;
15
+ exports.NumberType = BadgeType_vue_vue_type_script_setup_true_lang._sfc_main$2;
16
+ exports.StatusBadge = BadgeType_vue_vue_type_script_setup_true_lang._sfc_main;
17
+ exports.TextType = BadgeType_vue_vue_type_script_setup_true_lang._sfc_main$1;
18
+ exports.FormGroup = SearchInput_vue_vue_type_script_setup_true_lang._sfc_main$4;
19
+ exports.FormHelp = SearchInput_vue_vue_type_script_setup_true_lang._sfc_main$1;
20
+ exports.FormInput = SearchInput_vue_vue_type_script_setup_true_lang._sfc_main$2;
21
+ exports.FormLabel = SearchInput_vue_vue_type_script_setup_true_lang._sfc_main;
22
+ exports.FormSelect = SearchInput_vue_vue_type_script_setup_true_lang._sfc_main$3;
23
+ exports.SearchInput = SearchInput_vue_vue_type_script_setup_true_lang._sfc_main$5;
24
+ exports.LoadingSpinner = NotificationList_vue_vue_type_script_setup_true_lang._sfc_main;
25
+ exports.Modal = NotificationList_vue_vue_type_script_setup_true_lang._sfc_main$1;
26
+ exports.NotificationComponent = NotificationList_vue_vue_type_script_setup_true_lang._sfc_main$3;
27
+ exports.NotificationList = NotificationList_vue_vue_type_script_setup_true_lang._sfc_main$4;
28
+ exports.PaginationControls = NotificationList_vue_vue_type_script_setup_true_lang._sfc_main$2;
29
+ //# sourceMappingURL=index.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.cjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -0,0 +1,4 @@
1
+ export * from './core';
2
+ export * from './form';
3
+ export * from './feedback';
4
+ export * from './type';
@@ -0,0 +1,29 @@
1
+ import { b, _, c, d, a } from "../TableAction.vue_vue_type_script_setup_true_lang-BHskhVhK.js";
2
+ import { e, d as d2, c as c2, b as b2, _ as _2, a as a2 } from "../BadgeType.vue_vue_type_script_setup_true_lang-CnB5eNEM.js";
3
+ import { d as d3, a as a3, b as b3, _ as _3, c as c3, e as e2 } from "../SearchInput.vue_vue_type_script_setup_true_lang-DjT2qdcp.js";
4
+ import { _ as _4, a as a4, c as c4, d as d4, b as b4 } from "../NotificationList.vue_vue_type_script_setup_true_lang-B2hjbMm4.js";
5
+ export {
6
+ b as AutocompleteComponent,
7
+ e as BadgeType,
8
+ d2 as BooleanType,
9
+ _ as CardComponent,
10
+ c2 as DateType,
11
+ d3 as FormGroup,
12
+ a3 as FormHelp,
13
+ b3 as FormInput,
14
+ _3 as FormLabel,
15
+ c3 as FormSelect,
16
+ _4 as LoadingSpinner,
17
+ c as MenuItem,
18
+ a4 as Modal,
19
+ c4 as NotificationComponent,
20
+ d4 as NotificationList,
21
+ b2 as NumberType,
22
+ b4 as PaginationControls,
23
+ e2 as SearchInput,
24
+ _2 as StatusBadge,
25
+ d as TableAction,
26
+ a as TableComponent,
27
+ a2 as TextType
28
+ };
29
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
@@ -0,0 +1,11 @@
1
+ import { StatusBadgeVariant } from '../../types';
2
+ /**
3
+ * Badge type component - displays value as a badge
4
+ */
5
+ type __VLS_Props = {
6
+ value: unknown;
7
+ variant?: StatusBadgeVariant;
8
+ formatter?: (value: unknown) => string;
9
+ };
10
+ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLSpanElement>;
11
+ export default _default;
@@ -0,0 +1,11 @@
1
+ /**
2
+ * Boolean type component - displays boolean as Yes/No with icons
3
+ */
4
+ type __VLS_Props = {
5
+ value: unknown;
6
+ display?: 'text' | 'icon' | 'both';
7
+ trueLabel?: string;
8
+ falseLabel?: string;
9
+ };
10
+ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLSpanElement>;
11
+ export default _default;
@@ -0,0 +1,10 @@
1
+ /**
2
+ * Date type component - formatted date display
3
+ */
4
+ type __VLS_Props = {
5
+ value: unknown;
6
+ format?: 'date' | 'datetime' | 'time';
7
+ locale?: string;
8
+ };
9
+ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLSpanElement>;
10
+ export default _default;
@@ -0,0 +1,9 @@
1
+ /**
2
+ * Number type component - formatted number display
3
+ */
4
+ type __VLS_Props = {
5
+ value: unknown;
6
+ locale?: string;
7
+ };
8
+ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLSpanElement>;
9
+ export default _default;
@@ -0,0 +1,8 @@
1
+ /**
2
+ * Text type component - default text rendering
3
+ */
4
+ type __VLS_Props = {
5
+ value: unknown;
6
+ };
7
+ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLSpanElement>;
8
+ export default _default;
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
+ const BadgeType_vue_vue_type_script_setup_true_lang = require("../../BadgeType.vue_vue_type_script_setup_true_lang-CJb63H1I.cjs");
4
+ exports.BadgeType = BadgeType_vue_vue_type_script_setup_true_lang._sfc_main$5;
5
+ exports.BooleanType = BadgeType_vue_vue_type_script_setup_true_lang._sfc_main$4;
6
+ exports.DateType = BadgeType_vue_vue_type_script_setup_true_lang._sfc_main$3;
7
+ exports.NumberType = BadgeType_vue_vue_type_script_setup_true_lang._sfc_main$2;
8
+ exports.TextType = BadgeType_vue_vue_type_script_setup_true_lang._sfc_main$1;
9
+ //# sourceMappingURL=index.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.cjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;"}
@@ -0,0 +1,5 @@
1
+ export { default as TextType } from './TextType.vue';
2
+ export { default as NumberType } from './NumberType.vue';
3
+ export { default as DateType } from './DateType.vue';
4
+ export { default as BooleanType } from './BooleanType.vue';
5
+ export { default as BadgeType } from './BadgeType.vue';
@@ -0,0 +1,9 @@
1
+ import { e, d, c, b, a } from "../../BadgeType.vue_vue_type_script_setup_true_lang-CnB5eNEM.js";
2
+ export {
3
+ e as BadgeType,
4
+ d as BooleanType,
5
+ c as DateType,
6
+ b as NumberType,
7
+ a as TextType
8
+ };
9
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";"}
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
+ const useExportCSV = require("../useExportCSV-BPC_hd25.cjs");
4
+ exports.useDarkMode = useExportCSV.useDarkMode;
5
+ exports.useExportCSV = useExportCSV.useExportCSV;
6
+ exports.useNotifications = useExportCSV.useNotifications;
7
+ //# sourceMappingURL=index.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.cjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;"}
@@ -0,0 +1,3 @@
1
+ export { useNotifications } from './useNotifications';
2
+ export { useDarkMode, type DarkModeOptions } from './useDarkMode';
3
+ export { useExportCSV } from './useExportCSV';
@@ -0,0 +1,7 @@
1
+ import { a, b, u } from "../useExportCSV-B9o9lJ3D.js";
2
+ export {
3
+ a as useDarkMode,
4
+ b as useExportCSV,
5
+ u as useNotifications
6
+ };
7
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";"}
@@ -0,0 +1,14 @@
1
+ export interface DarkModeOptions {
2
+ selector?: string;
3
+ attribute?: string;
4
+ storageKey?: string;
5
+ defaultValue?: boolean;
6
+ }
7
+ /**
8
+ * Composable for managing dark mode state
9
+ */
10
+ export declare function useDarkMode(options?: DarkModeOptions): {
11
+ isDark: import('vue').Ref<boolean, boolean>;
12
+ toggle: () => void;
13
+ set: (value: boolean) => void;
14
+ };