@genesislcap/rapid-grid-pro 14.284.1 → 14.284.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.
@@ -12,7 +12,7 @@
12
12
  "type": {
13
13
  "text": "object"
14
14
  },
15
- "default": "{\n rapidAgEditableRenderer,\n rapidAgActionRenderer,\n rapidAgActionsMenuRenderer,\n rapidAgBooleanRenderer,\n rapidAgTextRenderer,\n rapidAgSelectRenderer,\n rapidAgDateEditor,\n rapidAgMultiselectEditor,\n rapidAgSelectEditor,\n rapidAgNumberEditor,\n rapidAgStringEditor,\n rapidGridPro,\n register(container?: Container, ...rest: any[]) {\n if (!container) {\n // preserve backward compatibility with code that loops through\n // the values of this object and calls them as funcs with no args\n return;\n }\n for (const key in this) {\n if (key === 'register') {\n continue;\n }\n this[key]().register(container, ...rest);\n }\n },\n}"
15
+ "default": "{\n rapidAgEditableRenderer,\n rapidAgActionRenderer,\n rapidAgActionsMenuRenderer,\n rapidAgBooleanRenderer,\n rapidAgTextRenderer,\n rapidAgSelectRenderer,\n rapidAgDateEditor,\n rapidAgMultiselectEditor,\n rapidAgSelectEditor,\n rapidAgNumberEditor,\n rapidAgStringEditor,\n rapidGridPro,\n rapidStatusPillRenderer,\n register(container?: Container, ...rest: any[]) {\n if (!container) {\n // preserve backward compatibility with code that loops through\n // the values of this object and calls them as funcs with no args\n return;\n }\n for (const key in this) {\n if (key === 'register') {\n continue;\n }\n this[key]().register(container, ...rest);\n }\n },\n}"
16
16
  }
17
17
  ],
18
18
  "exports": [
@@ -108,6 +108,15 @@ export declare const rapidGridComponents: {
108
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
+ rapidStatusPillRenderer: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<{
112
+ baseName: string;
113
+ template: import("@microsoft/fast-element").ViewTemplate<any, any>;
114
+ styles: import("@microsoft/fast-element").ElementStyles;
115
+ }>) => import("@microsoft/fast-foundation").FoundationElementRegistry<{
116
+ baseName: string;
117
+ template: import("@microsoft/fast-element").ViewTemplate<any, any>;
118
+ styles: import("@microsoft/fast-element").ElementStyles;
119
+ }, typeof import("./cell-renderers").RapidStatusPillRenderer>;
111
120
  register(container?: Container, ...rest: any[]): void;
112
121
  };
113
122
  //# sourceMappingURL=grid-components.d.ts.map
@@ -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;AAkB5D,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAaT,SAAS,WAAW,GAAG,EAAE;CAa/C,CAAC"}
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;AAmB5D,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAcT,SAAS,WAAW,GAAG,EAAE;CAa/C,CAAC"}
@@ -1,5 +1,5 @@
1
1
  import { rapidAgNumberEditor, rapidAgSelectEditor, rapidAgStringEditor, rapidAgMultiselectEditor, rapidAgDateEditor, } from './cell-editors';
2
- import { rapidAgEditableRenderer, rapidAgActionRenderer, rapidAgActionsMenuRenderer, rapidAgBooleanRenderer, rapidAgSelectRenderer, rapidAgTextRenderer, } from './cell-renderers';
2
+ import { rapidAgEditableRenderer, rapidAgActionRenderer, rapidAgActionsMenuRenderer, rapidAgBooleanRenderer, rapidAgSelectRenderer, rapidAgTextRenderer, rapidStatusPillRenderer, } from './cell-renderers';
3
3
  import { rapidGridPro } from './grid-pro';
4
4
  export const rapidGridComponents = {
5
5
  rapidAgEditableRenderer,
@@ -14,6 +14,7 @@ export const rapidGridComponents = {
14
14
  rapidAgNumberEditor,
15
15
  rapidAgStringEditor,
16
16
  rapidGridPro,
17
+ rapidStatusPillRenderer,
17
18
  register(container, ...rest) {
18
19
  if (!container) {
19
20
  // preserve backward compatibility with code that loops through
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.284.1",
4
+ "version": "14.284.2",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -35,18 +35,18 @@
35
35
  }
36
36
  },
37
37
  "devDependencies": {
38
- "@genesislcap/genx": "14.284.1",
39
- "@genesislcap/rollup-builder": "14.284.1",
40
- "@genesislcap/ts-builder": "14.284.1",
41
- "@genesislcap/uvu-playwright-builder": "14.284.1",
42
- "@genesislcap/vite-builder": "14.284.1",
43
- "@genesislcap/webpack-builder": "14.284.1",
38
+ "@genesislcap/genx": "14.284.2",
39
+ "@genesislcap/rollup-builder": "14.284.2",
40
+ "@genesislcap/ts-builder": "14.284.2",
41
+ "@genesislcap/uvu-playwright-builder": "14.284.2",
42
+ "@genesislcap/vite-builder": "14.284.2",
43
+ "@genesislcap/webpack-builder": "14.284.2",
44
44
  "rimraf": "^5.0.0"
45
45
  },
46
46
  "dependencies": {
47
- "@genesislcap/foundation-ui": "14.284.1",
48
- "@genesislcap/grid-pro": "14.284.1",
49
- "@genesislcap/rapid-design-system": "14.284.1",
47
+ "@genesislcap/foundation-ui": "14.284.2",
48
+ "@genesislcap/grid-pro": "14.284.2",
49
+ "@genesislcap/rapid-design-system": "14.284.2",
50
50
  "@microsoft/fast-colors": "5.3.1",
51
51
  "@microsoft/fast-components": "2.30.6",
52
52
  "@microsoft/fast-element": "1.14.0",
@@ -67,5 +67,5 @@
67
67
  "access": "public"
68
68
  },
69
69
  "customElements": "dist/custom-elements.json",
70
- "gitHead": "d259aac61b4f5c854fbb1ca61e6d8ac774b44289"
70
+ "gitHead": "0cf63bd558b626fd1d9ace1a7ce07c4a5bce0f2c"
71
71
  }