@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,370 @@
1
+ import { TransitionProps, VNode } from 'vue';
2
+ import { ComponentHooks } from '../basecomponent';
3
+ import { PassThroughOptions } from '../passthrough';
4
+ import { ClassComponent, GlobalComponentConstructor, PassThrough } from '../ts-helpers';
5
+
6
+
7
+ export declare type ImagePassThroughOptionType =
8
+ | ImagePassThroughAttributes
9
+ | ((
10
+ options: ImagePassThroughMethodOptions,
11
+ ) => ImagePassThroughAttributes | string)
12
+ | string
13
+ | null
14
+ | undefined;
15
+
16
+ export declare type ImagePassThroughTransitionType =
17
+ | TransitionProps
18
+ | ((options: ImagePassThroughMethodOptions) => TransitionProps)
19
+ | undefined;
20
+
21
+ /**
22
+ * Custom passthrough(pt) option method.
23
+ */
24
+ export interface ImagePassThroughMethodOptions {
25
+ /**
26
+ * Defines instance.
27
+ */
28
+ instance: any;
29
+ /**
30
+
31
+ * Defines valid properties.
32
+ */
33
+ props: ImageProps;
34
+ /**
35
+ * Defines current inline state.
36
+ */
37
+ state: ImageState;
38
+ /**
39
+ * Defines valid attributes.
40
+ */
41
+ attrs: any;
42
+ /**
43
+ * Defines parent options.
44
+ */
45
+ parent: any;
46
+ /**
47
+ * Defines passthrough(pt) options in global config.
48
+ */
49
+ global: object | undefined;
50
+ }
51
+
52
+ /**
53
+ * Custom passthrough(pt) options.
54
+ * @see {@link ImageProps.pt}
55
+ */
56
+ export interface ImagePassThroughOptions {
57
+ /**
58
+ * Used to pass attributes to the root's DOM element.
59
+ */
60
+ root?: ImagePassThroughOptionType;
61
+ /**
62
+ * Used to pass attributes to the image's DOM element.
63
+ */
64
+ image?: ImagePassThroughOptionType;
65
+ /**
66
+ * Used to pass attributes to the button's DOM element.
67
+ */
68
+ button?: ImagePassThroughOptionType;
69
+ /**
70
+ * Used to pass attributes to the icon's DOM element.
71
+ */
72
+ icon?: ImagePassThroughOptionType;
73
+ /**
74
+ * Used to pass attributes to the mask's DOM element.
75
+ */
76
+ mask?: ImagePassThroughOptionType;
77
+ /**
78
+ * Used to pass attributes to the toolbar's DOM element.
79
+ */
80
+ toolbar?: ImagePassThroughOptionType;
81
+ /**
82
+ * Used to pass attributes to the rotate right button's DOM element.
83
+ */
84
+ rotateRightButton?: ImagePassThroughOptionType;
85
+ /**
86
+ * Used to pass attributes to the rotate right icon's DOM element.
87
+ */
88
+ rotateRightIcon?: ImagePassThroughOptionType;
89
+ /**
90
+ * Used to pass attributes to the rotate left button's DOM element.
91
+ */
92
+ rotateLeftButton?: ImagePassThroughOptionType;
93
+ /**
94
+ * Used to pass attributes to the rotate left icon's DOM element.
95
+ */
96
+ rotateLeftIcon?: ImagePassThroughOptionType;
97
+ /**
98
+ * Used to pass attributes to the zoom out button's DOM element.
99
+ */
100
+ zoomOutButton?: ImagePassThroughOptionType;
101
+ /**
102
+ * Used to pass attributes to the zoom out icon's DOM element.
103
+ */
104
+ zoomOutIcon?: ImagePassThroughOptionType;
105
+ /**
106
+ * Used to pass attributes to the zoom in button's DOM element.
107
+ */
108
+ zoomInButton?: ImagePassThroughOptionType;
109
+ /**
110
+ * Used to pass attributes to the zoom in icon's DOM element.
111
+ */
112
+ zoomInIcon?: ImagePassThroughOptionType;
113
+ /**
114
+ * Used to pass attributes to the close button's DOM element.
115
+ */
116
+ closeButton?: ImagePassThroughOptionType;
117
+ /**
118
+ * Used to pass attributes to the close icon's DOM element.
119
+ */
120
+ closeIcon?: ImagePassThroughOptionType;
121
+ /**
122
+ * Used to pass attributes to the preview container's DOM element.
123
+ */
124
+ previewContainer?: ImagePassThroughOptionType;
125
+ /**
126
+ * Used to pass attributes to the preview's DOM element.
127
+ */
128
+ preview?: ImagePassThroughOptionType;
129
+ /**
130
+ * Used to manage all lifecycle hooks.
131
+ * @see {@link BaseComponent.ComponentHooks}
132
+ */
133
+ hooks?: ComponentHooks;
134
+ /**
135
+ * Used to control Vue Transition API.
136
+ */
137
+ transition?: ImagePassThroughTransitionType;
138
+ }
139
+
140
+ /**
141
+ * Custom passthrough attributes for each DOM elements
142
+ */
143
+ export interface ImagePassThroughAttributes {
144
+ [key: string]: any;
145
+ }
146
+
147
+ /**
148
+ * Defines current inline state in Image component.
149
+ */
150
+ export interface ImageState {
151
+ /**
152
+ * Mask visible state as a boolean.
153
+ * @defaultValue false
154
+ */
155
+ maskVisible: boolean;
156
+ /**
157
+ * Preview visible state as a boolean.
158
+ * @defaultValue false
159
+ */
160
+ previewVisible: boolean;
161
+ /**
162
+ * Rotate state as a number.
163
+ * @defaultValue 0
164
+ */
165
+ rotate: number;
166
+ /**
167
+ * Scale state as a boolean.
168
+ * @defaultValue 1
169
+ */
170
+ scale: number;
171
+ }
172
+
173
+ export type ImageGallery = {
174
+ src?: ImageProps['src'];
175
+ };
176
+
177
+ /**
178
+ * Defines valid properties in Image component.
179
+ */
180
+ export interface ImageProps {
181
+ /**
182
+ * The thumbnail image.
183
+ */
184
+ src?: string | Blob;
185
+ /**
186
+ * The thumbnail image width.
187
+ *
188
+ * small: 30
189
+ * medium: 80
190
+ * big: 125
191
+ *
192
+ * @default 'big' - For other size use class
193
+ */
194
+ size?: 'small' | 'medium' | 'big';
195
+ /**
196
+ * Set custom size in pixels (without 'px')
197
+ * @example 30
198
+ */
199
+ width?: number;
200
+ /**
201
+ * Specify the rounded level.
202
+ *
203
+ * If true, the image will be full rounded.
204
+ *
205
+ * @default 'false'
206
+ */
207
+ rounded?: boolean;
208
+ /**
209
+ * Inline style of the image element.
210
+ */
211
+ imageStyle?: any;
212
+ /**
213
+ * Style class of the image element.
214
+ */
215
+ imageClass?: any;
216
+ /**
217
+ * Show preview as galeria. Display multiple image with thumbnail.
218
+ */
219
+ galleries?: ImageGallery[];
220
+ /**
221
+ * Custom indicator icon.
222
+ * @deprecated since v3.27.0. Use 'indicator' slot.
223
+ */
224
+ indicatorIcon?: string;
225
+ /**
226
+ * Disable the zoom-in button
227
+ * @defaultValue false
228
+ */
229
+ zoomInDisabled?: boolean | undefined;
230
+ /**
231
+ * Disable the zoom-out button
232
+ * @defaultValue false
233
+ */
234
+ zoomOutDisabled?: boolean | undefined;
235
+ /**
236
+ * Used to pass attributes to DOM elements inside the component.
237
+ * @type {ImagePassThroughOptions}
238
+ */
239
+ pt?: PassThrough<ImagePassThroughOptions>;
240
+ /**
241
+ * Used to configure passthrough(pt) options of the component.
242
+ * @type {PassThroughOptions}
243
+ */
244
+ ptOptions?: PassThroughOptions;
245
+ /**
246
+ * When enabled, it removes component related styles in the core.
247
+ * @defaultValue false
248
+ */
249
+ unstyled?: boolean;
250
+ }
251
+
252
+ /**
253
+ * Defines valid slots in Image slots.
254
+ */
255
+ export interface ImageSlots {
256
+ /**
257
+ * Custom indicator template.
258
+ */
259
+ indicator(): VNode[];
260
+ /**
261
+ * Custom indicator icon template.
262
+ */
263
+ indicatoricon(): VNode[];
264
+ /**
265
+ * Custom refresh template.
266
+ */
267
+ refresh(): VNode[];
268
+ /**
269
+ * Custom undo template.
270
+ */
271
+ undo(): VNode[];
272
+ /**
273
+ * Custom zoomout template.
274
+ */
275
+ zoomout(): VNode[];
276
+ /**
277
+ * Custom zoomin template.
278
+ */
279
+ zoomin(): VNode[];
280
+ /**
281
+ * Custom close template.
282
+ */
283
+ close(): VNode[];
284
+ /**
285
+ * Custom image template.
286
+ * @param {Object} scope - image slot's params.
287
+ */
288
+ image(scope: {
289
+ /**
290
+ * Style class of the image element.
291
+ */
292
+ class: any;
293
+ /**
294
+ * Style of the image element.
295
+ */
296
+ style: any;
297
+ /**
298
+ * Image error function.
299
+ * @deprecated since v3.39.0. Use 'errorCallback' property instead.
300
+ */
301
+ onError: () => void;
302
+ /**
303
+ * Preview click function.
304
+ */
305
+ errorCallback: () => void;
306
+ }): VNode[];
307
+ /**
308
+ * Custom preview template.
309
+ * @param {Object} scope - preview slot's params.
310
+ */
311
+ preview(scope: {
312
+ /**
313
+ * Style class of the preview image element.
314
+ */
315
+ class: any;
316
+ /**
317
+ * Style of the preview image element.
318
+ */
319
+ style: any;
320
+ /**
321
+ * Preview click function.
322
+ * @deprecated since v3.39.0. Use 'previewCallback' property instead.
323
+ */
324
+ onClick: () => void;
325
+ /**
326
+ * Preview click function.
327
+ */
328
+ previewCallback: () => void;
329
+ }): VNode[];
330
+ }
331
+
332
+ /**
333
+ * **WangsVue - Image**
334
+ *
335
+ * _Displays an image with preview._
336
+ *
337
+ * --- ---
338
+ * ![WangsVue](https://www.wangs.id/wp-content/uploads/2023/12/cropped-Logo_Wangsid-removebg-preview-192x192.png)
339
+ *
340
+ * @group Component
341
+ *
342
+ */
343
+ declare class Image extends ClassComponent<ImageProps, ImageSlots, unknown> {
344
+ /**
345
+ * Triggered when the preview overlay is shown.
346
+ *
347
+ * @memberof Image
348
+ */
349
+ show(): void;
350
+ /**
351
+ * Triggered when the preview overlay is hidden.
352
+ *
353
+ * @memberof Image
354
+ */
355
+ hide(): void;
356
+ /**
357
+ * Triggered when an error occurs while loading an image file.
358
+ *
359
+ * @memberof Image
360
+ */
361
+ error(): void;
362
+ }
363
+
364
+ declare module '@vue/runtime-core' {
365
+ interface GlobalComponents {
366
+ Image: GlobalComponentConstructor<Image>;
367
+ }
368
+ }
369
+
370
+ export default Image;
@@ -0,0 +1,36 @@
1
+ declare function __VLS_template(): {
2
+ default?(_: {}): any;
3
+ };
4
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_TypePropsToOption<{
5
+ touchMove?: unknown;
6
+ mouseMove?: unknown;
7
+ touchResize?: unknown;
8
+ wheelResize?: unknown;
9
+ }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
10
+ move: (e: any) => void;
11
+ resize: (e: any) => void;
12
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToOption<{
13
+ touchMove?: unknown;
14
+ mouseMove?: unknown;
15
+ touchResize?: unknown;
16
+ wheelResize?: unknown;
17
+ }>>> & {
18
+ onMove?: (e: any) => any;
19
+ onResize?: (e: any) => any;
20
+ }, {}, {}>;
21
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
22
+ export default _default;
23
+ type __VLS_WithTemplateSlots<T, S> = T & {
24
+ new (): {
25
+ $slots: S;
26
+ };
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,192 @@
1
+ import { CustomValidation } from '../form/Form.vue.d';
2
+ import { ClassComponent, GlobalComponentConstructor } from '../ts-helpers';
3
+
4
+
5
+ export type Image = {
6
+ src: string | null;
7
+ type: string | null;
8
+ };
9
+
10
+ export type ImageCompressorPayload = {
11
+ canvas: HTMLCanvasElement | undefined;
12
+ compressed: {
13
+ blob: string | Blob;
14
+ base64: string;
15
+ fileName: string;
16
+ file: File;
17
+ size: string;
18
+ type: 'image/webp';
19
+ };
20
+ message?: string;
21
+ };
22
+
23
+ export interface ImageCompressorProps {
24
+ /**
25
+ * Specify the user initial name for the Image Placeholder
26
+ *
27
+ * max-length: 3
28
+ */
29
+ initialName?: string;
30
+ /**
31
+ * Specify the input type, wether single ro multiple image input.
32
+ *
33
+ * @default false - single input.
34
+ */
35
+ multiple?: boolean;
36
+ /**
37
+ * The default image index 0 / 1
38
+ */
39
+ defaultImage?: number;
40
+ /**
41
+ * Disable the image input.
42
+ *
43
+ * @todo add disabled state.
44
+ */
45
+ disabled?: boolean;
46
+ /**
47
+ * Display a compressed Blob image or a string objectURL of a Blob when mounted.
48
+ */
49
+ compressedBlob?: string | Blob | (string | Blob)[];
50
+ /**
51
+ * Display an image with the URL instead.
52
+ */
53
+ imagePreviewUrl?: string | string[];
54
+ /**
55
+ * Specify the size image input and preview size.
56
+ *
57
+ * - small: 30px
58
+ * - medium: 80px
59
+ * - big: 125*125 px
60
+ *
61
+ * @todo Add small size. Currently only support big size.
62
+ * @default 'big'
63
+ */
64
+ imagePreviewSize?: 'small' | 'medium' | 'big';
65
+ /**
66
+ * Specify the rounded level.
67
+ *
68
+ * If true, the image will be full rounded.
69
+ *
70
+ * @default 'false'
71
+ */
72
+ rounded?: boolean;
73
+ /**
74
+ * Specify whether the image able to be deleted or not (in case image only able to added and edited)
75
+ *
76
+ * @default true
77
+ */
78
+ useDeleteButton?: boolean;
79
+ /**
80
+ * Specify whether the image input will be used as field within Form validation.
81
+ *
82
+ */
83
+ useValidator?: boolean;
84
+ /**
85
+ * Specify if the field is required or not.
86
+ */
87
+ mandatory?: boolean;
88
+ /**
89
+ * Set the invalid state and display the custom validator message.
90
+ */
91
+ invalid?: boolean;
92
+ /**
93
+ * Set custom validation message.
94
+ */
95
+ validatorMessage?: string | CustomValidation;
96
+ /**
97
+ * The field label.
98
+ *
99
+ * @default undefined - if props.useValidator not presents.
100
+ * @default 'Photo' - if props.useValidator presents.
101
+ */
102
+ label?: string;
103
+ /**
104
+ * Specify the field name to make the input available on form validation payload.
105
+ *
106
+ * @default 'imageInput'
107
+ */
108
+ fieldName?: string;
109
+ /**
110
+ * Display field information as tooltip.
111
+ */
112
+ fieldInfo?: string;
113
+ /**
114
+ * Show the image requirement info section.
115
+ *
116
+ * @default true
117
+ */
118
+ showInfo?: boolean;
119
+ /**
120
+ * Show dialog confirmation before delete the image.
121
+ */
122
+ confirmOnDelete?: boolean;
123
+ /**
124
+ * On clicking delete button, emit the delete function instead of deleting the image.
125
+ * Useful when showing custom dialog confirmation.
126
+ */
127
+ emitDeleteFn?: boolean;
128
+ /**
129
+ * Show the validation message section.
130
+ *
131
+ * @default true
132
+ */
133
+ showValidatorMessage?: boolean;
134
+ }
135
+
136
+ export interface ImageCompressorSlots {
137
+ [key: string]: unknown;
138
+ }
139
+
140
+ export type ImageCompressorEmits = {
141
+ /**
142
+ * On apply the image cropper.
143
+ */
144
+ 'apply': [value: ImageCompressorPayload];
145
+ /**
146
+ * On apply image from props.
147
+ */
148
+ 'applyProp': [];
149
+ 'update:defaultImage': [index?: number];
150
+ /**
151
+ * On delete button clicked.
152
+ *
153
+ * When confirmOnDelete / emitDelete is true, this emit will be emitted with a delete function.
154
+ * You need to call the function inside your own delete funcition to clear the image.
155
+ *
156
+ * @param deleteFn - the function delete
157
+ * @param index - the index of image to be deleted
158
+ */
159
+ 'delete': [deleteFn?: (index?: number) => void, index?: number];
160
+ };
161
+
162
+ /**
163
+ * **WangsVue - ImageCompressor**
164
+ *
165
+ * _Handle image input and compression._
166
+ *
167
+ * --- ---
168
+ * ![WangsVue](https://www.wangs.id/wp-content/uploads/2023/12/cropped-Logo_Wangsid-removebg-preview-192x192.png)
169
+ *
170
+ * @group Component
171
+ *
172
+ */
173
+ declare class ImageCompressor extends ClassComponent<
174
+ ImageCompressorProps,
175
+ ImageCompressorSlots,
176
+ ImageCompressorEmits
177
+ > {
178
+ /**
179
+ * Exposed function to assign image from props.
180
+ *
181
+ * @param isDelete
182
+ */
183
+ assignPreviewImagesFromProp(isDelete?: boolean): Promise<void>;
184
+ }
185
+
186
+ declare module '@vue/runtime-core' {
187
+ interface GlobalComponents {
188
+ ImageCompressor: GlobalComponentConstructor<ImageCompressor>;
189
+ }
190
+ }
191
+
192
+ export default ImageCompressor;
@@ -0,0 +1,30 @@
1
+ declare function __VLS_template(): {
2
+ default?(_: {}): any;
3
+ };
4
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_TypePropsToOption<{
5
+ showInfo: boolean;
6
+ showAddButton?: boolean;
7
+ }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
8
+ addPhoto: () => void;
9
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToOption<{
10
+ showInfo: boolean;
11
+ showAddButton?: boolean;
12
+ }>>> & {
13
+ onAddPhoto?: () => any;
14
+ }, {}, {}>;
15
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
16
+ export default _default;
17
+ type __VLS_WithTemplateSlots<T, S> = T & {
18
+ new (): {
19
+ $slots: S;
20
+ };
21
+ };
22
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
23
+ type __VLS_TypePropsToOption<T> = {
24
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
25
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
26
+ } : {
27
+ type: import('vue').PropType<T[K]>;
28
+ required: true;
29
+ };
30
+ };