@cloudscape-design/components 3.0.216 → 3.0.218

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 (351) hide show
  1. package/internal/environment.js +1 -1
  2. package/internal/manifest.json +1 -1
  3. package/package.json +1 -1
  4. package/popover/styles.css.js +50 -50
  5. package/popover/styles.scoped.css +64 -63
  6. package/popover/styles.selectors.js +50 -50
  7. package/test-utils/dom/alert/index.js +20 -40
  8. package/test-utils/dom/alert/index.js.map +1 -1
  9. package/test-utils/dom/annotation/index.js +24 -44
  10. package/test-utils/dom/annotation/index.js.map +1 -1
  11. package/test-utils/dom/app-layout/index.js +27 -47
  12. package/test-utils/dom/app-layout/index.js.map +1 -1
  13. package/test-utils/dom/area-chart/index.js +12 -32
  14. package/test-utils/dom/area-chart/index.js.map +1 -1
  15. package/test-utils/dom/attribute-editor/index.js +32 -57
  16. package/test-utils/dom/attribute-editor/index.js.map +1 -1
  17. package/test-utils/dom/autosuggest/index.js +76 -114
  18. package/test-utils/dom/autosuggest/index.js.map +1 -1
  19. package/test-utils/dom/badge/index.js +5 -25
  20. package/test-utils/dom/badge/index.js.map +1 -1
  21. package/test-utils/dom/bar-chart/index.js +5 -25
  22. package/test-utils/dom/bar-chart/index.js.map +1 -1
  23. package/test-utils/dom/box/index.js +5 -25
  24. package/test-utils/dom/box/index.js.map +1 -1
  25. package/test-utils/dom/breadcrumb-group/index.js +17 -37
  26. package/test-utils/dom/breadcrumb-group/index.js.map +1 -1
  27. package/test-utils/dom/button/index.js +16 -36
  28. package/test-utils/dom/button/index.js.map +1 -1
  29. package/test-utils/dom/button-dropdown/index.js +38 -59
  30. package/test-utils/dom/button-dropdown/index.js.map +1 -1
  31. package/test-utils/dom/calendar/index.js +20 -40
  32. package/test-utils/dom/calendar/index.js.map +1 -1
  33. package/test-utils/dom/cards/index.js +55 -83
  34. package/test-utils/dom/cards/index.js.map +1 -1
  35. package/test-utils/dom/checkbox/index.js +14 -34
  36. package/test-utils/dom/checkbox/index.js.map +1 -1
  37. package/test-utils/dom/code-editor/index.js +33 -53
  38. package/test-utils/dom/code-editor/index.js.map +1 -1
  39. package/test-utils/dom/collection-preferences/index.js +40 -65
  40. package/test-utils/dom/collection-preferences/index.js.map +1 -1
  41. package/test-utils/dom/collection-preferences/page-size-preference.js +12 -32
  42. package/test-utils/dom/collection-preferences/page-size-preference.js.map +1 -1
  43. package/test-utils/dom/collection-preferences/visible-content-preference.js +18 -38
  44. package/test-utils/dom/collection-preferences/visible-content-preference.js.map +1 -1
  45. package/test-utils/dom/column-layout/index.js +5 -25
  46. package/test-utils/dom/column-layout/index.js.map +1 -1
  47. package/test-utils/dom/container/index.js +11 -31
  48. package/test-utils/dom/container/index.js.map +1 -1
  49. package/test-utils/dom/content-layout/index.js +9 -29
  50. package/test-utils/dom/content-layout/index.js.map +1 -1
  51. package/test-utils/dom/date-input/index.js +5 -25
  52. package/test-utils/dom/date-input/index.js.map +1 -1
  53. package/test-utils/dom/date-picker/index.js +26 -47
  54. package/test-utils/dom/date-picker/index.js.map +1 -1
  55. package/test-utils/dom/date-range-picker/index.js +87 -119
  56. package/test-utils/dom/date-range-picker/index.js.map +1 -1
  57. package/test-utils/dom/expandable-section/index.js +15 -35
  58. package/test-utils/dom/expandable-section/index.js.map +1 -1
  59. package/test-utils/dom/flashbar/flash.js +18 -38
  60. package/test-utils/dom/flashbar/flash.js.map +1 -1
  61. package/test-utils/dom/flashbar/index.js +9 -29
  62. package/test-utils/dom/flashbar/index.js.map +1 -1
  63. package/test-utils/dom/form/index.js +15 -35
  64. package/test-utils/dom/form/index.js.map +1 -1
  65. package/test-utils/dom/form-field/index.js +21 -41
  66. package/test-utils/dom/form-field/index.js.map +1 -1
  67. package/test-utils/dom/grid/index.js +8 -28
  68. package/test-utils/dom/grid/index.js.map +1 -1
  69. package/test-utils/dom/header/index.js +15 -35
  70. package/test-utils/dom/header/index.js.map +1 -1
  71. package/test-utils/dom/help-panel/index.js +11 -31
  72. package/test-utils/dom/help-panel/index.js.map +1 -1
  73. package/test-utils/dom/hotspot/index.js +12 -32
  74. package/test-utils/dom/hotspot/index.js.map +1 -1
  75. package/test-utils/dom/icon/index.js +5 -25
  76. package/test-utils/dom/icon/index.js.map +1 -1
  77. package/test-utils/dom/index.js +133 -134
  78. package/test-utils/dom/index.js.map +1 -1
  79. package/test-utils/dom/input/base-input.js +35 -57
  80. package/test-utils/dom/input/base-input.js.map +1 -1
  81. package/test-utils/dom/input/index.js +7 -27
  82. package/test-utils/dom/input/index.js.map +1 -1
  83. package/test-utils/dom/internal/abstract-switch.js +12 -32
  84. package/test-utils/dom/internal/abstract-switch.js.map +1 -1
  85. package/test-utils/dom/internal/autosuggest-input.js +14 -34
  86. package/test-utils/dom/internal/autosuggest-input.js.map +1 -1
  87. package/test-utils/dom/internal/chart-filter.js +11 -31
  88. package/test-utils/dom/internal/chart-filter.js.map +1 -1
  89. package/test-utils/dom/internal/chart-legend.js +13 -33
  90. package/test-utils/dom/internal/chart-legend.js.map +1 -1
  91. package/test-utils/dom/internal/chart-popover.js +14 -34
  92. package/test-utils/dom/internal/chart-popover.js.map +1 -1
  93. package/test-utils/dom/internal/charts.js +20 -40
  94. package/test-utils/dom/internal/charts.js.map +1 -1
  95. package/test-utils/dom/internal/dropdown-host.js +89 -125
  96. package/test-utils/dom/internal/dropdown-host.js.map +1 -1
  97. package/test-utils/dom/internal/dropdown.js +7 -27
  98. package/test-utils/dom/internal/dropdown.js.map +1 -1
  99. package/test-utils/dom/internal/filtering-token.js +13 -33
  100. package/test-utils/dom/internal/filtering-token.js.map +1 -1
  101. package/test-utils/dom/internal/option.js +13 -33
  102. package/test-utils/dom/internal/option.js.map +1 -1
  103. package/test-utils/dom/internal/options-list.js +5 -25
  104. package/test-utils/dom/internal/options-list.js.map +1 -1
  105. package/test-utils/dom/line-chart/index.js +5 -25
  106. package/test-utils/dom/line-chart/index.js.map +1 -1
  107. package/test-utils/dom/link/index.js +5 -25
  108. package/test-utils/dom/link/index.js.map +1 -1
  109. package/test-utils/dom/mixed-line-bar-chart/index.js +29 -54
  110. package/test-utils/dom/mixed-line-bar-chart/index.js.map +1 -1
  111. package/test-utils/dom/modal/index.js +18 -38
  112. package/test-utils/dom/modal/index.js.map +1 -1
  113. package/test-utils/dom/multiselect/index.js +38 -61
  114. package/test-utils/dom/multiselect/index.js.map +1 -1
  115. package/test-utils/dom/pagination/index.js +19 -39
  116. package/test-utils/dom/pagination/index.js.map +1 -1
  117. package/test-utils/dom/pie-chart/index.js +22 -42
  118. package/test-utils/dom/pie-chart/index.js.map +1 -1
  119. package/test-utils/dom/popover/index.js +16 -39
  120. package/test-utils/dom/popover/index.js.map +1 -1
  121. package/test-utils/dom/progress-bar/index.js +13 -33
  122. package/test-utils/dom/progress-bar/index.js.map +1 -1
  123. package/test-utils/dom/property-filter/index.js +15 -35
  124. package/test-utils/dom/property-filter/index.js.map +1 -1
  125. package/test-utils/dom/radio-group/index.js +13 -33
  126. package/test-utils/dom/radio-group/index.js.map +1 -1
  127. package/test-utils/dom/radio-group/radio-button.js +12 -32
  128. package/test-utils/dom/radio-group/radio-button.js.map +1 -1
  129. package/test-utils/dom/s3-resource-selector/index.js +40 -70
  130. package/test-utils/dom/s3-resource-selector/index.js.map +1 -1
  131. package/test-utils/dom/segmented-control/index.js +9 -29
  132. package/test-utils/dom/segmented-control/index.js.map +1 -1
  133. package/test-utils/dom/select/index.js +28 -51
  134. package/test-utils/dom/select/index.js.map +1 -1
  135. package/test-utils/dom/side-navigation/index.js +41 -66
  136. package/test-utils/dom/side-navigation/index.js.map +1 -1
  137. package/test-utils/dom/space-between/index.js +5 -25
  138. package/test-utils/dom/space-between/index.js.map +1 -1
  139. package/test-utils/dom/spinner/index.js +5 -25
  140. package/test-utils/dom/spinner/index.js.map +1 -1
  141. package/test-utils/dom/split-panel/index.js +25 -45
  142. package/test-utils/dom/split-panel/index.js.map +1 -1
  143. package/test-utils/dom/status-indicator/index.js +5 -25
  144. package/test-utils/dom/status-indicator/index.js.map +1 -1
  145. package/test-utils/dom/table/index.js +76 -94
  146. package/test-utils/dom/table/index.js.map +1 -1
  147. package/test-utils/dom/tabs/index.js +19 -39
  148. package/test-utils/dom/tabs/index.js.map +1 -1
  149. package/test-utils/dom/tag-editor/index.js +19 -44
  150. package/test-utils/dom/tag-editor/index.js.map +1 -1
  151. package/test-utils/dom/text-content/index.js +5 -25
  152. package/test-utils/dom/text-content/index.js.map +1 -1
  153. package/test-utils/dom/text-filter/index.js +10 -30
  154. package/test-utils/dom/text-filter/index.js.map +1 -1
  155. package/test-utils/dom/textarea/index.js +16 -36
  156. package/test-utils/dom/textarea/index.js.map +1 -1
  157. package/test-utils/dom/tiles/index.js +17 -37
  158. package/test-utils/dom/tiles/index.js.map +1 -1
  159. package/test-utils/dom/tiles/tile.js +16 -36
  160. package/test-utils/dom/tiles/tile.js.map +1 -1
  161. package/test-utils/dom/time-input/index.js +5 -25
  162. package/test-utils/dom/time-input/index.js.map +1 -1
  163. package/test-utils/dom/toggle/index.js +14 -34
  164. package/test-utils/dom/toggle/index.js.map +1 -1
  165. package/test-utils/dom/token-group/index.js +14 -34
  166. package/test-utils/dom/token-group/index.js.map +1 -1
  167. package/test-utils/dom/token-group/token.js +12 -32
  168. package/test-utils/dom/token-group/token.js.map +1 -1
  169. package/test-utils/dom/top-navigation/1.0-beta/index.js +56 -91
  170. package/test-utils/dom/top-navigation/1.0-beta/index.js.map +1 -1
  171. package/test-utils/dom/top-navigation/index.js +73 -108
  172. package/test-utils/dom/top-navigation/index.js.map +1 -1
  173. package/test-utils/dom/tutorial-panel/index.js +38 -63
  174. package/test-utils/dom/tutorial-panel/index.js.map +1 -1
  175. package/test-utils/dom/tutorial-panel/tutorial.js +29 -49
  176. package/test-utils/dom/tutorial-panel/tutorial.js.map +1 -1
  177. package/test-utils/dom/wizard/index.js +33 -53
  178. package/test-utils/dom/wizard/index.js.map +1 -1
  179. package/test-utils/selectors/alert/index.js +20 -40
  180. package/test-utils/selectors/alert/index.js.map +1 -1
  181. package/test-utils/selectors/annotation/index.js +24 -44
  182. package/test-utils/selectors/annotation/index.js.map +1 -1
  183. package/test-utils/selectors/app-layout/index.js +27 -47
  184. package/test-utils/selectors/app-layout/index.js.map +1 -1
  185. package/test-utils/selectors/area-chart/index.js +12 -32
  186. package/test-utils/selectors/area-chart/index.js.map +1 -1
  187. package/test-utils/selectors/attribute-editor/index.js +32 -57
  188. package/test-utils/selectors/attribute-editor/index.js.map +1 -1
  189. package/test-utils/selectors/autosuggest/index.js +69 -103
  190. package/test-utils/selectors/autosuggest/index.js.map +1 -1
  191. package/test-utils/selectors/badge/index.js +5 -25
  192. package/test-utils/selectors/badge/index.js.map +1 -1
  193. package/test-utils/selectors/bar-chart/index.js +5 -25
  194. package/test-utils/selectors/bar-chart/index.js.map +1 -1
  195. package/test-utils/selectors/box/index.js +5 -25
  196. package/test-utils/selectors/box/index.js.map +1 -1
  197. package/test-utils/selectors/breadcrumb-group/index.js +17 -37
  198. package/test-utils/selectors/breadcrumb-group/index.js.map +1 -1
  199. package/test-utils/selectors/button/index.js +11 -31
  200. package/test-utils/selectors/button/index.js.map +1 -1
  201. package/test-utils/selectors/button-dropdown/index.js +30 -50
  202. package/test-utils/selectors/button-dropdown/index.js.map +1 -1
  203. package/test-utils/selectors/calendar/index.js +20 -40
  204. package/test-utils/selectors/calendar/index.js.map +1 -1
  205. package/test-utils/selectors/cards/index.js +55 -83
  206. package/test-utils/selectors/cards/index.js.map +1 -1
  207. package/test-utils/selectors/checkbox/index.js +14 -34
  208. package/test-utils/selectors/checkbox/index.js.map +1 -1
  209. package/test-utils/selectors/code-editor/index.js +25 -45
  210. package/test-utils/selectors/code-editor/index.js.map +1 -1
  211. package/test-utils/selectors/collection-preferences/index.js +40 -65
  212. package/test-utils/selectors/collection-preferences/index.js.map +1 -1
  213. package/test-utils/selectors/collection-preferences/page-size-preference.js +12 -32
  214. package/test-utils/selectors/collection-preferences/page-size-preference.js.map +1 -1
  215. package/test-utils/selectors/collection-preferences/visible-content-preference.js +18 -38
  216. package/test-utils/selectors/collection-preferences/visible-content-preference.js.map +1 -1
  217. package/test-utils/selectors/column-layout/index.js +5 -25
  218. package/test-utils/selectors/column-layout/index.js.map +1 -1
  219. package/test-utils/selectors/container/index.js +11 -31
  220. package/test-utils/selectors/container/index.js.map +1 -1
  221. package/test-utils/selectors/content-layout/index.js +9 -29
  222. package/test-utils/selectors/content-layout/index.js.map +1 -1
  223. package/test-utils/selectors/date-input/index.js +5 -25
  224. package/test-utils/selectors/date-input/index.js.map +1 -1
  225. package/test-utils/selectors/date-picker/index.js +22 -43
  226. package/test-utils/selectors/date-picker/index.js.map +1 -1
  227. package/test-utils/selectors/date-range-picker/index.js +81 -112
  228. package/test-utils/selectors/date-range-picker/index.js.map +1 -1
  229. package/test-utils/selectors/expandable-section/index.js +15 -35
  230. package/test-utils/selectors/expandable-section/index.js.map +1 -1
  231. package/test-utils/selectors/flashbar/flash.js +18 -38
  232. package/test-utils/selectors/flashbar/flash.js.map +1 -1
  233. package/test-utils/selectors/flashbar/index.js +9 -29
  234. package/test-utils/selectors/flashbar/index.js.map +1 -1
  235. package/test-utils/selectors/form/index.js +15 -35
  236. package/test-utils/selectors/form/index.js.map +1 -1
  237. package/test-utils/selectors/form-field/index.js +21 -41
  238. package/test-utils/selectors/form-field/index.js.map +1 -1
  239. package/test-utils/selectors/grid/index.js +8 -28
  240. package/test-utils/selectors/grid/index.js.map +1 -1
  241. package/test-utils/selectors/header/index.js +15 -35
  242. package/test-utils/selectors/header/index.js.map +1 -1
  243. package/test-utils/selectors/help-panel/index.js +11 -31
  244. package/test-utils/selectors/help-panel/index.js.map +1 -1
  245. package/test-utils/selectors/hotspot/index.js +12 -32
  246. package/test-utils/selectors/hotspot/index.js.map +1 -1
  247. package/test-utils/selectors/icon/index.js +5 -25
  248. package/test-utils/selectors/icon/index.js.map +1 -1
  249. package/test-utils/selectors/index.js +133 -134
  250. package/test-utils/selectors/index.js.map +1 -1
  251. package/test-utils/selectors/input/base-input.js +7 -27
  252. package/test-utils/selectors/input/base-input.js.map +1 -1
  253. package/test-utils/selectors/input/index.js +7 -27
  254. package/test-utils/selectors/input/index.js.map +1 -1
  255. package/test-utils/selectors/internal/abstract-switch.js +12 -32
  256. package/test-utils/selectors/internal/abstract-switch.js.map +1 -1
  257. package/test-utils/selectors/internal/autosuggest-input.js +14 -34
  258. package/test-utils/selectors/internal/autosuggest-input.js.map +1 -1
  259. package/test-utils/selectors/internal/chart-filter.js +11 -31
  260. package/test-utils/selectors/internal/chart-filter.js.map +1 -1
  261. package/test-utils/selectors/internal/chart-legend.js +13 -33
  262. package/test-utils/selectors/internal/chart-legend.js.map +1 -1
  263. package/test-utils/selectors/internal/chart-popover.js +14 -34
  264. package/test-utils/selectors/internal/chart-popover.js.map +1 -1
  265. package/test-utils/selectors/internal/charts.js +20 -40
  266. package/test-utils/selectors/internal/charts.js.map +1 -1
  267. package/test-utils/selectors/internal/dropdown-host.js +59 -91
  268. package/test-utils/selectors/internal/dropdown-host.js.map +1 -1
  269. package/test-utils/selectors/internal/dropdown.js +7 -27
  270. package/test-utils/selectors/internal/dropdown.js.map +1 -1
  271. package/test-utils/selectors/internal/filtering-token.js +13 -33
  272. package/test-utils/selectors/internal/filtering-token.js.map +1 -1
  273. package/test-utils/selectors/internal/option.js +13 -33
  274. package/test-utils/selectors/internal/option.js.map +1 -1
  275. package/test-utils/selectors/internal/options-list.js +5 -25
  276. package/test-utils/selectors/internal/options-list.js.map +1 -1
  277. package/test-utils/selectors/line-chart/index.js +5 -25
  278. package/test-utils/selectors/line-chart/index.js.map +1 -1
  279. package/test-utils/selectors/link/index.js +5 -25
  280. package/test-utils/selectors/link/index.js.map +1 -1
  281. package/test-utils/selectors/mixed-line-bar-chart/index.js +29 -54
  282. package/test-utils/selectors/mixed-line-bar-chart/index.js.map +1 -1
  283. package/test-utils/selectors/modal/index.js +13 -33
  284. package/test-utils/selectors/modal/index.js.map +1 -1
  285. package/test-utils/selectors/multiselect/index.js +38 -61
  286. package/test-utils/selectors/multiselect/index.js.map +1 -1
  287. package/test-utils/selectors/pagination/index.js +19 -39
  288. package/test-utils/selectors/pagination/index.js.map +1 -1
  289. package/test-utils/selectors/pie-chart/index.js +22 -42
  290. package/test-utils/selectors/pie-chart/index.js.map +1 -1
  291. package/test-utils/selectors/popover/index.js +22 -45
  292. package/test-utils/selectors/popover/index.js.map +1 -1
  293. package/test-utils/selectors/progress-bar/index.js +13 -33
  294. package/test-utils/selectors/progress-bar/index.js.map +1 -1
  295. package/test-utils/selectors/property-filter/index.js +15 -35
  296. package/test-utils/selectors/property-filter/index.js.map +1 -1
  297. package/test-utils/selectors/radio-group/index.js +13 -33
  298. package/test-utils/selectors/radio-group/index.js.map +1 -1
  299. package/test-utils/selectors/radio-group/radio-button.js +12 -32
  300. package/test-utils/selectors/radio-group/radio-button.js.map +1 -1
  301. package/test-utils/selectors/s3-resource-selector/index.js +40 -70
  302. package/test-utils/selectors/s3-resource-selector/index.js.map +1 -1
  303. package/test-utils/selectors/segmented-control/index.js +9 -29
  304. package/test-utils/selectors/segmented-control/index.js.map +1 -1
  305. package/test-utils/selectors/select/index.js +28 -51
  306. package/test-utils/selectors/select/index.js.map +1 -1
  307. package/test-utils/selectors/side-navigation/index.js +41 -66
  308. package/test-utils/selectors/side-navigation/index.js.map +1 -1
  309. package/test-utils/selectors/space-between/index.js +5 -25
  310. package/test-utils/selectors/space-between/index.js.map +1 -1
  311. package/test-utils/selectors/spinner/index.js +5 -25
  312. package/test-utils/selectors/spinner/index.js.map +1 -1
  313. package/test-utils/selectors/split-panel/index.js +25 -45
  314. package/test-utils/selectors/split-panel/index.js.map +1 -1
  315. package/test-utils/selectors/status-indicator/index.js +5 -25
  316. package/test-utils/selectors/status-indicator/index.js.map +1 -1
  317. package/test-utils/selectors/table/index.js +76 -94
  318. package/test-utils/selectors/table/index.js.map +1 -1
  319. package/test-utils/selectors/tabs/index.js +19 -39
  320. package/test-utils/selectors/tabs/index.js.map +1 -1
  321. package/test-utils/selectors/tag-editor/index.js +19 -44
  322. package/test-utils/selectors/tag-editor/index.js.map +1 -1
  323. package/test-utils/selectors/text-content/index.js +5 -25
  324. package/test-utils/selectors/text-content/index.js.map +1 -1
  325. package/test-utils/selectors/text-filter/index.js +10 -30
  326. package/test-utils/selectors/text-filter/index.js.map +1 -1
  327. package/test-utils/selectors/textarea/index.js +7 -27
  328. package/test-utils/selectors/textarea/index.js.map +1 -1
  329. package/test-utils/selectors/tiles/index.js +17 -37
  330. package/test-utils/selectors/tiles/index.js.map +1 -1
  331. package/test-utils/selectors/tiles/tile.js +16 -36
  332. package/test-utils/selectors/tiles/tile.js.map +1 -1
  333. package/test-utils/selectors/time-input/index.js +5 -25
  334. package/test-utils/selectors/time-input/index.js.map +1 -1
  335. package/test-utils/selectors/toggle/index.js +14 -34
  336. package/test-utils/selectors/toggle/index.js.map +1 -1
  337. package/test-utils/selectors/token-group/index.js +14 -34
  338. package/test-utils/selectors/token-group/index.js.map +1 -1
  339. package/test-utils/selectors/token-group/token.js +12 -32
  340. package/test-utils/selectors/token-group/token.js.map +1 -1
  341. package/test-utils/selectors/top-navigation/1.0-beta/index.js +56 -91
  342. package/test-utils/selectors/top-navigation/1.0-beta/index.js.map +1 -1
  343. package/test-utils/selectors/top-navigation/index.js +73 -108
  344. package/test-utils/selectors/top-navigation/index.js.map +1 -1
  345. package/test-utils/selectors/tutorial-panel/index.js +38 -63
  346. package/test-utils/selectors/tutorial-panel/index.js.map +1 -1
  347. package/test-utils/selectors/tutorial-panel/tutorial.js +29 -49
  348. package/test-utils/selectors/tutorial-panel/tutorial.js.map +1 -1
  349. package/test-utils/selectors/wizard/index.js +33 -53
  350. package/test-utils/selectors/wizard/index.js.map +1 -1
  351. package/test-utils/tsconfig.tsbuildinfo +1 -1
