@genesislcap/grid-pro 14.107.1 → 14.109.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 +691 -23
- package/dist/dts/cell-editors/date.editor.d.ts +5 -0
- package/dist/dts/cell-editors/date.editor.d.ts.map +1 -1
- package/dist/dts/cell-editors/index.d.ts +1 -0
- package/dist/dts/cell-editors/index.d.ts.map +1 -1
- package/dist/dts/cell-editors/multiselect.editor.d.ts +1 -0
- package/dist/dts/cell-editors/multiselect.editor.d.ts.map +1 -1
- package/dist/dts/cell-editors/number.editor.d.ts +2 -0
- package/dist/dts/cell-editors/number.editor.d.ts.map +1 -1
- package/dist/dts/cell-editors/select.editor.d.ts +2 -1
- package/dist/dts/cell-editors/select.editor.d.ts.map +1 -1
- package/dist/dts/cell-editors/string.editor.d.ts +56 -0
- package/dist/dts/cell-editors/string.editor.d.ts.map +1 -0
- package/dist/dts/cell-renderers/action.renderer.d.ts.map +1 -1
- package/dist/dts/cell-renderers/boolean.renderer.d.ts +1 -0
- package/dist/dts/cell-renderers/boolean.renderer.d.ts.map +1 -1
- package/dist/dts/cell-renderers/editable.renderer.d.ts +42 -0
- package/dist/dts/cell-renderers/editable.renderer.d.ts.map +1 -0
- package/dist/dts/cell-renderers/index.d.ts +1 -0
- package/dist/dts/cell-renderers/index.d.ts.map +1 -1
- package/dist/dts/grid-components.d.ts +18 -0
- package/dist/dts/grid-components.d.ts.map +1 -1
- package/dist/dts/grid-pro-genesis-datasource/grid-pro-genesis-datasource.d.ts.map +1 -1
- package/dist/dts/grid-pro.d.ts +0 -6
- package/dist/dts/grid-pro.d.ts.map +1 -1
- package/dist/dts/grid-pro.types.d.ts +12 -0
- package/dist/dts/grid-pro.types.d.ts.map +1 -1
- package/dist/dts/index.d.ts +1 -0
- package/dist/dts/index.d.ts.map +1 -1
- package/dist/dts/tooltips/error-tooltip.d.ts +11 -0
- package/dist/dts/tooltips/error-tooltip.d.ts.map +1 -0
- package/dist/dts/tooltips/index.d.ts +2 -0
- package/dist/dts/tooltips/index.d.ts.map +1 -0
- package/dist/esm/cell-editors/date.editor.js +15 -2
- package/dist/esm/cell-editors/index.js +1 -0
- package/dist/esm/cell-editors/multiselect.editor.js +5 -10
- package/dist/esm/cell-editors/number.editor.js +9 -1
- package/dist/esm/cell-editors/select.editor.js +10 -12
- package/dist/esm/cell-editors/string.editor.js +86 -0
- package/dist/esm/cell-renderers/action.renderer.js +6 -0
- package/dist/esm/cell-renderers/boolean.renderer.js +4 -0
- package/dist/esm/cell-renderers/editable.renderer.js +60 -0
- package/dist/esm/cell-renderers/index.js +1 -0
- package/dist/esm/grid-components.js +4 -2
- package/dist/esm/grid-pro-genesis-datasource/grid-pro-genesis-datasource.js +3 -0
- package/dist/esm/grid-pro.js +31 -3
- package/dist/esm/grid-pro.types.js +12 -0
- package/dist/esm/index.js +1 -0
- package/dist/esm/tooltips/error-tooltip.js +21 -0
- package/dist/esm/tooltips/index.js +1 -0
- package/dist/grid-pro.api.json +2314 -670
- package/dist/grid-pro.d.ts +156 -7
- package/docs/api/grid-pro.ageditablerendererstyles.md +13 -0
- package/docs/api/grid-pro.agstringeditorstyles.md +13 -0
- package/docs/api/grid-pro.booleanrenderer.iscancelbeforestart.md +15 -0
- package/docs/api/grid-pro.booleanrenderer.md +1 -0
- package/docs/api/grid-pro.dateeditor.actualwidth.md +11 -0
- package/docs/api/grid-pro.dateeditor.afterguiattached.md +15 -0
- package/docs/api/grid-pro.dateeditor.input.md +11 -0
- package/docs/api/grid-pro.dateeditor.iscancelbeforestart.md +15 -0
- package/docs/api/grid-pro.dateeditor.md +5 -0
- package/docs/api/grid-pro.dateeditor.params.md +11 -0
- package/docs/api/grid-pro.editablerenderer.getgui.md +15 -0
- package/docs/api/grid-pro.editablerenderer.init.md +22 -0
- package/docs/api/grid-pro.editablerenderer.md +31 -0
- package/docs/api/grid-pro.editablerenderer.refresh.md +22 -0
- package/docs/api/grid-pro.editablerenderer.valueformatted.md +11 -0
- package/docs/api/grid-pro.edited_column_field.md +13 -0
- package/docs/api/grid-pro.error_column_field.md +13 -0
- package/docs/api/grid-pro.foundationageditablerenderer.md +26 -0
- package/docs/api/grid-pro.foundationgridcomponents.md +18 -0
- package/docs/api/grid-pro.foundationstringeditor.md +24 -0
- package/docs/api/grid-pro.getageditablerenderertemplate.md +13 -0
- package/docs/api/grid-pro.getstringeditortemplate.md +13 -0
- package/docs/api/grid-pro.gridprorenderertypes.md +2 -0
- package/docs/api/grid-pro.md +11 -0
- package/docs/api/grid-pro.multiselecteditor.iscancelbeforestart.md +15 -0
- package/docs/api/grid-pro.multiselecteditor.md +1 -0
- package/docs/api/grid-pro.numbereditor.actualwidth.md +11 -0
- package/docs/api/grid-pro.numbereditor.iscancelbeforestart.md +15 -0
- package/docs/api/grid-pro.numbereditor.md +2 -0
- package/docs/api/grid-pro.selecteditor.actualwidth.md +11 -0
- package/docs/api/grid-pro.selecteditor.iscancelbeforestart.md +15 -0
- package/docs/api/grid-pro.selecteditor.md +2 -1
- package/docs/api/grid-pro.stringeditor.actualwidth.md +11 -0
- package/docs/api/grid-pro.stringeditor.afterguiattached.md +15 -0
- package/docs/api/grid-pro.stringeditor.changehandler.md +22 -0
- package/docs/api/grid-pro.stringeditor.getgui.md +15 -0
- package/docs/api/grid-pro.stringeditor.getvalue.md +15 -0
- package/docs/api/grid-pro.stringeditor.init.md +22 -0
- package/docs/api/grid-pro.stringeditor.input.md +11 -0
- package/docs/api/grid-pro.stringeditor.iscancelbeforestart.md +15 -0
- package/docs/api/{grid-pro.selecteditor.destroy.md → grid-pro.stringeditor.ispopup.md} +4 -4
- package/docs/api/grid-pro.stringeditor.md +39 -0
- package/docs/api/grid-pro.stringeditor.params.md +11 -0
- package/docs/api/grid-pro.stringeditor.refresh.md +22 -0
- package/docs/api/grid-pro.stringeditor.value.md +11 -0
- package/docs/api/grid-pro.stringeditorparams.md +21 -0
- package/docs/api/grid-pro.stringeditorparams.placeholder.md +11 -0
- package/docs/api-report.md +142 -2
- package/package.json +8 -8
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"type": {
|
|
13
13
|
"text": "object"
|
|
14
14
|
},
|
|
15
|
-
"default": "{\n foundationGridProActionRenderer,\n foundationGridProActionsMenuRenderer,\n foundationAgBooleanRenderer,\n foundationAgTextRenderer,\n foundationAgTextFieldRenderer,\n foundationAgSelectRenderer,\n foundationGridPro,\n foundationSelectEditor,\n foundationNumberEditor,\n foundationDateEditor,\n foundationMultiselectEditor,\n register(container?: Container, ...rest: any[]) {\n if (!container) {\n // preserve backward compatibility with code that loops through\n // the values of this object and calls them as funcs with no args\n return;\n }\n for (const key in this) {\n if (key === 'register') {\n continue;\n }\n this[key]().register(container, ...rest);\n }\n },\n}",
|
|
15
|
+
"default": "{\n foundationGridProActionRenderer,\n foundationGridProActionsMenuRenderer,\n foundationAgBooleanRenderer,\n foundationAgTextRenderer,\n foundationAgTextFieldRenderer,\n foundationAgEditableRenderer,\n foundationAgSelectRenderer,\n foundationGridPro,\n foundationSelectEditor,\n foundationNumberEditor,\n foundationDateEditor,\n foundationMultiselectEditor,\n foundationStringEditor,\n register(container?: Container, ...rest: any[]) {\n if (!container) {\n // preserve backward compatibility with code that loops through\n // the values of this object and calls them as funcs with no args\n return;\n }\n for (const key in this) {\n if (key === 'register') {\n continue;\n }\n this[key]().register(container, ...rest);\n }\n },\n}",
|
|
16
16
|
"description": "The Grid Pro Components.",
|
|
17
17
|
"privacy": "public"
|
|
18
18
|
}
|
|
@@ -1226,6 +1226,26 @@
|
|
|
1226
1226
|
"default": "'onGridReady'",
|
|
1227
1227
|
"description": "Event fired when grid is ready",
|
|
1228
1228
|
"privacy": "public"
|
|
1229
|
+
},
|
|
1230
|
+
{
|
|
1231
|
+
"kind": "variable",
|
|
1232
|
+
"name": "EDITED_COLUMN_FIELD",
|
|
1233
|
+
"type": {
|
|
1234
|
+
"text": "string"
|
|
1235
|
+
},
|
|
1236
|
+
"default": "'__editedColumn'",
|
|
1237
|
+
"description": "Key used to store currently edited column when it being synced with server side data",
|
|
1238
|
+
"privacy": "public"
|
|
1239
|
+
},
|
|
1240
|
+
{
|
|
1241
|
+
"kind": "variable",
|
|
1242
|
+
"name": "ERROR_COLUMN_FIELD",
|
|
1243
|
+
"type": {
|
|
1244
|
+
"text": "string"
|
|
1245
|
+
},
|
|
1246
|
+
"default": "'__errorColumn'",
|
|
1247
|
+
"description": "Key used to store error details (column, message) when inline edit fails sync with server side data",
|
|
1248
|
+
"privacy": "public"
|
|
1229
1249
|
}
|
|
1230
1250
|
],
|
|
1231
1251
|
"exports": [
|
|
@@ -1260,6 +1280,22 @@
|
|
|
1260
1280
|
"name": "GRID_READY_EVENT",
|
|
1261
1281
|
"module": "src/grid-pro.types.ts"
|
|
1262
1282
|
}
|
|
1283
|
+
},
|
|
1284
|
+
{
|
|
1285
|
+
"kind": "js",
|
|
1286
|
+
"name": "EDITED_COLUMN_FIELD",
|
|
1287
|
+
"declaration": {
|
|
1288
|
+
"name": "EDITED_COLUMN_FIELD",
|
|
1289
|
+
"module": "src/grid-pro.types.ts"
|
|
1290
|
+
}
|
|
1291
|
+
},
|
|
1292
|
+
{
|
|
1293
|
+
"kind": "js",
|
|
1294
|
+
"name": "ERROR_COLUMN_FIELD",
|
|
1295
|
+
"declaration": {
|
|
1296
|
+
"name": "ERROR_COLUMN_FIELD",
|
|
1297
|
+
"module": "src/grid-pro.types.ts"
|
|
1298
|
+
}
|
|
1263
1299
|
}
|
|
1264
1300
|
]
|
|
1265
1301
|
},
|
|
@@ -1386,6 +1422,14 @@
|
|
|
1386
1422
|
"package": "./style"
|
|
1387
1423
|
}
|
|
1388
1424
|
},
|
|
1425
|
+
{
|
|
1426
|
+
"kind": "js",
|
|
1427
|
+
"name": "*",
|
|
1428
|
+
"declaration": {
|
|
1429
|
+
"name": "*",
|
|
1430
|
+
"package": "./tooltips"
|
|
1431
|
+
}
|
|
1432
|
+
},
|
|
1389
1433
|
{
|
|
1390
1434
|
"kind": "js",
|
|
1391
1435
|
"name": "*",
|
|
@@ -1677,6 +1721,21 @@
|
|
|
1677
1721
|
},
|
|
1678
1722
|
"privacy": "public"
|
|
1679
1723
|
},
|
|
1724
|
+
{
|
|
1725
|
+
"kind": "field",
|
|
1726
|
+
"name": "actualWidth",
|
|
1727
|
+
"type": {
|
|
1728
|
+
"text": "number"
|
|
1729
|
+
},
|
|
1730
|
+
"privacy": "public"
|
|
1731
|
+
},
|
|
1732
|
+
{
|
|
1733
|
+
"kind": "field",
|
|
1734
|
+
"name": "params",
|
|
1735
|
+
"type": {
|
|
1736
|
+
"text": "DateEditorParams"
|
|
1737
|
+
}
|
|
1738
|
+
},
|
|
1680
1739
|
{
|
|
1681
1740
|
"kind": "field",
|
|
1682
1741
|
"name": "dateFormat",
|
|
@@ -1684,6 +1743,13 @@
|
|
|
1684
1743
|
"text": "string"
|
|
1685
1744
|
}
|
|
1686
1745
|
},
|
|
1746
|
+
{
|
|
1747
|
+
"kind": "field",
|
|
1748
|
+
"name": "input",
|
|
1749
|
+
"type": {
|
|
1750
|
+
"text": "any"
|
|
1751
|
+
}
|
|
1752
|
+
},
|
|
1687
1753
|
{
|
|
1688
1754
|
"kind": "field",
|
|
1689
1755
|
"name": "inputType",
|
|
@@ -1754,6 +1820,14 @@
|
|
|
1754
1820
|
}
|
|
1755
1821
|
]
|
|
1756
1822
|
},
|
|
1823
|
+
{
|
|
1824
|
+
"kind": "method",
|
|
1825
|
+
"name": "afterGuiAttached"
|
|
1826
|
+
},
|
|
1827
|
+
{
|
|
1828
|
+
"kind": "method",
|
|
1829
|
+
"name": "isCancelBeforeStart"
|
|
1830
|
+
},
|
|
1757
1831
|
{
|
|
1758
1832
|
"kind": "field",
|
|
1759
1833
|
"name": "_presentation",
|
|
@@ -1975,6 +2049,14 @@
|
|
|
1975
2049
|
"name": "*",
|
|
1976
2050
|
"package": "./select.editor"
|
|
1977
2051
|
}
|
|
2052
|
+
},
|
|
2053
|
+
{
|
|
2054
|
+
"kind": "js",
|
|
2055
|
+
"name": "*",
|
|
2056
|
+
"declaration": {
|
|
2057
|
+
"name": "*",
|
|
2058
|
+
"package": "./string.editor"
|
|
2059
|
+
}
|
|
1978
2060
|
}
|
|
1979
2061
|
]
|
|
1980
2062
|
},
|
|
@@ -2076,6 +2158,10 @@
|
|
|
2076
2158
|
}
|
|
2077
2159
|
]
|
|
2078
2160
|
},
|
|
2161
|
+
{
|
|
2162
|
+
"kind": "method",
|
|
2163
|
+
"name": "isCancelBeforeStart"
|
|
2164
|
+
},
|
|
2079
2165
|
{
|
|
2080
2166
|
"kind": "field",
|
|
2081
2167
|
"name": "_presentation",
|
|
@@ -2198,7 +2284,7 @@
|
|
|
2198
2284
|
{
|
|
2199
2285
|
"kind": "variable",
|
|
2200
2286
|
"name": "agMultiselectEditorStyles",
|
|
2201
|
-
"default": "css
|
|
2287
|
+
"default": "css``",
|
|
2202
2288
|
"description": "The AG Select Renderer Styles.",
|
|
2203
2289
|
"privacy": "public"
|
|
2204
2290
|
},
|
|
@@ -2286,6 +2372,14 @@
|
|
|
2286
2372
|
},
|
|
2287
2373
|
"privacy": "public"
|
|
2288
2374
|
},
|
|
2375
|
+
{
|
|
2376
|
+
"kind": "field",
|
|
2377
|
+
"name": "actualWidth",
|
|
2378
|
+
"type": {
|
|
2379
|
+
"text": "number"
|
|
2380
|
+
},
|
|
2381
|
+
"privacy": "public"
|
|
2382
|
+
},
|
|
2289
2383
|
{
|
|
2290
2384
|
"kind": "field",
|
|
2291
2385
|
"name": "input",
|
|
@@ -2361,6 +2455,10 @@
|
|
|
2361
2455
|
}
|
|
2362
2456
|
]
|
|
2363
2457
|
},
|
|
2458
|
+
{
|
|
2459
|
+
"kind": "method",
|
|
2460
|
+
"name": "isCancelBeforeStart"
|
|
2461
|
+
},
|
|
2364
2462
|
{
|
|
2365
2463
|
"kind": "field",
|
|
2366
2464
|
"name": "_presentation",
|
|
@@ -2571,6 +2669,14 @@
|
|
|
2571
2669
|
},
|
|
2572
2670
|
"privacy": "public"
|
|
2573
2671
|
},
|
|
2672
|
+
{
|
|
2673
|
+
"kind": "field",
|
|
2674
|
+
"name": "actualWidth",
|
|
2675
|
+
"type": {
|
|
2676
|
+
"text": "number"
|
|
2677
|
+
},
|
|
2678
|
+
"privacy": "public"
|
|
2679
|
+
},
|
|
2574
2680
|
{
|
|
2575
2681
|
"kind": "field",
|
|
2576
2682
|
"name": "combobox",
|
|
@@ -2604,12 +2710,299 @@
|
|
|
2604
2710
|
},
|
|
2605
2711
|
{
|
|
2606
2712
|
"kind": "method",
|
|
2607
|
-
"name": "
|
|
2713
|
+
"name": "refresh",
|
|
2714
|
+
"privacy": "public",
|
|
2715
|
+
"return": {
|
|
2716
|
+
"type": {
|
|
2717
|
+
"text": "boolean"
|
|
2718
|
+
}
|
|
2719
|
+
},
|
|
2720
|
+
"parameters": [
|
|
2721
|
+
{
|
|
2722
|
+
"name": "params",
|
|
2723
|
+
"type": {
|
|
2724
|
+
"text": "SelectEditorParams"
|
|
2725
|
+
}
|
|
2726
|
+
}
|
|
2727
|
+
]
|
|
2728
|
+
},
|
|
2729
|
+
{
|
|
2730
|
+
"kind": "method",
|
|
2731
|
+
"name": "getValue"
|
|
2732
|
+
},
|
|
2733
|
+
{
|
|
2734
|
+
"kind": "method",
|
|
2735
|
+
"name": "isPopup",
|
|
2736
|
+
"return": {
|
|
2737
|
+
"type": {
|
|
2738
|
+
"text": "boolean"
|
|
2739
|
+
}
|
|
2740
|
+
}
|
|
2741
|
+
},
|
|
2742
|
+
{
|
|
2743
|
+
"kind": "method",
|
|
2744
|
+
"name": "afterGuiAttached"
|
|
2745
|
+
},
|
|
2746
|
+
{
|
|
2747
|
+
"kind": "method",
|
|
2748
|
+
"name": "changeHandler",
|
|
2749
|
+
"parameters": [
|
|
2750
|
+
{
|
|
2751
|
+
"name": "event"
|
|
2752
|
+
}
|
|
2753
|
+
]
|
|
2754
|
+
},
|
|
2755
|
+
{
|
|
2756
|
+
"kind": "method",
|
|
2757
|
+
"name": "isCancelBeforeStart"
|
|
2758
|
+
},
|
|
2759
|
+
{
|
|
2760
|
+
"kind": "field",
|
|
2761
|
+
"name": "_presentation",
|
|
2762
|
+
"type": {
|
|
2763
|
+
"text": "ComponentPresentation | null | undefined"
|
|
2764
|
+
},
|
|
2765
|
+
"privacy": "private",
|
|
2766
|
+
"default": "void 0",
|
|
2767
|
+
"inheritedFrom": {
|
|
2768
|
+
"name": "FoundationElement",
|
|
2769
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2770
|
+
}
|
|
2771
|
+
},
|
|
2772
|
+
{
|
|
2773
|
+
"kind": "field",
|
|
2774
|
+
"name": "$presentation",
|
|
2775
|
+
"type": {
|
|
2776
|
+
"text": "ComponentPresentation | null"
|
|
2777
|
+
},
|
|
2778
|
+
"privacy": "public",
|
|
2779
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
2780
|
+
"inheritedFrom": {
|
|
2781
|
+
"name": "FoundationElement",
|
|
2782
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2783
|
+
}
|
|
2784
|
+
},
|
|
2785
|
+
{
|
|
2786
|
+
"kind": "field",
|
|
2787
|
+
"name": "template",
|
|
2788
|
+
"type": {
|
|
2789
|
+
"text": "ElementViewTemplate | void | null"
|
|
2790
|
+
},
|
|
2791
|
+
"privacy": "public",
|
|
2792
|
+
"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.",
|
|
2793
|
+
"inheritedFrom": {
|
|
2794
|
+
"name": "FoundationElement",
|
|
2795
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2796
|
+
}
|
|
2797
|
+
},
|
|
2798
|
+
{
|
|
2799
|
+
"kind": "method",
|
|
2800
|
+
"name": "templateChanged",
|
|
2801
|
+
"privacy": "protected",
|
|
2802
|
+
"return": {
|
|
2803
|
+
"type": {
|
|
2804
|
+
"text": "void"
|
|
2805
|
+
}
|
|
2806
|
+
},
|
|
2807
|
+
"inheritedFrom": {
|
|
2808
|
+
"name": "FoundationElement",
|
|
2809
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2810
|
+
}
|
|
2811
|
+
},
|
|
2812
|
+
{
|
|
2813
|
+
"kind": "field",
|
|
2814
|
+
"name": "styles",
|
|
2815
|
+
"type": {
|
|
2816
|
+
"text": "ElementStyles | void | null"
|
|
2817
|
+
},
|
|
2608
2818
|
"privacy": "public",
|
|
2819
|
+
"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.",
|
|
2820
|
+
"inheritedFrom": {
|
|
2821
|
+
"name": "FoundationElement",
|
|
2822
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2823
|
+
}
|
|
2824
|
+
},
|
|
2825
|
+
{
|
|
2826
|
+
"kind": "method",
|
|
2827
|
+
"name": "stylesChanged",
|
|
2828
|
+
"privacy": "protected",
|
|
2609
2829
|
"return": {
|
|
2610
2830
|
"type": {
|
|
2611
2831
|
"text": "void"
|
|
2612
2832
|
}
|
|
2833
|
+
},
|
|
2834
|
+
"inheritedFrom": {
|
|
2835
|
+
"name": "FoundationElement",
|
|
2836
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2837
|
+
}
|
|
2838
|
+
},
|
|
2839
|
+
{
|
|
2840
|
+
"kind": "method",
|
|
2841
|
+
"name": "compose",
|
|
2842
|
+
"privacy": "public",
|
|
2843
|
+
"static": true,
|
|
2844
|
+
"return": {
|
|
2845
|
+
"type": {
|
|
2846
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
2847
|
+
}
|
|
2848
|
+
},
|
|
2849
|
+
"parameters": [
|
|
2850
|
+
{
|
|
2851
|
+
"name": "this",
|
|
2852
|
+
"type": {
|
|
2853
|
+
"text": "K"
|
|
2854
|
+
}
|
|
2855
|
+
},
|
|
2856
|
+
{
|
|
2857
|
+
"name": "elementDefinition",
|
|
2858
|
+
"type": {
|
|
2859
|
+
"text": "T"
|
|
2860
|
+
},
|
|
2861
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
2862
|
+
}
|
|
2863
|
+
],
|
|
2864
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
2865
|
+
"inheritedFrom": {
|
|
2866
|
+
"name": "FoundationElement",
|
|
2867
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2868
|
+
}
|
|
2869
|
+
}
|
|
2870
|
+
],
|
|
2871
|
+
"superclass": {
|
|
2872
|
+
"name": "FoundationElement",
|
|
2873
|
+
"package": "@microsoft/fast-foundation"
|
|
2874
|
+
},
|
|
2875
|
+
"tagName": "%%prefix%%-select-editor",
|
|
2876
|
+
"customElement": true
|
|
2877
|
+
},
|
|
2878
|
+
{
|
|
2879
|
+
"kind": "variable",
|
|
2880
|
+
"name": "agSelectEditorStyles",
|
|
2881
|
+
"default": "css``",
|
|
2882
|
+
"description": "The AG Select Renderer Styles.",
|
|
2883
|
+
"privacy": "public"
|
|
2884
|
+
},
|
|
2885
|
+
{
|
|
2886
|
+
"kind": "function",
|
|
2887
|
+
"name": "getSelectEditorTemplate",
|
|
2888
|
+
"parameters": [
|
|
2889
|
+
{
|
|
2890
|
+
"name": "designSystem",
|
|
2891
|
+
"default": "'foundation'",
|
|
2892
|
+
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
2893
|
+
}
|
|
2894
|
+
],
|
|
2895
|
+
"description": "Get a Design System prefixed Select template.",
|
|
2896
|
+
"return": {
|
|
2897
|
+
"type": {
|
|
2898
|
+
"text": ""
|
|
2899
|
+
}
|
|
2900
|
+
},
|
|
2901
|
+
"privacy": "public"
|
|
2902
|
+
},
|
|
2903
|
+
{
|
|
2904
|
+
"kind": "variable",
|
|
2905
|
+
"name": "foundationSelectEditor",
|
|
2906
|
+
"privacy": "public"
|
|
2907
|
+
}
|
|
2908
|
+
],
|
|
2909
|
+
"exports": [
|
|
2910
|
+
{
|
|
2911
|
+
"kind": "js",
|
|
2912
|
+
"name": "SelectEditor",
|
|
2913
|
+
"declaration": {
|
|
2914
|
+
"name": "SelectEditor",
|
|
2915
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
2916
|
+
}
|
|
2917
|
+
},
|
|
2918
|
+
{
|
|
2919
|
+
"kind": "js",
|
|
2920
|
+
"name": "agSelectEditorStyles",
|
|
2921
|
+
"declaration": {
|
|
2922
|
+
"name": "agSelectEditorStyles",
|
|
2923
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
2924
|
+
}
|
|
2925
|
+
},
|
|
2926
|
+
{
|
|
2927
|
+
"kind": "js",
|
|
2928
|
+
"name": "getSelectEditorTemplate",
|
|
2929
|
+
"declaration": {
|
|
2930
|
+
"name": "getSelectEditorTemplate",
|
|
2931
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
2932
|
+
}
|
|
2933
|
+
},
|
|
2934
|
+
{
|
|
2935
|
+
"kind": "js",
|
|
2936
|
+
"name": "foundationSelectEditor",
|
|
2937
|
+
"declaration": {
|
|
2938
|
+
"name": "foundationSelectEditor",
|
|
2939
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
2940
|
+
}
|
|
2941
|
+
}
|
|
2942
|
+
]
|
|
2943
|
+
},
|
|
2944
|
+
{
|
|
2945
|
+
"kind": "javascript-module",
|
|
2946
|
+
"path": "src/cell-editors/string.editor.ts",
|
|
2947
|
+
"declarations": [
|
|
2948
|
+
{
|
|
2949
|
+
"kind": "class",
|
|
2950
|
+
"description": "The AG String Editor element.",
|
|
2951
|
+
"name": "StringEditor",
|
|
2952
|
+
"members": [
|
|
2953
|
+
{
|
|
2954
|
+
"kind": "field",
|
|
2955
|
+
"name": "params",
|
|
2956
|
+
"type": {
|
|
2957
|
+
"text": "StringEditorParams"
|
|
2958
|
+
},
|
|
2959
|
+
"privacy": "public"
|
|
2960
|
+
},
|
|
2961
|
+
{
|
|
2962
|
+
"kind": "field",
|
|
2963
|
+
"name": "value",
|
|
2964
|
+
"type": {
|
|
2965
|
+
"text": "string"
|
|
2966
|
+
},
|
|
2967
|
+
"privacy": "public"
|
|
2968
|
+
},
|
|
2969
|
+
{
|
|
2970
|
+
"kind": "field",
|
|
2971
|
+
"name": "actualWidth",
|
|
2972
|
+
"type": {
|
|
2973
|
+
"text": "number"
|
|
2974
|
+
},
|
|
2975
|
+
"privacy": "public"
|
|
2976
|
+
},
|
|
2977
|
+
{
|
|
2978
|
+
"kind": "field",
|
|
2979
|
+
"name": "input",
|
|
2980
|
+
"type": {
|
|
2981
|
+
"text": "any"
|
|
2982
|
+
},
|
|
2983
|
+
"privacy": "public"
|
|
2984
|
+
},
|
|
2985
|
+
{
|
|
2986
|
+
"kind": "method",
|
|
2987
|
+
"name": "init",
|
|
2988
|
+
"privacy": "public",
|
|
2989
|
+
"parameters": [
|
|
2990
|
+
{
|
|
2991
|
+
"name": "params",
|
|
2992
|
+
"type": {
|
|
2993
|
+
"text": "StringEditorParams"
|
|
2994
|
+
}
|
|
2995
|
+
}
|
|
2996
|
+
]
|
|
2997
|
+
},
|
|
2998
|
+
{
|
|
2999
|
+
"kind": "method",
|
|
3000
|
+
"name": "getGui",
|
|
3001
|
+
"privacy": "public",
|
|
3002
|
+
"return": {
|
|
3003
|
+
"type": {
|
|
3004
|
+
"text": "HTMLElement"
|
|
3005
|
+
}
|
|
2613
3006
|
}
|
|
2614
3007
|
},
|
|
2615
3008
|
{
|
|
@@ -2625,7 +3018,7 @@
|
|
|
2625
3018
|
{
|
|
2626
3019
|
"name": "params",
|
|
2627
3020
|
"type": {
|
|
2628
|
-
"text": "
|
|
3021
|
+
"text": "StringEditorParams"
|
|
2629
3022
|
}
|
|
2630
3023
|
}
|
|
2631
3024
|
]
|
|
@@ -2656,6 +3049,10 @@
|
|
|
2656
3049
|
}
|
|
2657
3050
|
]
|
|
2658
3051
|
},
|
|
3052
|
+
{
|
|
3053
|
+
"kind": "method",
|
|
3054
|
+
"name": "isCancelBeforeStart"
|
|
3055
|
+
},
|
|
2659
3056
|
{
|
|
2660
3057
|
"kind": "field",
|
|
2661
3058
|
"name": "_presentation",
|
|
@@ -2772,19 +3169,19 @@
|
|
|
2772
3169
|
"name": "FoundationElement",
|
|
2773
3170
|
"package": "@microsoft/fast-foundation"
|
|
2774
3171
|
},
|
|
2775
|
-
"tagName": "%%prefix%%-
|
|
3172
|
+
"tagName": "%%prefix%%-string-editor",
|
|
2776
3173
|
"customElement": true
|
|
2777
3174
|
},
|
|
2778
3175
|
{
|
|
2779
3176
|
"kind": "variable",
|
|
2780
|
-
"name": "
|
|
2781
|
-
"default": "css`\n :host
|
|
2782
|
-
"description": "The AG
|
|
3177
|
+
"name": "agStringEditorStyles",
|
|
3178
|
+
"default": "css`\n :host {\n display: flex;\n }\n`",
|
|
3179
|
+
"description": "The AG String Renderer Styles.",
|
|
2783
3180
|
"privacy": "public"
|
|
2784
3181
|
},
|
|
2785
3182
|
{
|
|
2786
3183
|
"kind": "function",
|
|
2787
|
-
"name": "
|
|
3184
|
+
"name": "getStringEditorTemplate",
|
|
2788
3185
|
"parameters": [
|
|
2789
3186
|
{
|
|
2790
3187
|
"name": "designSystem",
|
|
@@ -2792,7 +3189,7 @@
|
|
|
2792
3189
|
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
2793
3190
|
}
|
|
2794
3191
|
],
|
|
2795
|
-
"description": "Get a Design System prefixed
|
|
3192
|
+
"description": "Get a Design System prefixed String template.",
|
|
2796
3193
|
"return": {
|
|
2797
3194
|
"type": {
|
|
2798
3195
|
"text": ""
|
|
@@ -2802,41 +3199,41 @@
|
|
|
2802
3199
|
},
|
|
2803
3200
|
{
|
|
2804
3201
|
"kind": "variable",
|
|
2805
|
-
"name": "
|
|
3202
|
+
"name": "foundationStringEditor",
|
|
2806
3203
|
"privacy": "public"
|
|
2807
3204
|
}
|
|
2808
3205
|
],
|
|
2809
3206
|
"exports": [
|
|
2810
3207
|
{
|
|
2811
3208
|
"kind": "js",
|
|
2812
|
-
"name": "
|
|
3209
|
+
"name": "StringEditor",
|
|
2813
3210
|
"declaration": {
|
|
2814
|
-
"name": "
|
|
2815
|
-
"module": "src/cell-editors/
|
|
3211
|
+
"name": "StringEditor",
|
|
3212
|
+
"module": "src/cell-editors/string.editor.ts"
|
|
2816
3213
|
}
|
|
2817
3214
|
},
|
|
2818
3215
|
{
|
|
2819
3216
|
"kind": "js",
|
|
2820
|
-
"name": "
|
|
3217
|
+
"name": "agStringEditorStyles",
|
|
2821
3218
|
"declaration": {
|
|
2822
|
-
"name": "
|
|
2823
|
-
"module": "src/cell-editors/
|
|
3219
|
+
"name": "agStringEditorStyles",
|
|
3220
|
+
"module": "src/cell-editors/string.editor.ts"
|
|
2824
3221
|
}
|
|
2825
3222
|
},
|
|
2826
3223
|
{
|
|
2827
3224
|
"kind": "js",
|
|
2828
|
-
"name": "
|
|
3225
|
+
"name": "getStringEditorTemplate",
|
|
2829
3226
|
"declaration": {
|
|
2830
|
-
"name": "
|
|
2831
|
-
"module": "src/cell-editors/
|
|
3227
|
+
"name": "getStringEditorTemplate",
|
|
3228
|
+
"module": "src/cell-editors/string.editor.ts"
|
|
2832
3229
|
}
|
|
2833
3230
|
},
|
|
2834
3231
|
{
|
|
2835
3232
|
"kind": "js",
|
|
2836
|
-
"name": "
|
|
3233
|
+
"name": "foundationStringEditor",
|
|
2837
3234
|
"declaration": {
|
|
2838
|
-
"name": "
|
|
2839
|
-
"module": "src/cell-editors/
|
|
3235
|
+
"name": "foundationStringEditor",
|
|
3236
|
+
"module": "src/cell-editors/string.editor.ts"
|
|
2840
3237
|
}
|
|
2841
3238
|
}
|
|
2842
3239
|
]
|
|
@@ -3438,6 +3835,10 @@
|
|
|
3438
3835
|
"kind": "method",
|
|
3439
3836
|
"name": "getValue"
|
|
3440
3837
|
},
|
|
3838
|
+
{
|
|
3839
|
+
"kind": "method",
|
|
3840
|
+
"name": "isCancelBeforeStart"
|
|
3841
|
+
},
|
|
3441
3842
|
{
|
|
3442
3843
|
"kind": "field",
|
|
3443
3844
|
"name": "_presentation",
|
|
@@ -3624,6 +4025,244 @@
|
|
|
3624
4025
|
}
|
|
3625
4026
|
]
|
|
3626
4027
|
},
|
|
4028
|
+
{
|
|
4029
|
+
"kind": "javascript-module",
|
|
4030
|
+
"path": "src/cell-renderers/editable.renderer.ts",
|
|
4031
|
+
"declarations": [
|
|
4032
|
+
{
|
|
4033
|
+
"kind": "class",
|
|
4034
|
+
"description": "The AG Editable Renderer element.",
|
|
4035
|
+
"name": "EditableRenderer",
|
|
4036
|
+
"members": [
|
|
4037
|
+
{
|
|
4038
|
+
"kind": "field",
|
|
4039
|
+
"name": "valueFormatted",
|
|
4040
|
+
"type": {
|
|
4041
|
+
"text": "string"
|
|
4042
|
+
}
|
|
4043
|
+
},
|
|
4044
|
+
{
|
|
4045
|
+
"kind": "method",
|
|
4046
|
+
"name": "init",
|
|
4047
|
+
"privacy": "public",
|
|
4048
|
+
"parameters": [
|
|
4049
|
+
{
|
|
4050
|
+
"name": "params",
|
|
4051
|
+
"type": {
|
|
4052
|
+
"text": "ICellRendererParams"
|
|
4053
|
+
}
|
|
4054
|
+
}
|
|
4055
|
+
]
|
|
4056
|
+
},
|
|
4057
|
+
{
|
|
4058
|
+
"kind": "method",
|
|
4059
|
+
"name": "getGui",
|
|
4060
|
+
"privacy": "public",
|
|
4061
|
+
"return": {
|
|
4062
|
+
"type": {
|
|
4063
|
+
"text": "HTMLElement"
|
|
4064
|
+
}
|
|
4065
|
+
}
|
|
4066
|
+
},
|
|
4067
|
+
{
|
|
4068
|
+
"kind": "method",
|
|
4069
|
+
"name": "refresh",
|
|
4070
|
+
"privacy": "public",
|
|
4071
|
+
"parameters": [
|
|
4072
|
+
{
|
|
4073
|
+
"name": "params",
|
|
4074
|
+
"type": {
|
|
4075
|
+
"text": "ICellRendererParams"
|
|
4076
|
+
}
|
|
4077
|
+
}
|
|
4078
|
+
]
|
|
4079
|
+
},
|
|
4080
|
+
{
|
|
4081
|
+
"kind": "field",
|
|
4082
|
+
"name": "_presentation",
|
|
4083
|
+
"type": {
|
|
4084
|
+
"text": "ComponentPresentation | null | undefined"
|
|
4085
|
+
},
|
|
4086
|
+
"privacy": "private",
|
|
4087
|
+
"default": "void 0",
|
|
4088
|
+
"inheritedFrom": {
|
|
4089
|
+
"name": "FoundationElement",
|
|
4090
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
4091
|
+
}
|
|
4092
|
+
},
|
|
4093
|
+
{
|
|
4094
|
+
"kind": "field",
|
|
4095
|
+
"name": "$presentation",
|
|
4096
|
+
"type": {
|
|
4097
|
+
"text": "ComponentPresentation | null"
|
|
4098
|
+
},
|
|
4099
|
+
"privacy": "public",
|
|
4100
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
4101
|
+
"inheritedFrom": {
|
|
4102
|
+
"name": "FoundationElement",
|
|
4103
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
4104
|
+
}
|
|
4105
|
+
},
|
|
4106
|
+
{
|
|
4107
|
+
"kind": "field",
|
|
4108
|
+
"name": "template",
|
|
4109
|
+
"type": {
|
|
4110
|
+
"text": "ElementViewTemplate | void | null"
|
|
4111
|
+
},
|
|
4112
|
+
"privacy": "public",
|
|
4113
|
+
"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.",
|
|
4114
|
+
"inheritedFrom": {
|
|
4115
|
+
"name": "FoundationElement",
|
|
4116
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
4117
|
+
}
|
|
4118
|
+
},
|
|
4119
|
+
{
|
|
4120
|
+
"kind": "method",
|
|
4121
|
+
"name": "templateChanged",
|
|
4122
|
+
"privacy": "protected",
|
|
4123
|
+
"return": {
|
|
4124
|
+
"type": {
|
|
4125
|
+
"text": "void"
|
|
4126
|
+
}
|
|
4127
|
+
},
|
|
4128
|
+
"inheritedFrom": {
|
|
4129
|
+
"name": "FoundationElement",
|
|
4130
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
4131
|
+
}
|
|
4132
|
+
},
|
|
4133
|
+
{
|
|
4134
|
+
"kind": "field",
|
|
4135
|
+
"name": "styles",
|
|
4136
|
+
"type": {
|
|
4137
|
+
"text": "ElementStyles | void | null"
|
|
4138
|
+
},
|
|
4139
|
+
"privacy": "public",
|
|
4140
|
+
"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.",
|
|
4141
|
+
"inheritedFrom": {
|
|
4142
|
+
"name": "FoundationElement",
|
|
4143
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
4144
|
+
}
|
|
4145
|
+
},
|
|
4146
|
+
{
|
|
4147
|
+
"kind": "method",
|
|
4148
|
+
"name": "stylesChanged",
|
|
4149
|
+
"privacy": "protected",
|
|
4150
|
+
"return": {
|
|
4151
|
+
"type": {
|
|
4152
|
+
"text": "void"
|
|
4153
|
+
}
|
|
4154
|
+
},
|
|
4155
|
+
"inheritedFrom": {
|
|
4156
|
+
"name": "FoundationElement",
|
|
4157
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
4158
|
+
}
|
|
4159
|
+
},
|
|
4160
|
+
{
|
|
4161
|
+
"kind": "method",
|
|
4162
|
+
"name": "compose",
|
|
4163
|
+
"privacy": "public",
|
|
4164
|
+
"static": true,
|
|
4165
|
+
"return": {
|
|
4166
|
+
"type": {
|
|
4167
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
4168
|
+
}
|
|
4169
|
+
},
|
|
4170
|
+
"parameters": [
|
|
4171
|
+
{
|
|
4172
|
+
"name": "this",
|
|
4173
|
+
"type": {
|
|
4174
|
+
"text": "K"
|
|
4175
|
+
}
|
|
4176
|
+
},
|
|
4177
|
+
{
|
|
4178
|
+
"name": "elementDefinition",
|
|
4179
|
+
"type": {
|
|
4180
|
+
"text": "T"
|
|
4181
|
+
},
|
|
4182
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
4183
|
+
}
|
|
4184
|
+
],
|
|
4185
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
4186
|
+
"inheritedFrom": {
|
|
4187
|
+
"name": "FoundationElement",
|
|
4188
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
4189
|
+
}
|
|
4190
|
+
}
|
|
4191
|
+
],
|
|
4192
|
+
"superclass": {
|
|
4193
|
+
"name": "FoundationElement",
|
|
4194
|
+
"package": "@microsoft/fast-foundation"
|
|
4195
|
+
},
|
|
4196
|
+
"tagName": "%%prefix%%-editable-renderer",
|
|
4197
|
+
"customElement": true
|
|
4198
|
+
},
|
|
4199
|
+
{
|
|
4200
|
+
"kind": "variable",
|
|
4201
|
+
"name": "agEditableRendererStyles",
|
|
4202
|
+
"default": "css`\n :host {\n display: flex;\n justify-content: space-between;\n align-items: center;\n }\n`",
|
|
4203
|
+
"description": "The AG Editable Renderer Styles.",
|
|
4204
|
+
"privacy": "public"
|
|
4205
|
+
},
|
|
4206
|
+
{
|
|
4207
|
+
"kind": "function",
|
|
4208
|
+
"name": "getAgEditableRendererTemplate",
|
|
4209
|
+
"parameters": [
|
|
4210
|
+
{
|
|
4211
|
+
"name": "designSystem",
|
|
4212
|
+
"default": "'foundation'",
|
|
4213
|
+
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
4214
|
+
}
|
|
4215
|
+
],
|
|
4216
|
+
"description": "Get a Design System prefixed Checkbox template.",
|
|
4217
|
+
"return": {
|
|
4218
|
+
"type": {
|
|
4219
|
+
"text": ""
|
|
4220
|
+
}
|
|
4221
|
+
},
|
|
4222
|
+
"privacy": "public"
|
|
4223
|
+
},
|
|
4224
|
+
{
|
|
4225
|
+
"kind": "variable",
|
|
4226
|
+
"name": "foundationAgEditableRenderer",
|
|
4227
|
+
"description": "A function that returns a Foundation Editable Renderer registration for configuring the component with a DesignSystem.",
|
|
4228
|
+
"privacy": "public"
|
|
4229
|
+
}
|
|
4230
|
+
],
|
|
4231
|
+
"exports": [
|
|
4232
|
+
{
|
|
4233
|
+
"kind": "js",
|
|
4234
|
+
"name": "EditableRenderer",
|
|
4235
|
+
"declaration": {
|
|
4236
|
+
"name": "EditableRenderer",
|
|
4237
|
+
"module": "src/cell-renderers/editable.renderer.ts"
|
|
4238
|
+
}
|
|
4239
|
+
},
|
|
4240
|
+
{
|
|
4241
|
+
"kind": "js",
|
|
4242
|
+
"name": "agEditableRendererStyles",
|
|
4243
|
+
"declaration": {
|
|
4244
|
+
"name": "agEditableRendererStyles",
|
|
4245
|
+
"module": "src/cell-renderers/editable.renderer.ts"
|
|
4246
|
+
}
|
|
4247
|
+
},
|
|
4248
|
+
{
|
|
4249
|
+
"kind": "js",
|
|
4250
|
+
"name": "getAgEditableRendererTemplate",
|
|
4251
|
+
"declaration": {
|
|
4252
|
+
"name": "getAgEditableRendererTemplate",
|
|
4253
|
+
"module": "src/cell-renderers/editable.renderer.ts"
|
|
4254
|
+
}
|
|
4255
|
+
},
|
|
4256
|
+
{
|
|
4257
|
+
"kind": "js",
|
|
4258
|
+
"name": "foundationAgEditableRenderer",
|
|
4259
|
+
"declaration": {
|
|
4260
|
+
"name": "foundationAgEditableRenderer",
|
|
4261
|
+
"module": "src/cell-renderers/editable.renderer.ts"
|
|
4262
|
+
}
|
|
4263
|
+
}
|
|
4264
|
+
]
|
|
4265
|
+
},
|
|
3627
4266
|
{
|
|
3628
4267
|
"kind": "javascript-module",
|
|
3629
4268
|
"path": "src/cell-renderers/index.ts",
|
|
@@ -3653,6 +4292,14 @@
|
|
|
3653
4292
|
"package": "./boolean.renderer"
|
|
3654
4293
|
}
|
|
3655
4294
|
},
|
|
4295
|
+
{
|
|
4296
|
+
"kind": "js",
|
|
4297
|
+
"name": "*",
|
|
4298
|
+
"declaration": {
|
|
4299
|
+
"name": "*",
|
|
4300
|
+
"package": "./editable.renderer"
|
|
4301
|
+
}
|
|
4302
|
+
},
|
|
3656
4303
|
{
|
|
3657
4304
|
"kind": "js",
|
|
3658
4305
|
"name": "*",
|
|
@@ -8452,6 +9099,27 @@
|
|
|
8452
9099
|
"declarations": [],
|
|
8453
9100
|
"exports": []
|
|
8454
9101
|
},
|
|
9102
|
+
{
|
|
9103
|
+
"kind": "javascript-module",
|
|
9104
|
+
"path": "src/tooltips/error-tooltip.ts",
|
|
9105
|
+
"declarations": [],
|
|
9106
|
+
"exports": []
|
|
9107
|
+
},
|
|
9108
|
+
{
|
|
9109
|
+
"kind": "javascript-module",
|
|
9110
|
+
"path": "src/tooltips/index.ts",
|
|
9111
|
+
"declarations": [],
|
|
9112
|
+
"exports": [
|
|
9113
|
+
{
|
|
9114
|
+
"kind": "js",
|
|
9115
|
+
"name": "*",
|
|
9116
|
+
"declaration": {
|
|
9117
|
+
"name": "*",
|
|
9118
|
+
"package": "./error-tooltip"
|
|
9119
|
+
}
|
|
9120
|
+
}
|
|
9121
|
+
]
|
|
9122
|
+
},
|
|
8455
9123
|
{
|
|
8456
9124
|
"kind": "javascript-module",
|
|
8457
9125
|
"path": "src/utils/array.ts",
|