@fundamental-ngx/core 0.34.3-rc.2 → 0.34.3-rc.22

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 (433) hide show
  1. package/action-bar/package.json +1 -1
  2. package/action-sheet/package.json +1 -1
  3. package/alert/package.json +1 -1
  4. package/avatar/package.json +1 -1
  5. package/avatar-group/package.json +1 -1
  6. package/bar/package.json +1 -1
  7. package/breadcrumb/esm2020/breadcrumb.component.mjs +3 -3
  8. package/breadcrumb/fesm2015/fundamental-ngx-core-breadcrumb.mjs +2 -2
  9. package/breadcrumb/fesm2015/fundamental-ngx-core-breadcrumb.mjs.map +1 -1
  10. package/breadcrumb/fesm2020/fundamental-ngx-core-breadcrumb.mjs +2 -2
  11. package/breadcrumb/fesm2020/fundamental-ngx-core-breadcrumb.mjs.map +1 -1
  12. package/breadcrumb/package.json +1 -1
  13. package/busy-indicator/package.json +1 -1
  14. package/button/package.json +1 -1
  15. package/calendar/package.json +1 -1
  16. package/card/package.json +1 -1
  17. package/carousel/carousel.component.d.ts +20 -3
  18. package/carousel/esm2020/carousel.component.mjs +90 -26
  19. package/carousel/fesm2015/fundamental-ngx-core-carousel.mjs +89 -25
  20. package/carousel/fesm2015/fundamental-ngx-core-carousel.mjs.map +1 -1
  21. package/carousel/fesm2020/fundamental-ngx-core-carousel.mjs +89 -25
  22. package/carousel/fesm2020/fundamental-ngx-core-carousel.mjs.map +1 -1
  23. package/carousel/package.json +1 -1
  24. package/checkbox/checkbox/checkbox.component.d.ts +1 -1
  25. package/checkbox/esm2020/checkbox/checkbox.component.mjs +2 -2
  26. package/checkbox/fesm2015/fundamental-ngx-core-checkbox.mjs +1 -1
  27. package/checkbox/fesm2015/fundamental-ngx-core-checkbox.mjs.map +1 -1
  28. package/checkbox/fesm2020/fundamental-ngx-core-checkbox.mjs +1 -1
  29. package/checkbox/fesm2020/fundamental-ngx-core-checkbox.mjs.map +1 -1
  30. package/checkbox/package.json +1 -1
  31. package/combobox/combobox.component.d.ts +2 -1
  32. package/combobox/combobox.module.d.ts +11 -10
  33. package/combobox/esm2020/combobox.component.mjs +4 -3
  34. package/combobox/esm2020/combobox.module.mjs +7 -6
  35. package/combobox/esm2020/list-group.pipe.mjs +16 -0
  36. package/combobox/esm2020/public_api.mjs +2 -1
  37. package/combobox/fesm2015/fundamental-ngx-core-combobox.mjs +30 -16
  38. package/combobox/fesm2015/fundamental-ngx-core-combobox.mjs.map +1 -1
  39. package/combobox/fesm2020/fundamental-ngx-core-combobox.mjs +30 -16
  40. package/combobox/fesm2020/fundamental-ngx-core-combobox.mjs.map +1 -1
  41. package/{utils/pipes → combobox}/list-group.pipe.d.ts +2 -1
  42. package/combobox/package.json +1 -1
  43. package/combobox/public_api.d.ts +1 -0
  44. package/date-picker/esm2020/date-picker.component.mjs +3 -3
  45. package/date-picker/fesm2015/fundamental-ngx-core-date-picker.mjs +2 -2
  46. package/date-picker/fesm2015/fundamental-ngx-core-date-picker.mjs.map +1 -1
  47. package/date-picker/fesm2020/fundamental-ngx-core-date-picker.mjs +2 -2
  48. package/date-picker/fesm2020/fundamental-ngx-core-date-picker.mjs.map +1 -1
  49. package/date-picker/package.json +1 -1
  50. package/datetime/package.json +1 -1
  51. package/datetime-picker/datetime-picker.component.d.ts +7 -1
  52. package/datetime-picker/datetime-picker.module.d.ts +3 -2
  53. package/datetime-picker/esm2020/datetime-picker.component.mjs +21 -10
  54. package/datetime-picker/esm2020/datetime-picker.module.mjs +5 -1
  55. package/datetime-picker/fesm2015/fundamental-ngx-core-datetime-picker.mjs +25 -10
  56. package/datetime-picker/fesm2015/fundamental-ngx-core-datetime-picker.mjs.map +1 -1
  57. package/datetime-picker/fesm2020/fundamental-ngx-core-datetime-picker.mjs +25 -10
  58. package/datetime-picker/fesm2020/fundamental-ngx-core-datetime-picker.mjs.map +1 -1
  59. package/datetime-picker/package.json +1 -1
  60. package/dialog/package.json +1 -1
  61. package/dynamic-page/dynamic-page-content/dynamic-page-content.component.d.ts +8 -3
  62. package/dynamic-page/dynamic-page.component.d.ts +7 -3
  63. package/dynamic-page/esm2020/dynamic-page-content/dynamic-page-content.component.mjs +17 -8
  64. package/dynamic-page/esm2020/dynamic-page.component.mjs +29 -8
  65. package/dynamic-page/fesm2015/fundamental-ngx-core-dynamic-page.mjs +58 -29
  66. package/dynamic-page/fesm2015/fundamental-ngx-core-dynamic-page.mjs.map +1 -1
  67. package/dynamic-page/fesm2020/fundamental-ngx-core-dynamic-page.mjs +57 -29
  68. package/dynamic-page/fesm2020/fundamental-ngx-core-dynamic-page.mjs.map +1 -1
  69. package/dynamic-page/package.json +1 -1
  70. package/dynamic-side-content/package.json +1 -1
  71. package/esm2020/breadcrumb/breadcrumb.component.mjs +3 -3
  72. package/esm2020/carousel/carousel.component.mjs +90 -26
  73. package/esm2020/checkbox/checkbox/checkbox.component.mjs +2 -2
  74. package/esm2020/combobox/combobox.component.mjs +4 -3
  75. package/esm2020/combobox/combobox.module.mjs +7 -6
  76. package/esm2020/combobox/list-group.pipe.mjs +16 -0
  77. package/esm2020/combobox/public_api.mjs +2 -1
  78. package/esm2020/date-picker/date-picker.component.mjs +3 -3
  79. package/esm2020/datetime-picker/datetime-picker.component.mjs +21 -10
  80. package/esm2020/datetime-picker/datetime-picker.module.mjs +5 -1
  81. package/esm2020/dynamic-page/dynamic-page-content/dynamic-page-content.component.mjs +17 -8
  82. package/esm2020/dynamic-page/dynamic-page.component.mjs +29 -8
  83. package/esm2020/facets/facet/facet.component.mjs +3 -3
  84. package/esm2020/feed-list-item/components/item/feed-list-item.component.mjs +1 -1
  85. package/esm2020/fixed-card-layout/fixed-card-layout.component.mjs +7 -3
  86. package/esm2020/form/form-label/form-label.component.mjs +14 -6
  87. package/esm2020/form/form-label/form-label.module.mjs +5 -4
  88. package/esm2020/form/form-message/form-message.component.mjs +1 -1
  89. package/esm2020/grid-list/components/grid-list/grid-list-base.component.mjs +1 -1
  90. package/esm2020/grid-list/components/grid-list-item/grid-list-item.component.mjs +3 -3
  91. package/esm2020/grid-list/helpers/parse-layout-pattern.mjs +2 -2
  92. package/esm2020/link/link.component.mjs +6 -3
  93. package/esm2020/menu/services/menu.service.mjs +8 -6
  94. package/esm2020/message-toast/constants.mjs +3 -0
  95. package/esm2020/message-toast/message-toast-service/message-toast.service.mjs +15 -7
  96. package/esm2020/message-toast/message-toast.module.mjs +43 -3
  97. package/esm2020/message-toast/public_api.mjs +2 -1
  98. package/esm2020/multi-input/multi-input.component.mjs +2 -2
  99. package/esm2020/pagination/pagination.component.mjs +7 -7
  100. package/esm2020/popover/base/base-popover.class.mjs +2 -2
  101. package/esm2020/popover/popover-container/popover-container.directive.mjs +36 -0
  102. package/esm2020/popover/popover-service/popover.service.mjs +12 -3
  103. package/esm2020/popover/popover.module.mjs +10 -5
  104. package/esm2020/popover/public_api.mjs +2 -1
  105. package/esm2020/quick-view/quick-view-group-item-label/quick-view-group-item-label.component.mjs +1 -1
  106. package/esm2020/rating-indicator/components/rating-indicator.component.mjs +4 -7
  107. package/esm2020/select/select.component.mjs +1 -10
  108. package/esm2020/select/select.interface.mjs +1 -1
  109. package/esm2020/shared/interfaces/form-states.mjs +1 -1
  110. package/esm2020/shared/public_api.mjs +2 -1
  111. package/esm2020/shared/utils/form.mjs +5 -0
  112. package/esm2020/slider/slider.component.mjs +3 -3
  113. package/esm2020/text/text.component.mjs +1 -1
  114. package/esm2020/tile/directives/numeric-content.directives.mjs +1 -1
  115. package/esm2020/time/time-column/time-column.component.mjs +2 -2
  116. package/esm2020/time-picker/time-picker.component.mjs +6 -3
  117. package/esm2020/utils/pipes/pipe.module.mjs +4 -33
  118. package/esm2020/utils/public_api.mjs +1 -2
  119. package/facets/esm2020/facet/facet.component.mjs +3 -3
  120. package/facets/fesm2015/fundamental-ngx-core-facets.mjs +2 -2
  121. package/facets/fesm2015/fundamental-ngx-core-facets.mjs.map +1 -1
  122. package/facets/fesm2020/fundamental-ngx-core-facets.mjs +2 -2
  123. package/facets/fesm2020/fundamental-ngx-core-facets.mjs.map +1 -1
  124. package/facets/package.json +1 -1
  125. package/feed-input/package.json +1 -1
  126. package/feed-list-item/esm2020/components/item/feed-list-item.component.mjs +1 -1
  127. package/feed-list-item/fesm2015/fundamental-ngx-core-feed-list-item.mjs +1 -1
  128. package/feed-list-item/fesm2020/fundamental-ngx-core-feed-list-item.mjs +1 -1
  129. package/feed-list-item/package.json +1 -1
  130. package/fesm2015/fundamental-ngx-core-breadcrumb.mjs +2 -2
  131. package/fesm2015/fundamental-ngx-core-breadcrumb.mjs.map +1 -1
  132. package/fesm2015/fundamental-ngx-core-carousel.mjs +89 -25
  133. package/fesm2015/fundamental-ngx-core-carousel.mjs.map +1 -1
  134. package/fesm2015/fundamental-ngx-core-checkbox.mjs +1 -1
  135. package/fesm2015/fundamental-ngx-core-checkbox.mjs.map +1 -1
  136. package/fesm2015/fundamental-ngx-core-combobox.mjs +30 -16
  137. package/fesm2015/fundamental-ngx-core-combobox.mjs.map +1 -1
  138. package/fesm2015/fundamental-ngx-core-date-picker.mjs +2 -2
  139. package/fesm2015/fundamental-ngx-core-date-picker.mjs.map +1 -1
  140. package/fesm2015/fundamental-ngx-core-datetime-picker.mjs +25 -10
  141. package/fesm2015/fundamental-ngx-core-datetime-picker.mjs.map +1 -1
  142. package/fesm2015/fundamental-ngx-core-dynamic-page.mjs +58 -29
  143. package/fesm2015/fundamental-ngx-core-dynamic-page.mjs.map +1 -1
  144. package/fesm2015/fundamental-ngx-core-facets.mjs +2 -2
  145. package/fesm2015/fundamental-ngx-core-facets.mjs.map +1 -1
  146. package/fesm2015/fundamental-ngx-core-feed-list-item.mjs +1 -1
  147. package/fesm2015/fundamental-ngx-core-fixed-card-layout.mjs +7 -2
  148. package/fesm2015/fundamental-ngx-core-fixed-card-layout.mjs.map +1 -1
  149. package/fesm2015/fundamental-ngx-core-form.mjs +17 -8
  150. package/fesm2015/fundamental-ngx-core-form.mjs.map +1 -1
  151. package/fesm2015/fundamental-ngx-core-grid-list.mjs +3 -3
  152. package/fesm2015/fundamental-ngx-core-grid-list.mjs.map +1 -1
  153. package/fesm2015/fundamental-ngx-core-link.mjs +5 -2
  154. package/fesm2015/fundamental-ngx-core-link.mjs.map +1 -1
  155. package/fesm2015/fundamental-ngx-core-menu.mjs +7 -5
  156. package/fesm2015/fundamental-ngx-core-menu.mjs.map +1 -1
  157. package/fesm2015/fundamental-ngx-core-message-toast.mjs +57 -9
  158. package/fesm2015/fundamental-ngx-core-message-toast.mjs.map +1 -1
  159. package/fesm2015/fundamental-ngx-core-multi-input.mjs +1 -1
  160. package/fesm2015/fundamental-ngx-core-multi-input.mjs.map +1 -1
  161. package/fesm2015/fundamental-ngx-core-pagination.mjs +6 -6
  162. package/fesm2015/fundamental-ngx-core-pagination.mjs.map +1 -1
  163. package/fesm2015/fundamental-ngx-core-popover.mjs +51 -8
  164. package/fesm2015/fundamental-ngx-core-popover.mjs.map +1 -1
  165. package/fesm2015/fundamental-ngx-core-quick-view.mjs +1 -1
  166. package/fesm2015/fundamental-ngx-core-rating-indicator.mjs +3 -6
  167. package/fesm2015/fundamental-ngx-core-rating-indicator.mjs.map +1 -1
  168. package/fesm2015/fundamental-ngx-core-select.mjs +1 -10
  169. package/fesm2015/fundamental-ngx-core-select.mjs.map +1 -1
  170. package/fesm2015/fundamental-ngx-core-shared.mjs +6 -1
  171. package/fesm2015/fundamental-ngx-core-shared.mjs.map +1 -1
  172. package/fesm2015/fundamental-ngx-core-slider.mjs +2 -2
  173. package/fesm2015/fundamental-ngx-core-slider.mjs.map +1 -1
  174. package/fesm2015/fundamental-ngx-core-text.mjs +1 -1
  175. package/fesm2015/fundamental-ngx-core-tile.mjs.map +1 -1
  176. package/fesm2015/fundamental-ngx-core-time-picker.mjs +5 -2
  177. package/fesm2015/fundamental-ngx-core-time-picker.mjs.map +1 -1
  178. package/fesm2015/fundamental-ngx-core-time.mjs +1 -1
  179. package/fesm2015/fundamental-ngx-core-time.mjs.map +1 -1
  180. package/fesm2015/fundamental-ngx-core-utils.mjs +4 -46
  181. package/fesm2015/fundamental-ngx-core-utils.mjs.map +1 -1
  182. package/fesm2020/fundamental-ngx-core-breadcrumb.mjs +2 -2
  183. package/fesm2020/fundamental-ngx-core-breadcrumb.mjs.map +1 -1
  184. package/fesm2020/fundamental-ngx-core-carousel.mjs +89 -25
  185. package/fesm2020/fundamental-ngx-core-carousel.mjs.map +1 -1
  186. package/fesm2020/fundamental-ngx-core-checkbox.mjs +1 -1
  187. package/fesm2020/fundamental-ngx-core-checkbox.mjs.map +1 -1
  188. package/fesm2020/fundamental-ngx-core-combobox.mjs +30 -16
  189. package/fesm2020/fundamental-ngx-core-combobox.mjs.map +1 -1
  190. package/fesm2020/fundamental-ngx-core-date-picker.mjs +2 -2
  191. package/fesm2020/fundamental-ngx-core-date-picker.mjs.map +1 -1
  192. package/fesm2020/fundamental-ngx-core-datetime-picker.mjs +25 -10
  193. package/fesm2020/fundamental-ngx-core-datetime-picker.mjs.map +1 -1
  194. package/fesm2020/fundamental-ngx-core-dynamic-page.mjs +57 -29
  195. package/fesm2020/fundamental-ngx-core-dynamic-page.mjs.map +1 -1
  196. package/fesm2020/fundamental-ngx-core-facets.mjs +2 -2
  197. package/fesm2020/fundamental-ngx-core-facets.mjs.map +1 -1
  198. package/fesm2020/fundamental-ngx-core-feed-list-item.mjs +1 -1
  199. package/fesm2020/fundamental-ngx-core-fixed-card-layout.mjs +6 -2
  200. package/fesm2020/fundamental-ngx-core-fixed-card-layout.mjs.map +1 -1
  201. package/fesm2020/fundamental-ngx-core-form.mjs +17 -8
  202. package/fesm2020/fundamental-ngx-core-form.mjs.map +1 -1
  203. package/fesm2020/fundamental-ngx-core-grid-list.mjs +3 -3
  204. package/fesm2020/fundamental-ngx-core-grid-list.mjs.map +1 -1
  205. package/fesm2020/fundamental-ngx-core-link.mjs +5 -2
  206. package/fesm2020/fundamental-ngx-core-link.mjs.map +1 -1
  207. package/fesm2020/fundamental-ngx-core-menu.mjs +7 -5
  208. package/fesm2020/fundamental-ngx-core-menu.mjs.map +1 -1
  209. package/fesm2020/fundamental-ngx-core-message-toast.mjs +55 -9
  210. package/fesm2020/fundamental-ngx-core-message-toast.mjs.map +1 -1
  211. package/fesm2020/fundamental-ngx-core-multi-input.mjs +1 -1
  212. package/fesm2020/fundamental-ngx-core-multi-input.mjs.map +1 -1
  213. package/fesm2020/fundamental-ngx-core-pagination.mjs +6 -6
  214. package/fesm2020/fundamental-ngx-core-pagination.mjs.map +1 -1
  215. package/fesm2020/fundamental-ngx-core-popover.mjs +50 -8
  216. package/fesm2020/fundamental-ngx-core-popover.mjs.map +1 -1
  217. package/fesm2020/fundamental-ngx-core-quick-view.mjs +1 -1
  218. package/fesm2020/fundamental-ngx-core-rating-indicator.mjs +3 -6
  219. package/fesm2020/fundamental-ngx-core-rating-indicator.mjs.map +1 -1
  220. package/fesm2020/fundamental-ngx-core-select.mjs +1 -10
  221. package/fesm2020/fundamental-ngx-core-select.mjs.map +1 -1
  222. package/fesm2020/fundamental-ngx-core-shared.mjs +6 -1
  223. package/fesm2020/fundamental-ngx-core-shared.mjs.map +1 -1
  224. package/fesm2020/fundamental-ngx-core-slider.mjs +2 -2
  225. package/fesm2020/fundamental-ngx-core-slider.mjs.map +1 -1
  226. package/fesm2020/fundamental-ngx-core-text.mjs +1 -1
  227. package/fesm2020/fundamental-ngx-core-tile.mjs.map +1 -1
  228. package/fesm2020/fundamental-ngx-core-time-picker.mjs +5 -2
  229. package/fesm2020/fundamental-ngx-core-time-picker.mjs.map +1 -1
  230. package/fesm2020/fundamental-ngx-core-time.mjs +1 -1
  231. package/fesm2020/fundamental-ngx-core-time.mjs.map +1 -1
  232. package/fesm2020/fundamental-ngx-core-utils.mjs +4 -46
  233. package/fesm2020/fundamental-ngx-core-utils.mjs.map +1 -1
  234. package/file-uploader/package.json +1 -1
  235. package/fixed-card-layout/esm2020/fixed-card-layout.component.mjs +7 -3
  236. package/fixed-card-layout/fesm2015/fundamental-ngx-core-fixed-card-layout.mjs +7 -2
  237. package/fixed-card-layout/fesm2015/fundamental-ngx-core-fixed-card-layout.mjs.map +1 -1
  238. package/fixed-card-layout/fesm2020/fundamental-ngx-core-fixed-card-layout.mjs +6 -2
  239. package/fixed-card-layout/fesm2020/fundamental-ngx-core-fixed-card-layout.mjs.map +1 -1
  240. package/fixed-card-layout/fixed-card-layout.component.d.ts +1 -1
  241. package/fixed-card-layout/package.json +1 -1
  242. package/flexible-column-layout/package.json +1 -1
  243. package/form/esm2020/form-label/form-label.component.mjs +14 -6
  244. package/form/esm2020/form-label/form-label.module.mjs +5 -4
  245. package/form/esm2020/form-message/form-message.component.mjs +1 -1
  246. package/form/fesm2015/fundamental-ngx-core-form.mjs +17 -8
  247. package/form/fesm2015/fundamental-ngx-core-form.mjs.map +1 -1
  248. package/form/fesm2020/fundamental-ngx-core-form.mjs +17 -8
  249. package/form/fesm2020/fundamental-ngx-core-form.mjs.map +1 -1
  250. package/form/form-label/form-label.component.d.ts +3 -1
  251. package/form/form-label/form-label.module.d.ts +2 -1
  252. package/form/form-message/form-message.component.d.ts +5 -3
  253. package/form/package.json +1 -1
  254. package/formatted-text/package.json +1 -1
  255. package/grid-list/components/grid-list/grid-list-base.component.d.ts +1 -1
  256. package/grid-list/components/grid-list-item/grid-list-item.component.d.ts +2 -2
  257. package/grid-list/esm2020/components/grid-list/grid-list-base.component.mjs +1 -1
  258. package/grid-list/esm2020/components/grid-list-item/grid-list-item.component.mjs +3 -3
  259. package/grid-list/esm2020/helpers/parse-layout-pattern.mjs +2 -2
  260. package/grid-list/fesm2015/fundamental-ngx-core-grid-list.mjs +3 -3
  261. package/grid-list/fesm2015/fundamental-ngx-core-grid-list.mjs.map +1 -1
  262. package/grid-list/fesm2020/fundamental-ngx-core-grid-list.mjs +3 -3
  263. package/grid-list/fesm2020/fundamental-ngx-core-grid-list.mjs.map +1 -1
  264. package/grid-list/package.json +1 -1
  265. package/icon/package.json +1 -1
  266. package/illustrated-message/package.json +1 -1
  267. package/infinite-scroll/package.json +1 -1
  268. package/info-label/package.json +1 -1
  269. package/inline-help/package.json +1 -1
  270. package/input-group/package.json +1 -1
  271. package/layout-grid/package.json +1 -1
  272. package/layout-panel/package.json +1 -1
  273. package/link/esm2020/link.component.mjs +6 -3
  274. package/link/fesm2015/fundamental-ngx-core-link.mjs +5 -2
  275. package/link/fesm2015/fundamental-ngx-core-link.mjs.map +1 -1
  276. package/link/fesm2020/fundamental-ngx-core-link.mjs +5 -2
  277. package/link/fesm2020/fundamental-ngx-core-link.mjs.map +1 -1
  278. package/link/link.component.d.ts +3 -1
  279. package/link/package.json +1 -1
  280. package/list/package.json +1 -1
  281. package/menu/esm2020/services/menu.service.mjs +8 -6
  282. package/menu/fesm2015/fundamental-ngx-core-menu.mjs +7 -5
  283. package/menu/fesm2015/fundamental-ngx-core-menu.mjs.map +1 -1
  284. package/menu/fesm2020/fundamental-ngx-core-menu.mjs +7 -5
  285. package/menu/fesm2020/fundamental-ngx-core-menu.mjs.map +1 -1
  286. package/menu/package.json +1 -1
  287. package/message-box/package.json +1 -1
  288. package/message-strip/package.json +1 -1
  289. package/message-toast/constants.d.ts +3 -0
  290. package/message-toast/esm2020/constants.mjs +3 -0
  291. package/message-toast/esm2020/message-toast-service/message-toast.service.mjs +15 -7
  292. package/message-toast/esm2020/message-toast.module.mjs +43 -3
  293. package/message-toast/esm2020/public_api.mjs +2 -1
  294. package/message-toast/fesm2015/fundamental-ngx-core-message-toast.mjs +57 -9
  295. package/message-toast/fesm2015/fundamental-ngx-core-message-toast.mjs.map +1 -1
  296. package/message-toast/fesm2020/fundamental-ngx-core-message-toast.mjs +55 -9
  297. package/message-toast/fesm2020/fundamental-ngx-core-message-toast.mjs.map +1 -1
  298. package/message-toast/message-toast-service/message-toast.service.d.ts +2 -1
  299. package/message-toast/message-toast.module.d.ts +14 -0
  300. package/message-toast/package.json +1 -1
  301. package/message-toast/public_api.d.ts +1 -0
  302. package/micro-process-flow/package.json +1 -1
  303. package/mobile-mode/package.json +1 -1
  304. package/multi-input/esm2020/multi-input.component.mjs +2 -2
  305. package/multi-input/fesm2015/fundamental-ngx-core-multi-input.mjs +1 -1
  306. package/multi-input/fesm2015/fundamental-ngx-core-multi-input.mjs.map +1 -1
  307. package/multi-input/fesm2020/fundamental-ngx-core-multi-input.mjs +1 -1
  308. package/multi-input/fesm2020/fundamental-ngx-core-multi-input.mjs.map +1 -1
  309. package/multi-input/multi-input.component.d.ts +3 -3
  310. package/multi-input/package.json +1 -1
  311. package/nested-list/package.json +1 -1
  312. package/notification/package.json +1 -1
  313. package/object-identifier/package.json +1 -1
  314. package/object-marker/package.json +1 -1
  315. package/object-number/package.json +1 -1
  316. package/object-status/package.json +1 -1
  317. package/package.json +2 -2
  318. package/pagination/esm2020/pagination.component.mjs +7 -7
  319. package/pagination/fesm2015/fundamental-ngx-core-pagination.mjs +6 -6
  320. package/pagination/fesm2015/fundamental-ngx-core-pagination.mjs.map +1 -1
  321. package/pagination/fesm2020/fundamental-ngx-core-pagination.mjs +6 -6
  322. package/pagination/fesm2020/fundamental-ngx-core-pagination.mjs.map +1 -1
  323. package/pagination/package.json +1 -1
  324. package/pagination/pagination.component.d.ts +4 -4
  325. package/panel/package.json +1 -1
  326. package/popover/base/base-popover.class.d.ts +1 -1
  327. package/popover/esm2020/base/base-popover.class.mjs +2 -2
  328. package/popover/esm2020/popover-container/popover-container.directive.mjs +36 -0
  329. package/popover/esm2020/popover-service/popover.service.mjs +12 -3
  330. package/popover/esm2020/popover.module.mjs +10 -5
  331. package/popover/esm2020/public_api.mjs +2 -1
  332. package/popover/fesm2015/fundamental-ngx-core-popover.mjs +51 -8
  333. package/popover/fesm2015/fundamental-ngx-core-popover.mjs.map +1 -1
  334. package/popover/fesm2020/fundamental-ngx-core-popover.mjs +50 -8
  335. package/popover/fesm2020/fundamental-ngx-core-popover.mjs.map +1 -1
  336. package/popover/package.json +1 -1
  337. package/popover/popover-container/popover-container.directive.d.ts +17 -0
  338. package/popover/popover-service/popover.service.d.ts +4 -2
  339. package/popover/popover.module.d.ts +5 -4
  340. package/popover/public_api.d.ts +1 -0
  341. package/product-switch/package.json +1 -1
  342. package/progress-indicator/package.json +1 -1
  343. package/quick-view/esm2020/quick-view-group-item-label/quick-view-group-item-label.component.mjs +1 -1
  344. package/quick-view/fesm2015/fundamental-ngx-core-quick-view.mjs +1 -1
  345. package/quick-view/fesm2020/fundamental-ngx-core-quick-view.mjs +1 -1
  346. package/quick-view/package.json +1 -1
  347. package/radio/package.json +1 -1
  348. package/rating-indicator/esm2020/components/rating-indicator.component.mjs +4 -7
  349. package/rating-indicator/fesm2015/fundamental-ngx-core-rating-indicator.mjs +3 -6
  350. package/rating-indicator/fesm2015/fundamental-ngx-core-rating-indicator.mjs.map +1 -1
  351. package/rating-indicator/fesm2020/fundamental-ngx-core-rating-indicator.mjs +3 -6
  352. package/rating-indicator/fesm2020/fundamental-ngx-core-rating-indicator.mjs.map +1 -1
  353. package/rating-indicator/package.json +1 -1
  354. package/resizable-card-layout/package.json +1 -1
  355. package/schematics/ng-add/index.js +1 -1
  356. package/scroll-spy/package.json +1 -1
  357. package/scrollbar/package.json +1 -1
  358. package/segmented-button/package.json +1 -1
  359. package/select/esm2020/select.component.mjs +1 -10
  360. package/select/esm2020/select.interface.mjs +1 -1
  361. package/select/fesm2015/fundamental-ngx-core-select.mjs +1 -10
  362. package/select/fesm2015/fundamental-ngx-core-select.mjs.map +1 -1
  363. package/select/fesm2020/fundamental-ngx-core-select.mjs +1 -10
  364. package/select/fesm2020/fundamental-ngx-core-select.mjs.map +1 -1
  365. package/select/package.json +1 -1
  366. package/select/select.component.d.ts +5 -11
  367. package/select/select.interface.d.ts +1 -2
  368. package/shared/esm2020/interfaces/form-states.mjs +1 -1
  369. package/shared/esm2020/public_api.mjs +2 -1
  370. package/shared/esm2020/utils/form.mjs +5 -0
  371. package/shared/fesm2015/fundamental-ngx-core-shared.mjs +6 -1
  372. package/shared/fesm2015/fundamental-ngx-core-shared.mjs.map +1 -1
  373. package/shared/fesm2020/fundamental-ngx-core-shared.mjs +6 -1
  374. package/shared/fesm2020/fundamental-ngx-core-shared.mjs.map +1 -1
  375. package/shared/interfaces/form-states.d.ts +1 -1
  376. package/shared/package.json +1 -1
  377. package/shared/public_api.d.ts +1 -0
  378. package/shared/utils/form.d.ts +2 -0
  379. package/shellbar/package.json +1 -1
  380. package/side-navigation/package.json +1 -1
  381. package/slider/esm2020/slider.component.mjs +3 -3
  382. package/slider/fesm2015/fundamental-ngx-core-slider.mjs +2 -2
  383. package/slider/fesm2015/fundamental-ngx-core-slider.mjs.map +1 -1
  384. package/slider/fesm2020/fundamental-ngx-core-slider.mjs +2 -2
  385. package/slider/fesm2020/fundamental-ngx-core-slider.mjs.map +1 -1
  386. package/slider/package.json +1 -1
  387. package/split-button/package.json +1 -1
  388. package/splitter/package.json +1 -1
  389. package/status-indicator/package.json +1 -1
  390. package/step-input/package.json +1 -1
  391. package/switch/package.json +1 -1
  392. package/table/package.json +1 -1
  393. package/tabs/package.json +1 -1
  394. package/text/esm2020/text.component.mjs +1 -1
  395. package/text/fesm2015/fundamental-ngx-core-text.mjs +1 -1
  396. package/text/fesm2020/fundamental-ngx-core-text.mjs +1 -1
  397. package/text/package.json +1 -1
  398. package/tile/directives/numeric-content.directives.d.ts +5 -5
  399. package/tile/esm2020/directives/numeric-content.directives.mjs +1 -1
  400. package/tile/fesm2015/fundamental-ngx-core-tile.mjs.map +1 -1
  401. package/tile/fesm2020/fundamental-ngx-core-tile.mjs.map +1 -1
  402. package/tile/package.json +1 -1
  403. package/time/esm2020/time-column/time-column.component.mjs +2 -2
  404. package/time/fesm2015/fundamental-ngx-core-time.mjs +1 -1
  405. package/time/fesm2015/fundamental-ngx-core-time.mjs.map +1 -1
  406. package/time/fesm2020/fundamental-ngx-core-time.mjs +1 -1
  407. package/time/fesm2020/fundamental-ngx-core-time.mjs.map +1 -1
  408. package/time/package.json +1 -1
  409. package/time-picker/esm2020/time-picker.component.mjs +6 -3
  410. package/time-picker/fesm2015/fundamental-ngx-core-time-picker.mjs +5 -2
  411. package/time-picker/fesm2015/fundamental-ngx-core-time-picker.mjs.map +1 -1
  412. package/time-picker/fesm2020/fundamental-ngx-core-time-picker.mjs +5 -2
  413. package/time-picker/fesm2020/fundamental-ngx-core-time-picker.mjs.map +1 -1
  414. package/time-picker/package.json +1 -1
  415. package/timeline/package.json +1 -1
  416. package/title/package.json +1 -1
  417. package/token/package.json +1 -1
  418. package/toolbar/package.json +1 -1
  419. package/tree/package.json +1 -1
  420. package/upload-collection/package.json +1 -1
  421. package/utils/esm2020/pipes/pipe.module.mjs +4 -33
  422. package/utils/esm2020/public_api.mjs +1 -2
  423. package/utils/fesm2015/fundamental-ngx-core-utils.mjs +4 -46
  424. package/utils/fesm2015/fundamental-ngx-core-utils.mjs.map +1 -1
  425. package/utils/fesm2020/fundamental-ngx-core-utils.mjs +4 -46
  426. package/utils/fesm2020/fundamental-ngx-core-utils.mjs.map +1 -1
  427. package/utils/package.json +1 -1
  428. package/utils/pipes/pipe.module.d.ts +4 -5
  429. package/utils/public_api.d.ts +0 -1
  430. package/vertical-navigation/package.json +1 -1
  431. package/wizard/package.json +1 -1
  432. package/esm2020/utils/pipes/list-group.pipe.mjs +0 -16
  433. package/utils/esm2020/pipes/list-group.pipe.mjs +0 -16