@@ -1,44 +1,24 @@
1
1
  "use strict";
2
- var __extends = (this && this.__extends) || (function () {
3
- var extendStatics = function (d, b) {
4
- extendStatics = Object.setPrototypeOf ||
5
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
6
- function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
7
- return extendStatics(d, b);
8
- };
9
- return function (d, b) {
10
- if (typeof b !== "function" && b !== null)
11
- throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
12
- extendStatics(d, b);
13
- function __() { this.constructor = d; }
14
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
15
- };
16
- })();
17
2
  Object.defineProperty(exports, "__esModule", { value: true });
18
3
  // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
19
4
  // SPDX-License-Identifier: Apache-2.0
20
- var dom_1 = require("@cloudscape-design/test-utils-core/dom");
21
- var utils_1 = require("@cloudscape-design/test-utils-core/utils");
22
- var tile_1 = require("./tile");
23
- var styles_selectors_js_1 = require("../../../tiles/styles.selectors.js");
24
- var TilesWrapper = /** @class */ (function (_super) {
25
- __extends(TilesWrapper, _super);
26
- function TilesWrapper() {
27
- return _super !== null && _super.apply(this, arguments) || this;
5
+ const dom_1 = require("@cloudscape-design/test-utils-core/dom");
6
+ const utils_1 = require("@cloudscape-design/test-utils-core/utils");
7
+ const tile_1 = require("./tile");
8
+ const styles_selectors_js_1 = require("../../../tiles/styles.selectors.js");
9
+ class TilesWrapper extends dom_1.ComponentWrapper {
10
+ findItems() {
11
+ return this.findAllByClassName(styles_selectors_js_1.default['tile-container']).map(r => new tile_1.default(r.getElement()));
28
12
  }
29
- TilesWrapper.prototype.findItems = function () {
30
- return this.findAllByClassName(styles_selectors_js_1.default['tile-container']).map(function (r) { return new tile_1.default(r.getElement()); });
31
- };
32
- TilesWrapper.prototype.findInputByValue = function (value) {
33
- var safeValue = (0, utils_1.escapeSelector)(value);
34
- return this.find("input[value=\"".concat(safeValue, "\"]"));
35
- };
36
- TilesWrapper.prototype.findItemByValue = function (value) {
37
- var toReplace = (0, utils_1.escapeSelector)(value);
38
- return this.findComponent(".".concat(tile_1.default.rootSelector, "[data-value=\"").concat(toReplace, "\"]"), tile_1.default);
39
- };
40
- TilesWrapper.rootSelector = styles_selectors_js_1.default.root;
41
- return TilesWrapper;
42
- }(dom_1.ComponentWrapper));
13
+ findInputByValue(value) {
14
+ const safeValue = (0, utils_1.escapeSelector)(value);
15
+ return this.find(`input[value="${safeValue}"]`);
16
+ }
17
+ findItemByValue(value) {
18
+ const toReplace = (0, utils_1.escapeSelector)(value);
19
+ return this.findComponent(`.${tile_1.default.rootSelector}[data-value="${toReplace}"]`, tile_1.default);
20
+ }
21
+ }
43
22
  exports.default = TilesWrapper;
23
+ TilesWrapper.rootSelector = styles_selectors_js_1.default.root;
44
24
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/test-utils/dom/tiles/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,qEAAqE;AACrE,sCAAsC;AACtC,8DAA0F;AAC1F,kEAA0E;AAC1E,+BAAiC;AACjC,0EAAwD;AAExD;IAA0C,gCAAgB;IAA1D;;IAgBA,CAAC;IAbC,gCAAS,GAAT;QACE,OAAO,IAAI,CAAC,kBAAkB,CAAC,6BAAM,CAAC,gBAAgB,CAAC,CAAC,CAAC,GAAG,CAAC,UAAA,CAAC,IAAI,OAAA,IAAI,cAAW,CAAC,CAAC,CAAC,UAAU,EAAE,CAAC,EAA/B,CAA+B,CAAC,CAAC;IACrG,CAAC;IAED,uCAAgB,GAAhB,UAAiB,KAAa;QAC5B,IAAM,SAAS,GAAG,IAAA,sBAAc,EAAC,KAAK,CAAC,CAAC;QACxC,OAAO,IAAI,CAAC,IAAI,CAAC,wBAAgB,SAAS,QAAI,CAAC,CAAC;IAClD,CAAC;IAED,sCAAe,GAAf,UAAgB,KAAa;QAC3B,IAAM,SAAS,GAAG,IAAA,sBAAc,EAAC,KAAK,CAAC,CAAC;QACxC,OAAO,IAAI,CAAC,aAAa,CAAC,WAAI,cAAW,CAAC,YAAY,2BAAgB,SAAS,QAAI,EAAE,cAAW,CAAC,CAAC;IACpG,CAAC;IAdM,yBAAY,GAAW,6BAAM,CAAC,IAAI,CAAC;IAe5C,mBAAC;CAAA,AAhBD,CAA0C,sBAAgB,GAgBzD;kBAhBoB,YAAY"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/test-utils/dom/tiles/index.ts"],"names":[],"mappings":";;AAAA,qEAAqE;AACrE,sCAAsC;AACtC,gEAA0F;AAC1F,oEAA0E;AAC1E,iCAAiC;AACjC,4EAAwD;AAExD,MAAqB,YAAa,SAAQ,sBAAgB;IAGxD,SAAS;QACP,OAAO,IAAI,CAAC,kBAAkB,CAAC,6BAAM,CAAC,gBAAgB,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,CAAC,IAAI,cAAW,CAAC,CAAC,CAAC,UAAU,EAAE,CAAC,CAAC,CAAC;IACrG,CAAC;IAED,gBAAgB,CAAC,KAAa;QAC5B,MAAM,SAAS,GAAG,IAAA,sBAAc,EAAC,KAAK,CAAC,CAAC;QACxC,OAAO,IAAI,CAAC,IAAI,CAAC,gBAAgB,SAAS,IAAI,CAAC,CAAC;IAClD,CAAC;IAED,eAAe,CAAC,KAAa;QAC3B,MAAM,SAAS,GAAG,IAAA,sBAAc,EAAC,KAAK,CAAC,CAAC;QACxC,OAAO,IAAI,CAAC,aAAa,CAAC,IAAI,cAAW,CAAC,YAAY,gBAAgB,SAAS,IAAI,EAAE,cAAW,CAAC,CAAC;IACpG,CAAC;;AAfH,+BAgBC;AAfQ,yBAAY,GAAW,6BAAM,CAAC,IAAI,CAAC"}
@@ -1,47 +1,27 @@
1
1
  "use strict";
