@fewangsit/wangsvue 1.5.178

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 (235) hide show
  1. package/assets/json/currencies.json.d.ts +1068 -0
  2. package/assets/json/emoji-by-group.json.d.ts +15629 -0
  3. package/assets/lottie/loading-plane.lottie +0 -0
  4. package/assets/lottie/loading-table.lottie +0 -0
  5. package/assets/lottie/no-data.lottie +0 -0
  6. package/build-entry.d.ts +12 -0
  7. package/components/animation/Animation.vue.d.ts +21 -0
  8. package/components/approverinfo/ApproverInfo.vue.d.ts +52 -0
  9. package/components/badge/Badge.vue.d.ts +57 -0
  10. package/components/badgegroup/BadgeGroup.vue.d.ts +33 -0
  11. package/components/breadcrumb/Breadcrumb.vue.d.ts +27 -0
  12. package/components/button/Button.vue.d.ts +186 -0
  13. package/components/buttonbulkaction/ButtonBulkAction.vue.d.ts +70 -0
  14. package/components/buttondownload/ButtonDownload.vue.d.ts +46 -0
  15. package/components/buttonfilter/ButtonFilter.vue.d.ts +13 -0
  16. package/components/buttonradio/ButtonRadio.vue.d.ts +219 -0
  17. package/components/buttonsearch/ButtonSearch.vue.d.ts +35 -0
  18. package/components/buttontoggle/ButtonToggle.vue.d.ts +22 -0
  19. package/components/calendar/Calendar.vue.d.ts +134 -0
  20. package/components/card/Card.vue.d.ts +128 -0
  21. package/components/changelog/Changelog.vue.d.ts +165 -0
  22. package/components/changelogpage/ChangelogFilter.vue.d.ts +16 -0
  23. package/components/changelogpage/ChangelogPage.vue.d.ts +180 -0
  24. package/components/checkbox/Checkbox.vue.d.ts +312 -0
  25. package/components/codesnippet/CodeSnippet.vue.d.ts +13 -0
  26. package/components/comment/Comment.vue.d.ts +180 -0
  27. package/components/comment/CommentBlock.vue.d.ts +35 -0
  28. package/components/customcolumn/CustomColumn.vue.d.ts +32 -0
  29. package/components/datatable/DataTable.vue.d.ts +659 -0
  30. package/components/datatable/MultiRow.vue.d.ts +16 -0
  31. package/components/datatable/helpers/adjustMenuPosition.helper.d.ts +1 -0
  32. package/components/datatable/helpers/filter.helper.d.ts +28 -0
  33. package/components/datatable/helpers/index.d.ts +3 -0
  34. package/components/datatable/helpers/readConfig.helper.d.ts +2 -0
  35. package/components/datatable/store/dataTable.store.d.ts +22 -0
  36. package/components/detailmember/DetailMember.vue.d.ts +79 -0
  37. package/components/detailmember/DetailMemberAdmin.vue.d.ts +18 -0
  38. package/components/detailmember/DetailMemberLeader.vue.d.ts +15 -0
  39. package/components/detailmember/DetailMemberLog.vue.d.ts +15 -0
  40. package/components/detailmember/DialogMemberAdmin.vue.d.ts +23 -0
  41. package/components/detailsprint/DetailSprint.vue.d.ts +89 -0
  42. package/components/detailsprint/DialogAddPbi.vue.d.ts +24 -0
  43. package/components/detailsprint/DialogConfirmSprint.vue.d.ts +24 -0
  44. package/components/detailsprint/SprintSummary.vue.d.ts +15 -0
  45. package/components/detailsprint/helpers/updateSprintStatus.util.d.ts +3 -0
  46. package/components/detailsprint/options/quickFilterFields.d.ts +3 -0
  47. package/components/dialog/Dialog.vue.d.ts +451 -0
  48. package/components/dialogAdjustmentTask/DialogAdjustmentTask.vue.d.ts +158 -0
  49. package/components/dialogAdjustmentTask/DialogAdjustmentTaskHeader.vue.d.ts +27 -0
  50. package/components/dialogAdjustmentTask/common/TaskDependency.vue.d.ts +12 -0
  51. package/components/dialogAdjustmentTask/common/TaskStatusBadge.vue.d.ts +16 -0
  52. package/components/dialogAdjustmentTask/options/dialogAdjustmentTaskBulkAction.d.ts +3 -0
  53. package/components/dialogAdjustmentTask/options/dialogAdjustmentTaskSingleAction.d.ts +3 -0
  54. package/components/dialogAdjustmentTask/options/dialogAdjustmentTaskTableColumn.d.ts +2 -0
  55. package/components/dialogconfirm/DialogConfirm.vue.d.ts +136 -0
  56. package/components/dialogdetailpbi/AssignMember.vue.d.ts +23 -0
  57. package/components/dialogdetailpbi/DialogDetailPbi.vue.d.ts +120 -0
  58. package/components/dialogdetailpbi/TaskDetailPbi.vue.d.ts +29 -0
  59. package/components/dialogdetailpbi/TaskDetailUnassignedPbi.vue.d.ts +23 -0
  60. package/components/dialogdetailpbi/options/memberFilterFields.d.ts +2 -0
  61. package/components/dialogdetailpbi/options/taskQuickFilterFields.d.ts +3 -0
  62. package/components/dialogform/DialogForm.vue.d.ts +256 -0
  63. package/components/dialogimprovementtask/DialogImprovementTask.vue.d.ts +24 -0
  64. package/components/dialogreportbug/DialogReportBug.vue.d.ts +25 -0
  65. package/components/dialogreportbug/imageData.json.d.ts +28 -0
  66. package/components/dropdown/Dropdown.vue.d.ts +182 -0
  67. package/components/editor/CodeSnippetAdapter.vue.d.ts +68 -0
  68. package/components/editor/Editor.vue.d.ts +192 -0
  69. package/components/editor/EditorButton.vue.d.ts +15 -0
  70. package/components/editor/MentionList.vue.d.ts +35 -0
  71. package/components/editor/MentionSection.vue.d.ts +68 -0
  72. package/components/editor/codeSnippetExtension.d.ts +3 -0
  73. package/components/editor/mentionSectionExtension.d.ts +3 -0
  74. package/components/editor/suggestion.d.ts +2 -0
  75. package/components/fieldwrapper/FieldWrapper.vue.d.ts +15 -0
  76. package/components/fileupload/FileUpload.vue.d.ts +151 -0
  77. package/components/filtercontainer/FilterContainer.vue.d.ts +109 -0
  78. package/components/filtercontainer/helpers/applyFilter.helper.d.ts +3 -0
  79. package/components/filtercontainer/helpers/getOption.helper.d.ts +3 -0
  80. package/components/form/Form.vue.d.ts +207 -0
  81. package/components/helpers/convertToArrayClass.helper.d.ts +2 -0
  82. package/components/helpers/index.d.ts +2 -0
  83. package/components/icon/Icon.vue.d.ts +215 -0
  84. package/components/image/Image.vue.d.ts +370 -0
  85. package/components/imagecompressor/BackgroundImageCropper.vue.d.ts +36 -0
  86. package/components/imagecompressor/ImageCompressor.vue.d.ts +192 -0
  87. package/components/imagecompressor/ImageInputInfo.vue.d.ts +30 -0
  88. package/components/index.d.ts +123 -0
  89. package/components/inputbadge/InputBadge.vue.d.ts +118 -0
  90. package/components/inputcurrency/InputCurrency.vue.d.ts +132 -0
  91. package/components/inputcurrency/helpers/currency.helper.d.ts +4 -0
  92. package/components/inputemail/InputEmail.vue.d.ts +26 -0
  93. package/components/inputgroup/InputGroup.vue.d.ts +131 -0
  94. package/components/inputinitialname/InputInitialName.vue.d.ts +118 -0
  95. package/components/inputnumber/InputNumber.vue.d.ts +222 -0
  96. package/components/inputpassword/InputPassword.vue.d.ts +33 -0
  97. package/components/inputphonenumber/InputPhoneNumber.vue.d.ts +96 -0
  98. package/components/inputphonenumber/helpers/getUserLocation.helper.d.ts +8 -0
  99. package/components/inputrangenumber/InputRangeNumber.vue.d.ts +98 -0
  100. package/components/inputrepositoryname/InputRepositoryName.vue.d.ts +87 -0
  101. package/components/inputtext/InputText.vue.d.ts +226 -0
  102. package/components/inputurl/InputURL.vue.d.ts +99 -0
  103. package/components/invisiblefield/InvisibleField.vue.d.ts +36 -0
  104. package/components/litedropdown/LiteDropdown.vue.d.ts +97 -0
  105. package/components/loading/Loading.vue.d.ts +34 -0
  106. package/components/loading/store/loading.store.d.ts +8 -0
  107. package/components/menu/Menu.vue.d.ts +369 -0
  108. package/components/menu/helpers/filterMenu.helper.d.ts +10 -0
  109. package/components/menu/helpers/index.d.ts +1 -0
  110. package/components/menuitem/index.d.ts +93 -0
  111. package/components/multiselect/MultiSelect.vue.d.ts +169 -0
  112. package/components/notificationitem/NotificationItem.vue.d.ts +108 -0
  113. package/components/notificationitem/helpers/goToDetail.helper.d.ts +6 -0
  114. package/components/overlaypanel/OverlayPanel.vue.d.ts +292 -0
  115. package/components/pdfviewer/PDFViewer.vue.d.ts +28 -0
  116. package/components/progressbar/ProgressBar.vue.d.ts +73 -0
  117. package/components/quickfilter/QuickFilter.vue.d.ts +17 -0
  118. package/components/summaryaccordion/SummaryAccordion.vue.d.ts +123 -0
  119. package/components/tabmenu/TabMenu.vue.d.ts +275 -0
  120. package/components/taskdetail/TaskDetail.vue.d.ts +83 -0
  121. package/components/taskdetail/blocks/Tabs/DescriptionTab.vue.d.ts +2 -0
  122. package/components/taskdetail/blocks/Tabs/EventLogTab.vue.d.ts +2 -0
  123. package/components/taskdetail/blocks/Tabs/InfoTaskTab.vue.d.ts +2 -0
  124. package/components/taskdetail/blocks/Tabs/ReviewTab.vue.d.ts +2 -0
  125. package/components/taskdetail/blocks/common/AttachmentThumbnail.vue.d.ts +18 -0
  126. package/components/taskdetail/blocks/common/DialogAddAttachment.vue.d.ts +32 -0
  127. package/components/taskdetail/blocks/common/DialogAssignMember.vue.d.ts +30 -0
  128. package/components/taskdetail/blocks/common/DialogConfirmApproval.vue.d.ts +26 -0
  129. package/components/taskdetail/blocks/common/DialogConfirmDeleteTask.vue.d.ts +28 -0
  130. package/components/taskdetail/blocks/common/DialogConfirmEdit.vue.d.ts +24 -0
  131. package/components/taskdetail/blocks/common/DialogConfirmFinishTask.vue.d.ts +24 -0
  132. package/components/taskdetail/blocks/common/DialogPriorityValue.vue.d.ts +21 -0
  133. package/components/taskdetail/blocks/common/DialogSetDuration.vue.d.ts +18 -0
  134. package/components/taskdetail/blocks/common/InputAdditional.vue.d.ts +28 -0
  135. package/components/taskdetail/blocks/common/Legend.vue.d.ts +79 -0
  136. package/components/taskdetail/blocks/common/SonarQubeSummary.vue.d.ts +17 -0
  137. package/components/taskdetail/blocks/common/TaskMore.vue.d.ts +16 -0
  138. package/components/taskdetail/blocks/sections/API/API.vue.d.ts +2 -0
  139. package/components/taskdetail/blocks/sections/API/APIItem.vue.d.ts +28 -0
  140. package/components/taskdetail/blocks/sections/API/DialogAddEditApi.vue.d.ts +25 -0
  141. package/components/taskdetail/blocks/sections/API/DialogTestApi.vue.d.ts +22 -0
  142. package/components/taskdetail/blocks/sections/API/IsRequiredText.vue.d.ts +15 -0
  143. package/components/taskdetail/blocks/sections/API/TestApi/options/keyValueTableColumn.d.ts +2 -0
  144. package/components/taskdetail/blocks/sections/API/ValueFormDataInput.vue.d.ts +37 -0
  145. package/components/taskdetail/blocks/sections/Attachment/Attachment.vue.d.ts +2 -0
  146. package/components/taskdetail/blocks/sections/Attachment/AttachmentChangelog.vue.d.ts +18 -0
  147. package/components/taskdetail/blocks/sections/Attachment/AttachmentItem.vue.d.ts +65 -0
  148. package/components/taskdetail/blocks/sections/Checklist/Checklist.vue.d.ts +20 -0
  149. package/components/taskdetail/blocks/sections/Checklist/ChecklistChangelog.vue.d.ts +18 -0
  150. package/components/taskdetail/blocks/sections/Checklist/DialogAddChecklist.vue.d.ts +32 -0
  151. package/components/taskdetail/blocks/sections/Checklist/DialogConfirmChecklist.vue.d.ts +26 -0
  152. package/components/taskdetail/blocks/sections/Checklist/DialogDetailChecklistTemplate.vue.d.ts +18 -0
  153. package/components/taskdetail/blocks/sections/Checklist/DialogSaveChecklistTemplate.vue.d.ts +22 -0
  154. package/components/taskdetail/blocks/sections/Description/Description.vue.d.ts +2 -0
  155. package/components/taskdetail/blocks/sections/Review/DialogFinishReview.vue.d.ts +26 -0
  156. package/components/taskdetail/blocks/sections/Review/DialogReviewLeader.vue.d.ts +25 -0
  157. package/components/taskdetail/blocks/sections/Review/ReviewItem.vue.d.ts +16 -0
  158. package/components/taskdetail/blocks/sections/TaskDependency/DialogCustomDependency.vue.d.ts +20 -0
  159. package/components/taskdetail/blocks/sections/TaskDependency/TaskDependency.vue.d.ts +2 -0
  160. package/components/taskdetail/blocks/sections/TaskLink/DialogSetTaskLink.vue.d.ts +40 -0
  161. package/components/taskdetail/blocks/sections/TaskLink/TaskLink.vue.d.ts +2 -0
  162. package/components/taskdetail/blocks/sections/TaskLink/TaskLinkChangelog.vue.d.ts +22 -0
  163. package/components/taskdetail/blocks/sections/TaskList/LegendList.vue.d.ts +55 -0
  164. package/components/taskdetail/blocks/sections/TaskList/TaskList.vue.d.ts +15 -0
  165. package/components/taskdetail/blocks/sections/Ticket/Ticket.vue.d.ts +2 -0
  166. package/components/tasktable/DependencyCol.vue.d.ts +16 -0
  167. package/components/tasktable/DialogConfirmDeleteTaskPermanently.vue.d.ts +24 -0
  168. package/components/tasktable/DialogConfirmRestoreTask.vue.d.ts +24 -0
  169. package/components/tasktable/DialogSelectProject.vue.d.ts +20 -0
  170. package/components/tasktable/TaskTable.vue.d.ts +82 -0
  171. package/components/textarea/Textarea.vue.d.ts +121 -0
  172. package/components/timeline/Timeline.vue.d.ts +116 -0
  173. package/components/timeline/TimelineContentByType.vue.d.ts +16 -0
  174. package/components/toast/Toast.vue.d.ts +354 -0
  175. package/components/tooltipspan/TooltipSpan.vue.d.ts +21 -0
  176. package/components/ts-helpers.d.ts +62 -0
  177. package/components/usergroup/UserGroup.vue.d.ts +58 -0
  178. package/components/username/UserName.vue.d.ts +62 -0
  179. package/components/validatormessage/ValidatorMessage.vue.d.ts +13 -0
  180. package/components/workcalendar/WorkCalendar.vue.d.ts +55 -0
  181. package/directives/focus.d.ts +7 -0
  182. package/directives/index.d.ts +1 -0
  183. package/dto/member.dto.d.ts +65 -0
  184. package/dto/task.dto.d.ts +86 -0
  185. package/dto/taskApi.dto.d.ts +20 -0
  186. package/dto/taskAttachment.dto.d.ts +11 -0
  187. package/dto/taskChecklist.dto.d.ts +39 -0
  188. package/dto/taskDependency.dto.d.ts +9 -0
  189. package/event-bus/index.d.ts +47 -0
  190. package/event-bus/mitt.d.ts +21 -0
  191. package/index.d.ts +2 -0
  192. package/main.d.ts +2 -0
  193. package/package.json +16 -0
  194. package/plugins/formValidation.d.ts +10 -0
  195. package/services/calendar.service.d.ts +9 -0
  196. package/services/dataManager.service.d.ts +5 -0
  197. package/services/sonarQube.service.d.ts +10 -0
  198. package/style.css +13 -0
  199. package/types/member.type.d.ts +72 -0
  200. package/types/options.type.d.ts +14 -0
  201. package/types/project.type.d.ts +64 -0
  202. package/types/projectApproval.type.d.ts +3 -0
  203. package/types/projectModule.type.d.ts +6 -0
  204. package/types/projectProcess.type.d.ts +17 -0
  205. package/types/projectQc.type.d.ts +52 -0
  206. package/types/projectSubmodule.type.d.ts +14 -0
  207. package/types/queryParamsStringfy.type.d.ts +3 -0
  208. package/types/roleDetailAccess.type.d.ts +17 -0
  209. package/types/subModule.type.d.ts +4 -0
  210. package/types/task.type.d.ts +256 -0
  211. package/types/team.type.d.ts +4 -0
  212. package/types/ticket.type.d.ts +13 -0
  213. package/types/user.type.d.ts +19 -0
  214. package/types/wangsStatus.type.d.ts +8 -0
  215. package/utils/convertJsonImage.util.d.ts +3 -0
  216. package/utils/date.util.d.ts +17 -0
  217. package/utils/exportToExcel.util.d.ts +20 -0
  218. package/utils/filterOptions.util.d.ts +3 -0
  219. package/utils/genPlaceholder.util.d.ts +3 -0
  220. package/utils/getAttachmentIcon.util.d.ts +8 -0
  221. package/utils/getProjectPermission.util.d.ts +4 -0
  222. package/utils/getSalesRole.util.d.ts +30 -0
  223. package/utils/getUser.util.d.ts +3 -0
  224. package/utils/getUserType.util.d.ts +2 -0
  225. package/utils/index.d.ts +9 -0
  226. package/utils/isIntersect.d.ts +2 -0
  227. package/utils/object.util.d.ts +2 -0
  228. package/utils/queryParamsStringfy.util.d.ts +7 -0
  229. package/utils/role.util.d.ts +2 -0
  230. package/utils/statusSeverity.util.d.ts +3 -0
  231. package/utils/textFormatter.util.d.ts +4 -0
  232. package/utils/toast.util.d.ts +36 -0
  233. package/utils/translation.util.d.ts +15 -0
  234. package/wangsvue.es.js +152940 -0
  235. package/wangsvue.system.js +467 -0
