@webitel/ui-sdk 25.6.17 → 25.6.18

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 (26) hide show
  1. package/CHANGELOG.md +18 -0
  2. package/dist/types/api/clients/caseSources/caseSources.d.ts +24 -0
  3. package/dist/types/components/transitions/cases/wt-replace-transition.vue.d.ts +2 -2
  4. package/dist/types/components/transitions/wt-transition.vue.d.ts +2 -2
  5. package/dist/types/components/wt-avatar/wt-avatar.vue.d.ts +2 -2
  6. package/dist/types/components/wt-button-select/wt-button-select.vue.d.ts +2 -2
  7. package/dist/types/components/wt-checkbox/wt-checkbox.vue.d.ts +1 -1
  8. package/dist/types/components/wt-confirm-dialog/wt-confirm-dialog.vue.d.ts +2 -2
  9. package/dist/types/components/wt-context-menu/wt-context-menu.vue.d.ts +2 -2
  10. package/dist/types/components/wt-datepicker/wt-datepicker.vue.d.ts +2 -2
  11. package/dist/types/components/wt-player/wt-player.vue.d.ts +1 -1
  12. package/dist/types/components/wt-progress-bar/wt-progress-bar.vue.d.ts +1 -1
  13. package/dist/types/components/wt-rounded-action/wt-rounded-action.vue.d.ts +2 -2
  14. package/dist/types/components/wt-select/wt-select.vue.d.ts +1 -1
  15. package/dist/types/components/wt-slider/wt-slider.vue.d.ts +2 -2
  16. package/dist/types/components/wt-status-select/wt-status-select.vue.d.ts +1 -1
  17. package/dist/types/components/wt-tags-input/wt-tags-input.vue.d.ts +1 -1
  18. package/dist/types/components/wt-timepicker/wt-timepicker.vue.d.ts +1 -1
  19. package/dist/types/components/wt-tree-table-row/wt-tree-table-row.vue.d.ts +7 -7
  20. package/dist/ui-sdk.css +1 -1
  21. package/dist/ui-sdk.js +1432 -1438
  22. package/dist/ui-sdk.umd.cjs +17 -17
  23. package/package.json +8 -5
  24. package/src/api/clients/caseSources/{caseSources.js → caseSources.ts} +17 -26
  25. package/src/api/clients/index.js +30 -30
  26. package/src/components/wt-tree-table-row/wt-tree-table-row.vue +0 -7