2
- var __extends = (this && this.__extends) || (function () {
3
- var extendStatics = function (d, b) {
4
- extendStatics = Object.setPrototypeOf ||
5
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
6
- function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
7
- return extendStatics(d, b);
8
- };
9
- return function (d, b) {
10
- if (typeof b !== "function" && b !== null)
11
- throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
12
- extendStatics(d, b);
13
- function __() { this.constructor = d; }
14
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
15
- };
16
- })();
17
2
  Object.defineProperty(exports, "__esModule", { value: true });
18
3
  // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
19
4
  // SPDX-License-Identifier: Apache-2.0
20
- var dom_1 = require("@cloudscape-design/test-utils-core/dom");
21
- var radio_button_1 = require("../radio-group/radio-button");
22
- var styles_selectors_js_1 = require("../../../tiles/styles.selectors.js");
23
- var TileWrapper = /** @class */ (function (_super) {
24
- __extends(TileWrapper, _super);
25
- function TileWrapper() {
26
- return _super !== null && _super.apply(this, arguments) || this;
27
- }
28
- TileWrapper.prototype.findRadioButton = function () {
5
+ const dom_1 = require("@cloudscape-design/test-utils-core/dom");
6
+ const radio_button_1 = require("../radio-group/radio-button");
7
+ const styles_selectors_js_1 = require("../../../tiles/styles.selectors.js");
8
+ class TileWrapper extends dom_1.ElementWrapper {
9
+ findRadioButton() {
29
10
  return new radio_button_1.default(this.getElement());
30
- };
31
- TileWrapper.prototype.findLabel = function () {
11
+ }
12
+ findLabel() {
32
13
  return this.findRadioButton().findLabel();
33
- };
34
- TileWrapper.prototype.findDescription = function () {
14
+ }
15
+ findDescription() {
35
16
  return this.findRadioButton().findDescription();
36
- };
37
- TileWrapper.prototype.findImage = function () {
17
+ }
18
+ findImage() {
38
19
  return this.findByClassName(styles_selectors_js_1.default.image);
39
- };
40
- TileWrapper.prototype.findNativeInput = function () {
20
+ }
21
+ findNativeInput() {
41
22
  return this.findRadioButton().findNativeInput();
42
- };
43
- TileWrapper.rootSelector = styles_selectors_js_1.default['tile-container'];
44
- return TileWrapper;
45
- }(dom_1.ElementWrapper));
23
+ }
24
+ }
46
25
  exports.default = TileWrapper;
