@webitel/ui-sdk 25.10.62 → 25.10.64

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 (46) hide show
  1. package/dist/{install-CJQfl0hy.js → install-BsLZwXoY.js} +77452 -77451
  2. package/dist/ui-sdk.css +1 -1
  3. package/dist/ui-sdk.js +1 -1
  4. package/dist/ui-sdk.umd.cjs +233 -233
  5. package/dist/{vidstack-Bq6c3Bam-gxXrCSig.js → vidstack-Bq6c3Bam-DZbYZF-M.js} +2 -2
  6. package/dist/{vidstack-D2pY00kU-BFY6dR6B.js → vidstack-D2pY00kU-CGaaa7oi.js} +2 -2
  7. package/dist/{vidstack-DDXt6fpN-B-lwWzfa.js → vidstack-DDXt6fpN-DZzfn5Lr.js} +1 -1
  8. package/dist/{vidstack-D_-9AA6_-BWo8rqGl.js → vidstack-D_-9AA6_-bp-stltc.js} +1 -1
  9. package/dist/{vidstack-DqAw8m9J-BV_UffFj.js → vidstack-DqAw8m9J-KGsxHqJp.js} +1 -1
  10. package/dist/{vidstack-audio-IHdHpg26.js → vidstack-audio-BgqiYTiC.js} +2 -2
  11. package/dist/{vidstack-dash-KAIY2weY.js → vidstack-dash-Af6ZjmuE.js} +3 -3
  12. package/dist/{vidstack-google-cast-IR47LQ6g.js → vidstack-google-cast-BIJwLT0g.js} +3 -3
  13. package/dist/{vidstack-hls-hjvWJcUS.js → vidstack-hls-D2rJhFqU.js} +3 -3
  14. package/dist/{vidstack-video-DWMQ0ihW.js → vidstack-video-Cz3sGCA1.js} +2 -2
  15. package/dist/{vidstack-vimeo-D-w_5fjk.js → vidstack-vimeo-CzUzNHaC.js} +3 -3
  16. package/dist/{vidstack-youtube-Ci1_W6v9.js → vidstack-youtube-DAyJ86Ju.js} +2 -2
  17. package/package.json +2 -2
  18. package/src/components/wt-table/wt-table.vue +7 -2
  19. package/types/components/index.d.ts +2 -2
  20. package/types/components/on-demand/wt-cc-agent-status-timers/wt-cc-agent-status-timers.vue.d.ts +2 -2
  21. package/types/components/on-demand/wt-selection-popup/wt-selection-popup.vue.d.ts +1 -1
  22. package/types/components/wt-action-bar/WtActionBarActionsOrder.d.ts +2 -2
  23. package/types/components/wt-action-bar/wt-action-bar.vue.d.ts +17 -17
  24. package/types/components/wt-avatar/wt-avatar.vue.d.ts +2 -2
  25. package/types/components/wt-button/wt-button.vue.d.ts +4 -4
  26. package/types/components/wt-button-select/wt-button-select.vue.d.ts +2 -2
  27. package/types/components/wt-checkbox/wt-checkbox.vue.d.ts +2 -2
  28. package/types/components/wt-datepicker/wt-datepicker.vue.d.ts +4 -4
  29. package/types/components/wt-empty/wt-empty.vue.d.ts +3 -3
  30. package/types/components/wt-icon/wt-icon.vue.d.ts +1 -1
  31. package/types/components/wt-indicator/wt-indicator.vue.d.ts +1 -1
  32. package/types/components/wt-input/wt-input.vue.d.ts +6 -6
  33. package/types/components/wt-loader/_internals/wt-spinner-loader.vue.d.ts +1 -1
  34. package/types/components/wt-loader/wt-loader.vue.d.ts +2 -2
  35. package/types/components/wt-player/wt-player.vue.d.ts +3 -3
  36. package/types/components/wt-popover/wt-popover.vue.d.ts +2 -2
  37. package/types/components/wt-popup/wt-popup.vue.d.ts +1 -1
  38. package/types/components/wt-radio/wt-radio.vue.d.ts +4 -4
  39. package/types/components/wt-rounded-action/wt-rounded-action.vue.d.ts +8 -8
  40. package/types/components/wt-switcher/wt-switcher.vue.d.ts +2 -2
  41. package/types/components/wt-textarea/wt-textarea.vue.d.ts +3 -3
  42. package/types/components/wt-time-input/wt-time-input.vue.d.ts +2 -2
  43. package/types/components/wt-timepicker/wt-timepicker.vue.d.ts +2 -2
  44. package/types/enums/index.d.ts +1 -1
  45. package/types/modules/AgentStatusSelect/components/_internals/wt-cc-pause-cause-popup.vue.d.ts +1 -1
  46. package/types/modules/TableComponentModule/composables/useTableEmpty.d.ts +1 -1
