@genesislcap/foundation-zero-grid-pro 14.176.1-alpha-6ef4895.0 → 14.177.0-raise-intent.1
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/dist/custom-elements.json +0 -48
- package/package.json +11 -11
|
@@ -472,19 +472,6 @@
|
|
|
472
472
|
"module": "src/grid-pro.ts"
|
|
473
473
|
}
|
|
474
474
|
},
|
|
475
|
-
{
|
|
476
|
-
"kind": "field",
|
|
477
|
-
"name": "blockScrollingOnContextMenu",
|
|
478
|
-
"type": {
|
|
479
|
-
"text": "boolean"
|
|
480
|
-
},
|
|
481
|
-
"default": "false",
|
|
482
|
-
"description": "If true, will block scrolling when context menu is open and keep the grid in the same position without scrolling to new records",
|
|
483
|
-
"inheritedFrom": {
|
|
484
|
-
"name": "GridPro",
|
|
485
|
-
"module": "src/grid-pro.ts"
|
|
486
|
-
}
|
|
487
|
-
},
|
|
488
475
|
{
|
|
489
476
|
"kind": "field",
|
|
490
477
|
"name": "classNames",
|
|
@@ -676,28 +663,6 @@
|
|
|
676
663
|
"module": "src/grid-pro.ts"
|
|
677
664
|
}
|
|
678
665
|
},
|
|
679
|
-
{
|
|
680
|
-
"kind": "field",
|
|
681
|
-
"name": "selectedRowId",
|
|
682
|
-
"type": {
|
|
683
|
-
"text": "string"
|
|
684
|
-
},
|
|
685
|
-
"inheritedFrom": {
|
|
686
|
-
"name": "GridPro",
|
|
687
|
-
"module": "src/grid-pro.ts"
|
|
688
|
-
}
|
|
689
|
-
},
|
|
690
|
-
{
|
|
691
|
-
"kind": "field",
|
|
692
|
-
"name": "selectedColId",
|
|
693
|
-
"type": {
|
|
694
|
-
"text": "string"
|
|
695
|
-
},
|
|
696
|
-
"inheritedFrom": {
|
|
697
|
-
"name": "GridPro",
|
|
698
|
-
"module": "src/grid-pro.ts"
|
|
699
|
-
}
|
|
700
|
-
},
|
|
701
666
|
{
|
|
702
667
|
"kind": "field",
|
|
703
668
|
"name": "gridOptionsConfig",
|
|
@@ -1381,19 +1346,6 @@
|
|
|
1381
1346
|
"name": "GridPro",
|
|
1382
1347
|
"module": "src/grid-pro.ts"
|
|
1383
1348
|
}
|
|
1384
|
-
},
|
|
1385
|
-
{
|
|
1386
|
-
"name": "block-scrolling-on-context-menu",
|
|
1387
|
-
"type": {
|
|
1388
|
-
"text": "boolean"
|
|
1389
|
-
},
|
|
1390
|
-
"default": "false",
|
|
1391
|
-
"description": "If true, will block scrolling when context menu is open and keep the grid in the same position without scrolling to new records",
|
|
1392
|
-
"fieldName": "blockScrollingOnContextMenu",
|
|
1393
|
-
"inheritedFrom": {
|
|
1394
|
-
"name": "GridPro",
|
|
1395
|
-
"module": "src/grid-pro.ts"
|
|
1396
|
-
}
|
|
1397
1349
|
}
|
|
1398
1350
|
]
|
|
1399
1351
|
},
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/foundation-zero-grid-pro",
|
|
3
3
|
"description": "Genesis Foundation Zero Grid Pro",
|
|
4
|
-
"version": "14.
|
|
4
|
+
"version": "14.177.0-raise-intent.1",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -27,18 +27,18 @@
|
|
|
27
27
|
"serve": "genx serve"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
|
-
"@genesislcap/genx": "14.
|
|
31
|
-
"@genesislcap/rollup-builder": "14.
|
|
32
|
-
"@genesislcap/ts-builder": "14.
|
|
33
|
-
"@genesislcap/uvu-playwright-builder": "14.
|
|
34
|
-
"@genesislcap/vite-builder": "14.
|
|
35
|
-
"@genesislcap/webpack-builder": "14.
|
|
30
|
+
"@genesislcap/genx": "14.177.0-raise-intent.1",
|
|
31
|
+
"@genesislcap/rollup-builder": "14.177.0-raise-intent.1",
|
|
32
|
+
"@genesislcap/ts-builder": "14.177.0-raise-intent.1",
|
|
33
|
+
"@genesislcap/uvu-playwright-builder": "14.177.0-raise-intent.1",
|
|
34
|
+
"@genesislcap/vite-builder": "14.177.0-raise-intent.1",
|
|
35
|
+
"@genesislcap/webpack-builder": "14.177.0-raise-intent.1",
|
|
36
36
|
"rimraf": "^3.0.2"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@genesislcap/foundation-ui": "14.
|
|
40
|
-
"@genesislcap/foundation-zero": "14.
|
|
41
|
-
"@genesislcap/grid-pro": "14.
|
|
39
|
+
"@genesislcap/foundation-ui": "14.177.0-raise-intent.1",
|
|
40
|
+
"@genesislcap/foundation-zero": "14.177.0-raise-intent.1",
|
|
41
|
+
"@genesislcap/grid-pro": "14.177.0-raise-intent.1",
|
|
42
42
|
"@microsoft/fast-colors": "^5.3.1",
|
|
43
43
|
"@microsoft/fast-components": "^2.30.6",
|
|
44
44
|
"@microsoft/fast-element": "^1.12.0",
|
|
@@ -59,5 +59,5 @@
|
|
|
59
59
|
"access": "public"
|
|
60
60
|
},
|
|
61
61
|
"customElements": "dist/custom-elements.json",
|
|
62
|
-
"gitHead": "
|
|
62
|
+
"gitHead": "feead1717af6b7a7eeaea57c4d93d466af377c48"
|
|
63
63
|
}
|