@platforma-sdk/ui-vue 1.22.64 → 1.22.82

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": "@platforma-sdk/ui-vue",
3
- "version": "1.22.64",
3
+ "version": "1.22.82",
4
4
  "type": "module",
5
5
  "main": "dist/lib.umd.cjs",
6
6
  "module": "dist/lib.js",
@@ -23,15 +23,15 @@
23
23
  "canonicalize": "~2.0.0",
24
24
  "ag-grid-enterprise": "^33.0.4",
25
25
  "ag-grid-vue3": "^33.0.4",
26
- "@platforma-sdk/model": "^1.22.59",
27
- "@milaboratories/uikit": "^2.2.58"
26
+ "@milaboratories/uikit": "^2.2.59",
27
+ "@platforma-sdk/model": "^1.22.59"
28
28
  },
29
29
  "devDependencies": {
30
30
  "@faker-js/faker": "^9.2.0",
31
- "@types/lodash": "^4.17.13",
31
+ "@types/lodash": "^4.17.16",
32
32
  "@types/node": "~20.16.15",
33
33
  "@vitejs/plugin-vue": "^5.2.1",
34
- "@vueuse/core": "^12.4.0",
34
+ "@vueuse/core": "~12.4.0",
35
35
  "canonicalize": "~2.0.0",
36
36
  "happy-dom": "^15.11.7",
37
37
  "lodash": "^4.17.15",
@@ -45,8 +45,8 @@
45
45
  "semver": "^7.6.3",
46
46
  "@types/semver": "^7.5.8",
47
47
  "rollup-plugin-sourcemaps2": "^0.5.0",
48
- "@milaboratories/eslint-config": "^1.0.1",
49
- "@milaboratories/helpers": "^1.6.11"
48
+ "@milaboratories/helpers": "^1.6.11",
49
+ "@milaboratories/eslint-config": "^1.0.1"
50
50
  },
51
51
  "scripts": {
52
52
  "test": "vitest run --passWithNoTests",
@@ -22,6 +22,8 @@ const icon = computed<MaskIconName16>(() => {
22
22
  return 'calendar';
23
23
  case 'Duration':
24
24
  return 'time';
25
+ case 'Progress':
26
+ return 'progress';
25
27
  default:
26
28
  throw Error(`unsupported data type: ${type satisfies never} for PlAgColumnHeader component. Column ${props.params.column.getColId()}`);
27
29
  }
@@ -1,3 +1,3 @@
1
- export type PlAgHeaderComponentType = 'Text' | 'Number' | 'File' | 'Date' | 'Duration';
1
+ export type PlAgHeaderComponentType = 'Text' | 'Number' | 'File' | 'Date' | 'Duration' | 'Progress';
2
2
 
3
3
  export type PlAgHeaderComponentParams = { type?: PlAgHeaderComponentType };
@@ -6,7 +6,7 @@
6
6
  right: 12px;
7
7
  width: 256px;
8
8
  height: auto;
9
- z-index: 17;
9
+ z-index: 87;
10
10
 
11
11
  &__content {
12
12
  display: flex;