@@ -135,10 +135,7 @@ export class RatingIndicatorComponent {
135
135
  }
136
136
  /** @hidden */
137
137
  trackByFn(index, item) {
138
- if (item.id) {
139
- return item.id;
140
- }
141
- return index;
138
+ return item.id;
142
139
  }
143
140
  /** @hidden */
144
141
  onSelect(value) {
@@ -249,7 +246,7 @@ RatingIndicatorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0
249
246
  useExisting: forwardRef(() => RatingIndicatorComponent),
250
247
  multi: true
251
248
  }
252
- ], usesOnChanges: true, ngImport: i0, template: "<!-- role=\"application\" is used in order to let user to change value with left/right arrows in JAWS, since JAWS ovverrides these actions -->\n<div class=\"fd-rating-indicator__container\" role=\"application\" aria-roledescription=\"Rating indicator\">\n <!-- Zero value if we don't have provided value from user, `ratingAverage` or `ratings` -->\n <ng-container *ngTemplateOutlet=\"zeroRate\"></ng-container>\n <!-- Available rate values -->\n <ng-container *ngFor=\"let rate of _rates; index as i; trackBy: trackByFn\">\n <input\n [attr.aria-label]=\"i | ratingStarLabel: _rates.length:allowHalves\"\n role=\"button\"\n type=\"radio\"\n class=\"fd-rating-indicator__input\"\n [disabled]=\"disabled\"\n [id]=\"rate.id\"\n name=\"rating-{{ viewRatingUID }}\"\n [value]=\"rate.value\"\n [checked]=\"viewValue === rate.value\"\n (click)=\"onSelect(rate.value)\"\n />\n <label class=\"fd-rating-indicator__label\" [for]=\"rate.id\" aria-hidden=\"true\">\n <i *ngIf=\"ratedIcon\" class=\"fd-rating-indicator__label-rated\" [class]=\"unratedIcon\"></i>\n <i *ngIf=\"unratedIcon\" class=\"fd-rating-indicator__label-unrated\" [class]=\"ratedIcon\"></i>\n </label>\n </ng-container>\n</div>\n<!-- Popover if displayAllRatings is true and we have ratings object -->\n<span\n [fdPopoverTrigger]=\"allRatingContent\"\n *ngIf=\"displayAllRatings && _ratingItems?.length; else dynamicText\"\n class=\"fd-rating-indicator__dynamic-text\"\n>\n (<span area-label=\"Total raiting\" fd-link>{{ totalRatings }}</span\n >)\n</span>\n<fd-popover\n #allRatingContent\n [triggers]=\"['mouseenter', 'mouseleave']\"\n [noArrow]=\"false\"\n placement=\"top\"\n additionalBodyClass=\"fd-rating-indicator__popover\"\n>\n <div\n class=\"fd-rating-indicator__sum-row\"\n [class]=\"sizeClass\"\n *ngFor=\"let rating of _ratingItems; trackBy: trackByFn\"\n >\n <div class=\"fd-rating-indicator__container\">\n <ng-container *ngFor=\"let rate of _rates; trackBy: trackByFn\">\n <span\n [class.fd-rating-indicator__input-checked]=\"rate.value === rating.rate\"\n class=\"fd-rating-indicator__input\"\n ></span>\n <label class=\"fd-rating-indicator__label\">\n <i *ngIf=\"ratedIcon\" class=\"fd-rating-indicator__label-rated\" [class]=\"unratedIcon\"></i>\n <i *ngIf=\"unratedIcon\" class=\"fd-rating-indicator__label-unrated\" [class]=\"ratedIcon\"></i>\n </label>\n </ng-container>\n </div>\n ({{ rating.votes }})\n </div>\n</fd-popover>\n\n<ng-template #dynamicText>\n <span *ngIf=\"totalRatings\" class=\"fd-rating-indicator__dynamic-text\">({{ totalRatings }})</span>\n <span *ngIf=\"!totalRatings\" class=\"fd-rating-indicator__dynamic-text\"\n >({{ viewValue }} {{ dynamicTextIndicator }} {{ indicatorCount }})</span\n >\n</ng-template>\n<ng-template #zeroRate let-halves=\"halves\">\n <input\n aria-label=\"Reset to zero\"\n role=\"button\"\n type=\"radio\"\n class=\"fd-rating-indicator__input fd-rating-indicator__input--zero-rating\"\n (click)=\"onSelect(0)\"\n [disabled]=\"disabled\"\n name=\"rating-{{ viewRatingUID }}{{ halves ? '-halves' : '' }}\"\n [checked]=\"viewValue === 0\"\n />\n <label class=\"fd-rating-indicator__label fd-rating-indicator__label--zero-rating\" aria-hidden=\"true\"></label>\n</ng-template>\n", styles: ["/*!\n * Fundamental Library Styles v0.24.0-rc.8\n * Copyright (c) 2022 SAP SE or an SAP affiliate company.\n * Licensed under Apache License 2.0 (https://github.com/SAP/fundamental-styles/blob/main/LICENSE)\n */.fd-rating-indicator{font-size:var(--sapFontSize);line-height:var(--sapContent_LineHeight);color:var(--sapTextColor);font-family:var(--sapFontFamily);font-weight:400;box-sizing:border-box;padding:0;margin:0;border:0;display:flex;justify-content:center;align-items:center;position:relative}.fd-rating-indicator:after,.fd-rating-indicator:before{box-sizing:inherit;font-size:inherit}.fd-rating-indicator__container{font-size:var(--sapFontSize);line-height:var(--sapContent_LineHeight);color:var(--sapTextColor);font-family:var(--sapFontFamily);font-weight:400;box-sizing:border-box;padding:0;margin:0;border:0}.fd-rating-indicator__container:after,.fd-rating-indicator__container:before{box-sizing:inherit;font-size:inherit}.fd-rating-indicator__container:focus-within{outline-offset:0;outline-width:var(--sapContent_FocusWidth);outline-color:var(--sapContent_FocusColor);outline-style:var(--sapContent_FocusStyle)}.fd-rating-indicator__container:focus-within .fd-rating-indicator__input,.fd-rating-indicator__container:focus-within .fd-rating-indicator__label{outline:0!important}.fd-rating-indicator__input{font-size:var(--sapFontSize);line-height:var(--sapContent_LineHeight);color:var(--sapTextColor);font-family:var(--sapFontFamily);font-weight:400;box-sizing:border-box;padding:0;margin:0;border:0;position:absolute;opacity:.0001;z-index:-1;top:0;width:1.375rem;height:1.375rem}.fd-rating-indicator__input:after,.fd-rating-indicator__input:before{box-sizing:inherit;font-size:inherit}.fd-rating-indicator__input:checked.is-focus,.fd-rating-indicator__input:checked:focus{outline-width:var(--sapContent_FocusWidth);outline-color:var(--sapContent_FocusColor);outline-style:var(--sapContent_FocusStyle)}.fd-rating-indicator__input:checked.is-focus+.fd-rating-indicator__label,.fd-rating-indicator__input:checked:focus+.fd-rating-indicator__label{outline-offset:0;outline-width:var(--sapContent_FocusWidth);outline-color:var(--sapContent_FocusColor);outline-style:var(--sapContent_FocusStyle)}.fd-rating-indicator__label{font-size:var(--sapFontSize);line-height:var(--sapContent_LineHeight);color:var(--sapTextColor);font-family:var(--sapFontFamily);font-weight:400;box-sizing:border-box;padding:0;margin:0;border:0;cursor:pointer;display:flex;align-items:center;float:left;opacity:1;height:1.375rem;margin-right:.1875rem}.fd-rating-indicator__label:after,.fd-rating-indicator__label:before{box-sizing:inherit;font-size:inherit}.fd-rating-indicator__label:before{content:\"\\e065\";font-family:SAP-icons;color:var(--sapContent_RatedColor);font-size:1.375rem}.fd-rating-indicator__label:last-child{margin-right:0}.fd-rating-indicator__label:hover:before{opacity:var(--fdRating_Indicator_Selected_Hover_Opacity);transition:opacity 125ms ease-in}.fd-rating-indicator .fd-rating-indicator__input:checked~.fd-rating-indicator__input+.fd-rating-indicator__label:before{content:\"\\e0a1\";color:var(--sapContent_UnratedColor)}.fd-rating-indicator__dynamic-text{font-size:var(--sapFontSize);line-height:var(--sapContent_LineHeight);color:var(--sapTextColor);font-family:var(--sapFontFamily);font-weight:400;box-sizing:border-box;padding:0;margin:0;border:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:var(--sapFontSmallSize);color:var(--sapContent_LabelColor);margin-left:.5rem}.fd-rating-indicator__dynamic-text:after,.fd-rating-indicator__dynamic-text:before{box-sizing:inherit;font-size:inherit}.fd-rating-indicator--hide-dynamic-text>.fd-rating-indicator__dynamic-text{display:none}.fd-rating-indicator[dir=rtl] .fd-rating-indicator__input:first-child+label,[dir=rtl] .fd-rating-indicator .fd-rating-indicator__input:first-child+label{margin-right:0}.fd-rating-indicator[dir=rtl] .fd-rating-indicator__label,[dir=rtl] .fd-rating-indicator .fd-rating-indicator__label{float:right}.fd-rating-indicator[dir=rtl] .fd-rating-indicator__label:last-child,[dir=rtl] .fd-rating-indicator .fd-rating-indicator__label:last-child{margin-right:.1875rem}.fd-rating-indicator[dir=rtl] .fd-rating-indicator__dynamic-text,[dir=rtl] .fd-rating-indicator .fd-rating-indicator__dynamic-text{margin-left:0;margin-right:.5rem}.fd-rating-indicator.is-disabled,.fd-rating-indicator:disabled,.fd-rating-indicator[aria-disabled=true]{pointer-events:none;opacity:var(--fdRating_Indicator_Disabled_Control_Opacity)}.fd-rating-indicator.is-disabled .fd-rating-indicator__input:before,.fd-rating-indicator:disabled .fd-rating-indicator__input:before,.fd-rating-indicator[aria-disabled=true] .fd-rating-indicator__input:before{content:\"\\e065\";color:var(--fdRating_Indicator_Disabled_Selected_Color)}.fd-rating-indicator.is-disabled .fd-rating-indicator__input:checked~.fd-rating-indicator__input+.fd-rating-indicator__label:before,.fd-rating-indicator:disabled .fd-rating-indicator__input:checked~.fd-rating-indicator__input+.fd-rating-indicator__label:before,.fd-rating-indicator[aria-disabled=true] .fd-rating-indicator__input:checked~.fd-rating-indicator__input+.fd-rating-indicator__label:before{content:\"\\e065\";color:var(--fdRating_Indicator_Disabled_Unselected_Color)}.fd-rating-indicator--display-mode .fd-rating-indicator__label{margin-right:.125rem}.fd-rating-indicator--display-mode .fd-rating-indicator__label:before{content:\"\\e065\";font-size:1rem;color:var(--fdRating_Indicator_Display_Only_Selected_Color)}.fd-rating-indicator--display-mode .fd-rating-indicator__label[dir=rtl],[dir=rtl] .fd-rating-indicator--display-mode .fd-rating-indicator__label{margin-right:0;margin-left:.125rem}.fd-rating-indicator--display-mode,.fd-rating-indicator--non-interactive{pointer-events:none}.fd-rating-indicator--display-mode .fd-rating-indicator__input:checked~.fd-rating-indicator__input+.fd-rating-indicator__label:before,.fd-rating-indicator--non-interactive .fd-rating-indicator__input:checked~.fd-rating-indicator__input+.fd-rating-indicator__label:before{content:\"\\e065\";color:var(--sapContent_UnratedColor)}.fd-rating-indicator--icon .fd-rating-indicator__label{width:1.375rem;height:1.375rem}.fd-rating-indicator--icon .fd-rating-indicator__label:after,.fd-rating-indicator--icon .fd-rating-indicator__label:before{content:none!important}.fd-rating-indicator--icon .fd-rating-indicator__label-rated,.fd-rating-indicator--icon .fd-rating-indicator__label-unrated{font-size:1.375rem;height:100%;line-height:1}.fd-rating-indicator--icon .fd-rating-indicator__label-unrated{display:none}.fd-rating-indicator--icon .fd-rating-indicator__input:checked~.fd-rating-indicator__input+.fd-rating-indicator__label .fd-rating-indicator__label-rated{display:none}.fd-rating-indicator--icon .fd-rating-indicator__input:checked~.fd-rating-indicator__input+.fd-rating-indicator__label .fd-rating-indicator__label-unrated{display:block}.fd-rating-indicator--cozy{padding:0;margin:0;margin:.8125rem 0}.fd-rating-indicator--cozy .fd-rating-indicator__input{width:1.5rem;height:1.5rem}.fd-rating-indicator--cozy .fd-rating-indicator__label{margin-right:.1875rem;height:1.5rem}.fd-rating-indicator--cozy .fd-rating-indicator__label:before{font-size:1.5rem;line-height:1}.fd-rating-indicator--cozy .fd-rating-indicator__label:last-child{margin-right:0}.fd-rating-indicator--cozy .fd-rating-indicator__label[dir=rtl]:last-child,[dir=rtl] .fd-rating-indicator--cozy .fd-rating-indicator__label:last-child{margin-right:.1875rem}.fd-rating-indicator--cozy.fd-rating-indicator--icon .fd-rating-indicator__label{width:1.5rem;height:1.5rem}.fd-rating-indicator--cozy.fd-rating-indicator--icon .fd-rating-indicator__label-rated,.fd-rating-indicator--cozy.fd-rating-indicator--icon .fd-rating-indicator__label-unrated{font-size:1.5rem}.fd-rating-indicator--cozy.fd-rating-indicator--half-star .fd-rating-indicator__input{width:.75rem;height:1.5rem}.fd-rating-indicator--cozy.fd-rating-indicator--half-star .fd-rating-indicator__label{margin-right:0;overflow:hidden;width:.75rem}.fd-rating-indicator--cozy.fd-rating-indicator--half-star .fd-rating-indicator__label:nth-child(4n+6){margin-right:.1875rem;flex-direction:row-reverse}.fd-rating-indicator--cozy.fd-rating-indicator--half-star .fd-rating-indicator__label:nth-child(4n+6)[dir=rtl],[dir=rtl] .fd-rating-indicator--cozy.fd-rating-indicator--half-star .fd-rating-indicator__label:nth-child(4n+6){margin-right:0;margin-left:.1875rem}.fd-rating-indicator--cozy.fd-rating-indicator--half-star .fd-rating-indicator__label:nth-child(4n+6)[dir=rtl]:last-child,[dir=rtl] .fd-rating-indicator--cozy.fd-rating-indicator--half-star .fd-rating-indicator__label:nth-child(4n+6):last-child{margin-left:0}.fd-rating-indicator--cozy.fd-rating-indicator--half-star .fd-rating-indicator__label:last-child{margin-right:0}.fd-rating-indicator--cozy.fd-rating-indicator--half-star .fd-rating-indicator--icon .fd-rating-indicator__label{width:.75rem}.fd-rating-indicator--compact{padding:0;margin:0;margin:.5rem 0}.fd-rating-indicator--compact .fd-rating-indicator__input{width:1rem;height:1rem}.fd-rating-indicator--compact .fd-rating-indicator__label{margin-right:.125rem;height:1rem}.fd-rating-indicator--compact .fd-rating-indicator__label:before{font-size:1rem;line-height:1}.fd-rating-indicator--compact .fd-rating-indicator__label:last-child{margin-right:0}.fd-rating-indicator--compact .fd-rating-indicator__label[dir=rtl]:last-child,[dir=rtl] .fd-rating-indicator--compact .fd-rating-indicator__label:last-child{margin-right:.125rem}.fd-rating-indicator--compact.fd-rating-indicator--icon .fd-rating-indicator__label{width:1rem;height:1rem}.fd-rating-indicator--compact.fd-rating-indicator--icon .fd-rating-indicator__label-rated,.fd-rating-indicator--compact.fd-rating-indicator--icon .fd-rating-indicator__label-unrated{font-size:1rem}.fd-rating-indicator--compact.fd-rating-indicator--half-star .fd-rating-indicator__input{width:.5rem;height:1rem}.fd-rating-indicator--compact.fd-rating-indicator--half-star .fd-rating-indicator__label{margin-right:0;overflow:hidden;width:.5rem}.fd-rating-indicator--compact.fd-rating-indicator--half-star .fd-rating-indicator__label:nth-child(4n+6){margin-right:.125rem;flex-direction:row-reverse}.fd-rating-indicator--compact.fd-rating-indicator--half-star .fd-rating-indicator__label:nth-child(4n+6)[dir=rtl],[dir=rtl] .fd-rating-indicator--compact.fd-rating-indicator--half-star .fd-rating-indicator__label:nth-child(4n+6){margin-right:0;margin-left:.125rem}.fd-rating-indicator--compact.fd-rating-indicator--half-star .fd-rating-indicator__label:nth-child(4n+6)[dir=rtl]:last-child,[dir=rtl] .fd-rating-indicator--compact.fd-rating-indicator--half-star .fd-rating-indicator__label:nth-child(4n+6):last-child{margin-left:0}.fd-rating-indicator--compact.fd-rating-indicator--half-star .fd-rating-indicator__label:last-child{margin-right:0}.fd-rating-indicator--compact.fd-rating-indicator--half-star .fd-rating-indicator--icon .fd-rating-indicator__label{width:.5rem}.fd-rating-indicator--condensed{padding:0;margin:0}.fd-rating-indicator--condensed .fd-rating-indicator__input{width:1rem;height:1rem}.fd-rating-indicator--condensed .fd-rating-indicator__label{margin-right:.125rem;height:1rem}.fd-rating-indicator--condensed .fd-rating-indicator__label:before{font-size:1rem;line-height:1}.fd-rating-indicator--condensed .fd-rating-indicator__label:last-child{margin-right:0}.fd-rating-indicator--condensed .fd-rating-indicator__label[dir=rtl]:last-child,[dir=rtl] .fd-rating-indicator--condensed .fd-rating-indicator__label:last-child{margin-right:.125rem}.fd-rating-indicator--condensed.fd-rating-indicator--icon .fd-rating-indicator__label{width:1rem;height:1rem}.fd-rating-indicator--condensed.fd-rating-indicator--icon .fd-rating-indicator__label-rated,.fd-rating-indicator--condensed.fd-rating-indicator--icon .fd-rating-indicator__label-unrated{font-size:1rem}.fd-rating-indicator--condensed.fd-rating-indicator--half-star .fd-rating-indicator__input{width:.5rem;height:1rem}.fd-rating-indicator--condensed.fd-rating-indicator--half-star .fd-rating-indicator__label{margin-right:0;overflow:hidden;width:.5rem}.fd-rating-indicator--condensed.fd-rating-indicator--half-star .fd-rating-indicator__label:nth-child(4n+6){margin-right:.125rem;flex-direction:row-reverse}.fd-rating-indicator--condensed.fd-rating-indicator--half-star .fd-rating-indicator__label:nth-child(4n+6)[dir=rtl],[dir=rtl] .fd-rating-indicator--condensed.fd-rating-indicator--half-star .fd-rating-indicator__label:nth-child(4n+6){margin-right:0;margin-left:.125rem}.fd-rating-indicator--condensed.fd-rating-indicator--half-star .fd-rating-indicator__label:nth-child(4n+6)[dir=rtl]:last-child,[dir=rtl] .fd-rating-indicator--condensed.fd-rating-indicator--half-star .fd-rating-indicator__label:nth-child(4n+6):last-child{margin-left:0}.fd-rating-indicator--condensed.fd-rating-indicator--half-star .fd-rating-indicator__label:last-child{margin-right:0}.fd-rating-indicator--condensed.fd-rating-indicator--half-star .fd-rating-indicator--icon .fd-rating-indicator__label{width:.5rem}.fd-rating-indicator--xs{padding:0;margin:0}.fd-rating-indicator--xs .fd-rating-indicator__input{width:.75rem;height:.75rem}.fd-rating-indicator--xs .fd-rating-indicator__label{margin-right:1px;height:.75rem}.fd-rating-indicator--xs .fd-rating-indicator__label:before{font-size:.75rem;line-height:1}.fd-rating-indicator--xs .fd-rating-indicator__label:last-child{margin-right:0}.fd-rating-indicator--xs .fd-rating-indicator__label[dir=rtl]:last-child,[dir=rtl] .fd-rating-indicator--xs .fd-rating-indicator__label:last-child{margin-right:1px}.fd-rating-indicator--xs.fd-rating-indicator--icon .fd-rating-indicator__label{width:.75rem;height:.75rem}.fd-rating-indicator--xs.fd-rating-indicator--icon .fd-rating-indicator__label-rated,.fd-rating-indicator--xs.fd-rating-indicator--icon .fd-rating-indicator__label-unrated{font-size:.75rem}.fd-rating-indicator--xs.fd-rating-indicator--half-star .fd-rating-indicator__input{width:.375rem;height:.75rem}.fd-rating-indicator--xs.fd-rating-indicator--half-star .fd-rating-indicator__label{margin-right:0;overflow:hidden;width:.375rem}.fd-rating-indicator--xs.fd-rating-indicator--half-star .fd-rating-indicator__label:nth-child(4n+6){margin-right:1px;flex-direction:row-reverse}.fd-rating-indicator--xs.fd-rating-indicator--half-star .fd-rating-indicator__label:nth-child(4n+6)[dir=rtl],[dir=rtl] .fd-rating-indicator--xs.fd-rating-indicator--half-star .fd-rating-indicator__label:nth-child(4n+6){margin-right:0;margin-left:1px}.fd-rating-indicator--xs.fd-rating-indicator--half-star .fd-rating-indicator__label:nth-child(4n+6)[dir=rtl]:last-child,[dir=rtl] .fd-rating-indicator--xs.fd-rating-indicator--half-star .fd-rating-indicator__label:nth-child(4n+6):last-child{margin-left:0}.fd-rating-indicator--xs.fd-rating-indicator--half-star .fd-rating-indicator__label:last-child{margin-right:0}.fd-rating-indicator--xs.fd-rating-indicator--half-star .fd-rating-indicator--icon .fd-rating-indicator__label{width:.375rem}.fd-rating-indicator--sm{padding:0;margin:0}.fd-rating-indicator--sm .fd-rating-indicator__input{width:1rem;height:1rem}.fd-rating-indicator--sm .fd-rating-indicator__label{margin-right:.125rem;height:1rem}.fd-rating-indicator--sm .fd-rating-indicator__label:before{font-size:1rem;line-height:1}.fd-rating-indicator--sm .fd-rating-indicator__label:last-child{margin-right:0}.fd-rating-indicator--sm .fd-rating-indicator__label[dir=rtl]:last-child,[dir=rtl] .fd-rating-indicator--sm .fd-rating-indicator__label:last-child{margin-right:.125rem}.fd-rating-indicator--sm.fd-rating-indicator--icon .fd-rating-indicator__label{width:1rem;height:1rem}.fd-rating-indicator--sm.fd-rating-indicator--icon .fd-rating-indicator__label-rated,.fd-rating-indicator--sm.fd-rating-indicator--icon .fd-rating-indicator__label-unrated{font-size:1rem}.fd-rating-indicator--sm.fd-rating-indicator--half-star .fd-rating-indicator__input{width:.5rem;height:1rem}.fd-rating-indicator--sm.fd-rating-indicator--half-star .fd-rating-indicator__label{margin-right:0;overflow:hidden;width:.5rem}.fd-rating-indicator--sm.fd-rating-indicator--half-star .fd-rating-indicator__label:nth-child(4n+6){margin-right:.125rem;flex-direction:row-reverse}.fd-rating-indicator--sm.fd-rating-indicator--half-star .fd-rating-indicator__label:nth-child(4n+6)[dir=rtl],[dir=rtl] .fd-rating-indicator--sm.fd-rating-indicator--half-star .fd-rating-indicator__label:nth-child(4n+6){margin-right:0;margin-left:.125rem}.fd-rating-indicator--sm.fd-rating-indicator--half-star .fd-rating-indicator__label:nth-child(4n+6)[dir=rtl]:last-child,[dir=rtl] .fd-rating-indicator--sm.fd-rating-indicator--half-star .fd-rating-indicator__label:nth-child(4n+6):last-child{margin-left:0}.fd-rating-indicator--sm.fd-rating-indicator--half-star .fd-rating-indicator__label:last-child{margin-right:0}.fd-rating-indicator--sm.fd-rating-indicator--half-star .fd-rating-indicator--icon .fd-rating-indicator__label{width:.5rem}.fd-rating-indicator--md{padding:0;margin:0}.fd-rating-indicator--md .fd-rating-indicator__input{width:1.375rem;height:1.375rem}.fd-rating-indicator--md .fd-rating-indicator__label{margin-right:.1875rem;height:1.375rem}.fd-rating-indicator--md .fd-rating-indicator__label:before{font-size:1.375rem;line-height:1}.fd-rating-indicator--md .fd-rating-indicator__label:last-child{margin-right:0}.fd-rating-indicator--md .fd-rating-indicator__label[dir=rtl]:last-child,[dir=rtl] .fd-rating-indicator--md .fd-rating-indicator__label:last-child{margin-right:.1875rem}.fd-rating-indicator--md.fd-rating-indicator--icon .fd-rating-indicator__label{width:1.375rem;height:1.375rem}.fd-rating-indicator--md.fd-rating-indicator--icon .fd-rating-indicator__label-rated,.fd-rating-indicator--md.fd-rating-indicator--icon .fd-rating-indicator__label-unrated{font-size:1.375rem}.fd-rating-indicator--md.fd-rating-indicator--half-star .fd-rating-indicator__input{width:.6875rem;height:1.375rem}.fd-rating-indicator--md.fd-rating-indicator--half-star .fd-rating-indicator__label{margin-right:0;overflow:hidden;width:.6875rem}.fd-rating-indicator--md.fd-rating-indicator--half-star .fd-rating-indicator__label:nth-child(4n+6){margin-right:.1875rem;flex-direction:row-reverse}.fd-rating-indicator--md.fd-rating-indicator--half-star .fd-rating-indicator__label:nth-child(4n+6)[dir=rtl],[dir=rtl] .fd-rating-indicator--md.fd-rating-indicator--half-star .fd-rating-indicator__label:nth-child(4n+6){margin-right:0;margin-left:.1875rem}.fd-rating-indicator--md.fd-rating-indicator--half-star .fd-rating-indicator__label:nth-child(4n+6)[dir=rtl]:last-child,[dir=rtl] .fd-rating-indicator--md.fd-rating-indicator--half-star .fd-rating-indicator__label:nth-child(4n+6):last-child{margin-left:0}.fd-rating-indicator--md.fd-rating-indicator--half-star .fd-rating-indicator__label:last-child{margin-right:0}.fd-rating-indicator--md.fd-rating-indicator--half-star .fd-rating-indicator--icon .fd-rating-indicator__label{width:.6875rem}.fd-rating-indicator--lg{padding:0;margin:0}.fd-rating-indicator--lg .fd-rating-indicator__input{width:2rem;height:2rem}.fd-rating-indicator--lg .fd-rating-indicator__label{margin-right:.25rem;height:2rem}.fd-rating-indicator--lg .fd-rating-indicator__label:before{font-size:2rem;line-height:1}.fd-rating-indicator--lg .fd-rating-indicator__label:last-child{margin-right:0}.fd-rating-indicator--lg .fd-rating-indicator__label[dir=rtl]:last-child,[dir=rtl] .fd-rating-indicator--lg .fd-rating-indicator__label:last-child{margin-right:.25rem}.fd-rating-indicator--lg.fd-rating-indicator--icon .fd-rating-indicator__label{width:2rem;height:2rem}.fd-rating-indicator--lg.fd-rating-indicator--icon .fd-rating-indicator__label-rated,.fd-rating-indicator--lg.fd-rating-indicator--icon .fd-rating-indicator__label-unrated{font-size:2rem}.fd-rating-indicator--lg.fd-rating-indicator--half-star .fd-rating-indicator__input{width:1rem;height:2rem}.fd-rating-indicator--lg.fd-rating-indicator--half-star .fd-rating-indicator__label{margin-right:0;overflow:hidden;width:1rem}.fd-rating-indicator--lg.fd-rating-indicator--half-star .fd-rating-indicator__label:nth-child(4n+6){margin-right:.25rem;flex-direction:row-reverse}.fd-rating-indicator--lg.fd-rating-indicator--half-star .fd-rating-indicator__label:nth-child(4n+6)[dir=rtl],[dir=rtl] .fd-rating-indicator--lg.fd-rating-indicator--half-star .fd-rating-indicator__label:nth-child(4n+6){margin-right:0;margin-left:.25rem}.fd-rating-indicator--lg.fd-rating-indicator--half-star .fd-rating-indicator__label:nth-child(4n+6)[dir=rtl]:last-child,[dir=rtl] .fd-rating-indicator--lg.fd-rating-indicator--half-star .fd-rating-indicator__label:nth-child(4n+6):last-child{margin-left:0}.fd-rating-indicator--lg.fd-rating-indicator--half-star .fd-rating-indicator__label:last-child{margin-right:0}.fd-rating-indicator--lg.fd-rating-indicator--half-star .fd-rating-indicator--icon .fd-rating-indicator__label{width:1rem}.fd-rating-indicator--half-star .fd-rating-indicator__input{width:.6875rem;height:1.375rem}.fd-rating-indicator--half-star .fd-rating-indicator__label{margin-right:0;overflow:hidden;width:.6875rem}.fd-rating-indicator--half-star .fd-rating-indicator__label:nth-child(4n+6){margin-right:.1875rem;flex-direction:row-reverse}.fd-rating-indicator--half-star .fd-rating-indicator__label:nth-child(4n+6)[dir=rtl],[dir=rtl] .fd-rating-indicator--half-star .fd-rating-indicator__label:nth-child(4n+6){margin-right:0;margin-left:.1875rem}.fd-rating-indicator--half-star .fd-rating-indicator__label:nth-child(4n+6)[dir=rtl]:last-child,[dir=rtl] .fd-rating-indicator--half-star .fd-rating-indicator__label:nth-child(4n+6):last-child{margin-left:0}.fd-rating-indicator--half-star .fd-rating-indicator__label:last-child{margin-right:0}.fd-rating-indicator--half-star .fd-rating-indicator--icon .fd-rating-indicator__label{width:.6875rem}.fd-rating-indicator[class*=fd-rating-indicator--] .fd-rating-indicator__input--zero-rating,.fd-rating-indicator[class*=fd-rating-indicator--] .fd-rating-indicator__label--zero-rating,.fd-rating-indicator__input--zero-rating,.fd-rating-indicator__label--zero-rating{padding:0;margin:0;width:0;overflow:hidden;opacity:.0001}.fd-rating-indicator__popover{padding:.5rem 0!important}.fd-rating-indicator__popover .fd-rating-indicator__sum-row{display:flex;align-items:center;padding:.5rem 1rem;margin:0}.fd-rating-indicator__popover .fd-rating-indicator__sum-row .fd-rating-indicator__container{margin-right:.5rem}\n"], components: [{ type: i1.PopoverComponent, selector: "fd-popover", inputs: ["title", "trigger", "fixedPosition", "id", "mobile", "mobileConfig"] }], directives: [{ type: i2.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }, { type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i1.PopoverTriggerDirective, selector: "[fdPopoverTrigger], [fd-popover-trigger]", inputs: ["fdPopoverTrigger"] }], pipes: { "ratingStarLabel": i3.RatingStarLabelPipe }, changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
249
+ ], usesOnChanges: true, ngImport: i0, template: "<!-- role=\"application\" is used in order to let user to change value with left/right arrows in JAWS, since JAWS ovverrides these actions -->\n<div class=\"fd-rating-indicator__container\" role=\"application\" aria-roledescription=\"Rating indicator\">\n <!-- Zero value if we don't have provided value from user, `ratingAverage` or `ratings` -->\n <ng-container *ngTemplateOutlet=\"zeroRate\"></ng-container>\n <!-- Available rate values -->\n <ng-container *ngFor=\"let rate of _rates; index as i; trackBy: trackByFn\">\n <input\n [attr.aria-label]=\"i | ratingStarLabel: _rates.length:allowHalves\"\n role=\"button\"\n type=\"radio\"\n class=\"fd-rating-indicator__input\"\n [disabled]=\"disabled\"\n [id]=\"rate.id\"\n name=\"rating-{{ viewRatingUID }}\"\n [value]=\"rate.value\"\n [checked]=\"viewValue === rate.value\"\n (click)=\"onSelect(rate.value)\"\n />\n <label class=\"fd-rating-indicator__label\" [for]=\"rate.id\" aria-hidden=\"true\">\n <i *ngIf=\"ratedIcon\" class=\"fd-rating-indicator__label-rated\" [class]=\"unratedIcon\"></i>\n <i *ngIf=\"unratedIcon\" class=\"fd-rating-indicator__label-unrated\" [class]=\"ratedIcon\"></i>\n </label>\n </ng-container>\n</div>\n<!-- Popover if displayAllRatings is true and we have ratings object -->\n<span\n [fdPopoverTrigger]=\"allRatingContent\"\n *ngIf=\"displayAllRatings && _ratingItems?.length; else dynamicText\"\n class=\"fd-rating-indicator__dynamic-text\"\n>\n (<span area-label=\"Total raiting\" fd-link>{{ totalRatings }}</span\n >)\n</span>\n<fd-popover\n #allRatingContent\n [triggers]=\"['mouseenter', 'mouseleave']\"\n [noArrow]=\"false\"\n placement=\"top\"\n additionalBodyClass=\"fd-rating-indicator__popover\"\n>\n <div class=\"fd-rating-indicator__sum-row\" [class]=\"sizeClass\" *ngFor=\"let rating of _ratingItems\">\n <div class=\"fd-rating-indicator__container\">\n <ng-container *ngFor=\"let rate of _rates; trackBy: trackByFn\">\n <span\n [class.fd-rating-indicator__input-checked]=\"rate.value === rating.rate\"\n class=\"fd-rating-indicator__input\"\n ></span>\n <label class=\"fd-rating-indicator__label\">\n <i *ngIf=\"ratedIcon\" class=\"fd-rating-indicator__label-rated\" [class]=\"unratedIcon\"></i>\n <i *ngIf=\"unratedIcon\" class=\"fd-rating-indicator__label-unrated\" [class]=\"ratedIcon\"></i>\n </label>\n </ng-container>\n </div>\n ({{ rating.votes }})\n </div>\n</fd-popover>\n\n<ng-template #dynamicText>\n <span *ngIf=\"totalRatings\" class=\"fd-rating-indicator__dynamic-text\">({{ totalRatings }})</span>\n <span *ngIf=\"!totalRatings\" class=\"fd-rating-indicator__dynamic-text\"\n >({{ viewValue }} {{ dynamicTextIndicator }} {{ indicatorCount }})</span\n >\n</ng-template>\n<ng-template #zeroRate let-halves=\"halves\">\n <input\n aria-label=\"Reset to zero\"\n role=\"button\"\n type=\"radio\"\n class=\"fd-rating-indicator__input fd-rating-indicator__input--zero-rating\"\n (click)=\"onSelect(0)\"\n [disabled]=\"disabled\"\n name=\"rating-{{ viewRatingUID }}{{ halves ? '-halves' : '' }}\"\n [checked]=\"viewValue === 0\"\n />\n <label class=\"fd-rating-indicator__label fd-rating-indicator__label--zero-rating\" aria-hidden=\"true\"></label>\n</ng-template>\n", styles: ["/*!\n * Fundamental Library Styles v0.24.0-rc.8\n * Copyright (c) 2022 SAP SE or an SAP affiliate company.\n * Licensed under Apache License 2.0 (https://github.com/SAP/fundamental-styles/blob/main/LICENSE)\n */.fd-rating-indicator{font-size:var(--sapFontSize);line-height:var(--sapContent_LineHeight);color:var(--sapTextColor);font-family:var(--sapFontFamily);font-weight:400;box-sizing:border-box;padding:0;margin:0;border:0;display:flex;justify-content:center;align-items:center;position:relative}.fd-rating-indicator:after,.fd-rating-indicator:before{box-sizing:inherit;font-size:inherit}.fd-rating-indicator__container{font-size:var(--sapFontSize);line-height:var(--sapContent_LineHeight);color:var(--sapTextColor);font-family:var(--sapFontFamily);font-weight:400;box-sizing:border-box;padding:0;margin:0;border:0}.fd-rating-indicator__container:after,.fd-rating-indicator__container:before{box-sizing:inherit;font-size:inherit}.fd-rating-indicator__container:focus-within{outline-offset:0;outline-width:var(--sapContent_FocusWidth);outline-color:var(--sapContent_FocusColor);outline-style:var(--sapContent_FocusStyle)}.fd-rating-indicator__container:focus-within .fd-rating-indicator__input,.fd-rating-indicator__container:focus-within .fd-rating-indicator__label{outline:0!important}.fd-rating-indicator__input{font-size:var(--sapFontSize);line-height:var(--sapContent_LineHeight);color:var(--sapTextColor);font-family:var(--sapFontFamily);font-weight:400;box-sizing:border-box;padding:0;margin:0;border:0;position:absolute;opacity:.0001;z-index:-1;top:0;width:1.375rem;height:1.375rem}.fd-rating-indicator__input:after,.fd-rating-indicator__input:before{box-sizing:inherit;font-size:inherit}.fd-rating-indicator__input:checked.is-focus,.fd-rating-indicator__input:checked:focus{outline-width:var(--sapContent_FocusWidth);outline-color:var(--sapContent_FocusColor);outline-style:var(--sapContent_FocusStyle)}.fd-rating-indicator__input:checked.is-focus+.fd-rating-indicator__label,.fd-rating-indicator__input:checked:focus+.fd-rating-indicator__label{outline-offset:0;outline-width:var(--sapContent_FocusWidth);outline-color:var(--sapContent_FocusColor);outline-style:var(--sapContent_FocusStyle)}.fd-rating-indicator__label{font-size:var(--sapFontSize);line-height:var(--sapContent_LineHeight);color:var(--sapTextColor);font-family:var(--sapFontFamily);font-weight:400;box-sizing:border-box;padding:0;margin:0;border:0;cursor:pointer;display:flex;align-items:center;float:left;opacity:1;height:1.375rem;margin-right:.1875rem}.fd-rating-indicator__label:after,.fd-rating-indicator__label:before{box-sizing:inherit;font-size:inherit}.fd-rating-indicator__label:before{content:\"\\e065\";font-family:SAP-icons;color:var(--sapContent_RatedColor);font-size:1.375rem}.fd-rating-indicator__label:last-child{margin-right:0}.fd-rating-indicator__label:hover:before{opacity:var(--fdRating_Indicator_Selected_Hover_Opacity);transition:opacity 125ms ease-in}.fd-rating-indicator .fd-rating-indicator__input:checked~.fd-rating-indicator__input+.fd-rating-indicator__label:before{content:\"\\e0a1\";color:var(--sapContent_UnratedColor)}.fd-rating-indicator__dynamic-text{font-size:var(--sapFontSize);line-height:var(--sapContent_LineHeight);color:var(--sapTextColor);font-family:var(--sapFontFamily);font-weight:400;box-sizing:border-box;padding:0;margin:0;border:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:var(--sapFontSmallSize);color:var(--sapContent_LabelColor);margin-left:.5rem}.fd-rating-indicator__dynamic-text:after,.fd-rating-indicator__dynamic-text:before{box-sizing:inherit;font-size:inherit}.fd-rating-indicator--hide-dynamic-text>.fd-rating-indicator__dynamic-text{display:none}.fd-rating-indicator[dir=rtl] .fd-rating-indicator__input:first-child+label,[dir=rtl] .fd-rating-indicator .fd-rating-indicator__input:first-child+label{margin-right:0}.fd-rating-indicator[dir=rtl] .fd-rating-indicator__label,[dir=rtl] .fd-rating-indicator .fd-rating-indicator__label{float:right}.fd-rating-indicator[dir=rtl] .fd-rating-indicator__label:last-child,[dir=rtl] .fd-rating-indicator .fd-rating-indicator__label:last-child{margin-right:.1875rem}.fd-rating-indicator[dir=rtl] .fd-rating-indicator__dynamic-text,[dir=rtl] .fd-rating-indicator .fd-rating-indicator__dynamic-text{margin-left:0;margin-right:.5rem}.fd-rating-indicator.is-disabled,.fd-rating-indicator:disabled,.fd-rating-indicator[aria-disabled=true]{pointer-events:none;opacity:var(--fdRating_Indicator_Disabled_Control_Opacity)}.fd-rating-indicator.is-disabled .fd-rating-indicator__input:before,.fd-rating-indicator:disabled .fd-rating-indicator__input:before,.fd-rating-indicator[aria-disabled=true] .fd-rating-indicator__input:before{content:\"\\e065\";color:var(--fdRating_Indicator_Disabled_Selected_Color)}.fd-rating-indicator.is-disabled .fd-rating-indicator__input:checked~.fd-rating-indicator__input+.fd-rating-indicator__label:before,.fd-rating-indicator:disabled .fd-rating-indicator__input:checked~.fd-rating-indicator__input+.fd-rating-indicator__label:before,.fd-rating-indicator[aria-disabled=true] .fd-rating-indicator__input:checked~.fd-rating-indicator__input+.fd-rating-indicator__label:before{content:\"\\e065\";color:var(--fdRating_Indicator_Disabled_Unselected_Color)}.fd-rating-indicator--display-mode .fd-rating-indicator__label{margin-right:.125rem}.fd-rating-indicator--display-mode .fd-rating-indicator__label:before{content:\"\\e065\";font-size:1rem;color:var(--fdRating_Indicator_Display_Only_Selected_Color)}.fd-rating-indicator--display-mode .fd-rating-indicator__label[dir=rtl],[dir=rtl] .fd-rating-indicator--display-mode .fd-rating-indicator__label{margin-right:0;margin-left:.125rem}.fd-rating-indicator--display-mode,.fd-rating-indicator--non-interactive{pointer-events:none}.fd-rating-indicator--display-mode .fd-rating-indicator__input:checked~.fd-rating-indicator__input+.fd-rating-indicator__label:before,.fd-rating-indicator--non-interactive .fd-rating-indicator__input:checked~.fd-rating-indicator__input+.fd-rating-indicator__label:before{content:\"\\e065\";color:var(--sapContent_UnratedColor)}.fd-rating-indicator--icon .fd-rating-indicator__label{width:1.375rem;height:1.375rem}.fd-rating-indicator--icon .fd-rating-indicator__label:after,.fd-rating-indicator--icon .fd-rating-indicator__label:before{content:none!important}.fd-rating-indicator--icon .fd-rating-indicator__label-rated,.fd-rating-indicator--icon .fd-rating-indicator__label-unrated{font-size:1.375rem;height:100%;line-height:1}.fd-rating-indicator--icon .fd-rating-indicator__label-unrated{display:none}.fd-rating-indicator--icon .fd-rating-indicator__input:checked~.fd-rating-indicator__input+.fd-rating-indicator__label .fd-rating-indicator__label-rated{display:none}.fd-rating-indicator--icon .fd-rating-indicator__input:checked~.fd-rating-indicator__input+.fd-rating-indicator__label .fd-rating-indicator__label-unrated{display:block}.fd-rating-indicator--cozy{padding:0;margin:0;margin:.8125rem 0}.fd-rating-indicator--cozy .fd-rating-indicator__input{width:1.5rem;height:1.5rem}.fd-rating-indicator--cozy .fd-rating-indicator__label{margin-right:.1875rem;height:1.5rem}.fd-rating-indicator--cozy .fd-rating-indicator__label:before{font-size:1.5rem;line-height:1}.fd-rating-indicator--cozy .fd-rating-indicator__label:last-child{margin-right:0}.fd-rating-indicator--cozy .fd-rating-indicator__label[dir=rtl]:last-child,[dir=rtl] .fd-rating-indicator--cozy .fd-rating-indicator__label:last-child{margin-right:.1875rem}.fd-rating-indicator--cozy.fd-rating-indicator--icon .fd-rating-indicator__label{width:1.5rem;height:1.5rem}.fd-rating-indicator--cozy.fd-rating-indicator--icon .fd-rating-indicator__label-rated,.fd-rating-indicator--cozy.fd-rating-indicator--icon .fd-rating-indicator__label-unrated{font-size:1.5rem}.fd-rating-indicator--cozy.fd-rating-indicator--half-star .fd-rating-indicator__input{width:.75rem;height:1.5rem}.fd-rating-indicator--cozy.fd-rating-indicator--half-star .fd-rating-indicator__label{margin-right:0;overflow:hidden;width:.75rem}.fd-rating-indicator--cozy.fd-rating-indicator--half-star .fd-rating-indicator__label:nth-child(4n+6){margin-right:.1875rem;flex-direction:row-reverse}.fd-rating-indicator--cozy.fd-rating-indicator--half-star .fd-rating-indicator__label:nth-child(4n+6)[dir=rtl],[dir=rtl] .fd-rating-indicator--cozy.fd-rating-indicator--half-star .fd-rating-indicator__label:nth-child(4n+6){margin-right:0;margin-left:.1875rem}.fd-rating-indicator--cozy.fd-rating-indicator--half-star .fd-rating-indicator__label:nth-child(4n+6)[dir=rtl]:last-child,[dir=rtl] .fd-rating-indicator--cozy.fd-rating-indicator--half-star .fd-rating-indicator__label:nth-child(4n+6):last-child{margin-left:0}.fd-rating-indicator--cozy.fd-rating-indicator--half-star .fd-rating-indicator__label:last-child{margin-right:0}.fd-rating-indicator--cozy.fd-rating-indicator--half-star .fd-rating-indicator--icon .fd-rating-indicator__label{width:.75rem}.fd-rating-indicator--compact{padding:0;margin:0;margin:.5rem 0}.fd-rating-indicator--compact .fd-rating-indicator__input{width:1rem;height:1rem}.fd-rating-indicator--compact .fd-rating-indicator__label{margin-right:.125rem;height:1rem}.fd-rating-indicator--compact .fd-rating-indicator__label:before{font-size:1rem;line-height:1}.fd-rating-indicator--compact .fd-rating-indicator__label:last-child{margin-right:0}.fd-rating-indicator--compact .fd-rating-indicator__label[dir=rtl]:last-child,[dir=rtl] .fd-rating-indicator--compact .fd-rating-indicator__label:last-child{margin-right:.125rem}.fd-rating-indicator--compact.fd-rating-indicator--icon .fd-rating-indicator__label{width:1rem;height:1rem}.fd-rating-indicator--compact.fd-rating-indicator--icon .fd-rating-indicator__label-rated,.fd-rating-indicator--compact.fd-rating-indicator--icon .fd-rating-indicator__label-unrated{font-size:1rem}.fd-rating-indicator--compact.fd-rating-indicator--half-star .fd-rating-indicator__input{width:.5rem;height:1rem}.fd-rating-indicator--compact.fd-rating-indicator--half-star .fd-rating-indicator__label{margin-right:0;overflow:hidden;width:.5rem}.fd-rating-indicator--compact.fd-rating-indicator--half-star .fd-rating-indicator__label:nth-child(4n+6){margin-right:.125rem;flex-direction:row-reverse}.fd-rating-indicator--compact.fd-rating-indicator--half-star .fd-rating-indicator__label:nth-child(4n+6)[dir=rtl],[dir=rtl] .fd-rating-indicator--compact.fd-rating-indicator--half-star .fd-rating-indicator__label:nth-child(4n+6){margin-right:0;margin-left:.125rem}.fd-rating-indicator--compact.fd-rating-indicator--half-star .fd-rating-indicator__label:nth-child(4n+6)[dir=rtl]:last-child,[dir=rtl] .fd-rating-indicator--compact.fd-rating-indicator--half-star .fd-rating-indicator__label:nth-child(4n+6):last-child{margin-left:0}.fd-rating-indicator--compact.fd-rating-indicator--half-star .fd-rating-indicator__label:last-child{margin-right:0}.fd-rating-indicator--compact.fd-rating-indicator--half-star .fd-rating-indicator--icon .fd-rating-indicator__label{width:.5rem}.fd-rating-indicator--condensed{padding:0;margin:0}.fd-rating-indicator--condensed .fd-rating-indicator__input{width:1rem;height:1rem}.fd-rating-indicator--condensed .fd-rating-indicator__label{margin-right:.125rem;height:1rem}.fd-rating-indicator--condensed .fd-rating-indicator__label:before{font-size:1rem;line-height:1}.fd-rating-indicator--condensed .fd-rating-indicator__label:last-child{margin-right:0}.fd-rating-indicator--condensed .fd-rating-indicator__label[dir=rtl]:last-child,[dir=rtl] .fd-rating-indicator--condensed .fd-rating-indicator__label:last-child{margin-right:.125rem}.fd-rating-indicator--condensed.fd-rating-indicator--icon .fd-rating-indicator__label{width:1rem;height:1rem}.fd-rating-indicator--condensed.fd-rating-indicator--icon .fd-rating-indicator__label-rated,.fd-rating-indicator--condensed.fd-rating-indicator--icon .fd-rating-indicator__label-unrated{font-size:1rem}.fd-rating-indicator--condensed.fd-rating-indicator--half-star .fd-rating-indicator__input{width:.5rem;height:1rem}.fd-rating-indicator--condensed.fd-rating-indicator--half-star .fd-rating-indicator__label{margin-right:0;overflow:hidden;width:.5rem}.fd-rating-indicator--condensed.fd-rating-indicator--half-star .fd-rating-indicator__label:nth-child(4n+6){margin-right:.125rem;flex-direction:row-reverse}.fd-rating-indicator--condensed.fd-rating-indicator--half-star .fd-rating-indicator__label:nth-child(4n+6)[dir=rtl],[dir=rtl] .fd-rating-indicator--condensed.fd-rating-indicator--half-star .fd-rating-indicator__label:nth-child(4n+6){margin-right:0;margin-left:.125rem}.fd-rating-indicator--condensed.fd-rating-indicator--half-star .fd-rating-indicator__label:nth-child(4n+6)[dir=rtl]:last-child,[dir=rtl] .fd-rating-indicator--condensed.fd-rating-indicator--half-star .fd-rating-indicator__label:nth-child(4n+6):last-child{margin-left:0}.fd-rating-indicator--condensed.fd-rating-indicator--half-star .fd-rating-indicator__label:last-child{margin-right:0}.fd-rating-indicator--condensed.fd-rating-indicator--half-star .fd-rating-indicator--icon .fd-rating-indicator__label{width:.5rem}.fd-rating-indicator--xs{padding:0;margin:0}.fd-rating-indicator--xs .fd-rating-indicator__input{width:.75rem;height:.75rem}.fd-rating-indicator--xs .fd-rating-indicator__label{margin-right:1px;height:.75rem}.fd-rating-indicator--xs .fd-rating-indicator__label:before{font-size:.75rem;line-height:1}.fd-rating-indicator--xs .fd-rating-indicator__label:last-child{margin-right:0}.fd-rating-indicator--xs .fd-rating-indicator__label[dir=rtl]:last-child,[dir=rtl] .fd-rating-indicator--xs .fd-rating-indicator__label:last-child{margin-right:1px}.fd-rating-indicator--xs.fd-rating-indicator--icon .fd-rating-indicator__label{width:.75rem;height:.75rem}.fd-rating-indicator--xs.fd-rating-indicator--icon .fd-rating-indicator__label-rated,.fd-rating-indicator--xs.fd-rating-indicator--icon .fd-rating-indicator__label-unrated{font-size:.75rem}.fd-rating-indicator--xs.fd-rating-indicator--half-star .fd-rating-indicator__input{width:.375rem;height:.75rem}.fd-rating-indicator--xs.fd-rating-indicator--half-star .fd-rating-indicator__label{margin-right:0;overflow:hidden;width:.375rem}.fd-rating-indicator--xs.fd-rating-indicator--half-star .fd-rating-indicator__label:nth-child(4n+6){margin-right:1px;flex-direction:row-reverse}.fd-rating-indicator--xs.fd-rating-indicator--half-star .fd-rating-indicator__label:nth-child(4n+6)[dir=rtl],[dir=rtl] .fd-rating-indicator--xs.fd-rating-indicator--half-star .fd-rating-indicator__label:nth-child(4n+6){margin-right:0;margin-left:1px}.fd-rating-indicator--xs.fd-rating-indicator--half-star .fd-rating-indicator__label:nth-child(4n+6)[dir=rtl]:last-child,[dir=rtl] .fd-rating-indicator--xs.fd-rating-indicator--half-star .fd-rating-indicator__label:nth-child(4n+6):last-child{margin-left:0}.fd-rating-indicator--xs.fd-rating-indicator--half-star .fd-rating-indicator__label:last-child{margin-right:0}.fd-rating-indicator--xs.fd-rating-indicator--half-star .fd-rating-indicator--icon .fd-rating-indicator__label{width:.375rem}.fd-rating-indicator--sm{padding:0;margin:0}.fd-rating-indicator--sm .fd-rating-indicator__input{width:1rem;height:1rem}.fd-rating-indicator--sm .fd-rating-indicator__label{margin-right:.125rem;height:1rem}.fd-rating-indicator--sm .fd-rating-indicator__label:before{font-size:1rem;line-height:1}.fd-rating-indicator--sm .fd-rating-indicator__label:last-child{margin-right:0}.fd-rating-indicator--sm .fd-rating-indicator__label[dir=rtl]:last-child,[dir=rtl] .fd-rating-indicator--sm .fd-rating-indicator__label:last-child{margin-right:.125rem}.fd-rating-indicator--sm.fd-rating-indicator--icon .fd-rating-indicator__label{width:1rem;height:1rem}.fd-rating-indicator--sm.fd-rating-indicator--icon .fd-rating-indicator__label-rated,.fd-rating-indicator--sm.fd-rating-indicator--icon .fd-rating-indicator__label-unrated{font-size:1rem}.fd-rating-indicator--sm.fd-rating-indicator--half-star .fd-rating-indicator__input{width:.5rem;height:1rem}.fd-rating-indicator--sm.fd-rating-indicator--half-star .fd-rating-indicator__label{margin-right:0;overflow:hidden;width:.5rem}.fd-rating-indicator--sm.fd-rating-indicator--half-star .fd-rating-indicator__label:nth-child(4n+6){margin-right:.125rem;flex-direction:row-reverse}.fd-rating-indicator--sm.fd-rating-indicator--half-star .fd-rating-indicator__label:nth-child(4n+6)[dir=rtl],[dir=rtl] .fd-rating-indicator--sm.fd-rating-indicator--half-star .fd-rating-indicator__label:nth-child(4n+6){margin-right:0;margin-left:.125rem}.fd-rating-indicator--sm.fd-rating-indicator--half-star .fd-rating-indicator__label:nth-child(4n+6)[dir=rtl]:last-child,[dir=rtl] .fd-rating-indicator--sm.fd-rating-indicator--half-star .fd-rating-indicator__label:nth-child(4n+6):last-child{margin-left:0}.fd-rating-indicator--sm.fd-rating-indicator--half-star .fd-rating-indicator__label:last-child{margin-right:0}.fd-rating-indicator--sm.fd-rating-indicator--half-star .fd-rating-indicator--icon .fd-rating-indicator__label{width:.5rem}.fd-rating-indicator--md{padding:0;margin:0}.fd-rating-indicator--md .fd-rating-indicator__input{width:1.375rem;height:1.375rem}.fd-rating-indicator--md .fd-rating-indicator__label{margin-right:.1875rem;height:1.375rem}.fd-rating-indicator--md .fd-rating-indicator__label:before{font-size:1.375rem;line-height:1}.fd-rating-indicator--md .fd-rating-indicator__label:last-child{margin-right:0}.fd-rating-indicator--md .fd-rating-indicator__label[dir=rtl]:last-child,[dir=rtl] .fd-rating-indicator--md .fd-rating-indicator__label:last-child{margin-right:.1875rem}.fd-rating-indicator--md.fd-rating-indicator--icon .fd-rating-indicator__label{width:1.375rem;height:1.375rem}.fd-rating-indicator--md.fd-rating-indicator--icon .fd-rating-indicator__label-rated,.fd-rating-indicator--md.fd-rating-indicator--icon .fd-rating-indicator__label-unrated{font-size:1.375rem}.fd-rating-indicator--md.fd-rating-indicator--half-star .fd-rating-indicator__input{width:.6875rem;height:1.375rem}.fd-rating-indicator--md.fd-rating-indicator--half-star .fd-rating-indicator__label{margin-right:0;overflow:hidden;width:.6875rem}.fd-rating-indicator--md.fd-rating-indicator--half-star .fd-rating-indicator__label:nth-child(4n+6){margin-right:.1875rem;flex-direction:row-reverse}.fd-rating-indicator--md.fd-rating-indicator--half-star .fd-rating-indicator__label:nth-child(4n+6)[dir=rtl],[dir=rtl] .fd-rating-indicator--md.fd-rating-indicator--half-star .fd-rating-indicator__label:nth-child(4n+6){margin-right:0;margin-left:.1875rem}.fd-rating-indicator--md.fd-rating-indicator--half-star .fd-rating-indicator__label:nth-child(4n+6)[dir=rtl]:last-child,[dir=rtl] .fd-rating-indicator--md.fd-rating-indicator--half-star .fd-rating-indicator__label:nth-child(4n+6):last-child{margin-left:0}.fd-rating-indicator--md.fd-rating-indicator--half-star .fd-rating-indicator__label:last-child{margin-right:0}.fd-rating-indicator--md.fd-rating-indicator--half-star .fd-rating-indicator--icon .fd-rating-indicator__label{width:.6875rem}.fd-rating-indicator--lg{padding:0;margin:0}.fd-rating-indicator--lg .fd-rating-indicator__input{width:2rem;height:2rem}.fd-rating-indicator--lg .fd-rating-indicator__label{margin-right:.25rem;height:2rem}.fd-rating-indicator--lg .fd-rating-indicator__label:before{font-size:2rem;line-height:1}.fd-rating-indicator--lg .fd-rating-indicator__label:last-child{margin-right:0}.fd-rating-indicator--lg .fd-rating-indicator__label[dir=rtl]:last-child,[dir=rtl] .fd-rating-indicator--lg .fd-rating-indicator__label:last-child{margin-right:.25rem}.fd-rating-indicator--lg.fd-rating-indicator--icon .fd-rating-indicator__label{width:2rem;height:2rem}.fd-rating-indicator--lg.fd-rating-indicator--icon .fd-rating-indicator__label-rated,.fd-rating-indicator--lg.fd-rating-indicator--icon .fd-rating-indicator__label-unrated{font-size:2rem}.fd-rating-indicator--lg.fd-rating-indicator--half-star .fd-rating-indicator__input{width:1rem;height:2rem}.fd-rating-indicator--lg.fd-rating-indicator--half-star .fd-rating-indicator__label{margin-right:0;overflow:hidden;width:1rem}.fd-rating-indicator--lg.fd-rating-indicator--half-star .fd-rating-indicator__label:nth-child(4n+6){margin-right:.25rem;flex-direction:row-reverse}.fd-rating-indicator--lg.fd-rating-indicator--half-star .fd-rating-indicator__label:nth-child(4n+6)[dir=rtl],[dir=rtl] .fd-rating-indicator--lg.fd-rating-indicator--half-star .fd-rating-indicator__label:nth-child(4n+6){margin-right:0;margin-left:.25rem}.fd-rating-indicator--lg.fd-rating-indicator--half-star .fd-rating-indicator__label:nth-child(4n+6)[dir=rtl]:last-child,[dir=rtl] .fd-rating-indicator--lg.fd-rating-indicator--half-star .fd-rating-indicator__label:nth-child(4n+6):last-child{margin-left:0}.fd-rating-indicator--lg.fd-rating-indicator--half-star .fd-rating-indicator__label:last-child{margin-right:0}.fd-rating-indicator--lg.fd-rating-indicator--half-star .fd-rating-indicator--icon .fd-rating-indicator__label{width:1rem}.fd-rating-indicator--half-star .fd-rating-indicator__input{width:.6875rem;height:1.375rem}.fd-rating-indicator--half-star .fd-rating-indicator__label{margin-right:0;overflow:hidden;width:.6875rem}.fd-rating-indicator--half-star .fd-rating-indicator__label:nth-child(4n+6){margin-right:.1875rem;flex-direction:row-reverse}.fd-rating-indicator--half-star .fd-rating-indicator__label:nth-child(4n+6)[dir=rtl],[dir=rtl] .fd-rating-indicator--half-star .fd-rating-indicator__label:nth-child(4n+6){margin-right:0;margin-left:.1875rem}.fd-rating-indicator--half-star .fd-rating-indicator__label:nth-child(4n+6)[dir=rtl]:last-child,[dir=rtl] .fd-rating-indicator--half-star .fd-rating-indicator__label:nth-child(4n+6):last-child{margin-left:0}.fd-rating-indicator--half-star .fd-rating-indicator__label:last-child{margin-right:0}.fd-rating-indicator--half-star .fd-rating-indicator--icon .fd-rating-indicator__label{width:.6875rem}.fd-rating-indicator[class*=fd-rating-indicator--] .fd-rating-indicator__input--zero-rating,.fd-rating-indicator[class*=fd-rating-indicator--] .fd-rating-indicator__label--zero-rating,.fd-rating-indicator__input--zero-rating,.fd-rating-indicator__label--zero-rating{padding:0;margin:0;width:0;overflow:hidden;opacity:.0001}.fd-rating-indicator__popover{padding:.5rem 0!important}.fd-rating-indicator__popover .fd-rating-indicator__sum-row{display:flex;align-items:center;padding:.5rem 1rem;margin:0}.fd-rating-indicator__popover .fd-rating-indicator__sum-row .fd-rating-indicator__container{margin-right:.5rem}\n"], components: [{ type: i1.PopoverComponent, selector: "fd-popover", inputs: ["title", "trigger", "fixedPosition", "id", "mobile", "mobileConfig"] }], directives: [{ type: i2.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }, { type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i1.PopoverTriggerDirective, selector: "[fdPopoverTrigger], [fd-popover-trigger]", inputs: ["fdPopoverTrigger"] }], pipes: { "ratingStarLabel": i3.RatingStarLabelPipe }, changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
253
250
  __decorate([
254
251
  applyCssClass,
255
252
  __metadata("design:type", Function),
@@ -264,7 +261,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImpor
264
261
  useExisting: forwardRef(() => RatingIndicatorComponent),
265
262
  multi: true
266
263
  }
267
- ], template: "<!-- role=\"application\" is used in order to let user to change value with left/right arrows in JAWS, since JAWS ovverrides these actions -->\n<div class=\"fd-rating-indicator__container\" role=\"application\" aria-roledescription=\"Rating indicator\">\n <!-- Zero value if we don't have provided value from user, `ratingAverage` or `ratings` -->\n <ng-container *ngTemplateOutlet=\"zeroRate\"></ng-container>\n <!-- Available rate values -->\n <ng-container *ngFor=\"let rate of _rates; index as i; trackBy: trackByFn\">\n <input\n [attr.aria-label]=\"i | ratingStarLabel: _rates.length:allowHalves\"\n role=\"button\"\n type=\"radio\"\n class=\"fd-rating-indicator__input\"\n [disabled]=\"disabled\"\n [id]=\"rate.id\"\n name=\"rating-{{ viewRatingUID }}\"\n [value]=\"rate.value\"\n [checked]=\"viewValue === rate.value\"\n (click)=\"onSelect(rate.value)\"\n />\n <label class=\"fd-rating-indicator__label\" [for]=\"rate.id\" aria-hidden=\"true\">\n <i *ngIf=\"ratedIcon\" class=\"fd-rating-indicator__label-rated\" [class]=\"unratedIcon\"></i>\n <i *ngIf=\"unratedIcon\" class=\"fd-rating-indicator__label-unrated\" [class]=\"ratedIcon\"></i>\n </label>\n </ng-container>\n</div>\n<!-- Popover if displayAllRatings is true and we have ratings object -->\n<span\n [fdPopoverTrigger]=\"allRatingContent\"\n *ngIf=\"displayAllRatings && _ratingItems?.length; else dynamicText\"\n class=\"fd-rating-indicator__dynamic-text\"\n>\n (<span area-label=\"Total raiting\" fd-link>{{ totalRatings }}</span\n >)\n</span>\n<fd-popover\n #allRatingContent\n [triggers]=\"['mouseenter', 'mouseleave']\"\n [noArrow]=\"false\"\n placement=\"top\"\n additionalBodyClass=\"fd-rating-indicator__popover\"\n>\n <div\n class=\"fd-rating-indicator__sum-row\"\n [class]=\"sizeClass\"\n *ngFor=\"let rating of _ratingItems; trackBy: trackByFn\"\n >\n <div class=\"fd-rating-indicator__container\">\n <ng-container *ngFor=\"let rate of _rates; trackBy: trackByFn\">\n <span\n [class.fd-rating-indicator__input-checked]=\"rate.value === rating.rate\"\n class=\"fd-rating-indicator__input\"\n ></span>\n <label class=\"fd-rating-indicator__label\">\n <i *ngIf=\"ratedIcon\" class=\"fd-rating-indicator__label-rated\" [class]=\"unratedIcon\"></i>\n <i *ngIf=\"unratedIcon\" class=\"fd-rating-indicator__label-unrated\" [class]=\"ratedIcon\"></i>\n </label>\n </ng-container>\n </div>\n ({{ rating.votes }})\n </div>\n</fd-popover>\n\n<ng-template #dynamicText>\n <span *ngIf=\"totalRatings\" class=\"fd-rating-indicator__dynamic-text\">({{ totalRatings }})</span>\n <span *ngIf=\"!totalRatings\" class=\"fd-rating-indicator__dynamic-text\"\n >({{ viewValue }} {{ dynamicTextIndicator }} {{ indicatorCount }})</span\n >\n</ng-template>\n<ng-template #zeroRate let-halves=\"halves\">\n <input\n aria-label=\"Reset to zero\"\n role=\"button\"\n type=\"radio\"\n class=\"fd-rating-indicator__input fd-rating-indicator__input--zero-rating\"\n (click)=\"onSelect(0)\"\n [disabled]=\"disabled\"\n name=\"rating-{{ viewRatingUID }}{{ halves ? '-halves' : '' }}\"\n [checked]=\"viewValue === 0\"\n />\n <label class=\"fd-rating-indicator__label fd-rating-indicator__label--zero-rating\" aria-hidden=\"true\"></label>\n</ng-template>\n", styles: ["/*!\n * Fundamental Library Styles v0.24.0-rc.8\n * Copyright (c) 2022 SAP SE or an SAP affiliate company.\n * Licensed under Apache License 2.0 (https://github.com/SAP/fundamental-styles/blob/main/LICENSE)\n */.fd-rating-indicator{font-size:var(--sapFontSize);line-height:var(--sapContent_LineHeight);color:var(--sapTextColor);font-family:var(--sapFontFamily);font-weight:400;box-sizing:border-box;padding:0;margin:0;border:0;display:flex;justify-content:center;align-items:center;position:relative}.fd-rating-indicator:after,.fd-rating-indicator:before{box-sizing:inherit;font-size:inherit}.fd-rating-indicator__container{font-size:var(--sapFontSize);line-height:var(--sapContent_LineHeight);color:var(--sapTextColor);font-family:var(--sapFontFamily);font-weight:400;box-sizing:border-box;padding:0;margin:0;border:0}.fd-rating-indicator__container:after,.fd-rating-indicator__container:before{box-sizing:inherit;font-size:inherit}.fd-rating-indicator__container:focus-within{outline-offset:0;outline-width:var(--sapContent_FocusWidth);outline-color:var(--sapContent_FocusColor);outline-style:var(--sapContent_FocusStyle)}.fd-rating-indicator__container:focus-within .fd-rating-indicator__input,.fd-rating-indicator__container:focus-within .fd-rating-indicator__label{outline:0!important}.fd-rating-indicator__input{font-size:var(--sapFontSize);line-height:var(--sapContent_LineHeight);color:var(--sapTextColor);font-family:var(--sapFontFamily);font-weight:400;box-sizing:border-box;padding:0;margin:0;border:0;position:absolute;opacity:.0001;z-index:-1;top:0;width:1.375rem;height:1.375rem}.fd-rating-indicator__input:after,.fd-rating-indicator__input:before{box-sizing:inherit;font-size:inherit}.fd-rating-indicator__input:checked.is-focus,.fd-rating-indicator__input:checked:focus{outline-width:var(--sapContent_FocusWidth);outline-color:var(--sapContent_FocusColor);outline-style:var(--sapContent_FocusStyle)}.fd-rating-indicator__input:checked.is-focus+.fd-rating-indicator__label,.fd-rating-indicator__input:checked:focus+.fd-rating-indicator__label{outline-offset:0;outline-width:var(--sapContent_FocusWidth);outline-color:var(--sapContent_FocusColor);outline-style:var(--sapContent_FocusStyle)}.fd-rating-indicator__label{font-size:var(--sapFontSize);line-height:var(--sapContent_LineHeight);color:var(--sapTextColor);font-family:var(--sapFontFamily);font-weight:400;box-sizing:border-box;padding:0;margin:0;border:0;cursor:pointer;display:flex;align-items:center;float:left;opacity:1;height:1.375rem;margin-right:.1875rem}.fd-rating-indicator__label:after,.fd-rating-indicator__label:before{box-sizing:inherit;font-size:inherit}.fd-rating-indicator__label:before{content:\"\\e065\";font-family:SAP-icons;color:var(--sapContent_RatedColor);font-size:1.375rem}.fd-rating-indicator__label:last-child{margin-right:0}.fd-rating-indicator__label:hover:before{opacity:var(--fdRating_Indicator_Selected_Hover_Opacity);transition:opacity 125ms ease-in}.fd-rating-indicator .fd-rating-indicator__input:checked~.fd-rating-indicator__input+.fd-rating-indicator__label:before{content:\"\\e0a1\";color:var(--sapContent_UnratedColor)}.fd-rating-indicator__dynamic-text{font-size:var(--sapFontSize);line-height:var(--sapContent_LineHeight);color:var(--sapTextColor);font-family:var(--sapFontFamily);font-weight:400;box-sizing:border-box;padding:0;margin:0;border:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:var(--sapFontSmallSize);color:var(--sapContent_LabelColor);margin-left:.5rem}.fd-rating-indicator__dynamic-text:after,.fd-rating-indicator__dynamic-text:before{box-sizing:inherit;font-size:inherit}.fd-rating-indicator--hide-dynamic-text>.fd-rating-indicator__dynamic-text{display:none}.fd-rating-indicator[dir=rtl] .fd-rating-indicator__input:first-child+label,[dir=rtl] .fd-rating-indicator .fd-rating-indicator__input:first-child+label{margin-right:0}.fd-rating-indicator[dir=rtl] .fd-rating-indicator__label,[dir=rtl] .fd-rating-indicator .fd-rating-indicator__label{float:right}.fd-rating-indicator[dir=rtl] .fd-rating-indicator__label:last-child,[dir=rtl] .fd-rating-indicator .fd-rating-indicator__label:last-child{margin-right:.1875rem}.fd-rating-indicator[dir=rtl] .fd-rating-indicator__dynamic-text,[dir=rtl] .fd-rating-indicator .fd-rating-indicator__dynamic-text{margin-left:0;margin-right:.5rem}.fd-rating-indicator.is-disabled,.fd-rating-indicator:disabled,.fd-rating-indicator[aria-disabled=true]{pointer-events:none;opacity:var(--fdRating_Indicator_Disabled_Control_Opacity)}.fd-rating-indicator.is-disabled .fd-rating-indicator__input:before,.fd-rating-indicator:disabled .fd-rating-indicator__input:before,.fd-rating-indicator[aria-disabled=true] .fd-rating-indicator__input:before{content:\"\\e065\";color:var(--fdRating_Indicator_Disabled_Selected_Color)}.fd-rating-indicator.is-disabled .fd-rating-indicator__input:checked~.fd-rating-indicator__input+.fd-rating-indicator__label:before,.fd-rating-indicator:disabled .fd-rating-indicator__input:checked~.fd-rating-indicator__input+.fd-rating-indicator__label:before,.fd-rating-indicator[aria-disabled=true] .fd-rating-indicator__input:checked~.fd-rating-indicator__input+.fd-rating-indicator__label:before{content:\"\\e065\";color:var(--fdRating_Indicator_Disabled_Unselected_Color)}.fd-rating-indicator--display-mode .fd-rating-indicator__label{margin-right:.125rem}.fd-rating-indicator--display-mode .fd-rating-indicator__label:before{content:\"\\e065\";font-size:1rem;color:var(--fdRating_Indicator_Display_Only_Selected_Color)}.fd-rating-indicator--display-mode .fd-rating-indicator__label[dir=rtl],[dir=rtl] .fd-rating-indicator--display-mode .fd-rating-indicator__label{margin-right:0;margin-left:.125rem}.fd-rating-indicator--display-mode,.fd-rating-indicator--non-interactive{pointer-events:none}.fd-rating-indicator--display-mode .fd-rating-indicator__input:checked~.fd-rating-indicator__input+.fd-rating-indicator__label:before,.fd-rating-indicator--non-interactive .fd-rating-indicator__input:checked~.fd-rating-indicator__input+.fd-rating-indicator__label:before{content:\"\\e065\";color:var(--sapContent_UnratedColor)}.fd-rating-indicator--icon .fd-rating-indicator__label{width:1.375rem;height:1.375rem}.fd-rating-indicator--icon .fd-rating-indicator__label:after,.fd-rating-indicator--icon .fd-rating-indicator__label:before{content:none!important}.fd-rating-indicator--icon .fd-rating-indicator__label-rated,.fd-rating-indicator--icon .fd-rating-indicator__label-unrated{font-size:1.375rem;height:100%;line-height:1}.fd-rating-indicator--icon .fd-rating-indicator__label-unrated{display:none}.fd-rating-indicator--icon .fd-rating-indicator__input:checked~.fd-rating-indicator__input+.fd-rating-indicator__label .fd-rating-indicator__label-rated{display:none}.fd-rating-indicator--icon .fd-rating-indicator__input:checked~.fd-rating-indicator__input+.fd-rating-indicator__label .fd-rating-indicator__label-unrated{display:block}.fd-rating-indicator--cozy{padding:0;margin:0;margin:.8125rem 0}.fd-rating-indicator--cozy .fd-rating-indicator__input{width:1.5rem;height:1.5rem}.fd-rating-indicator--cozy .fd-rating-indicator__label{margin-right:.1875rem;height:1.5rem}.fd-rating-indicator--cozy .fd-rating-indicator__label:before{font-size:1.5rem;line-height:1}.fd-rating-indicator--cozy .fd-rating-indicator__label:last-child{margin-right:0}.fd-rating-indicator--cozy .fd-rating-indicator__label[dir=rtl]:last-child,[dir=rtl] .fd-rating-indicator--cozy .fd-rating-indicator__label:last-child{margin-right:.1875rem}.fd-rating-indicator--cozy.fd-rating-indicator--icon .fd-rating-indicator__label{width:1.5rem;height:1.5rem}.fd-rating-indicator--cozy.fd-rating-indicator--icon .fd-rating-indicator__label-rated,.fd-rating-indicator--cozy.fd-rating-indicator--icon .fd-rating-indicator__label-unrated{font-size:1.5rem}.fd-rating-indicator--cozy.fd-rating-indicator--half-star .fd-rating-indicator__input{width:.75rem;height:1.5rem}.fd-rating-indicator--cozy.fd-rating-indicator--half-star .fd-rating-indicator__label{margin-right:0;overflow:hidden;width:.75rem}.fd-rating-indicator--cozy.fd-rating-indicator--half-star .fd-rating-indicator__label:nth-child(4n+6){margin-right:.1875rem;flex-direction:row-reverse}.fd-rating-indicator--cozy.fd-rating-indicator--half-star .fd-rating-indicator__label:nth-child(4n+6)[dir=rtl],[dir=rtl] .fd-rating-indicator--cozy.fd-rating-indicator--half-star .fd-rating-indicator__label:nth-child(4n+6){margin-right:0;margin-left:.1875rem}.fd-rating-indicator--cozy.fd-rating-indicator--half-star .fd-rating-indicator__label:nth-child(4n+6)[dir=rtl]:last-child,[dir=rtl] .fd-rating-indicator--cozy.fd-rating-indicator--half-star .fd-rating-indicator__label:nth-child(4n+6):last-child{margin-left:0}.fd-rating-indicator--cozy.fd-rating-indicator--half-star .fd-rating-indicator__label:last-child{margin-right:0}.fd-rating-indicator--cozy.fd-rating-indicator--half-star .fd-rating-indicator--icon .fd-rating-indicator__label{width:.75rem}.fd-rating-indicator--compact{padding:0;margin:0;margin:.5rem 0}.fd-rating-indicator--compact .fd-rating-indicator__input{width:1rem;height:1rem}.fd-rating-indicator--compact .fd-rating-indicator__label{margin-right:.125rem;height:1rem}.fd-rating-indicator--compact .fd-rating-indicator__label:before{font-size:1rem;line-height:1}.fd-rating-indicator--compact .fd-rating-indicator__label:last-child{margin-right:0}.fd-rating-indicator--compact .fd-rating-indicator__label[dir=rtl]:last-child,[dir=rtl] .fd-rating-indicator--compact .fd-rating-indicator__label:last-child{margin-right:.125rem}.fd-rating-indicator--compact.fd-rating-indicator--icon .fd-rating-indicator__label{width:1rem;height:1rem}.fd-rating-indicator--compact.fd-rating-indicator--icon .fd-rating-indicator__label-rated,.fd-rating-indicator--compact.fd-rating-indicator--icon .fd-rating-indicator__label-unrated{font-size:1rem}.fd-rating-indicator--compact.fd-rating-indicator--half-star .fd-rating-indicator__input{width:.5rem;height:1rem}.fd-rating-indicator--compact.fd-rating-indicator--half-star .fd-rating-indicator__label{margin-right:0;overflow:hidden;width:.5rem}.fd-rating-indicator--compact.fd-rating-indicator--half-star .fd-rating-indicator__label:nth-child(4n+6){margin-right:.125rem;flex-direction:row-reverse}.fd-rating-indicator--compact.fd-rating-indicator--half-star .fd-rating-indicator__label:nth-child(4n+6)[dir=rtl],[dir=rtl] .fd-rating-indicator--compact.fd-rating-indicator--half-star .fd-rating-indicator__label:nth-child(4n+6){margin-right:0;margin-left:.125rem}.fd-rating-indicator--compact.fd-rating-indicator--half-star .fd-rating-indicator__label:nth-child(4n+6)[dir=rtl]:last-child,[dir=rtl] .fd-rating-indicator--compact.fd-rating-indicator--half-star .fd-rating-indicator__label:nth-child(4n+6):last-child{margin-left:0}.fd-rating-indicator--compact.fd-rating-indicator--half-star .fd-rating-indicator__label:last-child{margin-right:0}.fd-rating-indicator--compact.fd-rating-indicator--half-star .fd-rating-indicator--icon .fd-rating-indicator__label{width:.5rem}.fd-rating-indicator--condensed{padding:0;margin:0}.fd-rating-indicator--condensed .fd-rating-indicator__input{width:1rem;height:1rem}.fd-rating-indicator--condensed .fd-rating-indicator__label{margin-right:.125rem;height:1rem}.fd-rating-indicator--condensed .fd-rating-indicator__label:before{font-size:1rem;line-height:1}.fd-rating-indicator--condensed .fd-rating-indicator__label:last-child{margin-right:0}.fd-rating-indicator--condensed .fd-rating-indicator__label[dir=rtl]:last-child,[dir=rtl] .fd-rating-indicator--condensed .fd-rating-indicator__label:last-child{margin-right:.125rem}.fd-rating-indicator--condensed.fd-rating-indicator--icon .fd-rating-indicator__label{width:1rem;height:1rem}.fd-rating-indicator--condensed.fd-rating-indicator--icon .fd-rating-indicator__label-rated,.fd-rating-indicator--condensed.fd-rating-indicator--icon .fd-rating-indicator__label-unrated{font-size:1rem}.fd-rating-indicator--condensed.fd-rating-indicator--half-star .fd-rating-indicator__input{width:.5rem;height:1rem}.fd-rating-indicator--condensed.fd-rating-indicator--half-star .fd-rating-indicator__label{margin-right:0;overflow:hidden;width:.5rem}.fd-rating-indicator--condensed.fd-rating-indicator--half-star .fd-rating-indicator__label:nth-child(4n+6){margin-right:.125rem;flex-direction:row-reverse}.fd-rating-indicator--condensed.fd-rating-indicator--half-star .fd-rating-indicator__label:nth-child(4n+6)[dir=rtl],[dir=rtl] .fd-rating-indicator--condensed.fd-rating-indicator--half-star .fd-rating-indicator__label:nth-child(4n+6){margin-right:0;margin-left:.125rem}.fd-rating-indicator--condensed.fd-rating-indicator--half-star .fd-rating-indicator__label:nth-child(4n+6)[dir=rtl]:last-child,[dir=rtl] .fd-rating-indicator--condensed.fd-rating-indicator--half-star .fd-rating-indicator__label:nth-child(4n+6):last-child{margin-left:0}.fd-rating-indicator--condensed.fd-rating-indicator--half-star .fd-rating-indicator__label:last-child{margin-right:0}.fd-rating-indicator--condensed.fd-rating-indicator--half-star .fd-rating-indicator--icon .fd-rating-indicator__label{width:.5rem}.fd-rating-indicator--xs{padding:0;margin:0}.fd-rating-indicator--xs .fd-rating-indicator__input{width:.75rem;height:.75rem}.fd-rating-indicator--xs .fd-rating-indicator__label{margin-right:1px;height:.75rem}.fd-rating-indicator--xs .fd-rating-indicator__label:before{font-size:.75rem;line-height:1}.fd-rating-indicator--xs .fd-rating-indicator__label:last-child{margin-right:0}.fd-rating-indicator--xs .fd-rating-indicator__label[dir=rtl]:last-child,[dir=rtl] .fd-rating-indicator--xs .fd-rating-indicator__label:last-child{margin-right:1px}.fd-rating-indicator--xs.fd-rating-indicator--icon .fd-rating-indicator__label{width:.75rem;height:.75rem}.fd-rating-indicator--xs.fd-rating-indicator--icon .fd-rating-indicator__label-rated,.fd-rating-indicator--xs.fd-rating-indicator--icon .fd-rating-indicator__label-unrated{font-size:.75rem}.fd-rating-indicator--xs.fd-rating-indicator--half-star .fd-rating-indicator__input{width:.375rem;height:.75rem}.fd-rating-indicator--xs.fd-rating-indicator--half-star .fd-rating-indicator__label{margin-right:0;overflow:hidden;width:.375rem}.fd-rating-indicator--xs.fd-rating-indicator--half-star .fd-rating-indicator__label:nth-child(4n+6){margin-right:1px;flex-direction:row-reverse}.fd-rating-indicator--xs.fd-rating-indicator--half-star .fd-rating-indicator__label:nth-child(4n+6)[dir=rtl],[dir=rtl] .fd-rating-indicator--xs.fd-rating-indicator--half-star .fd-rating-indicator__label:nth-child(4n+6){margin-right:0;margin-left:1px}.fd-rating-indicator--xs.fd-rating-indicator--half-star .fd-rating-indicator__label:nth-child(4n+6)[dir=rtl]:last-child,[dir=rtl] .fd-rating-indicator--xs.fd-rating-indicator--half-star .fd-rating-indicator__label:nth-child(4n+6):last-child{margin-left:0}.fd-rating-indicator--xs.fd-rating-indicator--half-star .fd-rating-indicator__label:last-child{margin-right:0}.fd-rating-indicator--xs.fd-rating-indicator--half-star .fd-rating-indicator--icon .fd-rating-indicator__label{width:.375rem}.fd-rating-indicator--sm{padding:0;margin:0}.fd-rating-indicator--sm .fd-rating-indicator__input{width:1rem;height:1rem}.fd-rating-indicator--sm .fd-rating-indicator__label{margin-right:.125rem;height:1rem}.fd-rating-indicator--sm .fd-rating-indicator__label:before{font-size:1rem;line-height:1}.fd-rating-indicator--sm .fd-rating-indicator__label:last-child{margin-right:0}.fd-rating-indicator--sm .fd-rating-indicator__label[dir=rtl]:last-child,[dir=rtl] .fd-rating-indicator--sm .fd-rating-indicator__label:last-child{margin-right:.125rem}.fd-rating-indicator--sm.fd-rating-indicator--icon .fd-rating-indicator__label{width:1rem;height:1rem}.fd-rating-indicator--sm.fd-rating-indicator--icon .fd-rating-indicator__label-rated,.fd-rating-indicator--sm.fd-rating-indicator--icon .fd-rating-indicator__label-unrated{font-size:1rem}.fd-rating-indicator--sm.fd-rating-indicator--half-star .fd-rating-indicator__input{width:.5rem;height:1rem}.fd-rating-indicator--sm.fd-rating-indicator--half-star .fd-rating-indicator__label{margin-right:0;overflow:hidden;width:.5rem}.fd-rating-indicator--sm.fd-rating-indicator--half-star .fd-rating-indicator__label:nth-child(4n+6){margin-right:.125rem;flex-direction:row-reverse}.fd-rating-indicator--sm.fd-rating-indicator--half-star .fd-rating-indicator__label:nth-child(4n+6)[dir=rtl],[dir=rtl] .fd-rating-indicator--sm.fd-rating-indicator--half-star .fd-rating-indicator__label:nth-child(4n+6){margin-right:0;margin-left:.125rem}.fd-rating-indicator--sm.fd-rating-indicator--half-star .fd-rating-indicator__label:nth-child(4n+6)[dir=rtl]:last-child,[dir=rtl] .fd-rating-indicator--sm.fd-rating-indicator--half-star .fd-rating-indicator__label:nth-child(4n+6):last-child{margin-left:0}.fd-rating-indicator--sm.fd-rating-indicator--half-star .fd-rating-indicator__label:last-child{margin-right:0}.fd-rating-indicator--sm.fd-rating-indicator--half-star .fd-rating-indicator--icon .fd-rating-indicator__label{width:.5rem}.fd-rating-indicator--md{padding:0;margin:0}.fd-rating-indicator--md .fd-rating-indicator__input{width:1.375rem;height:1.375rem}.fd-rating-indicator--md .fd-rating-indicator__label{margin-right:.1875rem;height:1.375rem}.fd-rating-indicator--md .fd-rating-indicator__label:before{font-size:1.375rem;line-height:1}.fd-rating-indicator--md .fd-rating-indicator__label:last-child{margin-right:0}.fd-rating-indicator--md .fd-rating-indicator__label[dir=rtl]:last-child,[dir=rtl] .fd-rating-indicator--md .fd-rating-indicator__label:last-child{margin-right:.1875rem}.fd-rating-indicator--md.fd-rating-indicator--icon .fd-rating-indicator__label{width:1.375rem;height:1.375rem}.fd-rating-indicator--md.fd-rating-indicator--icon .fd-rating-indicator__label-rated,.fd-rating-indicator--md.fd-rating-indicator--icon .fd-rating-indicator__label-unrated{font-size:1.375rem}.fd-rating-indicator--md.fd-rating-indicator--half-star .fd-rating-indicator__input{width:.6875rem;height:1.375rem}.fd-rating-indicator--md.fd-rating-indicator--half-star .fd-rating-indicator__label{margin-right:0;overflow:hidden;width:.6875rem}.fd-rating-indicator--md.fd-rating-indicator--half-star .fd-rating-indicator__label:nth-child(4n+6){margin-right:.1875rem;flex-direction:row-reverse}.fd-rating-indicator--md.fd-rating-indicator--half-star .fd-rating-indicator__label:nth-child(4n+6)[dir=rtl],[dir=rtl] .fd-rating-indicator--md.fd-rating-indicator--half-star .fd-rating-indicator__label:nth-child(4n+6){margin-right:0;margin-left:.1875rem}.fd-rating-indicator--md.fd-rating-indicator--half-star .fd-rating-indicator__label:nth-child(4n+6)[dir=rtl]:last-child,[dir=rtl] .fd-rating-indicator--md.fd-rating-indicator--half-star .fd-rating-indicator__label:nth-child(4n+6):last-child{margin-left:0}.fd-rating-indicator--md.fd-rating-indicator--half-star .fd-rating-indicator__label:last-child{margin-right:0}.fd-rating-indicator--md.fd-rating-indicator--half-star .fd-rating-indicator--icon .fd-rating-indicator__label{width:.6875rem}.fd-rating-indicator--lg{padding:0;margin:0}.fd-rating-indicator--lg .fd-rating-indicator__input{width:2rem;height:2rem}.fd-rating-indicator--lg .fd-rating-indicator__label{margin-right:.25rem;height:2rem}.fd-rating-indicator--lg .fd-rating-indicator__label:before{font-size:2rem;line-height:1}.fd-rating-indicator--lg .fd-rating-indicator__label:last-child{margin-right:0}.fd-rating-indicator--lg .fd-rating-indicator__label[dir=rtl]:last-child,[dir=rtl] .fd-rating-indicator--lg .fd-rating-indicator__label:last-child{margin-right:.25rem}.fd-rating-indicator--lg.fd-rating-indicator--icon .fd-rating-indicator__label{width:2rem;height:2rem}.fd-rating-indicator--lg.fd-rating-indicator--icon .fd-rating-indicator__label-rated,.fd-rating-indicator--lg.fd-rating-indicator--icon .fd-rating-indicator__label-unrated{font-size:2rem}.fd-rating-indicator--lg.fd-rating-indicator--half-star .fd-rating-indicator__input{width:1rem;height:2rem}.fd-rating-indicator--lg.fd-rating-indicator--half-star .fd-rating-indicator__label{margin-right:0;overflow:hidden;width:1rem}.fd-rating-indicator--lg.fd-rating-indicator--half-star .fd-rating-indicator__label:nth-child(4n+6){margin-right:.25rem;flex-direction:row-reverse}.fd-rating-indicator--lg.fd-rating-indicator--half-star .fd-rating-indicator__label:nth-child(4n+6)[dir=rtl],[dir=rtl] .fd-rating-indicator--lg.fd-rating-indicator--half-star .fd-rating-indicator__label:nth-child(4n+6){margin-right:0;margin-left:.25rem}.fd-rating-indicator--lg.fd-rating-indicator--half-star .fd-rating-indicator__label:nth-child(4n+6)[dir=rtl]:last-child,[dir=rtl] .fd-rating-indicator--lg.fd-rating-indicator--half-star .fd-rating-indicator__label:nth-child(4n+6):last-child{margin-left:0}.fd-rating-indicator--lg.fd-rating-indicator--half-star .fd-rating-indicator__label:last-child{margin-right:0}.fd-rating-indicator--lg.fd-rating-indicator--half-star .fd-rating-indicator--icon .fd-rating-indicator__label{width:1rem}.fd-rating-indicator--half-star .fd-rating-indicator__input{width:.6875rem;height:1.375rem}.fd-rating-indicator--half-star .fd-rating-indicator__label{margin-right:0;overflow:hidden;width:.6875rem}.fd-rating-indicator--half-star .fd-rating-indicator__label:nth-child(4n+6){margin-right:.1875rem;flex-direction:row-reverse}.fd-rating-indicator--half-star .fd-rating-indicator__label:nth-child(4n+6)[dir=rtl],[dir=rtl] .fd-rating-indicator--half-star .fd-rating-indicator__label:nth-child(4n+6){margin-right:0;margin-left:.1875rem}.fd-rating-indicator--half-star .fd-rating-indicator__label:nth-child(4n+6)[dir=rtl]:last-child,[dir=rtl] .fd-rating-indicator--half-star .fd-rating-indicator__label:nth-child(4n+6):last-child{margin-left:0}.fd-rating-indicator--half-star .fd-rating-indicator__label:last-child{margin-right:0}.fd-rating-indicator--half-star .fd-rating-indicator--icon .fd-rating-indicator__label{width:.6875rem}.fd-rating-indicator[class*=fd-rating-indicator--] .fd-rating-indicator__input--zero-rating,.fd-rating-indicator[class*=fd-rating-indicator--] .fd-rating-indicator__label--zero-rating,.fd-rating-indicator__input--zero-rating,.fd-rating-indicator__label--zero-rating{padding:0;margin:0;width:0;overflow:hidden;opacity:.0001}.fd-rating-indicator__popover{padding:.5rem 0!important}.fd-rating-indicator__popover .fd-rating-indicator__sum-row{display:flex;align-items:center;padding:.5rem 1rem;margin:0}.fd-rating-indicator__popover .fd-rating-indicator__sum-row .fd-rating-indicator__container{margin-right:.5rem}\n"] }]
264
+ ], template: "<!-- role=\"application\" is used in order to let user to change value with left/right arrows in JAWS, since JAWS ovverrides these actions -->\n<div class=\"fd-rating-indicator__container\" role=\"application\" aria-roledescription=\"Rating indicator\">\n <!-- Zero value if we don't have provided value from user, `ratingAverage` or `ratings` -->\n <ng-container *ngTemplateOutlet=\"zeroRate\"></ng-container>\n <!-- Available rate values -->\n <ng-container *ngFor=\"let rate of _rates; index as i; trackBy: trackByFn\">\n <input\n [attr.aria-label]=\"i | ratingStarLabel: _rates.length:allowHalves\"\n role=\"button\"\n type=\"radio\"\n class=\"fd-rating-indicator__input\"\n [disabled]=\"disabled\"\n [id]=\"rate.id\"\n name=\"rating-{{ viewRatingUID }}\"\n [value]=\"rate.value\"\n [checked]=\"viewValue === rate.value\"\n (click)=\"onSelect(rate.value)\"\n />\n <label class=\"fd-rating-indicator__label\" [for]=\"rate.id\" aria-hidden=\"true\">\n <i *ngIf=\"ratedIcon\" class=\"fd-rating-indicator__label-rated\" [class]=\"unratedIcon\"></i>\n <i *ngIf=\"unratedIcon\" class=\"fd-rating-indicator__label-unrated\" [class]=\"ratedIcon\"></i>\n </label>\n </ng-container>\n</div>\n<!-- Popover if displayAllRatings is true and we have ratings object -->\n<span\n [fdPopoverTrigger]=\"allRatingContent\"\n *ngIf=\"displayAllRatings && _ratingItems?.length; else dynamicText\"\n class=\"fd-rating-indicator__dynamic-text\"\n>\n (<span area-label=\"Total raiting\" fd-link>{{ totalRatings }}</span\n >)\n</span>\n<fd-popover\n #allRatingContent\n [triggers]=\"['mouseenter', 'mouseleave']\"\n [noArrow]=\"false\"\n placement=\"top\"\n additionalBodyClass=\"fd-rating-indicator__popover\"\n>\n <div class=\"fd-rating-indicator__sum-row\" [class]=\"sizeClass\" *ngFor=\"let rating of _ratingItems\">\n <div class=\"fd-rating-indicator__container\">\n <ng-container *ngFor=\"let rate of _rates; trackBy: trackByFn\">\n <span\n [class.fd-rating-indicator__input-checked]=\"rate.value === rating.rate\"\n class=\"fd-rating-indicator__input\"\n ></span>\n <label class=\"fd-rating-indicator__label\">\n <i *ngIf=\"ratedIcon\" class=\"fd-rating-indicator__label-rated\" [class]=\"unratedIcon\"></i>\n <i *ngIf=\"unratedIcon\" class=\"fd-rating-indicator__label-unrated\" [class]=\"ratedIcon\"></i>\n </label>\n </ng-container>\n </div>\n ({{ rating.votes }})\n </div>\n</fd-popover>\n\n<ng-template #dynamicText>\n <span *ngIf=\"totalRatings\" class=\"fd-rating-indicator__dynamic-text\">({{ totalRatings }})</span>\n <span *ngIf=\"!totalRatings\" class=\"fd-rating-indicator__dynamic-text\"\n >({{ viewValue }} {{ dynamicTextIndicator }} {{ indicatorCount }})</span\n >\n</ng-template>\n<ng-template #zeroRate let-halves=\"halves\">\n <input\n aria-label=\"Reset to zero\"\n role=\"button\"\n type=\"radio\"\n class=\"fd-rating-indicator__input fd-rating-indicator__input--zero-rating\"\n (click)=\"onSelect(0)\"\n [disabled]=\"disabled\"\n name=\"rating-{{ viewRatingUID }}{{ halves ? '-halves' : '' }}\"\n [checked]=\"viewValue === 0\"\n />\n <label class=\"fd-rating-indicator__label fd-rating-indicator__label--zero-rating\" aria-hidden=\"true\"></label>\n</ng-template>\n", styles: ["/*!\n * Fundamental Library Styles v0.24.0-rc.8\n * Copyright (c) 2022 SAP SE or an SAP affiliate company.\n * Licensed under Apache License 2.0 (https://github.com/SAP/fundamental-styles/blob/main/LICENSE)\n */.fd-rating-indicator{font-size:var(--sapFontSize);line-height:var(--sapContent_LineHeight);color:var(--sapTextColor);font-family:var(--sapFontFamily);font-weight:400;box-sizing:border-box;padding:0;margin:0;border:0;display:flex;justify-content:center;align-items:center;position:relative}.fd-rating-indicator:after,.fd-rating-indicator:before{box-sizing:inherit;font-size:inherit}.fd-rating-indicator__container{font-size:var(--sapFontSize);line-height:var(--sapContent_LineHeight);color:var(--sapTextColor);font-family:var(--sapFontFamily);font-weight:400;box-sizing:border-box;padding:0;margin:0;border:0}.fd-rating-indicator__container:after,.fd-rating-indicator__container:before{box-sizing:inherit;font-size:inherit}.fd-rating-indicator__container:focus-within{outline-offset:0;outline-width:var(--sapContent_FocusWidth);outline-color:var(--sapContent_FocusColor);outline-style:var(--sapContent_FocusStyle)}.fd-rating-indicator__container:focus-within .fd-rating-indicator__input,.fd-rating-indicator__container:focus-within .fd-rating-indicator__label{outline:0!important}.fd-rating-indicator__input{font-size:var(--sapFontSize);line-height:var(--sapContent_LineHeight);color:var(--sapTextColor);font-family:var(--sapFontFamily);font-weight:400;box-sizing:border-box;padding:0;margin:0;border:0;position:absolute;opacity:.0001;z-index:-1;top:0;width:1.375rem;height:1.375rem}.fd-rating-indicator__input:after,.fd-rating-indicator__input:before{box-sizing:inherit;font-size:inherit}.fd-rating-indicator__input:checked.is-focus,.fd-rating-indicator__input:checked:focus{outline-width:var(--sapContent_FocusWidth);outline-color:var(--sapContent_FocusColor);outline-style:var(--sapContent_FocusStyle)}.fd-rating-indicator__input:checked.is-focus+.fd-rating-indicator__label,.fd-rating-indicator__input:checked:focus+.fd-rating-indicator__label{outline-offset:0;outline-width:var(--sapContent_FocusWidth);outline-color:var(--sapContent_FocusColor);outline-style:var(--sapContent_FocusStyle)}.fd-rating-indicator__label{font-size:var(--sapFontSize);line-height:var(--sapContent_LineHeight);color:var(--sapTextColor);font-family:var(--sapFontFamily);font-weight:400;box-sizing:border-box;padding:0;margin:0;border:0;cursor:pointer;display:flex;align-items:center;float:left;opacity:1;height:1.375rem;margin-right:.1875rem}.fd-rating-indicator__label:after,.fd-rating-indicator__label:before{box-sizing:inherit;font-size:inherit}.fd-rating-indicator__label:before{content:\"\\e065\";font-family:SAP-icons;color:var(--sapContent_RatedColor);font-size:1.375rem}.fd-rating-indicator__label:last-child{margin-right:0}.fd-rating-indicator__label:hover:before{opacity:var(--fdRating_Indicator_Selected_Hover_Opacity);transition:opacity 125ms ease-in}.fd-rating-indicator .fd-rating-indicator__input:checked~.fd-rating-indicator__input+.fd-rating-indicator__label:before{content:\"\\e0a1\";color:var(--sapContent_UnratedColor)}.fd-rating-indicator__dynamic-text{font-size:var(--sapFontSize);line-height:var(--sapContent_LineHeight);color:var(--sapTextColor);font-family:var(--sapFontFamily);font-weight:400;box-sizing:border-box;padding:0;margin:0;border:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:var(--sapFontSmallSize);color:var(--sapContent_LabelColor);margin-left:.5rem}.fd-rating-indicator__dynamic-text:after,.fd-rating-indicator__dynamic-text:before{box-sizing:inherit;font-size:inherit}.fd-rating-indicator--hide-dynamic-text>.fd-rating-indicator__dynamic-text{display:none}.fd-rating-indicator[dir=rtl] .fd-rating-indicator__input:first-child+label,[dir=rtl] .fd-rating-indicator .fd-rating-indicator__input:first-child+label{margin-right:0}.fd-rating-indicator[dir=rtl] .fd-rating-indicator__label,[dir=rtl] .fd-rating-indicator .fd-rating-indicator__label{float:right}.fd-rating-indicator[dir=rtl] .fd-rating-indicator__label:last-child,[dir=rtl] .fd-rating-indicator .fd-rating-indicator__label:last-child{margin-right:.1875rem}.fd-rating-indicator[dir=rtl] .fd-rating-indicator__dynamic-text,[dir=rtl] .fd-rating-indicator .fd-rating-indicator__dynamic-text{margin-left:0;margin-right:.5rem}.fd-rating-indicator.is-disabled,.fd-rating-indicator:disabled,.fd-rating-indicator[aria-disabled=true]{pointer-events:none;opacity:var(--fdRating_Indicator_Disabled_Control_Opacity)}.fd-rating-indicator.is-disabled .fd-rating-indicator__input:before,.fd-rating-indicator:disabled .fd-rating-indicator__input:before,.fd-rating-indicator[aria-disabled=true] .fd-rating-indicator__input:before{content:\"\\e065\";color:var(--fdRating_Indicator_Disabled_Selected_Color)}.fd-rating-indicator.is-disabled .fd-rating-indicator__input:checked~.fd-rating-indicator__input+.fd-rating-indicator__label:before,.fd-rating-indicator:disabled .fd-rating-indicator__input:checked~.fd-rating-indicator__input+.fd-rating-indicator__label:before,.fd-rating-indicator[aria-disabled=true] .fd-rating-indicator__input:checked~.fd-rating-indicator__input+.fd-rating-indicator__label:before{content:\"\\e065\";color:var(--fdRating_Indicator_Disabled_Unselected_Color)}.fd-rating-indicator--display-mode .fd-rating-indicator__label{margin-right:.125rem}.fd-rating-indicator--display-mode .fd-rating-indicator__label:before{content:\"\\e065\";font-size:1rem;color:var(--fdRating_Indicator_Display_Only_Selected_Color)}.fd-rating-indicator--display-mode .fd-rating-indicator__label[dir=rtl],[dir=rtl] .fd-rating-indicator--display-mode .fd-rating-indicator__label{margin-right:0;margin-left:.125rem}.fd-rating-indicator--display-mode,.fd-rating-indicator--non-interactive{pointer-events:none}.fd-rating-indicator--display-mode .fd-rating-indicator__input:checked~.fd-rating-indicator__input+.fd-rating-indicator__label:before,.fd-rating-indicator--non-interactive .fd-rating-indicator__input:checked~.fd-rating-indicator__input+.fd-rating-indicator__label:before{content:\"\\e065\";color:var(--sapContent_UnratedColor)}.fd-rating-indicator--icon .fd-rating-indicator__label{width:1.375rem;height:1.375rem}.fd-rating-indicator--icon .fd-rating-indicator__label:after,.fd-rating-indicator--icon .fd-rating-indicator__label:before{content:none!important}.fd-rating-indicator--icon .fd-rating-indicator__label-rated,.fd-rating-indicator--icon .fd-rating-indicator__label-unrated{font-size:1.375rem;height:100%;line-height:1}.fd-rating-indicator--icon .fd-rating-indicator__label-unrated{display:none}.fd-rating-indicator--icon .fd-rating-indicator__input:checked~.fd-rating-indicator__input+.fd-rating-indicator__label .fd-rating-indicator__label-rated{display:none}.fd-rating-indicator--icon .fd-rating-indicator__input:checked~.fd-rating-indicator__input+.fd-rating-indicator__label .fd-rating-indicator__label-unrated{display:block}.fd-rating-indicator--cozy{padding:0;margin:0;margin:.8125rem 0}.fd-rating-indicator--cozy .fd-rating-indicator__input{width:1.5rem;height:1.5rem}.fd-rating-indicator--cozy .fd-rating-indicator__label{margin-right:.1875rem;height:1.5rem}.fd-rating-indicator--cozy .fd-rating-indicator__label:before{font-size:1.5rem;line-height:1}.fd-rating-indicator--cozy .fd-rating-indicator__label:last-child{margin-right:0}.fd-rating-indicator--cozy .fd-rating-indicator__label[dir=rtl]:last-child,[dir=rtl] .fd-rating-indicator--cozy .fd-rating-indicator__label:last-child{margin-right:.1875rem}.fd-rating-indicator--cozy.fd-rating-indicator--icon .fd-rating-indicator__label{width:1.5rem;height:1.5rem}.fd-rating-indicator--cozy.fd-rating-indicator--icon .fd-rating-indicator__label-rated,.fd-rating-indicator--cozy.fd-rating-indicator--icon .fd-rating-indicator__label-unrated{font-size:1.5rem}.fd-rating-indicator--cozy.fd-rating-indicator--half-star .fd-rating-indicator__input{width:.75rem;height:1.5rem}.fd-rating-indicator--cozy.fd-rating-indicator--half-star .fd-rating-indicator__label{margin-right:0;overflow:hidden;width:.75rem}.fd-rating-indicator--cozy.fd-rating-indicator--half-star .fd-rating-indicator__label:nth-child(4n+6){margin-right:.1875rem;flex-direction:row-reverse}.fd-rating-indicator--cozy.fd-rating-indicator--half-star .fd-rating-indicator__label:nth-child(4n+6)[dir=rtl],[dir=rtl] .fd-rating-indicator--cozy.fd-rating-indicator--half-star .fd-rating-indicator__label:nth-child(4n+6){margin-right:0;margin-left:.1875rem}.fd-rating-indicator--cozy.fd-rating-indicator--half-star .fd-rating-indicator__label:nth-child(4n+6)[dir=rtl]:last-child,[dir=rtl] .fd-rating-indicator--cozy.fd-rating-indicator--half-star .fd-rating-indicator__label:nth-child(4n+6):last-child{margin-left:0}.fd-rating-indicator--cozy.fd-rating-indicator--half-star .fd-rating-indicator__label:last-child{margin-right:0}.fd-rating-indicator--cozy.fd-rating-indicator--half-star .fd-rating-indicator--icon .fd-rating-indicator__label{width:.75rem}.fd-rating-indicator--compact{padding:0;margin:0;margin:.5rem 0}.fd-rating-indicator--compact .fd-rating-indicator__input{width:1rem;height:1rem}.fd-rating-indicator--compact .fd-rating-indicator__label{margin-right:.125rem;height:1rem}.fd-rating-indicator--compact .fd-rating-indicator__label:before{font-size:1rem;line-height:1}.fd-rating-indicator--compact .fd-rating-indicator__label:last-child{margin-right:0}.fd-rating-indicator--compact .fd-rating-indicator__label[dir=rtl]:last-child,[dir=rtl] .fd-rating-indicator--compact .fd-rating-indicator__label:last-child{margin-right:.125rem}.fd-rating-indicator--compact.fd-rating-indicator--icon .fd-rating-indicator__label{width:1rem;height:1rem}.fd-rating-indicator--compact.fd-rating-indicator--icon .fd-rating-indicator__label-rated,.fd-rating-indicator--compact.fd-rating-indicator--icon .fd-rating-indicator__label-unrated{font-size:1rem}.fd-rating-indicator--compact.fd-rating-indicator--half-star .fd-rating-indicator__input{width:.5rem;height:1rem}.fd-rating-indicator--compact.fd-rating-indicator--half-star .fd-rating-indicator__label{margin-right:0;overflow:hidden;width:.5rem}.fd-rating-indicator--compact.fd-rating-indicator--half-star .fd-rating-indicator__label:nth-child(4n+6){margin-right:.125rem;flex-direction:row-reverse}.fd-rating-indicator--compact.fd-rating-indicator--half-star .fd-rating-indicator__label:nth-child(4n+6)[dir=rtl],[dir=rtl] .fd-rating-indicator--compact.fd-rating-indicator--half-star .fd-rating-indicator__label:nth-child(4n+6){margin-right:0;margin-left:.125rem}.fd-rating-indicator--compact.fd-rating-indicator--half-star .fd-rating-indicator__label:nth-child(4n+6)[dir=rtl]:last-child,[dir=rtl] .fd-rating-indicator--compact.fd-rating-indicator--half-star .fd-rating-indicator__label:nth-child(4n+6):last-child{margin-left:0}.fd-rating-indicator--compact.fd-rating-indicator--half-star .fd-rating-indicator__label:last-child{margin-right:0}.fd-rating-indicator--compact.fd-rating-indicator--half-star .fd-rating-indicator--icon .fd-rating-indicator__label{width:.5rem}.fd-rating-indicator--condensed{padding:0;margin:0}.fd-rating-indicator--condensed .fd-rating-indicator__input{width:1rem;height:1rem}.fd-rating-indicator--condensed .fd-rating-indicator__label{margin-right:.125rem;height:1rem}.fd-rating-indicator--condensed .fd-rating-indicator__label:before{font-size:1rem;line-height:1}.fd-rating-indicator--condensed .fd-rating-indicator__label:last-child{margin-right:0}.fd-rating-indicator--condensed .fd-rating-indicator__label[dir=rtl]:last-child,[dir=rtl] .fd-rating-indicator--condensed .fd-rating-indicator__label:last-child{margin-right:.125rem}.fd-rating-indicator--condensed.fd-rating-indicator--icon .fd-rating-indicator__label{width:1rem;height:1rem}.fd-rating-indicator--condensed.fd-rating-indicator--icon .fd-rating-indicator__label-rated,.fd-rating-indicator--condensed.fd-rating-indicator--icon .fd-rating-indicator__label-unrated{font-size:1rem}.fd-rating-indicator--condensed.fd-rating-indicator--half-star .fd-rating-indicator__input{width:.5rem;height:1rem}.fd-rating-indicator--condensed.fd-rating-indicator--half-star .fd-rating-indicator__label{margin-right:0;overflow:hidden;width:.5rem}.fd-rating-indicator--condensed.fd-rating-indicator--half-star .fd-rating-indicator__label:nth-child(4n+6){margin-right:.125rem;flex-direction:row-reverse}.fd-rating-indicator--condensed.fd-rating-indicator--half-star .fd-rating-indicator__label:nth-child(4n+6)[dir=rtl],[dir=rtl] .fd-rating-indicator--condensed.fd-rating-indicator--half-star .fd-rating-indicator__label:nth-child(4n+6){margin-right:0;margin-left:.125rem}.fd-rating-indicator--condensed.fd-rating-indicator--half-star .fd-rating-indicator__label:nth-child(4n+6)[dir=rtl]:last-child,[dir=rtl] .fd-rating-indicator--condensed.fd-rating-indicator--half-star .fd-rating-indicator__label:nth-child(4n+6):last-child{margin-left:0}.fd-rating-indicator--condensed.fd-rating-indicator--half-star .fd-rating-indicator__label:last-child{margin-right:0}.fd-rating-indicator--condensed.fd-rating-indicator--half-star .fd-rating-indicator--icon .fd-rating-indicator__label{width:.5rem}.fd-rating-indicator--xs{padding:0;margin:0}.fd-rating-indicator--xs .fd-rating-indicator__input{width:.75rem;height:.75rem}.fd-rating-indicator--xs .fd-rating-indicator__label{margin-right:1px;height:.75rem}.fd-rating-indicator--xs .fd-rating-indicator__label:before{font-size:.75rem;line-height:1}.fd-rating-indicator--xs .fd-rating-indicator__label:last-child{margin-right:0}.fd-rating-indicator--xs .fd-rating-indicator__label[dir=rtl]:last-child,[dir=rtl] .fd-rating-indicator--xs .fd-rating-indicator__label:last-child{margin-right:1px}.fd-rating-indicator--xs.fd-rating-indicator--icon .fd-rating-indicator__label{width:.75rem;height:.75rem}.fd-rating-indicator--xs.fd-rating-indicator--icon .fd-rating-indicator__label-rated,.fd-rating-indicator--xs.fd-rating-indicator--icon .fd-rating-indicator__label-unrated{font-size:.75rem}.fd-rating-indicator--xs.fd-rating-indicator--half-star .fd-rating-indicator__input{width:.375rem;height:.75rem}.fd-rating-indicator--xs.fd-rating-indicator--half-star .fd-rating-indicator__label{margin-right:0;overflow:hidden;width:.375rem}.fd-rating-indicator--xs.fd-rating-indicator--half-star .fd-rating-indicator__label:nth-child(4n+6){margin-right:1px;flex-direction:row-reverse}.fd-rating-indicator--xs.fd-rating-indicator--half-star .fd-rating-indicator__label:nth-child(4n+6)[dir=rtl],[dir=rtl] .fd-rating-indicator--xs.fd-rating-indicator--half-star .fd-rating-indicator__label:nth-child(4n+6){margin-right:0;margin-left:1px}.fd-rating-indicator--xs.fd-rating-indicator--half-star .fd-rating-indicator__label:nth-child(4n+6)[dir=rtl]:last-child,[dir=rtl] .fd-rating-indicator--xs.fd-rating-indicator--half-star .fd-rating-indicator__label:nth-child(4n+6):last-child{margin-left:0}.fd-rating-indicator--xs.fd-rating-indicator--half-star .fd-rating-indicator__label:last-child{margin-right:0}.fd-rating-indicator--xs.fd-rating-indicator--half-star .fd-rating-indicator--icon .fd-rating-indicator__label{width:.375rem}.fd-rating-indicator--sm{padding:0;margin:0}.fd-rating-indicator--sm .fd-rating-indicator__input{width:1rem;height:1rem}.fd-rating-indicator--sm .fd-rating-indicator__label{margin-right:.125rem;height:1rem}.fd-rating-indicator--sm .fd-rating-indicator__label:before{font-size:1rem;line-height:1}.fd-rating-indicator--sm .fd-rating-indicator__label:last-child{margin-right:0}.fd-rating-indicator--sm .fd-rating-indicator__label[dir=rtl]:last-child,[dir=rtl] .fd-rating-indicator--sm .fd-rating-indicator__label:last-child{margin-right:.125rem}.fd-rating-indicator--sm.fd-rating-indicator--icon .fd-rating-indicator__label{width:1rem;height:1rem}.fd-rating-indicator--sm.fd-rating-indicator--icon .fd-rating-indicator__label-rated,.fd-rating-indicator--sm.fd-rating-indicator--icon .fd-rating-indicator__label-unrated{font-size:1rem}.fd-rating-indicator--sm.fd-rating-indicator--half-star .fd-rating-indicator__input{width:.5rem;height:1rem}.fd-rating-indicator--sm.fd-rating-indicator--half-star .fd-rating-indicator__label{margin-right:0;overflow:hidden;width:.5rem}.fd-rating-indicator--sm.fd-rating-indicator--half-star .fd-rating-indicator__label:nth-child(4n+6){margin-right:.125rem;flex-direction:row-reverse}.fd-rating-indicator--sm.fd-rating-indicator--half-star .fd-rating-indicator__label:nth-child(4n+6)[dir=rtl],[dir=rtl] .fd-rating-indicator--sm.fd-rating-indicator--half-star .fd-rating-indicator__label:nth-child(4n+6){margin-right:0;margin-left:.125rem}.fd-rating-indicator--sm.fd-rating-indicator--half-star .fd-rating-indicator__label:nth-child(4n+6)[dir=rtl]:last-child,[dir=rtl] .fd-rating-indicator--sm.fd-rating-indicator--half-star .fd-rating-indicator__label:nth-child(4n+6):last-child{margin-left:0}.fd-rating-indicator--sm.fd-rating-indicator--half-star .fd-rating-indicator__label:last-child{margin-right:0}.fd-rating-indicator--sm.fd-rating-indicator--half-star .fd-rating-indicator--icon .fd-rating-indicator__label{width:.5rem}.fd-rating-indicator--md{padding:0;margin:0}.fd-rating-indicator--md .fd-rating-indicator__input{width:1.375rem;height:1.375rem}.fd-rating-indicator--md .fd-rating-indicator__label{margin-right:.1875rem;height:1.375rem}.fd-rating-indicator--md .fd-rating-indicator__label:before{font-size:1.375rem;line-height:1}.fd-rating-indicator--md .fd-rating-indicator__label:last-child{margin-right:0}.fd-rating-indicator--md .fd-rating-indicator__label[dir=rtl]:last-child,[dir=rtl] .fd-rating-indicator--md .fd-rating-indicator__label:last-child{margin-right:.1875rem}.fd-rating-indicator--md.fd-rating-indicator--icon .fd-rating-indicator__label{width:1.375rem;height:1.375rem}.fd-rating-indicator--md.fd-rating-indicator--icon .fd-rating-indicator__label-rated,.fd-rating-indicator--md.fd-rating-indicator--icon .fd-rating-indicator__label-unrated{font-size:1.375rem}.fd-rating-indicator--md.fd-rating-indicator--half-star .fd-rating-indicator__input{width:.6875rem;height:1.375rem}.fd-rating-indicator--md.fd-rating-indicator--half-star .fd-rating-indicator__label{margin-right:0;overflow:hidden;width:.6875rem}.fd-rating-indicator--md.fd-rating-indicator--half-star .fd-rating-indicator__label:nth-child(4n+6){margin-right:.1875rem;flex-direction:row-reverse}.fd-rating-indicator--md.fd-rating-indicator--half-star .fd-rating-indicator__label:nth-child(4n+6)[dir=rtl],[dir=rtl] .fd-rating-indicator--md.fd-rating-indicator--half-star .fd-rating-indicator__label:nth-child(4n+6){margin-right:0;margin-left:.1875rem}.fd-rating-indicator--md.fd-rating-indicator--half-star .fd-rating-indicator__label:nth-child(4n+6)[dir=rtl]:last-child,[dir=rtl] .fd-rating-indicator--md.fd-rating-indicator--half-star .fd-rating-indicator__label:nth-child(4n+6):last-child{margin-left:0}.fd-rating-indicator--md.fd-rating-indicator--half-star .fd-rating-indicator__label:last-child{margin-right:0}.fd-rating-indicator--md.fd-rating-indicator--half-star .fd-rating-indicator--icon .fd-rating-indicator__label{width:.6875rem}.fd-rating-indicator--lg{padding:0;margin:0}.fd-rating-indicator--lg .fd-rating-indicator__input{width:2rem;height:2rem}.fd-rating-indicator--lg .fd-rating-indicator__label{margin-right:.25rem;height:2rem}.fd-rating-indicator--lg .fd-rating-indicator__label:before{font-size:2rem;line-height:1}.fd-rating-indicator--lg .fd-rating-indicator__label:last-child{margin-right:0}.fd-rating-indicator--lg .fd-rating-indicator__label[dir=rtl]:last-child,[dir=rtl] .fd-rating-indicator--lg .fd-rating-indicator__label:last-child{margin-right:.25rem}.fd-rating-indicator--lg.fd-rating-indicator--icon .fd-rating-indicator__label{width:2rem;height:2rem}.fd-rating-indicator--lg.fd-rating-indicator--icon .fd-rating-indicator__label-rated,.fd-rating-indicator--lg.fd-rating-indicator--icon .fd-rating-indicator__label-unrated{font-size:2rem}.fd-rating-indicator--lg.fd-rating-indicator--half-star .fd-rating-indicator__input{width:1rem;height:2rem}.fd-rating-indicator--lg.fd-rating-indicator--half-star .fd-rating-indicator__label{margin-right:0;overflow:hidden;width:1rem}.fd-rating-indicator--lg.fd-rating-indicator--half-star .fd-rating-indicator__label:nth-child(4n+6){margin-right:.25rem;flex-direction:row-reverse}.fd-rating-indicator--lg.fd-rating-indicator--half-star .fd-rating-indicator__label:nth-child(4n+6)[dir=rtl],[dir=rtl] .fd-rating-indicator--lg.fd-rating-indicator--half-star .fd-rating-indicator__label:nth-child(4n+6){margin-right:0;margin-left:.25rem}.fd-rating-indicator--lg.fd-rating-indicator--half-star .fd-rating-indicator__label:nth-child(4n+6)[dir=rtl]:last-child,[dir=rtl] .fd-rating-indicator--lg.fd-rating-indicator--half-star .fd-rating-indicator__label:nth-child(4n+6):last-child{margin-left:0}.fd-rating-indicator--lg.fd-rating-indicator--half-star .fd-rating-indicator__label:last-child{margin-right:0}.fd-rating-indicator--lg.fd-rating-indicator--half-star .fd-rating-indicator--icon .fd-rating-indicator__label{width:1rem}.fd-rating-indicator--half-star .fd-rating-indicator__input{width:.6875rem;height:1.375rem}.fd-rating-indicator--half-star .fd-rating-indicator__label{margin-right:0;overflow:hidden;width:.6875rem}.fd-rating-indicator--half-star .fd-rating-indicator__label:nth-child(4n+6){margin-right:.1875rem;flex-direction:row-reverse}.fd-rating-indicator--half-star .fd-rating-indicator__label:nth-child(4n+6)[dir=rtl],[dir=rtl] .fd-rating-indicator--half-star .fd-rating-indicator__label:nth-child(4n+6){margin-right:0;margin-left:.1875rem}.fd-rating-indicator--half-star .fd-rating-indicator__label:nth-child(4n+6)[dir=rtl]:last-child,[dir=rtl] .fd-rating-indicator--half-star .fd-rating-indicator__label:nth-child(4n+6):last-child{margin-left:0}.fd-rating-indicator--half-star .fd-rating-indicator__label:last-child{margin-right:0}.fd-rating-indicator--half-star .fd-rating-indicator--icon .fd-rating-indicator__label{width:.6875rem}.fd-rating-indicator[class*=fd-rating-indicator--] .fd-rating-indicator__input--zero-rating,.fd-rating-indicator[class*=fd-rating-indicator--] .fd-rating-indicator__label--zero-rating,.fd-rating-indicator__input--zero-rating,.fd-rating-indicator__label--zero-rating{padding:0;margin:0;width:0;overflow:hidden;opacity:.0001}.fd-rating-indicator__popover{padding:.5rem 0!important}.fd-rating-indicator__popover .fd-rating-indicator__sum-row{display:flex;align-items:center;padding:.5rem 1rem;margin:0}.fd-rating-indicator__popover .fd-rating-indicator__sum-row .fd-rating-indicator__container{margin-right:.5rem}\n"] }]
268
265
  }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.ChangeDetectorRef }]; }, propDecorators: { class: [{
269
266
  type: Input
270
267
  }], name: [{
@@ -317,4 +314,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImpor
317
314
  * function is responsible for order which css classes are applied
318
315
  */
319
316
  buildComponentCssClass: [] } });
