@genesislcap/grid-tabulator 14.331.0 → 14.332.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.
Files changed (2) hide show
  1. package/dist/custom-elements.json +238 -238
  2. package/package.json +13 -13
@@ -1411,244 +1411,6 @@
1411
1411
  "declarations": [],
1412
1412
  "exports": []
1413
1413
  },
1414
- {
1415
- "kind": "javascript-module",
1416
- "path": "src/cell/cell.ts",
1417
- "declarations": [
1418
- {
1419
- "kind": "class",
1420
- "description": "The GridTabulator Cell element.",
1421
- "name": "GridTabulatorCell",
1422
- "members": [
1423
- {
1424
- "kind": "field",
1425
- "name": "renderer",
1426
- "type": {
1427
- "text": "CellRendererFunc"
1428
- },
1429
- "privacy": "public"
1430
- },
1431
- {
1432
- "kind": "field",
1433
- "name": "rendererParams",
1434
- "type": {
1435
- "text": "CellRendererParams"
1436
- },
1437
- "privacy": "public"
1438
- },
1439
- {
1440
- "kind": "field",
1441
- "name": "slottedRenderer",
1442
- "type": {
1443
- "text": "HTMLElement[]"
1444
- },
1445
- "privacy": "public"
1446
- },
1447
- {
1448
- "kind": "method",
1449
- "name": "init",
1450
- "privacy": "public",
1451
- "parameters": [
1452
- {
1453
- "name": "params",
1454
- "type": {
1455
- "text": "CellRendererParams"
1456
- }
1457
- }
1458
- ]
1459
- },
1460
- {
1461
- "kind": "method",
1462
- "name": "getElement",
1463
- "privacy": "public",
1464
- "return": {
1465
- "type": {
1466
- "text": "HTMLElement"
1467
- }
1468
- }
1469
- },
1470
- {
1471
- "kind": "method",
1472
- "name": "destroy",
1473
- "privacy": "public"
1474
- },
1475
- {
1476
- "kind": "method",
1477
- "name": "refresh",
1478
- "privacy": "public",
1479
- "return": {
1480
- "type": {
1481
- "text": "boolean"
1482
- }
1483
- },
1484
- "parameters": [
1485
- {
1486
- "name": "params",
1487
- "type": {
1488
- "text": "CellRendererParams"
1489
- }
1490
- }
1491
- ]
1492
- },
1493
- {
1494
- "kind": "method",
1495
- "name": "slottedRendererChanged",
1496
- "privacy": "public"
1497
- },
1498
- {
1499
- "kind": "field",
1500
- "name": "_presentation",
1501
- "type": {
1502
- "text": "ComponentPresentation | null | undefined"
1503
- },
1504
- "privacy": "private",
1505
- "default": "void 0",
1506
- "inheritedFrom": {
1507
- "name": "FoundationElement",
1508
- "module": "src/foundation-element/foundation-element.ts"
1509
- }
1510
- },
1511
- {
1512
- "kind": "field",
1513
- "name": "$presentation",
1514
- "type": {
1515
- "text": "ComponentPresentation | null"
1516
- },
1517
- "privacy": "public",
1518
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
1519
- "inheritedFrom": {
1520
- "name": "FoundationElement",
1521
- "module": "src/foundation-element/foundation-element.ts"
1522
- }
1523
- },
1524
- {
1525
- "kind": "field",
1526
- "name": "template",
1527
- "type": {
1528
- "text": "ElementViewTemplate | void | null"
1529
- },
1530
- "privacy": "public",
1531
- "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.",
1532
- "inheritedFrom": {
1533
- "name": "FoundationElement",
1534
- "module": "src/foundation-element/foundation-element.ts"
1535
- }
1536
- },
1537
- {
1538
- "kind": "method",
1539
- "name": "templateChanged",
1540
- "privacy": "protected",
1541
- "return": {
1542
- "type": {
1543
- "text": "void"
1544
- }
1545
- },
1546
- "inheritedFrom": {
1547
- "name": "FoundationElement",
1548
- "module": "src/foundation-element/foundation-element.ts"
1549
- }
1550
- },
1551
- {
1552
- "kind": "field",
1553
- "name": "styles",
1554
- "type": {
1555
- "text": "ElementStyles | void | null"
1556
- },
1557
- "privacy": "public",
1558
- "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.",
1559
- "inheritedFrom": {
1560
- "name": "FoundationElement",
1561
- "module": "src/foundation-element/foundation-element.ts"
1562
- }
1563
- },
1564
- {
1565
- "kind": "method",
1566
- "name": "stylesChanged",
1567
- "privacy": "protected",
1568
- "return": {
1569
- "type": {
1570
- "text": "void"
1571
- }
1572
- },
1573
- "inheritedFrom": {
1574
- "name": "FoundationElement",
1575
- "module": "src/foundation-element/foundation-element.ts"
1576
- }
1577
- },
1578
- {
1579
- "kind": "method",
1580
- "name": "compose",
1581
- "privacy": "public",
1582
- "static": true,
1583
- "return": {
1584
- "type": {
1585
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
1586
- }
1587
- },
1588
- "parameters": [
1589
- {
1590
- "name": "this",
1591
- "type": {
1592
- "text": "K"
1593
- }
1594
- },
1595
- {
1596
- "name": "elementDefinition",
1597
- "type": {
1598
- "text": "T"
1599
- },
1600
- "description": "The definition of the element to create the registry\nfunction for."
1601
- }
1602
- ],
1603
- "description": "Defines an element registry function with a set of element definition defaults.",
1604
- "inheritedFrom": {
1605
- "name": "FoundationElement",
1606
- "module": "src/foundation-element/foundation-element.ts"
1607
- }
1608
- }
1609
- ],
1610
- "superclass": {
1611
- "name": "FoundationElement",
1612
- "package": "@microsoft/fast-foundation"
1613
- },
1614
- "tagName": "grid-tabulator-cell",
1615
- "customElement": true
1616
- }
1617
- ],
1618
- "exports": [
1619
- {
1620
- "kind": "js",
1621
- "name": "GridTabulatorCell",
1622
- "declaration": {
1623
- "name": "GridTabulatorCell",
1624
- "module": "src/cell/cell.ts"
1625
- }
1626
- },
1627
- {
1628
- "kind": "custom-element-definition",
1629
- "name": "grid-tabulator-cell",
1630
- "declaration": {
1631
- "name": "GridTabulatorCell",
1632
- "module": "src/cell/cell.ts"
1633
- }
1634
- }
1635
- ]
1636
- },
1637
- {
1638
- "kind": "javascript-module",
1639
- "path": "src/cell/index.ts",
1640
- "declarations": [],
1641
- "exports": [
1642
- {
1643
- "kind": "js",
1644
- "name": "*",
1645
- "declaration": {
1646
- "name": "*",
1647
- "package": "./cell"
1648
- }
1649
- }
1650
- ]
1651
- },
1652
1414
  {
1653
1415
  "kind": "javascript-module",
1654
1416
  "path": "src/cell-editors/date.editor.ts",
@@ -2936,6 +2698,244 @@
2936
2698
  }