@@ -0,0 +1,226 @@
1
+ import { InputHTMLAttributes, Slot } from 'vue';
2
+ import { ComponentHooks } from '../basecomponent';
3
+ import { ClassComponent, Nullable } from '../ts-helpers';
4
+ import { CustomValidation } from '../form/Form.vue.d';
5
+
6
+ export declare type InputTextPassThroughOptionType<T = any> =
7
+ | InputTextPassThroughAttributes
8
+ | ((
9
+ options: InputTextPassThroughMethodOptions<T>,
10
+ ) => InputTextPassThroughAttributes | string)
11
+ | string
12
+ | null
13
+ | undefined;
14
+
15
+ /**
16
+ * Custom passthrough(pt) option method.
17
+ */
18
+ export interface InputTextPassThroughMethodOptions<T = any> {
19
+ /**
20
+ * Defines instance.
21
+ */
22
+ instance: any;
23
+ /**
24
+ * Defines valid properties.
25
+ */
26
+ props: InputTextProps;
27
+ /**
28
+ * Defines current options.
29
+ */
30
+ context: InputTextContext;
31
+ /**
32
+ * Defines parent instance.
33
+ */
34
+ parent: T;
35
+ /**
36
+ * Defines passthrough(pt) options in global config.
37
+ */
38
+ global: object | undefined;
39
+ }
40
+
41
+ /**
42
+ * Custom passthrough(pt) options.
43
+ * @see {@link InputTextProps.pt}
44
+ */
45
+ export interface InputTextPassThroughOptions<T = any> {
46
+ /**
47
+ * Used to pass attributes to the root's DOM element.
48
+ */
49
+ root?: InputTextPassThroughOptionType<T>;
50
+ /**
51
+ * Used to manage all lifecycle hooks.
52
+ * @see {@link BaseComponent.ComponentHooks}
53
+ */
54
+ hooks?: ComponentHooks;
55
+ }
56
+
57
+ /**
58
+ * Custom passthrough attributes for each DOM elements
59
+ */
60
+ export interface InputTextPassThroughAttributes {
61
+ [key: string]: any;
62
+ }
63
+
64
+ /**
65
+ * Defines current options in InputText component.
66
+ */
67
+ export interface InputTextContext {
68
+ /**
69
+ * Current filled state of the component as a boolean.
70
+ * @defaultValue false
71
+ */
72
+ filled: boolean;
73
+ /**
74
+ * Current disabled state of the component as a boolean.
75
+ * @defaultValue false
76
+ */
77
+ disabled: boolean;
78
+ }
79
+
80
+ /**
81
+ * Defines valid properties in InputText component.
82
+ */
83
+ export interface InputTextProps extends /* @vue-ignore */ InputHTMLAttributes {
84
+ /**
85
+ * String modelValue of the input.
86
+ */
87
+ modelValue?: Nullable<string>;
88
+ /**
89
+ * Sets the initial value of the field.
90
+ * This will only available with option 'useValidator'.
91
+ *
92
+ * In usecase like edit form, you need to display the previous inputted value.
93
+ */
94
+ value?: string;
95
+ /**
96
+ * Exisitng values to be checkeed with validation 'exist' - check the validatorMessage props
97
+ *
98
+ * - Need to specify the custom validation : { empty: 'Error message when empty' } within props validatorMessage
99
+ */
100
+ existingValues?: string[];
101
+ /**
102
+ * The maximun character length allowed.
103
+ *
104
+ * @default 30 - for inputText;
105
+ * @default unlimited - for textarea;
106
+ */
107
+ maxLength?: number;
108
+ /**
109
+ * The input label. Tell the user what input is this.
110
+ */
111
+ label?: string;
112
+ /**
113
+ * Wether the input should be validated with vee-validator or not.
114
+ * If you use this component within form input, you need to set this props as true.
115
+ */
116
+ useValidator?: boolean;
117
+ /**
118
+ * This prop is required if you use this component in a form input.
119
+ * Specify the unique field name, match with your needs for API request.
120
+ *
121
+ * @default 'textInput'
122
+ */
123
+ fieldName?: string;
124
+ /**
125
+ * Wether this input field is required or not.
126
+ */
127
+ mandatory?: boolean;
128
+ /**
129
+ * Invalid input state.
130
+ */
131
+ invalid?: boolean;
132
+ /**
133
+ * Set manual invalid input container state.
134
+ */
135
+ manualInvalidContainer?: boolean;
136
+ /**
137
+ * Set custom validator message.
138
+ * Will be show if invalid="true"
139
+ */
140
+ validatorMessage?: string | CustomValidation;
141
+ /**
142
+ * Classes for validator message in input field.
143
+ */
144
+ validatorMessageClass?: string;
145
+ /**
146
+ * Specify the input placeholder.
147
+ *
148
+ * @default 'Enter {label}' or 'Enter {type}'
149
+ */
150
+ placeholder?: string;
151
+ /**
152
+ * Specify the validation type. Wether 'email' or 'text' validation.
153
+ */
154
+ type?: 'email' | 'text' | 'url' | 'initialname' | 'repositoryname';
155
+ /**
156
+ * Disabled the input.
157
+ */
158
+ disabled?: boolean;
159
+ /**
160
+ * Show information to user about the field.
161
+ */
162
+ fieldInfo?: string;
163
+ /**
164
+ * Specify classes for input.
165
+ */
166
+ inputClass?: string;
167
+ /**
168
+ * Specify classes for input container.
169
+ */
170
+ inputContainerClass?: string;
171
+ /**
172
+ * Specify classes for label.
173
+ */
174
+ labelClass?: string;
175
+ /**
176
+ * Auto blur while input value has reached the max length.
177
+ */
178
+ blurOnReachMaxLength?: boolean;
179
+ /**
180
+ * Validate the input on blur event.
181
+ *
182
+ * @default false - on input event
183
+ */
184
+ validateOnBlur?: boolean;
185
+ /**
186
+ * For Input URL, whether validate the protocol http/https
187
+ *
188
+ * @default true
189
+ */
190
+ useProtocol?: boolean;
191
+ }
192
+
193
+ /**
194
+ * Defines valid emits in InputText component.
195
+ */
196
+ export type InputTextEmits = {
197
+ /**
198
+ * Emitted when the value changes.
199
+ * @param {string} value - New value.
200
+ */
201
+ 'update:modelValue': [value: string | undefined];
202
+ 'blur': [payload?: Nullable<string>];
203
+ 'input': [payload?: Nullable<string>];
204
+ };
205
+
206
+ export type InputTextSlots = {
207
+ 'addon-left': Slot;
208
+ 'addon-right': Slot;
209
+ };
210
+
211
+ /**
212
+ * **WangsVue - InputText**
213
+ *
214
+ * _InputText renders a text field to enter data._
215
+ *
216
+ * --- ---
217
+ *
218
+ * @group Component
219
+ */
220
+ declare class InputText extends ClassComponent<
221
+ InputTextProps,
222
+ InputTextSlots,
223
+ InputTextEmits
224
+ > {}
225
+
226
+ export default InputText;
@@ -0,0 +1,99 @@
1
+ import { Slot } from 'vue';
2
+ import { ClassComponent, Nullable } from '../ts-helpers';
3
+ import { CustomValidation } from '../form/Form.vue.d';
4
+
5
+
6
+ /**
7
+ * InputURL component props
8
+ */
9
+ export interface InputURLProps {
10
+ /**
11
+ * Model value for the input field
12
+ */
13
+ modelValue?: string;
14
+
15
+ /**
16
+ * Label for the input field
17
+ */
18
+ label?: string;
19
+
20
+ /**
21
+ * Field name for the input field
22
+ */
23
+ fieldName?: string;
24
+
25
+ /**
26
+ * Determines if the field is mandatory
27
+ */
28
+ mandatory?: boolean;
29
+
30
+ /**
31
+ * Determines if the field uses a validator
32
+ */
33
+ useValidator?: boolean;
34
+
35
+ /**
36
+ * Validator message for the input field
37
+ */
38
+ validatorMessage?: string | CustomValidation;
39
+
40
+ /**
41
+ * Custom invalid state.
42
+ */
43
+ invalid?: boolean;
44
+
45
+ /**
46
+ * Placeholder for the input field
47
+ */
48
+ placeholder?: string;
49
+
50
+ /**
51
+ * Determines if the input field is disabled
52
+ */
53
+ disabled?: boolean;
54
+
55
+ /**
56
+ * Show information to user about the field.
57
+ */
58
+ fieldInfo?: string;
59
+
60
+ /**
61
+ * Whether validate the protocol http/https
62
+ *
63
+ * @default true
64
+ */
65
+ useProtocol?: boolean;
66
+ }
67
+
68
+ /**
69
+ * InputURL component emits
70
+ */
71
+ export type InputURLEmits = {
72
+ /**
73
+ * Event emitted when the model value is updated
74
+ */
75
+ 'update:modelValue': [payload?: Nullable<string>];
76
+ };
77
+
78
+ export type InputURLSlots = {
79
+ 'addon-left': Slot;
80
+ 'addon-right': Slot;
81
+ };
82
+
83
+ /**
84
+ * **WangsVue - InputURL**
85
+ *
86
+ * _Handle input email with form validation._
87
+ *
88
+ * --- ---
89
+ * ![WangsVue](https://www.wangs.id/wp-content/uploads/2023/12/cropped-Logo_Wangsid-removebg-preview-192x192.png)
90
+ *
91
+ * @group form
92
+ */
93
+ declare class InputURL extends ClassComponent<
94
+ InputURLProps,
95
+ InputURLSlots,
96
+ InputURLEmits
97
+ > {}
98
+
99
+ export default InputURL;
@@ -0,0 +1,36 @@
1
+ import { Nullable } from '../ts-helpers';
2
+ type FieldValue = Nullable<string> | Nullable<number> | string | string[] | number | number[] | boolean | undefined | null | object;
3
+ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
4
+ value?: FieldValue;
5
+ fieldName?: string;
6
+ }>, {
7
+ value: any;
8
+ fieldName: string;
9
+ }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
10
+ value?: FieldValue;
11
+ fieldName?: string;
12
+ }>, {
13
+ value: any;
14
+ fieldName: string;
15
+ }>>>, {
16
+ value: FieldValue;
17
+ fieldName: string;
18
+ }, {}>;
19
+ export default _default;
20
+ type __VLS_WithDefaults<P, D> = {
21
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
22
+ default: D[K];
23
+ }> : P[K];
24
+ };
25
+ type __VLS_Prettify<T> = {
26
+ [K in keyof T]: T[K];
27
+ } & {};
28
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
29
+ type __VLS_TypePropsToOption<T> = {
30
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
31
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
32
+ } : {
33
+ type: import('vue').PropType<T[K]>;
34
+ required: true;
35
+ };
36
+ };
@@ -0,0 +1,97 @@
1
+ import { DropdownOption, OptionValue } from '../../types/options.type';
2
+ import { ClassComponent, GlobalComponentConstructor } from '../ts-helpers';
3
+ import { DropdownChangeEvent } from 'primevue/dropdown';
4
+
5
+
6
+ /**
7
+ * Lite dropdown component props
8
+ */
9
+ export interface LiteDropdownProps {
10
+ modelValue: OptionValue | undefined;
11
+ options: DropdownOption[] | undefined;
12
+ /**
13
+ * Specify the property name of option to be used as label.
14
+ *
15
+ * @default undefined - the label will be sets to the option itself.
16
+ */
17
+ optionLabel: string;
18
+ /**
19
+ * Specify the property name of option to be used as value.
20
+ *
21
+ * @default undefined - the value will be sets to the option itself.
22
+ */
23
+ optionValue: string;
24
+ /**
25
+ * Determines if the field is mandatory
26
+ */
27
+ mandatory?: boolean;
28
+ /**
29
+ * Default text to display when no option is selected.
30
+ *
31
+ * @default `Pilih data`
32
+ */
33
+ placeholder?: string;
34
+ /**
35
+ * Whether the dropdown is in loading state.
36
+ * @defaultValue false
37
+ */
38
+ loading?: boolean;
39
+ /**
40
+ * Set disabled state for input dropdown.
41
+ */
42
+ disabled?: boolean;
43
+ /**
44
+ * Wether show the Dropdown option search or not.
45
+ *
46
+ * @default true,
47
+ */
48
+ filter?: boolean;
49
+ /**
50
+ * The filter input Placeholder
51
+ *
52
+ * @default 'Cari'
53
+ */
54
+ filterPlaceholder?: string;
55
+ }
56
+
57
+ /**
58
+ * Lite dropdown component emits
59
+ */
60
+ export type LiteDropdownEmits = {
61
+ /**
62
+ * Emits when an option selected.
63
+ */
64
+ 'update:modelValue': [value: OptionValue | undefined];
65
+ /**
66
+ * Emits when overlay shown.
67
+ */
68
+ 'show': [];
69
+ /**
70
+ * Emits when there is a change on the dropdown value.
71
+ */
72
+ 'change': [value: DropdownChangeEvent];
73
+ };
74
+
75
+ /**
76
+ * **WangsVue - LiteDropwdown**
77
+ *
78
+ * _LiteDropdown, a lite version of the Dropdown component._
79
+ *
80
+ * --- ---
81
+ * ![WangsVue](https://www.wangs.id/wp-content/uploads/2023/12/cropped-Logo_Wangsid-removebg-preview-192x192.png)
82
+ *
83
+ * @group Component
84
+ */
85
+ declare class LiteDropdown extends ClassComponent<
86
+ LiteDropdownProps,
87
+ unknown,
88
+ LiteDropdownEmits
89
+ > {}
90
+
91
+ declare module '@vue/runtime-core' {
92
+ interface GlobalComponents {
93
+ Dropdown: GlobalComponentConstructor<LiteDropdown>;
94
+ }
95
+ }
96
+
97
+ export default LiteDropdown;
@@ -0,0 +1,34 @@
1
+ import { DefineComponent } from 'vue';
2
+
3
+
4
+ /**
5
+ * **TSVue - Loading**
6
+ *
7
+ * _Tag Samurai Loading Overlay Animation._
8
+ *
9
+ * #### Example
10
+ *
11
+ * Script:
12
+ * ```ts
13
+ * import { Loading, useLoadingStore } from 'wangsvue';
14
+ *
15
+ * const { setLoading } = useLoadingStore();
16
+ *
17
+ * onMounted(() => {
18
+ * setLoading(true);
19
+ * });
20
+ * ```
21
+ * ---
22
+ * Template:
23
+ * ```html
24
+ * <Loading />
25
+ * ```
26
+ *
27
+ * --- ---
28
+ * ![TSVue](https://www.wangs.id/wp-content/uploads/2023/12/cropped-Logo_Wangsid-removebg-preview-192x192.png)
29
+ *
30
+ * @group form
31
+ */
32
+ declare const Loading: DefineComponent;
33
+
34
+ export default Loading;
@@ -0,0 +1,8 @@
1
+ import { Ref } from 'vue';
2
+ export interface LoadingStore {
3
+ loading: Ref<boolean>;
4
+ message: Ref<string | undefined>;
5
+ setLoading: (state: boolean, message?: string) => void;
6
+ }
7
+ declare const useLoadingStore: () => LoadingStore;
8
+ export default useLoadingStore;