@genesislcap/rapid-grid-tabulator 14.435.0 → 14.436.0-FUI-2489.3
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 +51 -51
- package/package.json +13 -13
|
@@ -1565,57 +1565,6 @@
|
|
|
1565
1565
|
}
|
|
1566
1566
|
]
|
|
1567
1567
|
},
|
|
1568
|
-
{
|
|
1569
|
-
"kind": "javascript-module",
|
|
1570
|
-
"path": "src/utils/index.ts",
|
|
1571
|
-
"declarations": [],
|
|
1572
|
-
"exports": [
|
|
1573
|
-
{
|
|
1574
|
-
"kind": "js",
|
|
1575
|
-
"name": "*",
|
|
1576
|
-
"declaration": {
|
|
1577
|
-
"name": "*",
|
|
1578
|
-
"package": "./init-grid"
|
|
1579
|
-
}
|
|
1580
|
-
}
|
|
1581
|
-
]
|
|
1582
|
-
},
|
|
1583
|
-
{
|
|
1584
|
-
"kind": "javascript-module",
|
|
1585
|
-
"path": "src/utils/init-grid.ts",
|
|
1586
|
-
"declarations": [
|
|
1587
|
-
{
|
|
1588
|
-
"kind": "function",
|
|
1589
|
-
"name": "initRapidGridTabulator",
|
|
1590
|
-
"return": {
|
|
1591
|
-
"type": {
|
|
1592
|
-
"text": ""
|
|
1593
|
-
}
|
|
1594
|
-
},
|
|
1595
|
-
"parameters": [
|
|
1596
|
-
{
|
|
1597
|
-
"name": "options",
|
|
1598
|
-
"default": "{}",
|
|
1599
|
-
"type": {
|
|
1600
|
-
"text": "Options"
|
|
1601
|
-
},
|
|
1602
|
-
"description": "The tabulator options"
|
|
1603
|
-
}
|
|
1604
|
-
],
|
|
1605
|
-
"description": "Initialize a Rapid Grid Tabulator with Rapid-specific formatters"
|
|
1606
|
-
}
|
|
1607
|
-
],
|
|
1608
|
-
"exports": [
|
|
1609
|
-
{
|
|
1610
|
-
"kind": "js",
|
|
1611
|
-
"name": "initRapidGridTabulator",
|
|
1612
|
-
"declaration": {
|
|
1613
|
-
"name": "initRapidGridTabulator",
|
|
1614
|
-
"module": "src/utils/init-grid.ts"
|
|
1615
|
-
}
|
|
1616
|
-
}
|
|
1617
|
-
]
|
|
1618
|
-
},
|
|
1619
1568
|
{
|
|
1620
1569
|
"kind": "javascript-module",
|
|
1621
1570
|
"path": "src/style/colors.ts",
|
|
@@ -1718,6 +1667,57 @@
|
|
|
1718
1667
|
}
|
|
1719
1668
|
]
|
|
1720
1669
|
},
|
|
1670
|
+
{
|
|
1671
|
+
"kind": "javascript-module",
|
|
1672
|
+
"path": "src/utils/index.ts",
|
|
1673
|
+
"declarations": [],
|
|
1674
|
+
"exports": [
|
|
1675
|
+
{
|
|
1676
|
+
"kind": "js",
|
|
1677
|
+
"name": "*",
|
|
1678
|
+
"declaration": {
|
|
1679
|
+
"name": "*",
|
|
1680
|
+
"package": "./init-grid"
|
|
1681
|
+
}
|
|
1682
|
+
}
|
|
1683
|
+
]
|
|
1684
|
+
},
|
|
1685
|
+
{
|
|
1686
|
+
"kind": "javascript-module",
|
|
1687
|
+
"path": "src/utils/init-grid.ts",
|
|
1688
|
+
"declarations": [
|
|
1689
|
+
{
|
|
1690
|
+
"kind": "function",
|
|
1691
|
+
"name": "initRapidGridTabulator",
|
|
1692
|
+
"return": {
|
|
1693
|
+
"type": {
|
|
1694
|
+
"text": ""
|
|
1695
|
+
}
|
|
1696
|
+
},
|
|
1697
|
+
"parameters": [
|
|
1698
|
+
{
|
|
1699
|
+
"name": "options",
|
|
1700
|
+
"default": "{}",
|
|
1701
|
+
"type": {
|
|
1702
|
+
"text": "Options"
|
|
1703
|
+
},
|
|
1704
|
+
"description": "The tabulator options"
|
|
1705
|
+
}
|
|
1706
|
+
],
|
|
1707
|
+
"description": "Initialize a Rapid Grid Tabulator with Rapid-specific formatters"
|
|
1708
|
+
}
|
|
1709
|
+
],
|
|
1710
|
+
"exports": [
|
|
1711
|
+
{
|
|
1712
|
+
"kind": "js",
|
|
1713
|
+
"name": "initRapidGridTabulator",
|
|
1714
|
+
"declaration": {
|
|
1715
|
+
"name": "initRapidGridTabulator",
|
|
1716
|
+
"module": "src/utils/init-grid.ts"
|
|
1717
|
+
}
|
|
1718
|
+
}
|
|
1719
|
+
]
|
|
1720
|
+
},
|
|
1721
1721
|
{
|
|
1722
1722
|
"kind": "javascript-module",
|
|
1723
1723
|
"path": "src/themes/genesis-rapid/theme-genesis-rapid-css.ts",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/rapid-grid-tabulator",
|
|
3
3
|
"description": "Genesis Rapid Grid Tabulator",
|
|
4
|
-
"version": "14.
|
|
4
|
+
"version": "14.436.0-FUI-2489.3",
|
|
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.436.0-FUI-2489.3",
|
|
39
|
+
"@genesislcap/rollup-builder": "14.436.0-FUI-2489.3",
|
|
40
|
+
"@genesislcap/ts-builder": "14.436.0-FUI-2489.3",
|
|
41
|
+
"@genesislcap/uvu-playwright-builder": "14.436.0-FUI-2489.3",
|
|
42
|
+
"@genesislcap/vite-builder": "14.436.0-FUI-2489.3",
|
|
43
|
+
"@genesislcap/webpack-builder": "14.436.0-FUI-2489.3"
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@genesislcap/foundation-comms": "14.
|
|
47
|
-
"@genesislcap/foundation-ui": "14.
|
|
48
|
-
"@genesislcap/foundation-utils": "14.
|
|
49
|
-
"@genesislcap/grid-tabulator": "14.
|
|
50
|
-
"@genesislcap/rapid-design-system": "14.
|
|
46
|
+
"@genesislcap/foundation-comms": "14.436.0-FUI-2489.3",
|
|
47
|
+
"@genesislcap/foundation-ui": "14.436.0-FUI-2489.3",
|
|
48
|
+
"@genesislcap/foundation-utils": "14.436.0-FUI-2489.3",
|
|
49
|
+
"@genesislcap/grid-tabulator": "14.436.0-FUI-2489.3",
|
|
50
|
+
"@genesislcap/rapid-design-system": "14.436.0-FUI-2489.3",
|
|
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": "c4ae092677bf6b2c3c8ebdc35fb36a7da2f4601f"
|
|
70
70
|
}
|