@genesislcap/grid-tabulator 14.444.1-GENC-1262.1 → 14.445.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.
@@ -1417,244 +1417,6 @@
1417
1417
  "declarations": [],
1418
1418
  "exports": []
1419
1419
  },
1420
- {
1421
- "kind": "javascript-module",
1422
- "path": "src/cell/cell.ts",
1423
- "declarations": [
1424
- {
1425
- "kind": "class",
1426
- "description": "The GridTabulator Cell element.",
1427
- "name": "GridTabulatorCell",
1428
- "members": [
1429
- {
1430
- "kind": "field",
1431
- "name": "renderer",
1432
- "type": {
1433
- "text": "CellRendererFunc"
1434
- },
1435
- "privacy": "public"
1436
- },
1437
- {
1438
- "kind": "field",
1439
- "name": "rendererParams",
1440
- "type": {
1441
- "text": "CellRendererParams"
1442
- },
1443
- "privacy": "public"
1444
- },
1445
- {
1446
- "kind": "field",
1447
- "name": "slottedRenderer",
1448
- "type": {
1449
- "text": "HTMLElement[]"
1450
- },
1451
- "privacy": "public"
1452
- },
1453
- {
1454
- "kind": "method",
1455
- "name": "init",
1456
- "privacy": "public",
1457
- "parameters": [
1458
- {
1459
- "name": "params",
1460
- "type": {
1461
- "text": "CellRendererParams"
1462
- }
1463
- }
1464
- ]
1465
- },
1466
- {
1467
- "kind": "method",
1468
- "name": "getElement",
1469
- "privacy": "public",
1470
- "return": {
1471
- "type": {
1472
- "text": "HTMLElement"
1473
- }
1474
- }
1475
- },
1476
- {
1477
- "kind": "method",
1478
- "name": "destroy",
1479
- "privacy": "public"
1480
- },
1481
- {
1482
- "kind": "method",
1483
- "name": "refresh",
1484
- "privacy": "public",
1485
- "return": {
1486
- "type": {
1487
- "text": "boolean"
1488
- }
1489
- },
1490
- "parameters": [
1491
- {
1492
- "name": "params",
1493
- "type": {
1494
- "text": "CellRendererParams"
1495
- }
1496
- }
1497
- ]
1498
- },
1499
- {
1500
- "kind": "method",
1501
- "name": "slottedRendererChanged",
1502
- "privacy": "public"
1503
- },
1504
- {
1505
- "kind": "field",
1506
- "name": "_presentation",
1507
- "type": {
1508
- "text": "ComponentPresentation | null | undefined"
1509
- },
1510
- "privacy": "private",
1511
- "default": "void 0",
1512
- "inheritedFrom": {
1513
- "name": "FoundationElement",
1514
- "module": "src/foundation-element/foundation-element.ts"
1515
- }
1516
- },
1517
- {
1518
- "kind": "field",
1519
- "name": "$presentation",
1520
- "type": {
1521
- "text": "ComponentPresentation | null"
1522
- },
1523
- "privacy": "public",
1524
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
1525
- "inheritedFrom": {
1526
- "name": "FoundationElement",
1527
- "module": "src/foundation-element/foundation-element.ts"
1528
- }
1529
- },
1530
- {
1531
- "kind": "field",
1532
- "name": "template",
1533
- "type": {
1534
- "text": "ElementViewTemplate | void | null"
1535
- },
1536
- "privacy": "public",
1537
- "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.",
1538
- "inheritedFrom": {
1539
- "name": "FoundationElement",
1540
- "module": "src/foundation-element/foundation-element.ts"
1541
- }
1542
- },
1543
- {
1544
- "kind": "method",
1545
- "name": "templateChanged",
1546
- "privacy": "protected",
1547
- "return": {
1548
- "type": {
1549
- "text": "void"
1550
- }
1551
- },
1552
- "inheritedFrom": {
1553
- "name": "FoundationElement",
1554
- "module": "src/foundation-element/foundation-element.ts"
1555
- }
1556
- },
1557
- {
1558
- "kind": "field",
1559
- "name": "styles",
1560
- "type": {
1561
- "text": "ElementStyles | void | null"
1562
- },
1563
- "privacy": "public",
1564
- "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.",
1565
- "inheritedFrom": {
1566
- "name": "FoundationElement",
1567
- "module": "src/foundation-element/foundation-element.ts"
1568
- }
1569
- },
1570
- {
1571
- "kind": "method",
1572
- "name": "stylesChanged",
1573
- "privacy": "protected",
1574
- "return": {
1575
- "type": {
1576
- "text": "void"
1577
- }
1578
- },
1579
- "inheritedFrom": {
1580
- "name": "FoundationElement",
1581
- "module": "src/foundation-element/foundation-element.ts"
1582
- }
1583
- },
1584
- {
1585
- "kind": "method",
1586
- "name": "compose",
1587
- "privacy": "public",
1588
- "static": true,
1589
- "return": {
1590
- "type": {
1591
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
1592
- }
1593
- },
1594
- "parameters": [
1595
- {
1596
- "name": "this",
1597
- "type": {
1598
- "text": "K"
1599
- }
1600
- },
1601
- {
1602
- "name": "elementDefinition",
1603
- "type": {
1604
- "text": "T"
1605
- },
1606
- "description": "The definition of the element to create the registry\nfunction for."
1607
- }
1608
- ],
1609
- "description": "Defines an element registry function with a set of element definition defaults.",
1610
- "inheritedFrom": {
1611
- "name": "FoundationElement",
1612
- "module": "src/foundation-element/foundation-element.ts"
1613
- }
1614
- }
1615
- ],
1616
- "superclass": {
1617
- "name": "FoundationElement",
1618
- "package": "@microsoft/fast-foundation"
1619
- },
1620
- "tagName": "grid-tabulator-cell",
1621
- "customElement": true
1622
- }
1623
- ],
1624
- "exports": [
1625
- {
1626
- "kind": "js",
1627
- "name": "GridTabulatorCell",
1628
- "declaration": {
1629
- "name": "GridTabulatorCell",
1630
- "module": "src/cell/cell.ts"
1631
- }
1632
- },
1633
- {
1634
- "kind": "custom-element-definition",
1635
- "name": "grid-tabulator-cell",
1636
- "declaration": {
1637
- "name": "GridTabulatorCell",
1638
- "module": "src/cell/cell.ts"
1639
- }
1640
- }
1641
- ]
1642
- },
1643
- {
1644
- "kind": "javascript-module",
1645
- "path": "src/cell/index.ts",
1646
- "declarations": [],
1647
- "exports": [
1648
- {
1649
- "kind": "js",
1650
- "name": "*",
1651
- "declaration": {
1652
- "name": "*",
1653
- "package": "./cell"
1654
- }
1655
- }
1656
- ]
1657
- },
1658
1420
  {
1659
1421
  "kind": "javascript-module",
1660
1422
  "path": "src/cell-editors/date.editor.ts",
@@ -4665,6 +4427,244 @@
4665
4427
  }
