@webitel/ui-sdk 24.12.89 → 24.12.90

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webitel/ui-sdk",
3
- "version": "24.12.89",
3
+ "version": "24.12.90",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "dev": "vite",
@@ -2,10 +2,11 @@ import IconAction from '../../enums/IconAction/IconAction.enum.js';
2
2
 
3
3
  export const tableActionsOrder = [
4
4
  IconAction.ADD,
5
- IconAction.COLUMNS,
6
5
  IconAction.COPY,
7
6
  IconAction.DOWNLOAD,
8
7
  IconAction.UPLOAD,
8
+ IconAction.COLUMNS,
9
+ IconAction.VARIABLES,
9
10
  IconAction.FILTERS,
10
11
  IconAction.REFRESH,
11
12
  IconAction.DELETE,
@@ -11,5 +11,6 @@ export const WtIconActionIconMappings = Object.freeze({
11
11
  [IconAction.COLLAPSE]: 'collapse',
12
12
  [IconAction.FILTERS]: 'filter',
13
13
  [IconAction.COLUMNS]: 'column-select',
14
+ [IconAction.VARIABLES]: 'variable-select',
14
15
  [IconAction.CLOSE]: 'close--filled',
15
16
  });
@@ -13,6 +13,7 @@ const IconAction = Object.freeze({
13
13
  COLLAPSE: 'collapse',
14
14
  EXPAND: 'expand',
15
15
  CLOSE: 'close',
16
+ VARIABLES: 'variables',
16
17
  });
17
18
 
18
19
  export default IconAction;
@@ -372,6 +372,7 @@ export default {
372
372
  [IconAction.DOWNLOAD]: ({ linked }) => linked('reusable.download'),
373
373
  [IconAction.FILTERS]: ({ linked }) => linked('reusable.filter'),
374
374
  [IconAction.COLUMNS]: 'Select columns',
375
+ [IconAction.VARIABLES]: 'Select variables columns',
375
376
  [IconAction.REFRESH]: ({ linked }) => linked('reusable.refresh'),
376
377
  [IconAction.EXPAND]: ({ linked }) => linked('reusable.expand'),
377
378
  [IconAction.COLLAPSE]: ({ linked }) => linked('reusable.collapse'),
@@ -369,6 +369,7 @@ export default {
369
369
  [IconAction.DOWNLOAD]: ({ linked }) => linked('reusable.download'),
370
370
  [IconAction.FILTERS]: ({ linked }) => linked('reusable.filter', 2),
371
371
  [IconAction.COLUMNS]: 'Добавить колонки',
372
+ [IconAction.VARIABLES]: 'Выбрать колонки с переменными',
372
373
  [IconAction.REFRESH]: ({ linked }) => linked('reusable.refresh'),
373
374
  [IconAction.EXPAND]: ({ linked }) => linked('reusable.expand'),
374
375
  [IconAction.COLLAPSE]: ({ linked }) => linked('reusable.collapse'),
@@ -369,6 +369,7 @@ export default {
369
369
  [IconAction.DOWNLOAD]: ({ linked }) => linked('reusable.download'),
370
370
  [IconAction.FILTERS]: ({ linked }) => linked('reusable.filter', 2),
371
371
  [IconAction.COLUMNS]: 'Додати колонки',
372
+ [IconAction.VARIABLES]: 'Вибрати колонки зі змінними',
372
373
  [IconAction.REFRESH]: ({ linked }) => linked('reusable.refresh'),
373
374
  [IconAction.EXPAND]: ({ linked }) => linked('reusable.expand'),
374
375
  [IconAction.COLLAPSE]: ({ linked }) => linked('reusable.collapse'),