@open-xamu-co/ui-components-vue 1.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 (135) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/LICENSE +7 -0
  3. package/README.md +3 -0
  4. package/dist/_virtual/chunk_h.cjs.js +1 -0
  5. package/dist/_virtual/chunk_h.es.js +4372 -0
  6. package/dist/_virtual/index.cjs.js +1 -0
  7. package/dist/_virtual/index.es.js +39 -0
  8. package/dist/_virtual/lodash.cjs.js +27 -0
  9. package/dist/_virtual/lodash.es.js +3686 -0
  10. package/dist/_virtual/nanoid.cjs.js +1 -0
  11. package/dist/_virtual/nanoid.es.js +4 -0
  12. package/dist/_virtual/sweetalert2.cjs.js +65 -0
  13. package/dist/_virtual/sweetalert2.es.js +1415 -0
  14. package/dist/_virtual/validator.cjs.js +7 -0
  15. package/dist/_virtual/validator.es.js +4508 -0
  16. package/dist/components/Dropdown.vue.cjs +1 -0
  17. package/dist/components/Dropdown.vue.d.ts +64 -0
  18. package/dist/components/Dropdown.vue.mjs +9 -0
  19. package/dist/components/Modal.vue.cjs +1 -0
  20. package/dist/components/Modal.vue.d.ts +112 -0
  21. package/dist/components/Modal.vue.mjs +9 -0
  22. package/dist/components/Slider.vue.cjs +1 -0
  23. package/dist/components/Slider.vue.d.ts +110 -0
  24. package/dist/components/Slider.vue.mjs +9 -0
  25. package/dist/components/Table.vue.cjs +1 -0
  26. package/dist/components/Table.vue.d.ts +98 -0
  27. package/dist/components/Table.vue.mjs +9 -0
  28. package/dist/components/action/Button.vue.cjs +1 -0
  29. package/dist/components/action/Button.vue.d.ts +149 -0
  30. package/dist/components/action/Button.vue.mjs +9 -0
  31. package/dist/components/action/ButtonLink.vue.cjs +1 -0
  32. package/dist/components/action/ButtonLink.vue.d.ts +155 -0
  33. package/dist/components/action/ButtonLink.vue.mjs +9 -0
  34. package/dist/components/action/ButtonToggle.vue.cjs +1 -0
  35. package/dist/components/action/ButtonToggle.vue.d.ts +155 -0
  36. package/dist/components/action/ButtonToggle.vue.mjs +9 -0
  37. package/dist/components/action/Link.vue.cjs +1 -0
  38. package/dist/components/action/Link.vue.d.ts +155 -0
  39. package/dist/components/action/Link.vue.mjs +9 -0
  40. package/dist/components/base/Action.vue.cjs +1 -0
  41. package/dist/components/base/Action.vue.d.ts +95 -0
  42. package/dist/components/base/Action.vue.mjs +9 -0
  43. package/dist/components/base/Img.vue.cjs +1 -0
  44. package/dist/components/base/Img.vue.d.ts +48 -0
  45. package/dist/components/base/Img.vue.mjs +9 -0
  46. package/dist/components/base/Input.vue.cjs +1 -0
  47. package/dist/components/base/Input.vue.d.ts +71 -0
  48. package/dist/components/base/Input.vue.mjs +9 -0
  49. package/dist/components/base/Select.vue.cjs +1 -0
  50. package/dist/components/base/Select.vue.d.ts +61 -0
  51. package/dist/components/base/Select.vue.mjs +9 -0
  52. package/dist/components/base/Wrapper.vue.cjs +1 -0
  53. package/dist/components/base/Wrapper.vue.d.ts +42 -0
  54. package/dist/components/base/Wrapper.vue.mjs +9 -0
  55. package/dist/components/box/Action.vue.cjs +1 -0
  56. package/dist/components/box/Action.vue.d.ts +170 -0
  57. package/dist/components/box/Action.vue.mjs +9 -0
  58. package/dist/components/box/Message.vue.cjs +1 -0
  59. package/dist/components/box/Message.vue.d.ts +143 -0
  60. package/dist/components/box/Message.vue.mjs +9 -0
  61. package/dist/components/form/Input.vue.cjs +1 -0
  62. package/dist/components/form/Input.vue.d.ts +49 -0
  63. package/dist/components/form/Input.vue.mjs +9 -0
  64. package/dist/components/form/InputCountriesAPI.vue.d.ts +45 -0
  65. package/dist/components/form/InputLoop.vue.d.ts +44 -0
  66. package/dist/components/form/InputNValues.vue.d.ts +34 -0
  67. package/dist/components/form/InputOptions.vue.d.ts +22 -0
  68. package/dist/components/form/Simple.vue.cjs +1 -0
  69. package/dist/components/form/Simple.vue.d.ts +45 -0
  70. package/dist/components/form/Simple.vue.mjs +9 -0
  71. package/dist/components/form/Stages.vue.cjs +1 -0
  72. package/dist/components/form/Stages.vue.d.ts +77 -0
  73. package/dist/components/form/Stages.vue.mjs +9 -0
  74. package/dist/components/icon/Fa.vue.cjs +1 -0
  75. package/dist/components/icon/Fa.vue.d.ts +47 -0
  76. package/dist/components/icon/Fa.vue.mjs +9 -0
  77. package/dist/components/icon/Simple.vue.cjs +1 -0
  78. package/dist/components/icon/Simple.vue.d.ts +29 -0
  79. package/dist/components/icon/Simple.vue.mjs +9 -0
  80. package/dist/components/index.cjs +1 -0
  81. package/dist/components/index.d.ts +32 -0
  82. package/dist/components/index.mjs +40 -0
  83. package/dist/components/input/Color.vue.d.ts +88 -0
  84. package/dist/components/input/File.vue.cjs +1 -0
  85. package/dist/components/input/File.vue.d.ts +135 -0
  86. package/dist/components/input/File.vue.mjs +9 -0
  87. package/dist/components/input/Text.vue.cjs +1 -0
  88. package/dist/components/input/Text.vue.d.ts +128 -0
  89. package/dist/components/input/Text.vue.mjs +9 -0
  90. package/dist/components/input/Toggle.vue.cjs +1 -0
  91. package/dist/components/input/Toggle.vue.d.ts +113 -0
  92. package/dist/components/input/Toggle.vue.mjs +9 -0
  93. package/dist/components/loader/Content.vue.cjs +1 -0
  94. package/dist/components/loader/Content.vue.d.ts +73 -0
  95. package/dist/components/loader/Content.vue.mjs +9 -0
  96. package/dist/components/loader/ContentFetch.vue.cjs +1 -0
  97. package/dist/components/loader/ContentFetch.vue.d.ts +60 -0
  98. package/dist/components/loader/ContentFetch.vue.mjs +9 -0
  99. package/dist/components/loader/Simple.vue.cjs +1 -0
  100. package/dist/components/loader/Simple.vue.d.ts +47 -0
  101. package/dist/components/loader/Simple.vue.mjs +9 -0
  102. package/dist/components/pagination/Content.vue.cjs +1 -0
  103. package/dist/components/pagination/Content.vue.d.ts +66 -0
  104. package/dist/components/pagination/Content.vue.mjs +9 -0
  105. package/dist/components/pagination/Simple.vue.cjs +1 -0
  106. package/dist/components/pagination/Simple.vue.d.ts +41 -0
  107. package/dist/components/pagination/Simple.vue.mjs +9 -0
  108. package/dist/components/select/Filter.vue.cjs +1 -0
  109. package/dist/components/select/Filter.vue.d.ts +110 -0
  110. package/dist/components/select/Filter.vue.mjs +9 -0
  111. package/dist/components/select/Simple.vue.cjs +1 -0
  112. package/dist/components/select/Simple.vue.d.ts +88 -0
  113. package/dist/components/select/Simple.vue.mjs +9 -0
  114. package/dist/components/value/Complex.vue.cjs +1 -0
  115. package/dist/components/value/Complex.vue.d.ts +80 -0
  116. package/dist/components/value/Complex.vue.mjs +9 -0
  117. package/dist/components/value/Simple.vue.cjs +1 -0
  118. package/dist/components/value/Simple.vue.d.ts +50 -0
  119. package/dist/components/value/Simple.vue.mjs +9 -0
  120. package/dist/composables/browser.d.ts +11 -0
  121. package/dist/composables/countries.d.ts +21 -0
  122. package/dist/composables/fetch.d.ts +10 -0
  123. package/dist/composables/helpers.d.ts +2 -0
  124. package/dist/composables/input.d.ts +9 -0
  125. package/dist/composables/modifiers.d.ts +9 -0
  126. package/dist/composables/state.d.ts +9 -0
  127. package/dist/composables/theme.d.ts +28 -0
  128. package/dist/composables/uuid.d.ts +9 -0
  129. package/dist/plugin.cjs +1 -0
  130. package/dist/plugin.d.ts +8 -0
  131. package/dist/plugin.mjs +36 -0
  132. package/dist/types/countries.d.ts +12 -0
  133. package/dist/types/props.d.ts +77 -0
  134. package/dist/vite.svg +22 -0
  135. package/package.json +162 -0
