@ui5/webcomponents-fiori 1.21.0 → 1.22.0-rc.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (283) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/dist/Bar.d.ts +6 -27
  3. package/dist/Bar.js +3 -14
  4. package/dist/Bar.js.map +1 -1
  5. package/dist/BarcodeScannerDialog.d.ts +2 -13
  6. package/dist/BarcodeScannerDialog.js +10 -12
  7. package/dist/BarcodeScannerDialog.js.map +1 -1
  8. package/dist/DynamicSideContent.d.ts +9 -35
  9. package/dist/DynamicSideContent.js +15 -7
  10. package/dist/DynamicSideContent.js.map +1 -1
  11. package/dist/FilterItem.d.ts +3 -14
  12. package/dist/FilterItem.js +1 -5
  13. package/dist/FilterItem.js.map +1 -1
  14. package/dist/FilterItemOption.d.ts +3 -11
  15. package/dist/FilterItemOption.js +1 -5
  16. package/dist/FilterItemOption.js.map +1 -1
  17. package/dist/FlexibleColumnLayout.d.ts +13 -51
  18. package/dist/FlexibleColumnLayout.js +28 -26
  19. package/dist/FlexibleColumnLayout.js.map +1 -1
  20. package/dist/IllustratedMessage.d.ts +9 -35
  21. package/dist/IllustratedMessage.js +1 -4
  22. package/dist/IllustratedMessage.js.map +1 -1
  23. package/dist/Interfaces.d.ts +28 -88
  24. package/dist/Interfaces.js +2 -113
  25. package/dist/Interfaces.js.map +1 -1
  26. package/dist/MediaGallery.d.ts +9 -26
  27. package/dist/MediaGallery.js +4 -8
  28. package/dist/MediaGallery.js.map +1 -1
  29. package/dist/MediaGalleryItem.d.ts +7 -22
  30. package/dist/MediaGalleryItem.js +2 -5
  31. package/dist/MediaGalleryItem.js.map +1 -1
  32. package/dist/NotificationAction.d.ts +7 -20
  33. package/dist/NotificationAction.js +3 -9
  34. package/dist/NotificationAction.js.map +1 -1
  35. package/dist/NotificationListGroupItem.d.ts +5 -27
  36. package/dist/NotificationListGroupItem.js +1 -16
  37. package/dist/NotificationListGroupItem.js.map +1 -1
  38. package/dist/NotificationListItem.d.ts +3 -27
  39. package/dist/NotificationListItem.js +2 -15
  40. package/dist/NotificationListItem.js.map +1 -1
  41. package/dist/NotificationListItemBase.d.ts +7 -32
  42. package/dist/NotificationListItemBase.js +15 -15
  43. package/dist/NotificationListItemBase.js.map +1 -1
  44. package/dist/Page.d.ts +7 -35
  45. package/dist/Page.js +2 -13
  46. package/dist/Page.js.map +1 -1
  47. package/dist/ProductSwitch.d.ts +3 -10
  48. package/dist/ProductSwitch.js +1 -5
  49. package/dist/ProductSwitch.js.map +1 -1
  50. package/dist/ProductSwitchItem.d.ts +9 -22
  51. package/dist/ProductSwitchItem.js +2 -7
  52. package/dist/ProductSwitchItem.js.map +1 -1
  53. package/dist/ShellBar.d.ts +30 -90
  54. package/dist/ShellBar.js +28 -41
  55. package/dist/ShellBar.js.map +1 -1
  56. package/dist/ShellBarItem.d.ts +9 -14
  57. package/dist/ShellBarItem.js +6 -6
  58. package/dist/ShellBarItem.js.map +1 -1
  59. package/dist/SideNavigation.d.ts +29 -17
  60. package/dist/SideNavigation.js +155 -9
  61. package/dist/SideNavigation.js.map +1 -1
  62. package/dist/SideNavigationItem.d.ts +4 -17
  63. package/dist/SideNavigationItem.js +1 -5
  64. package/dist/SideNavigationItem.js.map +1 -1
  65. package/dist/SideNavigationItemBase.d.ts +7 -36
  66. package/dist/SideNavigationItemBase.js +20 -12
  67. package/dist/SideNavigationItemBase.js.map +1 -1
  68. package/dist/SideNavigationSubItem.d.ts +1 -5
  69. package/dist/SideNavigationSubItem.js +1 -5
  70. package/dist/SideNavigationSubItem.js.map +1 -1
  71. package/dist/SortItem.d.ts +3 -11
  72. package/dist/SortItem.js +1 -5
  73. package/dist/SortItem.js.map +1 -1
  74. package/dist/Timeline.d.ts +5 -16
  75. package/dist/Timeline.js +1 -5
  76. package/dist/Timeline.js.map +1 -1
  77. package/dist/TimelineItem.d.ts +11 -34
  78. package/dist/TimelineItem.js +3 -15
  79. package/dist/TimelineItem.js.map +1 -1
  80. package/dist/UploadCollection.d.ts +11 -32
  81. package/dist/UploadCollection.js +7 -9
  82. package/dist/UploadCollection.js.map +1 -1
  83. package/dist/UploadCollectionItem.d.ts +16 -47
  84. package/dist/UploadCollectionItem.js +3 -10
  85. package/dist/UploadCollectionItem.js.map +1 -1
  86. package/dist/ViewSettingsDialog.d.ts +5 -28
  87. package/dist/ViewSettingsDialog.js +34 -18
  88. package/dist/ViewSettingsDialog.js.map +1 -1
  89. package/dist/Wizard.d.ts +15 -39
  90. package/dist/Wizard.js +23 -33
  91. package/dist/Wizard.js.map +1 -1
  92. package/dist/WizardStep.d.ts +8 -31
  93. package/dist/WizardStep.js +2 -5
  94. package/dist/WizardStep.js.map +1 -1
  95. package/dist/WizardTab.d.ts +20 -24
  96. package/dist/WizardTab.js +1 -5
  97. package/dist/WizardTab.js.map +1 -1
  98. package/dist/css/themes/Bar.css +1 -1
  99. package/dist/css/themes/FlexibleColumnLayout.css +1 -1
  100. package/dist/css/themes/MediaGallery.css +1 -1
  101. package/dist/css/themes/MediaGalleryItem.css +1 -1
  102. package/dist/css/themes/NotificationListGroupItem.css +1 -1
  103. package/dist/css/themes/NotificationListItem.css +1 -1
  104. package/dist/css/themes/NotificationListItemBase.css +1 -1
  105. package/dist/css/themes/NotificationOverflowActionsPopover.css +1 -1
  106. package/dist/css/themes/Page.css +1 -1
  107. package/dist/css/themes/ProductSwitchItem.css +1 -1
  108. package/dist/css/themes/ShellBar.css +1 -1
  109. package/dist/css/themes/SideNavigation.css +1 -1
  110. package/dist/css/themes/SideNavigationPopover.css +1 -1
  111. package/dist/css/themes/Timeline.css +1 -1
  112. package/dist/css/themes/TimelineItem.css +1 -1
  113. package/dist/css/themes/UploadCollection.css +1 -1
  114. package/dist/css/themes/UploadCollectionItem.css +1 -1
  115. package/dist/css/themes/ViewSettingsDialog.css +1 -1
  116. package/dist/css/themes/Wizard.css +1 -1
  117. package/dist/css/themes/WizardTab.css +1 -1
  118. package/dist/css/themes/sap_belize/parameters-bundle.css +1 -1
  119. package/dist/css/themes/sap_belize_hcb/parameters-bundle.css +1 -1
  120. package/dist/css/themes/sap_belize_hcw/parameters-bundle.css +1 -1
  121. package/dist/css/themes/sap_fiori_3/parameters-bundle.css +1 -1
  122. package/dist/css/themes/sap_fiori_3_dark/parameters-bundle.css +1 -1
  123. package/dist/css/themes/sap_fiori_3_hcb/parameters-bundle.css +1 -1
  124. package/dist/css/themes/sap_fiori_3_hcw/parameters-bundle.css +1 -1
  125. package/dist/css/themes/sap_horizon/parameters-bundle.css +1 -1
  126. package/dist/css/themes/sap_horizon_dark/parameters-bundle.css +1 -1
  127. package/dist/css/themes/sap_horizon_dark_exp/parameters-bundle.css +1 -1
  128. package/dist/css/themes/sap_horizon_exp/parameters-bundle.css +1 -1
  129. package/dist/css/themes/sap_horizon_hcb/parameters-bundle.css +1 -1
  130. package/dist/css/themes/sap_horizon_hcb_exp/parameters-bundle.css +1 -1
  131. package/dist/css/themes/sap_horizon_hcw/parameters-bundle.css +1 -1
  132. package/dist/css/themes/sap_horizon_hcw_exp/parameters-bundle.css +1 -1
  133. package/dist/custom-elements-internal.json +6682 -0
  134. package/dist/custom-elements.json +4098 -1
  135. package/dist/generated/assets/themes/sap_belize/parameters-bundle.css.json +1 -1
  136. package/dist/generated/assets/themes/sap_belize_hcb/parameters-bundle.css.json +1 -1
  137. package/dist/generated/assets/themes/sap_belize_hcw/parameters-bundle.css.json +1 -1
  138. package/dist/generated/assets/themes/sap_fiori_3/parameters-bundle.css.json +1 -1
  139. package/dist/generated/assets/themes/sap_fiori_3_dark/parameters-bundle.css.json +1 -1
  140. package/dist/generated/assets/themes/sap_fiori_3_hcb/parameters-bundle.css.json +1 -1
  141. package/dist/generated/assets/themes/sap_fiori_3_hcw/parameters-bundle.css.json +1 -1
  142. package/dist/generated/assets/themes/sap_horizon/parameters-bundle.css.json +1 -1
  143. package/dist/generated/assets/themes/sap_horizon_dark/parameters-bundle.css.json +1 -1
  144. package/dist/generated/assets/themes/sap_horizon_dark_exp/parameters-bundle.css.json +1 -1
  145. package/dist/generated/assets/themes/sap_horizon_exp/parameters-bundle.css.json +1 -1
  146. package/dist/generated/assets/themes/sap_horizon_hcb/parameters-bundle.css.json +1 -1
  147. package/dist/generated/assets/themes/sap_horizon_hcb_exp/parameters-bundle.css.json +1 -1
  148. package/dist/generated/assets/themes/sap_horizon_hcw/parameters-bundle.css.json +1 -1
  149. package/dist/generated/assets/themes/sap_horizon_hcw_exp/parameters-bundle.css.json +1 -1
  150. package/dist/generated/i18n/i18n-defaults.d.ts +2 -1
  151. package/dist/generated/i18n/i18n-defaults.js +2 -1
  152. package/dist/generated/i18n/i18n-defaults.js.map +1 -1
  153. package/dist/generated/templates/SideNavigationPopoverTemplate.lit.js +6 -2
  154. package/dist/generated/templates/SideNavigationPopoverTemplate.lit.js.map +1 -1
  155. package/dist/generated/templates/SideNavigationTemplate.lit.js +1 -1
  156. package/dist/generated/templates/SideNavigationTemplate.lit.js.map +1 -1
  157. package/dist/generated/themes/Bar.css.js +1 -1
  158. package/dist/generated/themes/Bar.css.js.map +1 -1
  159. package/dist/generated/themes/FlexibleColumnLayout.css.js +1 -1
  160. package/dist/generated/themes/FlexibleColumnLayout.css.js.map +1 -1
  161. package/dist/generated/themes/MediaGallery.css.js +1 -1
  162. package/dist/generated/themes/MediaGallery.css.js.map +1 -1
  163. package/dist/generated/themes/MediaGalleryItem.css.js +1 -1
  164. package/dist/generated/themes/MediaGalleryItem.css.js.map +1 -1
  165. package/dist/generated/themes/NotificationListGroupItem.css.js +1 -1
  166. package/dist/generated/themes/NotificationListGroupItem.css.js.map +1 -1
  167. package/dist/generated/themes/NotificationListItem.css.js +1 -1
  168. package/dist/generated/themes/NotificationListItem.css.js.map +1 -1
  169. package/dist/generated/themes/NotificationListItemBase.css.js +1 -1
  170. package/dist/generated/themes/NotificationListItemBase.css.js.map +1 -1
  171. package/dist/generated/themes/NotificationOverflowActionsPopover.css.js +1 -1
  172. package/dist/generated/themes/NotificationOverflowActionsPopover.css.js.map +1 -1
  173. package/dist/generated/themes/Page.css.js +1 -1
  174. package/dist/generated/themes/Page.css.js.map +1 -1
  175. package/dist/generated/themes/ProductSwitchItem.css.js +1 -1
  176. package/dist/generated/themes/ProductSwitchItem.css.js.map +1 -1
  177. package/dist/generated/themes/ShellBar.css.js +1 -1
  178. package/dist/generated/themes/ShellBar.css.js.map +1 -1
  179. package/dist/generated/themes/SideNavigation.css.js +1 -1
  180. package/dist/generated/themes/SideNavigation.css.js.map +1 -1
  181. package/dist/generated/themes/SideNavigationPopover.css.js +1 -1
  182. package/dist/generated/themes/SideNavigationPopover.css.js.map +1 -1
  183. package/dist/generated/themes/Timeline.css.js +1 -1
  184. package/dist/generated/themes/Timeline.css.js.map +1 -1
  185. package/dist/generated/themes/TimelineItem.css.js +1 -1
  186. package/dist/generated/themes/TimelineItem.css.js.map +1 -1
  187. package/dist/generated/themes/UploadCollection.css.js +1 -1
  188. package/dist/generated/themes/UploadCollection.css.js.map +1 -1
  189. package/dist/generated/themes/UploadCollectionItem.css.js +1 -1
  190. package/dist/generated/themes/UploadCollectionItem.css.js.map +1 -1
  191. package/dist/generated/themes/ViewSettingsDialog.css.js +1 -1
  192. package/dist/generated/themes/ViewSettingsDialog.css.js.map +1 -1
  193. package/dist/generated/themes/Wizard.css.js +1 -1
  194. package/dist/generated/themes/Wizard.css.js.map +1 -1
  195. package/dist/generated/themes/WizardTab.css.js +1 -1
  196. package/dist/generated/themes/WizardTab.css.js.map +1 -1
  197. package/dist/generated/themes/sap_belize/parameters-bundle.css.js +1 -1
  198. package/dist/generated/themes/sap_belize/parameters-bundle.css.js.map +1 -1
  199. package/dist/generated/themes/sap_belize_hcb/parameters-bundle.css.js +1 -1
  200. package/dist/generated/themes/sap_belize_hcb/parameters-bundle.css.js.map +1 -1
  201. package/dist/generated/themes/sap_belize_hcw/parameters-bundle.css.js +1 -1
  202. package/dist/generated/themes/sap_belize_hcw/parameters-bundle.css.js.map +1 -1
  203. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js +1 -1
  204. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js.map +1 -1
  205. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js +1 -1
  206. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js.map +1 -1
  207. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js +1 -1
  208. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js.map +1 -1
  209. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js +1 -1
  210. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js.map +1 -1
  211. package/dist/generated/themes/sap_horizon/parameters-bundle.css.js +1 -1
  212. package/dist/generated/themes/sap_horizon/parameters-bundle.css.js.map +1 -1
  213. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js +1 -1
  214. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js.map +1 -1
  215. package/dist/generated/themes/sap_horizon_dark_exp/parameters-bundle.css.js +1 -1
  216. package/dist/generated/themes/sap_horizon_dark_exp/parameters-bundle.css.js.map +1 -1
  217. package/dist/generated/themes/sap_horizon_exp/parameters-bundle.css.js +1 -1
  218. package/dist/generated/themes/sap_horizon_exp/parameters-bundle.css.js.map +1 -1
  219. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js +1 -1
  220. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js.map +1 -1
  221. package/dist/generated/themes/sap_horizon_hcb_exp/parameters-bundle.css.js +1 -1
  222. package/dist/generated/themes/sap_horizon_hcb_exp/parameters-bundle.css.js.map +1 -1
  223. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js +1 -1
  224. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js.map +1 -1
  225. package/dist/generated/themes/sap_horizon_hcw_exp/parameters-bundle.css.js +1 -1
  226. package/dist/generated/themes/sap_horizon_hcw_exp/parameters-bundle.css.js.map +1 -1
  227. package/dist/types/BarDesign.d.ts +0 -8
  228. package/dist/types/BarDesign.js +0 -8
  229. package/dist/types/BarDesign.js.map +1 -1
  230. package/dist/types/FCLLayout.d.ts +0 -13
  231. package/dist/types/FCLLayout.js +0 -13
  232. package/dist/types/FCLLayout.js.map +1 -1
  233. package/dist/types/IllustrationMessageSize.d.ts +0 -9
  234. package/dist/types/IllustrationMessageSize.js +0 -9
  235. package/dist/types/IllustrationMessageSize.js.map +1 -1
  236. package/dist/types/IllustrationMessageType.d.ts +0 -107
  237. package/dist/types/IllustrationMessageType.js +0 -107
  238. package/dist/types/IllustrationMessageType.js.map +1 -1
  239. package/dist/types/MediaGalleryItemLayout.d.ts +0 -6
  240. package/dist/types/MediaGalleryItemLayout.js +0 -6
  241. package/dist/types/MediaGalleryItemLayout.js.map +1 -1
  242. package/dist/types/MediaGalleryLayout.d.ts +0 -7
  243. package/dist/types/MediaGalleryLayout.js +0 -7
  244. package/dist/types/MediaGalleryLayout.js.map +1 -1
  245. package/dist/types/MediaGalleryMenuHorizontalAlign.d.ts +0 -6
  246. package/dist/types/MediaGalleryMenuHorizontalAlign.js +0 -6
  247. package/dist/types/MediaGalleryMenuHorizontalAlign.js.map +1 -1
  248. package/dist/types/MediaGalleryMenuVerticalAlign.d.ts +0 -6
  249. package/dist/types/MediaGalleryMenuVerticalAlign.js +0 -6
  250. package/dist/types/MediaGalleryMenuVerticalAlign.js.map +1 -1
  251. package/dist/types/PageBackgroundDesign.d.ts +0 -7
  252. package/dist/types/PageBackgroundDesign.js +0 -7
  253. package/dist/types/PageBackgroundDesign.js.map +1 -1
  254. package/dist/types/SideContentFallDown.d.ts +0 -8
  255. package/dist/types/SideContentFallDown.js +0 -8
  256. package/dist/types/SideContentFallDown.js.map +1 -1
  257. package/dist/types/SideContentPosition.d.ts +0 -6
  258. package/dist/types/SideContentPosition.js +0 -6
  259. package/dist/types/SideContentPosition.js.map +1 -1
  260. package/dist/types/SideContentVisibility.d.ts +0 -9
  261. package/dist/types/SideContentVisibility.js +0 -9
  262. package/dist/types/SideContentVisibility.js.map +1 -1
  263. package/dist/types/TimelineLayout.d.ts +0 -6
  264. package/dist/types/TimelineLayout.js +0 -6
  265. package/dist/types/TimelineLayout.js.map +1 -1
  266. package/dist/types/UploadCollectionDnDMode.d.ts +0 -7
  267. package/dist/types/UploadCollectionDnDMode.js +0 -7
  268. package/dist/types/UploadCollectionDnDMode.js.map +1 -1
  269. package/dist/types/UploadState.d.ts +0 -8
  270. package/dist/types/UploadState.js +0 -8
  271. package/dist/types/UploadState.js.map +1 -1
  272. package/dist/types/ViewSettingsDialogMode.d.ts +0 -6
  273. package/dist/types/ViewSettingsDialogMode.js +0 -6
  274. package/dist/types/ViewSettingsDialogMode.js.map +1 -1
  275. package/dist/types/WizardContentLayout.d.ts +0 -6
  276. package/dist/types/WizardContentLayout.js +0 -6
  277. package/dist/types/WizardContentLayout.js.map +1 -1
  278. package/package.json +7 -7
  279. package/src/SideNavigation.hbs +21 -0
  280. package/src/SideNavigationPopover.hbs +61 -28
  281. package/src/i18n/messagebundle.properties +3 -0
  282. package/src/themes/SideNavigation.css +11 -1
  283. package/dist/api.json +0 -1
