tsv2-library 1.1.1-dev-alpha.6 → 1.1.1-dev-alpha.7
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.
- package/dist/src/build-entry.d.ts +2 -2
- package/dist/src/components/v2/InputIntervalArray/InputIntervalArray.vue.d.ts +149 -0
- package/dist/src/components/v2/InputIntervalArray/inputIntervalArray.util.d.ts +23 -0
- package/dist/src/components/v2/index.d.ts +2 -1
- package/dist/tsv2-library.es.js +1041 -730
- package/dist/tsv2-library.umd.js +2 -2
- package/package.json +1 -1
- package/src/components/v2/InputIntervalArray/InputIntervalArray.vue.d.ts +149 -0
|
@@ -30,10 +30,10 @@ import Focus from './directives/v-focus';
|
|
|
30
30
|
import VueHtmlToPaper from './plugins/VueHtmlToPaper';
|
|
31
31
|
import { ASSET_COL_FIELDS, assetValueColumns, assetValueColumnsWithDefault, customFieldColumns, defaultAssetColumns } from './components/v2/AssetTable/columns/assetColumns';
|
|
32
32
|
import { parseAssetStaticFilter, formatAssetValue } from './components/v2/AssetTable/helpers';
|
|
33
|
-
import { DialogDamageLog, DialogMissingLog, DialogTransferLog, TSAnimation, TSAssetInfo, TSApproverInfo, TSBadge, TSBadgeGroup, TSBreadcrumb, TSButton, TSButtonAddByScan, TSButtonBulkAction, TSButtonCopy, TSButtonDownload, TSButtonFilter, TSButtonLogHistory, TSButtonRadio, TSButtonViewLog, TSButtonScan, TSButtonSearchByScan, TSButtonSearch, TSButtonSync, TSButtonSelectTree, TSButtonSelectUser, TSButtonToggle, TSCalendar, TSCard, TSCarousel, TSCheckbox, TSCustomColumn, TSDataTable, TSDatePicker, TSDayPicker, TSDayOfYearPicker, TSDialog, TSDialogApprovalList, TSDialogAssetNameDetail, TSDialogConfirm, TSDialogCoordinate, TSDialogDataLocked, TSDialogForm, TSDialogLinkedAsset, TSDialogPrintQR, TSDialogPrintLabel, TSDialogReportDamage, TSDialogReportMissing, TSDialogReportTag, TSDialogSelectAssetName, TSDialogSelectTree, TSDialogSelectAsset, TSDialogSelectUser, TSDisposalReport, TSDropdown, TSFailedLoad, TSFilterContainer, TSAssetFilters, TSFileUpload, TSForm, TSIcon, TSImage, TSImageCompressor, TSInlineMessage, TSInputBadge, TSInputCurrency, TSInputCurrencyReference, TSInputCoordinate, TSInputEmail, TSInputNumber, TSInputOTP, TSInputPassword, TSInputPhoneNumber, TSInputRangeNumber, TSInputSearch, TSInputText, TSInputURL, TSLoading, TSMenu, TSMultiSelect, TSOverlayPanel, TSPaginator, TSProgressBar, TSSteps, TSTabMenu, TSTagType, TSTextarea, TSTimeline, TSToast, TSTransactionRoles, TSTree, TSTreeSearchInput, TSUserWithIcon, TSValidatorMessage } from './components/v2';
|
|
33
|
+
import { DialogDamageLog, DialogMissingLog, DialogTransferLog, TSAnimation, TSAssetInfo, TSApproverInfo, TSBadge, TSBadgeGroup, TSBreadcrumb, TSButton, TSButtonAddByScan, TSButtonBulkAction, TSButtonCopy, TSButtonDownload, TSButtonFilter, TSButtonLogHistory, TSButtonRadio, TSButtonViewLog, TSButtonScan, TSButtonSearchByScan, TSButtonSearch, TSButtonSync, TSButtonSelectTree, TSButtonSelectUser, TSButtonToggle, TSCalendar, TSCard, TSCarousel, TSCheckbox, TSCustomColumn, TSDataTable, TSDatePicker, TSDayPicker, TSDayOfYearPicker, TSDialog, TSDialogApprovalList, TSDialogAssetNameDetail, TSDialogConfirm, TSDialogCoordinate, TSDialogDataLocked, TSDialogForm, TSDialogLinkedAsset, TSDialogPrintQR, TSDialogPrintLabel, TSDialogReportDamage, TSDialogReportMissing, TSDialogReportTag, TSDialogSelectAssetName, TSDialogSelectTree, TSDialogSelectAsset, TSDialogSelectUser, TSDisposalReport, TSDropdown, TSFailedLoad, TSFilterContainer, TSAssetFilters, TSFileUpload, TSForm, TSIcon, TSImage, TSImageCompressor, TSInlineMessage, TSInputBadge, TSInputCurrency, TSInputCurrencyReference, TSInputCoordinate, TSInputEmail, TSInputIntervalArray, TSInputNumber, TSInputOTP, TSInputPassword, TSInputPhoneNumber, TSInputRangeNumber, TSInputSearch, TSInputText, TSInputURL, TSLoading, TSMenu, TSMultiSelect, TSOverlayPanel, TSPaginator, TSProgressBar, TSSteps, TSTabMenu, TSTagType, TSTextarea, TSTimeline, TSToast, TSTransactionRoles, TSTree, TSTreeSearchInput, TSUserWithIcon, TSValidatorMessage } from './components/v2';
|
|
34
34
|
declare const TSi18n: import("vue-i18n").I18n<{}, {}, {}, string, false>;
|
|
35
35
|
declare const _default: {
|
|
36
36
|
install: (app: App) => void;
|
|
37
37
|
};
|
|
38
38
|
export default _default;
|
|
39
|
-
export { LibConfig, TSToastService, TSi18n, VueHtmlToPaper, Tooltip, Focus, DialogDamageLog, DialogMissingLog, DialogTransferLog, TSAnimation, TSAssetInfo, TSApproverInfo, TSBadge, TSBadgeGroup, TSBreadcrumb, TSButton, TSButtonAddByScan, TSButtonBulkAction, TSButtonCopy, TSButtonDownload, TSButtonFilter, TSButtonLogHistory, TSButtonRadio, TSButtonViewLog, TSButtonScan, TSButtonSearch, TSButtonSearchByScan, TSButtonSelectTree, TSButtonSelectUser, TSButtonSync, TSButtonToggle, TSCalendar, TSCard, TSCarousel, TSCheckbox, TSCustomColumn, TSDatePicker, TSDataTable, TSDayPicker, TSDayOfYearPicker, TSDialog, TSDialogApprovalList, TSDialogAssetNameDetail, TSDialogConfirm, TSDialogCoordinate, TSDialogDataLocked, TSDialogForm, TSDialogLinkedAsset, TSDialogPrintQR, TSDialogPrintLabel, TSDialogReportDamage, TSDialogReportMissing, TSDialogReportTag, TSDialogSelectAssetName, TSDialogSelectTree, TSDialogSelectAsset, TSDialogSelectUser, TSDisposalReport, TSDropdown, TSFailedLoad, TSFilterContainer, TSAssetFilters, TSFileUpload, TSForm, TSIcon, TSImage, TSImageCompressor, TSInlineMessage, TSInputBadge, TSInputCurrency, TSInputCurrencyReference, TSInputCoordinate, TSInputEmail, TSInputNumber, TSInputOTP, TSInputPassword, TSInputPhoneNumber, TSInputRangeNumber, TSInputText, TSInputSearch, TSInputURL, TSLoading, TSMenu, TSMultiSelect, TSOverlayPanel, TSPaginator, TSProgressBar, TSSteps, TSTabMenu, TSTagType, TSTextarea, TSTimeline, TSToast, TSTransactionRoles, TSTree, TSTreeSearchInput, TSUserWithIcon, TSValidatorMessage, handleTokenExpiration, exportToExcel, formatGoDate, formatDate, getUserLocale, formatAssetValue, formatDateReadable, formatUserName, formatVowelSoundLabel, getImageURL, downloadFile, isObjectEmpty, useToast, listenSidebarChanges, unListenSidebarChanges, getCurrency, formatCurrency, getHostName, getBaseURL, useI18n, useForm, useField, getNestedProperyValue, getSeverityByAssetStatus, clearStorage, forceLogout, reLogin, isValidJSONString, buildBodyParams, formatLogResponseData, googleMapLoader, getVisibleColumns, getTransactionRole, getSystemRole, hasSystemRole, hasTransactionRole, checkRouteAccess, hasApprovalRole, hasManagerRole, hasAnyManagerRole, hasMonitoringReportRole, hasAnyMonitoringReportRole, hasStaffRole, hasAccessToAssetDetail, flattenTreeNodeChildren, parseNodeKeys, filterNodeKeys, TreeAPI, RoutineAPI, DisposalAPI, RoutineServices, AssetsServices, AssetNameService, AssetBrandService, DataLockService, DisposalServices, FilterMatchMode, useLoadingStore, useAssetTableStore, eventBus, extendEventBus, Presets, ASSET_COL_FIELDS, assetValueColumns, assetValueColumnsWithDefault, customFieldColumns, defaultAssetColumns, parseAssetStaticFilter, };
|
|
39
|
+
export { LibConfig, TSToastService, TSi18n, VueHtmlToPaper, Tooltip, Focus, DialogDamageLog, DialogMissingLog, DialogTransferLog, TSAnimation, TSAssetInfo, TSApproverInfo, TSBadge, TSBadgeGroup, TSBreadcrumb, TSButton, TSButtonAddByScan, TSButtonBulkAction, TSButtonCopy, TSButtonDownload, TSButtonFilter, TSButtonLogHistory, TSButtonRadio, TSButtonViewLog, TSButtonScan, TSButtonSearch, TSButtonSearchByScan, TSButtonSelectTree, TSButtonSelectUser, TSButtonSync, TSButtonToggle, TSCalendar, TSCard, TSCarousel, TSCheckbox, TSCustomColumn, TSDatePicker, TSDataTable, TSDayPicker, TSDayOfYearPicker, TSDialog, TSDialogApprovalList, TSDialogAssetNameDetail, TSDialogConfirm, TSDialogCoordinate, TSDialogDataLocked, TSDialogForm, TSDialogLinkedAsset, TSDialogPrintQR, TSDialogPrintLabel, TSDialogReportDamage, TSDialogReportMissing, TSDialogReportTag, TSDialogSelectAssetName, TSDialogSelectTree, TSDialogSelectAsset, TSDialogSelectUser, TSDisposalReport, TSDropdown, TSFailedLoad, TSFilterContainer, TSAssetFilters, TSFileUpload, TSForm, TSIcon, TSImage, TSImageCompressor, TSInlineMessage, TSInputBadge, TSInputCurrency, TSInputCurrencyReference, TSInputCoordinate, TSInputEmail, TSInputIntervalArray, TSInputNumber, TSInputOTP, TSInputPassword, TSInputPhoneNumber, TSInputRangeNumber, TSInputText, TSInputSearch, TSInputURL, TSLoading, TSMenu, TSMultiSelect, TSOverlayPanel, TSPaginator, TSProgressBar, TSSteps, TSTabMenu, TSTagType, TSTextarea, TSTimeline, TSToast, TSTransactionRoles, TSTree, TSTreeSearchInput, TSUserWithIcon, TSValidatorMessage, handleTokenExpiration, exportToExcel, formatGoDate, formatDate, getUserLocale, formatAssetValue, formatDateReadable, formatUserName, formatVowelSoundLabel, getImageURL, downloadFile, isObjectEmpty, useToast, listenSidebarChanges, unListenSidebarChanges, getCurrency, formatCurrency, getHostName, getBaseURL, useI18n, useForm, useField, getNestedProperyValue, getSeverityByAssetStatus, clearStorage, forceLogout, reLogin, isValidJSONString, buildBodyParams, formatLogResponseData, googleMapLoader, getVisibleColumns, getTransactionRole, getSystemRole, hasSystemRole, hasTransactionRole, checkRouteAccess, hasApprovalRole, hasManagerRole, hasAnyManagerRole, hasMonitoringReportRole, hasAnyMonitoringReportRole, hasStaffRole, hasAccessToAssetDetail, flattenTreeNodeChildren, parseNodeKeys, filterNodeKeys, TreeAPI, RoutineAPI, DisposalAPI, RoutineServices, AssetsServices, AssetNameService, AssetBrandService, DataLockService, DisposalServices, FilterMatchMode, useLoadingStore, useAssetTableStore, eventBus, extendEventBus, Presets, ASSET_COL_FIELDS, assetValueColumns, assetValueColumnsWithDefault, customFieldColumns, defaultAssetColumns, parseAssetStaticFilter, };
|
|
@@ -0,0 +1,149 @@
|
|
|
1
|
+
import { DefineComponent } from 'vue';
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* InputIntervalArray component props
|
|
5
|
+
*/
|
|
6
|
+
export interface InputIntervalArrayProps {
|
|
7
|
+
/**
|
|
8
|
+
* Number array modelValue of the input.
|
|
9
|
+
*/
|
|
10
|
+
modelValue?: number[];
|
|
11
|
+
|
|
12
|
+
/**
|
|
13
|
+
* The minimum allowed value for each number in the interval.
|
|
14
|
+
* Show a validation error when any value is lower than this.
|
|
15
|
+
*/
|
|
16
|
+
min?: number;
|
|
17
|
+
|
|
18
|
+
/**
|
|
19
|
+
* The maximum allowed value for each number in the interval.
|
|
20
|
+
* Show a validation error when any value is higher than this.
|
|
21
|
+
*/
|
|
22
|
+
max?: number;
|
|
23
|
+
|
|
24
|
+
/**
|
|
25
|
+
* Sets the initial value of the field.
|
|
26
|
+
* This will only available with option 'useValidator'.
|
|
27
|
+
*
|
|
28
|
+
* In usecase like edit form, you need to display the previous inputted value.
|
|
29
|
+
*/
|
|
30
|
+
value?: number[];
|
|
31
|
+
|
|
32
|
+
/**
|
|
33
|
+
* The input label. Tell the user what input is this.
|
|
34
|
+
*/
|
|
35
|
+
label?: string;
|
|
36
|
+
|
|
37
|
+
/**
|
|
38
|
+
* Specify classes for label.
|
|
39
|
+
*/
|
|
40
|
+
labelClass?: string;
|
|
41
|
+
|
|
42
|
+
/**
|
|
43
|
+
* Wether the input should be validated with vee-validator or not.
|
|
44
|
+
* If you use this component within form input, you need to set this props as true.
|
|
45
|
+
*/
|
|
46
|
+
useValidator?: boolean;
|
|
47
|
+
|
|
48
|
+
/**
|
|
49
|
+
* This prop is required if you use this component in a form input.
|
|
50
|
+
* Specify the unique field name, match with your needs for API request.
|
|
51
|
+
*
|
|
52
|
+
* @default 'intervalArray'
|
|
53
|
+
*/
|
|
54
|
+
fieldName?: string;
|
|
55
|
+
|
|
56
|
+
/**
|
|
57
|
+
* Wether this input field is required or not.
|
|
58
|
+
*/
|
|
59
|
+
mandatory?: boolean;
|
|
60
|
+
|
|
61
|
+
/**
|
|
62
|
+
* Invalid input state.
|
|
63
|
+
*/
|
|
64
|
+
invalid?: boolean;
|
|
65
|
+
|
|
66
|
+
/**
|
|
67
|
+
* Set manual invalid input container state.
|
|
68
|
+
*/
|
|
69
|
+
manualInvalidContainer?: boolean;
|
|
70
|
+
|
|
71
|
+
/**
|
|
72
|
+
* Set custom validator message.
|
|
73
|
+
* Will be show if invalid="true"
|
|
74
|
+
*/
|
|
75
|
+
validatorMessage?: string;
|
|
76
|
+
|
|
77
|
+
/**
|
|
78
|
+
* Classes for validator message in input field.
|
|
79
|
+
*/
|
|
80
|
+
validatorMessageClass?: string;
|
|
81
|
+
|
|
82
|
+
/**
|
|
83
|
+
* Wether to format the message
|
|
84
|
+
*
|
|
85
|
+
* @default true
|
|
86
|
+
*/
|
|
87
|
+
formatValidatorMessage?: boolean;
|
|
88
|
+
|
|
89
|
+
/**
|
|
90
|
+
* Validate the input on blur event.
|
|
91
|
+
* The field value and error message will only be updated when the input is blurred.
|
|
92
|
+
*
|
|
93
|
+
* @default true - on blur event
|
|
94
|
+
*/
|
|
95
|
+
validateOnBlur?: boolean;
|
|
96
|
+
|
|
97
|
+
/**
|
|
98
|
+
* Specify the input placeholder.
|
|
99
|
+
*
|
|
100
|
+
* @default 'Enter {label}' or 'Enter interval'
|
|
101
|
+
*/
|
|
102
|
+
placeholder?: string;
|
|
103
|
+
|
|
104
|
+
/**
|
|
105
|
+
* Disabled the input.
|
|
106
|
+
*/
|
|
107
|
+
disabled?: boolean;
|
|
108
|
+
|
|
109
|
+
/**
|
|
110
|
+
* Show information to user about the field.
|
|
111
|
+
*/
|
|
112
|
+
fieldInfo?: string;
|
|
113
|
+
|
|
114
|
+
/**
|
|
115
|
+
* Specify classes for input.
|
|
116
|
+
*/
|
|
117
|
+
inputClass?: string;
|
|
118
|
+
|
|
119
|
+
/**
|
|
120
|
+
* Specify classes for input container.
|
|
121
|
+
*/
|
|
122
|
+
inputContainerClass?: string;
|
|
123
|
+
}
|
|
124
|
+
|
|
125
|
+
/**
|
|
126
|
+
* InputIntervalArray component emits
|
|
127
|
+
*/
|
|
128
|
+
export type InputIntervalArrayEmits = {
|
|
129
|
+
'blur': [payload?: string];
|
|
130
|
+
'input': [payload?: number[]];
|
|
131
|
+
'update:modelValue': [payload?: number[]];
|
|
132
|
+
};
|
|
133
|
+
|
|
134
|
+
/**
|
|
135
|
+
* **TSVue - InputIntervalArray**
|
|
136
|
+
*
|
|
137
|
+
* _Handle interval input that converts a string like "1-15, 18, 20-25" into a number array._
|
|
138
|
+
*
|
|
139
|
+
* --- ---
|
|
140
|
+
* 
|
|
141
|
+
*
|
|
142
|
+
* @group form
|
|
143
|
+
*/
|
|
144
|
+
declare const InputIntervalArray: DefineComponent<
|
|
145
|
+
InputIntervalArrayProps,
|
|
146
|
+
InputIntervalArrayEmits
|
|
147
|
+
>;
|
|
148
|
+
|
|
149
|
+
export default InputIntervalArray;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Parse an interval string like "1-15, 18, 20-25" into a flat array of numbers.
|
|
3
|
+
*
|
|
4
|
+
* Invalid segments are ignored. The result is deduplicated and sorted ascending.
|
|
5
|
+
*/
|
|
6
|
+
export declare const parseIntervalString: (value?: string) => number[];
|
|
7
|
+
/**
|
|
8
|
+
* Return the invalid segments of an interval string.
|
|
9
|
+
*
|
|
10
|
+
* A segment is invalid when it is not a number or a range (e.g. "abc", "1--5"),
|
|
11
|
+
* or when the range is reversed (e.g. "15-1").
|
|
12
|
+
*/
|
|
13
|
+
export declare const getInvalidIntervalParts: (value?: string) => string[];
|
|
14
|
+
/**
|
|
15
|
+
* Return an error message when any parsed value is outside the given min/max bounds.
|
|
16
|
+
*/
|
|
17
|
+
export declare const getRangeErrorMessage: (value: string, min?: number, max?: number) => string | undefined;
|
|
18
|
+
/**
|
|
19
|
+
* Format an array of numbers into an interval string.
|
|
20
|
+
*
|
|
21
|
+
* Example: [1, 2, ..., 15, 18, 20, ..., 25] becomes "1-15, 18, 20-25".
|
|
22
|
+
*/
|
|
23
|
+
export declare const formatNumberArrayToIntervalString: (value?: number[]) => string;
|
|
@@ -65,6 +65,7 @@ import TSInputCurrency from './InputCurrency/InputCurrency.vue';
|
|
|
65
65
|
import TSInputCurrencyReference from './InputCurrencyReference/InputCurrencyReference.vue';
|
|
66
66
|
import TSInputCoordinate from './InputCoordinate/InputCoordinate.vue';
|
|
67
67
|
import TSInputEmail from './InputEmail/InputEmail.vue';
|
|
68
|
+
import TSInputIntervalArray from './InputIntervalArray/InputIntervalArray.vue';
|
|
68
69
|
import TSInputNumber from './InputNumber/InputNumber.vue';
|
|
69
70
|
import TSInputOTP from './InputOTP/InputOTP.vue';
|
|
70
71
|
import TSInputPassword from './InputPassword/InputPassword.vue';
|
|
@@ -91,4 +92,4 @@ import TSTree from './Tree/Tree.vue';
|
|
|
91
92
|
import TSTreeSearchInput from './TreeSearchInput/TreeSearchInput.vue';
|
|
92
93
|
import TSUserWithIcon from './UserWithIcon/UserWithIcon.vue';
|
|
93
94
|
import TSValidatorMessage from './ValidatorMessage/ValidatorMessage.vue';
|
|
94
|
-
export { DialogTransferLog, DialogDamageLog, DialogMissingLog, TSAnimation, TSAssetInfo, TSApproverInfo, TSBadge, TSBadgeGroup, TSBreadcrumb, TSButton, TSButtonAddByScan, TSButtonBulkAction, TSButtonCopy, TSButtonDownload, TSButtonFilter, TSButtonLogHistory, TSButtonRadio, TSButtonViewLog, TSButtonScan, TSButtonSearch, TSButtonSearchByScan, TSButtonSelectTree, TSButtonSelectUser, TSButtonSync, TSButtonToggle, TSCalendar, TSCard, TSCarousel, TSCheckbox, TSCustomColumn, TSDataTable, TSDatePicker, TSDayPicker, TSDayOfYearPicker, TSDialog, TSDialogApprovalList, TSDialogAssetNameDetail, TSDialogConfirm, TSDialogCoordinate, TSDialogDataLocked, TSDialogForm, TSDialogLinkedAsset, TSDialogPrintQR, TSDialogPrintLabel, TSDialogReportDamage, TSDialogReportMissing, TSDialogReportTag, TSDialogSelectAssetName, TSDialogSelectTree, TSDialogSelectAsset, TSDialogSelectUser, TSDisposalReport, TSDropdown, TSFailedLoad, TSFilterContainer, TSAssetFilters, TSFileUpload, TSForm, TSIcon, TSImage, TSImageCompressor, TSInlineMessage, TSInputBadge, TSInputCurrency, TSInputCurrencyReference, TSInputCoordinate, TSInputEmail, TSInputNumber, TSInputOTP, TSInputPassword, TSInputPhoneNumber, TSInputRangeNumber, TSInputSearch, TSInputText, TSInputTextArea, TSInputURL, TSLoading, TSMenu, TSMultiSelect, TSOverlayPanel, TSPaginator, TSProgressBar, TSSteps, TSTabMenu, TSTagType, TSTextarea, TSTimeline, TSToast, TSTransactionRoles, TSTree, TSTreeSearchInput, TSUserWithIcon, TSValidatorMessage, };
|
|
95
|
+
export { DialogTransferLog, DialogDamageLog, DialogMissingLog, TSAnimation, TSAssetInfo, TSApproverInfo, TSBadge, TSBadgeGroup, TSBreadcrumb, TSButton, TSButtonAddByScan, TSButtonBulkAction, TSButtonCopy, TSButtonDownload, TSButtonFilter, TSButtonLogHistory, TSButtonRadio, TSButtonViewLog, TSButtonScan, TSButtonSearch, TSButtonSearchByScan, TSButtonSelectTree, TSButtonSelectUser, TSButtonSync, TSButtonToggle, TSCalendar, TSCard, TSCarousel, TSCheckbox, TSCustomColumn, TSDataTable, TSDatePicker, TSDayPicker, TSDayOfYearPicker, TSDialog, TSDialogApprovalList, TSDialogAssetNameDetail, TSDialogConfirm, TSDialogCoordinate, TSDialogDataLocked, TSDialogForm, TSDialogLinkedAsset, TSDialogPrintQR, TSDialogPrintLabel, TSDialogReportDamage, TSDialogReportMissing, TSDialogReportTag, TSDialogSelectAssetName, TSDialogSelectTree, TSDialogSelectAsset, TSDialogSelectUser, TSDisposalReport, TSDropdown, TSFailedLoad, TSFilterContainer, TSAssetFilters, TSFileUpload, TSForm, TSIcon, TSImage, TSImageCompressor, TSInlineMessage, TSInputBadge, TSInputCurrency, TSInputCurrencyReference, TSInputCoordinate, TSInputEmail, TSInputIntervalArray, TSInputNumber, TSInputOTP, TSInputPassword, TSInputPhoneNumber, TSInputRangeNumber, TSInputSearch, TSInputText, TSInputTextArea, TSInputURL, TSLoading, TSMenu, TSMultiSelect, TSOverlayPanel, TSPaginator, TSProgressBar, TSSteps, TSTabMenu, TSTagType, TSTextarea, TSTimeline, TSToast, TSTransactionRoles, TSTree, TSTreeSearchInput, TSUserWithIcon, TSValidatorMessage, };
|