@genesislcap/foundation-zero-grid-tabulator 14.405.0 → 14.406.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.
- package/dist/custom-elements.json +66 -66
- package/package.json +13 -13
|
@@ -1555,6 +1555,72 @@
|
|
|
1555
1555
|
}
|
|
1556
1556
|
]
|
|
1557
1557
|
},
|
|
1558
|
+
{
|
|
1559
|
+
"kind": "javascript-module",
|
|
1560
|
+
"path": "src/themes/index.ts",
|
|
1561
|
+
"declarations": [],
|
|
1562
|
+
"exports": [
|
|
1563
|
+
{
|
|
1564
|
+
"kind": "js",
|
|
1565
|
+
"name": "*",
|
|
1566
|
+
"declaration": {
|
|
1567
|
+
"name": "*",
|
|
1568
|
+
"package": "./genesis-rapid/theme-genesis-rapid"
|
|
1569
|
+
}
|
|
1570
|
+
}
|
|
1571
|
+
]
|
|
1572
|
+
},
|
|
1573
|
+
{
|
|
1574
|
+
"kind": "javascript-module",
|
|
1575
|
+
"path": "src/utils/index.ts",
|
|
1576
|
+
"declarations": [],
|
|
1577
|
+
"exports": [
|
|
1578
|
+
{
|
|
1579
|
+
"kind": "js",
|
|
1580
|
+
"name": "*",
|
|
1581
|
+
"declaration": {
|
|
1582
|
+
"name": "*",
|
|
1583
|
+
"package": "./init-grid"
|
|
1584
|
+
}
|
|
1585
|
+
}
|
|
1586
|
+
]
|
|
1587
|
+
},
|
|
1588
|
+
{
|
|
1589
|
+
"kind": "javascript-module",
|
|
1590
|
+
"path": "src/utils/init-grid.ts",
|
|
1591
|
+
"declarations": [
|
|
1592
|
+
{
|
|
1593
|
+
"kind": "function",
|
|
1594
|
+
"name": "initZeroGridTabulator",
|
|
1595
|
+
"return": {
|
|
1596
|
+
"type": {
|
|
1597
|
+
"text": ""
|
|
1598
|
+
}
|
|
1599
|
+
},
|
|
1600
|
+
"parameters": [
|
|
1601
|
+
{
|
|
1602
|
+
"name": "options",
|
|
1603
|
+
"default": "{}",
|
|
1604
|
+
"type": {
|
|
1605
|
+
"text": "Options"
|
|
1606
|
+
},
|
|
1607
|
+
"description": "The tabulator options"
|
|
1608
|
+
}
|
|
1609
|
+
],
|
|
1610
|
+
"description": "Initialize a Zero Grid Tabulator with Zero-specific formatters"
|
|
1611
|
+
}
|
|
1612
|
+
],
|
|
1613
|
+
"exports": [
|
|
1614
|
+
{
|
|
1615
|
+
"kind": "js",
|
|
1616
|
+
"name": "initZeroGridTabulator",
|
|
1617
|
+
"declaration": {
|
|
1618
|
+
"name": "initZeroGridTabulator",
|
|
1619
|
+
"module": "src/utils/init-grid.ts"
|
|
1620
|
+
}
|
|
1621
|
+
}
|
|
1622
|
+
]
|
|
1623
|
+
},
|
|
1558
1624
|
{
|
|
1559
1625
|
"kind": "javascript-module",
|
|
1560
1626
|
"path": "src/style/colors.ts",
|
|
@@ -1642,72 +1708,6 @@
|
|
|
1642
1708
|
}
|
|
1643
1709
|
]
|
|
1644
1710
|
},
|
|
1645
|
-
{
|
|
1646
|
-
"kind": "javascript-module",
|
|
1647
|
-
"path": "src/themes/index.ts",
|
|
1648
|
-
"declarations": [],
|
|
1649
|
-
"exports": [
|
|
1650
|
-
{
|
|
1651
|
-
"kind": "js",
|
|
1652
|
-
"name": "*",
|
|
1653
|
-
"declaration": {
|
|
1654
|
-
"name": "*",
|
|
1655
|
-
"package": "./genesis-rapid/theme-genesis-rapid"
|
|
1656
|
-
}
|
|
1657
|
-
}
|
|
1658
|
-
]
|
|
1659
|
-
},
|
|
1660
|
-
{
|
|
1661
|
-
"kind": "javascript-module",
|
|
1662
|
-
"path": "src/utils/index.ts",
|
|
1663
|
-
"declarations": [],
|
|
1664
|
-
"exports": [
|
|
1665
|
-
{
|
|
1666
|
-
"kind": "js",
|
|
1667
|
-
"name": "*",
|
|
1668
|
-
"declaration": {
|
|
1669
|
-
"name": "*",
|
|
1670
|
-
"package": "./init-grid"
|
|
1671
|
-
}
|
|
1672
|
-
}
|
|
1673
|
-
]
|
|
1674
|
-
},
|
|
1675
|
-
{
|
|
1676
|
-
"kind": "javascript-module",
|
|
1677
|
-
"path": "src/utils/init-grid.ts",
|
|
1678
|
-
"declarations": [
|
|
1679
|
-
{
|
|
1680
|
-
"kind": "function",
|
|
1681
|
-
"name": "initZeroGridTabulator",
|
|
1682
|
-
"return": {
|
|
1683
|
-
"type": {
|
|
1684
|
-
"text": ""
|
|
1685
|
-
}
|
|
1686
|
-
},
|
|
1687
|
-
"parameters": [
|
|
1688
|
-
{
|
|
1689
|
-
"name": "options",
|
|
1690
|
-
"default": "{}",
|
|
1691
|
-
"type": {
|
|
1692
|
-
"text": "Options"
|
|
1693
|
-
},
|
|
1694
|
-
"description": "The tabulator options"
|
|
1695
|
-
}
|
|
1696
|
-
],
|
|
1697
|
-
"description": "Initialize a Zero Grid Tabulator with Zero-specific formatters"
|
|
1698
|
-
}
|
|
1699
|
-
],
|
|
1700
|
-
"exports": [
|
|
1701
|
-
{
|
|
1702
|
-
"kind": "js",
|
|
1703
|
-
"name": "initZeroGridTabulator",
|
|
1704
|
-
"declaration": {
|
|
1705
|
-
"name": "initZeroGridTabulator",
|
|
1706
|
-
"module": "src/utils/init-grid.ts"
|
|
1707
|
-
}
|
|
1708
|
-
}
|
|
1709
|
-
]
|
|
1710
|
-
},
|
|
1711
1711
|
{
|
|
1712
1712
|
"kind": "javascript-module",
|
|
1713
1713
|
"path": "src/themes/genesis-rapid/theme-genesis-rapid-css.ts",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/foundation-zero-grid-tabulator",
|
|
3
3
|
"description": "Genesis Foundation Zero Grid Tabulator",
|
|
4
|
-
"version": "14.
|
|
4
|
+
"version": "14.406.0",
|
|
5
5
|
"private": false,
|
|
6
6
|
"sideEffects": false,
|
|
7
7
|
"license": "SEE LICENSE IN license.txt",
|
|
@@ -35,19 +35,19 @@
|
|
|
35
35
|
}
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
|
-
"@genesislcap/genx": "14.
|
|
39
|
-
"@genesislcap/rollup-builder": "14.
|
|
40
|
-
"@genesislcap/ts-builder": "14.
|
|
41
|
-
"@genesislcap/uvu-playwright-builder": "14.
|
|
42
|
-
"@genesislcap/vite-builder": "14.
|
|
43
|
-
"@genesislcap/webpack-builder": "14.
|
|
38
|
+
"@genesislcap/genx": "14.406.0",
|
|
39
|
+
"@genesislcap/rollup-builder": "14.406.0",
|
|
40
|
+
"@genesislcap/ts-builder": "14.406.0",
|
|
41
|
+
"@genesislcap/uvu-playwright-builder": "14.406.0",
|
|
42
|
+
"@genesislcap/vite-builder": "14.406.0",
|
|
43
|
+
"@genesislcap/webpack-builder": "14.406.0"
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@genesislcap/foundation-comms": "14.
|
|
47
|
-
"@genesislcap/foundation-ui": "14.
|
|
48
|
-
"@genesislcap/foundation-utils": "14.
|
|
49
|
-
"@genesislcap/foundation-zero": "14.
|
|
50
|
-
"@genesislcap/grid-tabulator": "14.
|
|
46
|
+
"@genesislcap/foundation-comms": "14.406.0",
|
|
47
|
+
"@genesislcap/foundation-ui": "14.406.0",
|
|
48
|
+
"@genesislcap/foundation-utils": "14.406.0",
|
|
49
|
+
"@genesislcap/foundation-zero": "14.406.0",
|
|
50
|
+
"@genesislcap/grid-tabulator": "14.406.0",
|
|
51
51
|
"@microsoft/fast-colors": "5.3.1",
|
|
52
52
|
"@microsoft/fast-components": "2.30.6",
|
|
53
53
|
"@microsoft/fast-element": "1.14.0",
|
|
@@ -66,5 +66,5 @@
|
|
|
66
66
|
"access": "public"
|
|
67
67
|
},
|
|
68
68
|
"customElements": "dist/custom-elements.json",
|
|
69
|
-
"gitHead": "
|
|
69
|
+
"gitHead": "69e2b4662605a6e5e60efe537b8871a7e0c00f44"
|
|
70
70
|
}
|