@genesislcap/foundation-zero-grid-pro 14.101.4 → 14.102.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.
@@ -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 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}"
15
+ "default": "{\n zeroAgActionRenderer,\n zeroAgActionsMenuRenderer,\n zeroAgBooleanRenderer,\n zeroAgTextRenderer,\n zeroAgSelectRenderer,\n zeroAgSelectEditor,\n zeroAgNumberEditor,\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": [
@@ -1262,6 +1262,14 @@
1262
1262
  "path": "src/cell-editors/index.ts",
1263
1263
  "declarations": [],
1264
1264
  "exports": [
1265
+ {
1266
+ "kind": "js",
1267
+ "name": "*",
1268
+ "declaration": {
1269
+ "name": "*",
1270
+ "package": "./number.editor"
1271
+ }
1272
+ },
1265
1273
  {
1266
1274
  "kind": "js",
1267
1275
  "name": "*",
@@ -1272,6 +1280,314 @@
1272
1280
  }
1273
1281
  ]
1274
1282
  },
1283
+ {
1284
+ "kind": "javascript-module",
1285
+ "path": "src/cell-editors/number.editor.ts",
1286
+ "declarations": [
1287
+ {
1288
+ "kind": "class",
1289
+ "description": "",
1290
+ "name": "ZeroNumberEditor",
1291
+ "superclass": {
1292
+ "name": "NumberEditor",
1293
+ "package": "@genesislcap/grid-pro"
1294
+ },
1295
+ "tagName": "%%prefix%%-number-editor",
1296
+ "customElement": true,
1297
+ "members": [
1298
+ {
1299
+ "kind": "field",
1300
+ "name": "params",
1301
+ "type": {
1302
+ "text": "NumberEditorParams"
1303
+ },
1304
+ "privacy": "public",
1305
+ "inheritedFrom": {
1306
+ "name": "NumberEditor",
1307
+ "module": "src/cell-editors/number.editor.ts"
1308
+ }
1309
+ },
1310
+ {
1311
+ "kind": "field",
1312
+ "name": "value",
1313
+ "type": {
1314
+ "text": "number"
1315
+ },
1316
+ "privacy": "public",
1317
+ "inheritedFrom": {
1318
+ "name": "NumberEditor",
1319
+ "module": "src/cell-editors/number.editor.ts"
1320
+ }
1321
+ },
1322
+ {
1323
+ "kind": "field",
1324
+ "name": "input",
1325
+ "type": {
1326
+ "text": "any"
1327
+ },
1328
+ "privacy": "public",
1329
+ "inheritedFrom": {
1330
+ "name": "NumberEditor",
1331
+ "module": "src/cell-editors/number.editor.ts"
1332
+ }
1333
+ },
1334
+ {
1335
+ "kind": "method",
1336
+ "name": "init",
1337
+ "privacy": "public",
1338
+ "parameters": [
1339
+ {
1340
+ "name": "params",
1341
+ "type": {
1342
+ "text": "NumberEditorParams"
1343
+ }
1344
+ }
1345
+ ],
1346
+ "inheritedFrom": {
1347
+ "name": "NumberEditor",
1348
+ "module": "src/cell-editors/number.editor.ts"
1349
+ }
1350
+ },
1351
+ {
1352
+ "kind": "method",
1353
+ "name": "getGui",
1354
+ "privacy": "public",
1355
+ "return": {
1356
+ "type": {
1357
+ "text": "HTMLElement"
1358
+ }
1359
+ },
1360
+ "inheritedFrom": {
1361
+ "name": "NumberEditor",
1362
+ "module": "src/cell-editors/number.editor.ts"
1363
+ }
1364
+ },
1365
+ {
1366
+ "kind": "method",
1367
+ "name": "focus",
1368
+ "privacy": "public",
1369
+ "inheritedFrom": {
1370
+ "name": "NumberEditor",
1371
+ "module": "src/cell-editors/number.editor.ts"
1372
+ }
1373
+ },
1374
+ {
1375
+ "kind": "method",
1376
+ "name": "destroy",
1377
+ "privacy": "public",
1378
+ "return": {
1379
+ "type": {
1380
+ "text": "void"
1381
+ }
1382
+ },
1383
+ "inheritedFrom": {
1384
+ "name": "NumberEditor",
1385
+ "module": "src/cell-editors/number.editor.ts"
1386
+ }
1387
+ },
1388
+ {
1389
+ "kind": "method",
1390
+ "name": "refresh",
1391
+ "privacy": "public",
1392
+ "return": {
1393
+ "type": {
1394
+ "text": "boolean"
1395
+ }
1396
+ },
1397
+ "parameters": [
1398
+ {
1399
+ "name": "params",
1400
+ "type": {
1401
+ "text": "NumberEditorParams"
1402
+ }
1403
+ }
1404
+ ],
1405
+ "inheritedFrom": {
1406
+ "name": "NumberEditor",
1407
+ "module": "src/cell-editors/number.editor.ts"
1408
+ }
1409
+ },
1410
+ {
1411
+ "kind": "method",
1412
+ "name": "getValue",
1413
+ "inheritedFrom": {
1414
+ "name": "NumberEditor",
1415
+ "module": "src/cell-editors/number.editor.ts"
1416
+ }
1417
+ },
1418
+ {
1419
+ "kind": "method",
1420
+ "name": "isPopup",
1421
+ "return": {
1422
+ "type": {
1423
+ "text": "boolean"
1424
+ }
1425
+ },
1426
+ "inheritedFrom": {
1427
+ "name": "NumberEditor",
1428
+ "module": "src/cell-editors/number.editor.ts"
1429
+ }
1430
+ },
1431
+ {
1432
+ "kind": "method",
1433
+ "name": "afterGuiAttached",
1434
+ "inheritedFrom": {
1435
+ "name": "NumberEditor",
1436
+ "module": "src/cell-editors/number.editor.ts"
1437
+ }
1438
+ },
1439
+ {
1440
+ "kind": "method",
1441
+ "name": "changeHandler",
1442
+ "parameters": [
1443
+ {
1444
+ "name": "event"
1445
+ }
1446
+ ],
1447
+ "inheritedFrom": {
1448
+ "name": "NumberEditor",
1449
+ "module": "src/cell-editors/number.editor.ts"
1450
+ }
1451
+ },
1452
+ {
1453
+ "kind": "field",
1454
+ "name": "_presentation",
1455
+ "type": {
1456
+ "text": "ComponentPresentation | null | undefined"
1457
+ },
1458
+ "privacy": "private",
1459
+ "default": "void 0",
1460
+ "inheritedFrom": {
1461
+ "name": "FoundationElement",
1462
+ "module": "src/foundation-element/foundation-element.ts"
1463
+ }
1464
+ },
1465
+ {
1466
+ "kind": "field",
1467
+ "name": "$presentation",
1468
+ "type": {
1469
+ "text": "ComponentPresentation | null"
1470
+ },
1471
+ "privacy": "public",
1472
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
1473
+ "inheritedFrom": {
1474
+ "name": "FoundationElement",
1475
+ "module": "src/foundation-element/foundation-element.ts"
1476
+ }
1477
+ },
1478
+ {
1479
+ "kind": "field",
1480
+ "name": "template",
1481
+ "type": {
1482
+ "text": "ElementViewTemplate | void | null"
1483
+ },
1484
+ "privacy": "public",
1485
+ "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.",
1486
+ "inheritedFrom": {
1487
+ "name": "FoundationElement",
1488
+ "module": "src/foundation-element/foundation-element.ts"
1489
+ }
1490
+ },
1491
+ {
1492
+ "kind": "method",
1493
+ "name": "templateChanged",
1494
+ "privacy": "protected",
1495
+ "return": {
1496
+ "type": {
1497
+ "text": "void"
1498
+ }
1499
+ },
1500
+ "inheritedFrom": {
1501
+ "name": "FoundationElement",
1502
+ "module": "src/foundation-element/foundation-element.ts"
1503
+ }
1504
+ },
1505
+ {
1506
+ "kind": "field",
1507
+ "name": "styles",
1508
+ "type": {
1509
+ "text": "ElementStyles | void | null"
1510
+ },
1511
+ "privacy": "public",
1512
+ "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.",
1513
+ "inheritedFrom": {
1514
+ "name": "FoundationElement",
1515
+ "module": "src/foundation-element/foundation-element.ts"
1516
+ }
1517
+ },
1518
+ {
1519
+ "kind": "method",
1520
+ "name": "stylesChanged",
1521
+ "privacy": "protected",
1522
+ "return": {
1523
+ "type": {
1524
+ "text": "void"
1525
+ }
1526
+ },
1527
+ "inheritedFrom": {
1528
+ "name": "FoundationElement",
1529
+ "module": "src/foundation-element/foundation-element.ts"
1530
+ }
1531
+ },
1532
+ {
1533
+ "kind": "method",
1534
+ "name": "compose",
1535
+ "privacy": "public",
1536
+ "static": true,
1537
+ "return": {
1538
+ "type": {
1539
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
1540
+ }
1541
+ },
1542
+ "parameters": [
1543
+ {
1544
+ "name": "this",
1545
+ "type": {
1546
+ "text": "K"
1547
+ }
1548
+ },
1549
+ {
1550
+ "name": "elementDefinition",
1551
+ "type": {
1552
+ "text": "T"
1553
+ },
1554
+ "description": "The definition of the element to create the registry\nfunction for."
1555
+ }
1556
+ ],
1557
+ "description": "Defines an element registry function with a set of element definition defaults.",
1558
+ "inheritedFrom": {
1559
+ "name": "FoundationElement",
1560
+ "module": "src/foundation-element/foundation-element.ts"
1561
+ }
1562
+ }
1563
+ ]
1564
+ },
1565
+ {
1566
+ "kind": "variable",
1567
+ "name": "zeroAgNumberEditor",
1568
+ "description": "The Zero Number editor",
1569
+ "privacy": "public"
1570
+ }
1571
+ ],
1572
+ "exports": [
1573
+ {
1574
+ "kind": "js",
1575
+ "name": "ZeroNumberEditor",
1576
+ "declaration": {
1577
+ "name": "ZeroNumberEditor",
1578
+ "module": "src/cell-editors/number.editor.ts"
1579
+ }
1580
+ },
1581
+ {
1582
+ "kind": "js",
1583
+ "name": "zeroAgNumberEditor",
1584
+ "declaration": {
1585
+ "name": "zeroAgNumberEditor",
1586
+ "module": "src/cell-editors/number.editor.ts"
1587
+ }
1588
+ }
1589
+ ]
1590
+ },
1275
1591
  {
1276
1592
  "kind": "javascript-module",
1277
1593
  "path": "src/cell-editors/select.editor.ts",
@@ -1,2 +1,3 @@
1
+ export * from './number.editor';
1
2
  export * from './select.editor';
2
3
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/cell-editors/index.ts"],"names":[],"mappings":"AAAA,cAAc,iBAAiB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/cell-editors/index.ts"],"names":[],"mappings":"AAAA,cAAc,iBAAiB,CAAC;AAChC,cAAc,iBAAiB,CAAC"}
@@ -0,0 +1,23 @@
1
+ import { NumberEditor } from '@genesislcap/grid-pro';
2
+ /**
3
+ * @tagname %%prefix%%-number-editor
4
+ */
5
+ export declare class ZeroNumberEditor extends NumberEditor {
6
+ }
7
+ /**
8
+ * The Zero Number editor
9
+ *
10
+ * @public
11
+ * @remarks
12
+ * HTML Element: \<zero-number-editor\>
13
+ */
14
+ export declare const zeroAgNumberEditor: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<{
15
+ baseName: string;
16
+ styles: import("@microsoft/fast-element").ElementStyles;
17
+ template: import("@microsoft/fast-element").ViewTemplate<NumberEditor, any>;
18
+ }>) => import("@microsoft/fast-foundation").FoundationElementRegistry<{
19
+ baseName: string;
20
+ styles: import("@microsoft/fast-element").ElementStyles;
21
+ template: import("@microsoft/fast-element").ViewTemplate<NumberEditor, any>;
22
+ }, typeof ZeroNumberEditor>;
23
+ //# sourceMappingURL=number.editor.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"number.editor.d.ts","sourceRoot":"","sources":["../../../src/cell-editors/number.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"}
@@ -43,7 +43,7 @@ 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<{
46
+ zeroAgSelectEditor: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<{
47
47
  baseName: string;
48
48
  styles: import("@microsoft/fast-element").ElementStyles;
49
49
  template: import("@microsoft/fast-element").ViewTemplate<import("@genesislcap/grid-pro").SelectEditor, any>;
@@ -51,7 +51,16 @@ export declare const zeroGridComponents: {
51
51
  baseName: string;
52
52
  styles: import("@microsoft/fast-element").ElementStyles;
53
53
  template: import("@microsoft/fast-element").ViewTemplate<import("@genesislcap/grid-pro").SelectEditor, any>;
54
- }, typeof import("./cell-editors/select.editor").ZeroSelectEditor>;
54
+ }, typeof import("./cell-editors").ZeroSelectEditor>;
55
+ zeroAgNumberEditor: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<{
56
+ baseName: string;
57
+ styles: import("@microsoft/fast-element").ElementStyles;
58
+ template: import("@microsoft/fast-element").ViewTemplate<import("@genesislcap/grid-pro").NumberEditor, any>;
59
+ }>) => import("@microsoft/fast-foundation").FoundationElementRegistry<{
60
+ baseName: string;
61
+ styles: import("@microsoft/fast-element").ElementStyles;
62
+ template: import("@microsoft/fast-element").ViewTemplate<import("@genesislcap/grid-pro").NumberEditor, any>;
63
+ }, typeof import("./cell-editors").ZeroNumberEditor>;
55
64
  zeroGridPro: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<{
56
65
  shadowOptions: any;
57
66
  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;AAW5D,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAQR,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;AAW5D,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBASR,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;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"}
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,EAiBnC;CACF;AAGD,eAAO,MAAM,wBAAwB,EAAE,cAA+C,CAAC;AACvF,eAAO,MAAM,wBAAwB;;CAAmB,CAAC;AAEzD,eAAO,MAAM,WAAW;;;;;;;;;;sBAMtB,CAAC"}
@@ -1 +1,2 @@
1
+ export * from './number.editor';
1
2
  export * from './select.editor';
@@ -0,0 +1,18 @@
1
+ import { getNumberEditorTemplate, NumberEditor, agNumberEditorStyles } from '@genesislcap/grid-pro';
2
+ /**
3
+ * @tagname %%prefix%%-number-editor
4
+ */
5
+ export class ZeroNumberEditor extends NumberEditor {
6
+ }
7
+ /**
8
+ * The Zero Number editor
9
+ *
10
+ * @public
11
+ * @remarks
12
+ * HTML Element: \<zero-number-editor\>
13
+ */
14
+ export const zeroAgNumberEditor = ZeroNumberEditor.compose({
15
+ baseName: 'number-editor',
16
+ styles: agNumberEditorStyles,
17
+ template: getNumberEditorTemplate('zero'),
18
+ });
@@ -1,4 +1,4 @@
1
- import { zeroAgSelectEditor } from './cell-editors/select.editor';
1
+ import { zeroAgNumberEditor, zeroAgSelectEditor } from './cell-editors';
2
2
  import { zeroAgActionRenderer, zeroAgActionsMenuRenderer, zeroAgBooleanRenderer, zeroAgSelectRenderer, zeroAgTextRenderer, } from './cell-renderers';
3
3
  import { zeroGridPro } from './grid-pro';
4
4
  export const zeroGridComponents = {
@@ -7,7 +7,8 @@ export const zeroGridComponents = {
7
7
  zeroAgBooleanRenderer,
8
8
  zeroAgTextRenderer,
9
9
  zeroAgSelectRenderer,
10
- zeroSelectEditor: zeroAgSelectEditor,
10
+ zeroAgSelectEditor,
11
+ zeroAgNumberEditor,
11
12
  zeroGridPro,
12
13
  register(container, ...rest) {
13
14
  if (!container) {
@@ -1,5 +1,5 @@
1
1
  import { GridPro, GridProRendererTypes, foundationGridProShadowOptions, defaultGridProConfig as foundationConfig, } from '@genesislcap/grid-pro';
2
- import { ZeroSelectEditor } from './cell-editors';
2
+ import { ZeroNumberEditor, ZeroSelectEditor } from './cell-editors';
3
3
  import { ZeroAgActionRenderer, ZeroAgActionsMenuRenderer, ZeroBooleanRenderer, } from './cell-renderers';
4
4
  import { zeroGridProStyles as styles } from './grid-pro.styles';
5
5
  import { zeroGridProTemplate as template } from './grid-pro.template';
@@ -34,6 +34,7 @@ export class ZeroGridPro extends GridPro {
34
34
  [GridProRendererTypes.actionsMenu]: ZeroAgActionsMenuRenderer,
35
35
  [GridProRendererTypes.boolean]: ZeroBooleanRenderer,
36
36
  [GridProRendererTypes.selectEditor]: ZeroSelectEditor,
37
+ [GridProRendererTypes.numberEditor]: ZeroNumberEditor,
37
38
  };
38
39
  const isRapidTheme = this.theme === themeGenesisRapid || this.theme === themeGenesisRapidDark;
39
40
  if (isRapidTheme) {
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.101.4",
4
+ "version": "14.102.0",
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.101.4",
30
+ "@genesislcap/genx": "14.102.0",
31
31
  "rimraf": "^3.0.2"
32
32
  },
33
33
  "dependencies": {
34
- "@genesislcap/foundation-ui": "14.101.4",
35
- "@genesislcap/foundation-zero": "14.101.4",
36
- "@genesislcap/grid-pro": "14.101.4",
34
+ "@genesislcap/foundation-ui": "14.102.0",
35
+ "@genesislcap/foundation-zero": "14.102.0",
36
+ "@genesislcap/grid-pro": "14.102.0",
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": "a350ad4e0eda9100d0348c9c38246e1d0e21eb1c"
57
+ "gitHead": "8e85c441c245f1c0dd6eae41f25d2c3059f53a17"
58
58
  }