@webitel/ui-sdk 24.12.62 → 24.12.63

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 CHANGED
@@ -1,3 +1,26 @@
1
+ ## [v24.12.62] - 2025-01-20
2
+ ### :sparkles: New Features
3
+ - [`3d964e5`](https://github.com/webitel/webitel-ui-sdk/commit/3d964e55db419955998185bb045516a84f300fe9) - implement list mode for display tree data, update docs for tree component. Implement description for props [WTEL-5598](https://webitel.atlassian.net/browse/WTEL-5598)
4
+ - [`b0f186b`](https://github.com/webitel/webitel-ui-sdk/commit/b0f186b635d6ad05762c48db8a2942007f65ca0f) - update formated component code [WTEL-5598](https://webitel.atlassian.net/browse/WTEL-5598)
5
+ - [`d751692`](https://github.com/webitel/webitel-ui-sdk/commit/d7516923032a1e996e91b24ca72684f11300629c) - implement WtTree unit test for check render [WTEL-5598](https://webitel.atlassian.net/browse/WTEL-5598)
6
+ - [`11154f1`](https://github.com/webitel/webitel-ui-sdk/commit/11154f1f08a4cd507a0b86d15cbfbe676a1d492e) - update package version [WTEL-5598](https://webitel.atlassian.net/browse/WTEL-5598)
7
+ - [`df60e44`](https://github.com/webitel/webitel-ui-sdk/commit/df60e4423adae0e12b49256b9257614d490e0a2b) - implement docs with example usage wt-tree table [WTEL-5598](https://webitel.atlassian.net/browse/WTEL-5598)
8
+ - [`47e6d78`](https://github.com/webitel/webitel-ui-sdk/commit/47e6d7872a346485f62400de36708dcdcde11c6c) - implement component wt-tree, update wt-tree-line, implement v-model for wt-tree and wt-tree-line. Update expansion panel add background props [WTEL-5569](https://webitel.atlassian.net/browse/WTEL-5569)
9
+ - [`003edb5`](https://github.com/webitel/webitel-ui-sdk/commit/003edb51b3bcfaf7cd7938943f54db85c2cf953f) - commit playground for continue work in another device [WTEL-5598](https://webitel.atlassian.net/browse/WTEL-5598)
10
+ - [`505414b`](https://github.com/webitel/webitel-ui-sdk/commit/505414b9dd59c2a504f2671fbbd8aaa5edb68744) - implement basic comonent wt-tree for display data with tree structure. Implement wt-tree-line, implement icons for display tree [WTEL-5598](https://webitel.atlassian.net/browse/WTEL-5598)
11
+
12
+ ### :bug: Bug Fixes
13
+ - [`40f2131`](https://github.com/webitel/webitel-ui-sdk/commit/40f2131e1224939950b4ab6e621413c4ac059f72) - update example tree. Update wt-tree-line [WTEL-5598](https://webitel.atlassian.net/browse/WTEL-5598)
14
+ - [`7bc5413`](https://github.com/webitel/webitel-ui-sdk/commit/7bc5413c00cd959ff60527022b0d8f14c7e3be47) - add wtTree component to index js [WTEL-5598](https://webitel.atlassian.net/browse/WTEL-5598)
15
+ - [`0114b51`](https://github.com/webitel/webitel-ui-sdk/commit/0114b516e3160bc5a4a97ea92d3ed17741be58a5) - update package version [WTEL-5598](https://webitel.atlassian.net/browse/WTEL-5598)
16
+ - [`c5d75b2`](https://github.com/webitel/webitel-ui-sdk/commit/c5d75b287d6718ca895265b99c9b47e158498c27) - implement show items by searched props. Implement select [WTEL-5598](https://webitel.atlassian.net/browse/WTEL-5598)
17
+ - [`c148312`](https://github.com/webitel/webitel-ui-sdk/commit/c148312a54c65afa9bf1681cf746da5ec3dd8b49) - Remove hideTitle from expansion panel
18
+ - [`7281a3d`](https://github.com/webitel/webitel-ui-sdk/commit/7281a3d39d0275767dfe41e255a0d33cf52db158) - Resolve merge conflicts
19
+ - [`39e07d1`](https://github.com/webitel/webitel-ui-sdk/commit/39e07d1c7a332608bbc23806ac837c53a15d1a9d) - remove hide title props from wt-expansion-panel
20
+ - [`007f277`](https://github.com/webitel/webitel-ui-sdk/commit/007f277705d12a0d1e8b6eddad8c91c43a8e3364) - update package version [WTEL-5598](https://webitel.atlassian.net/browse/WTEL-5598)
21
+ - [`50d1793`](https://github.com/webitel/webitel-ui-sdk/commit/50d17931faba19769e756afb8de90ddbcbe8bc20) - fix code style in wt-tree and wt-tree-line components [WTEL-5598](https://webitel.atlassian.net/browse/WTEL-5598)
22
+
23
+
1
24
  ## [v24.12.61] - 2025-01-17
2
25
  ### :sparkles: New Features
3
26
  - [`c074fb9`](https://github.com/webitel/webitel-ui-sdk/commit/c074fb90d58d52bc60098649c4e0429ece82de09) - added wt-select `useValueFromOptionsByProp` feature support to array values, +fixes [WTEL-5916](https://webitel.atlassian.net/browse/WTEL-5916) *(commit by [@dlohvinov](https://github.com/dlohvinov))*
@@ -794,3 +817,4 @@
794
817
  [v24.12.56]: https://github.com/webitel/webitel-ui-sdk/compare/v24.12.55...v24.12.56
795
818
  [v24.12.59]: https://github.com/webitel/webitel-ui-sdk/compare/v24.12.58...v24.12.59
796
819
  [v24.12.61]: https://github.com/webitel/webitel-ui-sdk/compare/v24.12.60...v24.12.61
820
+ [v24.12.62]: https://github.com/webitel/webitel-ui-sdk/compare/v24.12.61...v24.12.62
@@ -0,0 +1,5 @@
1
+ <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M6.80054 10C6.80054 9.44772 7.24825 9 7.80054 9H15.8005C16.3528 9 16.8005 9.44772 16.8005 10C16.8005 10.5523 16.3528 11 15.8005 11H7.80054C7.24825 11 6.80054 10.5523 6.80054 10Z"/>
3
+ <path d="M7.80054 13C7.24825 13 6.80054 13.4477 6.80054 14C6.80054 14.5523 7.24825 15 7.80054 15H15.8005C16.3528 15 16.8005 14.5523 16.8005 14C16.8005 13.4477 16.3528 13 15.8005 13H7.80054Z"/>
4
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M8.14676 21.3111C11.7353 22.7173 15.9725 21.9707 18.8721 19.0711C22.7773 15.1658 22.7773 8.83418 18.8721 4.92893C14.9669 1.02369 8.6352 1.02369 4.72996 4.92893C1.83037 7.82852 1.08368 12.0658 2.4899 15.6543C2.80314 16.4536 2.47133 18.8022 2.19383 20.3804C2.06808 21.0955 2.7055 21.7329 3.42064 21.6072C4.9988 21.3297 7.34742 20.9979 8.14676 21.3111ZM17.4579 6.34315C14.3337 3.21895 9.26837 3.21895 6.14417 6.34315C3.8267 8.66062 3.22539 12.0495 4.35203 14.9246C4.56348 15.4641 4.60441 16.0523 4.61423 16.4598C4.62533 16.9206 4.59833 17.4201 4.55556 17.9021C4.51101 18.4041 4.44555 18.9274 4.37293 19.4281C4.87365 19.3555 5.39689 19.29 5.89895 19.2455C6.38088 19.2027 6.88042 19.1757 7.34117 19.1868C7.74876 19.1966 8.33689 19.2375 8.87647 19.449C11.7515 20.5756 15.1404 19.9743 17.4579 17.6569C20.5821 14.5327 20.5821 9.46734 17.4579 6.34315Z"/>
5
+ </svg>
@@ -63,6 +63,7 @@ import close from './close.svg';
63
63
  import closeFilled from './close--filled.svg';
64
64
  import collapse from './collapse.svg';
65
65
  import columnSelect from './column-select.svg';
66
+ import comment from './comment.svg';
66
67
  import conference from './conference.svg';
67
68
  import contacts from './contacts.svg';
68
69
  import copy from './copy.svg';
@@ -179,11 +180,11 @@ import sttSearch from './stt-search.svg';
179
180
  import telegramBot from './telegram-bot.svg';
180
181
  import tick from './tick.svg';
181
182
  import treeCollapse from './tree-collapse.svg';
182
- import treeExpand from './tree-expand.svg';
183
- import ttsDownload from './tts-download.svg';
184
- import treeLine from './tree-line.svg';
185
183
  import treeCorner from './tree-corner.svg';
186
184
  import treeCross from './tree-cross.svg';
185
+ import treeExpand from './tree-expand.svg';
186
+ import treeLine from './tree-line.svg';
187
+ import ttsDownload from './tts-download.svg';
187
188
  import undo from './undo.svg';
188
189
  import unpin from './unpin.svg';
189
190
  import upload from './upload.svg';
@@ -269,6 +270,7 @@ export default objCamelToKebab({
269
270
  minus,
270
271
  collapse,
271
272
  columnSelect,
273
+ comment,
272
274
  variableSelect,
273
275
  contacts,
274
276
  copy,