@xplortech/apollo-core 1.0.0-beta.18 → 1.0.0-beta.3

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 (459) hide show
  1. package/CHANGELOG.md +106 -0
  2. package/build/style.css +2758 -1509
  3. package/dist/apollo-core/apollo-core.css +14 -4597
  4. package/dist/apollo-core/apollo-core.esm.js +1 -2
  5. package/dist/apollo-core/index.esm.js +0 -2
  6. package/dist/apollo-core/p-13e7d3ea.entry.js +1 -0
  7. package/dist/apollo-core/p-2ce2fe5c.entry.js +1 -0
  8. package/dist/apollo-core/p-2f90296c.js +10 -0
  9. package/dist/apollo-core/p-3ff1ff38.entry.js +1 -0
  10. package/dist/apollo-core/p-63dd9a65.entry.js +1 -0
  11. package/dist/apollo-core/p-6c3c1e3d.entry.js +1 -0
  12. package/dist/apollo-core/p-81a6ce4c.entry.js +1 -0
  13. package/dist/apollo-core/p-918b0731.entry.js +1 -0
  14. package/dist/apollo-core/p-97bdb450.entry.js +1 -0
  15. package/dist/apollo-core/p-a43e2d1f.entry.js +1 -0
  16. package/dist/apollo-core/p-a7cc4114.entry.js +1 -0
  17. package/dist/apollo-core/p-ad90fe4d.js +1 -2
  18. package/dist/apollo-core/p-b6d1b135.entry.js +1 -0
  19. package/dist/apollo-core/p-bc0ebed2.entry.js +1 -0
  20. package/dist/apollo-core/p-c8af4ed6.entry.js +1 -0
  21. package/dist/apollo-core/p-d4aa2fa9.js +1 -0
  22. package/dist/apollo-core/p-d4e5d3aa.entry.js +1 -0
  23. package/dist/apollo-core/p-dad11011.entry.js +1 -0
  24. package/dist/apollo-core/p-db74c99c.entry.js +1 -0
  25. package/dist/cjs/apollo-core.cjs.js +3 -12
  26. package/dist/cjs/{index-000e170c.js → index-acf3dd7a.js} +216 -765
  27. package/dist/cjs/index.cjs.js +0 -2
  28. package/dist/cjs/loader.cjs.js +3 -6
  29. package/dist/cjs/regular-872f5226.js +16043 -0
  30. package/dist/cjs/v4-14140ff3.js +0 -2
  31. package/dist/cjs/xpl-application-shell.cjs.entry.js +13 -10
  32. package/dist/cjs/xpl-avatar_12.cjs.entry.js +322 -0
  33. package/dist/cjs/xpl-backdrop.cjs.entry.js +5 -3
  34. package/dist/cjs/xpl-button-row.cjs.entry.js +1 -6
  35. package/dist/cjs/xpl-choicelist.cjs.entry.js +1 -10
  36. package/dist/cjs/xpl-divider.cjs.entry.js +1 -4
  37. package/dist/cjs/xpl-dropdown-group_3.cjs.entry.js +4 -16
  38. package/dist/cjs/xpl-dropdown_2.cjs.entry.js +12 -14
  39. package/dist/cjs/xpl-grid-item.cjs.entry.js +1 -3
  40. package/dist/cjs/xpl-grid.cjs.entry.js +1 -3
  41. package/dist/cjs/xpl-input.cjs.entry.js +25 -22
  42. package/dist/cjs/xpl-list.cjs.entry.js +25 -4
  43. package/dist/cjs/xpl-main-nav.cjs.entry.js +4 -3
  44. package/dist/cjs/xpl-pagination.cjs.entry.js +2 -7
  45. package/dist/cjs/xpl-select.cjs.entry.js +25 -51
  46. package/dist/cjs/xpl-toggle.cjs.entry.js +4 -9
  47. package/dist/collection/collection-manifest.json +3 -6
  48. package/dist/collection/components/xpl-application-shell/xpl-application-shell.js +109 -125
  49. package/dist/collection/components/xpl-avatar/xpl-avatar.js +144 -151
  50. package/dist/collection/components/xpl-backdrop/xpl-backdrop.js +28 -27
  51. package/dist/collection/components/xpl-badge/xpl-badge.js +39 -44
  52. package/dist/collection/components/xpl-breadcrumbs/xpl-breadcrumb-item/xpl-breadcrumb-item.js +5 -3
  53. package/dist/collection/components/xpl-breadcrumbs/xpl-breadcrumbs/xpl-breadcrumbs.js +5 -3
  54. package/dist/collection/components/xpl-button/xpl-button.js +205 -205
  55. package/dist/collection/components/xpl-button-row/xpl-button-row.js +104 -106
  56. package/dist/collection/components/xpl-checkbox/xpl-checkbox.js +171 -182
  57. package/dist/collection/components/xpl-choicelist/xpl-choicelist.js +126 -134
  58. package/dist/collection/components/xpl-content-area/xpl-content-area.js +31 -28
  59. package/dist/collection/components/xpl-divider/xpl-divider.js +23 -27
  60. package/dist/collection/components/xpl-dropdown/xpl-dropdown-group/xpl-dropdown-group.js +41 -47
  61. package/dist/collection/components/xpl-dropdown/xpl-dropdown-heading/xpl-dropdown-heading.js +22 -27
  62. package/dist/collection/components/xpl-dropdown/xpl-dropdown-option/xpl-dropdown-option.js +55 -83
  63. package/dist/collection/components/xpl-dropdown/xpl-dropdown.js +161 -169
  64. package/dist/collection/components/xpl-grid/xpl-grid.js +1 -2
  65. package/dist/collection/components/xpl-grid-item/xpl-grid-item.js +74 -76
  66. package/dist/collection/components/xpl-input/xpl-input.js +419 -397
  67. package/dist/collection/components/xpl-list/xpl-list.js +77 -43
  68. package/dist/collection/components/xpl-main-nav/xpl-main-nav.js +54 -48
  69. package/dist/collection/components/xpl-nav-item/xpl-nav-item.js +49 -48
  70. package/dist/collection/components/xpl-pagination/xpl-pagination.js +128 -117
  71. package/dist/collection/components/xpl-radio/xpl-radio.js +148 -158
  72. package/dist/collection/components/xpl-secondary-nav/xpl-secondary-nav.js +4 -3
  73. package/dist/collection/components/xpl-select/xpl-select.js +235 -306
  74. package/dist/collection/components/xpl-table/xpl-table.js +148 -215
  75. package/dist/collection/components/xpl-tag/xpl-tag.js +25 -25
  76. package/dist/collection/components/xpl-toggle/xpl-toggle.js +135 -138
  77. package/dist/collection/components/xpl-utility-bar/xpl-utility-bar.js +52 -79
  78. package/dist/custom-elements/index.d.ts +219 -0
  79. package/dist/custom-elements/index.js +20224 -0
  80. package/dist/esm/apollo-core.js +3 -9
  81. package/dist/esm/{index-56581b5c.js → index-e3c4bb97.js} +217 -765
  82. package/dist/esm/index.js +0 -2
  83. package/dist/esm/loader.js +3 -6
  84. package/dist/esm/polyfills/css-shim.js +1 -1
  85. package/dist/esm/regular-86225e9d.js +16041 -0
  86. package/dist/esm/v4-929670b7.js +0 -2
  87. package/dist/esm/xpl-application-shell.entry.js +13 -10
  88. package/dist/esm/xpl-avatar_12.entry.js +307 -0
  89. package/dist/esm/xpl-backdrop.entry.js +5 -3
  90. package/dist/esm/xpl-button-row.entry.js +1 -6
  91. package/dist/esm/xpl-choicelist.entry.js +1 -10
  92. package/dist/esm/xpl-divider.entry.js +1 -4
  93. package/dist/esm/xpl-dropdown-group_3.entry.js +4 -16
  94. package/dist/esm/xpl-dropdown_2.entry.js +12 -14
  95. package/dist/esm/xpl-grid-item.entry.js +1 -3
  96. package/dist/esm/xpl-grid.entry.js +1 -3
  97. package/dist/esm/xpl-input.entry.js +25 -22
  98. package/dist/esm/xpl-list.entry.js +25 -4
  99. package/dist/esm/xpl-main-nav.entry.js +4 -3
  100. package/dist/esm/xpl-pagination.entry.js +2 -7
  101. package/dist/esm/xpl-select.entry.js +25 -51
  102. package/dist/esm/xpl-toggle.entry.js +4 -9
  103. package/dist/stories/application-shell.stories.js +8 -18
  104. package/dist/stories/avatar.stories.js +0 -1
  105. package/dist/stories/backdrop.stories.js +0 -1
  106. package/dist/stories/badge.stories.js +0 -1
  107. package/dist/stories/breadcrumbs.stories.js +0 -1
  108. package/dist/stories/button-row.stories.js +0 -1
  109. package/dist/stories/button.stories.js +0 -1
  110. package/dist/stories/checkbox.stories.js +0 -1
  111. package/dist/stories/choicelist.stories.js +0 -1
  112. package/dist/stories/content-area.stories.js +0 -1
  113. package/dist/stories/divider.stories.js +0 -1
  114. package/dist/stories/dropdown.stories.js +65 -74
  115. package/dist/stories/grid.stories.js +0 -1
  116. package/dist/stories/input.stories.js +0 -1
  117. package/dist/stories/list.stories.js +2 -3
  118. package/dist/stories/main-nav.stories.js +0 -1
  119. package/dist/stories/pagination.stories.js +0 -1
  120. package/dist/stories/radio.stories.js +0 -1
  121. package/dist/stories/secondary-nav.stories.js +0 -1
  122. package/dist/stories/select.stories.js +32 -109
  123. package/dist/stories/table.stories.js +7 -24
  124. package/dist/stories/tabs.stories.js +0 -1
  125. package/dist/stories/toggle.stories.js +0 -1
  126. package/dist/stories/utility-bar.stories.js +6 -2
  127. package/dist/types/Users/{roc/Sites → fernandogelin/Projects/apollo-admin/packages}/apollo/.stencil/stories/application-shell.stories.d.ts +5 -14
  128. package/dist/types/Users/{roc/Sites → fernandogelin/Projects/apollo-admin/packages}/apollo/.stencil/stories/dropdown.stories.d.ts +1 -17
  129. package/dist/types/Users/fernandogelin/Projects/apollo-admin/packages/apollo/.stencil/stories/select.stories.d.ts +74 -0
  130. package/dist/types/Users/{roc/Sites → fernandogelin/Projects/apollo-admin/packages}/apollo/.stencil/stories/table.stories.d.ts +1 -22
  131. package/dist/types/components/xpl-application-shell/xpl-application-shell.d.ts +1 -6
  132. package/dist/types/components/xpl-choicelist/choice.d.ts +5 -5
  133. package/dist/types/components/xpl-choicelist/xpl-choicelist.d.ts +1 -2
  134. package/dist/types/components/xpl-dropdown/dropdownoption.d.ts +10 -9
  135. package/dist/types/components/xpl-dropdown/xpl-dropdown-group/xpl-dropdown-group.d.ts +0 -1
  136. package/dist/types/components/xpl-dropdown/xpl-dropdown-option/xpl-dropdown-option.d.ts +1 -7
  137. package/dist/types/components/xpl-dropdown/xpl-dropdown.d.ts +5 -7
  138. package/dist/types/components/xpl-input/xpl-input.d.ts +2 -0
  139. package/dist/types/components/xpl-list/listitem.d.ts +19 -15
  140. package/dist/types/components/xpl-list/xpl-list.d.ts +3 -2
  141. package/dist/types/components/xpl-select/selectchoice.d.ts +3 -0
  142. package/dist/types/components/xpl-select/xpl-select.d.ts +1 -21
  143. package/dist/types/components/xpl-table/xpl-table.d.ts +7 -29
  144. package/dist/types/components/xpl-utility-bar/xpl-utility-bar.d.ts +1 -5
  145. package/dist/types/components.d.ts +21 -268
  146. package/dist/types/stencil-public-runtime.d.ts +23 -97
  147. package/loader/index.d.ts +1 -9
  148. package/loader/package.json +0 -1
  149. package/package.json +28 -21
  150. package/LICENSE +0 -21
  151. package/dist/apollo-core/apollo-core.esm.js.map +0 -1
  152. package/dist/apollo-core/index.esm.js.map +0 -1
  153. package/dist/apollo-core/p-1fa46bc3.entry.js +0 -2
  154. package/dist/apollo-core/p-1fa46bc3.entry.js.map +0 -1
  155. package/dist/apollo-core/p-29f4679d.entry.js +0 -2
  156. package/dist/apollo-core/p-29f4679d.entry.js.map +0 -1
  157. package/dist/apollo-core/p-3f3cc34e.entry.js +0 -2
  158. package/dist/apollo-core/p-3f3cc34e.entry.js.map +0 -1
  159. package/dist/apollo-core/p-5372bf3e.entry.js +0 -2
  160. package/dist/apollo-core/p-5372bf3e.entry.js.map +0 -1
  161. package/dist/apollo-core/p-5ceaec87.entry.js +0 -2
  162. package/dist/apollo-core/p-5ceaec87.entry.js.map +0 -1
  163. package/dist/apollo-core/p-60d4d252.entry.js +0 -2
  164. package/dist/apollo-core/p-60d4d252.entry.js.map +0 -1
  165. package/dist/apollo-core/p-6797b2b7.entry.js +0 -7
  166. package/dist/apollo-core/p-6797b2b7.entry.js.map +0 -1
  167. package/dist/apollo-core/p-6acc4122.entry.js +0 -2
  168. package/dist/apollo-core/p-6acc4122.entry.js.map +0 -1
  169. package/dist/apollo-core/p-787bac91.entry.js +0 -2
  170. package/dist/apollo-core/p-787bac91.entry.js.map +0 -1
  171. package/dist/apollo-core/p-7a8e818a.entry.js +0 -2
  172. package/dist/apollo-core/p-7a8e818a.entry.js.map +0 -1
  173. package/dist/apollo-core/p-807d8de9.entry.js +0 -2
  174. package/dist/apollo-core/p-807d8de9.entry.js.map +0 -1
  175. package/dist/apollo-core/p-ad90fe4d.js.map +0 -1
  176. package/dist/apollo-core/p-bcb81e30.entry.js +0 -2
  177. package/dist/apollo-core/p-bcb81e30.entry.js.map +0 -1
  178. package/dist/apollo-core/p-da5a8e74.entry.js +0 -2
  179. package/dist/apollo-core/p-da5a8e74.entry.js.map +0 -1
  180. package/dist/apollo-core/p-e0541e23.entry.js +0 -2
  181. package/dist/apollo-core/p-e0541e23.entry.js.map +0 -1
  182. package/dist/apollo-core/p-e215fc5f.entry.js +0 -2
  183. package/dist/apollo-core/p-e215fc5f.entry.js.map +0 -1
  184. package/dist/apollo-core/p-e8953b60.js +0 -3
  185. package/dist/apollo-core/p-e8953b60.js.map +0 -1
  186. package/dist/apollo-core/p-efa8a79d.entry.js +0 -2
  187. package/dist/apollo-core/p-efa8a79d.entry.js.map +0 -1
  188. package/dist/cjs/apollo-core.cjs.js.map +0 -1
  189. package/dist/cjs/index-000e170c.js.map +0 -1
  190. package/dist/cjs/index.cjs.js.map +0 -1
  191. package/dist/cjs/loader.cjs.js.map +0 -1
  192. package/dist/cjs/v4-14140ff3.js.map +0 -1
  193. package/dist/cjs/xpl-application-shell.cjs.entry.js.map +0 -1
  194. package/dist/cjs/xpl-avatar_15.cjs.entry.js +0 -2278
  195. package/dist/cjs/xpl-avatar_15.cjs.entry.js.map +0 -1
  196. package/dist/cjs/xpl-backdrop.cjs.entry.js.map +0 -1
  197. package/dist/cjs/xpl-button-row.cjs.entry.js.map +0 -1
  198. package/dist/cjs/xpl-choicelist.cjs.entry.js.map +0 -1
  199. package/dist/cjs/xpl-divider.cjs.entry.js.map +0 -1
  200. package/dist/cjs/xpl-dropdown-group_3.cjs.entry.js.map +0 -1
  201. package/dist/cjs/xpl-dropdown_2.cjs.entry.js.map +0 -1
  202. package/dist/cjs/xpl-grid-item.cjs.entry.js.map +0 -1
  203. package/dist/cjs/xpl-grid.cjs.entry.js.map +0 -1
  204. package/dist/cjs/xpl-input.cjs.entry.js.map +0 -1
  205. package/dist/cjs/xpl-list.cjs.entry.js.map +0 -1
  206. package/dist/cjs/xpl-main-nav.cjs.entry.js.map +0 -1
  207. package/dist/cjs/xpl-pagination.cjs.entry.js.map +0 -1
  208. package/dist/cjs/xpl-select.cjs.entry.js.map +0 -1
  209. package/dist/cjs/xpl-toggle.cjs.entry.js.map +0 -1
  210. package/dist/collection/components/xpl-application-shell/xpl-application-shell.js.map +0 -1
  211. package/dist/collection/components/xpl-avatar/xpl-avatar.js.map +0 -1
  212. package/dist/collection/components/xpl-backdrop/xpl-backdrop.js.map +0 -1
  213. package/dist/collection/components/xpl-badge/xpl-badge.js.map +0 -1
  214. package/dist/collection/components/xpl-breadcrumbs/xpl-breadcrumb-item/xpl-breadcrumb-item.js.map +0 -1
  215. package/dist/collection/components/xpl-breadcrumbs/xpl-breadcrumbs/xpl-breadcrumbs.js.map +0 -1
  216. package/dist/collection/components/xpl-button/xpl-button.js.map +0 -1
  217. package/dist/collection/components/xpl-button-row/xpl-button-row.js.map +0 -1
  218. package/dist/collection/components/xpl-checkbox/xpl-checkbox.js.map +0 -1
  219. package/dist/collection/components/xpl-choicelist/choice.js +0 -2
  220. package/dist/collection/components/xpl-choicelist/choice.js.map +0 -1
  221. package/dist/collection/components/xpl-choicelist/xpl-choicelist.js.map +0 -1
  222. package/dist/collection/components/xpl-content-area/xpl-content-area.js.map +0 -1
  223. package/dist/collection/components/xpl-dashboard/xpl-dashboard.js +0 -8
  224. package/dist/collection/components/xpl-dashboard/xpl-dashboard.js.map +0 -1
  225. package/dist/collection/components/xpl-data-card/xpl-data-card.js +0 -162
  226. package/dist/collection/components/xpl-data-card/xpl-data-card.js.map +0 -1
  227. package/dist/collection/components/xpl-divider/xpl-divider.js.map +0 -1
  228. package/dist/collection/components/xpl-dropdown/dropdownoption.js +0 -2
  229. package/dist/collection/components/xpl-dropdown/dropdownoption.js.map +0 -1
  230. package/dist/collection/components/xpl-dropdown/xpl-dropdown-group/xpl-dropdown-group.js.map +0 -1
  231. package/dist/collection/components/xpl-dropdown/xpl-dropdown-heading/xpl-dropdown-heading.js.map +0 -1
  232. package/dist/collection/components/xpl-dropdown/xpl-dropdown-option/xpl-dropdown-option.js.map +0 -1
  233. package/dist/collection/components/xpl-dropdown/xpl-dropdown.js.map +0 -1
  234. package/dist/collection/components/xpl-grid/xpl-grid.js.map +0 -1
  235. package/dist/collection/components/xpl-grid-item/xpl-grid-item.js.map +0 -1
  236. package/dist/collection/components/xpl-icon/xpl-icon.css +0 -5
  237. package/dist/collection/components/xpl-icon/xpl-icon.js +0 -93
  238. package/dist/collection/components/xpl-icon/xpl-icon.js.map +0 -1
  239. package/dist/collection/components/xpl-input/xpl-input.js.map +0 -1
  240. package/dist/collection/components/xpl-list/listitem.js +0 -2
  241. package/dist/collection/components/xpl-list/listitem.js.map +0 -1
  242. package/dist/collection/components/xpl-list/xpl-list.js.map +0 -1
  243. package/dist/collection/components/xpl-main-nav/xpl-main-nav.js.map +0 -1
  244. package/dist/collection/components/xpl-nav-item/xpl-nav-item.js.map +0 -1
  245. package/dist/collection/components/xpl-pagination/xpl-pagination.js.map +0 -1
  246. package/dist/collection/components/xpl-radio/xpl-radio.js.map +0 -1
  247. package/dist/collection/components/xpl-secondary-nav/xpl-secondary-nav.js.map +0 -1
  248. package/dist/collection/components/xpl-select/xpl-select.js.map +0 -1
  249. package/dist/collection/components/xpl-table/xpl-table.js.map +0 -1
  250. package/dist/collection/components/xpl-tag/xpl-tag.js.map +0 -1
  251. package/dist/collection/components/xpl-toggle/xpl-toggle.js.map +0 -1
  252. package/dist/collection/components/xpl-utility-bar/xpl-utility-bar.js.map +0 -1
  253. package/dist/components/index.d.ts +0 -39
  254. package/dist/components/index.js +0 -82
  255. package/dist/components/index.js.map +0 -1
  256. package/dist/components/v4.js +0 -77
  257. package/dist/components/v4.js.map +0 -1
  258. package/dist/components/xpl-application-shell.d.ts +0 -11
  259. package/dist/components/xpl-application-shell.js +0 -80
  260. package/dist/components/xpl-application-shell.js.map +0 -1
  261. package/dist/components/xpl-avatar.d.ts +0 -11
  262. package/dist/components/xpl-avatar.js +0 -8
  263. package/dist/components/xpl-avatar.js.map +0 -1
  264. package/dist/components/xpl-avatar2.js +0 -51
  265. package/dist/components/xpl-avatar2.js.map +0 -1
  266. package/dist/components/xpl-backdrop.d.ts +0 -11
  267. package/dist/components/xpl-backdrop.js +0 -8
  268. package/dist/components/xpl-backdrop.js.map +0 -1
  269. package/dist/components/xpl-backdrop2.js +0 -35
  270. package/dist/components/xpl-backdrop2.js.map +0 -1
  271. package/dist/components/xpl-badge.d.ts +0 -11
  272. package/dist/components/xpl-badge.js +0 -8
  273. package/dist/components/xpl-badge.js.map +0 -1
  274. package/dist/components/xpl-badge2.js +0 -38
  275. package/dist/components/xpl-badge2.js.map +0 -1
  276. package/dist/components/xpl-breadcrumb-item.d.ts +0 -11
  277. package/dist/components/xpl-breadcrumb-item.js +0 -36
  278. package/dist/components/xpl-breadcrumb-item.js.map +0 -1
  279. package/dist/components/xpl-breadcrumbs.d.ts +0 -11
  280. package/dist/components/xpl-breadcrumbs.js +0 -31
  281. package/dist/components/xpl-breadcrumbs.js.map +0 -1
  282. package/dist/components/xpl-button-row.d.ts +0 -11
  283. package/dist/components/xpl-button-row.js +0 -50
  284. package/dist/components/xpl-button-row.js.map +0 -1
  285. package/dist/components/xpl-button.d.ts +0 -11
  286. package/dist/components/xpl-button.js +0 -8
  287. package/dist/components/xpl-button.js.map +0 -1
  288. package/dist/components/xpl-button2.js +0 -85
  289. package/dist/components/xpl-button2.js.map +0 -1
  290. package/dist/components/xpl-checkbox.d.ts +0 -11
  291. package/dist/components/xpl-checkbox.js +0 -8
  292. package/dist/components/xpl-checkbox.js.map +0 -1
  293. package/dist/components/xpl-checkbox2.js +0 -59
  294. package/dist/components/xpl-checkbox2.js.map +0 -1
  295. package/dist/components/xpl-choicelist.d.ts +0 -11
  296. package/dist/components/xpl-choicelist.js +0 -85
  297. package/dist/components/xpl-choicelist.js.map +0 -1
  298. package/dist/components/xpl-content-area.d.ts +0 -11
  299. package/dist/components/xpl-content-area.js +0 -34
  300. package/dist/components/xpl-content-area.js.map +0 -1
  301. package/dist/components/xpl-dashboard.d.ts +0 -11
  302. package/dist/components/xpl-dashboard.js +0 -31
  303. package/dist/components/xpl-dashboard.js.map +0 -1
  304. package/dist/components/xpl-data-card.d.ts +0 -11
  305. package/dist/components/xpl-data-card.js +0 -80
  306. package/dist/components/xpl-data-card.js.map +0 -1
  307. package/dist/components/xpl-divider.d.ts +0 -11
  308. package/dist/components/xpl-divider.js +0 -36
  309. package/dist/components/xpl-divider.js.map +0 -1
  310. package/dist/components/xpl-dropdown-group.d.ts +0 -11
  311. package/dist/components/xpl-dropdown-group.js +0 -8
  312. package/dist/components/xpl-dropdown-group.js.map +0 -1
  313. package/dist/components/xpl-dropdown-group2.js +0 -69
  314. package/dist/components/xpl-dropdown-group2.js.map +0 -1
  315. package/dist/components/xpl-dropdown-heading.d.ts +0 -11
  316. package/dist/components/xpl-dropdown-heading.js +0 -8
  317. package/dist/components/xpl-dropdown-heading.js.map +0 -1
  318. package/dist/components/xpl-dropdown-heading2.js +0 -31
  319. package/dist/components/xpl-dropdown-heading2.js.map +0 -1
  320. package/dist/components/xpl-dropdown-option.d.ts +0 -11
  321. package/dist/components/xpl-dropdown-option.js +0 -8
  322. package/dist/components/xpl-dropdown-option.js.map +0 -1
  323. package/dist/components/xpl-dropdown-option2.js +0 -89
  324. package/dist/components/xpl-dropdown-option2.js.map +0 -1
  325. package/dist/components/xpl-dropdown.d.ts +0 -11
  326. package/dist/components/xpl-dropdown.js +0 -8
  327. package/dist/components/xpl-dropdown.js.map +0 -1
  328. package/dist/components/xpl-dropdown2.js +0 -147
  329. package/dist/components/xpl-dropdown2.js.map +0 -1
  330. package/dist/components/xpl-grid-item.d.ts +0 -11
  331. package/dist/components/xpl-grid-item.js +0 -45
  332. package/dist/components/xpl-grid-item.js.map +0 -1
  333. package/dist/components/xpl-grid.d.ts +0 -11
  334. package/dist/components/xpl-grid.js +0 -50
  335. package/dist/components/xpl-grid.js.map +0 -1
  336. package/dist/components/xpl-icon.d.ts +0 -11
  337. package/dist/components/xpl-icon.js +0 -8
  338. package/dist/components/xpl-icon.js.map +0 -1
  339. package/dist/components/xpl-icon2.js +0 -1850
  340. package/dist/components/xpl-icon2.js.map +0 -1
  341. package/dist/components/xpl-input.d.ts +0 -11
  342. package/dist/components/xpl-input.js +0 -2574
  343. package/dist/components/xpl-input.js.map +0 -1
  344. package/dist/components/xpl-list.d.ts +0 -11
  345. package/dist/components/xpl-list.js +0 -73
  346. package/dist/components/xpl-list.js.map +0 -1
  347. package/dist/components/xpl-main-nav.d.ts +0 -11
  348. package/dist/components/xpl-main-nav.js +0 -44
  349. package/dist/components/xpl-main-nav.js.map +0 -1
  350. package/dist/components/xpl-nav-item.d.ts +0 -11
  351. package/dist/components/xpl-nav-item.js +0 -44
  352. package/dist/components/xpl-nav-item.js.map +0 -1
  353. package/dist/components/xpl-pagination.d.ts +0 -11
  354. package/dist/components/xpl-pagination.js +0 -100
  355. package/dist/components/xpl-pagination.js.map +0 -1
  356. package/dist/components/xpl-radio.d.ts +0 -11
  357. package/dist/components/xpl-radio.js +0 -8
  358. package/dist/components/xpl-radio.js.map +0 -1
  359. package/dist/components/xpl-radio2.js +0 -57
  360. package/dist/components/xpl-radio2.js.map +0 -1
  361. package/dist/components/xpl-secondary-nav.d.ts +0 -11
  362. package/dist/components/xpl-secondary-nav.js +0 -31
  363. package/dist/components/xpl-secondary-nav.js.map +0 -1
  364. package/dist/components/xpl-select.d.ts +0 -11
  365. package/dist/components/xpl-select.js +0 -712
  366. package/dist/components/xpl-select.js.map +0 -1
  367. package/dist/components/xpl-table.d.ts +0 -11
  368. package/dist/components/xpl-table.js +0 -170
  369. package/dist/components/xpl-table.js.map +0 -1
  370. package/dist/components/xpl-tag.d.ts +0 -11
  371. package/dist/components/xpl-tag.js +0 -8
  372. package/dist/components/xpl-tag.js.map +0 -1
  373. package/dist/components/xpl-tag2.js +0 -33
  374. package/dist/components/xpl-tag2.js.map +0 -1
  375. package/dist/components/xpl-toggle.d.ts +0 -11
  376. package/dist/components/xpl-toggle.js +0 -61
  377. package/dist/components/xpl-toggle.js.map +0 -1
  378. package/dist/components/xpl-utility-bar.d.ts +0 -11
  379. package/dist/components/xpl-utility-bar.js +0 -55
  380. package/dist/components/xpl-utility-bar.js.map +0 -1
  381. package/dist/esm/apollo-core.js.map +0 -1
  382. package/dist/esm/index-56581b5c.js.map +0 -1
  383. package/dist/esm/index.js.map +0 -1
  384. package/dist/esm/loader.js.map +0 -1
  385. package/dist/esm/v4-929670b7.js.map +0 -1
  386. package/dist/esm/xpl-application-shell.entry.js.map +0 -1
  387. package/dist/esm/xpl-avatar_15.entry.js +0 -2260
  388. package/dist/esm/xpl-avatar_15.entry.js.map +0 -1
  389. package/dist/esm/xpl-backdrop.entry.js.map +0 -1
  390. package/dist/esm/xpl-button-row.entry.js.map +0 -1
  391. package/dist/esm/xpl-choicelist.entry.js.map +0 -1
  392. package/dist/esm/xpl-divider.entry.js.map +0 -1
  393. package/dist/esm/xpl-dropdown-group_3.entry.js.map +0 -1
  394. package/dist/esm/xpl-dropdown_2.entry.js.map +0 -1
  395. package/dist/esm/xpl-grid-item.entry.js.map +0 -1
  396. package/dist/esm/xpl-grid.entry.js.map +0 -1
  397. package/dist/esm/xpl-input.entry.js.map +0 -1
  398. package/dist/esm/xpl-list.entry.js.map +0 -1
  399. package/dist/esm/xpl-main-nav.entry.js.map +0 -1
  400. package/dist/esm/xpl-pagination.entry.js.map +0 -1
  401. package/dist/esm/xpl-select.entry.js.map +0 -1
  402. package/dist/esm/xpl-toggle.entry.js.map +0 -1
  403. package/dist/stories/application-shell.stories.js.map +0 -1
  404. package/dist/stories/avatar.stories.js.map +0 -1
  405. package/dist/stories/backdrop.stories.js.map +0 -1
  406. package/dist/stories/badge.stories.js.map +0 -1
  407. package/dist/stories/breadcrumbs.stories.js.map +0 -1
  408. package/dist/stories/button-row.stories.js.map +0 -1
  409. package/dist/stories/button.stories.js.map +0 -1
  410. package/dist/stories/checkbox.stories.js.map +0 -1
  411. package/dist/stories/choicelist.stories.js.map +0 -1
  412. package/dist/stories/content-area.stories.js.map +0 -1
  413. package/dist/stories/dashboard.stories.js +0 -51
  414. package/dist/stories/dashboard.stories.js.map +0 -1
  415. package/dist/stories/data-card.stories.js +0 -70
  416. package/dist/stories/data-card.stories.js.map +0 -1
  417. package/dist/stories/divider.stories.js.map +0 -1
  418. package/dist/stories/dropdown.stories.js.map +0 -1
  419. package/dist/stories/grid.stories.js.map +0 -1
  420. package/dist/stories/icons.stories.js +0 -69
  421. package/dist/stories/icons.stories.js.map +0 -1
  422. package/dist/stories/input.stories.js.map +0 -1
  423. package/dist/stories/list.stories.js.map +0 -1
  424. package/dist/stories/main-nav.stories.js.map +0 -1
  425. package/dist/stories/pagination.stories.js.map +0 -1
  426. package/dist/stories/radio.stories.js.map +0 -1
  427. package/dist/stories/secondary-nav.stories.js.map +0 -1
  428. package/dist/stories/select.stories.js.map +0 -1
  429. package/dist/stories/table.stories.js.map +0 -1
  430. package/dist/stories/tabs.stories.js.map +0 -1
  431. package/dist/stories/toggle.stories.js.map +0 -1
  432. package/dist/stories/utility-bar.stories.js.map +0 -1
  433. package/dist/types/Users/roc/Sites/apollo/.stencil/stories/dashboard.stories.d.ts +0 -31
  434. package/dist/types/Users/roc/Sites/apollo/.stencil/stories/data-card.stories.d.ts +0 -71
  435. package/dist/types/Users/roc/Sites/apollo/.stencil/stories/icons.stories.d.ts +0 -77
  436. package/dist/types/Users/roc/Sites/apollo/.stencil/stories/select.stories.d.ts +0 -134
  437. package/dist/types/components/xpl-dashboard/xpl-dashboard.d.ts +0 -3
  438. package/dist/types/components/xpl-data-card/xpl-data-card.d.ts +0 -38
  439. package/dist/types/components/xpl-icon/xpl-icon.d.ts +0 -17
  440. /package/dist/types/Users/{roc/Sites → fernandogelin/Projects/apollo-admin/packages}/apollo/.stencil/stories/avatar.stories.d.ts +0 -0
  441. /package/dist/types/Users/{roc/Sites → fernandogelin/Projects/apollo-admin/packages}/apollo/.stencil/stories/backdrop.stories.d.ts +0 -0
  442. /package/dist/types/Users/{roc/Sites → fernandogelin/Projects/apollo-admin/packages}/apollo/.stencil/stories/badge.stories.d.ts +0 -0
  443. /package/dist/types/Users/{roc/Sites → fernandogelin/Projects/apollo-admin/packages}/apollo/.stencil/stories/breadcrumbs.stories.d.ts +0 -0
  444. /package/dist/types/Users/{roc/Sites → fernandogelin/Projects/apollo-admin/packages}/apollo/.stencil/stories/button-row.stories.d.ts +0 -0
  445. /package/dist/types/Users/{roc/Sites → fernandogelin/Projects/apollo-admin/packages}/apollo/.stencil/stories/button.stories.d.ts +0 -0
  446. /package/dist/types/Users/{roc/Sites → fernandogelin/Projects/apollo-admin/packages}/apollo/.stencil/stories/checkbox.stories.d.ts +0 -0
  447. /package/dist/types/Users/{roc/Sites → fernandogelin/Projects/apollo-admin/packages}/apollo/.stencil/stories/choicelist.stories.d.ts +0 -0
  448. /package/dist/types/Users/{roc/Sites → fernandogelin/Projects/apollo-admin/packages}/apollo/.stencil/stories/content-area.stories.d.ts +0 -0
  449. /package/dist/types/Users/{roc/Sites → fernandogelin/Projects/apollo-admin/packages}/apollo/.stencil/stories/divider.stories.d.ts +0 -0
  450. /package/dist/types/Users/{roc/Sites → fernandogelin/Projects/apollo-admin/packages}/apollo/.stencil/stories/grid.stories.d.ts +0 -0
  451. /package/dist/types/Users/{roc/Sites → fernandogelin/Projects/apollo-admin/packages}/apollo/.stencil/stories/input.stories.d.ts +0 -0
  452. /package/dist/types/Users/{roc/Sites → fernandogelin/Projects/apollo-admin/packages}/apollo/.stencil/stories/list.stories.d.ts +0 -0
  453. /package/dist/types/Users/{roc/Sites → fernandogelin/Projects/apollo-admin/packages}/apollo/.stencil/stories/main-nav.stories.d.ts +0 -0
  454. /package/dist/types/Users/{roc/Sites → fernandogelin/Projects/apollo-admin/packages}/apollo/.stencil/stories/pagination.stories.d.ts +0 -0
  455. /package/dist/types/Users/{roc/Sites → fernandogelin/Projects/apollo-admin/packages}/apollo/.stencil/stories/radio.stories.d.ts +0 -0
  456. /package/dist/types/Users/{roc/Sites → fernandogelin/Projects/apollo-admin/packages}/apollo/.stencil/stories/secondary-nav.stories.d.ts +0 -0
  457. /package/dist/types/Users/{roc/Sites → fernandogelin/Projects/apollo-admin/packages}/apollo/.stencil/stories/tabs.stories.d.ts +0 -0
  458. /package/dist/types/Users/{roc/Sites → fernandogelin/Projects/apollo-admin/packages}/apollo/.stencil/stories/toggle.stories.d.ts +0 -0
  459. /package/dist/types/Users/{roc/Sites → fernandogelin/Projects/apollo-admin/packages}/apollo/.stencil/stories/utility-bar.stories.d.ts +0 -0
