@ui5/webcomponents-base 0.0.0-0af474175 → 0.0.0-0dd36ca4b

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.
Files changed (297) hide show
  1. package/CHANGELOG.md +1055 -0
  2. package/README.md +2 -9
  3. package/config/wdio.conf.cjs +0 -8
  4. package/dist/.tsbuildinfo +1 -0
  5. package/dist/AssetRegistry.d.ts +2 -2
  6. package/dist/AssetRegistry.js +2 -2
  7. package/dist/AssetRegistry.js.map +1 -1
  8. package/dist/Boot.d.ts +3 -2
  9. package/dist/Boot.js +8 -6
  10. package/dist/Boot.js.map +1 -1
  11. package/dist/CustomElementsScope.d.ts +4 -4
  12. package/dist/CustomElementsScope.js +2 -2
  13. package/dist/CustomElementsScope.js.map +1 -1
  14. package/dist/CustomElementsScopeUtils.d.ts +8 -1
  15. package/dist/CustomElementsScopeUtils.js +13 -1
  16. package/dist/CustomElementsScopeUtils.js.map +1 -1
  17. package/dist/Device.d.ts +2 -2
  18. package/dist/Device.js +14 -12
  19. package/dist/Device.js.map +1 -1
  20. package/dist/FontFace.js +1 -1
  21. package/dist/FontFace.js.map +1 -1
  22. package/dist/IgnoreCustomElements.d.ts +3 -5
  23. package/dist/IgnoreCustomElements.js +3 -5
  24. package/dist/IgnoreCustomElements.js.map +1 -1
  25. package/dist/InitialConfiguration.d.ts +2 -2
  26. package/dist/InitialConfiguration.js +7 -6
  27. package/dist/InitialConfiguration.js.map +1 -1
  28. package/dist/Keys.d.ts +7 -1
  29. package/dist/Keys.js +113 -106
  30. package/dist/Keys.js.map +1 -1
  31. package/dist/ManagedStyles.d.ts +5 -4
  32. package/dist/ManagedStyles.js +55 -60
  33. package/dist/ManagedStyles.js.map +1 -1
  34. package/dist/MediaRange.d.ts +6 -12
  35. package/dist/MediaRange.js +21 -31
  36. package/dist/MediaRange.js.map +1 -1
  37. package/dist/UI5Element.d.ts +48 -53
  38. package/dist/UI5Element.js +127 -100
  39. package/dist/UI5Element.js.map +1 -1
  40. package/dist/UI5ElementMetadata.d.ts +13 -13
  41. package/dist/UI5ElementMetadata.js +26 -15
  42. package/dist/UI5ElementMetadata.js.map +1 -1
  43. package/dist/asset-registries/Icons.d.ts +4 -3
  44. package/dist/asset-registries/Icons.js +28 -17
  45. package/dist/asset-registries/Icons.js.map +1 -1
  46. package/dist/asset-registries/Illustrations.d.ts +2 -0
  47. package/dist/asset-registries/Illustrations.js +51 -20
  48. package/dist/asset-registries/Illustrations.js.map +1 -1
  49. package/dist/asset-registries/LocaleData.js +1 -1
  50. package/dist/asset-registries/LocaleData.js.map +1 -1
  51. package/dist/asset-registries/Themes.d.ts +4 -3
  52. package/dist/asset-registries/Themes.js +26 -10
  53. package/dist/asset-registries/Themes.js.map +1 -1
  54. package/dist/asset-registries/i18n.d.ts +2 -2
  55. package/dist/asset-registries/i18n.js +4 -3
  56. package/dist/asset-registries/i18n.js.map +1 -1
  57. package/dist/{assets-meta → asset-registries/util}/IconCollectionsAlias.d.ts +1 -2
  58. package/dist/{assets-meta → asset-registries/util}/IconCollectionsAlias.js +1 -2
  59. package/dist/asset-registries/util/IconCollectionsAlias.js.map +1 -0
  60. package/dist/asset-registries/util/IconCollectionsByTheme.d.ts +20 -0
  61. package/dist/asset-registries/util/IconCollectionsByTheme.js +42 -0
  62. package/dist/asset-registries/util/IconCollectionsByTheme.js.map +1 -0
  63. package/dist/asset-registries/util/getIconCollectionByTheme.d.ts +13 -0
  64. package/dist/asset-registries/util/getIconCollectionByTheme.js +29 -0
  65. package/dist/asset-registries/util/getIconCollectionByTheme.js.map +1 -0
  66. package/dist/config/CalendarType.d.ts +8 -1
  67. package/dist/config/CalendarType.js +18 -2
  68. package/dist/config/CalendarType.js.map +1 -1
  69. package/dist/config/Icons.d.ts +9 -24
  70. package/dist/config/Icons.js +8 -67
  71. package/dist/config/Icons.js.map +1 -1
  72. package/dist/config/Language.d.ts +1 -1
  73. package/dist/config/Language.js +6 -3
  74. package/dist/config/Language.js.map +1 -1
  75. package/dist/config/Theme.d.ts +4 -3
  76. package/dist/config/Theme.js +13 -6
  77. package/dist/config/Theme.js.map +1 -1
  78. package/dist/config/ThemeRoot.d.ts +2 -4
  79. package/dist/config/ThemeRoot.js +2 -4
  80. package/dist/config/ThemeRoot.js.map +1 -1
  81. package/dist/config/Timezone.d.ts +1 -1
  82. package/dist/config/Timezone.js +1 -1
  83. package/dist/config/Timezone.js.map +1 -1
  84. package/dist/connectToComponent.d.ts +9 -0
  85. package/dist/connectToComponent.js +59 -0
  86. package/dist/connectToComponent.js.map +1 -0
  87. package/dist/css/FontFace.css +47 -17
  88. package/dist/css/SystemCSSVars.css +0 -8
  89. package/dist/custom-elements-internal.json +2952 -0
  90. package/dist/custom-elements.json +2583 -0
  91. package/dist/decorators/customElement.d.ts +3 -3
  92. package/dist/decorators/customElement.js +10 -5
  93. package/dist/decorators/customElement.js.map +1 -1
  94. package/dist/decorators/event.d.ts +5 -2
  95. package/dist/decorators/event.js.map +1 -1
  96. package/dist/decorators.d.ts +5 -0
  97. package/dist/decorators.js +6 -0
  98. package/dist/decorators.js.map +1 -0
  99. package/dist/delegate/ItemNavigation.d.ts +9 -8
  100. package/dist/delegate/ItemNavigation.js +13 -14
  101. package/dist/delegate/ItemNavigation.js.map +1 -1
  102. package/dist/delegate/ResizeHandler.d.ts +4 -6
  103. package/dist/delegate/ResizeHandler.js +4 -6
  104. package/dist/delegate/ResizeHandler.js.map +1 -1
  105. package/dist/delegate/ScrollEnablement.js +2 -2
  106. package/dist/delegate/ScrollEnablement.js.map +1 -1
  107. package/dist/features/InputElementsFormSupport.d.ts +18 -0
  108. package/dist/features/InputElementsFormSupport.js +40 -0
  109. package/dist/features/InputElementsFormSupport.js.map +1 -0
  110. package/dist/features/OpenUI5Enablement.d.ts +1 -1
  111. package/dist/features/OpenUI5Support.d.ts +13 -5
  112. package/dist/features/OpenUI5Support.js +87 -46
  113. package/dist/features/OpenUI5Support.js.map +1 -1
  114. package/dist/features/patchPatcher.d.ts +11 -0
  115. package/dist/features/patchPatcher.js +11 -0
  116. package/dist/features/patchPatcher.js.map +1 -0
  117. package/dist/features/patchPopup.d.ts +14 -0
  118. package/dist/features/patchPopup.js +50 -0
  119. package/dist/features/patchPopup.js.map +1 -0
  120. package/dist/generated/AssetParameters.d.ts +6 -0
  121. package/dist/generated/AssetParameters.js +3 -10
  122. package/dist/generated/AssetParameters.js.map +1 -0
  123. package/dist/generated/VersionInfo.d.ts +10 -0
  124. package/dist/generated/VersionInfo.js +9 -8
  125. package/dist/generated/VersionInfo.js.map +1 -0
  126. package/dist/generated/css/FontFace.css.js +1 -1
  127. package/dist/generated/css/FontFace.css.js.map +1 -1
  128. package/dist/generated/css/SystemCSSVars.css.js +1 -1
  129. package/dist/generated/css/SystemCSSVars.css.js.map +1 -1
  130. package/dist/generated/templates/elements/WithComplexTemplateTemplate.lit.d.ts +1 -1
  131. package/dist/i18nBundle.d.ts +2 -4
  132. package/dist/i18nBundle.js +1 -4
  133. package/dist/i18nBundle.js.map +1 -1
  134. package/dist/locale/applyDirection.d.ts +3 -2
  135. package/dist/locale/applyDirection.js +3 -2
  136. package/dist/locale/applyDirection.js.map +1 -1
  137. package/dist/locale/getEffectiveDir.d.ts +1 -1
  138. package/dist/locale/getEffectiveDir.js +3 -19
  139. package/dist/locale/getEffectiveDir.js.map +1 -1
  140. package/dist/renderer/LitRenderer.d.ts +2 -2
  141. package/dist/renderer/LitRenderer.js +2 -8
  142. package/dist/renderer/LitRenderer.js.map +1 -1
  143. package/dist/renderer/directives/style-map.d.ts +13 -0
  144. package/dist/renderer/directives/style-map.js +59 -59
  145. package/dist/renderer/directives/style-map.js.map +1 -0
  146. package/dist/sap/base/Log.js +698 -188
  147. package/dist/sap/base/assert.js +28 -1
  148. package/dist/sap/base/config/MemoryConfigurationProvider.js +20 -0
  149. package/dist/sap/base/security/URLListValidator.js +253 -6
  150. package/dist/sap/base/security/encodeCSS.js +34 -8
  151. package/dist/sap/base/security/encodeXML.js +47 -17
  152. package/dist/sap/base/security/sanitizeHTML.js +35 -13
  153. package/dist/sap/base/strings/toHex.js +27 -2
  154. package/dist/sap/base/util/now.js +24 -3
  155. package/dist/sap/base/util/uid.js +27 -0
  156. package/dist/sap/ui/thirdparty/caja-html-sanitizer.js +112 -97
  157. package/dist/ssr-dom-shim.d.ts +1 -0
  158. package/dist/ssr-dom-shim.js +12 -0
  159. package/dist/ssr-dom-shim.js.map +1 -0
  160. package/dist/ssr-dom.d.ts +0 -0
  161. package/dist/ssr-dom.js +0 -0
  162. package/dist/theming/applyTheme.js +5 -5
  163. package/dist/theming/applyTheme.js.map +1 -1
  164. package/dist/theming/getConstructableStyle.d.ts +1 -1
  165. package/dist/theming/getConstructableStyle.js +3 -3
  166. package/dist/theming/getConstructableStyle.js.map +1 -1
  167. package/dist/theming/getEffectiveStyle.d.ts +1 -1
  168. package/dist/theming/getEffectiveStyle.js +5 -12
  169. package/dist/theming/getEffectiveStyle.js.map +1 -1
  170. package/dist/types/AnimationMode.d.ts +0 -8
  171. package/dist/types/AnimationMode.js +0 -8
  172. package/dist/types/AnimationMode.js.map +1 -1
  173. package/dist/types/AriaHasPopup.d.ts +32 -0
  174. package/dist/types/AriaHasPopup.js +34 -0
  175. package/dist/types/AriaHasPopup.js.map +1 -0
  176. package/dist/types/AriaLandmarkRole.d.ts +79 -0
  177. package/dist/types/AriaLandmarkRole.js +81 -0
  178. package/dist/types/AriaLandmarkRole.js.map +1 -0
  179. package/dist/types/AriaRole.d.ts +27 -0
  180. package/dist/types/AriaRole.js +29 -0
  181. package/dist/types/AriaRole.js.map +1 -0
  182. package/dist/types/CSSColor.d.ts +0 -4
  183. package/dist/types/CSSColor.js +0 -4
  184. package/dist/types/CSSColor.js.map +1 -1
  185. package/dist/types/CSSSize.d.ts +11 -0
  186. package/dist/types/CSSSize.js +14 -0
  187. package/dist/types/CSSSize.js.map +1 -0
  188. package/dist/types/CalendarType.d.ts +0 -9
  189. package/dist/types/CalendarType.js +0 -9
  190. package/dist/types/CalendarType.js.map +1 -1
  191. package/dist/types/DOMReference.d.ts +1 -5
  192. package/dist/types/DOMReference.js +1 -5
  193. package/dist/types/DOMReference.js.map +1 -1
  194. package/dist/types/DataType.d.ts +1 -6
  195. package/dist/types/DataType.js +1 -6
  196. package/dist/types/DataType.js.map +1 -1
  197. package/dist/types/Float.d.ts +0 -3
  198. package/dist/types/Float.js +0 -3
  199. package/dist/types/Float.js.map +1 -1
  200. package/dist/types/Integer.d.ts +0 -3
  201. package/dist/types/Integer.js +0 -3
  202. package/dist/types/Integer.js.map +1 -1
  203. package/dist/types/InvisibleMessageMode.d.ts +5 -10
  204. package/dist/types/InvisibleMessageMode.js +4 -11
  205. package/dist/types/InvisibleMessageMode.js.map +1 -1
  206. package/dist/types/ItemNavigationBehavior.d.ts +0 -6
  207. package/dist/types/ItemNavigationBehavior.js +0 -6
  208. package/dist/types/ItemNavigationBehavior.js.map +1 -1
  209. package/dist/types/MovePlacement.d.ts +20 -0
  210. package/dist/types/MovePlacement.js +22 -0
  211. package/dist/types/MovePlacement.js.map +1 -0
  212. package/dist/types/NavigationMode.d.ts +0 -8
  213. package/dist/types/NavigationMode.js +0 -8
  214. package/dist/types/NavigationMode.js.map +1 -1
  215. package/dist/types/Orientation.d.ts +16 -0
  216. package/dist/types/Orientation.js +18 -0
  217. package/dist/types/Orientation.js.map +1 -0
  218. package/dist/types/ValueState.d.ts +3 -17
  219. package/dist/types/ValueState.js +3 -17
  220. package/dist/types/ValueState.js.map +1 -1
  221. package/dist/types.d.ts +24 -1
  222. package/dist/types.js.map +1 -1
  223. package/dist/updateShadowRoot.d.ts +1 -2
  224. package/dist/updateShadowRoot.js +5 -28
  225. package/dist/updateShadowRoot.js.map +1 -1
  226. package/dist/util/ColorConversion.js +200 -195
  227. package/dist/util/ColorConversion.js.map +1 -1
  228. package/dist/util/InvisibleMessage.d.ts +1 -1
  229. package/dist/util/InvisibleMessage.js.map +1 -1
  230. package/dist/util/PopupUtils.d.ts +1 -3
  231. package/dist/util/PopupUtils.js +1 -15
  232. package/dist/util/PopupUtils.js.map +1 -1
  233. package/dist/util/clamp.js +2 -1
  234. package/dist/util/clamp.js.map +1 -1
  235. package/dist/util/createLinkInHead.d.ts +1 -1
  236. package/dist/util/createLinkInHead.js +1 -1
  237. package/dist/util/createLinkInHead.js.map +1 -1
  238. package/dist/util/detectNavigatorLanguage.d.ts +2 -2
  239. package/dist/util/detectNavigatorLanguage.js +6 -1
  240. package/dist/util/detectNavigatorLanguage.js.map +1 -1
  241. package/dist/util/dragAndDrop/DragRegistry.d.ts +12 -0
  242. package/dist/util/dragAndDrop/DragRegistry.js +68 -0
  243. package/dist/util/dragAndDrop/DragRegistry.js.map +1 -0
  244. package/dist/util/dragAndDrop/findClosestPosition.d.ts +7 -0
  245. package/dist/util/dragAndDrop/findClosestPosition.js +59 -0
  246. package/dist/util/dragAndDrop/findClosestPosition.js.map +1 -0
  247. package/dist/util/dragAndDrop/longDragOverHandler.d.ts +2 -0
  248. package/dist/util/dragAndDrop/longDragOverHandler.js +25 -0
  249. package/dist/util/dragAndDrop/longDragOverHandler.js.map +1 -0
  250. package/dist/util/getClassCopy.d.ts +62 -42
  251. package/dist/util/getDesigntimePropertyAsArray.d.ts +2 -2
  252. package/dist/util/getDesigntimePropertyAsArray.js +2 -1
  253. package/dist/util/getDesigntimePropertyAsArray.js.map +1 -1
  254. package/dist/util/getParentElement.d.ts +2 -0
  255. package/dist/util/getParentElement.js +5 -0
  256. package/dist/util/getParentElement.js.map +1 -0
  257. package/dist/util/isElementContainingBlock.d.ts +2 -0
  258. package/dist/util/isElementContainingBlock.js +11 -0
  259. package/dist/util/isElementContainingBlock.js.map +1 -0
  260. package/dist/vscode.html-custom-data.json +22 -0
  261. package/index.js +3 -19
  262. package/package-scripts.cjs +17 -19
  263. package/package.json +16 -7
  264. package/src/css/FontFace.css +47 -17
  265. package/src/css/SystemCSSVars.css +0 -8
  266. package/tsconfig.json +6 -0
  267. package/.eslintignore +0 -16
  268. package/.eslintrc.cjs +0 -3
  269. package/bundle.esm.js +0 -67
  270. package/dist/CSP.d.ts +0 -30
  271. package/dist/CSP.js +0 -51
  272. package/dist/CSP.js.map +0 -1
  273. package/dist/StaticAreaItem.d.ts +0 -36
  274. package/dist/StaticAreaItem.js +0 -102
  275. package/dist/StaticAreaItem.js.map +0 -1
  276. package/dist/api.json +0 -1
  277. package/dist/assets/Boot.34b7cea0.css +0 -1
  278. package/dist/assets/Boot.4ee0e678.js +0 -9
  279. package/dist/assets/bundle.esm.a67f0b0c.js +0 -50
  280. package/dist/assets-meta/IconCollectionsAlias.js.map +0 -1
  281. package/dist/config/RTL.d.ts +0 -7
  282. package/dist/config/RTL.js +0 -37
  283. package/dist/config/RTL.js.map +0 -1
  284. package/dist/theming/getEffectiveLinksHrefs.d.ts +0 -3
  285. package/dist/theming/getEffectiveLinksHrefs.js +0 -17
  286. package/dist/theming/getEffectiveLinksHrefs.js.map +0 -1
  287. package/dist/theming/preloadLinks.d.ts +0 -3
  288. package/dist/theming/preloadLinks.js +0 -19
  289. package/dist/theming/preloadLinks.js.map +0 -1
  290. package/dist/util/createStyleInHead.d.ts +0 -8
  291. package/dist/util/createStyleInHead.js +0 -18
  292. package/dist/util/createStyleInHead.js.map +0 -1
  293. package/lib/generate-asset-parameters/index.js +0 -27
  294. package/lib/generate-styles/index.js +0 -31
  295. package/lib/generate-version-info/index.js +0 -32
  296. package/src/renderer/directives/style-map.js +0 -72
  297. package/used-modules.txt +0 -10