320
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmF0aW5nLWluZGljYXRvci5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL2NvcmUvc3JjL2xpYi9yYXRpbmctaW5kaWNhdG9yL2NvbXBvbmVudHMvcmF0aW5nLWluZGljYXRvci5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL2NvcmUvc3JjL2xpYi9yYXRpbmctaW5kaWNhdG9yL2NvbXBvbmVudHMvcmF0aW5nLWluZGljYXRvci5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsT0FBTyxFQUNILFNBQVMsRUFHVCxLQUFLLEVBQ0wsTUFBTSxFQUNOLFlBQVksRUFDWixVQUFVLEVBQ1YsdUJBQXVCLEVBRXZCLFdBQVcsRUFDWCxpQkFBaUIsRUFDakIsaUJBQWlCLEVBQ2pCLFVBQVUsRUFDYixNQUFNLGVBQWUsQ0FBQztBQUN2QixPQUFPLEVBQUUsb0JBQW9CLEVBQUUsTUFBTSx1QkFBdUIsQ0FBQztBQUM3RCxPQUFPLEVBQXdCLGlCQUFpQixFQUFFLE1BQU0sZ0JBQWdCLENBQUM7QUFFekUsT0FBTyxFQUNILDBCQUEwQixFQUMxQixnQkFBZ0IsRUFDaEIsaUJBQWlCLEVBRWpCLHVCQUF1QixFQUMxQixNQUFNLGNBQWMsQ0FBQztBQUV0QixPQUFPLEVBQUUsYUFBYSxFQUFFLE1BQU0sNkJBQTZCLENBQUM7Ozs7O0FBRTVELElBQUksU0FBUyxHQUFHLENBQUMsQ0FBQztBQXlCbEIsTUFBTSxPQUFPLHdCQUF3QjtJQTRIakMsY0FBYztJQUNkLFlBQTZCLFdBQXVCLEVBQW1CLGtCQUFxQztRQUEvRSxnQkFBVyxHQUFYLFdBQVcsQ0FBWTtRQUFtQix1QkFBa0IsR0FBbEIsa0JBQWtCLENBQW1CO1FBN0c1Rzs7OztXQUlHO1FBSUgsYUFBUSxHQUFHLEtBQUssQ0FBQztRQUVqQjs7O1dBR0c7UUFHSCxnQkFBVyxHQUFHLEtBQUssQ0FBQztRQVdwQjs7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OzJGQTlPUSx3QkFBd0I7a0JBZHBDLFNBQVM7K0JBQ0kscUJBQXFCLGlCQUdoQixpQkFBaUIsQ0FBQyxJQUFJLG1CQUNwQix1QkFBdUIsQ0FBQyxNQUFNLGFBQ3BDO3dCQUNQOzRCQUNJLE9BQU8sRUFBRSxpQkFBaUI7NEJBQzFCLFdBQVcsRUFBRSxVQUFVLENBQUMsR0FBRyxFQUFFLHlCQUF5QixDQUFDOzRCQUN2RCxLQUFLLEVBQUUsSUFBSTt5QkFDZDtxQkFDSjtpSUFLRCxLQUFLO3NCQURKLEtBQUs7Z0JBS04sSUFBSTtzQkFESCxLQUFLO2dCQVFOLFNBQVM7c0JBRlIsS0FBSzs7c0JBQ0wsV0FBVzt1QkFBQyxpQkFBaUI7Z0JBVzlCLFFBQVE7c0JBSFAsS0FBSzs7c0JBQ0wsV0FBVzt1QkFBQyxtQkFBbUI7O3NCQUMvQixXQUFXO3VCQUFDLG9CQUFvQjtnQkFTakMsV0FBVztzQkFGVixLQUFLOztzQkFDTCxXQUFXO3VCQUFDLHVCQUF1QjtnQkFPaEMsaUJBQWlCO3NCQURwQixLQUFLO2dCQVVOLFdBQVc7c0JBRFYsS0FBSztnQkFPTixLQUFLO3NCQURKLEtBQUs7Z0JBT04sWUFBWTtzQkFEWCxLQUFLO2dCQU9OLGFBQWE7c0JBRFosS0FBSztnQkFRTixPQUFPO3NCQUROLEtBQUs7Z0JBT04saUJBQWlCO3NCQURoQixLQUFLO2dCQU9OLFNBQVM7c0JBRFIsS0FBSztnQkFNTixXQUFXO3NCQURWLEtBQUs7Z0JBT04sSUFBSTtzQkFESCxLQUFLO2dCQU9OLG9CQUFvQjtzQkFEbkIsS0FBSztnQkFPTixhQUFhO3NCQURaLE1BQU07O1FBcUhQOzs7V0FHRztRQUNILHNCQUFzQiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7XG4gICAgQ29tcG9uZW50LFxuICAgIE9uSW5pdCxcbiAgICBPbkNoYW5nZXMsXG4gICAgSW5wdXQsXG4gICAgT3V0cHV0LFxuICAgIEV2ZW50RW1pdHRlcixcbiAgICBFbGVtZW50UmVmLFxuICAgIENoYW5nZURldGVjdGlvblN0cmF0ZWd5LFxuICAgIFNpbXBsZUNoYW5nZXMsXG4gICAgSG9zdEJpbmRpbmcsXG4gICAgVmlld0VuY2Fwc3VsYXRpb24sXG4gICAgQ2hhbmdlRGV0ZWN0b3JSZWYsXG4gICAgZm9yd2FyZFJlZlxufSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IGNvZXJjZU51bWJlclByb3BlcnR5IH0gZnJvbSAnQGFuZ3VsYXIvY2RrL2NvZXJjaW9uJztcbmltcG9ydCB7IENvbnRyb2xWYWx1ZUFjY2Vzc29yLCBOR19WQUxVRV9BQ0NFU1NPUiB9IGZyb20gJ0Bhbmd1bGFyL2Zvcm1zJztcblxuaW1wb3J0IHtcbiAgICBJTkRJQ0FUT1JfREVGQVVMVF9DQVBBQ0lUWSxcbiAgICBJTkRJQ0FUT1JfUFJFRklYLFxuICAgIElORElDQVRPUl9DTEFTU0VTLFxuICAgIFJhdGluZ0luZGljYXRvclNpemUsXG4gICAgUmF0aW5nSW5kaWNhdG9yU2l6ZUVudW1cbn0gZnJvbSAnLi4vY29uc3RhbnRzJztcbmltcG9ydCB7IENzc0NsYXNzQnVpbGRlciB9IGZyb20gJ0BmdW5kYW1lbnRhbC1uZ3gvY29yZS91dGlscyc7XG5pbXBvcnQgeyBhcHBseUNzc0NsYXNzIH0gZnJvbSAnQGZ1bmRhbWVudGFsLW5neC9jb3JlL3V0aWxzJztcblxubGV0IHJhdGluZ1VJRCA9IDA7XG5cbmludGVyZmFjZSBOdW1iZXJLZXk8VD4ge1xuICAgIFtrZXk6IG51bWJlcl06IFQ7XG59XG5cbmludGVyZmFjZSBSYXRpbmdWaWV3SXRlbSB7XG4gICAgcmF0ZTogbnVtYmVyO1xuICAgIHZvdGVzOiBudW1iZXI7XG59XG5cbkBDb21wb25lbnQoe1xuICAgIHNlbGVjdG9yOiAnZmQtcmF0aW5nLWluZGljYXRvcicsXG4gICAgdGVtcGxhdGVVcmw6ICcuL3JhdGluZy1pbmRpY2F0b3IuY29tcG9uZW50Lmh0bWwnLFxuICAgIHN0eWxlVXJsczogWycuL3JhdGluZy1pbmRpY2F0b3IuY29tcG9uZW50LnNjc3MnXSxcbiAgICBlbmNhcHN1bGF0aW9uOiBWaWV3RW5jYXBzdWxhdGlvbi5Ob25lLFxuICAgIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxuICAgIHByb3ZpZGVyczogW1xuICAgICAgICB7XG4gICAgICAgICAgICBwcm92aWRlOiBOR19WQUxVRV9BQ0NFU1NPUixcbiAgICAgICAgICAgIHVzZUV4aXN0aW5nOiBmb3J3YXJkUmVmKCgpID0+IFJhdGluZ0luZGljYXRvckNvbXBvbmVudCksXG4gICAgICAgICAgICBtdWx0aTogdHJ1ZVxuICAgICAgICB9XG4gICAgXVxufSlcbmV4cG9ydCBjbGFzcyBSYXRpbmdJbmRpY2F0b3JDb21wb25lbnQgaW1wbGVtZW50cyBPbkluaXQsIE9uQ2hhbmdlcywgQ3NzQ2xhc3NCdWlsZGVyLCBDb250cm9sVmFsdWVBY2Nlc3NvciB7XG4gICAgLyoqIFVzZXIncyBjdXN0b20gY2xhc3NlcyAqL1xuICAgIEBJbnB1dCgpXG4gICAgY2xhc3M6IHN0cmluZztcblxuICAgIC8qKiBTZXRzIFtuYW1lXSBhdHRyaWJ1dGUgb2YgaW5wdXQuICovXG4gICAgQElucHV0KClcbiAgICBuYW1lOiBzdHJpbmc7XG5cbiAgICAvKipcbiAgICAgKiBTZXRzIHRoZSBhcmlhLWxhYmVsIGF0dHJpYnV0ZSB0byB0aGUgZWxlbWVudC5cbiAgICAgKi9cbiAgICBASW5wdXQoKVxuICAgIEBIb3N0QmluZGluZygnYXR0ci5hcmlhLWxhYmVsJylcbiAgICBhcmlhTGFiZWw6IHN0cmluZztcblxuICAgIC8qKlxuICAgICAqIFNldHMgdGhlIGFyaWEtZGlzYWJsZWQgYXR0cmlidXRlIHRvIHRoZSBlbGVtZW50LlxuICAgICAqIFNldHMgdGhlIGlzLWRpc2FibGVkIGNsYXNzIHRvIHRoZSBlbGVtZW50LlxuICAgICAqIFdoZXRoZXIgdGhlIHJhdGluZyBpbmRpY2F0b3IgaXMgZGlzYWJsZWRcbiAgICAgKi9cbiAgICBASW5wdXQoKVxuICAgIEBIb3N0QmluZGluZygnY2xhc3MuaXMtZGlzYWJsZWQnKVxuICAgIEBIb3N0QmluZGluZygnYXR0ci5hcmlhLWRpc2FibGVkJylcbiAgICBkaXNhYmxlZCA9IGZhbHNlO1xuXG4gICAgLyoqXG4gICAgICogU2V0cyB0aGUgaXMtZGlzcGxheS1tb2RlIGNsYXNzIHRvIHRoZSBlbGVtZW50LlxuICAgICAqIFdoZXRoZXIgdGhlIHJhdGluZyBpbmRpY2F0b3IgaXMgaW4gZGlzcGxheU1vZGVcbiAgICAgKi9cbiAgICBASW5wdXQoKVxuICAgIEBIb3N0QmluZGluZygnY2xhc3MuaXMtZGlzcGxheS1tb2RlJylcbiAgICBkaXNwbGF5TW9kZSA9IGZhbHNlO1xuXG4gICAgLyoqXG4gICAgICogTnVtYmVyIG9mIHJhdGVzIHRvIGRpc3BsYXlcbiAgICAgKi9cbiAgICBASW5wdXQoKVxuICAgIHNldCBpbmRpY2F0b3JDYXBhY2l0eSh2YWx1ZTogbnVtYmVyKSB7XG4gICAgICAgIGNvbnN0IHZhbCA9IGNvZXJjZU51bWJlclByb3BlcnR5KHZhbHVlLCBJTkRJQ0FUT1JfREVGQVVMVF9DQVBBQ0lUWSk7XG4gICAgICAgIHRoaXMuX2luZGljYXRvckNhcGFjaXR5ID0gdmFsIDwgMSA/IElORElDQVRPUl9ERUZBVUxUX0NBUEFDSVRZIDogdmFsO1xuICAgIH1cblxuICAgIC8qKlxuICAgICAqIFdoZXRoZXIgb3Igbm90IHRvIGRpc3BsYXkgaGFsZiB2YWx1ZXMuXG4gICAgICovXG4gICAgQElucHV0KClcbiAgICBhbGxvd0hhbHZlcyA9IGZhbHNlO1xuXG4gICAgLyoqXG4gICAgICogVXNlcidzIHZhbHVlIG51bWJlciBvZiByYXRpbmdzLiBJZiBwcm92aWRlZCwgT3ZlcnJpZGVzIHJhdGluZ0F2ZXJhZ2UuXG4gICAgICovXG4gICAgQElucHV0KClcbiAgICB2YWx1ZSA9IDA7XG5cbiAgICAvKipcbiAgICAgKiBUb3RhbCBudW1iZXIgb2YgcmF0aW5ncy4gSWYgcHJvdmlkZWQsIHdpbGwgZGlzcGxheSB0ZXh0IHNob3dpbmcgdGhlIHRvdGFsIG51bWJlciBvZiByYXRpbmdzLlxuICAgICAqL1xuICAgIEBJbnB1dCgpXG4gICAgdG90YWxSYXRpbmdzOiBudW1iZXI7XG5cbiAgICAvKipcbiAgICAgKiBSYXRpbmcgYXZlcmFnZVxuICAgICAqL1xuICAgIEBJbnB1dCgpXG4gICAgcmF0aW5nQXZlcmFnZTogbnVtYmVyO1xuXG4gICAgLyoqXG4gICAgICogT2JqZWN0IGNvbnRhaW5pbmcga2V5LXZhbHVlIHBhaXJzIHdoZXJlIHRoZSBrZXkgaXMgdGhlIHJhdGluZyBhbmQgdGhlIHZhbHVlIGlzIHRoZSB0b3RhbCBzdW0gb2YgdGhvc2UgcmF0aW5ncy5cbiAgICAgKiBPdmVycmlkZXMgdG90YWxSYXRpbmdzIGFuZCByYXRpbmdBdmVyYWdlLlxuICAgICAqL1xuICAgIEBJbnB1dCgpXG4gICAgcmF0aW5nczogTnVtYmVyS2V5PG51bWJlcj47XG5cbiAgICAvKipcbiAgICAgKiBXaGV0aGVyIG9yIG5vdCB0byBkaXNwbGF5IHRoZSBwb3BvdmVyIHRoYXQgc2hvd3MgdGhlIHN1bSBvZiBlYWNoIHJhdGluZy4gUmVxdWlyZXMgW3JhdGluZ3NdIG9iamVjdC5cbiAgICAgKi9cbiAgICBASW5wdXQoKVxuICAgIGRpc3BsYXlBbGxSYXRpbmdzID0gZmFsc2U7XG5cbiAgICAvKipcbiAgICAgKiBJY29uIGNsYXNzIGZvciByYXRlZCBpY29uIGZyb20gZnVuZGFtZW50YWwtc3R5bGVzIGxpYiBodHRwczovL3NhcC5naXRodWIuaW8vZnVuZGFtZW50YWwtc3R5bGVzLz9wYXRoPS9kb2NzL2NvbXBvbmVudHMtaWNvbi0tc2l6ZXNcbiAgICAgKi9cbiAgICBASW5wdXQoKVxuICAgIHJhdGVkSWNvbjogc3RyaW5nO1xuICAgIC8qKlxuICAgICAqIEljb24gY2xhc3MgZm9yIHVucmF0ZWQgaWNvbiBmcm9tIGZ1bmRhbWVudGFsLXN0eWxlcyBsaWIgaHR0cHM6Ly9zYXAuZ2l0aHViLmlvL2Z1bmRhbWVudGFsLXN0eWxlcy8/cGF0aD0vZG9jcy9jb21wb25lbnRzLWljb24tLXNpemVzXG4gICAgICovXG4gICAgQElucHV0KClcbiAgICB1bnJhdGVkSWNvbjogc3RyaW5nO1xuXG4gICAgLyoqXG4gICAgICogUG9zc2libGUgdmFsdWVzIGFyZSAneHMnLCAnc20nLCAnbWQnLCAnbGcnLCAnY296eScsICdjb21wYWN0JywgJ2NvbmRlbnNlZCdcbiAgICAgKi9cbiAgICBASW5wdXQoKVxuICAgIHNpemU6IFJhdGluZ0luZGljYXRvclNpemUgPSAnbWQnO1xuXG4gICAgLyoqXG4gICAgICogVGV4dCBkaXZpZGVyIGxhYmVsIGJldHdlZW4gdmlldyB2YWx1ZSBhbmQgaW5kaWNhdG9yIGNvdW50LlxuICAgICAqL1xuICAgIEBJbnB1dCgpXG4gICAgZHluYW1pY1RleHRJbmRpY2F0b3IgPSAnb2YnO1xuXG4gICAgLyoqXG4gICAgICogRmlyZWQgd2hlbiB0aGUgdXNlciBzZXRzIG9yIGNoYW5nZXMgdGhlaXIgcmF0aW5nLlxuICAgICAqL1xuICAgIEBPdXRwdXQoKVxuICAgIHJhdGluZ0NoYW5nZWQgPSBuZXcgRXZlbnRFbWl0dGVyPG51bWJlcj4oKTtcblxuICAgIHNpemVDbGFzcyA9IHRoaXMuX2dldFNpemVDbGFzcyh0aGlzLnNpemUpO1xuICAgIC8qKiBAaGlkZGVuICovXG4gICAgX3JhdGVzOiB7IGlkOiBzdHJpbmc7IHZhbHVlOiBudW1iZXIgfVtdID0gW107XG4gICAgLyoqIEBoaWRkZW4gKi9cbiAgICBfcmF0aW5nSXRlbXM6IFJhdGluZ1ZpZXdJdGVtW10gPSBbXTtcblxuICAgIC8qKiBAaGlkZGVuICovXG4gICAgcHJpdmF0ZSBfcmF0aW5nVUlEID0gcmF0aW5nVUlEKys7XG4gICAgLyoqIEBoaWRkZW4gKi9cbiAgICBwcml2YXRlIF9pbmRpY2F0b3JDYXBhY2l0eSA9IElORElDQVRPUl9ERUZBVUxUX0NBUEFDSVRZO1xuICAgIC8qKiBAaGlkZGVuICovXG4gICAgcHJpdmF0ZSBfdmFsdWUgPSAwO1xuICAgIC8qKiBAaGlkZGVuICovXG4gICAgcHJpdmF0ZSBfaGlkZUR5bmFtaWNUZXh0ID0gZmFsc2U7XG5cbiAgICAvKiogQGhpZGRlbiAqL1xuICAgIGNvbnN0cnVjdG9yKHByaXZhdGUgcmVhZG9ubHkgX2VsZW1lbnRSZWY6IEVsZW1lbnRSZWYsIHByaXZhdGUgcmVhZG9ubHkgX2NoYW5nZURldGVjdG9yUmVmOiBDaGFuZ2VEZXRlY3RvclJlZikge31cbiAgICAvKiogQGhpZGRlbiAqL1xuICAgIGdldCB2aWV3UmF0aW5nVUlEKCk6IG51bWJlciB7XG4gICAgICAgIHJldHVybiB0aGlzLl9yYXRpbmdVSUQ7XG4gICAgfVxuICAgIC8qKiBAaGlkZGVuICovXG4gICAgZ2V0IGluZGljYXRvckNvdW50KCk6IG51bWJlciB7XG4gICAgICAgIHJldHVybiB0aGlzLl9pbmRpY2F0b3JDYXBhY2l0eTtcbiAgICB9XG4gICAgLyoqIEBoaWRkZW4gKi9cbiAgICBnZXQgdmlld1ZhbHVlKCk6IG51bWJlciB7XG4gICAgICAgIHJldHVybiB0aGlzLl92YWx1ZTtcbiAgICB9XG5cbiAgICAvKiogQGhpZGRlbiAqL1xuICAgIG9uQ2hhbmdlOiAodmFsdWU6IG51bWJlcikgPT4gdm9pZCA9ICgpID0+IHt9O1xuXG4gICAgLyoqIEBoaWRkZW4gKi9cbiAgICBvblRvdWNoZWQgPSAoKTogdm9pZCA9PiB7fTtcblxuICAgIC8qKiBAaGlkZGVuICovXG4gICAgbmdPbkluaXQoKTogdm9pZCB7XG4gICAgICAgIHRoaXMuX3ZhbHVlID0gdGhpcy5fY29udmVydFRvVmFsdWUoKTtcbiAgICAgICAgdGhpcy5fcmF0ZXMgPSB0aGlzLl9nZXRSYXRlcygpO1xuICAgICAgICB0aGlzLmJ1aWxkQ29tcG9uZW50Q3NzQ2xhc3MoKTtcbiAgICAgICAgdGhpcy5fZ2VuZXJhdGVSYXRpbmdzKCk7XG4gICAgfVxuXG4gICAgLyoqIEBoaWRkZW4gKi9cbiAgICBuZ09uQ2hhbmdlcyhjaGFuZ2VzOiBTaW1wbGVDaGFuZ2VzKTogdm9pZCB7XG4gICAgICAgIGlmIChcbiAgICAgICAgICAgICdjbGFzcycgaW4gY2hhbmdlcyB8fFxuICAgICAgICAgICAgJ3NpemUnIGluIGNoYW5nZXMgfHxcbiAgICAgICAgICAgICdyYXRlZEljb24nIGluIGNoYW5nZXMgfHxcbiAgICAgICAgICAgICd1bnJhdGVkSWNvbicgaW4gY2hhbmdlcyB8fFxuICAgICAgICAgICAgJ2FsbG93SGFsdmVzJyBpbiBjaGFuZ2VzXG4gICAgICAgICkge1xuICAgICAgICAgICAgdGhpcy5idWlsZENvbXBvbmVudENzc0NsYXNzKCk7XG4gICAgICAgIH1cbiAgICAgICAgaWYgKCd2YWx1ZScgaW4gY2hhbmdlcykge1xuICAgICAgICAgICAgdGhpcy5fdmFsdWUgPSB0aGlzLl9jb252ZXJ0VG9WYWx1ZSgpO1xuICAgICAgICB9XG4gICAgICAgIGlmICgnaW5kaWNhdG9yQ2FwYWNpdHknIGluIGNoYW5nZXMpIHtcbiAgICAgICAgICAgIHRoaXMuX3JhdGVzID0gdGhpcy5fZ2V0UmF0ZXMoKTtcbiAgICAgICAgfVxuICAgICAgICBpZiAoJ2FsbG93SGFsdmVzJyBpbiBjaGFuZ2VzKSB7XG4gICAgICAgICAgICB0aGlzLl92YWx1ZSA9IHRoaXMuX2NvbnZlcnRUb1ZhbHVlKCk7XG4gICAgICAgICAgICB0aGlzLl9yYXRlcyA9IHRoaXMuX2dldFJhdGVzKCk7XG4gICAgICAgIH1cblxuICAgICAgICBpZiAoJ3JhdGluZ3MnIGluIGNoYW5nZXMpIHtcbiAgICAgICAgICAgIHRoaXMuX2dlbmVyYXRlUmF0aW5ncygpO1xuICAgICAgICB9XG4gICAgfVxuXG4gICAgLyoqIEBoaWRkZW4gKi9cbiAgICB3cml0ZVZhbHVlKHZhbHVlOiBudW1iZXIpOiB2b2lkIHtcbiAgICAgICAgdGhpcy5fdmFsdWUgPSB0aGlzLl9wYXJzZVZhbHVlKHZhbHVlKTtcbiAgICAgICAgdGhpcy5fY2hhbmdlRGV0ZWN0b3JSZWYubWFya0ZvckNoZWNrKCk7XG4gICAgfVxuXG4gICAgLyoqIEBoaWRkZW4gKi9cbiAgICByZWdpc3Rlck9uQ2hhbmdlKGZuOiAodmFsdWU6IG51bWJlcikgPT4gdm9pZCk6IHZvaWQge1xuICAgICAgICB0aGlzLm9uQ2hhbmdlID0gZm47XG4gICAgfVxuXG4gICAgLyoqIEBoaWRkZW4gKi9cbiAgICByZWdpc3Rlck9uVG91Y2hlZChmbjogKCkgPT4gdm9pZCk6IHZvaWQge1xuICAgICAgICB0aGlzLm9uVG91Y2hlZCA9IGZuO1xuICAgIH1cbiAgICAvKiogQGhpZGRlbiAqL1xuICAgIHNldERpc2FibGVkU3RhdGUoaXNEaXNhYmxlZDogYm9vbGVhbik6IHZvaWQge1xuICAgICAgICB0aGlzLmRpc2FibGVkID0gaXNEaXNhYmxlZDtcbiAgICB9XG5cbiAgICAvKiogQGhpZGRlbiAqL1xuICAgIHRyYWNrQnlGbihpbmRleDogbnVtYmVyLCBpdGVtOiB7IGlkOiBzdHJpbmc7IHZhbHVlOiBudW1iZXIgfSk6IG51bWJlciB8IHN0cmluZyB7XG4gICAgICAgIGlmIChpdGVtLmlkKSB7XG4gICAgICAgICAgICByZXR1cm4gaXRlbS5pZDtcbiAgICAgICAgfVxuXG4gICAgICAgIHJldHVybiBpbmRleDtcbiAgICB9XG5cbiAgICAvKiogQGhpZGRlbiAqL1xuICAgIG9uU2VsZWN0KHZhbHVlOiBudW1iZXIpOiB2b2lkIHtcbiAgICAgICAgdGhpcy52YWx1ZSA9IHRoaXMuX3ZhbHVlID0gdmFsdWU7XG4gICAgICAgIHRoaXMub25DaGFuZ2UodmFsdWUpO1xuICAgICAgICB0aGlzLm9uVG91Y2hlZCgpO1xuICAgICAgICB0aGlzLnJhdGluZ0NoYW5nZWQuZW1pdCh2YWx1ZSk7XG4gICAgfVxuXG4gICAgLyoqIEBoaWRkZW4gKi9cbiAgICBlbGVtZW50UmVmKCk6IEVsZW1lbnRSZWY8UmF0aW5nSW5kaWNhdG9yQ29tcG9uZW50PiB7XG4gICAgICAgIHJldHVybiB0aGlzLl9lbGVtZW50UmVmO1xuICAgIH1cblxuICAgIEBhcHBseUNzc0NsYXNzXG4gICAgLyoqIENzc0NsYXNzQnVpbGRlciBpbnRlcmZhY2UgaW1wbGVtZW50YXRpb25cbiAgICAgKiBmdW5jdGlvbiBtdXN0IHJldHVybiBzaW5nbGUgc3RyaW5nXG4gICAgICogZnVuY3Rpb24gaXMgcmVzcG9uc2libGUgZm9yIG9yZGVyIHdoaWNoIGNzcyBjbGFzc2VzIGFyZSBhcHBsaWVkXG4gICAgICovXG4gICAgYnVpbGRDb21wb25lbnRDc3NDbGFzcygpOiBzdHJpbmdbXSB7XG4gICAgICAgIHRoaXMuc2l6ZUNsYXNzID0gdGhpcy5fZ2V0U2l6ZUNsYXNzKHRoaXMuc2l6ZSk7XG5cbiAgICAgICAgcmV0dXJuIFtcbiAgICAgICAgICAgIElORElDQVRPUl9QUkVGSVgsXG4gICAgICAgICAgICB0aGlzLnNpemVDbGFzcyxcbiAgICAgICAgICAgIHRoaXMuYWxsb3dIYWx2ZXMgPyBJTkRJQ0FUT1JfQ0xBU1NFUy5oYWx2ZXMgOiAnJyxcbiAgICAgICAgICAgICEhdGhpcy5yYXRlZEljb24gJiYgISF0aGlzLnVucmF0ZWRJY29uID8gSU5ESUNBVE9SX0NMQVNTRVMuaWNvbiA6ICcnLFxuICAgICAgICAgICAgdGhpcy5faGlkZUR5bmFtaWNUZXh0IHx8ICF0aGlzLl92YWx1ZSA/IElORElDQVRPUl9DTEFTU0VTLmhpZGVEeW5hbWljVGV4dCA6ICcnLFxuICAgICAgICAgICAgdGhpcy5jbGFzc1xuICAgICAgICBdO1xuICAgIH1cblxuICAgIC8qKlxuICAgICAqIEBoaWRkZW5cbiAgICAgKiBHZW5lcmF0ZSByYXRpbmcgaXRlbXMgZm9yIHBvcG92ZXIgY29udGVudCBpZiByYXRpbmcgb2JqZWN0IHdhcyBkZWZpbmVkXG4gICAgICovXG4gICAgcHJpdmF0ZSBfZ2VuZXJhdGVSYXRpbmdzKCk6IHZvaWQge1xuICAgICAgICBpZiAoIXRoaXMucmF0aW5ncykge1xuICAgICAgICAgICAgcmV0dXJuO1xuICAgICAgICB9XG4gICAgICAgIGNvbnN0IHJhdGluZ3MgPSBPYmplY3QuZW50cmllcyh0aGlzLnJhdGluZ3MpXG4gICAgICAgICAgICAuZmlsdGVyKChbcmF0ZSwgdm90ZV0pID0+IHtcbiAgICAgICAgICAgICAgICBjb25zdCBfcmF0ZSA9ICtyYXRlO1xuICAgICAgICAgICAgICAgIHJldHVybiAhaXNOYU4oX3JhdGUpICYmICFpc05hTigrdm90ZSkgJiYgX3JhdGUgPiAwO1xuICAgICAgICAgICAgfSlcbiAgICAgICAgICAgIC5tYXAoKFtyYXRlLCB2b3Rlc10pID0+ICh7IHJhdGU6ICtyYXRlLCB2b3RlcyB9KSk7XG4gICAgICAgIGlmIChyYXRpbmdzLmxlbmd0aCA9PT0gMCkge1xuICAgICAgICAgICAgcmV0dXJuO1xuICAgICAgICB9XG4gICAgICAgIGNvbnN0IHsgdG90YWxWb3RlcywgdG90YWxSYXRpbmcgfSA9IHJhdGluZ3MucmVkdWNlKFxuICAgICAgICAgICAgKHRvdGFsLCByYXRpbmcpID0+ICh7XG4gICAgICAgICAgICAgICAgdG90YWxWb3RlczogdG90YWwudG90YWxWb3RlcyArIHJhdGluZy52b3RlcyxcbiAgICAgICAgICAgICAgICB0b3RhbFJhdGluZzogdG90YWwudG90YWxSYXRpbmcgKyByYXRpbmcucmF0ZSAqIHJhdGluZy52b3Rlc1xuICAgICAgICAgICAgfSksXG4gICAgICAgICAgICB7IHRvdGFsVm90ZXM6IDAsIHRvdGFsUmF0aW5nOiAwIH1cbiAgICAgICAgKTtcblxuICAgICAgICB0aGlzLl9yYXRpbmdJdGVtcyA9IHJhdGluZ3M7XG4gICAgICAgIHRoaXMucmF0aW5nQXZlcmFnZSA9IHRvdGFsUmF0aW5nIC8gdG90YWxWb3RlcztcbiAgICAgICAgdGhpcy50b3RhbFJhdGluZ3MgPSB0b3RhbFZvdGVzO1xuICAgICAgICB0aGlzLl92YWx1ZSA9IHRoaXMuX2NvbnZlcnRUb1ZhbHVlKCk7XG4gICAgfVxuICAgIC8qKlxuICAgICAqIEBoaWRkZW5cbiAgICAgKiBnZXQgY29udmVydGVkIHZpZXdWYWx1ZSBmb3IgcmVuZGVyIGluIGNvbXBvbmVudCB0ZW1wbGF0ZSBmcm9tIG9yaWdpbmFsIHZhbHVlIGlmIGl0IHN0aWxsIGV4aXN0cywgb3IgcmF0aW5nQXZlcmFnZS5cbiAgICAgKi9cbiAgICBwcml2YXRlIF9jb252ZXJ0VG9WYWx1ZSgpOiBudW1iZXIge1xuICAgICAgICByZXR1cm4gdGhpcy5fcGFyc2VWYWx1ZSh0aGlzLnZhbHVlIHx8IHRoaXMucmF0aW5nQXZlcmFnZSk7XG4gICAgfVxuICAgIC8qKlxuICAgICAqIEBoaWRkZW5cbiAgICAgKiBnZXQgY29udmVydGVkIHZhbHVlIGZyb20gb3JpZ2luYWwgdG8gdmlldyB2YWx1ZSB3aXRoIGRlcGVuZHMgb24gaGFsdmVzXG4gICAgICogRm9yIGV4YW1wbGUsXG4gICAgICogIG9yaWdpbmFsIHZhbHVlIGlzIGVxdWFsIHRvIDIuMzQsIHlvdSB3aWxsIGdldCBhbmQgcmVuZGVyIDJcbiAgICAgKiAgb3JpZ2luYWwgdmFsdWUgaXMgZXF1YWwgdG8gMy43NCwgeW91IHdpbGwgZ2V0IGFuZCByZW5kZXIgNFxuICAgICAqL1xuICAgIHByaXZhdGUgX3BhcnNlVmFsdWUodmFsdWU6IG51bWJlcik6IG51bWJlciB7XG4gICAgICAgIGlmICghdmFsdWUgfHwgdmFsdWUgPT09IDApIHtcbiAgICAgICAgICAgIHJldHVybiAwO1xuICAgICAgICB9XG4gICAgICAgIGNvbnN0IGludGVnZXIgPSBNYXRoLmZsb29yKHZhbHVlKTtcbiAgICAgICAgY29uc3QgZnJhY3Rpb25hbCA9IHZhbHVlICUgMTtcbiAgICAgICAgbGV0IHYgPSBpbnRlZ2VyO1xuXG4gICAgICAgIGlmICh0aGlzLmFsbG93SGFsdmVzICYmIGZyYWN0aW9uYWwgPiAwLjI1ICYmIGZyYWN0aW9uYWwgPD0gMC41KSB7XG4gICAgICAgICAgICB2ID0gaW50ZWdlciArIDAuNTtcbiAgICAgICAgfSBlbHNlIGlmIChmcmFjdGlvbmFsID4gMC41KSB7XG4gICAgICAgICAgICB2ID0gaW50ZWdlciArIDE7XG4gICAgICAgIH1cblxuICAgICAgICByZXR1cm4gTWF0aC5taW4odGhpcy5pbmRpY2F0b3JDb3VudCwgdik7XG4gICAgfVxuICAgIC8qKlxuICAgICAqIEBoaWRkZW5cbiAgICAgKiBnZXQgcmF0aW5nIGljb25zIGFycmF5IHdpdGggdmFsdWUgYW5kIHVuaWMgaWRcbiAgICAgKi9cbiAgICBwcml2YXRlIF9nZXRSYXRlcygpOiB7IGlkOiBzdHJpbmc7IHZhbHVlOiBudW1iZXIgfVtdIHtcbiAgICAgICAgY29uc3Qgd2l0aEhhbHZlcyA9IHRoaXMuYWxsb3dIYWx2ZXMgPyAyIDogMTtcbiAgICAgICAgcmV0dXJuIEFycmF5KHRoaXMuaW5kaWNhdG9yQ291bnQgKiB3aXRoSGFsdmVzKVxuICAgICAgICAgICAgLmZpbGwoYHJhdGluZy0ke3RoaXMuX3JhdGluZ1VJRH1gKVxuICAgICAgICAgICAgLm1hcCgobmFtZSwgaW5kZXgpID0+ICh7XG4gICAgICAgICAgICAgICAgaWQ6IGAke25hbWV9LSR7aW5kZXggKyAxfWAsXG4gICAgICAgICAgICAgICAgdmFsdWU6IChpbmRleCArIDEpIC8gd2l0aEhhbHZlc1xuICAgICAgICAgICAgfSkpO1xuICAgIH1cblxuICAgIC8qKlxuICAgICAqIEBoaWRkZW5cbiAgICAgKiBnZXQgcmF0aW5nIGljb25zIGFycmF5IHdpdGggdmFsdWUgYW5kIHVuaWMgaWRcbiAgICAgKi9cbiAgICBwcml2YXRlIF9nZXRTaXplQ2xhc3Moc2l6ZTogUmF0aW5nSW5kaWNhdG9yU2l6ZSk6IHN0cmluZyB7XG4gICAgICAgIHJldHVybiBgJHtJTkRJQ0FUT1JfUFJFRklYfS0tJHtzaXplIGluIFJhdGluZ0luZGljYXRvclNpemVFbnVtID8gc2l6ZSA6ICdtZCd9YDtcbiAgICB9XG59XG4iLCI8IS0tICByb2xlPVwiYXBwbGljYXRpb25cIiBpcyB1c2VkIGluIG9yZGVyIHRvIGxldCB1c2VyIHRvIGNoYW5nZSB2YWx1ZSB3aXRoIGxlZnQvcmlnaHQgYXJyb3dzIGluIEpBV1MsIHNpbmNlIEpBV1Mgb3Z2ZXJyaWRlcyB0aGVzZSBhY3Rpb25zIC0tPlxuPGRpdiBjbGFzcz1cImZkLXJhdGluZy1pbmRpY2F0b3JfX2NvbnRhaW5lclwiIHJvbGU9XCJhcHBsaWNhdGlvblwiIGFyaWEtcm9sZWRlc2NyaXB0aW9uPVwiUmF0aW5nIGluZGljYXRvclwiPlxuICAgIDwhLS0gWmVybyB2YWx1ZSBpZiB3ZSBkb24ndCBoYXZlIHByb3ZpZGVkIHZhbHVlIGZyb20gdXNlciwgYHJhdGluZ0F2ZXJhZ2VgIG9yIGByYXRpbmdzYCAtLT5cbiAgICA8bmctY29udGFpbmVyICpuZ1RlbXBsYXRlT3V0bGV0PVwiemVyb1JhdGVcIj48L25nLWNvbnRhaW5lcj5cbiAgICA8IS0tIEF2YWlsYWJsZSByYXRlIHZhbHVlcyAtLT5cbiAgICA8bmctY29udGFpbmVyICpuZ0Zvcj1cImxldCByYXRlIG9mIF9yYXRlczsgaW5kZXggYXMgaTsgdHJhY2tCeTogdHJhY2tCeUZuXCI+XG4gICAgICAgIDxpbnB1dFxuICAgICAgICAgICAgW2F0dHIuYXJpYS1sYWJlbF09XCJpIHwgcmF0aW5nU3RhckxhYmVsOiBfcmF0ZXMubGVuZ3RoOmFsbG93SGFsdmVzXCJcbiAgICAgICAgICAgIHJvbGU9XCJidXR0b25cIlxuICAgICAgICAgICAgdHlwZT1cInJhZGlvXCJcbiAgICAgICAgICAgIGNsYXNzPVwiZmQtcmF0aW5nLWluZGljYXRvcl9faW5wdXRcIlxuICAgICAgICAgICAgW2Rpc2FibGVkXT1cImRpc2FibGVkXCJcbiAgICAgICAgICAgIFtpZF09XCJyYXRlLmlkXCJcbiAgICAgICAgICAgIG5hbWU9XCJyYXRpbmcte3sgdmlld1JhdGluZ1VJRCB9fVwiXG4gICAgICAgICAgICBbdmFsdWVdPVwicmF0ZS52YWx1ZVwiXG4gICAgICAgICAgICBbY2hlY2tlZF09XCJ2aWV3VmFsdWUgPT09IHJhdGUudmFsdWVcIlxuICAgICAgICAgICAgKGNsaWNrKT1cIm9uU2VsZWN0KHJhdGUudmFsdWUpXCJcbiAgICAgICAgLz5cbiAgICAgICAgPGxhYmVsIGNsYXNzPVwiZmQtcmF0aW5nLWluZGljYXRvcl9fbGFiZWxcIiBbZm9yXT1cInJhdGUuaWRcIiBhcmlhLWhpZGRlbj1cInRydWVcIj5cbiAgICAgICAgICAgIDxpICpuZ0lmPVwicmF0ZWRJY29uXCIgY2xhc3M9XCJmZC1yYXRpbmctaW5kaWNhdG9yX19sYWJlbC1yYXRlZFwiIFtjbGFzc109XCJ1bnJhdGVkSWNvblwiPjwvaT5cbiAgICAgICAgICAgIDxpICpuZ0lmPVwidW5yYXRlZEljb25cIiBjbGFzcz1cImZkLXJhdGluZy1pbmRpY2F0b3JfX2xhYmVsLXVucmF0ZWRcIiBbY2xhc3NdPVwicmF0ZWRJY29uXCI+PC9pPlxuICAgICAgICA8L2xhYmVsPlxuICAgIDwvbmctY29udGFpbmVyPlxuPC9kaXY+XG48IS0tIFBvcG92ZXIgaWYgZGlzcGxheUFsbFJhdGluZ3MgaXMgdHJ1ZSBhbmQgd2UgaGF2ZSByYXRpbmdzIG9iamVjdCAtLT5cbjxzcGFuXG4gICAgW2ZkUG9wb3ZlclRyaWdnZXJdPVwiYWxsUmF0aW5nQ29udGVudFwiXG4gICAgKm5nSWY9XCJkaXNwbGF5QWxsUmF0aW5ncyAmJiBfcmF0aW5nSXRlbXM/Lmxlbmd0aDsgZWxzZSBkeW5hbWljVGV4dFwiXG4gICAgY2xhc3M9XCJmZC1yYXRpbmctaW5kaWNhdG9yX19keW5hbWljLXRleHRcIlxuPlxuICAgICg8c3BhbiBhcmVhLWxhYmVsPVwiVG90YWwgcmFpdGluZ1wiIGZkLWxpbms+e3sgdG90YWxSYXRpbmdzIH19PC9zcGFuXG4gICAgPilcbjwvc3Bhbj5cbjxmZC1wb3BvdmVyXG4gICAgI2FsbFJhdGluZ0NvbnRlbnRcbiAgICBbdHJpZ2dlcnNdPVwiWydtb3VzZWVudGVyJywgJ21vdXNlbGVhdmUnXVwiXG4gICAgW25vQXJyb3ddPVwiZmFsc2VcIlxuICAgIHBsYWNlbWVudD1cInRvcFwiXG4gICAgYWRkaXRpb25hbEJvZHlDbGFzcz1cImZkLXJhdGluZy1pbmRpY2F0b3JfX3BvcG92ZXJcIlxuPlxuICAgIDxkaXZcbiAgICAgICAgY2xhc3M9XCJmZC1yYXRpbmctaW5kaWNhdG9yX19zdW0tcm93XCJcbiAgICAgICAgW2NsYXNzXT1cInNpemVDbGFzc1wiXG4gICAgICAgICpuZ0Zvcj1cImxldCByYXRpbmcgb2YgX3JhdGluZ0l0ZW1zOyB0cmFja0J5OiB0cmFja0J5Rm5cIlxuICAgID5cbiAgICAgICAgPGRpdiBjbGFzcz1cImZkLXJhdGluZy1pbmRpY2F0b3JfX2NvbnRhaW5lclwiPlxuICAgICAgICAgICAgPG5nLWNvbnRhaW5lciAqbmdGb3I9XCJsZXQgcmF0ZSBvZiBfcmF0ZXM7IHRyYWNrQnk6IHRyYWNrQnlGblwiPlxuICAgICAgICAgICAgICAgIDxzcGFuXG4gICAgICAgICAgICAgICAgICAgIFtjbGFzcy5mZC1yYXRpbmctaW5kaWNhdG9yX19pbnB1dC1jaGVja2VkXT1cInJhdGUudmFsdWUgPT09IHJhdGluZy5yYXRlXCJcbiAgICAgICAgICAgICAgICAgICAgY2xhc3M9XCJmZC1yYXRpbmctaW5kaWNhdG9yX19pbnB1dFwiXG4gICAgICAgICAgICAgICAgPjwvc3Bhbj5cbiAgICAgICAgICAgICAgICA8bGFiZWwgY2xhc3M9XCJmZC1yYXRpbmctaW5kaWNhdG9yX19sYWJlbFwiPlxuICAgICAgICAgICAgICAgICAgICA8aSAqbmdJZj1cInJhdGVkSWNvblwiIGNsYXNzPVwiZmQtcmF0aW5nLWluZGljYXRvcl9fbGFiZWwtcmF0ZWRcIiBbY2xhc3NdPVwidW5yYXRlZEljb25cIj48L2k+XG4gICAgICAgICAgICAgICAgICAgIDxpICpuZ0lmPVwidW5yYXRlZEljb25cIiBjbGFzcz1cImZkLXJhdGluZy1pbmRpY2F0b3JfX2xhYmVsLXVucmF0ZWRcIiBbY2xhc3NdPVwicmF0ZWRJY29uXCI+PC9pPlxuICAgICAgICAgICAgICAgIDwvbGFiZWw+XG4gICAgICAgICAgICA8L25nLWNvbnRhaW5lcj5cbiAgICAgICAgPC9kaXY+XG4gICAgICAgICh7eyByYXRpbmcudm90ZXMgfX0pXG4gICAgPC9kaXY+XG48L2ZkLXBvcG92ZXI+XG5cbjxuZy10ZW1wbGF0ZSAjZHluYW1pY1RleHQ+XG4gICAgPHNwYW4gKm5nSWY9XCJ0b3RhbFJhdGluZ3NcIiBjbGFzcz1cImZkLXJhdGluZy1pbmRpY2F0b3JfX2R5bmFtaWMtdGV4dFwiPih7eyB0b3RhbFJhdGluZ3MgfX0pPC9zcGFuPlxuICAgIDxzcGFuICpuZ0lmPVwiIXRvdGFsUmF0aW5nc1wiIGNsYXNzPVwiZmQtcmF0aW5nLWluZGljYXRvcl9fZHluYW1pYy10ZXh0XCJcbiAgICAgICAgPih7eyB2aWV3VmFsdWUgfX0ge3sgZHluYW1pY1RleHRJbmRpY2F0b3IgfX0ge3sgaW5kaWNhdG9yQ291bnQgfX0pPC9zcGFuXG4gICAgPlxuPC9uZy10ZW1wbGF0ZT5cbjxuZy10ZW1wbGF0ZSAjemVyb1JhdGUgbGV0LWhhbHZlcz1cImhhbHZlc1wiPlxuICAgIDxpbnB1dFxuICAgICAgICBhcmlhLWxhYmVsPVwiUmVzZXQgdG8gemVyb1wiXG4gICAgICAgIHJvbGU9XCJidXR0b25cIlxuICAgICAgICB0eXBlPVwicmFkaW9cIlxuICAgICAgICBjbGFzcz1cImZkLXJhdGluZy1pbmRpY2F0b3JfX2lucHV0IGZkLXJhdGluZy1pbmRpY2F0b3JfX2lucHV0LS16ZXJvLXJhdGluZ1wiXG4gICAgICAgIChjbGljayk9XCJvblNlbGVjdCgwKVwiXG4gICAgICAgIFtkaXNhYmxlZF09XCJkaXNhYmxlZFwiXG4gICAgICAgIG5hbWU9XCJyYXRpbmcte3sgdmlld1JhdGluZ1VJRCB9fXt7IGhhbHZlcyA/ICctaGFsdmVzJyA6ICcnIH19XCJcbiAgICAgICAgW2NoZWNrZWRdPVwidmlld1ZhbHVlID09PSAwXCJcbiAgICAvPlxuICAgIDxsYWJlbCBjbGFzcz1cImZkLXJhdGluZy1pbmRpY2F0b3JfX2xhYmVsIGZkLXJhdGluZy1pbmRpY2F0b3JfX2xhYmVsLS16ZXJvLXJhdGluZ1wiIGFyaWEtaGlkZGVuPVwidHJ1ZVwiPjwvbGFiZWw+XG48L25nLXRlbXBsYXRlPlxuIl19
317
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmF0aW5nLWluZGljYXRvci5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL2NvcmUvc3JjL2xpYi9yYXRpbmctaW5kaWNhdG9yL2NvbXBvbmVudHMvcmF0aW5nLWluZGljYXRvci5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL2NvcmUvc3JjL2xpYi9yYXRpbmctaW5kaWNhdG9yL2NvbXBvbmVudHMvcmF0aW5nLWluZGljYXRvci5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsT0FBTyxFQUNILFNBQVMsRUFHVCxLQUFLLEVBQ0wsTUFBTSxFQUNOLFlBQVksRUFDWixVQUFVLEVBQ1YsdUJBQXVCLEVBRXZCLFdBQVcsRUFDWCxpQkFBaUIsRUFDakIsaUJBQWlCLEVBQ2pCLFVBQVUsRUFDYixNQUFNLGVBQWUsQ0FBQztBQUN2QixPQUFPLEVBQUUsb0JBQW9CLEVBQUUsTUFBTSx1QkFBdUIsQ0FBQztBQUM3RCxPQUFPLEVBQXdCLGlCQUFpQixFQUFFLE1BQU0sZ0JBQWdCLENBQUM7QUFFekUsT0FBTyxFQUNILDBCQUEwQixFQUMxQixnQkFBZ0IsRUFDaEIsaUJBQWlCLEVBRWpCLHVCQUF1QixFQUMxQixNQUFNLGNBQWMsQ0FBQztBQUV0QixPQUFPLEVBQUUsYUFBYSxFQUFFLE1BQU0sNkJBQTZCLENBQUM7Ozs7O0FBRTVELElBQUksU0FBUyxHQUFHLENBQUMsQ0FBQztBQXlCbEIsTUFBTSxPQUFPLHdCQUF3QjtJQTRIakMsY0FBYztJQUNkLFlBQTZCLFdBQXVCLEVBQW1CLGtCQUFxQztRQUEvRSxnQkFBVyxHQUFYLFdBQVcsQ0FBWTtRQUFtQix1QkFBa0IsR0FBbEIsa0JBQWtCLENBQW1CO1FBN0c1Rzs7OztXQUlHO1FBSUgsYUFBUSxHQUFHLEtBQUssQ0FBQztRQUVqQjs7O1dBR0c7UUFHSCxnQkFBVyxHQUFHLEtBQUssQ0FBQztRQVdwQjs7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QUMsSUFBSSxtQkFDcEIsdUJBQXVCLENBQUMsTUFBTSxhQUNwQzt3QkFDUDs0QkFDSSxPQUFPLEVBQUUsaUJBQWlCOzRCQUMxQixXQUFXLEVBQUUsVUFBVSxDQUFDLEdBQUcsRUFBRSx5QkFBeUIsQ0FBQzs0QkFDdkQsS0FBSyxFQUFFLElBQUk7eUJBQ2Q7cUJBQ0o7aUlBS0QsS0FBSztzQkFESixLQUFLO2dCQUtOLElBQUk7c0JBREgsS0FBSztnQkFRTixTQUFTO3NCQUZSLEtBQUs7O3NCQUNMLFdBQVc7dUJBQUMsaUJBQWlCO2dCQVc5QixRQUFRO3NCQUhQLEtBQUs7O3NCQUNMLFdBQVc7dUJBQUMsbUJBQW1COztzQkFDL0IsV0FBVzt1QkFBQyxvQkFBb0I7Z0JBU2pDLFdBQVc7c0JBRlYsS0FBSzs7c0JBQ0wsV0FBVzt1QkFBQyx1QkFBdUI7Z0JBT2hDLGlCQUFpQjtzQkFEcEIsS0FBSztnQkFVTixXQUFXO3NCQURWLEtBQUs7Z0JBT04sS0FBSztzQkFESixLQUFLO2dCQU9OLFlBQVk7c0JBRFgsS0FBSztnQkFPTixhQUFhO3NCQURaLEtBQUs7Z0JBUU4sT0FBTztzQkFETixLQUFLO2dCQU9OLGlCQUFpQjtzQkFEaEIsS0FBSztnQkFPTixTQUFTO3NCQURSLEtBQUs7Z0JBTU4sV0FBVztzQkFEVixLQUFLO2dCQU9OLElBQUk7c0JBREgsS0FBSztnQkFPTixvQkFBb0I7c0JBRG5CLEtBQUs7Z0JBT04sYUFBYTtzQkFEWixNQUFNOztRQWlIUDs7O1dBR0c7UUFDSCxzQkFBc0IiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge1xuICAgIENvbXBvbmVudCxcbiAgICBPbkluaXQsXG4gICAgT25DaGFuZ2VzLFxuICAgIElucHV0LFxuICAgIE91dHB1dCxcbiAgICBFdmVudEVtaXR0ZXIsXG4gICAgRWxlbWVudFJlZixcbiAgICBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSxcbiAgICBTaW1wbGVDaGFuZ2VzLFxuICAgIEhvc3RCaW5kaW5nLFxuICAgIFZpZXdFbmNhcHN1bGF0aW9uLFxuICAgIENoYW5nZURldGVjdG9yUmVmLFxuICAgIGZvcndhcmRSZWZcbn0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBjb2VyY2VOdW1iZXJQcm9wZXJ0eSB9IGZyb20gJ0Bhbmd1bGFyL2Nkay9jb2VyY2lvbic7XG5pbXBvcnQgeyBDb250cm9sVmFsdWVBY2Nlc3NvciwgTkdfVkFMVUVfQUNDRVNTT1IgfSBmcm9tICdAYW5ndWxhci9mb3Jtcyc7XG5cbmltcG9ydCB7XG4gICAgSU5ESUNBVE9SX0RFRkFVTFRfQ0FQQUNJVFksXG4gICAgSU5ESUNBVE9SX1BSRUZJWCxcbiAgICBJTkRJQ0FUT1JfQ0xBU1NFUyxcbiAgICBSYXRpbmdJbmRpY2F0b3JTaXplLFxuICAgIFJhdGluZ0luZGljYXRvclNpemVFbnVtXG59IGZyb20gJy4uL2NvbnN0YW50cyc7XG5pbXBvcnQgeyBDc3NDbGFzc0J1aWxkZXIgfSBmcm9tICdAZnVuZGFtZW50YWwtbmd4L2NvcmUvdXRpbHMnO1xuaW1wb3J0IHsgYXBwbHlDc3NDbGFzcyB9IGZyb20gJ0BmdW5kYW1lbnRhbC1uZ3gvY29yZS91dGlscyc7XG5cbmxldCByYXRpbmdVSUQgPSAwO1xuXG5pbnRlcmZhY2UgTnVtYmVyS2V5PFQ+IHtcbiAgICBba2V5OiBudW1iZXJdOiBUO1xufVxuXG5pbnRlcmZhY2UgUmF0aW5nVmlld0l0ZW0ge1xuICAgIHJhdGU6IG51bWJlcjtcbiAgICB2b3RlczogbnVtYmVyO1xufVxuXG5AQ29tcG9uZW50KHtcbiAgICBzZWxlY3RvcjogJ2ZkLXJhdGluZy1pbmRpY2F0b3InLFxuICAgIHRlbXBsYXRlVXJsOiAnLi9yYXRpbmctaW5kaWNhdG9yLmNvbXBvbmVudC5odG1sJyxcbiAgICBzdHlsZVVybHM6IFsnLi9yYXRpbmctaW5kaWNhdG9yLmNvbXBvbmVudC5zY3NzJ10sXG4gICAgZW5jYXBzdWxhdGlvbjogVmlld0VuY2Fwc3VsYXRpb24uTm9uZSxcbiAgICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcbiAgICBwcm92aWRlcnM6IFtcbiAgICAgICAge1xuICAgICAgICAgICAgcHJvdmlkZTogTkdfVkFMVUVfQUNDRVNTT1IsXG4gICAgICAgICAgICB1c2VFeGlzdGluZzogZm9yd2FyZFJlZigoKSA9PiBSYXRpbmdJbmRpY2F0b3JDb21wb25lbnQpLFxuICAgICAgICAgICAgbXVsdGk6IHRydWVcbiAgICAgICAgfVxuICAgIF1cbn0pXG5leHBvcnQgY2xhc3MgUmF0aW5nSW5kaWNhdG9yQ29tcG9uZW50IGltcGxlbWVudHMgT25Jbml0LCBPbkNoYW5nZXMsIENzc0NsYXNzQnVpbGRlciwgQ29udHJvbFZhbHVlQWNjZXNzb3Ige1xuICAgIC8qKiBVc2VyJ3MgY3VzdG9tIGNsYXNzZXMgKi9cbiAgICBASW5wdXQoKVxuICAgIGNsYXNzOiBzdHJpbmc7XG5cbiAgICAvKiogU2V0cyBbbmFtZV0gYXR0cmlidXRlIG9mIGlucHV0LiAqL1xuICAgIEBJbnB1dCgpXG4gICAgbmFtZTogc3RyaW5nO1xuXG4gICAgLyoqXG4gICAgICogU2V0cyB0aGUgYXJpYS1sYWJlbCBhdHRyaWJ1dGUgdG8gdGhlIGVsZW1lbnQuXG4gICAgICovXG4gICAgQElucHV0KClcbiAgICBASG9zdEJpbmRpbmcoJ2F0dHIuYXJpYS1sYWJlbCcpXG4gICAgYXJpYUxhYmVsOiBzdHJpbmc7XG5cbiAgICAvKipcbiAgICAgKiBTZXRzIHRoZSBhcmlhLWRpc2FibGVkIGF0dHJpYnV0ZSB0byB0aGUgZWxlbWVudC5cbiAgICAgKiBTZXRzIHRoZSBpcy1kaXNhYmxlZCBjbGFzcyB0byB0aGUgZWxlbWVudC5cbiAgICAgKiBXaGV0aGVyIHRoZSByYXRpbmcgaW5kaWNhdG9yIGlzIGRpc2FibGVkXG4gICAgICovXG4gICAgQElucHV0KClcbiAgICBASG9zdEJpbmRpbmcoJ2NsYXNzLmlzLWRpc2FibGVkJylcbiAgICBASG9zdEJpbmRpbmcoJ2F0dHIuYXJpYS1kaXNhYmxlZCcpXG4gICAgZGlzYWJsZWQgPSBmYWxzZTtcblxuICAgIC8qKlxuICAgICAqIFNldHMgdGhlIGlzLWRpc3BsYXktbW9kZSBjbGFzcyB0byB0aGUgZWxlbWVudC5cbiAgICAgKiBXaGV0aGVyIHRoZSByYXRpbmcgaW5kaWNhdG9yIGlzIGluIGRpc3BsYXlNb2RlXG4gICAgICovXG4gICAgQElucHV0KClcbiAgICBASG9zdEJpbmRpbmcoJ2NsYXNzLmlzLWRpc3BsYXktbW9kZScpXG4gICAgZGlzcGxheU1vZGUgPSBmYWxzZTtcblxuICAgIC8qKlxuICAgICAqIE51bWJlciBvZiByYXRlcyB0byBkaXNwbGF5XG4gICAgICovXG4gICAgQElucHV0KClcbiAgICBzZXQgaW5kaWNhdG9yQ2FwYWNpdHkodmFsdWU6IG51bWJlcikge1xuICAgICAgICBjb25zdCB2YWwgPSBjb2VyY2VOdW1iZXJQcm9wZXJ0eSh2YWx1ZSwgSU5ESUNBVE9SX0RFRkFVTFRfQ0FQQUNJVFkpO1xuICAgICAgICB0aGlzLl9pbmRpY2F0b3JDYXBhY2l0eSA9IHZhbCA8IDEgPyBJTkRJQ0FUT1JfREVGQVVMVF9DQVBBQ0lUWSA6IHZhbDtcbiAgICB9XG5cbiAgICAvKipcbiAgICAgKiBXaGV0aGVyIG9yIG5vdCB0byBkaXNwbGF5IGhhbGYgdmFsdWVzLlxuICAgICAqL1xuICAgIEBJbnB1dCgpXG4gICAgYWxsb3dIYWx2ZXMgPSBmYWxzZTtcblxuICAgIC8qKlxuICAgICAqIFVzZXIncyB2YWx1ZSBudW1iZXIgb2YgcmF0aW5ncy4gSWYgcHJvdmlkZWQsIE92ZXJyaWRlcyByYXRpbmdBdmVyYWdlLlxuICAgICAqL1xuICAgIEBJbnB1dCgpXG4gICAgdmFsdWUgPSAwO1xuXG4gICAgLyoqXG4gICAgICogVG90YWwgbnVtYmVyIG9mIHJhdGluZ3MuIElmIHByb3ZpZGVkLCB3aWxsIGRpc3BsYXkgdGV4dCBzaG93aW5nIHRoZSB0b3RhbCBudW1iZXIgb2YgcmF0aW5ncy5cbiAgICAgKi9cbiAgICBASW5wdXQoKVxuICAgIHRvdGFsUmF0aW5nczogbnVtYmVyO1xuXG4gICAgLyoqXG4gICAgICogUmF0aW5nIGF2ZXJhZ2VcbiAgICAgKi9cbiAgICBASW5wdXQoKVxuICAgIHJhdGluZ0F2ZXJhZ2U6IG51bWJlcjtcblxuICAgIC8qKlxuICAgICAqIE9iamVjdCBjb250YWluaW5nIGtleS12YWx1ZSBwYWlycyB3aGVyZSB0aGUga2V5IGlzIHRoZSByYXRpbmcgYW5kIHRoZSB2YWx1ZSBpcyB0aGUgdG90YWwgc3VtIG9mIHRob3NlIHJhdGluZ3MuXG4gICAgICogT3ZlcnJpZGVzIHRvdGFsUmF0aW5ncyBhbmQgcmF0aW5nQXZlcmFnZS5cbiAgICAgKi9cbiAgICBASW5wdXQoKVxuICAgIHJhdGluZ3M6IE51bWJlcktleTxudW1iZXI+O1xuXG4gICAgLyoqXG4gICAgICogV2hldGhlciBvciBub3QgdG8gZGlzcGxheSB0aGUgcG9wb3ZlciB0aGF0IHNob3dzIHRoZSBzdW0gb2YgZWFjaCByYXRpbmcuIFJlcXVpcmVzIFtyYXRpbmdzXSBvYmplY3QuXG4gICAgICovXG4gICAgQElucHV0KClcbiAgICBkaXNwbGF5QWxsUmF0aW5ncyA9IGZhbHNlO1xuXG4gICAgLyoqXG4gICAgICogSWNvbiBjbGFzcyBmb3IgcmF0ZWQgaWNvbiBmcm9tIGZ1bmRhbWVudGFsLXN0eWxlcyBsaWIgaHR0cHM6Ly9zYXAuZ2l0aHViLmlvL2Z1bmRhbWVudGFsLXN0eWxlcy8/cGF0aD0vZG9jcy9jb21wb25lbnRzLWljb24tLXNpemVzXG4gICAgICovXG4gICAgQElucHV0KClcbiAgICByYXRlZEljb246IHN0cmluZztcbiAgICAvKipcbiAgICAgKiBJY29uIGNsYXNzIGZvciB1bnJhdGVkIGljb24gZnJvbSBmdW5kYW1lbnRhbC1zdHlsZXMgbGliIGh0dHBzOi8vc2FwLmdpdGh1Yi5pby9mdW5kYW1lbnRhbC1zdHlsZXMvP3BhdGg9L2RvY3MvY29tcG9uZW50cy1pY29uLS1zaXplc1xuICAgICAqL1xuICAgIEBJbnB1dCgpXG4gICAgdW5yYXRlZEljb246IHN0cmluZztcblxuICAgIC8qKlxuICAgICAqIFBvc3NpYmxlIHZhbHVlcyBhcmUgJ3hzJywgJ3NtJywgJ21kJywgJ2xnJywgJ2NvenknLCAnY29tcGFjdCcsICdjb25kZW5zZWQnXG4gICAgICovXG4gICAgQElucHV0KClcbiAgICBzaXplOiBSYXRpbmdJbmRpY2F0b3JTaXplID0gJ21kJztcblxuICAgIC8qKlxuICAgICAqIFRleHQgZGl2aWRlciBsYWJlbCBiZXR3ZWVuIHZpZXcgdmFsdWUgYW5kIGluZGljYXRvciBjb3VudC5cbiAgICAgKi9cbiAgICBASW5wdXQoKVxuICAgIGR5bmFtaWNUZXh0SW5kaWNhdG9yID0gJ29mJztcblxuICAgIC8qKlxuICAgICAqIEZpcmVkIHdoZW4gdGhlIHVzZXIgc2V0cyBvciBjaGFuZ2VzIHRoZWlyIHJhdGluZy5cbiAgICAgKi9cbiAgICBAT3V0cHV0KClcbiAgICByYXRpbmdDaGFuZ2VkID0gbmV3IEV2ZW50RW1pdHRlcjxudW1iZXI+KCk7XG5cbiAgICBzaXplQ2xhc3MgPSB0aGlzLl9nZXRTaXplQ2xhc3ModGhpcy5zaXplKTtcbiAgICAvKiogQGhpZGRlbiAqL1xuICAgIF9yYXRlczogeyBpZDogc3RyaW5nOyB2YWx1ZTogbnVtYmVyIH1bXSA9IFtdO1xuICAgIC8qKiBAaGlkZGVuICovXG4gICAgX3JhdGluZ0l0ZW1zOiBSYXRpbmdWaWV3SXRlbVtdID0gW107XG5cbiAgICAvKiogQGhpZGRlbiAqL1xuICAgIHByaXZhdGUgX3JhdGluZ1VJRCA9IHJhdGluZ1VJRCsrO1xuICAgIC8qKiBAaGlkZGVuICovXG4gICAgcHJpdmF0ZSBfaW5kaWNhdG9yQ2FwYWNpdHkgPSBJTkRJQ0FUT1JfREVGQVVMVF9DQVBBQ0lUWTtcbiAgICAvKiogQGhpZGRlbiAqL1xuICAgIHByaXZhdGUgX3ZhbHVlID0gMDtcbiAgICAvKiogQGhpZGRlbiAqL1xuICAgIHByaXZhdGUgX2hpZGVEeW5hbWljVGV4dCA9IGZhbHNlO1xuXG4gICAgLyoqIEBoaWRkZW4gKi9cbiAgICBjb25zdHJ1Y3Rvcihwcml2YXRlIHJlYWRvbmx5IF9lbGVtZW50UmVmOiBFbGVtZW50UmVmLCBwcml2YXRlIHJlYWRvbmx5IF9jaGFuZ2VEZXRlY3RvclJlZjogQ2hhbmdlRGV0ZWN0b3JSZWYpIHt9XG4gICAgLyoqIEBoaWRkZW4gKi9cbiAgICBnZXQgdmlld1JhdGluZ1VJRCgpOiBudW1iZXIge1xuICAgICAgICByZXR1cm4gdGhpcy5fcmF0aW5nVUlEO1xuICAgIH1cbiAgICAvKiogQGhpZGRlbiAqL1xuICAgIGdldCBpbmRpY2F0b3JDb3VudCgpOiBudW1iZXIge1xuICAgICAgICByZXR1cm4gdGhpcy5faW5kaWNhdG9yQ2FwYWNpdHk7XG4gICAgfVxuICAgIC8qKiBAaGlkZGVuICovXG4gICAgZ2V0IHZpZXdWYWx1ZSgpOiBudW1iZXIge1xuICAgICAgICByZXR1cm4gdGhpcy5fdmFsdWU7XG4gICAgfVxuXG4gICAgLyoqIEBoaWRkZW4gKi9cbiAgICBvbkNoYW5nZTogKHZhbHVlOiBudW1iZXIpID0+IHZvaWQgPSAoKSA9PiB7fTtcblxuICAgIC8qKiBAaGlkZGVuICovXG4gICAgb25Ub3VjaGVkID0gKCk6IHZvaWQgPT4ge307XG5cbiAgICAvKiogQGhpZGRlbiAqL1xuICAgIG5nT25Jbml0KCk6IHZvaWQge1xuICAgICAgICB0aGlzLl92YWx1ZSA9IHRoaXMuX2NvbnZlcnRUb1ZhbHVlKCk7XG4gICAgICAgIHRoaXMuX3JhdGVzID0gdGhpcy5fZ2V0UmF0ZXMoKTtcbiAgICAgICAgdGhpcy5idWlsZENvbXBvbmVudENzc0NsYXNzKCk7XG4gICAgICAgIHRoaXMuX2dlbmVyYXRlUmF0aW5ncygpO1xuICAgIH1cblxuICAgIC8qKiBAaGlkZGVuICovXG4gICAgbmdPbkNoYW5nZXMoY2hhbmdlczogU2ltcGxlQ2hhbmdlcyk6IHZvaWQge1xuICAgICAgICBpZiAoXG4gICAgICAgICAgICAnY2xhc3MnIGluIGNoYW5nZXMgfHxcbiAgICAgICAgICAgICdzaXplJyBpbiBjaGFuZ2VzIHx8XG4gICAgICAgICAgICAncmF0ZWRJY29uJyBpbiBjaGFuZ2VzIHx8XG4gICAgICAgICAgICAndW5yYXRlZEljb24nIGluIGNoYW5nZXMgfHxcbiAgICAgICAgICAgICdhbGxvd0hhbHZlcycgaW4gY2hhbmdlc1xuICAgICAgICApIHtcbiAgICAgICAgICAgIHRoaXMuYnVpbGRDb21wb25lbnRDc3NDbGFzcygpO1xuICAgICAgICB9XG4gICAgICAgIGlmICgndmFsdWUnIGluIGNoYW5nZXMpIHtcbiAgICAgICAgICAgIHRoaXMuX3ZhbHVlID0gdGhpcy5fY29udmVydFRvVmFsdWUoKTtcbiAgICAgICAgfVxuICAgICAgICBpZiAoJ2luZGljYXRvckNhcGFjaXR5JyBpbiBjaGFuZ2VzKSB7XG4gICAgICAgICAgICB0aGlzLl9yYXRlcyA9IHRoaXMuX2dldFJhdGVzKCk7XG4gICAgICAgIH1cbiAgICAgICAgaWYgKCdhbGxvd0hhbHZlcycgaW4gY2hhbmdlcykge1xuICAgICAgICAgICAgdGhpcy5fdmFsdWUgPSB0aGlzLl9jb252ZXJ0VG9WYWx1ZSgpO1xuICAgICAgICAgICAgdGhpcy5fcmF0ZXMgPSB0aGlzLl9nZXRSYXRlcygpO1xuICAgICAgICB9XG5cbiAgICAgICAgaWYgKCdyYXRpbmdzJyBpbiBjaGFuZ2VzKSB7XG4gICAgICAgICAgICB0aGlzLl9nZW5lcmF0ZVJhdGluZ3MoKTtcbiAgICAgICAgfVxuICAgIH1cblxuICAgIC8qKiBAaGlkZGVuICovXG4gICAgd3JpdGVWYWx1ZSh2YWx1ZTogbnVtYmVyKTogdm9pZCB7XG4gICAgICAgIHRoaXMuX3ZhbHVlID0gdGhpcy5fcGFyc2VWYWx1ZSh2YWx1ZSk7XG4gICAgICAgIHRoaXMuX2NoYW5nZURldGVjdG9yUmVmLm1hcmtGb3JDaGVjaygpO1xuICAgIH1cblxuICAgIC8qKiBAaGlkZGVuICovXG4gICAgcmVnaXN0ZXJPbkNoYW5nZShmbjogKHZhbHVlOiBudW1iZXIpID0+IHZvaWQpOiB2b2lkIHtcbiAgICAgICAgdGhpcy5vbkNoYW5nZSA9IGZuO1xuICAgIH1cblxuICAgIC8qKiBAaGlkZGVuICovXG4gICAgcmVnaXN0ZXJPblRvdWNoZWQoZm46ICgpID0+IHZvaWQpOiB2b2lkIHtcbiAgICAgICAgdGhpcy5vblRvdWNoZWQgPSBmbjtcbiAgICB9XG4gICAgLyoqIEBoaWRkZW4gKi9cbiAgICBzZXREaXNhYmxlZFN0YXRlKGlzRGlzYWJsZWQ6IGJvb2xlYW4pOiB2b2lkIHtcbiAgICAgICAgdGhpcy5kaXNhYmxlZCA9IGlzRGlzYWJsZWQ7XG4gICAgfVxuXG4gICAgLyoqIEBoaWRkZW4gKi9cbiAgICB0cmFja0J5Rm4oaW5kZXg6IG51bWJlciwgaXRlbTogeyBpZDogc3RyaW5nOyB2YWx1ZTogbnVtYmVyIH0pOiBudW1iZXIgfCBzdHJpbmcge1xuICAgICAgICByZXR1cm4gaXRlbS5pZDtcbiAgICB9XG5cbiAgICAvKiogQGhpZGRlbiAqL1xuICAgIG9uU2VsZWN0KHZhbHVlOiBudW1iZXIpOiB2b2lkIHtcbiAgICAgICAgdGhpcy52YWx1ZSA9IHRoaXMuX3ZhbHVlID0gdmFsdWU7XG4gICAgICAgIHRoaXMub25DaGFuZ2UodmFsdWUpO1xuICAgICAgICB0aGlzLm9uVG91Y2hlZCgpO1xuICAgICAgICB0aGlzLnJhdGluZ0NoYW5nZWQuZW1pdCh2YWx1ZSk7XG4gICAgfVxuXG4gICAgLyoqIEBoaWRkZW4gKi9cbiAgICBlbGVtZW50UmVmKCk6IEVsZW1lbnRSZWY8UmF0aW5nSW5kaWNhdG9yQ29tcG9uZW50PiB7XG4gICAgICAgIHJldHVybiB0aGlzLl9lbGVtZW50UmVmO1xuICAgIH1cblxuICAgIEBhcHBseUNzc0NsYXNzXG4gICAgLyoqIENzc0NsYXNzQnVpbGRlciBpbnRlcmZhY2UgaW1wbGVtZW50YXRpb25cbiAgICAgKiBmdW5jdGlvbiBtdXN0IHJldHVybiBzaW5nbGUgc3RyaW5nXG4gICAgICogZnVuY3Rpb24gaXMgcmVzcG9uc2libGUgZm9yIG9yZGVyIHdoaWNoIGNzcyBjbGFzc2VzIGFyZSBhcHBsaWVkXG4gICAgICovXG4gICAgYnVpbGRDb21wb25lbnRDc3NDbGFzcygpOiBzdHJpbmdbXSB7XG4gICAgICAgIHRoaXMuc2l6ZUNsYXNzID0gdGhpcy5fZ2V0U2l6ZUNsYXNzKHRoaXMuc2l6ZSk7XG5cbiAgICAgICAgcmV0dXJuIFtcbiAgICAgICAgICAgIElORElDQVRPUl9QUkVGSVgsXG4gICAgICAgICAgICB0aGlzLnNpemVDbGFzcyxcbiAgICAgICAgICAgIHRoaXMuYWxsb3dIYWx2ZXMgPyBJTkRJQ0FUT1JfQ0xBU1NFUy5oYWx2ZXMgOiAnJyxcbiAgICAgICAgICAgICEhdGhpcy5yYXRlZEljb24gJiYgISF0aGlzLnVucmF0ZWRJY29uID8gSU5ESUNBVE9SX0NMQVNTRVMuaWNvbiA6ICcnLFxuICAgICAgICAgICAgdGhpcy5faGlkZUR5bmFtaWNUZXh0IHx8ICF0aGlzLl92YWx1ZSA/IElORElDQVRPUl9DTEFTU0VTLmhpZGVEeW5hbWljVGV4dCA6ICcnLFxuICAgICAgICAgICAgdGhpcy5jbGFzc1xuICAgICAgICBdO1xuICAgIH1cblxuICAgIC8qKlxuICAgICAqIEBoaWRkZW5cbiAgICAgKiBHZW5lcmF0ZSByYXRpbmcgaXRlbXMgZm9yIHBvcG92ZXIgY29udGVudCBpZiByYXRpbmcgb2JqZWN0IHdhcyBkZWZpbmVkXG4gICAgICovXG4gICAgcHJpdmF0ZSBfZ2VuZXJhdGVSYXRpbmdzKCk6IHZvaWQge1xuICAgICAgICBpZiAoIXRoaXMucmF0aW5ncykge1xuICAgICAgICAgICAgcmV0dXJuO1xuICAgICAgICB9XG4gICAgICAgIGNvbnN0IHJhdGluZ3MgPSBPYmplY3QuZW50cmllcyh0aGlzLnJhdGluZ3MpXG4gICAgICAgICAgICAuZmlsdGVyKChbcmF0ZSwgdm90ZV0pID0+IHtcbiAgICAgICAgICAgICAgICBjb25zdCBfcmF0ZSA9ICtyYXRlO1xuICAgICAgICAgICAgICAgIHJldHVybiAhaXNOYU4oX3JhdGUpICYmICFpc05hTigrdm90ZSkgJiYgX3JhdGUgPiAwO1xuICAgICAgICAgICAgfSlcbiAgICAgICAgICAgIC5tYXAoKFtyYXRlLCB2b3Rlc10pID0+ICh7IHJhdGU6ICtyYXRlLCB2b3RlcyB9KSk7XG4gICAgICAgIGlmIChyYXRpbmdzLmxlbmd0aCA9PT0gMCkge1xuICAgICAgICAgICAgcmV0dXJuO1xuICAgICAgICB9XG4gICAgICAgIGNvbnN0IHsgdG90YWxWb3RlcywgdG90YWxSYXRpbmcgfSA9IHJhdGluZ3MucmVkdWNlKFxuICAgICAgICAgICAgKHRvdGFsLCByYXRpbmcpID0+ICh7XG4gICAgICAgICAgICAgICAgdG90YWxWb3RlczogdG90YWwudG90YWxWb3RlcyArIHJhdGluZy52b3RlcyxcbiAgICAgICAgICAgICAgICB0b3RhbFJhdGluZzogdG90YWwudG90YWxSYXRpbmcgKyByYXRpbmcucmF0ZSAqIHJhdGluZy52b3Rlc1xuICAgICAgICAgICAgfSksXG4gICAgICAgICAgICB7IHRvdGFsVm90ZXM6IDAsIHRvdGFsUmF0aW5nOiAwIH1cbiAgICAgICAgKTtcblxuICAgICAgICB0aGlzLl9yYXRpbmdJdGVtcyA9IHJhdGluZ3M7XG4gICAgICAgIHRoaXMucmF0aW5nQXZlcmFnZSA9IHRvdGFsUmF0aW5nIC8gdG90YWxWb3RlcztcbiAgICAgICAgdGhpcy50b3RhbFJhdGluZ3MgPSB0b3RhbFZvdGVzO1xuICAgICAgICB0aGlzLl92YWx1ZSA9IHRoaXMuX2NvbnZlcnRUb1ZhbHVlKCk7XG4gICAgfVxuICAgIC8qKlxuICAgICAqIEBoaWRkZW5cbiAgICAgKiBnZXQgY29udmVydGVkIHZpZXdWYWx1ZSBmb3IgcmVuZGVyIGluIGNvbXBvbmVudCB0ZW1wbGF0ZSBmcm9tIG9yaWdpbmFsIHZhbHVlIGlmIGl0IHN0aWxsIGV4aXN0cywgb3IgcmF0aW5nQXZlcmFnZS5cbiAgICAgKi9cbiAgICBwcml2YXRlIF9jb252ZXJ0VG9WYWx1ZSgpOiBudW1iZXIge1xuICAgICAgICByZXR1cm4gdGhpcy5fcGFyc2VWYWx1ZSh0aGlzLnZhbHVlIHx8IHRoaXMucmF0aW5nQXZlcmFnZSk7XG4gICAgfVxuICAgIC8qKlxuICAgICAqIEBoaWRkZW5cbiAgICAgKiBnZXQgY29udmVydGVkIHZhbHVlIGZyb20gb3JpZ2luYWwgdG8gdmlldyB2YWx1ZSB3aXRoIGRlcGVuZHMgb24gaGFsdmVzXG4gICAgICogRm9yIGV4YW1wbGUsXG4gICAgICogIG9yaWdpbmFsIHZhbHVlIGlzIGVxdWFsIHRvIDIuMzQsIHlvdSB3aWxsIGdldCBhbmQgcmVuZGVyIDJcbiAgICAgKiAgb3JpZ2luYWwgdmFsdWUgaXMgZXF1YWwgdG8gMy43NCwgeW91IHdpbGwgZ2V0IGFuZCByZW5kZXIgNFxuICAgICAqL1xuICAgIHByaXZhdGUgX3BhcnNlVmFsdWUodmFsdWU6IG51bWJlcik6IG51bWJlciB7XG4gICAgICAgIGlmICghdmFsdWUgfHwgdmFsdWUgPT09IDApIHtcbiAgICAgICAgICAgIHJldHVybiAwO1xuICAgICAgICB9XG4gICAgICAgIGNvbnN0IGludGVnZXIgPSBNYXRoLmZsb29yKHZhbHVlKTtcbiAgICAgICAgY29uc3QgZnJhY3Rpb25hbCA9IHZhbHVlICUgMTtcbiAgICAgICAgbGV0IHYgPSBpbnRlZ2VyO1xuXG4gICAgICAgIGlmICh0aGlzLmFsbG93SGFsdmVzICYmIGZyYWN0aW9uYWwgPiAwLjI1ICYmIGZyYWN0aW9uYWwgPD0gMC41KSB7XG4gICAgICAgICAgICB2ID0gaW50ZWdlciArIDAuNTtcbiAgICAgICAgfSBlbHNlIGlmIChmcmFjdGlvbmFsID4gMC41KSB7XG4gICAgICAgICAgICB2ID0gaW50ZWdlciArIDE7XG4gICAgICAgIH1cblxuICAgICAgICByZXR1cm4gTWF0aC5taW4odGhpcy5pbmRpY2F0b3JDb3VudCwgdik7XG4gICAgfVxuICAgIC8qKlxuICAgICAqIEBoaWRkZW5cbiAgICAgKiBnZXQgcmF0aW5nIGljb25zIGFycmF5IHdpdGggdmFsdWUgYW5kIHVuaWMgaWRcbiAgICAgKi9cbiAgICBwcml2YXRlIF9nZXRSYXRlcygpOiB7IGlkOiBzdHJpbmc7IHZhbHVlOiBudW1iZXIgfVtdIHtcbiAgICAgICAgY29uc3Qgd2l0aEhhbHZlcyA9IHRoaXMuYWxsb3dIYWx2ZXMgPyAyIDogMTtcbiAgICAgICAgcmV0dXJuIEFycmF5KHRoaXMuaW5kaWNhdG9yQ291bnQgKiB3aXRoSGFsdmVzKVxuICAgICAgICAgICAgLmZpbGwoYHJhdGluZy0ke3RoaXMuX3JhdGluZ1VJRH1gKVxuICAgICAgICAgICAgLm1hcCgobmFtZSwgaW5kZXgpID0+ICh7XG4gICAgICAgICAgICAgICAgaWQ6IGAke25hbWV9LSR7aW5kZXggKyAxfWAsXG4gICAgICAgICAgICAgICAgdmFsdWU6IChpbmRleCArIDEpIC8gd2l0aEhhbHZlc1xuICAgICAgICAgICAgfSkpO1xuICAgIH1cblxuICAgIC8qKlxuICAgICAqIEBoaWRkZW5cbiAgICAgKiBnZXQgcmF0aW5nIGljb25zIGFycmF5IHdpdGggdmFsdWUgYW5kIHVuaWMgaWRcbiAgICAgKi9cbiAgICBwcml2YXRlIF9nZXRTaXplQ2xhc3Moc2l6ZTogUmF0aW5nSW5kaWNhdG9yU2l6ZSk6IHN0cmluZyB7XG4gICAgICAgIHJldHVybiBgJHtJTkRJQ0FUT1JfUFJFRklYfS0tJHtzaXplIGluIFJhdGluZ0luZGljYXRvclNpemVFbnVtID8gc2l6ZSA6ICdtZCd9YDtcbiAgICB9XG59XG4iLCI8IS0tICByb2xlPVwiYXBwbGljYXRpb25cIiBpcyB1c2VkIGluIG9yZGVyIHRvIGxldCB1c2VyIHRvIGNoYW5nZSB2YWx1ZSB3aXRoIGxlZnQvcmlnaHQgYXJyb3dzIGluIEpBV1MsIHNpbmNlIEpBV1Mgb3Z2ZXJyaWRlcyB0aGVzZSBhY3Rpb25zIC0tPlxuPGRpdiBjbGFzcz1cImZkLXJhdGluZy1pbmRpY2F0b3JfX2NvbnRhaW5lclwiIHJvbGU9XCJhcHBsaWNhdGlvblwiIGFyaWEtcm9sZWRlc2NyaXB0aW9uPVwiUmF0aW5nIGluZGljYXRvclwiPlxuICAgIDwhLS0gWmVybyB2YWx1ZSBpZiB3ZSBkb24ndCBoYXZlIHByb3ZpZGVkIHZhbHVlIGZyb20gdXNlciwgYHJhdGluZ0F2ZXJhZ2VgIG9yIGByYXRpbmdzYCAtLT5cbiAgICA8bmctY29udGFpbmVyICpuZ1RlbXBsYXRlT3V0bGV0PVwiemVyb1JhdGVcIj48L25nLWNvbnRhaW5lcj5cbiAgICA8IS0tIEF2YWlsYWJsZSByYXRlIHZhbHVlcyAtLT5cbiAgICA8bmctY29udGFpbmVyICpuZ0Zvcj1cImxldCByYXRlIG9mIF9yYXRlczsgaW5kZXggYXMgaTsgdHJhY2tCeTogdHJhY2tCeUZuXCI+XG4gICAgICAgIDxpbnB1dFxuICAgICAgICAgICAgW2F0dHIuYXJpYS1sYWJlbF09XCJpIHwgcmF0aW5nU3RhckxhYmVsOiBfcmF0ZXMubGVuZ3RoOmFsbG93SGFsdmVzXCJcbiAgICAgICAgICAgIHJvbGU9XCJidXR0b25cIlxuICAgICAgICAgICAgdHlwZT1cInJhZGlvXCJcbiAgICAgICAgICAgIGNsYXNzPVwiZmQtcmF0aW5nLWluZGljYXRvcl9faW5wdXRcIlxuICAgICAgICAgICAgW2Rpc2FibGVkXT1cImRpc2FibGVkXCJcbiAgICAgICAgICAgIFtpZF09XCJyYXRlLmlkXCJcbiAgICAgICAgICAgIG5hbWU9XCJyYXRpbmcte3sgdmlld1JhdGluZ1VJRCB9fVwiXG4gICAgICAgICAgICBbdmFsdWVdPVwicmF0ZS52YWx1ZVwiXG4gICAgICAgICAgICBbY2hlY2tlZF09XCJ2aWV3VmFsdWUgPT09IHJhdGUudmFsdWVcIlxuICAgICAgICAgICAgKGNsaWNrKT1cIm9uU2VsZWN0KHJhdGUudmFsdWUpXCJcbiAgICAgICAgLz5cbiAgICAgICAgPGxhYmVsIGNsYXNzPVwiZmQtcmF0aW5nLWluZGljYXRvcl9fbGFiZWxcIiBbZm9yXT1cInJhdGUuaWRcIiBhcmlhLWhpZGRlbj1cInRydWVcIj5cbiAgICAgICAgICAgIDxpICpuZ0lmPVwicmF0ZWRJY29uXCIgY2xhc3M9XCJmZC1yYXRpbmctaW5kaWNhdG9yX19sYWJlbC1yYXRlZFwiIFtjbGFzc109XCJ1bnJhdGVkSWNvblwiPjwvaT5cbiAgICAgICAgICAgIDxpICpuZ0lmPVwidW5yYXRlZEljb25cIiBjbGFzcz1cImZkLXJhdGluZy1pbmRpY2F0b3JfX2xhYmVsLXVucmF0ZWRcIiBbY2xhc3NdPVwicmF0ZWRJY29uXCI+PC9pPlxuICAgICAgICA8L2xhYmVsPlxuICAgIDwvbmctY29udGFpbmVyPlxuPC9kaXY+XG48IS0tIFBvcG92ZXIgaWYgZGlzcGxheUFsbFJhdGluZ3MgaXMgdHJ1ZSBhbmQgd2UgaGF2ZSByYXRpbmdzIG9iamVjdCAtLT5cbjxzcGFuXG4gICAgW2ZkUG9wb3ZlclRyaWdnZXJdPVwiYWxsUmF0aW5nQ29udGVudFwiXG4gICAgKm5nSWY9XCJkaXNwbGF5QWxsUmF0aW5ncyAmJiBfcmF0aW5nSXRlbXM/Lmxlbmd0aDsgZWxzZSBkeW5hbWljVGV4dFwiXG4gICAgY2xhc3M9XCJmZC1yYXRpbmctaW5kaWNhdG9yX19keW5hbWljLXRleHRcIlxuPlxuICAgICg8c3BhbiBhcmVhLWxhYmVsPVwiVG90YWwgcmFpdGluZ1wiIGZkLWxpbms+e3sgdG90YWxSYXRpbmdzIH19PC9zcGFuXG4gICAgPilcbjwvc3Bhbj5cbjxmZC1wb3BvdmVyXG4gICAgI2FsbFJhdGluZ0NvbnRlbnRcbiAgICBbdHJpZ2dlcnNdPVwiWydtb3VzZWVudGVyJywgJ21vdXNlbGVhdmUnXVwiXG4gICAgW25vQXJyb3ddPVwiZmFsc2VcIlxuICAgIHBsYWNlbWVudD1cInRvcFwiXG4gICAgYWRkaXRpb25hbEJvZHlDbGFzcz1cImZkLXJhdGluZy1pbmRpY2F0b3JfX3BvcG92ZXJcIlxuPlxuICAgIDxkaXYgY2xhc3M9XCJmZC1yYXRpbmctaW5kaWNhdG9yX19zdW0tcm93XCIgW2NsYXNzXT1cInNpemVDbGFzc1wiICpuZ0Zvcj1cImxldCByYXRpbmcgb2YgX3JhdGluZ0l0ZW1zXCI+XG4gICAgICAgIDxkaXYgY2xhc3M9XCJmZC1yYXRpbmctaW5kaWNhdG9yX19jb250YWluZXJcIj5cbiAgICAgICAgICAgIDxuZy1jb250YWluZXIgKm5nRm9yPVwibGV0IHJhdGUgb2YgX3JhdGVzOyB0cmFja0J5OiB0cmFja0J5Rm5cIj5cbiAgICAgICAgICAgICAgICA8c3BhblxuICAgICAgICAgICAgICAgICAgICBbY2xhc3MuZmQtcmF0aW5nLWluZGljYXRvcl9faW5wdXQtY2hlY2tlZF09XCJyYXRlLnZhbHVlID09PSByYXRpbmcucmF0ZVwiXG4gICAgICAgICAgICAgICAgICAgIGNsYXNzPVwiZmQtcmF0aW5nLWluZGljYXRvcl9faW5wdXRcIlxuICAgICAgICAgICAgICAgID48L3NwYW4+XG4gICAgICAgICAgICAgICAgPGxhYmVsIGNsYXNzPVwiZmQtcmF0aW5nLWluZGljYXRvcl9fbGFiZWxcIj5cbiAgICAgICAgICAgICAgICAgICAgPGkgKm5nSWY9XCJyYXRlZEljb25cIiBjbGFzcz1cImZkLXJhdGluZy1pbmRpY2F0b3JfX2xhYmVsLXJhdGVkXCIgW2NsYXNzXT1cInVucmF0ZWRJY29uXCI+PC9pPlxuICAgICAgICAgICAgICAgICAgICA8aSAqbmdJZj1cInVucmF0ZWRJY29uXCIgY2xhc3M9XCJmZC1yYXRpbmctaW5kaWNhdG9yX19sYWJlbC11bnJhdGVkXCIgW2NsYXNzXT1cInJhdGVkSWNvblwiPjwvaT5cbiAgICAgICAgICAgICAgICA8L2xhYmVsPlxuICAgICAgICAgICAgPC9uZy1jb250YWluZXI+XG4gICAgICAgIDwvZGl2PlxuICAgICAgICAoe3sgcmF0aW5nLnZvdGVzIH19KVxuICAgIDwvZGl2PlxuPC9mZC1wb3BvdmVyPlxuXG48bmctdGVtcGxhdGUgI2R5bmFtaWNUZXh0PlxuICAgIDxzcGFuICpuZ0lmPVwidG90YWxSYXRpbmdzXCIgY2xhc3M9XCJmZC1yYXRpbmctaW5kaWNhdG9yX19keW5hbWljLXRleHRcIj4oe3sgdG90YWxSYXRpbmdzIH19KTwvc3Bhbj5cbiAgICA8c3BhbiAqbmdJZj1cIiF0b3RhbFJhdGluZ3NcIiBjbGFzcz1cImZkLXJhdGluZy1pbmRpY2F0b3JfX2R5bmFtaWMtdGV4dFwiXG4gICAgICAgID4oe3sgdmlld1ZhbHVlIH19IHt7IGR5bmFtaWNUZXh0SW5kaWNhdG9yIH19IHt7IGluZGljYXRvckNvdW50IH19KTwvc3BhblxuICAgID5cbjwvbmctdGVtcGxhdGU+XG48bmctdGVtcGxhdGUgI3plcm9SYXRlIGxldC1oYWx2ZXM9XCJoYWx2ZXNcIj5cbiAgICA8aW5wdXRcbiAgICAgICAgYXJpYS1sYWJlbD1cIlJlc2V0IHRvIHplcm9cIlxuICAgICAgICByb2xlPVwiYnV0dG9uXCJcbiAgICAgICAgdHlwZT1cInJhZGlvXCJcbiAgICAgICAgY2xhc3M9XCJmZC1yYXRpbmctaW5kaWNhdG9yX19pbnB1dCBmZC1yYXRpbmctaW5kaWNhdG9yX19pbnB1dC0temVyby1yYXRpbmdcIlxuICAgICAgICAoY2xpY2spPVwib25TZWxlY3QoMClcIlxuICAgICAgICBbZGlzYWJsZWRdPVwiZGlzYWJsZWRcIlxuICAgICAgICBuYW1lPVwicmF0aW5nLXt7IHZpZXdSYXRpbmdVSUQgfX17eyBoYWx2ZXMgPyAnLWhhbHZlcycgOiAnJyB9fVwiXG4gICAgICAgIFtjaGVja2VkXT1cInZpZXdWYWx1ZSA9PT0gMFwiXG4gICAgLz5cbiAgICA8bGFiZWwgY2xhc3M9XCJmZC1yYXRpbmctaW5kaWNhdG9yX19sYWJlbCBmZC1yYXRpbmctaW5kaWNhdG9yX19sYWJlbC0temVyby1yYXRpbmdcIiBhcmlhLWhpZGRlbj1cInRydWVcIj48L2xhYmVsPlxuPC9uZy10ZW1wbGF0ZT5cbiJdfQ==