@@ -0,0 +1 @@
1
+ "use strict";const e=require("../_virtual/chunk_h.cjs.js");require("../_virtual/lodash.cjs.js");require("../_virtual/sweetalert2.cjs.js");require("vue");require("../_virtual/validator.cjs.js");require("../_virtual/nanoid.cjs.js");module.exports=e._sfc_main$11;
@@ -0,0 +1,64 @@
1
+ import { Component as VueComponent, DefineComponent, FunctionalComponent } from "vue";
2
+ type tAlignFirstX = "right" | "left";
3
+ type tAlignFirstY = "top" | "bottom";
4
+ type tAlignX = [tAlignFirstX, "top" | "center" | "bottom"];
5
+ type tAlignY = [tAlignFirstY, "right" | "center" | "left"];
6
+ type tAlign = tAlignFirstX | tAlignFirstY | tAlignX | tAlignY;
7
+ declare function setModel(value?: boolean): boolean;
8
+ declare const _default: __VLS_WithTemplateSlots<DefineComponent<{
9
+ position: {
10
+ type: import("vue").PropType<tAlign>;
11
+ };
12
+ el: {
13
+ type: import("vue").PropType<string | VueComponent | FunctionalComponent<{}, {}, any> | DefineComponent>;
14
+ };
15
+ modelValue: {
16
+ type: import("vue").PropType<boolean>;
17
+ };
18
+ hidden: {
19
+ type: import("vue").PropType<import("@open-xamu-co/ui-common-types").tPropsModifier<string>>;
20
+ };
21
+ size: {
22
+ type: import("vue").PropType<string | number>;
23
+ };
24
+ theme: {
25
+ type: import("vue").PropType<import("@open-xamu-co/ui-common-types").tThemeTuple | import("@open-xamu-co/ui-common-types").tProp<import("@open-xamu-co/ui-common-types").tThemeModifier>>;
26
+ };
27
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("close" | "update:model-value")[], "close" | "update:model-value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
28
+ position: {
29
+ type: import("vue").PropType<tAlign>;
30
+ };
31
+ el: {
32
+ type: import("vue").PropType<string | VueComponent | FunctionalComponent<{}, {}, any> | DefineComponent>;
33
+ };
34
+ modelValue: {
35
+ type: import("vue").PropType<boolean>;
36
+ };
37
+ hidden: {
38
+ type: import("vue").PropType<import("@open-xamu-co/ui-common-types").tPropsModifier<string>>;
39
+ };
40
+ size: {
41
+ type: import("vue").PropType<string | number>;
42
+ };
43
+ theme: {
44
+ type: import("vue").PropType<import("@open-xamu-co/ui-common-types").tThemeTuple | import("@open-xamu-co/ui-common-types").tProp<import("@open-xamu-co/ui-common-types").tThemeModifier>>;
45
+ };
46
+ }>> & {
47
+ onClose?: ((...args: any[]) => any) | undefined;
48
+ "onUpdate:model-value"?: ((...args: any[]) => any) | undefined;
49
+ }, {}, {}>, {
50
+ toggle?(_: {
51
+ model: boolean;
52
+ setModel: typeof setModel;
53
+ }): any;
54
+ default?(_: {
55
+ model: boolean;
56
+ setModel: typeof setModel;
57
+ }): any;
58
+ }>;
59
+ export default _default;
60
+ type __VLS_WithTemplateSlots<T, S> = T & {
61
+ new (): {
62
+ $slots: S;
63
+ };
64
+ };
@@ -0,0 +1,9 @@
1
+ import { m as e } from "../_virtual/chunk_h.es.js";
2
+ import "../_virtual/lodash.es.js";
3
+ import "../_virtual/sweetalert2.es.js";
4
+ import "vue";
5
+ import "../_virtual/validator.es.js";
6
+ import "../_virtual/nanoid.es.js";
7
+ export {
8
+ e as default
9
+ };
@@ -0,0 +1 @@
1
+ "use strict";const e=require("../_virtual/chunk_h.cjs.js");require("../_virtual/lodash.cjs.js");require("../_virtual/sweetalert2.cjs.js");require("vue");require("../_virtual/validator.cjs.js");require("../_virtual/nanoid.cjs.js");module.exports=e._sfc_main$23;
@@ -0,0 +1,112 @@
1
+ import { RendererElement } from "vue";
2
+ interface iButtonConfig {
3
+ title?: string;
4
+ visible?: boolean;
5
+ btnClass?: string;
6
+ }
7
+ declare function setModel(newValue?: boolean): void;
8
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
9
+ loading: {
10
+ type: import("vue").PropType<boolean>;
11
+ };
12
+ title: {
13
+ type: import("vue").PropType<string>;
14
+ };
15
+ subtitle: {
16
+ type: import("vue").PropType<string>;
17
+ };
18
+ modalClass: {
19
+ type: import("vue").PropType<string | string[] | Record<string, boolean>>;
20
+ };
21
+ saveButton: {
22
+ type: import("vue").PropType<iButtonConfig>;
23
+ };
24
+ cancelButton: {
25
+ type: import("vue").PropType<iButtonConfig>;
26
+ };
27
+ hide: {
28
+ type: import("vue").PropType<boolean>;
29
+ };
30
+ hideMessage: {
31
+ type: import("vue").PropType<string>;
32
+ };
33
+ hideFooter: {
34
+ type: import("vue").PropType<boolean>;
35
+ };
36
+ disabled: {
37
+ type: import("vue").PropType<boolean>;
38
+ };
39
+ modelValue: {
40
+ type: import("vue").PropType<boolean>;
41
+ };
42
+ target: {
43
+ type: import("vue").PropType<string | RendererElement>;
44
+ };
45
+ theme: {
46
+ type: import("vue").PropType<import("@open-xamu-co/ui-common-types").tThemeTuple | import("@open-xamu-co/ui-common-types").tProp<import("@open-xamu-co/ui-common-types").tThemeModifier>>;
47
+ };
48
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("save" | "close" | "update:model-value")[], "save" | "close" | "update:model-value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
49
+ loading: {
50
+ type: import("vue").PropType<boolean>;
51
+ };
52
+ title: {
53
+ type: import("vue").PropType<string>;
54
+ };
55
+ subtitle: {
56
+ type: import("vue").PropType<string>;
57
+ };
58
+ modalClass: {
59
+ type: import("vue").PropType<string | string[] | Record<string, boolean>>;
60
+ };
61
+ saveButton: {
62
+ type: import("vue").PropType<iButtonConfig>;
63
+ };
64
+ cancelButton: {
65
+ type: import("vue").PropType<iButtonConfig>;
66
+ };
67
+ hide: {
68
+ type: import("vue").PropType<boolean>;
69
+ };
70
+ hideMessage: {
71
+ type: import("vue").PropType<string>;
72
+ };
73
+ hideFooter: {
74
+ type: import("vue").PropType<boolean>;
75
+ };
76
+ disabled: {
77
+ type: import("vue").PropType<boolean>;
78
+ };
79
+ modelValue: {
80
+ type: import("vue").PropType<boolean>;
81
+ };
82
+ target: {
83
+ type: import("vue").PropType<string | RendererElement>;
84
+ };
85
+ theme: {
86
+ type: import("vue").PropType<import("@open-xamu-co/ui-common-types").tThemeTuple | import("@open-xamu-co/ui-common-types").tProp<import("@open-xamu-co/ui-common-types").tThemeModifier>>;
87
+ };
88
+ }>> & {
89
+ onSave?: ((...args: any[]) => any) | undefined;
90
+ onClose?: ((...args: any[]) => any) | undefined;
91
+ "onUpdate:model-value"?: ((...args: any[]) => any) | undefined;
92
+ }, {}, {}>, {
93
+ toggle?(_: {
94
+ setModel: typeof setModel;
95
+ model: boolean | undefined;
96
+ }): any;
97
+ "modal-header"?(_: {
98
+ model: boolean | undefined;
99
+ }): any;
100
+ default?(_: {
101
+ model: boolean | undefined;
102
+ }): any;
103
+ "modal-footer"?(_: {
104
+ model: boolean | undefined;
105
+ }): any;
106
+ }>;
107
+ export default _default;
108
+ type __VLS_WithTemplateSlots<T, S> = T & {
109
+ new (): {
110
+ $slots: S;
111
+ };
112
+ };
@@ -0,0 +1,9 @@
1
+ import { y as e } from "../_virtual/chunk_h.es.js";
2
+ import "../_virtual/lodash.es.js";
3
+ import "../_virtual/sweetalert2.es.js";
4
+ import "vue";
5
+ import "../_virtual/validator.es.js";
6
+ import "../_virtual/nanoid.es.js";
7
+ export {
8
+ e as default
9
+ };
@@ -0,0 +1 @@
1
+ "use strict";const e=require("../_virtual/chunk_h.cjs.js");require("../_virtual/lodash.cjs.js");require("../_virtual/sweetalert2.cjs.js");require("vue");require("../_virtual/validator.cjs.js");require("../_virtual/nanoid.cjs.js");module.exports=e._sfc_main$28;
@@ -0,0 +1,110 @@
1
+ import { PropType } from "vue";
2
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
3
+ /**
4
+ * Show controls
5
+ */
6
+ controls: {
7
+ type: PropType<boolean | "full">;
8
+ default: boolean;
9
+ };
10
+ /**
11
+ * Auto-animate
12
+ */
13
+ animate: {
14
+ type: BooleanConstructor;
15
+ default: boolean;
16
+ };
17
+ /**
18
+ * Transition duration in ms
19
+ * @values 100 - 1000
20
+ */
21
+ transitionDuration: {
22
+ type: NumberConstructor;
23
+ default: number;
24
+ };
25
+ /**
26
+ * Interval duration in ms
27
+ */
28
+ intervalDuration: {
29
+ type: NumberConstructor;
30
+ default: number;
31
+ };
32
+ visibleSlides: {
33
+ type: NumberConstructor;
34
+ default: number;
35
+ };
36
+ /**
37
+ * is gallery (border radius)
38
+ * TODO: allow opening overlay with picture gallery
39
+ */
40
+ gallery: {
41
+ type: BooleanConstructor;
42
+ default: boolean;
43
+ };
44
+ enumerate: {
45
+ type: BooleanConstructor;
46
+ default: boolean;
47
+ };
48
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
49
+ /**
50
+ * Show controls
51
+ */
52
+ controls: {
53
+ type: PropType<boolean | "full">;
54
+ default: boolean;
55
+ };
56
+ /**
57
+ * Auto-animate
58
+ */
59
+ animate: {
60
+ type: BooleanConstructor;
61
+ default: boolean;
62
+ };
63
+ /**
64
+ * Transition duration in ms
65
+ * @values 100 - 1000
66
+ */
67
+ transitionDuration: {
68
+ type: NumberConstructor;
69
+ default: number;
70
+ };
71
+ /**
72
+ * Interval duration in ms
73
+ */
74
+ intervalDuration: {
75
+ type: NumberConstructor;
76
+ default: number;
77
+ };
78
+ visibleSlides: {
79
+ type: NumberConstructor;
80
+ default: number;
81
+ };
82
+ /**
83
+ * is gallery (border radius)
84
+ * TODO: allow opening overlay with picture gallery
85
+ */
86
+ gallery: {
87
+ type: BooleanConstructor;
88
+ default: boolean;
89
+ };
90
+ enumerate: {
91
+ type: BooleanConstructor;
92
+ default: boolean;
93
+ };
94
+ }>>, {
95
+ animate: boolean;
96
+ transitionDuration: number;
97
+ controls: boolean | "full";
98
+ intervalDuration: number;
99
+ visibleSlides: number;
100
+ gallery: boolean;
101
+ enumerate: boolean;
102
+ }, {}>, {
103
+ default?(_: {}): any;
104
+ }>;
105
+ export default _default;
106
+ type __VLS_WithTemplateSlots<T, S> = T & {
107
+ new (): {
108
+ $slots: S;
109
+ };
110
+ };
@@ -0,0 +1,9 @@
1
+ import { D as e } from "../_virtual/chunk_h.es.js";
2
+ import "../_virtual/lodash.es.js";
3
+ import "../_virtual/sweetalert2.es.js";
4
+ import "vue";
5
+ import "../_virtual/validator.es.js";
6
+ import "../_virtual/nanoid.es.js";
7
+ export {
8
+ e as default
9
+ };
@@ -0,0 +1 @@
1
+ "use strict";const e=require("../_virtual/chunk_h.cjs.js");require("../_virtual/lodash.cjs.js");require("../_virtual/sweetalert2.cjs.js");require("vue");require("../_virtual/validator.cjs.js");require("../_virtual/nanoid.cjs.js");module.exports=e._sfc_main$29;
@@ -0,0 +1,98 @@
1
+ import type { iSelectOption, tProp, tProps, tThemeModifier, tThemeTuple } from "@open-xamu-co/ui-common-types";
2
+ import type { iUseThemeProps } from "../types/props";
3
+ export interface iTableProps<Ti> extends iUseThemeProps {
4
+ /**
5
+ * Table nodes
6
+ * an array of nodes
7
+ *
8
+ * @old rows
9
+ */
10
+ nodes: Ti[];
11
+ /**
12
+ * Table column names
13
+ * an array of property names
14
+ *
15
+ * @old columns
16
+ */
17
+ properties?: iSelectOption[];
18
+ /**
19
+ * read only table
20
+ * @old editable(inverse)
21
+ */
22
+ readOnly?: boolean;
23
+ /**
24
+ * Do nodes support pagination?
25
+ */
26
+ canSort?: boolean;
27
+ /**
28
+ * Function used to update a node
29
+ */
30
+ updateNode?: (n: Ti) => boolean | undefined | Promise<boolean | undefined>;
31
+ /**
32
+ * Function used to delete a node
33
+ */
34
+ deleteNode?: (n: Ti) => boolean | undefined | Promise<boolean | undefined>;
35
+ /**
36
+ * Function used to duplicate a node
37
+ */
38
+ cloneNode?: (n: Ti) => boolean | undefined | Promise<boolean | undefined>;
39
+ /**
40
+ * Function used to create a node children
41
+ */
42
+ createNodeChildren?: (n: Ti) => boolean | undefined | Promise<boolean | undefined>;
43
+ /**
44
+ * Content clasess
45
+ */
46
+ classes?: tProps<string>;
47
+ /**
48
+ * Refresh the content
49
+ */
50
+ refresh?: () => unknown;
51
+ extraCols?: boolean;
52
+ childrenName?: string;
53
+ childrenCountKey?: keyof Ti;
54
+ modalTheme?: tThemeTuple | tProp<tThemeModifier>;
55
+ /**
56
+ * Prevent node functions from triggering refresh event (useful with firebase hydration)
57
+ */
58
+ omitRefresh?: boolean;
59
+ }
60
+ declare const _default: <T extends Record<string, any>>(__VLS_props: iTableProps<T> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, __VLS_ctx?: Pick<{
61
+ props: iTableProps<T>;
62
+ expose(exposed: {}): void;
63
+ attrs: any;
64
+ slots: {
65
+ default?(_: {
66
+ node: T;
67
+ show: boolean;
68
+ }): any;
69
+ };
70
+ emit: any;
71
+ }, "attrs" | "slots" | "emit"> | undefined, __VLS_expose?: ((exposed: {}) => void) | undefined, __VLS_setup?: Promise<{
72
+ props: iTableProps<T>;
73
+ expose(exposed: {}): void;
74
+ attrs: any;
75
+ slots: {
76
+ default?(_: {
77
+ node: T;
78
+ show: boolean;
79
+ }): any;
80
+ };
81
+ emit: any;
82
+ }>) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
83
+ [key: string]: any;
84
+ }> & {
85
+ __ctx?: {
86
+ props: iTableProps<T>;
87
+ expose(exposed: {}): void;
88
+ attrs: any;
89
+ slots: {
90
+ default?(_: {
91
+ node: T;
92
+ show: boolean;
93
+ }): any;
94
+ };
95
+ emit: any;
96
+ } | undefined;
97
+ };
98
+ export default _default;
@@ -0,0 +1,9 @@
1
+ import { E as e } from "../_virtual/chunk_h.es.js";
2
+ import "../_virtual/lodash.es.js";
3
+ import "../_virtual/sweetalert2.es.js";
4
+ import "vue";
5
+ import "../_virtual/validator.es.js";
6
+ import "../_virtual/nanoid.es.js";
7
+ export {
8
+ e as default
9
+ };
@@ -0,0 +1 @@
1
+ "use strict";const e=require("../../_virtual/chunk_h.cjs.js");require("../../_virtual/lodash.cjs.js");require("../../_virtual/sweetalert2.cjs.js");require("vue");require("../../_virtual/validator.cjs.js");require("../../_virtual/nanoid.cjs.js");module.exports=e._sfc_main;
@@ -0,0 +1,149 @@
1
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
2
+ to: {
3
+ type: import("vue").PropType<string | Record<string, unknown>>;
4
+ };
5
+ href: {
6
+ type: import("vue").PropType<string>;
7
+ };
8
+ target: {
9
+ type: import("vue").PropType<string>;
10
+ };
11
+ tel: {
12
+ type: import("vue").PropType<string>;
13
+ };
14
+ disabled: {
15
+ type: import("vue").PropType<boolean>;
16
+ };
17
+ mailto: {
18
+ type: import("vue").PropType<string>;
19
+ };
20
+ type: {
21
+ type: import("vue").PropType<"button" | "submit" | "reset">;
22
+ };
23
+ tag: {
24
+ type: import("vue").PropType<string>;
25
+ };
26
+ toggle: {
27
+ type: import("vue").PropType<import("@open-xamu-co/ui-common-types").tProp<"list" | "dropdown">>;
28
+ };
29
+ round: {
30
+ type: import("vue").PropType<import("@open-xamu-co/ui-common-types").tPropsModifier<string>>;
31
+ };
32
+ toggleState: {
33
+ type: import("vue").PropType<import("@open-xamu-co/ui-common-types").tProps<string>>;
34
+ };
35
+ indicative: {
36
+ type: import("vue").PropType<`${string}+${number}`>;
37
+ };
38
+ whatsapp: {
39
+ type: import("vue").PropType<boolean>;
40
+ };
41
+ download: {
42
+ type: import("vue").PropType<string>;
43
+ };
44
+ hidden: {
45
+ type: import("vue").PropType<import("@open-xamu-co/ui-common-types").tPropsModifier<string>>;
46
+ };
47
+ size: {
48
+ type: import("vue").PropType<string | number>;
49
+ };
50
+ active: {
51
+ type: import("vue").PropType<boolean>;
52
+ };
53
+ invalid: {
54
+ type: import("vue").PropType<boolean>;
55
+ };
56
+ state: {
57
+ type: import("vue").PropType<Record<string, boolean>>;
58
+ };
59
+ theme: {
60
+ type: import("vue").PropType<import("@open-xamu-co/ui-common-types").tThemeTuple | import("@open-xamu-co/ui-common-types").tProp<import("@open-xamu-co/ui-common-types").tThemeModifier>>;
61
+ };
62
+ tooltip: {
63
+ type: import("vue").PropType<import("@open-xamu-co/ui-common-types").tProp>;
64
+ };
65
+ tooltipPosition: {
66
+ type: import("vue").PropType<"right" | "left" | "bottom" | "top">;
67
+ };
68
+ tooltipAsText: {
69
+ type: import("vue").PropType<boolean>;
70
+ };
71
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
72
+ to: {
73
+ type: import("vue").PropType<string | Record<string, unknown>>;
74
+ };
75
+ href: {
76
+ type: import("vue").PropType<string>;
77
+ };
78
+ target: {
79
+ type: import("vue").PropType<string>;
80
+ };
81
+ tel: {
82
+ type: import("vue").PropType<string>;
83
+ };
84
+ disabled: {
85
+ type: import("vue").PropType<boolean>;
86
+ };
87
+ mailto: {
88
+ type: import("vue").PropType<string>;
89
+ };
90
+ type: {
91
+ type: import("vue").PropType<"button" | "submit" | "reset">;
92
+ };
93
+ tag: {
94
+ type: import("vue").PropType<string>;
95
+ };
96
+ toggle: {
97
+ type: import("vue").PropType<import("@open-xamu-co/ui-common-types").tProp<"list" | "dropdown">>;
98
+ };
99
+ round: {
100
+ type: import("vue").PropType<import("@open-xamu-co/ui-common-types").tPropsModifier<string>>;
101
+ };
102
+ toggleState: {
103
+ type: import("vue").PropType<import("@open-xamu-co/ui-common-types").tProps<string>>;
104
+ };
105
+ indicative: {
106
+ type: import("vue").PropType<`${string}+${number}`>;
107
+ };
108
+ whatsapp: {
109
+ type: import("vue").PropType<boolean>;
110
+ };
111
+ download: {
112
+ type: import("vue").PropType<string>;
113
+ };
114
+ hidden: {
115
+ type: import("vue").PropType<import("@open-xamu-co/ui-common-types").tPropsModifier<string>>;
116
+ };
117
+ size: {
118
+ type: import("vue").PropType<string | number>;
119
+ };
120
+ active: {
121
+ type: import("vue").PropType<boolean>;
122
+ };
123
+ invalid: {
124
+ type: import("vue").PropType<boolean>;
125
+ };
126
+ state: {
127
+ type: import("vue").PropType<Record<string, boolean>>;
128
+ };
129
+ theme: {
130
+ type: import("vue").PropType<import("@open-xamu-co/ui-common-types").tThemeTuple | import("@open-xamu-co/ui-common-types").tProp<import("@open-xamu-co/ui-common-types").tThemeModifier>>;
131
+ };
132
+ tooltip: {
133
+ type: import("vue").PropType<import("@open-xamu-co/ui-common-types").tProp>;
134
+ };
135
+ tooltipPosition: {
136
+ type: import("vue").PropType<"right" | "left" | "bottom" | "top">;
137
+ };
138
+ tooltipAsText: {
139
+ type: import("vue").PropType<boolean>;
140
+ };
141
+ }>>, {}, {}>, {
142
+ default?(_: {}): any;
143
+ }>;
144
+ export default _default;
145
+ type __VLS_WithTemplateSlots<T, S> = T & {
146
+ new (): {
147
+ $slots: S;
148
+ };
149
+ };
@@ -0,0 +1,9 @@
1
+ import { _ as e } from "../../_virtual/chunk_h.es.js";
2
+ import "../../_virtual/lodash.es.js";
3
+ import "../../_virtual/sweetalert2.es.js";
4
+ import "vue";
5
+ import "../../_virtual/validator.es.js";
6
+ import "../../_virtual/nanoid.es.js";
7
+ export {
8
+ e as default
9
+ };
@@ -0,0 +1 @@
1
+ "use strict";const e=require("../../_virtual/chunk_h.cjs.js");require("../../_virtual/lodash.cjs.js");require("../../_virtual/sweetalert2.cjs.js");require("vue");require("../../_virtual/validator.cjs.js");require("../../_virtual/nanoid.cjs.js");module.exports=e._sfc_main$1;