package/CHANGELOG.md CHANGED
@@ -1,3 +1,20 @@
1
+ ## [v25.6.18] - 2025-05-27
2
+ ### :sparkles: New Features
3
+ - [`a5ff89d`](https://github.com/webitel/webitel-ui-sdk/commit/a5ff89d29fd0db74454defae934775b7763af7f4) - update display wt-tree-table-row [WTEL-6859](https://webitel.atlassian.net/browse/WTEL-6859) *(commit by [@stanislav-kozak](https://github.com/stanislav-kozak))*
4
+ - [`c87969d`](https://github.com/webitel/webitel-ui-sdk/commit/c87969d193a153c02b9e52f04e97f7bbc6a151fd) - api services generated files and configs moved to new package, ui-sdk package cleanup [WTEL-6397](https://webitel.atlassian.net/browse/WTEL-6397) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
5
+ - [`7a9be6d`](https://github.com/webitel/webitel-ui-sdk/commit/7a9be6dd25eb1ff96923bf863a81a619b318b478) - setup openapi-format case conversion of api schema [WTEL-6397](https://webitel.atlassian.net/browse/WTEL-6397) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
6
+ - [`0231674`](https://github.com/webitel/webitel-ui-sdk/commit/02316745e0c8a29e8b96d2ec64d7144a3c5cdb88) - orval custom axios client generation [WTEL-6876](https://webitel.atlassian.net/browse/WTEL-6876) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
7
+ - [`a487feb`](https://github.com/webitel/webitel-ui-sdk/commit/a487febf59c168141e68bc9b053771a653950a4f) - orval config updates, added zod as project dep [WTEL-6397](https://webitel.atlassian.net/browse/WTEL-6397) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
8
+
9
+ ### :recycle: Refactors
10
+ - [`0f5af2c`](https://github.com/webitel/webitel-ui-sdk/commit/0f5af2cdd30e182dafe0d44ccfb164bca38a492c) - orval.config.ts cleanups and refactors [WTEL-6397](https://webitel.atlassian.net/browse/WTEL-6397) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
11
+
12
+ ### :wrench: Chores
13
+ - [`786ce61`](https://github.com/webitel/webitel-ui-sdk/commit/786ce618d62f0806e7b1a36844a6846a6c0503c9) - api-services/ rm docs generated files [WTEL-6397](https://webitel.atlassian.net/browse/WTEL-6397) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
14
+ - [`d7ec8a6`](https://github.com/webitel/webitel-ui-sdk/commit/d7ec8a61a2d175cd91986f8b20f082b7fbbb32d7) - api-services/ pushed generated files [WTEL-6397](https://webitel.atlassian.net/browse/WTEL-6397) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
15
+ - [`41d2c0c`](https://github.com/webitel/webitel-ui-sdk/commit/41d2c0c842380020e688a74026855d2650978c70) - api-services/ pushed generated files [WTEL-6397](https://webitel.atlassian.net/browse/WTEL-6397) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
16
+
17
+
1
18
  ## [v25.6.17] - 2025-05-19
2
19
  ### :recycle: Refactors
3
20
  - [`5e9f56c`](https://github.com/webitel/webitel-ui-sdk/commit/5e9f56c28cee3e0cf4bc1f1f6097a7efdeeaa19c) - update package versions to 25.6.16 and 25.6.17 [WTEL-6827](https://webitel.atlassian.net/browse/WTEL-6827) *(commit by [@VladimirBeria](https://github.com/VladimirBeria))*
@@ -2174,3 +2191,4 @@
2174
2191
  [v25.6.15]: https://github.com/webitel/webitel-ui-sdk/compare/v25.6.14...v25.6.15
2175
2192
  [v25.6.16]: https://github.com/webitel/webitel-ui-sdk/compare/v25.6.15...v25.6.16
2176
2193
  [v25.6.17]: https://github.com/webitel/webitel-ui-sdk/compare/v25.6.16...v25.6.17
2194
+ [v25.6.18]: https://github.com/webitel/webitel-ui-sdk/compare/v25.6.17...v25.6.18
@@ -0,0 +1,24 @@
1
+ declare const CaseSourcesAPI: {
2
+ getList: (params: any) => Promise<{
3
+ items: any;
4
+ next: any;
5
+ }>;
6
+ get: ({ itemId: id }: {
7
+ itemId: any;
8
+ }) => Promise<any>;
9
+ add: ({ itemInstance }: {
10
+ itemInstance: any;
11
+ }) => Promise<any>;
12
+ update: ({ itemInstance, itemId: id }: {
13
+ itemInstance: any;
14
+ itemId: any;
15
+ }) => Promise<any>;
16
+ delete: ({ id }: {
17
+ id: any;
18
+ }) => Promise<any>;
19
+ getLookup: (params: any) => Promise<{
20
+ items: any;
21
+ next: any;
22
+ }>;
23
+ };
24
+ export default CaseSourcesAPI;
@@ -5,12 +5,12 @@ type __VLS_WithSlots<T, S> = T & (new () => {
5
5
  });
6
6
  declare const __VLS_component: import("vue").DefineComponent<{}, {
7
7
  pattern: string;
8
- appear: boolean;
9
8
  duration: string;
9
+ appear: boolean;
10
10
  $props: {
11
11
  readonly pattern?: string;
12
- readonly appear?: boolean;
13
12
  readonly duration?: string;
13
+ readonly appear?: boolean;
14
14
  };
15
15
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
16
16
  type __VLS_Slots = {
@@ -5,14 +5,14 @@ type __VLS_WithSlots<T, S> = T & (new () => {
5
5
  });
6
6
  declare const __VLS_component: import("vue").DefineComponent<{}, {
7
7
  name: string;
8
+ duration: string;
8
9
  mode: string;
9
10
  appear: boolean;
10
- duration: string;
11
11
  $props: {
12
12
  readonly name?: string;
13
+ readonly duration?: string;
13
14
  readonly mode?: string;
14
15
  readonly appear?: boolean;
15
- readonly duration?: string;
16
16
  };
17
17
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
18
18
  type __VLS_Slots = {
@@ -2,14 +2,14 @@ declare const _default: import("vue").DefineComponent<{}, {
2
2
  size: string;
3
3
  badge: boolean;
4
4
  status?: string;
5
- src?: string;
6
5
  username?: string;
6
+ src?: string;
7
7
  $props: {
8
8
  readonly size?: string;
9
9
  readonly badge?: boolean;
10
10
  readonly status?: string;
11
- readonly src?: string;
12
11
  readonly username?: string;
12
+ readonly src?: string;
13
13
  };
14
14
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
15
15
  export default _default;
@@ -5,13 +5,13 @@ type __VLS_WithSlots<T, S> = T & (new () => {
5
5
  });
6
6
  declare const __VLS_component: import("vue").DefineComponent<{}, {
7
7
  $emit: (event: "click" | "click:option", ...args: any[]) => void;
8
- options: unknown[];
9
8
  disabled: boolean;
10
9
  color: string;
10
+ options: unknown[];
11
11
  $props: {
12
- readonly options?: unknown[];
13
12
  readonly disabled?: boolean;
14
13
  readonly color?: string;
14
+ readonly options?: unknown[];
15
15
  };
16
16
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
17
17
  type __VLS_Slots = {
@@ -22,7 +22,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
22
22
  }>, {}, {}, {
23
23
  isChecked(): boolean;
24
24
  checkboxIcon(): "checkbox" | "checkbox--checked";
25
- iconColor(): "disabled" | "active";
25
+ iconColor(): "active" | "disabled";
26
26
  }, {
27
27
  inputHandler(): void;
28
28
  }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "change"[], "change", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
@@ -6,13 +6,13 @@ type __VLS_WithSlots<T, S> = T & (new () => {
6
6
  declare const __VLS_component: import("vue").DefineComponent<{}, {
7
7
  $emit: (event: "close" | "confirm", ...args: any[]) => void;
8
8
  title: string;
9
- deleteMessage: string;
10
9
  subject: string;
10
+ deleteMessage: string;
11
11
  callback: Function;
12
12
  $props: {
13
13
  readonly title?: string;
14
- readonly deleteMessage?: string;
15
14
  readonly subject?: string;
15
+ readonly deleteMessage?: string;
16
16
  readonly callback?: Function;
17
17
  };
18
18
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
@@ -5,16 +5,16 @@ type __VLS_WithSlots<T, S> = T & (new () => {
5
5
  });
6
6
  declare const __VLS_component: import("vue").DefineComponent<{}, {
7
7
  $emit: (event: "click" | "update:visible", ...args: any[]) => void;
8
- options: unknown[];
9
8
  disabled: boolean;
9
+ options: unknown[];
10
10
  width: string;
11
11
  visible: boolean;
12
12
  tooltipTriggers: unknown[];
13
13
  minWidth: string;
14
14
  maxWidth: string;
15
15
  $props: {
16
- readonly options?: unknown[];
17
16
  readonly disabled?: boolean;
17
+ readonly options?: unknown[];
18
18
  readonly width?: string;
19
19
  readonly visible?: boolean;
20
20
  readonly tooltipTriggers?: unknown[];
@@ -10,9 +10,9 @@ declare const __VLS_component: import("vue").DefineComponent<{}, {
10
10
  label: string;
11
11
  disabled: boolean;
12
12
  mode: string;
13
+ lang: string;
13
14
  clearable: boolean;
14
15
  placeholder: string;
15
- lang: string;
16
16
  v?: Record<string, any>;
17
17
  labelProps?: Record<string, any>;
18
18
  disabledDates?: Record<string, any>;
@@ -22,9 +22,9 @@ declare const __VLS_component: import("vue").DefineComponent<{}, {
22
22
  readonly label?: string;
23
23
  readonly disabled?: boolean;
24
24
  readonly mode?: string;
25
+ readonly lang?: string;
25
26
  readonly clearable?: boolean;
26
27
  readonly placeholder?: string;
27
- readonly lang?: string;
28
28
  readonly v?: Record<string, any>;
29
29
  readonly labelProps?: Record<string, any>;
30
30
  readonly disabledDates?: Record<string, any>;
@@ -96,12 +96,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
96
96
  onClose?: (...args: any[]) => any;
97
97
  onInitialized?: (...args: any[]) => any;
98
98
  }>, {
99
+ mime: string;
99
100
  position: string;
100
101
  download: string | boolean | Function;
101
102
  autoplay: boolean;
102
103
  loop: boolean;
103
104
  hideDuration: boolean;
104
- mime: string;
105
105
  resetOnEnd: boolean;
106
106
  invertTime: boolean;
107
107
  resetVolume: boolean;
@@ -32,7 +32,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
32
32
  };
33
33
  }>> & Readonly<{}>, {
34
34
  value: string | number;
35
- color: string;
36
35
  max: string | number;
36
+ color: string;
37
37
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
38
38
  export default _default;
@@ -1,20 +1,20 @@
1
1
  declare const _default: import("vue").DefineComponent<{}, {
2
2
  $emit: (event: "click", ...args: any[]) => void;
3
3
  size: string;
4
+ active: boolean;
4
5
  disabled: boolean;
5
6
  color: string;
6
7
  icon: string;
7
- active: boolean;
8
8
  wide: boolean;
9
9
  loading: boolean;
10
10
  iconPrefix: string;
11
11
  rounded: boolean;
12
12
  $props: {
13
13
  readonly size?: string;
14
+ readonly active?: boolean;
14
15
  readonly disabled?: boolean;
15
16
  readonly color?: string;
16
17
  readonly icon?: string;
17
- readonly active?: boolean;
18
18
  readonly wide?: boolean;
19
19
  readonly loading?: boolean;
20
20
  readonly iconPrefix?: string;
@@ -29,7 +29,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
29
29
  handleCustomValueArrowInput(toggle: any): Promise<void>;
30
30
  emitTagEvent(searchQuery: any, id: any): void;
31
31
  clearValue(): void;
32
- }, any, import("vue").ComponentOptionsMixin, ("input" | "update:modelValue" | "reset" | "closed" | "search-change" | "custom-value")[], "input" | "update:modelValue" | "reset" | "closed" | "search-change" | "custom-value", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
32
+ }, any, import("vue").ComponentOptionsMixin, ("input" | "closed" | "update:modelValue" | "reset" | "search-change" | "custom-value")[], "input" | "closed" | "update:modelValue" | "reset" | "search-change" | "custom-value", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
33
33
  value: {};
34
34
  multiple: {
35
35
  type: BooleanConstructor;
@@ -65,10 +65,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
65
65
  onInput?: (...args: any[]) => any;
66
66
  }>, {
67
67
  value: number;
68
+ min: number;
69
+ max: number;
68
70
  disabled: boolean;
69
71
  height: number;
70
- max: number;
71
- min: number;
72
72
  vertical: boolean;
73
73
  step: number;
74
74
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
@@ -18,7 +18,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
18
18
  }, {
19
19
  inputHandler(value: any): void;
20
20
  closedHandler(event: any): void;
21
- }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "closed")[], "change" | "closed", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
21
+ }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("closed" | "change")[], "closed" | "change", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
22
22
  status: {
23
23
  type: StringConstructor;
24
24
  default: any;
@@ -24,7 +24,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
24
24
  option: any;
25
25
  }): any;
26
26
  initializeOptions(): any[];
27
- }, any, import("vue").ComponentOptionsMixin, ("input" | "tag" | "closed" | "search-change")[], "input" | "tag" | "closed" | "search-change", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
27
+ }, any, import("vue").ComponentOptionsMixin, ("input" | "closed" | "tag" | "search-change")[], "input" | "closed" | "tag" | "search-change", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
28
28
  value: {
29
29
  type: ArrayConstructor;
30
30
  };
@@ -123,8 +123,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
123
123
  required: boolean;
124
124
  label: string;
125
125
  disabled: boolean;
126
- dateMode: boolean;
127
126
  format: string;
127
+ dateMode: boolean;
128
128
  noLabel: boolean;
129
129
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
130
130
  export default _default;
@@ -33,21 +33,21 @@ declare const childLevel: import("vue").ComputedRef<number>;
33
33
  declare const isSelectedRow: import("vue").ComputedRef<boolean>;
34
34
  declare const openCollapse: () => void;
35
35
  declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
36
- declare var __VLS_23: string, __VLS_24: {
36
+ declare var __VLS_16: string, __VLS_17: {
37
37
  index: number;
38
38
  item: Record<string, unknown>;
39
- }, __VLS_26: {
39
+ }, __VLS_19: {
40
40
  index: number;
41
41
  item: Record<string, unknown>;
42
- }, __VLS_38: string, __VLS_39: any, __VLS_41: any;
42
+ }, __VLS_31: string, __VLS_32: any, __VLS_34: any;
43
43
  type __VLS_Slots = __VLS_PrettifyGlobal<__VLS_OmitStringIndex<typeof __VLS_ctx.$slots> & {
44
- [K in NonNullable<typeof __VLS_23>]?: (props: typeof __VLS_24) => any;
44
+ [K in NonNullable<typeof __VLS_16>]?: (props: typeof __VLS_17) => any;
45
45
  } & {
46
- [K in NonNullable<typeof __VLS_38>]?: (props: typeof __VLS_39) => any;
46
+ [K in NonNullable<typeof __VLS_31>]?: (props: typeof __VLS_32) => any;
47
47
  } & {
48
- actions?: (props: typeof __VLS_26) => any;
48
+ actions?: (props: typeof __VLS_19) => any;
49
49
  } & {
50
- actions?: (props: typeof __VLS_41) => any;
50
+ actions?: (props: typeof __VLS_34) => any;
51
51
  }>;
52
52
  declare const __VLS_self: import("vue").DefineComponent<__VLS_Props, {
53
53
  WtCheckbox: typeof WtCheckbox;