@genesislcap/rapid-grid-pro 14.501.0 → 15.0.0-FUI-2567.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.
- package/dist/custom-elements.json +2 -144
- package/package.json +11 -11
|
@@ -464,31 +464,6 @@
|
|
|
464
464
|
"module": "src/grid-pro-beta.ts"
|
|
465
465
|
}
|
|
466
466
|
},
|
|
467
|
-
{
|
|
468
|
-
"kind": "field",
|
|
469
|
-
"name": "pagination",
|
|
470
|
-
"type": {
|
|
471
|
-
"text": "boolean"
|
|
472
|
-
},
|
|
473
|
-
"default": "false",
|
|
474
|
-
"description": "Enable pagination for the grid.",
|
|
475
|
-
"inheritedFrom": {
|
|
476
|
-
"name": "GridProBeta",
|
|
477
|
-
"module": "src/grid-pro-beta.ts"
|
|
478
|
-
}
|
|
479
|
-
},
|
|
480
|
-
{
|
|
481
|
-
"kind": "field",
|
|
482
|
-
"name": "paginationPageSize",
|
|
483
|
-
"type": {
|
|
484
|
-
"text": "number"
|
|
485
|
-
},
|
|
486
|
-
"description": "Number of rows per page when pagination is enabled.",
|
|
487
|
-
"inheritedFrom": {
|
|
488
|
-
"name": "GridProBeta",
|
|
489
|
-
"module": "src/grid-pro-beta.ts"
|
|
490
|
-
}
|
|
491
|
-
},
|
|
492
467
|
{
|
|
493
468
|
"kind": "field",
|
|
494
469
|
"name": "statusBarConfig",
|
|
@@ -1337,29 +1312,7 @@
|
|
|
1337
1312
|
},
|
|
1338
1313
|
{
|
|
1339
1314
|
"kind": "method",
|
|
1340
|
-
"name": "
|
|
1341
|
-
"privacy": "private",
|
|
1342
|
-
"return": {
|
|
1343
|
-
"type": {
|
|
1344
|
-
"text": "void"
|
|
1345
|
-
}
|
|
1346
|
-
},
|
|
1347
|
-
"parameters": [
|
|
1348
|
-
{
|
|
1349
|
-
"name": "statusPanels",
|
|
1350
|
-
"type": {
|
|
1351
|
-
"text": "any[]"
|
|
1352
|
-
}
|
|
1353
|
-
}
|
|
1354
|
-
],
|
|
1355
|
-
"inheritedFrom": {
|
|
1356
|
-
"name": "GridProBeta",
|
|
1357
|
-
"module": "src/grid-pro-beta.ts"
|
|
1358
|
-
}
|
|
1359
|
-
},
|
|
1360
|
-
{
|
|
1361
|
-
"kind": "method",
|
|
1362
|
-
"name": "setupPaginationAndStatusBar",
|
|
1315
|
+
"name": "setupStatusBar",
|
|
1363
1316
|
"privacy": "protected",
|
|
1364
1317
|
"parameters": [
|
|
1365
1318
|
{
|
|
@@ -1661,30 +1614,6 @@
|
|
|
1661
1614
|
"module": "src/grid-pro-beta.ts"
|
|
1662
1615
|
}
|
|
1663
1616
|
},
|
|
1664
|
-
{
|
|
1665
|
-
"type": {
|
|
1666
|
-
"text": "boolean"
|
|
1667
|
-
},
|
|
1668
|
-
"default": "false",
|
|
1669
|
-
"description": "Enable pagination for the grid.",
|
|
1670
|
-
"fieldName": "pagination",
|
|
1671
|
-
"inheritedFrom": {
|
|
1672
|
-
"name": "GridProBeta",
|
|
1673
|
-
"module": "src/grid-pro-beta.ts"
|
|
1674
|
-
}
|
|
1675
|
-
},
|
|
1676
|
-
{
|
|
1677
|
-
"name": "pagination-page-size",
|
|
1678
|
-
"type": {
|
|
1679
|
-
"text": "number"
|
|
1680
|
-
},
|
|
1681
|
-
"description": "Number of rows per page when pagination is enabled.",
|
|
1682
|
-
"fieldName": "paginationPageSize",
|
|
1683
|
-
"inheritedFrom": {
|
|
1684
|
-
"name": "GridProBeta",
|
|
1685
|
-
"module": "src/grid-pro-beta.ts"
|
|
1686
|
-
}
|
|
1687
|
-
},
|
|
1688
1617
|
{
|
|
1689
1618
|
"name": "with-status-bar",
|
|
1690
1619
|
"type": {
|
|
@@ -2420,31 +2349,6 @@
|
|
|
2420
2349
|
"module": "src/grid-pro.ts"
|
|
2421
2350
|
}
|
|
2422
2351
|
},
|
|
2423
|
-
{
|
|
2424
|
-
"kind": "field",
|
|
2425
|
-
"name": "pagination",
|
|
2426
|
-
"type": {
|
|
2427
|
-
"text": "boolean"
|
|
2428
|
-
},
|
|
2429
|
-
"default": "false",
|
|
2430
|
-
"description": "Enable pagination for the grid.",
|
|
2431
|
-
"inheritedFrom": {
|
|
2432
|
-
"name": "GridPro",
|
|
2433
|
-
"module": "src/grid-pro.ts"
|
|
2434
|
-
}
|
|
2435
|
-
},
|
|
2436
|
-
{
|
|
2437
|
-
"kind": "field",
|
|
2438
|
-
"name": "paginationPageSize",
|
|
2439
|
-
"type": {
|
|
2440
|
-
"text": "number"
|
|
2441
|
-
},
|
|
2442
|
-
"description": "Number of rows per page when pagination is enabled.",
|
|
2443
|
-
"inheritedFrom": {
|
|
2444
|
-
"name": "GridPro",
|
|
2445
|
-
"module": "src/grid-pro.ts"
|
|
2446
|
-
}
|
|
2447
|
-
},
|
|
2448
2352
|
{
|
|
2449
2353
|
"kind": "field",
|
|
2450
2354
|
"name": "statusBarConfig",
|
|
@@ -3291,29 +3195,7 @@
|
|
|
3291
3195
|
},
|
|
3292
3196
|
{
|
|
3293
3197
|
"kind": "method",
|
|
3294
|
-
"name": "
|
|
3295
|
-
"privacy": "private",
|
|
3296
|
-
"return": {
|
|
3297
|
-
"type": {
|
|
3298
|
-
"text": "void"
|
|
3299
|
-
}
|
|
3300
|
-
},
|
|
3301
|
-
"parameters": [
|
|
3302
|
-
{
|
|
3303
|
-
"name": "statusPanels",
|
|
3304
|
-
"type": {
|
|
3305
|
-
"text": "any[]"
|
|
3306
|
-
}
|
|
3307
|
-
}
|
|
3308
|
-
],
|
|
3309
|
-
"inheritedFrom": {
|
|
3310
|
-
"name": "GridPro",
|
|
3311
|
-
"module": "src/grid-pro.ts"
|
|
3312
|
-
}
|
|
3313
|
-
},
|
|
3314
|
-
{
|
|
3315
|
-
"kind": "method",
|
|
3316
|
-
"name": "setupPaginationAndStatusBar",
|
|
3198
|
+
"name": "setupStatusBar",
|
|
3317
3199
|
"privacy": "protected",
|
|
3318
3200
|
"parameters": [
|
|
3319
3201
|
{
|
|
@@ -3843,30 +3725,6 @@
|
|
|
3843
3725
|
"module": "src/grid-pro.ts"
|
|
3844
3726
|
}
|
|
3845
3727
|
},
|
|
3846
|
-
{
|
|
3847
|
-
"type": {
|
|
3848
|
-
"text": "boolean"
|
|
3849
|
-
},
|
|
3850
|
-
"default": "false",
|
|
3851
|
-
"description": "Enable pagination for the grid.",
|
|
3852
|
-
"fieldName": "pagination",
|
|
3853
|
-
"inheritedFrom": {
|
|
3854
|
-
"name": "GridPro",
|
|
3855
|
-
"module": "src/grid-pro.ts"
|
|
3856
|
-
}
|
|
3857
|
-
},
|
|
3858
|
-
{
|
|
3859
|
-
"name": "pagination-page-size",
|
|
3860
|
-
"type": {
|
|
3861
|
-
"text": "number"
|
|
3862
|
-
},
|
|
3863
|
-
"description": "Number of rows per page when pagination is enabled.",
|
|
3864
|
-
"fieldName": "paginationPageSize",
|
|
3865
|
-
"inheritedFrom": {
|
|
3866
|
-
"name": "GridPro",
|
|
3867
|
-
"module": "src/grid-pro.ts"
|
|
3868
|
-
}
|
|
3869
|
-
},
|
|
3870
3728
|
{
|
|
3871
3729
|
"name": "with-status-bar",
|
|
3872
3730
|
"type": {
|
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": "
|
|
4
|
+
"version": "15.0.0-FUI-2567.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": "
|
|
41
|
-
"@genesislcap/rollup-builder": "
|
|
42
|
-
"@genesislcap/ts-builder": "
|
|
43
|
-
"@genesislcap/uvu-playwright-builder": "
|
|
44
|
-
"@genesislcap/vite-builder": "
|
|
45
|
-
"@genesislcap/webpack-builder": "
|
|
40
|
+
"@genesislcap/genx": "15.0.0-FUI-2567.2",
|
|
41
|
+
"@genesislcap/rollup-builder": "15.0.0-FUI-2567.2",
|
|
42
|
+
"@genesislcap/ts-builder": "15.0.0-FUI-2567.2",
|
|
43
|
+
"@genesislcap/uvu-playwright-builder": "15.0.0-FUI-2567.2",
|
|
44
|
+
"@genesislcap/vite-builder": "15.0.0-FUI-2567.2",
|
|
45
|
+
"@genesislcap/webpack-builder": "15.0.0-FUI-2567.2"
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
|
-
"@genesislcap/foundation-ui": "
|
|
49
|
-
"@genesislcap/grid-pro": "
|
|
50
|
-
"@genesislcap/rapid-design-system": "
|
|
48
|
+
"@genesislcap/foundation-ui": "15.0.0-FUI-2567.2",
|
|
49
|
+
"@genesislcap/grid-pro": "15.0.0-FUI-2567.2",
|
|
50
|
+
"@genesislcap/rapid-design-system": "15.0.0-FUI-2567.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",
|
|
@@ -80,5 +80,5 @@
|
|
|
80
80
|
"require": "./dist/react.cjs"
|
|
81
81
|
}
|
|
82
82
|
},
|
|
83
|
-
"gitHead": "
|
|
83
|
+
"gitHead": "2f496cecd7d9286db8969194da4e1aed73877ca1"
|
|
84
84
|
}
|