@webitel/ui-sdk 26.6.100 → 26.6.102
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/{clients-DBR1e2Vq.js → clients-DhfpT_WX.js} +11 -4
- package/dist/{components-89d9wbnp.js → components-D09oOmMT.js} +26 -20
- package/dist/ui-sdk.css +1 -1
- package/dist/ui-sdk.js +1 -1
- package/dist/ui-sdk.umd.cjs +241 -241
- package/dist/{wt-chat-emoji-D9JuBz2G.js → wt-chat-emoji-BNd-IMKX.js} +1 -1
- package/dist/{wt-display-chip-items-BKf1iLN9.js → wt-display-chip-items-DDtIC1eC.js} +1 -1
- package/dist/{wt-send-message-popup-DgiD0_MI.js → wt-send-message-popup-CZw4gY49.js} +2 -2
- package/dist/{wt-time-input-CO2cop3y.js → wt-time-input-u5Ay5_X5.js} +3 -1
- package/dist/{wt-timepicker-CURP_N80.js → wt-timepicker-CHNPor19.js} +25 -29
- package/dist/{wt-type-extension-value-input-CuniJHNW.js → wt-type-extension-value-input-Fbnk51qu.js} +2 -2
- package/dist/{wt-vidstack-player-2y5Cn9Cg.js → wt-vidstack-player-BnwDqffJ.js} +1 -1
- package/package.json +1 -1
- package/src/components/wt-input-text/wt-input-text.vue +32 -4
- package/src/components/wt-password/wt-password.vue +1 -2
- package/src/components/wt-time-input/wt-time-input.vue +6 -1
- package/src/components/wt-timepicker/wt-timepicker.vue +13 -16
- package/src/composables/useEventBus/useEventBus.d.ts +4 -4
- package/src/enums/BroadcastChannelName/BroadcastChannelName.d.ts +3 -2
- package/src/enums/BroadcastChannelName/UserSettingsBroadcastMessage.d.ts +7 -7
- package/src/enums/ButtonColor/ButtonColor.d.ts +8 -8
- package/src/enums/ButtonVariant/ButtonVariant.d.ts +3 -3
- package/src/enums/ChipColor/ChipColor.d.ts +8 -8
- package/src/enums/ComponentSize/ComponentSize.d.ts +14 -14
- package/src/enums/ConnectionQualityLevel/ConnectionQualityLevel.enum.d.ts +5 -4
- package/src/enums/CrudAction/CrudAction.d.ts +4 -4
- package/src/enums/DefaultWorkspaceTabSettings/DefaultWorkspaceTabSettings.d.ts +8 -7
- package/src/enums/EmptyCause/EmptyCause.d.ts +3 -3
- package/src/enums/FormatDateMode/FormatDateMode.d.ts +7 -6
- package/src/enums/IconColor/IconColor.d.ts +14 -14
- package/src/enums/LoginOptions/LoginOptions.d.ts +3 -3
- package/src/enums/MessageColor/MessageColor.d.ts +6 -6
- package/src/enums/MessageVariant/MessageVariant.d.ts +3 -3
- package/src/enums/MimeTypes/MimeTypes.enum.d.ts +14 -14
- package/src/enums/ProcessingTableColumnType/ProcessingTableColumnType.d.ts +7 -6
- package/src/enums/QueueType/QueueType.enum.d.ts +22 -22
- package/src/enums/RelativeDatetimeValue/RelativeDatetimeValue.d.ts +6 -5
- package/src/enums/RingtoneType/RingtoneType.d.ts +3 -3
- package/src/enums/SingleSignOnProvider/SingleSignOnProvider.d.ts +6 -5
- package/src/enums/SingleSignOnProviderIconMappings/SingleSignOnProviderIconMappings.d.ts +6 -2
- package/src/enums/WebitelApplications/AdminSections.d.ts +38 -38
- package/src/enums/WebitelApplications/AuditorSections.d.ts +3 -2
- package/src/enums/WebitelApplications/CrmSections.d.ts +13 -13
- package/src/enums/WebitelApplications/SupervisorSections.d.ts +5 -4
- package/src/enums/WebitelApplications/WfmSections.d.ts +3 -3
- package/src/enums/WebitelApplications/WtApplication.d.ts +9 -9
- package/src/enums/WtObject/WtObject.d.ts +57 -57
- package/src/enums/WtTypeExtensionFieldKind/WtTypeExtensionFieldKind.d.ts +8 -7
- package/src/enums/index.d.ts +54 -4
- package/src/modules/ObjectPermissions/enums/AccessMode.enum.d.ts +3 -3
- package/src/modules/ObjectPermissions/enums/AccessRuleName.enum.d.ts +6 -5
- package/src/modules/ObjectPermissions/headers/headers.d.ts +5 -5
- package/src/modules/Userinfo/constants/UserSettingsConstants.d.ts +1 -1
- package/src/utils/displayText.d.ts +1 -1
- package/src/utils/formatDate.d.ts +9 -3
- package/types/components/wt-input-text/wt-input-text.vue.d.ts +4 -2
- package/types/components/wt-password/wt-password.vue.d.ts +0 -1
- package/types/components/wt-time-input/wt-time-input.vue.d.ts +5 -0
- package/types/components/wt-timepicker/wt-timepicker.vue.d.ts +0 -5
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
export declare const AccessRuleName: {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
2
|
+
X: string;
|
|
3
|
+
R: string;
|
|
4
|
+
W: string;
|
|
5
|
+
D: string;
|
|
6
6
|
};
|
|
7
|
-
export type AccessRuleName =
|
|
7
|
+
export type AccessRuleName =
|
|
8
|
+
(typeof AccessRuleName)[keyof typeof AccessRuleName];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const TIMEZONE_STORAGE_KEY =
|
|
1
|
+
export declare const TIMEZONE_STORAGE_KEY = 'user-timezone-setting';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const EMPTY_SYMBOL =
|
|
1
|
+
export declare const EMPTY_SYMBOL = '-';
|
|
2
2
|
export declare const displayText: (text: string) => string;
|
|
@@ -1,4 +1,10 @@
|
|
|
1
1
|
import type { FormatDateMode } from '../enums';
|
|
2
|
-
export declare function formatDate(
|
|
3
|
-
|
|
4
|
-
|
|
2
|
+
export declare function formatDate(
|
|
3
|
+
date: string | number | Date,
|
|
4
|
+
to: (typeof FormatDateMode)[keyof typeof FormatDateMode],
|
|
5
|
+
{
|
|
6
|
+
timezone,
|
|
7
|
+
}?: {
|
|
8
|
+
timezone?: string;
|
|
9
|
+
},
|
|
10
|
+
): string;
|
|
@@ -13,6 +13,7 @@ interface WtInputTextProps extends /* @vue-ignore */ InputTextProps {
|
|
|
13
13
|
regleValidation?: RegleFieldStatus<string>;
|
|
14
14
|
customValidators?: unknown[];
|
|
15
15
|
hideInputInfo?: boolean;
|
|
16
|
+
hideInputValue?: boolean;
|
|
16
17
|
}
|
|
17
18
|
type __VLS_Props = WtInputTextProps;
|
|
18
19
|
type __VLS_ModelProps = {
|
|
@@ -21,13 +22,13 @@ type __VLS_ModelProps = {
|
|
|
21
22
|
type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
|
|
22
23
|
declare var __VLS_7: {
|
|
23
24
|
label: string;
|
|
24
|
-
}, __VLS_21: {},
|
|
25
|
+
}, __VLS_21: {}, __VLS_46: {};
|
|
25
26
|
type __VLS_Slots = {} & {
|
|
26
27
|
label?: (props: typeof __VLS_7) => any;
|
|
27
28
|
} & {
|
|
28
29
|
prefix?: (props: typeof __VLS_21) => any;
|
|
29
30
|
} & {
|
|
30
|
-
suffix?: (props: typeof
|
|
31
|
+
suffix?: (props: typeof __VLS_46) => any;
|
|
31
32
|
};
|
|
32
33
|
declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {
|
|
33
34
|
focus: () => void;
|
|
@@ -48,6 +49,7 @@ declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {
|
|
|
48
49
|
labelProps: Record<string, unknown>;
|
|
49
50
|
hideInputInfo: boolean;
|
|
50
51
|
preventTrim: boolean;
|
|
52
|
+
hideInputValue: boolean;
|
|
51
53
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
52
54
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
53
55
|
declare const _default: typeof __VLS_export;
|
|
@@ -10,7 +10,6 @@ interface WtPasswordProps extends /* @vue-ignore */ PasswordProps {
|
|
|
10
10
|
v?: Record<string, unknown>;
|
|
11
11
|
regleValidation?: RegleFieldStatus<string>;
|
|
12
12
|
customValidators?: unknown[];
|
|
13
|
-
autocomplete?: string;
|
|
14
13
|
}
|
|
15
14
|
type __VLS_Props = WtPasswordProps;
|
|
16
15
|
type __VLS_ModelProps = {
|
|
@@ -12,6 +12,10 @@ interface WtTimeInputProps {
|
|
|
12
12
|
* Time type: day, minute, second
|
|
13
13
|
*/
|
|
14
14
|
maxValue?: number;
|
|
15
|
+
/**
|
|
16
|
+
* Minimum selectable value
|
|
17
|
+
*/
|
|
18
|
+
minValue?: number;
|
|
15
19
|
/**
|
|
16
20
|
* Native input required attribute
|
|
17
21
|
*/
|
|
@@ -59,6 +63,7 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {},
|
|
|
59
63
|
label: string;
|
|
60
64
|
disabled: boolean;
|
|
61
65
|
maxValue: number;
|
|
66
|
+
minValue: number;
|
|
62
67
|
customValidators: unknown[];
|
|
63
68
|
v: Record<string, unknown>;
|
|
64
69
|
regleValidation: RegleFieldStatus<number>;
|
|
@@ -44,10 +44,6 @@ interface WtTimepickerProps {
|
|
|
44
44
|
* Custom validators for vuelidate
|
|
45
45
|
*/
|
|
46
46
|
customValidators?: unknown[];
|
|
47
|
-
/**
|
|
48
|
-
* remove max hour restriction
|
|
49
|
-
*/
|
|
50
|
-
noMaxHours?: boolean;
|
|
51
47
|
}
|
|
52
48
|
declare var __VLS_7: {
|
|
53
49
|
label: string;
|
|
@@ -71,7 +67,6 @@ declare const __VLS_base: import("vue").DefineComponent<WtTimepickerProps, {}, {
|
|
|
71
67
|
format: string;
|
|
72
68
|
dateMode: boolean;
|
|
73
69
|
noLabel: boolean;
|
|
74
|
-
noMaxHours: boolean;
|
|
75
70
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
76
71
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
77
72
|
declare const _default: typeof __VLS_export;
|