@fewangsit/wangsvue-fats 1.0.0-alpha.15 → 1.0.0-alpha.150

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 (169) hide show
  1. package/components/animation/Animation.vue.d.ts +9 -1
  2. package/components/assetinfo/AssetInfo.vue.d.ts +15 -16
  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/buttondownload/ButtonDownload.vue.d.ts +31 -0
  9. package/components/buttonradio/ButtonRadio.vue.d.ts +1 -0
  10. package/components/buttonscan/ButtonScan.vue.d.ts +3 -2
  11. package/components/buttonsearchbyscan/ButtonSearchByScan.vue.d.ts +46 -0
  12. package/components/buttonselecttree/ButtonSelectTree.vue.d.ts +2 -1
  13. package/components/buttonsplit/ButtonSplit.vue.d.ts +352 -34
  14. package/components/buttonsync/ButtonSync.vue.d.ts +13 -1
  15. package/components/buttontoggle/ButtonToggle.vue.d.ts +1 -0
  16. package/components/buttonviewlog/ButtonViewLog.vue.d.ts +17 -0
  17. package/components/calendar/Calendar.vue.d.ts +32 -4
  18. package/components/card/Card.vue.d.ts +1 -0
  19. package/components/carousel/Carousel.vue.d.ts +28 -0
  20. package/components/checkbox/Checkbox.vue.d.ts +1 -0
  21. package/components/datatable/DataTable.vue.d.ts +12 -4
  22. package/components/dialog/Dialog.vue.d.ts +4 -3
  23. package/components/dialogassetnamedetail/DialogAssetNameDetail.vue.d.ts +46 -0
  24. package/components/dialogassetnamedetail/options/columns.d.ts +2 -0
  25. package/components/dialogassetnamedetail/options/filter.d.ts +2 -0
  26. package/components/dialogconfirm/DialogConfirm.vue.d.ts +2 -1
  27. package/components/dialogform/DialogForm.vue.d.ts +3 -2
  28. package/components/dialoglinkedasset/DialogLinkedAsset.vue.d.ts +106 -0
  29. package/components/dialogprintqr/DialogPrintQR.vue.d.ts +18 -0
  30. package/components/dialogreportdamage/DialogReportDamage.vue.d.ts +34 -0
  31. package/components/dialogreportmissing/DialogReportMissing.vue.d.ts +33 -0
  32. package/components/dialogreporttag/DialogReportTag.vue.d.ts +31 -0
  33. package/components/dialogselecttree/DialogSelectTree.vue.d.ts +3 -2
  34. package/components/dialogselectuser/DialogSelectUser.vue.d.ts +102 -0
  35. package/components/dialogselectuser/options/columns.d.ts +3 -0
  36. package/components/dialogtransferlog/DialogTransferLog.vue.d.ts +16 -0
  37. package/components/dropdown/Dropdown.vue.d.ts +28 -4
  38. package/components/editor/Editor.vue.d.ts +1 -0
  39. package/components/fieldwrapper/FieldWrapper.vue.d.ts +19 -2
  40. package/components/fileupload/FileUpload.vue.d.ts +1 -0
  41. package/components/filtercontainer/FilterContainer.vue.d.ts +104 -69
  42. package/components/form/Form.vue.d.ts +4 -1
  43. package/components/icon/Icon.vue.d.ts +4 -0
  44. package/components/image/Image.vue.d.ts +8 -0
  45. package/components/imagecompressor/ImageCompressor.vue.d.ts +14 -0
  46. package/components/index.d.ts +34 -22
  47. package/components/inputcurrency/helpers/currency.helper.d.ts +5 -1
  48. package/components/inputemail/InputEmail.vue.d.ts +1 -0
  49. package/components/inputnumber/InputNumber.vue.d.ts +6 -0
  50. package/components/inputotp/InputOtp.vue.d.ts +3 -0
  51. package/components/inputpassword/InputPassword.vue.d.ts +1 -0
  52. package/components/inputrangenumber/InputRangeNumber.vue.d.ts +1 -0
  53. package/components/inputsearch/InputSearch.vue.d.ts +7 -1
  54. package/components/inputtext/InputText.vue.d.ts +2 -1
  55. package/components/inputurl/InputURL.vue.d.ts +4 -2
  56. package/components/invisiblefield/InvisibleField.vue.d.ts +32 -36
  57. package/components/languagedropdown/LanguageDropdown.vue.d.ts +5 -19
  58. package/components/litedropdown/LiteDropdown.vue.d.ts +5 -3
  59. package/components/loading/store/loading.store.d.ts +3 -3
  60. package/components/menu/Menu.vue.d.ts +2 -1
  61. package/components/multiselect/MultiSelect.vue.d.ts +7 -4
  62. package/components/overlaypanel/OverlayPanel.vue.d.ts +1 -0
  63. package/components/paginator/Paginator.vue.d.ts +285 -0
  64. package/components/steps/Steps.vue.d.ts +20 -0
  65. package/components/tabmenu/TabMenu.vue.d.ts +7 -191
  66. package/components/tagtype/TagType.vue.d.ts +5 -0
  67. package/components/textarea/Textarea.vue.d.ts +2 -1
  68. package/components/timeline/Timeline.vue.d.ts +21 -2
  69. package/components/toast/Toast.vue.d.ts +2 -1
  70. package/components/toggleswitch/ToggleSwitch.vue.d.ts +1 -0
  71. package/components/transactionroles/TransactionRoles.vue.d.ts +58 -0
  72. package/components/tree/Tree.vue.d.ts +6 -3
  73. package/components/tree/helpers/filterNodeKeys.helper.d.ts +8 -2
  74. package/components/tree/helpers/flattenTreeNodeChildren.helper.d.ts +3 -1
  75. package/components/ts-helpers.d.ts +8 -0
  76. package/components/username/UserName.vue.d.ts +6 -1
  77. package/components/userwithicon/UserWithIcon.vue.d.ts +2 -2
  78. package/config/defaultProps.d.ts +1 -1
  79. package/config/index.d.ts +1 -1
  80. package/config/locale.d.ts +1 -1
  81. package/directives/focus.d.ts +1 -1
  82. package/event-bus/index.d.ts +59 -53
  83. package/event-bus/mitt.d.ts +29 -14
  84. package/main.d.ts +34 -2
  85. package/package.json +16 -8
  86. package/plugins/VueHtmlToPaper.d.ts +11 -0
  87. package/plugins/WangsVue.d.ts +278 -98
  88. package/plugins/formValidation.d.ts +16 -6
  89. package/plugins/i18n-extension.d.ts +1 -1
  90. package/plugins/i18n.d.ts +90 -67
  91. package/stats.html +4949 -0
  92. package/style.css +1 -1
  93. package/utils/date.util.d.ts +64 -31
  94. package/utils/exportToExcel.util.d.ts +23 -16
  95. package/utils/formatTagCode.util.d.ts +1 -0
  96. package/utils/getStatusSeverity.util.d.ts +30 -0
  97. package/utils/index.d.ts +8 -21
  98. package/utils/isBasic.util.d.ts +1 -0
  99. package/utils/listenSidebarChanges.util.d.ts +14 -9
  100. package/utils/object.util.d.ts +14 -3
  101. package/utils/role.util.d.ts +63 -26
  102. package/utils/toast.util.d.ts +78 -78
  103. package/utils/xlsx.util.d.ts +19 -0
  104. package/wangsvue-fats.js +56980 -0
  105. package/wangsvue-fats.system.js +199 -281
  106. package/assets/json/currencies.json.d.ts +0 -1068
  107. package/assets/lottie/admin/loading-page.lottie +0 -0
  108. package/assets/lottie/admin/loading-table.lottie +0 -0
  109. package/assets/lottie/admin/no-data.lottie +0 -0
  110. package/assets/lottie/supplyasset/loading-page.lottie +0 -0
  111. package/assets/lottie/supplyasset/loading-table.lottie +0 -0
  112. package/assets/lottie/supplyasset/no-data.lottie +0 -0
  113. package/assets/lottie/workspace/loading-page.lottie +0 -0
  114. package/assets/lottie/workspace/loading-plane.lottie +0 -0
  115. package/assets/lottie/workspace/loading-table.lottie +0 -0
  116. package/assets/lottie/workspace/no-data.lottie +0 -0
  117. package/build-entry.d.ts +0 -14
  118. package/components/buttonscan/helpers/getErrorCode.helper.d.ts +0 -3
  119. package/components/buttonscan/helpers/index.d.ts +0 -1
  120. package/components/buttonscan/workers/scanner.worker.d.ts +0 -1
  121. package/components/buttonsplit/ButtonSplit.d.ts +0 -350
  122. package/components/calendar/BaseCalendar.vue.d.ts +0 -86
  123. package/components/codesnippet/CodeSnippet.vue.d.ts +0 -14
  124. package/components/customcolumn/ColumnList.vue.d.ts +0 -27
  125. package/components/customcolumn/helpers/setVisibilityColumn.helper.d.ts +0 -12
  126. package/components/datatable/MultiRow.vue.d.ts +0 -16
  127. package/components/datatable/helpers/adjustMenuPosition.helper.d.ts +0 -1
  128. package/components/datatable/helpers/filter.helper.d.ts +0 -28
  129. package/components/datatable/helpers/index.d.ts +0 -3
  130. package/components/datatable/helpers/readConfig.helper.d.ts +0 -2
  131. package/components/datatable/store/dataTable.store.d.ts +0 -22
  132. package/components/editor/CodeSnippetAdapter.vue.d.ts +0 -92
  133. package/components/editor/EditorButton.vue.d.ts +0 -15
  134. package/components/editor/MentionList.vue.d.ts +0 -35
  135. package/components/editor/MentionSection.vue.d.ts +0 -92
  136. package/components/editor/codeSnippetExtension.d.ts +0 -3
  137. package/components/editor/mentionSectionExtension.d.ts +0 -3
  138. package/components/editor/suggestion.d.ts +0 -2
  139. package/components/filtercontainer/helpers/applyFilter.helper.d.ts +0 -5
  140. package/components/filtercontainer/helpers/formatDateTimeRange.helper.d.ts +0 -7
  141. package/components/filtercontainer/helpers/getOption.helper.d.ts +0 -3
  142. package/components/gallerypreview/GalleryPreview.vue.d.ts +0 -31
  143. package/components/hardwaresync/store/device.store.d.ts +0 -36
  144. package/components/helpers/convertToArrayClass.helper.d.ts +0 -2
  145. package/components/helpers/index.d.ts +0 -2
  146. package/components/helpers/label.d.ts +0 -15
  147. package/components/imagecompressor/BackgroundImageCropper.vue.d.ts +0 -36
  148. package/components/imagecompressor/ImageInputInfo.vue.d.ts +0 -30
  149. package/components/inputgroup/InputGroup.vue.d.ts +0 -141
  150. package/components/inputphonenumber/helpers/getUserLocation.helper.d.ts +0 -8
  151. package/components/languagedropdown/LanguageDropdownOption.vue.d.ts +0 -18
  152. package/components/menu/helpers/filterMenu.helper.d.ts +0 -12
  153. package/components/menu/helpers/index.d.ts +0 -1
  154. package/components/menuitem/MenuItem.vue.d.ts +0 -19
  155. package/components/progressbar/ProgressBar.vue.d.ts +0 -72
  156. package/components/quickfilter/QuickFilter.vue.d.ts +0 -25
  157. package/components/timeline/TimelineContentByType.vue.d.ts +0 -16
  158. package/components/tooltipspan/TooltipSpan.vue.d.ts +0 -20
  159. package/components/tree/helpers/index.d.ts +0 -3
  160. package/components/usergroup/UserGroup.vue.d.ts +0 -57
  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/getSeverityByAssetStatus.util.d.ts +0 -3
  167. package/utils/mergePropsWithDefaults.util.d.ts +0 -20
  168. package/utils/textFormatter.util.d.ts +0 -17
  169. package/wangsvue-fats.es.js +0 -133778