26
+ TileWrapper.rootSelector = styles_selectors_js_1.default['tile-container'];
47
27
  //# sourceMappingURL=tile.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"tile.js","sourceRoot":"","sources":["../../../../../src/test-utils/dom/tiles/tile.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,qEAAqE;AACrE,sCAAsC;AACtC,8DAAwE;AACxE,4DAA6D;AAC7D,0EAAwD;AAExD;IAAyC,+BAAc;IAAvD;;IAsBA,CAAC;IAnBS,qCAAe,GAAvB;QACE,OAAO,IAAI,sBAAkB,CAAC,IAAI,CAAC,UAAU,EAAE,CAAC,CAAC;IACnD,CAAC;IAED,+BAAS,GAAT;QACE,OAAO,IAAI,CAAC,eAAe,EAAE,CAAC,SAAS,EAAE,CAAC;IAC5C,CAAC;IAED,qCAAe,GAAf;QACE,OAAO,IAAI,CAAC,eAAe,EAAE,CAAC,eAAe,EAAE,CAAC;IAClD,CAAC;IAED,+BAAS,GAAT;QACE,OAAO,IAAI,CAAC,eAAe,CAAC,6BAAM,CAAC,KAAK,CAAE,CAAC;IAC7C,CAAC;IAED,qCAAe,GAAf;QACE,OAAO,IAAI,CAAC,eAAe,EAAE,CAAC,eAAe,EAAE,CAAC;IAClD,CAAC;IApBM,wBAAY,GAAW,6BAAM,CAAC,gBAAgB,CAAC,CAAC;IAqBzD,kBAAC;CAAA,AAtBD,CAAyC,oBAAc,GAsBtD;kBAtBoB,WAAW"}
1
+ {"version":3,"file":"tile.js","sourceRoot":"","sources":["../../../../../src/test-utils/dom/tiles/tile.ts"],"names":[],"mappings":";;AAAA,qEAAqE;AACrE,sCAAsC;AACtC,gEAAwE;AACxE,8DAA6D;AAC7D,4EAAwD;AAExD,MAAqB,WAAY,SAAQ,oBAAc;IAG7C,eAAe;QACrB,OAAO,IAAI,sBAAkB,CAAC,IAAI,CAAC,UAAU,EAAE,CAAC,CAAC;IACnD,CAAC;IAED,SAAS;QACP,OAAO,IAAI,CAAC,eAAe,EAAE,CAAC,SAAS,EAAE,CAAC;IAC5C,CAAC;IAED,eAAe;QACb,OAAO,IAAI,CAAC,eAAe,EAAE,CAAC,eAAe,EAAE,CAAC;IAClD,CAAC;IAED,SAAS;QACP,OAAO,IAAI,CAAC,eAAe,CAAC,6BAAM,CAAC,KAAK,CAAE,CAAC;IAC7C,CAAC;IAED,eAAe;QACb,OAAO,IAAI,CAAC,eAAe,EAAE,CAAC,eAAe,EAAE,CAAC;IAClD,CAAC;;AArBH,8BAsBC;AArBQ,wBAAY,GAAW,6BAAM,CAAC,gBAAgB,CAAC,CAAC"}
@@ -1,31 +1,11 @@
1
1
  "use strict";
2
- var __extends = (this && this.__extends) || (function () {
3
- var extendStatics = function (d, b) {
4
- extendStatics = Object.setPrototypeOf ||
5
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
6
- function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
7
- return extendStatics(d, b);
8
- };
9
- return function (d, b) {
10
- if (typeof b !== "function" && b !== null)
11
- throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
12
- extendStatics(d, b);
13
- function __() { this.constructor = d; }
14
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
15
- };
16
- })();
17
2
  Object.defineProperty(exports, "__esModule", { value: true });