@@ -1,119 +1,117 @@
1
- import { Host, h } from '@stencil/core';
1
+ import { Component, Host, h, Prop, Event } from '@stencil/core';
2
2
  export class XplButtonRow {
3
3
  constructor() {
4
4
  this.onPrimary = () => this.clickPrimary.emit();
5
5
  this.onSecondary = () => this.clickSecondary.emit();
6
6
  this.onTertiary = () => this.clickTertiary.emit();
7
- this.primary = undefined;
8
- this.secondary = undefined;
9
- this.tertiary = undefined;
10
7
  }
11
8
  render() {
12
- return (h(Host, { class: "xpl-button-row" }, h("div", { class: "xpl-button-row-inner" }, h("div", { class: "xpl-button-row__left" }, this.secondary && (h("xpl-button", { variant: "secondary", type: "button", onClick: this.onSecondary }, this.secondary))), h("div", { class: "xpl-button-row__right" }, this.tertiary && (h("xpl-button", { variant: "subtle", type: "button", onClick: this.onTertiary }, this.tertiary)), this.secondary && (h("xpl-button", { variant: "secondary", type: "button", onClick: this.onSecondary }, this.secondary)), this.primary && (h("xpl-button", { class: "xpl-button-row__primary", onClick: this.onPrimary }, this.primary))))));
9
+ return (h(Host, { class: "xpl-button-row" },
10
+ h("div", { class: "xpl-button-row-inner" },
11
+ h("div", { class: "xpl-button-row__left" }, this.secondary && (h("xpl-button", { variant: "secondary", type: "button", onClick: this.onSecondary }, this.secondary))),
12
+ h("div", { class: "xpl-button-row__right" },
13
+ this.tertiary && (h("xpl-button", { variant: "subtle", type: "button", onClick: this.onTertiary }, this.tertiary)),
14
+ this.secondary && (h("xpl-button", { variant: "secondary", type: "button", onClick: this.onSecondary }, this.secondary)),
15
+ this.primary && (h("xpl-button", { class: "xpl-button-row__primary", onClick: this.onPrimary }, this.primary))))));
13
16
  }
14
17
  static get is() { return "xpl-button-row"; }
15
- static get properties() {
16
- return {
17
- "primary": {
18
- "type": "string",
19
- "mutable": false,
20
- "complexType": {
21
- "original": "'string'",
22
- "resolved": "\"string\"",
23
- "references": {}
24
- },
25
- "required": false,
26
- "optional": false,
27
- "docs": {
28
- "tags": [],
29
- "text": "The text for the primary button."
30
- },
31
- "attribute": "primary",
32
- "reflect": false
18
+ static get properties() { return {
19
+ "primary": {
20
+ "type": "string",
21
+ "mutable": false,
22
+ "complexType": {
23
+ "original": "'string'",
24
+ "resolved": "\"string\"",
25
+ "references": {}
33
26
  },
34
- "secondary": {
35
- "type": "string",
36
- "mutable": false,
37
- "complexType": {
38
- "original": "'string'",
39
- "resolved": "\"string\"",
40
- "references": {}
41
- },
42
- "required": false,
43
- "optional": false,
44
- "docs": {
45
- "tags": [],
46
- "text": "The text for the secondary button. If left\nempty, will not render a secondary button."
47
- },
48
- "attribute": "secondary",
49
- "reflect": false
27
+ "required": false,
28
+ "optional": false,
29
+ "docs": {
30
+ "tags": [],
31
+ "text": "The text for the primary button."
50
32
  },
51
- "tertiary": {
52
- "type": "string",
53
- "mutable": false,
54
- "complexType": {
55
- "original": "'string'",
56
- "resolved": "\"string\"",
57
- "references": {}
58
- },
59
- "required": false,
60
- "optional": false,
61
- "docs": {
62
- "tags": [],
63
- "text": "The text for the tertiary button. If left\nempty, will not render a secondary button."
64
- },
65
- "attribute": "tertiary",
66
- "reflect": false
33
+ "attribute": "primary",
34
+ "reflect": false
35
+ },
36
+ "secondary": {
37
+ "type": "string",
38
+ "mutable": false,
39
+ "complexType": {
40
+ "original": "'string'",
41
+ "resolved": "\"string\"",
42
+ "references": {}
43
+ },
44
+ "required": false,
45
+ "optional": false,
46
+ "docs": {
47
+ "tags": [],
48
+ "text": "The text for the secondary button. If left\nempty, will not render a secondary button."
49
+ },
50
+ "attribute": "secondary",
51
+ "reflect": false
52
+ },
53
+ "tertiary": {
54
+ "type": "string",
55
+ "mutable": false,
56
+ "complexType": {
57
+ "original": "'string'",
58
+ "resolved": "\"string\"",
59
+ "references": {}
60
+ },
61
+ "required": false,
62
+ "optional": false,
63
+ "docs": {
64
+ "tags": [],
65
+ "text": "The text for the tertiary button. If left\nempty, will not render a secondary button."
66
+ },
67
+ "attribute": "tertiary",
68
+ "reflect": false
69
+ }
70
+ }; }
71
+ static get events() { return [{
72
+ "method": "clickPrimary",
73
+ "name": "clickPrimary",
74
+ "bubbles": true,
75
+ "cancelable": true,
76
+ "composed": true,
77
+ "docs": {
78
+ "tags": [],
79
+ "text": "Fires on the primary button.\nIf not set, the button can act as a standard\nsubmit button for a form."
80
+ },
81
+ "complexType": {
82
+ "original": "any",
83
+ "resolved": "any",
84
+ "references": {}
67
85
  }
68
- };
69
- }
70
- static get events() {
71
- return [{
72
- "method": "clickPrimary",
73
- "name": "clickPrimary",
74
- "bubbles": true,
75
- "cancelable": true,
76
- "composed": true,
77
- "docs": {
78
- "tags": [],
79
- "text": "Fires on the primary button.\nIf not set, the button can act as a standard\nsubmit button for a form."
80
- },
81
- "complexType": {
82
- "original": "any",
83
- "resolved": "any",
84
- "references": {}
85
- }
86
- }, {
87
- "method": "clickSecondary",
88
- "name": "clickSecondary",
89
- "bubbles": true,
90
- "cancelable": true,
91
- "composed": true,
92
- "docs": {
93
- "tags": [],
94
- "text": "Adds an event listener to the secondary button."
95
- },
96
- "complexType": {
97
- "original": "any",
98
- "resolved": "any",
99
- "references": {}
100
- }
101
- }, {
102
- "method": "clickTertiary",
103
- "name": "clickTertiary",
104
- "bubbles": true,
105
- "cancelable": true,
106
- "composed": true,
107
- "docs": {
108
- "tags": [],
109
- "text": "Adds an event listener to the tertiary button."
110
- },
111
- "complexType": {
112
- "original": "any",
113
- "resolved": "any",
114
- "references": {}
115
- }
116
- }];
117
- }
86
+ }, {
87
+ "method": "clickSecondary",
88
+ "name": "clickSecondary",
89
+ "bubbles": true,
90
+ "cancelable": true,
91
+ "composed": true,
92
+ "docs": {
93
+ "tags": [],
94
+ "text": "Adds an event listener to the secondary button."
95
+ },
96
+ "complexType": {
97
+ "original": "any",
98
+ "resolved": "any",
99
+ "references": {}
100
+ }
101
+ }, {
102
+ "method": "clickTertiary",
103
+ "name": "clickTertiary",
104
+ "bubbles": true,
105
+ "cancelable": true,
106
+ "composed": true,
107
+ "docs": {
108
+ "tags": [],
109
+ "text": "Adds an event listener to the tertiary button."
110
+ },
111
+ "complexType": {
112
+ "original": "any",
113
+ "resolved": "any",
114
+ "references": {}
115
+ }
116
+ }]; }
118
117
  }
119
- //# sourceMappingURL=xpl-button-row.js.map
@@ -1,15 +1,7 @@
1
- import { Host, h, } from '@stencil/core';
1
+ import { Component, Host, h, Prop, State, Event, } from '@stencil/core';
2
2
  import { v4 as uuid } from 'uuid';
3
3
  export class XplCheckbox {
4
4
  constructor() {
5
- this.checked = undefined;
6
- this.description = undefined;
7
- this.disabled = undefined;
8
- this.indeterminate = undefined;
9
- this.name = undefined;
10
- this.required = undefined;
11
- this.styled = undefined;
12
- this.value = undefined;
13
5
  this.id = uuid();
14
6
  }
15
7
  render() {
@@ -17,180 +9,177 @@ export class XplCheckbox {
17
9
  'xpl-checkbox-radio-container': true,
18
10
  styled: this.styled,
19
11
  disabled: this.disabled,
20
- } }, h("input", { class: "xpl-checkbox", type: "checkbox", checked: this.checked, disabled: this.disabled, id: this.id, indeterminate: this.indeterminate, onChange: () => this.checkboxChange.emit(this.input.checked), name: this.name, ref: (el) => (this.input = el), required: this.required, value: this.value }), h("label", { class: {
21
- 'xpl-label': true,
22
- 'xpl-label--disabled': this.disabled,
23
- }, htmlFor: this.id }, h("slot", null), this.description && (h("small", { class: {
24
- 'xpl-description': true,
25
- 'xpl-description--disabled': this.disabled,
26
- } }, this.description)))));
12
+ } },
13
+ h("input", { class: "xpl-checkbox", type: "checkbox", checked: this.checked, disabled: this.disabled, id: this.id, indeterminate: this.indeterminate, onChange: () => this.checkboxChange.emit(this.input.checked), name: this.name, ref: (el) => (this.input = el), required: this.required, value: this.value }),
14
+ h("label", { class: {
15
+ 'xpl-label': true,
16
+ 'xpl-label--disabled': this.disabled,
17
+ }, htmlFor: this.id },
18
+ h("slot", null),
19
+ this.description && (h("small", { class: {
20
+ 'xpl-description': true,
21
+ 'xpl-description--disabled': this.disabled,
22
+ } }, this.description)))));
27
23
  }