@@ -1 +1 @@
1
- {"version":3,"file":"IllustrationMessageType.js","sourceRoot":"","sources":["../../src/types/IllustrationMessageType.ts"],"names":[],"mappings":"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","sourcesContent":["/**\n * Different illustration types of Illustrated Message.\n *\n * @readonly\n * @enum {string}\n * @public\n * @author SAP SE\n * @alias sap.ui.webc.fiori.types.IllustrationMessageType\n */\nenum IllustrationMessageType {\n\t/**\n\t * \"Before Search\" illustration type.\n\t * @public\n\t * @type {BeforeSearch}\n\t */\n\tBeforeSearch = \"BeforeSearch\",\n\t/**\n\t * \"No Activities\" illustration type.\n\t * @public\n\t * @type {NoActivities}\n\t */\n\tNoActivities = \"NoActivities\",\n\t/**\n\t * \"No Columns Set\" illustration type.\n\t * @public\n\t * @type {NoColumnsSet}\n\t */\n\tNoColumnsSet = \"NoColumnsSet\",\n\t/**\n\t * \"No Data\" illustration type.\n\t * @public\n\t * @type {NoData}\n\t */\n\tNoData = \"NoData\",\n\t/**\n\t * \"No Email\" illustration type.\n\t * @public\n\t * @type {NoMail}\n\t */\n\tNoMail = \"NoMail\",\n\t/**\n\t * \"No Email v1\" illustration type.\n\t * @public\n\t * @type {NoMail_v1}\n\t */\n\tNoMail_v1 = \"NoMail_v1\", // eslint-disable-line\n\t/**\n\t * \"No Entries\" illustration type.\n\t * @public\n\t * @type {NoEntries}\n\t */\n\tNoEntries = \"NoEntries\",\n\t/**\n\t * \"No Notifications\" illustration type.\n\t * @public\n\t * @type {NoNotifications}\n\t */\n\tNoNotifications = \"NoNotifications\",\n\t/**\n\t * \"No Saved Items\" illustration type.\n\t * @public\n\t * @type {NoSavedItems}\n\t */\n\tNoSavedItems = \"NoSavedItems\",\n\t/**\n\t * \"No Saved Items v1\" illustration type.\n\t * @public\n\t * @type {NoSavedItems_v1}\n\t */\n\tNoSavedItems_v1 = \"NoSavedItems_v1\", // eslint-disable-line\n\t/**\n\t * \"No Search Results\" illustration type.\n\t * @public\n\t * @type {NoSearchResults}\n\t */\n\tNoSearchResults = \"NoSearchResults\",\n\t/**\n\t * \"No Tasks\" illustration type.\n\t * @public\n\t * @type {NoTasks}\n\t */\n\tNoTasks = \"NoTasks\",\n\t/**\n\t * \"No Tasks v1\" illustration type.\n\t * @public\n\t * @type {NoTasks_v1}\n\t */\n\tNoTasks_v1 = \"NoTasks_v1\", // eslint-disable-line\n\t/**\n\t * \"No Dimensions Set\" illustration type.\n\t * @public\n\t * @type {NoDimensionsSet}\n\t */\n\tNoDimensionsSet = \"NoDimensionsSet\",\n\t/**\n\t * \"Unable To Load\" illustration type.\n\t * @public\n\t * @type {UnableToLoad}\n\t */\n\tUnableToLoad = \"UnableToLoad\",\n\t/**\n\t * \"Unable To Load Image\" illustration type.\n\t * @public\n\t * @type {UnableToLoadImage}\n\t */\n\tUnableToLoadImage = \"UnableToLoadImage\",\n\t/**\n\t * \"Unable To Upload\" illustration type.\n\t * @public\n\t * @type {UnableToUpload}\n\t */\n\tUnableToUpload = \"UnableToUpload\",\n\t/**\n\t * \"Upload To Cloud\" illustration type.\n\t * @public\n\t * @type {UploadToCloud}\n\t */\n\tUploadToCloud = \"UploadToCloud\",\n\t/**\n\t * \"Add Column\" illustration type.\n\t * @public\n\t * @type {AddColumn}\n\t */\n\tAddColumn = \"AddColumn\",\n\t/**\n\t * \"Add People\" illustration type.\n\t * @public\n\t * @type {AddPeople}\n\t */\n\tAddPeople = \"AddPeople\",\n\t/**\n\t * \"Add Dimensions\" illustration type.\n\t * @public\n\t * @type {AddDimensions}\n\t */\n\tAddDimensions = \"AddDimensions\",\n\t/**\n\t * \"Balloon Sky\" illustration type.\n\t * @public\n\t * @type {BalloonSky}\n\t */\n\tBalloonSky = \"BalloonSky\",\n\t/**\n\t * \"Connection\" illustration type.\n\t * @public\n\t * @type {Connection}\n\t */\n\tConnection = \"Connection\",\n\t/**\n\t * \"Empty Calendar\" illustration type.\n\t * @public\n\t * @type {EmptyCalendar}\n\t */\n\tEmptyCalendar = \"EmptyCalendar\",\n\t/**\n\t * \"Empty List\" illustration type.\n\t * @public\n\t * @type {EmptyList}\n\t */\n\tEmptyList = \"EmptyList\",\n\t/**\n\t * \"Empty Planning Calendar\" illustration type.\n\t * @public\n\t * @type {EmptyPlanningCalendar}\n\t */\n\tEmptyPlanningCalendar = \"EmptyPlanningCalendar\",\n\t/**\n\t * \"Error Screen\" illustration type.\n\t * @public\n\t * @type {ErrorScreen}\n\t */\n\tErrorScreen = \"ErrorScreen\",\n\t/**\n\t * \"Filter Table\" illustration type.\n\t * @public\n\t * @type {FilterTable}\n\t */\n\tFilterTable = \"FilterTable\",\n\t/**\n\t * \"Group Table\" illustration type.\n\t * @public\n\t * @type {GroupTable}\n\t */\n\tGroupTable = \"GroupTable\",\n\t/**\n\t * \"No Filter Results\" illustration type.\n\t * @public\n\t * @type {NoFilterResults}\n\t */\n\tNoFilterResults = \"NoFilterResults\",\n\t/**\n\t * \"Page Not Found\" illustration type.\n\t * @public\n\t * @type {PageNotFound}\n\t */\n\tPageNotFound = \"PageNotFound\",\n\t/**\n\t * \"Reload Screen\" illustration type.\n\t * @public\n\t * @type {ReloadScreen}\n\t */\n\tReloadScreen = \"ReloadScreen\",\n\t/**\n\t * \"Resize Column\" illustration type.\n\t * @public\n\t * @type {ResizeColumn}\n\t */\n\tResizeColumn = \"ResizeColumn\",\n\t/**\n\t * \"Search Earth\" illustration type.\n\t * @public\n\t * @type {SearchEarth}\n\t */\n\tSearchEarth = \"SearchEarth\",\n\t/**\n\t * \"Search Folder\" illustration type.\n\t * @public\n\t * @type {SearchFolder}\n\t */\n\tSearchFolder = \"SearchFolder\",\n\t/**\n\t * \"Simple Balloon\" illustration type.\n\t * @public\n\t * @type {SimpleBalloon}\n\t */\n\tSimpleBalloon = \"SimpleBalloon\",\n\t/**\n\t * \"Simple Bell\" illustration type.\n\t * @public\n\t * @type {SimpleBell}\n\t */\n\tSimpleBell = \"SimpleBell\",\n\t/**\n\t * \"Simple Calendar\" illustration type.\n\t * @public\n\t * @type {SimpleCalendar}\n\t */\n\tSimpleCalendar = \"SimpleCalendar\",\n\t/**\n\t * \"Simple CheckMark\" illustration type.\n\t * @public\n\t * @type {SimpleCheckMark}\n\t */\n\tSimpleCheckMark = \"SimpleCheckMark\",\n\t/**\n\t * \"Simple Connection\" illustration type.\n\t * @public\n\t * @type {SimpleConnection}\n\t */\n\tSimpleConnection = \"SimpleConnection\",\n\t/**\n\t * \"Simple Empty Doc\" illustration type.\n\t * @public\n\t * @type {SimpleEmptyDoc}\n\t */\n\tSimpleEmptyDoc = \"SimpleEmptyDoc\",\n\t/**\n\t * \"Simple Empty List\" illustration type.\n\t * @public\n\t * @type {SimpleEmptyList}\n\t */\n\tSimpleEmptyList = \"SimpleEmptyList\",\n\t/**\n\t * \"Simple Error\" illustration type.\n\t * @public\n\t * @type {SimpleError}\n\t */\n\tSimpleError = \"SimpleError\",\n\t/**\n\t * \"Simple Magnifier\" illustration type.\n\t * @public\n\t * @type {SimpleMagnifier}\n\t */\n\tSimpleMagnifier = \"SimpleMagnifier\",\n\t/**\n\t * \"Simple Mail\" illustration type.\n\t * @public\n\t * @type {SimpleMail}\n\t */\n\tSimpleMail = \"SimpleMail\",\n\t/**\n\t * \"Simple No Saved Items\" illustration type.\n\t * @public\n\t * @type {SimpleNoSavedItems}\n\t */\n\tSimpleNoSavedItems = \"SimpleNoSavedItems\",\n\t/**\n\t * \"Simple Not Found Magnifier\" illustration type.\n\t * @public\n\t * @type {SimpleNotFoundMagnifier}\n\t */\n\tSimpleNotFoundMagnifier = \"SimpleNotFoundMagnifier\",\n\t/**\n\t * \"Simple Reload\" illustration type.\n\t * @public\n\t * @type {SimpleReload}\n\t */\n\tSimpleReload = \"SimpleReload\",\n\t/**\n\t * \"Simple Task\" illustration type.\n\t * @public\n\t * @type {SimpleTask}\n\t */\n\tSimpleTask = \"SimpleTask\",\n\t/**\n\t * \"Sleeping Bell\" illustration type.\n\t * @public\n\t * @type {SleepingBell}\n\t */\n\tSleepingBell = \"SleepingBell\",\n\t/**\n\t * \"Sort Column\" illustration type.\n\t * @public\n\t * @type {SortColumn}\n\t */\n\tSortColumn = \"SortColumn\",\n\t/**\n\t * \"Success Balloon\" illustration type.\n\t * @public\n\t * @type {SuccessBalloon}\n\t */\n\tSuccessBalloon = \"SuccessBalloon\",\n\t/**\n\t * \"Success CheckMark\" illustration type.\n\t * @public\n\t * @type {SuccessCheckMark}\n\t */\n\tSuccessCheckMark = \"SuccessCheckMark\",\n\t/**\n\t * \"Success HighFive\" illustration type.\n\t * @public\n\t * @type {SuccessHighFive}\n\t */\n\tSuccessHighFive = \"SuccessHighFive\",\n\t/**\n\t * \"Success Screen\" illustration type.\n\t * @public\n\t * @type {SuccessScreen}\n\t */\n\tSuccessScreen = \"SuccessScreen\",\n\t/**\n\t * \"Survey\" illustration type.\n\t * @public\n\t * @type {Survey}\n\t */\n\tSurvey = \"Survey\",\n\t/**\n\t * \"Tent\" illustration type.\n\t * @public\n\t * @type {Tent}\n\t */\n\tTent = \"Tent\",\n\t/**\n\t * \"Upload Collection\" illustration type.\n\t * @public\n\t * @type {UploadCollection}\n\t */\n\tUploadCollection = \"UploadCollection\",\n\t/**\n\t* \"TntAvatar\" illustration type.\n\t* @public\n\t* @type {TntAvatar}\n\t*/\n\tTntAvatar = \"TntAvatar\",\n\t/**\n\t* \"TntCalculator\" illustration type.\n\t* @public\n\t* @type {TntCalculator}\n\t*/\n\tTntCalculator = \"TntCalculator\",\n\t/**\n\t* \"TntChartArea\" illustration type.\n\t* @public\n\t* @type {TntChartArea}\n\t*/\n\tTntChartArea = \"TntChartArea\",\n\t/**\n\t* \"TntChartArea2\" illustration type.\n\t* @public\n\t* @type {TntChartArea2}\n\t*/\n\tTntChartArea2 = \"TntChartArea2\",\n\t/**\n\t* \"TntChartBar\" illustration type.\n\t* @public\n\t* @type {TntChartBar}\n\t*/\n\tTntChartBar = \"TntChartBar\",\n\t/**\n\t* \"TntChartBPMNFlow\" illustration type.\n\t* @public\n\t* @type {TntChartBPMNFlow}\n\t*/\n\tTntChartBPMNFlow = \"TntChartBPMNFlow\",\n\t/**\n\t* \"TntChartBullet\" illustration type.\n\t* @public\n\t* @type {TntChartBullet}\n\t*/\n\tTntChartBullet = \"TntChartBullet\",\n\t/**\n\t* \"TntChartDoughnut\" illustration type.\n\t* @public\n\t* @type {TntChartDoughnut}\n\t*/\n\tTntChartDoughnut = \"TntChartDoughnut\",\n\t/**\n\t* \"TntChartFlow\" illustration type.\n\t* @public\n\t* @type {TntChartFlow}\n\t*/\n\tTntChartFlow = \"TntChartFlow\",\n\t/**\n\t* \"TntChartGantt\" illustration type.\n\t* @public\n\t* @type {TntChartGantt}\n\t*/\n\tTntChartGantt = \"TntChartGantt\",\n\t/**\n\t* \"TntChartOrg\" illustration type.\n\t* @public\n\t* @type {TntChartOrg}\n\t*/\n\tTntChartOrg = \"TntChartOrg\",\n\t/**\n\t* \"TntChartPie\" illustration type.\n\t* @public\n\t* @type {TntChartPie}\n\t*/\n\tTntChartPie = \"TntChartPie\",\n\t/**\n\t* \"TntCodePlaceholder\" illustration type.\n\t* @public\n\t* @type {TntCodePlaceholder}\n\t*/\n\tTntCodePlaceholder = \"TntCodePlaceholder\",\n\t/**\n\t* \"TntCompany\" illustration type.\n\t* @public\n\t* @type {TntCompany}\n\t*/\n\tTntCompany = \"TntCompany\",\n\t/**\n\t* \"TntCompass\" illustration type.\n\t* @public\n\t* @type {TntCompass}\n\t*/\n\tTntCompass = \"TntCompass\",\n\t/**\n\t* \"TntComponents\" illustration type.\n\t* @public\n\t* @type {TntComponents}\n\t*/\n\tTntComponents = \"TntComponents\",\n\t/**\n\t* \"TntDialog\" illustration type.\n\t* @public\n\t* @type {TntDialog}\n\t*/\n\tTntDialog = \"TntDialog\",\n\t/**\n\t* \"TntExternalLink\" illustration type.\n\t* @public\n\t* @type {TntExternalLink}\n\t*/\n\tTntExternalLink = \"TntExternalLink\",\n\t/**\n\t* \"TntFaceID\" illustration type.\n\t* @public\n\t* @type {TntFaceID}\n\t*/\n\tTntFaceID = \"TntFaceID\",\n\t/**\n\t* \"TntFingerprint\" illustration type.\n\t* @public\n\t* @type {TntFingerprint}\n\t*/\n\tTntFingerprint = \"TntFingerprint\",\n\t/**\n\t* \"TntHandshake\" illustration type.\n\t* @public\n\t* @type {TntHandshake}\n\t*/\n\tTntHandshake = \"TntHandshake\",\n\t/**\n\t* \"TntHelp\" illustration type.\n\t* @public\n\t* @type {TntHelp}\n\t*/\n\tTntHelp = \"TntHelp\",\n\t/**\n\t* \"TntLock\" illustration type.\n\t* @public\n\t* @type {TntLock}\n\t*/\n\tTntLock = \"TntLock\",\n\t/**\n\t* \"TntMission\" illustration type.\n\t* @public\n\t* @type {TntMission}\n\t*/\n\tTntMission = \"TntMission\",\n\t/**\n\t* \"TntMissionFailed\" illustration type.\n\t* @public\n\t* @type {TntMissionFailed}\n\t*/\n\tTntMissionFailed = \"TntMissionFailed\",\n\t/**\n\t* \"TntNoApplications\" illustration type.\n\t* @public\n\t* @type {TntNoApplications}\n\t*/\n\tTntNoApplications = \"TntNoApplications\",\n\t/**\n\t* \"TntNoFlows\" illustration type.\n\t* @public\n\t* @type {TntNoFlows}\n\t*/\n\tTntNoFlows = \"TntNoFlows\",\n\t/**\n\t* \"TntNoUsers\" illustration type.\n\t* @public\n\t* @type {TntNoUsers}\n\t*/\n\tTntNoUsers = \"TntNoUsers\",\n\t/**\n\t* \"TntRadar\" illustration type.\n\t* @public\n\t* @type {TntRadar}\n\t*/\n\tTntRadar = \"TntRadar\",\n\t/**\n\t* \"TntRoadMap\" illustration type.\n\t* @public\n\t* @type {TntRoadMap}\n\t*/\n\tTntRoadMap = \"TntRoadMap\",\n\t/**\n\t* \"TntSecrets\" illustration type.\n\t* @public\n\t* @type {TntSecrets}\n\t*/\n\tTntSecrets = \"TntSecrets\",\n\t/**\n\t* \"TntServices\" illustration type.\n\t* @public\n\t* @type {TntServices}\n\t*/\n\tTntServices = \"TntServices\",\n\t/**\n\t* \"TntSessionExpired\" illustration type.\n\t* @public\n\t* @type {TntSessionExpired}\n\t*/\n\tTntSessionExpired = \"TntSessionExpired\",\n\t/**\n\t* \"TntSessionExpiring\" illustration type.\n\t* @public\n\t* @type {TntSessionExpiring}\n\t*/\n\tTntSessionExpiring = \"TntSessionExpiring\",\n\t/**\n\t* \"TntSettings\" illustration type.\n\t* @public\n\t* @type {TntSettings}\n\t*/\n\tTntSettings = \"TntSettings\",\n\t/**\n\t* \"TntSuccess\" illustration type.\n\t* @public\n\t* @type {TntSuccess}\n\t*/\n\tTntSuccess = \"TntSuccess\",\n\t/**\n\t* \"TntSuccessfulAuth\" illustration type.\n\t* @public\n\t* @type {TntSuccessfulAuth}\n\t*/\n\tTntSuccessfulAuth = \"TntSuccessfulAuth\",\n\t/**\n\t* \"TntSystems\" illustration type.\n\t* @public\n\t* @type {TntSystems}\n\t*/\n\tTntSystems = \"TntSystems\",\n\t/**\n\t* \"TntTeams\" illustration type.\n\t* @public\n\t* @type {TntTeams}\n\t*/\n\tTntTeams = \"TntTeams\",\n\t/**\n\t* \"TntTools\" illustration type.\n\t* @public\n\t* @type {TntTools}\n\t*/\n\tTntTools = \"TntTools\",\n\t/**\n\t* \"TntTutorials\" illustration type.\n\t* @public\n\t* @type {TntTutorials}\n\t*/\n\tTntTutorials = \"TntTutorials\",\n\t/**\n\t* \"TntUnableToLoad\" illustration type.\n\t* @public\n\t* @type {TntUnableToLoad}\n\t*/\n\tTntUnableToLoad = \"TntUnableToLoad\",\n\t/**\n\t* \"TntUnlock\" illustration type.\n\t* @public\n\t* @type {TntUnlock}\n\t*/\n\tTntUnlock = \"TntUnlock\",\n\t/**\n\t* \"TntUnsuccessfulAuth\" illustration type.\n\t* @public\n\t* @type {TntUnsuccessfulAuth}\n\t*/\n\tTntUnsuccessfulAuth = \"TntUnsuccessfulAuth\",\n\t/**\n\t* \"TntUser2\" illustration type.\n\t* @public\n\t* @type {TntUser2}\n\t*/\n\tTntUser2 = \"TntUser2\",\n\n}\n\nexport default IllustrationMessageType;\n"]}
1
+ {"version":3,"file":"IllustrationMessageType.js","sourceRoot":"","sources":["../../src/types/IllustrationMessageType.ts"],"names":[],"mappings":"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","sourcesContent":["/**\n * Different illustration types of Illustrated Message.\n *\n * @public\n */\nenum IllustrationMessageType {\n\t/**\n\t * \"Before Search\" illustration type.\n\t * @public\n\t */\n\tBeforeSearch = \"BeforeSearch\",\n\t/**\n\t * \"No Activities\" illustration type.\n\t * @public\n\t */\n\tNoActivities = \"NoActivities\",\n\t/**\n\t * \"No Columns Set\" illustration type.\n\t * @public\n\t */\n\tNoColumnsSet = \"NoColumnsSet\",\n\t/**\n\t * \"No Data\" illustration type.\n\t * @public\n\t */\n\tNoData = \"NoData\",\n\t/**\n\t * \"No Email\" illustration type.\n\t * @public\n\t */\n\tNoMail = \"NoMail\",\n\t/**\n\t * \"No Email v1\" illustration type.\n\t * @public\n\t */\n\tNoMail_v1 = \"NoMail_v1\", // eslint-disable-line\n\t/**\n\t * \"No Entries\" illustration type.\n\t * @public\n\t */\n\tNoEntries = \"NoEntries\",\n\t/**\n\t * \"No Notifications\" illustration type.\n\t * @public\n\t */\n\tNoNotifications = \"NoNotifications\",\n\t/**\n\t * \"No Saved Items\" illustration type.\n\t * @public\n\t */\n\tNoSavedItems = \"NoSavedItems\",\n\t/**\n\t * \"No Saved Items v1\" illustration type.\n\t * @public\n\t */\n\tNoSavedItems_v1 = \"NoSavedItems_v1\", // eslint-disable-line\n\t/**\n\t * \"No Search Results\" illustration type.\n\t * @public\n\t */\n\tNoSearchResults = \"NoSearchResults\",\n\t/**\n\t * \"No Tasks\" illustration type.\n\t * @public\n\t */\n\tNoTasks = \"NoTasks\",\n\t/**\n\t * \"No Tasks v1\" illustration type.\n\t * @public\n\t */\n\tNoTasks_v1 = \"NoTasks_v1\", // eslint-disable-line\n\t/**\n\t * \"No Dimensions Set\" illustration type.\n\t * @public\n\t */\n\tNoDimensionsSet = \"NoDimensionsSet\",\n\t/**\n\t * \"Unable To Load\" illustration type.\n\t * @public\n\t */\n\tUnableToLoad = \"UnableToLoad\",\n\t/**\n\t * \"Unable To Load Image\" illustration type.\n\t * @public\n\t */\n\tUnableToLoadImage = \"UnableToLoadImage\",\n\t/**\n\t * \"Unable To Upload\" illustration type.\n\t * @public\n\t */\n\tUnableToUpload = \"UnableToUpload\",\n\t/**\n\t * \"Upload To Cloud\" illustration type.\n\t * @public\n\t */\n\tUploadToCloud = \"UploadToCloud\",\n\t/**\n\t * \"Add Column\" illustration type.\n\t * @public\n\t */\n\tAddColumn = \"AddColumn\",\n\t/**\n\t * \"Add People\" illustration type.\n\t * @public\n\t */\n\tAddPeople = \"AddPeople\",\n\t/**\n\t * \"Add Dimensions\" illustration type.\n\t * @public\n\t */\n\tAddDimensions = \"AddDimensions\",\n\t/**\n\t * \"Balloon Sky\" illustration type.\n\t * @public\n\t */\n\tBalloonSky = \"BalloonSky\",\n\t/**\n\t * \"Connection\" illustration type.\n\t * @public\n\t */\n\tConnection = \"Connection\",\n\t/**\n\t * \"Empty Calendar\" illustration type.\n\t * @public\n\t */\n\tEmptyCalendar = \"EmptyCalendar\",\n\t/**\n\t * \"Empty List\" illustration type.\n\t * @public\n\t */\n\tEmptyList = \"EmptyList\",\n\t/**\n\t * \"Empty Planning Calendar\" illustration type.\n\t * @public\n\t */\n\tEmptyPlanningCalendar = \"EmptyPlanningCalendar\",\n\t/**\n\t * \"Error Screen\" illustration type.\n\t * @public\n\t */\n\tErrorScreen = \"ErrorScreen\",\n\t/**\n\t * \"Filter Table\" illustration type.\n\t * @public\n\t */\n\tFilterTable = \"FilterTable\",\n\t/**\n\t * \"Group Table\" illustration type.\n\t * @public\n\t */\n\tGroupTable = \"GroupTable\",\n\t/**\n\t * \"No Filter Results\" illustration type.\n\t * @public\n\t */\n\tNoFilterResults = \"NoFilterResults\",\n\t/**\n\t * \"Page Not Found\" illustration type.\n\t * @public\n\t */\n\tPageNotFound = \"PageNotFound\",\n\t/**\n\t * \"Reload Screen\" illustration type.\n\t * @public\n\t */\n\tReloadScreen = \"ReloadScreen\",\n\t/**\n\t * \"Resize Column\" illustration type.\n\t * @public\n\t */\n\tResizeColumn = \"ResizeColumn\",\n\t/**\n\t * \"Search Earth\" illustration type.\n\t * @public\n\t */\n\tSearchEarth = \"SearchEarth\",\n\t/**\n\t * \"Search Folder\" illustration type.\n\t * @public\n\t */\n\tSearchFolder = \"SearchFolder\",\n\t/**\n\t * \"Simple Balloon\" illustration type.\n\t * @public\n\t */\n\tSimpleBalloon = \"SimpleBalloon\",\n\t/**\n\t * \"Simple Bell\" illustration type.\n\t * @public\n\t */\n\tSimpleBell = \"SimpleBell\",\n\t/**\n\t * \"Simple Calendar\" illustration type.\n\t * @public\n\t */\n\tSimpleCalendar = \"SimpleCalendar\",\n\t/**\n\t * \"Simple CheckMark\" illustration type.\n\t * @public\n\t */\n\tSimpleCheckMark = \"SimpleCheckMark\",\n\t/**\n\t * \"Simple Connection\" illustration type.\n\t * @public\n\t */\n\tSimpleConnection = \"SimpleConnection\",\n\t/**\n\t * \"Simple Empty Doc\" illustration type.\n\t * @public\n\t */\n\tSimpleEmptyDoc = \"SimpleEmptyDoc\",\n\t/**\n\t * \"Simple Empty List\" illustration type.\n\t * @public\n\t */\n\tSimpleEmptyList = \"SimpleEmptyList\",\n\t/**\n\t * \"Simple Error\" illustration type.\n\t * @public\n\t */\n\tSimpleError = \"SimpleError\",\n\t/**\n\t * \"Simple Magnifier\" illustration type.\n\t * @public\n\t */\n\tSimpleMagnifier = \"SimpleMagnifier\",\n\t/**\n\t * \"Simple Mail\" illustration type.\n\t * @public\n\t */\n\tSimpleMail = \"SimpleMail\",\n\t/**\n\t * \"Simple No Saved Items\" illustration type.\n\t * @public\n\t */\n\tSimpleNoSavedItems = \"SimpleNoSavedItems\",\n\t/**\n\t * \"Simple Not Found Magnifier\" illustration type.\n\t * @public\n\t */\n\tSimpleNotFoundMagnifier = \"SimpleNotFoundMagnifier\",\n\t/**\n\t * \"Simple Reload\" illustration type.\n\t * @public\n\t */\n\tSimpleReload = \"SimpleReload\",\n\t/**\n\t * \"Simple Task\" illustration type.\n\t * @public\n\t */\n\tSimpleTask = \"SimpleTask\",\n\t/**\n\t * \"Sleeping Bell\" illustration type.\n\t * @public\n\t */\n\tSleepingBell = \"SleepingBell\",\n\t/**\n\t * \"Sort Column\" illustration type.\n\t * @public\n\t */\n\tSortColumn = \"SortColumn\",\n\t/**\n\t * \"Success Balloon\" illustration type.\n\t * @public\n\t */\n\tSuccessBalloon = \"SuccessBalloon\",\n\t/**\n\t * \"Success CheckMark\" illustration type.\n\t * @public\n\t */\n\tSuccessCheckMark = \"SuccessCheckMark\",\n\t/**\n\t * \"Success HighFive\" illustration type.\n\t * @public\n\t */\n\tSuccessHighFive = \"SuccessHighFive\",\n\t/**\n\t * \"Success Screen\" illustration type.\n\t * @public\n\t */\n\tSuccessScreen = \"SuccessScreen\",\n\t/**\n\t * \"Survey\" illustration type.\n\t * @public\n\t */\n\tSurvey = \"Survey\",\n\t/**\n\t * \"Tent\" illustration type.\n\t * @public\n\t */\n\tTent = \"Tent\",\n\t/**\n\t * \"Upload Collection\" illustration type.\n\t * @public\n\t */\n\tUploadCollection = \"UploadCollection\",\n\t/**\n\t* \"TntAvatar\" illustration type.\n\t* @public\n\t*/\n\tTntAvatar = \"TntAvatar\",\n\t/**\n\t* \"TntCalculator\" illustration type.\n\t* @public\n\t*/\n\tTntCalculator = \"TntCalculator\",\n\t/**\n\t* \"TntChartArea\" illustration type.\n\t* @public\n\t*/\n\tTntChartArea = \"TntChartArea\",\n\t/**\n\t* \"TntChartArea2\" illustration type.\n\t* @public\n\t*/\n\tTntChartArea2 = \"TntChartArea2\",\n\t/**\n\t* \"TntChartBar\" illustration type.\n\t* @public\n\t*/\n\tTntChartBar = \"TntChartBar\",\n\t/**\n\t* \"TntChartBPMNFlow\" illustration type.\n\t* @public\n\t*/\n\tTntChartBPMNFlow = \"TntChartBPMNFlow\",\n\t/**\n\t* \"TntChartBullet\" illustration type.\n\t* @public\n\t*/\n\tTntChartBullet = \"TntChartBullet\",\n\t/**\n\t* \"TntChartDoughnut\" illustration type.\n\t* @public\n\t*/\n\tTntChartDoughnut = \"TntChartDoughnut\",\n\t/**\n\t* \"TntChartFlow\" illustration type.\n\t* @public\n\t*/\n\tTntChartFlow = \"TntChartFlow\",\n\t/**\n\t* \"TntChartGantt\" illustration type.\n\t* @public\n\t*/\n\tTntChartGantt = \"TntChartGantt\",\n\t/**\n\t* \"TntChartOrg\" illustration type.\n\t* @public\n\t*/\n\tTntChartOrg = \"TntChartOrg\",\n\t/**\n\t* \"TntChartPie\" illustration type.\n\t* @public\n\t*/\n\tTntChartPie = \"TntChartPie\",\n\t/**\n\t* \"TntCodePlaceholder\" illustration type.\n\t* @public\n\t*/\n\tTntCodePlaceholder = \"TntCodePlaceholder\",\n\t/**\n\t* \"TntCompany\" illustration type.\n\t* @public\n\t*/\n\tTntCompany = \"TntCompany\",\n\t/**\n\t* \"TntCompass\" illustration type.\n\t* @public\n\t*/\n\tTntCompass = \"TntCompass\",\n\t/**\n\t* \"TntComponents\" illustration type.\n\t* @public\n\t*/\n\tTntComponents = \"TntComponents\",\n\t/**\n\t* \"TntDialog\" illustration type.\n\t* @public\n\t*/\n\tTntDialog = \"TntDialog\",\n\t/**\n\t* \"TntExternalLink\" illustration type.\n\t* @public\n\t*/\n\tTntExternalLink = \"TntExternalLink\",\n\t/**\n\t* \"TntFaceID\" illustration type.\n\t* @public\n\t*/\n\tTntFaceID = \"TntFaceID\",\n\t/**\n\t* \"TntFingerprint\" illustration type.\n\t* @public\n\t*/\n\tTntFingerprint = \"TntFingerprint\",\n\t/**\n\t* \"TntHandshake\" illustration type.\n\t* @public\n\t*/\n\tTntHandshake = \"TntHandshake\",\n\t/**\n\t* \"TntHelp\" illustration type.\n\t* @public\n\t*/\n\tTntHelp = \"TntHelp\",\n\t/**\n\t* \"TntLock\" illustration type.\n\t* @public\n\t*/\n\tTntLock = \"TntLock\",\n\t/**\n\t* \"TntMission\" illustration type.\n\t* @public\n\t*/\n\tTntMission = \"TntMission\",\n\t/**\n\t* \"TntMissionFailed\" illustration type.\n\t* @public\n\t*/\n\tTntMissionFailed = \"TntMissionFailed\",\n\t/**\n\t* \"TntNoApplications\" illustration type.\n\t* @public\n\t*/\n\tTntNoApplications = \"TntNoApplications\",\n\t/**\n\t* \"TntNoFlows\" illustration type.\n\t* @public\n\t*/\n\tTntNoFlows = \"TntNoFlows\",\n\t/**\n\t* \"TntNoUsers\" illustration type.\n\t* @public\n\t*/\n\tTntNoUsers = \"TntNoUsers\",\n\t/**\n\t* \"TntRadar\" illustration type.\n\t* @public\n\t*/\n\tTntRadar = \"TntRadar\",\n\t/**\n\t* \"TntRoadMap\" illustration type.\n\t* @public\n\t*/\n\tTntRoadMap = \"TntRoadMap\",\n\t/**\n\t* \"TntSecrets\" illustration type.\n\t* @public\n\t*/\n\tTntSecrets = \"TntSecrets\",\n\t/**\n\t* \"TntServices\" illustration type.\n\t* @public\n\t*/\n\tTntServices = \"TntServices\",\n\t/**\n\t* \"TntSessionExpired\" illustration type.\n\t* @public\n\t*/\n\tTntSessionExpired = \"TntSessionExpired\",\n\t/**\n\t* \"TntSessionExpiring\" illustration type.\n\t* @public\n\t*/\n\tTntSessionExpiring = \"TntSessionExpiring\",\n\t/**\n\t* \"TntSettings\" illustration type.\n\t* @public\n\t*/\n\tTntSettings = \"TntSettings\",\n\t/**\n\t* \"TntSuccess\" illustration type.\n\t* @public\n\t*/\n\tTntSuccess = \"TntSuccess\",\n\t/**\n\t* \"TntSuccessfulAuth\" illustration type.\n\t* @public\n\t*/\n\tTntSuccessfulAuth = \"TntSuccessfulAuth\",\n\t/**\n\t* \"TntSystems\" illustration type.\n\t* @public\n\t*/\n\tTntSystems = \"TntSystems\",\n\t/**\n\t* \"TntTeams\" illustration type.\n\t* @public\n\t*/\n\tTntTeams = \"TntTeams\",\n\t/**\n\t* \"TntTools\" illustration type.\n\t* @public\n\t*/\n\tTntTools = \"TntTools\",\n\t/**\n\t* \"TntTutorials\" illustration type.\n\t* @public\n\t*/\n\tTntTutorials = \"TntTutorials\",\n\t/**\n\t* \"TntUnableToLoad\" illustration type.\n\t* @public\n\t*/\n\tTntUnableToLoad = \"TntUnableToLoad\",\n\t/**\n\t* \"TntUnlock\" illustration type.\n\t* @public\n\t*/\n\tTntUnlock = \"TntUnlock\",\n\t/**\n\t* \"TntUnsuccessfulAuth\" illustration type.\n\t* @public\n\t*/\n\tTntUnsuccessfulAuth = \"TntUnsuccessfulAuth\",\n\t/**\n\t* \"TntUser2\" illustration type.\n\t* @public\n\t*/\n\tTntUser2 = \"TntUser2\",\n\n}\n\nexport default IllustrationMessageType;\n"]}
@@ -1,18 +1,13 @@
1
1
  /**
2
2
  * Defines the layout of the content displayed in the <code>ui5-media-gallery-item</code>.
3
3
  *
4
- * @readonly
5
- * @enum {string}
6
4
  * @public
7
- * @author SAP SE
8
- * @alias sap.ui.webc.fiori.types.MediaGalleryItemLayout
9
5
  */
