quasar 2.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (973) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +47 -0
  3. package/dist/api/AddressbarColor.json +22 -0
  4. package/dist/api/AppFullscreen.json +71 -0
  5. package/dist/api/AppVisibility.json +15 -0
  6. package/dist/api/BottomSheet.json +212 -0
  7. package/dist/api/ClosePopup.json +21 -0
  8. package/dist/api/Cookies.json +189 -0
  9. package/dist/api/Dark.json +50 -0
  10. package/dist/api/Dialog.json +471 -0
  11. package/dist/api/Intersection.json +279 -0
  12. package/dist/api/Loading.json +256 -0
  13. package/dist/api/LoadingBar.json +55 -0
  14. package/dist/api/LocalStorage.json +191 -0
  15. package/dist/api/Meta.json +6 -0
  16. package/dist/api/Morph.json +193 -0
  17. package/dist/api/Mutation.json +122 -0
  18. package/dist/api/Notify.json +1068 -0
  19. package/dist/api/Platform.json +70 -0
  20. package/dist/api/QAjaxBar.json +91 -0
  21. package/dist/api/QAvatar.json +72 -0
  22. package/dist/api/QBadge.json +78 -0
  23. package/dist/api/QBanner.json +39 -0
  24. package/dist/api/QBar.json +23 -0
  25. package/dist/api/QBreadcrumbs.json +83 -0
  26. package/dist/api/QBreadcrumbsEl.json +101 -0
  27. package/dist/api/QBtn.json +288 -0
  28. package/dist/api/QBtnDropdown.json +484 -0
  29. package/dist/api/QBtnGroup.json +53 -0
  30. package/dist/api/QBtnToggle.json +249 -0
  31. package/dist/api/QCard.json +45 -0
  32. package/dist/api/QCardActions.json +33 -0
  33. package/dist/api/QCardSection.json +30 -0
  34. package/dist/api/QCarousel.json +393 -0
  35. package/dist/api/QCarouselControl.json +42 -0
  36. package/dist/api/QCarouselSlide.json +44 -0
  37. package/dist/api/QChatMessage.json +128 -0
  38. package/dist/api/QCheckbox.json +172 -0
  39. package/dist/api/QChip.json +206 -0
  40. package/dist/api/QCircularProgress.json +135 -0
  41. package/dist/api/QColor.json +131 -0
  42. package/dist/api/QDate.json +550 -0
  43. package/dist/api/QDialog.json +210 -0
  44. package/dist/api/QDrawer.json +262 -0
  45. package/dist/api/QEditor.json +385 -0
  46. package/dist/api/QExpansionItem.json +339 -0
  47. package/dist/api/QFab.json +310 -0
  48. package/dist/api/QFabAction.json +222 -0
  49. package/dist/api/QField.json +417 -0
  50. package/dist/api/QFile.json +623 -0
  51. package/dist/api/QFooter.json +61 -0
  52. package/dist/api/QForm.json +102 -0
  53. package/dist/api/QFormChildMixin.json +24 -0
  54. package/dist/api/QHeader.json +70 -0
  55. package/dist/api/QIcon.json +64 -0
  56. package/dist/api/QImg.json +236 -0
  57. package/dist/api/QInfiniteScroll.json +120 -0
  58. package/dist/api/QInnerLoading.json +77 -0
  59. package/dist/api/QInput.json +494 -0
  60. package/dist/api/QIntersection.json +91 -0
  61. package/dist/api/QItem.json +119 -0
  62. package/dist/api/QItemLabel.json +41 -0
  63. package/dist/api/QItemSection.json +38 -0
  64. package/dist/api/QKnob.json +196 -0
  65. package/dist/api/QLayout.json +110 -0
  66. package/dist/api/QLinearProgress.json +94 -0
  67. package/dist/api/QList.json +38 -0
  68. package/dist/api/QMarkupTable.json +58 -0
  69. package/dist/api/QMenu.json +323 -0
  70. package/dist/api/QNoSsr.json +37 -0
  71. package/dist/api/QOptionGroup.json +109 -0
  72. package/dist/api/QPage.json +47 -0
  73. package/dist/api/QPageContainer.json +11 -0
  74. package/dist/api/QPageScroller.json +73 -0
  75. package/dist/api/QPageSticky.json +46 -0
  76. package/dist/api/QPagination.json +324 -0
  77. package/dist/api/QParallax.json +85 -0
  78. package/dist/api/QPopupEdit.json +337 -0
  79. package/dist/api/QPopupProxy.json +147 -0
  80. package/dist/api/QPullToRefresh.json +87 -0
  81. package/dist/api/QRadio.json +133 -0
  82. package/dist/api/QRange.json +269 -0
  83. package/dist/api/QRating.json +167 -0
  84. package/dist/api/QResizeObserver.json +59 -0
  85. package/dist/api/QResponsive.json +26 -0
  86. package/dist/api/QRouteTab.json +190 -0
  87. package/dist/api/QScrollArea.json +338 -0
  88. package/dist/api/QScrollObserver.json +146 -0
  89. package/dist/api/QSelect.json +1341 -0
  90. package/dist/api/QSeparator.json +62 -0
  91. package/dist/api/QSkeleton.json +104 -0
  92. package/dist/api/QSlideItem.json +202 -0
  93. package/dist/api/QSlideTransition.json +36 -0
  94. package/dist/api/QSlider.json +196 -0
  95. package/dist/api/QSpace.json +6 -0
  96. package/dist/api/QSpinner.json +38 -0
  97. package/dist/api/QSpinnerAudio.json +28 -0
  98. package/dist/api/QSpinnerBall.json +28 -0
  99. package/dist/api/QSpinnerBars.json +28 -0
  100. package/dist/api/QSpinnerBox.json +28 -0
  101. package/dist/api/QSpinnerClock.json +28 -0
  102. package/dist/api/QSpinnerComment.json +28 -0
  103. package/dist/api/QSpinnerCube.json +28 -0
  104. package/dist/api/QSpinnerDots.json +28 -0
  105. package/dist/api/QSpinnerFacebook.json +28 -0
  106. package/dist/api/QSpinnerGears.json +28 -0
  107. package/dist/api/QSpinnerGrid.json +28 -0
  108. package/dist/api/QSpinnerHearts.json +28 -0
  109. package/dist/api/QSpinnerHourglass.json +28 -0
  110. package/dist/api/QSpinnerInfinity.json +28 -0
  111. package/dist/api/QSpinnerIos.json +28 -0
  112. package/dist/api/QSpinnerOrbit.json +28 -0
  113. package/dist/api/QSpinnerOval.json +28 -0
  114. package/dist/api/QSpinnerPie.json +28 -0
  115. package/dist/api/QSpinnerPuff.json +28 -0
  116. package/dist/api/QSpinnerRadio.json +28 -0
  117. package/dist/api/QSpinnerRings.json +28 -0
  118. package/dist/api/QSpinnerTail.json +28 -0
  119. package/dist/api/QSplitter.json +142 -0
  120. package/dist/api/QStep.json +158 -0
  121. package/dist/api/QStepper.json +317 -0
  122. package/dist/api/QStepperNavigation.json +11 -0
  123. package/dist/api/QTab.json +111 -0
  124. package/dist/api/QTabPanel.json +34 -0
  125. package/dist/api/QTabPanels.json +193 -0
  126. package/dist/api/QTable.json +2645 -0
  127. package/dist/api/QTabs.json +165 -0
  128. package/dist/api/QTd.json +31 -0
  129. package/dist/api/QTh.json +26 -0
  130. package/dist/api/QTime.json +278 -0
  131. package/dist/api/QTimeline.json +48 -0
  132. package/dist/api/QTimelineEntry.json +101 -0
  133. package/dist/api/QToggle.json +216 -0
  134. package/dist/api/QToolbar.json +18 -0
  135. package/dist/api/QToolbarTitle.json +18 -0
  136. package/dist/api/QTooltip.json +274 -0
  137. package/dist/api/QTr.json +26 -0
  138. package/dist/api/QTree.json +552 -0
  139. package/dist/api/QUploader.json +481 -0
  140. package/dist/api/QUploaderAddTrigger.json +6 -0
  141. package/dist/api/QVideo.json +30 -0
  142. package/dist/api/QVirtualScroll.json +291 -0
  143. package/dist/api/Ripple.json +111 -0
  144. package/dist/api/Screen.json +207 -0
  145. package/dist/api/Scroll.json +31 -0
  146. package/dist/api/ScrollFire.json +21 -0
  147. package/dist/api/SessionStorage.json +191 -0
  148. package/dist/api/TouchHold.json +86 -0
  149. package/dist/api/TouchPan.json +200 -0
  150. package/dist/api/TouchRepeat.json +156 -0
  151. package/dist/api/TouchSwipe.json +118 -0
  152. package/dist/icon-set/bootstrap-icons.umd.prod.js +6 -0
  153. package/dist/icon-set/eva-icons.umd.prod.js +6 -0
  154. package/dist/icon-set/fontawesome-v5-pro.umd.prod.js +6 -0
  155. package/dist/icon-set/fontawesome-v5.umd.prod.js +6 -0
  156. package/dist/icon-set/ionicons-v4.umd.prod.js +6 -0
  157. package/dist/icon-set/line-awesome.umd.prod.js +6 -0
  158. package/dist/icon-set/material-icons-outlined.umd.prod.js +6 -0
  159. package/dist/icon-set/material-icons-round.umd.prod.js +6 -0
  160. package/dist/icon-set/material-icons-sharp.umd.prod.js +6 -0
  161. package/dist/icon-set/material-icons.umd.prod.js +6 -0
  162. package/dist/icon-set/mdi-v3.umd.prod.js +6 -0
  163. package/dist/icon-set/mdi-v4.umd.prod.js +6 -0
  164. package/dist/icon-set/mdi-v5.umd.prod.js +6 -0
  165. package/dist/icon-set/mdi-v6.umd.prod.js +6 -0
  166. package/dist/icon-set/svg-bootstrap-icons.umd.prod.js +6 -0
  167. package/dist/icon-set/svg-eva-icons.umd.prod.js +6 -0
  168. package/dist/icon-set/svg-fontawesome-v5.umd.prod.js +6 -0
  169. package/dist/icon-set/svg-ionicons-v4.umd.prod.js +6 -0
  170. package/dist/icon-set/svg-ionicons-v5.umd.prod.js +6 -0
  171. package/dist/icon-set/svg-line-awesome.umd.prod.js +6 -0
  172. package/dist/icon-set/svg-material-icons-outlined.umd.prod.js +6 -0
  173. package/dist/icon-set/svg-material-icons-round.umd.prod.js +6 -0
  174. package/dist/icon-set/svg-material-icons-sharp.umd.prod.js +6 -0
  175. package/dist/icon-set/svg-material-icons.umd.prod.js +6 -0
  176. package/dist/icon-set/svg-mdi-v4.umd.prod.js +6 -0
  177. package/dist/icon-set/svg-mdi-v5.umd.prod.js +6 -0
  178. package/dist/icon-set/svg-mdi-v6.umd.prod.js +6 -0
  179. package/dist/icon-set/svg-themify.umd.prod.js +6 -0
  180. package/dist/icon-set/themify.umd.prod.js +6 -0
  181. package/dist/lang/ar.umd.prod.js +6 -0
  182. package/dist/lang/az-Latn.umd.prod.js +6 -0
  183. package/dist/lang/bg.umd.prod.js +6 -0
  184. package/dist/lang/bn.umd.prod.js +6 -0
  185. package/dist/lang/ca.umd.prod.js +6 -0
  186. package/dist/lang/cs.umd.prod.js +6 -0
  187. package/dist/lang/da.umd.prod.js +6 -0
  188. package/dist/lang/de.umd.prod.js +6 -0
  189. package/dist/lang/el.umd.prod.js +6 -0
  190. package/dist/lang/en-GB.umd.prod.js +6 -0
  191. package/dist/lang/en-US.umd.prod.js +6 -0
  192. package/dist/lang/eo.umd.prod.js +6 -0
  193. package/dist/lang/es.umd.prod.js +6 -0
  194. package/dist/lang/et.umd.prod.js +6 -0
  195. package/dist/lang/fa-IR.umd.prod.js +6 -0
  196. package/dist/lang/fa.umd.prod.js +6 -0
  197. package/dist/lang/fi.umd.prod.js +6 -0
  198. package/dist/lang/fr.umd.prod.js +6 -0
  199. package/dist/lang/gn.umd.prod.js +6 -0
  200. package/dist/lang/he.umd.prod.js +6 -0
  201. package/dist/lang/hr.umd.prod.js +6 -0
  202. package/dist/lang/hu.umd.prod.js +6 -0
  203. package/dist/lang/id.umd.prod.js +6 -0
  204. package/dist/lang/is.umd.prod.js +6 -0
  205. package/dist/lang/it.umd.prod.js +6 -0
  206. package/dist/lang/ja.umd.prod.js +6 -0
  207. package/dist/lang/km.umd.prod.js +6 -0
  208. package/dist/lang/ko-KR.umd.prod.js +6 -0
  209. package/dist/lang/kur-CKB.umd.prod.js +6 -0
  210. package/dist/lang/lu.umd.prod.js +6 -0
  211. package/dist/lang/lv.umd.prod.js +6 -0
  212. package/dist/lang/ml.umd.prod.js +6 -0
  213. package/dist/lang/ms.umd.prod.js +6 -0
  214. package/dist/lang/nb-NO.umd.prod.js +6 -0
  215. package/dist/lang/nl.umd.prod.js +6 -0
  216. package/dist/lang/pl.umd.prod.js +6 -0
  217. package/dist/lang/pt-BR.umd.prod.js +6 -0
  218. package/dist/lang/pt.umd.prod.js +6 -0
  219. package/dist/lang/ro.umd.prod.js +6 -0
  220. package/dist/lang/ru.umd.prod.js +6 -0
  221. package/dist/lang/sk.umd.prod.js +6 -0
  222. package/dist/lang/sl.umd.prod.js +6 -0
  223. package/dist/lang/sr.umd.prod.js +6 -0
  224. package/dist/lang/sv.umd.prod.js +6 -0
  225. package/dist/lang/ta.umd.prod.js +6 -0
  226. package/dist/lang/th.umd.prod.js +6 -0
  227. package/dist/lang/tr.umd.prod.js +6 -0
  228. package/dist/lang/ug.umd.prod.js +6 -0
  229. package/dist/lang/uk.umd.prod.js +6 -0
  230. package/dist/lang/vi.umd.prod.js +6 -0
  231. package/dist/lang/zh-CN.umd.prod.js +6 -0
  232. package/dist/lang/zh-TW.umd.prod.js +6 -0
  233. package/dist/quasar.addon.css +6291 -0
  234. package/dist/quasar.addon.prod.css +1 -0
  235. package/dist/quasar.addon.rtl.css +9286 -0
  236. package/dist/quasar.addon.rtl.prod.css +1 -0
  237. package/dist/quasar.cjs.prod.js +6 -0
  238. package/dist/quasar.css +11392 -0
  239. package/dist/quasar.esm.prod.js +6 -0
  240. package/dist/quasar.prod.css +1 -0
  241. package/dist/quasar.rtl.css +13790 -0
  242. package/dist/quasar.rtl.prod.css +1 -0
  243. package/dist/quasar.sass +7314 -0
  244. package/dist/quasar.umd.js +38430 -0
  245. package/dist/quasar.umd.prod.js +6 -0
  246. package/dist/ssr-directives/Morph.js +55 -0
  247. package/dist/ssr-directives/index.js +14 -0
  248. package/dist/transforms/api-list.json +151 -0
  249. package/dist/transforms/auto-import.json +267 -0
  250. package/dist/transforms/import-map.json +178 -0
  251. package/dist/transforms/import-transformation.js +9 -0
  252. package/dist/transforms/loader-asset-urls.json +40 -0
  253. package/dist/types/api/cookies.d.ts +1 -0
  254. package/dist/types/api/web-storage.d.ts +30 -0
  255. package/dist/types/api.d.ts +2 -0
  256. package/dist/types/composables.d.ts +30 -0
  257. package/dist/types/extras/animations.d.ts +106 -0
  258. package/dist/types/extras/fonts.d.ts +1 -0
  259. package/dist/types/extras/icon-set.d.ts +123 -0
  260. package/dist/types/extras.d.ts +3 -0
  261. package/dist/types/feature-flag.d.ts +57 -0
  262. package/dist/types/globals.d.ts +69 -0
  263. package/dist/types/index.d.ts +8818 -0
  264. package/dist/types/lang.d.ts +131 -0
  265. package/dist/types/meta.d.ts +16 -0
  266. package/dist/types/plugin.d.ts +17 -0
  267. package/dist/types/shim-icon-set.d.ts +7 -0
  268. package/dist/types/shim-lang.d.ts +7 -0
  269. package/dist/types/ts-helpers.d.ts +22 -0
  270. package/dist/types/tsconfig.json +7 -0
  271. package/dist/types/typings.json +4 -0
  272. package/dist/types/utils/colors.d.ts +28 -0
  273. package/dist/types/utils/date.d.ts +50 -0
  274. package/dist/types/utils/dom.d.ts +14 -0
  275. package/dist/types/utils/event.d.ts +28 -0
  276. package/dist/types/utils/format.d.ts +7 -0
  277. package/dist/types/utils/scroll.d.ts +20 -0
  278. package/dist/types/utils.d.ts +138 -0
  279. package/dist/vetur/quasar-attributes.json +5522 -0
  280. package/dist/vetur/quasar-tags.json +1992 -0
  281. package/dist/web-types/web-types.json +18572 -0
  282. package/icon-set/bootstrap-icons.js +136 -0
  283. package/icon-set/eva-icons.js +186 -0
  284. package/icon-set/fontawesome-v5-pro.js +128 -0
  285. package/icon-set/fontawesome-v5.js +128 -0
  286. package/icon-set/ionicons-v4.js +180 -0
  287. package/icon-set/line-awesome.js +128 -0
  288. package/icon-set/material-icons-outlined.js +128 -0
  289. package/icon-set/material-icons-round.js +128 -0
  290. package/icon-set/material-icons-sharp.js +128 -0
  291. package/icon-set/material-icons.js +128 -0
  292. package/icon-set/mdi-v3.js +141 -0
  293. package/icon-set/mdi-v4.js +141 -0
  294. package/icon-set/mdi-v5.js +141 -0
  295. package/icon-set/mdi-v6.js +141 -0
  296. package/icon-set/svg-bootstrap-icons.js +211 -0
  297. package/icon-set/svg-eva-icons.js +234 -0
  298. package/icon-set/svg-fontawesome-v5.js +198 -0
  299. package/icon-set/svg-ionicons-v4.js +235 -0
  300. package/icon-set/svg-ionicons-v5.js +225 -0
  301. package/icon-set/svg-line-awesome.js +198 -0
  302. package/icon-set/svg-material-icons-outlined.js +203 -0
  303. package/icon-set/svg-material-icons-round.js +203 -0
  304. package/icon-set/svg-material-icons-sharp.js +203 -0
  305. package/icon-set/svg-material-icons.js +203 -0
  306. package/icon-set/svg-mdi-v4.js +218 -0
  307. package/icon-set/svg-mdi-v5.js +225 -0
  308. package/icon-set/svg-mdi-v6.js +225 -0
  309. package/icon-set/svg-themify.js +232 -0
  310. package/icon-set/themify.js +169 -0
  311. package/lang/ar.js +96 -0
  312. package/lang/az-Latn.js +91 -0
  313. package/lang/bg.js +91 -0
  314. package/lang/bn.js +91 -0
  315. package/lang/ca.js +91 -0
  316. package/lang/cs.js +102 -0
  317. package/lang/da.js +91 -0
  318. package/lang/de.js +91 -0
  319. package/lang/el.js +91 -0
  320. package/lang/en-GB.js +91 -0
  321. package/lang/en-US.js +91 -0
  322. package/lang/eo.js +91 -0
  323. package/lang/es.js +91 -0
  324. package/lang/et.js +91 -0
  325. package/lang/fa-IR.js +92 -0
  326. package/lang/fa.js +92 -0
  327. package/lang/fi.js +92 -0
  328. package/lang/fr.js +94 -0
  329. package/lang/gn.js +91 -0
  330. package/lang/he.js +92 -0
  331. package/lang/hr.js +91 -0
  332. package/lang/hu.js +91 -0
  333. package/lang/id.js +91 -0
  334. package/lang/index.json +210 -0
  335. package/lang/is.js +91 -0
  336. package/lang/it.js +91 -0
  337. package/lang/ja.js +90 -0
  338. package/lang/km.js +91 -0
  339. package/lang/ko-KR.js +91 -0
  340. package/lang/kur-CKB.js +101 -0
  341. package/lang/lu.js +91 -0
  342. package/lang/lv.js +91 -0
  343. package/lang/ml.js +95 -0
  344. package/lang/ms.js +91 -0
  345. package/lang/nb-NO.js +92 -0
  346. package/lang/nl.js +91 -0
  347. package/lang/pl.js +91 -0
  348. package/lang/pt-BR.js +91 -0
  349. package/lang/pt.js +91 -0
  350. package/lang/ro.js +91 -0
  351. package/lang/ru.js +95 -0
  352. package/lang/sk.js +91 -0
  353. package/lang/sl.js +91 -0
  354. package/lang/sr.js +91 -0
  355. package/lang/sv.js +91 -0
  356. package/lang/ta.js +91 -0
  357. package/lang/th.js +91 -0
  358. package/lang/tr.js +87 -0
  359. package/lang/ug.js +92 -0
  360. package/lang/uk.js +95 -0
  361. package/lang/vi.js +91 -0
  362. package/lang/zh-CN.js +90 -0
  363. package/lang/zh-TW.js +90 -0
  364. package/package.json +108 -0
  365. package/src/api-file-example.json +94 -0
  366. package/src/api.extends.json +264 -0
  367. package/src/body.js +109 -0
  368. package/src/components/ajax-bar/QAjaxBar.js +238 -0
  369. package/src/components/ajax-bar/QAjaxBar.json +76 -0
  370. package/src/components/ajax-bar/QAjaxBar.sass +27 -0
  371. package/src/components/ajax-bar/index.js +5 -0
  372. package/src/components/avatar/QAvatar.js +61 -0
  373. package/src/components/avatar/QAvatar.json +42 -0
  374. package/src/components/avatar/QAvatar.sass +22 -0
  375. package/src/components/avatar/index.js +5 -0
  376. package/src/components/badge/QBadge.js +59 -0
  377. package/src/components/badge/QBadge.json +65 -0
  378. package/src/components/badge/QBadge.sass +32 -0
  379. package/src/components/badge/index.js +5 -0
  380. package/src/components/banner/QBanner.js +57 -0
  381. package/src/components/banner/QBanner.json +39 -0
  382. package/src/components/banner/QBanner.sass +38 -0
  383. package/src/components/banner/index.js +5 -0
  384. package/src/components/bar/QBar.js +30 -0
  385. package/src/components/bar/QBar.json +22 -0
  386. package/src/components/bar/QBar.sass +31 -0
  387. package/src/components/bar/index.js +5 -0
  388. package/src/components/breadcrumbs/QBreadcrumbs.js +90 -0
  389. package/src/components/breadcrumbs/QBreadcrumbs.json +57 -0
  390. package/src/components/breadcrumbs/QBreadcrumbs.sass +16 -0
  391. package/src/components/breadcrumbs/QBreadcrumbsEl.js +57 -0
  392. package/src/components/breadcrumbs/QBreadcrumbsEl.json +36 -0
  393. package/src/components/breadcrumbs/index.js +7 -0
  394. package/src/components/btn/QBtn.js +362 -0
  395. package/src/components/btn/QBtn.json +70 -0
  396. package/src/components/btn/QBtn.sass +157 -0
  397. package/src/components/btn/index.js +5 -0
  398. package/src/components/btn/use-btn.js +195 -0
  399. package/src/components/btn/use-btn.json +172 -0
  400. package/src/components/btn-dropdown/QBtnDropdown.js +215 -0
  401. package/src/components/btn-dropdown/QBtnDropdown.json +138 -0
  402. package/src/components/btn-dropdown/QBtnDropdown.sass +15 -0
  403. package/src/components/btn-dropdown/index.js +5 -0
  404. package/src/components/btn-group/QBtnGroup.js +31 -0
  405. package/src/components/btn-group/QBtnGroup.json +61 -0
  406. package/src/components/btn-group/QBtnGroup.sass +85 -0
  407. package/src/components/btn-group/index.js +5 -0
  408. package/src/components/btn-toggle/QBtnToggle.js +166 -0
  409. package/src/components/btn-toggle/QBtnToggle.json +194 -0
  410. package/src/components/btn-toggle/QBtnToggle.sass +2 -0
  411. package/src/components/btn-toggle/index.js +5 -0
  412. package/src/components/card/QCard.js +37 -0
  413. package/src/components/card/QCard.json +35 -0
  414. package/src/components/card/QCard.sass +96 -0
  415. package/src/components/card/QCardActions.js +25 -0
  416. package/src/components/card/QCardActions.json +27 -0
  417. package/src/components/card/QCardSection.js +25 -0
  418. package/src/components/card/QCardSection.json +25 -0
  419. package/src/components/card/index.js +9 -0
  420. package/src/components/carousel/QCarousel.js +267 -0
  421. package/src/components/carousel/QCarousel.json +150 -0
  422. package/src/components/carousel/QCarousel.sass +126 -0
  423. package/src/components/carousel/QCarouselControl.js +36 -0
  424. package/src/components/carousel/QCarouselControl.json +34 -0
  425. package/src/components/carousel/QCarouselSlide.js +27 -0
  426. package/src/components/carousel/QCarouselSlide.json +36 -0
  427. package/src/components/carousel/index.js +9 -0
  428. package/src/components/chat/QChatMessage.js +155 -0
  429. package/src/components/chat/QChatMessage.json +115 -0
  430. package/src/components/chat/QChatMessage.sass +75 -0
  431. package/src/components/chat/index.js +5 -0
  432. package/src/components/checkbox/QCheckbox.js +35 -0
  433. package/src/components/checkbox/QCheckbox.json +7 -0
  434. package/src/components/checkbox/QCheckbox.sass +114 -0
  435. package/src/components/checkbox/index.js +5 -0
  436. package/src/components/checkbox/use-checkbox.js +236 -0
  437. package/src/components/checkbox/use-checkbox.json +127 -0
  438. package/src/components/chip/QChip.js +197 -0
  439. package/src/components/chip/QChip.json +146 -0
  440. package/src/components/chip/QChip.sass +83 -0
  441. package/src/components/chip/index.js +5 -0
  442. package/src/components/circular-progress/QCircularProgress.js +135 -0
  443. package/src/components/circular-progress/QCircularProgress.json +107 -0
  444. package/src/components/circular-progress/QCircularProgress.sass +38 -0
  445. package/src/components/circular-progress/index.js +5 -0
  446. package/src/components/circular-progress/use-circular-progress.js +38 -0
  447. package/src/components/color/QColor.js +830 -0
  448. package/src/components/color/QColor.json +96 -0
  449. package/src/components/color/QColor.sass +188 -0
  450. package/src/components/color/index.js +5 -0
  451. package/src/components/date/QDate.js +1450 -0
  452. package/src/components/date/QDate.json +439 -0
  453. package/src/components/date/QDate.sass +249 -0
  454. package/src/components/date/index.js +5 -0
  455. package/src/components/date/use-datetime.js +95 -0
  456. package/src/components/date/use-datetime.json +86 -0
  457. package/src/components/dialog/QDialog.js +402 -0
  458. package/src/components/dialog/QDialog.json +126 -0
  459. package/src/components/dialog/QDialog.sass +106 -0
  460. package/src/components/dialog/index.js +5 -0
  461. package/src/components/dialog-bottom-sheet/BottomSheet.js +177 -0
  462. package/src/components/dialog-bottom-sheet/BottomSheet.sass +37 -0
  463. package/src/components/dialog-plugin/DialogPlugin.js +323 -0
  464. package/src/components/dialog-plugin/DialogPlugin.sass +11 -0
  465. package/src/components/drawer/QDrawer.js +693 -0
  466. package/src/components/drawer/QDrawer.json +164 -0
  467. package/src/components/drawer/index.js +5 -0
  468. package/src/components/editor/QEditor.js +539 -0
  469. package/src/components/editor/QEditor.json +301 -0
  470. package/src/components/editor/QEditor.sass +83 -0
  471. package/src/components/editor/editor-caret.js +363 -0
  472. package/src/components/editor/editor-utils.js +287 -0
  473. package/src/components/editor/index.js +5 -0
  474. package/src/components/expansion-item/QExpansionItem.js +337 -0
  475. package/src/components/expansion-item/QExpansionItem.json +175 -0
  476. package/src/components/expansion-item/QExpansionItem.sass +72 -0
  477. package/src/components/expansion-item/index.js +5 -0
  478. package/src/components/fab/QFab.js +136 -0
  479. package/src/components/fab/QFab.json +73 -0
  480. package/src/components/fab/QFab.sass +154 -0
  481. package/src/components/fab/QFabAction.js +96 -0
  482. package/src/components/fab/QFabAction.json +59 -0
  483. package/src/components/fab/index.js +7 -0
  484. package/src/components/fab/use-fab.js +90 -0
  485. package/src/components/fab/use-fab.json +123 -0
  486. package/src/components/field/QField.js +17 -0
  487. package/src/components/field/QField.json +112 -0
  488. package/src/components/field/QField.sass +535 -0
  489. package/src/components/field/index.js +5 -0
  490. package/src/components/file/QFile.js +273 -0
  491. package/src/components/file/QFile.json +179 -0
  492. package/src/components/file/QFile.sass +19 -0
  493. package/src/components/file/index.js +5 -0
  494. package/src/components/footer/QFooter.js +200 -0
  495. package/src/components/footer/QFooter.json +60 -0
  496. package/src/components/footer/index.js +5 -0
  497. package/src/components/form/QForm.js +184 -0
  498. package/src/components/form/QForm.json +120 -0
  499. package/src/components/form/QForm.sass +2 -0
  500. package/src/components/form/QFormChildMixin.js +40 -0
  501. package/src/components/form/QFormChildMixin.json +22 -0
  502. package/src/components/form/index.js +7 -0
  503. package/src/components/header/QHeader.js +179 -0
  504. package/src/components/header/QHeader.json +70 -0
  505. package/src/components/header/index.js +5 -0
  506. package/src/components/icon/QIcon.js +202 -0
  507. package/src/components/icon/QIcon.json +45 -0
  508. package/src/components/icon/QIcon.sass +38 -0
  509. package/src/components/icon/index.js +5 -0
  510. package/src/components/img/QImg.js +287 -0
  511. package/src/components/img/QImg.json +225 -0
  512. package/src/components/img/QImg.sass +40 -0
  513. package/src/components/img/index.js +5 -0
  514. package/src/components/infinite-scroll/QInfiniteScroll.js +215 -0
  515. package/src/components/infinite-scroll/QInfiniteScroll.json +109 -0
  516. package/src/components/infinite-scroll/index.js +5 -0
  517. package/src/components/inner-loading/QInnerLoading.js +57 -0
  518. package/src/components/inner-loading/QInnerLoading.json +35 -0
  519. package/src/components/inner-loading/QInnerLoading.sass +4 -0
  520. package/src/components/inner-loading/index.js +5 -0
  521. package/src/components/input/QInput.js +394 -0
  522. package/src/components/input/QInput.json +131 -0
  523. package/src/components/input/QInput.sass +58 -0
  524. package/src/components/input/index.js +5 -0
  525. package/src/components/input/use-mask.js +543 -0
  526. package/src/components/input/use-mask.json +31 -0
  527. package/src/components/intersection/QIntersection.js +97 -0
  528. package/src/components/intersection/QIntersection.json +78 -0
  529. package/src/components/intersection/QIntersection.sass +2 -0
  530. package/src/components/intersection/index.js +5 -0
  531. package/src/components/item/QItem.js +156 -0
  532. package/src/components/item/QItem.json +65 -0
  533. package/src/components/item/QItem.sass +119 -0
  534. package/src/components/item/QItemLabel.js +42 -0
  535. package/src/components/item/QItemLabel.json +38 -0
  536. package/src/components/item/QItemSection.js +28 -0
  537. package/src/components/item/QItemSection.json +43 -0
  538. package/src/components/item/QList.js +34 -0
  539. package/src/components/item/QList.json +37 -0
  540. package/src/components/item/index.js +13 -0
  541. package/src/components/knob/QKnob.js +278 -0
  542. package/src/components/knob/QKnob.json +140 -0
  543. package/src/components/knob/QKnob.sass +21 -0
  544. package/src/components/knob/index.js +5 -0
  545. package/src/components/layout/QLayout.js +208 -0
  546. package/src/components/layout/QLayout.json +102 -0
  547. package/src/components/layout/QLayout.sass +181 -0
  548. package/src/components/layout/index.js +5 -0
  549. package/src/components/linear-progress/QLinearProgress.js +115 -0
  550. package/src/components/linear-progress/QLinearProgress.json +77 -0
  551. package/src/components/linear-progress/QLinearProgress.sass +71 -0
  552. package/src/components/linear-progress/index.js +5 -0
  553. package/src/components/markup-table/QMarkupTable.js +49 -0
  554. package/src/components/markup-table/QMarkupTable.json +48 -0
  555. package/src/components/markup-table/index.js +5 -0
  556. package/src/components/menu/QMenu.js +369 -0
  557. package/src/components/menu/QMenu.json +142 -0
  558. package/src/components/menu/QMenu.sass +16 -0
  559. package/src/components/menu/index.js +5 -0
  560. package/src/components/no-ssr/QNoSsr.js +46 -0
  561. package/src/components/no-ssr/QNoSsr.json +30 -0
  562. package/src/components/no-ssr/index.js +5 -0
  563. package/src/components/option-group/QOptionGroup.js +114 -0
  564. package/src/components/option-group/QOptionGroup.json +80 -0
  565. package/src/components/option-group/QOptionGroup.sass +5 -0
  566. package/src/components/option-group/index.js +5 -0
  567. package/src/components/page/QPage.js +55 -0
  568. package/src/components/page/QPage.json +44 -0
  569. package/src/components/page/QPageContainer.js +42 -0
  570. package/src/components/page/QPageContainer.json +11 -0
  571. package/src/components/page/index.js +7 -0
  572. package/src/components/page-scroller/QPageScroller.js +116 -0
  573. package/src/components/page-scroller/QPageScroller.json +36 -0
  574. package/src/components/page-scroller/index.js +5 -0
  575. package/src/components/page-sticky/QPageSticky.js +14 -0
  576. package/src/components/page-sticky/QPageSticky.json +39 -0
  577. package/src/components/page-sticky/index.js +5 -0
  578. package/src/components/page-sticky/use-page-sticky.js +117 -0
  579. package/src/components/pagination/QPagination.js +374 -0
  580. package/src/components/pagination/QPagination.json +254 -0
  581. package/src/components/pagination/QPagination.sass +9 -0
  582. package/src/components/pagination/index.js +5 -0
  583. package/src/components/parallax/QParallax.js +166 -0
  584. package/src/components/parallax/QParallax.json +73 -0
  585. package/src/components/parallax/QParallax.sass +15 -0
  586. package/src/components/parallax/index.js +5 -0
  587. package/src/components/popup-edit/QPopupEdit.js +193 -0
  588. package/src/components/popup-edit/QPopupEdit.json +283 -0
  589. package/src/components/popup-edit/QPopupEdit.sass +8 -0
  590. package/src/components/popup-edit/index.js +5 -0
  591. package/src/components/popup-proxy/QPopupProxy.js +104 -0
  592. package/src/components/popup-proxy/QPopupProxy.json +65 -0
  593. package/src/components/popup-proxy/index.js +5 -0
  594. package/src/components/pull-to-refresh/QPullToRefresh.js +213 -0
  595. package/src/components/pull-to-refresh/QPullToRefresh.json +66 -0
  596. package/src/components/pull-to-refresh/QPullToRefresh.sass +13 -0
  597. package/src/components/pull-to-refresh/index.js +5 -0
  598. package/src/components/radio/QRadio.js +179 -0
  599. package/src/components/radio/QRadio.json +94 -0
  600. package/src/components/radio/QRadio.sass +95 -0
  601. package/src/components/radio/index.js +5 -0
  602. package/src/components/range/QRange.js +529 -0
  603. package/src/components/range/QRange.json +208 -0
  604. package/src/components/range/index.js +5 -0
  605. package/src/components/rating/QRating.js +216 -0
  606. package/src/components/rating/QRating.json +110 -0
  607. package/src/components/rating/QRating.sass +29 -0
  608. package/src/components/rating/index.js +5 -0
  609. package/src/components/resize-observer/QResizeObserver.js +139 -0
  610. package/src/components/resize-observer/QResizeObserver.json +51 -0
  611. package/src/components/resize-observer/index.js +5 -0
  612. package/src/components/responsive/QResponsive.js +29 -0
  613. package/src/components/responsive/QResponsive.json +13 -0
  614. package/src/components/responsive/QResponsive.sass +19 -0
  615. package/src/components/responsive/index.js +5 -0
  616. package/src/components/scroll-area/QScrollArea.js +446 -0
  617. package/src/components/scroll-area/QScrollArea.json +300 -0
  618. package/src/components/scroll-area/QScrollArea.sass +37 -0
  619. package/src/components/scroll-area/index.js +5 -0
  620. package/src/components/scroll-observer/QScrollObserver.js +135 -0
  621. package/src/components/scroll-observer/QScrollObserver.json +115 -0
  622. package/src/components/scroll-observer/index.js +5 -0
  623. package/src/components/select/QSelect.js +1556 -0
  624. package/src/components/select/QSelect.json +789 -0
  625. package/src/components/select/QSelect.sass +64 -0
  626. package/src/components/select/index.js +5 -0
  627. package/src/components/separator/QSeparator.js +85 -0
  628. package/src/components/separator/QSeparator.json +42 -0
  629. package/src/components/separator/QSeparator.sass +32 -0
  630. package/src/components/separator/index.js +5 -0
  631. package/src/components/skeleton/QSkeleton.js +72 -0
  632. package/src/components/skeleton/QSkeleton.json +76 -0
  633. package/src/components/skeleton/QSkeleton.sass +140 -0
  634. package/src/components/skeleton/index.js +5 -0
  635. package/src/components/slide-item/QSlideItem.js +232 -0
  636. package/src/components/slide-item/QSlideItem.json +186 -0
  637. package/src/components/slide-item/QSlideItem.sass +41 -0
  638. package/src/components/slide-item/index.js +5 -0
  639. package/src/components/slide-transition/QSlideTransition.js +113 -0
  640. package/src/components/slide-transition/QSlideTransition.json +37 -0
  641. package/src/components/slide-transition/index.js +5 -0
  642. package/src/components/slider/QSlider.js +239 -0
  643. package/src/components/slider/QSlider.json +147 -0
  644. package/src/components/slider/QSlider.sass +225 -0
  645. package/src/components/slider/index.js +5 -0
  646. package/src/components/slider/use-slider.js +304 -0
  647. package/src/components/space/QSpace.js +11 -0
  648. package/src/components/space/QSpace.json +5 -0
  649. package/src/components/space/QSpace.sass +2 -0
  650. package/src/components/space/index.js +5 -0
  651. package/src/components/spinner/QSpinner.js +38 -0
  652. package/src/components/spinner/QSpinner.json +21 -0
  653. package/src/components/spinner/QSpinner.sass +34 -0
  654. package/src/components/spinner/QSpinnerAudio.js +88 -0
  655. package/src/components/spinner/QSpinnerAudio.json +3 -0
  656. package/src/components/spinner/QSpinnerBall.js +104 -0
  657. package/src/components/spinner/QSpinnerBall.json +3 -0
  658. package/src/components/spinner/QSpinnerBars.js +143 -0
  659. package/src/components/spinner/QSpinnerBars.json +3 -0
  660. package/src/components/spinner/QSpinnerBox.js +61 -0
  661. package/src/components/spinner/QSpinnerBox.json +3 -0
  662. package/src/components/spinner/QSpinnerClock.js +72 -0
  663. package/src/components/spinner/QSpinnerClock.json +3 -0
  664. package/src/components/spinner/QSpinnerComment.js +84 -0
  665. package/src/components/spinner/QSpinnerComment.json +3 -0
  666. package/src/components/spinner/QSpinnerCube.js +132 -0
  667. package/src/components/spinner/QSpinnerCube.json +3 -0
  668. package/src/components/spinner/QSpinnerDots.js +104 -0
  669. package/src/components/spinner/QSpinnerDots.json +3 -0
  670. package/src/components/spinner/QSpinnerFacebook.js +103 -0
  671. package/src/components/spinner/QSpinnerFacebook.json +3 -0
  672. package/src/components/spinner/QSpinnerGears.js +59 -0
  673. package/src/components/spinner/QSpinnerGears.json +3 -0
  674. package/src/components/spinner/QSpinnerGrid.js +152 -0
  675. package/src/components/spinner/QSpinnerGrid.json +3 -0
  676. package/src/components/spinner/QSpinnerHearts.js +54 -0
  677. package/src/components/spinner/QSpinnerHearts.json +3 -0
  678. package/src/components/spinner/QSpinnerHourglass.js +112 -0
  679. package/src/components/spinner/QSpinnerHourglass.json +3 -0
  680. package/src/components/spinner/QSpinnerInfinity.js +42 -0
  681. package/src/components/spinner/QSpinnerInfinity.json +3 -0
  682. package/src/components/spinner/QSpinnerIos.js +174 -0
  683. package/src/components/spinner/QSpinnerIos.json +3 -0
  684. package/src/components/spinner/QSpinnerOrbit.js +51 -0
  685. package/src/components/spinner/QSpinnerOrbit.json +3 -0
  686. package/src/components/spinner/QSpinnerOval.js +50 -0
  687. package/src/components/spinner/QSpinnerOval.json +3 -0
  688. package/src/components/spinner/QSpinnerPie.js +81 -0
  689. package/src/components/spinner/QSpinnerPie.json +3 -0
  690. package/src/components/spinner/QSpinnerPuff.js +83 -0
  691. package/src/components/spinner/QSpinnerPuff.json +3 -0
  692. package/src/components/spinner/QSpinnerRadio.js +76 -0
  693. package/src/components/spinner/QSpinnerRadio.json +3 -0
  694. package/src/components/spinner/QSpinnerRings.js +106 -0
  695. package/src/components/spinner/QSpinnerRings.json +3 -0
  696. package/src/components/spinner/QSpinnerTail.js +83 -0
  697. package/src/components/spinner/QSpinnerTail.json +3 -0
  698. package/src/components/spinner/__spinner-mixin.json +13 -0
  699. package/src/components/spinner/index.js +51 -0
  700. package/src/components/spinner/use-spinner.js +24 -0
  701. package/src/components/splitter/QSplitter.js +205 -0
  702. package/src/components/splitter/QSplitter.json +129 -0
  703. package/src/components/splitter/QSplitter.sass +54 -0
  704. package/src/components/splitter/index.js +5 -0
  705. package/src/components/stepper/QStep.js +132 -0
  706. package/src/components/stepper/QStep.json +101 -0
  707. package/src/components/stepper/QStepper.js +133 -0
  708. package/src/components/stepper/QStepper.json +108 -0
  709. package/src/components/stepper/QStepper.sass +210 -0
  710. package/src/components/stepper/QStepperNavigation.js +11 -0
  711. package/src/components/stepper/QStepperNavigation.json +11 -0
  712. package/src/components/stepper/StepHeader.js +165 -0
  713. package/src/components/stepper/index.js +9 -0
  714. package/src/components/tab-panels/QTabPanel.js +14 -0
  715. package/src/components/tab-panels/QTabPanel.json +19 -0
  716. package/src/components/tab-panels/QTabPanel.sass +5 -0
  717. package/src/components/tab-panels/QTabPanels.js +42 -0
  718. package/src/components/tab-panels/QTabPanels.json +13 -0
  719. package/src/components/tab-panels/index.js +7 -0
  720. package/src/components/table/QTable.js +1068 -0
  721. package/src/components/table/QTable.json +2318 -0
  722. package/src/components/table/QTable.sass +283 -0
  723. package/src/components/table/QTd.js +43 -0
  724. package/src/components/table/QTd.json +32 -0
  725. package/src/components/table/QTh.js +69 -0
  726. package/src/components/table/QTh.json +26 -0
  727. package/src/components/table/QTr.js +22 -0
  728. package/src/components/table/QTr.json +26 -0
  729. package/src/components/table/get-table-middle.js +7 -0
  730. package/src/components/table/index.js +11 -0
  731. package/src/components/table/table-column-selection.js +88 -0
  732. package/src/components/table/table-filter.js +35 -0
  733. package/src/components/table/table-pagination.js +213 -0
  734. package/src/components/table/table-row-expand.js +56 -0
  735. package/src/components/table/table-row-selection.js +87 -0
  736. package/src/components/table/table-sort.js +124 -0
  737. package/src/components/tabs/QRouteTab.js +36 -0
  738. package/src/components/tabs/QRouteTab.json +55 -0
  739. package/src/components/tabs/QTab.js +16 -0
  740. package/src/components/tabs/QTab.json +78 -0
  741. package/src/components/tabs/QTabs.js +465 -0
  742. package/src/components/tabs/QTabs.json +141 -0
  743. package/src/components/tabs/QTabs.sass +189 -0
  744. package/src/components/tabs/index.js +9 -0
  745. package/src/components/tabs/use-tab.js +199 -0
  746. package/src/components/time/QTime.js +918 -0
  747. package/src/components/time/QTime.json +174 -0
  748. package/src/components/time/QTime.sass +186 -0
  749. package/src/components/time/index.js +5 -0
  750. package/src/components/timeline/QTimeline.js +43 -0
  751. package/src/components/timeline/QTimeline.json +37 -0
  752. package/src/components/timeline/QTimeline.sass +243 -0
  753. package/src/components/timeline/QTimelineEntry.js +110 -0
  754. package/src/components/timeline/QTimelineEntry.json +84 -0
  755. package/src/components/timeline/index.js +7 -0
  756. package/src/components/toggle/QToggle.js +56 -0
  757. package/src/components/toggle/QToggle.json +39 -0
  758. package/src/components/toggle/QToggle.sass +132 -0
  759. package/src/components/toggle/index.js +5 -0
  760. package/src/components/toolbar/QToolbar.js +20 -0
  761. package/src/components/toolbar/QToolbar.json +19 -0
  762. package/src/components/toolbar/QToolbar.sass +25 -0
  763. package/src/components/toolbar/QToolbarTitle.js +20 -0
  764. package/src/components/toolbar/QToolbarTitle.json +19 -0
  765. package/src/components/toolbar/index.js +7 -0
  766. package/src/components/tooltip/QTooltip.js +309 -0
  767. package/src/components/tooltip/QTooltip.json +113 -0
  768. package/src/components/tooltip/QTooltip.sass +18 -0
  769. package/src/components/tooltip/index.js +5 -0
  770. package/src/components/tree/QTree.js +694 -0
  771. package/src/components/tree/QTree.json +524 -0
  772. package/src/components/tree/QTree.sass +132 -0
  773. package/src/components/tree/index.js +5 -0
  774. package/src/components/uploader/QUploader.js +4 -0
  775. package/src/components/uploader/QUploader.json +144 -0
  776. package/src/components/uploader/QUploader.sass +134 -0
  777. package/src/components/uploader/QUploaderAddTrigger.js +13 -0
  778. package/src/components/uploader/QUploaderAddTrigger.json +5 -0
  779. package/src/components/uploader/index.js +7 -0
  780. package/src/components/uploader/uploader-core.js +481 -0
  781. package/src/components/uploader/xhr-uploader-plugin.js +258 -0
  782. package/src/components/uploader/xhr-uploader-plugin.json +203 -0
  783. package/src/components/video/QVideo.js +36 -0
  784. package/src/components/video/QVideo.json +19 -0
  785. package/src/components/video/QVideo.sass +24 -0
  786. package/src/components/video/index.js +5 -0
  787. package/src/components/virtual-scroll/QVirtualScroll.js +161 -0
  788. package/src/components/virtual-scroll/QVirtualScroll.json +95 -0
  789. package/src/components/virtual-scroll/QVirtualScroll.sass +40 -0
  790. package/src/components/virtual-scroll/index.js +5 -0
  791. package/src/components/virtual-scroll/use-virtual-scroll.js +727 -0
  792. package/src/components/virtual-scroll/use-virtual-scroll.json +141 -0
  793. package/src/components.js +79 -0
  794. package/src/composables/private/use-align.js +31 -0
  795. package/src/composables/private/use-anchor.js +208 -0
  796. package/src/composables/private/use-anchor.json +29 -0
  797. package/src/composables/private/use-cache.js +21 -0
  798. package/src/composables/private/use-can-render.js +16 -0
  799. package/src/composables/private/use-dark.js +17 -0
  800. package/src/composables/private/use-field.js +589 -0
  801. package/src/composables/private/use-field.json +246 -0
  802. package/src/composables/private/use-file-dom-props.js +44 -0
  803. package/src/composables/private/use-file.js +201 -0
  804. package/src/composables/private/use-file.json +106 -0
  805. package/src/composables/private/use-form.js +29 -0
  806. package/src/composables/private/use-form.json +10 -0
  807. package/src/composables/private/use-fullscreen.js +101 -0
  808. package/src/composables/private/use-fullscreen.json +32 -0
  809. package/src/composables/private/use-history.js +31 -0
  810. package/src/composables/private/use-key-composition.js +26 -0
  811. package/src/composables/private/use-model-toggle.js +151 -0
  812. package/src/composables/private/use-model-toggle.json +51 -0
  813. package/src/composables/private/use-panel.child.json +17 -0
  814. package/src/composables/private/use-panel.js +277 -0
  815. package/src/composables/private/use-panel.json +142 -0
  816. package/src/composables/private/use-panel.sass +11 -0
  817. package/src/composables/private/use-portal.js +100 -0
  818. package/src/composables/private/use-portal.json +3 -0
  819. package/src/composables/private/use-prevent-scroll.js +17 -0
  820. package/src/composables/private/use-ratio.js +18 -0
  821. package/src/composables/private/use-ratio.json +14 -0
  822. package/src/composables/private/use-refocus-target.js +33 -0
  823. package/src/composables/private/use-router-link.js +213 -0
  824. package/src/composables/private/use-router-link.json +43 -0
  825. package/src/composables/private/use-scroll-target.js +46 -0
  826. package/src/composables/private/use-size.js +22 -0
  827. package/src/composables/private/use-size.json +10 -0
  828. package/src/composables/private/use-split-attrs.js +33 -0
  829. package/src/composables/private/use-tick.js +39 -0
  830. package/src/composables/private/use-timeout.js +20 -0
  831. package/src/composables/private/use-transition.js +35 -0
  832. package/src/composables/private/use-transition.json +21 -0
  833. package/src/composables/private/use-validate.js +215 -0
  834. package/src/composables/private/use-validate.json +77 -0
  835. package/src/composables/use-dialog-plugin-component.js +39 -0
  836. package/src/composables/use-form-child.js +35 -0
  837. package/src/composables/use-meta.js +49 -0
  838. package/src/composables/use-quasar.js +10 -0
  839. package/src/composables.js +11 -0
  840. package/src/css/core/animations.sass +90 -0
  841. package/src/css/core/colors.sass +1788 -0
  842. package/src/css/core/dark.sass +7 -0
  843. package/src/css/core/elevation.sass +27 -0
  844. package/src/css/core/flex.sass +158 -0
  845. package/src/css/core/helpers.sass +61 -0
  846. package/src/css/core/mouse.sass +40 -0
  847. package/src/css/core/orientation.sass +18 -0
  848. package/src/css/core/positioning.sass +101 -0
  849. package/src/css/core/size.sass +75 -0
  850. package/src/css/core/touch.sass +9 -0
  851. package/src/css/core/transitions.sass +153 -0
  852. package/src/css/core/typography.sass +70 -0
  853. package/src/css/core/visibility.sass +163 -0
  854. package/src/css/flex-addon.sass +212 -0
  855. package/src/css/helpers/math.sass +42 -0
  856. package/src/css/helpers/string.sass +17 -0
  857. package/src/css/index.sass +102 -0
  858. package/src/css/normalize.sass +177 -0
  859. package/src/css/variables.sass +550 -0
  860. package/src/directives/ClosePopup.js +66 -0
  861. package/src/directives/ClosePopup.json +17 -0
  862. package/src/directives/Intersection.js +90 -0
  863. package/src/directives/Intersection.json +231 -0
  864. package/src/directives/Morph.js +211 -0
  865. package/src/directives/Morph.json +177 -0
  866. package/src/directives/Morph.sass +7 -0
  867. package/src/directives/Morph.ssr.js +45 -0
  868. package/src/directives/Mutation.js +63 -0
  869. package/src/directives/Mutation.json +124 -0
  870. package/src/directives/Ripple.js +141 -0
  871. package/src/directives/Ripple.json +105 -0
  872. package/src/directives/Ripple.sass +29 -0
  873. package/src/directives/Scroll.js +49 -0
  874. package/src/directives/Scroll.json +24 -0
  875. package/src/directives/ScrollFire.js +65 -0
  876. package/src/directives/ScrollFire.json +19 -0
  877. package/src/directives/TouchHold.js +159 -0
  878. package/src/directives/TouchHold.json +82 -0
  879. package/src/directives/TouchPan.js +410 -0
  880. package/src/directives/TouchPan.json +187 -0
  881. package/src/directives/TouchRepeat.js +241 -0
  882. package/src/directives/TouchRepeat.json +153 -0
  883. package/src/directives/TouchSwipe.js +265 -0
  884. package/src/directives/TouchSwipe.json +113 -0
  885. package/src/directives.js +25 -0
  886. package/src/history.js +118 -0
  887. package/src/icon-set.js +60 -0
  888. package/src/index.all.js +25 -0
  889. package/src/index.umd.js +28 -0
  890. package/src/install-quasar.js +137 -0
  891. package/src/lang.js +100 -0
  892. package/src/plugins/AddressbarColor.js +69 -0
  893. package/src/plugins/AddressbarColor.json +21 -0
  894. package/src/plugins/AppFullscreen.js +110 -0
  895. package/src/plugins/AppFullscreen.json +74 -0
  896. package/src/plugins/AppVisibility.js +40 -0
  897. package/src/plugins/AppVisibility.json +16 -0
  898. package/src/plugins/BottomSheet.js +13 -0
  899. package/src/plugins/BottomSheet.json +91 -0
  900. package/src/plugins/Cookies.js +204 -0
  901. package/src/plugins/Cookies.json +160 -0
  902. package/src/plugins/Dark.js +98 -0
  903. package/src/plugins/Dark.json +40 -0
  904. package/src/plugins/Dialog.js +13 -0
  905. package/src/plugins/Dialog.json +322 -0
  906. package/src/plugins/Loading.js +151 -0
  907. package/src/plugins/Loading.json +182 -0
  908. package/src/plugins/Loading.sass +26 -0
  909. package/src/plugins/LoadingBar.js +67 -0
  910. package/src/plugins/LoadingBar.json +58 -0
  911. package/src/plugins/LocalStorage.js +16 -0
  912. package/src/plugins/LocalStorage.json +5 -0
  913. package/src/plugins/Meta.js +257 -0
  914. package/src/plugins/Meta.json +5 -0
  915. package/src/plugins/Notify.js +513 -0
  916. package/src/plugins/Notify.json +838 -0
  917. package/src/plugins/Notify.sass +203 -0
  918. package/src/plugins/Platform.js +366 -0
  919. package/src/plugins/Platform.json +73 -0
  920. package/src/plugins/Screen.js +176 -0
  921. package/src/plugins/Screen.json +192 -0
  922. package/src/plugins/SessionStorage.js +16 -0
  923. package/src/plugins/SessionStorage.json +5 -0
  924. package/src/plugins.js +33 -0
  925. package/src/utils/clone.js +6 -0
  926. package/src/utils/colors.js +295 -0
  927. package/src/utils/copy-to-clipboard.js +29 -0
  928. package/src/utils/create-meta-mixin.js +67 -0
  929. package/src/utils/create-uploader-component.js +21 -0
  930. package/src/utils/date.js +888 -0
  931. package/src/utils/debounce.js +26 -0
  932. package/src/utils/dom.js +98 -0
  933. package/src/utils/event.js +170 -0
  934. package/src/utils/export-file.js +65 -0
  935. package/src/utils/extend.js +83 -0
  936. package/src/utils/format.js +56 -0
  937. package/src/utils/frame-debounce.js +22 -0
  938. package/src/utils/get-css-var.js +11 -0
  939. package/src/utils/morph.js +987 -0
  940. package/src/utils/open-url.js +62 -0
  941. package/src/utils/patterns.js +31 -0
  942. package/src/utils/prevent-scroll.js +195 -0
  943. package/src/utils/private/click-outside.js +81 -0
  944. package/src/utils/private/date-persian.js +281 -0
  945. package/src/utils/private/define-reactive-plugin.js +21 -0
  946. package/src/utils/private/escape-key.js +53 -0
  947. package/src/utils/private/focus-manager.js +36 -0
  948. package/src/utils/private/focusout.js +28 -0
  949. package/src/utils/private/global-config.js +7 -0
  950. package/src/utils/private/global-dialog.js +161 -0
  951. package/src/utils/private/global-dialog.json +123 -0
  952. package/src/utils/private/global-nodes.js +43 -0
  953. package/src/utils/private/is.js +150 -0
  954. package/src/utils/private/key-composition.js +18 -0
  955. package/src/utils/private/noop-ssr-directive-transform.js +1 -0
  956. package/src/utils/private/option-sizes.js +7 -0
  957. package/src/utils/private/portal.js +56 -0
  958. package/src/utils/private/position-engine.js +244 -0
  959. package/src/utils/private/render.js +63 -0
  960. package/src/utils/private/selection.js +17 -0
  961. package/src/utils/private/sort.js +20 -0
  962. package/src/utils/private/symbols.js +9 -0
  963. package/src/utils/private/touch.js +55 -0
  964. package/src/utils/private/vm.js +38 -0
  965. package/src/utils/private/web-storage.js +135 -0
  966. package/src/utils/private/web-storage.json +150 -0
  967. package/src/utils/scroll.js +198 -0
  968. package/src/utils/set-css-var.js +13 -0
  969. package/src/utils/throttle.js +13 -0
  970. package/src/utils/uid.js +72 -0
  971. package/src/utils.js +46 -0
  972. package/src/vue-plugin.js +10 -0
  973. package/wrappers/index.js +31 -0
