@genesislcap/foundation-ui 14.306.1 → 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.
@@ -892,37 +892,6 @@
892
892
  }
893
893
  ]
894
894
  },
895
- {
896
- "kind": "javascript-module",
897
- "path": "src/_config/index.ts",
898
- "declarations": [],
899
- "exports": [
900
- {
901
- "kind": "js",
902
- "name": "*",
903
- "declaration": {
904
- "name": "*",
905
- "package": "./styles"
906
- }
907
- },
908
- {
909
- "kind": "js",
910
- "name": "*",
911
- "declaration": {
912
- "name": "*",
913
- "package": "./tokens"
914
- }
915
- },
916
- {
917
- "kind": "js",
918
- "name": "*",
919
- "declaration": {
920
- "name": "*",
921
- "package": "./values"
922
- }
923
- }
924
- ]
925
- },
926
895
  {
927
896
  "kind": "javascript-module",
928
897
  "path": "src/_common/base-file-component.ts",
@@ -1286,6 +1255,37 @@
1286
1255
  }
1287
1256
  ]
1288
1257
  },
1258
+ {
1259
+ "kind": "javascript-module",
1260
+ "path": "src/_config/index.ts",
1261
+ "declarations": [],
1262
+ "exports": [
1263
+ {
1264
+ "kind": "js",
1265
+ "name": "*",
1266
+ "declaration": {
1267
+ "name": "*",
1268
+ "package": "./styles"
1269
+ }
1270
+ },
1271
+ {
1272
+ "kind": "js",
1273
+ "name": "*",
1274
+ "declaration": {
1275
+ "name": "*",
1276
+ "package": "./tokens"
1277
+ }
1278
+ },
1279
+ {
1280
+ "kind": "js",
1281
+ "name": "*",
1282
+ "declaration": {
1283
+ "name": "*",
1284
+ "package": "./values"
1285
+ }
1286
+ }
1287
+ ]
1288
+ },
1289
1289
  {
1290
1290
  "kind": "javascript-module",
1291
1291
  "path": "src/accordion-item/accordion-item.styles.ts",
@@ -1680,6 +1680,188 @@
1680
1680
  }
1681
1681
  ]