18
3
  // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
19
4
  // SPDX-License-Identifier: Apache-2.0
20
- var base_input_1 = require("../input/base-input");
21
- var styles_selectors_js_1 = require("../../../time-input/styles.selectors.js");
22
- var TimeInputWrapper = /** @class */ (function (_super) {
23
- __extends(TimeInputWrapper, _super);
24
- function TimeInputWrapper() {
25
- return _super !== null && _super.apply(this, arguments) || this;
26
- }
27
- TimeInputWrapper.rootSelector = styles_selectors_js_1.default.root;
28
- return TimeInputWrapper;
29
- }(base_input_1.default));
5
+ const base_input_1 = require("../input/base-input");
6
+ const styles_selectors_js_1 = require("../../../time-input/styles.selectors.js");
7
+ class TimeInputWrapper extends base_input_1.default {
8
+ }
30
9
  exports.default = TimeInputWrapper;
10
+ TimeInputWrapper.rootSelector = styles_selectors_js_1.default.root;
31
11
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/test-utils/dom/time-input/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,qEAAqE;AACrE,sCAAsC;AACtC,kDAAmD;AACnD,+EAAgE;AAEhE;IAA8C,oCAAgB;IAA9D;;IAEA,CAAC;IADQ,6BAAY,GAAW,6BAAS,CAAC,IAAI,CAAC;IAC/C,uBAAC;CAAA,AAFD,CAA8C,oBAAgB,GAE7D;kBAFoB,gBAAgB"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/test-utils/dom/time-input/index.ts"],"names":[],"mappings":";;AAAA,qEAAqE;AACrE,sCAAsC;AACtC,oDAAmD;AACnD,iFAAgE;AAEhE,MAAqB,gBAAiB,SAAQ,oBAAgB;;AAA9D,mCAEC;AADQ,6BAAY,GAAW,6BAAS,CAAC,IAAI,CAAC"}
@@ -1,44 +1,24 @@
1
1
  "use strict";
2
- var __extends = (this && this.__extends) || (function () {
3
- var extendStatics = function (d, b) {
4
- extendStatics = Object.setPrototypeOf ||
5
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
6
- function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
7
- return extendStatics(d, b);
8
- };
9
- return function (d, b) {
10
- if (typeof b !== "function" && b !== null)
11
- throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
12
- extendStatics(d, b);
13
- function __() { this.constructor = d; }
14
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
15
- };
16
- })();
17
2
  Object.defineProperty(exports, "__esModule", { value: true });
18
3
  // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
19
4
  // SPDX-License-Identifier: Apache-2.0
20
- var dom_1 = require("@cloudscape-design/test-utils-core/dom");
21
- var styles_selectors_js_1 = require("../../../toggle/styles.selectors.js");
22
- var abstract_switch_1 = require("../internal/abstract-switch");
23
- var ToggleWrapper = /** @class */ (function (_super) {
24
- __extends(ToggleWrapper, _super);
25
- function ToggleWrapper() {
26
- return _super !== null && _super.apply(this, arguments) || this;
27
- }
28
- ToggleWrapper.prototype.findAbstractSwitch = function () {
5
+ const dom_1 = require("@cloudscape-design/test-utils-core/dom");
6
+ const styles_selectors_js_1 = require("../../../toggle/styles.selectors.js");
7
+ const abstract_switch_1 = require("../internal/abstract-switch");
8
+ class ToggleWrapper extends dom_1.ComponentWrapper {
9
+ findAbstractSwitch() {
29
10
  return new abstract_switch_1.default(this.getElement());
30
- };
31
- ToggleWrapper.prototype.findLabel = function () {
11
+ }
12
+ findLabel() {
32
13
  return this.findAbstractSwitch().findLabel();
33
- };
34
- ToggleWrapper.prototype.findNativeInput = function () {
14
+ }
15
+ findNativeInput() {
35
16
  return this.findAbstractSwitch().findNativeInput();
36
- };
37
- ToggleWrapper.prototype.findDescription = function () {
17
+ }
18
+ findDescription() {
38
19
  return this.findAbstractSwitch().findDescription();
39
- };
40
- ToggleWrapper.rootSelector = styles_selectors_js_1.default.root;
41
- return ToggleWrapper;
42
- }(dom_1.ComponentWrapper));
20
+ }
21
+ }
43
22
  exports.default = ToggleWrapper;
23
+ ToggleWrapper.rootSelector = styles_selectors_js_1.default.root;
44
24
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/test-utils/dom/toggle/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,qEAAqE;AACrE,sCAAsC;AACtC,8DAA0F;AAC1F,2EAAyD;AACzD,+DAAgE;AAEhE;IAA2C,iCAAgB;IAA3D;;IAkBA,CAAC;IAfS,0CAAkB,GAA1B;QACE,OAAO,IAAI,yBAAqB,CAAC,IAAI,CAAC,UAAU,EAAE,CAAC,CAAC;IACtD,CAAC;IAED,iCAAS,GAAT;QACE,OAAO,IAAI,CAAC,kBAAkB,EAAE,CAAC,SAAS,EAAE,CAAC;IAC/C,CAAC;IAED,uCAAe,GAAf;QACE,OAAO,IAAI,CAAC,kBAAkB,EAAE,CAAC,eAAe,EAAE,CAAC;IACrD,CAAC;IAED,uCAAe,GAAf;QACE,OAAO,IAAI,CAAC,kBAAkB,EAAE,CAAC,eAAe,EAAE,CAAC;IACrD,CAAC;IAhBM,0BAAY,GAAG,6BAAM,CAAC,IAAI,CAAC;IAiBpC,oBAAC;CAAA,AAlBD,CAA2C,sBAAgB,GAkB1D;kBAlBoB,aAAa"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/test-utils/dom/toggle/index.ts"],"names":[],"mappings":";;AAAA,qEAAqE;AACrE,sCAAsC;AACtC,gEAA0F;AAC1F,6EAAyD;AACzD,iEAAgE;AAEhE,MAAqB,aAAc,SAAQ,sBAAgB;IAGjD,kBAAkB;QACxB,OAAO,IAAI,yBAAqB,CAAC,IAAI,CAAC,UAAU,EAAE,CAAC,CAAC;IACtD,CAAC;IAED,SAAS;QACP,OAAO,IAAI,CAAC,kBAAkB,EAAE,CAAC,SAAS,EAAE,CAAC;IAC/C,CAAC;IAED,eAAe;QACb,OAAO,IAAI,CAAC,kBAAkB,EAAE,CAAC,eAAe,EAAE,CAAC;IACrD,CAAC;IAED,eAAe;QACb,OAAO,IAAI,CAAC,kBAAkB,EAAE,CAAC,eAAe,EAAE,CAAC;IACrD,CAAC;;AAjBH,gCAkBC;AAjBQ,0BAAY,GAAG,6BAAM,CAAC,IAAI,CAAC"}
@@ -1,50 +1,30 @@
1
1
  "use strict";
2
- var __extends = (this && this.__extends) || (function () {
3
- var extendStatics = function (d, b) {
4
- extendStatics = Object.setPrototypeOf ||
5
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
6
- function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
7
- return extendStatics(d, b);
8
- };
9
- return function (d, b) {
10
- if (typeof b !== "function" && b !== null)
11
- throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
12
- extendStatics(d, b);
13
- function __() { this.constructor = d; }
14
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
15
- };
16
- })();
17
2
  Object.defineProperty(exports, "__esModule", { value: true });
18
3
  // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
19
4
  // SPDX-License-Identifier: Apache-2.0
