@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.
Files changed (59) hide show
  1. package/dist/{clients-DBR1e2Vq.js → clients-DhfpT_WX.js} +11 -4
  2. package/dist/{components-89d9wbnp.js → components-D09oOmMT.js} +26 -20
  3. package/dist/ui-sdk.css +1 -1
  4. package/dist/ui-sdk.js +1 -1
  5. package/dist/ui-sdk.umd.cjs +241 -241
  6. package/dist/{wt-chat-emoji-D9JuBz2G.js → wt-chat-emoji-BNd-IMKX.js} +1 -1
  7. package/dist/{wt-display-chip-items-BKf1iLN9.js → wt-display-chip-items-DDtIC1eC.js} +1 -1
  8. package/dist/{wt-send-message-popup-DgiD0_MI.js → wt-send-message-popup-CZw4gY49.js} +2 -2
  9. package/dist/{wt-time-input-CO2cop3y.js → wt-time-input-u5Ay5_X5.js} +3 -1
  10. package/dist/{wt-timepicker-CURP_N80.js → wt-timepicker-CHNPor19.js} +25 -29
  11. package/dist/{wt-type-extension-value-input-CuniJHNW.js → wt-type-extension-value-input-Fbnk51qu.js} +2 -2
  12. package/dist/{wt-vidstack-player-2y5Cn9Cg.js → wt-vidstack-player-BnwDqffJ.js} +1 -1
  13. package/package.json +1 -1
  14. package/src/components/wt-input-text/wt-input-text.vue +32 -4
  15. package/src/components/wt-password/wt-password.vue +1 -2
  16. package/src/components/wt-time-input/wt-time-input.vue +6 -1
  17. package/src/components/wt-timepicker/wt-timepicker.vue +13 -16
  18. package/src/composables/useEventBus/useEventBus.d.ts +4 -4
  19. package/src/enums/BroadcastChannelName/BroadcastChannelName.d.ts +3 -2
  20. package/src/enums/BroadcastChannelName/UserSettingsBroadcastMessage.d.ts +7 -7
  21. package/src/enums/ButtonColor/ButtonColor.d.ts +8 -8
  22. package/src/enums/ButtonVariant/ButtonVariant.d.ts +3 -3
  23. package/src/enums/ChipColor/ChipColor.d.ts +8 -8
  24. package/src/enums/ComponentSize/ComponentSize.d.ts +14 -14
  25. package/src/enums/ConnectionQualityLevel/ConnectionQualityLevel.enum.d.ts +5 -4
  26. package/src/enums/CrudAction/CrudAction.d.ts +4 -4
  27. package/src/enums/DefaultWorkspaceTabSettings/DefaultWorkspaceTabSettings.d.ts +8 -7
  28. package/src/enums/EmptyCause/EmptyCause.d.ts +3 -3
  29. package/src/enums/FormatDateMode/FormatDateMode.d.ts +7 -6
  30. package/src/enums/IconColor/IconColor.d.ts +14 -14
  31. package/src/enums/LoginOptions/LoginOptions.d.ts +3 -3
  32. package/src/enums/MessageColor/MessageColor.d.ts +6 -6
  33. package/src/enums/MessageVariant/MessageVariant.d.ts +3 -3
  34. package/src/enums/MimeTypes/MimeTypes.enum.d.ts +14 -14
  35. package/src/enums/ProcessingTableColumnType/ProcessingTableColumnType.d.ts +7 -6
  36. package/src/enums/QueueType/QueueType.enum.d.ts +22 -22
  37. package/src/enums/RelativeDatetimeValue/RelativeDatetimeValue.d.ts +6 -5
  38. package/src/enums/RingtoneType/RingtoneType.d.ts +3 -3
  39. package/src/enums/SingleSignOnProvider/SingleSignOnProvider.d.ts +6 -5
  40. package/src/enums/SingleSignOnProviderIconMappings/SingleSignOnProviderIconMappings.d.ts +6 -2
  41. package/src/enums/WebitelApplications/AdminSections.d.ts +38 -38
  42. package/src/enums/WebitelApplications/AuditorSections.d.ts +3 -2
  43. package/src/enums/WebitelApplications/CrmSections.d.ts +13 -13
  44. package/src/enums/WebitelApplications/SupervisorSections.d.ts +5 -4
  45. package/src/enums/WebitelApplications/WfmSections.d.ts +3 -3
  46. package/src/enums/WebitelApplications/WtApplication.d.ts +9 -9
  47. package/src/enums/WtObject/WtObject.d.ts +57 -57
  48. package/src/enums/WtTypeExtensionFieldKind/WtTypeExtensionFieldKind.d.ts +8 -7
  49. package/src/enums/index.d.ts +54 -4
  50. package/src/modules/ObjectPermissions/enums/AccessMode.enum.d.ts +3 -3
  51. package/src/modules/ObjectPermissions/enums/AccessRuleName.enum.d.ts +6 -5
  52. package/src/modules/ObjectPermissions/headers/headers.d.ts +5 -5
  53. package/src/modules/Userinfo/constants/UserSettingsConstants.d.ts +1 -1
  54. package/src/utils/displayText.d.ts +1 -1
  55. package/src/utils/formatDate.d.ts +9 -3
  56. package/types/components/wt-input-text/wt-input-text.vue.d.ts +4 -2
  57. package/types/components/wt-password/wt-password.vue.d.ts +0 -1
  58. package/types/components/wt-time-input/wt-time-input.vue.d.ts +5 -0
  59. package/types/components/wt-timepicker/wt-timepicker.vue.d.ts +0 -5
@@ -1,6 +1,6 @@
1
1
  export declare const AccessMode: {
2
- readonly Forbidden: 1;
3
- readonly Allow: 2;
4
- readonly Manage: 3;
2
+ readonly Forbidden: 1;
3
+ readonly Allow: 2;
4
+ readonly Manage: 3;
5
5
  };
6
6
  export type AccessMode = (typeof AccessMode)[keyof typeof AccessMode];
@@ -1,7 +1,8 @@
1
1
  export declare const AccessRuleName: {
2
- X: string;
3
- R: string;
4
- W: string;
5
- D: string;
2
+ X: string;
3
+ R: string;
4
+ W: string;
5
+ D: string;
6
6
  };
7
- export type AccessRuleName = (typeof AccessRuleName)[keyof typeof AccessRuleName];
7
+ export type AccessRuleName =
8
+ (typeof AccessRuleName)[keyof typeof AccessRuleName];
@@ -1,7 +1,7 @@
1
1
  export declare const headers: {
2
- value: string;
3
- locale: string;
4
- field: string;
5
- show: boolean;
6
- sort: any;
2
+ value: string;
3
+ locale: string;
4
+ field: string;
5
+ show: boolean;
6
+ sort: any;
7
7
  }[];
@@ -1 +1 @@
1
- export declare const TIMEZONE_STORAGE_KEY = "user-timezone-setting";
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(date: string | number | Date, to: (typeof FormatDateMode)[keyof typeof FormatDateMode], { timezone, }?: {
3
- timezone?: string;
4
- }): string;
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: {}, __VLS_39: {};
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 __VLS_39) => any;
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;