@fewangsit/wangsvue-fats 1.0.0-alpha.14 → 1.0.0-alpha.141

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 (168) hide show
  1. package/components/animation/Animation.vue.d.ts +9 -1
  2. package/components/assetinfo/AssetInfo.vue.d.ts +44 -0
  3. package/components/badgegroup/BadgeGroup.vue.d.ts +3 -1
  4. package/components/basetree/BaseTree.vue.d.ts +6 -1
  5. package/components/button/Button.vue.d.ts +3 -2
  6. package/components/buttonaddbyscan/ButtonAddByScan.vue.d.ts +40 -0
  7. package/components/buttonbulkaction/ButtonBulkAction.vue.d.ts +1 -0
  8. package/components/buttonradio/ButtonRadio.vue.d.ts +1 -0
  9. package/components/buttonscan/ButtonScan.vue.d.ts +3 -2
  10. package/components/buttonsearchbyscan/ButtonSearchByScan.vue.d.ts +46 -0
  11. package/components/buttonselecttree/ButtonSelectTree.vue.d.ts +2 -1
  12. package/components/buttonsplit/ButtonSplit.vue.d.ts +352 -34
  13. package/components/buttonsync/ButtonSync.vue.d.ts +13 -1
  14. package/components/buttontoggle/ButtonToggle.vue.d.ts +1 -0
  15. package/components/buttonviewlog/ButtonViewLog.vue.d.ts +17 -0
  16. package/components/calendar/Calendar.vue.d.ts +32 -4
  17. package/components/card/Card.vue.d.ts +1 -0
  18. package/components/carousel/Carousel.vue.d.ts +28 -0
  19. package/components/checkbox/Checkbox.vue.d.ts +1 -0
  20. package/components/datatable/DataTable.vue.d.ts +12 -4
  21. package/components/dialog/Dialog.vue.d.ts +4 -3
  22. package/components/dialogassetnamedetail/DialogAssetNameDetail.vue.d.ts +46 -0
  23. package/components/dialogassetnamedetail/options/columns.d.ts +2 -0
  24. package/components/dialogassetnamedetail/options/filter.d.ts +2 -0
  25. package/components/dialogconfirm/DialogConfirm.vue.d.ts +2 -1
  26. package/components/dialogform/DialogForm.vue.d.ts +3 -2
  27. package/components/dialoglinkedasset/DialogLinkedAsset.vue.d.ts +106 -0
  28. package/components/dialogprintqr/DialogPrintQR.vue.d.ts +18 -0
  29. package/components/dialogreportdamage/DialogReportDamage.vue.d.ts +34 -0
  30. package/components/dialogreportmissing/DialogReportMissing.vue.d.ts +33 -0
  31. package/components/dialogreporttag/DialogReportTag.vue.d.ts +31 -0
  32. package/components/dialogselecttree/DialogSelectTree.vue.d.ts +3 -2
  33. package/components/dialogselectuser/DialogSelectUser.vue.d.ts +102 -0
  34. package/components/dialogselectuser/options/columns.d.ts +3 -0
  35. package/components/dialogtransferlog/DialogTransferLog.vue.d.ts +16 -0
  36. package/components/dropdown/Dropdown.vue.d.ts +28 -4
  37. package/components/editor/Editor.vue.d.ts +1 -0
  38. package/components/fieldwrapper/FieldWrapper.vue.d.ts +19 -2
  39. package/components/fileupload/FileUpload.vue.d.ts +1 -0
  40. package/components/filtercontainer/FilterContainer.vue.d.ts +104 -69
  41. package/components/form/Form.vue.d.ts +4 -1
  42. package/components/icon/Icon.vue.d.ts +4 -0
  43. package/components/image/Image.vue.d.ts +8 -0
  44. package/components/imagecompressor/ImageCompressor.vue.d.ts +14 -0
  45. package/components/index.d.ts +34 -21
  46. package/components/inputcurrency/helpers/currency.helper.d.ts +5 -1
  47. package/components/inputemail/InputEmail.vue.d.ts +1 -0
  48. package/components/inputnumber/InputNumber.vue.d.ts +6 -0
  49. package/components/inputotp/InputOtp.vue.d.ts +3 -0
  50. package/components/inputpassword/InputPassword.vue.d.ts +1 -0
  51. package/components/inputrangenumber/InputRangeNumber.vue.d.ts +1 -0
  52. package/components/inputsearch/InputSearch.vue.d.ts +7 -1
  53. package/components/inputtext/InputText.vue.d.ts +2 -1
  54. package/components/inputurl/InputURL.vue.d.ts +4 -2
  55. package/components/invisiblefield/InvisibleField.vue.d.ts +32 -36
  56. package/components/languagedropdown/LanguageDropdown.vue.d.ts +5 -19
  57. package/components/litedropdown/LiteDropdown.vue.d.ts +5 -3
  58. package/components/loading/store/loading.store.d.ts +3 -3
  59. package/components/menu/Menu.vue.d.ts +2 -1
  60. package/components/multiselect/MultiSelect.vue.d.ts +7 -4
  61. package/components/overlaypanel/OverlayPanel.vue.d.ts +1 -0
  62. package/components/paginator/Paginator.vue.d.ts +285 -0
  63. package/components/steps/Steps.vue.d.ts +20 -0
  64. package/components/tabmenu/TabMenu.vue.d.ts +7 -191
  65. package/components/tagtype/TagType.vue.d.ts +26 -0
  66. package/components/textarea/Textarea.vue.d.ts +2 -1
  67. package/components/timeline/Timeline.vue.d.ts +21 -2
  68. package/components/toast/Toast.vue.d.ts +2 -1
  69. package/components/toggleswitch/ToggleSwitch.vue.d.ts +1 -0
  70. package/components/transactionroles/TransactionRoles.vue.d.ts +58 -0
  71. package/components/tree/Tree.vue.d.ts +6 -3
  72. package/components/tree/helpers/filterNodeKeys.helper.d.ts +8 -2
  73. package/components/tree/helpers/flattenTreeNodeChildren.helper.d.ts +3 -1
  74. package/components/ts-helpers.d.ts +8 -0
  75. package/components/username/UserName.vue.d.ts +6 -1
  76. package/components/userwithicon/UserWithIcon.vue.d.ts +21 -0
  77. package/config/defaultProps.d.ts +1 -1
  78. package/config/index.d.ts +1 -1
  79. package/config/locale.d.ts +1 -1
  80. package/directives/focus.d.ts +1 -1
  81. package/event-bus/index.d.ts +59 -53
  82. package/event-bus/mitt.d.ts +29 -14
  83. package/main.d.ts +34 -2
  84. package/package.json +16 -8
  85. package/plugins/VueHtmlToPaper.d.ts +11 -0
  86. package/plugins/WangsVue.d.ts +272 -98
  87. package/plugins/formValidation.d.ts +16 -6
  88. package/plugins/i18n-extension.d.ts +1 -1
  89. package/plugins/i18n.d.ts +90 -67
  90. package/stats.html +4949 -0
  91. package/style.css +1 -1
  92. package/utils/date.util.d.ts +64 -31
  93. package/utils/exportToExcel.util.d.ts +7 -14
  94. package/utils/formatTagCode.util.d.ts +1 -0
  95. package/utils/getStatusSeverity.util.d.ts +27 -0
  96. package/utils/index.d.ts +8 -21
  97. package/utils/isBasic.util.d.ts +1 -0
  98. package/utils/listenSidebarChanges.util.d.ts +14 -9
  99. package/utils/object.util.d.ts +14 -3
  100. package/utils/role.util.d.ts +63 -26
  101. package/utils/toast.util.d.ts +78 -78
  102. package/utils/xlsx.util.d.ts +19 -0
  103. package/wangsvue-fats.js +56922 -0
  104. package/wangsvue-fats.system.js +199 -281
  105. package/assets/json/currencies.json.d.ts +0 -1068
  106. package/assets/lottie/admin/loading-page.lottie +0 -0
  107. package/assets/lottie/admin/loading-table.lottie +0 -0
  108. package/assets/lottie/admin/no-data.lottie +0 -0
  109. package/assets/lottie/supplyasset/loading-page.lottie +0 -0
  110. package/assets/lottie/supplyasset/loading-table.lottie +0 -0
  111. package/assets/lottie/supplyasset/no-data.lottie +0 -0
  112. package/assets/lottie/workspace/loading-page.lottie +0 -0
  113. package/assets/lottie/workspace/loading-plane.lottie +0 -0
  114. package/assets/lottie/workspace/loading-table.lottie +0 -0
  115. package/assets/lottie/workspace/no-data.lottie +0 -0
  116. package/build-entry.d.ts +0 -14
  117. package/components/buttonscan/helpers/getErrorCode.helper.d.ts +0 -3
  118. package/components/buttonscan/helpers/index.d.ts +0 -1
  119. package/components/buttonscan/workers/scanner.worker.d.ts +0 -1
  120. package/components/buttonsplit/ButtonSplit.d.ts +0 -350
  121. package/components/calendar/BaseCalendar.vue.d.ts +0 -86
  122. package/components/codesnippet/CodeSnippet.vue.d.ts +0 -14
  123. package/components/customcolumn/ColumnList.vue.d.ts +0 -27
  124. package/components/customcolumn/helpers/setVisibilityColumn.helper.d.ts +0 -12
  125. package/components/datatable/MultiRow.vue.d.ts +0 -16
  126. package/components/datatable/helpers/adjustMenuPosition.helper.d.ts +0 -1
  127. package/components/datatable/helpers/filter.helper.d.ts +0 -28
  128. package/components/datatable/helpers/index.d.ts +0 -3
  129. package/components/datatable/helpers/readConfig.helper.d.ts +0 -2
  130. package/components/datatable/store/dataTable.store.d.ts +0 -22
  131. package/components/editor/CodeSnippetAdapter.vue.d.ts +0 -92
  132. package/components/editor/EditorButton.vue.d.ts +0 -15
  133. package/components/editor/MentionList.vue.d.ts +0 -35
  134. package/components/editor/MentionSection.vue.d.ts +0 -92
  135. package/components/editor/codeSnippetExtension.d.ts +0 -3
  136. package/components/editor/mentionSectionExtension.d.ts +0 -3
  137. package/components/editor/suggestion.d.ts +0 -2
  138. package/components/filtercontainer/helpers/applyFilter.helper.d.ts +0 -5
  139. package/components/filtercontainer/helpers/formatDateTimeRange.helper.d.ts +0 -7
  140. package/components/filtercontainer/helpers/getOption.helper.d.ts +0 -3
  141. package/components/gallerypreview/GalleryPreview.vue.d.ts +0 -31
  142. package/components/hardwaresync/store/device.store.d.ts +0 -36
  143. package/components/helpers/convertToArrayClass.helper.d.ts +0 -2
  144. package/components/helpers/index.d.ts +0 -2
  145. package/components/helpers/label.d.ts +0 -15
  146. package/components/imagecompressor/BackgroundImageCropper.vue.d.ts +0 -36
  147. package/components/imagecompressor/ImageInputInfo.vue.d.ts +0 -30
  148. package/components/inputgroup/InputGroup.vue.d.ts +0 -141
  149. package/components/inputphonenumber/helpers/getUserLocation.helper.d.ts +0 -8
  150. package/components/languagedropdown/LanguageDropdownOption.vue.d.ts +0 -18
  151. package/components/menu/helpers/filterMenu.helper.d.ts +0 -12
  152. package/components/menu/helpers/index.d.ts +0 -1
  153. package/components/menuitem/MenuItem.vue.d.ts +0 -19
  154. package/components/progressbar/ProgressBar.vue.d.ts +0 -72
  155. package/components/quickfilter/QuickFilter.vue.d.ts +0 -25
  156. package/components/timeline/TimelineContentByType.vue.d.ts +0 -16
  157. package/components/tooltipspan/TooltipSpan.vue.d.ts +0 -20
  158. package/components/tree/helpers/index.d.ts +0 -3
  159. package/components/usergroup/UserGroup.vue.d.ts +0 -57
  160. package/components/validatormessage/ValidatorMessage.vue.d.ts +0 -12
  161. package/types/options.type.d.ts +0 -16
  162. package/utils/addAttachment.util.d.ts +0 -43
  163. package/utils/filterOptions.util.d.ts +0 -3
  164. package/utils/genPlaceholder.util.d.ts +0 -8
  165. package/utils/getAttachmentIcon.util.d.ts +0 -8
  166. package/utils/mergePropsWithDefaults.util.d.ts +0 -20
  167. package/utils/textFormatter.util.d.ts +0 -17
  168. package/wangsvue-fats.es.js +0 -133530

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.