@@ -0,0 +1,17 @@
1
+ import { ClassComponent } from '../../components/ts-helpers.d';
2
+
3
+ export interface ButtonViewLogProps {
4
+ showLog?: boolean;
5
+ }
6
+
7
+ export type ButtonViewLogEmits = {
8
+ 'update:showLog': [state: boolean];
9
+ };
10
+
11
+ declare class ButtonViewLog extends ClassComponent<
12
+ ButtonViewLogProps,
13
+ unknown,
14
+ ButtonViewLogEmits
15
+ > {}
16
+
17
+ export default ButtonViewLog;
@@ -1,4 +1,5 @@
1
- import { TransitionProps } from 'vue';
1
+ import { Slot, TransitionProps } from 'vue';
2
+
2
3
  import { CustomValidation } from '../form/Form.vue.d';
3
4
  import { ClassComponent } from '../ts-helpers';
4
5
 
@@ -321,6 +322,11 @@ export interface CalendarProps {
321
322
  */
322
323
  readonly?: boolean;
323
324
 
325
+ /**
326
+ * The class name of the overlay element.
327
+ */
328
+ overlayClass?: string;
329
+
324
330
  /**
325
331
  * Identifier of the underlying input element.
326
332
  */
@@ -337,14 +343,14 @@ export interface CalendarProps {
337
343
  * @default 'single'
338
344
  * @deprecated use selectionMode
339
345
  */
340
- mode?: 'range' | 'single';
346
+ mode?: 'range' | 'single' | 'multiple';
341
347
 
342
348
  /**
343
349
  * Whether single date or date range model value.
344
350
  *
345
351
  * @default 'single'
346
352
  */
347
- selectionMode?: 'range' | 'single';
353
+ selectionMode?: 'range' | 'single' | 'multiple';
348
354
 
349
355
  /**
350
356
  * Whether to hide the overlay on date selection when showTime is enabled.
@@ -469,6 +475,16 @@ export interface CalendarProps {
469
475
  */
470
476
  useTimeFormat?: boolean;
471
477
 
478
+ /**
479
+ * Only allow weekdays to be selected.
480
+ */
481
+ onlyWeekdays?: boolean;
482
+
483
+ /**
484
+ * Exclude certain dates from selection.
485
+ */
486
+ excludeDates?: Date[];
487
+
472
488
  /**
473
489
  * The minimum selectable date.
474
490
  */
@@ -551,6 +567,18 @@ export type CalendarEmits = {
551
567
  'dateSelect': [date: Date | Date[]];
552
568
  };
553
569
 
570
+ export interface CalendarSlots {
571
+ /**
572
+ * Slot for custom root input element
573
+ */
574
+ 'default': Slot<{ onClick: (event: Event) => void }>;
575
+
576
+ /**
577
+ * Slot for additional content in overlay
578
+ */
579
+ 'addon-overlay': Slot;
580
+ }
581
+
554
582
  /**
555
583
  * **WangsVue - Calendar**
556
584
  *
@@ -563,7 +591,7 @@ export type CalendarEmits = {
563
591
  */
564
592
  declare class Calendar extends ClassComponent<
565
593
  CalendarProps,
566
- unknown,
594
+ CalendarSlots,
567
595
  CalendarEmits
568
596
  > {}
569
597
 
@@ -7,6 +7,7 @@
7
7
  *
8
8
  */
9
9
  import { VNode } from 'vue';
10
+
10
11
  import { ComponentHooks } from '../basecomponent';
11
12
  import { PassThroughOptions } from '../passthrough';
12
13
  import {
@@ -0,0 +1,28 @@
1
+ import { ImageGallery } from '../image/Image.vue.d';
2
+ import { ClassComponent } from '../ts-helpers';
3
+
4
+ export interface CarouselProps {
5
+ /**
6
+ * An array of image object to be displayed.
7
+ */
8
+ value: ImageGallery[] | undefined;
9
+ }
10
+
11
+ /**
12
+ * **TSVue v2 - Carousel**
13
+ *
14
+ * _Carousel is a component for displaying a collection of images or content in a sliding or rotating fashion.
15
+ * You can navigate through the items using the provided next and previous functions._
16
+ *
17
+ * --- ---
18
+ * ![TSVue](https://ik.imagekit.io/kurniadev/TS-HEAD-BLACK.png)
19
+ *
20
+ * @group components
21
+ */
22
+ declare class Carousel extends ClassComponent<
23
+ CarouselProps,
24
+ unknown,
25
+ unknown
26
+ > {}
27
+
28
+ export default Carousel;
@@ -6,6 +6,7 @@
6
6
  *
7
7
  */
8
8
  import { VNode } from 'vue';
9
+
9
10
  import { ComponentHooks } from '../basecomponent';
10
11
  import { PassThroughOptions } from '../passthrough';
11
12
  import {
@@ -1,8 +1,10 @@
1
- import { DialogConfirmProps } from 'lib/components/dialogconfirm/DialogConfirm.vue.d';
2
- import { MenuItem } from 'lib/components/menuitem';
3
- import { ClassComponent, HintedString } from '../ts-helpers.d';
4
1
  import { Component } from 'vue';
5
- import { DateOptions } from 'lib/utils/date.util';
2
+
3
+ import { DialogConfirmProps } from '../../components/dialogconfirm/DialogConfirm.vue.d';
4
+ import { MenuItem } from '../../components/menuitem';
5
+ import { DateOptions } from '../../utils/date.util';
6
+
7
+ import { ClassComponent, HintedString } from '../ts-helpers.d';
6
8
 
7
9
  export interface DataTableLocaleConfig {
8
10
  /**
@@ -153,6 +155,12 @@ export type TableCellComponent = {
153
155
  events?: any;
154
156
  onChange?: (itemData: any) => void;
155
157
  disabled?: boolean;
158
+ /**
159
+ * To tell DataTable component whether this component should stop propagation or not
160
+ *
161
+ * @default true - since old logic was automatically stop event click from bodyComponent
162
+ */
163
+ stop?: boolean;
156
164
  };
157
165
 
158
166
  export type TogglePresetConfirmDialogProps = Omit<
@@ -9,6 +9,7 @@
9
9
  *
10
10
  */
11
11
  import { HTMLAttributes, TransitionProps, VNode } from 'vue';
12
+
12
13
  import { ComponentHooks } from '../basecomponent';
13
14
  import { PassThroughOptions } from '../passthrough';
14
15
  import {
@@ -318,7 +319,7 @@ export interface DialogProps {
318
319
  /**
319
320
  * A string or string array class to append to the root section.
320
321
  */
321
- class?: string | string[];
322
+ class?: string | string[] | object[];
322
323
  /**
323
324
  * A string or string array class to append to the dialog header section.
324
325
  */
@@ -326,11 +327,11 @@ export interface DialogProps {
326
327
  /**
327
328
  * A string or string array class to append to the dialog content section.
328
329
  */
329
- contentClass?: string | string[];
330
+ contentClass?: string | string[] | object[];
330
331
  /**
331
332
  * A string or string array class to append to the dialog footer section.
332
333
  */
333
- footerClass?: string | string[];
334
+ footerClass?: string | string[] | object[];
334
335
  }
335
336
 
336
337
  /**
@@ -0,0 +1,46 @@
1
+ import { DefineComponent } from 'vue';
2
+
3
+ /**
4
+ * Props for DialogAssetNameDetail component
5
+ */
6
+ export interface DialogAssetNameDetailProps {
7
+ /**
8
+ * The header of the dialog.
9
+ *
10
+ * @defaultValue "Asset Name Detail"
11
+ */
12
+ header?: string;
13
+
14
+ /**
15
+ * The ID of the asset.
16
+ */
17
+ id: string;
18
+
19
+ /**
20
+ * The query params for fetching assets.
21
+ */
22
+ params?: { [key: string]: string };
23
+
24
+ /**
25
+ * Specifies the visibility of the dialog.
26
+ * @defaultValue false
27
+ */
28
+ visible?: boolean | undefined;
29
+ }
30
+
31
+ /**
32
+ * Emits for DialogAssetNameDetail component
33
+ */
34
+ export type DialogAssetNameDetailEmits = {
35
+ /**
36
+ * Emits when the dialog is closed. Wether from cancel button, close button, or ESC button pressed.
37
+ */
38
+ 'update:visible': [state: boolean];
39
+ };
40
+
41
+ declare const DialogAssetNameDetail: DefineComponent<
42
+ DialogAssetNameDetailProps,
43
+ DialogAssetNameDetailEmits
44
+ >;
45
+
46
+ export default DialogAssetNameDetail;
@@ -0,0 +1,2 @@
1
+ import { TableColumn } from '../../../components/datatable/DataTable.vue.d';
2
+ export declare const assetNameDetailColumns: () => TableColumn[];
@@ -0,0 +1,2 @@
1
+ import { FilterField } from 'components/filtercontainer/FilterContainer.vue.d';
2
+ export declare const filterFields: FilterField[];
@@ -1,8 +1,9 @@
1
1
  import { Slot } from 'vue';
2
+
2
3
  import { WangsIcons } from '../icon/Icon.vue.d';
3
4
  import { ClassComponent, GlobalComponentConstructor } from '../ts-helpers';
4
5
 
5
- type ConfirmDialogSeverity = 'success' | 'danger';
6
+ type ConfirmDialogSeverity = 'success' | 'danger' | 'primary';
6
7
 
7
8
  export interface DialogConfirmLocaleConfig {
8
9
  actionableCloseButtonLabel?: string;
@@ -1,5 +1,6 @@
1
1
  import { GenericObject } from 'vee-validate';
2
2
  import { Slot } from 'vue';
3
+
3
4
  import FormInstance, { FormPayload, FormProps } from '../form/Form.vue.d';
4
5
  import { WangsIcons } from '../icon/Icon.vue.d';
5
6
  import { ClassComponent, GlobalComponentConstructor } from '../ts-helpers';
@@ -85,7 +86,7 @@ export interface DialogFormProps extends FormProps {
85
86
  * @default 260
86
87
  */
87
88
  asideRightWidth?: number;
88
- class?: string | string[];
89
+ class?: string | string[] | object[];
89
90
 
90
91
  /**
91
92
  * Custom button cancel label.
@@ -117,7 +118,7 @@ export interface DialogFormProps extends FormProps {
117
118
  /**
118
119
  * @deprecated
119
120
  */
120
- contentClass?: string | string[];
121
+ contentClass?: string | string[] | object[];
121
122
 
122
123
  /**
123
124
  * Show Date time on header.
@@ -0,0 +1,106 @@
1
+ import { DefineComponent } from 'vue';
2
+ import { AssetName } from '@tagsamurai/fats-api-services/src/types/oldAssetService.type';
3
+
4
+ import { DialogConfirmProps } from '../../../../library/components/dialogconfirm/DialogConfirm.vue.d';
5
+ import { WangsIcons } from '../../../../library/components/icon/Icon.vue.d';
6
+
7
+ /**
8
+ * Type of the asset data, it refers to data response from Asset API, but since this component only using asset's name and _id then only those field are required for type.
9
+ */
10
+ export type LinkedAsset = {
11
+ _id: string;
12
+ name: AssetName;
13
+ };
14
+
15
+ /**
16
+ * Type of linked asset, it contains parent and its child(s).
17
+ */
18
+ export type LinkedAssetFamily = {
19
+ parent: LinkedAsset;
20
+ children: LinkedAsset[];
21
+ };
22
+
23
+ export type ChildAsset = {
24
+ parent: LinkedAsset;
25
+ children: LinkedAsset[]; // Empty children
26
+ family: LinkedAsset[];
27
+ };
28
+
29
+ export type ParentAsset = {
30
+ parent: undefined; // If the asset is parent, the parent will undefined
31
+ children: LinkedAsset[];
32
+ family: LinkedAsset[]; // Family is combination of parent, children and asset itself.
33
+ // If it only contains one asset in family, it means the asset has not linked yet.
34
+ };
35
+
36
+ export type FamilyData = (ParentAsset | ChildAsset) & {
37
+ _id: string;
38
+ };
39
+
40
+ /**
41
+ * Props for DialogSelectAsset component
42
+ */
43
+ export interface DialogLinkedAssetProps extends DialogConfirmProps {
44
+ /**
45
+ * The header of the dialog.
46
+ */
47
+ header: string;
48
+ /**
49
+ * The list of selected asset to be transacted.
50
+ */
51
+ list?: LinkedAsset[];
52
+ /**
53
+ * The list of selected asset to be transacted.
54
+ *
55
+ * @deprecated - no longer supported, use `list` instead
56
+ */
57
+ lists?: LinkedAsset[];
58
+ /**
59
+ * The label of the dialog button.
60
+ */
61
+ label?: string;
62
+ /**
63
+ * The body text of the dialog.
64
+ */
65
+ confirmBody?: string;
66
+ /**
67
+ * Specify the custom header icon.
68
+ * If not, the default rules by it severity.
69
+ *
70
+ * @default 'success' > hidden;
71
+ * @default 'danger' > 'error';
72
+ */
73
+ headerIcon?: WangsIcons;
74
+ /**
75
+ * @default - 'confirmation'
76
+ */
77
+ type?: 'detail' | 'confirmation';
78
+ }
79
+
80
+ /**
81
+ * Emits for DialogSelectAsset component
82
+ */
83
+ export type DialogLinkedAssetEmit = {
84
+ /**
85
+ * Emits when button confirm clicked.
86
+ */
87
+ 'confirm': [families: LinkedAssetFamily[]];
88
+ /**
89
+ * Emits when the dialog is closed. Wether from cancel button, close button, or ESC button pressed.
90
+ */
91
+ 'update:visible': [state: boolean];
92
+ };
93
+
94
+ /**
95
+ * Wangsvue - DialogLinkedAsset
96
+ *
97
+ * DialogLinkedAsset is a component for creating dialog confirmation of linked assets.
98
+ *
99
+ * @group components
100
+ */
101
+ declare const DialogLinkedAsset: DefineComponent<
102
+ DialogLinkedAssetProps,
103
+ DialogLinkedAssetEmit
104
+ >;
105
+
106
+ export default DialogLinkedAsset;
@@ -0,0 +1,18 @@
1
+ import { ClassComponent } from '../../components/ts-helpers.d';
2
+
3
+ export interface DialogPrintQRProps {
4
+ visible?: boolean;
5
+ }
6
+
7
+ export type DialogPrintQREmits = {
8
+ 'printed': [];
9
+ 'update:visible': [state: boolean];
10
+ };
11
+
12
+ declare class DialogPrintQR extends ClassComponent<
13
+ DialogPrintQRProps,
14
+ unknown,
15
+ DialogPrintQREmits
16
+ > {}
17
+
18
+ export default DialogPrintQR;
@@ -0,0 +1,34 @@
1
+ import { ClassComponent } from '../../components/ts-helpers.d';
2
+
3
+ export type ReportSourceType =
4
+ | 'Available Asset'
5
+ | 'Audit Asset'
6
+ | 'Borrowed Asset'
7
+ | 'Assigned Asset'
8
+ | 'Tracking Asset'
9
+ | 'Maintenance Asset';
10
+
11
+ export interface DialogReportDamageProps {
12
+ id: string;
13
+ reportSource: ReportSourceType;
14
+ visible?: boolean;
15
+ byUser?: boolean;
16
+ successMessage?: string;
17
+ submitFunction?: (body: {
18
+ notes: string;
19
+ image: File;
20
+ }) => Promise<{ status?: number; message?: string } | undefined>;
21
+ }
22
+
23
+ export type DialogReportDamageEmits = {
24
+ 'update:visible': [value: boolean];
25
+ 'reported': [];
26
+ };
27
+
28
+ declare class DialogReportDamage extends ClassComponent<
29
+ DialogReportDamageProps,
30
+ unknown,
31
+ DialogReportDamageEmits
32
+ > {}
33
+
34
+ export default DialogReportDamage;
@@ -0,0 +1,33 @@
1
+ import { ClassComponent } from '../../components/ts-helpers.d';
2
+
3
+ export type ReportSourceType =
4
+ | 'Available Asset'
5
+ | 'Borrowed Asset'
6
+ | 'Assigned Asset'
7
+ | 'Transfer Asset';
8
+
9
+ export interface DialogReportMissingProps {
10
+ id: string; // The Asset id to get asset detail
11
+ reportSource: ReportSourceType;
12
+ trackingId?: string; // The tracking Id to submit permanently missing report
13
+ visible?: boolean;
14
+ permanentlyMissing?: boolean;
15
+ successMessage?: string;
16
+ submitWithoutApi?: boolean;
17
+ submitFunction?: (body: {
18
+ notes: string;
19
+ }) => Promise<{ status?: number; message?: string } | undefined>;
20
+ }
21
+
22
+ export type DialogReportMissingEmits = {
23
+ 'update:visible': [value: boolean];
24
+ 'reported': [payload?: { notes: string }];
25
+ };
26
+
27
+ declare class DialogReportMissing extends ClassComponent<
28
+ DialogReportMissingProps,
29
+ unknown,
30
+ DialogReportMissingEmits
31
+ > {}
32
+
33
+ export default DialogReportMissing;
@@ -0,0 +1,31 @@
1
+ import { ClassComponent } from '../../components/ts-helpers.d';
2
+
3
+ export interface DialogReportTagProps {
4
+ id: string;
5
+ tagReported?: ReportTagBody;
6
+ visible?: boolean;
7
+ successMessage?: string;
8
+ submitLabel?: string;
9
+ submitWithoutApi?: boolean;
10
+ submitFunction?: (
11
+ body: ReportTagBody,
12
+ ) => Promise<{ status?: number; message?: string } | undefined>;
13
+ }
14
+
15
+ export type DialogReportTagEmits = {
16
+ 'update:visible': [value: boolean];
17
+ 'reported': [payload?: ReportTagBody];
18
+ };
19
+
20
+ export type ReportTagBody = {
21
+ qr: boolean;
22
+ rfid: boolean;
23
+ };
24
+
25
+ declare class DialogReportTag extends ClassComponent<
26
+ DialogReportTagProps,
27
+ unknown,
28
+ DialogReportTagEmits
29
+ > {}
30
+
31
+ export default DialogReportTag;
@@ -1,9 +1,10 @@
1
1
  import { TreeSelectionKeys } from 'primevue/tree';
2
+ import { Slot } from 'vue';
3
+
2
4
  import { TreeNode } from '../basetree/BaseTree.vue.d';
3
5
  import { QueryParams, ShortFetchResponse } from '../datatable/DataTable.vue.d';
4
- import { ClassComponent, GlobalComponentConstructor } from '../ts-helpers';
5
6
  import TreeInstance, { TreeProps } from '../tree/Tree.vue.d';
6
- import { Slot } from 'vue';
7
+ import { ClassComponent, GlobalComponentConstructor } from '../ts-helpers';
7
8
 
8
9
  export interface DialogSelectTreeProps
9
10
  extends Omit<TreeProps, 'type' | 'filter'> {
@@ -0,0 +1,102 @@
1
+ import { FetchListResponse } from '@fewangsit/workspace-api-services/src/types/fetchResponse.type';
2
+ import { FetchUserRoleOptionResponse } from '@tagsamurai/fats-api-services/src/dto/role.dto';
3
+ import { User } from '@tagsamurai/fats-api-services/src/types/user.type';
4
+
5
+ import { QueryParams } from '../../components/datatable/DataTable.vue.d';
6
+ import { ClassComponent } from '../../components/ts-helpers';
7
+
8
+ export type EmitSelectionValue = {
9
+ checkbox: User[];
10
+ single: User;
11
+ };
12
+
13
+ export type SelectionType = 'single' | 'checkbox';
14
+
15
+ /**
16
+ * Props for DialogSelectUser component
17
+ */
18
+ export interface DialogSelectUserProps {
19
+ /**
20
+ * The header of the dialog.
21
+ *
22
+ * @defaultValue "Select User"
23
+ */
24
+ header?: string;
25
+
26
+ /**
27
+ * The description of the table.
28
+ *
29
+ * @defaultValue "Select user"
30
+ */
31
+ description?: string;
32
+
33
+ /**
34
+ * Table's selection type
35
+ */
36
+ selectionType: SelectionType;
37
+
38
+ /**
39
+ * Specifies the visibility of the dialog.
40
+ * @defaultValue false
41
+ */
42
+ visible?: boolean | undefined;
43
+
44
+ /**
45
+ * List that will be show above the table
46
+ * @defaultValue undefined
47
+ */
48
+ list?: string[];
49
+
50
+ /**
51
+ * Set custom button select label
52
+ */
53
+ selectButtonLabel?: string;
54
+
55
+ /**
56
+ * The function to fetch data on DataTable mounted and on queryParams dependencies updated.
57
+ *
58
+ * @param params this is required
59
+ */
60
+ fetchFunction?: (
61
+ params: QueryParams,
62
+ ) => Promise<FetchListResponse | undefined>;
63
+
64
+ /**
65
+ * The function to fetch options on DialogSelectUserFilter.
66
+ *
67
+ */
68
+ fetchOptionFunction?: () => Promise<
69
+ FetchUserRoleOptionResponse['data'] | undefined
70
+ >;
71
+ }
72
+
73
+ /**
74
+ * Emits for DialogSelectUser component
75
+ */
76
+ export type DialogSelectUserEmits<T = User> = {
77
+ /**
78
+ * Emits when the dialog is closed. Wether from cancel button, close button, or ESC button pressed.
79
+ */
80
+ 'update:visible': [state: boolean];
81
+
82
+ /**
83
+ * Emits when you done selected user.
84
+ */
85
+ 'selected': [user: T];
86
+ };
87
+
88
+ /**
89
+ * **TSVue - DialogSelectUser**
90
+ *
91
+ * --- ---
92
+ * ![TSVue](https://ik.imagekit.io/kurniadev/TS-HEAD-BLACK.png)
93
+ *
94
+ * @group components
95
+ */
96
+ declare const DialogSelectUser: ClassComponent<
97
+ DialogSelectUserProps,
98
+ unknown,
99
+ DialogSelectUserEmits
100
+ >;
101
+
102
+ export default DialogSelectUser;
@@ -0,0 +1,3 @@
1
+ import { Ref } from 'vue';
2
+ import { TableColumn } from '../../../components/datatable/DataTable.vue.d';
3
+ export declare const selectUserColumns: () => Ref<TableColumn[]>;
@@ -0,0 +1,16 @@
1
+ import { ClassComponent } from '../../components/ts-helpers.d';
2
+
3
+ // You need to provide requestIds with Ref<string[]> to enable prev and next buttons
4
+
5
+ export interface DialogTransferLogProps {
6
+ id: string;
7
+ visible?: boolean;
8
+ }
9
+
10
+ declare class DialogTransferLog extends ClassComponent<
11
+ DialogTransferLogProps,
12
+ unknown,
13
+ unknown
14
+ > {}
15
+
16
+ export default DialogTransferLog;