4666
4428
  ]
4667
4429
  },
4430
+ {
4431
+ "kind": "javascript-module",
4432
+ "path": "src/cell/cell.ts",
4433
+ "declarations": [
4434
+ {
4435
+ "kind": "class",
4436
+ "description": "The GridTabulator Cell element.",
4437
+ "name": "GridTabulatorCell",
4438
+ "members": [
4439
+ {
4440
+ "kind": "field",
4441
+ "name": "renderer",
4442
+ "type": {
4443
+ "text": "CellRendererFunc"
4444
+ },
4445
+ "privacy": "public"
4446
+ },
4447
+ {
4448
+ "kind": "field",
4449
+ "name": "rendererParams",
4450
+ "type": {
4451
+ "text": "CellRendererParams"
4452
+ },
4453
+ "privacy": "public"
4454
+ },
4455
+ {
4456
+ "kind": "field",
4457
+ "name": "slottedRenderer",
4458
+ "type": {
4459
+ "text": "HTMLElement[]"
4460
+ },
4461
+ "privacy": "public"
4462
+ },
4463
+ {
4464
+ "kind": "method",
4465
+ "name": "init",
4466
+ "privacy": "public",
4467
+ "parameters": [
4468
+ {
4469
+ "name": "params",
4470
+ "type": {
4471
+ "text": "CellRendererParams"
4472
+ }
4473
+ }
4474
+ ]
4475
+ },
4476
+ {
4477
+ "kind": "method",
4478
+ "name": "getElement",
4479
+ "privacy": "public",
4480
+ "return": {
4481
+ "type": {
4482
+ "text": "HTMLElement"
4483
+ }
4484
+ }
4485
+ },
4486
+ {
4487
+ "kind": "method",
4488
+ "name": "destroy",
4489
+ "privacy": "public"
4490
+ },
4491
+ {
4492
+ "kind": "method",
4493
+ "name": "refresh",
4494
+ "privacy": "public",
4495
+ "return": {
4496
+ "type": {
4497
+ "text": "boolean"
4498
+ }
4499
+ },
4500
+ "parameters": [
4501
+ {
4502
+ "name": "params",
4503
+ "type": {
4504
+ "text": "CellRendererParams"
4505
+ }
4506
+ }
4507
+ ]
4508
+ },
4509
+ {
4510
+ "kind": "method",
4511
+ "name": "slottedRendererChanged",
4512
+ "privacy": "public"
4513
+ },
4514
+ {
4515
+ "kind": "field",
4516
+ "name": "_presentation",
4517
+ "type": {
4518
+ "text": "ComponentPresentation | null | undefined"
4519
+ },
4520
+ "privacy": "private",
4521
+ "default": "void 0",
4522
+ "inheritedFrom": {
4523
+ "name": "FoundationElement",
4524
+ "module": "src/foundation-element/foundation-element.ts"
4525
+ }
4526
+ },
4527
+ {
4528
+ "kind": "field",
4529
+ "name": "$presentation",
4530
+ "type": {
4531
+ "text": "ComponentPresentation | null"
4532
+ },
4533
+ "privacy": "public",
4534
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
4535
+ "inheritedFrom": {
4536
+ "name": "FoundationElement",
4537
+ "module": "src/foundation-element/foundation-element.ts"
4538
+ }
4539
+ },
4540
+ {
4541
+ "kind": "field",
4542
+ "name": "template",
4543
+ "type": {
4544
+ "text": "ElementViewTemplate | void | null"
4545
+ },
4546
+ "privacy": "public",
4547
+ "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.",
4548
+ "inheritedFrom": {
4549
+ "name": "FoundationElement",
4550
+ "module": "src/foundation-element/foundation-element.ts"
4551
+ }
4552
+ },
4553
+ {
4554
+ "kind": "method",
4555
+ "name": "templateChanged",
4556
+ "privacy": "protected",
4557
+ "return": {
4558
+ "type": {
4559
+ "text": "void"
4560
+ }
4561
+ },
4562
+ "inheritedFrom": {
4563
+ "name": "FoundationElement",
4564
+ "module": "src/foundation-element/foundation-element.ts"
4565
+ }
4566
+ },
4567
+ {
4568
+ "kind": "field",
4569
+ "name": "styles",
4570
+ "type": {
4571
+ "text": "ElementStyles | void | null"
4572
+ },
4573
+ "privacy": "public",
4574
+ "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.",
4575
+ "inheritedFrom": {
4576
+ "name": "FoundationElement",
4577
+ "module": "src/foundation-element/foundation-element.ts"
4578
+ }
4579
+ },
4580
+ {
4581
+ "kind": "method",
4582
+ "name": "stylesChanged",
4583
+ "privacy": "protected",
4584
+ "return": {
4585
+ "type": {
4586
+ "text": "void"
4587
+ }
4588
+ },
4589
+ "inheritedFrom": {
4590
+ "name": "FoundationElement",
4591
+ "module": "src/foundation-element/foundation-element.ts"
4592
+ }
4593
+ },
4594
+ {
4595
+ "kind": "method",
4596
+ "name": "compose",
4597
+ "privacy": "public",
4598
+ "static": true,
4599
+ "return": {
4600
+ "type": {
4601
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
4602
+ }
4603
+ },
4604
+ "parameters": [
4605
+ {
4606
+ "name": "this",
4607
+ "type": {
4608
+ "text": "K"
4609
+ }
4610
+ },
4611
+ {
4612
+ "name": "elementDefinition",
4613
+ "type": {
4614
+ "text": "T"
4615
+ },
4616
+ "description": "The definition of the element to create the registry\nfunction for."
4617
+ }
4618
+ ],
4619
+ "description": "Defines an element registry function with a set of element definition defaults.",
4620
+ "inheritedFrom": {
4621
+ "name": "FoundationElement",
4622
+ "module": "src/foundation-element/foundation-element.ts"
4623
+ }
4624
+ }
4625
+ ],
4626
+ "superclass": {
4627
+ "name": "FoundationElement",
4628
+ "package": "@microsoft/fast-foundation"
4629
+ },
4630
+ "tagName": "grid-tabulator-cell",
4631
+ "customElement": true
4632
+ }
4633
+ ],
4634
+ "exports": [
4635
+ {
4636
+ "kind": "js",
4637
+ "name": "GridTabulatorCell",
4638
+ "declaration": {
4639
+ "name": "GridTabulatorCell",
4640
+ "module": "src/cell/cell.ts"
4641
+ }
4642
+ },
4643
+ {
4644
+ "kind": "custom-element-definition",
4645
+ "name": "grid-tabulator-cell",
4646
+ "declaration": {
4647
+ "name": "GridTabulatorCell",
4648
+ "module": "src/cell/cell.ts"
4649
+ }
4650
+ }
4651
+ ]
4652
+ },
4653
+ {
4654
+ "kind": "javascript-module",
4655
+ "path": "src/cell/index.ts",
4656
+ "declarations": [],
4657
+ "exports": [
4658
+ {
4659
+ "kind": "js",
4660
+ "name": "*",
4661
+ "declaration": {
4662
+ "name": "*",
4663
+ "package": "./cell"
4664
+ }
4665
+ }
4666
+ ]
4667
+ },
4668
4668
  {
4669
4669
  "kind": "javascript-module",
4670
4670
  "path": "src/style/colors.ts",
@@ -48,15 +48,6 @@ export declare const GridTabulator: React.ForwardRefExoticComponent<
48
48
  >;
49
49
  export type GridTabulatorRef = GridTabulatorWC;
50
50
 
51
- export declare const GridTabulatorCell: React.ForwardRefExoticComponent<
52
- React.PropsWithChildren<
53
- Omit<PublicOf<GridTabulatorCellWC>, 'children' | 'style'> &
54
- HTMLWCProps & {
55
- }
56
- > & React.RefAttributes<GridTabulatorCellWC>
57
- >;
58
- export type GridTabulatorCellRef = GridTabulatorCellWC;
59
-
60
51
  export declare const GridTabulatorColumn: React.ForwardRefExoticComponent<
61
52
  React.PropsWithChildren<
62
53
  Omit<PublicOf<GridTabulatorColumnWC>, 'children' | 'style'> &
@@ -78,4 +69,13 @@ export declare const GridTabulatorClientSideDatasource: React.ForwardRefExoticCo
78
69
  >;
79
70
  export type GridTabulatorClientSideDatasourceRef = GridTabulatorClientSideDatasourceWC;
80
71
 
72
+ export declare const GridTabulatorCell: React.ForwardRefExoticComponent<
73
+ React.PropsWithChildren<
74
+ Omit<PublicOf<GridTabulatorCellWC>, 'children' | 'style'> &
75
+ HTMLWCProps & {
76
+ }
77
+ > & React.RefAttributes<GridTabulatorCellWC>
78
+ >;
79
+ export type GridTabulatorCellRef = GridTabulatorCellWC;
80
+
81
81
  export {};
package/dist/react.cjs CHANGED
@@ -37,11 +37,6 @@ const GridTabulator = React.forwardRef(function GridTabulator(props, ref) {
37
37
  return React.createElement(customElements.getName(GridTabulatorWC) ?? '%%prefix%%-grid-tabulator', { ...rest, ref: _mergeRefs(_innerRef, ref) }, children);
38
38
  });
39
39
 
40
- const GridTabulatorCell = React.forwardRef(function GridTabulatorCell(props, ref) {
41
- const { children, ...rest } = props;
42
- return React.createElement(customElements.getName(GridTabulatorCellWC) ?? 'grid-tabulator-cell', { ...rest, ref }, children);
43
- });
44
-
45
40
  const GridTabulatorColumn = React.forwardRef(function GridTabulatorColumn(props, ref) {
46
41
  const { children, ...rest } = props;
47
42
  return React.createElement(customElements.getName(GridTabulatorColumnWC) ?? 'grid-tabulator-column', { ...rest, ref }, children);
@@ -74,9 +69,14 @@ const GridTabulatorClientSideDatasource = React.forwardRef(function GridTabulato
74
69
  return React.createElement(customElements.getName(GridTabulatorClientSideDatasourceWC) ?? 'grid-tabulator-client-side-datasource', { ...rest, ref: _mergeRefs(_innerRef, ref) }, children);
75
70
  });
76
71
 
72
+ const GridTabulatorCell = React.forwardRef(function GridTabulatorCell(props, ref) {
73
+ const { children, ...rest } = props;
74
+ return React.createElement(customElements.getName(GridTabulatorCellWC) ?? 'grid-tabulator-cell', { ...rest, ref }, children);
75
+ });
76
+
77
77
  module.exports = {
78
78
  GridTabulator,
79
- GridTabulatorCell,
80
79
  GridTabulatorColumn,
81
80
  GridTabulatorClientSideDatasource,
81
+ GridTabulatorCell,
82
82
  };
package/dist/react.mjs CHANGED
@@ -35,11 +35,6 @@ export const GridTabulator = React.forwardRef(function GridTabulator(props, ref)
35
35
  return React.createElement(customElements.getName(GridTabulatorWC) ?? '%%prefix%%-grid-tabulator', { ...rest, ref: _mergeRefs(_innerRef, ref) }, children);
36
36
  });
37
37
 
38
- export const GridTabulatorCell = React.forwardRef(function GridTabulatorCell(props, ref) {
39
- const { children, ...rest } = props;
40
- return React.createElement(customElements.getName(GridTabulatorCellWC) ?? 'grid-tabulator-cell', { ...rest, ref }, children);
41
- });
42
-
43
38
  export const GridTabulatorColumn = React.forwardRef(function GridTabulatorColumn(props, ref) {
44
39
  const { children, ...rest } = props;
45
40
  return React.createElement(customElements.getName(GridTabulatorColumnWC) ?? 'grid-tabulator-column', { ...rest, ref }, children);
@@ -71,3 +66,8 @@ export const GridTabulatorClientSideDatasource = React.forwardRef(function GridT
71
66
  }, []);
72
67
  return React.createElement(customElements.getName(GridTabulatorClientSideDatasourceWC) ?? 'grid-tabulator-client-side-datasource', { ...rest, ref: _mergeRefs(_innerRef, ref) }, children);
73
68
  });
