@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,155 @@
1
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
2
+ asToggle: {
3
+ type: import("vue").PropType<boolean>;
4
+ };
5
+ to: {
6
+ type: import("vue").PropType<string | Record<string, unknown>>;
7
+ };
8
+ href: {
9
+ type: import("vue").PropType<string>;
10
+ };
11
+ target: {
12
+ type: import("vue").PropType<string>;
13
+ };
14
+ tel: {
15
+ type: import("vue").PropType<string>;
16
+ };
17
+ disabled: {
18
+ type: import("vue").PropType<boolean>;
19
+ };
20
+ mailto: {
21
+ type: import("vue").PropType<string>;
22
+ };
23
+ type: {
24
+ type: import("vue").PropType<"button" | "submit" | "reset">;
25
+ };
26
+ tag: {
27
+ type: import("vue").PropType<string>;
28
+ };
29
+ toggle: {
30
+ type: import("vue").PropType<import("@open-xamu-co/ui-common-types").tProp<"list" | "dropdown">>;
31
+ };
32
+ round: {
33
+ type: import("vue").PropType<import("@open-xamu-co/ui-common-types").tPropsModifier<string>>;
34
+ };
35
+ toggleState: {
36
+ type: import("vue").PropType<import("@open-xamu-co/ui-common-types").tProps<string>>;
37
+ };
38
+ indicative: {
39
+ type: import("vue").PropType<`${string}+${number}`>;
40
+ };
41
+ whatsapp: {
42
+ type: import("vue").PropType<boolean>;
43
+ };
44
+ download: {
45
+ type: import("vue").PropType<string>;
46
+ };
47
+ hidden: {
48
+ type: import("vue").PropType<import("@open-xamu-co/ui-common-types").tPropsModifier<string>>;
49
+ };
50
+ size: {
51
+ type: import("vue").PropType<string | number>;
52
+ };
53
+ active: {
54
+ type: import("vue").PropType<boolean>;
55
+ };
56
+ invalid: {
57
+ type: import("vue").PropType<boolean>;
58
+ };
59
+ state: {
60
+ type: import("vue").PropType<Record<string, boolean>>;
61
+ };
62
+ theme: {
63
+ 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>>;
64
+ };
65
+ tooltip: {
66
+ type: import("vue").PropType<import("@open-xamu-co/ui-common-types").tProp>;
67
+ };
68
+ tooltipPosition: {
69
+ type: import("vue").PropType<"right" | "left" | "bottom" | "top">;
70
+ };
71
+ tooltipAsText: {
72
+ type: import("vue").PropType<boolean>;
73
+ };
74
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
75
+ asToggle: {
76
+ type: import("vue").PropType<boolean>;
77
+ };
78
+ to: {
79
+ type: import("vue").PropType<string | Record<string, unknown>>;
80
+ };
81
+ href: {
82
+ type: import("vue").PropType<string>;
83
+ };
84
+ target: {
85
+ type: import("vue").PropType<string>;
86
+ };
87
+ tel: {
88
+ type: import("vue").PropType<string>;
89
+ };
90
+ disabled: {
91
+ type: import("vue").PropType<boolean>;
92
+ };
93
+ mailto: {
94
+ type: import("vue").PropType<string>;
95
+ };
96
+ type: {
97
+ type: import("vue").PropType<"button" | "submit" | "reset">;
98
+ };
99
+ tag: {
100
+ type: import("vue").PropType<string>;
101
+ };
102
+ toggle: {
103
+ type: import("vue").PropType<import("@open-xamu-co/ui-common-types").tProp<"list" | "dropdown">>;
104
+ };
105
+ round: {
106
+ type: import("vue").PropType<import("@open-xamu-co/ui-common-types").tPropsModifier<string>>;
107
+ };
108
+ toggleState: {
109
+ type: import("vue").PropType<import("@open-xamu-co/ui-common-types").tProps<string>>;
110
+ };
111
+ indicative: {
112
+ type: import("vue").PropType<`${string}+${number}`>;
113
+ };
114
+ whatsapp: {
115
+ type: import("vue").PropType<boolean>;
116
+ };
117
+ download: {
118
+ type: import("vue").PropType<string>;
119
+ };
120
+ hidden: {
121
+ type: import("vue").PropType<import("@open-xamu-co/ui-common-types").tPropsModifier<string>>;
122
+ };
123
+ size: {
124
+ type: import("vue").PropType<string | number>;
125
+ };
126
+ active: {
127
+ type: import("vue").PropType<boolean>;
128
+ };
129
+ invalid: {
130
+ type: import("vue").PropType<boolean>;
131
+ };
132
+ state: {
133
+ type: import("vue").PropType<Record<string, boolean>>;
134
+ };
135
+ theme: {
136
+ 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>>;
137
+ };
138
+ tooltip: {
139
+ type: import("vue").PropType<import("@open-xamu-co/ui-common-types").tProp>;
140
+ };
141
+ tooltipPosition: {
142
+ type: import("vue").PropType<"right" | "left" | "bottom" | "top">;
143
+ };
144
+ tooltipAsText: {
145
+ type: import("vue").PropType<boolean>;
146
+ };
147
+ }>>, {}, {}>, {
148
+ default?(_: {}): any;
149
+ }>;
150
+ export default _default;
151
+ type __VLS_WithTemplateSlots<T, S> = T & {
152
+ new (): {
153
+ $slots: S;
154
+ };
155
+ };
@@ -0,0 +1,9 @@
1
+ import { a 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$2;
@@ -0,0 +1,155 @@
1
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
2
+ shadow: {
3
+ type: import("vue").PropType<boolean>;
4
+ };
5
+ to: {
6
+ type: import("vue").PropType<string | Record<string, unknown>>;
7
+ };
8
+ href: {
9
+ type: import("vue").PropType<string>;
10
+ };
11
+ target: {
12
+ type: import("vue").PropType<string>;
13
+ };
14
+ tel: {
15
+ type: import("vue").PropType<string>;
16
+ };
17
+ disabled: {
18
+ type: import("vue").PropType<boolean>;
19
+ };
20
+ mailto: {
21
+ type: import("vue").PropType<string>;
22
+ };
23
+ type: {
24
+ type: import("vue").PropType<"button" | "submit" | "reset">;
25
+ };
26
+ tag: {
27
+ type: import("vue").PropType<string>;
28
+ };
29
+ toggle: {
30
+ type: import("vue").PropType<import("@open-xamu-co/ui-common-types").tProp<"list" | "dropdown">>;
31
+ };
32
+ round: {
33
+ type: import("vue").PropType<import("@open-xamu-co/ui-common-types").tPropsModifier<string>>;
34
+ };
35
+ toggleState: {
36
+ type: import("vue").PropType<import("@open-xamu-co/ui-common-types").tProps<string>>;
37
+ };
38
+ indicative: {
39
+ type: import("vue").PropType<`${string}+${number}`>;
40
+ };
41
+ whatsapp: {
42
+ type: import("vue").PropType<boolean>;
43
+ };
44
+ download: {
45
+ type: import("vue").PropType<string>;
46
+ };
47
+ hidden: {
48
+ type: import("vue").PropType<import("@open-xamu-co/ui-common-types").tPropsModifier<string>>;
49
+ };
50
+ size: {
51
+ type: import("vue").PropType<string | number>;
52
+ };
53
+ active: {
54
+ type: import("vue").PropType<boolean>;
55
+ };
56
+ invalid: {
57
+ type: import("vue").PropType<boolean>;
58
+ };
59
+ state: {
60
+ type: import("vue").PropType<Record<string, boolean>>;
61
+ };
62
+ theme: {
63
+ 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>>;
64
+ };
65
+ tooltip: {
66
+ type: import("vue").PropType<import("@open-xamu-co/ui-common-types").tProp>;
67
+ };
68
+ tooltipPosition: {
69
+ type: import("vue").PropType<"right" | "left" | "bottom" | "top">;
70
+ };
71
+ tooltipAsText: {
72
+ type: import("vue").PropType<boolean>;
73
+ };
74
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
75
+ shadow: {
76
+ type: import("vue").PropType<boolean>;
77
+ };
78
+ to: {
79
+ type: import("vue").PropType<string | Record<string, unknown>>;
80
+ };
81
+ href: {
82
+ type: import("vue").PropType<string>;
83
+ };
84
+ target: {
85
+ type: import("vue").PropType<string>;
86
+ };
87
+ tel: {
88
+ type: import("vue").PropType<string>;
89
+ };
90
+ disabled: {
91
+ type: import("vue").PropType<boolean>;
92
+ };
93
+ mailto: {
94
+ type: import("vue").PropType<string>;
95
+ };
96
+ type: {
97
+ type: import("vue").PropType<"button" | "submit" | "reset">;
98
+ };
99
+ tag: {
100
+ type: import("vue").PropType<string>;
101
+ };
102
+ toggle: {
103
+ type: import("vue").PropType<import("@open-xamu-co/ui-common-types").tProp<"list" | "dropdown">>;
104
+ };
105
+ round: {
106
+ type: import("vue").PropType<import("@open-xamu-co/ui-common-types").tPropsModifier<string>>;
107
+ };
108
+ toggleState: {
109
+ type: import("vue").PropType<import("@open-xamu-co/ui-common-types").tProps<string>>;
110
+ };
111
+ indicative: {
112
+ type: import("vue").PropType<`${string}+${number}`>;
113
+ };
114
+ whatsapp: {
115
+ type: import("vue").PropType<boolean>;
116
+ };
117
+ download: {
118
+ type: import("vue").PropType<string>;
119
+ };
120
+ hidden: {
121
+ type: import("vue").PropType<import("@open-xamu-co/ui-common-types").tPropsModifier<string>>;
122
+ };
123
+ size: {
124
+ type: import("vue").PropType<string | number>;
125
+ };
126
+ active: {
127
+ type: import("vue").PropType<boolean>;
128
+ };
129
+ invalid: {
130
+ type: import("vue").PropType<boolean>;
131
+ };
132
+ state: {
133
+ type: import("vue").PropType<Record<string, boolean>>;
134
+ };
135
+ theme: {
136
+ 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>>;
137
+ };
138
+ tooltip: {
139
+ type: import("vue").PropType<import("@open-xamu-co/ui-common-types").tProp>;
140
+ };
141
+ tooltipPosition: {
142
+ type: import("vue").PropType<"right" | "left" | "bottom" | "top">;
143
+ };
144
+ tooltipAsText: {
145
+ type: import("vue").PropType<boolean>;
146
+ };
147
+ }>>, {}, {}>, {
148
+ default?(_: {}): any;
149
+ }>;
150
+ export default _default;
151
+ type __VLS_WithTemplateSlots<T, S> = T & {
152
+ new (): {
153
+ $slots: S;
154
+ };
155
+ };
@@ -0,0 +1,9 @@
1
+ import { b 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$3;
@@ -0,0 +1,155 @@
1
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
2
+ shadow: {
3
+ type: import("vue").PropType<boolean>;
4
+ };
5
+ to: {
6
+ type: import("vue").PropType<string | Record<string, unknown>>;
7
+ };
8
+ href: {
9
+ type: import("vue").PropType<string>;
10
+ };
11
+ target: {
12
+ type: import("vue").PropType<string>;
13
+ };
14
+ tel: {
15
+ type: import("vue").PropType<string>;
16
+ };
17
+ disabled: {
18
+ type: import("vue").PropType<boolean>;
19
+ };
20
+ mailto: {
21
+ type: import("vue").PropType<string>;
22
+ };
23
+ type: {
24
+ type: import("vue").PropType<"button" | "submit" | "reset">;
25
+ };
26
+ tag: {
27
+ type: import("vue").PropType<string>;
28
+ };
29
+ toggle: {
30
+ type: import("vue").PropType<import("@open-xamu-co/ui-common-types").tProp<"list" | "dropdown">>;
31
+ };
32
+ round: {
33
+ type: import("vue").PropType<import("@open-xamu-co/ui-common-types").tPropsModifier<string>>;
34
+ };
35
+ toggleState: {
36
+ type: import("vue").PropType<import("@open-xamu-co/ui-common-types").tProps<string>>;
37
+ };
38
+ indicative: {
39
+ type: import("vue").PropType<`${string}+${number}`>;
40
+ };
41
+ whatsapp: {
42
+ type: import("vue").PropType<boolean>;
43
+ };
44
+ download: {
45
+ type: import("vue").PropType<string>;
46
+ };
47
+ hidden: {
48
+ type: import("vue").PropType<import("@open-xamu-co/ui-common-types").tPropsModifier<string>>;
49
+ };
50
+ size: {
51
+ type: import("vue").PropType<string | number>;
52
+ };
53
+ active: {
54
+ type: import("vue").PropType<boolean>;
55
+ };
56
+ invalid: {
57
+ type: import("vue").PropType<boolean>;
58
+ };
59
+ state: {
60
+ type: import("vue").PropType<Record<string, boolean>>;
61
+ };
62
+ theme: {
63
+ 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>>;
64
+ };
65
+ tooltip: {
66
+ type: import("vue").PropType<import("@open-xamu-co/ui-common-types").tProp>;
67
+ };
68
+ tooltipPosition: {
69
+ type: import("vue").PropType<"right" | "left" | "bottom" | "top">;
70
+ };
71
+ tooltipAsText: {
72
+ type: import("vue").PropType<boolean>;
73
+ };
74
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
75
+ shadow: {
76
+ type: import("vue").PropType<boolean>;
77
+ };
78
+ to: {
79
+ type: import("vue").PropType<string | Record<string, unknown>>;
80
+ };
81
+ href: {
82
+ type: import("vue").PropType<string>;
83
+ };
84
+ target: {
85
+ type: import("vue").PropType<string>;
86
+ };
87
+ tel: {
88
+ type: import("vue").PropType<string>;
89
+ };
90
+ disabled: {
91
+ type: import("vue").PropType<boolean>;
92
+ };
93
+ mailto: {
94
+ type: import("vue").PropType<string>;
95
+ };
96
+ type: {
97
+ type: import("vue").PropType<"button" | "submit" | "reset">;
98
+ };
99
+ tag: {
100
+ type: import("vue").PropType<string>;
101
+ };
102
+ toggle: {
103
+ type: import("vue").PropType<import("@open-xamu-co/ui-common-types").tProp<"list" | "dropdown">>;
104
+ };
105
+ round: {
106
+ type: import("vue").PropType<import("@open-xamu-co/ui-common-types").tPropsModifier<string>>;
107
+ };
108
+ toggleState: {
109
+ type: import("vue").PropType<import("@open-xamu-co/ui-common-types").tProps<string>>;
110
+ };
111
+ indicative: {
112
+ type: import("vue").PropType<`${string}+${number}`>;
113
+ };
114
+ whatsapp: {
115
+ type: import("vue").PropType<boolean>;
116
+ };
117
+ download: {
118
+ type: import("vue").PropType<string>;
119
+ };
120
+ hidden: {
121
+ type: import("vue").PropType<import("@open-xamu-co/ui-common-types").tPropsModifier<string>>;
122
+ };
123
+ size: {
124
+ type: import("vue").PropType<string | number>;
125
+ };
126
+ active: {
127
+ type: import("vue").PropType<boolean>;
128
+ };
129
+ invalid: {
130
+ type: import("vue").PropType<boolean>;
131
+ };
132
+ state: {
133
+ type: import("vue").PropType<Record<string, boolean>>;
134
+ };
135
+ theme: {
136
+ 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>>;
137
+ };
138
+ tooltip: {
139
+ type: import("vue").PropType<import("@open-xamu-co/ui-common-types").tProp>;
140
+ };
141
+ tooltipPosition: {
142
+ type: import("vue").PropType<"right" | "left" | "bottom" | "top">;
143
+ };
144
+ tooltipAsText: {
145
+ type: import("vue").PropType<boolean>;
146
+ };
147
+ }>>, {}, {}>, {
148
+ default?(_: {}): any;
149
+ }>;
150
+ export default _default;
151
+ type __VLS_WithTemplateSlots<T, S> = T & {
152
+ new (): {
153
+ $slots: S;
154
+ };
155
+ };
@@ -0,0 +1,9 @@
1
+ import { d } 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
+ d 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$4;
@@ -0,0 +1,95 @@
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
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
45
+ to: {
46
+ type: import("vue").PropType<string | Record<string, unknown>>;
47
+ };
48
+ href: {
49
+ type: import("vue").PropType<string>;
50
+ };
51
+ target: {
52
+ type: import("vue").PropType<string>;
53
+ };
54
+ tel: {
55
+ type: import("vue").PropType<string>;
56
+ };
57
+ disabled: {
58
+ type: import("vue").PropType<boolean>;
59
+ };
60
+ mailto: {
61
+ type: import("vue").PropType<string>;
62
+ };
63
+ type: {
64
+ type: import("vue").PropType<"button" | "submit" | "reset">;
65
+ };
66
+ tag: {
67
+ type: import("vue").PropType<string>;
68
+ };
69
+ toggle: {
70
+ type: import("vue").PropType<import("@open-xamu-co/ui-common-types").tProp<"list" | "dropdown">>;
71
+ };
72
+ round: {
73
+ type: import("vue").PropType<import("@open-xamu-co/ui-common-types").tPropsModifier<string>>;
74
+ };
75
+ toggleState: {
76
+ type: import("vue").PropType<import("@open-xamu-co/ui-common-types").tProps<string>>;
77
+ };
78
+ indicative: {
79
+ type: import("vue").PropType<`${string}+${number}`>;
80
+ };
81
+ whatsapp: {
82
+ type: import("vue").PropType<boolean>;
83
+ };
84
+ download: {
85
+ type: import("vue").PropType<string>;
86
+ };
87
+ }>>, {}, {}>, {
88
+ default?(_: {}): any;
89
+ }>;
90
+ export default _default;
91
+ type __VLS_WithTemplateSlots<T, S> = T & {
92
+ new (): {
93
+ $slots: S;
94
+ };
95
+ };
@@ -0,0 +1,9 @@
1
+ import { f as a } 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
+ a 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$5;
@@ -0,0 +1,48 @@
1
+ import { PropType } from "vue";
2
+ declare const _default: import("vue").DefineComponent<{
3
+ /**
4
+ * image url or path
5
+ */
6
+ src: {
7
+ type: StringConstructor;
8
+ default: null;
9
+ };
10
+ alt: {
11
+ type: StringConstructor;
12
+ default: null;
13
+ };
14
+ format: {
15
+ type: StringConstructor;
16
+ default: null;
17
+ };
18
+ loading: {
19
+ type: PropType<"eager" | "lazy">;
20
+ default: string;
21
+ };
22
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
23
+ /**
24
+ * image url or path
25
+ */
26
+ src: {
27
+ type: StringConstructor;
28
+ default: null;
29
+ };
30
+ alt: {
31
+ type: StringConstructor;
32
+ default: null;
33
+ };
34
+ format: {
35
+ type: StringConstructor;
36
+ default: null;
37
+ };
38
+ loading: {
39
+ type: PropType<"eager" | "lazy">;
40
+ default: string;
41
+ };
42
+ }>>, {
43
+ alt: string;
44
+ loading: "eager" | "lazy";
45
+ src: string;
46
+ format: string;
47
+ }, {}>;
48
+ export default _default;
@@ -0,0 +1,9 @@
1
+ import { g 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$6;