@@ -0,0 +1,77 @@
1
+ {
2
+ "props": {
3
+ "model-value": {
4
+ "type": "Any",
5
+ "desc": "Model of the component; Either use this property (along with a listener for 'update:model-value' event) OR use v-model directive",
6
+ "__exemption": [ "examples" ],
7
+ "category": "model"
8
+ },
9
+
10
+ "error": {
11
+ "type": "Boolean",
12
+ "desc": "Does field have validation errors?",
13
+ "category": "behavior"
14
+ },
15
+
16
+ "error-message": {
17
+ "type": "String",
18
+ "desc": "Validation error message (gets displayed only if 'error' is set to 'true')",
19
+ "examples": [ "Username must have at least 5 characters" ],
20
+ "category": "content"
21
+ },
22
+
23
+ "no-error-icon": {
24
+ "type": "Boolean",
25
+ "desc": "Hide error icon when there is an error",
26
+ "category": "content"
27
+ },
28
+
29
+ "rules": {
30
+ "type": "Array",
31
+ "desc": "Array of Functions/Strings; If String, then it must be a name of one of the embedded validation rules",
32
+ "examples": [
33
+ ":rules=\"[ val => val.length <= 3 || 'Please use maximum 3 characters' ]\"",
34
+ ":rules=\"[ 'fulltime' ]\""
35
+ ],
36
+ "category": "behavior"
37
+ },
38
+
39
+ "reactive-rules": {
40
+ "type": "Boolean",
41
+ "desc": "By default a change in the rules does not trigger a new validation until the model changes; If set to true then a change in the rules will trigger a validation; Has a performance penalty, so use it only when you really need it",
42
+ "category": "behavior"
43
+ },
44
+
45
+ "lazy-rules": {
46
+ "type": [ "Boolean", "String" ],
47
+ "desc": "If set to boolean true then it checks validation status against the 'rules' only after field loses focus for first time; If set to 'ondemand' then it will trigger only when component's validate() method is manually called or when the wrapper QForm submits itself",
48
+ "values": [ "(Boolean) true", "(Boolean) false", "ondemand" ],
49
+ "category": "behavior"
50
+ }
51
+ },
52
+
53
+ "methods": {
54
+ "resetValidation": {
55
+ "desc": "Reset validation status"
56
+ },
57
+
58
+ "validate": {
59
+ "desc": "Trigger a validation",
60
+ "params": {
61
+ "value": {
62
+ "type": "Any",
63
+ "desc": "Optional value to validate against",
64
+ "__exemption": [ "examples" ]
65
+ }
66
+ },
67
+ "returns": {
68
+ "type": [ "Boolean", "Promise<boolean>" ],
69
+ "desc": "True/false if no async rules, otherwise a Promise with the outcome (true -> validation was a success, false -> invalid models detected)",
70
+ "examples": [
71
+ "true",
72
+ "validate().then(outcome => { ... })"
73
+ ]
74
+ }
75
+ }
76
+ }
77
+ }
@@ -0,0 +1,39 @@
1
+ import { ref, getCurrentInstance } from 'vue'
2
+
3
+ // To be used for the custom component
4
+ // used on a Dialog plugin
5
+
6
+ function useDialogPluginComponent () {
7
+ const { emit, proxy } = getCurrentInstance()
8
+
9
+ // we need a Vue reference to the QDialog
10
+ // component so we can handle it;
11
+ // <q-dialog ref="dialogRef" ...
12
+ // make sure that the setup() in which this
13
+ // function is called returns dialogRef variable
14
+ const dialogRef = ref(null)
15
+
16
+ function show () { dialogRef.value.show() }
17
+ function hide () { dialogRef.value.hide() }
18
+
19
+ function onDialogOK (payload) {
20
+ emit('ok', payload)
21
+ hide()
22
+ }
23
+
24
+ function onDialogHide () { emit('hide') }
25
+
26
+ // expose public methods required by Dialog plugin
27
+ Object.assign(proxy, { show, hide })
28
+
29
+ return {
30
+ dialogRef,
31
+ onDialogHide,
32
+ onDialogOK,
33
+ onDialogCancel: hide
34
+ }
35
+ }
36
+
37
+ useDialogPluginComponent.emits = [ 'ok', 'hide' ]
38
+
39
+ export default useDialogPluginComponent
@@ -0,0 +1,35 @@
1
+ import { inject, watch, onBeforeUnmount, getCurrentInstance } from 'vue'
2
+
3
+ import { formKey } from '../utils/private/symbols.js'
4
+
5
+ export default function ({ validate, resetValidation, requiresQForm }) {
6
+ const $form = inject(formKey, false)
7
+
8
+ if ($form !== false) {
9
+ const { props, proxy } = getCurrentInstance()
10
+
11
+ // export public method (so it can be used in QForm)
12
+ Object.assign(proxy, { validate, resetValidation })
13
+
14
+ watch(() => props.disable, val => {
15
+ if (val === true) {
16
+ typeof resetValidation === 'function' && resetValidation()
17
+ $form.unbindComponent(proxy)
18
+ }
19
+ else {
20
+ $form.bindComponent(proxy)
21
+ }
22
+ })
23
+
24
+ // register component to parent QForm
25
+ props.disable !== true && $form.bindComponent(proxy)
26
+
27
+ onBeforeUnmount(() => {
28
+ // unregister component
29
+ props.disable !== true && $form.unbindComponent(proxy)
30
+ })
31
+ }
32
+ else if (requiresQForm !== true) {
33
+ console.error('Parent QForm not found on useFormChild()!')
34
+ }
35
+ }
@@ -0,0 +1,49 @@
1
+ import { computed, watch, onActivated, onDeactivated, onUnmounted, useSSRContext } from 'vue'
2
+
3
+ import { clientList, planClientUpdate } from '../plugins/Meta.js'
4
+
5
+ export default function (metaOptions) {
6
+ if (__QUASAR_SSR_SERVER__) {
7
+ const ssrContext = useSSRContext()
8
+
9
+ ssrContext.__qMetaList.push(
10
+ typeof metaOptions === 'function'
11
+ ? metaOptions()
12
+ : metaOptions
13
+ )
14
+ }
15
+ else {
16
+ const meta = { active: true }
17
+
18
+ if (typeof metaOptions === 'function') {
19
+ const content = computed(metaOptions)
20
+ meta.val = content.value
21
+
22
+ watch(content, val => {
23
+ meta.val = val
24
+ meta.active === true && planClientUpdate()
25
+ })
26
+ }
27
+ else {
28
+ meta.val = metaOptions
29
+ }
30
+
31
+ clientList.push(meta)
32
+ planClientUpdate()
33
+
34
+ onActivated(() => {
35
+ meta.active = true
36
+ planClientUpdate()
37
+ })
38
+
39
+ onDeactivated(() => {
40
+ meta.active = false
41
+ planClientUpdate()
42
+ })
43
+
44
+ onUnmounted(() => {
45
+ clientList.splice(clientList.indexOf(meta), 1)
46
+ planClientUpdate()
47
+ })
48
+ }
49
+ }
@@ -0,0 +1,10 @@
1
+ import { inject } from 'vue'
2
+ import { quasarKey } from '../utils/private/symbols.js'
3
+
4
+ /**
5
+ * Returns the $q instance.
6
+ * Equivalent to `this.$q` inside templates.
7
+ */
8
+ export default function useQuasar () {
9
+ return inject(quasarKey)
10
+ }
@@ -0,0 +1,11 @@
1
+ import useDialogPluginComponent from './composables/use-dialog-plugin-component.js'
2
+ import useFormChild from './composables/use-form-child.js'
3
+ import useMeta from './composables/use-meta.js'
4
+ import useQuasar from './composables/use-quasar.js'
5
+
6
+ export {
7
+ useDialogPluginComponent,
8
+ useFormChild,
9
+ useMeta,
10
+ useQuasar
11
+ }
@@ -0,0 +1,90 @@
1
+ /*
2
+ * Animate.css additions
3
+ * Adapted from: https://github.com/animate-css/animate.css/blob/6828621a01e145119db6194dc9b4d37325b48aa5/source/_base.css
4
+ */
5
+
6
+ \:root
7
+ --animate-duration: #{$animate-duration}
8
+ --animate-delay: #{$animate-delay}
9
+ --animate-repeat: #{$animate-repeat}
10
+
11
+ .animated
12
+ animation-duration: var(--animate-duration)
13
+ animation-fill-mode: both
14
+
15
+ &.infinite
16
+ animation-iteration-count: infinite
17
+
18
+ // Last seen on v3.5.2
19
+ &.hinge
20
+ animation-duration: 2s
21
+
22
+ &.repeat-1
23
+ animation-iteration-count: var(--animate-repeat)
24
+
25
+ &.repeat-2
26
+ animation-iteration-count: calc(var(--animate-repeat) * 2)
27
+
28
+ &.repeat-3
29
+ animation-iteration-count: calc(var(--animate-repeat) * 3)
30
+
31
+ &.delay-1s
32
+ animation-delay: var(--animate-delay)
33
+
34
+ &.delay-2s
35
+ animation-delay: calc(var(--animate-delay) * 2)
36
+
37
+ &.delay-3s
38
+ animation-delay: calc(var(--animate-delay) * 3)
39
+
40
+ &.delay-4s
41
+ animation-delay: calc(var(--animate-delay) * 4)
42
+
43
+ &.delay-5s
44
+ animation-delay: calc(var(--animate-delay) * 5)
45
+
46
+ &.faster
47
+ animation-duration: calc(var(--animate-duration) / 2)
48
+
49
+ &.fast
50
+ animation-duration: calc(var(--animate-duration) * 0.8)
51
+
52
+ &.slow
53
+ animation-duration: calc(var(--animate-duration) * 2)
54
+
55
+ &.slower
56
+ animation-duration: calc(var(--animate-duration) * 3)
57
+
58
+ @media print, (prefers-reduced-motion: reduce)
59
+ .animated
60
+ animation-duration: 1ms !important
61
+ transition-duration: 1ms !important
62
+ animation-iteration-count: 1 !important
63
+
64
+ .animated[class*='Out']
65
+ opacity: 0
66
+
67
+ /*
68
+ * Quasar animations
69
+ */
70
+
71
+ .q-animate--scale
72
+ animation: q-scale .15s
73
+ animation-timing-function: cubic-bezier(.25,.8,.25,1)
74
+
75
+ @keyframes q-scale
76
+ 0%
77
+ transform: scale(1)
78
+ 50%
79
+ transform: scale(1.04)
80
+ 100%
81
+ transform: scale(1)
82
+
83
+ .q-animate--fade
84
+ animation: q-fade .2s #{"/* rtl:ignore */"}
85
+
86
+ @keyframes q-fade
87
+ 0%
88
+ opacity: 0
89
+ 100%
90
+ opacity: 1
@@ -0,0 +1,1788 @@
1
+ \:root
2
+ --q-primary: #{$primary}
3
+ --q-secondary: #{$secondary}
4
+ --q-accent: #{$accent}
5
+ --q-positive: #{$positive}
6
+ --q-negative: #{$negative}
7
+ --q-info: #{$info}
8
+ --q-warning: #{$warning}
9
+ --q-dark: #{$dark}
10
+ --q-dark-page: #{$dark-page}
11
+
12
+ .text-dark
13
+ color: var(--q-dark) !important
14
+ .bg-dark
15
+ background: var(--q-dark) !important
16
+
17
+ .text-primary
18
+ color: var(--q-primary) !important
19
+ .bg-primary
20
+ background: var(--q-primary) !important
21
+
22
+ .text-secondary
23
+ color: var(--q-secondary) !important
24
+ .bg-secondary
25
+ background: var(--q-secondary) !important
26
+
27
+ .text-accent
28
+ color: var(--q-accent) !important
29
+ .bg-accent
30
+ background: var(--q-accent) !important
31
+
32
+ .text-positive
33
+ color: var(--q-positive) !important
34
+ .bg-positive
35
+ background: var(--q-positive) !important
36
+
37
+ .text-negative
38
+ color: var(--q-negative) !important
39
+ .bg-negative
40
+ background: var(--q-negative) !important
41
+
42
+ .text-info
43
+ color: var(--q-info) !important
44
+ .bg-info
45
+ background: var(--q-info) !important
46
+
47
+ .text-warning
48
+ color: var(--q-warning) !important
49
+ .bg-warning
50
+ background: var(--q-warning) !important
51
+
52
+ .text-white
53
+ color: #fff !important
54
+ .bg-white
55
+ background: #fff !important
56
+
57
+ .text-black
58
+ color: #000 !important
59
+ .bg-black
60
+ background: #000 !important
61
+
62
+ .text-transparent
63
+ color: transparent !important
64
+ .bg-transparent
65
+ background: transparent !important
66
+
67
+ .text-separator
68
+ color: $separator-color !important
69
+ .bg-separator
70
+ background: $separator-color !important
71
+
72
+ .text-dark-separator
73
+ color: $separator-dark-color !important
74
+ .bg-dark-separator
75
+ background: $separator-dark-color !important
76
+
77
+ // @stylint off
78
+
79
+ .text-red
80
+ color: $red !important
81
+
82
+ .text-red-1
83
+ color: $red-1 !important
84
+
85
+ .text-red-2
86
+ color: $red-2 !important
87
+
88
+ .text-red-3
89
+ color: $red-3 !important
90
+
91
+ .text-red-4
92
+ color: $red-4 !important
93
+
94
+ .text-red-5
95
+ color: $red-5 !important
96
+
97
+ .text-red-6
98
+ color: $red-6 !important
99
+
100
+ .text-red-7
101
+ color: $red-7 !important
102
+
103
+ .text-red-8
104
+ color: $red-8 !important
105
+
106
+ .text-red-9
107
+ color: $red-9 !important
108
+
109
+ .text-red-10
110
+ color: $red-10 !important
111
+
112
+ .text-red-11
113
+ color: $red-11 !important
114
+
115
+ .text-red-12
116
+ color: $red-12 !important
117
+
118
+ .text-red-13
119
+ color: $red-13 !important
120
+
121
+ .text-red-14
122
+ color: $red-14 !important
123
+
124
+ .text-pink
125
+ color: $pink !important
126
+
127
+ .text-pink-1
128
+ color: $pink-1 !important
129
+
130
+ .text-pink-2
131
+ color: $pink-2 !important
132
+
133
+ .text-pink-3
134
+ color: $pink-3 !important
135
+
136
+ .text-pink-4
137
+ color: $pink-4 !important
138
+
139
+ .text-pink-5
140
+ color: $pink-5 !important
141
+
142
+ .text-pink-6
143
+ color: $pink-6 !important
144
+
145
+ .text-pink-7
146
+ color: $pink-7 !important
147
+
148
+ .text-pink-8
149
+ color: $pink-8 !important
150
+
151
+ .text-pink-9
152
+ color: $pink-9 !important
153
+
154
+ .text-pink-10
155
+ color: $pink-10 !important
156
+
157
+ .text-pink-11
158
+ color: $pink-11 !important
159
+
160
+ .text-pink-12
161
+ color: $pink-12 !important
162
+
163
+ .text-pink-13
164
+ color: $pink-13 !important
165
+
166
+ .text-pink-14
167
+ color: $pink-14 !important
168
+
169
+ .text-purple
170
+ color: $purple !important
171
+
172
+ .text-purple-1
173
+ color: $purple-1 !important
174
+
175
+ .text-purple-2
176
+ color: $purple-2 !important
177
+
178
+ .text-purple-3
179
+ color: $purple-3 !important
180
+
181
+ .text-purple-4
182
+ color: $purple-4 !important
183
+
184
+ .text-purple-5
185
+ color: $purple-5 !important
186
+
187
+ .text-purple-6
188
+ color: $purple-6 !important
189
+
190
+ .text-purple-7
191
+ color: $purple-7 !important
192
+
193
+ .text-purple-8
194
+ color: $purple-8 !important
195
+
196
+ .text-purple-9
197
+ color: $purple-9 !important
198
+
199
+ .text-purple-10
200
+ color: $purple-10 !important
201
+
202
+ .text-purple-11
203
+ color: $purple-11 !important
204
+
205
+ .text-purple-12
206
+ color: $purple-12 !important
207
+
208
+ .text-purple-13
209
+ color: $purple-13 !important
210
+
211
+ .text-purple-14
212
+ color: $purple-14 !important
213
+
214
+ .text-deep-purple
215
+ color: $deep-purple !important
216
+
217
+ .text-deep-purple-1
218
+ color: $deep-purple-1 !important
219
+
220
+ .text-deep-purple-2
221
+ color: $deep-purple-2 !important
222
+
223
+ .text-deep-purple-3
224
+ color: $deep-purple-3 !important
225
+
226
+ .text-deep-purple-4
227
+ color: $deep-purple-4 !important
228
+
229
+ .text-deep-purple-5
230
+ color: $deep-purple-5 !important
231
+
232
+ .text-deep-purple-6
233
+ color: $deep-purple-6 !important
234
+
235
+ .text-deep-purple-7
236
+ color: $deep-purple-7 !important
237
+
238
+ .text-deep-purple-8
239
+ color: $deep-purple-8 !important
240
+
241
+ .text-deep-purple-9
242
+ color: $deep-purple-9 !important
243
+
244
+ .text-deep-purple-10
245
+ color: $deep-purple-10 !important
246
+
247
+ .text-deep-purple-11
248
+ color: $deep-purple-11 !important
249
+
250
+ .text-deep-purple-12
251
+ color: $deep-purple-12 !important
252
+
253
+ .text-deep-purple-13
254
+ color: $deep-purple-13 !important
255
+
256
+ .text-deep-purple-14
257
+ color: $deep-purple-14 !important
258
+
259
+ .text-indigo
260
+ color: $indigo !important
261
+
262
+ .text-indigo-1
263
+ color: $indigo-1 !important
264
+
265
+ .text-indigo-2
266
+ color: $indigo-2 !important
267
+
268
+ .text-indigo-3
269
+ color: $indigo-3 !important
270
+
271
+ .text-indigo-4
272
+ color: $indigo-4 !important
273
+
274
+ .text-indigo-5
275
+ color: $indigo-5 !important
276
+
277
+ .text-indigo-6
278
+ color: $indigo-6 !important
279
+
280
+ .text-indigo-7
281
+ color: $indigo-7 !important
282
+
283
+ .text-indigo-8
284
+ color: $indigo-8 !important
285
+
286
+ .text-indigo-9
287
+ color: $indigo-9 !important
288
+
289
+ .text-indigo-10
290
+ color: $indigo-10 !important
291
+
292
+ .text-indigo-11
293
+ color: $indigo-11 !important
294
+
295
+ .text-indigo-12
296
+ color: $indigo-12 !important
297
+
298
+ .text-indigo-13
299
+ color: $indigo-13 !important
300
+
301
+ .text-indigo-14
302
+ color: $indigo-14 !important
303
+
304
+ .text-blue
305
+ color: $blue !important
306
+
307
+ .text-blue-1
308
+ color: $blue-1 !important
309
+
310
+ .text-blue-2
311
+ color: $blue-2 !important
312
+
313
+ .text-blue-3
314
+ color: $blue-3 !important
315
+
316
+ .text-blue-4
317
+ color: $blue-4 !important
318
+
319
+ .text-blue-5
320
+ color: $blue-5 !important
321
+
322
+ .text-blue-6
323
+ color: $blue-6 !important
324
+
325
+ .text-blue-7
326
+ color: $blue-7 !important
327
+
328
+ .text-blue-8
329
+ color: $blue-8 !important
330
+
331
+ .text-blue-9
332
+ color: $blue-9 !important
333
+
334
+ .text-blue-10
335
+ color: $blue-10 !important
336
+
337
+ .text-blue-11
338
+ color: $blue-11 !important
339
+
340
+ .text-blue-12
341
+ color: $blue-12 !important
342
+
343
+ .text-blue-13
344
+ color: $blue-13 !important
345
+
346
+ .text-blue-14
347
+ color: $blue-14 !important
348
+
349
+ .text-light-blue
350
+ color: $light-blue !important
351
+
352
+ .text-light-blue-1
353
+ color: $light-blue-1 !important
354
+
355
+ .text-light-blue-2
356
+ color: $light-blue-2 !important
357
+
358
+ .text-light-blue-3
359
+ color: $light-blue-3 !important
360
+
361
+ .text-light-blue-4
362
+ color: $light-blue-4 !important
363
+
364
+ .text-light-blue-5
365
+ color: $light-blue-5 !important
366
+
367
+ .text-light-blue-6
368
+ color: $light-blue-6 !important
369
+
370
+ .text-light-blue-7
371
+ color: $light-blue-7 !important
372
+
373
+ .text-light-blue-8
374
+ color: $light-blue-8 !important
375
+
376
+ .text-light-blue-9
377
+ color: $light-blue-9 !important
378
+
379
+ .text-light-blue-10
380
+ color: $light-blue-10 !important
381
+
382
+ .text-light-blue-11
383
+ color: $light-blue-11 !important
384
+
385
+ .text-light-blue-12
386
+ color: $light-blue-12 !important
387
+
388
+ .text-light-blue-13
389
+ color: $light-blue-13 !important
390
+
391
+ .text-light-blue-14
392
+ color: $light-blue-14 !important
393
+
394
+ .text-cyan
395
+ color: $cyan !important
396
+
397
+ .text-cyan-1
398
+ color: $cyan-1 !important
399
+
400
+ .text-cyan-2
401
+ color: $cyan-2 !important
402
+
403
+ .text-cyan-3
404
+ color: $cyan-3 !important
405
+
406
+ .text-cyan-4
407
+ color: $cyan-4 !important
408
+
409
+ .text-cyan-5
410
+ color: $cyan-5 !important
411
+
412
+ .text-cyan-6
413
+ color: $cyan-6 !important
414
+
415
+ .text-cyan-7
416
+ color: $cyan-7 !important
417
+
418
+ .text-cyan-8
419
+ color: $cyan-8 !important
420
+
421
+ .text-cyan-9
422
+ color: $cyan-9 !important
423
+
424
+ .text-cyan-10
425
+ color: $cyan-10 !important
426
+
427
+ .text-cyan-11
428
+ color: $cyan-11 !important
429
+
430
+ .text-cyan-12
431
+ color: $cyan-12 !important
432
+
433
+ .text-cyan-13
434
+ color: $cyan-13 !important
435
+
436
+ .text-cyan-14
437
+ color: $cyan-14 !important
438
+
439
+ .text-teal
440
+ color: $teal !important
441
+
442
+ .text-teal-1
443
+ color: $teal-1 !important
444
+
445
+ .text-teal-2
446
+ color: $teal-2 !important
447
+
448
+ .text-teal-3
449
+ color: $teal-3 !important
450
+
451
+ .text-teal-4
452
+ color: $teal-4 !important
453
+
454
+ .text-teal-5
455
+ color: $teal-5 !important
456
+
457
+ .text-teal-6
458
+ color: $teal-6 !important
459
+
460
+ .text-teal-7
461
+ color: $teal-7 !important
462
+
463
+ .text-teal-8
464
+ color: $teal-8 !important
465
+
466
+ .text-teal-9
467
+ color: $teal-9 !important
468
+
469
+ .text-teal-10
470
+ color: $teal-10 !important
471
+
472
+ .text-teal-11
473
+ color: $teal-11 !important
474
+
475
+ .text-teal-12
476
+ color: $teal-12 !important
477
+
478
+ .text-teal-13
479
+ color: $teal-13 !important
480
+
481
+ .text-teal-14
482
+ color: $teal-14 !important
483
+
484
+ .text-green
485
+ color: $green !important
486
+
487
+ .text-green-1
488
+ color: $green-1 !important
489
+
490
+ .text-green-2
491
+ color: $green-2 !important
492
+
493
+ .text-green-3
494
+ color: $green-3 !important
495
+
496
+ .text-green-4
497
+ color: $green-4 !important
498
+
499
+ .text-green-5
500
+ color: $green-5 !important
501
+
502
+ .text-green-6
503
+ color: $green-6 !important
504
+
505
+ .text-green-7
506
+ color: $green-7 !important
507
+
508
+ .text-green-8
509
+ color: $green-8 !important
510
+
511
+ .text-green-9
512
+ color: $green-9 !important
513
+
514
+ .text-green-10
515
+ color: $green-10 !important
516
+
517
+ .text-green-11
518
+ color: $green-11 !important
519
+
520
+ .text-green-12
521
+ color: $green-12 !important
522
+
523
+ .text-green-13
524
+ color: $green-13 !important
525
+
526
+ .text-green-14
527
+ color: $green-14 !important
528
+
529
+ .text-light-green
530
+ color: $light-green !important
531
+
532
+ .text-light-green-1
533
+ color: $light-green-1 !important
534
+
535
+ .text-light-green-2
536
+ color: $light-green-2 !important
537
+
538
+ .text-light-green-3
539
+ color: $light-green-3 !important
540
+
541
+ .text-light-green-4
542
+ color: $light-green-4 !important
543
+
544
+ .text-light-green-5
545
+ color: $light-green-5 !important
546
+
547
+ .text-light-green-6
548
+ color: $light-green-6 !important
549
+
550
+ .text-light-green-7
551
+ color: $light-green-7 !important
552
+
553
+ .text-light-green-8
554
+ color: $light-green-8 !important
555
+
556
+ .text-light-green-9
557
+ color: $light-green-9 !important
558
+
559
+ .text-light-green-10
560
+ color: $light-green-10 !important
561
+
562
+ .text-light-green-11
563
+ color: $light-green-11 !important
564
+
565
+ .text-light-green-12
566
+ color: $light-green-12 !important
567
+
568
+ .text-light-green-13
569
+ color: $light-green-13 !important
570
+
571
+ .text-light-green-14
572
+ color: $light-green-14 !important
573
+
574
+ .text-lime
575
+ color: $lime !important
576
+
577
+ .text-lime-1
578
+ color: $lime-1 !important
579
+
580
+ .text-lime-2
581
+ color: $lime-2 !important
582
+
583
+ .text-lime-3
584
+ color: $lime-3 !important
585
+
586
+ .text-lime-4
587
+ color: $lime-4 !important
588
+
589
+ .text-lime-5
590
+ color: $lime-5 !important
591
+
592
+ .text-lime-6
593
+ color: $lime-6 !important
594
+
595
+ .text-lime-7
596
+ color: $lime-7 !important
597
+
598
+ .text-lime-8
599
+ color: $lime-8 !important
600
+
601
+ .text-lime-9
602
+ color: $lime-9 !important
603
+
604
+ .text-lime-10
605
+ color: $lime-10 !important
606
+
607
+ .text-lime-11
608
+ color: $lime-11 !important
609
+
610
+ .text-lime-12
611
+ color: $lime-12 !important
612
+
613
+ .text-lime-13
614
+ color: $lime-13 !important
615
+
616
+ .text-lime-14
617
+ color: $lime-14 !important
618
+
619
+ .text-yellow
620
+ color: $yellow !important
621
+
622
+ .text-yellow-1
623
+ color: $yellow-1 !important
624
+
625
+ .text-yellow-2
626
+ color: $yellow-2 !important
627
+
628
+ .text-yellow-3
629
+ color: $yellow-3 !important
630
+
631
+ .text-yellow-4
632
+ color: $yellow-4 !important
633
+
634
+ .text-yellow-5
635
+ color: $yellow-5 !important
636
+
637
+ .text-yellow-6
638
+ color: $yellow-6 !important
639
+
640
+ .text-yellow-7
641
+ color: $yellow-7 !important
642
+
643
+ .text-yellow-8
644
+ color: $yellow-8 !important
645
+
646
+ .text-yellow-9
647
+ color: $yellow-9 !important
648
+
649
+ .text-yellow-10
650
+ color: $yellow-10 !important
651
+
652
+ .text-yellow-11
653
+ color: $yellow-11 !important
654
+
655
+ .text-yellow-12
656
+ color: $yellow-12 !important
657
+
658
+ .text-yellow-13
659
+ color: $yellow-13 !important
660
+
661
+ .text-yellow-14
662
+ color: $yellow-14 !important
663
+
664
+ .text-amber
665
+ color: $amber !important
666
+
667
+ .text-amber-1
668
+ color: $amber-1 !important
669
+
670
+ .text-amber-2
671
+ color: $amber-2 !important
672
+
673
+ .text-amber-3
674
+ color: $amber-3 !important
675
+
676
+ .text-amber-4
677
+ color: $amber-4 !important
678
+
679
+ .text-amber-5
680
+ color: $amber-5 !important
681
+
682
+ .text-amber-6
683
+ color: $amber-6 !important
684
+
685
+ .text-amber-7
686
+ color: $amber-7 !important
687
+
688
+ .text-amber-8
689
+ color: $amber-8 !important
690
+
691
+ .text-amber-9
692
+ color: $amber-9 !important
693
+
694
+ .text-amber-10
695
+ color: $amber-10 !important
696
+
697
+ .text-amber-11
698
+ color: $amber-11 !important
699
+
700
+ .text-amber-12
701
+ color: $amber-12 !important
702
+
703
+ .text-amber-13
704
+ color: $amber-13 !important
705
+
706
+ .text-amber-14
707
+ color: $amber-14 !important
708
+
709
+ .text-orange
710
+ color: $orange !important
711
+
712
+ .text-orange-1
713
+ color: $orange-1 !important
714
+
715
+ .text-orange-2
716
+ color: $orange-2 !important
717
+
718
+ .text-orange-3
719
+ color: $orange-3 !important
720
+
721
+ .text-orange-4
722
+ color: $orange-4 !important
723
+
724
+ .text-orange-5
725
+ color: $orange-5 !important
726
+
727
+ .text-orange-6
728
+ color: $orange-6 !important
729
+
730
+ .text-orange-7
731
+ color: $orange-7 !important
732
+
733
+ .text-orange-8
734
+ color: $orange-8 !important
735
+
736
+ .text-orange-9
737
+ color: $orange-9 !important
738
+
739
+ .text-orange-10
740
+ color: $orange-10 !important
741
+
742
+ .text-orange-11
743
+ color: $orange-11 !important
744
+
745
+ .text-orange-12
746
+ color: $orange-12 !important
747
+
748
+ .text-orange-13
749
+ color: $orange-13 !important
750
+
751
+ .text-orange-14
752
+ color: $orange-14 !important
753
+
754
+ .text-deep-orange
755
+ color: $deep-orange !important
756
+
757
+ .text-deep-orange-1
758
+ color: $deep-orange-1 !important
759
+
760
+ .text-deep-orange-2
761
+ color: $deep-orange-2 !important
762
+
763
+ .text-deep-orange-3
764
+ color: $deep-orange-3 !important
765
+
766
+ .text-deep-orange-4
767
+ color: $deep-orange-4 !important
768
+
769
+ .text-deep-orange-5
770
+ color: $deep-orange-5 !important
771
+
772
+ .text-deep-orange-6
773
+ color: $deep-orange-6 !important
774
+
775
+ .text-deep-orange-7
776
+ color: $deep-orange-7 !important
777
+
778
+ .text-deep-orange-8
779
+ color: $deep-orange-8 !important
780
+
781
+ .text-deep-orange-9
782
+ color: $deep-orange-9 !important
783
+
784
+ .text-deep-orange-10
785
+ color: $deep-orange-10 !important
786
+
787
+ .text-deep-orange-11
788
+ color: $deep-orange-11 !important
789
+
790
+ .text-deep-orange-12
791
+ color: $deep-orange-12 !important
792
+
793
+ .text-deep-orange-13
794
+ color: $deep-orange-13 !important
795
+
796
+ .text-deep-orange-14
797
+ color: $deep-orange-14 !important
798
+
799
+ .text-brown
800
+ color: $brown !important
801
+
802
+ .text-brown-1
803
+ color: $brown-1 !important
804
+
805
+ .text-brown-2
806
+ color: $brown-2 !important
807
+
808
+ .text-brown-3
809
+ color: $brown-3 !important
810
+
811
+ .text-brown-4
812
+ color: $brown-4 !important
813
+
814
+ .text-brown-5
815
+ color: $brown-5 !important
816
+
817
+ .text-brown-6
818
+ color: $brown-6 !important
819
+
820
+ .text-brown-7
821
+ color: $brown-7 !important
822
+
823
+ .text-brown-8
824
+ color: $brown-8 !important
825
+
826
+ .text-brown-9
827
+ color: $brown-9 !important
828
+
829
+ .text-brown-10
830
+ color: $brown-10 !important
831
+
832
+ .text-brown-11
833
+ color: $brown-11 !important
834
+
835
+ .text-brown-12
836
+ color: $brown-12 !important
837
+
838
+ .text-brown-13
839
+ color: $brown-13 !important
840
+
841
+ .text-brown-14
842
+ color: $brown-14 !important
843
+
844
+ .text-grey
845
+ color: $grey !important
846
+
847
+ .text-grey-1
848
+ color: $grey-1 !important
849
+
850
+ .text-grey-2
851
+ color: $grey-2 !important
852
+
853
+ .text-grey-3
854
+ color: $grey-3 !important
855
+
856
+ .text-grey-4
857
+ color: $grey-4 !important
858
+
859
+ .text-grey-5
860
+ color: $grey-5 !important
861
+
862
+ .text-grey-6
863
+ color: $grey-6 !important
864
+
865
+ .text-grey-7
866
+ color: $grey-7 !important
867
+
868
+ .text-grey-8
869
+ color: $grey-8 !important
870
+
871
+ .text-grey-9
872
+ color: $grey-9 !important
873
+
874
+ .text-grey-10
875
+ color: $grey-10 !important
876
+
877
+ .text-grey-11
878
+ color: $grey-11 !important
879
+
880
+ .text-grey-12
881
+ color: $grey-12 !important
882
+
883
+ .text-grey-13
884
+ color: $grey-13 !important
885
+
886
+ .text-grey-14
887
+ color: $grey-14 !important
888
+
889
+ .text-blue-grey
890
+ color: $blue-grey !important
891
+
892
+ .text-blue-grey-1
893
+ color: $blue-grey-1 !important
894
+
895
+ .text-blue-grey-2
896
+ color: $blue-grey-2 !important
897
+
898
+ .text-blue-grey-3
899
+ color: $blue-grey-3 !important
900
+
901
+ .text-blue-grey-4
902
+ color: $blue-grey-4 !important
903
+
904
+ .text-blue-grey-5
905
+ color: $blue-grey-5 !important
906
+
907
+ .text-blue-grey-6
908
+ color: $blue-grey-6 !important
909
+
910
+ .text-blue-grey-7
911
+ color: $blue-grey-7 !important
912
+
913
+ .text-blue-grey-8
914
+ color: $blue-grey-8 !important
915
+
916
+ .text-blue-grey-9
917
+ color: $blue-grey-9 !important
918
+
919
+ .text-blue-grey-10
920
+ color: $blue-grey-10 !important
921
+
922
+ .text-blue-grey-11
923
+ color: $blue-grey-11 !important
924
+
925
+ .text-blue-grey-12
926
+ color: $blue-grey-12 !important
927
+
928
+ .text-blue-grey-13
929
+ color: $blue-grey-13 !important
930
+
931
+ .text-blue-grey-14
932
+ color: $blue-grey-14 !important
933
+
934
+
935
+ .bg-red
936
+ background: $red !important
937
+
938
+ .bg-red-1
939
+ background: $red-1 !important
940
+
941
+ .bg-red-2
942
+ background: $red-2 !important
943
+
944
+ .bg-red-3
945
+ background: $red-3 !important
946
+
947
+ .bg-red-4
948
+ background: $red-4 !important
949
+
950
+ .bg-red-5
951
+ background: $red-5 !important
952
+
953
+ .bg-red-6
954
+ background: $red-6 !important
955
+
956
+ .bg-red-7
957
+ background: $red-7 !important
958
+
959
+ .bg-red-8
960
+ background: $red-8 !important
961
+
962
+ .bg-red-9
963
+ background: $red-9 !important
964
+
965
+ .bg-red-10
966
+ background: $red-10 !important
967
+
968
+ .bg-red-11
969
+ background: $red-11 !important
970
+
971
+ .bg-red-12
972
+ background: $red-12 !important
973
+
974
+ .bg-red-13
975
+ background: $red-13 !important
976
+
977
+ .bg-red-14
978
+ background: $red-14 !important
979
+
980
+ .bg-pink
981
+ background: $pink !important
982
+
983
+ .bg-pink-1
984
+ background: $pink-1 !important
985
+
986
+ .bg-pink-2
987
+ background: $pink-2 !important
988
+
989
+ .bg-pink-3
990
+ background: $pink-3 !important
991
+
992
+ .bg-pink-4
993
+ background: $pink-4 !important
994
+
995
+ .bg-pink-5
996
+ background: $pink-5 !important
997
+
998
+ .bg-pink-6
999
+ background: $pink-6 !important
1000
+
1001
+ .bg-pink-7
1002
+ background: $pink-7 !important
1003
+
1004
+ .bg-pink-8
1005
+ background: $pink-8 !important
1006
+
1007
+ .bg-pink-9
1008
+ background: $pink-9 !important
1009
+
1010
+ .bg-pink-10
1011
+ background: $pink-10 !important
1012
+
1013
+ .bg-pink-11
1014
+ background: $pink-11 !important
1015
+
1016
+ .bg-pink-12
1017
+ background: $pink-12 !important
1018
+
1019
+ .bg-pink-13
1020
+ background: $pink-13 !important
1021
+
1022
+ .bg-pink-14
1023
+ background: $pink-14 !important
1024
+
1025
+ .bg-purple
1026
+ background: $purple !important
1027
+
1028
+ .bg-purple-1
1029
+ background: $purple-1 !important
1030
+
1031
+ .bg-purple-2
1032
+ background: $purple-2 !important
1033
+
1034
+ .bg-purple-3
1035
+ background: $purple-3 !important
1036
+
1037
+ .bg-purple-4
1038
+ background: $purple-4 !important
1039
+
1040
+ .bg-purple-5
1041
+ background: $purple-5 !important
1042
+
1043
+ .bg-purple-6
1044
+ background: $purple-6 !important
1045
+
1046
+ .bg-purple-7
1047
+ background: $purple-7 !important
1048
+
1049
+ .bg-purple-8
1050
+ background: $purple-8 !important
1051
+
1052
+ .bg-purple-9
1053
+ background: $purple-9 !important
1054
+
1055
+ .bg-purple-10
1056
+ background: $purple-10 !important
1057
+
1058
+ .bg-purple-11
1059
+ background: $purple-11 !important
1060
+
1061
+ .bg-purple-12
1062
+ background: $purple-12 !important
1063
+
1064
+ .bg-purple-13
1065
+ background: $purple-13 !important
1066
+
1067
+ .bg-purple-14
1068
+ background: $purple-14 !important
1069
+
1070
+ .bg-deep-purple
1071
+ background: $deep-purple !important
1072
+
1073
+ .bg-deep-purple-1
1074
+ background: $deep-purple-1 !important
1075
+
1076
+ .bg-deep-purple-2
1077
+ background: $deep-purple-2 !important
1078
+
1079
+ .bg-deep-purple-3
1080
+ background: $deep-purple-3 !important
1081
+
1082
+ .bg-deep-purple-4
1083
+ background: $deep-purple-4 !important
1084
+
1085
+ .bg-deep-purple-5
1086
+ background: $deep-purple-5 !important
1087
+
1088
+ .bg-deep-purple-6
1089
+ background: $deep-purple-6 !important
1090
+
1091
+ .bg-deep-purple-7
1092
+ background: $deep-purple-7 !important
1093
+
1094
+ .bg-deep-purple-8
1095
+ background: $deep-purple-8 !important
1096
+
1097
+ .bg-deep-purple-9
1098
+ background: $deep-purple-9 !important
1099
+
1100
+ .bg-deep-purple-10
1101
+ background: $deep-purple-10 !important
1102
+
1103
+ .bg-deep-purple-11
1104
+ background: $deep-purple-11 !important
1105
+
1106
+ .bg-deep-purple-12
1107
+ background: $deep-purple-12 !important
1108
+
1109
+ .bg-deep-purple-13
1110
+ background: $deep-purple-13 !important
1111
+
1112
+ .bg-deep-purple-14
1113
+ background: $deep-purple-14 !important
1114
+
1115
+ .bg-indigo
1116
+ background: $indigo !important
1117
+
1118
+ .bg-indigo-1
1119
+ background: $indigo-1 !important
1120
+
1121
+ .bg-indigo-2
1122
+ background: $indigo-2 !important
1123
+
1124
+ .bg-indigo-3
1125
+ background: $indigo-3 !important
1126
+
1127
+ .bg-indigo-4
1128
+ background: $indigo-4 !important
1129
+
1130
+ .bg-indigo-5
1131
+ background: $indigo-5 !important
1132
+
1133
+ .bg-indigo-6
1134
+ background: $indigo-6 !important
1135
+
1136
+ .bg-indigo-7
1137
+ background: $indigo-7 !important
1138
+
1139
+ .bg-indigo-8
1140
+ background: $indigo-8 !important
1141
+
1142
+ .bg-indigo-9
1143
+ background: $indigo-9 !important
1144
+
1145
+ .bg-indigo-10
1146
+ background: $indigo-10 !important
1147
+
1148
+ .bg-indigo-11
1149
+ background: $indigo-11 !important
1150
+
1151
+ .bg-indigo-12
1152
+ background: $indigo-12 !important
1153
+
1154
+ .bg-indigo-13
1155
+ background: $indigo-13 !important
1156
+
1157
+ .bg-indigo-14
1158
+ background: $indigo-14 !important
1159
+
1160
+ .bg-blue
1161
+ background: $blue !important
1162
+
1163
+ .bg-blue-1
1164
+ background: $blue-1 !important
1165
+
1166
+ .bg-blue-2
1167
+ background: $blue-2 !important
1168
+
1169
+ .bg-blue-3
1170
+ background: $blue-3 !important
1171
+
1172
+ .bg-blue-4
1173
+ background: $blue-4 !important
1174
+
1175
+ .bg-blue-5
1176
+ background: $blue-5 !important
1177
+
1178
+ .bg-blue-6
1179
+ background: $blue-6 !important
1180
+
1181
+ .bg-blue-7
1182
+ background: $blue-7 !important
1183
+
1184
+ .bg-blue-8
1185
+ background: $blue-8 !important
1186
+
1187
+ .bg-blue-9
1188
+ background: $blue-9 !important
1189
+
1190
+ .bg-blue-10
1191
+ background: $blue-10 !important
1192
+
1193
+ .bg-blue-11
1194
+ background: $blue-11 !important
1195
+
1196
+ .bg-blue-12
1197
+ background: $blue-12 !important
1198
+
1199
+ .bg-blue-13
1200
+ background: $blue-13 !important
1201
+
1202
+ .bg-blue-14
1203
+ background: $blue-14 !important
1204
+
1205
+ .bg-light-blue
1206
+ background: $light-blue !important
1207
+
1208
+ .bg-light-blue-1
1209
+ background: $light-blue-1 !important
1210
+
1211
+ .bg-light-blue-2
1212
+ background: $light-blue-2 !important
1213
+
1214
+ .bg-light-blue-3
1215
+ background: $light-blue-3 !important
1216
+
1217
+ .bg-light-blue-4
1218
+ background: $light-blue-4 !important
1219
+
1220
+ .bg-light-blue-5
1221
+ background: $light-blue-5 !important
1222
+
1223
+ .bg-light-blue-6
1224
+ background: $light-blue-6 !important
1225
+
1226
+ .bg-light-blue-7
1227
+ background: $light-blue-7 !important
1228
+
1229
+ .bg-light-blue-8
1230
+ background: $light-blue-8 !important
1231
+
1232
+ .bg-light-blue-9
1233
+ background: $light-blue-9 !important
1234
+
1235
+ .bg-light-blue-10
1236
+ background: $light-blue-10 !important
1237
+
1238
+ .bg-light-blue-11
1239
+ background: $light-blue-11 !important
1240
+
1241
+ .bg-light-blue-12
1242
+ background: $light-blue-12 !important
1243
+
1244
+ .bg-light-blue-13
1245
+ background: $light-blue-13 !important
1246
+
1247
+ .bg-light-blue-14
1248
+ background: $light-blue-14 !important
1249
+
1250
+ .bg-cyan
1251
+ background: $cyan !important
1252
+
1253
+ .bg-cyan-1
1254
+ background: $cyan-1 !important
1255
+
1256
+ .bg-cyan-2
1257
+ background: $cyan-2 !important
1258
+
1259
+ .bg-cyan-3
1260
+ background: $cyan-3 !important
1261
+
1262
+ .bg-cyan-4
1263
+ background: $cyan-4 !important
1264
+
1265
+ .bg-cyan-5
1266
+ background: $cyan-5 !important
1267
+
1268
+ .bg-cyan-6
1269
+ background: $cyan-6 !important
1270
+
1271
+ .bg-cyan-7
1272
+ background: $cyan-7 !important
1273
+
1274
+ .bg-cyan-8
1275
+ background: $cyan-8 !important
1276
+
1277
+ .bg-cyan-9
1278
+ background: $cyan-9 !important
1279
+
1280
+ .bg-cyan-10
1281
+ background: $cyan-10 !important
1282
+
1283
+ .bg-cyan-11
1284
+ background: $cyan-11 !important
1285
+
1286
+ .bg-cyan-12
1287
+ background: $cyan-12 !important
1288
+
1289
+ .bg-cyan-13
1290
+ background: $cyan-13 !important
1291
+
1292
+ .bg-cyan-14
1293
+ background: $cyan-14 !important
1294
+
1295
+ .bg-teal
1296
+ background: $teal !important
1297
+
1298
+ .bg-teal-1
1299
+ background: $teal-1 !important
1300
+
1301
+ .bg-teal-2
1302
+ background: $teal-2 !important
1303
+
1304
+ .bg-teal-3
1305
+ background: $teal-3 !important
1306
+
1307
+ .bg-teal-4
1308
+ background: $teal-4 !important
1309
+
1310
+ .bg-teal-5
1311
+ background: $teal-5 !important
1312
+
1313
+ .bg-teal-6
1314
+ background: $teal-6 !important
1315
+
1316
+ .bg-teal-7
1317
+ background: $teal-7 !important
1318
+
1319
+ .bg-teal-8
1320
+ background: $teal-8 !important
1321
+
1322
+ .bg-teal-9
1323
+ background: $teal-9 !important
1324
+
1325
+ .bg-teal-10
1326
+ background: $teal-10 !important
1327
+
1328
+ .bg-teal-11
1329
+ background: $teal-11 !important
1330
+
1331
+ .bg-teal-12
1332
+ background: $teal-12 !important
1333
+
1334
+ .bg-teal-13
1335
+ background: $teal-13 !important
1336
+
1337
+ .bg-teal-14
1338
+ background: $teal-14 !important
1339
+
1340
+ .bg-green
1341
+ background: $green !important
1342
+
1343
+ .bg-green-1
1344
+ background: $green-1 !important
1345
+
1346
+ .bg-green-2
1347
+ background: $green-2 !important
1348
+
1349
+ .bg-green-3
1350
+ background: $green-3 !important
1351
+
1352
+ .bg-green-4
1353
+ background: $green-4 !important
1354
+
1355
+ .bg-green-5
1356
+ background: $green-5 !important
1357
+
1358
+ .bg-green-6
1359
+ background: $green-6 !important
1360
+
1361
+ .bg-green-7
1362
+ background: $green-7 !important
1363
+
1364
+ .bg-green-8
1365
+ background: $green-8 !important
1366
+
1367
+ .bg-green-9
1368
+ background: $green-9 !important
1369
+
1370
+ .bg-green-10
1371
+ background: $green-10 !important
1372
+
1373
+ .bg-green-11
1374
+ background: $green-11 !important
1375
+
1376
+ .bg-green-12
1377
+ background: $green-12 !important
1378
+
1379
+ .bg-green-13
1380
+ background: $green-13 !important
1381
+
1382
+ .bg-green-14
1383
+ background: $green-14 !important
1384
+
1385
+ .bg-light-green
1386
+ background: $light-green !important
1387
+
1388
+ .bg-light-green-1
1389
+ background: $light-green-1 !important
1390
+
1391
+ .bg-light-green-2
1392
+ background: $light-green-2 !important
1393
+
1394
+ .bg-light-green-3
1395
+ background: $light-green-3 !important
1396
+
1397
+ .bg-light-green-4
1398
+ background: $light-green-4 !important
1399
+
1400
+ .bg-light-green-5
1401
+ background: $light-green-5 !important
1402
+
1403
+ .bg-light-green-6
1404
+ background: $light-green-6 !important
1405
+
1406
+ .bg-light-green-7
1407
+ background: $light-green-7 !important
1408
+
1409
+ .bg-light-green-8
1410
+ background: $light-green-8 !important
1411
+
1412
+ .bg-light-green-9
1413
+ background: $light-green-9 !important
1414
+
1415
+ .bg-light-green-10
1416
+ background: $light-green-10 !important
1417
+
1418
+ .bg-light-green-11
1419
+ background: $light-green-11 !important
1420
+
1421
+ .bg-light-green-12
1422
+ background: $light-green-12 !important
1423
+
1424
+ .bg-light-green-13
1425
+ background: $light-green-13 !important
1426
+
1427
+ .bg-light-green-14
1428
+ background: $light-green-14 !important
1429
+
1430
+ .bg-lime
1431
+ background: $lime !important
1432
+
1433
+ .bg-lime-1
1434
+ background: $lime-1 !important
1435
+
1436
+ .bg-lime-2
1437
+ background: $lime-2 !important
1438
+
1439
+ .bg-lime-3
1440
+ background: $lime-3 !important
1441
+
1442
+ .bg-lime-4
1443
+ background: $lime-4 !important
1444
+
1445
+ .bg-lime-5
1446
+ background: $lime-5 !important
1447
+
1448
+ .bg-lime-6
1449
+ background: $lime-6 !important
1450
+
1451
+ .bg-lime-7
1452
+ background: $lime-7 !important
1453
+
1454
+ .bg-lime-8
1455
+ background: $lime-8 !important
1456
+
1457
+ .bg-lime-9
1458
+ background: $lime-9 !important
1459
+
1460
+ .bg-lime-10
1461
+ background: $lime-10 !important
1462
+
1463
+ .bg-lime-11
1464
+ background: $lime-11 !important
1465
+
1466
+ .bg-lime-12
1467
+ background: $lime-12 !important
1468
+
1469
+ .bg-lime-13
1470
+ background: $lime-13 !important
1471
+
1472
+ .bg-lime-14
1473
+ background: $lime-14 !important
1474
+
1475
+ .bg-yellow
1476
+ background: $yellow !important
1477
+
1478
+ .bg-yellow-1
1479
+ background: $yellow-1 !important
1480
+
1481
+ .bg-yellow-2
1482
+ background: $yellow-2 !important
1483
+
1484
+ .bg-yellow-3
1485
+ background: $yellow-3 !important
1486
+
1487
+ .bg-yellow-4
1488
+ background: $yellow-4 !important
1489
+
1490
+ .bg-yellow-5
1491
+ background: $yellow-5 !important
1492
+
1493
+ .bg-yellow-6
1494
+ background: $yellow-6 !important
1495
+
1496
+ .bg-yellow-7
1497
+ background: $yellow-7 !important
1498
+
1499
+ .bg-yellow-8
1500
+ background: $yellow-8 !important
1501
+
1502
+ .bg-yellow-9
1503
+ background: $yellow-9 !important
1504
+
1505
+ .bg-yellow-10
1506
+ background: $yellow-10 !important
1507
+
1508
+ .bg-yellow-11
1509
+ background: $yellow-11 !important
1510
+
1511
+ .bg-yellow-12
1512
+ background: $yellow-12 !important
1513
+
1514
+ .bg-yellow-13
1515
+ background: $yellow-13 !important
1516
+
1517
+ .bg-yellow-14
1518
+ background: $yellow-14 !important
1519
+
1520
+ .bg-amber
1521
+ background: $amber !important
1522
+
1523
+ .bg-amber-1
1524
+ background: $amber-1 !important
1525
+
1526
+ .bg-amber-2
1527
+ background: $amber-2 !important
1528
+
1529
+ .bg-amber-3
1530
+ background: $amber-3 !important
1531
+
1532
+ .bg-amber-4
1533
+ background: $amber-4 !important
1534
+
1535
+ .bg-amber-5
1536
+ background: $amber-5 !important
1537
+
1538
+ .bg-amber-6
1539
+ background: $amber-6 !important
1540
+
1541
+ .bg-amber-7
1542
+ background: $amber-7 !important
1543
+
1544
+ .bg-amber-8
1545
+ background: $amber-8 !important
1546
+
1547
+ .bg-amber-9
1548
+ background: $amber-9 !important
1549
+
1550
+ .bg-amber-10
1551
+ background: $amber-10 !important
1552
+
1553
+ .bg-amber-11
1554
+ background: $amber-11 !important
1555
+
1556
+ .bg-amber-12
1557
+ background: $amber-12 !important
1558
+
1559
+ .bg-amber-13
1560
+ background: $amber-13 !important
1561
+
1562
+ .bg-amber-14
1563
+ background: $amber-14 !important
1564
+
1565
+ .bg-orange
1566
+ background: $orange !important
1567
+
1568
+ .bg-orange-1
1569
+ background: $orange-1 !important
1570
+
1571
+ .bg-orange-2
1572
+ background: $orange-2 !important
1573
+
1574
+ .bg-orange-3
1575
+ background: $orange-3 !important
1576
+
1577
+ .bg-orange-4
1578
+ background: $orange-4 !important
1579
+
1580
+ .bg-orange-5
1581
+ background: $orange-5 !important
1582
+
1583
+ .bg-orange-6
1584
+ background: $orange-6 !important
1585
+
1586
+ .bg-orange-7
1587
+ background: $orange-7 !important
1588
+
1589
+ .bg-orange-8
1590
+ background: $orange-8 !important
1591
+
1592
+ .bg-orange-9
1593
+ background: $orange-9 !important
1594
+
1595
+ .bg-orange-10
1596
+ background: $orange-10 !important
1597
+
1598
+ .bg-orange-11
1599
+ background: $orange-11 !important
1600
+
1601
+ .bg-orange-12
1602
+ background: $orange-12 !important
1603
+
1604
+ .bg-orange-13
1605
+ background: $orange-13 !important
1606
+
1607
+ .bg-orange-14
1608
+ background: $orange-14 !important
1609
+
1610
+ .bg-deep-orange
1611
+ background: $deep-orange !important
1612
+
1613
+ .bg-deep-orange-1
1614
+ background: $deep-orange-1 !important
1615
+
1616
+ .bg-deep-orange-2
1617
+ background: $deep-orange-2 !important
1618
+
1619
+ .bg-deep-orange-3
1620
+ background: $deep-orange-3 !important
1621
+
1622
+ .bg-deep-orange-4
1623
+ background: $deep-orange-4 !important
1624
+
1625
+ .bg-deep-orange-5
1626
+ background: $deep-orange-5 !important
1627
+
1628
+ .bg-deep-orange-6
1629
+ background: $deep-orange-6 !important
1630
+
1631
+ .bg-deep-orange-7
1632
+ background: $deep-orange-7 !important
1633
+
1634
+ .bg-deep-orange-8
1635
+ background: $deep-orange-8 !important
1636
+
1637
+ .bg-deep-orange-9
1638
+ background: $deep-orange-9 !important
1639
+
1640
+ .bg-deep-orange-10
1641
+ background: $deep-orange-10 !important
1642
+
1643
+ .bg-deep-orange-11
1644
+ background: $deep-orange-11 !important
1645
+
1646
+ .bg-deep-orange-12
1647
+ background: $deep-orange-12 !important
1648
+
1649
+ .bg-deep-orange-13
1650
+ background: $deep-orange-13 !important
1651
+
1652
+ .bg-deep-orange-14
1653
+ background: $deep-orange-14 !important
1654
+
1655
+ .bg-brown
1656
+ background: $brown !important
1657
+
1658
+ .bg-brown-1
1659
+ background: $brown-1 !important
1660
+
1661
+ .bg-brown-2
1662
+ background: $brown-2 !important
1663
+
1664
+ .bg-brown-3
1665
+ background: $brown-3 !important
1666
+
1667
+ .bg-brown-4
1668
+ background: $brown-4 !important
1669
+
1670
+ .bg-brown-5
1671
+ background: $brown-5 !important
1672
+
1673
+ .bg-brown-6
1674
+ background: $brown-6 !important
1675
+
1676
+ .bg-brown-7
1677
+ background: $brown-7 !important
1678
+
1679
+ .bg-brown-8
1680
+ background: $brown-8 !important
1681
+
1682
+ .bg-brown-9
1683
+ background: $brown-9 !important
1684
+
1685
+ .bg-brown-10
1686
+ background: $brown-10 !important
1687
+
1688
+ .bg-brown-11
1689
+ background: $brown-11 !important
1690
+
1691
+ .bg-brown-12
1692
+ background: $brown-12 !important
1693
+
1694
+ .bg-brown-13
1695
+ background: $brown-13 !important
1696
+
1697
+ .bg-brown-14
1698
+ background: $brown-14 !important
1699
+
1700
+ .bg-grey
1701
+ background: $grey !important
1702
+
1703
+ .bg-grey-1
1704
+ background: $grey-1 !important
1705
+
1706
+ .bg-grey-2
1707
+ background: $grey-2 !important
1708
+
1709
+ .bg-grey-3
1710
+ background: $grey-3 !important
1711
+
1712
+ .bg-grey-4
1713
+ background: $grey-4 !important
1714
+
1715
+ .bg-grey-5
1716
+ background: $grey-5 !important
1717
+
1718
+ .bg-grey-6
1719
+ background: $grey-6 !important
1720
+
1721
+ .bg-grey-7
1722
+ background: $grey-7 !important
1723
+
1724
+ .bg-grey-8
1725
+ background: $grey-8 !important
1726
+
1727
+ .bg-grey-9
1728
+ background: $grey-9 !important
1729
+
1730
+ .bg-grey-10
1731
+ background: $grey-10 !important
1732
+
1733
+ .bg-grey-11
1734
+ background: $grey-11 !important
1735
+
1736
+ .bg-grey-12
1737
+ background: $grey-12 !important
1738
+
1739
+ .bg-grey-13
1740
+ background: $grey-13 !important
1741
+
1742
+ .bg-grey-14
1743
+ background: $grey-14 !important
1744
+
1745
+ .bg-blue-grey
1746
+ background: $blue-grey !important
1747
+
1748
+ .bg-blue-grey-1
1749
+ background: $blue-grey-1 !important
1750
+
1751
+ .bg-blue-grey-2
1752
+ background: $blue-grey-2 !important
1753
+
1754
+ .bg-blue-grey-3
1755
+ background: $blue-grey-3 !important
1756
+
1757
+ .bg-blue-grey-4
1758
+ background: $blue-grey-4 !important
1759
+
1760
+ .bg-blue-grey-5
1761
+ background: $blue-grey-5 !important
1762
+
1763
+ .bg-blue-grey-6
1764
+ background: $blue-grey-6 !important
1765
+
1766
+ .bg-blue-grey-7
1767
+ background: $blue-grey-7 !important
1768
+
1769
+ .bg-blue-grey-8
1770
+ background: $blue-grey-8 !important
1771
+
1772
+ .bg-blue-grey-9
1773
+ background: $blue-grey-9 !important
1774
+
1775
+ .bg-blue-grey-10
1776
+ background: $blue-grey-10 !important
1777
+
1778
+ .bg-blue-grey-11
1779
+ background: $blue-grey-11 !important
1780
+
1781
+ .bg-blue-grey-12
1782
+ background: $blue-grey-12 !important
1783
+
1784
+ .bg-blue-grey-13
1785
+ background: $blue-grey-13 !important
1786
+
1787
+ .bg-blue-grey-14
1788
+ background: $blue-grey-14 !important