@@ -0,0 +1,2583 @@
1
+ {
2
+ "schemaVersion": "1.0.0",
3
+ "readme": "",
4
+ "modules": [
5
+ {
6
+ "kind": "javascript-module",
7
+ "path": "dist/animations/AnimationQueue.js",
8
+ "declarations": [],
9
+ "exports": [
10
+ {
11
+ "kind": "js",
12
+ "name": "default",
13
+ "declaration": {
14
+ "name": "AnimationQueue",
15
+ "module": "dist/animations/AnimationQueue.js"
16
+ }
17
+ }
18
+ ]
19
+ },
20
+ {
21
+ "kind": "javascript-module",
22
+ "path": "dist/animations/animate.js",
23
+ "declarations": [],
24
+ "exports": [
25
+ {
26
+ "kind": "js",
27
+ "name": "default",
28
+ "declaration": {
29
+ "name": "animate",
30
+ "module": "dist/animations/animate.js"
31
+ }
32
+ }
33
+ ]
34
+ },
35
+ {
36
+ "kind": "javascript-module",
37
+ "path": "dist/animations/scroll.js",
38
+ "declarations": [],
39
+ "exports": [
40
+ {
41
+ "kind": "js",
42
+ "name": "default",
43
+ "declaration": {
44
+ "name": "scroll",
45
+ "module": "dist/animations/scroll.js"
46
+ }
47
+ }
48
+ ]
49
+ },
50
+ {
51
+ "kind": "javascript-module",
52
+ "path": "dist/animations/slideDown.js",
53
+ "declarations": [],
54
+ "exports": [
55
+ {
56
+ "kind": "js",
57
+ "name": "default",
58
+ "declaration": {
59
+ "name": "slideDown",
60
+ "module": "dist/animations/slideDown.js"
61
+ }
62
+ }
63
+ ]
64
+ },
65
+ {
66
+ "kind": "javascript-module",
67
+ "path": "dist/animations/slideUp.js",
68
+ "declarations": [],
69
+ "exports": [
70
+ {
71
+ "kind": "js",
72
+ "name": "default",
73
+ "declaration": {
74
+ "name": "slideUp",
75
+ "module": "dist/animations/slideUp.js"
76
+ }
77
+ }
78
+ ]
79
+ },
80
+ {
81
+ "kind": "javascript-module",
82
+ "path": "dist/asset-registries/Icons.js",
83
+ "declarations": [],
84
+ "exports": []
85
+ },
86
+ {
87
+ "kind": "javascript-module",
88
+ "path": "dist/asset-registries/Illustrations.js",
89
+ "declarations": [],
90
+ "exports": []
91
+ },
92
+ {
93
+ "kind": "javascript-module",
94
+ "path": "dist/asset-registries/LocaleData.js",
95
+ "declarations": [],
96
+ "exports": []
97
+ },
98
+ {
99
+ "kind": "javascript-module",
100
+ "path": "dist/asset-registries/Themes.js",
101
+ "declarations": [],
102
+ "exports": []
103
+ },
104
+ {
105
+ "kind": "javascript-module",
106
+ "path": "dist/asset-registries/i18n.js",
107
+ "declarations": [],
108
+ "exports": []
109
+ },
110
+ {
111
+ "kind": "javascript-module",
112
+ "path": "dist/config/AnimationMode.js",
113
+ "declarations": [],
114
+ "exports": []
115
+ },
116
+ {
117
+ "kind": "javascript-module",
118
+ "path": "dist/config/CalendarType.js",
119
+ "declarations": [],
120
+ "exports": []
121
+ },
122
+ {
123
+ "kind": "javascript-module",
124
+ "path": "dist/config/FormatSettings.js",
125
+ "declarations": [],
126
+ "exports": []
127
+ },
128
+ {
129
+ "kind": "javascript-module",
130
+ "path": "dist/config/Icons.js",
131
+ "declarations": [],
132
+ "exports": []
133
+ },
134
+ {
135
+ "kind": "javascript-module",
136
+ "path": "dist/config/Language.js",
137
+ "declarations": [],
138
+ "exports": []
139
+ },
140
+ {
141
+ "kind": "javascript-module",
142
+ "path": "dist/config/NoConflict.js",
143
+ "declarations": [],
144
+ "exports": []
145
+ },
146
+ {
147
+ "kind": "javascript-module",
148
+ "path": "dist/config/Theme.js",
149
+ "declarations": [],
150
+ "exports": []
151
+ },
152
+ {
153
+ "kind": "javascript-module",
154
+ "path": "dist/config/ThemeRoot.js",
155
+ "declarations": [],
156
+ "exports": []
157
+ },
158
+ {
159
+ "kind": "javascript-module",
160
+ "path": "dist/config/Timezone.js",
161
+ "declarations": [],
162
+ "exports": []
163
+ },
164
+ {
165
+ "kind": "javascript-module",
166
+ "path": "dist/decorators/customElement.js",
167
+ "declarations": [],
168
+ "exports": [
169
+ {
170
+ "kind": "js",
171
+ "name": "default",
172
+ "declaration": {
173
+ "name": "customElement",
174
+ "module": "dist/decorators/customElement.js"
175
+ }
176
+ }
177
+ ]
178
+ },
179
+ {
180
+ "kind": "javascript-module",
181
+ "path": "dist/decorators/event.js",
182
+ "declarations": [],
183
+ "exports": [
184
+ {
185
+ "kind": "js",
186
+ "name": "default",
187
+ "declaration": {
188
+ "name": "event",
189
+ "module": "dist/decorators/event.js"
190
+ }
191
+ }
192
+ ]
193
+ },
194
+ {
195
+ "kind": "javascript-module",
196
+ "path": "dist/decorators/property.js",
197
+ "declarations": [],
198
+ "exports": [
199
+ {
200
+ "kind": "js",
201
+ "name": "default",
202
+ "declaration": {
203
+ "name": "property",
204
+ "module": "dist/decorators/property.js"
205
+ }
206
+ }
207
+ ]
208
+ },
209
+ {
210
+ "kind": "javascript-module",
211
+ "path": "dist/decorators/slot.js",
212
+ "declarations": [],
213
+ "exports": [
214
+ {
215
+ "kind": "js",
216
+ "name": "default",
217
+ "declaration": {
218
+ "name": "slot",
219
+ "module": "dist/decorators/slot.js"
220
+ }
221
+ }
222
+ ]
223
+ },
224
+ {
225
+ "kind": "javascript-module",
226
+ "path": "dist/delegate/ItemNavigation.js",
227
+ "declarations": [
228
+ {
229
+ "kind": "class",
230
+ "description": "The ItemNavigation class manages the calculations to determine the correct \"tabindex\" for a group of related items inside a root component.\nImportant: ItemNavigation only does the calculations and does not change \"tabindex\" directly, this is a responsibility of the developer.\n\nThe keys that trigger ItemNavigation are:\n - Up/down\n - Left/right\n - Home/End\n\nUsage:\n1) Use the \"getItemsCallback\" constructor property to pass a callback to ItemNavigation, which, whenever called, will return the list of items to navigate among.\n\nEach item passed to ItemNavigation via \"getItemsCallback\" must be:\n - A) either a UI5Element with a \"forcedTabIndex\" property\n - B) or an Object with \"id\" and \"forcedTabIndex\" properties which represents a part of the root component's shadow DOM.\n The \"id\" must be a valid ID within the shadow root of the component ItemNavigation operates on.\n This object must not be a DOM object because, as said, ItemNavigation will not set \"tabindex\" on it. It must be a representation of a DOM object only\n and the developer has the responsibility to update the \"tabindex\" in the component's DOM.\n - C) a combination of the above\n\nWhenever the user navigates with the keyboard, ItemNavigation will modify the \"forcedTabIndex\" properties of the items.\nIt is the items' responsibilities to re-render themselves and apply the correct value of \"tabindex\" (i.e. to map the \"forcedTabIndex\" ItemNavigation set to them to the \"tabindex\" property).\nIf the items of the ItemNavigation are UI5Elements themselves, this can happen naturally since they will be invalidated by their \"forcedTabIndex\" property.\nIf the items are Objects with \"id\" and \"forcedTabIndex\" however, it is the developer's responsibility to apply these and the easiest way is to have the root component invalidated by ItemNavigation.\nTo do so, set the \"affectedPropertiesNames\" constructor property to point to one or more of the root component's properties that need refreshing when \"forcedTabIndex\" is changed deeply.\n\n2) Call the \"setCurrentItem\" method of ItemNavigation whenever you want to change the current item.\nThis is most commonly required if the user for example clicks on an item and thus selects it directly.\nPass as the only argument to \"setCurrentItem\" the item that becomes current (must be one of the items, returned by \"getItemsCallback\").",
231
+ "name": "ItemNavigation",
232
+ "members": [
233
+ {
234
+ "kind": "method",
235
+ "name": "setCurrentItem",
236
+ "return": {
237
+ "type": {
238
+ "text": "void"
239
+ }
240
+ },
241
+ "parameters": [
242
+ {
243
+ "name": "current",
244
+ "type": {
245
+ "text": "ITabbable",
246
+ "references": [
247
+ {
248
+ "name": "ITabbable",
249
+ "package": "@ui5/webcomponents-base",
250
+ "module": "dist/delegate/ItemNavigation.js"
251
+ }
252
+ ]
253
+ },
254
+ "description": "the new selected item"
255
+ }
256
+ ],
257
+ "description": "Call this method to set a new \"current\" (selected) item in the item navigation\nNote: the item passed to this function must be one of the items, returned by the getItemsCallback function",
258
+ "privacy": "public"
259
+ },
260
+ {
261
+ "kind": "method",
262
+ "name": "setRowSize",
263
+ "return": {
264
+ "type": {
265
+ "text": "void"
266
+ }
267
+ },
268
+ "parameters": [
269
+ {
270
+ "name": "newRowSize",
271
+ "type": {
272
+ "text": "number"
273
+ }
274
+ }
275
+ ],
276
+ "description": "Call this method to dynamically change the row size",
277
+ "privacy": "public"
278
+ }
279
+ ]
280
+ }
281
+ ],
282
+ "exports": [
283
+ {
284
+ "kind": "js",
285
+ "name": "default",
286
+ "declaration": {
287
+ "name": "ItemNavigation",
288
+ "module": "dist/delegate/ItemNavigation.js"
289
+ }
290
+ }
291
+ ]
292
+ },
293
+ {
294
+ "kind": "javascript-module",
295
+ "path": "dist/delegate/ResizeHandler.js",
296
+ "declarations": [
297
+ {
298
+ "kind": "class",
299
+ "description": "Allows to register/deregister resize observers for a DOM element",
300
+ "name": "ResizeHandler",
301
+ "members": [
302
+ {
303
+ "kind": "method",
304
+ "name": "register",
305
+ "static": true,
306
+ "return": {
307
+ "type": {
308
+ "text": "void"
309
+ }
310
+ },
311
+ "parameters": [
312
+ {
313
+ "name": "element",
314
+ "type": {
315
+ "text": "HTMLElement"
316
+ },
317
+ "description": "UI5 Web Component or DOM Element to be observed"
318
+ },
319
+ {
320
+ "name": "callback",
321
+ "type": {
322
+ "text": "ResizeObserverCallback",
323
+ "references": [
324
+ {
325
+ "name": "ResizeObserverCallback",
326
+ "package": "@ui5/webcomponents-base",
327
+ "module": "dist/delegate/ResizeHandler.js"
328
+ }
329
+ ]
330
+ },
331
+ "description": "Callback to be executed"
332
+ }
333
+ ],
334
+ "privacy": "public"
335
+ },
336
+ {
337
+ "kind": "method",
338
+ "name": "deregister",
339
+ "static": true,
340
+ "return": {
341
+ "type": {
342
+ "text": "void"
343
+ }
344
+ },
345
+ "parameters": [
346
+ {
347
+ "name": "element",
348
+ "type": {
349
+ "text": "HTMLElement"
350
+ },
351
+ "description": "UI5 Web Component or DOM Element to be unobserved"
352
+ },
353
+ {
354
+ "name": "callback",
355
+ "type": {
356
+ "text": "ResizeObserverCallback",
357
+ "references": [
358
+ {
359
+ "name": "ResizeObserverCallback",
360
+ "package": "@ui5/webcomponents-base",
361
+ "module": "dist/delegate/ResizeHandler.js"
362
+ }
363
+ ]
364
+ },
365
+ "description": "Callback to be removed"
366
+ }
367
+ ],
368
+ "privacy": "public"
369
+ }
370
+ ]
371
+ }
372
+ ],
373
+ "exports": [
374
+ {
375
+ "kind": "js",
376
+ "name": "default",
377
+ "declaration": {
378
+ "name": "ResizeHandler",
379
+ "module": "dist/delegate/ResizeHandler.js"
380
+ }
381
+ }
382
+ ]
383
+ },
384
+ {
385
+ "kind": "javascript-module",
386
+ "path": "dist/delegate/ScrollEnablement.js",
387
+ "declarations": [],
388
+ "exports": [
389
+ {
390
+ "kind": "js",
391
+ "name": "default",
392
+ "declaration": {
393
+ "name": "ScrollEnablement",
394
+ "module": "dist/delegate/ScrollEnablement.js"
395
+ }
396
+ }
397
+ ]
398
+ },
399
+ {
400
+ "kind": "javascript-module",
401
+ "path": "dist/features/F6Navigation.js",
402
+ "declarations": [],
403
+ "exports": [
404
+ {
405
+ "kind": "js",
406
+ "name": "default",
407
+ "declaration": {
408
+ "name": "F6Navigation",
409
+ "module": "dist/features/F6Navigation.js"
410
+ }
411
+ }
412
+ ]
413
+ },
414
+ {
415
+ "kind": "javascript-module",
416
+ "path": "dist/features/InputElementsFormSupport.js",
417
+ "declarations": [],
418
+ "exports": []
419
+ },
420
+ {
421
+ "kind": "javascript-module",
422
+ "path": "dist/features/LegacyDateFormats.js",
423
+ "declarations": [],
424
+ "exports": [
425
+ {
426
+ "kind": "js",
427
+ "name": "default",
428
+ "declaration": {
429
+ "name": "LegacyDateFormats",
430
+ "module": "dist/features/LegacyDateFormats.js"
431
+ }
432
+ }
433
+ ]
434
+ },
435
+ {
436
+ "kind": "javascript-module",
437
+ "path": "dist/features/OpenUI5Element.js",
438
+ "declarations": [],
439
+ "exports": [
440
+ {
441
+ "kind": "js",
442
+ "name": "default",
443
+ "declaration": {
444
+ "name": "OpenUI5Element",
445
+ "module": "dist/features/OpenUI5Element.js"
446
+ }
447
+ }
448
+ ]
449
+ },
450
+ {
451
+ "kind": "javascript-module",
452
+ "path": "dist/features/OpenUI5Enablement.js",
453
+ "declarations": [],
454
+ "exports": [
455
+ {
456
+ "kind": "js",
457
+ "name": "default",
458
+ "declaration": {
459
+ "name": "OpenUI5Enablement",
460
+ "module": "dist/features/OpenUI5Enablement.js"
461
+ }
462
+ }
463
+ ]
464
+ },
465
+ {
466
+ "kind": "javascript-module",
467
+ "path": "dist/features/OpenUI5Support.js",
468
+ "declarations": [],
469
+ "exports": [
470
+ {
471
+ "kind": "js",
472
+ "name": "default",
473
+ "declaration": {
474
+ "name": "OpenUI5Support",
475
+ "module": "dist/features/OpenUI5Support.js"
476
+ }
477
+ }
478
+ ]
479
+ },
480
+ {
481
+ "kind": "javascript-module",
482
+ "path": "dist/features/patchPatcher.js",
483
+ "declarations": [],
484
+ "exports": [
485
+ {
486
+ "kind": "js",
487
+ "name": "default",
488
+ "declaration": {
489
+ "name": "patchPatcher",
490
+ "module": "dist/features/patchPatcher.js"
491
+ }
492
+ }
493
+ ]
494
+ },
495
+ {
496
+ "kind": "javascript-module",
497
+ "path": "dist/features/patchPopup.js",
498
+ "declarations": [],
499
+ "exports": [
500
+ {
501
+ "kind": "js",
502
+ "name": "default",
503
+ "declaration": {
504
+ "name": "patchPopup",
505
+ "module": "dist/features/patchPopup.js"
506
+ }
507
+ }
508
+ ]
509
+ },
510
+ {
511
+ "kind": "javascript-module",
512
+ "path": "dist/locale/Locale.js",
513
+ "declarations": [],
514
+ "exports": [
515
+ {
516
+ "kind": "js",
517
+ "name": "default",
518
+ "declaration": {
519
+ "name": "Locale",
520
+ "module": "dist/locale/Locale.js"
521
+ }
522
+ }
523
+ ]
524
+ },
525
+ {
526
+ "kind": "javascript-module",
527
+ "path": "dist/locale/RTLAwareRegistry.js",
528
+ "declarations": [],
529
+ "exports": []
530
+ },
531
+ {
532
+ "kind": "javascript-module",
533
+ "path": "dist/locale/applyDirection.js",
534
+ "declarations": [],
535
+ "exports": [
536
+ {
537
+ "kind": "js",
538
+ "name": "default",
539
+ "declaration": {
540
+ "name": "applyDirection",
541
+ "module": "dist/locale/applyDirection.js"
542
+ }
543
+ }
544
+ ]
545
+ },
546
+ {
547
+ "kind": "javascript-module",
548
+ "path": "dist/locale/directionChange.js",
549
+ "declarations": [],
550
+ "exports": []
551
+ },
552
+ {
553
+ "kind": "javascript-module",
554
+ "path": "dist/locale/getEffectiveDir.js",
555
+ "declarations": [],
556
+ "exports": [
557
+ {
558
+ "kind": "js",
559
+ "name": "default",
560
+ "declaration": {
561
+ "name": "getEffectiveDir",
562
+ "module": "dist/locale/getEffectiveDir.js"
563
+ }
564
+ }
565
+ ]
566
+ },
567
+ {
568
+ "kind": "javascript-module",
569
+ "path": "dist/locale/getLocale.js",
570
+ "declarations": [],
571
+ "exports": [
572
+ {
573
+ "kind": "js",
574
+ "name": "default",
575
+ "declaration": {
576
+ "name": "getLocale",
577
+ "module": "dist/locale/getLocale.js"
578
+ }
579
+ }
580
+ ]
581
+ },
582
+ {
583
+ "kind": "javascript-module",
584
+ "path": "dist/locale/languageChange.js",
585
+ "declarations": [],
586
+ "exports": []
587
+ },
588
+ {
589
+ "kind": "javascript-module",
590
+ "path": "dist/locale/nextFallbackLocale.js",
591
+ "declarations": [],
592
+ "exports": [
593
+ {
594
+ "kind": "js",
595
+ "name": "default",
596
+ "declaration": {
597
+ "name": "nextFallbackLocale",
598
+ "module": "dist/locale/nextFallbackLocale.js"
599
+ }
600
+ }
601
+ ]
602
+ },
603
+ {
604
+ "kind": "javascript-module",
605
+ "path": "dist/locale/normalizeLocale.js",
606
+ "declarations": [],
607
+ "exports": [
608
+ {
609
+ "kind": "js",
610
+ "name": "default",
611
+ "declaration": {
612
+ "name": "normalizeLocale",
613
+ "module": "dist/locale/normalizeLocale.js"
614
+ }
615
+ }
616
+ ]
617
+ },
618
+ {
619
+ "kind": "javascript-module",
620
+ "path": "dist/renderer/LitRenderer.js",
621
+ "declarations": [],
622
+ "exports": [
623
+ {
624
+ "kind": "js",
625
+ "name": "default",
626
+ "declaration": {
627
+ "name": "litRender",
628
+ "module": "dist/renderer/LitRenderer.js"
629
+ }
630
+ }
631
+ ]
632
+ },
633
+ {
634
+ "kind": "javascript-module",
635
+ "path": "dist/renderer/executeTemplate.js",
636
+ "declarations": [],
637
+ "exports": [
638
+ {
639
+ "kind": "js",
640
+ "name": "default",
641
+ "declaration": {
642
+ "name": "executeTemplate",
643
+ "module": "dist/renderer/executeTemplate.js"
644
+ }
645
+ }
646
+ ]
647
+ },
648
+ {
649
+ "kind": "javascript-module",
650
+ "path": "dist/theming/CustomStyle.js",
651
+ "declarations": [],
652
+ "exports": []
653
+ },
654
+ {
655
+ "kind": "javascript-module",
656
+ "path": "dist/theming/ThemeLoaded.js",
657
+ "declarations": [],
658
+ "exports": []
659
+ },
660
+ {
661
+ "kind": "javascript-module",
662
+ "path": "dist/theming/ThemeRegistered.js",
663
+ "declarations": [],
664
+ "exports": []
665
+ },
666
+ {
667
+ "kind": "javascript-module",
668
+ "path": "dist/theming/applyTheme.js",
669
+ "declarations": [],
670
+ "exports": [
671
+ {
672
+ "kind": "js",
673
+ "name": "default",
674
+ "declaration": {
675
+ "name": "applyTheme",
676
+ "module": "dist/theming/applyTheme.js"
677
+ }
678
+ }
679
+ ]
680
+ },
681
+ {
682
+ "kind": "javascript-module",
683
+ "path": "dist/theming/getConstructableStyle.js",
684
+ "declarations": [],
685
+ "exports": [
686
+ {
687
+ "kind": "js",
688
+ "name": "default",
689
+ "declaration": {
690
+ "name": "getConstructableStyle",
691
+ "module": "dist/theming/getConstructableStyle.js"
692
+ }
693
+ }
694
+ ]
695
+ },
696
+ {
697
+ "kind": "javascript-module",
698
+ "path": "dist/theming/getEffectiveStyle.js",
699
+ "declarations": [],
700
+ "exports": [
701
+ {
702
+ "kind": "js",
703
+ "name": "default",
704
+ "declaration": {
705
+ "name": "getEffectiveStyle",
706
+ "module": "dist/theming/getEffectiveStyle.js"
707
+ }
708
+ }
709
+ ]
710
+ },
711
+ {
712
+ "kind": "javascript-module",
713
+ "path": "dist/theming/getStylesString.js",
714
+ "declarations": [],
715
+ "exports": [
716
+ {
717
+ "kind": "js",
718
+ "name": "default",
719
+ "declaration": {
720
+ "name": "getStylesString",
721
+ "module": "dist/theming/getStylesString.js"
722
+ }
723
+ }
724
+ ]
725
+ },
726
+ {
727
+ "kind": "javascript-module",
728
+ "path": "dist/theming/getThemeDesignerTheme.js",
729
+ "declarations": [],
730
+ "exports": [
731
+ {
732
+ "kind": "js",
733
+ "name": "default",
734
+ "declaration": {
735
+ "name": "getThemeDesignerTheme",
736
+ "module": "dist/theming/getThemeDesignerTheme.js"
737
+ }
738
+ }
739
+ ]
740
+ },
741
+ {
742
+ "kind": "javascript-module",
743
+ "path": "dist/thirdparty/_merge.js",
744
+ "declarations": [],
745
+ "exports": [
746
+ {
747
+ "kind": "js",
748
+ "name": "default",
749
+ "declaration": {
750
+ "name": "fnMerge",
751
+ "module": "dist/thirdparty/_merge.js"
752
+ }
753
+ }
754
+ ]
755
+ },
756
+ {
757
+ "kind": "javascript-module",
758
+ "path": "dist/thirdparty/isPlainObject.js",
759
+ "declarations": [],
760
+ "exports": [
761
+ {
762
+ "kind": "js",
763
+ "name": "default",
764
+ "declaration": {
765
+ "name": "fnIsPlainObject",
766
+ "module": "dist/thirdparty/isPlainObject.js"
767
+ }
768
+ }
769
+ ]
770
+ },
771
+ {
772
+ "kind": "javascript-module",
773
+ "path": "dist/thirdparty/merge.js",
774
+ "declarations": [],
775
+ "exports": [
776
+ {
777
+ "kind": "js",
778
+ "name": "default",
779
+ "declaration": {
780
+ "name": "fnMerge",
781
+ "module": "dist/thirdparty/merge.js"
782
+ }
783
+ }
784
+ ]
785
+ },
786
+ {
787
+ "kind": "javascript-module",
788
+ "path": "dist/types/AnimationMode.js",
789
+ "declarations": [],
790
+ "exports": [
791
+ {
792
+ "kind": "js",
793
+ "name": "default",
794
+ "declaration": {
795
+ "name": "AnimationMode",
796
+ "module": "dist/types/AnimationMode.js"
797
+ }
798
+ }
799
+ ]
800
+ },
801
+ {
802
+ "kind": "javascript-module",
803
+ "path": "dist/types/AriaHasPopup.js",
804
+ "declarations": [],
805
+ "exports": [
806
+ {
807
+ "kind": "js",
808
+ "name": "default",
809
+ "declaration": {
810
+ "name": "AriaHasPopup",
811
+ "module": "dist/types/AriaHasPopup.js"
812
+ }
813
+ }
814
+ ]
815
+ },
816
+ {
817
+ "kind": "javascript-module",
818
+ "path": "dist/types/AriaLandmarkRole.js",
819
+ "declarations": [],
820
+ "exports": [
821
+ {
822
+ "kind": "js",
823
+ "name": "default",
824
+ "declaration": {
825
+ "name": "AriaLandmarkRole",
826
+ "module": "dist/types/AriaLandmarkRole.js"
827
+ }
828
+ }
829
+ ]
830
+ },
831
+ {
832
+ "kind": "javascript-module",
833
+ "path": "dist/types/AriaRole.js",
834
+ "declarations": [],
835
+ "exports": [
836
+ {
837
+ "kind": "js",
838
+ "name": "default",
839
+ "declaration": {
840
+ "name": "AriaRole",
841
+ "module": "dist/types/AriaRole.js"
842
+ }
843
+ }
844
+ ]
845
+ },
846
+ {
847
+ "kind": "javascript-module",
848
+ "path": "dist/types/CSSColor.js",
849
+ "declarations": [
850
+ {
851
+ "kind": "class",
852
+ "description": "CSSColor data type.",
853
+ "name": "CSSColor",
854
+ "superclass": {
855
+ "name": "DataType",
856
+ "module": "/src/types/DataType.js"
857
+ },
858
+ "members": [
859
+ {
860
+ "kind": "method",
861
+ "name": "isValid",
862
+ "static": true,
863
+ "return": {
864
+ "type": {
865
+ "text": "boolean"
866
+ }
867
+ },
868
+ "description": "Checks if the value is valid for its data type.",
869
+ "privacy": "public",
870
+ "inheritedFrom": {
871
+ "name": "DataType",
872
+ "module": "dist/types/DataType.js"
873
+ }
874
+ }
875
+ ]
876
+ }
877
+ ],
878
+ "exports": [
879
+ {
880
+ "kind": "js",
881
+ "name": "default",
882
+ "declaration": {
883
+ "name": "CSSColor",
884
+ "module": "dist/types/CSSColor.js"
885
+ }
886
+ }
887
+ ]
888
+ },
889
+ {
890
+ "kind": "javascript-module",
891
+ "path": "dist/types/CSSSize.js",
892
+ "declarations": [
893
+ {
894
+ "kind": "class",
895
+ "description": "CSSSize data type.",
896
+ "name": "CSSSize",
897
+ "superclass": {
898
+ "name": "DataType",
899
+ "module": "/src/types/DataType.js"
900
+ },
901
+ "members": [
902
+ {
903
+ "kind": "method",
904
+ "name": "isValid",
905
+ "static": true,
906
+ "return": {
907
+ "type": {
908
+ "text": "boolean"
909
+ }
910
+ },
911
+ "description": "Checks if the value is valid for its data type.",
912
+ "privacy": "public",
913
+ "inheritedFrom": {
914
+ "name": "DataType",
915
+ "module": "dist/types/DataType.js"
916
+ }
917
+ }
918
+ ]
919
+ }
920
+ ],
921
+ "exports": [
922
+ {
923
+ "kind": "js",
924
+ "name": "default",
925
+ "declaration": {
926
+ "name": "CSSSize",
927
+ "module": "dist/types/CSSSize.js"
928
+ }
929
+ }
930
+ ]
931
+ },
932
+ {
933
+ "kind": "javascript-module",
934
+ "path": "dist/types/CalendarType.js",
935
+ "declarations": [],
936
+ "exports": [
937
+ {
938
+ "kind": "js",
939
+ "name": "default",
940
+ "declaration": {
941
+ "name": "CalendarType",
942
+ "module": "dist/types/CalendarType.js"
943
+ }
944
+ }
945
+ ]
946
+ },
947
+ {
948
+ "kind": "javascript-module",
949
+ "path": "dist/types/DOMReference.js",
950
+ "declarations": [
951
+ {
952
+ "kind": "class",
953
+ "description": "DOM Element reference or ID.\n**Note:** If an ID is passed, it is expected to be part of the same `document` element as the consuming component.",
954
+ "name": "DOMReference",
955
+ "superclass": {
956
+ "name": "DataType",
957
+ "module": "/src/types/DataType.js"
958
+ },
959
+ "members": [
960
+ {
961
+ "kind": "method",
962
+ "name": "isValid",
963
+ "static": true,
964
+ "return": {
965
+ "type": {
966
+ "text": "boolean"
967
+ }
968
+ },
969
+ "description": "Checks if the value is valid for its data type.",
970
+ "privacy": "public",
971
+ "inheritedFrom": {
972
+ "name": "DataType",
973
+ "module": "dist/types/DataType.js"
974
+ }
975
+ }
976
+ ]
977
+ }
978
+ ],
979
+ "exports": [
980
+ {
981
+ "kind": "js",
982
+ "name": "default",
983
+ "declaration": {
984
+ "name": "DOMReference",
985
+ "module": "dist/types/DOMReference.js"
986
+ }
987
+ }
988
+ ]
989
+ },
990
+ {
991
+ "kind": "javascript-module",
992
+ "path": "dist/types/DataType.js",
993
+ "declarations": [
994
+ {
995
+ "kind": "class",
996
+ "description": "Base class for all data types.",
997
+ "name": "DataType",
998
+ "members": [
999
+ {
1000
+ "kind": "method",
1001
+ "name": "isValid",
1002
+ "static": true,
1003
+ "return": {
1004
+ "type": {
1005
+ "text": "boolean"
1006
+ }
1007
+ },
1008
+ "description": "Checks if the value is valid for its data type.",
1009
+ "privacy": "public"
1010
+ }
1011
+ ]
1012
+ }
1013
+ ],
1014
+ "exports": [
1015
+ {
1016
+ "kind": "js",
1017
+ "name": "default",
1018
+ "declaration": {
1019
+ "name": "DataType",
1020
+ "module": "dist/types/DataType.js"
1021
+ }
1022
+ }
1023
+ ]
1024
+ },
1025
+ {
1026
+ "kind": "javascript-module",
1027
+ "path": "dist/types/Float.js",
1028
+ "declarations": [
1029
+ {
1030
+ "kind": "class",
1031
+ "description": "Float data type.",
1032
+ "name": "Float",
1033
+ "superclass": {
1034
+ "name": "DataType",
1035
+ "module": "/src/types/DataType.js"
1036
+ },
1037
+ "members": [
1038
+ {
1039
+ "kind": "method",
1040
+ "name": "isValid",
1041
+ "static": true,
1042
+ "return": {
1043
+ "type": {
1044
+ "text": "boolean"
1045
+ }
1046
+ },
1047
+ "description": "Checks if the value is valid for its data type.",
1048
+ "privacy": "public",
1049
+ "inheritedFrom": {
1050
+ "name": "DataType",
1051
+ "module": "dist/types/DataType.js"
1052
+ }
1053
+ }
1054
+ ]
1055
+ }
1056
+ ],
1057
+ "exports": [
1058
+ {
1059
+ "kind": "js",
1060
+ "name": "default",
1061
+ "declaration": {
1062
+ "name": "Float",
1063
+ "module": "dist/types/Float.js"
1064
+ }
1065
+ }
1066
+ ]
1067
+ },
1068
+ {
1069
+ "kind": "javascript-module",
1070
+ "path": "dist/types/Integer.js",
1071
+ "declarations": [
1072
+ {
1073
+ "kind": "class",
1074
+ "description": "Integer data type.",
1075
+ "name": "Integer",
1076
+ "superclass": {
1077
+ "name": "DataType",
1078
+ "module": "/src/types/DataType.js"
1079
+ },
1080
+ "members": [
1081
+ {
1082
+ "kind": "method",
1083
+ "name": "isValid",
1084
+ "static": true,
1085
+ "return": {
1086
+ "type": {
1087
+ "text": "boolean"
1088
+ }
1089
+ },
1090
+ "description": "Checks if the value is valid for its data type.",
1091
+ "privacy": "public",
1092
+ "inheritedFrom": {
1093
+ "name": "DataType",
1094
+ "module": "dist/types/DataType.js"
1095
+ }
1096
+ }
1097
+ ]
1098
+ }
1099
+ ],
1100
+ "exports": [
1101
+ {
1102
+ "kind": "js",
1103
+ "name": "default",
1104
+ "declaration": {
1105
+ "name": "Integer",
1106
+ "module": "dist/types/Integer.js"
1107
+ }
1108
+ }
1109
+ ]
1110
+ },
1111
+ {
1112
+ "kind": "javascript-module",
1113
+ "path": "dist/types/InvisibleMessageMode.js",
1114
+ "declarations": [],
1115
+ "exports": [
1116
+ {
1117
+ "kind": "js",
1118
+ "name": "default",
1119
+ "declaration": {
1120
+ "name": "InvisibleMessageMode",
1121
+ "module": "dist/types/InvisibleMessageMode.js"
1122
+ }
1123
+ }
1124
+ ]
1125
+ },
1126
+ {
1127
+ "kind": "javascript-module",
1128
+ "path": "dist/types/ItemNavigationBehavior.js",
1129
+ "declarations": [],
1130
+ "exports": [
1131
+ {
1132
+ "kind": "js",
1133
+ "name": "default",
1134
+ "declaration": {
1135
+ "name": "ItemNavigationBehavior",
1136
+ "module": "dist/types/ItemNavigationBehavior.js"
1137
+ }
1138
+ }
1139
+ ]
1140
+ },
1141
+ {
1142
+ "kind": "javascript-module",
1143
+ "path": "dist/types/MovePlacement.js",
1144
+ "declarations": [],
1145
+ "exports": [
1146
+ {
1147
+ "kind": "js",
1148
+ "name": "default",
1149
+ "declaration": {
1150
+ "name": "MovePlacement",
1151
+ "module": "dist/types/MovePlacement.js"
1152
+ }
1153
+ }
1154
+ ]
1155
+ },
1156
+ {
1157
+ "kind": "javascript-module",
1158
+ "path": "dist/types/NavigationMode.js",
1159
+ "declarations": [],
1160
+ "exports": [
1161
+ {
1162
+ "kind": "js",
1163
+ "name": "default",
1164
+ "declaration": {
1165
+ "name": "NavigationMode",
1166
+ "module": "dist/types/NavigationMode.js"
1167
+ }
1168
+ }
1169
+ ]
1170
+ },
1171
+ {
1172
+ "kind": "javascript-module",
1173
+ "path": "dist/types/Orientation.js",
1174
+ "declarations": [],
1175
+ "exports": [
1176
+ {
1177
+ "kind": "js",
1178
+ "name": "default",
1179
+ "declaration": {
1180
+ "name": "Orientation",
1181
+ "module": "dist/types/Orientation.js"
1182
+ }
1183
+ }
1184
+ ]
1185
+ },
1186
+ {
1187
+ "kind": "javascript-module",
1188
+ "path": "dist/types/ValueState.js",
1189
+ "declarations": [],
1190
+ "exports": [
1191
+ {
1192
+ "kind": "js",
1193
+ "name": "default",
1194
+ "declaration": {
1195
+ "name": "ValueState",
1196
+ "module": "dist/types/ValueState.js"
1197
+ }
1198
+ }
1199
+ ]
1200
+ },
1201
+ {
1202
+ "kind": "javascript-module",
1203
+ "path": "dist/util/AriaLabelHelper.js",
1204
+ "declarations": [],
1205
+ "exports": []
1206
+ },
1207
+ {
1208
+ "kind": "javascript-module",
1209
+ "path": "dist/util/Caret.js",
1210
+ "declarations": [],
1211
+ "exports": []
1212
+ },
1213
+ {
1214
+ "kind": "javascript-module",
1215
+ "path": "dist/util/ColorConversion.js",
1216
+ "declarations": [],
1217
+ "exports": []
1218
+ },
1219
+ {
1220
+ "kind": "javascript-module",
1221
+ "path": "dist/util/FetchHelper.js",
1222
+ "declarations": [],
1223
+ "exports": []
1224
+ },
1225
+ {
1226
+ "kind": "javascript-module",
1227
+ "path": "dist/util/FocusableElements.js",
1228
+ "declarations": [],
1229
+ "exports": []
1230
+ },
1231
+ {
1232
+ "kind": "javascript-module",
1233
+ "path": "dist/util/HTMLSanitizer.js",
1234
+ "declarations": [],
1235
+ "exports": []
1236
+ },
1237
+ {
1238
+ "kind": "javascript-module",
1239
+ "path": "dist/util/InvisibleMessage.js",
1240
+ "declarations": [],
1241
+ "exports": [
1242
+ {
1243
+ "kind": "js",
1244
+ "name": "default",
1245
+ "declaration": {
1246
+ "name": "announce",
1247
+ "module": "dist/util/InvisibleMessage.js"
1248
+ }
1249
+ }
1250
+ ]
1251
+ },
1252
+ {
1253
+ "kind": "javascript-module",
1254
+ "path": "dist/util/PopupUtils.js",
1255
+ "declarations": [],
1256
+ "exports": []
1257
+ },
1258
+ {
1259
+ "kind": "javascript-module",
1260
+ "path": "dist/util/SlotsHelper.js",
1261
+ "declarations": [],
1262
+ "exports": []
1263
+ },
1264
+ {
1265
+ "kind": "javascript-module",
1266
+ "path": "dist/util/StringHelper.js",
1267
+ "declarations": [],
1268
+ "exports": []
1269
+ },
1270
+ {
1271
+ "kind": "javascript-module",
1272
+ "path": "dist/util/TabbableElements.js",
1273
+ "declarations": [],
1274
+ "exports": []
1275
+ },
1276
+ {
1277
+ "kind": "javascript-module",
1278
+ "path": "dist/util/arraysAreEqual.js",
1279
+ "declarations": [],
1280
+ "exports": [
1281
+ {
1282
+ "kind": "js",
1283
+ "name": "default",
1284
+ "declaration": {
1285
+ "name": "arraysAreEqual",
1286
+ "module": "dist/util/arraysAreEqual.js"
1287
+ }
1288
+ }
1289
+ ]
1290
+ },
1291
+ {
1292
+ "kind": "javascript-module",
1293
+ "path": "dist/util/clamp.js",
1294
+ "declarations": [],
1295
+ "exports": [
1296
+ {
1297
+ "kind": "js",
1298
+ "name": "default",
1299
+ "declaration": {
1300
+ "name": "clamp",
1301
+ "module": "dist/util/clamp.js"
1302
+ }
1303
+ }
1304
+ ]
1305
+ },
1306
+ {
1307
+ "kind": "javascript-module",
1308
+ "path": "dist/util/createLinkInHead.js",
1309
+ "declarations": [],
1310
+ "exports": [
1311
+ {
1312
+ "kind": "js",
1313
+ "name": "default",
1314
+ "declaration": {
1315
+ "name": "createLinkInHead",
1316
+ "module": "dist/util/createLinkInHead.js"
1317
+ }
1318
+ }
1319
+ ]
1320
+ },
1321
+ {
1322
+ "kind": "javascript-module",
1323
+ "path": "dist/util/debounce.js",
1324
+ "declarations": [],
1325
+ "exports": [
1326
+ {
1327
+ "kind": "js",
1328
+ "name": "default",
1329
+ "declaration": {
1330
+ "name": "debounce",
1331
+ "module": "dist/util/debounce.js"
1332
+ }
1333
+ }
1334
+ ]
1335
+ },
1336
+ {
1337
+ "kind": "javascript-module",
1338
+ "path": "dist/util/detectNavigatorLanguage.js",
1339
+ "declarations": [],
1340
+ "exports": [
1341
+ {
1342
+ "kind": "js",
1343
+ "name": "default",
1344
+ "declaration": {
1345
+ "name": "detectNavigatorLanguage",
1346
+ "module": "dist/util/detectNavigatorLanguage.js"
1347
+ }
1348
+ }
1349
+ ]
1350
+ },
1351
+ {
1352
+ "kind": "javascript-module",
1353
+ "path": "dist/util/escapeRegex.js",
1354
+ "declarations": [],
1355
+ "exports": [
1356
+ {
1357
+ "kind": "js",
1358
+ "name": "default",
1359
+ "declaration": {
1360
+ "name": "escapeRegex",
1361
+ "module": "dist/util/escapeRegex.js"
1362
+ }
1363
+ }
1364
+ ]
1365
+ },
1366
+ {
1367
+ "kind": "javascript-module",
1368
+ "path": "dist/util/formatMessage.js",
1369
+ "declarations": [],
1370
+ "exports": [
1371
+ {
1372
+ "kind": "js",
1373
+ "name": "default",
1374
+ "declaration": {
1375
+ "name": "formatMessage",
1376
+ "module": "dist/util/formatMessage.js"
1377
+ }
1378
+ }
1379
+ ]
1380
+ },
1381
+ {
1382
+ "kind": "javascript-module",
1383
+ "path": "dist/util/generateHighlightedMarkup.js",
1384
+ "declarations": [],
1385
+ "exports": [
1386
+ {
1387
+ "kind": "js",
1388
+ "name": "default",
1389
+ "declaration": {
1390
+ "name": "generateHighlightedMarkup",
1391
+ "module": "dist/util/generateHighlightedMarkup.js"
1392
+ }
1393
+ }
1394
+ ]
1395
+ },
1396
+ {
1397
+ "kind": "javascript-module",
1398
+ "path": "dist/util/getActiveElement.js",
1399
+ "declarations": [],
1400
+ "exports": [
1401
+ {
1402
+ "kind": "js",
1403
+ "name": "default",
1404
+ "declaration": {
1405
+ "name": "getActiveElement",
1406
+ "module": "dist/util/getActiveElement.js"
1407
+ }
1408
+ }
1409
+ ]
1410
+ },
1411
+ {
1412
+ "kind": "javascript-module",
1413
+ "path": "dist/util/getClassCopy.js",
1414
+ "declarations": [],
1415
+ "exports": [
1416
+ {
1417
+ "kind": "js",
1418
+ "name": "default",
1419
+ "declaration": {
1420
+ "name": "getClassCopy",
1421
+ "module": "dist/util/getClassCopy.js"
1422
+ }
1423
+ }
1424
+ ]
1425
+ },
1426
+ {
1427
+ "kind": "javascript-module",
1428
+ "path": "dist/util/getDesigntimePropertyAsArray.js",
1429
+ "declarations": [],
1430
+ "exports": [
1431
+ {
1432
+ "kind": "js",
1433
+ "name": "default",
1434
+ "declaration": {
1435
+ "name": "designTimePropertyAsArray",
1436
+ "module": "dist/util/getDesigntimePropertyAsArray.js"
1437
+ }
1438
+ }
1439
+ ]
1440
+ },
1441
+ {
1442
+ "kind": "javascript-module",
1443
+ "path": "dist/util/getEffectiveContentDensity.js",
1444
+ "declarations": [],
1445
+ "exports": [
1446
+ {
1447
+ "kind": "js",
1448
+ "name": "default",
1449
+ "declaration": {
1450
+ "name": "getEffectiveContentDensity",
1451
+ "module": "dist/util/getEffectiveContentDensity.js"
1452
+ }
1453
+ }
1454
+ ]
1455
+ },
1456
+ {
1457
+ "kind": "javascript-module",
1458
+ "path": "dist/util/getEffectiveScrollbarStyle.js",
1459
+ "declarations": [],
1460
+ "exports": [
1461
+ {
1462
+ "kind": "js",
1463
+ "name": "default",
1464
+ "declaration": {
1465
+ "name": "getEffectiveScrollbarStyle",
1466
+ "module": "dist/util/getEffectiveScrollbarStyle.js"
1467
+ }
1468
+ }
1469
+ ]
1470
+ },
1471
+ {
1472
+ "kind": "javascript-module",
1473
+ "path": "dist/util/getFastNavigationGroups.js",
1474
+ "declarations": [],
1475
+ "exports": [
1476
+ {
1477
+ "kind": "js",
1478
+ "name": "default",
1479
+ "declaration": {
1480
+ "name": "getFastNavigationGroups",
1481
+ "module": "dist/util/getFastNavigationGroups.js"
1482
+ }
1483
+ }
1484
+ ]
1485
+ },
1486
+ {
1487
+ "kind": "javascript-module",
1488
+ "path": "dist/util/getFileExtension.js",
1489
+ "declarations": [],
1490
+ "exports": [
1491
+ {
1492
+ "kind": "js",
1493
+ "name": "default",
1494
+ "declaration": {
1495
+ "name": "getFileExtension",
1496
+ "module": "dist/util/getFileExtension.js"
1497
+ }
1498
+ }
1499
+ ]
1500
+ },
1501
+ {
1502
+ "kind": "javascript-module",
1503
+ "path": "dist/util/getNormalizedTarget.js",
1504
+ "declarations": [],
1505
+ "exports": [
1506
+ {
1507
+ "kind": "js",
1508
+ "name": "default",
1509
+ "declaration": {
1510
+ "name": "getNormalizedTarget",
1511
+ "module": "dist/util/getNormalizedTarget.js"
1512
+ }
1513
+ }
1514
+ ]
1515
+ },
1516
+ {
1517
+ "kind": "javascript-module",
1518
+ "path": "dist/util/getParentElement.js",
1519
+ "declarations": [],
1520
+ "exports": [
1521
+ {
1522
+ "kind": "js",
1523
+ "name": "default",
1524
+ "declaration": {
1525
+ "name": "getParentElement",
1526
+ "module": "dist/util/getParentElement.js"
1527
+ }
1528
+ }
1529
+ ]
1530
+ },
1531
+ {
1532
+ "kind": "javascript-module",
1533
+ "path": "dist/util/getSingletonElementInstance.js",
1534
+ "declarations": [],
1535
+ "exports": [
1536
+ {
1537
+ "kind": "js",
1538
+ "name": "default",
1539
+ "declaration": {
1540
+ "name": "getSingletonElementInstance",
1541
+ "module": "dist/util/getSingletonElementInstance.js"
1542
+ }
1543
+ }
1544
+ ]
1545
+ },
1546
+ {
1547
+ "kind": "javascript-module",
1548
+ "path": "dist/util/isElementClickable.js",
1549
+ "declarations": [],
1550
+ "exports": [
1551
+ {
1552
+ "kind": "js",
1553
+ "name": "default",
1554
+ "declaration": {
1555
+ "name": "isElementClickable",
1556
+ "module": "dist/util/isElementClickable.js"
1557
+ }
1558
+ }
1559
+ ]
1560
+ },
1561
+ {
1562
+ "kind": "javascript-module",
1563
+ "path": "dist/util/isElementContainingBlock.js",
1564
+ "declarations": [],
1565
+ "exports": [
1566
+ {
1567
+ "kind": "js",
1568
+ "name": "default",
1569
+ "declaration": {
1570
+ "name": "isElementContainingBlock",
1571
+ "module": "dist/util/isElementContainingBlock.js"
1572
+ }
1573
+ }
1574
+ ]
1575
+ },
1576
+ {
1577
+ "kind": "javascript-module",
1578
+ "path": "dist/util/isElementHidden.js",
1579
+ "declarations": [],
1580
+ "exports": [
1581
+ {
1582
+ "kind": "js",
1583
+ "name": "default",
1584
+ "declaration": {
1585
+ "name": "isElementHidden",
1586
+ "module": "dist/util/isElementHidden.js"
1587
+ }
1588
+ }
1589
+ ]
1590
+ },
1591
+ {
1592
+ "kind": "javascript-module",
1593
+ "path": "dist/util/isElementInView.js",
1594
+ "declarations": [],
1595
+ "exports": [
1596
+ {
1597
+ "kind": "js",
1598
+ "name": "default",
1599
+ "declaration": {
1600
+ "name": "isElementInView",
1601
+ "module": "dist/util/isElementInView.js"
1602
+ }
1603
+ }
1604
+ ]
1605
+ },
1606
+ {
1607
+ "kind": "javascript-module",
1608
+ "path": "dist/util/isElementTabbable.js",
1609
+ "declarations": [],
1610
+ "exports": [
1611
+ {
1612
+ "kind": "js",
1613
+ "name": "default",
1614
+ "declaration": {
1615
+ "name": "isElementTabbable",
1616
+ "module": "dist/util/isElementTabbable.js"
1617
+ }
1618
+ }
1619
+ ]
1620
+ },
1621
+ {
1622
+ "kind": "javascript-module",
1623
+ "path": "dist/util/isValidPropertyName.js",
1624
+ "declarations": [],
1625
+ "exports": [
1626
+ {
1627
+ "kind": "js",
1628
+ "name": "default",
1629
+ "declaration": {
1630
+ "name": "isValidPropertyName",
1631
+ "module": "dist/util/isValidPropertyName.js"
1632
+ }
1633
+ }
1634
+ ]
1635
+ },
1636
+ {
1637
+ "kind": "javascript-module",
1638
+ "path": "dist/util/whenDOMReady.js",
1639
+ "declarations": [],
1640
+ "exports": [
1641
+ {
1642
+ "kind": "js",
1643
+ "name": "default",
1644
+ "declaration": {
1645
+ "name": "whenDOMReady",
1646
+ "module": "dist/util/whenDOMReady.js"
1647
+ }
1648
+ }
1649
+ ]
1650
+ },
1651
+ {
1652
+ "kind": "javascript-module",
1653
+ "path": "dist/util/willShowContent.js",
1654
+ "declarations": [],
1655
+ "exports": [
1656
+ {
1657
+ "kind": "js",
1658
+ "name": "default",
1659
+ "declaration": {
1660
+ "name": "willShowContent",
1661
+ "module": "dist/util/willShowContent.js"
1662
+ }
1663
+ }
1664
+ ]
1665
+ },
1666
+ {
1667
+ "kind": "javascript-module",
1668
+ "path": "dist/AssetRegistry.js",
1669
+ "declarations": [],
1670
+ "exports": []
1671
+ },
1672
+ {
1673
+ "kind": "javascript-module",
1674
+ "path": "dist/Boot.js",
1675
+ "declarations": [],
1676
+ "exports": []
1677
+ },
1678
+ {
1679
+ "kind": "javascript-module",
1680
+ "path": "dist/CustomElementsRegistry.js",
1681
+ "declarations": [],
1682
+ "exports": []
1683
+ },
1684
+ {
1685
+ "kind": "javascript-module",
1686
+ "path": "dist/CustomElementsScope.js",
1687
+ "declarations": [],
1688
+ "exports": []
1689
+ },
1690
+ {
1691
+ "kind": "javascript-module",
1692
+ "path": "dist/CustomElementsScopeUtils.js",
1693
+ "declarations": [],
1694
+ "exports": []
1695
+ },
1696
+ {
1697
+ "kind": "javascript-module",
1698
+ "path": "dist/DOMObserver.js",
1699
+ "declarations": [],
1700
+ "exports": []
1701
+ },
1702
+ {
1703
+ "kind": "javascript-module",
1704
+ "path": "dist/Device.js",
1705
+ "declarations": [],
1706
+ "exports": []
1707
+ },
1708
+ {
1709
+ "kind": "javascript-module",
1710
+ "path": "dist/EventProvider.js",
1711
+ "declarations": [],
1712
+ "exports": [
1713
+ {
1714
+ "kind": "js",
1715
+ "name": "default",
1716
+ "declaration": {
1717
+ "name": "EventProvider",
1718
+ "module": "dist/EventProvider.js"
1719
+ }
1720
+ }
1721
+ ]
1722
+ },
1723
+ {
1724
+ "kind": "javascript-module",
1725
+ "path": "dist/FeaturesRegistry.js",
1726
+ "declarations": [],
1727
+ "exports": []
1728
+ },
1729
+ {
1730
+ "kind": "javascript-module",
1731
+ "path": "dist/FontFace.js",
1732
+ "declarations": [],
1733
+ "exports": [
1734
+ {
1735
+ "kind": "js",
1736
+ "name": "default",
1737
+ "declaration": {
1738
+ "name": "insertFontFace",
1739
+ "module": "dist/FontFace.js"
1740
+ }
1741
+ }
1742
+ ]
1743
+ },
1744
+ {
1745
+ "kind": "javascript-module",
1746
+ "path": "dist/IgnoreCustomElements.js",
1747
+ "declarations": [],
1748
+ "exports": []
1749
+ },
1750
+ {
1751
+ "kind": "javascript-module",
1752
+ "path": "dist/InitialConfiguration.js",
1753
+ "declarations": [],
1754
+ "exports": []
1755
+ },
1756
+ {
1757
+ "kind": "javascript-module",
1758
+ "path": "dist/Keys.js",
1759
+ "declarations": [],
1760
+ "exports": []
1761
+ },
1762
+ {
1763
+ "kind": "javascript-module",
1764
+ "path": "dist/ManagedStyles.js",
1765
+ "declarations": [],
1766
+ "exports": []
1767
+ },
1768
+ {
1769
+ "kind": "javascript-module",
1770
+ "path": "dist/MarkedEvents.js",
1771
+ "declarations": [],
1772
+ "exports": []
1773
+ },
1774
+ {
1775
+ "kind": "javascript-module",
1776
+ "path": "dist/MediaRange.js",
1777
+ "declarations": [],
1778
+ "exports": [
1779
+ {
1780
+ "kind": "js",
1781
+ "name": "default",
1782
+ "declaration": {
1783
+ "name": "MediaRange",
1784
+ "module": "dist/MediaRange.js"
1785
+ }
1786
+ }
1787
+ ]
1788
+ },
1789
+ {
1790
+ "kind": "javascript-module",
1791
+ "path": "dist/PropertiesFileFormat.js",
1792
+ "declarations": [],
1793
+ "exports": [
1794
+ {
1795
+ "kind": "js",
1796
+ "name": "default",
1797
+ "declaration": {
1798
+ "name": "parseProperties",
1799
+ "module": "dist/PropertiesFileFormat.js"
1800
+ }
1801
+ }
1802
+ ]
1803
+ },
1804
+ {
1805
+ "kind": "javascript-module",
1806
+ "path": "dist/Render.js",
1807
+ "declarations": [],
1808
+ "exports": []
1809
+ },
1810
+ {
1811
+ "kind": "javascript-module",
1812
+ "path": "dist/RenderQueue.js",
1813
+ "declarations": [],
1814
+ "exports": [
1815
+ {
1816
+ "kind": "js",
1817
+ "name": "default",
1818
+ "declaration": {
1819
+ "name": "RenderQueue",
1820
+ "module": "dist/RenderQueue.js"
1821
+ }
1822
+ }
1823
+ ]
1824
+ },
1825
+ {
1826
+ "kind": "javascript-module",
1827
+ "path": "dist/Runtimes.js",
1828
+ "declarations": [],
1829
+ "exports": []
1830
+ },
1831
+ {
1832
+ "kind": "javascript-module",
1833
+ "path": "dist/StaticArea.js",
1834
+ "declarations": [],
1835
+ "exports": [
1836
+ {
1837
+ "kind": "js",
1838
+ "name": "default",
1839
+ "declaration": {
1840
+ "name": "StaticArea",
1841
+ "module": "dist/StaticArea.js"
1842
+ }
1843
+ }
1844
+ ]
1845
+ },
1846
+ {
1847
+ "kind": "javascript-module",
1848
+ "path": "dist/SystemCSSVars.js",
1849
+ "declarations": [],
1850
+ "exports": [
1851
+ {
1852
+ "kind": "js",
1853
+ "name": "default",
1854
+ "declaration": {
1855
+ "name": "insertSystemCSSVars",
1856
+ "module": "dist/SystemCSSVars.js"
1857
+ }
1858
+ }
1859
+ ]
1860
+ },
1861
+ {
1862
+ "kind": "javascript-module",
1863
+ "path": "dist/Theming.js",
1864
+ "declarations": [],
1865
+ "exports": []
1866
+ },
1867
+ {
1868
+ "kind": "javascript-module",
1869
+ "path": "dist/UI5Element.js",
1870
+ "declarations": [
1871
+ {
1872
+ "kind": "class",
1873
+ "description": "Base class for all UI5 Web Components",
1874
+ "name": "UI5Element",
1875
+ "members": [
1876
+ {
1877
+ "kind": "method",
1878
+ "name": "onBeforeRendering",
1879
+ "return": {
1880
+ "type": {
1881
+ "text": "void"
1882
+ }
1883
+ },
1884
+ "description": "Called every time before the component renders.",
1885
+ "privacy": "public"
1886
+ },
1887
+ {
1888
+ "kind": "method",
1889
+ "name": "onAfterRendering",
1890
+ "return": {
1891
+ "type": {
1892
+ "text": "void"
1893
+ }
1894
+ },
1895
+ "description": "Called every time after the component renders.",
1896
+ "privacy": "public"
1897
+ },
1898
+ {
1899
+ "kind": "method",
1900
+ "name": "onEnterDOM",
1901
+ "return": {
1902
+ "type": {
1903
+ "text": "void"
1904
+ }
1905
+ },
1906
+ "description": "Called on connectedCallback - added to the DOM.",
1907
+ "privacy": "public"
1908
+ },
1909
+ {
1910
+ "kind": "method",
1911
+ "name": "onExitDOM",
1912
+ "return": {
1913
+ "type": {
1914
+ "text": "void"
1915
+ }
1916
+ },
1917
+ "description": "Called on disconnectedCallback - removed from the DOM.",
1918
+ "privacy": "public"
1919
+ },
1920
+ {
1921
+ "kind": "method",
1922
+ "name": "attachInvalidate",
1923
+ "return": {
1924
+ "type": {
1925
+ "text": "void"
1926
+ }
1927
+ },
1928
+ "parameters": [
1929
+ {
1930
+ "name": "callback",
1931
+ "type": {
1932
+ "text": "(param: InvalidationInfo) => void"
1933
+ }
1934
+ }
1935
+ ],
1936
+ "description": "Attach a callback that will be executed whenever the component is invalidated",
1937
+ "privacy": "public"
1938
+ },
1939
+ {
1940
+ "kind": "method",
1941
+ "name": "detachInvalidate",
1942
+ "return": {
1943
+ "type": {
1944
+ "text": "void"
1945
+ }
1946
+ },
1947
+ "parameters": [
1948
+ {
1949
+ "name": "callback",
1950
+ "type": {
1951
+ "text": "(param: InvalidationInfo) => void"
1952
+ }
1953
+ }
1954
+ ],
1955
+ "description": "Detach the callback that is executed whenever the component is invalidated",
1956
+ "privacy": "public"
1957
+ },
1958
+ {
1959
+ "kind": "method",
1960
+ "name": "onInvalidation",
1961
+ "return": {
1962
+ "type": {
1963
+ "text": "void"
1964
+ }
1965
+ },
1966
+ "parameters": [
1967
+ {
1968
+ "name": "changeInfo",
1969
+ "type": {
1970
+ "text": "ChangeInfo",
1971
+ "references": [
1972
+ {
1973
+ "name": "ChangeInfo",
1974
+ "package": "@ui5/webcomponents-base",
1975
+ "module": "dist/UI5Element.js"
1976
+ }
1977
+ ]
1978
+ },
1979
+ "description": "An object with information about the change that caused invalidation.\nThe object can have the following properties:\n- type: (property|slot) tells what caused the invalidation\n1) property: a property value was changed either directly or as a result of changing the corresponding attribute\n2) slot: a slotted node(nodes) changed in one of several ways (see \"reason\")\n\n- name: the name of the property or slot that caused the invalidation\n\n- reason: (children|textcontent|childchange|slotchange) relevant only for type=\"slot\" only and tells exactly what changed in the slot\n1) children: immediate children (HTML elements or text nodes) were added, removed or reordered in the slot\n2) textcontent: text nodes in the slot changed value (or nested text nodes were added or changed value). Can only trigger for slots of \"type: Node\"\n3) slotchange: a slot element, slotted inside that slot had its \"slotchange\" event listener called. This practically means that transitively slotted children changed.\nCan only trigger if the child of a slot is a slot element itself.\n4) childchange: indicates that a UI5Element child in that slot was invalidated and in turn invalidated the component.\nCan only trigger for slots with \"invalidateOnChildChange\" metadata descriptor\n\n- newValue: the new value of the property (for type=\"property\" only)\n\n- oldValue: the old value of the property (for type=\"property\" only)\n\n- child the child that was changed (for type=\"slot\" and reason=\"childchange\" only)"
1980
+ }
1981
+ ],
1982
+ "description": "A callback that is executed each time an already rendered component is invalidated (scheduled for re-rendering)",
1983
+ "privacy": "public"
1984
+ },
1985
+ {
1986
+ "kind": "method",
1987
+ "name": "getDomRef",
1988
+ "return": {
1989
+ "type": {
1990
+ "text": "HTMLElement | undefined"
1991
+ }
1992
+ },
1993
+ "description": "Returns the DOM Element inside the Shadow Root that corresponds to the opening tag in the UI5 Web Component's template\n*Note:* For logical (abstract) elements (items, options, etc...), returns the part of the parent's DOM that represents this option\nUse this method instead of \"this.shadowRoot\" to read the Shadow DOM, if ever necessary",
1994
+ "privacy": "public"
1995
+ },
1996
+ {
1997
+ "kind": "method",
1998
+ "name": "getFocusDomRef",
1999
+ "return": {
2000
+ "type": {
2001
+ "text": "HTMLElement | undefined"
2002
+ }
2003
+ },
2004
+ "description": "Returns the DOM Element marked with \"data-sap-focus-ref\" inside the template.\nThis is the element that will receive the focus by default.",
2005
+ "privacy": "public"
2006
+ },
2007
+ {
2008
+ "kind": "method",
2009
+ "name": "getFocusDomRefAsync",
2010
+ "return": {
2011
+ "type": {
2012
+ "text": "Promise<HTMLElement | undefined>"
2013
+ }
2014
+ },
2015
+ "description": "Waits for dom ref and then returns the DOM Element marked with \"data-sap-focus-ref\" inside the template.\nThis is the element that will receive the focus by default.",
2016
+ "privacy": "public"
2017
+ },
2018
+ {
2019
+ "kind": "method",
2020
+ "name": "focus",
2021
+ "return": {
2022
+ "type": {
2023
+ "text": "Promise<void>"
2024
+ }
2025
+ },
2026
+ "parameters": [
2027
+ {
2028
+ "name": "focusOptions",
2029
+ "optional": true,
2030
+ "type": {
2031
+ "text": "FocusOptions"
2032
+ },
2033
+ "description": "additional options for the focus"
2034
+ }
2035
+ ],
2036
+ "description": "Set the focus to the element, returned by \"getFocusDomRef()\" (marked by \"data-sap-focus-ref\")",
2037
+ "privacy": "public"
2038
+ },
2039
+ {
2040
+ "kind": "method",
2041
+ "name": "fireEvent",
2042
+ "return": {
2043
+ "type": {
2044
+ "text": "boolean"
2045
+ },
2046
+ "description": "false, if the event was cancelled (preventDefault called), true otherwise"
2047
+ },
2048
+ "parameters": [
2049
+ {
2050
+ "name": "name",
2051
+ "type": {
2052
+ "text": "string"
2053
+ },
2054
+ "description": "name of the event"
2055
+ },
2056
+ {
2057
+ "name": "data",
2058
+ "optional": true,
2059
+ "type": {
2060
+ "text": "T"
2061
+ },
2062
+ "description": "additional data for the event"
2063
+ },
2064
+ {
2065
+ "name": "cancelable",
2066
+ "default": "false",
2067
+ "description": "true, if the user can call preventDefault on the event object"
2068
+ },
2069
+ {
2070
+ "name": "bubbles",
2071
+ "default": "true",
2072
+ "description": "true, if the event bubbles"
2073
+ }
2074
+ ],
2075
+ "privacy": "public"
2076
+ },
2077
+ {
2078
+ "kind": "method",
2079
+ "name": "getSlottedNodes",
2080
+ "return": {
2081
+ "type": {
2082
+ "text": "Array<T>"
2083
+ }
2084
+ },
2085
+ "description": "Returns the actual children, associated with a slot.\nUseful when there are transitive slots in nested component scenarios and you don't want to get a list of the slots, but rather of their content.",
2086
+ "privacy": "public"
2087
+ },
2088
+ {
2089
+ "kind": "method",
2090
+ "name": "attachComponentStateFinalized",
2091
+ "return": {
2092
+ "type": {
2093
+ "text": "void"
2094
+ }
2095
+ },
2096
+ "parameters": [
2097
+ {
2098
+ "name": "callback",
2099
+ "type": {
2100
+ "text": "() => void"
2101
+ }
2102
+ }
2103
+ ],
2104
+ "description": "Attach a callback that will be executed whenever the component's state is finalized",
2105
+ "privacy": "public"
2106
+ },
2107
+ {
2108
+ "kind": "method",
2109
+ "name": "detachComponentStateFinalized",
2110
+ "return": {
2111
+ "type": {
2112
+ "text": "void"
2113
+ }
2114
+ },
2115
+ "parameters": [
2116
+ {
2117
+ "name": "callback",
2118
+ "type": {
2119
+ "text": "() => void"
2120
+ }
2121
+ }
2122
+ ],
2123
+ "description": "Detach the callback that is executed whenever the component's state is finalized",
2124
+ "privacy": "public"
2125
+ },
2126
+ {
2127
+ "kind": "field",
2128
+ "name": "effectiveDir",
2129
+ "type": {
2130
+ "text": "string | undefined"
2131
+ },
2132
+ "description": "Determines whether the component should be rendered in RTL mode or not.\nReturns: \"rtl\", \"ltr\" or undefined",
2133
+ "privacy": "public",
2134
+ "default": "undefined",
2135
+ "readonly": true
2136
+ },
2137
+ {
2138
+ "kind": "field",
2139
+ "name": "isUI5Element",
2140
+ "type": {
2141
+ "text": "boolean"
2142
+ },
2143
+ "description": "Used to duck-type UI5 elements without using instanceof",
2144
+ "privacy": "public",
2145
+ "default": "true",
2146
+ "readonly": true
2147
+ },
2148
+ {
2149
+ "kind": "method",
2150
+ "name": "getUniqueDependencies",
2151
+ "static": true,
2152
+ "return": {
2153
+ "type": {
2154
+ "text": "Array<typeof UI5Element>"
2155
+ }
2156
+ },
2157
+ "description": "Returns a list of the unique dependencies for this UI5 Web Component",
2158
+ "privacy": "public"
2159
+ },
2160
+ {
2161
+ "kind": "method",
2162
+ "name": "define",
2163
+ "static": true,
2164
+ "return": {
2165
+ "type": {
2166
+ "text": "Promise<typeof UI5Element>"
2167
+ }
2168
+ },
2169
+ "description": "Registers a UI5 Web Component in the browser window object",
2170
+ "privacy": "public"
2171
+ },
2172
+ {
2173
+ "kind": "method",
2174
+ "name": "getMetadata",
2175
+ "static": true,
2176
+ "return": {
2177
+ "type": {
2178
+ "text": "UI5ElementMetadata",
2179
+ "references": [
2180
+ {
2181
+ "name": "UI5ElementMetadata",
2182
+ "package": "@ui5/webcomponents-base",
2183
+ "module": "dist/UI5ElementMetadata.js"
2184
+ }
2185
+ ]
2186
+ }
2187
+ },
2188
+ "description": "Returns an instance of UI5ElementMetadata.js representing this UI5 Web Component's full metadata (its and its parents')\nNote: not to be confused with the \"get metadata()\" method, which returns an object for this class's metadata only",
2189
+ "privacy": "public"
2190
+ }
2191
+ ],
2192
+ "attributes": [
2193
+ {
2194
+ "description": "Determines whether the component should be rendered in RTL mode or not.\nReturns: \"rtl\", \"ltr\" or undefined",
2195
+ "name": "effective-dir",
2196
+ "default": "undefined",
2197
+ "fieldName": "effectiveDir",
2198
+ "type": {
2199
+ "text": "any"
2200
+ }
2201
+ },
2202
+ {
2203
+ "description": "Used to duck-type UI5 elements without using instanceof",
2204
+ "name": "is-ui5-element",
2205
+ "default": "true",
2206
+ "fieldName": "isUI5Element",
2207
+ "type": {
2208
+ "text": "any"
2209
+ }
2210
+ }
2211
+ ],
2212
+ "customElement": true
2213
+ }
2214
+ ],
2215
+ "exports": [
2216
+ {
2217
+ "kind": "js",
2218
+ "name": "default",
2219
+ "declaration": {
2220
+ "name": "UI5Element",
2221
+ "module": "dist/UI5Element.js"
2222
+ }
2223
+ }
2224
+ ]
2225
+ },
2226
+ {
2227
+ "kind": "javascript-module",
2228
+ "path": "dist/UI5ElementMetadata.js",
2229
+ "declarations": [
2230
+ {
2231
+ "kind": "class",
2232
+ "description": "",
2233
+ "name": "UI5ElementMetadata",
2234
+ "members": [
2235
+ {
2236
+ "kind": "method",
2237
+ "name": "validatePropertyValue",
2238
+ "static": true,
2239
+ "return": {
2240
+ "type": {
2241
+ "text": "PropertyValue",
2242
+ "references": [
2243
+ {
2244
+ "name": "PropertyValue",
2245
+ "package": "@ui5/webcomponents-base",
2246
+ "module": "dist/UI5ElementMetadata.js"
2247
+ }
2248
+ ]
2249
+ }
2250
+ },
2251
+ "description": "Validates the property's value and returns it if correct\nor returns the default value if not.\n**Note:** Only intended for use by UI5Element.js",
2252
+ "privacy": "public"
2253
+ },
2254
+ {
2255
+ "kind": "method",
2256
+ "name": "validateSlotValue",
2257
+ "static": true,
2258
+ "return": {
2259
+ "type": {
2260
+ "text": "Node"
2261
+ }
2262
+ },
2263
+ "description": "Validates the slot's value and returns it if correct\nor throws an exception if not.\n**Note:** Only intended for use by UI5Element.js",
2264
+ "privacy": "public"
2265
+ },
2266
+ {
2267
+ "kind": "method",
2268
+ "name": "getPureTag",
2269
+ "return": {
2270
+ "type": {
2271
+ "text": "string"
2272
+ }
2273
+ },
2274
+ "description": "Returns the tag of the UI5 Element without the scope",
2275
+ "privacy": "public"
2276
+ },
2277
+ {
2278
+ "kind": "method",
2279
+ "name": "getTag",
2280
+ "return": {
2281
+ "type": {
2282
+ "text": "string"
2283
+ }
2284
+ },
2285
+ "description": "Returns the tag of the UI5 Element",
2286
+ "privacy": "public"
2287
+ },
2288
+ {
2289
+ "kind": "method",
2290
+ "name": "hasAttribute",
2291
+ "return": {
2292
+ "type": {
2293
+ "text": "boolean"
2294
+ }
2295
+ },
2296
+ "parameters": [
2297
+ {
2298
+ "name": "propName",
2299
+ "type": {
2300
+ "text": "string"
2301
+ }
2302
+ }
2303
+ ],
2304
+ "description": "Determines whether a property should have an attribute counterpart",
2305
+ "privacy": "public"
2306
+ },
2307
+ {
2308
+ "kind": "method",
2309
+ "name": "getPropertiesList",
2310
+ "return": {
2311
+ "type": {
2312
+ "text": "Array<string>"
2313
+ }
2314
+ },
2315
+ "description": "Returns an array with the properties of the UI5 Element (in camelCase)",
2316
+ "privacy": "public"
2317
+ },
2318
+ {
2319
+ "kind": "method",
2320
+ "name": "getAttributesList",
2321
+ "return": {
2322
+ "type": {
2323
+ "text": "Array<string>"
2324
+ }
2325
+ },
2326
+ "description": "Returns an array with the attributes of the UI5 Element (in kebab-case)",
2327
+ "privacy": "public"
2328
+ },
2329
+ {
2330
+ "kind": "method",
2331
+ "name": "hasSlots",
2332
+ "return": {
2333
+ "type": {
2334
+ "text": "boolean"
2335
+ }
2336
+ },
2337
+ "description": "Determines whether this UI5 Element supports any slots",
2338
+ "privacy": "public"
2339
+ },
2340
+ {
2341
+ "kind": "method",
2342
+ "name": "hasIndividualSlots",
2343
+ "return": {
2344
+ "type": {
2345
+ "text": "boolean"
2346
+ }
2347
+ },
2348
+ "description": "Determines whether this UI5 Element supports any slots with \"individualSlots: true\"",
2349
+ "privacy": "public"
2350
+ },
2351
+ {
2352
+ "kind": "method",
2353
+ "name": "slotsAreManaged",
2354
+ "return": {
2355
+ "type": {
2356
+ "text": "boolean"
2357
+ }
2358
+ },
2359
+ "description": "Determines whether this UI5 Element needs to invalidate if children are added/removed/changed",
2360
+ "privacy": "public"
2361
+ },
2362
+ {
2363
+ "kind": "method",
2364
+ "name": "supportsF6FastNavigation",
2365
+ "return": {
2366
+ "type": {
2367
+ "text": "boolean"
2368
+ }
2369
+ },
2370
+ "description": "Determines whether this control supports F6 fast navigation",
2371
+ "privacy": "public"
2372
+ },
2373
+ {
2374
+ "kind": "method",
2375
+ "name": "getProperties",
2376
+ "return": {
2377
+ "type": {
2378
+ "text": "Record<string, Property>",
2379
+ "references": [
2380
+ {
2381
+ "name": "Property",
2382
+ "package": "@ui5/webcomponents-base",
2383
+ "module": "dist/UI5ElementMetadata.js"
2384
+ }
2385
+ ]
2386
+ }
2387
+ },
2388
+ "description": "Returns an object with key-value pairs of properties and their metadata definitions",
2389
+ "privacy": "public"
2390
+ },
2391
+ {
2392
+ "kind": "method",
2393
+ "name": "getEvents",
2394
+ "return": {
2395
+ "type": {
2396
+ "text": "EventData",
2397
+ "references": [
2398
+ {
2399
+ "name": "EventData",
2400
+ "package": "@ui5/webcomponents-base",
2401
+ "module": "dist/UI5ElementMetadata.js"
2402
+ }
2403
+ ]
2404
+ }
2405
+ },
2406
+ "description": "Returns an object with key-value pairs of events and their metadata definitions",
2407
+ "privacy": "public"
2408
+ },
2409
+ {
2410
+ "kind": "method",
2411
+ "name": "getSlots",
2412
+ "return": {
2413
+ "type": {
2414
+ "text": "Record<string, Slot>",
2415
+ "references": [
2416
+ {
2417
+ "name": "Slot",
2418
+ "package": "@ui5/webcomponents-base",
2419
+ "module": "dist/UI5ElementMetadata.js"
2420
+ }
2421
+ ]
2422
+ }
2423
+ },
2424
+ "description": "Returns an object with key-value pairs of slots and their metadata definitions",
2425
+ "privacy": "public"
2426
+ }
2427
+ ]
2428
+ }
2429
+ ],
2430
+ "exports": [
2431
+ {
2432
+ "kind": "js",
2433
+ "name": "default",
2434
+ "declaration": {
2435
+ "name": "UI5ElementMetadata",
2436
+ "module": "dist/UI5ElementMetadata.js"
2437
+ }
2438
+ }
2439
+ ]
2440
+ },
2441
+ {
2442
+ "kind": "javascript-module",
2443
+ "path": "dist/connectToComponent.js",
2444
+ "declarations": [],
2445
+ "exports": [
2446
+ {
2447
+ "kind": "js",
2448
+ "name": "default",
2449
+ "declaration": {
2450
+ "name": "connectToComponent",
2451
+ "module": "dist/connectToComponent.js"
2452
+ }
2453
+ }
2454
+ ]
2455
+ },
2456
+ {
2457
+ "kind": "javascript-module",
2458
+ "path": "dist/decorators.js",
2459
+ "declarations": [],
2460
+ "exports": []
2461
+ },
2462
+ {
2463
+ "kind": "javascript-module",
2464
+ "path": "dist/getSharedResource.js",
2465
+ "declarations": [],
2466
+ "exports": [
2467
+ {
2468
+ "kind": "js",
2469
+ "name": "default",
2470
+ "declaration": {
2471
+ "name": "getSharedResource",
2472
+ "module": "dist/getSharedResource.js"
2473
+ }
2474
+ }
2475
+ ]
2476
+ },
2477
+ {
2478
+ "kind": "javascript-module",
2479
+ "path": "dist/i18nBundle.js",
2480
+ "declarations": [
2481
+ {
2482
+ "kind": "class",
2483
+ "description": "",
2484
+ "name": "I18nBundle",
2485
+ "members": [
2486
+ {
2487
+ "kind": "method",
2488
+ "name": "getText",
2489
+ "return": {
2490
+ "type": {
2491
+ "text": "string"
2492
+ }
2493
+ },
2494
+ "parameters": [
2495
+ {
2496
+ "name": "textObj",
2497
+ "type": {
2498
+ "text": "I18nText | string",
2499
+ "references": [
2500
+ {
2501
+ "name": "I18nText",
2502
+ "package": "@ui5/webcomponents-base",
2503
+ "module": "dist/i18nBundle.js"
2504
+ }
2505
+ ]
2506
+ },
2507
+ "description": "key/defaultText pair or just the key"
2508
+ },
2509
+ {
2510
+ "name": "params",
2511
+ "type": {
2512
+ "text": "Array<number | string>"
2513
+ },
2514
+ "description": "Values for the placeholders"
2515
+ }
2516
+ ],
2517
+ "description": "Returns a text in the currently loaded language",
2518
+ "privacy": "public"
2519
+ }
2520
+ ]
2521
+ }
2522
+ ],
2523
+ "exports": [
2524
+ {
2525
+ "kind": "js",
2526
+ "name": "default",
2527
+ "declaration": {
2528
+ "name": "I18nBundle",
2529
+ "module": "dist/i18nBundle.js"
2530
+ }
2531
+ }
2532
+ ]
2533
+ },
2534
+ {
2535
+ "kind": "javascript-module",
2536
+ "path": "dist/ssr-dom-shim.js",
2537
+ "declarations": [],
2538
+ "exports": []
2539
+ },
2540
+ {
2541
+ "kind": "javascript-module",
2542
+ "path": "dist/ssr-dom.js",
2543
+ "declarations": [],
2544
+ "exports": []
2545
+ },
2546
+ {
2547
+ "kind": "javascript-module",
2548
+ "path": "dist/types.js",
2549
+ "declarations": [],
2550
+ "exports": []
2551
+ },
2552
+ {
2553
+ "kind": "javascript-module",
2554
+ "path": "dist/updateShadowRoot.js",
2555
+ "declarations": [],
2556
+ "exports": [
2557
+ {
2558
+ "kind": "js",
2559
+ "name": "default",
2560
+ "declaration": {
2561
+ "name": "updateShadowRoot",
2562
+ "module": "dist/updateShadowRoot.js"
2563
+ }
2564
+ }
2565
+ ]
2566
+ },
2567
+ {
2568
+ "kind": "javascript-module",
2569
+ "path": "dist/validateThemeRoot.js",
2570
+ "declarations": [],
2571
+ "exports": [
2572
+ {
2573
+ "kind": "js",
2574
+ "name": "default",
2575
+ "declaration": {
2576
+ "name": "validateThemeRoot",
2577
+ "module": "dist/validateThemeRoot.js"
2578
+ }
2579
+ }
2580
+ ]
2581
+ }
2582
+ ]
2583
+ }