@genesislcap/rapid-grid-pro 15.20.1 → 15.20.2-grid-pro-datasource-fix.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 +28 -0
- package/package.json +10 -10
|
@@ -685,6 +685,20 @@
|
|
|
685
685
|
"module": "src/grid-pro-beta.ts"
|
|
686
686
|
}
|
|
687
687
|
},
|
|
688
|
+
{
|
|
689
|
+
"kind": "field",
|
|
690
|
+
"name": "hasEmittedDatasourceReady",
|
|
691
|
+
"type": {
|
|
692
|
+
"text": "boolean"
|
|
693
|
+
},
|
|
694
|
+
"privacy": "private",
|
|
695
|
+
"default": "false",
|
|
696
|
+
"description": "Whether `onGridReady` has ever fired `datasourceEventNames.ready` at least once. A datasource\nthat connects (or restarts) after that point would otherwise miss the one-shot event entirely\n— see `handleInitialize`, which replays it directly to any datasource that inits late.",
|
|
697
|
+
"inheritedFrom": {
|
|
698
|
+
"name": "GridProBeta",
|
|
699
|
+
"module": "src/grid-pro-beta.ts"
|
|
700
|
+
}
|
|
701
|
+
},
|
|
688
702
|
{
|
|
689
703
|
"kind": "field",
|
|
690
704
|
"name": "rootEventsListeners",
|
|
@@ -2643,6 +2657,20 @@
|
|
|
2643
2657
|
"module": "src/grid-pro.ts"
|
|
2644
2658
|
}
|
|
2645
2659
|
},
|
|
2660
|
+
{
|
|
2661
|
+
"kind": "field",
|
|
2662
|
+
"name": "hasEmittedDatasourceReady",
|
|
2663
|
+
"type": {
|
|
2664
|
+
"text": "boolean"
|
|
2665
|
+
},
|
|
2666
|
+
"privacy": "private",
|
|
2667
|
+
"default": "false",
|
|
2668
|
+
"description": "Whether `onGridReady` has ever fired `datasourceEventNames.ready` at least once. A datasource\nthat connects (or restarts) after that point would otherwise miss the one-shot event entirely\n— see `handleInitialize`, which replays it directly to any datasource that inits late.",
|
|
2669
|
+
"inheritedFrom": {
|
|
2670
|
+
"name": "GridPro",
|
|
2671
|
+
"module": "src/grid-pro.ts"
|
|
2672
|
+
}
|
|
2673
|
+
},
|
|
2646
2674
|
{
|
|
2647
2675
|
"kind": "field",
|
|
2648
2676
|
"name": "_filterConfig",
|
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.20.1",
|
|
4
|
+
"version": "15.20.2-grid-pro-datasource-fix.1",
|
|
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.20.1",
|
|
41
|
-
"@genesislcap/rollup-builder": "15.20.1",
|
|
42
|
-
"@genesislcap/ts-builder": "15.20.1",
|
|
43
|
-
"@genesislcap/uvu-playwright-builder": "15.20.1",
|
|
44
|
-
"@genesislcap/vite-builder": "15.20.1",
|
|
45
|
-
"@genesislcap/webpack-builder": "15.20.1"
|
|
40
|
+
"@genesislcap/genx": "15.20.2-grid-pro-datasource-fix.1",
|
|
41
|
+
"@genesislcap/rollup-builder": "15.20.2-grid-pro-datasource-fix.1",
|
|
42
|
+
"@genesislcap/ts-builder": "15.20.2-grid-pro-datasource-fix.1",
|
|
43
|
+
"@genesislcap/uvu-playwright-builder": "15.20.2-grid-pro-datasource-fix.1",
|
|
44
|
+
"@genesislcap/vite-builder": "15.20.2-grid-pro-datasource-fix.1",
|
|
45
|
+
"@genesislcap/webpack-builder": "15.20.2-grid-pro-datasource-fix.1"
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
|
-
"@genesislcap/foundation-ui": "15.20.1",
|
|
49
|
-
"@genesislcap/grid-pro": "15.20.1",
|
|
50
|
-
"@genesislcap/rapid-design-system": "15.20.1",
|
|
48
|
+
"@genesislcap/foundation-ui": "15.20.2-grid-pro-datasource-fix.1",
|
|
49
|
+
"@genesislcap/grid-pro": "15.20.2-grid-pro-datasource-fix.1",
|
|
50
|
+
"@genesislcap/rapid-design-system": "15.20.2-grid-pro-datasource-fix.1",
|
|
51
51
|
"@microsoft/fast-colors": "5.3.1",
|
|
52
52
|
"@microsoft/fast-components": "2.30.6",
|
|
53
53
|
"@microsoft/fast-element": "1.14.0",
|