@genesislcap/grid-pro 14.339.1 → 14.340.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.
- package/dist/custom-elements.json +296 -296
- package/dist/dts/cell-editors/select.editor.d.ts +1 -0
- package/dist/dts/cell-editors/select.editor.d.ts.map +1 -1
- package/dist/esm/cell-editors/select.editor.js +1 -0
- package/dist/grid-pro.api.json +27 -0
- package/dist/grid-pro.d.ts +1 -0
- package/docs/api/grid-pro.selecteditorparams.allowcustomoptions.md +11 -0
- package/docs/api/grid-pro.selecteditorparams.md +17 -0
- package/docs/api-report.md.api.md +2 -0
- package/package.json +13 -13
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"select.editor.d.ts","sourceRoot":"","sources":["../../../src/cell-editors/select.editor.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AAC7E,OAAO,EAAE,iBAAiB,EAAE,MAAM,+BAA+B,CAAC;AAElE,OAAO,EAAE,iBAAiB,EAAE,MAAM,4BAA4B,CAAC;AAG/D;;;GAGG;AACH,MAAM,WAAW,kBAAmB,SAAQ,iBAAiB;IAC3D,sBAAsB,EAAE,MAAM,CAAC;IAC/B,UAAU,EAAE,MAAM,CAAC;IACnB,KAAK,EAAE,OAAO,CAAC;IACf,UAAU,EAAE,MAAM,CAAC;IACnB,MAAM,EAAE,GAAG,EAAE,CAAC;IACd,iBAAiB,EAAE,iBAAiB,EAAE,CAAC;IACvC,QAAQ,CAAC,EAAE,CAAC,OAAO,EAAE,GAAG,KAAK,MAAM,CAAC;
|
|
1
|
+
{"version":3,"file":"select.editor.d.ts","sourceRoot":"","sources":["../../../src/cell-editors/select.editor.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AAC7E,OAAO,EAAE,iBAAiB,EAAE,MAAM,+BAA+B,CAAC;AAElE,OAAO,EAAE,iBAAiB,EAAE,MAAM,4BAA4B,CAAC;AAG/D;;;GAGG;AACH,MAAM,WAAW,kBAAmB,SAAQ,iBAAiB;IAC3D,sBAAsB,EAAE,MAAM,CAAC;IAC/B,UAAU,EAAE,MAAM,CAAC;IACnB,KAAK,EAAE,OAAO,CAAC;IACf,UAAU,EAAE,MAAM,CAAC;IACnB,MAAM,EAAE,GAAG,EAAE,CAAC;IACd,iBAAiB,EAAE,iBAAiB,EAAE,CAAC;IACvC,QAAQ,CAAC,EAAE,CAAC,OAAO,EAAE,GAAG,KAAK,MAAM,CAAC;IACpC,kBAAkB,EAAE,OAAO,CAAC;CAC7B;AAED;;;;GAIG;AACH,qBAAa,YAAa,SAAQ,iBAAkB,YAAW,eAAe;IACzD,MAAM,EAAE,kBAAkB,CAAC;IAC3B,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,EAAE,MAAM,CAAC;IAChC,QAAQ,EAAE,GAAG,CAAC;IAEd,IAAI,CAAC,MAAM,EAAE,kBAAkB;IAO/B,MAAM,IAAI,WAAW;IAIrB,OAAO,CAAC,MAAM,EAAE,kBAAkB,GAAG,OAAO;IAInD,QAAQ;IAIR,OAAO,IAAI,OAAO;IAIlB,gBAAgB;IAIhB,aAAa,CAAC,KAAK,KAAA;IAInB,mBAAmB;CAGpB;AAED;;;GAGG;AACH,eAAO,MAAM,oBAAoB,iDAAQ,CAAC;AAE1C;;;;;GAKG;AACH,eAAO,MAAM,uBAAuB,GAAI,qBAA2B,sEAmBlE,CAAC;AACF;;;;;GAKG;AACH,eAAO,MAAM,sBAAsB;;;;;;;;uBAIjC,CAAC"}
|
|
@@ -71,6 +71,7 @@ export const getSelectEditorTemplate = (designSystem = 'foundation') => html `
|
|
|
71
71
|
value-field=${(x) => x.params.valueField}
|
|
72
72
|
label-field=${(x) => x.params.labelField}
|
|
73
73
|
option-element="${designSystem}-option"
|
|
74
|
+
?allow-custom-options=${(x) => x.params.allowCustomOptions}
|
|
74
75
|
:datasourceConfig=${(x) => x.params.datasourceOptions}
|
|
75
76
|
:data=${(x) => x.params.values}
|
|
76
77
|
:initialSelectedValue=${(x) => x.params.value}
|
package/dist/grid-pro.api.json
CHANGED
|
@@ -21287,6 +21287,33 @@
|
|
|
21287
21287
|
"endIndex": 2
|
|
21288
21288
|
}
|
|
21289
21289
|
},
|
|
21290
|
+
{
|
|
21291
|
+
"kind": "PropertySignature",
|
|
21292
|
+
"canonicalReference": "@genesislcap/grid-pro!SelectEditorParams#allowCustomOptions:member",
|
|
21293
|
+
"docComment": "",
|
|
21294
|
+
"excerptTokens": [
|
|
21295
|
+
{
|
|
21296
|
+
"kind": "Content",
|
|
21297
|
+
"text": "allowCustomOptions: "
|
|
21298
|
+
},
|
|
21299
|
+
{
|
|
21300
|
+
"kind": "Content",
|
|
21301
|
+
"text": "boolean"
|
|
21302
|
+
},
|
|
21303
|
+
{
|
|
21304
|
+
"kind": "Content",
|
|
21305
|
+
"text": ";"
|
|
21306
|
+
}
|
|
21307
|
+
],
|
|
21308
|
+
"isReadonly": false,
|
|
21309
|
+
"isOptional": false,
|
|
21310
|
+
"releaseTag": "Public",
|
|
21311
|
+
"name": "allowCustomOptions",
|
|
21312
|
+
"propertyTypeTokenRange": {
|
|
21313
|
+
"startIndex": 1,
|
|
21314
|
+
"endIndex": 2
|
|
21315
|
+
}
|
|
21316
|
+
},
|
|
21290
21317
|
{
|
|
21291
21318
|
"kind": "PropertySignature",
|
|
21292
21319
|
"canonicalReference": "@genesislcap/grid-pro!SelectEditorParams#async:member",
|
package/dist/grid-pro.d.ts
CHANGED
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@genesislcap/grid-pro](./grid-pro.md) > [SelectEditorParams](./grid-pro.selecteditorparams.md) > [allowCustomOptions](./grid-pro.selecteditorparams.allowcustomoptions.md)
|
|
4
|
+
|
|
5
|
+
## SelectEditorParams.allowCustomOptions property
|
|
6
|
+
|
|
7
|
+
**Signature:**
|
|
8
|
+
|
|
9
|
+
```typescript
|
|
10
|
+
allowCustomOptions: boolean;
|
|
11
|
+
```
|
|
@@ -52,6 +52,23 @@ string
|
|
|
52
52
|
</td><td>
|
|
53
53
|
|
|
54
54
|
|
|
55
|
+
</td></tr>
|
|
56
|
+
<tr><td>
|
|
57
|
+
|
|
58
|
+
[allowCustomOptions](./grid-pro.selecteditorparams.allowcustomoptions.md)
|
|
59
|
+
|
|
60
|
+
|
|
61
|
+
</td><td>
|
|
62
|
+
|
|
63
|
+
|
|
64
|
+
</td><td>
|
|
65
|
+
|
|
66
|
+
boolean
|
|
67
|
+
|
|
68
|
+
|
|
69
|
+
</td><td>
|
|
70
|
+
|
|
71
|
+
|
|
55
72
|
</td></tr>
|
|
56
73
|
<tr><td>
|
|
57
74
|
|
|
@@ -1645,6 +1645,8 @@ export interface SelectEditorParams extends ICellEditorParams {
|
|
|
1645
1645
|
// (undocumented)
|
|
1646
1646
|
allOptionsResourceName: string;
|
|
1647
1647
|
// (undocumented)
|
|
1648
|
+
allowCustomOptions: boolean;
|
|
1649
|
+
// (undocumented)
|
|
1648
1650
|
async: boolean;
|
|
1649
1651
|
// (undocumented)
|
|
1650
1652
|
datasourceOptions: DatasourceOptions[];
|
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.340.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -38,19 +38,19 @@
|
|
|
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.340.0",
|
|
42
|
+
"@genesislcap/genx": "14.340.0",
|
|
43
|
+
"@genesislcap/rollup-builder": "14.340.0",
|
|
44
|
+
"@genesislcap/ts-builder": "14.340.0",
|
|
45
|
+
"@genesislcap/uvu-playwright-builder": "14.340.0",
|
|
46
|
+
"@genesislcap/vite-builder": "14.340.0",
|
|
47
|
+
"@genesislcap/webpack-builder": "14.340.0"
|
|
48
48
|
},
|
|
49
49
|
"dependencies": {
|
|
50
|
-
"@genesislcap/foundation-comms": "14.
|
|
51
|
-
"@genesislcap/foundation-logger": "14.
|
|
52
|
-
"@genesislcap/foundation-ui": "14.
|
|
53
|
-
"@genesislcap/foundation-utils": "14.
|
|
50
|
+
"@genesislcap/foundation-comms": "14.340.0",
|
|
51
|
+
"@genesislcap/foundation-logger": "14.340.0",
|
|
52
|
+
"@genesislcap/foundation-ui": "14.340.0",
|
|
53
|
+
"@genesislcap/foundation-utils": "14.340.0",
|
|
54
54
|
"@microsoft/fast-colors": "5.3.1",
|
|
55
55
|
"@microsoft/fast-components": "2.30.6",
|
|
56
56
|
"@microsoft/fast-element": "1.14.0",
|
|
@@ -75,5 +75,5 @@
|
|
|
75
75
|
"access": "public"
|
|
76
76
|
},
|
|
77
77
|
"customElements": "dist/custom-elements.json",
|
|
78
|
-
"gitHead": "
|
|
78
|
+
"gitHead": "56185a8a0835027cbe5ffd555d77feab75dd81c4"
|
|
79
79
|
}
|