ids-enterprise-wc 1.15.9-patch.3 → 1.15.9-patch.4
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/chunks/{ids-chunk-PLPR5GKJ-full.js → ids-chunk-INOASOWB-full.js} +2 -2
- package/chunks/{ids-chunk-FBSXIEML-full.js → ids-chunk-LBCYQLZV-full.js} +2 -2
- package/chunks/{ids-chunk-FBSXIEML-full.js.map → ids-chunk-LBCYQLZV-full.js.map} +2 -2
- package/chunks/{ids-chunk-TUTTQTPT-full.js → ids-chunk-LFAI3KCS-full.js} +16 -5
- package/chunks/{ids-chunk-TUTTQTPT-full.js.map → ids-chunk-LFAI3KCS-full.js.map} +2 -2
- package/chunks/{ids-chunk-YNW5W3PP-full.js → ids-chunk-PNETRNHG-full.js} +35 -12
- package/chunks/ids-chunk-PNETRNHG-full.js.map +7 -0
- package/chunks/{ids-chunk-GLMW7DMU-full.js → ids-chunk-TJ35QP4Y-full.js} +4 -3
- package/chunks/{ids-chunk-GLMW7DMU-full.js.map → ids-chunk-TJ35QP4Y-full.js.map} +2 -2
- package/components/ids-accordion/ids-accordion.css +156 -8
- package/components/ids-calendar/ids-calendar.js +4 -4
- package/components/ids-card/ids-card.css +4 -344
- package/components/ids-data-grid/ids-data-grid-editors.js +3 -3
- package/components/ids-data-grid/ids-data-grid-filters.js +2 -2
- package/components/ids-data-grid/ids-data-grid.js +4 -4
- package/components/ids-date-picker/ids-date-picker-popup.js +2 -2
- package/components/ids-date-picker/ids-date-picker.css +389 -31
- package/components/ids-date-picker/ids-date-picker.d.ts +5 -0
- package/components/ids-date-picker/ids-date-picker.js +3 -3
- package/components/ids-hierarchy/ids-hierarchy.css +117 -14
- package/components/ids-hyperlink/ids-hyperlink.css +15 -188
- package/components/ids-layout-flex/ids-layout-flex.css +69 -6
- package/components/ids-layout-grid/ids-layout-grid.css +10 -21300
- package/components/ids-list-view/ids-list-view.css +112 -15
- package/components/ids-menu/ids-menu.css +11 -7
- package/components/ids-modal/ids-modal.css +23 -94
- package/components/ids-module-nav/ids-module-nav.css +1 -182
- package/components/ids-month-view/ids-month-view.js +1 -1
- package/components/ids-pager/ids-pager.css +28 -25
- package/components/ids-swappable/ids-swappable.css +84 -19
- package/components/ids-tabs/ids-tabs.css +542 -11
- package/components/ids-tag/ids-tag.css +8 -152
- package/components/ids-time-picker/ids-time-picker.css +49 -67
- package/components/ids-week-view/ids-week-view.js +3 -3
- package/custom-elements.json +964 -942
- package/enterprise-wc.all.iife.js +53 -18
- package/enterprise-wc.all.iife.js.map +3 -3
- package/enterprise-wc.js +5 -5
- package/package.json +1 -1
- package/vscode.html-custom-data.json +1 -1
- package/chunks/ids-chunk-YNW5W3PP-full.js.map +0 -7
- /package/chunks/{ids-chunk-PLPR5GKJ-full.js.map → ids-chunk-INOASOWB-full.js.map} +0 -0
package/custom-elements.json
CHANGED
|
@@ -207,6 +207,160 @@
|
|
|
207
207
|
}
|
|
208
208
|
]
|
|
209
209
|
},
|
|
210
|
+
{
|
|
211
|
+
"kind": "javascript-module",
|
|
212
|
+
"path": "src/components/ids-action-sheet/ids-action-sheet.ts",
|
|
213
|
+
"declarations": [
|
|
214
|
+
{
|
|
215
|
+
"kind": "class",
|
|
216
|
+
"description": "IDS Action Sheet Component",
|
|
217
|
+
"name": "IdsActionSheet",
|
|
218
|
+
"members": [
|
|
219
|
+
{
|
|
220
|
+
"kind": "field",
|
|
221
|
+
"name": "overlay",
|
|
222
|
+
"type": {
|
|
223
|
+
"text": "IdsOverlay | null | undefined"
|
|
224
|
+
}
|
|
225
|
+
},
|
|
226
|
+
{
|
|
227
|
+
"kind": "field",
|
|
228
|
+
"name": "cancelBtn",
|
|
229
|
+
"type": {
|
|
230
|
+
"text": "IdsButton | null | undefined"
|
|
231
|
+
}
|
|
232
|
+
},
|
|
233
|
+
{
|
|
234
|
+
"kind": "field",
|
|
235
|
+
"name": "attributes",
|
|
236
|
+
"static": true,
|
|
237
|
+
"description": "Return the attributes we handle as getters/setters",
|
|
238
|
+
"return": {
|
|
239
|
+
"type": {
|
|
240
|
+
"text": "Array"
|
|
241
|
+
}
|
|
242
|
+
},
|
|
243
|
+
"readonly": true
|
|
244
|
+
},
|
|
245
|
+
{
|
|
246
|
+
"kind": "method",
|
|
247
|
+
"name": "template",
|
|
248
|
+
"return": {
|
|
249
|
+
"type": {
|
|
250
|
+
"text": "string"
|
|
251
|
+
}
|
|
252
|
+
},
|
|
253
|
+
"description": "Inner template contents"
|
|
254
|
+
},
|
|
255
|
+
{
|
|
256
|
+
"kind": "field",
|
|
257
|
+
"name": "visible",
|
|
258
|
+
"description": "Set the visible attribute",
|
|
259
|
+
"parameters": [
|
|
260
|
+
{
|
|
261
|
+
"description": "true if the action sheet should appear",
|
|
262
|
+
"name": "val",
|
|
263
|
+
"type": {
|
|
264
|
+
"text": "boolean | string"
|
|
265
|
+
}
|
|
266
|
+
}
|
|
267
|
+
],
|
|
268
|
+
"type": {
|
|
269
|
+
"text": "boolean"
|
|
270
|
+
},
|
|
271
|
+
"return": {
|
|
272
|
+
"type": {
|
|
273
|
+
"text": "boolean"
|
|
274
|
+
}
|
|
275
|
+
}
|
|
276
|
+
},
|
|
277
|
+
{
|
|
278
|
+
"kind": "field",
|
|
279
|
+
"name": "cancelBtnText",
|
|
280
|
+
"description": "Set the btn text attribute",
|
|
281
|
+
"parameters": [
|
|
282
|
+
{
|
|
283
|
+
"description": "the inner text of the cancel btn",
|
|
284
|
+
"name": "val",
|
|
285
|
+
"type": {
|
|
286
|
+
"text": "string"
|
|
287
|
+
}
|
|
288
|
+
}
|
|
289
|
+
],
|
|
290
|
+
"type": {
|
|
291
|
+
"text": "string | null"
|
|
292
|
+
},
|
|
293
|
+
"return": {
|
|
294
|
+
"type": {
|
|
295
|
+
"text": "string"
|
|
296
|
+
}
|
|
297
|
+
}
|
|
298
|
+
},
|
|
299
|
+
{
|
|
300
|
+
"kind": "method",
|
|
301
|
+
"name": "onOutsideClick",
|
|
302
|
+
"description": "Handle `onOutsideClick` on overlay"
|
|
303
|
+
},
|
|
304
|
+
{
|
|
305
|
+
"kind": "method",
|
|
306
|
+
"name": "onCancelClick",
|
|
307
|
+
"description": "Handle cancel btn click"
|
|
308
|
+
},
|
|
309
|
+
{
|
|
310
|
+
"kind": "method",
|
|
311
|
+
"name": "dismiss",
|
|
312
|
+
"description": "Remove the action sheet from the page"
|
|
313
|
+
},
|
|
314
|
+
{
|
|
315
|
+
"kind": "method",
|
|
316
|
+
"name": "#hideOnDesktop",
|
|
317
|
+
"privacy": "private",
|
|
318
|
+
"description": "Hide the action sheet on desktop devices"
|
|
319
|
+
},
|
|
320
|
+
{
|
|
321
|
+
"kind": "method",
|
|
322
|
+
"name": "#setVisibility",
|
|
323
|
+
"privacy": "private",
|
|
324
|
+
"parameters": [
|
|
325
|
+
{
|
|
326
|
+
"name": "mq",
|
|
327
|
+
"type": {
|
|
328
|
+
"text": "object"
|
|
329
|
+
},
|
|
330
|
+
"description": "the media query to check"
|
|
331
|
+
}
|
|
332
|
+
],
|
|
333
|
+
"description": "Set the action and overlay to hidden is media query is hit"
|
|
334
|
+
},
|
|
335
|
+
{
|
|
336
|
+
"kind": "method",
|
|
337
|
+
"name": "#attachEventHandlers",
|
|
338
|
+
"privacy": "private",
|
|
339
|
+
"description": "Sets up event listeners",
|
|
340
|
+
"return": {
|
|
341
|
+
"type": {
|
|
342
|
+
"text": "void"
|
|
343
|
+
}
|
|
344
|
+
}
|
|
345
|
+
}
|
|
346
|
+
],
|
|
347
|
+
"superclass": {
|
|
348
|
+
"name": "Base",
|
|
349
|
+
"module": "src/components/ids-action-sheet/ids-action-sheet.ts"
|
|
350
|
+
}
|
|
351
|
+
}
|
|
352
|
+
],
|
|
353
|
+
"exports": [
|
|
354
|
+
{
|
|
355
|
+
"kind": "js",
|
|
356
|
+
"name": "default",
|
|
357
|
+
"declaration": {
|
|
358
|
+
"name": "IdsActionSheet",
|
|
359
|
+
"module": "src/components/ids-action-sheet/ids-action-sheet.ts"
|
|
360
|
+
}
|
|
361
|
+
}
|
|
362
|
+
]
|
|
363
|
+
},
|
|
210
364
|
{
|
|
211
365
|
"kind": "javascript-module",
|
|
212
366
|
"path": "src/components/ids-accordion/ids-accordion-common.ts",
|
|
@@ -1710,18 +1864,43 @@
|
|
|
1710
1864
|
},
|
|
1711
1865
|
{
|
|
1712
1866
|
"kind": "javascript-module",
|
|
1713
|
-
"path": "src/components/ids-
|
|
1867
|
+
"path": "src/components/ids-alert/ids-alert.ts",
|
|
1714
1868
|
"declarations": [
|
|
1715
1869
|
{
|
|
1716
1870
|
"kind": "class",
|
|
1717
|
-
"description": "IDS
|
|
1718
|
-
"name": "
|
|
1871
|
+
"description": "IDS Alert Component",
|
|
1872
|
+
"name": "IdsAlert",
|
|
1873
|
+
"cssParts": [
|
|
1874
|
+
{
|
|
1875
|
+
"description": "the icon element",
|
|
1876
|
+
"name": "icon"
|
|
1877
|
+
}
|
|
1878
|
+
],
|
|
1719
1879
|
"members": [
|
|
1880
|
+
{
|
|
1881
|
+
"kind": "method",
|
|
1882
|
+
"name": "beforeTooltipShow",
|
|
1883
|
+
"parameters": [
|
|
1884
|
+
{
|
|
1885
|
+
"name": "tooltip",
|
|
1886
|
+
"optional": true,
|
|
1887
|
+
"type": {
|
|
1888
|
+
"text": "any"
|
|
1889
|
+
},
|
|
1890
|
+
"description": "the tooltip element"
|
|
1891
|
+
}
|
|
1892
|
+
],
|
|
1893
|
+
"description": "Set the alert color on the tooltip (mixin function)"
|
|
1894
|
+
},
|
|
1720
1895
|
{
|
|
1721
1896
|
"kind": "field",
|
|
1722
|
-
"name": "
|
|
1723
|
-
"
|
|
1724
|
-
|
|
1897
|
+
"name": "attributes",
|
|
1898
|
+
"static": true,
|
|
1899
|
+
"description": "Return the attributes we handle as getters/setters",
|
|
1900
|
+
"return": {
|
|
1901
|
+
"type": {
|
|
1902
|
+
"text": "Array"
|
|
1903
|
+
}
|
|
1725
1904
|
},
|
|
1726
1905
|
"readonly": true
|
|
1727
1906
|
},
|
|
@@ -1733,478 +1912,368 @@
|
|
|
1733
1912
|
"text": "string"
|
|
1734
1913
|
}
|
|
1735
1914
|
},
|
|
1736
|
-
"description": "
|
|
1737
|
-
"inheritedFrom": {
|
|
1738
|
-
"name": "IdsModal",
|
|
1739
|
-
"module": "src/components/ids-modal/ids-modal.ts"
|
|
1740
|
-
}
|
|
1741
|
-
},
|
|
1742
|
-
{
|
|
1743
|
-
"kind": "method",
|
|
1744
|
-
"name": "#refreshHeader",
|
|
1745
|
-
"privacy": "private"
|
|
1915
|
+
"description": "Create the Template for the contents"
|
|
1746
1916
|
},
|
|
1747
1917
|
{
|
|
1748
|
-
"kind": "
|
|
1749
|
-
"name": "
|
|
1750
|
-
"
|
|
1751
|
-
|
|
1752
|
-
|
|
1918
|
+
"kind": "field",
|
|
1919
|
+
"name": "color",
|
|
1920
|
+
"description": "Set the alert color",
|
|
1921
|
+
"parameters": [
|
|
1922
|
+
{
|
|
1923
|
+
"description": "The color to use between: error, success, info, ect..",
|
|
1924
|
+
"name": "value",
|
|
1925
|
+
"type": {
|
|
1926
|
+
"text": "IdsColorValue"
|
|
1927
|
+
}
|
|
1753
1928
|
}
|
|
1754
|
-
|
|
1755
|
-
"
|
|
1756
|
-
|
|
1757
|
-
"inheritedFrom": {
|
|
1758
|
-
"name": "IdsModal",
|
|
1759
|
-
"module": "src/components/ids-modal/ids-modal.ts"
|
|
1929
|
+
],
|
|
1930
|
+
"type": {
|
|
1931
|
+
"text": "IdsColorValue"
|
|
1760
1932
|
}
|
|
1761
1933
|
},
|
|
1762
1934
|
{
|
|
1763
|
-
"kind": "
|
|
1764
|
-
"name": "
|
|
1765
|
-
"
|
|
1766
|
-
|
|
1767
|
-
|
|
1935
|
+
"kind": "field",
|
|
1936
|
+
"name": "disabled",
|
|
1937
|
+
"description": "Sets to disabled",
|
|
1938
|
+
"parameters": [
|
|
1939
|
+
{
|
|
1940
|
+
"description": "If true will set `disabled` attribute",
|
|
1941
|
+
"name": "value",
|
|
1942
|
+
"type": {
|
|
1943
|
+
"text": "boolean|string"
|
|
1944
|
+
}
|
|
1768
1945
|
}
|
|
1769
|
-
|
|
1770
|
-
"
|
|
1771
|
-
|
|
1772
|
-
"inheritedFrom": {
|
|
1773
|
-
"name": "IdsModal",
|
|
1774
|
-
"module": "src/components/ids-modal/ids-modal.ts"
|
|
1946
|
+
],
|
|
1947
|
+
"type": {
|
|
1948
|
+
"text": "boolean"
|
|
1775
1949
|
}
|
|
1776
1950
|
},
|
|
1777
1951
|
{
|
|
1778
1952
|
"kind": "field",
|
|
1779
|
-
"name": "
|
|
1953
|
+
"name": "icon",
|
|
1780
1954
|
"type": {
|
|
1781
|
-
"text": "
|
|
1955
|
+
"text": "string | null"
|
|
1782
1956
|
},
|
|
1783
|
-
"
|
|
1784
|
-
"default": "1020",
|
|
1785
|
-
"inheritedFrom": {
|
|
1786
|
-
"name": "IdsModal",
|
|
1787
|
-
"module": "src/components/ids-modal/ids-modal.ts"
|
|
1788
|
-
}
|
|
1789
|
-
},
|
|
1790
|
-
{
|
|
1791
|
-
"kind": "field",
|
|
1792
|
-
"name": "shouldUpdate",
|
|
1793
|
-
"type": {
|
|
1794
|
-
"text": "boolean"
|
|
1795
|
-
},
|
|
1796
|
-
"default": "false",
|
|
1797
|
-
"inheritedFrom": {
|
|
1798
|
-
"name": "IdsModal",
|
|
1799
|
-
"module": "src/components/ids-modal/ids-modal.ts"
|
|
1800
|
-
}
|
|
1801
|
-
},
|
|
1802
|
-
{
|
|
1803
|
-
"kind": "field",
|
|
1804
|
-
"name": "onButtonClick",
|
|
1805
|
-
"type": {
|
|
1806
|
-
"text": "(target: any) => void | undefined"
|
|
1807
|
-
},
|
|
1808
|
-
"inheritedFrom": {
|
|
1809
|
-
"name": "IdsModal",
|
|
1810
|
-
"module": "src/components/ids-modal/ids-modal.ts"
|
|
1811
|
-
}
|
|
1812
|
-
},
|
|
1813
|
-
{
|
|
1814
|
-
"kind": "field",
|
|
1815
|
-
"name": "ro",
|
|
1816
|
-
"type": {
|
|
1817
|
-
"text": "ResizeObserver | undefined"
|
|
1818
|
-
},
|
|
1819
|
-
"inheritedFrom": {
|
|
1820
|
-
"name": "IdsModal",
|
|
1821
|
-
"module": "src/components/ids-modal/ids-modal.ts"
|
|
1822
|
-
}
|
|
1823
|
-
},
|
|
1824
|
-
{
|
|
1825
|
-
"kind": "field",
|
|
1826
|
-
"name": "vetoableEventTypes",
|
|
1827
|
-
"type": {
|
|
1828
|
-
"text": "Array<string>"
|
|
1829
|
-
},
|
|
1830
|
-
"default": "['beforeshow', 'beforehide']",
|
|
1831
|
-
"inheritedFrom": {
|
|
1832
|
-
"name": "IdsModal",
|
|
1833
|
-
"module": "src/components/ids-modal/ids-modal.ts"
|
|
1834
|
-
}
|
|
1835
|
-
},
|
|
1836
|
-
{
|
|
1837
|
-
"kind": "field",
|
|
1838
|
-
"name": "#visible",
|
|
1839
|
-
"privacy": "private",
|
|
1840
|
-
"type": {
|
|
1841
|
-
"text": "boolean"
|
|
1842
|
-
},
|
|
1843
|
-
"default": "false",
|
|
1844
|
-
"inheritedFrom": {
|
|
1845
|
-
"name": "IdsModal",
|
|
1846
|
-
"module": "src/components/ids-modal/ids-modal.ts"
|
|
1847
|
-
}
|
|
1848
|
-
},
|
|
1849
|
-
{
|
|
1850
|
-
"kind": "field",
|
|
1851
|
-
"name": "globalKeydownListener",
|
|
1852
|
-
"inheritedFrom": {
|
|
1853
|
-
"name": "IdsModal",
|
|
1854
|
-
"module": "src/components/ids-modal/ids-modal.ts"
|
|
1855
|
-
}
|
|
1856
|
-
},
|
|
1857
|
-
{
|
|
1858
|
-
"kind": "field",
|
|
1859
|
-
"name": "attributes",
|
|
1860
|
-
"type": {
|
|
1861
|
-
"text": "Array<string>"
|
|
1862
|
-
},
|
|
1863
|
-
"static": true,
|
|
1864
|
-
"readonly": true,
|
|
1865
|
-
"inheritedFrom": {
|
|
1866
|
-
"name": "IdsModal",
|
|
1867
|
-
"module": "src/components/ids-modal/ids-modal.ts"
|
|
1868
|
-
}
|
|
1869
|
-
},
|
|
1870
|
-
{
|
|
1871
|
-
"kind": "method",
|
|
1872
|
-
"name": "setResize",
|
|
1873
|
-
"privacy": "private",
|
|
1874
|
-
"inheritedFrom": {
|
|
1875
|
-
"name": "IdsModal",
|
|
1876
|
-
"module": "src/components/ids-modal/ids-modal.ts"
|
|
1877
|
-
}
|
|
1878
|
-
},
|
|
1879
|
-
{
|
|
1880
|
-
"kind": "method",
|
|
1881
|
-
"name": "setScrollable",
|
|
1882
|
-
"privacy": "private",
|
|
1883
|
-
"inheritedFrom": {
|
|
1884
|
-
"name": "IdsModal",
|
|
1885
|
-
"module": "src/components/ids-modal/ids-modal.ts"
|
|
1886
|
-
}
|
|
1887
|
-
},
|
|
1888
|
-
{
|
|
1889
|
-
"kind": "field",
|
|
1890
|
-
"name": "autoFocus",
|
|
1891
|
-
"type": {
|
|
1892
|
-
"text": "boolean"
|
|
1893
|
-
},
|
|
1894
|
-
"description": "Whether or not to focus on the first focusable element when the component is shown",
|
|
1957
|
+
"description": "Set the icon",
|
|
1895
1958
|
"return": {
|
|
1896
1959
|
"type": {
|
|
1897
|
-
"text": "
|
|
1960
|
+
"text": "string | null"
|
|
1898
1961
|
}
|
|
1899
1962
|
},
|
|
1900
1963
|
"parameters": [
|
|
1901
1964
|
{
|
|
1902
|
-
"description": "
|
|
1903
|
-
"name": "
|
|
1965
|
+
"description": "The Icon Type [success, info, error, warning]",
|
|
1966
|
+
"name": "value",
|
|
1904
1967
|
"type": {
|
|
1905
|
-
"text": "
|
|
1968
|
+
"text": "string | null"
|
|
1906
1969
|
}
|
|
1907
1970
|
}
|
|
1908
|
-
]
|
|
1909
|
-
"inheritedFrom": {
|
|
1910
|
-
"name": "IdsModal",
|
|
1911
|
-
"module": "src/components/ids-modal/ids-modal.ts"
|
|
1912
|
-
}
|
|
1971
|
+
]
|
|
1913
1972
|
},
|
|
1914
1973
|
{
|
|
1915
1974
|
"kind": "field",
|
|
1916
|
-
"name": "
|
|
1975
|
+
"name": "size",
|
|
1976
|
+
"description": "Set the size. May be large, normal/medium or small",
|
|
1977
|
+
"parameters": [
|
|
1978
|
+
{
|
|
1979
|
+
"description": "the size",
|
|
1980
|
+
"name": "value",
|
|
1981
|
+
"type": {
|
|
1982
|
+
"text": "string"
|
|
1983
|
+
}
|
|
1984
|
+
}
|
|
1985
|
+
],
|
|
1917
1986
|
"type": {
|
|
1918
1987
|
"text": "string"
|
|
1919
|
-
},
|
|
1920
|
-
"description": "Used for ARIA Labels and other content",
|
|
1921
|
-
"readonly": true,
|
|
1922
|
-
"return": {
|
|
1923
|
-
"type": {
|
|
1924
|
-
"text": "string"
|
|
1925
|
-
}
|
|
1926
|
-
},
|
|
1927
|
-
"inheritedFrom": {
|
|
1928
|
-
"name": "IdsModal",
|
|
1929
|
-
"module": "src/components/ids-modal/ids-modal.ts"
|
|
1930
1988
|
}
|
|
1931
|
-
}
|
|
1989
|
+
}
|
|
1990
|
+
],
|
|
1991
|
+
"mixins": [
|
|
1932
1992
|
{
|
|
1933
|
-
"
|
|
1934
|
-
"
|
|
1935
|
-
"type": {
|
|
1936
|
-
"text": "NodeListOf<IdsModalButton>"
|
|
1937
|
-
},
|
|
1938
|
-
"readonly": true,
|
|
1939
|
-
"return": {
|
|
1940
|
-
"type": {
|
|
1941
|
-
"text": "NodeListOf<IdsModalButton>"
|
|
1942
|
-
}
|
|
1943
|
-
},
|
|
1944
|
-
"inheritedFrom": {
|
|
1945
|
-
"name": "IdsModal",
|
|
1946
|
-
"module": "src/components/ids-modal/ids-modal.ts"
|
|
1947
|
-
}
|
|
1993
|
+
"name": "IdsTooltipMixin",
|
|
1994
|
+
"module": "/src/mixins/ids-tooltip-mixin/ids-tooltip-mixin"
|
|
1948
1995
|
},
|
|
1949
1996
|
{
|
|
1950
|
-
"
|
|
1951
|
-
"
|
|
1952
|
-
|
|
1953
|
-
|
|
1954
|
-
|
|
1955
|
-
|
|
1997
|
+
"name": "IdsEventsMixin",
|
|
1998
|
+
"module": "/src/mixins/ids-events-mixin/ids-events-mixin"
|
|
1999
|
+
}
|
|
2000
|
+
],
|
|
2001
|
+
"superclass": {
|
|
2002
|
+
"name": "IdsElement",
|
|
2003
|
+
"module": "/src/core/ids-element"
|
|
2004
|
+
}
|
|
2005
|
+
}
|
|
2006
|
+
],
|
|
2007
|
+
"exports": [
|
|
2008
|
+
{
|
|
2009
|
+
"kind": "js",
|
|
2010
|
+
"name": "default",
|
|
2011
|
+
"declaration": {
|
|
2012
|
+
"name": "IdsAlert",
|
|
2013
|
+
"module": "src/components/ids-alert/ids-alert.ts"
|
|
2014
|
+
}
|
|
2015
|
+
}
|
|
2016
|
+
]
|
|
2017
|
+
},
|
|
2018
|
+
{
|
|
2019
|
+
"kind": "javascript-module",
|
|
2020
|
+
"path": "src/components/ids-app-menu/ids-app-menu-container.ts",
|
|
2021
|
+
"declarations": [
|
|
2022
|
+
{
|
|
2023
|
+
"kind": "class",
|
|
2024
|
+
"description": "IDS App Menu Container",
|
|
2025
|
+
"name": "IdsAppMenuContainer",
|
|
2026
|
+
"members": [
|
|
2027
|
+
{
|
|
2028
|
+
"kind": "method",
|
|
2029
|
+
"name": "template",
|
|
1956
2030
|
"return": {
|
|
1957
2031
|
"type": {
|
|
1958
|
-
"text": "
|
|
2032
|
+
"text": "string"
|
|
1959
2033
|
}
|
|
1960
|
-
},
|
|
1961
|
-
"inheritedFrom": {
|
|
1962
|
-
"name": "IdsModal",
|
|
1963
|
-
"module": "src/components/ids-modal/ids-modal.ts"
|
|
1964
2034
|
}
|
|
2035
|
+
}
|
|
2036
|
+
],
|
|
2037
|
+
"superclass": {
|
|
2038
|
+
"name": "IdsElement",
|
|
2039
|
+
"module": "/src/core/ids-element"
|
|
2040
|
+
}
|
|
2041
|
+
}
|
|
2042
|
+
],
|
|
2043
|
+
"exports": [
|
|
2044
|
+
{
|
|
2045
|
+
"kind": "js",
|
|
2046
|
+
"name": "default",
|
|
2047
|
+
"declaration": {
|
|
2048
|
+
"name": "IdsAppMenuContainer",
|
|
2049
|
+
"module": "src/components/ids-app-menu/ids-app-menu-container.ts"
|
|
2050
|
+
}
|
|
2051
|
+
}
|
|
2052
|
+
]
|
|
2053
|
+
},
|
|
2054
|
+
{
|
|
2055
|
+
"kind": "javascript-module",
|
|
2056
|
+
"path": "src/components/ids-app-menu/ids-app-menu.ts",
|
|
2057
|
+
"declarations": [
|
|
2058
|
+
{
|
|
2059
|
+
"kind": "class",
|
|
2060
|
+
"description": "IDS App Menu Component",
|
|
2061
|
+
"name": "IdsAppMenu",
|
|
2062
|
+
"cssParts": [
|
|
2063
|
+
{
|
|
2064
|
+
"description": "the user avatar",
|
|
2065
|
+
"name": "avatar"
|
|
1965
2066
|
},
|
|
2067
|
+
{
|
|
2068
|
+
"description": "the accordion root element",
|
|
2069
|
+
"name": "accordion"
|
|
2070
|
+
}
|
|
2071
|
+
],
|
|
2072
|
+
"members": [
|
|
1966
2073
|
{
|
|
1967
2074
|
"kind": "field",
|
|
1968
|
-
"name": "
|
|
2075
|
+
"name": "globalKeydownListener",
|
|
1969
2076
|
"type": {
|
|
1970
|
-
"text": "
|
|
1971
|
-
},
|
|
1972
|
-
"readonly": true,
|
|
1973
|
-
"return": {
|
|
1974
|
-
"type": {
|
|
1975
|
-
"text": "Element"
|
|
1976
|
-
}
|
|
1977
|
-
},
|
|
1978
|
-
"inheritedFrom": {
|
|
1979
|
-
"name": "IdsModal",
|
|
1980
|
-
"module": "src/components/ids-modal/ids-modal.ts"
|
|
2077
|
+
"text": "(e: KeyboardEvent) => void | undefined"
|
|
1981
2078
|
}
|
|
1982
2079
|
},
|
|
1983
2080
|
{
|
|
1984
2081
|
"kind": "field",
|
|
1985
|
-
"name": "
|
|
2082
|
+
"name": "#container",
|
|
2083
|
+
"privacy": "private",
|
|
1986
2084
|
"type": {
|
|
1987
|
-
"text": "
|
|
1988
|
-
},
|
|
1989
|
-
"readonly": true,
|
|
1990
|
-
"return": {
|
|
1991
|
-
"type": {
|
|
1992
|
-
"text": "HTMLElement | null"
|
|
1993
|
-
}
|
|
1994
|
-
},
|
|
1995
|
-
"inheritedFrom": {
|
|
1996
|
-
"name": "IdsModal",
|
|
1997
|
-
"module": "src/components/ids-modal/ids-modal.ts"
|
|
2085
|
+
"text": "IdsContainer | undefined | null"
|
|
1998
2086
|
}
|
|
1999
2087
|
},
|
|
2000
2088
|
{
|
|
2001
2089
|
"kind": "field",
|
|
2002
|
-
"name": "
|
|
2003
|
-
"
|
|
2004
|
-
|
|
2005
|
-
},
|
|
2006
|
-
"return": {
|
|
2007
|
-
"type": {
|
|
2008
|
-
"text": "IdsModalFullsizeAttributeValue"
|
|
2009
|
-
}
|
|
2010
|
-
},
|
|
2011
|
-
"parameters": [
|
|
2012
|
-
{
|
|
2013
|
-
"description": "the breakpoint at which\nthe Modal will change from normal mode to fullsize mode",
|
|
2014
|
-
"name": "val",
|
|
2015
|
-
"type": {
|
|
2016
|
-
"text": "IdsModalFullsizeAttributeValue"
|
|
2017
|
-
}
|
|
2018
|
-
}
|
|
2019
|
-
],
|
|
2020
|
-
"default": "''",
|
|
2021
|
-
"inheritedFrom": {
|
|
2022
|
-
"name": "IdsModal",
|
|
2023
|
-
"module": "src/components/ids-modal/ids-modal.ts"
|
|
2024
|
-
}
|
|
2090
|
+
"name": "attributes",
|
|
2091
|
+
"static": true,
|
|
2092
|
+
"readonly": true
|
|
2025
2093
|
},
|
|
2026
2094
|
{
|
|
2027
|
-
"kind": "
|
|
2028
|
-
"name": "
|
|
2029
|
-
"type": {
|
|
2030
|
-
"text": "boolean"
|
|
2031
|
-
},
|
|
2032
|
-
"inheritedFrom": {
|
|
2033
|
-
"name": "IdsModal",
|
|
2034
|
-
"module": "src/components/ids-modal/ids-modal.ts"
|
|
2035
|
-
}
|
|
2095
|
+
"kind": "method",
|
|
2096
|
+
"name": "template"
|
|
2036
2097
|
},
|
|
2037
2098
|
{
|
|
2038
2099
|
"kind": "field",
|
|
2039
|
-
"name": "
|
|
2100
|
+
"name": "accordion",
|
|
2040
2101
|
"type": {
|
|
2041
|
-
"text": "
|
|
2102
|
+
"text": "IdsAccordion | null"
|
|
2042
2103
|
},
|
|
2043
2104
|
"readonly": true,
|
|
2044
|
-
"inheritedFrom": {
|
|
2045
|
-
"name": "IdsModal",
|
|
2046
|
-
"module": "src/components/ids-modal/ids-modal.ts"
|
|
2047
|
-
}
|
|
2048
|
-
},
|
|
2049
|
-
{
|
|
2050
|
-
"kind": "method",
|
|
2051
|
-
"name": "#clearBreakpointResponse",
|
|
2052
|
-
"privacy": "private",
|
|
2053
2105
|
"return": {
|
|
2054
2106
|
"type": {
|
|
2055
|
-
"text": "
|
|
2056
|
-
}
|
|
2057
|
-
},
|
|
2058
|
-
"description": "Removes established callbacks for responding to breakpoints, if set",
|
|
2059
|
-
"inheritedFrom": {
|
|
2060
|
-
"name": "IdsModal",
|
|
2061
|
-
"module": "src/components/ids-modal/ids-modal.ts"
|
|
2062
|
-
}
|
|
2063
|
-
},
|
|
2064
|
-
{
|
|
2065
|
-
"kind": "method",
|
|
2066
|
-
"name": "#setFullsizeDefault",
|
|
2067
|
-
"privacy": "private",
|
|
2068
|
-
"return": {
|
|
2069
|
-
"type": {
|
|
2070
|
-
"text": "void"
|
|
2107
|
+
"text": "IdsAccordion"
|
|
2071
2108
|
}
|
|
2072
|
-
},
|
|
2073
|
-
"description": "Runs on connectedCallback or any refresh to adjust the `fullsize` attribute, if set",
|
|
2074
|
-
"inheritedFrom": {
|
|
2075
|
-
"name": "IdsModal",
|
|
2076
|
-
"module": "src/components/ids-modal/ids-modal.ts"
|
|
2077
2109
|
}
|
|
2078
2110
|
},
|
|
2079
2111
|
{
|
|
2080
2112
|
"kind": "field",
|
|
2081
|
-
"name": "
|
|
2082
|
-
"type": {
|
|
2083
|
-
"text": "IdsOverlay"
|
|
2084
|
-
},
|
|
2085
|
-
"description": "Gets current overlay element",
|
|
2086
|
-
"return": {
|
|
2087
|
-
"type": {
|
|
2088
|
-
"text": "IdsOverlay"
|
|
2089
|
-
}
|
|
2090
|
-
},
|
|
2113
|
+
"name": "keepOpen",
|
|
2091
2114
|
"parameters": [
|
|
2092
2115
|
{
|
|
2093
|
-
"description": "
|
|
2116
|
+
"description": "true if the app menu will be open regardless of media query breakpoint",
|
|
2094
2117
|
"name": "val",
|
|
2095
2118
|
"type": {
|
|
2096
|
-
"text": "
|
|
2119
|
+
"text": "boolean | string"
|
|
2097
2120
|
}
|
|
2098
2121
|
}
|
|
2099
2122
|
],
|
|
2100
|
-
"
|
|
2101
|
-
|
|
2102
|
-
|
|
2103
|
-
|
|
2123
|
+
"type": {
|
|
2124
|
+
"text": "boolean"
|
|
2125
|
+
},
|
|
2126
|
+
"return": {
|
|
2127
|
+
"type": {
|
|
2128
|
+
"text": "boolean"
|
|
2129
|
+
}
|
|
2104
2130
|
}
|
|
2105
2131
|
},
|
|
2106
2132
|
{
|
|
2107
2133
|
"kind": "field",
|
|
2108
|
-
"name": "
|
|
2134
|
+
"name": "isFiltered",
|
|
2109
2135
|
"type": {
|
|
2110
|
-
"text": "
|
|
2136
|
+
"text": "boolean"
|
|
2111
2137
|
},
|
|
2138
|
+
"default": "false",
|
|
2139
|
+
"readonly": true
|
|
2140
|
+
},
|
|
2141
|
+
{
|
|
2142
|
+
"kind": "method",
|
|
2143
|
+
"name": "#attachEventHandlers",
|
|
2144
|
+
"privacy": "private"
|
|
2145
|
+
},
|
|
2146
|
+
{
|
|
2147
|
+
"kind": "method",
|
|
2148
|
+
"name": "#detachEventHandlers",
|
|
2149
|
+
"privacy": "private"
|
|
2150
|
+
},
|
|
2151
|
+
{
|
|
2152
|
+
"kind": "method",
|
|
2153
|
+
"name": "#setContainer",
|
|
2154
|
+
"privacy": "private",
|
|
2155
|
+
"description": "Adds CSS class to ids-container for initial CSS rules"
|
|
2156
|
+
},
|
|
2157
|
+
{
|
|
2158
|
+
"kind": "method",
|
|
2159
|
+
"name": "#clearContainer",
|
|
2160
|
+
"privacy": "private"
|
|
2161
|
+
},
|
|
2162
|
+
{
|
|
2163
|
+
"kind": "method",
|
|
2164
|
+
"name": "#connectSearchField",
|
|
2165
|
+
"privacy": "private",
|
|
2166
|
+
"description": "Attaches a slotted IdsSearchField component to the app menu"
|
|
2167
|
+
},
|
|
2168
|
+
{
|
|
2169
|
+
"kind": "method",
|
|
2170
|
+
"name": "onOutsideClick",
|
|
2112
2171
|
"return": {
|
|
2113
2172
|
"type": {
|
|
2114
|
-
"text": "
|
|
2173
|
+
"text": "void"
|
|
2115
2174
|
}
|
|
2116
2175
|
},
|
|
2117
2176
|
"parameters": [
|
|
2118
2177
|
{
|
|
2119
|
-
"
|
|
2120
|
-
"name": "val",
|
|
2178
|
+
"name": "e",
|
|
2121
2179
|
"type": {
|
|
2122
|
-
"text": "
|
|
2123
|
-
}
|
|
2180
|
+
"text": "MouseEvent"
|
|
2181
|
+
},
|
|
2182
|
+
"description": "the original click event"
|
|
2124
2183
|
}
|
|
2125
2184
|
],
|
|
2126
|
-
"
|
|
2127
|
-
"inheritedFrom": {
|
|
2128
|
-
"name": "IdsModal",
|
|
2129
|
-
"module": "src/components/ids-modal/ids-modal.ts"
|
|
2130
|
-
}
|
|
2185
|
+
"description": "Inherited from the Popup Open Events Mixin.\nRuns when a click event is propagated to the window."
|
|
2131
2186
|
},
|
|
2132
2187
|
{
|
|
2133
2188
|
"kind": "field",
|
|
2134
|
-
"name": "
|
|
2135
|
-
"description": "
|
|
2189
|
+
"name": "filterAccordion",
|
|
2190
|
+
"description": "Performs a filter operation on accordion panels",
|
|
2136
2191
|
"parameters": [
|
|
2137
2192
|
{
|
|
2138
|
-
"description": "
|
|
2139
|
-
"name": "
|
|
2193
|
+
"description": "text value with which to filter accordion panels",
|
|
2194
|
+
"name": "value",
|
|
2140
2195
|
"type": {
|
|
2141
|
-
"text": "
|
|
2196
|
+
"text": "string"
|
|
2142
2197
|
}
|
|
2143
2198
|
}
|
|
2144
2199
|
],
|
|
2145
|
-
"type": {
|
|
2146
|
-
"text": "boolean"
|
|
2147
|
-
},
|
|
2148
2200
|
"return": {
|
|
2149
2201
|
"type": {
|
|
2150
|
-
"text": "
|
|
2202
|
+
"text": "Array<HTMLElement>"
|
|
2151
2203
|
}
|
|
2152
|
-
},
|
|
2153
|
-
"default": "false",
|
|
2154
|
-
"inheritedFrom": {
|
|
2155
|
-
"name": "IdsModal",
|
|
2156
|
-
"module": "src/components/ids-modal/ids-modal.ts"
|
|
2157
2204
|
}
|
|
2158
2205
|
},
|
|
2159
2206
|
{
|
|
2160
2207
|
"kind": "method",
|
|
2161
|
-
"name": "
|
|
2162
|
-
"
|
|
2163
|
-
|
|
2164
|
-
"text": "void"
|
|
2165
|
-
}
|
|
2166
|
-
},
|
|
2167
|
-
"description": "Renders or Removes a correct `aria-label` attribute on the Modal about its contents.",
|
|
2168
|
-
"inheritedFrom": {
|
|
2169
|
-
"name": "IdsModal",
|
|
2170
|
-
"module": "src/components/ids-modal/ids-modal.ts"
|
|
2171
|
-
}
|
|
2208
|
+
"name": "clearFilterAccordion",
|
|
2209
|
+
"description": "Clears a navigation accordion's previous filter result",
|
|
2210
|
+
"privacy": "private"
|
|
2172
2211
|
},
|
|
2173
2212
|
{
|
|
2174
2213
|
"kind": "method",
|
|
2175
|
-
"name": "#
|
|
2214
|
+
"name": "#clearChildFilter",
|
|
2176
2215
|
"privacy": "private",
|
|
2177
|
-
"description": "
|
|
2216
|
+
"description": "Resets the \"child-filter-match\" attribute on any accordion headers who's children matched a previous filter result",
|
|
2178
2217
|
"return": {
|
|
2179
2218
|
"type": {
|
|
2180
2219
|
"text": "void"
|
|
2181
2220
|
}
|
|
2182
|
-
},
|
|
2183
|
-
"inheritedFrom": {
|
|
2184
|
-
"name": "IdsModal",
|
|
2185
|
-
"module": "src/components/ids-modal/ids-modal.ts"
|
|
2186
2221
|
}
|
|
2187
2222
|
},
|
|
2223
|
+
{
|
|
2224
|
+
"kind": "method",
|
|
2225
|
+
"name": "addOpenEvents",
|
|
2226
|
+
"description": "Overrides `addOpenEvents` from IdsPopupOpenEventsMixin to add a global handler\nfor App Menu keyboard events that can cause the menu to close"
|
|
2227
|
+
},
|
|
2228
|
+
{
|
|
2229
|
+
"kind": "method",
|
|
2230
|
+
"name": "removeOpenEvents",
|
|
2231
|
+
"description": "Overrides `removeOpenEvents` from IdsPopupOpenEventsMixin"
|
|
2232
|
+
}
|
|
2233
|
+
],
|
|
2234
|
+
"superclass": {
|
|
2235
|
+
"name": "Base",
|
|
2236
|
+
"module": "src/components/ids-app-menu/ids-app-menu.ts"
|
|
2237
|
+
}
|
|
2238
|
+
}
|
|
2239
|
+
],
|
|
2240
|
+
"exports": [
|
|
2241
|
+
{
|
|
2242
|
+
"kind": "js",
|
|
2243
|
+
"name": "default",
|
|
2244
|
+
"declaration": {
|
|
2245
|
+
"name": "IdsAppMenu",
|
|
2246
|
+
"module": "src/components/ids-app-menu/ids-app-menu.ts"
|
|
2247
|
+
}
|
|
2248
|
+
}
|
|
2249
|
+
]
|
|
2250
|
+
},
|
|
2251
|
+
{
|
|
2252
|
+
"kind": "javascript-module",
|
|
2253
|
+
"path": "src/components/ids-action-panel/ids-action-panel.ts",
|
|
2254
|
+
"declarations": [
|
|
2255
|
+
{
|
|
2256
|
+
"kind": "class",
|
|
2257
|
+
"description": "IDS Action Panel",
|
|
2258
|
+
"name": "IdsActionPanel",
|
|
2259
|
+
"members": [
|
|
2188
2260
|
{
|
|
2189
2261
|
"kind": "field",
|
|
2190
|
-
"name": "
|
|
2262
|
+
"name": "toolbar",
|
|
2191
2263
|
"type": {
|
|
2192
|
-
"text": "
|
|
2264
|
+
"text": "HTMLSlotElement | null"
|
|
2193
2265
|
},
|
|
2266
|
+
"readonly": true
|
|
2267
|
+
},
|
|
2268
|
+
{
|
|
2269
|
+
"kind": "method",
|
|
2270
|
+
"name": "template",
|
|
2194
2271
|
"return": {
|
|
2195
2272
|
"type": {
|
|
2196
|
-
"text": "
|
|
2273
|
+
"text": "string"
|
|
2197
2274
|
}
|
|
2198
2275
|
},
|
|
2199
|
-
"
|
|
2200
|
-
{
|
|
2201
|
-
"description": "true if the Modal is visible.",
|
|
2202
|
-
"name": "val",
|
|
2203
|
-
"type": {
|
|
2204
|
-
"text": "boolean|string"
|
|
2205
|
-
}
|
|
2206
|
-
}
|
|
2207
|
-
],
|
|
2276
|
+
"description": "Inner template contents",
|
|
2208
2277
|
"inheritedFrom": {
|
|
2209
2278
|
"name": "IdsModal",
|
|
2210
2279
|
"module": "src/components/ids-modal/ids-modal.ts"
|
|
@@ -2212,177 +2281,127 @@
|
|
|
2212
2281
|
},
|
|
2213
2282
|
{
|
|
2214
2283
|
"kind": "method",
|
|
2215
|
-
"name": "#
|
|
2216
|
-
"privacy": "private"
|
|
2217
|
-
|
|
2218
|
-
|
|
2219
|
-
|
|
2220
|
-
|
|
2221
|
-
|
|
2222
|
-
|
|
2223
|
-
"
|
|
2224
|
-
},
|
|
2225
|
-
{
|
|
2226
|
-
"name": "buttonAlignment",
|
|
2227
|
-
"optional": true,
|
|
2228
|
-
"type": {
|
|
2229
|
-
"text": "string"
|
|
2230
|
-
},
|
|
2231
|
-
"description": "Button alignment ('left' for row direction, otherwise row-reverse)"
|
|
2284
|
+
"name": "#refreshHeader",
|
|
2285
|
+
"privacy": "private"
|
|
2286
|
+
},
|
|
2287
|
+
{
|
|
2288
|
+
"kind": "method",
|
|
2289
|
+
"name": "addOpenEvents",
|
|
2290
|
+
"return": {
|
|
2291
|
+
"type": {
|
|
2292
|
+
"text": "void"
|
|
2232
2293
|
}
|
|
2233
|
-
|
|
2234
|
-
"description": "
|
|
2294
|
+
},
|
|
2295
|
+
"description": "Overrides `addOpenEvents` from both Modal and the IdsPopupOpenEventsMixin to include\na way to tie in Toolbar buttons to the Modal's standard `onButtonClick` callback",
|
|
2296
|
+
"privacy": "private",
|
|
2235
2297
|
"inheritedFrom": {
|
|
2236
2298
|
"name": "IdsModal",
|
|
2237
2299
|
"module": "src/components/ids-modal/ids-modal.ts"
|
|
2238
2300
|
}
|
|
2239
2301
|
},
|
|
2240
2302
|
{
|
|
2241
|
-
"kind": "
|
|
2242
|
-
"name": "
|
|
2243
|
-
"
|
|
2244
|
-
"
|
|
2303
|
+
"kind": "method",
|
|
2304
|
+
"name": "removeOpenEvents",
|
|
2305
|
+
"return": {
|
|
2306
|
+
"type": {
|
|
2307
|
+
"text": "void"
|
|
2308
|
+
}
|
|
2245
2309
|
},
|
|
2246
|
-
"
|
|
2310
|
+
"description": "Overrides `addOpenEvents` from both Modal and the IdsPopupOpenEventsMixin to include\na way to tie in Toolbar buttons to the Modal's standard `onButtonClick` callback",
|
|
2311
|
+
"privacy": "private",
|
|
2247
2312
|
"inheritedFrom": {
|
|
2248
2313
|
"name": "IdsModal",
|
|
2249
2314
|
"module": "src/components/ids-modal/ids-modal.ts"
|
|
2250
2315
|
}
|
|
2251
2316
|
},
|
|
2252
2317
|
{
|
|
2253
|
-
"kind": "
|
|
2254
|
-
"name": "
|
|
2255
|
-
"
|
|
2256
|
-
"
|
|
2257
|
-
"text": "Promise<void>"
|
|
2258
|
-
}
|
|
2318
|
+
"kind": "field",
|
|
2319
|
+
"name": "zCount",
|
|
2320
|
+
"type": {
|
|
2321
|
+
"text": "number"
|
|
2259
2322
|
},
|
|
2260
|
-
"
|
|
2261
|
-
|
|
2262
|
-
"name": "settings",
|
|
2263
|
-
"optional": true,
|
|
2264
|
-
"type": {
|
|
2265
|
-
"text": "IdsModalSettings"
|
|
2266
|
-
},
|
|
2267
|
-
"description": "optional settings for the modal (used when a service)"
|
|
2268
|
-
}
|
|
2269
|
-
],
|
|
2270
|
-
"description": "Shows the modal with possibity to veto the promise",
|
|
2323
|
+
"static": true,
|
|
2324
|
+
"default": "1020",
|
|
2271
2325
|
"inheritedFrom": {
|
|
2272
2326
|
"name": "IdsModal",
|
|
2273
2327
|
"module": "src/components/ids-modal/ids-modal.ts"
|
|
2274
2328
|
}
|
|
2275
2329
|
},
|
|
2276
2330
|
{
|
|
2277
|
-
"kind": "
|
|
2278
|
-
"name": "
|
|
2279
|
-
"
|
|
2280
|
-
"
|
|
2281
|
-
"text": "Promise<void>"
|
|
2282
|
-
}
|
|
2331
|
+
"kind": "field",
|
|
2332
|
+
"name": "shouldUpdate",
|
|
2333
|
+
"type": {
|
|
2334
|
+
"text": "boolean"
|
|
2283
2335
|
},
|
|
2284
|
-
"
|
|
2336
|
+
"default": "false",
|
|
2285
2337
|
"inheritedFrom": {
|
|
2286
2338
|
"name": "IdsModal",
|
|
2287
2339
|
"module": "src/components/ids-modal/ids-modal.ts"
|
|
2288
2340
|
}
|
|
2289
2341
|
},
|
|
2290
2342
|
{
|
|
2291
|
-
"kind": "
|
|
2292
|
-
"name": "
|
|
2293
|
-
"
|
|
2294
|
-
|
|
2295
|
-
"type": {
|
|
2296
|
-
"text": "void"
|
|
2297
|
-
}
|
|
2343
|
+
"kind": "field",
|
|
2344
|
+
"name": "onButtonClick",
|
|
2345
|
+
"type": {
|
|
2346
|
+
"text": "(target: any) => void | undefined"
|
|
2298
2347
|
},
|
|
2299
|
-
"description": "Refreshes the state of the overlay used behind the modal. If a shared overlay isn't applied,\nan internal one is generated and applied to the ShadowRoot.",
|
|
2300
2348
|
"inheritedFrom": {
|
|
2301
2349
|
"name": "IdsModal",
|
|
2302
2350
|
"module": "src/components/ids-modal/ids-modal.ts"
|
|
2303
2351
|
}
|
|
2304
2352
|
},
|
|
2305
2353
|
{
|
|
2306
|
-
"kind": "
|
|
2307
|
-
"name": "
|
|
2308
|
-
"
|
|
2309
|
-
|
|
2310
|
-
"type": {
|
|
2311
|
-
"text": "void"
|
|
2312
|
-
}
|
|
2354
|
+
"kind": "field",
|
|
2355
|
+
"name": "ro",
|
|
2356
|
+
"type": {
|
|
2357
|
+
"text": "ResizeObserver | undefined"
|
|
2313
2358
|
},
|
|
2314
|
-
"parameters": [
|
|
2315
|
-
{
|
|
2316
|
-
"name": "val",
|
|
2317
|
-
"type": {
|
|
2318
|
-
"text": "boolean"
|
|
2319
|
-
},
|
|
2320
|
-
"description": "if true, makes the Modal visible to the user"
|
|
2321
|
-
}
|
|
2322
|
-
],
|
|
2323
2359
|
"inheritedFrom": {
|
|
2324
2360
|
"name": "IdsModal",
|
|
2325
2361
|
"module": "src/components/ids-modal/ids-modal.ts"
|
|
2326
2362
|
}
|
|
2327
2363
|
},
|
|
2328
2364
|
{
|
|
2329
|
-
"kind": "
|
|
2330
|
-
"name": "
|
|
2331
|
-
"
|
|
2332
|
-
|
|
2333
|
-
"type": {
|
|
2334
|
-
"text": "void"
|
|
2335
|
-
}
|
|
2365
|
+
"kind": "field",
|
|
2366
|
+
"name": "vetoableEventTypes",
|
|
2367
|
+
"type": {
|
|
2368
|
+
"text": "Array<string>"
|
|
2336
2369
|
},
|
|
2337
|
-
"
|
|
2370
|
+
"default": "['beforeshow', 'beforehide']",
|
|
2338
2371
|
"inheritedFrom": {
|
|
2339
2372
|
"name": "IdsModal",
|
|
2340
2373
|
"module": "src/components/ids-modal/ids-modal.ts"
|
|
2341
2374
|
}
|
|
2342
2375
|
},
|
|
2343
2376
|
{
|
|
2344
|
-
"kind": "
|
|
2345
|
-
"name": "#
|
|
2377
|
+
"kind": "field",
|
|
2378
|
+
"name": "#visible",
|
|
2346
2379
|
"privacy": "private",
|
|
2347
|
-
"
|
|
2380
|
+
"type": {
|
|
2381
|
+
"text": "boolean"
|
|
2382
|
+
},
|
|
2383
|
+
"default": "false",
|
|
2348
2384
|
"inheritedFrom": {
|
|
2349
2385
|
"name": "IdsModal",
|
|
2350
2386
|
"module": "src/components/ids-modal/ids-modal.ts"
|
|
2351
2387
|
}
|
|
2352
2388
|
},
|
|
2353
2389
|
{
|
|
2354
|
-
"kind": "
|
|
2355
|
-
"name": "
|
|
2356
|
-
"return": {
|
|
2357
|
-
"type": {
|
|
2358
|
-
"text": "void"
|
|
2359
|
-
}
|
|
2360
|
-
},
|
|
2361
|
-
"description": "Sets up overall events",
|
|
2362
|
-
"privacy": "private",
|
|
2390
|
+
"kind": "field",
|
|
2391
|
+
"name": "globalKeydownListener",
|
|
2363
2392
|
"inheritedFrom": {
|
|
2364
2393
|
"name": "IdsModal",
|
|
2365
2394
|
"module": "src/components/ids-modal/ids-modal.ts"
|
|
2366
2395
|
}
|
|
2367
2396
|
},
|
|
2368
2397
|
{
|
|
2369
|
-
"kind": "
|
|
2370
|
-
"name": "
|
|
2371
|
-
"
|
|
2372
|
-
"
|
|
2373
|
-
"text": "Promise<void>"
|
|
2374
|
-
}
|
|
2398
|
+
"kind": "field",
|
|
2399
|
+
"name": "attributes",
|
|
2400
|
+
"type": {
|
|
2401
|
+
"text": "Array<string>"
|
|
2375
2402
|
},
|
|
2376
|
-
"
|
|
2377
|
-
|
|
2378
|
-
"name": "e",
|
|
2379
|
-
"type": {
|
|
2380
|
-
"text": "any"
|
|
2381
|
-
},
|
|
2382
|
-
"description": "the original event object"
|
|
2383
|
-
}
|
|
2384
|
-
],
|
|
2385
|
-
"description": "Handles when Modal Button is clicked.",
|
|
2403
|
+
"static": true,
|
|
2404
|
+
"readonly": true,
|
|
2386
2405
|
"inheritedFrom": {
|
|
2387
2406
|
"name": "IdsModal",
|
|
2388
2407
|
"module": "src/components/ids-modal/ids-modal.ts"
|
|
@@ -2390,13 +2409,8 @@
|
|
|
2390
2409
|
},
|
|
2391
2410
|
{
|
|
2392
2411
|
"kind": "method",
|
|
2393
|
-
"name": "
|
|
2394
|
-
"
|
|
2395
|
-
"type": {
|
|
2396
|
-
"text": "void"
|
|
2397
|
-
}
|
|
2398
|
-
},
|
|
2399
|
-
"description": "Handle `onTriggerClick` from IdsPopupInteractionsMixin",
|
|
2412
|
+
"name": "setResize",
|
|
2413
|
+
"privacy": "private",
|
|
2400
2414
|
"inheritedFrom": {
|
|
2401
2415
|
"name": "IdsModal",
|
|
2402
2416
|
"module": "src/components/ids-modal/ids-modal.ts"
|
|
@@ -2404,22 +2418,8 @@
|
|
|
2404
2418
|
},
|
|
2405
2419
|
{
|
|
2406
2420
|
"kind": "method",
|
|
2407
|
-
"name": "
|
|
2408
|
-
"
|
|
2409
|
-
"type": {
|
|
2410
|
-
"text": "void"
|
|
2411
|
-
}
|
|
2412
|
-
},
|
|
2413
|
-
"parameters": [
|
|
2414
|
-
{
|
|
2415
|
-
"name": "e",
|
|
2416
|
-
"type": {
|
|
2417
|
-
"text": "MouseEvent"
|
|
2418
|
-
},
|
|
2419
|
-
"description": "the original click event"
|
|
2420
|
-
}
|
|
2421
|
-
],
|
|
2422
|
-
"description": "Handle `onOutsideClick` from IdsPopupOpenEventsMixin",
|
|
2421
|
+
"name": "setScrollable",
|
|
2422
|
+
"privacy": "private",
|
|
2423
2423
|
"inheritedFrom": {
|
|
2424
2424
|
"name": "IdsModal",
|
|
2425
2425
|
"module": "src/components/ids-modal/ids-modal.ts"
|
|
@@ -2427,11 +2427,11 @@
|
|
|
2427
2427
|
},
|
|
2428
2428
|
{
|
|
2429
2429
|
"kind": "field",
|
|
2430
|
-
"name": "
|
|
2430
|
+
"name": "autoFocus",
|
|
2431
2431
|
"type": {
|
|
2432
2432
|
"text": "boolean"
|
|
2433
2433
|
},
|
|
2434
|
-
"description": "
|
|
2434
|
+
"description": "Whether or not to focus on the first focusable element when the component is shown",
|
|
2435
2435
|
"return": {
|
|
2436
2436
|
"type": {
|
|
2437
2437
|
"text": "boolean"
|
|
@@ -2439,7 +2439,7 @@
|
|
|
2439
2439
|
},
|
|
2440
2440
|
"parameters": [
|
|
2441
2441
|
{
|
|
2442
|
-
"description": "
|
|
2442
|
+
"description": "value to be set as auto-focus attribute converted to boolean",
|
|
2443
2443
|
"name": "val",
|
|
2444
2444
|
"type": {
|
|
2445
2445
|
"text": "boolean | string | null"
|
|
@@ -2453,19 +2453,16 @@
|
|
|
2453
2453
|
},
|
|
2454
2454
|
{
|
|
2455
2455
|
"kind": "field",
|
|
2456
|
-
"name": "
|
|
2457
|
-
"description": "Set the modal height to a fixed or fluid value. If using do not use the fullsize or respond down settings.",
|
|
2458
|
-
"parameters": [
|
|
2459
|
-
{
|
|
2460
|
-
"description": "height to use as css property",
|
|
2461
|
-
"name": "val",
|
|
2462
|
-
"type": {
|
|
2463
|
-
"text": "string | null"
|
|
2464
|
-
}
|
|
2465
|
-
}
|
|
2466
|
-
],
|
|
2456
|
+
"name": "ariaLabelContent",
|
|
2467
2457
|
"type": {
|
|
2468
|
-
"text": "string
|
|
2458
|
+
"text": "string"
|
|
2459
|
+
},
|
|
2460
|
+
"description": "Used for ARIA Labels and other content",
|
|
2461
|
+
"readonly": true,
|
|
2462
|
+
"return": {
|
|
2463
|
+
"type": {
|
|
2464
|
+
"text": "string"
|
|
2465
|
+
}
|
|
2469
2466
|
},
|
|
2470
2467
|
"inheritedFrom": {
|
|
2471
2468
|
"name": "IdsModal",
|
|
@@ -2474,19 +2471,15 @@
|
|
|
2474
2471
|
},
|
|
2475
2472
|
{
|
|
2476
2473
|
"kind": "field",
|
|
2477
|
-
"name": "
|
|
2478
|
-
"description": "Set the modal width to a fixed or fluid value. If using do not use the fullsize or respond down settings.",
|
|
2479
|
-
"parameters": [
|
|
2480
|
-
{
|
|
2481
|
-
"description": "width to use as css property",
|
|
2482
|
-
"name": "val",
|
|
2483
|
-
"type": {
|
|
2484
|
-
"text": "string | null | undefined"
|
|
2485
|
-
}
|
|
2486
|
-
}
|
|
2487
|
-
],
|
|
2474
|
+
"name": "buttons",
|
|
2488
2475
|
"type": {
|
|
2489
|
-
"text": "
|
|
2476
|
+
"text": "NodeListOf<IdsModalButton>"
|
|
2477
|
+
},
|
|
2478
|
+
"readonly": true,
|
|
2479
|
+
"return": {
|
|
2480
|
+
"type": {
|
|
2481
|
+
"text": "NodeListOf<IdsModalButton>"
|
|
2482
|
+
}
|
|
2490
2483
|
},
|
|
2491
2484
|
"inheritedFrom": {
|
|
2492
2485
|
"name": "IdsModal",
|
|
@@ -2494,31 +2487,32 @@
|
|
|
2494
2487
|
}
|
|
2495
2488
|
},
|
|
2496
2489
|
{
|
|
2497
|
-
"kind": "
|
|
2498
|
-
"name": "
|
|
2499
|
-
"
|
|
2500
|
-
|
|
2501
|
-
|
|
2502
|
-
|
|
2503
|
-
|
|
2504
|
-
|
|
2505
|
-
|
|
2506
|
-
|
|
2507
|
-
|
|
2508
|
-
"name": "#removeCloseButton",
|
|
2509
|
-
"privacy": "private",
|
|
2490
|
+
"kind": "field",
|
|
2491
|
+
"name": "buttonSet",
|
|
2492
|
+
"type": {
|
|
2493
|
+
"text": "IdsButtonGroup | null"
|
|
2494
|
+
},
|
|
2495
|
+
"readonly": true,
|
|
2496
|
+
"return": {
|
|
2497
|
+
"type": {
|
|
2498
|
+
"text": "IdsButtonGroup"
|
|
2499
|
+
}
|
|
2500
|
+
},
|
|
2510
2501
|
"inheritedFrom": {
|
|
2511
2502
|
"name": "IdsModal",
|
|
2512
2503
|
"module": "src/components/ids-modal/ids-modal.ts"
|
|
2513
2504
|
}
|
|
2514
2505
|
},
|
|
2515
2506
|
{
|
|
2516
|
-
"kind": "
|
|
2517
|
-
"name": "
|
|
2518
|
-
"
|
|
2507
|
+
"kind": "field",
|
|
2508
|
+
"name": "titleSlot",
|
|
2509
|
+
"type": {
|
|
2510
|
+
"text": "Element | undefined"
|
|
2511
|
+
},
|
|
2512
|
+
"readonly": true,
|
|
2519
2513
|
"return": {
|
|
2520
2514
|
"type": {
|
|
2521
|
-
"text": "
|
|
2515
|
+
"text": "Element"
|
|
2522
2516
|
}
|
|
2523
2517
|
},
|
|
2524
2518
|
"inheritedFrom": {
|
|
@@ -2528,355 +2522,425 @@
|
|
|
2528
2522
|
},
|
|
2529
2523
|
{
|
|
2530
2524
|
"kind": "field",
|
|
2531
|
-
"name": "
|
|
2525
|
+
"name": "modalContentEl",
|
|
2532
2526
|
"type": {
|
|
2533
|
-
"text": "
|
|
2527
|
+
"text": "HTMLElement | null"
|
|
2528
|
+
},
|
|
2529
|
+
"readonly": true,
|
|
2530
|
+
"return": {
|
|
2531
|
+
"type": {
|
|
2532
|
+
"text": "HTMLElement | null"
|
|
2533
|
+
}
|
|
2534
2534
|
},
|
|
2535
|
-
"default": "{}",
|
|
2536
|
-
"inheritedFrom": {
|
|
2537
|
-
"name": "IdsModal",
|
|
2538
|
-
"module": "src/components/ids-modal/ids-modal.ts"
|
|
2539
|
-
}
|
|
2540
|
-
}
|
|
2541
|
-
],
|
|
2542
|
-
"superclass": {
|
|
2543
|
-
"name": "IdsModal",
|
|
2544
|
-
"module": "/src/components/ids-modal/ids-modal"
|
|
2545
|
-
},
|
|
2546
|
-
"cssParts": [
|
|
2547
|
-
{
|
|
2548
|
-
"description": "the popup outer element",
|
|
2549
|
-
"name": "popup",
|
|
2550
2535
|
"inheritedFrom": {
|
|
2551
2536
|
"name": "IdsModal",
|
|
2552
2537
|
"module": "src/components/ids-modal/ids-modal.ts"
|
|
2553
2538
|
}
|
|
2554
2539
|
},
|
|
2555
2540
|
{
|
|
2556
|
-
"
|
|
2557
|
-
"name": "
|
|
2558
|
-
"
|
|
2559
|
-
"
|
|
2560
|
-
|
|
2561
|
-
|
|
2562
|
-
|
|
2563
|
-
|
|
2564
|
-
|
|
2565
|
-
|
|
2566
|
-
|
|
2567
|
-
|
|
2568
|
-
|
|
2569
|
-
|
|
2570
|
-
|
|
2571
|
-
|
|
2572
|
-
|
|
2573
|
-
|
|
2574
|
-
|
|
2575
|
-
|
|
2576
|
-
|
|
2577
|
-
|
|
2578
|
-
|
|
2579
|
-
|
|
2580
|
-
|
|
2581
|
-
{
|
|
2582
|
-
"kind": "class",
|
|
2583
|
-
"description": "IDS Action Sheet Component",
|
|
2584
|
-
"name": "IdsActionSheet",
|
|
2585
|
-
"members": [
|
|
2541
|
+
"kind": "field",
|
|
2542
|
+
"name": "fullsize",
|
|
2543
|
+
"type": {
|
|
2544
|
+
"text": "IdsModalFullsizeAttributeValue"
|
|
2545
|
+
},
|
|
2546
|
+
"return": {
|
|
2547
|
+
"type": {
|
|
2548
|
+
"text": "IdsModalFullsizeAttributeValue"
|
|
2549
|
+
}
|
|
2550
|
+
},
|
|
2551
|
+
"parameters": [
|
|
2552
|
+
{
|
|
2553
|
+
"description": "the breakpoint at which\nthe Modal will change from normal mode to fullsize mode",
|
|
2554
|
+
"name": "val",
|
|
2555
|
+
"type": {
|
|
2556
|
+
"text": "IdsModalFullsizeAttributeValue"
|
|
2557
|
+
}
|
|
2558
|
+
}
|
|
2559
|
+
],
|
|
2560
|
+
"default": "''",
|
|
2561
|
+
"inheritedFrom": {
|
|
2562
|
+
"name": "IdsModal",
|
|
2563
|
+
"module": "src/components/ids-modal/ids-modal.ts"
|
|
2564
|
+
}
|
|
2565
|
+
},
|
|
2586
2566
|
{
|
|
2587
2567
|
"kind": "field",
|
|
2588
|
-
"name": "
|
|
2568
|
+
"name": "showCloseButton",
|
|
2589
2569
|
"type": {
|
|
2590
|
-
"text": "
|
|
2570
|
+
"text": "boolean"
|
|
2571
|
+
},
|
|
2572
|
+
"inheritedFrom": {
|
|
2573
|
+
"name": "IdsModal",
|
|
2574
|
+
"module": "src/components/ids-modal/ids-modal.ts"
|
|
2591
2575
|
}
|
|
2592
2576
|
},
|
|
2593
2577
|
{
|
|
2594
2578
|
"kind": "field",
|
|
2595
|
-
"name": "
|
|
2579
|
+
"name": "closeButton",
|
|
2596
2580
|
"type": {
|
|
2597
|
-
"text": "
|
|
2581
|
+
"text": "HTMLElement | null"
|
|
2582
|
+
},
|
|
2583
|
+
"readonly": true,
|
|
2584
|
+
"inheritedFrom": {
|
|
2585
|
+
"name": "IdsModal",
|
|
2586
|
+
"module": "src/components/ids-modal/ids-modal.ts"
|
|
2598
2587
|
}
|
|
2599
2588
|
},
|
|
2600
2589
|
{
|
|
2601
|
-
"kind": "
|
|
2602
|
-
"name": "
|
|
2603
|
-
"
|
|
2604
|
-
"description": "Return the attributes we handle as getters/setters",
|
|
2590
|
+
"kind": "method",
|
|
2591
|
+
"name": "#clearBreakpointResponse",
|
|
2592
|
+
"privacy": "private",
|
|
2605
2593
|
"return": {
|
|
2606
2594
|
"type": {
|
|
2607
|
-
"text": "
|
|
2595
|
+
"text": "void"
|
|
2608
2596
|
}
|
|
2609
2597
|
},
|
|
2610
|
-
"
|
|
2598
|
+
"description": "Removes established callbacks for responding to breakpoints, if set",
|
|
2599
|
+
"inheritedFrom": {
|
|
2600
|
+
"name": "IdsModal",
|
|
2601
|
+
"module": "src/components/ids-modal/ids-modal.ts"
|
|
2602
|
+
}
|
|
2611
2603
|
},
|
|
2612
2604
|
{
|
|
2613
2605
|
"kind": "method",
|
|
2614
|
-
"name": "
|
|
2606
|
+
"name": "#setFullsizeDefault",
|
|
2607
|
+
"privacy": "private",
|
|
2615
2608
|
"return": {
|
|
2616
2609
|
"type": {
|
|
2617
|
-
"text": "
|
|
2610
|
+
"text": "void"
|
|
2618
2611
|
}
|
|
2619
2612
|
},
|
|
2620
|
-
"description": "
|
|
2613
|
+
"description": "Runs on connectedCallback or any refresh to adjust the `fullsize` attribute, if set",
|
|
2614
|
+
"inheritedFrom": {
|
|
2615
|
+
"name": "IdsModal",
|
|
2616
|
+
"module": "src/components/ids-modal/ids-modal.ts"
|
|
2617
|
+
}
|
|
2621
2618
|
},
|
|
2622
2619
|
{
|
|
2623
2620
|
"kind": "field",
|
|
2624
|
-
"name": "
|
|
2625
|
-
"
|
|
2621
|
+
"name": "overlay",
|
|
2622
|
+
"type": {
|
|
2623
|
+
"text": "IdsOverlay"
|
|
2624
|
+
},
|
|
2625
|
+
"description": "Gets current overlay element",
|
|
2626
|
+
"return": {
|
|
2627
|
+
"type": {
|
|
2628
|
+
"text": "IdsOverlay"
|
|
2629
|
+
}
|
|
2630
|
+
},
|
|
2626
2631
|
"parameters": [
|
|
2627
2632
|
{
|
|
2628
|
-
"description": "
|
|
2633
|
+
"description": "an overlay element",
|
|
2629
2634
|
"name": "val",
|
|
2630
2635
|
"type": {
|
|
2631
|
-
"text": "
|
|
2636
|
+
"text": "IdsOverlay"
|
|
2632
2637
|
}
|
|
2633
2638
|
}
|
|
2634
2639
|
],
|
|
2640
|
+
"default": "null",
|
|
2641
|
+
"inheritedFrom": {
|
|
2642
|
+
"name": "IdsModal",
|
|
2643
|
+
"module": "src/components/ids-modal/ids-modal.ts"
|
|
2644
|
+
}
|
|
2645
|
+
},
|
|
2646
|
+
{
|
|
2647
|
+
"kind": "field",
|
|
2648
|
+
"name": "messageTitle",
|
|
2635
2649
|
"type": {
|
|
2636
|
-
"text": "
|
|
2650
|
+
"text": "string"
|
|
2637
2651
|
},
|
|
2638
2652
|
"return": {
|
|
2639
2653
|
"type": {
|
|
2640
|
-
"text": "
|
|
2654
|
+
"text": "string"
|
|
2655
|
+
}
|
|
2656
|
+
},
|
|
2657
|
+
"parameters": [
|
|
2658
|
+
{
|
|
2659
|
+
"description": "the new content to be used as the message's title",
|
|
2660
|
+
"name": "val",
|
|
2661
|
+
"type": {
|
|
2662
|
+
"text": "string"
|
|
2663
|
+
}
|
|
2641
2664
|
}
|
|
2665
|
+
],
|
|
2666
|
+
"default": "null",
|
|
2667
|
+
"inheritedFrom": {
|
|
2668
|
+
"name": "IdsModal",
|
|
2669
|
+
"module": "src/components/ids-modal/ids-modal.ts"
|
|
2642
2670
|
}
|
|
2643
2671
|
},
|
|
2644
2672
|
{
|
|
2645
2673
|
"kind": "field",
|
|
2646
|
-
"name": "
|
|
2647
|
-
"description": "
|
|
2674
|
+
"name": "scrollable",
|
|
2675
|
+
"description": "Gets modal scrollable setting",
|
|
2648
2676
|
"parameters": [
|
|
2649
2677
|
{
|
|
2650
|
-
"description": "
|
|
2678
|
+
"description": "scrollable flag",
|
|
2651
2679
|
"name": "val",
|
|
2652
2680
|
"type": {
|
|
2653
|
-
"text": "string"
|
|
2681
|
+
"text": "boolean|string"
|
|
2654
2682
|
}
|
|
2655
2683
|
}
|
|
2656
2684
|
],
|
|
2657
2685
|
"type": {
|
|
2658
|
-
"text": "
|
|
2686
|
+
"text": "boolean"
|
|
2659
2687
|
},
|
|
2660
2688
|
"return": {
|
|
2661
2689
|
"type": {
|
|
2662
|
-
"text": "
|
|
2690
|
+
"text": "boolean"
|
|
2663
2691
|
}
|
|
2692
|
+
},
|
|
2693
|
+
"default": "false",
|
|
2694
|
+
"inheritedFrom": {
|
|
2695
|
+
"name": "IdsModal",
|
|
2696
|
+
"module": "src/components/ids-modal/ids-modal.ts"
|
|
2664
2697
|
}
|
|
2665
2698
|
},
|
|
2666
2699
|
{
|
|
2667
2700
|
"kind": "method",
|
|
2668
|
-
"name": "
|
|
2669
|
-
"description": "Handle `onOutsideClick` on overlay"
|
|
2670
|
-
},
|
|
2671
|
-
{
|
|
2672
|
-
"kind": "method",
|
|
2673
|
-
"name": "onCancelClick",
|
|
2674
|
-
"description": "Handle cancel btn click"
|
|
2675
|
-
},
|
|
2676
|
-
{
|
|
2677
|
-
"kind": "method",
|
|
2678
|
-
"name": "dismiss",
|
|
2679
|
-
"description": "Remove the action sheet from the page"
|
|
2680
|
-
},
|
|
2681
|
-
{
|
|
2682
|
-
"kind": "method",
|
|
2683
|
-
"name": "#hideOnDesktop",
|
|
2684
|
-
"privacy": "private",
|
|
2685
|
-
"description": "Hide the action sheet on desktop devices"
|
|
2686
|
-
},
|
|
2687
|
-
{
|
|
2688
|
-
"kind": "method",
|
|
2689
|
-
"name": "#setVisibility",
|
|
2690
|
-
"privacy": "private",
|
|
2691
|
-
"parameters": [
|
|
2692
|
-
{
|
|
2693
|
-
"name": "mq",
|
|
2694
|
-
"type": {
|
|
2695
|
-
"text": "object"
|
|
2696
|
-
},
|
|
2697
|
-
"description": "the media query to check"
|
|
2698
|
-
}
|
|
2699
|
-
],
|
|
2700
|
-
"description": "Set the action and overlay to hidden is media query is hit"
|
|
2701
|
-
},
|
|
2702
|
-
{
|
|
2703
|
-
"kind": "method",
|
|
2704
|
-
"name": "#attachEventHandlers",
|
|
2705
|
-
"privacy": "private",
|
|
2706
|
-
"description": "Sets up event listeners",
|
|
2701
|
+
"name": "refreshAriaLabel",
|
|
2707
2702
|
"return": {
|
|
2708
2703
|
"type": {
|
|
2709
2704
|
"text": "void"
|
|
2710
2705
|
}
|
|
2706
|
+
},
|
|
2707
|
+
"description": "Renders or Removes a correct `aria-label` attribute on the Modal about its contents.",
|
|
2708
|
+
"inheritedFrom": {
|
|
2709
|
+
"name": "IdsModal",
|
|
2710
|
+
"module": "src/components/ids-modal/ids-modal.ts"
|
|
2711
2711
|
}
|
|
2712
|
-
}
|
|
2713
|
-
],
|
|
2714
|
-
"superclass": {
|
|
2715
|
-
"name": "Base",
|
|
2716
|
-
"module": "src/components/ids-action-sheet/ids-action-sheet.ts"
|
|
2717
|
-
}
|
|
2718
|
-
}
|
|
2719
|
-
],
|
|
2720
|
-
"exports": [
|
|
2721
|
-
{
|
|
2722
|
-
"kind": "js",
|
|
2723
|
-
"name": "default",
|
|
2724
|
-
"declaration": {
|
|
2725
|
-
"name": "IdsActionSheet",
|
|
2726
|
-
"module": "src/components/ids-action-sheet/ids-action-sheet.ts"
|
|
2727
|
-
}
|
|
2728
|
-
}
|
|
2729
|
-
]
|
|
2730
|
-
},
|
|
2731
|
-
{
|
|
2732
|
-
"kind": "javascript-module",
|
|
2733
|
-
"path": "src/components/ids-app-menu/ids-app-menu-container.ts",
|
|
2734
|
-
"declarations": [
|
|
2735
|
-
{
|
|
2736
|
-
"kind": "class",
|
|
2737
|
-
"description": "IDS App Menu Container",
|
|
2738
|
-
"name": "IdsAppMenuContainer",
|
|
2739
|
-
"members": [
|
|
2712
|
+
},
|
|
2740
2713
|
{
|
|
2741
2714
|
"kind": "method",
|
|
2742
|
-
"name": "
|
|
2715
|
+
"name": "#refreshModalFooter",
|
|
2716
|
+
"privacy": "private",
|
|
2717
|
+
"description": "Refreshes the state of the Modal footer, hiding/showing it",
|
|
2743
2718
|
"return": {
|
|
2744
2719
|
"type": {
|
|
2745
|
-
"text": "
|
|
2720
|
+
"text": "void"
|
|
2746
2721
|
}
|
|
2722
|
+
},
|
|
2723
|
+
"inheritedFrom": {
|
|
2724
|
+
"name": "IdsModal",
|
|
2725
|
+
"module": "src/components/ids-modal/ids-modal.ts"
|
|
2747
2726
|
}
|
|
2748
|
-
}
|
|
2749
|
-
],
|
|
2750
|
-
"superclass": {
|
|
2751
|
-
"name": "IdsElement",
|
|
2752
|
-
"module": "/src/core/ids-element"
|
|
2753
|
-
}
|
|
2754
|
-
}
|
|
2755
|
-
],
|
|
2756
|
-
"exports": [
|
|
2757
|
-
{
|
|
2758
|
-
"kind": "js",
|
|
2759
|
-
"name": "default",
|
|
2760
|
-
"declaration": {
|
|
2761
|
-
"name": "IdsAppMenuContainer",
|
|
2762
|
-
"module": "src/components/ids-app-menu/ids-app-menu-container.ts"
|
|
2763
|
-
}
|
|
2764
|
-
}
|
|
2765
|
-
]
|
|
2766
|
-
},
|
|
2767
|
-
{
|
|
2768
|
-
"kind": "javascript-module",
|
|
2769
|
-
"path": "src/components/ids-app-menu/ids-app-menu.ts",
|
|
2770
|
-
"declarations": [
|
|
2771
|
-
{
|
|
2772
|
-
"kind": "class",
|
|
2773
|
-
"description": "IDS App Menu Component",
|
|
2774
|
-
"name": "IdsAppMenu",
|
|
2775
|
-
"cssParts": [
|
|
2776
|
-
{
|
|
2777
|
-
"description": "the user avatar",
|
|
2778
|
-
"name": "avatar"
|
|
2779
2727
|
},
|
|
2780
|
-
{
|
|
2781
|
-
"description": "the accordion root element",
|
|
2782
|
-
"name": "accordion"
|
|
2783
|
-
}
|
|
2784
|
-
],
|
|
2785
|
-
"members": [
|
|
2786
2728
|
{
|
|
2787
2729
|
"kind": "field",
|
|
2788
|
-
"name": "
|
|
2730
|
+
"name": "visible",
|
|
2789
2731
|
"type": {
|
|
2790
|
-
"text": "
|
|
2732
|
+
"text": "boolean"
|
|
2733
|
+
},
|
|
2734
|
+
"return": {
|
|
2735
|
+
"type": {
|
|
2736
|
+
"text": "boolean"
|
|
2737
|
+
}
|
|
2738
|
+
},
|
|
2739
|
+
"parameters": [
|
|
2740
|
+
{
|
|
2741
|
+
"description": "true if the Modal is visible.",
|
|
2742
|
+
"name": "val",
|
|
2743
|
+
"type": {
|
|
2744
|
+
"text": "boolean|string"
|
|
2745
|
+
}
|
|
2746
|
+
}
|
|
2747
|
+
],
|
|
2748
|
+
"inheritedFrom": {
|
|
2749
|
+
"name": "IdsModal",
|
|
2750
|
+
"module": "src/components/ids-modal/ids-modal.ts"
|
|
2791
2751
|
}
|
|
2792
2752
|
},
|
|
2793
2753
|
{
|
|
2794
|
-
"kind": "
|
|
2795
|
-
"name": "#
|
|
2754
|
+
"kind": "method",
|
|
2755
|
+
"name": "#createButtonGroupTemplate",
|
|
2796
2756
|
"privacy": "private",
|
|
2797
|
-
"
|
|
2798
|
-
|
|
2757
|
+
"parameters": [
|
|
2758
|
+
{
|
|
2759
|
+
"name": "buttons",
|
|
2760
|
+
"type": {
|
|
2761
|
+
"text": "IdsModalButtonProps[] | NodeListOf<IdsModalButton>"
|
|
2762
|
+
},
|
|
2763
|
+
"description": "Button configuration objects or existing\nmodal button elements"
|
|
2764
|
+
},
|
|
2765
|
+
{
|
|
2766
|
+
"name": "buttonAlignment",
|
|
2767
|
+
"optional": true,
|
|
2768
|
+
"type": {
|
|
2769
|
+
"text": "string"
|
|
2770
|
+
},
|
|
2771
|
+
"description": "Button alignment ('left' for row direction, otherwise row-reverse)"
|
|
2772
|
+
}
|
|
2773
|
+
],
|
|
2774
|
+
"description": "Creates and inserts a button group template for modal buttons",
|
|
2775
|
+
"inheritedFrom": {
|
|
2776
|
+
"name": "IdsModal",
|
|
2777
|
+
"module": "src/components/ids-modal/ids-modal.ts"
|
|
2799
2778
|
}
|
|
2800
2779
|
},
|
|
2801
2780
|
{
|
|
2802
2781
|
"kind": "field",
|
|
2803
|
-
"name": "
|
|
2804
|
-
"
|
|
2805
|
-
|
|
2782
|
+
"name": "isServiceMessage",
|
|
2783
|
+
"type": {
|
|
2784
|
+
"text": "boolean"
|
|
2785
|
+
},
|
|
2786
|
+
"default": "false",
|
|
2787
|
+
"inheritedFrom": {
|
|
2788
|
+
"name": "IdsModal",
|
|
2789
|
+
"module": "src/components/ids-modal/ids-modal.ts"
|
|
2790
|
+
}
|
|
2806
2791
|
},
|
|
2807
2792
|
{
|
|
2808
2793
|
"kind": "method",
|
|
2809
|
-
"name": "
|
|
2810
|
-
},
|
|
2811
|
-
{
|
|
2812
|
-
"kind": "field",
|
|
2813
|
-
"name": "accordion",
|
|
2814
|
-
"type": {
|
|
2815
|
-
"text": "IdsAccordion | null"
|
|
2816
|
-
},
|
|
2817
|
-
"readonly": true,
|
|
2794
|
+
"name": "show",
|
|
2818
2795
|
"return": {
|
|
2819
2796
|
"type": {
|
|
2820
|
-
"text": "
|
|
2797
|
+
"text": "Promise<void>"
|
|
2821
2798
|
}
|
|
2822
|
-
}
|
|
2823
|
-
},
|
|
2824
|
-
{
|
|
2825
|
-
"kind": "field",
|
|
2826
|
-
"name": "keepOpen",
|
|
2799
|
+
},
|
|
2827
2800
|
"parameters": [
|
|
2828
2801
|
{
|
|
2829
|
-
"
|
|
2830
|
-
"
|
|
2802
|
+
"name": "settings",
|
|
2803
|
+
"optional": true,
|
|
2831
2804
|
"type": {
|
|
2832
|
-
"text": "
|
|
2833
|
-
}
|
|
2805
|
+
"text": "IdsModalSettings"
|
|
2806
|
+
},
|
|
2807
|
+
"description": "optional settings for the modal (used when a service)"
|
|
2834
2808
|
}
|
|
2835
2809
|
],
|
|
2836
|
-
"
|
|
2837
|
-
|
|
2810
|
+
"description": "Shows the modal with possibity to veto the promise",
|
|
2811
|
+
"inheritedFrom": {
|
|
2812
|
+
"name": "IdsModal",
|
|
2813
|
+
"module": "src/components/ids-modal/ids-modal.ts"
|
|
2814
|
+
}
|
|
2815
|
+
},
|
|
2816
|
+
{
|
|
2817
|
+
"kind": "method",
|
|
2818
|
+
"name": "hide",
|
|
2819
|
+
"return": {
|
|
2820
|
+
"type": {
|
|
2821
|
+
"text": "Promise<void>"
|
|
2822
|
+
}
|
|
2838
2823
|
},
|
|
2824
|
+
"description": "Hides the modal with possibity to veto the promise",
|
|
2825
|
+
"inheritedFrom": {
|
|
2826
|
+
"name": "IdsModal",
|
|
2827
|
+
"module": "src/components/ids-modal/ids-modal.ts"
|
|
2828
|
+
}
|
|
2829
|
+
},
|
|
2830
|
+
{
|
|
2831
|
+
"kind": "method",
|
|
2832
|
+
"name": "#refreshOverlay",
|
|
2833
|
+
"privacy": "private",
|
|
2839
2834
|
"return": {
|
|
2840
2835
|
"type": {
|
|
2841
|
-
"text": "
|
|
2836
|
+
"text": "void"
|
|
2842
2837
|
}
|
|
2838
|
+
},
|
|
2839
|
+
"description": "Refreshes the state of the overlay used behind the modal. If a shared overlay isn't applied,\nan internal one is generated and applied to the ShadowRoot.",
|
|
2840
|
+
"inheritedFrom": {
|
|
2841
|
+
"name": "IdsModal",
|
|
2842
|
+
"module": "src/components/ids-modal/ids-modal.ts"
|
|
2843
2843
|
}
|
|
2844
2844
|
},
|
|
2845
2845
|
{
|
|
2846
|
-
"kind": "
|
|
2847
|
-
"name": "
|
|
2848
|
-
"
|
|
2849
|
-
|
|
2846
|
+
"kind": "method",
|
|
2847
|
+
"name": "#refreshVisibility",
|
|
2848
|
+
"privacy": "private",
|
|
2849
|
+
"return": {
|
|
2850
|
+
"type": {
|
|
2851
|
+
"text": "void"
|
|
2852
|
+
}
|
|
2850
2853
|
},
|
|
2851
|
-
"
|
|
2852
|
-
|
|
2854
|
+
"parameters": [
|
|
2855
|
+
{
|
|
2856
|
+
"name": "val",
|
|
2857
|
+
"type": {
|
|
2858
|
+
"text": "boolean"
|
|
2859
|
+
},
|
|
2860
|
+
"description": "if true, makes the Modal visible to the user"
|
|
2861
|
+
}
|
|
2862
|
+
],
|
|
2863
|
+
"inheritedFrom": {
|
|
2864
|
+
"name": "IdsModal",
|
|
2865
|
+
"module": "src/components/ids-modal/ids-modal.ts"
|
|
2866
|
+
}
|
|
2853
2867
|
},
|
|
2854
2868
|
{
|
|
2855
2869
|
"kind": "method",
|
|
2856
|
-
"name": "#
|
|
2857
|
-
"privacy": "private"
|
|
2870
|
+
"name": "#setTargetFocus",
|
|
2871
|
+
"privacy": "private",
|
|
2872
|
+
"return": {
|
|
2873
|
+
"type": {
|
|
2874
|
+
"text": "void"
|
|
2875
|
+
}
|
|
2876
|
+
},
|
|
2877
|
+
"description": "Focuses the defined target element, if applicable",
|
|
2878
|
+
"inheritedFrom": {
|
|
2879
|
+
"name": "IdsModal",
|
|
2880
|
+
"module": "src/components/ids-modal/ids-modal.ts"
|
|
2881
|
+
}
|
|
2858
2882
|
},
|
|
2859
2883
|
{
|
|
2860
2884
|
"kind": "method",
|
|
2861
|
-
"name": "#
|
|
2862
|
-
"privacy": "private"
|
|
2885
|
+
"name": "#setFocusIfVisible",
|
|
2886
|
+
"privacy": "private",
|
|
2887
|
+
"description": "Runs calculation-sensitive routines when the entire DOM has loaded",
|
|
2888
|
+
"inheritedFrom": {
|
|
2889
|
+
"name": "IdsModal",
|
|
2890
|
+
"module": "src/components/ids-modal/ids-modal.ts"
|
|
2891
|
+
}
|
|
2863
2892
|
},
|
|
2864
2893
|
{
|
|
2865
2894
|
"kind": "method",
|
|
2866
|
-
"name": "
|
|
2895
|
+
"name": "attachEventHandlers",
|
|
2896
|
+
"return": {
|
|
2897
|
+
"type": {
|
|
2898
|
+
"text": "void"
|
|
2899
|
+
}
|
|
2900
|
+
},
|
|
2901
|
+
"description": "Sets up overall events",
|
|
2867
2902
|
"privacy": "private",
|
|
2868
|
-
"
|
|
2903
|
+
"inheritedFrom": {
|
|
2904
|
+
"name": "IdsModal",
|
|
2905
|
+
"module": "src/components/ids-modal/ids-modal.ts"
|
|
2906
|
+
}
|
|
2869
2907
|
},
|
|
2870
2908
|
{
|
|
2871
2909
|
"kind": "method",
|
|
2872
|
-
"name": "
|
|
2873
|
-
"
|
|
2910
|
+
"name": "handleButtonClick",
|
|
2911
|
+
"return": {
|
|
2912
|
+
"type": {
|
|
2913
|
+
"text": "Promise<void>"
|
|
2914
|
+
}
|
|
2915
|
+
},
|
|
2916
|
+
"parameters": [
|
|
2917
|
+
{
|
|
2918
|
+
"name": "e",
|
|
2919
|
+
"type": {
|
|
2920
|
+
"text": "any"
|
|
2921
|
+
},
|
|
2922
|
+
"description": "the original event object"
|
|
2923
|
+
}
|
|
2924
|
+
],
|
|
2925
|
+
"description": "Handles when Modal Button is clicked.",
|
|
2926
|
+
"inheritedFrom": {
|
|
2927
|
+
"name": "IdsModal",
|
|
2928
|
+
"module": "src/components/ids-modal/ids-modal.ts"
|
|
2929
|
+
}
|
|
2874
2930
|
},
|
|
2875
2931
|
{
|
|
2876
2932
|
"kind": "method",
|
|
2877
|
-
"name": "
|
|
2878
|
-
"
|
|
2879
|
-
|
|
2933
|
+
"name": "onTriggerClick",
|
|
2934
|
+
"return": {
|
|
2935
|
+
"type": {
|
|
2936
|
+
"text": "void"
|
|
2937
|
+
}
|
|
2938
|
+
},
|
|
2939
|
+
"description": "Handle `onTriggerClick` from IdsPopupInteractionsMixin",
|
|
2940
|
+
"inheritedFrom": {
|
|
2941
|
+
"name": "IdsModal",
|
|
2942
|
+
"module": "src/components/ids-modal/ids-modal.ts"
|
|
2943
|
+
}
|
|
2880
2944
|
},
|
|
2881
2945
|
{
|
|
2882
2946
|
"kind": "method",
|
|
@@ -2895,59 +2959,148 @@
|
|
|
2895
2959
|
"description": "the original click event"
|
|
2896
2960
|
}
|
|
2897
2961
|
],
|
|
2898
|
-
"description": "
|
|
2962
|
+
"description": "Handle `onOutsideClick` from IdsPopupOpenEventsMixin",
|
|
2963
|
+
"inheritedFrom": {
|
|
2964
|
+
"name": "IdsModal",
|
|
2965
|
+
"module": "src/components/ids-modal/ids-modal.ts"
|
|
2966
|
+
}
|
|
2899
2967
|
},
|
|
2900
2968
|
{
|
|
2901
2969
|
"kind": "field",
|
|
2902
|
-
"name": "
|
|
2903
|
-
"
|
|
2970
|
+
"name": "clickOutsideToClose",
|
|
2971
|
+
"type": {
|
|
2972
|
+
"text": "boolean"
|
|
2973
|
+
},
|
|
2974
|
+
"description": "Set whether or not to allow the modal to close by clicking outside",
|
|
2975
|
+
"return": {
|
|
2976
|
+
"type": {
|
|
2977
|
+
"text": "boolean"
|
|
2978
|
+
}
|
|
2979
|
+
},
|
|
2904
2980
|
"parameters": [
|
|
2905
2981
|
{
|
|
2906
|
-
"description": "
|
|
2907
|
-
"name": "
|
|
2982
|
+
"description": "click-outside-to-close attribute value",
|
|
2983
|
+
"name": "val",
|
|
2984
|
+
"type": {
|
|
2985
|
+
"text": "boolean | string | null"
|
|
2986
|
+
}
|
|
2987
|
+
}
|
|
2988
|
+
],
|
|
2989
|
+
"inheritedFrom": {
|
|
2990
|
+
"name": "IdsModal",
|
|
2991
|
+
"module": "src/components/ids-modal/ids-modal.ts"
|
|
2992
|
+
}
|
|
2993
|
+
},
|
|
2994
|
+
{
|
|
2995
|
+
"kind": "field",
|
|
2996
|
+
"name": "height",
|
|
2997
|
+
"description": "Set the modal height to a fixed or fluid value. If using do not use the fullsize or respond down settings.",
|
|
2998
|
+
"parameters": [
|
|
2999
|
+
{
|
|
3000
|
+
"description": "height to use as css property",
|
|
3001
|
+
"name": "val",
|
|
3002
|
+
"type": {
|
|
3003
|
+
"text": "string | null"
|
|
3004
|
+
}
|
|
3005
|
+
}
|
|
3006
|
+
],
|
|
3007
|
+
"type": {
|
|
3008
|
+
"text": "string | null | undefined"
|
|
3009
|
+
},
|
|
3010
|
+
"inheritedFrom": {
|
|
3011
|
+
"name": "IdsModal",
|
|
3012
|
+
"module": "src/components/ids-modal/ids-modal.ts"
|
|
3013
|
+
}
|
|
3014
|
+
},
|
|
3015
|
+
{
|
|
3016
|
+
"kind": "field",
|
|
3017
|
+
"name": "width",
|
|
3018
|
+
"description": "Set the modal width to a fixed or fluid value. If using do not use the fullsize or respond down settings.",
|
|
3019
|
+
"parameters": [
|
|
3020
|
+
{
|
|
3021
|
+
"description": "width to use as css property",
|
|
3022
|
+
"name": "val",
|
|
2908
3023
|
"type": {
|
|
2909
|
-
"text": "string"
|
|
3024
|
+
"text": "string | null | undefined"
|
|
2910
3025
|
}
|
|
2911
3026
|
}
|
|
2912
3027
|
],
|
|
2913
|
-
"
|
|
2914
|
-
"
|
|
2915
|
-
|
|
2916
|
-
|
|
3028
|
+
"type": {
|
|
3029
|
+
"text": "string | null | undefined"
|
|
3030
|
+
},
|
|
3031
|
+
"inheritedFrom": {
|
|
3032
|
+
"name": "IdsModal",
|
|
3033
|
+
"module": "src/components/ids-modal/ids-modal.ts"
|
|
2917
3034
|
}
|
|
2918
3035
|
},
|
|
2919
3036
|
{
|
|
2920
3037
|
"kind": "method",
|
|
2921
|
-
"name": "
|
|
2922
|
-
"
|
|
2923
|
-
"
|
|
3038
|
+
"name": "#attachCloseButton",
|
|
3039
|
+
"privacy": "private",
|
|
3040
|
+
"description": "Add button with icon to the modal\nReusing ids-modal-button component with cancel attribute and extra css class to change appearance",
|
|
3041
|
+
"inheritedFrom": {
|
|
3042
|
+
"name": "IdsModal",
|
|
3043
|
+
"module": "src/components/ids-modal/ids-modal.ts"
|
|
3044
|
+
}
|
|
2924
3045
|
},
|
|
2925
3046
|
{
|
|
2926
3047
|
"kind": "method",
|
|
2927
|
-
"name": "#
|
|
3048
|
+
"name": "#removeCloseButton",
|
|
2928
3049
|
"privacy": "private",
|
|
2929
|
-
"
|
|
2930
|
-
|
|
2931
|
-
"
|
|
2932
|
-
"text": "void"
|
|
2933
|
-
}
|
|
3050
|
+
"inheritedFrom": {
|
|
3051
|
+
"name": "IdsModal",
|
|
3052
|
+
"module": "src/components/ids-modal/ids-modal.ts"
|
|
2934
3053
|
}
|
|
2935
3054
|
},
|
|
2936
3055
|
{
|
|
2937
3056
|
"kind": "method",
|
|
2938
|
-
"name": "
|
|
2939
|
-
"
|
|
3057
|
+
"name": "#getFocusableElementIndex",
|
|
3058
|
+
"privacy": "private",
|
|
3059
|
+
"return": {
|
|
3060
|
+
"type": {
|
|
3061
|
+
"text": "number"
|
|
3062
|
+
}
|
|
3063
|
+
},
|
|
3064
|
+
"inheritedFrom": {
|
|
3065
|
+
"name": "IdsModal",
|
|
3066
|
+
"module": "src/components/ids-modal/ids-modal.ts"
|
|
3067
|
+
}
|
|
2940
3068
|
},
|
|
2941
3069
|
{
|
|
2942
|
-
"kind": "
|
|
2943
|
-
"name": "
|
|
2944
|
-
"
|
|
3070
|
+
"kind": "field",
|
|
3071
|
+
"name": "state",
|
|
3072
|
+
"type": {
|
|
3073
|
+
"text": "object"
|
|
3074
|
+
},
|
|
3075
|
+
"default": "{}",
|
|
3076
|
+
"inheritedFrom": {
|
|
3077
|
+
"name": "IdsModal",
|
|
3078
|
+
"module": "src/components/ids-modal/ids-modal.ts"
|
|
3079
|
+
}
|
|
2945
3080
|
}
|
|
2946
3081
|
],
|
|
2947
3082
|
"superclass": {
|
|
2948
|
-
"name": "
|
|
2949
|
-
"module": "src/components/ids-
|
|
2950
|
-
}
|
|
3083
|
+
"name": "IdsModal",
|
|
3084
|
+
"module": "/src/components/ids-modal/ids-modal"
|
|
3085
|
+
},
|
|
3086
|
+
"cssParts": [
|
|
3087
|
+
{
|
|
3088
|
+
"description": "the popup outer element",
|
|
3089
|
+
"name": "popup",
|
|
3090
|
+
"inheritedFrom": {
|
|
3091
|
+
"name": "IdsModal",
|
|
3092
|
+
"module": "src/components/ids-modal/ids-modal.ts"
|
|
3093
|
+
}
|
|
3094
|
+
},
|
|
3095
|
+
{
|
|
3096
|
+
"description": "the inner overlay element",
|
|
3097
|
+
"name": "overlay",
|
|
3098
|
+
"inheritedFrom": {
|
|
3099
|
+
"name": "IdsModal",
|
|
3100
|
+
"module": "src/components/ids-modal/ids-modal.ts"
|
|
3101
|
+
}
|
|
3102
|
+
}
|
|
3103
|
+
]
|
|
2951
3104
|
}
|
|
2952
3105
|
],
|
|
2953
3106
|
"exports": [
|
|
@@ -2955,8 +3108,8 @@
|
|
|
2955
3108
|
"kind": "js",
|
|
2956
3109
|
"name": "default",
|
|
2957
3110
|
"declaration": {
|
|
2958
|
-
"name": "
|
|
2959
|
-
"module": "src/components/ids-
|
|
3111
|
+
"name": "IdsActionPanel",
|
|
3112
|
+
"module": "src/components/ids-action-panel/ids-action-panel.ts"
|
|
2960
3113
|
}
|
|
2961
3114
|
}
|
|
2962
3115
|
]
|
|
@@ -4981,159 +5134,6 @@
|
|
|
4981
5134
|
}
|
|
4982
5135
|
]
|
|
4983
5136
|
},
|
|
4984
|
-
{
|
|
4985
|
-
"kind": "javascript-module",
|
|
4986
|
-
"path": "src/components/ids-alert/ids-alert.ts",
|
|
4987
|
-
"declarations": [
|
|
4988
|
-
{
|
|
4989
|
-
"kind": "class",
|
|
4990
|
-
"description": "IDS Alert Component",
|
|
4991
|
-
"name": "IdsAlert",
|
|
4992
|
-
"cssParts": [
|
|
4993
|
-
{
|
|
4994
|
-
"description": "the icon element",
|
|
4995
|
-
"name": "icon"
|
|
4996
|
-
}
|
|
4997
|
-
],
|
|
4998
|
-
"members": [
|
|
4999
|
-
{
|
|
5000
|
-
"kind": "method",
|
|
5001
|
-
"name": "beforeTooltipShow",
|
|
5002
|
-
"parameters": [
|
|
5003
|
-
{
|
|
5004
|
-
"name": "tooltip",
|
|
5005
|
-
"optional": true,
|
|
5006
|
-
"type": {
|
|
5007
|
-
"text": "any"
|
|
5008
|
-
},
|
|
5009
|
-
"description": "the tooltip element"
|
|
5010
|
-
}
|
|
5011
|
-
],
|
|
5012
|
-
"description": "Set the alert color on the tooltip (mixin function)"
|
|
5013
|
-
},
|
|
5014
|
-
{
|
|
5015
|
-
"kind": "field",
|
|
5016
|
-
"name": "attributes",
|
|
5017
|
-
"static": true,
|
|
5018
|
-
"description": "Return the attributes we handle as getters/setters",
|
|
5019
|
-
"return": {
|
|
5020
|
-
"type": {
|
|
5021
|
-
"text": "Array"
|
|
5022
|
-
}
|
|
5023
|
-
},
|
|
5024
|
-
"readonly": true
|
|
5025
|
-
},
|
|
5026
|
-
{
|
|
5027
|
-
"kind": "method",
|
|
5028
|
-
"name": "template",
|
|
5029
|
-
"return": {
|
|
5030
|
-
"type": {
|
|
5031
|
-
"text": "string"
|
|
5032
|
-
}
|
|
5033
|
-
},
|
|
5034
|
-
"description": "Create the Template for the contents"
|
|
5035
|
-
},
|
|
5036
|
-
{
|
|
5037
|
-
"kind": "field",
|
|
5038
|
-
"name": "color",
|
|
5039
|
-
"description": "Set the alert color",
|
|
5040
|
-
"parameters": [
|
|
5041
|
-
{
|
|
5042
|
-
"description": "The color to use between: error, success, info, ect..",
|
|
5043
|
-
"name": "value",
|
|
5044
|
-
"type": {
|
|
5045
|
-
"text": "IdsColorValue"
|
|
5046
|
-
}
|
|
5047
|
-
}
|
|
5048
|
-
],
|
|
5049
|
-
"type": {
|
|
5050
|
-
"text": "IdsColorValue"
|
|
5051
|
-
}
|
|
5052
|
-
},
|
|
5053
|
-
{
|
|
5054
|
-
"kind": "field",
|
|
5055
|
-
"name": "disabled",
|
|
5056
|
-
"description": "Sets to disabled",
|
|
5057
|
-
"parameters": [
|
|
5058
|
-
{
|
|
5059
|
-
"description": "If true will set `disabled` attribute",
|
|
5060
|
-
"name": "value",
|
|
5061
|
-
"type": {
|
|
5062
|
-
"text": "boolean|string"
|
|
5063
|
-
}
|
|
5064
|
-
}
|
|
5065
|
-
],
|
|
5066
|
-
"type": {
|
|
5067
|
-
"text": "boolean"
|
|
5068
|
-
}
|
|
5069
|
-
},
|
|
5070
|
-
{
|
|
5071
|
-
"kind": "field",
|
|
5072
|
-
"name": "icon",
|
|
5073
|
-
"type": {
|
|
5074
|
-
"text": "string | null"
|
|
5075
|
-
},
|
|
5076
|
-
"description": "Set the icon",
|
|
5077
|
-
"return": {
|
|
5078
|
-
"type": {
|
|
5079
|
-
"text": "string | null"
|
|
5080
|
-
}
|
|
5081
|
-
},
|
|
5082
|
-
"parameters": [
|
|
5083
|
-
{
|
|
5084
|
-
"description": "The Icon Type [success, info, error, warning]",
|
|
5085
|
-
"name": "value",
|
|
5086
|
-
"type": {
|
|
5087
|
-
"text": "string | null"
|
|
5088
|
-
}
|
|
5089
|
-
}
|
|
5090
|
-
]
|
|
5091
|
-
},
|
|
5092
|
-
{
|
|
5093
|
-
"kind": "field",
|
|
5094
|
-
"name": "size",
|
|
5095
|
-
"description": "Set the size. May be large, normal/medium or small",
|
|
5096
|
-
"parameters": [
|
|
5097
|
-
{
|
|
5098
|
-
"description": "the size",
|
|
5099
|
-
"name": "value",
|
|
5100
|
-
"type": {
|
|
5101
|
-
"text": "string"
|
|
5102
|
-
}
|
|
5103
|
-
}
|
|
5104
|
-
],
|
|
5105
|
-
"type": {
|
|
5106
|
-
"text": "string"
|
|
5107
|
-
}
|
|
5108
|
-
}
|
|
5109
|
-
],
|
|
5110
|
-
"mixins": [
|
|
5111
|
-
{
|
|
5112
|
-
"name": "IdsTooltipMixin",
|
|
5113
|
-
"module": "/src/mixins/ids-tooltip-mixin/ids-tooltip-mixin"
|
|
5114
|
-
},
|
|
5115
|
-
{
|
|
5116
|
-
"name": "IdsEventsMixin",
|
|
5117
|
-
"module": "/src/mixins/ids-events-mixin/ids-events-mixin"
|
|
5118
|
-
}
|
|
5119
|
-
],
|
|
5120
|
-
"superclass": {
|
|
5121
|
-
"name": "IdsElement",
|
|
5122
|
-
"module": "/src/core/ids-element"
|
|
5123
|
-
}
|
|
5124
|
-
}
|
|
5125
|
-
],
|
|
5126
|
-
"exports": [
|
|
5127
|
-
{
|
|
5128
|
-
"kind": "js",
|
|
5129
|
-
"name": "default",
|
|
5130
|
-
"declaration": {
|
|
5131
|
-
"name": "IdsAlert",
|
|
5132
|
-
"module": "src/components/ids-alert/ids-alert.ts"
|
|
5133
|
-
}
|
|
5134
|
-
}
|
|
5135
|
-
]
|
|
5136
|
-
},
|
|
5137
5137
|
{
|
|
5138
5138
|
"kind": "javascript-module",
|
|
5139
5139
|
"path": "src/components/ids-axis-chart/ids-axis-chart.ts",
|
|
@@ -20610,6 +20610,14 @@
|
|
|
20610
20610
|
},
|
|
20611
20611
|
"default": "{ top: NaN, left: NaN }"
|
|
20612
20612
|
},
|
|
20613
|
+
{
|
|
20614
|
+
"kind": "field",
|
|
20615
|
+
"name": "#afterSetActiveCellFn",
|
|
20616
|
+
"privacy": "private",
|
|
20617
|
+
"type": {
|
|
20618
|
+
"text": "(() => void) | undefined"
|
|
20619
|
+
}
|
|
20620
|
+
},
|
|
20613
20621
|
{
|
|
20614
20622
|
"kind": "field",
|
|
20615
20623
|
"name": "contextmenuTypes",
|
|
@@ -25485,6 +25493,20 @@
|
|
|
25485
25493
|
},
|
|
25486
25494
|
"description": "Establish internal event handlers"
|
|
25487
25495
|
},
|
|
25496
|
+
{
|
|
25497
|
+
"kind": "method",
|
|
25498
|
+
"name": "applyValue",
|
|
25499
|
+
"parameters": [
|
|
25500
|
+
{
|
|
25501
|
+
"name": "date",
|
|
25502
|
+
"type": {
|
|
25503
|
+
"text": "Date | null"
|
|
25504
|
+
},
|
|
25505
|
+
"description": "The date to apply (currently unused)"
|
|
25506
|
+
}
|
|
25507
|
+
],
|
|
25508
|
+
"description": "Apply the selected date value to the date picker and trigger field"
|
|
25509
|
+
},
|
|
25488
25510
|
{
|
|
25489
25511
|
"kind": "field",
|
|
25490
25512
|
"name": "onLocaleChange"
|