28
24
  static get is() { return "xpl-checkbox"; }
29
- static get properties() {
30
- return {
31
- "checked": {
32
- "type": "boolean",
33
- "mutable": false,
34
- "complexType": {
35
- "original": "boolean",
36
- "resolved": "boolean",
37
- "references": {}
38
- },
39
- "required": false,
40
- "optional": true,
41
- "docs": {
42
- "tags": [],
43
- "text": ""
44
- },
45
- "attribute": "checked",
46
- "reflect": false
47
- },
48
- "description": {
49
- "type": "string",
50
- "mutable": false,
51
- "complexType": {
52
- "original": "string",
53
- "resolved": "string",
54
- "references": {}
55
- },
56
- "required": false,
57
- "optional": true,
58
- "docs": {
59
- "tags": [],
60
- "text": ""
61
- },
62
- "attribute": "description",
63
- "reflect": false
64
- },
65
- "disabled": {
66
- "type": "boolean",
67
- "mutable": false,
68
- "complexType": {
69
- "original": "boolean",
70
- "resolved": "boolean",
71
- "references": {}
72
- },
73
- "required": false,
74
- "optional": true,
75
- "docs": {
76
- "tags": [],
77
- "text": ""
78
- },
79
- "attribute": "disabled",
80
- "reflect": false
81
- },
82
- "indeterminate": {
83
- "type": "boolean",
84
- "mutable": false,
85
- "complexType": {
86
- "original": "boolean",
87
- "resolved": "boolean",
88
- "references": {}
89
- },
90
- "required": false,
91
- "optional": true,
92
- "docs": {
93
- "tags": [],
94
- "text": ""
95
- },
96
- "attribute": "indeterminate",
97
- "reflect": false
98
- },
99
- "name": {
100
- "type": "string",
101
- "mutable": false,
102
- "complexType": {
103
- "original": "string",
104
- "resolved": "string",
105
- "references": {}
106
- },
107
- "required": false,
108
- "optional": true,
109
- "docs": {
110
- "tags": [],
111
- "text": ""
112
- },
113
- "attribute": "name",
114
- "reflect": false
115
- },
116
- "required": {
117
- "type": "boolean",
118
- "mutable": false,
119
- "complexType": {
120
- "original": "boolean",
121
- "resolved": "boolean",
122
- "references": {}
123
- },
124
- "required": false,
125
- "optional": true,
126
- "docs": {
127
- "tags": [],
128
- "text": ""
129
- },
130
- "attribute": "required",
131
- "reflect": false
132
- },
133
- "styled": {
134
- "type": "boolean",
135
- "mutable": false,
136
- "complexType": {
137
- "original": "boolean",
138
- "resolved": "boolean",
139
- "references": {}
140
- },
141
- "required": false,
142
- "optional": true,
143
- "docs": {
144
- "tags": [],
145
- "text": ""
146
- },
147
- "attribute": "styled",
148
- "reflect": false
149
- },
150
- "value": {
151
- "type": "string",
152
- "mutable": false,
153
- "complexType": {
154
- "original": "string",
155
- "resolved": "string",
156
- "references": {}
157
- },
158
- "required": false,
159
- "optional": true,
160
- "docs": {
161
- "tags": [],
162
- "text": ""
163
- },
164
- "attribute": "value",
165
- "reflect": false
25
+ static get properties() { return {
26
+ "checked": {
27
+ "type": "boolean",
28
+ "mutable": false,
29
+ "complexType": {
30
+ "original": "boolean",
31
+ "resolved": "boolean",
32
+ "references": {}
33
+ },
34
+ "required": false,
35
+ "optional": true,
36
+ "docs": {
37
+ "tags": [],
38
+ "text": ""
39
+ },
40
+ "attribute": "checked",
41
+ "reflect": false
42
+ },
43
+ "description": {
44
+ "type": "string",
45
+ "mutable": false,
46
+ "complexType": {
47
+ "original": "string",
48
+ "resolved": "string",
49
+ "references": {}
50
+ },
51
+ "required": false,
52
+ "optional": true,
53
+ "docs": {
54
+ "tags": [],
55
+ "text": ""
56
+ },
57
+ "attribute": "description",
58
+ "reflect": false
59
+ },
60
+ "disabled": {
61
+ "type": "boolean",
62
+ "mutable": false,
63
+ "complexType": {
64
+ "original": "boolean",
65
+ "resolved": "boolean",
66
+ "references": {}
67
+ },
68
+ "required": false,
69
+ "optional": true,
70
+ "docs": {
71
+ "tags": [],
72
+ "text": ""
73
+ },
74
+ "attribute": "disabled",
75
+ "reflect": false
76
+ },
77
+ "indeterminate": {
78
+ "type": "boolean",
79
+ "mutable": false,
80
+ "complexType": {
81
+ "original": "boolean",
82
+ "resolved": "boolean",
83
+ "references": {}
84
+ },
85
+ "required": false,
86
+ "optional": true,
87
+ "docs": {
88
+ "tags": [],
89
+ "text": ""
90
+ },
91
+ "attribute": "indeterminate",
92
+ "reflect": false
93
+ },
94
+ "name": {
95
+ "type": "string",
96
+ "mutable": false,
97
+ "complexType": {
98
+ "original": "string",
99
+ "resolved": "string",
100
+ "references": {}
101
+ },
102
+ "required": false,
103
+ "optional": true,
104
+ "docs": {
105
+ "tags": [],
106
+ "text": ""
107
+ },
108
+ "attribute": "name",
109
+ "reflect": false
110
+ },
111
+ "required": {
112
+ "type": "boolean",
113
+ "mutable": false,
114
+ "complexType": {
115
+ "original": "boolean",
116
+ "resolved": "boolean",
117
+ "references": {}
118
+ },
119
+ "required": false,
120
+ "optional": true,
121
+ "docs": {
122
+ "tags": [],
123
+ "text": ""
124
+ },
125
+ "attribute": "required",
126
+ "reflect": false
127
+ },
128
+ "styled": {
129
+ "type": "boolean",
130
+ "mutable": false,
131
+ "complexType": {
132
+ "original": "boolean",
133
+ "resolved": "boolean",
134
+ "references": {}
135
+ },
136
+ "required": false,
137
+ "optional": true,
138
+ "docs": {
139
+ "tags": [],
140
+ "text": ""
141
+ },
142
+ "attribute": "styled",
143
+ "reflect": false
144
+ },
145
+ "value": {
146
+ "type": "string",
147
+ "mutable": false,
148
+ "complexType": {
149
+ "original": "string",
150
+ "resolved": "string",
151
+ "references": {}
152
+ },
153
+ "required": false,
154
+ "optional": true,
155
+ "docs": {
156
+ "tags": [],
157
+ "text": ""
158
+ },
159
+ "attribute": "value",
160
+ "reflect": false
161
+ }
162
+ }; }
163
+ static get states() { return {
164
+ "id": {}
165
+ }; }
166
+ static get events() { return [{
167
+ "method": "checkboxChange",
168
+ "name": "checkboxChange",
169
+ "bubbles": true,
170
+ "cancelable": true,
171
+ "composed": true,
172
+ "docs": {
173
+ "tags": [{
174
+ "text": undefined,
175
+ "name": "private"
176
+ }],
177
+ "text": ""
178
+ },
179
+ "complexType": {
180
+ "original": "any",
181
+ "resolved": "any",
182
+ "references": {}
166
183
  }
167
- };
168
- }
169
- static get states() {
170
- return {
171
- "id": {}
172
- };
173
- }
174
- static get events() {
175
- return [{
176
- "method": "checkboxChange",
177
- "name": "checkboxChange",
178
- "bubbles": true,
179
- "cancelable": true,
180
- "composed": true,
181
- "docs": {
182
- "tags": [{
183
- "name": "private",
184
- "text": undefined
185
- }],
186
- "text": ""
187
- },
188
- "complexType": {
189
- "original": "any",
190
- "resolved": "any",
191
- "references": {}
192
- }
193
- }];
194
- }
184
+ }]; }
195
185
  }
196
- //# sourceMappingURL=xpl-checkbox.js.map