20
- var dom_1 = require("@cloudscape-design/test-utils-core/dom");
21
- var styles_selectors_js_1 = require("../../../token-group/styles.selectors.js");
22
- var styles_selectors_js_2 = require("../../../space-between/styles.selectors.js");
23
- var token_1 = require("./token");
24
- var TokenGroupWrapper = /** @class */ (function (_super) {
25
- __extends(TokenGroupWrapper, _super);
26
- function TokenGroupWrapper() {
27
- return _super !== null && _super.apply(this, arguments) || this;
5
+ const dom_1 = require("@cloudscape-design/test-utils-core/dom");
6
+ const styles_selectors_js_1 = require("../../../token-group/styles.selectors.js");
7
+ const styles_selectors_js_2 = require("../../../space-between/styles.selectors.js");
8
+ const token_1 = require("./token");
9
+ class TokenGroupWrapper extends dom_1.ComponentWrapper {
10
+ findTokens() {
11
+ return this.findAllByClassName(token_1.default.rootSelector).map(tokenElement => new token_1.default(tokenElement.getElement()));
28
12
  }
29
- TokenGroupWrapper.prototype.findTokens = function () {
30
- return this.findAllByClassName(token_1.default.rootSelector).map(function (tokenElement) { return new token_1.default(tokenElement.getElement()); });
31
- };
32
13
  /**
33
14
  * Returns a token from the group for a given index.
34
15
  *
35
16
  * @param tokenIndex 1-based index of the token to return.
36
17
  */
37
- TokenGroupWrapper.prototype.findToken = function (tokenIndex) {
38
- return this.findComponent(".".concat(styles_selectors_js_2.default.child, ":nth-child(").concat(tokenIndex, ") > .").concat(token_1.default.rootSelector), token_1.default);
39
- };
18
+ findToken(tokenIndex) {
19
+ return this.findComponent(`.${styles_selectors_js_2.default.child}:nth-child(${tokenIndex}) > .${token_1.default.rootSelector}`, token_1.default);
20
+ }
40
21
  /**
41
22
  * Returns the token toggle button.
42
23
  */
43
- TokenGroupWrapper.prototype.findTokenToggle = function () {
24
+ findTokenToggle() {
44
25
  return this.findByClassName(styles_selectors_js_1.default.toggle);
45
- };
46
- TokenGroupWrapper.rootSelector = styles_selectors_js_1.default.root;
47
- return TokenGroupWrapper;
48
- }(dom_1.ComponentWrapper));
26
+ }
27
+ }
49
28
  exports.default = TokenGroupWrapper;
29
+ TokenGroupWrapper.rootSelector = styles_selectors_js_1.default.root;
50
30
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/test-utils/dom/token-group/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,qEAAqE;AACrE,sCAAsC;AACtC,8DAA0F;AAC1F,gFAAiE;AACjE,kFAA+E;AAC/E,iCAAmC;AAEnC;IAA+C,qCAAgB;IAA/D;;IA2BA,CAAC;IAxBC,sCAAU,GAAV;QACE,OAAO,IAAI,CAAC,kBAAkB,CAAC,eAAY,CAAC,YAAY,CAAC,CAAC,GAAG,CAC3D,UAAA,YAAY,IAAI,OAAA,IAAI,eAAY,CAAC,YAAY,CAAC,UAAU,EAAE,CAAC,EAA3C,CAA2C,CAC5D,CAAC;IACJ,CAAC;IAED;;;;OAIG;IACH,qCAAS,GAAT,UAAU,UAAkB;QAC1B,OAAO,IAAI,CAAC,aAAa,CACvB,WAAI,6BAAqB,CAAC,KAAK,wBAAc,UAAU,kBAAQ,eAAY,CAAC,YAAY,CAAE,EAC1F,eAAY,CACb,CAAC;IACJ,CAAC;IAED;;OAEG;IACH,2CAAe,GAAf;QACE,OAAO,IAAI,CAAC,eAAe,CAAC,6BAAS,CAAC,MAAM,CAAC,CAAC;IAChD,CAAC;IAzBM,8BAAY,GAAW,6BAAS,CAAC,IAAI,CAAC;IA0B/C,wBAAC;CAAA,AA3BD,CAA+C,sBAAgB,GA2B9D;kBA3BoB,iBAAiB"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/test-utils/dom/token-group/index.ts"],"names":[],"mappings":";;AAAA,qEAAqE;AACrE,sCAAsC;AACtC,gEAA0F;AAC1F,kFAAiE;AACjE,oFAA+E;AAC/E,mCAAmC;AAEnC,MAAqB,iBAAkB,SAAQ,sBAAgB;IAG7D,UAAU;QACR,OAAO,IAAI,CAAC,kBAAkB,CAAC,eAAY,CAAC,YAAY,CAAC,CAAC,GAAG,CAC3D,YAAY,CAAC,EAAE,CAAC,IAAI,eAAY,CAAC,YAAY,CAAC,UAAU,EAAE,CAAC,CAC5D,CAAC;IACJ,CAAC;IAED;;;;OAIG;IACH,SAAS,CAAC,UAAkB;QAC1B,OAAO,IAAI,CAAC,aAAa,CACvB,IAAI,6BAAqB,CAAC,KAAK,cAAc,UAAU,QAAQ,eAAY,CAAC,YAAY,EAAE,EAC1F,eAAY,CACb,CAAC;IACJ,CAAC;IAED;;OAEG;IACH,eAAe;QACb,OAAO,IAAI,CAAC,eAAe,CAAC,6BAAS,CAAC,MAAM,CAAC,CAAC;IAChD,CAAC;;AA1BH,oCA2BC;AA1BQ,8BAAY,GAAW,6BAAS,CAAC,IAAI,CAAC"}
@@ -1,41 +1,21 @@
1
1
  "use strict";
2
- var __extends = (this && this.__extends) || (function () {
3
- var extendStatics = function (d, b) {
4
- extendStatics = Object.setPrototypeOf ||
5
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
6
- function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
7
- return extendStatics(d, b);
8
- };
9
- return function (d, b) {
10
- if (typeof b !== "function" && b !== null)
11
- throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
12
- extendStatics(d, b);
13
- function __() { this.constructor = d; }
14
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
15
- };
16
- })();
17
2
  Object.defineProperty(exports, "__esModule", { value: true });
18
3
  // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
19
4
  // SPDX-License-Identifier: Apache-2.0
