@webitel/ui-sdk 25.4.69 → 25.4.71
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/CHANGELOG.md +41 -0
- package/dist/types/components/on-demand/wt-type-extension-value-input/wt-type-extension-value-input.vue.d.ts +12 -4
- package/dist/types/components/wt-datepicker/wt-datepicker.vue.d.ts +2 -0
- package/dist/types/components/wt-input/wt-input.vue.d.ts +2 -2
- package/dist/ui-sdk.css +1 -1
- package/dist/ui-sdk.js +3918 -3901
- package/dist/ui-sdk.umd.cjs +17 -17
- package/package.json +1 -1
- package/src/components/on-demand/wt-type-extension-value-input/wt-type-extension-value-input.vue +10 -5
- package/src/components/wt-datepicker/wt-datepicker.vue +38 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,41 @@
|
|
|
1
|
+
## [v25.4.71] - 2025-04-23
|
|
2
|
+
### :sparkles: New Features
|
|
3
|
+
- [`32eadb0`](https://github.com/webitel/webitel-ui-sdk/commit/32eadb01325a0ea6c07f3fdec4814817cd980694) - update package version to 25.4.71 [WTEL-6389](https://webitel.atlassian.net/browse/WTEL-6389) *(commit by [@stanislav-kozak](https://github.com/stanislav-kozak))*
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
## [v25.4.70] - 2025-04-23
|
|
7
|
+
### :sparkles: New Features
|
|
8
|
+
- [`287b34c`](https://github.com/webitel/webitel-ui-sdk/commit/287b34c6b65c817a50caadfe9e025201d95f6671) - remove comment into styles [WTEL-6389](https://webitel.atlassian.net/browse/WTEL-6389) *(commit by [@stanislav-kozak](https://github.com/stanislav-kozak))*
|
|
9
|
+
- [`d9edade`](https://github.com/webitel/webitel-ui-sdk/commit/d9edadeb59775a42b7d30d54efc44d26ee3ef5f4) - implement validation for datepicker component [WTEL-6389](https://webitel.atlassian.net/browse/WTEL-6389) *(commit by [@stanislav-kozak](https://github.com/stanislav-kozak))*
|
|
10
|
+
- [`6314b8f`](https://github.com/webitel/webitel-ui-sdk/commit/6314b8f4e9566a1e9cf29bd1f3667ac8fddd2cd0) - type extension filter preview for datetime kind [WTEL-6702](https://webitel.atlassian.net/browse/WTEL-6702) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
|
|
11
|
+
- [`5d72440`](https://github.com/webitel/webitel-ui-sdk/commit/5d72440fa3e89770f33cebf8db70aa6bdac4728f) - type extension filter preview for bool kind [WTEL-6702](https://webitel.atlassian.net/browse/WTEL-6702) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
|
|
12
|
+
- [`714470b`](https://github.com/webitel/webitel-ui-sdk/commit/714470bbdc697bcfa656d899bb68e575fd738eac) - type extension filter preview for multiselect kind [WTEL-6702](https://webitel.atlassian.net/browse/WTEL-6702) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
|
|
13
|
+
- [`3f01c6e`](https://github.com/webitel/webitel-ui-sdk/commit/3f01c6e0c00f7106e3c6ecf7b2c7dd14219f832b) - type extension filter preview for select kind [WTEL-6702](https://webitel.atlassian.net/browse/WTEL-6702) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
|
|
14
|
+
|
|
15
|
+
### :bug: Bug Fixes
|
|
16
|
+
- [`675aa3f`](https://github.com/webitel/webitel-ui-sdk/commit/675aa3f30b31b9f4badd1662962038dafa6e7b25) - FilterConfig.ts circular deps issue [WTEL-6702](https://webitel.atlassian.net/browse/WTEL-6702) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
## [v25.4.69] - 2025-04-22
|
|
20
|
+
### :sparkles: New Features
|
|
21
|
+
- [`44c5a72`](https://github.com/webitel/webitel-ui-sdk/commit/44c5a7284a134c25bcf7c6a212993401052e2fc6) - add on-demand/WtTypeExtensionValueInput.vue, WtTypeExtensionFieldKind.ts enum and update related imports [WTEL-6702](https://webitel.atlassian.net/browse/WTEL-6702) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
|
|
22
|
+
- [`21ccd9b`](https://github.com/webitel/webitel-ui-sdk/commit/21ccd9b92a8078af63bedfb8386c7599d733d268) - ui-datalist/ written base code for extension fields filter config [WTEL-6702](https://webitel.atlassian.net/browse/WTEL-6702) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
|
|
23
|
+
- [`5c7db3f`](https://github.com/webitel/webitel-ui-sdk/commit/5c7db3fabb4cfcdf1e7558a1f04d8e6e2023bba3) - ui-datalist/ filter case-assignee FilterConfig [WTEL-6702](https://webitel.atlassian.net/browse/WTEL-6702) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
|
|
24
|
+
- [`6d6506a`](https://github.com/webitel/webitel-ui-sdk/commit/6d6506ab35b3e0db7ebc6b06b42c74d160b6cedf) - ui-datalist/ filter config form value input wrapper for all value-input components [WTEL-6702](https://webitel.atlassian.net/browse/WTEL-6702) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
|
|
25
|
+
- [`e239cc8`](https://github.com/webitel/webitel-ui-sdk/commit/e239cc892c4535550a9da9886b96fc93a9f9b121) - ui-sdk/ sysTypes.ts and typeExtensions.ts api [WTEL-6702](https://webitel.atlassian.net/browse/WTEL-6702) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
|
|
26
|
+
- [`5f304fb`](https://github.com/webitel/webitel-ui-sdk/commit/5f304fb6e29ee69b92d2879f7993cbe90fd873fd) - ui-datalist/ case assignee filter config in progress [WTEL-6702](https://webitel.atlassian.net/browse/WTEL-6702) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
|
|
27
|
+
- [`33e8e29`](https://github.com/webitel/webitel-ui-sdk/commit/33e8e294af0b3e117f2e22c036953df6da98ce54) - ui-datalist filter configs + related refactors [WTEL-6702](https://webitel.atlassian.net/browse/WTEL-6702) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
|
|
28
|
+
|
|
29
|
+
### :bug: Bug Fixes
|
|
30
|
+
- [`bda38b1`](https://github.com/webitel/webitel-ui-sdk/commit/bda38b1713e3921396f1283b37e5a5ba53794c4f) - gh release workflow [WTEL-6702](https://webitel.atlassian.net/browse/WTEL-6702) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
|
|
31
|
+
- [`cd62cfe`](https://github.com/webitel/webitel-ui-sdk/commit/cd62cfe72c6a671198a2d79acba214eb03bbc095) - save preset in filters[WTEL-6739](https://webitel.atlassian.net/browse/WTEL-6739) *(commit by [@Lera24](https://github.com/Lera24))*
|
|
32
|
+
- [`399ee8a`](https://github.com/webitel/webitel-ui-sdk/commit/399ee8a0b4f96c600a26c93fd7f7e33be67d27f8) - update @webitel/ui-sdk to version 25.4.66 and refactor component usage[WTEL-6702](https://webitel.atlassian.net/browse/WTEL-6702) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
|
|
33
|
+
|
|
34
|
+
### :recycle: Refactors
|
|
35
|
+
- [`2368684`](https://github.com/webitel/webitel-ui-sdk/commit/236868467f9f1ca30d3cbe42aa5f5c734d74a067) - gh workflows [WTEL-6702](https://webitel.atlassian.net/browse/WTEL-6702) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
|
|
36
|
+
- [`6977767`](https://github.com/webitel/webitel-ui-sdk/commit/6977767f2e67eb1e450e5b6fe0a0b554b278c426) - update filter configuration handling and improve component integration[WTEL-6702](https://webitel.atlassian.net/browse/WTEL-6702) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
|
|
37
|
+
|
|
38
|
+
|
|
1
39
|
## [v25.4.65] - 2025-04-22
|
|
2
40
|
### :sparkles: New Features
|
|
3
41
|
- [`39c20ad`](https://github.com/webitel/webitel-ui-sdk/commit/39c20ad07cee89d0c332851f41c20acce2b78c2a) - add new icon *(commit by [@liza-pohranichna](https://github.com/liza-pohranichna))*
|
|
@@ -1913,3 +1951,6 @@
|
|
|
1913
1951
|
[v25.4.62]: https://github.com/webitel/webitel-ui-sdk/compare/v25.4.61...v25.4.62
|
|
1914
1952
|
[v25.4.64]: https://github.com/webitel/webitel-ui-sdk/compare/v25.4.63...v25.4.64
|
|
1915
1953
|
[v25.4.65]: https://github.com/webitel/webitel-ui-sdk/compare/v25.4.64...v25.4.65
|
|
1954
|
+
[v25.4.69]: https://github.com/webitel/webitel-ui-sdk/compare/v25.4.65...v25.4.69
|
|
1955
|
+
[v25.4.70]: https://github.com/webitel/webitel-ui-sdk/compare/v25.4.69...v25.4.70
|
|
1956
|
+
[v25.4.71]: https://github.com/webitel/webitel-ui-sdk/compare/v25.4.70...v25.4.71
|
|
@@ -54,7 +54,13 @@ type __VLS_PublicProps = __VLS_Props & {
|
|
|
54
54
|
modelValue?: unknown;
|
|
55
55
|
};
|
|
56
56
|
declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
|
|
57
|
-
declare var
|
|
57
|
+
declare var __VLS_20: "bool", __VLS_21: {
|
|
58
|
+
defaultProps: {
|
|
59
|
+
label: string;
|
|
60
|
+
required: boolean;
|
|
61
|
+
v: object;
|
|
62
|
+
};
|
|
63
|
+
}, __VLS_32: "lookup", __VLS_33: {
|
|
58
64
|
defaultProps: {
|
|
59
65
|
value: unknown;
|
|
60
66
|
clearable: boolean;
|
|
@@ -67,7 +73,7 @@ declare var __VLS_29: "lookup", __VLS_30: {
|
|
|
67
73
|
required: boolean;
|
|
68
74
|
v: object;
|
|
69
75
|
};
|
|
70
|
-
},
|
|
76
|
+
}, __VLS_44: "list", __VLS_45: {
|
|
71
77
|
defaultProps: {
|
|
72
78
|
value: unknown;
|
|
73
79
|
multiple: boolean;
|
|
@@ -83,9 +89,11 @@ declare var __VLS_29: "lookup", __VLS_30: {
|
|
|
83
89
|
};
|
|
84
90
|
};
|
|
85
91
|
type __VLS_Slots = __VLS_PrettifyGlobal<__VLS_OmitStringIndex<typeof __VLS_ctx.$slots> & {
|
|
86
|
-
[K in NonNullable<typeof
|
|
92
|
+
[K in NonNullable<typeof __VLS_20>]?: (props: typeof __VLS_21) => any;
|
|
93
|
+
} & {
|
|
94
|
+
[K in NonNullable<typeof __VLS_32>]?: (props: typeof __VLS_33) => any;
|
|
87
95
|
} & {
|
|
88
|
-
[K in NonNullable<typeof
|
|
96
|
+
[K in NonNullable<typeof __VLS_44>]?: (props: typeof __VLS_45) => any;
|
|
89
97
|
}>;
|
|
90
98
|
declare const __VLS_self: import("vue").DefineComponent<__VLS_PublicProps, {
|
|
91
99
|
WtDatepicker: typeof WtDatepicker;
|
|
@@ -13,6 +13,7 @@ declare const __VLS_component: import("vue").DefineComponent<{}, {
|
|
|
13
13
|
clearable: boolean;
|
|
14
14
|
placeholder: string;
|
|
15
15
|
lang: string;
|
|
16
|
+
v?: Record<string, any>;
|
|
16
17
|
labelProps?: Record<string, any>;
|
|
17
18
|
disabledDates?: Record<string, any>;
|
|
18
19
|
$props: {
|
|
@@ -24,6 +25,7 @@ declare const __VLS_component: import("vue").DefineComponent<{}, {
|
|
|
24
25
|
readonly clearable?: boolean;
|
|
25
26
|
readonly placeholder?: string;
|
|
26
27
|
readonly lang?: string;
|
|
28
|
+
readonly v?: Record<string, any>;
|
|
27
29
|
readonly labelProps?: Record<string, any>;
|
|
28
30
|
readonly disabledDates?: Record<string, any>;
|
|
29
31
|
};
|
|
@@ -11,10 +11,10 @@ declare const __VLS_component: import("vue").DefineComponent<{}, {
|
|
|
11
11
|
required: boolean;
|
|
12
12
|
label: string;
|
|
13
13
|
disabled: boolean;
|
|
14
|
+
customValidators: unknown[];
|
|
14
15
|
hasShowPassword: boolean;
|
|
15
16
|
numberMin: number;
|
|
16
17
|
preventTrim: boolean;
|
|
17
|
-
customValidators: unknown[];
|
|
18
18
|
value?: string | number;
|
|
19
19
|
v?: Record<string, any>;
|
|
20
20
|
modelValue?: string | number;
|
|
@@ -27,10 +27,10 @@ declare const __VLS_component: import("vue").DefineComponent<{}, {
|
|
|
27
27
|
readonly required?: boolean;
|
|
28
28
|
readonly label?: string;
|
|
29
29
|
readonly disabled?: boolean;
|
|
30
|
+
readonly customValidators?: unknown[];
|
|
30
31
|
readonly hasShowPassword?: boolean;
|
|
31
32
|
readonly numberMin?: number;
|
|
32
33
|
readonly preventTrim?: boolean;
|
|
33
|
-
readonly customValidators?: unknown[];
|
|
34
34
|
readonly value?: string | number;
|
|
35
35
|
readonly v?: Record<string, any>;
|
|
36
36
|
readonly modelValue?: string | number;
|