@genesislcap/foundation-zero-grid-pro 14.17.0 → 14.19.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.
|
@@ -1047,15 +1047,6 @@
|
|
|
1047
1047
|
"module": "src/cell-renderers/action.renderer.ts"
|
|
1048
1048
|
}
|
|
1049
1049
|
},
|
|
1050
|
-
{
|
|
1051
|
-
"kind": "method",
|
|
1052
|
-
"name": "destroy",
|
|
1053
|
-
"privacy": "public",
|
|
1054
|
-
"inheritedFrom": {
|
|
1055
|
-
"name": "ActionRenderer",
|
|
1056
|
-
"module": "src/cell-renderers/action.renderer.ts"
|
|
1057
|
-
}
|
|
1058
|
-
},
|
|
1059
1050
|
{
|
|
1060
1051
|
"kind": "method",
|
|
1061
1052
|
"name": "refresh",
|
|
@@ -1307,15 +1298,6 @@
|
|
|
1307
1298
|
"module": "src/cell-renderers/actions-menu.renderer.ts"
|
|
1308
1299
|
}
|
|
1309
1300
|
},
|
|
1310
|
-
{
|
|
1311
|
-
"kind": "method",
|
|
1312
|
-
"name": "destroy",
|
|
1313
|
-
"privacy": "public",
|
|
1314
|
-
"inheritedFrom": {
|
|
1315
|
-
"name": "ActionsMenuRenderer",
|
|
1316
|
-
"module": "src/cell-renderers/actions-menu.renderer.ts"
|
|
1317
|
-
}
|
|
1318
|
-
},
|
|
1319
1301
|
{
|
|
1320
1302
|
"kind": "method",
|
|
1321
1303
|
"name": "refresh",
|
|
@@ -14,10 +14,10 @@ export declare class ZeroAgTextRenderer extends FoundationAgTextRenderer {
|
|
|
14
14
|
export declare const zeroAgTextRenderer: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<{
|
|
15
15
|
baseName: string;
|
|
16
16
|
styles: import("@microsoft/fast-element").ElementStyles;
|
|
17
|
-
template: import("@microsoft/fast-element").ViewTemplate<
|
|
17
|
+
template: import("@microsoft/fast-element").ViewTemplate<import("@genesislcap/grid-pro").AgTextFieldRenderer, any>;
|
|
18
18
|
}>) => import("@microsoft/fast-foundation").FoundationElementRegistry<{
|
|
19
19
|
baseName: string;
|
|
20
20
|
styles: import("@microsoft/fast-element").ElementStyles;
|
|
21
|
-
template: import("@microsoft/fast-element").ViewTemplate<
|
|
21
|
+
template: import("@microsoft/fast-element").ViewTemplate<import("@genesislcap/grid-pro").AgTextFieldRenderer, any>;
|
|
22
22
|
}, typeof ZeroAgTextRenderer>;
|
|
23
23
|
//# sourceMappingURL=text.renderer.d.ts.map
|
|
@@ -28,11 +28,11 @@ export declare const zeroGridComponents: {
|
|
|
28
28
|
zeroAgTextRenderer: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<{
|
|
29
29
|
baseName: string;
|
|
30
30
|
styles: import("@microsoft/fast-element").ElementStyles;
|
|
31
|
-
template: import("@microsoft/fast-element").ViewTemplate<import("@genesislcap/grid-pro").
|
|
31
|
+
template: import("@microsoft/fast-element").ViewTemplate<import("@genesislcap/grid-pro").AgTextFieldRenderer, any>;
|
|
32
32
|
}>) => import("@microsoft/fast-foundation").FoundationElementRegistry<{
|
|
33
33
|
baseName: string;
|
|
34
34
|
styles: import("@microsoft/fast-element").ElementStyles;
|
|
35
|
-
template: import("@microsoft/fast-element").ViewTemplate<import("@genesislcap/grid-pro").
|
|
35
|
+
template: import("@microsoft/fast-element").ViewTemplate<import("@genesislcap/grid-pro").AgTextFieldRenderer, any>;
|
|
36
36
|
}, typeof import("./cell-renderers").ZeroAgTextRenderer>;
|
|
37
37
|
zeroAgSelectRenderer: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<{
|
|
38
38
|
baseName: string;
|
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.19.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
33
|
"@custom-elements-manifest/analyzer": "^0.8.2",
|
|
34
|
-
"@genesislcap/genx": "^14.
|
|
34
|
+
"@genesislcap/genx": "^14.19.0",
|
|
35
35
|
"@module-federation/dashboard-plugin": "2.3.0",
|
|
36
36
|
"@pixability-ui/federated-types": "^0.2.0",
|
|
37
37
|
"@playwright/test": "^1.18.1",
|
|
@@ -83,11 +83,11 @@
|
|
|
83
83
|
"webpack-merge": "^5.7.3"
|
|
84
84
|
},
|
|
85
85
|
"dependencies": {
|
|
86
|
-
"@genesislcap/foundation-comms": "^14.
|
|
87
|
-
"@genesislcap/foundation-ui": "^14.
|
|
88
|
-
"@genesislcap/foundation-utils": "^14.
|
|
89
|
-
"@genesislcap/foundation-zero": "^14.
|
|
90
|
-
"@genesislcap/grid-pro": "^14.
|
|
86
|
+
"@genesislcap/foundation-comms": "^14.19.0",
|
|
87
|
+
"@genesislcap/foundation-ui": "^14.19.0",
|
|
88
|
+
"@genesislcap/foundation-utils": "^14.19.0",
|
|
89
|
+
"@genesislcap/foundation-zero": "^14.19.0",
|
|
90
|
+
"@genesislcap/grid-pro": "^14.19.0",
|
|
91
91
|
"@microsoft/fast-colors": "^5.1.4",
|
|
92
92
|
"@microsoft/fast-components": "^2.21.3",
|
|
93
93
|
"@microsoft/fast-element": "^1.7.0",
|
|
@@ -109,5 +109,5 @@
|
|
|
109
109
|
"access": "public"
|
|
110
110
|
},
|
|
111
111
|
"customElements": "dist/custom-elements.json",
|
|
112
|
-
"gitHead": "
|
|
112
|
+
"gitHead": "39baddc0d618b2ceb964f5382821d8901f5194b3"
|
|
113
113
|
}
|