@webitel/ui-sdk 26.6.72 → 26.6.74

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 (49) hide show
  1. package/dist/{clients-DjB6nJHf.js → clients-CIZxqjbV.js} +191 -192
  2. package/dist/{components-Dk5QOwBa.js → components-CgVZq5Ay.js} +11 -11
  3. package/dist/{composables-CmpLKArq.js → composables-D5kSQ1Rk.js} +67 -54
  4. package/dist/{enums-CoY-pIuZ.js → enums-De8CDKZ1.js} +13 -4
  5. package/dist/ui-sdk.css +1 -1
  6. package/dist/ui-sdk.js +3 -3
  7. package/dist/ui-sdk.umd.cjs +549 -543
  8. package/dist/{useValidation-DMp_AiNP.js → useValidation-DGl2otXJ.js} +1 -1
  9. package/dist/{wt-action-bar-CSdnxT_s.js → wt-action-bar-HBm22ay5.js} +2 -2
  10. package/dist/{wt-button-BVX4GDCP.js → wt-button-dC4nOW56.js} +2 -2
  11. package/dist/{wt-chat-emoji-LewqM4p6.js → wt-chat-emoji-XjM2qHuC.js} +4 -4
  12. package/dist/{wt-datepicker-DYJGuWH2.js → wt-datepicker-CxwX-c2T.js} +2 -2
  13. package/dist/{wt-display-chip-items-Cfo-ztuH.js → wt-display-chip-items-CYyy-Z-1.js} +1 -1
  14. package/dist/{wt-dual-panel-Dn52cFd0.js → wt-dual-panel-Dhj8Eg_y.js} +1 -1
  15. package/dist/{wt-expansion-card-C4ratcs-.js → wt-expansion-card-TBmAxeek.js} +2 -2
  16. package/dist/{wt-expansion-panel-BUta42RO.js → wt-expansion-panel-Br7JPc5X.js} +1 -1
  17. package/dist/{wt-galleria-BiVy4aMN.js → wt-galleria-BWHny8Qw.js} +1 -1
  18. package/dist/{wt-icon-action-SuNhSnx4.js → wt-icon-action-BBmutGsL.js} +1 -1
  19. package/dist/{wt-icon-btn-gkyWWthY.js → wt-icon-btn-BIU9YjS8.js} +2 -2
  20. package/dist/{wt-icon-CXZgq3LL.js → wt-icon-y89gRcOs.js} +2 -1
  21. package/dist/{wt-notifications-bar-kewyyshr.js → wt-notifications-bar-DhJxMjNB.js} +2 -2
  22. package/dist/{wt-player-CP_9u3G3.js → wt-player-_mTlxsCu.js} +3 -3
  23. package/dist/{wt-search-bar-DmwAjznv.js → wt-search-bar-CYCOxWra.js} +1 -1
  24. package/dist/{wt-send-message-popup-q4ES4jcI.js → wt-send-message-popup-oNckWu_A.js} +14 -14
  25. package/dist/{wt-status-select-D20EwR17.js → wt-status-select-D1hAjCAS.js} +1 -1
  26. package/dist/{wt-table-B7rn2iAF.js → wt-table-DJ85SoOt.js} +1 -1
  27. package/dist/{wt-timepicker-BivkZpXq.js → wt-timepicker-BEeUHumZ.js} +2 -2
  28. package/dist/{wt-toast-Dufgfee5.js → wt-toast-DXrSMdRm.js} +2 -2
  29. package/dist/{wt-tree-table-BFvSXadM.js → wt-tree-table-2K7cdct7.js} +1 -1
  30. package/dist/{wt-type-extension-value-input-BbMEDpAD.js → wt-type-extension-value-input-DEWxbiEr.js} +21 -21
  31. package/dist/{wt-vidstack-player-CfO0nbvr.js → wt-vidstack-player-BN5Q1U6B.js} +4 -4
  32. package/package.json +2 -2
  33. package/src/assets/icons/sprite/custom-provider.svg +6 -0
  34. package/src/assets/icons/sprite/index.ts +2 -0
  35. package/src/components/_internals/composables/useSelect/useSelect.ts +6 -0
  36. package/src/components/_internals/composables/useSelect/useSelectOptions.ts +20 -0
  37. package/src/components/wt-checkbox/wt-checkbox.vue +2 -0
  38. package/src/enums/SingleSignOnProvider/SingleSignOnProvider.ts +9 -0
  39. package/src/enums/SingleSignOnProviderIconMappings/SingleSignOnProviderIconMappings.ts +14 -0
  40. package/src/enums/index.ts +4 -0
  41. package/src/locale/en/en.js +1 -1
  42. package/src/locale/ru/ru.js +1 -1
  43. package/src/locale/uk/uk.js +1 -1
  44. package/src/modules/Userinfo/enums/ScopeClass/ScopeClass.ts +1 -1
  45. package/types/components/_internals/composables/useSelect/useSelectOptions.d.ts +1 -0
  46. package/types/enums/SingleSignOnProvider/SingleSignOnProvider.d.ts +7 -0
  47. package/types/enums/SingleSignOnProviderIconMappings/SingleSignOnProviderIconMappings.d.ts +3 -0
  48. package/types/enums/index.d.ts +3 -1
  49. package/types/modules/Userinfo/enums/ScopeClass/ScopeClass.d.ts +1 -1