1682
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
+ "privacy": "public"
1797
+ }
1798
+ ],
1799
+ "exports": [
1800
+ {
1801
+ "kind": "js",
1802
+ "name": "Accordion",
1803
+ "declaration": {
1804
+ "name": "Accordion",
1805
+ "module": "src/accordion/accordion.ts"
1806
+ }
1807
+ },
1808
+ {
1809
+ "kind": "js",
1810
+ "name": "foundationAccordionShadowOptions",
1811
+ "declaration": {
1812
+ "name": "foundationAccordionShadowOptions",
1813
+ "module": "src/accordion/accordion.ts"
1814
+ }
1815
+ },
1816
+ {
1817
+ "kind": "js",
1818
+ "name": "defaultAccordionConfig",
1819
+ "declaration": {
1820
+ "name": "defaultAccordionConfig",
1821
+ "module": "src/accordion/accordion.ts"
1822
+ }
1823
+ },
1824
+ {
1825
+ "kind": "js",
1826
+ "name": "foundationAccordion",
1827
+ "declaration": {
1828
+ "name": "foundationAccordion",
1829
+ "module": "src/accordion/accordion.ts"
1830
+ }
1831
+ }
1832
+ ]
1833
+ },
1834
+ {
1835
+ "kind": "javascript-module",
1836
+ "path": "src/accordion/index.ts",
1837
+ "declarations": [],
1838
+ "exports": [
1839
+ {
1840
+ "kind": "js",
1841
+ "name": "*",
1842
+ "declaration": {
1843
+ "name": "*",
1844
+ "package": "./accordion.template"
1845
+ }
1846
+ },
1847
+ {
1848
+ "kind": "js",
1849
+ "name": "*",
1850
+ "declaration": {
1851
+ "name": "*",
1852
+ "package": "./accordion.styles"
1853
+ }
1854
+ },
1855
+ {
1856
+ "kind": "js",
1857
+ "name": "*",
1858
+ "declaration": {
1859
+ "name": "*",
1860
+ "package": "./accordion"
1861
+ }
1862
+ }
1863
+ ]
1864
+ },
1683
1865
  {
1684
1866
  "kind": "javascript-module",
1685
1867
  "path": "src/actions-menu/actions-menu.styles.ts",
@@ -2170,229 +2352,47 @@
2170
2352
  "name": "hide-menu-single-option",
2171
2353
  "type": {
2172
2354
  "text": "boolean"
2173
- },
2174
- "default": "false",
2175
- "fieldName": "hideMenuSingleOption"
2176
- }
2177
- ],
2178
- "superclass": {
2179
- "name": "FoundationElement",
2180
- "package": "@microsoft/fast-foundation"
2181
- },
2182
- "tagName": "%%prefix%%-actions-menu",
2183
- "customElement": true
2184
- },
2185
- {
2186
- "kind": "variable",
2187
- "name": "foundationActionsMenu",
2188
- "description": "The Foundation Actions Menu",
2189
- "privacy": "public"
2190
- }
2191
- ],
2192
- "exports": [
2193
- {
2194
- "kind": "js",
2195
- "name": "ActionsMenu",
2196
- "declaration": {
2197
- "name": "ActionsMenu",
2198
- "module": "src/actions-menu/actions-menu.ts"
2199
- }
2200
- },
2201
- {
2202
- "kind": "js",
2203
- "name": "foundationActionsMenu",
2204
- "declaration": {
2205
- "name": "foundationActionsMenu",
2206
- "module": "src/actions-menu/actions-menu.ts"
2207
- }
2208
- }
2209
- ]
2210
- },
2211
- {
2212
- "kind": "javascript-module",
2213
- "path": "src/actions-menu/index.ts",
2214
- "declarations": [],
2215
- "exports": [
2216
- {
2217
- "kind": "js",
2218
- "name": "*",
2219
- "declaration": {
2220
- "name": "*",
2221
- "package": "./actions-menu.styles"
2222
- }
2223
- },
2224
- {
2225
- "kind": "js",
2226
- "name": "*",
2227
- "declaration": {
2228
- "name": "*",
2229
- "package": "./actions-menu.template"
2230
- }
2231
- },
2232
- {
2233
- "kind": "js",
2234
- "name": "*",
2235
- "declaration": {
2236
- "name": "*",
2237
- "package": "./actions-menu"
2238
- }
2239
- }
2240
- ]
2241
- },
2242
- {
2243
- "kind": "javascript-module",
2244
- "path": "src/accordion/accordion.styles.ts",
2245
- "declarations": [
2246
- {
2247
- "kind": "function",
2248
- "name": "foundationAccordionStyles",
2249
- "return": {
2250
- "type": {
2251
- "text": "ElementStyles"
2252
- }
2253
- },
2254
- "parameters": [
2255
- {
2256
- "name": "context",
2257
- "type": {
2258
- "text": "ElementDefinitionContext"
2259
- }
2260
- },
2261
- {
2262
- "name": "definition",
2263
- "type": {
2264
- "text": "FoundationElementDefinition"
2265
- }
2266
- }
2267
- ]
2268
- }
2269
- ],
2270
- "exports": [
2271
- {
2272
- "kind": "js",
2273
- "name": "foundationAccordionStyles",
2274
- "declaration": {
2275
- "name": "foundationAccordionStyles",
2276
- "module": "src/accordion/accordion.styles.ts"
2277
- }
2278
- }
2279
- ]
2280
- },
2281
- {
2282
- "kind": "javascript-module",
2283
- "path": "src/accordion/accordion.template.ts",
2284
- "declarations": [
2285
- {
2286
- "kind": "function",
2287
- "name": "foundationAccordionTemplate",
2288
- "return": {
2289
- "type": {
2290
- "text": "ViewTemplate<Accordion>"
2291
- }
2292
- },
2293
- "parameters": [
2294
- {
2295
- "name": "context",
2296
- "type": {
2297
- "text": "ElementDefinitionContext"
2298
- }
2299
- },
2300
- {
2301
- "name": "definition",
2302
- "type": {
2303
- "text": "FoundationElementDefinition"
2304
- }
2305
- }
2306
- ]
2307
- }
2308
- ],
2309
- "exports": [
2310
- {
2311
- "kind": "js",
2312
- "name": "foundationAccordionTemplate",
2313
- "declaration": {
2314
- "name": "foundationAccordionTemplate",
2315
- "module": "src/accordion/accordion.template.ts"
2316
- }
2317
- }
2318
- ]
2319
- },
2320
- {
2321
- "kind": "javascript-module",
2322
- "path": "src/accordion/accordion.ts",
2323
- "declarations": [
2324
- {
2325
- "kind": "class",
2326
- "description": "",
2327
- "name": "Accordion",
2355
+ },
2356
+ "default": "false",
2357
+ "fieldName": "hideMenuSingleOption"
2358
+ }
2359
+ ],
2328
2360
  "superclass": {
2329
- "name": "FASTAccordion",
2361
+ "name": "FoundationElement",
2330
2362
  "package": "@microsoft/fast-foundation"
2331
2363
  },
