@genesislcap/foundation-ui 14.306.2-alpha-9324131.0 → 14.307.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 +434 -238
- package/dist/dts/notification-listener/notification-listener.d.ts +0 -5
- package/dist/dts/notification-listener/notification-listener.d.ts.map +1 -1
- package/dist/dts/number-field/number-field.d.ts +2 -0
- package/dist/dts/number-field/number-field.d.ts.map +1 -1
- package/dist/dts/number-field/number-field.template.d.ts.map +1 -1
- package/dist/dts/number-field/utils.d.ts +47 -3
- package/dist/dts/number-field/utils.d.ts.map +1 -1
- package/dist/esm/notification-listener/notification-listener.js +17 -58
- package/dist/esm/number-field/number-field.js +90 -43
- package/dist/esm/number-field/utils.js +257 -9
- package/package.json +18 -18
|
@@ -1255,188 +1255,6 @@
|
|
|
1255
1255
|
}
|
|
1256
1256
|
]
|
|
1257
1257
|
},
|
|
1258
|
-
{
|
|
1259
|
-
"kind": "javascript-module",
|
|
1260
|
-
"path": "src/accordion/accordion.styles.ts",
|
|
1261
|
-
"declarations": [
|
|
1262
|
-
{
|
|
1263
|
-
"kind": "function",
|
|
1264
|
-
"name": "foundationAccordionStyles",
|
|
1265
|
-
"return": {
|
|
1266
|
-
"type": {
|
|
1267
|
-
"text": "ElementStyles"
|
|
1268
|
-
}
|
|
1269
|
-
},
|
|
1270
|
-
"parameters": [
|
|
1271
|
-
{
|
|
1272
|
-
"name": "context",
|
|
1273
|
-
"type": {
|
|
1274
|
-
"text": "ElementDefinitionContext"
|
|
1275
|
-
}
|
|
1276
|
-
},
|
|
1277
|
-
{
|
|
1278
|
-
"name": "definition",
|
|
1279
|
-
"type": {
|
|
1280
|
-
"text": "FoundationElementDefinition"
|
|
1281
|
-
}
|
|
1282
|
-
}
|
|
1283
|
-
]
|
|
1284
|
-
}
|
|
1285
|
-
],
|
|
1286
|
-
"exports": [
|
|
1287
|
-
{
|
|
1288
|
-
"kind": "js",
|
|
1289
|
-
"name": "foundationAccordionStyles",
|
|
1290
|
-
"declaration": {
|
|
1291
|
-
"name": "foundationAccordionStyles",
|
|
1292
|
-
"module": "src/accordion/accordion.styles.ts"
|
|
1293
|
-
}
|
|
1294
|
-
}
|
|
1295
|
-
]
|
|
1296
|
-
},
|
|
1297
|
-
{
|
|
1298
|
-
"kind": "javascript-module",
|
|
1299
|
-
"path": "src/accordion/accordion.template.ts",
|
|
1300
|
-
"declarations": [
|
|
1301
|
-
{
|
|
1302
|
-
"kind": "function",
|
|
1303
|
-
"name": "foundationAccordionTemplate",
|
|
1304
|
-
"return": {
|
|
1305
|
-
"type": {
|
|
1306
|
-
"text": "ViewTemplate<Accordion>"
|
|
1307
|
-
}
|
|
1308
|
-
},
|
|
1309
|
-
"parameters": [
|
|
1310
|
-
{
|
|
1311
|
-
"name": "context",
|
|
1312
|
-
"type": {
|
|
1313
|
-
"text": "ElementDefinitionContext"
|
|
1314
|
-
}
|
|
1315
|
-
},
|
|
1316
|
-
{
|
|
1317
|
-
"name": "definition",
|
|
1318
|
-
"type": {
|
|
1319
|
-
"text": "FoundationElementDefinition"
|
|
1320
|
-
}
|
|
1321
|
-
}
|
|
1322
|
-
]
|
|
1323
|
-
}
|
|
1324
|
-
],
|
|
1325
|
-
"exports": [
|
|
1326
|
-
{
|
|
1327
|
-
"kind": "js",
|
|
1328
|
-
"name": "foundationAccordionTemplate",
|
|
1329
|
-
"declaration": {
|
|
1330
|
-
"name": "foundationAccordionTemplate",
|
|
1331
|
-
"module": "src/accordion/accordion.template.ts"
|
|
1332
|
-
}
|
|
1333
|
-
}
|
|
1334
|
-
]
|
|
1335
|
-
},
|
|
1336
|
-
{
|
|
1337
|
-
"kind": "javascript-module",
|
|
1338
|
-
"path": "src/accordion/accordion.ts",
|
|
1339
|
-
"declarations": [
|
|
1340
|
-
{
|
|
1341
|
-
"kind": "class",
|
|
1342
|
-
"description": "",
|
|
1343
|
-
"name": "Accordion",
|
|
1344
|
-
"superclass": {
|
|
1345
|
-
"name": "FASTAccordion",
|
|
1346
|
-
"package": "@microsoft/fast-foundation"
|
|
1347
|
-
},
|
|
1348
|
-
"tagName": "%%prefix%%-accordion",
|
|
1349
|
-
"customElement": true
|
|
1350
|
-
},
|
|
1351
|
-
{
|
|
1352
|
-
"kind": "variable",
|
|
1353
|
-
"name": "foundationAccordionShadowOptions",
|
|
1354
|
-
"type": {
|
|
1355
|
-
"text": "ShadowRootInit"
|
|
1356
|
-
},
|
|
1357
|
-
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
1358
|
-
},
|
|
1359
|
-
{
|
|
1360
|
-
"kind": "variable",
|
|
1361
|
-
"name": "defaultAccordionConfig",
|
|
1362
|
-
"type": {
|
|
1363
|
-
"text": "object"
|
|
1364
|
-
},
|
|
1365
|
-
"default": "{}"
|
|
1366
|
-
},
|
|
1367
|
-
{
|
|
1368
|
-
"kind": "variable",
|
|
1369
|
-
"name": "foundationAccordion",
|
|
1370
|
-
"description": "The Foundation Accordion",
|
|
1371
|
-
"privacy": "public"
|
|
1372
|
-
}
|
|
1373
|
-
],
|
|
1374
|
-
"exports": [
|
|
1375
|
-
{
|
|
1376
|
-
"kind": "js",
|
|
1377
|
-
"name": "Accordion",
|
|
1378
|
-
"declaration": {
|
|
1379
|
-
"name": "Accordion",
|
|
1380
|
-
"module": "src/accordion/accordion.ts"
|
|
1381
|
-
}
|
|
1382
|
-
},
|
|
1383
|
-
{
|
|
1384
|
-
"kind": "js",
|
|
1385
|
-
"name": "foundationAccordionShadowOptions",
|
|
1386
|
-
"declaration": {
|
|
1387
|
-
"name": "foundationAccordionShadowOptions",
|
|
1388
|
-
"module": "src/accordion/accordion.ts"
|
|
1389
|
-
}
|
|
1390
|
-
},
|
|
1391
|
-
{
|
|
1392
|
-
"kind": "js",
|
|
1393
|
-
"name": "defaultAccordionConfig",
|
|
1394
|
-
"declaration": {
|
|
1395
|
-
"name": "defaultAccordionConfig",
|
|
1396
|
-
"module": "src/accordion/accordion.ts"
|
|
1397
|
-
}
|
|
1398
|
-
},
|
|
1399
|
-
{
|
|
1400
|
-
"kind": "js",
|
|
1401
|
-
"name": "foundationAccordion",
|
|
1402
|
-
"declaration": {
|
|
1403
|
-
"name": "foundationAccordion",
|
|
1404
|
-
"module": "src/accordion/accordion.ts"
|
|
1405
|
-
}
|
|
1406
|
-
}
|
|
1407
|
-
]
|
|
1408
|
-
},
|
|
1409
|
-
{
|
|
1410
|
-
"kind": "javascript-module",
|
|
1411
|
-
"path": "src/accordion/index.ts",
|
|
1412
|
-
"declarations": [],
|
|
1413
|
-
"exports": [
|
|
1414
|
-
{
|
|
1415
|
-
"kind": "js",
|
|
1416
|
-
"name": "*",
|
|
1417
|
-
"declaration": {
|
|
1418
|
-
"name": "*",
|
|
1419
|
-
"package": "./accordion.template"
|
|
1420
|
-
}
|
|
1421
|
-
},
|
|
1422
|
-
{
|
|
1423
|
-
"kind": "js",
|
|
1424
|
-
"name": "*",
|
|
1425
|
-
"declaration": {
|
|
1426
|
-
"name": "*",
|
|
1427
|
-
"package": "./accordion.styles"
|
|
1428
|
-
}
|
|
1429
|
-
},
|
|
1430
|
-
{
|
|
1431
|
-
"kind": "js",
|
|
1432
|
-
"name": "*",
|
|
1433
|
-
"declaration": {
|
|
1434
|
-
"name": "*",
|
|
1435
|
-
"package": "./accordion"
|
|
1436
|
-
}
|
|
1437
|
-
}
|
|
1438
|
-
]
|
|
1439
|
-
},
|
|
1440
1258
|
{
|
|
1441
1259
|
"kind": "javascript-module",
|
|
1442
1260
|
"path": "src/_config/index.ts",
|
|
@@ -1791,49 +1609,231 @@
|
|
|
1791
1609
|
},
|
|
1792
1610
|
{
|
|
1793
1611
|
"kind": "variable",
|
|
1794
|
-
"name": "foundationAccordionItem",
|
|
1795
|
-
"description": "The Foundation Accordion Item",
|
|
1612
|
+
"name": "foundationAccordionItem",
|
|
1613
|
+
"description": "The Foundation Accordion Item",
|
|
1614
|
+
"privacy": "public"
|
|
1615
|
+
}
|
|
1616
|
+
],
|
|
1617
|
+
"exports": [
|
|
1618
|
+
{
|
|
1619
|
+
"kind": "js",
|
|
1620
|
+
"name": "AccordionItem",
|
|
1621
|
+
"declaration": {
|
|
1622
|
+
"name": "AccordionItem",
|
|
1623
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1624
|
+
}
|
|
1625
|
+
},
|
|
1626
|
+
{
|
|
1627
|
+
"kind": "js",
|
|
1628
|
+
"name": "foundationAccordionItemShadowOptions",
|
|
1629
|
+
"declaration": {
|
|
1630
|
+
"name": "foundationAccordionItemShadowOptions",
|
|
1631
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1632
|
+
}
|
|
1633
|
+
},
|
|
1634
|
+
{
|
|
1635
|
+
"kind": "js",
|
|
1636
|
+
"name": "defaultAccordionItemConfig",
|
|
1637
|
+
"declaration": {
|
|
1638
|
+
"name": "defaultAccordionItemConfig",
|
|
1639
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1640
|
+
}
|
|
1641
|
+
},
|
|
1642
|
+
{
|
|
1643
|
+
"kind": "js",
|
|
1644
|
+
"name": "foundationAccordionItem",
|
|
1645
|
+
"declaration": {
|
|
1646
|
+
"name": "foundationAccordionItem",
|
|
1647
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1648
|
+
}
|
|
1649
|
+
}
|
|
1650
|
+
]
|
|
1651
|
+
},
|
|
1652
|
+
{
|
|
1653
|
+
"kind": "javascript-module",
|
|
1654
|
+
"path": "src/accordion-item/index.ts",
|
|
1655
|
+
"declarations": [],
|
|
1656
|
+
"exports": [
|
|
1657
|
+
{
|
|
1658
|
+
"kind": "js",
|
|
1659
|
+
"name": "*",
|
|
1660
|
+
"declaration": {
|
|
1661
|
+
"name": "*",
|
|
1662
|
+
"package": "./accordion-item.template"
|
|
1663
|
+
}
|
|
1664
|
+
},
|
|
1665
|
+
{
|
|
1666
|
+
"kind": "js",
|
|
1667
|
+
"name": "*",
|
|
1668
|
+
"declaration": {
|
|
1669
|
+
"name": "*",
|
|
1670
|
+
"package": "./accordion-item.styles"
|
|
1671
|
+
}
|
|
1672
|
+
},
|
|
1673
|
+
{
|
|
1674
|
+
"kind": "js",
|
|
1675
|
+
"name": "*",
|
|
1676
|
+
"declaration": {
|
|
1677
|
+
"name": "*",
|
|
1678
|
+
"package": "./accordion-item"
|
|
1679
|
+
}
|
|
1680
|
+
}
|
|
1681
|
+
]
|
|
1682
|
+
},
|
|
1683
|
+
{
|
|
1684
|
+
"kind": "javascript-module",
|
|
1685
|
+
"path": "src/accordion/accordion.styles.ts",
|
|
1686
|
+
"declarations": [
|
|
1687
|
+
{
|
|
1688
|
+
"kind": "function",
|
|
1689
|
+
"name": "foundationAccordionStyles",
|
|
1690
|
+
"return": {
|
|
1691
|
+
"type": {
|
|
1692
|
+
"text": "ElementStyles"
|
|
1693
|
+
}
|
|
1694
|
+
},
|
|
1695
|
+
"parameters": [
|
|
1696
|
+
{
|
|
1697
|
+
"name": "context",
|
|
1698
|
+
"type": {
|
|
1699
|
+
"text": "ElementDefinitionContext"
|
|
1700
|
+
}
|
|
1701
|
+
},
|
|
1702
|
+
{
|
|
1703
|
+
"name": "definition",
|
|
1704
|
+
"type": {
|
|
1705
|
+
"text": "FoundationElementDefinition"
|
|
1706
|
+
}
|
|
1707
|
+
}
|
|
1708
|
+
]
|
|
1709
|
+
}
|
|
1710
|
+
],
|
|
1711
|
+
"exports": [
|
|
1712
|
+
{
|
|
1713
|
+
"kind": "js",
|
|
1714
|
+
"name": "foundationAccordionStyles",
|
|
1715
|
+
"declaration": {
|
|
1716
|
+
"name": "foundationAccordionStyles",
|
|
1717
|
+
"module": "src/accordion/accordion.styles.ts"
|
|
1718
|
+
}
|
|
1719
|
+
}
|
|
1720
|
+
]
|
|
1721
|
+
},
|
|
1722
|
+
{
|
|
1723
|
+
"kind": "javascript-module",
|
|
1724
|
+
"path": "src/accordion/accordion.template.ts",
|
|
1725
|
+
"declarations": [
|
|
1726
|
+
{
|
|
1727
|
+
"kind": "function",
|
|
1728
|
+
"name": "foundationAccordionTemplate",
|
|
1729
|
+
"return": {
|
|
1730
|
+
"type": {
|
|
1731
|
+
"text": "ViewTemplate<Accordion>"
|
|
1732
|
+
}
|
|
1733
|
+
},
|
|
1734
|
+
"parameters": [
|
|
1735
|
+
{
|
|
1736
|
+
"name": "context",
|
|
1737
|
+
"type": {
|
|
1738
|
+
"text": "ElementDefinitionContext"
|
|
1739
|
+
}
|
|
1740
|
+
},
|
|
1741
|
+
{
|
|
1742
|
+
"name": "definition",
|
|
1743
|
+
"type": {
|
|
1744
|
+
"text": "FoundationElementDefinition"
|
|
1745
|
+
}
|
|
1746
|
+
}
|
|
1747
|
+
]
|
|
1748
|
+
}
|
|
1749
|
+
],
|
|
1750
|
+
"exports": [
|
|
1751
|
+
{
|
|
1752
|
+
"kind": "js",
|
|
1753
|
+
"name": "foundationAccordionTemplate",
|
|
1754
|
+
"declaration": {
|
|
1755
|
+
"name": "foundationAccordionTemplate",
|
|
1756
|
+
"module": "src/accordion/accordion.template.ts"
|
|
1757
|
+
}
|
|
1758
|
+
}
|
|
1759
|
+
]
|
|
1760
|
+
},
|
|
1761
|
+
{
|
|
1762
|
+
"kind": "javascript-module",
|
|
1763
|
+
"path": "src/accordion/accordion.ts",
|
|
1764
|
+
"declarations": [
|
|
1765
|
+
{
|
|
1766
|
+
"kind": "class",
|
|
1767
|
+
"description": "",
|
|
1768
|
+
"name": "Accordion",
|
|
1769
|
+
"superclass": {
|
|
1770
|
+
"name": "FASTAccordion",
|
|
1771
|
+
"package": "@microsoft/fast-foundation"
|
|
1772
|
+
},
|
|
1773
|
+
"tagName": "%%prefix%%-accordion",
|
|
1774
|
+
"customElement": true
|
|
1775
|
+
},
|
|
1776
|
+
{
|
|
1777
|
+
"kind": "variable",
|
|
1778
|
+
"name": "foundationAccordionShadowOptions",
|
|
1779
|
+
"type": {
|
|
1780
|
+
"text": "ShadowRootInit"
|
|
1781
|
+
},
|
|
1782
|
+
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
1783
|
+
},
|
|
1784
|
+
{
|
|
1785
|
+
"kind": "variable",
|
|
1786
|
+
"name": "defaultAccordionConfig",
|
|
1787
|
+
"type": {
|
|
1788
|
+
"text": "object"
|
|
1789
|
+
},
|
|
1790
|
+
"default": "{}"
|
|
1791
|
+
},
|
|
1792
|
+
{
|
|
1793
|
+
"kind": "variable",
|
|
1794
|
+
"name": "foundationAccordion",
|
|
1795
|
+
"description": "The Foundation Accordion",
|
|
1796
1796
|
"privacy": "public"
|
|
1797
1797
|
}
|
|
1798
1798
|
],
|
|
1799
1799
|
"exports": [
|
|
1800
1800
|
{
|
|
1801
1801
|
"kind": "js",
|
|
1802
|
-
"name": "
|
|
1802
|
+
"name": "Accordion",
|
|
1803
1803
|
"declaration": {
|
|
1804
|
-
"name": "
|
|
1805
|
-
"module": "src/accordion
|
|
1804
|
+
"name": "Accordion",
|
|
1805
|
+
"module": "src/accordion/accordion.ts"
|
|
1806
1806
|
}
|
|
1807
1807
|
},
|
|
1808
1808
|
{
|
|
1809
1809
|
"kind": "js",
|
|
1810
|
-
"name": "
|
|
1810
|
+
"name": "foundationAccordionShadowOptions",
|
|
1811
1811
|
"declaration": {
|
|
1812
|
-
"name": "
|
|
1813
|
-
"module": "src/accordion
|
|
1812
|
+
"name": "foundationAccordionShadowOptions",
|
|
1813
|
+
"module": "src/accordion/accordion.ts"
|
|
1814
1814
|
}
|
|
1815
1815
|
},
|
|
1816
1816
|
{
|
|
1817
1817
|
"kind": "js",
|
|
1818
|
-
"name": "
|
|
1818
|
+
"name": "defaultAccordionConfig",
|
|
1819
1819
|
"declaration": {
|
|
1820
|
-
"name": "
|
|
1821
|
-
"module": "src/accordion
|
|
1820
|
+
"name": "defaultAccordionConfig",
|
|
1821
|
+
"module": "src/accordion/accordion.ts"
|
|
1822
1822
|
}
|
|
1823
1823
|
},
|
|
1824
1824
|
{
|
|
1825
1825
|
"kind": "js",
|
|
1826
|
-
"name": "
|
|
1826
|
+
"name": "foundationAccordion",
|
|
1827
1827
|
"declaration": {
|
|
1828
|
-
"name": "
|
|
1829
|
-
"module": "src/accordion
|
|
1828
|
+
"name": "foundationAccordion",
|
|
1829
|
+
"module": "src/accordion/accordion.ts"
|
|
1830
1830
|
}
|
|
1831
1831
|
}
|
|
1832
1832
|
]
|
|
1833
1833
|
},
|
|
1834
1834
|
{
|
|
1835
1835
|
"kind": "javascript-module",
|
|
1836
|
-
"path": "src/accordion
|
|
1836
|
+
"path": "src/accordion/index.ts",
|
|
1837
1837
|
"declarations": [],
|
|
1838
1838
|
"exports": [
|
|
1839
1839
|
{
|
|
@@ -1841,7 +1841,7 @@
|
|
|
1841
1841
|
"name": "*",
|
|
1842
1842
|
"declaration": {
|
|
1843
1843
|
"name": "*",
|
|
1844
|
-
"package": "./accordion
|
|
1844
|
+
"package": "./accordion.template"
|
|
1845
1845
|
}
|
|
1846
1846
|
},
|
|
1847
1847
|
{
|
|
@@ -1849,7 +1849,7 @@
|
|
|
1849
1849
|
"name": "*",
|
|
1850
1850
|
"declaration": {
|
|
1851
1851
|
"name": "*",
|
|
1852
|
-
"package": "./accordion
|
|
1852
|
+
"package": "./accordion.styles"
|
|
1853
1853
|
}
|
|
1854
1854
|
},
|
|
1855
1855
|
{
|
|
@@ -1857,7 +1857,7 @@
|
|
|
1857
1857
|
"name": "*",
|
|
1858
1858
|
"declaration": {
|
|
1859
1859
|
"name": "*",
|
|
1860
|
-
"package": "./accordion
|
|
1860
|
+
"package": "./accordion"
|
|
1861
1861
|
}
|
|
1862
1862
|
}
|
|
1863
1863
|
]
|
|
@@ -28515,22 +28515,6 @@
|
|
|
28515
28515
|
},
|
|
28516
28516
|
"privacy": "protected"
|
|
28517
28517
|
},
|
|
28518
|
-
{
|
|
28519
|
-
"kind": "field",
|
|
28520
|
-
"name": "sessionExpiredSub",
|
|
28521
|
-
"type": {
|
|
28522
|
-
"text": "Subscription"
|
|
28523
|
-
},
|
|
28524
|
-
"privacy": "private"
|
|
28525
|
-
},
|
|
28526
|
-
{
|
|
28527
|
-
"kind": "field",
|
|
28528
|
-
"name": "subscribeTimeout",
|
|
28529
|
-
"type": {
|
|
28530
|
-
"text": "number | undefined"
|
|
28531
|
-
},
|
|
28532
|
-
"privacy": "private"
|
|
28533
|
-
},
|
|
28534
28518
|
{
|
|
28535
28519
|
"kind": "field",
|
|
28536
28520
|
"name": "datasource",
|
|
@@ -28539,22 +28523,6 @@
|
|
|
28539
28523
|
},
|
|
28540
28524
|
"privacy": "private"
|
|
28541
28525
|
},
|
|
28542
|
-
{
|
|
28543
|
-
"kind": "field",
|
|
28544
|
-
"name": "connect",
|
|
28545
|
-
"type": {
|
|
28546
|
-
"text": "Connect"
|
|
28547
|
-
},
|
|
28548
|
-
"privacy": "private"
|
|
28549
|
-
},
|
|
28550
|
-
{
|
|
28551
|
-
"kind": "method",
|
|
28552
|
-
"name": "subscribeToStream"
|
|
28553
|
-
},
|
|
28554
|
-
{
|
|
28555
|
-
"kind": "method",
|
|
28556
|
-
"name": "cleanUpResources"
|
|
28557
|
-
},
|
|
28558
28526
|
{
|
|
28559
28527
|
"kind": "method",
|
|
28560
28528
|
"name": "handleStreamUpdate",
|
|
@@ -28923,6 +28891,22 @@
|
|
|
28923
28891
|
},
|
|
28924
28892
|
"default": "'en-US'"
|
|
28925
28893
|
},
|
|
28894
|
+
{
|
|
28895
|
+
"kind": "field",
|
|
28896
|
+
"name": "autoStepPrecision",
|
|
28897
|
+
"type": {
|
|
28898
|
+
"text": "boolean"
|
|
28899
|
+
},
|
|
28900
|
+
"default": "false"
|
|
28901
|
+
},
|
|
28902
|
+
{
|
|
28903
|
+
"kind": "field",
|
|
28904
|
+
"name": "maximumInputPrecision",
|
|
28905
|
+
"type": {
|
|
28906
|
+
"text": "number"
|
|
28907
|
+
},
|
|
28908
|
+
"default": "12"
|
|
28909
|
+
},
|
|
28926
28910
|
{
|
|
28927
28911
|
"kind": "field",
|
|
28928
28912
|
"name": "options",
|
|
@@ -29348,6 +29332,29 @@
|
|
|
29348
29332
|
"default": "'en-US'",
|
|
29349
29333
|
"fieldName": "locale"
|
|
29350
29334
|
},
|
|
29335
|
+
{
|
|
29336
|
+
"type": {
|
|
29337
|
+
"text": "number"
|
|
29338
|
+
},
|
|
29339
|
+
"description": "Indicates that this element should get focus after the page finishes loading. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#htmlattrdefautofocus | autofocus HTML attribute for more information.",
|
|
29340
|
+
"fieldName": "hideStep",
|
|
29341
|
+
"default": "false",
|
|
29342
|
+
"inheritedFrom": {
|
|
29343
|
+
"name": "NumberField",
|
|
29344
|
+
"module": "src/number-field/number-field.ts"
|
|
29345
|
+
}
|
|
29346
|
+
},
|
|
29347
|
+
{
|
|
29348
|
+
"name": "maximumInputPrecision",
|
|
29349
|
+
"type": {
|
|
29350
|
+
"text": "number"
|
|
29351
|
+
},
|
|
29352
|
+
"default": "MAX_INPUT_PRECISION",
|
|
29353
|
+
"resolveInitializer": {
|
|
29354
|
+
"module": "src/number-field/number-field.ts"
|
|
29355
|
+
},
|
|
29356
|
+
"fieldName": "maximumInputPrecision"
|
|
29357
|
+
},
|
|
29351
29358
|
{
|
|
29352
29359
|
"name": "readonly",
|
|
29353
29360
|
"type": {
|
|
@@ -29617,27 +29624,39 @@
|
|
|
29617
29624
|
"name": "validateValue",
|
|
29618
29625
|
"return": {
|
|
29619
29626
|
"type": {
|
|
29620
|
-
"text": "
|
|
29627
|
+
"text": ""
|
|
29621
29628
|
}
|
|
29622
29629
|
},
|
|
29623
29630
|
"parameters": [
|
|
29624
29631
|
{
|
|
29625
29632
|
"name": "value",
|
|
29626
29633
|
"type": {
|
|
29627
|
-
"text": "string"
|
|
29628
|
-
}
|
|
29634
|
+
"text": "string | number"
|
|
29635
|
+
},
|
|
29636
|
+
"description": "The value to validate and format"
|
|
29629
29637
|
},
|
|
29630
29638
|
{
|
|
29631
29639
|
"name": "locale",
|
|
29632
29640
|
"type": {
|
|
29633
29641
|
"text": "string"
|
|
29634
|
-
}
|
|
29642
|
+
},
|
|
29643
|
+
"description": "The locale to use for formatting"
|
|
29635
29644
|
},
|
|
29636
29645
|
{
|
|
29637
29646
|
"name": "withFormatting",
|
|
29638
|
-
"default": "true"
|
|
29647
|
+
"default": "true",
|
|
29648
|
+
"description": "Whether to use locale-specific formatting"
|
|
29649
|
+
},
|
|
29650
|
+
{
|
|
29651
|
+
"name": "precision",
|
|
29652
|
+
"optional": true,
|
|
29653
|
+
"type": {
|
|
29654
|
+
"text": "number"
|
|
29655
|
+
},
|
|
29656
|
+
"description": "The precision to use for formatting"
|
|
29639
29657
|
}
|
|
29640
|
-
]
|
|
29658
|
+
],
|
|
29659
|
+
"description": "Validates and formats a value based on locale and precision"
|
|
29641
29660
|
},
|
|
29642
29661
|
{
|
|
29643
29662
|
"kind": "function",
|
|
@@ -29659,6 +29678,13 @@
|
|
|
29659
29678
|
"type": {
|
|
29660
29679
|
"text": "string"
|
|
29661
29680
|
}
|
|
29681
|
+
},
|
|
29682
|
+
{
|
|
29683
|
+
"name": "precision",
|
|
29684
|
+
"optional": true,
|
|
29685
|
+
"type": {
|
|
29686
|
+
"text": "number"
|
|
29687
|
+
}
|
|
29662
29688
|
}
|
|
29663
29689
|
]
|
|
29664
29690
|
},
|
|
@@ -29698,8 +29724,138 @@
|
|
|
29698
29724
|
"type": {
|
|
29699
29725
|
"text": "number"
|
|
29700
29726
|
}
|
|
29727
|
+
},
|
|
29728
|
+
{
|
|
29729
|
+
"name": "precision",
|
|
29730
|
+
"optional": true,
|
|
29731
|
+
"type": {
|
|
29732
|
+
"text": "number"
|
|
29733
|
+
}
|
|
29701
29734
|
}
|
|
29702
29735
|
]
|
|
29736
|
+
},
|
|
29737
|
+
{
|
|
29738
|
+
"kind": "function",
|
|
29739
|
+
"name": "addWithPrecision",
|
|
29740
|
+
"return": {
|
|
29741
|
+
"type": {
|
|
29742
|
+
"text": ""
|
|
29743
|
+
}
|
|
29744
|
+
},
|
|
29745
|
+
"parameters": [
|
|
29746
|
+
{
|
|
29747
|
+
"name": "a",
|
|
29748
|
+
"type": {
|
|
29749
|
+
"text": "number"
|
|
29750
|
+
},
|
|
29751
|
+
"description": "First number"
|
|
29752
|
+
},
|
|
29753
|
+
{
|
|
29754
|
+
"name": "b",
|
|
29755
|
+
"type": {
|
|
29756
|
+
"text": "number"
|
|
29757
|
+
},
|
|
29758
|
+
"description": "Second number"
|
|
29759
|
+
}
|
|
29760
|
+
],
|
|
29761
|
+
"description": "Performs high precision addition using Pure JavaScript (NO BigInt needed!)\nThis is the BEST solution for precision arithmetic"
|
|
29762
|
+
},
|
|
29763
|
+
{
|
|
29764
|
+
"kind": "function",
|
|
29765
|
+
"name": "subtractWithPrecision",
|
|
29766
|
+
"return": {
|
|
29767
|
+
"type": {
|
|
29768
|
+
"text": ""
|
|
29769
|
+
}
|
|
29770
|
+
},
|
|
29771
|
+
"parameters": [
|
|
29772
|
+
{
|
|
29773
|
+
"name": "a",
|
|
29774
|
+
"type": {
|
|
29775
|
+
"text": "number"
|
|
29776
|
+
},
|
|
29777
|
+
"description": "First number"
|
|
29778
|
+
},
|
|
29779
|
+
{
|
|
29780
|
+
"name": "b",
|
|
29781
|
+
"type": {
|
|
29782
|
+
"text": "number"
|
|
29783
|
+
},
|
|
29784
|
+
"description": "Second number"
|
|
29785
|
+
}
|
|
29786
|
+
],
|
|
29787
|
+
"description": "Performs high precision subtraction using Pure JavaScript"
|
|
29788
|
+
},
|
|
29789
|
+
{
|
|
29790
|
+
"kind": "function",
|
|
29791
|
+
"name": "incrementWithPrecision",
|
|
29792
|
+
"return": {
|
|
29793
|
+
"type": {
|
|
29794
|
+
"text": ""
|
|
29795
|
+
}
|
|
29796
|
+
},
|
|
29797
|
+
"parameters": [
|
|
29798
|
+
{
|
|
29799
|
+
"name": "valueString",
|
|
29800
|
+
"type": {
|
|
29801
|
+
"text": "string | number"
|
|
29802
|
+
},
|
|
29803
|
+
"description": "The value as a string to maintain precision"
|
|
29804
|
+
},
|
|
29805
|
+
{
|
|
29806
|
+
"name": "step",
|
|
29807
|
+
"type": {
|
|
29808
|
+
"text": "number"
|
|
29809
|
+
},
|
|
29810
|
+
"description": "The step value to add"
|
|
29811
|
+
}
|
|
29812
|
+
],
|
|
29813
|
+
"description": "Increment a value with precision using direct string manipulation"
|
|
29814
|
+
},
|
|
29815
|
+
{
|
|
29816
|
+
"kind": "function",
|
|
29817
|
+
"name": "decrementWithPrecision",
|
|
29818
|
+
"return": {
|
|
29819
|
+
"type": {
|
|
29820
|
+
"text": ""
|
|
29821
|
+
}
|
|
29822
|
+
},
|
|
29823
|
+
"parameters": [
|
|
29824
|
+
{
|
|
29825
|
+
"name": "valueString",
|
|
29826
|
+
"type": {
|
|
29827
|
+
"text": "string | number"
|
|
29828
|
+
},
|
|
29829
|
+
"description": "The value as a string to maintain precision"
|
|
29830
|
+
},
|
|
29831
|
+
{
|
|
29832
|
+
"name": "step",
|
|
29833
|
+
"type": {
|
|
29834
|
+
"text": "number"
|
|
29835
|
+
},
|
|
29836
|
+
"description": "The step value to subtract"
|
|
29837
|
+
}
|
|
29838
|
+
],
|
|
29839
|
+
"description": "Decrement a value with precision using direct string manipulation"
|
|
29840
|
+
},
|
|
29841
|
+
{
|
|
29842
|
+
"kind": "function",
|
|
29843
|
+
"name": "calculateAutoStepPrecision",
|
|
29844
|
+
"return": {
|
|
29845
|
+
"type": {
|
|
29846
|
+
"text": ""
|
|
29847
|
+
}
|
|
29848
|
+
},
|
|
29849
|
+
"parameters": [
|
|
29850
|
+
{
|
|
29851
|
+
"name": "value",
|
|
29852
|
+
"type": {
|
|
29853
|
+
"text": "string | number"
|
|
29854
|
+
},
|
|
29855
|
+
"description": "The value to calculate step precision for"
|
|
29856
|
+
}
|
|
29857
|
+
],
|
|
29858
|
+
"description": "Calculate auto step precision based on decimal places\nMaintains original step calculation for compatibility"
|
|
29703
29859
|
}
|
|
29704
29860
|
],
|
|
29705
29861
|
"exports": [
|
|
@@ -29766,6 +29922,46 @@
|
|
|
29766
29922
|
"name": "validateMinMax",
|
|
29767
29923
|
"module": "src/number-field/utils.ts"
|
|
29768
29924
|
}
|
|
29925
|
+
},
|
|
29926
|
+
{
|
|
29927
|
+
"kind": "js",
|
|
29928
|
+
"name": "addWithPrecision",
|
|
29929
|
+
"declaration": {
|
|
29930
|
+
"name": "addWithPrecision",
|
|
29931
|
+
"module": "src/number-field/utils.ts"
|
|
29932
|
+
}
|
|
29933
|
+
},
|
|
29934
|
+
{
|
|
29935
|
+
"kind": "js",
|
|
29936
|
+
"name": "subtractWithPrecision",
|
|
29937
|
+
"declaration": {
|
|
29938
|
+
"name": "subtractWithPrecision",
|
|
29939
|
+
"module": "src/number-field/utils.ts"
|
|
29940
|
+
}
|
|
29941
|
+
},
|
|
29942
|
+
{
|
|
29943
|
+
"kind": "js",
|
|
29944
|
+
"name": "incrementWithPrecision",
|
|
29945
|
+
"declaration": {
|
|
29946
|
+
"name": "incrementWithPrecision",
|
|
29947
|
+
"module": "src/number-field/utils.ts"
|
|
29948
|
+
}
|
|
29949
|
+
},
|
|
29950
|
+
{
|
|
29951
|
+
"kind": "js",
|
|
29952
|
+
"name": "decrementWithPrecision",
|
|
29953
|
+
"declaration": {
|
|
29954
|
+
"name": "decrementWithPrecision",
|
|
29955
|
+
"module": "src/number-field/utils.ts"
|
|
29956
|
+
}
|
|
29957
|
+
},
|
|
29958
|
+
{
|
|
29959
|
+
"kind": "js",
|
|
29960
|
+
"name": "calculateAutoStepPrecision",
|
|
29961
|
+
"declaration": {
|
|
29962
|
+
"name": "calculateAutoStepPrecision",
|
|
29963
|
+
"module": "src/number-field/utils.ts"
|
|
29964
|
+
}
|
|
29769
29965
|
}
|
|
29770
29966
|
]
|
|
29771
29967
|
},
|