@genesislcap/grid-tabulator 14.437.4 → 14.437.5-canary.date-picker-updates

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
@@ -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",
@@ -2942,6 +2704,244 @@
2942
2704
  }
2943
2705
  ]
2944
2706
  },
2707
+ {
2708
+ "kind": "javascript-module",
2709
+ "path": "src/cell/cell.ts",
2710
+ "declarations": [
2711
+ {
2712
+ "kind": "class",
2713
+ "description": "The GridTabulator Cell element.",
2714
+ "name": "GridTabulatorCell",
2715
+ "members": [
2716
+ {
2717
+ "kind": "field",
2718
+ "name": "renderer",
2719
+ "type": {
2720
+ "text": "CellRendererFunc"
2721
+ },
2722
+ "privacy": "public"
2723
+ },
2724
+ {
2725
+ "kind": "field",
2726
+ "name": "rendererParams",
2727
+ "type": {
2728
+ "text": "CellRendererParams"
2729
+ },
2730
+ "privacy": "public"
2731
+ },
2732
+ {
2733
+ "kind": "field",
2734
+ "name": "slottedRenderer",
2735
+ "type": {
2736
+ "text": "HTMLElement[]"
2737
+ },
2738
+ "privacy": "public"
2739
+ },
2740
+ {
2741
+ "kind": "method",
2742
+ "name": "init",
2743
+ "privacy": "public",
2744
+ "parameters": [
2745
+ {
2746
+ "name": "params",
2747
+ "type": {
2748
+ "text": "CellRendererParams"
2749
+ }
2750
+ }
2751
+ ]
2752
+ },
2753
+ {
2754
+ "kind": "method",
2755
+ "name": "getElement",
2756
+ "privacy": "public",
2757
+ "return": {
2758
+ "type": {
2759
+ "text": "HTMLElement"
2760
+ }
2761
+ }
2762
+ },
2763
+ {
2764
+ "kind": "method",
2765
+ "name": "destroy",
2766
+ "privacy": "public"
2767
+ },
2768
+ {
2769
+ "kind": "method",
2770
+ "name": "refresh",
2771
+ "privacy": "public",
2772
+ "return": {
2773
+ "type": {
2774
+ "text": "boolean"
2775
+ }
2776
+ },
2777
+ "parameters": [
2778
+ {
2779
+ "name": "params",
2780
+ "type": {
2781
+ "text": "CellRendererParams"
2782
+ }
2783
+ }
2784
+ ]
2785
+ },
2786
+ {
2787
+ "kind": "method",
2788
+ "name": "slottedRendererChanged",
2789
+ "privacy": "public"
2790
+ },
2791
+ {
2792
+ "kind": "field",
2793
+ "name": "_presentation",
2794
+ "type": {
2795
+ "text": "ComponentPresentation | null | undefined"
2796
+ },
2797
+ "privacy": "private",
2798
+ "default": "void 0",
2799
+ "inheritedFrom": {
2800
+ "name": "FoundationElement",
2801
+ "module": "src/foundation-element/foundation-element.ts"
2802
+ }
2803
+ },
2804
+ {
2805
+ "kind": "field",
2806
+ "name": "$presentation",
2807
+ "type": {
2808
+ "text": "ComponentPresentation | null"
2809
+ },
2810
+ "privacy": "public",
2811
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
2812
+ "inheritedFrom": {
2813
+ "name": "FoundationElement",
2814
+ "module": "src/foundation-element/foundation-element.ts"
2815
+ }
2816
+ },
2817
+ {
2818
+ "kind": "field",
2819
+ "name": "template",
2820
+ "type": {
2821
+ "text": "ElementViewTemplate | void | null"
2822
+ },
2823
+ "privacy": "public",
2824
+ "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.",
2825
+ "inheritedFrom": {
2826
+ "name": "FoundationElement",
2827
+ "module": "src/foundation-element/foundation-element.ts"
2828
+ }
2829
+ },
2830
+ {
2831
+ "kind": "method",
2832
+ "name": "templateChanged",
2833
+ "privacy": "protected",
2834
+ "return": {
2835
+ "type": {
2836
+ "text": "void"
2837
+ }
2838
+ },
2839
+ "inheritedFrom": {
2840
+ "name": "FoundationElement",
2841
+ "module": "src/foundation-element/foundation-element.ts"
2842
+ }
2843
+ },
2844
+ {
2845
+ "kind": "field",
2846
+ "name": "styles",
2847
+ "type": {
2848
+ "text": "ElementStyles | void | null"
2849
+ },
2850
+ "privacy": "public",
2851
+ "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.",
2852
+ "inheritedFrom": {
2853
+ "name": "FoundationElement",
2854
+ "module": "src/foundation-element/foundation-element.ts"
2855
+ }
2856
+ },
2857
+ {
2858
+ "kind": "method",
2859
+ "name": "stylesChanged",
2860
+ "privacy": "protected",
2861
+ "return": {
2862
+ "type": {
2863
+ "text": "void"
2864
+ }
2865
+ },
2866
+ "inheritedFrom": {
2867
+ "name": "FoundationElement",
2868
+ "module": "src/foundation-element/foundation-element.ts"
2869
+ }
2870
+ },
2871
+ {
2872
+ "kind": "method",
2873
+ "name": "compose",
2874
+ "privacy": "public",
2875
+ "static": true,
2876
+ "return": {
2877
+ "type": {
2878
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
2879
+ }
2880
+ },
2881
+ "parameters": [
2882
+ {
2883
+ "name": "this",
2884
+ "type": {
2885
+ "text": "K"
2886
+ }
2887
+ },
2888
+ {
2889
+ "name": "elementDefinition",
2890
+ "type": {
2891
+ "text": "T"
2892
+ },
2893
+ "description": "The definition of the element to create the registry\nfunction for."
2894
+ }
2895
+ ],
2896
+ "description": "Defines an element registry function with a set of element definition defaults.",
2897
+ "inheritedFrom": {
2898
+ "name": "FoundationElement",
2899
+ "module": "src/foundation-element/foundation-element.ts"
2900
+ }
2901
+ }
2902
+ ],
2903
+ "superclass": {
2904
+ "name": "FoundationElement",
2905
+ "package": "@microsoft/fast-foundation"
2906
+ },
2907
+ "tagName": "grid-tabulator-cell",
2908
+ "customElement": true
2909
+ }
2910
+ ],
2911
+ "exports": [
2912
+ {
2913
+ "kind": "js",
2914
+ "name": "GridTabulatorCell",
2915
+ "declaration": {
2916
+ "name": "GridTabulatorCell",
2917
+ "module": "src/cell/cell.ts"
2918
+ }
2919
+ },
2920
+ {
2921
+ "kind": "custom-element-definition",
2922
+ "name": "grid-tabulator-cell",
2923
+ "declaration": {
2924
+ "name": "GridTabulatorCell",
2925
+ "module": "src/cell/cell.ts"
2926
+ }
2927
+ }
2928
+ ]
2929
+ },
2930
+ {
2931
+ "kind": "javascript-module",
2932
+ "path": "src/cell/index.ts",
2933
+ "declarations": [],
2934
+ "exports": [
2935
+ {
2936
+ "kind": "js",
2937
+ "name": "*",
2938
+ "declaration": {
2939
+ "name": "*",
2940
+ "package": "./cell"
2941
+ }
2942
+ }
2943
+ ]
2944
+ },
2945
2945
  {
2946
2946
  "kind": "javascript-module",
2947
2947
  "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.437.4",
4
+ "version": "14.437.5-canary.date-picker-updates",
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.437.4",
45
- "@genesislcap/genx": "14.437.4",
46
- "@genesislcap/rollup-builder": "14.437.4",
47
- "@genesislcap/ts-builder": "14.437.4",
48
- "@genesislcap/uvu-playwright-builder": "14.437.4",
49
- "@genesislcap/vite-builder": "14.437.4",
50
- "@genesislcap/webpack-builder": "14.437.4",
44
+ "@genesislcap/foundation-testing": "14.437.5-canary.date-picker-updates",
45
+ "@genesislcap/genx": "14.437.5-canary.date-picker-updates",
46
+ "@genesislcap/rollup-builder": "14.437.5-canary.date-picker-updates",
47
+ "@genesislcap/ts-builder": "14.437.5-canary.date-picker-updates",
48
+ "@genesislcap/uvu-playwright-builder": "14.437.5-canary.date-picker-updates",
49
+ "@genesislcap/vite-builder": "14.437.5-canary.date-picker-updates",
50
+ "@genesislcap/webpack-builder": "14.437.5-canary.date-picker-updates",
51
51
  "@types/tabulator-tables": "6.2.6"
52
52
  },
53
53
  "dependencies": {
54
- "@genesislcap/foundation-comms": "14.437.4",
55
- "@genesislcap/foundation-logger": "14.437.4",
56
- "@genesislcap/foundation-ui": "14.437.4",
57
- "@genesislcap/foundation-utils": "14.437.4",
54
+ "@genesislcap/foundation-comms": "14.437.5-canary.date-picker-updates",
55
+ "@genesislcap/foundation-logger": "14.437.5-canary.date-picker-updates",
56
+ "@genesislcap/foundation-ui": "14.437.5-canary.date-picker-updates",
57
+ "@genesislcap/foundation-utils": "14.437.5-canary.date-picker-updates",
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": "5f6ec4ccb68ca89f8e9b7c4bb36edb954ff9c664"
89
+ "gitHead": "ad2bd059f94c5541bf2e41195bd58667442797ee"
90
90
  }