2332
- "tagName": "%%prefix%%-accordion",
2364
+ "tagName": "%%prefix%%-actions-menu",
2333
2365
  "customElement": true
2334
2366
  },
2335
2367
  {
2336
2368
  "kind": "variable",
2337
- "name": "foundationAccordionShadowOptions",
2338
- "type": {
2339
- "text": "ShadowRootInit"
2340
- },
2341
- "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
2342
- },
2343
- {
2344
- "kind": "variable",
2345
- "name": "defaultAccordionConfig",
2346
- "type": {
2347
- "text": "object"
2348
- },
2349
- "default": "{}"
2350
- },
2351
- {
2352
- "kind": "variable",
2353
- "name": "foundationAccordion",
2354
- "description": "The Foundation Accordion",
2369
+ "name": "foundationActionsMenu",
2370
+ "description": "The Foundation Actions Menu",
2355
2371
  "privacy": "public"
2356
2372
  }
2357
2373
  ],
2358
2374
  "exports": [
2359
2375
  {
2360
2376
  "kind": "js",
2361
- "name": "Accordion",
2362
- "declaration": {
2363
- "name": "Accordion",
2364
- "module": "src/accordion/accordion.ts"
2365
- }
2366
- },
2367
- {
2368
- "kind": "js",
2369
- "name": "foundationAccordionShadowOptions",
2370
- "declaration": {
2371
- "name": "foundationAccordionShadowOptions",
2372
- "module": "src/accordion/accordion.ts"
2373
- }
2374
- },
2375
- {
2376
- "kind": "js",
2377
- "name": "defaultAccordionConfig",
2377
+ "name": "ActionsMenu",
2378
2378
  "declaration": {
2379
- "name": "defaultAccordionConfig",
2380
- "module": "src/accordion/accordion.ts"
2379
+ "name": "ActionsMenu",
2380
+ "module": "src/actions-menu/actions-menu.ts"
2381
2381
  }
2382
2382
  },
2383
2383
  {
2384
2384
  "kind": "js",
2385
- "name": "foundationAccordion",
2385
+ "name": "foundationActionsMenu",
2386
2386
  "declaration": {
2387
- "name": "foundationAccordion",
2388
- "module": "src/accordion/accordion.ts"
2387
+ "name": "foundationActionsMenu",
2388
+ "module": "src/actions-menu/actions-menu.ts"
2389
2389
  }
2390
2390
  }
2391
2391
  ]
