@genesislcap/rapid-grid-pro 14.168.0 → 14.169.0
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.
|
@@ -53,8 +53,7 @@
|
|
|
53
53
|
"declarations": [
|
|
54
54
|
{
|
|
55
55
|
"kind": "variable",
|
|
56
|
-
"name": "rapidGridProTemplate"
|
|
57
|
-
"default": "gridProTemplate"
|
|
56
|
+
"name": "rapidGridProTemplate"
|
|
58
57
|
}
|
|
59
58
|
],
|
|
60
59
|
"exports": [
|
|
@@ -231,6 +230,18 @@
|
|
|
231
230
|
"module": "src/grid-pro.ts"
|
|
232
231
|
}
|
|
233
232
|
},
|
|
233
|
+
{
|
|
234
|
+
"kind": "field",
|
|
235
|
+
"name": "gridErrorItems",
|
|
236
|
+
"type": {
|
|
237
|
+
"text": "GridProErrorItem<GridProErrorEvent['detail']>[]"
|
|
238
|
+
},
|
|
239
|
+
"default": "[]",
|
|
240
|
+
"inheritedFrom": {
|
|
241
|
+
"name": "GridPro",
|
|
242
|
+
"module": "src/grid-pro.ts"
|
|
243
|
+
}
|
|
244
|
+
},
|
|
234
245
|
{
|
|
235
246
|
"kind": "field",
|
|
236
247
|
"name": "statePersistence",
|
|
@@ -579,6 +590,19 @@
|
|
|
579
590
|
"module": "src/grid-pro.ts"
|
|
580
591
|
}
|
|
581
592
|
},
|
|
593
|
+
{
|
|
594
|
+
"kind": "field",
|
|
595
|
+
"name": "rootEventsListeners",
|
|
596
|
+
"type": {
|
|
597
|
+
"text": "GridProEventsListeners"
|
|
598
|
+
},
|
|
599
|
+
"privacy": "private",
|
|
600
|
+
"default": "[]",
|
|
601
|
+
"inheritedFrom": {
|
|
602
|
+
"name": "GridPro",
|
|
603
|
+
"module": "src/grid-pro.ts"
|
|
604
|
+
}
|
|
605
|
+
},
|
|
582
606
|
{
|
|
583
607
|
"kind": "field",
|
|
584
608
|
"name": "gridEventsQueue",
|
|
@@ -694,6 +718,38 @@
|
|
|
694
718
|
"module": "src/grid-pro.ts"
|
|
695
719
|
}
|
|
696
720
|
},
|
|
721
|
+
{
|
|
722
|
+
"kind": "method",
|
|
723
|
+
"name": "handleError",
|
|
724
|
+
"privacy": "private",
|
|
725
|
+
"parameters": [
|
|
726
|
+
{
|
|
727
|
+
"name": "type",
|
|
728
|
+
"type": {
|
|
729
|
+
"text": "GridProErrorTypes"
|
|
730
|
+
}
|
|
731
|
+
},
|
|
732
|
+
{
|
|
733
|
+
"name": "event",
|
|
734
|
+
"type": {
|
|
735
|
+
"text": "GridProErrorEvent"
|
|
736
|
+
}
|
|
737
|
+
}
|
|
738
|
+
],
|
|
739
|
+
"inheritedFrom": {
|
|
740
|
+
"name": "GridPro",
|
|
741
|
+
"module": "src/grid-pro.ts"
|
|
742
|
+
}
|
|
743
|
+
},
|
|
744
|
+
{
|
|
745
|
+
"kind": "method",
|
|
746
|
+
"name": "hideDatasourceError",
|
|
747
|
+
"privacy": "private",
|
|
748
|
+
"inheritedFrom": {
|
|
749
|
+
"name": "GridPro",
|
|
750
|
+
"module": "src/grid-pro.ts"
|
|
751
|
+
}
|
|
752
|
+
},
|
|
697
753
|
{
|
|
698
754
|
"kind": "method",
|
|
699
755
|
"name": "combineAllGridComponents",
|
|
@@ -100,12 +100,12 @@ export declare const rapidGridComponents: {
|
|
|
100
100
|
rapidGridPro: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<{
|
|
101
101
|
shadowOptions: any;
|
|
102
102
|
baseName: string;
|
|
103
|
-
template: import("@microsoft/fast-element").ViewTemplate<
|
|
103
|
+
template: import("@microsoft/fast-element").ViewTemplate<import("@genesislcap/grid-pro").GridPro, any>;
|
|
104
104
|
styles: import("@microsoft/fast-element").ElementStyles;
|
|
105
105
|
}>) => import("@microsoft/fast-foundation").FoundationElementRegistry<{
|
|
106
106
|
shadowOptions: any;
|
|
107
107
|
baseName: string;
|
|
108
|
-
template: import("@microsoft/fast-element").ViewTemplate<
|
|
108
|
+
template: import("@microsoft/fast-element").ViewTemplate<import("@genesislcap/grid-pro").GridPro, any>;
|
|
109
109
|
styles: import("@microsoft/fast-element").ElementStyles;
|
|
110
110
|
}, typeof import("./grid-pro").RapidGridPro>;
|
|
111
111
|
register(container?: Container, ...rest: any[]): void;
|
package/dist/dts/grid-pro.d.ts
CHANGED
|
@@ -23,12 +23,12 @@ export declare const rapidDefaultGridProConfig: {
|
|
|
23
23
|
export declare const rapidGridPro: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<{
|
|
24
24
|
shadowOptions: any;
|
|
25
25
|
baseName: string;
|
|
26
|
-
template: import("@microsoft/fast-element").ViewTemplate<
|
|
26
|
+
template: import("@microsoft/fast-element").ViewTemplate<GridPro, any>;
|
|
27
27
|
styles: import("@microsoft/fast-element").ElementStyles;
|
|
28
28
|
}>) => import("@microsoft/fast-foundation").FoundationElementRegistry<{
|
|
29
29
|
shadowOptions: any;
|
|
30
30
|
baseName: string;
|
|
31
|
-
template: import("@microsoft/fast-element").ViewTemplate<
|
|
31
|
+
template: import("@microsoft/fast-element").ViewTemplate<GridPro, any>;
|
|
32
32
|
styles: import("@microsoft/fast-element").ElementStyles;
|
|
33
33
|
}, typeof RapidGridPro>;
|
|
34
34
|
//# sourceMappingURL=grid-pro.d.ts.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const rapidGridProTemplate: import("@microsoft/fast-element").ViewTemplate<
|
|
1
|
+
export declare const rapidGridProTemplate: import("@microsoft/fast-element").ViewTemplate<import("@genesislcap/grid-pro").GridPro, any>;
|
|
2
2
|
//# sourceMappingURL=grid-pro.template.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"grid-pro.template.d.ts","sourceRoot":"","sources":["../../src/grid-pro.template.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,oBAAoB,
|
|
1
|
+
{"version":3,"file":"grid-pro.template.d.ts","sourceRoot":"","sources":["../../src/grid-pro.template.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,oBAAoB,8FAA8B,CAAC"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export const rapidGridProTemplate =
|
|
1
|
+
import { getGridProTemplate } from '@genesislcap/grid-pro';
|
|
2
|
+
export const rapidGridProTemplate = getGridProTemplate('rapid');
|
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": "14.
|
|
4
|
+
"version": "14.169.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -27,19 +27,19 @@
|
|
|
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.169.0",
|
|
31
|
+
"@genesislcap/rollup-builder": "14.169.0",
|
|
32
|
+
"@genesislcap/ts-builder": "14.169.0",
|
|
33
|
+
"@genesislcap/uvu-playwright-builder": "14.169.0",
|
|
34
|
+
"@genesislcap/vite-builder": "14.169.0",
|
|
35
|
+
"@genesislcap/webpack-builder": "14.169.0",
|
|
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.
|
|
42
|
-
"@genesislcap/rapid-design-system": "14.
|
|
39
|
+
"@genesislcap/foundation-ui": "14.169.0",
|
|
40
|
+
"@genesislcap/foundation-zero": "14.169.0",
|
|
41
|
+
"@genesislcap/grid-pro": "14.169.0",
|
|
42
|
+
"@genesislcap/rapid-design-system": "14.169.0",
|
|
43
43
|
"@microsoft/fast-colors": "^5.3.1",
|
|
44
44
|
"@microsoft/fast-components": "^2.30.6",
|
|
45
45
|
"@microsoft/fast-element": "^1.12.0",
|
|
@@ -60,5 +60,5 @@
|
|
|
60
60
|
"access": "public"
|
|
61
61
|
},
|
|
62
62
|
"customElements": "dist/custom-elements.json",
|
|
63
|
-
"gitHead": "
|
|
63
|
+
"gitHead": "59695045bb3be9f8f42679be27fc88cd911e5136"
|
|
64
64
|
}
|