@genesislcap/grid-pro 14.283.3-alpha-a7ef75d.0 → 14.284.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 +15 -0
- package/dist/dts/cell-renderers/status-pill.renderer.d.ts +9 -0
- package/dist/dts/cell-renderers/status-pill.renderer.d.ts.map +1 -1
- package/dist/dts/grid-components.d.ts +2 -0
- package/dist/dts/grid-components.d.ts.map +1 -1
- package/dist/esm/cell-renderers/status-pill.renderer.js +14 -1
- package/dist/grid-pro.api.json +71 -7
- package/dist/grid-pro.d.ts +12 -0
- package/docs/api/grid-pro.agstatuspillrendererstyles.md +13 -0
- package/docs/api/grid-pro.foundationgridcomponents.md +2 -0
- package/docs/api/grid-pro.foundationstatuspillrenderer.md +2 -0
- package/docs/api/grid-pro.md +1 -0
- package/docs/api/grid-pro.statuspillrendererparams.md +2 -0
- package/docs/api-report.md +9 -0
- package/package.json +13 -13
|
@@ -4963,6 +4963,13 @@
|
|
|
4963
4963
|
"kind": "javascript-module",
|
|
4964
4964
|
"path": "src/cell-renderers/status-pill.renderer.ts",
|
|
4965
4965
|
"declarations": [
|
|
4966
|
+
{
|
|
4967
|
+
"kind": "variable",
|
|
4968
|
+
"name": "agStatusPillRendererStyles",
|
|
4969
|
+
"default": "css`\n :host {\n width: 100%;\n display: flex;\n align-items: center;\n height: 100%;\n }\n`",
|
|
4970
|
+
"description": "The Status Pill Renderer Styles.",
|
|
4971
|
+
"privacy": "public"
|
|
4972
|
+
},
|
|
4966
4973
|
{
|
|
4967
4974
|
"kind": "function",
|
|
4968
4975
|
"name": "getStatusPillRendererTemplate",
|
|
@@ -5157,6 +5164,14 @@
|
|
|
5157
5164
|
}
|
|
5158
5165
|
],
|
|
5159
5166
|
"exports": [
|
|
5167
|
+
{
|
|
5168
|
+
"kind": "js",
|
|
5169
|
+
"name": "agStatusPillRendererStyles",
|
|
5170
|
+
"declaration": {
|
|
5171
|
+
"name": "agStatusPillRendererStyles",
|
|
5172
|
+
"module": "src/cell-renderers/status-pill.renderer.ts"
|
|
5173
|
+
}
|
|
5174
|
+
},
|
|
5160
5175
|
{
|
|
5161
5176
|
"kind": "js",
|
|
5162
5177
|
"name": "getStatusPillRendererTemplate",
|
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
import { ICellRendererComp, ICellRendererParams } from '@ag-grid-community/core';
|
|
2
2
|
import { FoundationElement } from '@microsoft/fast-foundation';
|
|
3
|
+
/**
|
|
4
|
+
* The Status Pill Renderer Styles.
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare const agStatusPillRendererStyles: import("@microsoft/fast-element").ElementStyles;
|
|
3
8
|
/**
|
|
4
9
|
* Parameters used to configure {@link StatusPillRenderer}
|
|
5
10
|
* @public
|
|
@@ -14,6 +19,8 @@ export type StatusPillRendererParams = ICellRendererParams & {
|
|
|
14
19
|
iconSize?: string;
|
|
15
20
|
textColor?: string;
|
|
16
21
|
text?: string;
|
|
22
|
+
dateCountdown?: number;
|
|
23
|
+
dateCountdownCompletedMessage?: string;
|
|
17
24
|
};
|
|
18
25
|
/**
|
|
19
26
|
* Get a Design System prefixed Status Pill template.
|
|
@@ -44,8 +51,10 @@ export declare class StatusPillRenderer extends FoundationElement implements ICe
|
|
|
44
51
|
export declare const foundationStatusPillRenderer: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<{
|
|
45
52
|
baseName: string;
|
|
46
53
|
template: import("@microsoft/fast-element").ViewTemplate<any, any>;
|
|
54
|
+
styles: import("@microsoft/fast-element").ElementStyles;
|
|
47
55
|
}>) => import("@microsoft/fast-foundation").FoundationElementRegistry<{
|
|
48
56
|
baseName: string;
|
|
49
57
|
template: import("@microsoft/fast-element").ViewTemplate<any, any>;
|
|
58
|
+
styles: import("@microsoft/fast-element").ElementStyles;
|
|
50
59
|
}, typeof StatusPillRenderer>;
|
|
51
60
|
//# sourceMappingURL=status-pill.renderer.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"status-pill.renderer.d.ts","sourceRoot":"","sources":["../../../src/cell-renderers/status-pill.renderer.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AAEjF,OAAO,EAAE,iBAAiB,EAAE,MAAM,4BAA4B,CAAC;AAE/D;;;GAGG;AACH,MAAM,MAAM,wBAAwB,GAAG,mBAAmB,GAAG;IAC3D,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,0BAA0B,CAAC,EAAE,MAAM,CAAC;IACpC,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,IAAI,CAAC,EAAE,MAAM,CAAC;
|
|
1
|
+
{"version":3,"file":"status-pill.renderer.d.ts","sourceRoot":"","sources":["../../../src/cell-renderers/status-pill.renderer.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AAEjF,OAAO,EAAE,iBAAiB,EAAE,MAAM,4BAA4B,CAAC;AAE/D;;;GAGG;AACH,eAAO,MAAM,0BAA0B,iDAOtC,CAAC;AAEF;;;GAGG;AACH,MAAM,MAAM,wBAAwB,GAAG,mBAAmB,GAAG;IAC3D,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,0BAA0B,CAAC,EAAE,MAAM,CAAC;IACpC,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,6BAA6B,CAAC,EAAE,MAAM,CAAC;CACxC,CAAC;AAEF;;;;;GAKG;AACH,eAAO,MAAM,6BAA6B,kBAAkB,MAAM,6DAgBjE,CAAC;AAEF;;;;GAIG;AACH,qBAAa,kBAAmB,SAAQ,iBAAkB,YAAW,iBAAiB;IACpF,MAAM,EAAE,wBAAwB,CAAC;IAEjC,IAAI,CAAC,MAAM,EAAE,wBAAwB;IAIrC,MAAM;IAIN,OAAO,CAAC,MAAM,KAAA;IAKd,OAAO,IAAI,IAAI;CAChB;AAED;;;;;;GAMG;AACH,eAAO,MAAM,4BAA4B;;;;;;;;6BAIvC,CAAC"}
|
|
@@ -126,9 +126,11 @@ export declare const foundationGridComponents: {
|
|
|
126
126
|
foundationStatusPillRenderer: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<{
|
|
127
127
|
baseName: string;
|
|
128
128
|
template: import("@microsoft/fast-element").ViewTemplate<any, any>;
|
|
129
|
+
styles: import("@microsoft/fast-element").ElementStyles;
|
|
129
130
|
}>) => import("@microsoft/fast-foundation").FoundationElementRegistry<{
|
|
130
131
|
baseName: string;
|
|
131
132
|
template: import("@microsoft/fast-element").ViewTemplate<any, any>;
|
|
133
|
+
styles: import("@microsoft/fast-element").ElementStyles;
|
|
132
134
|
}, typeof StatusPillRenderer>;
|
|
133
135
|
StatusPillRenderer: typeof StatusPillRenderer;
|
|
134
136
|
register(container?: Container, ...rest: any[]): void;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"grid-components.d.ts","sourceRoot":"","sources":["../../src/grid-components.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,4BAA4B,CAAC;AAQ5D,OAAO,EASL,kBAAkB,EACnB,MAAM,kBAAkB,CAAC;AAG1B;;;;GAIG;AACH,eAAO,MAAM,wBAAwB
|
|
1
|
+
{"version":3,"file":"grid-components.d.ts","sourceRoot":"","sources":["../../src/grid-components.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,4BAA4B,CAAC;AAQ5D,OAAO,EASL,kBAAkB,EACnB,MAAM,kBAAkB,CAAC;AAG1B;;;;GAIG;AACH,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAgBd,SAAS,WAAW,GAAG,EAAE;CAa/C,CAAC"}
|
|
@@ -1,5 +1,17 @@
|
|
|
1
|
-
import { html } from '@microsoft/fast-element';
|
|
1
|
+
import { css, html } from '@microsoft/fast-element';
|
|
2
2
|
import { FoundationElement } from '@microsoft/fast-foundation';
|
|
3
|
+
/**
|
|
4
|
+
* The Status Pill Renderer Styles.
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export const agStatusPillRendererStyles = css `
|
|
8
|
+
:host {
|
|
9
|
+
width: 100%;
|
|
10
|
+
display: flex;
|
|
11
|
+
align-items: center;
|
|
12
|
+
height: 100%;
|
|
13
|
+
}
|
|
14
|
+
`;
|
|
3
15
|
/**
|
|
4
16
|
* Get a Design System prefixed Status Pill template.
|
|
5
17
|
* @param designSystem - The design system prefix to use. Defaults to 'rapid'.
|
|
@@ -51,4 +63,5 @@ export class StatusPillRenderer extends FoundationElement {
|
|
|
51
63
|
export const foundationStatusPillRenderer = StatusPillRenderer.compose({
|
|
52
64
|
baseName: 'status-pill-renderer',
|
|
53
65
|
template: getStatusPillRendererTemplate(),
|
|
66
|
+
styles: agStatusPillRendererStyles,
|
|
54
67
|
});
|
package/dist/grid-pro.api.json
CHANGED
|
@@ -2270,6 +2270,34 @@
|
|
|
2270
2270
|
"endIndex": 3
|
|
2271
2271
|
}
|
|
2272
2272
|
},
|
|
2273
|
+
{
|
|
2274
|
+
"kind": "Variable",
|
|
2275
|
+
"canonicalReference": "@genesislcap/grid-pro!agStatusPillRendererStyles:var",
|
|
2276
|
+
"docComment": "/**\n * The Status Pill Renderer Styles.\n *\n * @public\n */\n",
|
|
2277
|
+
"excerptTokens": [
|
|
2278
|
+
{
|
|
2279
|
+
"kind": "Content",
|
|
2280
|
+
"text": "agStatusPillRendererStyles: "
|
|
2281
|
+
},
|
|
2282
|
+
{
|
|
2283
|
+
"kind": "Content",
|
|
2284
|
+
"text": "import(\"@microsoft/fast-element\")."
|
|
2285
|
+
},
|
|
2286
|
+
{
|
|
2287
|
+
"kind": "Reference",
|
|
2288
|
+
"text": "ElementStyles",
|
|
2289
|
+
"canonicalReference": "@microsoft/fast-element!ElementStyles:class"
|
|
2290
|
+
}
|
|
2291
|
+
],
|
|
2292
|
+
"fileUrlPath": "src/cell-renderers/status-pill.renderer.ts",
|
|
2293
|
+
"isReadonly": true,
|
|
2294
|
+
"releaseTag": "Public",
|
|
2295
|
+
"name": "agStatusPillRendererStyles",
|
|
2296
|
+
"variableTypeTokenRange": {
|
|
2297
|
+
"startIndex": 1,
|
|
2298
|
+
"endIndex": 3
|
|
2299
|
+
}
|
|
2300
|
+
},
|
|
2273
2301
|
{
|
|
2274
2302
|
"kind": "Variable",
|
|
2275
2303
|
"canonicalReference": "@genesislcap/grid-pro!agStringEditorStyles:var",
|
|
@@ -6213,7 +6241,16 @@
|
|
|
6213
6241
|
},
|
|
6214
6242
|
{
|
|
6215
6243
|
"kind": "Content",
|
|
6216
|
-
"text": "<any, any>;\n
|
|
6244
|
+
"text": "<any, any>;\n styles: import(\"@microsoft/fast-element\")."
|
|
6245
|
+
},
|
|
6246
|
+
{
|
|
6247
|
+
"kind": "Reference",
|
|
6248
|
+
"text": "ElementStyles",
|
|
6249
|
+
"canonicalReference": "@microsoft/fast-element!ElementStyles:class"
|
|
6250
|
+
},
|
|
6251
|
+
{
|
|
6252
|
+
"kind": "Content",
|
|
6253
|
+
"text": ";\n }>) => import(\"@microsoft/fast-foundation\")."
|
|
6217
6254
|
},
|
|
6218
6255
|
{
|
|
6219
6256
|
"kind": "Reference",
|
|
@@ -6231,7 +6268,16 @@
|
|
|
6231
6268
|
},
|
|
6232
6269
|
{
|
|
6233
6270
|
"kind": "Content",
|
|
6234
|
-
"text": "<any, any>;\n
|
|
6271
|
+
"text": "<any, any>;\n styles: import(\"@microsoft/fast-element\")."
|
|
6272
|
+
},
|
|
6273
|
+
{
|
|
6274
|
+
"kind": "Reference",
|
|
6275
|
+
"text": "ElementStyles",
|
|
6276
|
+
"canonicalReference": "@microsoft/fast-element!ElementStyles:class"
|
|
6277
|
+
},
|
|
6278
|
+
{
|
|
6279
|
+
"kind": "Content",
|
|
6280
|
+
"text": ";\n }, typeof "
|
|
6235
6281
|
},
|
|
6236
6282
|
{
|
|
6237
6283
|
"kind": "Reference",
|
|
@@ -6267,7 +6313,7 @@
|
|
|
6267
6313
|
"name": "foundationGridComponents",
|
|
6268
6314
|
"variableTypeTokenRange": {
|
|
6269
6315
|
"startIndex": 1,
|
|
6270
|
-
"endIndex":
|
|
6316
|
+
"endIndex": 238
|
|
6271
6317
|
}
|
|
6272
6318
|
},
|
|
6273
6319
|
{
|
|
@@ -6917,7 +6963,16 @@
|
|
|
6917
6963
|
},
|
|
6918
6964
|
{
|
|
6919
6965
|
"kind": "Content",
|
|
6920
|
-
"text": "<any, any>;\n
|
|
6966
|
+
"text": "<any, any>;\n styles: import(\"@microsoft/fast-element\")."
|
|
6967
|
+
},
|
|
6968
|
+
{
|
|
6969
|
+
"kind": "Reference",
|
|
6970
|
+
"text": "ElementStyles",
|
|
6971
|
+
"canonicalReference": "@microsoft/fast-element!ElementStyles:class"
|
|
6972
|
+
},
|
|
6973
|
+
{
|
|
6974
|
+
"kind": "Content",
|
|
6975
|
+
"text": ";\n}>) => import(\"@microsoft/fast-foundation\")."
|
|
6921
6976
|
},
|
|
6922
6977
|
{
|
|
6923
6978
|
"kind": "Reference",
|
|
@@ -6935,7 +6990,16 @@
|
|
|
6935
6990
|
},
|
|
6936
6991
|
{
|
|
6937
6992
|
"kind": "Content",
|
|
6938
|
-
"text": "<any, any>;\n
|
|
6993
|
+
"text": "<any, any>;\n styles: import(\"@microsoft/fast-element\")."
|
|
6994
|
+
},
|
|
6995
|
+
{
|
|
6996
|
+
"kind": "Reference",
|
|
6997
|
+
"text": "ElementStyles",
|
|
6998
|
+
"canonicalReference": "@microsoft/fast-element!ElementStyles:class"
|
|
6999
|
+
},
|
|
7000
|
+
{
|
|
7001
|
+
"kind": "Content",
|
|
7002
|
+
"text": ";\n}, typeof "
|
|
6939
7003
|
},
|
|
6940
7004
|
{
|
|
6941
7005
|
"kind": "Reference",
|
|
@@ -6953,7 +7017,7 @@
|
|
|
6953
7017
|
"name": "foundationStatusPillRenderer",
|
|
6954
7018
|
"variableTypeTokenRange": {
|
|
6955
7019
|
"startIndex": 1,
|
|
6956
|
-
"endIndex":
|
|
7020
|
+
"endIndex": 16
|
|
6957
7021
|
}
|
|
6958
7022
|
},
|
|
6959
7023
|
{
|
|
@@ -19868,7 +19932,7 @@
|
|
|
19868
19932
|
},
|
|
19869
19933
|
{
|
|
19870
19934
|
"kind": "Content",
|
|
19871
|
-
"text": " & {\n backgroundColor?: string;\n iconName?: string;\n iconSrc?: string;\n iconInitial?: string;\n iconInitialBackgroundColor?: string;\n justifyContent?: string;\n iconSize?: string;\n textColor?: string;\n text?: string;\n}"
|
|
19935
|
+
"text": " & {\n backgroundColor?: string;\n iconName?: string;\n iconSrc?: string;\n iconInitial?: string;\n iconInitialBackgroundColor?: string;\n justifyContent?: string;\n iconSize?: string;\n textColor?: string;\n text?: string;\n dateCountdown?: number;\n dateCountdownCompletedMessage?: string;\n}"
|
|
19872
19936
|
},
|
|
19873
19937
|
{
|
|
19874
19938
|
"kind": "Content",
|
package/dist/grid-pro.d.ts
CHANGED
|
@@ -290,6 +290,12 @@ export declare const agSelectEditorStyles: ElementStyles;
|
|
|
290
290
|
*/
|
|
291
291
|
export declare const agSelectRendererStyles: ElementStyles;
|
|
292
292
|
|
|
293
|
+
/**
|
|
294
|
+
* The Status Pill Renderer Styles.
|
|
295
|
+
* @public
|
|
296
|
+
*/
|
|
297
|
+
export declare const agStatusPillRendererStyles: ElementStyles;
|
|
298
|
+
|
|
293
299
|
/**
|
|
294
300
|
* The AG String Renderer Styles.
|
|
295
301
|
* @public
|
|
@@ -863,9 +869,11 @@ export declare const foundationGridComponents: {
|
|
|
863
869
|
foundationStatusPillRenderer: (overrideDefinition?: OverrideFoundationElementDefinition< {
|
|
864
870
|
baseName: string;
|
|
865
871
|
template: ViewTemplate<any, any>;
|
|
872
|
+
styles: ElementStyles;
|
|
866
873
|
}>) => FoundationElementRegistry< {
|
|
867
874
|
baseName: string;
|
|
868
875
|
template: ViewTemplate<any, any>;
|
|
876
|
+
styles: ElementStyles;
|
|
869
877
|
}, typeof StatusPillRenderer>;
|
|
870
878
|
StatusPillRenderer: typeof StatusPillRenderer;
|
|
871
879
|
register(container?: Container, ...rest: any[]): void;
|
|
@@ -995,9 +1003,11 @@ template: ViewTemplate<SelectEditor, any>;
|
|
|
995
1003
|
export declare const foundationStatusPillRenderer: (overrideDefinition?: OverrideFoundationElementDefinition< {
|
|
996
1004
|
baseName: string;
|
|
997
1005
|
template: ViewTemplate<any, any>;
|
|
1006
|
+
styles: ElementStyles;
|
|
998
1007
|
}>) => FoundationElementRegistry< {
|
|
999
1008
|
baseName: string;
|
|
1000
1009
|
template: ViewTemplate<any, any>;
|
|
1010
|
+
styles: ElementStyles;
|
|
1001
1011
|
}, typeof StatusPillRenderer>;
|
|
1002
1012
|
|
|
1003
1013
|
/**
|
|
@@ -4055,6 +4065,8 @@ export declare type StatusPillRendererParams = ICellRendererParams & {
|
|
|
4055
4065
|
iconSize?: string;
|
|
4056
4066
|
textColor?: string;
|
|
4057
4067
|
text?: string;
|
|
4068
|
+
dateCountdown?: number;
|
|
4069
|
+
dateCountdownCompletedMessage?: string;
|
|
4058
4070
|
};
|
|
4059
4071
|
|
|
4060
4072
|
/**
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@genesislcap/grid-pro](./grid-pro.md) > [agStatusPillRendererStyles](./grid-pro.agstatuspillrendererstyles.md)
|
|
4
|
+
|
|
5
|
+
## agStatusPillRendererStyles variable
|
|
6
|
+
|
|
7
|
+
The Status Pill Renderer Styles.
|
|
8
|
+
|
|
9
|
+
**Signature:**
|
|
10
|
+
|
|
11
|
+
```typescript
|
|
12
|
+
agStatusPillRendererStyles: import("@microsoft/fast-element").ElementStyles
|
|
13
|
+
```
|
|
@@ -130,9 +130,11 @@ foundationGridComponents: {
|
|
|
130
130
|
foundationStatusPillRenderer: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<{
|
|
131
131
|
baseName: string;
|
|
132
132
|
template: import("@microsoft/fast-element").ViewTemplate<any, any>;
|
|
133
|
+
styles: import("@microsoft/fast-element").ElementStyles;
|
|
133
134
|
}>) => import("@microsoft/fast-foundation").FoundationElementRegistry<{
|
|
134
135
|
baseName: string;
|
|
135
136
|
template: import("@microsoft/fast-element").ViewTemplate<any, any>;
|
|
137
|
+
styles: import("@microsoft/fast-element").ElementStyles;
|
|
136
138
|
}, typeof StatusPillRenderer>;
|
|
137
139
|
StatusPillRenderer: typeof StatusPillRenderer;
|
|
138
140
|
register(container?: Container, ...rest: any[]): void;
|
|
@@ -12,9 +12,11 @@ A function that returns a Foundation Status Pill Renderer registration for confi
|
|
|
12
12
|
foundationStatusPillRenderer: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<{
|
|
13
13
|
baseName: string;
|
|
14
14
|
template: import("@microsoft/fast-element").ViewTemplate<any, any>;
|
|
15
|
+
styles: import("@microsoft/fast-element").ElementStyles;
|
|
15
16
|
}>) => import("@microsoft/fast-foundation").FoundationElementRegistry<{
|
|
16
17
|
baseName: string;
|
|
17
18
|
template: import("@microsoft/fast-element").ViewTemplate<any, any>;
|
|
19
|
+
styles: import("@microsoft/fast-element").ElementStyles;
|
|
18
20
|
}, typeof StatusPillRenderer>
|
|
19
21
|
```
|
|
20
22
|
|
package/docs/api/grid-pro.md
CHANGED
|
@@ -93,6 +93,7 @@
|
|
|
93
93
|
| [agNumberEditorStyles](./grid-pro.agnumbereditorstyles.md) | The AG Number Editor Styles. |
|
|
94
94
|
| [agSelectEditorStyles](./grid-pro.agselecteditorstyles.md) | The AG Select Renderer Styles. |
|
|
95
95
|
| [agSelectRendererStyles](./grid-pro.agselectrendererstyles.md) | The AG Select Renderer Styles. |
|
|
96
|
+
| [agStatusPillRendererStyles](./grid-pro.agstatuspillrendererstyles.md) | The Status Pill Renderer Styles. |
|
|
96
97
|
| [agStringEditorStyles](./grid-pro.agstringeditorstyles.md) | The AG String Renderer Styles. |
|
|
97
98
|
| [agThemeAlpineNofontsCSS](./grid-pro.agthemealpinenofontscss.md) | AG Alpine Theme (no fonts) CSS. |
|
|
98
99
|
| [agThemeBalhamNofontsCSS](./grid-pro.agthemebalhamnofontscss.md) | AG Balham Theme (no fonts) CSS. |
|
package/docs/api-report.md
CHANGED
|
@@ -258,6 +258,9 @@ export const agSelectEditorStyles: ElementStyles;
|
|
|
258
258
|
// @public
|
|
259
259
|
export const agSelectRendererStyles: ElementStyles;
|
|
260
260
|
|
|
261
|
+
// @public
|
|
262
|
+
export const agStatusPillRendererStyles: ElementStyles;
|
|
263
|
+
|
|
261
264
|
// @public
|
|
262
265
|
export const agStringEditorStyles: ElementStyles;
|
|
263
266
|
|
|
@@ -666,9 +669,11 @@ export const foundationGridComponents: {
|
|
|
666
669
|
foundationStatusPillRenderer: (overrideDefinition?: OverrideFoundationElementDefinition< {
|
|
667
670
|
baseName: string;
|
|
668
671
|
template: ViewTemplate<any, any>;
|
|
672
|
+
styles: ElementStyles;
|
|
669
673
|
}>) => FoundationElementRegistry< {
|
|
670
674
|
baseName: string;
|
|
671
675
|
template: ViewTemplate<any, any>;
|
|
676
|
+
styles: ElementStyles;
|
|
672
677
|
}, typeof StatusPillRenderer>;
|
|
673
678
|
StatusPillRenderer: typeof StatusPillRenderer;
|
|
674
679
|
register(container?: Container, ...rest: any[]): void;
|
|
@@ -750,9 +755,11 @@ template: ViewTemplate<SelectEditor, any>;
|
|
|
750
755
|
export const foundationStatusPillRenderer: (overrideDefinition?: OverrideFoundationElementDefinition< {
|
|
751
756
|
baseName: string;
|
|
752
757
|
template: ViewTemplate<any, any>;
|
|
758
|
+
styles: ElementStyles;
|
|
753
759
|
}>) => FoundationElementRegistry< {
|
|
754
760
|
baseName: string;
|
|
755
761
|
template: ViewTemplate<any, any>;
|
|
762
|
+
styles: ElementStyles;
|
|
756
763
|
}, typeof StatusPillRenderer>;
|
|
757
764
|
|
|
758
765
|
// @public (undocumented)
|
|
@@ -1695,6 +1702,8 @@ export type StatusPillRendererParams = ICellRendererParams & {
|
|
|
1695
1702
|
iconSize?: string;
|
|
1696
1703
|
textColor?: string;
|
|
1697
1704
|
text?: string;
|
|
1705
|
+
dateCountdown?: number;
|
|
1706
|
+
dateCountdownCompletedMessage?: string;
|
|
1698
1707
|
};
|
|
1699
1708
|
|
|
1700
1709
|
// @public
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/grid-pro",
|
|
3
3
|
"description": "Genesis Foundation AG Grid",
|
|
4
|
-
"version": "14.
|
|
4
|
+
"version": "14.284.1",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -38,20 +38,20 @@
|
|
|
38
38
|
}
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
|
-
"@genesislcap/foundation-testing": "14.
|
|
42
|
-
"@genesislcap/genx": "14.
|
|
43
|
-
"@genesislcap/rollup-builder": "14.
|
|
44
|
-
"@genesislcap/ts-builder": "14.
|
|
45
|
-
"@genesislcap/uvu-playwright-builder": "14.
|
|
46
|
-
"@genesislcap/vite-builder": "14.
|
|
47
|
-
"@genesislcap/webpack-builder": "14.
|
|
41
|
+
"@genesislcap/foundation-testing": "14.284.1",
|
|
42
|
+
"@genesislcap/genx": "14.284.1",
|
|
43
|
+
"@genesislcap/rollup-builder": "14.284.1",
|
|
44
|
+
"@genesislcap/ts-builder": "14.284.1",
|
|
45
|
+
"@genesislcap/uvu-playwright-builder": "14.284.1",
|
|
46
|
+
"@genesislcap/vite-builder": "14.284.1",
|
|
47
|
+
"@genesislcap/webpack-builder": "14.284.1",
|
|
48
48
|
"rimraf": "^5.0.0"
|
|
49
49
|
},
|
|
50
50
|
"dependencies": {
|
|
51
|
-
"@genesislcap/foundation-comms": "14.
|
|
52
|
-
"@genesislcap/foundation-logger": "14.
|
|
53
|
-
"@genesislcap/foundation-ui": "14.
|
|
54
|
-
"@genesislcap/foundation-utils": "14.
|
|
51
|
+
"@genesislcap/foundation-comms": "14.284.1",
|
|
52
|
+
"@genesislcap/foundation-logger": "14.284.1",
|
|
53
|
+
"@genesislcap/foundation-ui": "14.284.1",
|
|
54
|
+
"@genesislcap/foundation-utils": "14.284.1",
|
|
55
55
|
"@microsoft/fast-colors": "5.3.1",
|
|
56
56
|
"@microsoft/fast-components": "2.30.6",
|
|
57
57
|
"@microsoft/fast-element": "1.14.0",
|
|
@@ -77,5 +77,5 @@
|
|
|
77
77
|
"access": "public"
|
|
78
78
|
},
|
|
79
79
|
"customElements": "dist/custom-elements.json",
|
|
80
|
-
"gitHead": "
|
|
80
|
+
"gitHead": "d259aac61b4f5c854fbb1ca61e6d8ac774b44289"
|
|
81
81
|
}
|