@@ -28,7 +28,6 @@ export const ScopeClass = {
28
28
  Resource: 'cc_resource',
29
29
  StorageProfile: 'storage_profile',
30
30
  CognitiveProfile: 'cognitive_profile',
31
- SingleSignOn: 'single_sign_on',
32
31
  ImportTemplate: 'import_template',
33
32
  Trigger: 'trigger',
34
33
  Schema: 'schema',
@@ -53,6 +52,7 @@ export const ScopeClass = {
53
52
  FilesPolicy: 'files_policy',
54
53
  PortalUsers: 'portal_users',
55
54
  Custom: 'custom',
55
+ SingleSignOn: 'sso',
56
56
  } as const;
57
57
 
58
58
  export type ScopeClass = (typeof ScopeClass)[keyof typeof ScopeClass];
@@ -14,6 +14,7 @@ export declare const useSelectOptions: ({ selected, options, optionLabel, option
14
14
  sortOptions: (opts: any) => any[];
15
15
  getOptionLabel: (option: any) => any;
16
16
  fetchOptions: () => Promise<void>;
17
+ fetchSelectedByIds: () => Promise<void>;
17
18
  resetAndFetch: (search?: string) => void;
18
19
  filterOptions: (value: any) => void;
19
20
  updateSelectedOptionsCache: () => void;
@@ -0,0 +1,7 @@
1
+ export declare const SingleSignOnProvider: {
2
+ readonly Microsoft: "microsoft";
3
+ readonly Google: "google";
4
+ readonly Facebook: "facebook";
5
+ readonly Custom: "custom";
6
+ };
7
+ export type SingleSignOnProvider = (typeof SingleSignOnProvider)[keyof typeof SingleSignOnProvider];
@@ -0,0 +1,3 @@
1
+ import { SingleSignOnProvider } from '../SingleSignOnProvider/SingleSignOnProvider';
2
+ export declare const SingleSignOnProviderIconMappings: Record<SingleSignOnProvider, string>;
3
+ export type SingleSignOnProviderIconMappings = (typeof SingleSignOnProviderIconMappings)[keyof typeof SingleSignOnProviderIconMappings];
@@ -23,6 +23,8 @@ import { ProcessingTableColumnType } from './ProcessingTableColumnType/Processin
23
23
  import { QueueType, QueueTypeName } from './QueueType/QueueType.enum';
24
24
  import { RelativeDatetimeValue } from './RelativeDatetimeValue/RelativeDatetimeValue';
25
25
  import { RingtoneType } from './RingtoneType/RingtoneType.js';
26
+ import { SingleSignOnProvider } from './SingleSignOnProvider/SingleSignOnProvider';
27
+ import { SingleSignOnProviderIconMappings } from './SingleSignOnProviderIconMappings/SingleSignOnProviderIconMappings';
26
28
  import TypesExportedSettings from './TypesExportedSettings/TypesExportedSettings.enum.js';
27
29
  import { AdminSections } from './WebitelApplications/AdminSections';
28
30
  import { AuditorSections } from './WebitelApplications/AuditorSections';
@@ -33,4 +35,4 @@ import { WtApplication } from './WebitelApplications/WtApplication';
33
35
  import { WtObject } from './WtObject/WtObject';
34
36
  import { WtTypeExtensionFieldKind } from './WtTypeExtensionFieldKind/WtTypeExtensionFieldKind';
35
37
  export type { ConnectionQualityLevelsType, UserSettingsBroadcastMessage, WebphoneBroadcastMessage, WebphoneBroadcastPayload, };
36
- export { AbstractUserStatus, AdminSections, AgentStatus, AuditorSections, BroadcastChannelName, ButtonColor, ButtonVariant, ChatGatewayProvider, ChipColor, ComponentSize, ConnectionQualityLevels, CrmSections, CrudAction, DefaultWorkspaceTabSettings, EmptyCause, FormatDateMode, IconAction, IconColor, LoginOptions, MessageColor, MessageVariant, MimeTypes, ProcessingTableColumnType, ProviderIconType, QueueType, QueueTypeName, RelativeDatetimeValue, RingtoneType, SupervisorSections, TypesExportedSettings, WfmSections, WtApplication, WtObject, WtTypeExtensionFieldKind, };
38
+ export { AbstractUserStatus, AdminSections, AgentStatus, AuditorSections, BroadcastChannelName, ButtonColor, ButtonVariant, ChatGatewayProvider, ChipColor, ComponentSize, ConnectionQualityLevels, CrmSections, CrudAction, DefaultWorkspaceTabSettings, EmptyCause, FormatDateMode, IconAction, IconColor, LoginOptions, MessageColor, MessageVariant, MimeTypes, ProcessingTableColumnType, ProviderIconType, QueueType, QueueTypeName, RelativeDatetimeValue, RingtoneType, SingleSignOnProvider, SingleSignOnProviderIconMappings, SupervisorSections, TypesExportedSettings, WfmSections, WtApplication, WtObject, WtTypeExtensionFieldKind, };
@@ -27,7 +27,6 @@ export declare const ScopeClass: {
27
27
  readonly Resource: "cc_resource";
28
28
  readonly StorageProfile: "storage_profile";
29
29
  readonly CognitiveProfile: "cognitive_profile";
30
- readonly SingleSignOn: "single_sign_on";
31
30
  readonly ImportTemplate: "import_template";
32
31
  readonly Trigger: "trigger";
33
32
  readonly Schema: "schema";
@@ -52,5 +51,6 @@ export declare const ScopeClass: {
52
51
  readonly FilesPolicy: "files_policy";
53
52
  readonly PortalUsers: "portal_users";
54
53
  readonly Custom: "custom";
54
+ readonly SingleSignOn: "sso";
55
55
  };
56
56
  export type ScopeClass = (typeof ScopeClass)[keyof typeof ScopeClass];