10
6
  declare enum MediaGalleryItemLayout {
11
7
  /**
12
8
  * Recommended to use when the item contains an image.<br>
13
9
  * When a thumbnail is selected, it makes the corresponding enlarged content appear in a square display area.
14
10
  * @public
15
- * @type {Square}
16
11
  */
17
12
  Square = "Square",
18
13
  /**
@@ -20,7 +15,6 @@ declare enum MediaGalleryItemLayout {
20
15
  * When a thumbnail is selected, it makes the corresponding enlarged content appear in a wide display area
21
16
  * (stretched to fill all of the available width) for optimal user experiance.
22
17
  * @public
23
- * @type {Wide}
24
18
  */
25
19
  Wide = "Wide"
26
20
  }
@@ -1,11 +1,7 @@
1
1
  /**
2
2
  * Defines the layout of the content displayed in the <code>ui5-media-gallery-item</code>.
3
3
  *
4
- * @readonly
5
- * @enum {string}
6
4
  * @public
7
- * @author SAP SE
8
- * @alias sap.ui.webc.fiori.types.MediaGalleryItemLayout
9
5
  */
10
6
  var MediaGalleryItemLayout;
11
7
  (function (MediaGalleryItemLayout) {
@@ -13,7 +9,6 @@ var MediaGalleryItemLayout;
13
9
  * Recommended to use when the item contains an image.<br>
14
10
  * When a thumbnail is selected, it makes the corresponding enlarged content appear in a square display area.
15
11
  * @public
16
- * @type {Square}
17
12
  */
18
13
  MediaGalleryItemLayout["Square"] = "Square";
19
14
  /**
@@ -21,7 +16,6 @@ var MediaGalleryItemLayout;
21
16
  * When a thumbnail is selected, it makes the corresponding enlarged content appear in a wide display area
22
17
  * (stretched to fill all of the available width) for optimal user experiance.
23
18
  * @public
24
- * @type {Wide}
25
19
  */
26
20
  MediaGalleryItemLayout["Wide"] = "Wide";
27
21
  })(MediaGalleryItemLayout || (MediaGalleryItemLayout = {}));