2937
2699
  ]
2938
2700
  },
2701
+ {
2702
+ "kind": "javascript-module",
2703
+ "path": "src/cell/cell.ts",
2704
+ "declarations": [
2705
+ {
2706
+ "kind": "class",
2707
+ "description": "The GridTabulator Cell element.",
2708
+ "name": "GridTabulatorCell",
2709
+ "members": [
2710
+ {
2711
+ "kind": "field",
2712
+ "name": "renderer",
2713
+ "type": {
2714
+ "text": "CellRendererFunc"
2715
+ },
2716
+ "privacy": "public"
2717
+ },
2718
+ {
2719
+ "kind": "field",
2720
+ "name": "rendererParams",
2721
+ "type": {
2722
+ "text": "CellRendererParams"
2723
+ },
2724
+ "privacy": "public"
2725
+ },
2726
+ {
2727
+ "kind": "field",
2728
+ "name": "slottedRenderer",
2729
+ "type": {
2730
+ "text": "HTMLElement[]"
2731
+ },
2732
+ "privacy": "public"
2733
+ },
2734
+ {
2735
+ "kind": "method",
2736
+ "name": "init",
2737
+ "privacy": "public",
2738
+ "parameters": [
2739
+ {
2740
+ "name": "params",
2741
+ "type": {
2742
+ "text": "CellRendererParams"
2743
+ }
2744
+ }
2745
+ ]
2746
+ },
2747
+ {
2748
+ "kind": "method",
2749
+ "name": "getElement",
2750
+ "privacy": "public",
2751
+ "return": {
2752
+ "type": {
2753
+ "text": "HTMLElement"
2754
+ }
2755
+ }
2756
+ },
2757
+ {
2758
+ "kind": "method",
2759
+ "name": "destroy",
2760
+ "privacy": "public"
2761
+ },
2762
+ {
2763
+ "kind": "method",
2764
+ "name": "refresh",
2765
+ "privacy": "public",
2766
+ "return": {
2767
+ "type": {
2768
+ "text": "boolean"
2769
+ }
2770
+ },
2771
+ "parameters": [
2772
+ {
2773
+ "name": "params",
2774
+ "type": {
2775
+ "text": "CellRendererParams"
2776
+ }
2777
+ }
2778
+ ]
2779
+ },
2780
+ {
2781
+ "kind": "method",
2782
+ "name": "slottedRendererChanged",
2783
+ "privacy": "public"
2784
+ },
2785
+ {
2786
+ "kind": "field",
2787
+ "name": "_presentation",
2788
+ "type": {
2789
+ "text": "ComponentPresentation | null | undefined"
2790
+ },
2791
+ "privacy": "private",
2792
+ "default": "void 0",
2793
+ "inheritedFrom": {
2794
+ "name": "FoundationElement",
2795
+ "module": "src/foundation-element/foundation-element.ts"
2796
+ }
2797
+ },
2798
+ {
2799
+ "kind": "field",
2800
+ "name": "$presentation",
2801
+ "type": {
2802
+ "text": "ComponentPresentation | null"
2803
+ },
2804
+ "privacy": "public",
2805
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
2806
+ "inheritedFrom": {
2807
+ "name": "FoundationElement",
2808
+ "module": "src/foundation-element/foundation-element.ts"
2809
+ }
2810
+ },
2811
+ {
2812
+ "kind": "field",
2813
+ "name": "template",
2814
+ "type": {
2815
+ "text": "ElementViewTemplate | void | null"
2816
+ },
2817
+ "privacy": "public",
2818
+ "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.",
2819
+ "inheritedFrom": {
2820
+ "name": "FoundationElement",
2821
+ "module": "src/foundation-element/foundation-element.ts"
2822
+ }
2823
+ },
2824
+ {
2825
+ "kind": "method",
2826
+ "name": "templateChanged",
2827
+ "privacy": "protected",
2828
+ "return": {
2829
+ "type": {
2830
+ "text": "void"
2831
+ }
2832
+ },
2833
+ "inheritedFrom": {
2834
+ "name": "FoundationElement",
2835
+ "module": "src/foundation-element/foundation-element.ts"
2836
+ }
2837
+ },
2838
+ {
2839
+ "kind": "field",
2840
+ "name": "styles",
2841
+ "type": {
2842
+ "text": "ElementStyles | void | null"
2843
+ },
2844
+ "privacy": "public",
2845
+ "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.",
2846
+ "inheritedFrom": {
2847
+ "name": "FoundationElement",
2848
+ "module": "src/foundation-element/foundation-element.ts"
2849
+ }
2850
+ },
2851
+ {
2852
+ "kind": "method",
2853
+ "name": "stylesChanged",
2854
+ "privacy": "protected",
2855
+ "return": {
2856
+ "type": {
2857
+ "text": "void"
2858
+ }
2859
+ },
2860
+ "inheritedFrom": {
2861
+ "name": "FoundationElement",
2862
+ "module": "src/foundation-element/foundation-element.ts"
2863
+ }
2864
+ },
2865
+ {
2866
+ "kind": "method",
2867
+ "name": "compose",
2868
+ "privacy": "public",
2869
+ "static": true,
2870
+ "return": {
2871
+ "type": {
2872
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
2873
+ }
2874
+ },
2875
+ "parameters": [
2876
+ {
2877
+ "name": "this",
2878
+ "type": {
2879
+ "text": "K"
2880
+ }
2881
+ },
2882
+ {
2883
+ "name": "elementDefinition",
2884
+ "type": {
2885
+ "text": "T"
2886
+ },
2887
+ "description": "The definition of the element to create the registry\nfunction for."
2888
+ }
2889
+ ],
2890
+ "description": "Defines an element registry function with a set of element definition defaults.",
2891
+ "inheritedFrom": {
2892
+ "name": "FoundationElement",
2893
+ "module": "src/foundation-element/foundation-element.ts"
2894
+ }
2895
+ }
2896
+ ],
2897
+ "superclass": {
2898
+ "name": "FoundationElement",
2899
+ "package": "@microsoft/fast-foundation"
2900
+ },
2901
+ "tagName": "grid-tabulator-cell",
2902
+ "customElement": true
2903
+ }
2904
+ ],
2905
+ "exports": [
2906
+ {
2907
+ "kind": "js",
2908
+ "name": "GridTabulatorCell",
2909
+ "declaration": {
2910
+ "name": "GridTabulatorCell",
2911
+ "module": "src/cell/cell.ts"
2912
+ }
2913
+ },
2914
+ {
2915
+ "kind": "custom-element-definition",
2916
+ "name": "grid-tabulator-cell",
2917
+ "declaration": {
2918
+ "name": "GridTabulatorCell",
2919
+ "module": "src/cell/cell.ts"
2920
+ }
2921
+ }
2922
+ ]
2923
+ },
2924
+ {
2925
+ "kind": "javascript-module",
2926
+ "path": "src/cell/index.ts",
2927
+ "declarations": [],
2928
+ "exports": [
2929
+ {
2930
+ "kind": "js",
2931
+ "name": "*",
2932
+ "declaration": {
2933
+ "name": "*",
2934
+ "package": "./cell"
2935
+ }
2936
+ }
2937
+ ]
2938
+ },
2939
2939
  {
2940
2940
  "kind": "javascript-module",
2941
2941
  "path": "src/cell-formatters/action.formatter.ts",
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.331.0",
4
+ "version": "14.332.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -39,20 +39,20 @@
39
39
  }