69
+
70
+ export const GridTabulatorCell = React.forwardRef(function GridTabulatorCell(props, ref) {
71
+ const { children, ...rest } = props;
72
+ return React.createElement(customElements.getName(GridTabulatorCellWC) ?? 'grid-tabulator-cell', { ...rest, ref }, children);
73
+ });
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/grid-tabulator",
3
3
  "description": "Genesis Foundation Grid Tabulator",
4
- "version": "14.444.1-GENC-1262.1",
4
+ "version": "14.445.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -41,20 +41,20 @@
41
41
  }
42
42
  },
43
43
  "devDependencies": {
44
- "@genesislcap/foundation-testing": "14.444.1-GENC-1262.1",
45
- "@genesislcap/genx": "14.444.1-GENC-1262.1",
46
- "@genesislcap/rollup-builder": "14.444.1-GENC-1262.1",
47
- "@genesislcap/ts-builder": "14.444.1-GENC-1262.1",
48
- "@genesislcap/uvu-playwright-builder": "14.444.1-GENC-1262.1",
49
- "@genesislcap/vite-builder": "14.444.1-GENC-1262.1",
50
- "@genesislcap/webpack-builder": "14.444.1-GENC-1262.1",
44
+ "@genesislcap/foundation-testing": "14.445.0",
45
+ "@genesislcap/genx": "14.445.0",
46
+ "@genesislcap/rollup-builder": "14.445.0",
47
+ "@genesislcap/ts-builder": "14.445.0",
48
+ "@genesislcap/uvu-playwright-builder": "14.445.0",
49
+ "@genesislcap/vite-builder": "14.445.0",
50
+ "@genesislcap/webpack-builder": "14.445.0",
51
51
  "@types/tabulator-tables": "6.2.6"
52
52
  },
53
53
  "dependencies": {
54
- "@genesislcap/foundation-comms": "14.444.1-GENC-1262.1",
55
- "@genesislcap/foundation-logger": "14.444.1-GENC-1262.1",
56
- "@genesislcap/foundation-ui": "14.444.1-GENC-1262.1",
57
- "@genesislcap/foundation-utils": "14.444.1-GENC-1262.1",
54
+ "@genesislcap/foundation-comms": "14.445.0",
55
+ "@genesislcap/foundation-logger": "14.445.0",
56
+ "@genesislcap/foundation-ui": "14.445.0",
57
+ "@genesislcap/foundation-utils": "14.445.0",
58
58
  "@microsoft/fast-colors": "5.3.1",
59
59
  "@microsoft/fast-components": "2.30.6",
60
60
  "@microsoft/fast-element": "1.14.0",
@@ -86,5 +86,5 @@
86
86
  "require": "./dist/react.cjs"
87
87
  }
88
88
  },
89
- "gitHead": "02c0cf4af9330e5dfd78d9ef6b481192ba87d6a5"
89
+ "gitHead": "ab4f2ce242dedb41dcd82795abf7e0acaf14979c"
90
90
  }