@@ -1 +1 @@
1
- {"version":3,"file":"MediaGalleryItemLayout.js","sourceRoot":"","sources":["../../src/types/MediaGalleryItemLayout.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AACH,IAAK,sBAkBJ;AAlBD,WAAK,sBAAsB;IAE1B;;;;;OAKG;IACF,2CAAiB,CAAA;IAElB;;;;;;OAMG;IACH,uCAAa,CAAA;AACd,CAAC,EAlBI,sBAAsB,KAAtB,sBAAsB,QAkB1B;AAED,eAAe,sBAAsB,CAAC","sourcesContent":["/**\n * Defines the layout of the content displayed in the <code>ui5-media-gallery-item</code>.\n *\n * @readonly\n * @enum {string}\n * @public\n * @author SAP SE\n * @alias sap.ui.webc.fiori.types.MediaGalleryItemLayout\n */\nenum MediaGalleryItemLayout {\n\n\t/**\n\t * Recommended to use when the item contains an image.<br>\n\t * When a thumbnail is selected, it makes the corresponding enlarged content appear in a square display area.\n\t * @public\n\t * @type {Square}\n\t */\n\t Square = \"Square\",\n\n\t/**\n\t * Recommended to use when the item contains video content.<br>\n\t * When a thumbnail is selected, it makes the corresponding enlarged content appear in a wide display area\n\t * (stretched to fill all of the available width) for optimal user experiance.\n\t * @public\n\t * @type {Wide}\n\t */\n\tWide = \"Wide\",\n}\n\nexport default MediaGalleryItemLayout;\n"]}
1
+ {"version":3,"file":"MediaGalleryItemLayout.js","sourceRoot":"","sources":["../../src/types/MediaGalleryItemLayout.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AACH,IAAK,sBAgBJ;AAhBD,WAAK,sBAAsB;IAE1B;;;;OAIG;IACF,2CAAiB,CAAA;IAElB;;;;;OAKG;IACH,uCAAa,CAAA;AACd,CAAC,EAhBI,sBAAsB,KAAtB,sBAAsB,QAgB1B;AAED,eAAe,sBAAsB,CAAC","sourcesContent":["/**\n * Defines the layout of the content displayed in the <code>ui5-media-gallery-item</code>.\n *\n * @public\n */\nenum MediaGalleryItemLayout {\n\n\t/**\n\t * Recommended to use when the item contains an image.<br>\n\t * When a thumbnail is selected, it makes the corresponding enlarged content appear in a square display area.\n\t * @public\n\t */\n\t Square = \"Square\",\n\n\t/**\n\t * Recommended to use when the item contains video content.<br>\n\t * When a thumbnail is selected, it makes the corresponding enlarged content appear in a wide display area\n\t * (stretched to fill all of the available width) for optimal user experiance.\n\t * @public\n\t */\n\tWide = \"Wide\",\n}\n\nexport default MediaGalleryItemLayout;\n"]}
@@ -1,29 +1,22 @@
1
1
  /**
2
2
  * Defines the layout type of the thumbnails list of the <code>ui5-media-gallery</code> component.
3
3
  *
4
- * @readonly
5
- * @enum {string}
6
4
  * @public
7
- * @author SAP SE
8
- * @alias sap.ui.webc.fiori.types.MediaGalleryLayout
9
5
  */
10
6
  declare enum MediaGalleryLayout {
11
7
  /**
12
8
  * The layout is determined automatically.
13
9
  * @public
14
- * @type {Auto}
15
10
  */
16
11
  Auto = "Auto",
17
12
  /**
18
13
  * Displays the layout as a vertical split between the thumbnails list and the selected image.
19
14
  * @public
20
- * @type {Vertical}
21
15
  */
22
16
  Vertical = "Vertical",
23
17
  /**
24
18
  * Displays the layout as a horizontal split between the thumbnails list and the selected image.
25
19
  * @public
26
- * @type {Horizontal}
27
20
  */
28
21
  Horizontal = "Horizontal"
29
22
  }
@@ -1,30 +1,23 @@
1
1
  /**
2
2
  * Defines the layout type of the thumbnails list of the <code>ui5-media-gallery</code> component.
3
3
  *
4
- * @readonly
5
- * @enum {string}
6
4
  * @public
7
- * @author SAP SE
8
- * @alias sap.ui.webc.fiori.types.MediaGalleryLayout
9
5
  */
10
6
  var MediaGalleryLayout;
11
7
  (function (MediaGalleryLayout) {
12
8
  /**
13
9
  * The layout is determined automatically.
14
10
  * @public
15
- * @type {Auto}
16
11
  */
17
12
  MediaGalleryLayout["Auto"] = "Auto";
18
13
  /**
19
14
  * Displays the layout as a vertical split between the thumbnails list and the selected image.
20
15
  * @public
21
- * @type {Vertical}
22
16
  */
23
17
  MediaGalleryLayout["Vertical"] = "Vertical";
24
18
  /**
25
19
  * Displays the layout as a horizontal split between the thumbnails list and the selected image.
26
20
  * @public
27
- * @type {Horizontal}
28
21
  */
29
22
  MediaGalleryLayout["Horizontal"] = "Horizontal";
30
23
  })(MediaGalleryLayout || (MediaGalleryLayout = {}));
@@ -1 +1 @@
1
- {"version":3,"file":"MediaGalleryLayout.js","sourceRoot":"","sources":["../../src/types/MediaGalleryLayout.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AACH,IAAK,kBAsBJ;AAtBD,WAAK,kBAAkB;IAEtB;;;;OAIG;IACF,mCAAa,CAAA;IAEd;;;;OAIG;IACH,2CAAqB,CAAA;IAErB;;;;OAIG;IACH,+CAAyB,CAAA;AAC1B,CAAC,EAtBI,kBAAkB,KAAlB,kBAAkB,QAsBtB;AAED,eAAe,kBAAkB,CAAC","sourcesContent":["/**\n * Defines the layout type of the thumbnails list of the <code>ui5-media-gallery</code> component.\n *\n * @readonly\n * @enum {string}\n * @public\n * @author SAP SE\n * @alias sap.ui.webc.fiori.types.MediaGalleryLayout\n */\nenum MediaGalleryLayout {\n\n\t/**\n\t * The layout is determined automatically.\n\t * @public\n\t * @type {Auto}\n\t */\n\t Auto = \"Auto\",\n\n\t/**\n\t * Displays the layout as a vertical split between the thumbnails list and the selected image.\n\t * @public\n\t * @type {Vertical}\n\t */\n\tVertical = \"Vertical\",\n\n\t/**\n\t * Displays the layout as a horizontal split between the thumbnails list and the selected image.\n\t * @public\n\t * @type {Horizontal}\n\t */\n\tHorizontal = \"Horizontal\",\n}\n\nexport default MediaGalleryLayout;\n"]}
1
+ {"version":3,"file":"MediaGalleryLayout.js","sourceRoot":"","sources":["../../src/types/MediaGalleryLayout.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AACH,IAAK,kBAmBJ;AAnBD,WAAK,kBAAkB;IAEtB;;;OAGG;IACF,mCAAa,CAAA;IAEd;;;OAGG;IACH,2CAAqB,CAAA;IAErB;;;OAGG;IACH,+CAAyB,CAAA;AAC1B,CAAC,EAnBI,kBAAkB,KAAlB,kBAAkB,QAmBtB;AAED,eAAe,kBAAkB,CAAC","sourcesContent":["/**\n * Defines the layout type of the thumbnails list of the <code>ui5-media-gallery</code> component.\n *\n * @public\n */\nenum MediaGalleryLayout {\n\n\t/**\n\t * The layout is determined automatically.\n\t * @public\n\t */\n\t Auto = \"Auto\",\n\n\t/**\n\t * Displays the layout as a vertical split between the thumbnails list and the selected image.\n\t * @public\n\t */\n\tVertical = \"Vertical\",\n\n\t/**\n\t * Displays the layout as a horizontal split between the thumbnails list and the selected image.\n\t * @public\n\t */\n\tHorizontal = \"Horizontal\",\n}\n\nexport default MediaGalleryLayout;\n"]}
@@ -1,23 +1,17 @@
1
1
  /**
2
2
  * Defines the horizontal alignment of the thumbnails menu of the <code>ui5-media-gallery</code> component.
3
3
  *
4
- * @readonly
5
- * @enum {string}
6
4
  * @public
7
- * @author SAP SE
8
- * @alias sap.ui.webc.fiori.types.MediaGalleryMenuHorizontalAlign
9
5
  */
10
6
  declare enum MediaGalleryMenuHorizontalAlign {
11
7
  /**
12
8
  * Displays the menu on the left side of the target.
13
9
  * @public
14
- * @type {Left}
15
10
  */
16
11
  Left = "Left",
17
12
  /**
18
13
  * Displays the menu on the right side of the target.
19
14
  * @public
20
- * @type {Right}
21
15
  */
22
16
  Right = "Right"
23
17
  }
@@ -1,24 +1,18 @@
1
1
  /**
2
2
  * Defines the horizontal alignment of the thumbnails menu of the <code>ui5-media-gallery</code> component.
3
3
  *
4
- * @readonly
5
- * @enum {string}
6
4
  * @public
7
- * @author SAP SE
8
- * @alias sap.ui.webc.fiori.types.MediaGalleryMenuHorizontalAlign
9
5
  */
10
6
  var MediaGalleryMenuHorizontalAlign;
11
7
  (function (MediaGalleryMenuHorizontalAlign) {
12
8
  /**
13
9
  * Displays the menu on the left side of the target.
14
10
  * @public
15
- * @type {Left}
16
11
  */
17
12
  MediaGalleryMenuHorizontalAlign["Left"] = "Left";
18
13
  /**
19
14
  * Displays the menu on the right side of the target.
20
15
  * @public
21
- * @type {Right}
22
16
  */
23
17
  MediaGalleryMenuHorizontalAlign["Right"] = "Right";
24
18
  })(MediaGalleryMenuHorizontalAlign || (MediaGalleryMenuHorizontalAlign = {}));
@@ -1 +1 @@
1
- {"version":3,"file":"MediaGalleryMenuHorizontalAlign.js","sourceRoot":"","sources":["../../src/types/MediaGalleryMenuHorizontalAlign.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AACH,IAAK,+BAeJ;AAfD,WAAK,+BAA+B;IAEnC;;;;OAIG;IACH,gDAAa,CAAA;IAEb;;;;OAIG;IACH,kDAAe,CAAA;AAChB,CAAC,EAfI,+BAA+B,KAA/B,+BAA+B,QAenC;AAED,eAAe,+BAA+B,CAAC","sourcesContent":["/**\n * Defines the horizontal alignment of the thumbnails menu of the <code>ui5-media-gallery</code> component.\n *\n * @readonly\n * @enum {string}\n * @public\n * @author SAP SE\n * @alias sap.ui.webc.fiori.types.MediaGalleryMenuHorizontalAlign\n */\nenum MediaGalleryMenuHorizontalAlign {\n\n\t/**\n\t * Displays the menu on the left side of the target.\n\t * @public\n\t * @type {Left}\n\t */\n\tLeft = \"Left\",\n\n\t/**\n\t * Displays the menu on the right side of the target.\n\t * @public\n\t * @type {Right}\n\t */\n\tRight = \"Right\",\n}\n\nexport default MediaGalleryMenuHorizontalAlign;\n"]}
1
+ {"version":3,"file":"MediaGalleryMenuHorizontalAlign.js","sourceRoot":"","sources":["../../src/types/MediaGalleryMenuHorizontalAlign.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AACH,IAAK,+BAaJ;AAbD,WAAK,+BAA+B;IAEnC;;;OAGG;IACH,gDAAa,CAAA;IAEb;;;OAGG;IACH,kDAAe,CAAA;AAChB,CAAC,EAbI,+BAA+B,KAA/B,+BAA+B,QAanC;AAED,eAAe,+BAA+B,CAAC","sourcesContent":["/**\n * Defines the horizontal alignment of the thumbnails menu of the <code>ui5-media-gallery</code> component.\n *\n * @public\n */\nenum MediaGalleryMenuHorizontalAlign {\n\n\t/**\n\t * Displays the menu on the left side of the target.\n\t * @public\n\t */\n\tLeft = \"Left\",\n\n\t/**\n\t * Displays the menu on the right side of the target.\n\t * @public\n\t */\n\tRight = \"Right\",\n}\n\nexport default MediaGalleryMenuHorizontalAlign;\n"]}
@@ -1,23 +1,17 @@
1
1
  /**
2
2
  * Types for the vertical alignment of the thumbnails menu of the <code>ui5-media-gallery</code> component.
3
3
  *
4
- * @readonly
5
- * @enum {string}
6
4
  * @public
7
- * @author SAP SE
8
- * @alias sap.ui.webc.fiori.types.MediaGalleryMenuVerticalAlign
9
5
  */
10
6
  declare enum MediaGalleryMenuVerticalAlign {
11
7
  /**
12
8
  * Displays the menu at the top of the reference control.
13
9
  * @public
14
- * @type {Top}
15
10
  */
16
11
  Top = "Top",
17
12
  /**
18
13
  * Displays the menu at the bottom of the reference control.
19
14
  * @public
20
- * @type {Bottom}
21
15
  */
22
16
  Bottom = "Bottom"
23
17
  }
@@ -1,24 +1,18 @@
1
1
  /**
2
2
  * Types for the vertical alignment of the thumbnails menu of the <code>ui5-media-gallery</code> component.
3
3
  *
4
- * @readonly
5
- * @enum {string}
6
4
  * @public
7
- * @author SAP SE
8
- * @alias sap.ui.webc.fiori.types.MediaGalleryMenuVerticalAlign
9
5
  */
10
6
  var MediaGalleryMenuVerticalAlign;
11
7
  (function (MediaGalleryMenuVerticalAlign) {
12
8
  /**
13
9
  * Displays the menu at the top of the reference control.
14
10
  * @public
15
- * @type {Top}
16
11
  */
17
12
  MediaGalleryMenuVerticalAlign["Top"] = "Top";
18
13
  /**
19
14
  * Displays the menu at the bottom of the reference control.
20
15
  * @public
21
- * @type {Bottom}
22
16
  */
23
17
  MediaGalleryMenuVerticalAlign["Bottom"] = "Bottom";
24
18
  })(MediaGalleryMenuVerticalAlign || (MediaGalleryMenuVerticalAlign = {}));
@@ -1 +1 @@
1
- {"version":3,"file":"MediaGalleryMenuVerticalAlign.js","sourceRoot":"","sources":["../../src/types/MediaGalleryMenuVerticalAlign.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AACH,IAAK,6BAcJ;AAdD,WAAK,6BAA6B;IACjC;;;;OAIG;IACH,4CAAW,CAAA;IAEX;;;;OAIG;IACH,kDAAiB,CAAA;AAClB,CAAC,EAdI,6BAA6B,KAA7B,6BAA6B,QAcjC;AAED,eAAe,6BAA6B,CAAC","sourcesContent":["/**\n * Types for the vertical alignment of the thumbnails menu of the <code>ui5-media-gallery</code> component.\n *\n * @readonly\n * @enum {string}\n * @public\n * @author SAP SE\n * @alias sap.ui.webc.fiori.types.MediaGalleryMenuVerticalAlign\n */\nenum MediaGalleryMenuVerticalAlign {\n\t/**\n\t * Displays the menu at the top of the reference control.\n\t * @public\n\t * @type {Top}\n\t */\n\tTop = \"Top\",\n\n\t/**\n\t * Displays the menu at the bottom of the reference control.\n\t * @public\n\t * @type {Bottom}\n\t */\n\tBottom = \"Bottom\",\n}\n\nexport default MediaGalleryMenuVerticalAlign;\n"]}
1
+ {"version":3,"file":"MediaGalleryMenuVerticalAlign.js","sourceRoot":"","sources":["../../src/types/MediaGalleryMenuVerticalAlign.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AACH,IAAK,6BAYJ;AAZD,WAAK,6BAA6B;IACjC;;;OAGG;IACH,4CAAW,CAAA;IAEX;;;OAGG;IACH,kDAAiB,CAAA;AAClB,CAAC,EAZI,6BAA6B,KAA7B,6BAA6B,QAYjC;AAED,eAAe,6BAA6B,CAAC","sourcesContent":["/**\n * Types for the vertical alignment of the thumbnails menu of the <code>ui5-media-gallery</code> component.\n *\n * @public\n */\nenum MediaGalleryMenuVerticalAlign {\n\t/**\n\t * Displays the menu at the top of the reference control.\n\t * @public\n\t */\n\tTop = \"Top\",\n\n\t/**\n\t * Displays the menu at the bottom of the reference control.\n\t * @public\n\t */\n\tBottom = \"Bottom\",\n}\n\nexport default MediaGalleryMenuVerticalAlign;\n"]}
@@ -1,31 +1,24 @@
1
1
  /**
2
2
  * Available Page Background Design.
3
3
  *
4
- * @readonly
5
- * @enum {string}
6
4
  * @public
7
- * @author SAP SE
8
- * @alias sap.ui.webc.fiori.types.PageBackgroundDesign
9
5
  */
10
6
  declare enum PageBackgroundDesign {
11
7
  /**
12
8
  * Page background color when a List is set as the Page content.
13
9
  *
14
- * @type {List}
15
10
  * @public
16
11
  */
17
12
  List = "List",
18
13
  /**
19
14
  * A solid background color dependent on the theme.
20
15
  *
21
- * @type {Solid}
22
16
  * @public
23
17
  */
24
18
  Solid = "Solid",
25
19
  /**
26
20
  * Transparent background for the page.
27
21
  *
28
- * @type {Transparent}
29
22
  * @public
30
23
  */
31
24
  Transparent = "Transparent"
@@ -1,32 +1,25 @@
1
1
  /**
2
2
  * Available Page Background Design.
3
3
  *
4
- * @readonly
5
- * @enum {string}
6
4
  * @public
7
- * @author SAP SE
8
- * @alias sap.ui.webc.fiori.types.PageBackgroundDesign
9
5
  */
10
6
  var PageBackgroundDesign;
11
7
  (function (PageBackgroundDesign) {
12
8
  /**
13
9
  * Page background color when a List is set as the Page content.
14
10
  *
15
- * @type {List}
16
11
  * @public
17
12
  */
18
13
  PageBackgroundDesign["List"] = "List";
19
14
  /**
20
15
  * A solid background color dependent on the theme.
21
16
  *
22
- * @type {Solid}
23
17
  * @public
24
18
  */
25
19
  PageBackgroundDesign["Solid"] = "Solid";
26
20
  /**
27
21
  * Transparent background for the page.
28
22
  *
29
- * @type {Transparent}
30
23
  * @public
31
24
  */
32
25
  PageBackgroundDesign["Transparent"] = "Transparent";
@@ -1 +1 @@
1
- {"version":3,"file":"PageBackgroundDesign.js","sourceRoot":"","sources":["../../src/types/PageBackgroundDesign.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AACH,IAAK,oBAyBJ;AAzBD,WAAK,oBAAoB;IAExB;;;;;OAKG;IACH,qCAAa,CAAA;IAEb;;;;;OAKI;IACJ,uCAAe,CAAA;IAEf;;;;;OAKG;IACH,mDAA2B,CAAA;AAC5B,CAAC,EAzBI,oBAAoB,KAApB,oBAAoB,QAyBxB;AAED,eAAe,oBAAoB,CAAC","sourcesContent":["/**\n * Available Page Background Design.\n *\n * @readonly\n * @enum {string}\n * @public\n * @author SAP SE\n * @alias sap.ui.webc.fiori.types.PageBackgroundDesign\n */\nenum PageBackgroundDesign {\n\n\t/**\n\t * Page background color when a List is set as the Page content.\n\t *\n\t * @type {List}\n\t * @public\n\t */\n\tList = \"List\",\n\n\t/**\n\t * A solid background color dependent on the theme.\n\t *\n\t * @type {Solid}\n\t * @public\n \t */\n\tSolid = \"Solid\",\n\n\t/**\n\t * Transparent background for the page.\n\t *\n\t * @type {Transparent}\n\t * @public\n\t */\n\tTransparent = \"Transparent\",\n}\n\nexport default PageBackgroundDesign;\n"]}
1
+ {"version":3,"file":"PageBackgroundDesign.js","sourceRoot":"","sources":["../../src/types/PageBackgroundDesign.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AACH,IAAK,oBAsBJ;AAtBD,WAAK,oBAAoB;IAExB;;;;OAIG;IACH,qCAAa,CAAA;IAEb;;;;OAII;IACJ,uCAAe,CAAA;IAEf;;;;OAIG;IACH,mDAA2B,CAAA;AAC5B,CAAC,EAtBI,oBAAoB,KAApB,oBAAoB,QAsBxB;AAED,eAAe,oBAAoB,CAAC","sourcesContent":["/**\n * Available Page Background Design.\n *\n * @public\n */\nenum PageBackgroundDesign {\n\n\t/**\n\t * Page background color when a List is set as the Page content.\n\t *\n\t * @public\n\t */\n\tList = \"List\",\n\n\t/**\n\t * A solid background color dependent on the theme.\n\t *\n\t * @public\n \t */\n\tSolid = \"Solid\",\n\n\t/**\n\t * Transparent background for the page.\n\t *\n\t * @public\n\t */\n\tTransparent = \"Transparent\",\n}\n\nexport default PageBackgroundDesign;\n"]}
@@ -1,35 +1,27 @@
1
1
  /**
2
2
  * SideContent FallDown options.
3
3
  *
4
- * @readonly
5
- * @enum {string}
6
4
  * @public
7
- * @author SAP SE
8
- * @alias sap.ui.webc.fiori.types.SideContentFallDown
9
5
  */
10
6
  declare enum SideContentFallDown {
11
7
  /**
12
8
  * Side content falls down on breakpoints below XL
13
9
  * @public
14
- * @type {BelowXL}
15
10
  */
16
11
  BelowXL = "BelowXL",
17
12
  /**
18
13
  * Side content falls down on breakpoints below L
19
14
  * @public
20
- * @type {BelowL}
21
15
  */
22
16
  BelowL = "BelowL",
23
17
  /**
24
18
  * Side content falls down on breakpoints below M
25
19
  * @public
26
- * @type {BelowM}
27
20
  */
28
21
  BelowM = "BelowM",
29
22
  /**
30
23
  * Side content falls down on breakpoint M and the minimum width for the side content
31
24
  * @public
32
- * @type {OnMinimumWidth}
33
25
  */
34
26
  OnMinimumWidth = "OnMinimumWidth"
35
27
  }
@@ -1,36 +1,28 @@
1
1
  /**
2
2
  * SideContent FallDown options.
3
3
  *
4
- * @readonly
5
- * @enum {string}
6
4
  * @public
7
- * @author SAP SE
8
- * @alias sap.ui.webc.fiori.types.SideContentFallDown
9
5
  */
10
6
  var SideContentFallDown;
11
7
  (function (SideContentFallDown) {
12
8
  /**
13
9
  * Side content falls down on breakpoints below XL
14
10
  * @public
15
- * @type {BelowXL}
16
11
  */
17
12
  SideContentFallDown["BelowXL"] = "BelowXL";
18
13
  /**
19
14
  * Side content falls down on breakpoints below L
20
15
  * @public
21
- * @type {BelowL}
22
16
  */
23
17
  SideContentFallDown["BelowL"] = "BelowL";
24
18
  /**
25
19
  * Side content falls down on breakpoints below M
26
20
  * @public
27
- * @type {BelowM}
28
21
  */
29
22
  SideContentFallDown["BelowM"] = "BelowM";
30
23
  /**
31
24
  * Side content falls down on breakpoint M and the minimum width for the side content
32
25
  * @public
33
- * @type {OnMinimumWidth}
34
26
  */
35
27
  SideContentFallDown["OnMinimumWidth"] = "OnMinimumWidth";
36
28
  })(SideContentFallDown || (SideContentFallDown = {}));
@@ -1 +1 @@
1
- {"version":3,"file":"SideContentFallDown.js","sourceRoot":"","sources":["../../src/types/SideContentFallDown.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AACH,IAAK,mBA4BJ;AA5BD,WAAK,mBAAmB;IACvB;;;;OAIG;IACH,0CAAmB,CAAA;IAEnB;;;;OAIG;IACH,wCAAiB,CAAA;IAEjB;;;;OAIG;IACH,wCAAiB,CAAA;IAEjB;;;;OAIG;IACH,wDAAiC,CAAA;AAClC,CAAC,EA5BI,mBAAmB,KAAnB,mBAAmB,QA4BvB;AAED,eAAe,mBAAmB,CAAC","sourcesContent":["/**\n * SideContent FallDown options.\n *\n * @readonly\n * @enum {string}\n * @public\n * @author SAP SE\n * @alias sap.ui.webc.fiori.types.SideContentFallDown\n */\nenum SideContentFallDown {\n\t/**\n\t * Side content falls down on breakpoints below XL\n\t * @public\n\t * @type {BelowXL}\n\t */\n\tBelowXL = \"BelowXL\",\n\n\t/**\n\t * Side content falls down on breakpoints below L\n\t * @public\n\t * @type {BelowL}\n\t */\n\tBelowL = \"BelowL\",\n\n\t/**\n\t * Side content falls down on breakpoints below M\n\t * @public\n\t * @type {BelowM}\n\t */\n\tBelowM = \"BelowM\",\n\n\t/**\n\t * Side content falls down on breakpoint M and the minimum width for the side content\n\t * @public\n\t * @type {OnMinimumWidth}\n\t */\n\tOnMinimumWidth = \"OnMinimumWidth\",\n}\n\nexport default SideContentFallDown;\n"]}
1
+ {"version":3,"file":"SideContentFallDown.js","sourceRoot":"","sources":["../../src/types/SideContentFallDown.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AACH,IAAK,mBAwBJ;AAxBD,WAAK,mBAAmB;IACvB;;;OAGG;IACH,0CAAmB,CAAA;IAEnB;;;OAGG;IACH,wCAAiB,CAAA;IAEjB;;;OAGG;IACH,wCAAiB,CAAA;IAEjB;;;OAGG;IACH,wDAAiC,CAAA;AAClC,CAAC,EAxBI,mBAAmB,KAAnB,mBAAmB,QAwBvB;AAED,eAAe,mBAAmB,CAAC","sourcesContent":["/**\n * SideContent FallDown options.\n *\n * @public\n */\nenum SideContentFallDown {\n\t/**\n\t * Side content falls down on breakpoints below XL\n\t * @public\n\t */\n\tBelowXL = \"BelowXL\",\n\n\t/**\n\t * Side content falls down on breakpoints below L\n\t * @public\n\t */\n\tBelowL = \"BelowL\",\n\n\t/**\n\t * Side content falls down on breakpoints below M\n\t * @public\n\t */\n\tBelowM = \"BelowM\",\n\n\t/**\n\t * Side content falls down on breakpoint M and the minimum width for the side content\n\t * @public\n\t */\n\tOnMinimumWidth = \"OnMinimumWidth\",\n}\n\nexport default SideContentFallDown;\n"]}
@@ -1,25 +1,19 @@
1
1
  /**
2
2
  * Side Content position options.
3
3
  *
4
- * @readonly
5
- * @enum {string}
6
4
  * @public
7
- * @author SAP SE
8
- * @alias sap.ui.webc.fiori.types.SideContentPosition
9
5
  */
10
6
  declare enum SideContentPosition {
11
7
  /**
12
8
  * The side content is on the right side of the main container
13
9
  * in left-to-right mode and on the left side in right-to-left mode.
14
10
  * @public
15
- * @type {End}
16
11
  */
17
12
  End = "End",
18
13
  /**
19
14
  * The side content is on the left side of the main container
20
15
  * in left-to-right mode and on the right side in right-to-left mode.
21
16
  * @public
22
- * @type {Start}
23
17
  */
24
18
  Start = "Start"
25
19
  }
@@ -1,11 +1,7 @@
1
1
  /**
2
2
  * Side Content position options.
3
3
  *
4
- * @readonly
5
- * @enum {string}
6
4
  * @public
7
- * @author SAP SE
8
- * @alias sap.ui.webc.fiori.types.SideContentPosition
9
5
  */
10
6
  var SideContentPosition;
11
7
  (function (SideContentPosition) {
@@ -13,14 +9,12 @@ var SideContentPosition;
13
9
  * The side content is on the right side of the main container
14
10
  * in left-to-right mode and on the left side in right-to-left mode.
15
11
  * @public
16
- * @type {End}
17
12
  */
18
13
  SideContentPosition["End"] = "End";
19
14
  /**
20
15
  * The side content is on the left side of the main container
21
16
  * in left-to-right mode and on the right side in right-to-left mode.
22
17
  * @public
23
- * @type {Start}
24
18
  */
25
19
  SideContentPosition["Start"] = "Start";
26
20
  })(SideContentPosition || (SideContentPosition = {}));
@@ -1 +1 @@
1
- {"version":3,"file":"SideContentPosition.js","sourceRoot":"","sources":["../../src/types/SideContentPosition.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AACH,IAAK,mBAgBJ;AAhBD,WAAK,mBAAmB;IACvB;;;;;OAKG;IACH,kCAAW,CAAA;IAEX;;;;;OAKG;IACH,sCAAe,CAAA;AAChB,CAAC,EAhBI,mBAAmB,KAAnB,mBAAmB,QAgBvB;AAED,eAAe,mBAAmB,CAAC","sourcesContent":["/**\n * Side Content position options.\n *\n * @readonly\n * @enum {string}\n * @public\n * @author SAP SE\n * @alias sap.ui.webc.fiori.types.SideContentPosition\n */\nenum SideContentPosition {\n\t/**\n\t * The side content is on the right side of the main container\n\t * in left-to-right mode and on the left side in right-to-left mode.\n\t * @public\n\t * @type {End}\n\t */\n\tEnd = \"End\",\n\n\t/**\n\t * The side content is on the left side of the main container\n\t * in left-to-right mode and on the right side in right-to-left mode.\n\t * @public\n\t * @type {Start}\n\t */\n\tStart = \"Start\",\n}\n\nexport default SideContentPosition;\n"]}
1
+ {"version":3,"file":"SideContentPosition.js","sourceRoot":"","sources":["../../src/types/SideContentPosition.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AACH,IAAK,mBAcJ;AAdD,WAAK,mBAAmB;IACvB;;;;OAIG;IACH,kCAAW,CAAA;IAEX;;;;OAIG;IACH,sCAAe,CAAA;AAChB,CAAC,EAdI,mBAAmB,KAAnB,mBAAmB,QAcvB;AAED,eAAe,mBAAmB,CAAC","sourcesContent":["/**\n * Side Content position options.\n *\n * @public\n */\nenum SideContentPosition {\n\t/**\n\t * The side content is on the right side of the main container\n\t * in left-to-right mode and on the left side in right-to-left mode.\n\t * @public\n\t */\n\tEnd = \"End\",\n\n\t/**\n\t * The side content is on the left side of the main container\n\t * in left-to-right mode and on the right side in right-to-left mode.\n\t * @public\n\t */\n\tStart = \"Start\",\n}\n\nexport default SideContentPosition;\n"]}
@@ -1,41 +1,32 @@
1
1
  /**
2
2
  * Side Content visibility options.
3
3
  *
4
- * @readonly
5
- * @enum {string}
6
4
  * @public
7
- * @author SAP SE
8
- * @alias sap.ui.webc.fiori.types.SideContentVisibility
9
5
  */
10
6
  declare enum SideContentVisibility {
11
7
  /**
12
8
  * Show the side content on any breakpoint
13
9
  * @public
14
- * @type {AlwaysShow}
15
10
  */
16
11
  AlwaysShow = "AlwaysShow",
17
12
  /**
18
13
  * Show the side content on XL breakpoint
19
14
  * @public
20
- * @type {ShowAboveL}
21
15
  */
22
16
  ShowAboveL = "ShowAboveL",
23
17
  /**
24
18
  * Show the side content on L and XL breakpoints
25
19
  * @public
26
- * @type {ShowAboveM}
27
20
  */
28
21
  ShowAboveM = "ShowAboveM",
29
22
  /**
30
23
  * Show the side content on M, L and XL breakpoints
31
24
  * @public
32
- * @type {ShowAboveS}
33
25
  */
34
26
  ShowAboveS = "ShowAboveS",
35
27
  /**
36
28
  * Don't show the side content on any breakpoints
37
29
  * @public
38
- * @type {NeverShow}
39
30
  */
40
31
  NeverShow = "NeverShow"
41
32
  }
@@ -1,42 +1,33 @@
1
1
  /**
2
2
  * Side Content visibility options.
3
3
  *
4
- * @readonly
5
- * @enum {string}
6
4
  * @public
7
- * @author SAP SE
8
- * @alias sap.ui.webc.fiori.types.SideContentVisibility
9
5
  */
10
6
  var SideContentVisibility;
11
7
  (function (SideContentVisibility) {
12
8
  /**
13
9
  * Show the side content on any breakpoint
14
10
  * @public
15
- * @type {AlwaysShow}
16
11
  */
17
12
  SideContentVisibility["AlwaysShow"] = "AlwaysShow";
18
13
  /**
19
14
  * Show the side content on XL breakpoint
20
15
  * @public
21
- * @type {ShowAboveL}
22
16
  */
23
17
  SideContentVisibility["ShowAboveL"] = "ShowAboveL";
24
18
  /**
25
19
  * Show the side content on L and XL breakpoints
26
20
  * @public
27
- * @type {ShowAboveM}
28
21
  */
29
22
  SideContentVisibility["ShowAboveM"] = "ShowAboveM";
30
23
  /**
31
24
  * Show the side content on M, L and XL breakpoints
32
25
  * @public
33
- * @type {ShowAboveS}
34
26
  */
35
27
  SideContentVisibility["ShowAboveS"] = "ShowAboveS";
36
28
  /**
37
29
  * Don't show the side content on any breakpoints
38
30
  * @public
39
- * @type {NeverShow}
40
31
  */
41
32
  SideContentVisibility["NeverShow"] = "NeverShow";
42
33
  })(SideContentVisibility || (SideContentVisibility = {}));