2392
2392
  },
2393
2393
  {
2394
2394
  "kind": "javascript-module",
2395
- "path": "src/accordion/index.ts",
2395
+ "path": "src/actions-menu/index.ts",
2396
2396
  "declarations": [],
2397
2397
  "exports": [
2398
2398
  {
@@ -2400,7 +2400,7 @@
2400
2400
  "name": "*",
2401
2401
  "declaration": {
2402
2402
  "name": "*",
2403
- "package": "./accordion.template"
2403
+ "package": "./actions-menu.styles"
2404
2404
  }
2405
2405
  },
2406
2406
  {
@@ -2408,7 +2408,7 @@
2408
2408
  "name": "*",
2409
2409
  "declaration": {
2410
2410
  "name": "*",
2411
- "package": "./accordion.styles"
2411
+ "package": "./actions-menu.template"
2412
2412
  }
2413
2413
  },
2414
2414
  {
@@ -2416,7 +2416,7 @@
2416
2416
  "name": "*",
2417
2417
  "declaration": {
2418
2418
  "name": "*",
2419
- "package": "./accordion"
2419
+ "package": "./actions-menu"
2420
2420
  }
2421
2421
  }
2422
2422
  ]
@@ -28891,6 +28891,22 @@
28891
28891
  },
28892
28892
  "default": "'en-US'"
28893
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
+ },
28894
28910
  {
28895
28911
  "kind": "field",
28896
28912
  "name": "options",
@@ -29316,6 +29332,29 @@
29316
29332
  "default": "'en-US'",
29317
29333
  "fieldName": "locale"
29318
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
+ },
29319
29358
  {
29320
29359
  "name": "readonly",
29321
29360
  "type": {
@@ -29585,27 +29624,39 @@
29585
29624
  "name": "validateValue",
29586
29625
  "return": {
29587
29626
  "type": {
29588
- "text": "string"
29627
+ "text": ""
29589
29628
  }
29590
29629
  },
29591
29630
  "parameters": [
29592
29631
  {
29593
29632
  "name": "value",
29594
29633
  "type": {
29595
- "text": "string"
29596
- }
29634
+ "text": "string | number"
29635
+ },
29636
+ "description": "The value to validate and format"
29597
29637
  },
29598
29638
  {
29599
29639
  "name": "locale",
29600
29640
  "type": {
29601
29641
  "text": "string"
29602
- }
29642
+ },
29643
+ "description": "The locale to use for formatting"
29603
29644
  },
29604
29645
  {
29605
29646
  "name": "withFormatting",
29606
- "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"
29607
29657
  }
29608
- ]
29658
+ ],
29659
+ "description": "Validates and formats a value based on locale and precision"
29609
29660
  },
29610
29661
  {
29611
29662
  "kind": "function",
@@ -29627,6 +29678,13 @@
29627
29678
  "type": {
29628
29679
  "text": "string"
29629
29680
  }
29681
+ },
29682
+ {
29683
+ "name": "precision",
29684
+ "optional": true,
29685
+ "type": {
29686
+ "text": "number"
29687
+ }
29630
29688
  }
29631
29689
  ]
29632
29690
  },
@@ -29666,8 +29724,138 @@
29666
29724
  "type": {
29667
29725
  "text": "number"
29668
29726
  }
29727
+ },
29728
+ {
29729
+ "name": "precision",
29730
+ "optional": true,
29731
+ "type": {
29732
+ "text": "number"
29733
+ }
29669
29734
  }
29670
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"
29671
29859
  }
29672
29860
  ],
29673
29861
  "exports": [
@@ -29734,6 +29922,46 @@
29734
29922
  "name": "validateMinMax",
29735
29923
  "module": "src/number-field/utils.ts"
29736
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
+ }
29737
29965
  }
29738
29966
  ]
29739
29967
  },