20
- var dom_1 = require("@cloudscape-design/test-utils-core/dom");
21
- var styles_selectors_js_1 = require("../../../token-group/styles.selectors.js");
22
- var option_1 = require("../internal/option");
23
- var TokenWrapper = /** @class */ (function (_super) {
24
- __extends(TokenWrapper, _super);
25
- function TokenWrapper() {
26
- return _super !== null && _super.apply(this, arguments) || this;
5
+ const dom_1 = require("@cloudscape-design/test-utils-core/dom");
6
+ const styles_selectors_js_1 = require("../../../token-group/styles.selectors.js");
7
+ const option_1 = require("../internal/option");
8
+ class TokenWrapper extends dom_1.ComponentWrapper {
9
+ findOption() {
10
+ return this.findComponent(`.${option_1.default.rootSelector}`, option_1.default);
27
11
  }
28
- TokenWrapper.prototype.findOption = function () {
29
- return this.findComponent(".".concat(option_1.default.rootSelector), option_1.default);
30
- };
31
- TokenWrapper.prototype.findLabel = function () {
12
+ findLabel() {
32
13
  return this.findOption().findLabel();
33
- };
34
- TokenWrapper.prototype.findDismiss = function () {
14
+ }
15
+ findDismiss() {
35
16
  return this.findByClassName(styles_selectors_js_1.default['dismiss-button']);
36
- };
37
- TokenWrapper.rootSelector = styles_selectors_js_1.default.token;
38
- return TokenWrapper;
39
- }(dom_1.ComponentWrapper));
17
+ }
18
+ }
40
19
  exports.default = TokenWrapper;
20
+ TokenWrapper.rootSelector = styles_selectors_js_1.default.token;
41
21
  //# sourceMappingURL=token.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"token.js","sourceRoot":"","sources":["../../../../../src/test-utils/dom/token-group/token.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,qEAAqE;AACrE,sCAAsC;AACtC,8DAA0F;AAC1F,gFAAiE;AACjE,6CAA+C;AAE/C;IAA0C,gCAAgB;IAA1D;;IAaA,CAAC;IAXC,iCAAU,GAAV;QACE,OAAO,IAAI,CAAC,aAAa,CAAC,WAAI,gBAAa,CAAC,YAAY,CAAE,EAAE,gBAAa,CAAE,CAAC;IAC9E,CAAC;IAED,gCAAS,GAAT;QACE,OAAO,IAAI,CAAC,UAAU,EAAE,CAAC,SAAS,EAAE,CAAC;IACvC,CAAC;IAED,kCAAW,GAAX;QACE,OAAO,IAAI,CAAC,eAAe,CAAC,6BAAS,CAAC,gBAAgB,CAAC,CAAE,CAAC;IAC5D,CAAC;IAXM,yBAAY,GAAW,6BAAS,CAAC,KAAK,CAAC;IAYhD,mBAAC;CAAA,AAbD,CAA0C,sBAAgB,GAazD;kBAboB,YAAY"}
1
+ {"version":3,"file":"token.js","sourceRoot":"","sources":["../../../../../src/test-utils/dom/token-group/token.ts"],"names":[],"mappings":";;AAAA,qEAAqE;AACrE,sCAAsC;AACtC,gEAA0F;AAC1F,kFAAiE;AACjE,+CAA+C;AAE/C,MAAqB,YAAa,SAAQ,sBAAgB;IAExD,UAAU;QACR,OAAO,IAAI,CAAC,aAAa,CAAC,IAAI,gBAAa,CAAC,YAAY,EAAE,EAAE,gBAAa,CAAE,CAAC;IAC9E,CAAC;IAED,SAAS;QACP,OAAO,IAAI,CAAC,UAAU,EAAE,CAAC,SAAS,EAAE,CAAC;IACvC,CAAC;IAED,WAAW;QACT,OAAO,IAAI,CAAC,eAAe,CAAC,6BAAS,CAAC,gBAAgB,CAAC,CAAE,CAAC;IAC5D,CAAC;;AAZH,+BAaC;AAZQ,yBAAY,GAAW,6BAAS,CAAC,KAAK,CAAC"}
@@ -1,108 +1,73 @@
1
1
  "use strict";
2
- var __extends = (this && this.__extends) || (function () {
3
- var extendStatics = function (d, b) {
4
- extendStatics = Object.setPrototypeOf ||
5
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
6
- function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
7
- return extendStatics(d, b);
8
- };
9
- return function (d, b) {
10
- if (typeof b !== "function" && b !== null)
11
- throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
12
- extendStatics(d, b);
13
- function __() { this.constructor = d; }
14
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
15
- };
16
- })();
17
2
  Object.defineProperty(exports, "__esModule", { value: true });
18
3
  exports.TopNavigationMenuDropdownWrapper = exports.TopNavigationUtilityWrapper = exports.MenuDropdownWrapper = void 0;
19
4
  // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
20
5
  // SPDX-License-Identifier: Apache-2.0
21
- var dom_1 = require("@cloudscape-design/test-utils-core/dom");
22
- var link_1 = require("../../link");
23
- var button_1 = require("../../button");
24
- var button_dropdown_1 = require("../../button-dropdown");
25
- var styles_selectors_js_1 = require("../../../../top-navigation/1.0-beta/styles.selectors.js");
26
- var styles_selectors_js_2 = require("../../../../button-dropdown/styles.selectors.js");
27
- var styles_selectors_js_3 = require("../../../../internal/components/menu-dropdown/styles.selectors.js");
28
- var TopNavigationWrapper = /** @class */ (function (_super) {
29
- __extends(TopNavigationWrapper, _super);
30
- function TopNavigationWrapper() {
31
- return _super !== null && _super.apply(this, arguments) || this;
6
+ const dom_1 = require("@cloudscape-design/test-utils-core/dom");
7
+ const link_1 = require("../../link");
8
+ const button_1 = require("../../button");
9
+ const button_dropdown_1 = require("../../button-dropdown");
10
+ const styles_selectors_js_1 = require("../../../../top-navigation/1.0-beta/styles.selectors.js");
11
+ const styles_selectors_js_2 = require("../../../../button-dropdown/styles.selectors.js");
12
+ const styles_selectors_js_3 = require("../../../../internal/components/menu-dropdown/styles.selectors.js");
13
+ class TopNavigationWrapper extends dom_1.ComponentWrapper {
14
+ findIdentityLink() {
15
+ return this.find(`.${styles_selectors_js_1.default.identity} a`);
32
16
  }
33
- TopNavigationWrapper.prototype.findIdentityLink = function () {
34
- return this.find(".".concat(styles_selectors_js_1.default.identity, " a"));
35
- };
36
- TopNavigationWrapper.prototype.findLogo = function () {
37
- return this.find(".".concat(styles_selectors_js_1.default.logo));
38
- };
39
- TopNavigationWrapper.prototype.findTitle = function () {
40
- return this.find(".".concat(styles_selectors_js_1.default.title));
41
- };
42
- TopNavigationWrapper.prototype.findSearch = function () {
43
- return this.find(".".concat(styles_selectors_js_1.default.search));
44
- };
45
- TopNavigationWrapper.prototype.findUtilities = function () {
46
- return this.findAll(".".concat(styles_selectors_js_1.default['utility-wrapper'], "[data-utility-index]")).map(function (i) { return new TopNavigationUtilityWrapper(i.getElement()); });
47
- };
48
- TopNavigationWrapper.prototype.findUtility = function (index) {
49
- return this.findComponent(".".concat(styles_selectors_js_1.default['utility-wrapper'], "[data-utility-index=\"").concat(index - 1, "\"]"), TopNavigationUtilityWrapper);
50
- };
51
- TopNavigationWrapper.prototype.findSearchButton = function () {
52
- return this.find(".".concat(styles_selectors_js_1.default['utility-wrapper'], "[data-utility-special=\"search\"] a"));
53
- };
54
- TopNavigationWrapper.prototype.findOverflowMenuButtonDropdown = function () {
55
- return this.findComponent(".".concat(styles_selectors_js_1.default.trigger), MenuDropdownWrapper);
56
- };
57
- TopNavigationWrapper.rootSelector = "".concat(styles_selectors_js_1.default['top-navigation'], ":not(.").concat(styles_selectors_js_1.default.hidden, ")");
58
- return TopNavigationWrapper;
59
- }(dom_1.ComponentWrapper));
60
- exports.default = TopNavigationWrapper;
61
- var MenuDropdownWrapper = /** @class */ (function (_super) {
62
- __extends(MenuDropdownWrapper, _super);
63
- function MenuDropdownWrapper() {
64
- return _super !== null && _super.apply(this, arguments) || this;
17
+ findLogo() {
18
+ return this.find(`.${styles_selectors_js_1.default.logo}`);
19
+ }
20
+ findTitle() {
21
+ return this.find(`.${styles_selectors_js_1.default.title}`);
22
+ }
23
+ findSearch() {
24
+ return this.find(`.${styles_selectors_js_1.default.search}`);
25
+ }
26
+ findUtilities() {
27
+ return this.findAll(`.${styles_selectors_js_1.default['utility-wrapper']}[data-utility-index]`).map(i => new TopNavigationUtilityWrapper(i.getElement()));
28
+ }
29
+ findUtility(index) {
30
+ return this.findComponent(`.${styles_selectors_js_1.default['utility-wrapper']}[data-utility-index="${index - 1}"]`, TopNavigationUtilityWrapper);
31
+ }
32
+ findSearchButton() {
33
+ return this.find(`.${styles_selectors_js_1.default['utility-wrapper']}[data-utility-special="search"] a`);
34
+ }
35
+ findOverflowMenuButtonDropdown() {
36
+ return this.findComponent(`.${styles_selectors_js_1.default.trigger}`, MenuDropdownWrapper);
65
37
  }
66
- MenuDropdownWrapper.prototype.findNativeButton = function () {
38
+ }
39
+ exports.default = TopNavigationWrapper;
40
+ TopNavigationWrapper.rootSelector = `${styles_selectors_js_1.default['top-navigation']}:not(.${styles_selectors_js_1.default.hidden})`;
41
+ class MenuDropdownWrapper extends button_dropdown_1.default {
42
+ findNativeButton() {
67
43
  // ButtonDropdown always has a button
68
44
  // eslint-disable-next-line @typescript-eslint/no-non-null-assertion
69
- return this.find("button.".concat(styles_selectors_js_3.default.button));
70
- };
71
- return MenuDropdownWrapper;
72
- }(button_dropdown_1.default));
45
+ return this.find(`button.${styles_selectors_js_3.default.button}`);
46
+ }
47
+ }
73
48
  exports.MenuDropdownWrapper = MenuDropdownWrapper;
74
- var TopNavigationUtilityWrapper = /** @class */ (function (_super) {
75
- __extends(TopNavigationUtilityWrapper, _super);
76
- function TopNavigationUtilityWrapper() {
77
- return _super !== null && _super.apply(this, arguments) || this;
49
+ class TopNavigationUtilityWrapper extends dom_1.ComponentWrapper {
50
+ findButtonLinkType() {
51
+ return this.findComponent(`.${link_1.default.rootSelector}`, link_1.default);
52
+ }
53
+ findPrimaryButtonType() {
54
+ return this.findComponent(`.${button_1.default.rootSelector}`, button_1.default);
78
55
  }
79
- TopNavigationUtilityWrapper.prototype.findButtonLinkType = function () {
80
- return this.findComponent(".".concat(link_1.default.rootSelector), link_1.default);
81
- };
82
- TopNavigationUtilityWrapper.prototype.findPrimaryButtonType = function () {
83
- return this.findComponent(".".concat(button_1.default.rootSelector), button_1.default);
84
- };
85
- TopNavigationUtilityWrapper.prototype.findMenuDropdownType = function () {
86
- return this.findComponent(".".concat(button_dropdown_1.default.rootSelector), TopNavigationMenuDropdownWrapper);
87
- };
88
- return TopNavigationUtilityWrapper;
89
- }(dom_1.ComponentWrapper));
56
+ findMenuDropdownType() {
57
+ return this.findComponent(`.${button_dropdown_1.default.rootSelector}`, TopNavigationMenuDropdownWrapper);
58
+ }
59
+ }
90
60
  exports.TopNavigationUtilityWrapper = TopNavigationUtilityWrapper;
91
- var TopNavigationMenuDropdownWrapper = /** @class */ (function (_super) {
92
- __extends(TopNavigationMenuDropdownWrapper, _super);
93
- function TopNavigationMenuDropdownWrapper() {
94
- return _super !== null && _super.apply(this, arguments) || this;
61
+ class TopNavigationMenuDropdownWrapper extends button_dropdown_1.default {
62
+ findNativeButton() {
63
+ return this.find(`.${styles_selectors_js_3.default.button}`);
95
64
  }
96
- TopNavigationMenuDropdownWrapper.prototype.findNativeButton = function () {
97
- return this.find(".".concat(styles_selectors_js_3.default.button));
98
- };
99
- TopNavigationMenuDropdownWrapper.prototype.findTitle = function () {
65
+ findTitle() {
100
66
  return this.findByClassName(styles_selectors_js_2.default.title);
101
- };
102
- TopNavigationMenuDropdownWrapper.prototype.findDescription = function () {
67
+ }
68
+ findDescription() {
103
69
  return this.findByClassName(styles_selectors_js_2.default.description);
104
- };
105
- return TopNavigationMenuDropdownWrapper;
106
- }(button_dropdown_1.default));
70
+ }
71
+ }
107
72
  exports.TopNavigationMenuDropdownWrapper = TopNavigationMenuDropdownWrapper;
108
73
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/test-utils/dom/top-navigation/1.0-beta/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;AAAA,qEAAqE;AACrE,sCAAsC;AACtC,8DAA0F;AAC1F,mCAAqC;AACrC,uCAAyC;AACzC,yDAA0D;AAE1D,+FAA6E;AAC7E,uFAAmF;AACnF,yGAAmG;AAEnG;IAAkD,wCAAgB;IAAlE;;IAuCA,CAAC;IApCC,+CAAgB,GAAhB;QACE,OAAO,IAAI,CAAC,IAAI,CAAC,WAAI,6BAAM,CAAC,QAAQ,OAAI,CAAE,CAAC;IAC7C,CAAC;IAED,uCAAQ,GAAR;QACE,OAAO,IAAI,CAAC,IAAI,CAAC,WAAI,6BAAM,CAAC,IAAI,CAAE,CAAC,CAAC;IACtC,CAAC;IAED,wCAAS,GAAT;QACE,OAAO,IAAI,CAAC,IAAI,CAAC,WAAI,6BAAM,CAAC,KAAK,CAAE,CAAC,CAAC;IACvC,CAAC;IAED,yCAAU,GAAV;QACE,OAAO,IAAI,CAAC,IAAI,CAAC,WAAI,6BAAM,CAAC,MAAM,CAAE,CAAC,CAAC;IACxC,CAAC;IAED,4CAAa,GAAb;QACE,OAAO,IAAI,CAAC,OAAO,CAAC,WAAI,6BAAM,CAAC,iBAAiB,CAAC,yBAAsB,CAAC,CAAC,GAAG,CAC1E,UAAA,CAAC,IAAI,OAAA,IAAI,2BAA2B,CAAC,CAAC,CAAC,UAAU,EAAE,CAAC,EAA/C,CAA+C,CACrD,CAAC;IACJ,CAAC;IAED,0CAAW,GAAX,UAAY,KAAa;QACvB,OAAO,IAAI,CAAC,aAAa,CACvB,WAAI,6BAAM,CAAC,iBAAiB,CAAC,mCAAwB,KAAK,GAAG,CAAC,QAAI,EAClE,2BAA2B,CAC5B,CAAC;IACJ,CAAC;IAED,+CAAgB,GAAhB;QACE,OAAO,IAAI,CAAC,IAAI,CAAC,WAAI,6BAAM,CAAC,iBAAiB,CAAC,wCAAmC,CAAC,CAAC;IACrF,CAAC;IAED,6DAA8B,GAA9B;QACE,OAAO,IAAI,CAAC,aAAa,CAAC,WAAI,6BAAM,CAAC,OAAO,CAAE,EAAE,mBAAmB,CAAC,CAAC;IACvE,CAAC;IArCM,iCAAY,GAAG,UAAG,6BAAM,CAAC,gBAAgB,CAAC,mBAAS,6BAAM,CAAC,MAAM,MAAG,CAAC;IAsC7E,2BAAC;CAAA,AAvCD,CAAkD,sBAAgB,GAuCjE;kBAvCoB,oBAAoB;AAyCzC;IAAyC,uCAAqB;IAA9D;;IAMA,CAAC;IALC,8CAAgB,GAAhB;QACE,qCAAqC;QACrC,oEAAoE;QACpE,OAAO,IAAI,CAAC,IAAI,CAAoB,iBAAU,6BAAkB,CAAC,MAAM,CAAE,CAAE,CAAC;IAC9E,CAAC;IACH,0BAAC;AAAD,CAAC,AAND,CAAyC,yBAAqB,GAM7D;AANY,kDAAmB;AAQhC;IAAiD,+CAAgB;IAAjE;;IAYA,CAAC;IAXC,wDAAkB,GAAlB;QACE,OAAO,IAAI,CAAC,aAAa,CAAC,WAAI,cAAW,CAAC,YAAY,CAAE,EAAE,cAAW,CAAC,CAAC;IACzE,CAAC;IAED,2DAAqB,GAArB;QACE,OAAO,IAAI,CAAC,aAAa,CAAC,WAAI,gBAAa,CAAC,YAAY,CAAE,EAAE,gBAAa,CAAC,CAAC;IAC7E,CAAC;IAED,0DAAoB,GAApB;QACE,OAAO,IAAI,CAAC,aAAa,CAAC,WAAI,yBAAqB,CAAC,YAAY,CAAE,EAAE,gCAAgC,CAAC,CAAC;IACxG,CAAC;IACH,kCAAC;AAAD,CAAC,AAZD,CAAiD,sBAAgB,GAYhE;AAZY,kEAA2B;AAcxC;IAAsD,oDAAqB;IAA3E;;IAYA,CAAC;IAXC,2DAAgB,GAAhB;QACE,OAAO,IAAI,CAAC,IAAI,CAAoB,WAAI,6BAAkB,CAAC,MAAM,CAAE,CAAE,CAAC;IACxE,CAAC;IAED,oDAAS,GAAT;QACE,OAAO,IAAI,CAAC,eAAe,CAAC,6BAAoB,CAAC,KAAK,CAAC,CAAC;IAC1D,CAAC;IAED,0DAAe,GAAf;QACE,OAAO,IAAI,CAAC,eAAe,CAAC,6BAAoB,CAAC,WAAW,CAAC,CAAC;IAChE,CAAC;IACH,uCAAC;AAAD,CAAC,AAZD,CAAsD,yBAAqB,GAY1E;AAZY,4EAAgC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/test-utils/dom/top-navigation/1.0-beta/index.ts"],"names":[],"mappings":";;;AAAA,qEAAqE;AACrE,sCAAsC;AACtC,gEAA0F;AAC1F,qCAAqC;AACrC,yCAAyC;AACzC,2DAA0D;AAE1D,iGAA6E;AAC7E,yFAAmF;AACnF,2GAAmG;AAEnG,MAAqB,oBAAqB,SAAQ,sBAAgB;IAGhE,gBAAgB;QACd,OAAO,IAAI,CAAC,IAAI,CAAC,IAAI,6BAAM,CAAC,QAAQ,IAAI,CAAE,CAAC;IAC7C,CAAC;IAED,QAAQ;QACN,OAAO,IAAI,CAAC,IAAI,CAAC,IAAI,6BAAM,CAAC,IAAI,EAAE,CAAC,CAAC;IACtC,CAAC;IAED,SAAS;QACP,OAAO,IAAI,CAAC,IAAI,CAAC,IAAI,6BAAM,CAAC,KAAK,EAAE,CAAC,CAAC;IACvC,CAAC;IAED,UAAU;QACR,OAAO,IAAI,CAAC,IAAI,CAAC,IAAI,6BAAM,CAAC,MAAM,EAAE,CAAC,CAAC;IACxC,CAAC;IAED,aAAa;QACX,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,6BAAM,CAAC,iBAAiB,CAAC,sBAAsB,CAAC,CAAC,GAAG,CAC1E,CAAC,CAAC,EAAE,CAAC,IAAI,2BAA2B,CAAC,CAAC,CAAC,UAAU,EAAE,CAAC,CACrD,CAAC;IACJ,CAAC;IAED,WAAW,CAAC,KAAa;QACvB,OAAO,IAAI,CAAC,aAAa,CACvB,IAAI,6BAAM,CAAC,iBAAiB,CAAC,wBAAwB,KAAK,GAAG,CAAC,IAAI,EAClE,2BAA2B,CAC5B,CAAC;IACJ,CAAC;IAED,gBAAgB;QACd,OAAO,IAAI,CAAC,IAAI,CAAC,IAAI,6BAAM,CAAC,iBAAiB,CAAC,mCAAmC,CAAC,CAAC;IACrF,CAAC;IAED,8BAA8B;QAC5B,OAAO,IAAI,CAAC,aAAa,CAAC,IAAI,6BAAM,CAAC,OAAO,EAAE,EAAE,mBAAmB,CAAC,CAAC;IACvE,CAAC;;AAtCH,uCAuCC;AAtCQ,iCAAY,GAAG,GAAG,6BAAM,CAAC,gBAAgB,CAAC,SAAS,6BAAM,CAAC,MAAM,GAAG,CAAC;AAwC7E,MAAa,mBAAoB,SAAQ,yBAAqB;IAC5D,gBAAgB;QACd,qCAAqC;QACrC,oEAAoE;QACpE,OAAO,IAAI,CAAC,IAAI,CAAoB,UAAU,6BAAkB,CAAC,MAAM,EAAE,CAAE,CAAC;IAC9E,CAAC;CACF;AAND,kDAMC;AAED,MAAa,2BAA4B,SAAQ,sBAAgB;IAC/D,kBAAkB;QAChB,OAAO,IAAI,CAAC,aAAa,CAAC,IAAI,cAAW,CAAC,YAAY,EAAE,EAAE,cAAW,CAAC,CAAC;IACzE,CAAC;IAED,qBAAqB;QACnB,OAAO,IAAI,CAAC,aAAa,CAAC,IAAI,gBAAa,CAAC,YAAY,EAAE,EAAE,gBAAa,CAAC,CAAC;IAC7E,CAAC;IAED,oBAAoB;QAClB,OAAO,IAAI,CAAC,aAAa,CAAC,IAAI,yBAAqB,CAAC,YAAY,EAAE,EAAE,gCAAgC,CAAC,CAAC;IACxG,CAAC;CACF;AAZD,kEAYC;AAED,MAAa,gCAAiC,SAAQ,yBAAqB;IACzE,gBAAgB;QACd,OAAO,IAAI,CAAC,IAAI,CAAoB,IAAI,6BAAkB,CAAC,MAAM,EAAE,CAAE,CAAC;IACxE,CAAC;IAED,SAAS;QACP,OAAO,IAAI,CAAC,eAAe,CAAC,6BAAoB,CAAC,KAAK,CAAC,CAAC;IAC1D,CAAC;IAED,eAAe;QACb,OAAO,IAAI,CAAC,eAAe,CAAC,6BAAoB,CAAC,WAAW,CAAC,CAAC;IAChE,CAAC;CACF;AAZD,4EAYC"}