@@ -34,6 +34,7 @@ declare const __VLS_self: import("vue").DefineComponent<Props, {
34
34
  onShow?: () => any;
35
35
  onHide?: () => any;
36
36
  }>, {
37
+ disabled: boolean;
37
38
  dt: import("@primevue/core").DesignToken<any>;
38
39
  pt: any;
39
40
  ptOptions: import("primevue/passthrough").PassThroughOptions;
@@ -43,7 +44,6 @@ declare const __VLS_self: import("vue").DefineComponent<Props, {
43
44
  autoZIndex: boolean;
44
45
  breakpoints: import("primevue").PopoverBreakpoints;
45
46
  closeOnEscape: boolean | undefined;
46
- disabled: boolean;
47
47
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
48
48
  declare const __VLS_component: import("vue").DefineComponent<Props, {
49
49
  toggle: (event?: Event, target?: HTMLElement | null | undefined) => void;
@@ -56,6 +56,7 @@ declare const __VLS_component: import("vue").DefineComponent<Props, {
56
56
  onShow?: () => any;
57
57
  onHide?: () => any;
58
58
  }>, {
59
+ disabled: boolean;
59
60
  dt: import("@primevue/core").DesignToken<any>;
60
61
  pt: any;
61
62
  ptOptions: import("primevue/passthrough").PassThroughOptions;
@@ -65,7 +66,6 @@ declare const __VLS_component: import("vue").DefineComponent<Props, {
65
66
  autoZIndex: boolean;
66
67
  breakpoints: import("primevue").PopoverBreakpoints;
67
68
  closeOnEscape: boolean | undefined;
68
- disabled: boolean;
69
69
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
70
70
  declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
71
71
  export default _default;
@@ -40,8 +40,8 @@ declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {},
40
40
  "onPopup:closed"?: () => any;
41
41
  }>, {
42
42
  disabled: boolean;
43
- overflow: boolean;
44
43
  size: ComponentSize;
44
+ overflow: boolean;
45
45
  closable: boolean;
46
46
  shown: boolean;
47
47
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
@@ -33,9 +33,9 @@ declare const __VLS_self: import("vue").DefineComponent<__VLS_PublicProps, {
33
33
  }, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
34
34
  "onUpdate:selected"?: (value: string | number | boolean | object) => any;
35
35
  }>, {
36
- label: string;
37
- required: boolean;
38
36
  disabled: boolean;
37
+ required: boolean;
38
+ label: string;
39
39
  outline: boolean;
40
40
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
41
41
  declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
@@ -43,9 +43,9 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps,
43
43
  }, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
44
44
  "onUpdate:selected"?: (value: string | number | boolean | object) => any;
45
45
  }>, {
46
- label: string;
47
- required: boolean;
48
46
  disabled: boolean;
47
+ required: boolean;
48
+ label: string;
49
49
  outline: boolean;
50
50
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
51
51
  declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
@@ -1,24 +1,24 @@
1
1
  declare const _default: import("vue").DefineComponent<{}, {
2
2
  $emit: (event: "click", ...args: any[]) => void;
3
- color: string;
4
- icon: string;
3
+ active: boolean;
5
4
  disabled: boolean;
6
5
  size: string;
7
- active: boolean;
6
+ color: string;
7
+ icon: string;
8
+ rounded: boolean;
8
9
  wide: boolean;
9
10
  loading: boolean;
10
11
  iconPrefix: string;
11
- rounded: boolean;
12
12
  $props: {
13
- readonly color?: string;
14
- readonly icon?: string;
13
+ readonly active?: boolean;
15
14
  readonly disabled?: boolean;
16
15
  readonly size?: string;
17
- readonly active?: boolean;
16
+ readonly color?: string;
17
+ readonly icon?: string;
18
+ readonly rounded?: boolean;
18
19
  readonly wide?: boolean;
19
20
  readonly loading?: boolean;
20
21
  readonly iconPrefix?: string;
21
- readonly rounded?: boolean;
22
22
  };
23
23
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
24
24
  export default _default;
@@ -31,8 +31,8 @@ declare const __VLS_self: import("vue").DefineComponent<__VLS_PublicProps, {
31
31
  }, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
32
32
  "onUpdate:modelValue"?: (value: boolean) => any;
33
33
  }>, {
34
- label: string;
35
34
  disabled: boolean;
35
+ label: string;
36
36
  labelProps: LabelProps;
37
37
  labelLeft: boolean;
38
38
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
@@ -41,8 +41,8 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps,
41
41
  }, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
42
42
  "onUpdate:modelValue"?: (value: boolean) => any;
43
43
  }>, {
44
- label: string;
45
44
  disabled: boolean;
45
+ label: string;
46
46
  labelProps: LabelProps;
47
47
  labelLeft: boolean;
48
48
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
@@ -168,11 +168,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
168
168
  onInput?: (...args: any[]) => any;
169
169
  onEnter?: (...args: any[]) => any;
170
170
  }>, {
171
- name: string;
171
+ disabled: boolean;
172
172
  value: string;
173
- label: string;
174
173
  required: boolean;
175
- disabled: boolean;
174
+ name: string;
175
+ label: string;
176
176
  readonly: boolean;
177
177
  rows: number;
178
178
  autoresize: boolean;
@@ -123,10 +123,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
123
123
  }>> & Readonly<{
124
124
  onInput?: (...args: any[]) => any;
125
125
  }>, {
126
+ disabled: boolean;
126
127
  value: number;
127
- label: string;
128
128
  required: boolean;
129
- disabled: boolean;
129
+ label: string;
130
130
  hideInputInfo: boolean;
131
131
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
132
132
  export default _default;
@@ -134,10 +134,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
134
134
  description: string;
135
135
  };
136
136
  }>> & Readonly<{}>, {
137
+ disabled: boolean;
137
138
  value: string | number;
138
- label: string;
139
139
  required: boolean;
140
- disabled: boolean;
140
+ label: string;
141
141
  format: string;
142
142
  dateMode: boolean;
143
143
  noLabel: boolean;
@@ -22,4 +22,4 @@ import WebitelApplications from './WebitelApplications/WebitelApplications.enum.
22
22
  import { WtApplication } from './WebitelApplications/WtApplication';
23
23
  import { WtObject } from './WtObject/WtObject';
24
24
  import { WtTypeExtensionFieldKind } from './WtTypeExtensionFieldKind/WtTypeExtensionFieldKind';
25
- export { AbstractUserStatus, AdminSections, AgentStatus, AuditorSections, ButtonColor, ButtonVariant, ChatGatewayProvider, ChipColor, ComponentSize, CrmSections, CrudAction, EmptyCause, IconAction, IconColor, ProcessingTableColumnType, QueueType, RelativeDatetimeValue, SupervisorSections, TypesExportedSettings, WebitelApplications, WtApplication, WtObject, WtTypeExtensionFieldKind, ProviderIconType, };
25
+ export { AbstractUserStatus, AdminSections, AgentStatus, AuditorSections, ButtonColor, ButtonVariant, ChatGatewayProvider, ChipColor, ComponentSize, CrmSections, CrudAction, EmptyCause, IconAction, IconColor, ProcessingTableColumnType, ProviderIconType, QueueType, RelativeDatetimeValue, SupervisorSections, TypesExportedSettings, WebitelApplications, WtApplication, WtObject, WtTypeExtensionFieldKind, };
@@ -1,5 +1,5 @@
1
1
  declare const _default: import("vue").DefineComponent<{}, {
2
- $emit: (event: "change" | "close", ...args: any[]) => void;
2
+ $emit: (event: "close" | "change", ...args: any[]) => void;
3
3
  options: unknown[];
4
4
  $props: {
5
5
  readonly options?: unknown[];
@@ -5,7 +5,7 @@ export function useTableEmpty({ dataList, filters, error, isLoading }: {
5
5
  isLoading: any;
6
6
  }, overrides?: {}): {
7
7
  showEmpty: import("vue").ComputedRef<boolean>;
8
- emptyCause: import("vue").ComputedRef<"filters" | "error" | "empty">;
8
+ emptyCause: import("vue").ComputedRef<"error" | "filters" | "empty">;
9
9
  image: import("vue").ComputedRef<any>;
10
10
  headline: import("vue").ComputedRef<any>;
11
11
  title: import("vue").ComputedRef<any>;