@genesislcap/rapid-grid-pro 15.30.0 → 15.30.2

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.
@@ -376,11 +376,11 @@
376
376
  },
377
377
  {
378
378
  "kind": "field",
379
- "name": "canDrag",
379
+ "name": "canReorderInPanel",
380
380
  "type": {
381
381
  "text": "boolean"
382
382
  },
383
- "description": "Drag reorder / grid drop disabled while search filter is active.",
383
+ "description": "Panel reorder disabled while search filter is active.",
384
384
  "readonly": true,
385
385
  "inheritedFrom": {
386
386
  "name": "ColumnSelection",
@@ -8146,21 +8146,6 @@
8146
8146
  }
8147
8147
  ]
8148
8148
  },
8149
- {
8150
- "kind": "javascript-module",
8151
- "path": "src/themes/index.ts",
8152
- "declarations": [],
8153
- "exports": [
8154
- {
8155
- "kind": "js",
8156
- "name": "*",
8157
- "declaration": {
8158
- "name": "*",
8159
- "package": "./genesis-rapid/ag-theme-genesis-rapid"
8160
- }
8161
- }
8162
- ]
8163
- },
8164
8149
  {
8165
8150
  "kind": "javascript-module",
8166
8151
  "path": "src/style/colors.ts",
@@ -8408,6 +8393,21 @@
8408
8393
  }
8409
8394
  ]
8410
8395
  },
8396
+ {
8397
+ "kind": "javascript-module",
8398
+ "path": "src/themes/index.ts",
8399
+ "declarations": [],
8400
+ "exports": [
8401
+ {
8402
+ "kind": "js",
8403
+ "name": "*",
8404
+ "declaration": {
8405
+ "name": "*",
8406
+ "package": "./genesis-rapid/ag-theme-genesis-rapid"
8407
+ }
8408
+ }
8409
+ ]
8410
+ },
8411
8411
  {
8412
8412
  "kind": "javascript-module",
8413
8413
  "path": "src/themes/genesis-rapid/ag-theme-genesis-rapid-css.ts",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/rapid-grid-pro",
3
3
  "description": "Genesis Rapid Grid Pro",
4
- "version": "15.30.0",
4
+ "version": "15.30.2",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -37,17 +37,17 @@
37
37
  }
38
38
  },
39
39
  "devDependencies": {
40
- "@genesislcap/genx": "15.30.0",
41
- "@genesislcap/rollup-builder": "15.30.0",
42
- "@genesislcap/ts-builder": "15.30.0",
43
- "@genesislcap/uvu-playwright-builder": "15.30.0",
44
- "@genesislcap/vite-builder": "15.30.0",
45
- "@genesislcap/webpack-builder": "15.30.0"
40
+ "@genesislcap/genx": "15.30.2",
41
+ "@genesislcap/rollup-builder": "15.30.2",
42
+ "@genesislcap/ts-builder": "15.30.2",
43
+ "@genesislcap/uvu-playwright-builder": "15.30.2",
44
+ "@genesislcap/vite-builder": "15.30.2",
45
+ "@genesislcap/webpack-builder": "15.30.2"
46
46
  },
47
47
  "dependencies": {
48
- "@genesislcap/foundation-ui": "15.30.0",
49
- "@genesislcap/grid-pro": "15.30.0",
50
- "@genesislcap/rapid-design-system": "15.30.0",
48
+ "@genesislcap/foundation-ui": "15.30.2",
49
+ "@genesislcap/grid-pro": "15.30.2",
50
+ "@genesislcap/rapid-design-system": "15.30.2",
51
51
  "@microsoft/fast-colors": "5.3.1",
52
52
  "@microsoft/fast-components": "2.30.6",
53
53
  "@microsoft/fast-element": "1.14.0",