40
40
  },
41
41
  "devDependencies": {
42
- "@genesislcap/foundation-testing": "14.331.0",
43
- "@genesislcap/genx": "14.331.0",
44
- "@genesislcap/rollup-builder": "14.331.0",
45
- "@genesislcap/ts-builder": "14.331.0",
46
- "@genesislcap/uvu-playwright-builder": "14.331.0",
47
- "@genesislcap/vite-builder": "14.331.0",
48
- "@genesislcap/webpack-builder": "14.331.0",
42
+ "@genesislcap/foundation-testing": "14.332.0",
43
+ "@genesislcap/genx": "14.332.0",
44
+ "@genesislcap/rollup-builder": "14.332.0",
45
+ "@genesislcap/ts-builder": "14.332.0",
46
+ "@genesislcap/uvu-playwright-builder": "14.332.0",
47
+ "@genesislcap/vite-builder": "14.332.0",
48
+ "@genesislcap/webpack-builder": "14.332.0",
49
49
  "@types/tabulator-tables": "6.2.6"
50
50
  },
51
51
  "dependencies": {
52
- "@genesislcap/foundation-comms": "14.331.0",
53
- "@genesislcap/foundation-logger": "14.331.0",
54
- "@genesislcap/foundation-ui": "14.331.0",
55
- "@genesislcap/foundation-utils": "14.331.0",
52
+ "@genesislcap/foundation-comms": "14.332.0",
53
+ "@genesislcap/foundation-logger": "14.332.0",
54
+ "@genesislcap/foundation-ui": "14.332.0",
55
+ "@genesislcap/foundation-utils": "14.332.0",
56
56
  "@microsoft/fast-colors": "5.3.1",
57
57
  "@microsoft/fast-components": "2.30.6",
58
58
  "@microsoft/fast-element": "1.14.0",
@@ -73,5 +73,5 @@
73
73
  "access": "public"
74
74
  },
75
75
  "customElements": "dist/custom-elements.json",
76
- "gitHead": "2325ef1975a2515b6da6a0e8daab8a6f1483d1be"
76
+ "gitHead": "6ddd2afd868bbcdbbf9a820449aff54ff2f32b95"
77
77
  }