@genesislcap/foundation-zero-grid-pro 14.100.1 → 14.101.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 +346 -4
- package/dist/dts/cell-editors/index.d.ts +2 -0
- package/dist/dts/cell-editors/index.d.ts.map +1 -0
- package/dist/dts/cell-editors/select.editor.d.ts +23 -0
- package/dist/dts/cell-editors/select.editor.d.ts.map +1 -0
- package/dist/dts/cell-renderers/boolean.renderer.d.ts +2 -2
- package/dist/dts/grid-components.d.ts +11 -2
- package/dist/dts/grid-components.d.ts.map +1 -1
- package/dist/dts/grid-pro.d.ts.map +1 -1
- package/dist/dts/index.d.ts +1 -0
- package/dist/dts/index.d.ts.map +1 -1
- package/dist/esm/cell-editors/index.js +1 -0
- package/dist/esm/cell-editors/select.editor.js +18 -0
- package/dist/esm/grid-components.js +2 -0
- package/dist/esm/grid-pro.js +2 -0
- package/dist/esm/index.js +1 -0
- package/package.json +6 -6
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"type": {
|
|
13
13
|
"text": "object"
|
|
14
14
|
},
|
|
15
|
-
"default": "{\n zeroAgActionRenderer,\n zeroAgActionsMenuRenderer,\n zeroAgBooleanRenderer,\n zeroAgTextRenderer,\n zeroAgSelectRenderer,\n zeroGridPro,\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 zeroAgActionRenderer,\n zeroAgActionsMenuRenderer,\n zeroAgBooleanRenderer,\n zeroAgTextRenderer,\n zeroAgSelectRenderer,\n zeroSelectEditor: zeroAgSelectEditor,\n zeroGridPro,\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": [
|
|
@@ -1207,6 +1207,14 @@
|
|
|
1207
1207
|
"package": "./grid-pro.template"
|
|
1208
1208
|
}
|
|
1209
1209
|
},
|
|
1210
|
+
{
|
|
1211
|
+
"kind": "js",
|
|
1212
|
+
"name": "*",
|
|
1213
|
+
"declaration": {
|
|
1214
|
+
"name": "*",
|
|
1215
|
+
"package": "./cell-editors"
|
|
1216
|
+
}
|
|
1217
|
+
},
|
|
1210
1218
|
{
|
|
1211
1219
|
"kind": "js",
|
|
1212
1220
|
"name": "*",
|
|
@@ -1249,6 +1257,307 @@
|
|
|
1249
1257
|
}
|
|
1250
1258
|
]
|
|
1251
1259
|
},
|
|
1260
|
+
{
|
|
1261
|
+
"kind": "javascript-module",
|
|
1262
|
+
"path": "src/cell-editors/index.ts",
|
|
1263
|
+
"declarations": [],
|
|
1264
|
+
"exports": [
|
|
1265
|
+
{
|
|
1266
|
+
"kind": "js",
|
|
1267
|
+
"name": "*",
|
|
1268
|
+
"declaration": {
|
|
1269
|
+
"name": "*",
|
|
1270
|
+
"package": "./select.editor"
|
|
1271
|
+
}
|
|
1272
|
+
}
|
|
1273
|
+
]
|
|
1274
|
+
},
|
|
1275
|
+
{
|
|
1276
|
+
"kind": "javascript-module",
|
|
1277
|
+
"path": "src/cell-editors/select.editor.ts",
|
|
1278
|
+
"declarations": [
|
|
1279
|
+
{
|
|
1280
|
+
"kind": "class",
|
|
1281
|
+
"description": "",
|
|
1282
|
+
"name": "ZeroSelectEditor",
|
|
1283
|
+
"superclass": {
|
|
1284
|
+
"name": "SelectEditor",
|
|
1285
|
+
"package": "@genesislcap/grid-pro"
|
|
1286
|
+
},
|
|
1287
|
+
"tagName": "%%prefix%%-select-editor",
|
|
1288
|
+
"customElement": true,
|
|
1289
|
+
"members": [
|
|
1290
|
+
{
|
|
1291
|
+
"kind": "field",
|
|
1292
|
+
"name": "params",
|
|
1293
|
+
"type": {
|
|
1294
|
+
"text": "SelectEditorParams"
|
|
1295
|
+
},
|
|
1296
|
+
"privacy": "public",
|
|
1297
|
+
"inheritedFrom": {
|
|
1298
|
+
"name": "SelectEditor",
|
|
1299
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
1300
|
+
}
|
|
1301
|
+
},
|
|
1302
|
+
{
|
|
1303
|
+
"kind": "field",
|
|
1304
|
+
"name": "value",
|
|
1305
|
+
"type": {
|
|
1306
|
+
"text": "string"
|
|
1307
|
+
},
|
|
1308
|
+
"privacy": "public",
|
|
1309
|
+
"inheritedFrom": {
|
|
1310
|
+
"name": "SelectEditor",
|
|
1311
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
1312
|
+
}
|
|
1313
|
+
},
|
|
1314
|
+
{
|
|
1315
|
+
"kind": "field",
|
|
1316
|
+
"name": "combobox",
|
|
1317
|
+
"type": {
|
|
1318
|
+
"text": "any"
|
|
1319
|
+
},
|
|
1320
|
+
"privacy": "public",
|
|
1321
|
+
"inheritedFrom": {
|
|
1322
|
+
"name": "SelectEditor",
|
|
1323
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
1324
|
+
}
|
|
1325
|
+
},
|
|
1326
|
+
{
|
|
1327
|
+
"kind": "method",
|
|
1328
|
+
"name": "init",
|
|
1329
|
+
"privacy": "public",
|
|
1330
|
+
"parameters": [
|
|
1331
|
+
{
|
|
1332
|
+
"name": "params",
|
|
1333
|
+
"type": {
|
|
1334
|
+
"text": "SelectEditorParams"
|
|
1335
|
+
}
|
|
1336
|
+
}
|
|
1337
|
+
],
|
|
1338
|
+
"inheritedFrom": {
|
|
1339
|
+
"name": "SelectEditor",
|
|
1340
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
1341
|
+
}
|
|
1342
|
+
},
|
|
1343
|
+
{
|
|
1344
|
+
"kind": "method",
|
|
1345
|
+
"name": "getGui",
|
|
1346
|
+
"privacy": "public",
|
|
1347
|
+
"return": {
|
|
1348
|
+
"type": {
|
|
1349
|
+
"text": "HTMLElement"
|
|
1350
|
+
}
|
|
1351
|
+
},
|
|
1352
|
+
"inheritedFrom": {
|
|
1353
|
+
"name": "SelectEditor",
|
|
1354
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
1355
|
+
}
|
|
1356
|
+
},
|
|
1357
|
+
{
|
|
1358
|
+
"kind": "method",
|
|
1359
|
+
"name": "destroy",
|
|
1360
|
+
"privacy": "public",
|
|
1361
|
+
"return": {
|
|
1362
|
+
"type": {
|
|
1363
|
+
"text": "void"
|
|
1364
|
+
}
|
|
1365
|
+
},
|
|
1366
|
+
"inheritedFrom": {
|
|
1367
|
+
"name": "SelectEditor",
|
|
1368
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
1369
|
+
}
|
|
1370
|
+
},
|
|
1371
|
+
{
|
|
1372
|
+
"kind": "method",
|
|
1373
|
+
"name": "refresh",
|
|
1374
|
+
"privacy": "public",
|
|
1375
|
+
"return": {
|
|
1376
|
+
"type": {
|
|
1377
|
+
"text": "boolean"
|
|
1378
|
+
}
|
|
1379
|
+
},
|
|
1380
|
+
"parameters": [
|
|
1381
|
+
{
|
|
1382
|
+
"name": "params",
|
|
1383
|
+
"type": {
|
|
1384
|
+
"text": "SelectEditorParams"
|
|
1385
|
+
}
|
|
1386
|
+
}
|
|
1387
|
+
],
|
|
1388
|
+
"inheritedFrom": {
|
|
1389
|
+
"name": "SelectEditor",
|
|
1390
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
1391
|
+
}
|
|
1392
|
+
},
|
|
1393
|
+
{
|
|
1394
|
+
"kind": "method",
|
|
1395
|
+
"name": "getValue",
|
|
1396
|
+
"inheritedFrom": {
|
|
1397
|
+
"name": "SelectEditor",
|
|
1398
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
1399
|
+
}
|
|
1400
|
+
},
|
|
1401
|
+
{
|
|
1402
|
+
"kind": "method",
|
|
1403
|
+
"name": "isPopup",
|
|
1404
|
+
"return": {
|
|
1405
|
+
"type": {
|
|
1406
|
+
"text": "boolean"
|
|
1407
|
+
}
|
|
1408
|
+
},
|
|
1409
|
+
"inheritedFrom": {
|
|
1410
|
+
"name": "SelectEditor",
|
|
1411
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
1412
|
+
}
|
|
1413
|
+
},
|
|
1414
|
+
{
|
|
1415
|
+
"kind": "method",
|
|
1416
|
+
"name": "afterGuiAttached",
|
|
1417
|
+
"inheritedFrom": {
|
|
1418
|
+
"name": "SelectEditor",
|
|
1419
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
1420
|
+
}
|
|
1421
|
+
},
|
|
1422
|
+
{
|
|
1423
|
+
"kind": "field",
|
|
1424
|
+
"name": "_presentation",
|
|
1425
|
+
"type": {
|
|
1426
|
+
"text": "ComponentPresentation | null | undefined"
|
|
1427
|
+
},
|
|
1428
|
+
"privacy": "private",
|
|
1429
|
+
"default": "void 0",
|
|
1430
|
+
"inheritedFrom": {
|
|
1431
|
+
"name": "FoundationElement",
|
|
1432
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1433
|
+
}
|
|
1434
|
+
},
|
|
1435
|
+
{
|
|
1436
|
+
"kind": "field",
|
|
1437
|
+
"name": "$presentation",
|
|
1438
|
+
"type": {
|
|
1439
|
+
"text": "ComponentPresentation | null"
|
|
1440
|
+
},
|
|
1441
|
+
"privacy": "public",
|
|
1442
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
1443
|
+
"inheritedFrom": {
|
|
1444
|
+
"name": "FoundationElement",
|
|
1445
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1446
|
+
}
|
|
1447
|
+
},
|
|
1448
|
+
{
|
|
1449
|
+
"kind": "field",
|
|
1450
|
+
"name": "template",
|
|
1451
|
+
"type": {
|
|
1452
|
+
"text": "ElementViewTemplate | void | null"
|
|
1453
|
+
},
|
|
1454
|
+
"privacy": "public",
|
|
1455
|
+
"description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
|
|
1456
|
+
"inheritedFrom": {
|
|
1457
|
+
"name": "FoundationElement",
|
|
1458
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1459
|
+
}
|
|
1460
|
+
},
|
|
1461
|
+
{
|
|
1462
|
+
"kind": "method",
|
|
1463
|
+
"name": "templateChanged",
|
|
1464
|
+
"privacy": "protected",
|
|
1465
|
+
"return": {
|
|
1466
|
+
"type": {
|
|
1467
|
+
"text": "void"
|
|
1468
|
+
}
|
|
1469
|
+
},
|
|
1470
|
+
"inheritedFrom": {
|
|
1471
|
+
"name": "FoundationElement",
|
|
1472
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1473
|
+
}
|
|
1474
|
+
},
|
|
1475
|
+
{
|
|
1476
|
+
"kind": "field",
|
|
1477
|
+
"name": "styles",
|
|
1478
|
+
"type": {
|
|
1479
|
+
"text": "ElementStyles | void | null"
|
|
1480
|
+
},
|
|
1481
|
+
"privacy": "public",
|
|
1482
|
+
"description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
|
|
1483
|
+
"inheritedFrom": {
|
|
1484
|
+
"name": "FoundationElement",
|
|
1485
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1486
|
+
}
|
|
1487
|
+
},
|
|
1488
|
+
{
|
|
1489
|
+
"kind": "method",
|
|
1490
|
+
"name": "stylesChanged",
|
|
1491
|
+
"privacy": "protected",
|
|
1492
|
+
"return": {
|
|
1493
|
+
"type": {
|
|
1494
|
+
"text": "void"
|
|
1495
|
+
}
|
|
1496
|
+
},
|
|
1497
|
+
"inheritedFrom": {
|
|
1498
|
+
"name": "FoundationElement",
|
|
1499
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1500
|
+
}
|
|
1501
|
+
},
|
|
1502
|
+
{
|
|
1503
|
+
"kind": "method",
|
|
1504
|
+
"name": "compose",
|
|
1505
|
+
"privacy": "public",
|
|
1506
|
+
"static": true,
|
|
1507
|
+
"return": {
|
|
1508
|
+
"type": {
|
|
1509
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
1510
|
+
}
|
|
1511
|
+
},
|
|
1512
|
+
"parameters": [
|
|
1513
|
+
{
|
|
1514
|
+
"name": "this",
|
|
1515
|
+
"type": {
|
|
1516
|
+
"text": "K"
|
|
1517
|
+
}
|
|
1518
|
+
},
|
|
1519
|
+
{
|
|
1520
|
+
"name": "elementDefinition",
|
|
1521
|
+
"type": {
|
|
1522
|
+
"text": "T"
|
|
1523
|
+
},
|
|
1524
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
1525
|
+
}
|
|
1526
|
+
],
|
|
1527
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
1528
|
+
"inheritedFrom": {
|
|
1529
|
+
"name": "FoundationElement",
|
|
1530
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1531
|
+
}
|
|
1532
|
+
}
|
|
1533
|
+
]
|
|
1534
|
+
},
|
|
1535
|
+
{
|
|
1536
|
+
"kind": "variable",
|
|
1537
|
+
"name": "zeroAgSelectEditor",
|
|
1538
|
+
"description": "The Zero Select editor",
|
|
1539
|
+
"privacy": "public"
|
|
1540
|
+
}
|
|
1541
|
+
],
|
|
1542
|
+
"exports": [
|
|
1543
|
+
{
|
|
1544
|
+
"kind": "js",
|
|
1545
|
+
"name": "ZeroSelectEditor",
|
|
1546
|
+
"declaration": {
|
|
1547
|
+
"name": "ZeroSelectEditor",
|
|
1548
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
1549
|
+
}
|
|
1550
|
+
},
|
|
1551
|
+
{
|
|
1552
|
+
"kind": "js",
|
|
1553
|
+
"name": "zeroAgSelectEditor",
|
|
1554
|
+
"declaration": {
|
|
1555
|
+
"name": "zeroAgSelectEditor",
|
|
1556
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
1557
|
+
}
|
|
1558
|
+
}
|
|
1559
|
+
]
|
|
1560
|
+
},
|
|
1252
1561
|
{
|
|
1253
1562
|
"kind": "javascript-module",
|
|
1254
1563
|
"path": "src/cell-renderers/action.renderer.ts",
|
|
@@ -1745,7 +2054,7 @@
|
|
|
1745
2054
|
"kind": "field",
|
|
1746
2055
|
"name": "params",
|
|
1747
2056
|
"type": {
|
|
1748
|
-
"text": "
|
|
2057
|
+
"text": "ICellRendererParams"
|
|
1749
2058
|
},
|
|
1750
2059
|
"privacy": "public",
|
|
1751
2060
|
"inheritedFrom": {
|
|
@@ -1753,6 +2062,17 @@
|
|
|
1753
2062
|
"module": "src/cell-renderers/boolean.renderer.ts"
|
|
1754
2063
|
}
|
|
1755
2064
|
},
|
|
2065
|
+
{
|
|
2066
|
+
"kind": "field",
|
|
2067
|
+
"name": "selected",
|
|
2068
|
+
"type": {
|
|
2069
|
+
"text": "boolean"
|
|
2070
|
+
},
|
|
2071
|
+
"inheritedFrom": {
|
|
2072
|
+
"name": "BooleanRenderer",
|
|
2073
|
+
"module": "src/cell-renderers/boolean.renderer.ts"
|
|
2074
|
+
}
|
|
2075
|
+
},
|
|
1756
2076
|
{
|
|
1757
2077
|
"kind": "method",
|
|
1758
2078
|
"name": "init",
|
|
@@ -1761,7 +2081,7 @@
|
|
|
1761
2081
|
{
|
|
1762
2082
|
"name": "params",
|
|
1763
2083
|
"type": {
|
|
1764
|
-
"text": "
|
|
2084
|
+
"text": "ICellRendererParams"
|
|
1765
2085
|
}
|
|
1766
2086
|
}
|
|
1767
2087
|
],
|
|
@@ -1770,6 +2090,20 @@
|
|
|
1770
2090
|
"module": "src/cell-renderers/boolean.renderer.ts"
|
|
1771
2091
|
}
|
|
1772
2092
|
},
|
|
2093
|
+
{
|
|
2094
|
+
"kind": "method",
|
|
2095
|
+
"name": "changeHandler",
|
|
2096
|
+
"privacy": "public",
|
|
2097
|
+
"parameters": [
|
|
2098
|
+
{
|
|
2099
|
+
"name": "e"
|
|
2100
|
+
}
|
|
2101
|
+
],
|
|
2102
|
+
"inheritedFrom": {
|
|
2103
|
+
"name": "BooleanRenderer",
|
|
2104
|
+
"module": "src/cell-renderers/boolean.renderer.ts"
|
|
2105
|
+
}
|
|
2106
|
+
},
|
|
1773
2107
|
{
|
|
1774
2108
|
"kind": "method",
|
|
1775
2109
|
"name": "getGui",
|
|
@@ -1801,7 +2135,7 @@
|
|
|
1801
2135
|
{
|
|
1802
2136
|
"name": "params",
|
|
1803
2137
|
"type": {
|
|
1804
|
-
"text": "
|
|
2138
|
+
"text": "ICellRendererParams"
|
|
1805
2139
|
}
|
|
1806
2140
|
}
|
|
1807
2141
|
],
|
|
@@ -1810,6 +2144,14 @@
|
|
|
1810
2144
|
"module": "src/cell-renderers/boolean.renderer.ts"
|
|
1811
2145
|
}
|
|
1812
2146
|
},
|
|
2147
|
+
{
|
|
2148
|
+
"kind": "method",
|
|
2149
|
+
"name": "getValue",
|
|
2150
|
+
"inheritedFrom": {
|
|
2151
|
+
"name": "BooleanRenderer",
|
|
2152
|
+
"module": "src/cell-renderers/boolean.renderer.ts"
|
|
2153
|
+
}
|
|
2154
|
+
},
|
|
1813
2155
|
{
|
|
1814
2156
|
"kind": "field",
|
|
1815
2157
|
"name": "_presentation",
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/cell-editors/index.ts"],"names":[],"mappings":"AAAA,cAAc,iBAAiB,CAAC"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { SelectEditor } from '@genesislcap/grid-pro';
|
|
2
|
+
/**
|
|
3
|
+
* @tagname %%prefix%%-select-editor
|
|
4
|
+
*/
|
|
5
|
+
export declare class ZeroSelectEditor extends SelectEditor {
|
|
6
|
+
}
|
|
7
|
+
/**
|
|
8
|
+
* The Zero Select editor
|
|
9
|
+
*
|
|
10
|
+
* @public
|
|
11
|
+
* @remarks
|
|
12
|
+
* HTML Element: \<zero-select-editor\>
|
|
13
|
+
*/
|
|
14
|
+
export declare const zeroAgSelectEditor: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<{
|
|
15
|
+
baseName: string;
|
|
16
|
+
styles: import("@microsoft/fast-element").ElementStyles;
|
|
17
|
+
template: import("@microsoft/fast-element").ViewTemplate<SelectEditor, any>;
|
|
18
|
+
}>) => import("@microsoft/fast-foundation").FoundationElementRegistry<{
|
|
19
|
+
baseName: string;
|
|
20
|
+
styles: import("@microsoft/fast-element").ElementStyles;
|
|
21
|
+
template: import("@microsoft/fast-element").ViewTemplate<SelectEditor, any>;
|
|
22
|
+
}, typeof ZeroSelectEditor>;
|
|
23
|
+
//# sourceMappingURL=select.editor.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"select.editor.d.ts","sourceRoot":"","sources":["../../../src/cell-editors/select.editor.ts"],"names":[],"mappings":"AAAA,OAAO,EAA2B,YAAY,EAAwB,MAAM,uBAAuB,CAAC;AAEpG;;GAEG;AACH,qBAAa,gBAAiB,SAAQ,YAAY;CAAG;AAErD;;;;;;GAMG;AACH,eAAO,MAAM,kBAAkB;;;;;;;;2BAI7B,CAAC"}
|
|
@@ -14,10 +14,10 @@ export declare class ZeroBooleanRenderer extends BooleanRenderer {
|
|
|
14
14
|
export declare const zeroAgBooleanRenderer: (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<BooleanRenderer, 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<BooleanRenderer, any>;
|
|
22
22
|
}, typeof ZeroBooleanRenderer>;
|
|
23
23
|
//# sourceMappingURL=boolean.renderer.d.ts.map
|
|
@@ -19,11 +19,11 @@ export declare const zeroGridComponents: {
|
|
|
19
19
|
zeroAgBooleanRenderer: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<{
|
|
20
20
|
baseName: string;
|
|
21
21
|
styles: import("@microsoft/fast-element").ElementStyles;
|
|
22
|
-
template: import("@microsoft/fast-element").ViewTemplate<
|
|
22
|
+
template: import("@microsoft/fast-element").ViewTemplate<import("@genesislcap/grid-pro").BooleanRenderer, any>;
|
|
23
23
|
}>) => import("@microsoft/fast-foundation").FoundationElementRegistry<{
|
|
24
24
|
baseName: string;
|
|
25
25
|
styles: import("@microsoft/fast-element").ElementStyles;
|
|
26
|
-
template: import("@microsoft/fast-element").ViewTemplate<
|
|
26
|
+
template: import("@microsoft/fast-element").ViewTemplate<import("@genesislcap/grid-pro").BooleanRenderer, any>;
|
|
27
27
|
}, typeof import("./cell-renderers").ZeroBooleanRenderer>;
|
|
28
28
|
zeroAgTextRenderer: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<{
|
|
29
29
|
baseName: string;
|
|
@@ -43,6 +43,15 @@ export declare const zeroGridComponents: {
|
|
|
43
43
|
styles: import("@microsoft/fast-element").ElementStyles;
|
|
44
44
|
template: import("@microsoft/fast-element").ViewTemplate<any, any>;
|
|
45
45
|
}, typeof import("./cell-renderers").ZeroAgSelectRenderer>;
|
|
46
|
+
zeroSelectEditor: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<{
|
|
47
|
+
baseName: string;
|
|
48
|
+
styles: import("@microsoft/fast-element").ElementStyles;
|
|
49
|
+
template: import("@microsoft/fast-element").ViewTemplate<import("@genesislcap/grid-pro").SelectEditor, any>;
|
|
50
|
+
}>) => import("@microsoft/fast-foundation").FoundationElementRegistry<{
|
|
51
|
+
baseName: string;
|
|
52
|
+
styles: import("@microsoft/fast-element").ElementStyles;
|
|
53
|
+
template: import("@microsoft/fast-element").ViewTemplate<import("@genesislcap/grid-pro").SelectEditor, any>;
|
|
54
|
+
}, typeof import("./cell-editors/select.editor").ZeroSelectEditor>;
|
|
46
55
|
zeroGridPro: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<{
|
|
47
56
|
shadowOptions: any;
|
|
48
57
|
baseName: string;
|
|
@@ -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;
|
|
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;AAW5D,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAQR,SAAS,WAAW,GAAG,EAAE;CAa/C,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"grid-pro.d.ts","sourceRoot":"","sources":["../../src/grid-pro.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AACtD,OAAO,EACL,OAAO,EAIR,MAAM,uBAAuB,CAAC;
|
|
1
|
+
{"version":3,"file":"grid-pro.d.ts","sourceRoot":"","sources":["../../src/grid-pro.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AACtD,OAAO,EACL,OAAO,EAIR,MAAM,uBAAuB,CAAC;AAc/B;;GAEG;AACH,qBAAa,WAAY,SAAQ,OAAO;IACtC;;;OAGG;IACH,KAAK,SAAqB;IAC1B,YAAY,CAAC,QAAQ,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM;IAK/C;;;OAGG;IACH,IAAI,WAAW,CAAC,OAAO,EAAE,WAAW,EAgBnC;CACF;AAGD,eAAO,MAAM,wBAAwB,EAAE,cAA+C,CAAC;AACvF,eAAO,MAAM,wBAAwB;;CAAmB,CAAC;AAEzD,eAAO,MAAM,WAAW;;;;;;;;;;sBAMtB,CAAC"}
|
package/dist/dts/index.d.ts
CHANGED
package/dist/dts/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAC;AAC3B,cAAc,mBAAmB,CAAC;AAClC,cAAc,qBAAqB,CAAC;AACpC,cAAc,kBAAkB,CAAC;AACjC,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AAExB,cAAc,mBAAmB,CAAC;AAElC,cAAc,uBAAuB,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAC;AAC3B,cAAc,mBAAmB,CAAC;AAClC,cAAc,qBAAqB,CAAC;AACpC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,kBAAkB,CAAC;AACjC,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AAExB,cAAc,mBAAmB,CAAC;AAElC,cAAc,uBAAuB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './select.editor';
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { getSelectEditorTemplate, SelectEditor, agSelectEditorStyles } from '@genesislcap/grid-pro';
|
|
2
|
+
/**
|
|
3
|
+
* @tagname %%prefix%%-select-editor
|
|
4
|
+
*/
|
|
5
|
+
export class ZeroSelectEditor extends SelectEditor {
|
|
6
|
+
}
|
|
7
|
+
/**
|
|
8
|
+
* The Zero Select editor
|
|
9
|
+
*
|
|
10
|
+
* @public
|
|
11
|
+
* @remarks
|
|
12
|
+
* HTML Element: \<zero-select-editor\>
|
|
13
|
+
*/
|
|
14
|
+
export const zeroAgSelectEditor = ZeroSelectEditor.compose({
|
|
15
|
+
baseName: 'select-editor',
|
|
16
|
+
styles: agSelectEditorStyles,
|
|
17
|
+
template: getSelectEditorTemplate('zero'),
|
|
18
|
+
});
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { zeroAgSelectEditor } from './cell-editors/select.editor';
|
|
1
2
|
import { zeroAgActionRenderer, zeroAgActionsMenuRenderer, zeroAgBooleanRenderer, zeroAgSelectRenderer, zeroAgTextRenderer, } from './cell-renderers';
|
|
2
3
|
import { zeroGridPro } from './grid-pro';
|
|
3
4
|
export const zeroGridComponents = {
|
|
@@ -6,6 +7,7 @@ export const zeroGridComponents = {
|
|
|
6
7
|
zeroAgBooleanRenderer,
|
|
7
8
|
zeroAgTextRenderer,
|
|
8
9
|
zeroAgSelectRenderer,
|
|
10
|
+
zeroSelectEditor: zeroAgSelectEditor,
|
|
9
11
|
zeroGridPro,
|
|
10
12
|
register(container, ...rest) {
|
|
11
13
|
if (!container) {
|
package/dist/esm/grid-pro.js
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { GridPro, GridProRendererTypes, foundationGridProShadowOptions, defaultGridProConfig as foundationConfig, } from '@genesislcap/grid-pro';
|
|
2
|
+
import { ZeroSelectEditor } from './cell-editors';
|
|
2
3
|
import { ZeroAgActionRenderer, ZeroAgActionsMenuRenderer, ZeroBooleanRenderer, } from './cell-renderers';
|
|
3
4
|
import { zeroGridProStyles as styles } from './grid-pro.styles';
|
|
4
5
|
import { zeroGridProTemplate as template } from './grid-pro.template';
|
|
@@ -32,6 +33,7 @@ export class ZeroGridPro extends GridPro {
|
|
|
32
33
|
[GridProRendererTypes.action]: ZeroAgActionRenderer,
|
|
33
34
|
[GridProRendererTypes.actionsMenu]: ZeroAgActionsMenuRenderer,
|
|
34
35
|
[GridProRendererTypes.boolean]: ZeroBooleanRenderer,
|
|
36
|
+
[GridProRendererTypes.selectEditor]: ZeroSelectEditor,
|
|
35
37
|
};
|
|
36
38
|
const isRapidTheme = this.theme === themeGenesisRapid || this.theme === themeGenesisRapidDark;
|
|
37
39
|
if (isRapidTheme) {
|
package/dist/esm/index.js
CHANGED
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.101.1",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -27,13 +27,13 @@
|
|
|
27
27
|
"serve": "genx serve"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
|
-
"@genesislcap/genx": "14.
|
|
30
|
+
"@genesislcap/genx": "14.101.1",
|
|
31
31
|
"rimraf": "^3.0.2"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@genesislcap/foundation-ui": "14.
|
|
35
|
-
"@genesislcap/foundation-zero": "14.
|
|
36
|
-
"@genesislcap/grid-pro": "14.
|
|
34
|
+
"@genesislcap/foundation-ui": "14.101.1",
|
|
35
|
+
"@genesislcap/foundation-zero": "14.101.1",
|
|
36
|
+
"@genesislcap/grid-pro": "14.101.1",
|
|
37
37
|
"@microsoft/fast-colors": "^5.1.4",
|
|
38
38
|
"@microsoft/fast-components": "^2.21.3",
|
|
39
39
|
"@microsoft/fast-element": "^1.7.0",
|
|
@@ -54,5 +54,5 @@
|
|
|
54
54
|
"access": "public"
|
|
55
55
|
},
|
|
56
56
|
"customElements": "dist/custom-elements.json",
|
|
57
|
-
"gitHead": "
|
|
57
|
+
"gitHead": "103f9b840d36e413d1aec9d321e50606b045e65a"
|
|
58
58
|
}
|