@genesislcap/grid-tabulator 15.9.1 → 15.10.0-GENC-1480.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.
- package/dist/custom-elements.json +238 -238
- package/dist/dts/react.d.ts +9 -9
- package/dist/react.cjs +6 -6
- package/dist/react.mjs +5 -5
- package/package.json +13 -13
|
@@ -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",
|
|
@@ -4548,6 +4310,244 @@
|
|
|
4548
4310
|
}
|
|
4549
4311
|
]
|
|
4550
4312
|
},
|
|
4313
|
+
{
|
|
4314
|
+
"kind": "javascript-module",
|
|
4315
|
+
"path": "src/cell/cell.ts",
|
|
4316
|
+
"declarations": [
|
|
4317
|
+
{
|
|
4318
|
+
"kind": "class",
|
|
4319
|
+
"description": "The GridTabulator Cell element.",
|
|
4320
|
+
"name": "GridTabulatorCell",
|
|
4321
|
+
"members": [
|
|
4322
|
+
{
|
|
4323
|
+
"kind": "field",
|
|
4324
|
+
"name": "renderer",
|
|
4325
|
+
"type": {
|
|
4326
|
+
"text": "CellRendererFunc"
|
|
4327
|
+
},
|
|
4328
|
+
"privacy": "public"
|
|
4329
|
+
},
|
|
4330
|
+
{
|
|
4331
|
+
"kind": "field",
|
|
4332
|
+
"name": "rendererParams",
|
|
4333
|
+
"type": {
|
|
4334
|
+
"text": "CellRendererParams"
|
|
4335
|
+
},
|
|
4336
|
+
"privacy": "public"
|
|
4337
|
+
},
|
|
4338
|
+
{
|
|
4339
|
+
"kind": "field",
|
|
4340
|
+
"name": "slottedRenderer",
|
|
4341
|
+
"type": {
|
|
4342
|
+
"text": "HTMLElement[]"
|
|
4343
|
+
},
|
|
4344
|
+
"privacy": "public"
|
|
4345
|
+
},
|
|
4346
|
+
{
|
|
4347
|
+
"kind": "method",
|
|
4348
|
+
"name": "init",
|
|
4349
|
+
"privacy": "public",
|
|
4350
|
+
"parameters": [
|
|
4351
|
+
{
|
|
4352
|
+
"name": "params",
|
|
4353
|
+
"type": {
|
|
4354
|
+
"text": "CellRendererParams"
|
|
4355
|
+
}
|
|
4356
|
+
}
|
|
4357
|
+
]
|
|
4358
|
+
},
|
|
4359
|
+
{
|
|
4360
|
+
"kind": "method",
|
|
4361
|
+
"name": "getElement",
|
|
4362
|
+
"privacy": "public",
|
|
4363
|
+
"return": {
|
|
4364
|
+
"type": {
|
|
4365
|
+
"text": "HTMLElement"
|
|
4366
|
+
}
|
|
4367
|
+
}
|
|
4368
|
+
},
|
|
4369
|
+
{
|
|
4370
|
+
"kind": "method",
|
|
4371
|
+
"name": "destroy",
|
|
4372
|
+
"privacy": "public"
|
|
4373
|
+
},
|
|
4374
|
+
{
|
|
4375
|
+
"kind": "method",
|
|
4376
|
+
"name": "refresh",
|
|
4377
|
+
"privacy": "public",
|
|
4378
|
+
"return": {
|
|
4379
|
+
"type": {
|
|
4380
|
+
"text": "boolean"
|
|
4381
|
+
}
|
|
4382
|
+
},
|
|
4383
|
+
"parameters": [
|
|
4384
|
+
{
|
|
4385
|
+
"name": "params",
|
|
4386
|
+
"type": {
|
|
4387
|
+
"text": "CellRendererParams"
|
|
4388
|
+
}
|
|
4389
|
+
}
|
|
4390
|
+
]
|
|
4391
|
+
},
|
|
4392
|
+
{
|
|
4393
|
+
"kind": "method",
|
|
4394
|
+
"name": "slottedRendererChanged",
|
|
4395
|
+
"privacy": "public"
|
|
4396
|
+
},
|
|
4397
|
+
{
|
|
4398
|
+
"kind": "field",
|
|
4399
|
+
"name": "_presentation",
|
|
4400
|
+
"type": {
|
|
4401
|
+
"text": "ComponentPresentation | null | undefined"
|
|
4402
|
+
},
|
|
4403
|
+
"privacy": "private",
|
|
4404
|
+
"default": "void 0",
|
|
4405
|
+
"inheritedFrom": {
|
|
4406
|
+
"name": "FoundationElement",
|
|
4407
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
4408
|
+
}
|
|
4409
|
+
},
|
|
4410
|
+
{
|
|
4411
|
+
"kind": "field",
|
|
4412
|
+
"name": "$presentation",
|
|
4413
|
+
"type": {
|
|
4414
|
+
"text": "ComponentPresentation | null"
|
|
4415
|
+
},
|
|
4416
|
+
"privacy": "public",
|
|
4417
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
4418
|
+
"inheritedFrom": {
|
|
4419
|
+
"name": "FoundationElement",
|
|
4420
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
4421
|
+
}
|
|
4422
|
+
},
|
|
4423
|
+
{
|
|
4424
|
+
"kind": "field",
|
|
4425
|
+
"name": "template",
|
|
4426
|
+
"type": {
|
|
4427
|
+
"text": "ElementViewTemplate | void | null"
|
|
4428
|
+
},
|
|
4429
|
+
"privacy": "public",
|
|
4430
|
+
"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.",
|
|
4431
|
+
"inheritedFrom": {
|
|
4432
|
+
"name": "FoundationElement",
|
|
4433
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
4434
|
+
}
|
|
4435
|
+
},
|
|
4436
|
+
{
|
|
4437
|
+
"kind": "method",
|
|
4438
|
+
"name": "templateChanged",
|
|
4439
|
+
"privacy": "protected",
|
|
4440
|
+
"return": {
|
|
4441
|
+
"type": {
|
|
4442
|
+
"text": "void"
|
|
4443
|
+
}
|
|
4444
|
+
},
|
|
4445
|
+
"inheritedFrom": {
|
|
4446
|
+
"name": "FoundationElement",
|
|
4447
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
4448
|
+
}
|
|
4449
|
+
},
|
|
4450
|
+
{
|
|
4451
|
+
"kind": "field",
|
|
4452
|
+
"name": "styles",
|
|
4453
|
+
"type": {
|
|
4454
|
+
"text": "ElementStyles | void | null"
|
|
4455
|
+
},
|
|
4456
|
+
"privacy": "public",
|
|
4457
|
+
"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.",
|
|
4458
|
+
"inheritedFrom": {
|
|
4459
|
+
"name": "FoundationElement",
|
|
4460
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
4461
|
+
}
|
|
4462
|
+
},
|
|
4463
|
+
{
|
|
4464
|
+
"kind": "method",
|
|
4465
|
+
"name": "stylesChanged",
|
|
4466
|
+
"privacy": "protected",
|
|
4467
|
+
"return": {
|
|
4468
|
+
"type": {
|
|
4469
|
+
"text": "void"
|
|
4470
|
+
}
|
|
4471
|
+
},
|
|
4472
|
+
"inheritedFrom": {
|
|
4473
|
+
"name": "FoundationElement",
|
|
4474
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
4475
|
+
}
|
|
4476
|
+
},
|
|
4477
|
+
{
|
|
4478
|
+
"kind": "method",
|
|
4479
|
+
"name": "compose",
|
|
4480
|
+
"privacy": "public",
|
|
4481
|
+
"static": true,
|
|
4482
|
+
"return": {
|
|
4483
|
+
"type": {
|
|
4484
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
4485
|
+
}
|
|
4486
|
+
},
|
|
4487
|
+
"parameters": [
|
|
4488
|
+
{
|
|
4489
|
+
"name": "this",
|
|
4490
|
+
"type": {
|
|
4491
|
+
"text": "K"
|
|
4492
|
+
}
|
|
4493
|
+
},
|
|
4494
|
+
{
|
|
4495
|
+
"name": "elementDefinition",
|
|
4496
|
+
"type": {
|
|
4497
|
+
"text": "T"
|
|
4498
|
+
},
|
|
4499
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
4500
|
+
}
|
|
4501
|
+
],
|
|
4502
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
4503
|
+
"inheritedFrom": {
|
|
4504
|
+
"name": "FoundationElement",
|
|
4505
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
4506
|
+
}
|
|
4507
|
+
}
|
|
4508
|
+
],
|
|
4509
|
+
"superclass": {
|
|
4510
|
+
"name": "FoundationElement",
|
|
4511
|
+
"package": "@microsoft/fast-foundation"
|
|
4512
|
+
},
|
|
4513
|
+
"tagName": "grid-tabulator-cell",
|
|
4514
|
+
"customElement": true
|
|
4515
|
+
}
|
|
4516
|
+
],
|
|
4517
|
+
"exports": [
|
|
4518
|
+
{
|
|
4519
|
+
"kind": "js",
|
|
4520
|
+
"name": "GridTabulatorCell",
|
|
4521
|
+
"declaration": {
|
|
4522
|
+
"name": "GridTabulatorCell",
|
|
4523
|
+
"module": "src/cell/cell.ts"
|
|
4524
|
+
}
|
|
4525
|
+
},
|
|
4526
|
+
{
|
|
4527
|
+
"kind": "custom-element-definition",
|
|
4528
|
+
"name": "grid-tabulator-cell",
|
|
4529
|
+
"declaration": {
|
|
4530
|
+
"name": "GridTabulatorCell",
|
|
4531
|
+
"module": "src/cell/cell.ts"
|
|
4532
|
+
}
|
|
4533
|
+
}
|
|
4534
|
+
]
|
|
4535
|
+
},
|
|
4536
|
+
{
|
|
4537
|
+
"kind": "javascript-module",
|
|
4538
|
+
"path": "src/cell/index.ts",
|
|
4539
|
+
"declarations": [],
|
|
4540
|
+
"exports": [
|
|
4541
|
+
{
|
|
4542
|
+
"kind": "js",
|
|
4543
|
+
"name": "*",
|
|
4544
|
+
"declaration": {
|
|
4545
|
+
"name": "*",
|
|
4546
|
+
"package": "./cell"
|
|
4547
|
+
}
|
|
4548
|
+
}
|
|
4549
|
+
]
|
|
4550
|
+
},
|
|
4551
4551
|
{
|
|
4552
4552
|
"kind": "javascript-module",
|
|
4553
4553
|
"path": "src/external/fonts.ts",
|
package/dist/dts/react.d.ts
CHANGED
|
@@ -50,15 +50,6 @@ export declare const GridTabulator: React.ForwardRefExoticComponent<
|
|
|
50
50
|
>;
|
|
51
51
|
export type GridTabulatorRef = GridTabulatorWC;
|
|
52
52
|
|
|
53
|
-
export declare const GridTabulatorCell: React.ForwardRefExoticComponent<
|
|
54
|
-
React.PropsWithChildren<
|
|
55
|
-
Omit<PublicOf<GridTabulatorCellWC>, 'children' | 'style'> &
|
|
56
|
-
HTMLWCProps & {
|
|
57
|
-
}
|
|
58
|
-
> & React.RefAttributes<GridTabulatorCellWC>
|
|
59
|
-
>;
|
|
60
|
-
export type GridTabulatorCellRef = GridTabulatorCellWC;
|
|
61
|
-
|
|
62
53
|
export declare const GridTabulatorColumn: React.ForwardRefExoticComponent<
|
|
63
54
|
React.PropsWithChildren<
|
|
64
55
|
Omit<PublicOf<GridTabulatorColumnWC>, 'children' | 'style'> &
|
|
@@ -80,4 +71,13 @@ export declare const GridTabulatorClientSideDatasource: React.ForwardRefExoticCo
|
|
|
80
71
|
>;
|
|
81
72
|
export type GridTabulatorClientSideDatasourceRef = GridTabulatorClientSideDatasourceWC;
|
|
82
73
|
|
|
74
|
+
export declare const GridTabulatorCell: React.ForwardRefExoticComponent<
|
|
75
|
+
React.PropsWithChildren<
|
|
76
|
+
Omit<PublicOf<GridTabulatorCellWC>, 'children' | 'style'> &
|
|
77
|
+
HTMLWCProps & {
|
|
78
|
+
}
|
|
79
|
+
> & React.RefAttributes<GridTabulatorCellWC>
|
|
80
|
+
>;
|
|
81
|
+
export type GridTabulatorCellRef = GridTabulatorCellWC;
|
|
82
|
+
|
|
83
83
|
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": "15.
|
|
4
|
+
"version": "15.10.0-GENC-1480.2",
|
|
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": "15.
|
|
45
|
-
"@genesislcap/genx": "15.
|
|
46
|
-
"@genesislcap/rollup-builder": "15.
|
|
47
|
-
"@genesislcap/ts-builder": "15.
|
|
48
|
-
"@genesislcap/uvu-playwright-builder": "15.
|
|
49
|
-
"@genesislcap/vite-builder": "15.
|
|
50
|
-
"@genesislcap/webpack-builder": "15.
|
|
44
|
+
"@genesislcap/foundation-testing": "15.10.0-GENC-1480.2",
|
|
45
|
+
"@genesislcap/genx": "15.10.0-GENC-1480.2",
|
|
46
|
+
"@genesislcap/rollup-builder": "15.10.0-GENC-1480.2",
|
|
47
|
+
"@genesislcap/ts-builder": "15.10.0-GENC-1480.2",
|
|
48
|
+
"@genesislcap/uvu-playwright-builder": "15.10.0-GENC-1480.2",
|
|
49
|
+
"@genesislcap/vite-builder": "15.10.0-GENC-1480.2",
|
|
50
|
+
"@genesislcap/webpack-builder": "15.10.0-GENC-1480.2",
|
|
51
51
|
"@types/tabulator-tables": "6.2.6"
|
|
52
52
|
},
|
|
53
53
|
"dependencies": {
|
|
54
|
-
"@genesislcap/foundation-comms": "15.
|
|
55
|
-
"@genesislcap/foundation-logger": "15.
|
|
56
|
-
"@genesislcap/foundation-ui": "15.
|
|
57
|
-
"@genesislcap/foundation-utils": "15.
|
|
54
|
+
"@genesislcap/foundation-comms": "15.10.0-GENC-1480.2",
|
|
55
|
+
"@genesislcap/foundation-logger": "15.10.0-GENC-1480.2",
|
|
56
|
+
"@genesislcap/foundation-ui": "15.10.0-GENC-1480.2",
|
|
57
|
+
"@genesislcap/foundation-utils": "15.10.0-GENC-1480.2",
|
|
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": "
|
|
89
|
+
"gitHead": "862d0282a0c51bab2514311076121125740b5280"
|
|
90
90
|
}
|