@wavemaker-ai/app-ng-runtime 1.0.0-rc.309

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 (1846) hide show
  1. package/build-task/.npmignore +2 -0
  2. package/build-task/bundles/index.umd.js +3060 -0
  3. package/build-task/fesm2022/index.mjs +2949 -0
  4. package/build-task/fesm2022/index.mjs.map +1 -0
  5. package/build-task/index.d.ts +882 -0
  6. package/build-task/package.json +23 -0
  7. package/components/advanced/carousel/.npmignore +2 -0
  8. package/components/advanced/carousel/bundles/index.umd.js +352 -0
  9. package/components/advanced/carousel/fesm2022/index.mjs +335 -0
  10. package/components/advanced/carousel/fesm2022/index.mjs.map +1 -0
  11. package/components/advanced/carousel/index.d.ts +89 -0
  12. package/components/advanced/carousel/package.json +18 -0
  13. package/components/advanced/custom/.npmignore +2 -0
  14. package/components/advanced/custom/bundles/index.umd.js +258 -0
  15. package/components/advanced/custom/fesm2022/index.mjs +244 -0
  16. package/components/advanced/custom/fesm2022/index.mjs.map +1 -0
  17. package/components/advanced/custom/index.d.ts +50 -0
  18. package/components/advanced/custom/package.json +18 -0
  19. package/components/advanced/login/.npmignore +2 -0
  20. package/components/advanced/login/bundles/index.umd.js +135 -0
  21. package/components/advanced/login/fesm2022/index.mjs +120 -0
  22. package/components/advanced/login/fesm2022/index.mjs.map +1 -0
  23. package/components/advanced/login/index.d.ts +34 -0
  24. package/components/advanced/login/package.json +18 -0
  25. package/components/advanced/marquee/.npmignore +2 -0
  26. package/components/advanced/marquee/bundles/index.umd.js +71 -0
  27. package/components/advanced/marquee/fesm2022/index.mjs +53 -0
  28. package/components/advanced/marquee/fesm2022/index.mjs.map +1 -0
  29. package/components/advanced/marquee/index.d.ts +12 -0
  30. package/components/advanced/marquee/package.json +18 -0
  31. package/components/base/.npmignore +2 -0
  32. package/components/base/bundles/index.umd.js +6055 -0
  33. package/components/base/fesm2022/index.mjs +5931 -0
  34. package/components/base/fesm2022/index.mjs.map +1 -0
  35. package/components/base/index.d.ts +1436 -0
  36. package/components/base/package.json +26 -0
  37. package/components/basic/anchor/.npmignore +2 -0
  38. package/components/basic/anchor/bundles/index.umd.js +204 -0
  39. package/components/basic/anchor/fesm2022/index.mjs +187 -0
  40. package/components/basic/anchor/fesm2022/index.mjs.map +1 -0
  41. package/components/basic/anchor/index.d.ts +40 -0
  42. package/components/basic/anchor/package.json +18 -0
  43. package/components/basic/audio/.npmignore +2 -0
  44. package/components/basic/audio/bundles/index.umd.js +83 -0
  45. package/components/basic/audio/fesm2022/index.mjs +65 -0
  46. package/components/basic/audio/fesm2022/index.mjs.map +1 -0
  47. package/components/basic/audio/index.d.ts +23 -0
  48. package/components/basic/audio/package.json +18 -0
  49. package/components/basic/html/.npmignore +2 -0
  50. package/components/basic/html/bundles/index.umd.js +122 -0
  51. package/components/basic/html/fesm2022/index.mjs +105 -0
  52. package/components/basic/html/fesm2022/index.mjs.map +1 -0
  53. package/components/basic/html/index.d.ts +17 -0
  54. package/components/basic/html/package.json +18 -0
  55. package/components/basic/icon/.npmignore +2 -0
  56. package/components/basic/icon/bundles/index.umd.js +80 -0
  57. package/components/basic/icon/fesm2022/index.mjs +62 -0
  58. package/components/basic/icon/fesm2022/index.mjs.map +1 -0
  59. package/components/basic/icon/index.d.ts +18 -0
  60. package/components/basic/icon/package.json +18 -0
  61. package/components/basic/iframe/.npmignore +2 -0
  62. package/components/basic/iframe/bundles/index.umd.js +101 -0
  63. package/components/basic/iframe/fesm2022/index.mjs +84 -0
  64. package/components/basic/iframe/fesm2022/index.mjs.map +1 -0
  65. package/components/basic/iframe/index.d.ts +29 -0
  66. package/components/basic/iframe/package.json +18 -0
  67. package/components/basic/label/.npmignore +2 -0
  68. package/components/basic/label/bundles/index.umd.js +129 -0
  69. package/components/basic/label/fesm2022/index.mjs +113 -0
  70. package/components/basic/label/fesm2022/index.mjs.map +1 -0
  71. package/components/basic/label/index.d.ts +15 -0
  72. package/components/basic/label/package.json +18 -0
  73. package/components/basic/picture/.npmignore +2 -0
  74. package/components/basic/picture/bundles/index.umd.js +138 -0
  75. package/components/basic/picture/fesm2022/index.mjs +121 -0
  76. package/components/basic/picture/fesm2022/index.mjs.map +1 -0
  77. package/components/basic/picture/index.d.ts +22 -0
  78. package/components/basic/picture/package.json +18 -0
  79. package/components/basic/progress/progress-bar/.npmignore +2 -0
  80. package/components/basic/progress/progress-bar/bundles/index.umd.js +170 -0
  81. package/components/basic/progress/progress-bar/fesm2022/index.mjs +154 -0
  82. package/components/basic/progress/progress-bar/fesm2022/index.mjs.map +1 -0
  83. package/components/basic/progress/progress-bar/index.d.ts +45 -0
  84. package/components/basic/progress/progress-bar/package.json +18 -0
  85. package/components/basic/progress/progress-circle/.npmignore +2 -0
  86. package/components/basic/progress/progress-circle/bundles/index.umd.js +171 -0
  87. package/components/basic/progress/progress-circle/fesm2022/index.mjs +155 -0
  88. package/components/basic/progress/progress-circle/fesm2022/index.mjs.map +1 -0
  89. package/components/basic/progress/progress-circle/index.d.ts +43 -0
  90. package/components/basic/progress/progress-circle/package.json +18 -0
  91. package/components/basic/progress/progress-utils/.npmignore +2 -0
  92. package/components/basic/progress/progress-utils/bundles/index.umd.js +35 -0
  93. package/components/basic/progress/progress-utils/fesm2022/index.mjs +32 -0
  94. package/components/basic/progress/progress-utils/fesm2022/index.mjs.map +1 -0
  95. package/components/basic/progress/progress-utils/index.d.ts +5 -0
  96. package/components/basic/progress/progress-utils/package.json +18 -0
  97. package/components/basic/rich-text-editor/.npmignore +2 -0
  98. package/components/basic/rich-text-editor/bundles/index.umd.js +236 -0
  99. package/components/basic/rich-text-editor/fesm2022/index.mjs +222 -0
  100. package/components/basic/rich-text-editor/fesm2022/index.mjs.map +1 -0
  101. package/components/basic/rich-text-editor/index.d.ts +58 -0
  102. package/components/basic/rich-text-editor/package.json +18 -0
  103. package/components/basic/search/.npmignore +2 -0
  104. package/components/basic/search/bundles/index.umd.js +1091 -0
  105. package/components/basic/search/fesm2022/index.mjs +1080 -0
  106. package/components/basic/search/fesm2022/index.mjs.map +1 -0
  107. package/components/basic/search/index.d.ts +125 -0
  108. package/components/basic/search/package.json +18 -0
  109. package/components/basic/spinner/.npmignore +2 -0
  110. package/components/basic/spinner/bundles/index.umd.js +126 -0
  111. package/components/basic/spinner/fesm2022/index.mjs +111 -0
  112. package/components/basic/spinner/fesm2022/index.mjs.map +1 -0
  113. package/components/basic/spinner/index.d.ts +30 -0
  114. package/components/basic/spinner/package.json +18 -0
  115. package/components/basic/tree/.npmignore +2 -0
  116. package/components/basic/tree/bundles/index.umd.js +767 -0
  117. package/components/basic/tree/fesm2022/index.mjs +751 -0
  118. package/components/basic/tree/fesm2022/index.mjs.map +1 -0
  119. package/components/basic/tree/index.d.ts +97 -0
  120. package/components/basic/tree/package.json +18 -0
  121. package/components/basic/video/.npmignore +2 -0
  122. package/components/basic/video/bundles/index.umd.js +116 -0
  123. package/components/basic/video/fesm2022/index.mjs +99 -0
  124. package/components/basic/video/fesm2022/index.mjs.map +1 -0
  125. package/components/basic/video/index.d.ts +30 -0
  126. package/components/basic/video/package.json +18 -0
  127. package/components/chart/.npmignore +2 -0
  128. package/components/chart/bundles/index.umd.js +1747 -0
  129. package/components/chart/fesm2022/index.mjs +1774 -0
  130. package/components/chart/fesm2022/index.mjs.map +1 -0
  131. package/components/chart/index.d.ts +103 -0
  132. package/components/chart/package.json +18 -0
  133. package/components/containers/accordion/.npmignore +2 -0
  134. package/components/containers/accordion/bundles/index.umd.js +500 -0
  135. package/components/containers/accordion/fesm2022/index.mjs +486 -0
  136. package/components/containers/accordion/fesm2022/index.mjs.map +1 -0
  137. package/components/containers/accordion/index.d.ts +114 -0
  138. package/components/containers/accordion/package.json +18 -0
  139. package/components/containers/layout-grid/.npmignore +2 -0
  140. package/components/containers/layout-grid/bundles/index.umd.js +172 -0
  141. package/components/containers/layout-grid/fesm2022/index.mjs +153 -0
  142. package/components/containers/layout-grid/fesm2022/index.mjs.map +1 -0
  143. package/components/containers/layout-grid/index.d.ts +29 -0
  144. package/components/containers/layout-grid/package.json +18 -0
  145. package/components/containers/linear-layout/.npmignore +2 -0
  146. package/components/containers/linear-layout/bundles/index.umd.js +186 -0
  147. package/components/containers/linear-layout/fesm2022/index.mjs +167 -0
  148. package/components/containers/linear-layout/fesm2022/index.mjs.map +1 -0
  149. package/components/containers/linear-layout/index.d.ts +27 -0
  150. package/components/containers/linear-layout/package.json +18 -0
  151. package/components/containers/panel/.npmignore +2 -0
  152. package/components/containers/panel/bundles/index.umd.js +223 -0
  153. package/components/containers/panel/fesm2022/index.mjs +210 -0
  154. package/components/containers/panel/fesm2022/index.mjs.map +1 -0
  155. package/components/containers/panel/index.d.ts +46 -0
  156. package/components/containers/panel/package.json +18 -0
  157. package/components/containers/tabs/.npmignore +2 -0
  158. package/components/containers/tabs/bundles/index.umd.js +788 -0
  159. package/components/containers/tabs/fesm2022/index.mjs +775 -0
  160. package/components/containers/tabs/fesm2022/index.mjs.map +1 -0
  161. package/components/containers/tabs/index.d.ts +127 -0
  162. package/components/containers/tabs/package.json +18 -0
  163. package/components/containers/tile/.npmignore +2 -0
  164. package/components/containers/tile/bundles/index.umd.js +68 -0
  165. package/components/containers/tile/fesm2022/index.mjs +50 -0
  166. package/components/containers/tile/fesm2022/index.mjs.map +1 -0
  167. package/components/containers/tile/index.d.ts +12 -0
  168. package/components/containers/tile/package.json +18 -0
  169. package/components/containers/wizard/.npmignore +2 -0
  170. package/components/containers/wizard/bundles/index.umd.js +1074 -0
  171. package/components/containers/wizard/fesm2022/index.mjs +1058 -0
  172. package/components/containers/wizard/fesm2022/index.mjs.map +1 -0
  173. package/components/containers/wizard/index.d.ts +257 -0
  174. package/components/containers/wizard/package.json +18 -0
  175. package/components/data/card/.npmignore +2 -0
  176. package/components/data/card/bundles/index.umd.js +237 -0
  177. package/components/data/card/fesm2022/index.mjs +220 -0
  178. package/components/data/card/fesm2022/index.mjs.map +1 -0
  179. package/components/data/card/index.d.ts +51 -0
  180. package/components/data/card/package.json +18 -0
  181. package/components/data/form/.npmignore +2 -0
  182. package/components/data/form/bundles/index.umd.js +3339 -0
  183. package/components/data/form/fesm2022/index.mjs +3327 -0
  184. package/components/data/form/fesm2022/index.mjs.map +1 -0
  185. package/components/data/form/index.d.ts +487 -0
  186. package/components/data/form/package.json +18 -0
  187. package/components/data/list/.npmignore +2 -0
  188. package/components/data/list/bundles/index.umd.js +1610 -0
  189. package/components/data/list/fesm2022/index.mjs +1602 -0
  190. package/components/data/list/fesm2022/index.mjs.map +1 -0
  191. package/components/data/list/index.d.ts +283 -0
  192. package/components/data/list/package.json +18 -0
  193. package/components/data/live-table/.npmignore +2 -0
  194. package/components/data/live-table/bundles/index.umd.js +283 -0
  195. package/components/data/live-table/fesm2022/index.mjs +268 -0
  196. package/components/data/live-table/fesm2022/index.mjs.map +1 -0
  197. package/components/data/live-table/index.d.ts +39 -0
  198. package/components/data/live-table/package.json +18 -0
  199. package/components/data/pagination/.npmignore +2 -0
  200. package/components/data/pagination/bundles/index.umd.js +885 -0
  201. package/components/data/pagination/fesm2022/index.mjs +880 -0
  202. package/components/data/pagination/fesm2022/index.mjs.map +1 -0
  203. package/components/data/pagination/index.d.ts +106 -0
  204. package/components/data/pagination/package.json +18 -0
  205. package/components/data/table/.npmignore +2 -0
  206. package/components/data/table/bundles/index.umd.js +4991 -0
  207. package/components/data/table/fesm2022/index.mjs +4978 -0
  208. package/components/data/table/fesm2022/index.mjs.map +1 -0
  209. package/components/data/table/index.d.ts +744 -0
  210. package/components/data/table/package.json +18 -0
  211. package/components/dialogs/alert-dialog/.npmignore +2 -0
  212. package/components/dialogs/alert-dialog/bundles/index.umd.js +126 -0
  213. package/components/dialogs/alert-dialog/fesm2022/index.mjs +114 -0
  214. package/components/dialogs/alert-dialog/fesm2022/index.mjs.map +1 -0
  215. package/components/dialogs/alert-dialog/index.d.ts +26 -0
  216. package/components/dialogs/alert-dialog/package.json +18 -0
  217. package/components/dialogs/confirm-dialog/.npmignore +2 -0
  218. package/components/dialogs/confirm-dialog/bundles/index.umd.js +129 -0
  219. package/components/dialogs/confirm-dialog/fesm2022/index.mjs +117 -0
  220. package/components/dialogs/confirm-dialog/fesm2022/index.mjs.map +1 -0
  221. package/components/dialogs/confirm-dialog/index.d.ts +29 -0
  222. package/components/dialogs/confirm-dialog/package.json +18 -0
  223. package/components/dialogs/default/.npmignore +2 -0
  224. package/components/dialogs/default/bundles/index.umd.js +380 -0
  225. package/components/dialogs/default/fesm2022/index.mjs +363 -0
  226. package/components/dialogs/default/fesm2022/index.mjs.map +1 -0
  227. package/components/dialogs/default/index.d.ts +89 -0
  228. package/components/dialogs/default/package.json +18 -0
  229. package/components/dialogs/design-dialog/.npmignore +2 -0
  230. package/components/dialogs/design-dialog/bundles/index.umd.js +150 -0
  231. package/components/dialogs/design-dialog/fesm2022/index.mjs +135 -0
  232. package/components/dialogs/design-dialog/fesm2022/index.mjs.map +1 -0
  233. package/components/dialogs/design-dialog/index.d.ts +20 -0
  234. package/components/dialogs/design-dialog/package.json +18 -0
  235. package/components/dialogs/iframe-dialog/.npmignore +2 -0
  236. package/components/dialogs/iframe-dialog/bundles/index.umd.js +119 -0
  237. package/components/dialogs/iframe-dialog/fesm2022/index.mjs +108 -0
  238. package/components/dialogs/iframe-dialog/fesm2022/index.mjs.map +1 -0
  239. package/components/dialogs/iframe-dialog/index.d.ts +22 -0
  240. package/components/dialogs/iframe-dialog/package.json +18 -0
  241. package/components/dialogs/login-dialog/.npmignore +2 -0
  242. package/components/dialogs/login-dialog/bundles/index.umd.js +114 -0
  243. package/components/dialogs/login-dialog/fesm2022/index.mjs +98 -0
  244. package/components/dialogs/login-dialog/fesm2022/index.mjs.map +1 -0
  245. package/components/dialogs/login-dialog/index.d.ts +26 -0
  246. package/components/dialogs/login-dialog/package.json +18 -0
  247. package/components/dialogs/partial-dialog/.npmignore +2 -0
  248. package/components/dialogs/partial-dialog/bundles/index.umd.js +157 -0
  249. package/components/dialogs/partial-dialog/fesm2022/index.mjs +146 -0
  250. package/components/dialogs/partial-dialog/fesm2022/index.mjs.map +1 -0
  251. package/components/dialogs/partial-dialog/index.d.ts +32 -0
  252. package/components/dialogs/partial-dialog/package.json +18 -0
  253. package/components/input/base-form/.npmignore +2 -0
  254. package/components/input/base-form/bundles/index.umd.js +147 -0
  255. package/components/input/base-form/fesm2022/index.mjs +131 -0
  256. package/components/input/base-form/fesm2022/index.mjs.map +1 -0
  257. package/components/input/base-form/index.d.ts +29 -0
  258. package/components/input/base-form/package.json +18 -0
  259. package/components/input/base-form-custom/.npmignore +2 -0
  260. package/components/input/base-form-custom/bundles/index.umd.js +129 -0
  261. package/components/input/base-form-custom/fesm2022/index.mjs +112 -0
  262. package/components/input/base-form-custom/fesm2022/index.mjs.map +1 -0
  263. package/components/input/base-form-custom/index.d.ts +26 -0
  264. package/components/input/base-form-custom/package.json +18 -0
  265. package/components/input/button/.npmignore +2 -0
  266. package/components/input/button/bundles/index.umd.js +98 -0
  267. package/components/input/button/fesm2022/index.mjs +81 -0
  268. package/components/input/button/fesm2022/index.mjs.map +1 -0
  269. package/components/input/button/index.d.ts +22 -0
  270. package/components/input/button/package.json +18 -0
  271. package/components/input/button-group/.npmignore +2 -0
  272. package/components/input/button-group/bundles/index.umd.js +80 -0
  273. package/components/input/button-group/fesm2022/index.mjs +62 -0
  274. package/components/input/button-group/fesm2022/index.mjs.map +1 -0
  275. package/components/input/button-group/index.d.ts +14 -0
  276. package/components/input/button-group/package.json +18 -0
  277. package/components/input/calendar/.npmignore +2 -0
  278. package/components/input/calendar/bundles/index.umd.js +655 -0
  279. package/components/input/calendar/fesm2022/index.mjs +665 -0
  280. package/components/input/calendar/fesm2022/index.mjs.map +1 -0
  281. package/components/input/calendar/index.d.ts +131 -0
  282. package/components/input/calendar/package.json +18 -0
  283. package/components/input/caption-position/.npmignore +2 -0
  284. package/components/input/caption-position/bundles/index.umd.js +196 -0
  285. package/components/input/caption-position/fesm2022/index.mjs +178 -0
  286. package/components/input/caption-position/fesm2022/index.mjs.map +1 -0
  287. package/components/input/caption-position/index.d.ts +34 -0
  288. package/components/input/caption-position/package.json +18 -0
  289. package/components/input/checkbox/.npmignore +2 -0
  290. package/components/input/checkbox/bundles/index.umd.js +206 -0
  291. package/components/input/checkbox/fesm2022/index.mjs +191 -0
  292. package/components/input/checkbox/fesm2022/index.mjs.map +1 -0
  293. package/components/input/checkbox/index.d.ts +39 -0
  294. package/components/input/checkbox/package.json +18 -0
  295. package/components/input/checkboxset/.npmignore +2 -0
  296. package/components/input/checkboxset/bundles/index.umd.js +178 -0
  297. package/components/input/checkboxset/fesm2022/index.mjs +165 -0
  298. package/components/input/checkboxset/fesm2022/index.mjs.map +1 -0
  299. package/components/input/checkboxset/index.d.ts +27 -0
  300. package/components/input/checkboxset/package.json +18 -0
  301. package/components/input/chips/.npmignore +2 -0
  302. package/components/input/chips/bundles/index.umd.js +741 -0
  303. package/components/input/chips/fesm2022/index.mjs +729 -0
  304. package/components/input/chips/fesm2022/index.mjs.map +1 -0
  305. package/components/input/chips/index.d.ts +90 -0
  306. package/components/input/chips/package.json +18 -0
  307. package/components/input/color-picker/.npmignore +2 -0
  308. package/components/input/color-picker/bundles/index.umd.js +145 -0
  309. package/components/input/color-picker/fesm2022/index.mjs +132 -0
  310. package/components/input/color-picker/fesm2022/index.mjs.map +1 -0
  311. package/components/input/color-picker/index.d.ts +36 -0
  312. package/components/input/color-picker/package.json +18 -0
  313. package/components/input/composite/.npmignore +2 -0
  314. package/components/input/composite/bundles/index.umd.js +120 -0
  315. package/components/input/composite/fesm2022/index.mjs +103 -0
  316. package/components/input/composite/fesm2022/index.mjs.map +1 -0
  317. package/components/input/composite/index.d.ts +27 -0
  318. package/components/input/composite/package.json +18 -0
  319. package/components/input/currency/.npmignore +2 -0
  320. package/components/input/currency/bundles/index.umd.js +112 -0
  321. package/components/input/currency/fesm2022/index.mjs +97 -0
  322. package/components/input/currency/fesm2022/index.mjs.map +1 -0
  323. package/components/input/currency/index.d.ts +31 -0
  324. package/components/input/currency/package.json +18 -0
  325. package/components/input/dataset-aware-form/.npmignore +2 -0
  326. package/components/input/dataset-aware-form/bundles/index.umd.js +354 -0
  327. package/components/input/dataset-aware-form/fesm2022/index.mjs +340 -0
  328. package/components/input/dataset-aware-form/fesm2022/index.mjs.map +1 -0
  329. package/components/input/dataset-aware-form/index.d.ts +80 -0
  330. package/components/input/dataset-aware-form/package.json +18 -0
  331. package/components/input/epoch/base-date-time/.npmignore +2 -0
  332. package/components/input/epoch/base-date-time/bundles/index.umd.js +1093 -0
  333. package/components/input/epoch/base-date-time/fesm2022/index.mjs +1084 -0
  334. package/components/input/epoch/base-date-time/fesm2022/index.mjs.map +1 -0
  335. package/components/input/epoch/base-date-time/index.d.ts +249 -0
  336. package/components/input/epoch/base-date-time/package.json +18 -0
  337. package/components/input/epoch/date/.npmignore +2 -0
  338. package/components/input/epoch/date/bundles/index.umd.js +515 -0
  339. package/components/input/epoch/date/fesm2022/index.mjs +505 -0
  340. package/components/input/epoch/date/fesm2022/index.mjs.map +1 -0
  341. package/components/input/epoch/date/index.d.ts +64 -0
  342. package/components/input/epoch/date/package.json +18 -0
  343. package/components/input/epoch/date-time/.npmignore +2 -0
  344. package/components/input/epoch/date-time/bundles/index.umd.js +519 -0
  345. package/components/input/epoch/date-time/fesm2022/index.mjs +510 -0
  346. package/components/input/epoch/date-time/fesm2022/index.mjs.map +1 -0
  347. package/components/input/epoch/date-time/index.d.ts +112 -0
  348. package/components/input/epoch/date-time/package.json +18 -0
  349. package/components/input/epoch/date-time-picker/.npmignore +2 -0
  350. package/components/input/epoch/date-time-picker/bundles/index.umd.js +453 -0
  351. package/components/input/epoch/date-time-picker/fesm2022/index.mjs +439 -0
  352. package/components/input/epoch/date-time-picker/fesm2022/index.mjs.map +1 -0
  353. package/components/input/epoch/date-time-picker/index.d.ts +83 -0
  354. package/components/input/epoch/date-time-picker/package.json +18 -0
  355. package/components/input/epoch/picker/.npmignore +2 -0
  356. package/components/input/epoch/picker/bundles/index.umd.js +192 -0
  357. package/components/input/epoch/picker/fesm2022/index.mjs +172 -0
  358. package/components/input/epoch/picker/fesm2022/index.mjs.map +1 -0
  359. package/components/input/epoch/picker/index.d.ts +39 -0
  360. package/components/input/epoch/picker/package.json +18 -0
  361. package/components/input/epoch/time/.npmignore +2 -0
  362. package/components/input/epoch/time/bundles/index.umd.js +401 -0
  363. package/components/input/epoch/time/fesm2022/index.mjs +391 -0
  364. package/components/input/epoch/time/fesm2022/index.mjs.map +1 -0
  365. package/components/input/epoch/time/index.d.ts +108 -0
  366. package/components/input/epoch/time/package.json +18 -0
  367. package/components/input/file-upload/.npmignore +2 -0
  368. package/components/input/file-upload/bundles/index.umd.js +483 -0
  369. package/components/input/file-upload/fesm2022/index.mjs +469 -0
  370. package/components/input/file-upload/fesm2022/index.mjs.map +1 -0
  371. package/components/input/file-upload/index.d.ts +106 -0
  372. package/components/input/file-upload/package.json +18 -0
  373. package/components/input/number/.npmignore +2 -0
  374. package/components/input/number/bundles/index.umd.js +109 -0
  375. package/components/input/number/fesm2022/index.mjs +95 -0
  376. package/components/input/number/fesm2022/index.mjs.map +1 -0
  377. package/components/input/number/index.d.ts +29 -0
  378. package/components/input/number/package.json +18 -0
  379. package/components/input/radioset/.npmignore +2 -0
  380. package/components/input/radioset/bundles/index.umd.js +164 -0
  381. package/components/input/radioset/fesm2022/index.mjs +151 -0
  382. package/components/input/radioset/fesm2022/index.mjs.map +1 -0
  383. package/components/input/radioset/index.d.ts +26 -0
  384. package/components/input/radioset/package.json +18 -0
  385. package/components/input/rating/.npmignore +2 -0
  386. package/components/input/rating/bundles/index.umd.js +270 -0
  387. package/components/input/rating/fesm2022/index.mjs +257 -0
  388. package/components/input/rating/fesm2022/index.mjs.map +1 -0
  389. package/components/input/rating/index.d.ts +47 -0
  390. package/components/input/rating/package.json +18 -0
  391. package/components/input/select/.npmignore +2 -0
  392. package/components/input/select/bundles/index.umd.js +225 -0
  393. package/components/input/select/fesm2022/index.mjs +211 -0
  394. package/components/input/select/fesm2022/index.mjs.map +1 -0
  395. package/components/input/select/index.d.ts +39 -0
  396. package/components/input/select/package.json +18 -0
  397. package/components/input/slider/.npmignore +2 -0
  398. package/components/input/slider/bundles/index.umd.js +203 -0
  399. package/components/input/slider/fesm2022/index.mjs +189 -0
  400. package/components/input/slider/fesm2022/index.mjs.map +1 -0
  401. package/components/input/slider/index.d.ts +42 -0
  402. package/components/input/slider/package.json +18 -0
  403. package/components/input/switch/.npmignore +2 -0
  404. package/components/input/switch/bundles/index.umd.js +224 -0
  405. package/components/input/switch/fesm2022/index.mjs +211 -0
  406. package/components/input/switch/fesm2022/index.mjs.map +1 -0
  407. package/components/input/switch/index.d.ts +33 -0
  408. package/components/input/switch/package.json +18 -0
  409. package/components/input/text/.npmignore +2 -0
  410. package/components/input/text/bundles/index.umd.js +1130 -0
  411. package/components/input/text/fesm2022/index.mjs +1114 -0
  412. package/components/input/text/fesm2022/index.mjs.map +1 -0
  413. package/components/input/text/index.d.ts +316 -0
  414. package/components/input/text/package.json +18 -0
  415. package/components/input/textarea/.npmignore +2 -0
  416. package/components/input/textarea/bundles/index.umd.js +108 -0
  417. package/components/input/textarea/fesm2022/index.mjs +94 -0
  418. package/components/input/textarea/fesm2022/index.mjs.map +1 -0
  419. package/components/input/textarea/index.d.ts +33 -0
  420. package/components/input/textarea/package.json +18 -0
  421. package/components/navigation/breadcrumb/.npmignore +2 -0
  422. package/components/navigation/breadcrumb/bundles/index.umd.js +138 -0
  423. package/components/navigation/breadcrumb/fesm2022/index.mjs +121 -0
  424. package/components/navigation/breadcrumb/fesm2022/index.mjs.map +1 -0
  425. package/components/navigation/breadcrumb/index.d.ts +28 -0
  426. package/components/navigation/breadcrumb/package.json +18 -0
  427. package/components/navigation/menu/.npmignore +2 -0
  428. package/components/navigation/menu/bundles/index.umd.js +947 -0
  429. package/components/navigation/menu/fesm2022/index.mjs +929 -0
  430. package/components/navigation/menu/fesm2022/index.mjs.map +1 -0
  431. package/components/navigation/menu/index.d.ts +189 -0
  432. package/components/navigation/menu/package.json +18 -0
  433. package/components/navigation/navbar/.npmignore +2 -0
  434. package/components/navigation/navbar/bundles/index.umd.js +87 -0
  435. package/components/navigation/navbar/fesm2022/index.mjs +70 -0
  436. package/components/navigation/navbar/fesm2022/index.mjs.map +1 -0
  437. package/components/navigation/navbar/index.d.ts +19 -0
  438. package/components/navigation/navbar/package.json +18 -0
  439. package/components/navigation/popover/.npmignore +2 -0
  440. package/components/navigation/popover/bundles/index.umd.js +527 -0
  441. package/components/navigation/popover/fesm2022/index.mjs +513 -0
  442. package/components/navigation/popover/fesm2022/index.mjs.map +1 -0
  443. package/components/navigation/popover/index.d.ts +86 -0
  444. package/components/navigation/popover/package.json +18 -0
  445. package/components/page/default/.npmignore +2 -0
  446. package/components/page/default/bundles/index.umd.js +458 -0
  447. package/components/page/default/fesm2022/index.mjs +438 -0
  448. package/components/page/default/fesm2022/index.mjs.map +1 -0
  449. package/components/page/default/index.d.ts +124 -0
  450. package/components/page/default/package.json +18 -0
  451. package/components/page/footer/.npmignore +2 -0
  452. package/components/page/footer/bundles/index.umd.js +71 -0
  453. package/components/page/footer/fesm2022/index.mjs +53 -0
  454. package/components/page/footer/fesm2022/index.mjs.map +1 -0
  455. package/components/page/footer/index.d.ts +12 -0
  456. package/components/page/footer/package.json +18 -0
  457. package/components/page/header/.npmignore +2 -0
  458. package/components/page/header/bundles/index.umd.js +67 -0
  459. package/components/page/header/fesm2022/index.mjs +49 -0
  460. package/components/page/header/fesm2022/index.mjs.map +1 -0
  461. package/components/page/header/index.d.ts +13 -0
  462. package/components/page/header/package.json +18 -0
  463. package/components/page/left-panel/.npmignore +2 -0
  464. package/components/page/left-panel/bundles/index.umd.js +415 -0
  465. package/components/page/left-panel/fesm2022/index.mjs +400 -0
  466. package/components/page/left-panel/fesm2022/index.mjs.map +1 -0
  467. package/components/page/left-panel/index.d.ts +41 -0
  468. package/components/page/left-panel/package.json +18 -0
  469. package/components/page/right-panel/.npmignore +2 -0
  470. package/components/page/right-panel/bundles/index.umd.js +86 -0
  471. package/components/page/right-panel/fesm2022/index.mjs +69 -0
  472. package/components/page/right-panel/fesm2022/index.mjs.map +1 -0
  473. package/components/page/right-panel/index.d.ts +13 -0
  474. package/components/page/right-panel/package.json +18 -0
  475. package/components/page/top-nav/.npmignore +2 -0
  476. package/components/page/top-nav/bundles/index.umd.js +68 -0
  477. package/components/page/top-nav/fesm2022/index.mjs +50 -0
  478. package/components/page/top-nav/fesm2022/index.mjs.map +1 -0
  479. package/components/page/top-nav/index.d.ts +12 -0
  480. package/components/page/top-nav/package.json +18 -0
  481. package/components/prefab/.npmignore +2 -0
  482. package/components/prefab/bundles/index.umd.js +176 -0
  483. package/components/prefab/fesm2022/index.mjs +159 -0
  484. package/components/prefab/fesm2022/index.mjs.map +1 -0
  485. package/components/prefab/index.d.ts +33 -0
  486. package/components/prefab/package.json +18 -0
  487. package/core/.npmignore +2 -0
  488. package/core/bundles/index.umd.js +5627 -0
  489. package/core/fesm2022/index.mjs +5475 -0
  490. package/core/fesm2022/index.mjs.map +1 -0
  491. package/core/index.d.ts +2143 -0
  492. package/core/package.json +24 -0
  493. package/http/.npmignore +2 -0
  494. package/http/bundles/index.umd.js +421 -0
  495. package/http/fesm2022/index.mjs +405 -0
  496. package/http/fesm2022/index.mjs.map +1 -0
  497. package/http/index.d.ts +120 -0
  498. package/http/package.json +23 -0
  499. package/locales/angular/af-na.js +17 -0
  500. package/locales/angular/af.js +17 -0
  501. package/locales/angular/agq.js +15 -0
  502. package/locales/angular/ak.js +17 -0
  503. package/locales/angular/am.js +17 -0
  504. package/locales/angular/ar-ae.js +25 -0
  505. package/locales/angular/ar-bh.js +25 -0
  506. package/locales/angular/ar-dj.js +25 -0
  507. package/locales/angular/ar-dz.js +25 -0
  508. package/locales/angular/ar-eg.js +25 -0
  509. package/locales/angular/ar-eh.js +25 -0
  510. package/locales/angular/ar-er.js +25 -0
  511. package/locales/angular/ar-il.js +25 -0
  512. package/locales/angular/ar-iq.js +25 -0
  513. package/locales/angular/ar-jo.js +25 -0
  514. package/locales/angular/ar-km.js +25 -0
  515. package/locales/angular/ar-kw.js +25 -0
  516. package/locales/angular/ar-lb.js +25 -0
  517. package/locales/angular/ar-ly.js +25 -0
  518. package/locales/angular/ar-ma.js +25 -0
  519. package/locales/angular/ar-mr.js +25 -0
  520. package/locales/angular/ar-om.js +25 -0
  521. package/locales/angular/ar-ps.js +25 -0
  522. package/locales/angular/ar-qa.js +25 -0
  523. package/locales/angular/ar-sa.js +25 -0
  524. package/locales/angular/ar-sd.js +25 -0
  525. package/locales/angular/ar-so.js +25 -0
  526. package/locales/angular/ar-ss.js +25 -0
  527. package/locales/angular/ar-sy.js +25 -0
  528. package/locales/angular/ar-td.js +25 -0
  529. package/locales/angular/ar-tn.js +25 -0
  530. package/locales/angular/ar-ye.js +25 -0
  531. package/locales/angular/ar.js +25 -0
  532. package/locales/angular/as.js +17 -0
  533. package/locales/angular/asa.js +17 -0
  534. package/locales/angular/ast.js +17 -0
  535. package/locales/angular/az-cyrl.js +15 -0
  536. package/locales/angular/az-latn.js +17 -0
  537. package/locales/angular/az.js +17 -0
  538. package/locales/angular/bas.js +15 -0
  539. package/locales/angular/be-tarask.js +21 -0
  540. package/locales/angular/be.js +21 -0
  541. package/locales/angular/bem.js +17 -0
  542. package/locales/angular/bez.js +17 -0
  543. package/locales/angular/bg.js +17 -0
  544. package/locales/angular/bm.js +15 -0
  545. package/locales/angular/bn-in.js +17 -0
  546. package/locales/angular/bn.js +17 -0
  547. package/locales/angular/bo-in.js +15 -0
  548. package/locales/angular/bo.js +15 -0
  549. package/locales/angular/br.js +23 -0
  550. package/locales/angular/brx.js +17 -0
  551. package/locales/angular/bs-cyrl.js +15 -0
  552. package/locales/angular/bs-latn.js +19 -0
  553. package/locales/angular/bs.js +19 -0
  554. package/locales/angular/ca-ad.js +17 -0
  555. package/locales/angular/ca-es-valencia.js +17 -0
  556. package/locales/angular/ca-fr.js +17 -0
  557. package/locales/angular/ca-it.js +17 -0
  558. package/locales/angular/ca.js +17 -0
  559. package/locales/angular/ccp-in.js +15 -0
  560. package/locales/angular/ccp.js +15 -0
  561. package/locales/angular/ce.js +17 -0
  562. package/locales/angular/ceb.js +17 -0
  563. package/locales/angular/cgg.js +17 -0
  564. package/locales/angular/chr.js +17 -0
  565. package/locales/angular/ckb-ir.js +17 -0
  566. package/locales/angular/ckb.js +17 -0
  567. package/locales/angular/cs.js +21 -0
  568. package/locales/angular/cy.js +25 -0
  569. package/locales/angular/da-gl.js +17 -0
  570. package/locales/angular/da.js +17 -0
  571. package/locales/angular/dav.js +15 -0
  572. package/locales/angular/de-at.js +17 -0
  573. package/locales/angular/de-be.js +17 -0
  574. package/locales/angular/de-ch.js +17 -0
  575. package/locales/angular/de-it.js +17 -0
  576. package/locales/angular/de-li.js +17 -0
  577. package/locales/angular/de-lu.js +17 -0
  578. package/locales/angular/de.js +17 -0
  579. package/locales/angular/dje.js +15 -0
  580. package/locales/angular/doi.js +17 -0
  581. package/locales/angular/dsb.js +21 -0
  582. package/locales/angular/dua.js +15 -0
  583. package/locales/angular/dyo.js +15 -0
  584. package/locales/angular/dz.js +15 -0
  585. package/locales/angular/ebu.js +15 -0
  586. package/locales/angular/ee-tg.js +17 -0
  587. package/locales/angular/ee.js +17 -0
  588. package/locales/angular/el-cy.js +17 -0
  589. package/locales/angular/el.js +17 -0
  590. package/locales/angular/en-001.js +17 -0
  591. package/locales/angular/en-150.js +17 -0
  592. package/locales/angular/en-ae.js +17 -0
  593. package/locales/angular/en-ag.js +17 -0
  594. package/locales/angular/en-ai.js +17 -0
  595. package/locales/angular/en-as.js +17 -0
  596. package/locales/angular/en-at.js +17 -0
  597. package/locales/angular/en-au.js +17 -0
  598. package/locales/angular/en-bb.js +17 -0
  599. package/locales/angular/en-be.js +17 -0
  600. package/locales/angular/en-bi.js +17 -0
  601. package/locales/angular/en-bm.js +17 -0
  602. package/locales/angular/en-bs.js +17 -0
  603. package/locales/angular/en-bw.js +17 -0
  604. package/locales/angular/en-bz.js +17 -0
  605. package/locales/angular/en-ca.js +17 -0
  606. package/locales/angular/en-cc.js +17 -0
  607. package/locales/angular/en-ch.js +17 -0
  608. package/locales/angular/en-ck.js +17 -0
  609. package/locales/angular/en-cm.js +17 -0
  610. package/locales/angular/en-cx.js +17 -0
  611. package/locales/angular/en-cy.js +17 -0
  612. package/locales/angular/en-de.js +17 -0
  613. package/locales/angular/en-dg.js +17 -0
  614. package/locales/angular/en-dk.js +17 -0
  615. package/locales/angular/en-dm.js +17 -0
  616. package/locales/angular/en-er.js +17 -0
  617. package/locales/angular/en-fi.js +17 -0
  618. package/locales/angular/en-fj.js +17 -0
  619. package/locales/angular/en-fk.js +17 -0
  620. package/locales/angular/en-fm.js +17 -0
  621. package/locales/angular/en-gb.js +17 -0
  622. package/locales/angular/en-gd.js +17 -0
  623. package/locales/angular/en-gg.js +17 -0
  624. package/locales/angular/en-gh.js +17 -0
  625. package/locales/angular/en-gi.js +17 -0
  626. package/locales/angular/en-gm.js +17 -0
  627. package/locales/angular/en-gu.js +17 -0
  628. package/locales/angular/en-gy.js +17 -0
  629. package/locales/angular/en-hk.js +17 -0
  630. package/locales/angular/en-ie.js +17 -0
  631. package/locales/angular/en-il.js +17 -0
  632. package/locales/angular/en-im.js +17 -0
  633. package/locales/angular/en-in.js +17 -0
  634. package/locales/angular/en-io.js +17 -0
  635. package/locales/angular/en-je.js +17 -0
  636. package/locales/angular/en-jm.js +17 -0
  637. package/locales/angular/en-ke.js +17 -0
  638. package/locales/angular/en-ki.js +17 -0
  639. package/locales/angular/en-kn.js +17 -0
  640. package/locales/angular/en-ky.js +17 -0
  641. package/locales/angular/en-lc.js +17 -0
  642. package/locales/angular/en-lr.js +17 -0
  643. package/locales/angular/en-ls.js +17 -0
  644. package/locales/angular/en-mg.js +17 -0
  645. package/locales/angular/en-mh.js +17 -0
  646. package/locales/angular/en-mo.js +17 -0
  647. package/locales/angular/en-mp.js +17 -0
  648. package/locales/angular/en-ms.js +17 -0
  649. package/locales/angular/en-mt.js +17 -0
  650. package/locales/angular/en-mu.js +17 -0
  651. package/locales/angular/en-mv.js +17 -0
  652. package/locales/angular/en-mw.js +17 -0
  653. package/locales/angular/en-my.js +17 -0
  654. package/locales/angular/en-na.js +17 -0
  655. package/locales/angular/en-nf.js +17 -0
  656. package/locales/angular/en-ng.js +17 -0
  657. package/locales/angular/en-nl.js +17 -0
  658. package/locales/angular/en-nr.js +17 -0
  659. package/locales/angular/en-nu.js +17 -0
  660. package/locales/angular/en-nz.js +17 -0
  661. package/locales/angular/en-pg.js +17 -0
  662. package/locales/angular/en-ph.js +17 -0
  663. package/locales/angular/en-pk.js +17 -0
  664. package/locales/angular/en-pn.js +17 -0
  665. package/locales/angular/en-pr.js +17 -0
  666. package/locales/angular/en-pw.js +17 -0
  667. package/locales/angular/en-rw.js +17 -0
  668. package/locales/angular/en-sb.js +17 -0
  669. package/locales/angular/en-sc.js +17 -0
  670. package/locales/angular/en-sd.js +17 -0
  671. package/locales/angular/en-se.js +17 -0
  672. package/locales/angular/en-sg.js +17 -0
  673. package/locales/angular/en-sh.js +17 -0
  674. package/locales/angular/en-si.js +17 -0
  675. package/locales/angular/en-sl.js +17 -0
  676. package/locales/angular/en-ss.js +17 -0
  677. package/locales/angular/en-sx.js +17 -0
  678. package/locales/angular/en-sz.js +17 -0
  679. package/locales/angular/en-tc.js +17 -0
  680. package/locales/angular/en-tk.js +17 -0
  681. package/locales/angular/en-to.js +17 -0
  682. package/locales/angular/en-tt.js +17 -0
  683. package/locales/angular/en-tv.js +17 -0
  684. package/locales/angular/en-tz.js +17 -0
  685. package/locales/angular/en-ug.js +17 -0
  686. package/locales/angular/en-um.js +17 -0
  687. package/locales/angular/en-vc.js +17 -0
  688. package/locales/angular/en-vg.js +17 -0
  689. package/locales/angular/en-vi.js +17 -0
  690. package/locales/angular/en-vu.js +17 -0
  691. package/locales/angular/en-ws.js +17 -0
  692. package/locales/angular/en-za.js +17 -0
  693. package/locales/angular/en-zm.js +17 -0
  694. package/locales/angular/en-zw.js +17 -0
  695. package/locales/angular/en.js +17 -0
  696. package/locales/angular/eo.js +17 -0
  697. package/locales/angular/es-419.js +19 -0
  698. package/locales/angular/es-ar.js +19 -0
  699. package/locales/angular/es-bo.js +19 -0
  700. package/locales/angular/es-br.js +19 -0
  701. package/locales/angular/es-bz.js +19 -0
  702. package/locales/angular/es-cl.js +19 -0
  703. package/locales/angular/es-co.js +19 -0
  704. package/locales/angular/es-cr.js +19 -0
  705. package/locales/angular/es-cu.js +19 -0
  706. package/locales/angular/es-do.js +19 -0
  707. package/locales/angular/es-ea.js +19 -0
  708. package/locales/angular/es-ec.js +19 -0
  709. package/locales/angular/es-gq.js +19 -0
  710. package/locales/angular/es-gt.js +19 -0
  711. package/locales/angular/es-hn.js +19 -0
  712. package/locales/angular/es-ic.js +19 -0
  713. package/locales/angular/es-mx.js +19 -0
  714. package/locales/angular/es-ni.js +19 -0
  715. package/locales/angular/es-pa.js +19 -0
  716. package/locales/angular/es-pe.js +19 -0
  717. package/locales/angular/es-ph.js +19 -0
  718. package/locales/angular/es-pr.js +19 -0
  719. package/locales/angular/es-py.js +19 -0
  720. package/locales/angular/es-sv.js +19 -0
  721. package/locales/angular/es-us.js +19 -0
  722. package/locales/angular/es-uy.js +19 -0
  723. package/locales/angular/es-ve.js +19 -0
  724. package/locales/angular/es.js +19 -0
  725. package/locales/angular/et.js +17 -0
  726. package/locales/angular/eu.js +17 -0
  727. package/locales/angular/ewo.js +15 -0
  728. package/locales/angular/fa-af.js +17 -0
  729. package/locales/angular/fa.js +17 -0
  730. package/locales/angular/ff-adlm-bf.js +15 -0
  731. package/locales/angular/ff-adlm-cm.js +15 -0
  732. package/locales/angular/ff-adlm-gh.js +15 -0
  733. package/locales/angular/ff-adlm-gm.js +15 -0
  734. package/locales/angular/ff-adlm-gw.js +15 -0
  735. package/locales/angular/ff-adlm-lr.js +15 -0
  736. package/locales/angular/ff-adlm-mr.js +15 -0
  737. package/locales/angular/ff-adlm-ne.js +15 -0
  738. package/locales/angular/ff-adlm-ng.js +15 -0
  739. package/locales/angular/ff-adlm-sl.js +15 -0
  740. package/locales/angular/ff-adlm-sn.js +15 -0
  741. package/locales/angular/ff-adlm.js +15 -0
  742. package/locales/angular/ff-cm.js +64 -0
  743. package/locales/angular/ff-gn.js +64 -0
  744. package/locales/angular/ff-latn-bf.js +17 -0
  745. package/locales/angular/ff-latn-cm.js +17 -0
  746. package/locales/angular/ff-latn-gh.js +17 -0
  747. package/locales/angular/ff-latn-gm.js +17 -0
  748. package/locales/angular/ff-latn-gn.js +17 -0
  749. package/locales/angular/ff-latn-gw.js +17 -0
  750. package/locales/angular/ff-latn-lr.js +17 -0
  751. package/locales/angular/ff-latn-mr.js +17 -0
  752. package/locales/angular/ff-latn-ne.js +17 -0
  753. package/locales/angular/ff-latn-ng.js +17 -0
  754. package/locales/angular/ff-latn-sl.js +17 -0
  755. package/locales/angular/ff-latn.js +17 -0
  756. package/locales/angular/ff-mr.js +64 -0
  757. package/locales/angular/ff.js +17 -0
  758. package/locales/angular/fi.js +17 -0
  759. package/locales/angular/fil.js +17 -0
  760. package/locales/angular/fo-dk.js +17 -0
  761. package/locales/angular/fo.js +17 -0
  762. package/locales/angular/fr-be.js +19 -0
  763. package/locales/angular/fr-bf.js +19 -0
  764. package/locales/angular/fr-bi.js +19 -0
  765. package/locales/angular/fr-bj.js +19 -0
  766. package/locales/angular/fr-bl.js +19 -0
  767. package/locales/angular/fr-ca.js +19 -0
  768. package/locales/angular/fr-cd.js +19 -0
  769. package/locales/angular/fr-cf.js +19 -0
  770. package/locales/angular/fr-cg.js +19 -0
  771. package/locales/angular/fr-ch.js +19 -0
  772. package/locales/angular/fr-ci.js +19 -0
  773. package/locales/angular/fr-cm.js +19 -0
  774. package/locales/angular/fr-dj.js +19 -0
  775. package/locales/angular/fr-dz.js +19 -0
  776. package/locales/angular/fr-ga.js +19 -0
  777. package/locales/angular/fr-gf.js +19 -0
  778. package/locales/angular/fr-gn.js +19 -0
  779. package/locales/angular/fr-gp.js +19 -0
  780. package/locales/angular/fr-gq.js +19 -0
  781. package/locales/angular/fr-ht.js +19 -0
  782. package/locales/angular/fr-km.js +19 -0
  783. package/locales/angular/fr-lu.js +19 -0
  784. package/locales/angular/fr-ma.js +19 -0
  785. package/locales/angular/fr-mc.js +19 -0
  786. package/locales/angular/fr-mf.js +19 -0
  787. package/locales/angular/fr-mg.js +19 -0
  788. package/locales/angular/fr-ml.js +19 -0
  789. package/locales/angular/fr-mq.js +19 -0
  790. package/locales/angular/fr-mr.js +19 -0
  791. package/locales/angular/fr-mu.js +19 -0
  792. package/locales/angular/fr-nc.js +19 -0
  793. package/locales/angular/fr-ne.js +19 -0
  794. package/locales/angular/fr-pf.js +19 -0
  795. package/locales/angular/fr-pm.js +19 -0
  796. package/locales/angular/fr-re.js +19 -0
  797. package/locales/angular/fr-rw.js +19 -0
  798. package/locales/angular/fr-sc.js +19 -0
  799. package/locales/angular/fr-sn.js +19 -0
  800. package/locales/angular/fr-sy.js +19 -0
  801. package/locales/angular/fr-td.js +19 -0
  802. package/locales/angular/fr-tg.js +19 -0
  803. package/locales/angular/fr-tn.js +19 -0
  804. package/locales/angular/fr-vu.js +19 -0
  805. package/locales/angular/fr-wf.js +19 -0
  806. package/locales/angular/fr-yt.js +19 -0
  807. package/locales/angular/fr.js +19 -0
  808. package/locales/angular/fur.js +17 -0
  809. package/locales/angular/fy.js +17 -0
  810. package/locales/angular/ga-gb.js +23 -0
  811. package/locales/angular/ga.js +23 -0
  812. package/locales/angular/gd.js +21 -0
  813. package/locales/angular/gl.js +17 -0
  814. package/locales/angular/global/af-na.js +24 -0
  815. package/locales/angular/global/af.js +24 -0
  816. package/locales/angular/global/agq.js +22 -0
  817. package/locales/angular/global/ak.js +24 -0
  818. package/locales/angular/global/am.js +24 -0
  819. package/locales/angular/global/ar-ae.js +32 -0
  820. package/locales/angular/global/ar-bh.js +32 -0
  821. package/locales/angular/global/ar-dj.js +32 -0
  822. package/locales/angular/global/ar-dz.js +32 -0
  823. package/locales/angular/global/ar-eg.js +32 -0
  824. package/locales/angular/global/ar-eh.js +32 -0
  825. package/locales/angular/global/ar-er.js +32 -0
  826. package/locales/angular/global/ar-il.js +32 -0
  827. package/locales/angular/global/ar-iq.js +32 -0
  828. package/locales/angular/global/ar-jo.js +32 -0
  829. package/locales/angular/global/ar-km.js +32 -0
  830. package/locales/angular/global/ar-kw.js +32 -0
  831. package/locales/angular/global/ar-lb.js +32 -0
  832. package/locales/angular/global/ar-ly.js +32 -0
  833. package/locales/angular/global/ar-ma.js +32 -0
  834. package/locales/angular/global/ar-mr.js +32 -0
  835. package/locales/angular/global/ar-om.js +32 -0
  836. package/locales/angular/global/ar-ps.js +32 -0
  837. package/locales/angular/global/ar-qa.js +32 -0
  838. package/locales/angular/global/ar-sa.js +32 -0
  839. package/locales/angular/global/ar-sd.js +32 -0
  840. package/locales/angular/global/ar-so.js +32 -0
  841. package/locales/angular/global/ar-ss.js +32 -0
  842. package/locales/angular/global/ar-sy.js +32 -0
  843. package/locales/angular/global/ar-td.js +32 -0
  844. package/locales/angular/global/ar-tn.js +32 -0
  845. package/locales/angular/global/ar-ye.js +32 -0
  846. package/locales/angular/global/ar.js +32 -0
  847. package/locales/angular/global/as.js +24 -0
  848. package/locales/angular/global/asa.js +24 -0
  849. package/locales/angular/global/ast.js +24 -0
  850. package/locales/angular/global/az-cyrl.js +22 -0
  851. package/locales/angular/global/az-latn.js +24 -0
  852. package/locales/angular/global/az.js +24 -0
  853. package/locales/angular/global/bas.js +22 -0
  854. package/locales/angular/global/be-tarask.js +28 -0
  855. package/locales/angular/global/be.js +28 -0
  856. package/locales/angular/global/bem.js +24 -0
  857. package/locales/angular/global/bez.js +24 -0
  858. package/locales/angular/global/bg.js +24 -0
  859. package/locales/angular/global/bm.js +22 -0
  860. package/locales/angular/global/bn-in.js +24 -0
  861. package/locales/angular/global/bn.js +24 -0
  862. package/locales/angular/global/bo-in.js +22 -0
  863. package/locales/angular/global/bo.js +22 -0
  864. package/locales/angular/global/br.js +30 -0
  865. package/locales/angular/global/brx.js +24 -0
  866. package/locales/angular/global/bs-cyrl.js +22 -0
  867. package/locales/angular/global/bs-latn.js +26 -0
  868. package/locales/angular/global/bs.js +26 -0
  869. package/locales/angular/global/ca-ad.js +24 -0
  870. package/locales/angular/global/ca-es-valencia.js +24 -0
  871. package/locales/angular/global/ca-fr.js +24 -0
  872. package/locales/angular/global/ca-it.js +24 -0
  873. package/locales/angular/global/ca.js +24 -0
  874. package/locales/angular/global/ccp-in.js +22 -0
  875. package/locales/angular/global/ccp.js +22 -0
  876. package/locales/angular/global/ce.js +24 -0
  877. package/locales/angular/global/ceb.js +24 -0
  878. package/locales/angular/global/cgg.js +24 -0
  879. package/locales/angular/global/chr.js +24 -0
  880. package/locales/angular/global/ckb-ir.js +24 -0
  881. package/locales/angular/global/ckb.js +24 -0
  882. package/locales/angular/global/cs.js +28 -0
  883. package/locales/angular/global/cy.js +32 -0
  884. package/locales/angular/global/da-gl.js +24 -0
  885. package/locales/angular/global/da.js +24 -0
  886. package/locales/angular/global/dav.js +22 -0
  887. package/locales/angular/global/de-at.js +24 -0
  888. package/locales/angular/global/de-be.js +24 -0
  889. package/locales/angular/global/de-ch.js +24 -0
  890. package/locales/angular/global/de-it.js +24 -0
  891. package/locales/angular/global/de-li.js +24 -0
  892. package/locales/angular/global/de-lu.js +24 -0
  893. package/locales/angular/global/de.js +24 -0
  894. package/locales/angular/global/dje.js +22 -0
  895. package/locales/angular/global/doi.js +24 -0
  896. package/locales/angular/global/dsb.js +28 -0
  897. package/locales/angular/global/dua.js +22 -0
  898. package/locales/angular/global/dyo.js +22 -0
  899. package/locales/angular/global/dz.js +22 -0
  900. package/locales/angular/global/ebu.js +22 -0
  901. package/locales/angular/global/ee-tg.js +24 -0
  902. package/locales/angular/global/ee.js +24 -0
  903. package/locales/angular/global/el-cy.js +24 -0
  904. package/locales/angular/global/el.js +24 -0
  905. package/locales/angular/global/en-001.js +24 -0
  906. package/locales/angular/global/en-150.js +24 -0
  907. package/locales/angular/global/en-ae.js +24 -0
  908. package/locales/angular/global/en-ag.js +24 -0
  909. package/locales/angular/global/en-ai.js +24 -0
  910. package/locales/angular/global/en-as.js +24 -0
  911. package/locales/angular/global/en-at.js +24 -0
  912. package/locales/angular/global/en-au.js +24 -0
  913. package/locales/angular/global/en-bb.js +24 -0
  914. package/locales/angular/global/en-be.js +24 -0
  915. package/locales/angular/global/en-bi.js +24 -0
  916. package/locales/angular/global/en-bm.js +24 -0
  917. package/locales/angular/global/en-bs.js +24 -0
  918. package/locales/angular/global/en-bw.js +24 -0
  919. package/locales/angular/global/en-bz.js +24 -0
  920. package/locales/angular/global/en-ca.js +24 -0
  921. package/locales/angular/global/en-cc.js +24 -0
  922. package/locales/angular/global/en-ch.js +24 -0
  923. package/locales/angular/global/en-ck.js +24 -0
  924. package/locales/angular/global/en-cm.js +24 -0
  925. package/locales/angular/global/en-cx.js +24 -0
  926. package/locales/angular/global/en-cy.js +24 -0
  927. package/locales/angular/global/en-de.js +24 -0
  928. package/locales/angular/global/en-dg.js +24 -0
  929. package/locales/angular/global/en-dk.js +24 -0
  930. package/locales/angular/global/en-dm.js +24 -0
  931. package/locales/angular/global/en-er.js +24 -0
  932. package/locales/angular/global/en-fi.js +24 -0
  933. package/locales/angular/global/en-fj.js +24 -0
  934. package/locales/angular/global/en-fk.js +24 -0
  935. package/locales/angular/global/en-fm.js +24 -0
  936. package/locales/angular/global/en-gb.js +24 -0
  937. package/locales/angular/global/en-gd.js +24 -0
  938. package/locales/angular/global/en-gg.js +24 -0
  939. package/locales/angular/global/en-gh.js +24 -0
  940. package/locales/angular/global/en-gi.js +24 -0
  941. package/locales/angular/global/en-gm.js +24 -0
  942. package/locales/angular/global/en-gu.js +24 -0
  943. package/locales/angular/global/en-gy.js +24 -0
  944. package/locales/angular/global/en-hk.js +24 -0
  945. package/locales/angular/global/en-ie.js +24 -0
  946. package/locales/angular/global/en-il.js +24 -0
  947. package/locales/angular/global/en-im.js +24 -0
  948. package/locales/angular/global/en-in.js +24 -0
  949. package/locales/angular/global/en-io.js +24 -0
  950. package/locales/angular/global/en-je.js +24 -0
  951. package/locales/angular/global/en-jm.js +24 -0
  952. package/locales/angular/global/en-ke.js +24 -0
  953. package/locales/angular/global/en-ki.js +24 -0
  954. package/locales/angular/global/en-kn.js +24 -0
  955. package/locales/angular/global/en-ky.js +24 -0
  956. package/locales/angular/global/en-lc.js +24 -0
  957. package/locales/angular/global/en-lr.js +24 -0
  958. package/locales/angular/global/en-ls.js +24 -0
  959. package/locales/angular/global/en-mg.js +24 -0
  960. package/locales/angular/global/en-mh.js +24 -0
  961. package/locales/angular/global/en-mo.js +24 -0
  962. package/locales/angular/global/en-mp.js +24 -0
  963. package/locales/angular/global/en-ms.js +24 -0
  964. package/locales/angular/global/en-mt.js +24 -0
  965. package/locales/angular/global/en-mu.js +24 -0
  966. package/locales/angular/global/en-mv.js +24 -0
  967. package/locales/angular/global/en-mw.js +24 -0
  968. package/locales/angular/global/en-my.js +24 -0
  969. package/locales/angular/global/en-na.js +24 -0
  970. package/locales/angular/global/en-nf.js +24 -0
  971. package/locales/angular/global/en-ng.js +24 -0
  972. package/locales/angular/global/en-nl.js +24 -0
  973. package/locales/angular/global/en-nr.js +24 -0
  974. package/locales/angular/global/en-nu.js +24 -0
  975. package/locales/angular/global/en-nz.js +24 -0
  976. package/locales/angular/global/en-pg.js +24 -0
  977. package/locales/angular/global/en-ph.js +24 -0
  978. package/locales/angular/global/en-pk.js +24 -0
  979. package/locales/angular/global/en-pn.js +24 -0
  980. package/locales/angular/global/en-pr.js +24 -0
  981. package/locales/angular/global/en-pw.js +24 -0
  982. package/locales/angular/global/en-rw.js +24 -0
  983. package/locales/angular/global/en-sb.js +24 -0
  984. package/locales/angular/global/en-sc.js +24 -0
  985. package/locales/angular/global/en-sd.js +24 -0
  986. package/locales/angular/global/en-se.js +24 -0
  987. package/locales/angular/global/en-sg.js +24 -0
  988. package/locales/angular/global/en-sh.js +24 -0
  989. package/locales/angular/global/en-si.js +24 -0
  990. package/locales/angular/global/en-sl.js +24 -0
  991. package/locales/angular/global/en-ss.js +24 -0
  992. package/locales/angular/global/en-sx.js +24 -0
  993. package/locales/angular/global/en-sz.js +24 -0
  994. package/locales/angular/global/en-tc.js +24 -0
  995. package/locales/angular/global/en-tk.js +24 -0
  996. package/locales/angular/global/en-to.js +24 -0
  997. package/locales/angular/global/en-tt.js +24 -0
  998. package/locales/angular/global/en-tv.js +24 -0
  999. package/locales/angular/global/en-tz.js +24 -0
  1000. package/locales/angular/global/en-ug.js +24 -0
  1001. package/locales/angular/global/en-um.js +24 -0
  1002. package/locales/angular/global/en-vc.js +24 -0
  1003. package/locales/angular/global/en-vg.js +24 -0
  1004. package/locales/angular/global/en-vi.js +24 -0
  1005. package/locales/angular/global/en-vu.js +24 -0
  1006. package/locales/angular/global/en-ws.js +24 -0
  1007. package/locales/angular/global/en-za.js +24 -0
  1008. package/locales/angular/global/en-zm.js +24 -0
  1009. package/locales/angular/global/en-zw.js +24 -0
  1010. package/locales/angular/global/en.js +24 -0
  1011. package/locales/angular/global/eo.js +24 -0
  1012. package/locales/angular/global/es-419.js +26 -0
  1013. package/locales/angular/global/es-ar.js +26 -0
  1014. package/locales/angular/global/es-bo.js +26 -0
  1015. package/locales/angular/global/es-br.js +26 -0
  1016. package/locales/angular/global/es-bz.js +26 -0
  1017. package/locales/angular/global/es-cl.js +26 -0
  1018. package/locales/angular/global/es-co.js +26 -0
  1019. package/locales/angular/global/es-cr.js +26 -0
  1020. package/locales/angular/global/es-cu.js +26 -0
  1021. package/locales/angular/global/es-do.js +26 -0
  1022. package/locales/angular/global/es-ea.js +26 -0
  1023. package/locales/angular/global/es-ec.js +26 -0
  1024. package/locales/angular/global/es-gq.js +26 -0
  1025. package/locales/angular/global/es-gt.js +26 -0
  1026. package/locales/angular/global/es-hn.js +26 -0
  1027. package/locales/angular/global/es-ic.js +26 -0
  1028. package/locales/angular/global/es-mx.js +26 -0
  1029. package/locales/angular/global/es-ni.js +26 -0
  1030. package/locales/angular/global/es-pa.js +26 -0
  1031. package/locales/angular/global/es-pe.js +26 -0
  1032. package/locales/angular/global/es-ph.js +26 -0
  1033. package/locales/angular/global/es-pr.js +26 -0
  1034. package/locales/angular/global/es-py.js +26 -0
  1035. package/locales/angular/global/es-sv.js +26 -0
  1036. package/locales/angular/global/es-us.js +26 -0
  1037. package/locales/angular/global/es-uy.js +26 -0
  1038. package/locales/angular/global/es-ve.js +26 -0
  1039. package/locales/angular/global/es.js +26 -0
  1040. package/locales/angular/global/et.js +24 -0
  1041. package/locales/angular/global/eu.js +24 -0
  1042. package/locales/angular/global/ewo.js +22 -0
  1043. package/locales/angular/global/fa-af.js +24 -0
  1044. package/locales/angular/global/fa.js +24 -0
  1045. package/locales/angular/global/ff-adlm-bf.js +22 -0
  1046. package/locales/angular/global/ff-adlm-cm.js +22 -0
  1047. package/locales/angular/global/ff-adlm-gh.js +22 -0
  1048. package/locales/angular/global/ff-adlm-gm.js +22 -0
  1049. package/locales/angular/global/ff-adlm-gw.js +22 -0
  1050. package/locales/angular/global/ff-adlm-lr.js +22 -0
  1051. package/locales/angular/global/ff-adlm-mr.js +22 -0
  1052. package/locales/angular/global/ff-adlm-ne.js +22 -0
  1053. package/locales/angular/global/ff-adlm-ng.js +22 -0
  1054. package/locales/angular/global/ff-adlm-sl.js +22 -0
  1055. package/locales/angular/global/ff-adlm-sn.js +22 -0
  1056. package/locales/angular/global/ff-adlm.js +22 -0
  1057. package/locales/angular/global/ff-cm.js +74 -0
  1058. package/locales/angular/global/ff-gn.js +74 -0
  1059. package/locales/angular/global/ff-latn-bf.js +24 -0
  1060. package/locales/angular/global/ff-latn-cm.js +24 -0
  1061. package/locales/angular/global/ff-latn-gh.js +24 -0
  1062. package/locales/angular/global/ff-latn-gm.js +24 -0
  1063. package/locales/angular/global/ff-latn-gn.js +24 -0
  1064. package/locales/angular/global/ff-latn-gw.js +24 -0
  1065. package/locales/angular/global/ff-latn-lr.js +24 -0
  1066. package/locales/angular/global/ff-latn-mr.js +24 -0
  1067. package/locales/angular/global/ff-latn-ne.js +24 -0
  1068. package/locales/angular/global/ff-latn-ng.js +24 -0
  1069. package/locales/angular/global/ff-latn-sl.js +24 -0
  1070. package/locales/angular/global/ff-latn.js +24 -0
  1071. package/locales/angular/global/ff-mr.js +74 -0
  1072. package/locales/angular/global/ff.js +24 -0
  1073. package/locales/angular/global/fi.js +24 -0
  1074. package/locales/angular/global/fil.js +24 -0
  1075. package/locales/angular/global/fo-dk.js +24 -0
  1076. package/locales/angular/global/fo.js +24 -0
  1077. package/locales/angular/global/fr-be.js +26 -0
  1078. package/locales/angular/global/fr-bf.js +26 -0
  1079. package/locales/angular/global/fr-bi.js +26 -0
  1080. package/locales/angular/global/fr-bj.js +26 -0
  1081. package/locales/angular/global/fr-bl.js +26 -0
  1082. package/locales/angular/global/fr-ca.js +26 -0
  1083. package/locales/angular/global/fr-cd.js +26 -0
  1084. package/locales/angular/global/fr-cf.js +26 -0
  1085. package/locales/angular/global/fr-cg.js +26 -0
  1086. package/locales/angular/global/fr-ch.js +26 -0
  1087. package/locales/angular/global/fr-ci.js +26 -0
  1088. package/locales/angular/global/fr-cm.js +26 -0
  1089. package/locales/angular/global/fr-dj.js +26 -0
  1090. package/locales/angular/global/fr-dz.js +26 -0
  1091. package/locales/angular/global/fr-ga.js +26 -0
  1092. package/locales/angular/global/fr-gf.js +26 -0
  1093. package/locales/angular/global/fr-gn.js +26 -0
  1094. package/locales/angular/global/fr-gp.js +26 -0
  1095. package/locales/angular/global/fr-gq.js +26 -0
  1096. package/locales/angular/global/fr-ht.js +26 -0
  1097. package/locales/angular/global/fr-km.js +26 -0
  1098. package/locales/angular/global/fr-lu.js +26 -0
  1099. package/locales/angular/global/fr-ma.js +26 -0
  1100. package/locales/angular/global/fr-mc.js +26 -0
  1101. package/locales/angular/global/fr-mf.js +26 -0
  1102. package/locales/angular/global/fr-mg.js +26 -0
  1103. package/locales/angular/global/fr-ml.js +26 -0
  1104. package/locales/angular/global/fr-mq.js +26 -0
  1105. package/locales/angular/global/fr-mr.js +26 -0
  1106. package/locales/angular/global/fr-mu.js +26 -0
  1107. package/locales/angular/global/fr-nc.js +26 -0
  1108. package/locales/angular/global/fr-ne.js +26 -0
  1109. package/locales/angular/global/fr-pf.js +26 -0
  1110. package/locales/angular/global/fr-pm.js +26 -0
  1111. package/locales/angular/global/fr-re.js +26 -0
  1112. package/locales/angular/global/fr-rw.js +26 -0
  1113. package/locales/angular/global/fr-sc.js +26 -0
  1114. package/locales/angular/global/fr-sn.js +26 -0
  1115. package/locales/angular/global/fr-sy.js +26 -0
  1116. package/locales/angular/global/fr-td.js +26 -0
  1117. package/locales/angular/global/fr-tg.js +26 -0
  1118. package/locales/angular/global/fr-tn.js +26 -0
  1119. package/locales/angular/global/fr-vu.js +26 -0
  1120. package/locales/angular/global/fr-wf.js +26 -0
  1121. package/locales/angular/global/fr-yt.js +26 -0
  1122. package/locales/angular/global/fr.js +26 -0
  1123. package/locales/angular/global/fur.js +24 -0
  1124. package/locales/angular/global/fy.js +24 -0
  1125. package/locales/angular/global/ga-gb.js +30 -0
  1126. package/locales/angular/global/ga.js +30 -0
  1127. package/locales/angular/global/gd.js +28 -0
  1128. package/locales/angular/global/gl.js +24 -0
  1129. package/locales/angular/global/gsw-fr.js +24 -0
  1130. package/locales/angular/global/gsw-li.js +24 -0
  1131. package/locales/angular/global/gsw.js +24 -0
  1132. package/locales/angular/global/gu.js +24 -0
  1133. package/locales/angular/global/guz.js +22 -0
  1134. package/locales/angular/global/gv.js +30 -0
  1135. package/locales/angular/global/ha-gh.js +24 -0
  1136. package/locales/angular/global/ha-ne.js +24 -0
  1137. package/locales/angular/global/ha.js +24 -0
  1138. package/locales/angular/global/haw.js +24 -0
  1139. package/locales/angular/global/he.js +28 -0
  1140. package/locales/angular/global/hi-latn.js +24 -0
  1141. package/locales/angular/global/hi.js +24 -0
  1142. package/locales/angular/global/hr-ba.js +26 -0
  1143. package/locales/angular/global/hr.js +26 -0
  1144. package/locales/angular/global/hsb.js +28 -0
  1145. package/locales/angular/global/hu.js +24 -0
  1146. package/locales/angular/global/hy.js +24 -0
  1147. package/locales/angular/global/ia.js +24 -0
  1148. package/locales/angular/global/id.js +22 -0
  1149. package/locales/angular/global/ig.js +22 -0
  1150. package/locales/angular/global/ii.js +22 -0
  1151. package/locales/angular/global/is.js +24 -0
  1152. package/locales/angular/global/it-ch.js +26 -0
  1153. package/locales/angular/global/it-sm.js +26 -0
  1154. package/locales/angular/global/it-va.js +26 -0
  1155. package/locales/angular/global/it.js +26 -0
  1156. package/locales/angular/global/ja.js +22 -0
  1157. package/locales/angular/global/jgo.js +24 -0
  1158. package/locales/angular/global/jmc.js +24 -0
  1159. package/locales/angular/global/jv.js +22 -0
  1160. package/locales/angular/global/ka.js +24 -0
  1161. package/locales/angular/global/kab.js +24 -0
  1162. package/locales/angular/global/kam.js +22 -0
  1163. package/locales/angular/global/kde.js +22 -0
  1164. package/locales/angular/global/kea.js +22 -0
  1165. package/locales/angular/global/kgp.js +22 -0
  1166. package/locales/angular/global/khq.js +22 -0
  1167. package/locales/angular/global/ki.js +22 -0
  1168. package/locales/angular/global/kk.js +24 -0
  1169. package/locales/angular/global/kkj.js +24 -0
  1170. package/locales/angular/global/kl.js +24 -0
  1171. package/locales/angular/global/kln.js +22 -0
  1172. package/locales/angular/global/km.js +22 -0
  1173. package/locales/angular/global/kn.js +24 -0
  1174. package/locales/angular/global/ko-kp.js +22 -0
  1175. package/locales/angular/global/ko.js +22 -0
  1176. package/locales/angular/global/kok.js +22 -0
  1177. package/locales/angular/global/ks-arab.js +24 -0
  1178. package/locales/angular/global/ks-deva.js +22 -0
  1179. package/locales/angular/global/ks.js +24 -0
  1180. package/locales/angular/global/ksb.js +24 -0
  1181. package/locales/angular/global/ksf.js +22 -0
  1182. package/locales/angular/global/ksh.js +26 -0
  1183. package/locales/angular/global/ku.js +24 -0
  1184. package/locales/angular/global/kw.js +32 -0
  1185. package/locales/angular/global/ky.js +24 -0
  1186. package/locales/angular/global/lag.js +26 -0
  1187. package/locales/angular/global/lb.js +24 -0
  1188. package/locales/angular/global/lg.js +24 -0
  1189. package/locales/angular/global/lkt.js +22 -0
  1190. package/locales/angular/global/ln-ao.js +24 -0
  1191. package/locales/angular/global/ln-cf.js +24 -0
  1192. package/locales/angular/global/ln-cg.js +24 -0
  1193. package/locales/angular/global/ln.js +24 -0
  1194. package/locales/angular/global/lo.js +22 -0
  1195. package/locales/angular/global/lrc-iq.js +22 -0
  1196. package/locales/angular/global/lrc.js +22 -0
  1197. package/locales/angular/global/lt.js +28 -0
  1198. package/locales/angular/global/lu.js +22 -0
  1199. package/locales/angular/global/luo.js +22 -0
  1200. package/locales/angular/global/luy.js +22 -0
  1201. package/locales/angular/global/lv.js +26 -0
  1202. package/locales/angular/global/mai.js +22 -0
  1203. package/locales/angular/global/mas-tz.js +24 -0
  1204. package/locales/angular/global/mas.js +24 -0
  1205. package/locales/angular/global/mer.js +22 -0
  1206. package/locales/angular/global/mfe.js +22 -0
  1207. package/locales/angular/global/mg.js +24 -0
  1208. package/locales/angular/global/mgh.js +22 -0
  1209. package/locales/angular/global/mgo.js +24 -0
  1210. package/locales/angular/global/mi.js +22 -0
  1211. package/locales/angular/global/mk.js +24 -0
  1212. package/locales/angular/global/ml.js +24 -0
  1213. package/locales/angular/global/mn.js +24 -0
  1214. package/locales/angular/global/mni-beng.js +22 -0
  1215. package/locales/angular/global/mni.js +22 -0
  1216. package/locales/angular/global/mr.js +24 -0
  1217. package/locales/angular/global/ms-bn.js +22 -0
  1218. package/locales/angular/global/ms-id.js +22 -0
  1219. package/locales/angular/global/ms-sg.js +22 -0
  1220. package/locales/angular/global/ms.js +22 -0
  1221. package/locales/angular/global/mt.js +28 -0
  1222. package/locales/angular/global/mua.js +22 -0
  1223. package/locales/angular/global/my.js +22 -0
  1224. package/locales/angular/global/mzn.js +22 -0
  1225. package/locales/angular/global/naq.js +26 -0
  1226. package/locales/angular/global/nb-sj.js +24 -0
  1227. package/locales/angular/global/nb.js +24 -0
  1228. package/locales/angular/global/nd.js +24 -0
  1229. package/locales/angular/global/nds-nl.js +22 -0
  1230. package/locales/angular/global/nds.js +22 -0
  1231. package/locales/angular/global/ne-in.js +24 -0
  1232. package/locales/angular/global/ne.js +24 -0
  1233. package/locales/angular/global/nl-aw.js +24 -0
  1234. package/locales/angular/global/nl-be.js +24 -0
  1235. package/locales/angular/global/nl-bq.js +24 -0
  1236. package/locales/angular/global/nl-cw.js +24 -0
  1237. package/locales/angular/global/nl-sr.js +24 -0
  1238. package/locales/angular/global/nl-sx.js +24 -0
  1239. package/locales/angular/global/nl.js +24 -0
  1240. package/locales/angular/global/nmg.js +22 -0
  1241. package/locales/angular/global/nn.js +24 -0
  1242. package/locales/angular/global/nnh.js +24 -0
  1243. package/locales/angular/global/no.js +24 -0
  1244. package/locales/angular/global/nus.js +22 -0
  1245. package/locales/angular/global/nyn.js +24 -0
  1246. package/locales/angular/global/om-ke.js +24 -0
  1247. package/locales/angular/global/om.js +24 -0
  1248. package/locales/angular/global/or.js +24 -0
  1249. package/locales/angular/global/os-ru.js +24 -0
  1250. package/locales/angular/global/os.js +24 -0
  1251. package/locales/angular/global/pa-arab.js +22 -0
  1252. package/locales/angular/global/pa-guru.js +24 -0
  1253. package/locales/angular/global/pa.js +24 -0
  1254. package/locales/angular/global/pcm.js +24 -0
  1255. package/locales/angular/global/pl.js +28 -0
  1256. package/locales/angular/global/ps-pk.js +24 -0
  1257. package/locales/angular/global/ps.js +24 -0
  1258. package/locales/angular/global/pt-ao.js +26 -0
  1259. package/locales/angular/global/pt-ch.js +26 -0
  1260. package/locales/angular/global/pt-cv.js +26 -0
  1261. package/locales/angular/global/pt-gq.js +26 -0
  1262. package/locales/angular/global/pt-gw.js +26 -0
  1263. package/locales/angular/global/pt-lu.js +26 -0
  1264. package/locales/angular/global/pt-mo.js +26 -0
  1265. package/locales/angular/global/pt-mz.js +26 -0
  1266. package/locales/angular/global/pt-pt.js +26 -0
  1267. package/locales/angular/global/pt-st.js +26 -0
  1268. package/locales/angular/global/pt-tl.js +26 -0
  1269. package/locales/angular/global/pt.js +26 -0
  1270. package/locales/angular/global/qu-bo.js +22 -0
  1271. package/locales/angular/global/qu-ec.js +22 -0
  1272. package/locales/angular/global/qu.js +22 -0
  1273. package/locales/angular/global/rm.js +24 -0
  1274. package/locales/angular/global/rn.js +22 -0
  1275. package/locales/angular/global/ro-md.js +26 -0
  1276. package/locales/angular/global/ro.js +26 -0
  1277. package/locales/angular/global/rof.js +24 -0
  1278. package/locales/angular/global/ru-by.js +28 -0
  1279. package/locales/angular/global/ru-kg.js +28 -0
  1280. package/locales/angular/global/ru-kz.js +28 -0
  1281. package/locales/angular/global/ru-md.js +28 -0
  1282. package/locales/angular/global/ru-ua.js +28 -0
  1283. package/locales/angular/global/ru.js +28 -0
  1284. package/locales/angular/global/rw.js +22 -0
  1285. package/locales/angular/global/rwk.js +24 -0
  1286. package/locales/angular/global/sa.js +22 -0
  1287. package/locales/angular/global/sah.js +22 -0
  1288. package/locales/angular/global/saq.js +24 -0
  1289. package/locales/angular/global/sat-olck.js +26 -0
  1290. package/locales/angular/global/sat.js +26 -0
  1291. package/locales/angular/global/sbp.js +22 -0
  1292. package/locales/angular/global/sc.js +24 -0
  1293. package/locales/angular/global/sd-arab.js +24 -0
  1294. package/locales/angular/global/sd-deva.js +22 -0
  1295. package/locales/angular/global/sd.js +24 -0
  1296. package/locales/angular/global/se-fi.js +26 -0
  1297. package/locales/angular/global/se-se.js +26 -0
  1298. package/locales/angular/global/se.js +26 -0
  1299. package/locales/angular/global/seh.js +24 -0
  1300. package/locales/angular/global/ses.js +22 -0
  1301. package/locales/angular/global/sg.js +22 -0
  1302. package/locales/angular/global/shi-latn.js +22 -0
  1303. package/locales/angular/global/shi-tfng.js +26 -0
  1304. package/locales/angular/global/shi.js +26 -0
  1305. package/locales/angular/global/si.js +24 -0
  1306. package/locales/angular/global/sk.js +28 -0
  1307. package/locales/angular/global/sl.js +28 -0
  1308. package/locales/angular/global/smn.js +26 -0
  1309. package/locales/angular/global/sn.js +24 -0
  1310. package/locales/angular/global/so-dj.js +24 -0
  1311. package/locales/angular/global/so-et.js +24 -0
  1312. package/locales/angular/global/so-ke.js +24 -0
  1313. package/locales/angular/global/so.js +24 -0
  1314. package/locales/angular/global/sq-mk.js +24 -0
  1315. package/locales/angular/global/sq-xk.js +24 -0
  1316. package/locales/angular/global/sq.js +24 -0
  1317. package/locales/angular/global/sr-cyrl-ba.js +26 -0
  1318. package/locales/angular/global/sr-cyrl-me.js +26 -0
  1319. package/locales/angular/global/sr-cyrl-xk.js +26 -0
  1320. package/locales/angular/global/sr-cyrl.js +26 -0
  1321. package/locales/angular/global/sr-latn-ba.js +22 -0
  1322. package/locales/angular/global/sr-latn-me.js +22 -0
  1323. package/locales/angular/global/sr-latn-xk.js +22 -0
  1324. package/locales/angular/global/sr-latn.js +22 -0
  1325. package/locales/angular/global/sr.js +26 -0
  1326. package/locales/angular/global/su-latn.js +22 -0
  1327. package/locales/angular/global/su.js +22 -0
  1328. package/locales/angular/global/sv-ax.js +24 -0
  1329. package/locales/angular/global/sv-fi.js +24 -0
  1330. package/locales/angular/global/sv.js +24 -0
  1331. package/locales/angular/global/sw-cd.js +24 -0
  1332. package/locales/angular/global/sw-ke.js +24 -0
  1333. package/locales/angular/global/sw-ug.js +24 -0
  1334. package/locales/angular/global/sw.js +24 -0
  1335. package/locales/angular/global/ta-lk.js +24 -0
  1336. package/locales/angular/global/ta-my.js +24 -0
  1337. package/locales/angular/global/ta-sg.js +24 -0
  1338. package/locales/angular/global/ta.js +24 -0
  1339. package/locales/angular/global/te.js +24 -0
  1340. package/locales/angular/global/teo-ke.js +24 -0
  1341. package/locales/angular/global/teo.js +24 -0
  1342. package/locales/angular/global/tg.js +22 -0
  1343. package/locales/angular/global/th.js +22 -0
  1344. package/locales/angular/global/ti-er.js +24 -0
  1345. package/locales/angular/global/ti.js +24 -0
  1346. package/locales/angular/global/tk.js +24 -0
  1347. package/locales/angular/global/to.js +22 -0
  1348. package/locales/angular/global/tr-cy.js +24 -0
  1349. package/locales/angular/global/tr.js +24 -0
  1350. package/locales/angular/global/tt.js +22 -0
  1351. package/locales/angular/global/twq.js +22 -0
  1352. package/locales/angular/global/tzm.js +24 -0
  1353. package/locales/angular/global/ug.js +24 -0
  1354. package/locales/angular/global/uk.js +28 -0
  1355. package/locales/angular/global/und.js +24 -0
  1356. package/locales/angular/global/ur-in.js +24 -0
  1357. package/locales/angular/global/ur.js +24 -0
  1358. package/locales/angular/global/uz-arab.js +22 -0
  1359. package/locales/angular/global/uz-cyrl.js +22 -0
  1360. package/locales/angular/global/uz-latn.js +24 -0
  1361. package/locales/angular/global/uz.js +24 -0
  1362. package/locales/angular/global/vai-latn.js +22 -0
  1363. package/locales/angular/global/vai-vaii.js +22 -0
  1364. package/locales/angular/global/vai.js +22 -0
  1365. package/locales/angular/global/vi.js +22 -0
  1366. package/locales/angular/global/vun.js +24 -0
  1367. package/locales/angular/global/wae.js +24 -0
  1368. package/locales/angular/global/wo.js +22 -0
  1369. package/locales/angular/global/xh.js +24 -0
  1370. package/locales/angular/global/xog.js +24 -0
  1371. package/locales/angular/global/yav.js +22 -0
  1372. package/locales/angular/global/yi.js +24 -0
  1373. package/locales/angular/global/yo-bj.js +22 -0
  1374. package/locales/angular/global/yo.js +22 -0
  1375. package/locales/angular/global/yrl-co.js +22 -0
  1376. package/locales/angular/global/yrl-ve.js +22 -0
  1377. package/locales/angular/global/yrl.js +22 -0
  1378. package/locales/angular/global/yue-hans.js +22 -0
  1379. package/locales/angular/global/yue-hant.js +22 -0
  1380. package/locales/angular/global/yue.js +22 -0
  1381. package/locales/angular/global/zgh.js +22 -0
  1382. package/locales/angular/global/zh-hans-hk.js +22 -0
  1383. package/locales/angular/global/zh-hans-mo.js +22 -0
  1384. package/locales/angular/global/zh-hans-sg.js +22 -0
  1385. package/locales/angular/global/zh-hans.js +22 -0
  1386. package/locales/angular/global/zh-hant-hk.js +22 -0
  1387. package/locales/angular/global/zh-hant-mo.js +22 -0
  1388. package/locales/angular/global/zh-hant.js +22 -0
  1389. package/locales/angular/global/zh.js +22 -0
  1390. package/locales/angular/global/zu.js +24 -0
  1391. package/locales/angular/gsw-fr.js +17 -0
  1392. package/locales/angular/gsw-li.js +17 -0
  1393. package/locales/angular/gsw.js +17 -0
  1394. package/locales/angular/gu.js +17 -0
  1395. package/locales/angular/guz.js +15 -0
  1396. package/locales/angular/gv.js +23 -0
  1397. package/locales/angular/ha-gh.js +17 -0
  1398. package/locales/angular/ha-ne.js +17 -0
  1399. package/locales/angular/ha.js +17 -0
  1400. package/locales/angular/haw.js +17 -0
  1401. package/locales/angular/he.js +21 -0
  1402. package/locales/angular/hi-latn.js +17 -0
  1403. package/locales/angular/hi.js +17 -0
  1404. package/locales/angular/hr-ba.js +19 -0
  1405. package/locales/angular/hr.js +19 -0
  1406. package/locales/angular/hsb.js +21 -0
  1407. package/locales/angular/hu.js +17 -0
  1408. package/locales/angular/hy.js +17 -0
  1409. package/locales/angular/ia.js +17 -0
  1410. package/locales/angular/id.js +15 -0
  1411. package/locales/angular/ig.js +15 -0
  1412. package/locales/angular/ii.js +15 -0
  1413. package/locales/angular/is.js +17 -0
  1414. package/locales/angular/it-ch.js +19 -0
  1415. package/locales/angular/it-sm.js +19 -0
  1416. package/locales/angular/it-va.js +19 -0
  1417. package/locales/angular/it.js +19 -0
  1418. package/locales/angular/ja.js +15 -0
  1419. package/locales/angular/jgo.js +17 -0
  1420. package/locales/angular/jmc.js +17 -0
  1421. package/locales/angular/jv.js +15 -0
  1422. package/locales/angular/ka.js +17 -0
  1423. package/locales/angular/kab.js +17 -0
  1424. package/locales/angular/kam.js +15 -0
  1425. package/locales/angular/kde.js +15 -0
  1426. package/locales/angular/kea.js +15 -0
  1427. package/locales/angular/kgp.js +15 -0
  1428. package/locales/angular/khq.js +15 -0
  1429. package/locales/angular/ki.js +15 -0
  1430. package/locales/angular/kk.js +17 -0
  1431. package/locales/angular/kkj.js +17 -0
  1432. package/locales/angular/kl.js +17 -0
  1433. package/locales/angular/kln.js +15 -0
  1434. package/locales/angular/km.js +15 -0
  1435. package/locales/angular/kn.js +17 -0
  1436. package/locales/angular/ko-kp.js +15 -0
  1437. package/locales/angular/ko.js +15 -0
  1438. package/locales/angular/kok.js +15 -0
  1439. package/locales/angular/ks-arab.js +17 -0
  1440. package/locales/angular/ks-deva.js +15 -0
  1441. package/locales/angular/ks.js +17 -0
  1442. package/locales/angular/ksb.js +17 -0
  1443. package/locales/angular/ksf.js +15 -0
  1444. package/locales/angular/ksh.js +19 -0
  1445. package/locales/angular/ku.js +17 -0
  1446. package/locales/angular/kw.js +25 -0
  1447. package/locales/angular/ky.js +17 -0
  1448. package/locales/angular/lag.js +19 -0
  1449. package/locales/angular/lb.js +17 -0
  1450. package/locales/angular/lg.js +17 -0
  1451. package/locales/angular/lkt.js +15 -0
  1452. package/locales/angular/ln-ao.js +17 -0
  1453. package/locales/angular/ln-cf.js +17 -0
  1454. package/locales/angular/ln-cg.js +17 -0
  1455. package/locales/angular/ln.js +17 -0
  1456. package/locales/angular/lo.js +15 -0
  1457. package/locales/angular/lrc-iq.js +15 -0
  1458. package/locales/angular/lrc.js +15 -0
  1459. package/locales/angular/lt.js +21 -0
  1460. package/locales/angular/lu.js +15 -0
  1461. package/locales/angular/luo.js +15 -0
  1462. package/locales/angular/luy.js +15 -0
  1463. package/locales/angular/lv.js +19 -0
  1464. package/locales/angular/mai.js +15 -0
  1465. package/locales/angular/mas-tz.js +17 -0
  1466. package/locales/angular/mas.js +17 -0
  1467. package/locales/angular/mer.js +15 -0
  1468. package/locales/angular/mfe.js +15 -0
  1469. package/locales/angular/mg.js +17 -0
  1470. package/locales/angular/mgh.js +15 -0
  1471. package/locales/angular/mgo.js +17 -0
  1472. package/locales/angular/mi.js +15 -0
  1473. package/locales/angular/mk.js +17 -0
  1474. package/locales/angular/ml.js +17 -0
  1475. package/locales/angular/mn.js +17 -0
  1476. package/locales/angular/mni-beng.js +15 -0
  1477. package/locales/angular/mni.js +15 -0
  1478. package/locales/angular/mr.js +17 -0
  1479. package/locales/angular/ms-bn.js +15 -0
  1480. package/locales/angular/ms-id.js +15 -0
  1481. package/locales/angular/ms-sg.js +15 -0
  1482. package/locales/angular/ms.js +15 -0
  1483. package/locales/angular/mt.js +21 -0
  1484. package/locales/angular/mua.js +15 -0
  1485. package/locales/angular/my.js +15 -0
  1486. package/locales/angular/mzn.js +15 -0
  1487. package/locales/angular/naq.js +19 -0
  1488. package/locales/angular/nb-sj.js +17 -0
  1489. package/locales/angular/nb.js +17 -0
  1490. package/locales/angular/nd.js +17 -0
  1491. package/locales/angular/nds-nl.js +15 -0
  1492. package/locales/angular/nds.js +15 -0
  1493. package/locales/angular/ne-in.js +17 -0
  1494. package/locales/angular/ne.js +17 -0
  1495. package/locales/angular/nl-aw.js +17 -0
  1496. package/locales/angular/nl-be.js +17 -0
  1497. package/locales/angular/nl-bq.js +17 -0
  1498. package/locales/angular/nl-cw.js +17 -0
  1499. package/locales/angular/nl-sr.js +17 -0
  1500. package/locales/angular/nl-sx.js +17 -0
  1501. package/locales/angular/nl.js +17 -0
  1502. package/locales/angular/nmg.js +15 -0
  1503. package/locales/angular/nn.js +17 -0
  1504. package/locales/angular/nnh.js +17 -0
  1505. package/locales/angular/no.js +17 -0
  1506. package/locales/angular/nus.js +15 -0
  1507. package/locales/angular/nyn.js +17 -0
  1508. package/locales/angular/om-ke.js +17 -0
  1509. package/locales/angular/om.js +17 -0
  1510. package/locales/angular/or.js +17 -0
  1511. package/locales/angular/os-ru.js +17 -0
  1512. package/locales/angular/os.js +17 -0
  1513. package/locales/angular/pa-arab.js +15 -0
  1514. package/locales/angular/pa-guru.js +17 -0
  1515. package/locales/angular/pa.js +17 -0
  1516. package/locales/angular/pcm.js +17 -0
  1517. package/locales/angular/pl.js +21 -0
  1518. package/locales/angular/ps-pk.js +17 -0
  1519. package/locales/angular/ps.js +17 -0
  1520. package/locales/angular/pt-ao.js +19 -0
  1521. package/locales/angular/pt-ch.js +19 -0
  1522. package/locales/angular/pt-cv.js +19 -0
  1523. package/locales/angular/pt-gq.js +19 -0
  1524. package/locales/angular/pt-gw.js +19 -0
  1525. package/locales/angular/pt-lu.js +19 -0
  1526. package/locales/angular/pt-mo.js +19 -0
  1527. package/locales/angular/pt-mz.js +19 -0
  1528. package/locales/angular/pt-pt.js +19 -0
  1529. package/locales/angular/pt-st.js +19 -0
  1530. package/locales/angular/pt-tl.js +19 -0
  1531. package/locales/angular/pt.js +19 -0
  1532. package/locales/angular/qu-bo.js +15 -0
  1533. package/locales/angular/qu-ec.js +15 -0
  1534. package/locales/angular/qu.js +15 -0
  1535. package/locales/angular/rm.js +17 -0
  1536. package/locales/angular/rn.js +15 -0
  1537. package/locales/angular/ro-md.js +19 -0
  1538. package/locales/angular/ro.js +19 -0
  1539. package/locales/angular/rof.js +17 -0
  1540. package/locales/angular/ru-by.js +21 -0
  1541. package/locales/angular/ru-kg.js +21 -0
  1542. package/locales/angular/ru-kz.js +21 -0
  1543. package/locales/angular/ru-md.js +21 -0
  1544. package/locales/angular/ru-ua.js +21 -0
  1545. package/locales/angular/ru.js +21 -0
  1546. package/locales/angular/rw.js +15 -0
  1547. package/locales/angular/rwk.js +17 -0
  1548. package/locales/angular/sa.js +15 -0
  1549. package/locales/angular/sah.js +15 -0
  1550. package/locales/angular/saq.js +17 -0
  1551. package/locales/angular/sat-olck.js +19 -0
  1552. package/locales/angular/sat.js +19 -0
  1553. package/locales/angular/sbp.js +15 -0
  1554. package/locales/angular/sc.js +17 -0
  1555. package/locales/angular/sd-arab.js +17 -0
  1556. package/locales/angular/sd-deva.js +15 -0
  1557. package/locales/angular/sd.js +17 -0
  1558. package/locales/angular/se-fi.js +19 -0
  1559. package/locales/angular/se-se.js +19 -0
  1560. package/locales/angular/se.js +19 -0
  1561. package/locales/angular/seh.js +17 -0
  1562. package/locales/angular/ses.js +15 -0
  1563. package/locales/angular/sg.js +15 -0
  1564. package/locales/angular/shi-latn.js +15 -0
  1565. package/locales/angular/shi-tfng.js +19 -0
  1566. package/locales/angular/shi.js +19 -0
  1567. package/locales/angular/si.js +17 -0
  1568. package/locales/angular/sk.js +21 -0
  1569. package/locales/angular/sl.js +21 -0
  1570. package/locales/angular/smn.js +19 -0
  1571. package/locales/angular/sn.js +17 -0
  1572. package/locales/angular/so-dj.js +17 -0
  1573. package/locales/angular/so-et.js +17 -0
  1574. package/locales/angular/so-ke.js +17 -0
  1575. package/locales/angular/so.js +17 -0
  1576. package/locales/angular/sq-mk.js +17 -0
  1577. package/locales/angular/sq-xk.js +17 -0
  1578. package/locales/angular/sq.js +17 -0
  1579. package/locales/angular/sr-cyrl-ba.js +19 -0
  1580. package/locales/angular/sr-cyrl-me.js +19 -0
  1581. package/locales/angular/sr-cyrl-xk.js +19 -0
  1582. package/locales/angular/sr-cyrl.js +19 -0
  1583. package/locales/angular/sr-latn-ba.js +15 -0
  1584. package/locales/angular/sr-latn-me.js +15 -0
  1585. package/locales/angular/sr-latn-xk.js +15 -0
  1586. package/locales/angular/sr-latn.js +15 -0
  1587. package/locales/angular/sr.js +19 -0
  1588. package/locales/angular/su-latn.js +15 -0
  1589. package/locales/angular/su.js +15 -0
  1590. package/locales/angular/sv-ax.js +17 -0
  1591. package/locales/angular/sv-fi.js +17 -0
  1592. package/locales/angular/sv.js +17 -0
  1593. package/locales/angular/sw-cd.js +17 -0
  1594. package/locales/angular/sw-ke.js +17 -0
  1595. package/locales/angular/sw-ug.js +17 -0
  1596. package/locales/angular/sw.js +17 -0
  1597. package/locales/angular/ta-lk.js +17 -0
  1598. package/locales/angular/ta-my.js +17 -0
  1599. package/locales/angular/ta-sg.js +17 -0
  1600. package/locales/angular/ta.js +17 -0
  1601. package/locales/angular/te.js +17 -0
  1602. package/locales/angular/teo-ke.js +17 -0
  1603. package/locales/angular/teo.js +17 -0
  1604. package/locales/angular/tg.js +15 -0
  1605. package/locales/angular/th.js +15 -0
  1606. package/locales/angular/ti-er.js +17 -0
  1607. package/locales/angular/ti.js +17 -0
  1608. package/locales/angular/tk.js +17 -0
  1609. package/locales/angular/to.js +15 -0
  1610. package/locales/angular/tr-cy.js +17 -0
  1611. package/locales/angular/tr.js +17 -0
  1612. package/locales/angular/tt.js +15 -0
  1613. package/locales/angular/twq.js +15 -0
  1614. package/locales/angular/tzm.js +17 -0
  1615. package/locales/angular/ug.js +17 -0
  1616. package/locales/angular/uk.js +21 -0
  1617. package/locales/angular/und.js +17 -0
  1618. package/locales/angular/ur-in.js +17 -0
  1619. package/locales/angular/ur.js +17 -0
  1620. package/locales/angular/uz-arab.js +15 -0
  1621. package/locales/angular/uz-cyrl.js +15 -0
  1622. package/locales/angular/uz-latn.js +17 -0
  1623. package/locales/angular/uz.js +17 -0
  1624. package/locales/angular/vai-latn.js +15 -0
  1625. package/locales/angular/vai-vaii.js +15 -0
  1626. package/locales/angular/vai.js +15 -0
  1627. package/locales/angular/vi.js +15 -0
  1628. package/locales/angular/vun.js +17 -0
  1629. package/locales/angular/wae.js +17 -0
  1630. package/locales/angular/wo.js +15 -0
  1631. package/locales/angular/xh.js +17 -0
  1632. package/locales/angular/xog.js +17 -0
  1633. package/locales/angular/yav.js +15 -0
  1634. package/locales/angular/yi.js +17 -0
  1635. package/locales/angular/yo-bj.js +15 -0
  1636. package/locales/angular/yo.js +15 -0
  1637. package/locales/angular/yrl-co.js +15 -0
  1638. package/locales/angular/yrl-ve.js +15 -0
  1639. package/locales/angular/yrl.js +15 -0
  1640. package/locales/angular/yue-hans.js +15 -0
  1641. package/locales/angular/yue-hant.js +15 -0
  1642. package/locales/angular/yue.js +15 -0
  1643. package/locales/angular/zgh.js +15 -0
  1644. package/locales/angular/zh-hans-hk.js +15 -0
  1645. package/locales/angular/zh-hans-mo.js +15 -0
  1646. package/locales/angular/zh-hans-sg.js +15 -0
  1647. package/locales/angular/zh-hans.js +15 -0
  1648. package/locales/angular/zh-hant-hk.js +15 -0
  1649. package/locales/angular/zh-hant-mo.js +15 -0
  1650. package/locales/angular/zh-hant.js +15 -0
  1651. package/locales/angular/zh.js +15 -0
  1652. package/locales/angular/zu.js +17 -0
  1653. package/locales/moment/af.js +82 -0
  1654. package/locales/moment/ar-dz.js +167 -0
  1655. package/locales/moment/ar-kw.js +66 -0
  1656. package/locales/moment/ar-ly.js +182 -0
  1657. package/locales/moment/ar-ma.js +67 -0
  1658. package/locales/moment/ar-ps.js +123 -0
  1659. package/locales/moment/ar-sa.js +116 -0
  1660. package/locales/moment/ar-tn.js +66 -0
  1661. package/locales/moment/ar.js +200 -0
  1662. package/locales/moment/az.js +113 -0
  1663. package/locales/moment/be.js +153 -0
  1664. package/locales/moment/bg.js +98 -0
  1665. package/locales/moment/bm.js +62 -0
  1666. package/locales/moment/bn-bd.js +140 -0
  1667. package/locales/moment/bn.js +130 -0
  1668. package/locales/moment/bo.js +135 -0
  1669. package/locales/moment/br.js +179 -0
  1670. package/locales/moment/bs.js +171 -0
  1671. package/locales/moment/ca.js +111 -0
  1672. package/locales/moment/cs.js +192 -0
  1673. package/locales/moment/cv.js +74 -0
  1674. package/locales/moment/cy.js +109 -0
  1675. package/locales/moment/da.js +64 -0
  1676. package/locales/moment/de-at.js +90 -0
  1677. package/locales/moment/de-ch.js +87 -0
  1678. package/locales/moment/de.js +89 -0
  1679. package/locales/moment/dv.js +101 -0
  1680. package/locales/moment/el.js +117 -0
  1681. package/locales/moment/en-au.js +79 -0
  1682. package/locales/moment/en-ca.js +75 -0
  1683. package/locales/moment/en-gb.js +79 -0
  1684. package/locales/moment/en-ie.js +79 -0
  1685. package/locales/moment/en-il.js +75 -0
  1686. package/locales/moment/en-in.js +79 -0
  1687. package/locales/moment/en-nz.js +79 -0
  1688. package/locales/moment/en-sg.js +79 -0
  1689. package/locales/moment/eo.js +79 -0
  1690. package/locales/moment/es-do.js +119 -0
  1691. package/locales/moment/es-mx.js +121 -0
  1692. package/locales/moment/es-us.js +121 -0
  1693. package/locales/moment/es.js +121 -0
  1694. package/locales/moment/et.js +89 -0
  1695. package/locales/moment/eu.js +76 -0
  1696. package/locales/moment/fa.js +124 -0
  1697. package/locales/moment/fi.js +135 -0
  1698. package/locales/moment/fil.js +69 -0
  1699. package/locales/moment/fo.js +68 -0
  1700. package/locales/moment/fr-ca.js +81 -0
  1701. package/locales/moment/fr-ch.js +85 -0
  1702. package/locales/moment/fr.js +119 -0
  1703. package/locales/moment/fy.js +86 -0
  1704. package/locales/moment/ga.js +106 -0
  1705. package/locales/moment/gd.js +106 -0
  1706. package/locales/moment/gl.js +86 -0
  1707. package/locales/moment/gom-deva.js +137 -0
  1708. package/locales/moment/gom-latn.js +135 -0
  1709. package/locales/moment/gu.js +133 -0
  1710. package/locales/moment/he.js +105 -0
  1711. package/locales/moment/hi.js +179 -0
  1712. package/locales/moment/hr.js +167 -0
  1713. package/locales/moment/hu.js +129 -0
  1714. package/locales/moment/hy-am.js +105 -0
  1715. package/locales/moment/id.js +87 -0
  1716. package/locales/moment/is.js +151 -0
  1717. package/locales/moment/it-ch.js +75 -0
  1718. package/locales/moment/it.js +117 -0
  1719. package/locales/moment/ja.js +159 -0
  1720. package/locales/moment/jv.js +87 -0
  1721. package/locales/moment/ka.js +103 -0
  1722. package/locales/moment/kk.js +93 -0
  1723. package/locales/moment/km.js +114 -0
  1724. package/locales/moment/kn.js +135 -0
  1725. package/locales/moment/ko.js +86 -0
  1726. package/locales/moment/ku-kmr.js +125 -0
  1727. package/locales/moment/ku.js +129 -0
  1728. package/locales/moment/ky.js +95 -0
  1729. package/locales/moment/lb.js +148 -0
  1730. package/locales/moment/lo.js +77 -0
  1731. package/locales/moment/lt.js +136 -0
  1732. package/locales/moment/lv.js +105 -0
  1733. package/locales/moment/me.js +128 -0
  1734. package/locales/moment/mi.js +71 -0
  1735. package/locales/moment/mk.js +97 -0
  1736. package/locales/moment/ml.js +93 -0
  1737. package/locales/moment/mn.js +111 -0
  1738. package/locales/moment/mr.js +214 -0
  1739. package/locales/moment/ms-my.js +87 -0
  1740. package/locales/moment/ms.js +86 -0
  1741. package/locales/moment/mt.js +67 -0
  1742. package/locales/moment/my.js +102 -0
  1743. package/locales/moment/nb.js +71 -0
  1744. package/locales/moment/ne.js +132 -0
  1745. package/locales/moment/nl-be.js +113 -0
  1746. package/locales/moment/nl.js +115 -0
  1747. package/locales/moment/nn.js +70 -0
  1748. package/locales/moment/oc-lnc.js +96 -0
  1749. package/locales/moment/pa-in.js +133 -0
  1750. package/locales/moment/pl.js +151 -0
  1751. package/locales/moment/pt-br.js +69 -0
  1752. package/locales/moment/pt.js +74 -0
  1753. package/locales/moment/ro.js +87 -0
  1754. package/locales/moment/ru.js +224 -0
  1755. package/locales/moment/sd.js +92 -0
  1756. package/locales/moment/se.js +68 -0
  1757. package/locales/moment/si.js +80 -0
  1758. package/locales/moment/sk.js +156 -0
  1759. package/locales/moment/sl.js +182 -0
  1760. package/locales/moment/sq.js +76 -0
  1761. package/locales/moment/sr-cyrl.js +138 -0
  1762. package/locales/moment/sr.js +140 -0
  1763. package/locales/moment/ss.js +95 -0
  1764. package/locales/moment/sv.js +79 -0
  1765. package/locales/moment/sw.js +66 -0
  1766. package/locales/moment/ta.js +142 -0
  1767. package/locales/moment/te.js +99 -0
  1768. package/locales/moment/tet.js +79 -0
  1769. package/locales/moment/tg.js +128 -0
  1770. package/locales/moment/th.js +76 -0
  1771. package/locales/moment/tk.js +102 -0
  1772. package/locales/moment/tl-ph.js +68 -0
  1773. package/locales/moment/tlh.js +135 -0
  1774. package/locales/moment/tr.js +117 -0
  1775. package/locales/moment/tzl.js +100 -0
  1776. package/locales/moment/tzm-latn.js +65 -0
  1777. package/locales/moment/tzm.js +65 -0
  1778. package/locales/moment/ug-cn.js +122 -0
  1779. package/locales/moment/uk.js +178 -0
  1780. package/locales/moment/ur.js +93 -0
  1781. package/locales/moment/uz-latn.js +65 -0
  1782. package/locales/moment/uz.js +62 -0
  1783. package/locales/moment/vi.js +91 -0
  1784. package/locales/moment/x-pseudo.js +84 -0
  1785. package/locales/moment/yo.js +64 -0
  1786. package/locales/moment/zh-cn.js +131 -0
  1787. package/locales/moment/zh-hk.js +112 -0
  1788. package/locales/moment/zh-mo.js +111 -0
  1789. package/locales/moment/zh-tw.js +110 -0
  1790. package/locales/moment-timezone/moment-timezone-with-data.js +1582 -0
  1791. package/npm-shrinkwrap.json +17 -0
  1792. package/oAuth/.npmignore +2 -0
  1793. package/oAuth/bundles/index.umd.js +495 -0
  1794. package/oAuth/fesm2022/index.mjs +478 -0
  1795. package/oAuth/fesm2022/index.mjs.map +1 -0
  1796. package/oAuth/index.d.ts +43 -0
  1797. package/oAuth/package.json +23 -0
  1798. package/package-lock.json +17 -0
  1799. package/package.json +16 -0
  1800. package/runtime/base/.npmignore +2 -0
  1801. package/runtime/base/bundles/index.umd.js +6144 -0
  1802. package/runtime/base/fesm2022/index.mjs +6180 -0
  1803. package/runtime/base/fesm2022/index.mjs.map +1 -0
  1804. package/runtime/base/index.d.ts +1426 -0
  1805. package/runtime/base/package.json +23 -0
  1806. package/runtime/dynamic/.npmignore +2 -0
  1807. package/runtime/dynamic/bundles/index.umd.js +887 -0
  1808. package/runtime/dynamic/fesm2022/index.mjs +950 -0
  1809. package/runtime/dynamic/fesm2022/index.mjs.map +1 -0
  1810. package/runtime/dynamic/index.d.ts +164 -0
  1811. package/runtime/dynamic/package.json +23 -0
  1812. package/scripts/@wavemaker/nvd3/build/nv.d3.min.js +1 -0
  1813. package/scripts/d3/d3.min.js +2 -0
  1814. package/scripts/datatable/datatable.js +3787 -0
  1815. package/scripts/iscroll/build/iscroll.js +2091 -0
  1816. package/scripts/jquery-ui/ui/widgets/droppable.js +503 -0
  1817. package/scripts/jquery-ui/ui/widgets/resizable.js +1275 -0
  1818. package/scripts/jquery-ui/ui/widgets/sortable.js +1608 -0
  1819. package/scripts/jquery.ui.touch-punch/jquery.ui.touch-punch.min.js +11 -0
  1820. package/scripts/summernote/dist/summernote-lite.min.js +2 -0
  1821. package/scripts/swipey/swipey.jquery.plugin.js +799 -0
  1822. package/scripts/tree-keyboard-navigation/keyboard-navigation.js +251 -0
  1823. package/security/.npmignore +2 -0
  1824. package/security/bundles/index.umd.js +446 -0
  1825. package/security/fesm2022/index.mjs +444 -0
  1826. package/security/fesm2022/index.mjs.map +1 -0
  1827. package/security/index.d.ts +130 -0
  1828. package/security/package.json +23 -0
  1829. package/swipey/.npmignore +2 -0
  1830. package/swipey/bundles/index.umd.js +54 -0
  1831. package/swipey/fesm2022/index.mjs +51 -0
  1832. package/swipey/fesm2022/index.mjs.map +1 -0
  1833. package/swipey/index.d.ts +21 -0
  1834. package/swipey/package.json +23 -0
  1835. package/transpiler/.npmignore +2 -0
  1836. package/transpiler/bundles/index.umd.js +814 -0
  1837. package/transpiler/fesm2022/index.mjs +808 -0
  1838. package/transpiler/fesm2022/index.mjs.map +1 -0
  1839. package/transpiler/index.d.ts +47 -0
  1840. package/transpiler/package.json +24 -0
  1841. package/variables/.npmignore +2 -0
  1842. package/variables/bundles/index.umd.js +3174 -0
  1843. package/variables/fesm2022/index.mjs +3236 -0
  1844. package/variables/fesm2022/index.mjs.map +1 -0
  1845. package/variables/index.d.ts +468 -0
  1846. package/variables/package.json +23 -0
@@ -0,0 +1,2091 @@
1
+ /*! iScroll v5.2.0 ~ (c) 2008-2016 Matteo Spinelli ~ http://cubiq.org/license */
2
+ (function (window, document, Math) {
3
+ var rAF = window.requestAnimationFrame ||
4
+ window.webkitRequestAnimationFrame ||
5
+ window.mozRequestAnimationFrame ||
6
+ window.oRequestAnimationFrame ||
7
+ window.msRequestAnimationFrame ||
8
+ function (callback) { window.setTimeout(callback, 1000 / 60); };
9
+
10
+ var utils = (function () {
11
+ var me = {};
12
+
13
+ var _elementStyle = document.createElement('div').style;
14
+ var _vendor = (function () {
15
+ var vendors = ['t', 'webkitT', 'MozT', 'msT', 'OT'],
16
+ transform,
17
+ i = 0,
18
+ l = vendors.length;
19
+
20
+ for ( ; i < l; i++ ) {
21
+ transform = vendors[i] + 'ransform';
22
+ if ( transform in _elementStyle ) return vendors[i].substr(0, vendors[i].length-1);
23
+ }
24
+
25
+ return false;
26
+ })();
27
+
28
+ function _prefixStyle (style) {
29
+ if ( _vendor === false ) return false;
30
+ if ( _vendor === '' ) return style;
31
+ return _vendor + style.charAt(0).toUpperCase() + style.substr(1);
32
+ }
33
+
34
+ me.getTime = Date.now || function getTime () { return new Date().getTime(); };
35
+
36
+ me.extend = function (target, obj) {
37
+ for ( var i in obj ) {
38
+ target[i] = obj[i];
39
+ }
40
+ };
41
+
42
+ me.addEvent = function (el, type, fn, capture) {
43
+ el.addEventListener(type, fn, !!capture);
44
+ };
45
+
46
+ me.removeEvent = function (el, type, fn, capture) {
47
+ el.removeEventListener(type, fn, !!capture);
48
+ };
49
+
50
+ me.prefixPointerEvent = function (pointerEvent) {
51
+ return window.MSPointerEvent ?
52
+ 'MSPointer' + pointerEvent.charAt(7).toUpperCase() + pointerEvent.substr(8):
53
+ pointerEvent;
54
+ };
55
+
56
+ me.momentum = function (current, start, time, lowerMargin, wrapperSize, deceleration) {
57
+ var distance = current - start,
58
+ speed = Math.abs(distance) / time,
59
+ destination,
60
+ duration;
61
+
62
+ deceleration = deceleration === undefined ? 0.0006 : deceleration;
63
+
64
+ destination = current + ( speed * speed ) / ( 2 * deceleration ) * ( distance < 0 ? -1 : 1 );
65
+ duration = speed / deceleration;
66
+
67
+ if ( destination < lowerMargin ) {
68
+ destination = wrapperSize ? lowerMargin - ( wrapperSize / 2.5 * ( speed / 8 ) ) : lowerMargin;
69
+ distance = Math.abs(destination - current);
70
+ duration = distance / speed;
71
+ } else if ( destination > 0 ) {
72
+ destination = wrapperSize ? wrapperSize / 2.5 * ( speed / 8 ) : 0;
73
+ distance = Math.abs(current) + destination;
74
+ duration = distance / speed;
75
+ }
76
+
77
+ return {
78
+ destination: Math.round(destination),
79
+ duration: duration
80
+ };
81
+ };
82
+
83
+ var _transform = _prefixStyle('transform');
84
+
85
+ me.extend(me, {
86
+ hasTransform: _transform !== false,
87
+ hasPerspective: _prefixStyle('perspective') in _elementStyle,
88
+ hasTouch: 'ontouchstart' in window,
89
+ hasPointer: !!(window.PointerEvent || window.MSPointerEvent), // IE10 is prefixed
90
+ hasTransition: _prefixStyle('transition') in _elementStyle
91
+ });
92
+
93
+ /*
94
+ This should find all Android browsers lower than build 535.19 (both stock browser and webview)
95
+ - galaxy S2 is ok
96
+ - 2.3.6 : `AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1`
97
+ - 4.0.4 : `AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30`
98
+ - galaxy S3 is badAndroid (stock brower, webview)
99
+ `AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30`
100
+ - galaxy S4 is badAndroid (stock brower, webview)
101
+ `AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30`
102
+ - galaxy S5 is OK
103
+ `AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Mobile Safari/537.36 (Chrome/)`
104
+ - galaxy S6 is OK
105
+ `AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Mobile Safari/537.36 (Chrome/)`
106
+ */
107
+ me.isBadAndroid = (function() {
108
+ var appVersion = window.navigator.appVersion;
109
+ // Android browser is not a chrome browser.
110
+ if (/Android/.test(appVersion) && !(/Chrome\/\d/.test(appVersion))) {
111
+ var safariVersion = appVersion.match(/Safari\/(\d+.\d)/);
112
+ if(safariVersion && typeof safariVersion === "object" && safariVersion.length >= 2) {
113
+ return parseFloat(safariVersion[1]) < 535.19;
114
+ } else {
115
+ return true;
116
+ }
117
+ } else {
118
+ return false;
119
+ }
120
+ })();
121
+
122
+ me.extend(me.style = {}, {
123
+ transform: _transform,
124
+ transitionTimingFunction: _prefixStyle('transitionTimingFunction'),
125
+ transitionDuration: _prefixStyle('transitionDuration'),
126
+ transitionDelay: _prefixStyle('transitionDelay'),
127
+ transformOrigin: _prefixStyle('transformOrigin')
128
+ });
129
+
130
+ me.hasClass = function (e, c) {
131
+ var re = new RegExp("(^|\\s)" + c + "(\\s|$)");
132
+ return re.test(e.className);
133
+ };
134
+
135
+ me.addClass = function (e, c) {
136
+ if ( me.hasClass(e, c) ) {
137
+ return;
138
+ }
139
+
140
+ var newclass = e.className.split(' ');
141
+ newclass.push(c);
142
+ e.className = newclass.join(' ');
143
+ };
144
+
145
+ me.removeClass = function (e, c) {
146
+ if ( !me.hasClass(e, c) ) {
147
+ return;
148
+ }
149
+
150
+ var re = new RegExp("(^|\\s)" + c + "(\\s|$)", 'g');
151
+ e.className = e.className.replace(re, ' ');
152
+ };
153
+
154
+ me.offset = function (el) {
155
+ var left = -el.offsetLeft,
156
+ top = -el.offsetTop;
157
+
158
+ // jshint -W084
159
+ while (el = el.offsetParent) {
160
+ left -= el.offsetLeft;
161
+ top -= el.offsetTop;
162
+ }
163
+ // jshint +W084
164
+
165
+ return {
166
+ left: left,
167
+ top: top
168
+ };
169
+ };
170
+
171
+ me.preventDefaultException = function (el, exceptions) {
172
+ for ( var i in exceptions ) {
173
+ if ( exceptions[i].test(el[i]) ) {
174
+ return true;
175
+ }
176
+ }
177
+
178
+ return false;
179
+ };
180
+
181
+ me.extend(me.eventType = {}, {
182
+ touchstart: 1,
183
+ touchmove: 1,
184
+ touchend: 1,
185
+
186
+ mousedown: 2,
187
+ mousemove: 2,
188
+ mouseup: 2,
189
+
190
+ pointerdown: 3,
191
+ pointermove: 3,
192
+ pointerup: 3,
193
+
194
+ MSPointerDown: 3,
195
+ MSPointerMove: 3,
196
+ MSPointerUp: 3
197
+ });
198
+
199
+ me.extend(me.ease = {}, {
200
+ quadratic: {
201
+ style: 'cubic-bezier(0.25, 0.46, 0.45, 0.94)',
202
+ fn: function (k) {
203
+ return k * ( 2 - k );
204
+ }
205
+ },
206
+ circular: {
207
+ style: 'cubic-bezier(0.1, 0.57, 0.1, 1)', // Not properly "circular" but this looks better, it should be (0.075, 0.82, 0.165, 1)
208
+ fn: function (k) {
209
+ return Math.sqrt( 1 - ( --k * k ) );
210
+ }
211
+ },
212
+ back: {
213
+ style: 'cubic-bezier(0.175, 0.885, 0.32, 1.275)',
214
+ fn: function (k) {
215
+ var b = 4;
216
+ return ( k = k - 1 ) * k * ( ( b + 1 ) * k + b ) + 1;
217
+ }
218
+ },
219
+ bounce: {
220
+ style: '',
221
+ fn: function (k) {
222
+ if ( ( k /= 1 ) < ( 1 / 2.75 ) ) {
223
+ return 7.5625 * k * k;
224
+ } else if ( k < ( 2 / 2.75 ) ) {
225
+ return 7.5625 * ( k -= ( 1.5 / 2.75 ) ) * k + 0.75;
226
+ } else if ( k < ( 2.5 / 2.75 ) ) {
227
+ return 7.5625 * ( k -= ( 2.25 / 2.75 ) ) * k + 0.9375;
228
+ } else {
229
+ return 7.5625 * ( k -= ( 2.625 / 2.75 ) ) * k + 0.984375;
230
+ }
231
+ }
232
+ },
233
+ elastic: {
234
+ style: '',
235
+ fn: function (k) {
236
+ var f = 0.22,
237
+ e = 0.4;
238
+
239
+ if ( k === 0 ) { return 0; }
240
+ if ( k == 1 ) { return 1; }
241
+
242
+ return ( e * Math.pow( 2, - 10 * k ) * Math.sin( ( k - f / 4 ) * ( 2 * Math.PI ) / f ) + 1 );
243
+ }
244
+ }
245
+ });
246
+
247
+ me.tap = function (e, eventName) {
248
+ var ev = document.createEvent('Event');
249
+ ev.initEvent(eventName, true, true);
250
+ ev.pageX = e.pageX;
251
+ ev.pageY = e.pageY;
252
+ e.target.dispatchEvent(ev);
253
+ };
254
+
255
+ me.click = function (e) {
256
+ var target = e.target,
257
+ ev;
258
+
259
+ if ( !(/(SELECT|INPUT|TEXTAREA)/i).test(target.tagName) ) {
260
+ ev = document.createEvent('MouseEvents');
261
+ ev.initMouseEvent('click', true, true, e.view, 1,
262
+ target.screenX, target.screenY, target.clientX, target.clientY,
263
+ e.ctrlKey, e.altKey, e.shiftKey, e.metaKey,
264
+ 0, null);
265
+
266
+ ev._constructed = true;
267
+ target.dispatchEvent(ev);
268
+ }
269
+ };
270
+
271
+ return me;
272
+ })();
273
+ function IScroll (el, options) {
274
+ this.wrapper = typeof el == 'string' ? document.querySelector(el) : el;
275
+ this.scroller = this.wrapper.children[0];
276
+ this.scrollerStyle = this.scroller.style; // cache style for better performance
277
+
278
+ this.options = {
279
+
280
+ resizeScrollbars: true,
281
+
282
+ mouseWheelSpeed: 20,
283
+
284
+ snapThreshold: 0.334,
285
+
286
+ // INSERT POINT: OPTIONS
287
+ disablePointer : !utils.hasPointer,
288
+ disableTouch : utils.hasPointer || !utils.hasTouch,
289
+ disableMouse : utils.hasPointer || utils.hasTouch,
290
+ startX: 0,
291
+ startY: 0,
292
+ scrollY: true,
293
+ directionLockThreshold: 5,
294
+ momentum: true,
295
+
296
+ bounce: true,
297
+ bounceTime: 600,
298
+ bounceEasing: '',
299
+
300
+ preventDefault: true,
301
+ preventDefaultException: { tagName: /^(INPUT|TEXTAREA|BUTTON|SELECT)$/ },
302
+
303
+ HWCompositing: true,
304
+ useTransition: true,
305
+ useTransform: true,
306
+ bindToWrapper: typeof window.onmousedown === "undefined"
307
+ };
308
+
309
+ for ( var i in options ) {
310
+ this.options[i] = options[i];
311
+ }
312
+
313
+ // Normalize options
314
+ this.translateZ = this.options.HWCompositing && utils.hasPerspective ? ' translateZ(0)' : '';
315
+
316
+ this.options.useTransition = utils.hasTransition && this.options.useTransition;
317
+ this.options.useTransform = utils.hasTransform && this.options.useTransform;
318
+
319
+ this.options.eventPassthrough = this.options.eventPassthrough === true ? 'vertical' : this.options.eventPassthrough;
320
+ this.options.preventDefault = !this.options.eventPassthrough && this.options.preventDefault;
321
+
322
+ // If you want eventPassthrough I have to lock one of the axes
323
+ this.options.scrollY = this.options.eventPassthrough == 'vertical' ? false : this.options.scrollY;
324
+ this.options.scrollX = this.options.eventPassthrough == 'horizontal' ? false : this.options.scrollX;
325
+
326
+ // With eventPassthrough we also need lockDirection mechanism
327
+ this.options.freeScroll = this.options.freeScroll && !this.options.eventPassthrough;
328
+ this.options.directionLockThreshold = this.options.eventPassthrough ? 0 : this.options.directionLockThreshold;
329
+
330
+ this.options.bounceEasing = typeof this.options.bounceEasing == 'string' ? utils.ease[this.options.bounceEasing] || utils.ease.circular : this.options.bounceEasing;
331
+
332
+ this.options.resizePolling = this.options.resizePolling === undefined ? 60 : this.options.resizePolling;
333
+
334
+ if ( this.options.tap === true ) {
335
+ this.options.tap = 'tap';
336
+ }
337
+
338
+ if ( this.options.shrinkScrollbars == 'scale' ) {
339
+ this.options.useTransition = false;
340
+ }
341
+
342
+ this.options.invertWheelDirection = this.options.invertWheelDirection ? -1 : 1;
343
+
344
+ // INSERT POINT: NORMALIZATION
345
+
346
+ // Some defaults
347
+ this.x = 0;
348
+ this.y = 0;
349
+ this.directionX = 0;
350
+ this.directionY = 0;
351
+ this._events = {};
352
+
353
+ // INSERT POINT: DEFAULTS
354
+
355
+ this._init();
356
+ this.refresh();
357
+
358
+ this.scrollTo(this.options.startX, this.options.startY);
359
+ this.enable();
360
+ }
361
+
362
+ IScroll.prototype = {
363
+ version: '5.2.0',
364
+
365
+ _init: function () {
366
+ this._initEvents();
367
+
368
+ if ( this.options.scrollbars || this.options.indicators ) {
369
+ this._initIndicators();
370
+ }
371
+
372
+ if ( this.options.mouseWheel ) {
373
+ this._initWheel();
374
+ }
375
+
376
+ if ( this.options.snap ) {
377
+ this._initSnap();
378
+ }
379
+
380
+ if ( this.options.keyBindings ) {
381
+ this._initKeys();
382
+ }
383
+
384
+ // INSERT POINT: _init
385
+
386
+ },
387
+
388
+ destroy: function () {
389
+ this._initEvents(true);
390
+ clearTimeout(this.resizeTimeout);
391
+ this.resizeTimeout = null;
392
+ this._execEvent('destroy');
393
+ },
394
+
395
+ _transitionEnd: function (e) {
396
+ if ( e.target != this.scroller || !this.isInTransition ) {
397
+ return;
398
+ }
399
+
400
+ this._transitionTime();
401
+ if ( !this.resetPosition(this.options.bounceTime) ) {
402
+ this.isInTransition = false;
403
+ this._execEvent('scrollEnd');
404
+ }
405
+ },
406
+
407
+ _start: function (e) {
408
+ // React to left mouse button only
409
+ if ( utils.eventType[e.type] != 1 ) {
410
+ // for button property
411
+ // http://unixpapa.com/js/mouse.html
412
+ var button;
413
+ if (!e.which) {
414
+ /* IE case */
415
+ button = (e.button < 2) ? 0 :
416
+ ((e.button == 4) ? 1 : 2);
417
+ } else {
418
+ /* All others */
419
+ button = e.button;
420
+ }
421
+ if ( button !== 0 ) {
422
+ return;
423
+ }
424
+ }
425
+
426
+ if ( !this.enabled || (this.initiated && utils.eventType[e.type] !== this.initiated) ) {
427
+ return;
428
+ }
429
+
430
+ if ( this.options.preventDefault && !utils.isBadAndroid && !utils.preventDefaultException(e.target, this.options.preventDefaultException) ) {
431
+ e.preventDefault();
432
+ }
433
+
434
+ var point = e.touches ? e.touches[0] : e,
435
+ pos;
436
+
437
+ this.initiated = utils.eventType[e.type];
438
+ this.moved = false;
439
+ this.distX = 0;
440
+ this.distY = 0;
441
+ this.directionX = 0;
442
+ this.directionY = 0;
443
+ this.directionLocked = 0;
444
+
445
+ this.startTime = utils.getTime();
446
+
447
+ if ( this.options.useTransition && this.isInTransition ) {
448
+ this._transitionTime();
449
+ this.isInTransition = false;
450
+ pos = this.getComputedPosition();
451
+ this._translate(Math.round(pos.x), Math.round(pos.y));
452
+ this._execEvent('scrollEnd');
453
+ } else if ( !this.options.useTransition && this.isAnimating ) {
454
+ this.isAnimating = false;
455
+ this._execEvent('scrollEnd');
456
+ }
457
+
458
+ this.startX = this.x;
459
+ this.startY = this.y;
460
+ this.absStartX = this.x;
461
+ this.absStartY = this.y;
462
+ this.pointX = point.pageX;
463
+ this.pointY = point.pageY;
464
+
465
+ this._execEvent('beforeScrollStart');
466
+ },
467
+
468
+ _move: function (e) {
469
+ if ( !this.enabled || utils.eventType[e.type] !== this.initiated ) {
470
+ return;
471
+ }
472
+
473
+ if ( this.options.preventDefault ) { // increases performance on Android? TODO: check!
474
+ e.preventDefault();
475
+ }
476
+
477
+ var point = e.touches ? e.touches[0] : e,
478
+ deltaX = point.pageX - this.pointX,
479
+ deltaY = point.pageY - this.pointY,
480
+ timestamp = utils.getTime(),
481
+ newX, newY,
482
+ absDistX, absDistY;
483
+
484
+ this.pointX = point.pageX;
485
+ this.pointY = point.pageY;
486
+
487
+ this.distX += deltaX;
488
+ this.distY += deltaY;
489
+ absDistX = Math.abs(this.distX);
490
+ absDistY = Math.abs(this.distY);
491
+
492
+ // We need to move at least 10 pixels for the scrolling to initiate
493
+ if ( timestamp - this.endTime > 300 && (absDistX < 10 && absDistY < 10) ) {
494
+ return;
495
+ }
496
+
497
+ // If you are scrolling in one direction lock the other
498
+ if ( !this.directionLocked && !this.options.freeScroll ) {
499
+ if ( absDistX > absDistY + this.options.directionLockThreshold ) {
500
+ this.directionLocked = 'h'; // lock horizontally
501
+ } else if ( absDistY >= absDistX + this.options.directionLockThreshold ) {
502
+ this.directionLocked = 'v'; // lock vertically
503
+ } else {
504
+ this.directionLocked = 'n'; // no lock
505
+ }
506
+ }
507
+
508
+ if ( this.directionLocked == 'h' ) {
509
+ if ( this.options.eventPassthrough == 'vertical' ) {
510
+ e.preventDefault();
511
+ } else if ( this.options.eventPassthrough == 'horizontal' ) {
512
+ this.initiated = false;
513
+ return;
514
+ }
515
+
516
+ deltaY = 0;
517
+ } else if ( this.directionLocked == 'v' ) {
518
+ if ( this.options.eventPassthrough == 'horizontal' ) {
519
+ e.preventDefault();
520
+ } else if ( this.options.eventPassthrough == 'vertical' ) {
521
+ this.initiated = false;
522
+ return;
523
+ }
524
+
525
+ deltaX = 0;
526
+ }
527
+
528
+ deltaX = this.hasHorizontalScroll ? deltaX : 0;
529
+ deltaY = this.hasVerticalScroll ? deltaY : 0;
530
+
531
+ newX = this.x + deltaX;
532
+ newY = this.y + deltaY;
533
+
534
+ // Slow down if outside of the boundaries
535
+ if ( newX > 0 || newX < this.maxScrollX ) {
536
+ newX = this.options.bounce ? this.x + deltaX / 3 : newX > 0 ? 0 : this.maxScrollX;
537
+ }
538
+ if ( newY > 0 || newY < this.maxScrollY ) {
539
+ newY = this.options.bounce ? this.y + deltaY / 3 : newY > 0 ? 0 : this.maxScrollY;
540
+ }
541
+
542
+ this.directionX = deltaX > 0 ? -1 : deltaX < 0 ? 1 : 0;
543
+ this.directionY = deltaY > 0 ? -1 : deltaY < 0 ? 1 : 0;
544
+
545
+ if ( !this.moved ) {
546
+ this._execEvent('scrollStart');
547
+ }
548
+
549
+ this.moved = true;
550
+
551
+ this._translate(newX, newY);
552
+
553
+ /* REPLACE START: _move */
554
+
555
+ if ( timestamp - this.startTime > 300 ) {
556
+ this.startTime = timestamp;
557
+ this.startX = this.x;
558
+ this.startY = this.y;
559
+ }
560
+
561
+ /* REPLACE END: _move */
562
+
563
+ },
564
+
565
+ _end: function (e) {
566
+ if ( !this.enabled || utils.eventType[e.type] !== this.initiated ) {
567
+ return;
568
+ }
569
+
570
+ if ( this.options.preventDefault && !utils.preventDefaultException(e.target, this.options.preventDefaultException) ) {
571
+ e.preventDefault();
572
+ }
573
+
574
+ var point = e.changedTouches ? e.changedTouches[0] : e,
575
+ momentumX,
576
+ momentumY,
577
+ duration = utils.getTime() - this.startTime,
578
+ newX = Math.round(this.x),
579
+ newY = Math.round(this.y),
580
+ distanceX = Math.abs(newX - this.startX),
581
+ distanceY = Math.abs(newY - this.startY),
582
+ time = 0,
583
+ easing = '';
584
+
585
+ this.isInTransition = 0;
586
+ this.initiated = 0;
587
+ this.endTime = utils.getTime();
588
+
589
+ // reset if we are outside of the boundaries
590
+ if ( this.resetPosition(this.options.bounceTime) ) {
591
+ return;
592
+ }
593
+
594
+ this.scrollTo(newX, newY); // ensures that the last position is rounded
595
+
596
+ // we scrolled less than 10 pixels
597
+ if ( !this.moved ) {
598
+ if ( this.options.tap ) {
599
+ utils.tap(e, this.options.tap);
600
+ }
601
+
602
+ if ( this.options.click ) {
603
+ utils.click(e);
604
+ }
605
+
606
+ this._execEvent('scrollCancel');
607
+ return;
608
+ }
609
+
610
+ if ( this._events.flick && duration < 200 && distanceX < 100 && distanceY < 100 ) {
611
+ this._execEvent('flick');
612
+ return;
613
+ }
614
+
615
+ // start momentum animation if needed
616
+ if ( this.options.momentum && duration < 300 ) {
617
+ momentumX = this.hasHorizontalScroll ? utils.momentum(this.x, this.startX, duration, this.maxScrollX, this.options.bounce ? this.wrapperWidth : 0, this.options.deceleration) : { destination: newX, duration: 0 };
618
+ momentumY = this.hasVerticalScroll ? utils.momentum(this.y, this.startY, duration, this.maxScrollY, this.options.bounce ? this.wrapperHeight : 0, this.options.deceleration) : { destination: newY, duration: 0 };
619
+ newX = momentumX.destination;
620
+ newY = momentumY.destination;
621
+ time = Math.max(momentumX.duration, momentumY.duration);
622
+ this.isInTransition = 1;
623
+ }
624
+
625
+
626
+ if ( this.options.snap ) {
627
+ var snap = this._nearestSnap(newX, newY);
628
+ this.currentPage = snap;
629
+ time = this.options.snapSpeed || Math.max(
630
+ Math.max(
631
+ Math.min(Math.abs(newX - snap.x), 1000),
632
+ Math.min(Math.abs(newY - snap.y), 1000)
633
+ ), 300);
634
+ newX = snap.x;
635
+ newY = snap.y;
636
+
637
+ this.directionX = 0;
638
+ this.directionY = 0;
639
+ easing = this.options.bounceEasing;
640
+ }
641
+
642
+ // INSERT POINT: _end
643
+
644
+ if ( newX != this.x || newY != this.y ) {
645
+ // change easing function when scroller goes out of the boundaries
646
+ if ( newX > 0 || newX < this.maxScrollX || newY > 0 || newY < this.maxScrollY ) {
647
+ easing = utils.ease.quadratic;
648
+ }
649
+
650
+ this.scrollTo(newX, newY, time, easing);
651
+ return;
652
+ }
653
+
654
+ this._execEvent('scrollEnd');
655
+ },
656
+
657
+ _resize: function () {
658
+ var that = this;
659
+
660
+ clearTimeout(this.resizeTimeout);
661
+
662
+ this.resizeTimeout = setTimeout(function () {
663
+ that.refresh();
664
+ }, this.options.resizePolling);
665
+ },
666
+
667
+ resetPosition: function (time) {
668
+ var x = this.x,
669
+ y = this.y;
670
+
671
+ time = time || 0;
672
+
673
+ if ( !this.hasHorizontalScroll || this.x > 0 ) {
674
+ x = 0;
675
+ } else if ( this.x < this.maxScrollX ) {
676
+ x = this.maxScrollX;
677
+ }
678
+
679
+ if ( !this.hasVerticalScroll || this.y > 0 ) {
680
+ y = 0;
681
+ } else if ( this.y < this.maxScrollY ) {
682
+ y = this.maxScrollY;
683
+ }
684
+
685
+ if ( x == this.x && y == this.y ) {
686
+ return false;
687
+ }
688
+
689
+ this.scrollTo(x, y, time, this.options.bounceEasing);
690
+
691
+ return true;
692
+ },
693
+
694
+ disable: function () {
695
+ this.enabled = false;
696
+ },
697
+
698
+ enable: function () {
699
+ this.enabled = true;
700
+ },
701
+
702
+ refresh: function () {
703
+ var rf = this.wrapper.offsetHeight; // Force reflow
704
+
705
+ this.wrapperWidth = this.wrapper.clientWidth;
706
+ this.wrapperHeight = this.wrapper.clientHeight;
707
+
708
+ /* REPLACE START: refresh */
709
+
710
+ this.scrollerWidth = this.scroller.offsetWidth;
711
+ this.scrollerHeight = this.scroller.offsetHeight;
712
+
713
+ this.maxScrollX = this.wrapperWidth - this.scrollerWidth;
714
+ this.maxScrollY = this.wrapperHeight - this.scrollerHeight;
715
+
716
+ /* REPLACE END: refresh */
717
+
718
+ this.hasHorizontalScroll = this.options.scrollX && this.maxScrollX < 0;
719
+ this.hasVerticalScroll = this.options.scrollY && this.maxScrollY < 0;
720
+
721
+ if ( !this.hasHorizontalScroll ) {
722
+ this.maxScrollX = 0;
723
+ this.scrollerWidth = this.wrapperWidth;
724
+ }
725
+
726
+ if ( !this.hasVerticalScroll ) {
727
+ this.maxScrollY = 0;
728
+ this.scrollerHeight = this.wrapperHeight;
729
+ }
730
+
731
+ this.endTime = 0;
732
+ this.directionX = 0;
733
+ this.directionY = 0;
734
+
735
+ this.wrapperOffset = utils.offset(this.wrapper);
736
+
737
+ this._execEvent('refresh');
738
+
739
+ this.resetPosition();
740
+
741
+ // INSERT POINT: _refresh
742
+
743
+ },
744
+
745
+ on: function (type, fn) {
746
+ if ( !this._events[type] ) {
747
+ this._events[type] = [];
748
+ }
749
+
750
+ this._events[type].push(fn);
751
+ },
752
+
753
+ off: function (type, fn) {
754
+ if ( !this._events[type] ) {
755
+ return;
756
+ }
757
+
758
+ var index = this._events[type].indexOf(fn);
759
+
760
+ if ( index > -1 ) {
761
+ this._events[type].splice(index, 1);
762
+ }
763
+ },
764
+
765
+ _execEvent: function (type) {
766
+ if ( !this._events[type] ) {
767
+ return;
768
+ }
769
+
770
+ var i = 0,
771
+ l = this._events[type].length;
772
+
773
+ if ( !l ) {
774
+ return;
775
+ }
776
+
777
+ for ( ; i < l; i++ ) {
778
+ this._events[type][i].apply(this, [].slice.call(arguments, 1));
779
+ }
780
+ },
781
+
782
+ scrollBy: function (x, y, time, easing) {
783
+ x = this.x + x;
784
+ y = this.y + y;
785
+ time = time || 0;
786
+
787
+ this.scrollTo(x, y, time, easing);
788
+ },
789
+
790
+ scrollTo: function (x, y, time, easing) {
791
+ easing = easing || utils.ease.circular;
792
+
793
+ this.isInTransition = this.options.useTransition && time > 0;
794
+ var transitionType = this.options.useTransition && easing.style;
795
+ if ( !time || transitionType ) {
796
+ if(transitionType) {
797
+ this._transitionTimingFunction(easing.style);
798
+ this._transitionTime(time);
799
+ }
800
+ this._translate(x, y);
801
+ } else {
802
+ this._animate(x, y, time, easing.fn);
803
+ }
804
+ },
805
+
806
+ scrollToElement: function (el, time, offsetX, offsetY, easing) {
807
+ el = el.nodeType ? el : this.scroller.querySelector(el);
808
+
809
+ if ( !el ) {
810
+ return;
811
+ }
812
+
813
+ var pos = utils.offset(el);
814
+
815
+ pos.left -= this.wrapperOffset.left;
816
+ pos.top -= this.wrapperOffset.top;
817
+
818
+ // if offsetX/Y are true we center the element to the screen
819
+ if ( offsetX === true ) {
820
+ offsetX = Math.round(el.offsetWidth / 2 - this.wrapper.offsetWidth / 2);
821
+ }
822
+ if ( offsetY === true ) {
823
+ offsetY = Math.round(el.offsetHeight / 2 - this.wrapper.offsetHeight / 2);
824
+ }
825
+
826
+ pos.left -= offsetX || 0;
827
+ pos.top -= offsetY || 0;
828
+
829
+ pos.left = pos.left > 0 ? 0 : pos.left < this.maxScrollX ? this.maxScrollX : pos.left;
830
+ pos.top = pos.top > 0 ? 0 : pos.top < this.maxScrollY ? this.maxScrollY : pos.top;
831
+
832
+ time = time === undefined || time === null || time === 'auto' ? Math.max(Math.abs(this.x-pos.left), Math.abs(this.y-pos.top)) : time;
833
+
834
+ this.scrollTo(pos.left, pos.top, time, easing);
835
+ },
836
+
837
+ _transitionTime: function (time) {
838
+ time = time || 0;
839
+
840
+ var durationProp = utils.style.transitionDuration;
841
+ this.scrollerStyle[durationProp] = time + 'ms';
842
+
843
+ if ( !time && utils.isBadAndroid ) {
844
+ this.scrollerStyle[durationProp] = '0.0001ms';
845
+ // remove 0.0001ms
846
+ var self = this;
847
+ rAF(function() {
848
+ if(self.scrollerStyle[durationProp] === '0.0001ms') {
849
+ self.scrollerStyle[durationProp] = '0s';
850
+ }
851
+ });
852
+ }
853
+
854
+
855
+ if ( this.indicators ) {
856
+ for ( var i = this.indicators.length; i--; ) {
857
+ this.indicators[i].transitionTime(time);
858
+ }
859
+ }
860
+
861
+
862
+ // INSERT POINT: _transitionTime
863
+
864
+ },
865
+
866
+ _transitionTimingFunction: function (easing) {
867
+ this.scrollerStyle[utils.style.transitionTimingFunction] = easing;
868
+
869
+
870
+ if ( this.indicators ) {
871
+ for ( var i = this.indicators.length; i--; ) {
872
+ this.indicators[i].transitionTimingFunction(easing);
873
+ }
874
+ }
875
+
876
+
877
+ // INSERT POINT: _transitionTimingFunction
878
+
879
+ },
880
+
881
+ _translate: function (x, y) {
882
+ if ( this.options.useTransform ) {
883
+
884
+ /* REPLACE START: _translate */
885
+
886
+ this.scrollerStyle[utils.style.transform] = 'translate(' + x + 'px,' + y + 'px)' + this.translateZ;
887
+
888
+ /* REPLACE END: _translate */
889
+
890
+ } else {
891
+ x = Math.round(x);
892
+ y = Math.round(y);
893
+ this.scrollerStyle.left = x + 'px';
894
+ this.scrollerStyle.top = y + 'px';
895
+ }
896
+
897
+ this.x = x;
898
+ this.y = y;
899
+
900
+
901
+ if ( this.indicators ) {
902
+ for ( var i = this.indicators.length; i--; ) {
903
+ this.indicators[i].updatePosition();
904
+ }
905
+ }
906
+
907
+
908
+ // INSERT POINT: _translate
909
+
910
+ },
911
+
912
+ _initEvents: function (remove) {
913
+ var eventType = remove ? utils.removeEvent : utils.addEvent,
914
+ target = this.options.bindToWrapper ? this.wrapper : window;
915
+
916
+ eventType(window, 'orientationchange', this);
917
+ eventType(window, 'resize', this);
918
+
919
+ if ( this.options.click ) {
920
+ eventType(this.wrapper, 'click', this, true);
921
+ }
922
+
923
+ if ( !this.options.disableMouse ) {
924
+ eventType(this.wrapper, 'mousedown', this);
925
+ eventType(target, 'mousemove', this);
926
+ eventType(target, 'mousecancel', this);
927
+ eventType(target, 'mouseup', this);
928
+ }
929
+
930
+ if ( utils.hasPointer && !this.options.disablePointer ) {
931
+ eventType(this.wrapper, utils.prefixPointerEvent('pointerdown'), this);
932
+ eventType(target, utils.prefixPointerEvent('pointermove'), this);
933
+ eventType(target, utils.prefixPointerEvent('pointercancel'), this);
934
+ eventType(target, utils.prefixPointerEvent('pointerup'), this);
935
+ }
936
+
937
+ if ( utils.hasTouch && !this.options.disableTouch ) {
938
+ eventType(this.wrapper, 'touchstart', this);
939
+ eventType(target, 'touchmove', this);
940
+ eventType(target, 'touchcancel', this);
941
+ eventType(target, 'touchend', this);
942
+ }
943
+
944
+ eventType(this.scroller, 'transitionend', this);
945
+ eventType(this.scroller, 'webkitTransitionEnd', this);
946
+ eventType(this.scroller, 'oTransitionEnd', this);
947
+ eventType(this.scroller, 'MSTransitionEnd', this);
948
+ },
949
+
950
+ getComputedPosition: function () {
951
+ var matrix = window.getComputedStyle(this.scroller, null),
952
+ x, y;
953
+
954
+ if ( this.options.useTransform ) {
955
+ matrix = matrix[utils.style.transform].split(')')[0].split(', ');
956
+ x = +(matrix[12] || matrix[4]);
957
+ y = +(matrix[13] || matrix[5]);
958
+ } else {
959
+ x = +matrix.left.replace(/[^-\d.]/g, '');
960
+ y = +matrix.top.replace(/[^-\d.]/g, '');
961
+ }
962
+
963
+ return { x: x, y: y };
964
+ },
965
+ _initIndicators: function () {
966
+ var interactive = this.options.interactiveScrollbars,
967
+ customStyle = typeof this.options.scrollbars != 'string',
968
+ indicators = [],
969
+ indicator;
970
+
971
+ var that = this;
972
+
973
+ this.indicators = [];
974
+
975
+ if ( this.options.scrollbars ) {
976
+ // Vertical scrollbar
977
+ if ( this.options.scrollY ) {
978
+ indicator = {
979
+ el: createDefaultScrollbar('v', interactive, this.options.scrollbars),
980
+ interactive: interactive,
981
+ defaultScrollbars: true,
982
+ customStyle: customStyle,
983
+ resize: this.options.resizeScrollbars,
984
+ shrink: this.options.shrinkScrollbars,
985
+ fade: this.options.fadeScrollbars,
986
+ listenX: false
987
+ };
988
+
989
+ this.wrapper.appendChild(indicator.el);
990
+ indicators.push(indicator);
991
+ }
992
+
993
+ // Horizontal scrollbar
994
+ if ( this.options.scrollX ) {
995
+ indicator = {
996
+ el: createDefaultScrollbar('h', interactive, this.options.scrollbars),
997
+ interactive: interactive,
998
+ defaultScrollbars: true,
999
+ customStyle: customStyle,
1000
+ resize: this.options.resizeScrollbars,
1001
+ shrink: this.options.shrinkScrollbars,
1002
+ fade: this.options.fadeScrollbars,
1003
+ listenY: false
1004
+ };
1005
+
1006
+ this.wrapper.appendChild(indicator.el);
1007
+ indicators.push(indicator);
1008
+ }
1009
+ }
1010
+
1011
+ if ( this.options.indicators ) {
1012
+ // TODO: check concat compatibility
1013
+ indicators = indicators.concat(this.options.indicators);
1014
+ }
1015
+
1016
+ for ( var i = indicators.length; i--; ) {
1017
+ this.indicators.push( new Indicator(this, indicators[i]) );
1018
+ }
1019
+
1020
+ // TODO: check if we can use array.map (wide compatibility and performance issues)
1021
+ function _indicatorsMap (fn) {
1022
+ if (that.indicators) {
1023
+ for ( var i = that.indicators.length; i--; ) {
1024
+ fn.call(that.indicators[i]);
1025
+ }
1026
+ }
1027
+ }
1028
+
1029
+ if ( this.options.fadeScrollbars ) {
1030
+ this.on('scrollEnd', function () {
1031
+ _indicatorsMap(function () {
1032
+ this.fade();
1033
+ });
1034
+ });
1035
+
1036
+ this.on('scrollCancel', function () {
1037
+ _indicatorsMap(function () {
1038
+ this.fade();
1039
+ });
1040
+ });
1041
+
1042
+ this.on('scrollStart', function () {
1043
+ _indicatorsMap(function () {
1044
+ this.fade(1);
1045
+ });
1046
+ });
1047
+
1048
+ this.on('beforeScrollStart', function () {
1049
+ _indicatorsMap(function () {
1050
+ this.fade(1, true);
1051
+ });
1052
+ });
1053
+ }
1054
+
1055
+
1056
+ this.on('refresh', function () {
1057
+ _indicatorsMap(function () {
1058
+ this.refresh();
1059
+ });
1060
+ });
1061
+
1062
+ this.on('destroy', function () {
1063
+ _indicatorsMap(function () {
1064
+ this.destroy();
1065
+ });
1066
+
1067
+ delete this.indicators;
1068
+ });
1069
+ },
1070
+
1071
+ _initWheel: function () {
1072
+ utils.addEvent(this.wrapper, 'wheel', this);
1073
+ utils.addEvent(this.wrapper, 'mousewheel', this);
1074
+ utils.addEvent(this.wrapper, 'DOMMouseScroll', this);
1075
+
1076
+ this.on('destroy', function () {
1077
+ clearTimeout(this.wheelTimeout);
1078
+ this.wheelTimeout = null;
1079
+ utils.removeEvent(this.wrapper, 'wheel', this);
1080
+ utils.removeEvent(this.wrapper, 'mousewheel', this);
1081
+ utils.removeEvent(this.wrapper, 'DOMMouseScroll', this);
1082
+ });
1083
+ },
1084
+
1085
+ _wheel: function (e) {
1086
+ if ( !this.enabled ) {
1087
+ return;
1088
+ }
1089
+
1090
+ e.preventDefault();
1091
+
1092
+ var wheelDeltaX, wheelDeltaY,
1093
+ newX, newY,
1094
+ that = this;
1095
+
1096
+ if ( this.wheelTimeout === undefined ) {
1097
+ that._execEvent('scrollStart');
1098
+ }
1099
+
1100
+ // Execute the scrollEnd event after 400ms the wheel stopped scrolling
1101
+ clearTimeout(this.wheelTimeout);
1102
+ this.wheelTimeout = setTimeout(function () {
1103
+ if(!that.options.snap) {
1104
+ that._execEvent('scrollEnd');
1105
+ }
1106
+ that.wheelTimeout = undefined;
1107
+ }, 400);
1108
+
1109
+ if ( 'deltaX' in e ) {
1110
+ if (e.deltaMode === 1) {
1111
+ wheelDeltaX = -e.deltaX * this.options.mouseWheelSpeed;
1112
+ wheelDeltaY = -e.deltaY * this.options.mouseWheelSpeed;
1113
+ } else {
1114
+ wheelDeltaX = -e.deltaX;
1115
+ wheelDeltaY = -e.deltaY;
1116
+ }
1117
+ } else if ( 'wheelDeltaX' in e ) {
1118
+ wheelDeltaX = e.wheelDeltaX / 120 * this.options.mouseWheelSpeed;
1119
+ wheelDeltaY = e.wheelDeltaY / 120 * this.options.mouseWheelSpeed;
1120
+ } else if ( 'wheelDelta' in e ) {
1121
+ wheelDeltaX = wheelDeltaY = e.wheelDelta / 120 * this.options.mouseWheelSpeed;
1122
+ } else if ( 'detail' in e ) {
1123
+ wheelDeltaX = wheelDeltaY = -e.detail / 3 * this.options.mouseWheelSpeed;
1124
+ } else {
1125
+ return;
1126
+ }
1127
+
1128
+ wheelDeltaX *= this.options.invertWheelDirection;
1129
+ wheelDeltaY *= this.options.invertWheelDirection;
1130
+
1131
+ if ( !this.hasVerticalScroll ) {
1132
+ wheelDeltaX = wheelDeltaY;
1133
+ wheelDeltaY = 0;
1134
+ }
1135
+
1136
+ if ( this.options.snap ) {
1137
+ newX = this.currentPage.pageX;
1138
+ newY = this.currentPage.pageY;
1139
+
1140
+ if ( wheelDeltaX > 0 ) {
1141
+ newX--;
1142
+ } else if ( wheelDeltaX < 0 ) {
1143
+ newX++;
1144
+ }
1145
+
1146
+ if ( wheelDeltaY > 0 ) {
1147
+ newY--;
1148
+ } else if ( wheelDeltaY < 0 ) {
1149
+ newY++;
1150
+ }
1151
+
1152
+ this.goToPage(newX, newY);
1153
+
1154
+ return;
1155
+ }
1156
+
1157
+ newX = this.x + Math.round(this.hasHorizontalScroll ? wheelDeltaX : 0);
1158
+ newY = this.y + Math.round(this.hasVerticalScroll ? wheelDeltaY : 0);
1159
+
1160
+ this.directionX = wheelDeltaX > 0 ? -1 : wheelDeltaX < 0 ? 1 : 0;
1161
+ this.directionY = wheelDeltaY > 0 ? -1 : wheelDeltaY < 0 ? 1 : 0;
1162
+
1163
+ if ( newX > 0 ) {
1164
+ newX = 0;
1165
+ } else if ( newX < this.maxScrollX ) {
1166
+ newX = this.maxScrollX;
1167
+ }
1168
+
1169
+ if ( newY > 0 ) {
1170
+ newY = 0;
1171
+ } else if ( newY < this.maxScrollY ) {
1172
+ newY = this.maxScrollY;
1173
+ }
1174
+
1175
+ this.scrollTo(newX, newY, 0);
1176
+
1177
+ // INSERT POINT: _wheel
1178
+ },
1179
+
1180
+ _initSnap: function () {
1181
+ this.currentPage = {};
1182
+
1183
+ if ( typeof this.options.snap == 'string' ) {
1184
+ this.options.snap = this.scroller.querySelectorAll(this.options.snap);
1185
+ }
1186
+
1187
+ this.on('refresh', function () {
1188
+ var i = 0, l,
1189
+ m = 0, n,
1190
+ cx, cy,
1191
+ x = 0, y,
1192
+ stepX = this.options.snapStepX || this.wrapperWidth,
1193
+ stepY = this.options.snapStepY || this.wrapperHeight,
1194
+ el;
1195
+
1196
+ this.pages = [];
1197
+
1198
+ if ( !this.wrapperWidth || !this.wrapperHeight || !this.scrollerWidth || !this.scrollerHeight ) {
1199
+ return;
1200
+ }
1201
+
1202
+ if ( this.options.snap === true ) {
1203
+ cx = Math.round( stepX / 2 );
1204
+ cy = Math.round( stepY / 2 );
1205
+
1206
+ while ( x > -this.scrollerWidth ) {
1207
+ this.pages[i] = [];
1208
+ l = 0;
1209
+ y = 0;
1210
+
1211
+ while ( y > -this.scrollerHeight ) {
1212
+ this.pages[i][l] = {
1213
+ x: Math.max(x, this.maxScrollX),
1214
+ y: Math.max(y, this.maxScrollY),
1215
+ width: stepX,
1216
+ height: stepY,
1217
+ cx: x - cx,
1218
+ cy: y - cy
1219
+ };
1220
+
1221
+ y -= stepY;
1222
+ l++;
1223
+ }
1224
+
1225
+ x -= stepX;
1226
+ i++;
1227
+ }
1228
+ } else {
1229
+ el = this.options.snap;
1230
+ l = el.length;
1231
+ n = -1;
1232
+
1233
+ for ( ; i < l; i++ ) {
1234
+ if ( i === 0 || el[i].offsetLeft <= el[i-1].offsetLeft ) {
1235
+ m = 0;
1236
+ n++;
1237
+ }
1238
+
1239
+ if ( !this.pages[m] ) {
1240
+ this.pages[m] = [];
1241
+ }
1242
+
1243
+ x = Math.max(-el[i].offsetLeft, this.maxScrollX);
1244
+ y = Math.max(-el[i].offsetTop, this.maxScrollY);
1245
+ cx = x - Math.round(el[i].offsetWidth / 2);
1246
+ cy = y - Math.round(el[i].offsetHeight / 2);
1247
+
1248
+ this.pages[m][n] = {
1249
+ x: x,
1250
+ y: y,
1251
+ width: el[i].offsetWidth,
1252
+ height: el[i].offsetHeight,
1253
+ cx: cx,
1254
+ cy: cy
1255
+ };
1256
+
1257
+ if ( x > this.maxScrollX ) {
1258
+ m++;
1259
+ }
1260
+ }
1261
+ }
1262
+
1263
+ this.goToPage(this.currentPage.pageX || 0, this.currentPage.pageY || 0, 0);
1264
+
1265
+ // Update snap threshold if needed
1266
+ if ( this.options.snapThreshold % 1 === 0 ) {
1267
+ this.snapThresholdX = this.options.snapThreshold;
1268
+ this.snapThresholdY = this.options.snapThreshold;
1269
+ } else {
1270
+ this.snapThresholdX = Math.round(this.pages[this.currentPage.pageX][this.currentPage.pageY].width * this.options.snapThreshold);
1271
+ this.snapThresholdY = Math.round(this.pages[this.currentPage.pageX][this.currentPage.pageY].height * this.options.snapThreshold);
1272
+ }
1273
+ });
1274
+
1275
+ this.on('flick', function () {
1276
+ var time = this.options.snapSpeed || Math.max(
1277
+ Math.max(
1278
+ Math.min(Math.abs(this.x - this.startX), 1000),
1279
+ Math.min(Math.abs(this.y - this.startY), 1000)
1280
+ ), 300);
1281
+
1282
+ this.goToPage(
1283
+ this.currentPage.pageX + this.directionX,
1284
+ this.currentPage.pageY + this.directionY,
1285
+ time
1286
+ );
1287
+ });
1288
+ },
1289
+
1290
+ _nearestSnap: function (x, y) {
1291
+ if ( !this.pages.length ) {
1292
+ return { x: 0, y: 0, pageX: 0, pageY: 0 };
1293
+ }
1294
+
1295
+ var i = 0,
1296
+ l = this.pages.length,
1297
+ m = 0;
1298
+
1299
+ // Check if we exceeded the snap threshold
1300
+ if ( Math.abs(x - this.absStartX) < this.snapThresholdX &&
1301
+ Math.abs(y - this.absStartY) < this.snapThresholdY ) {
1302
+ return this.currentPage;
1303
+ }
1304
+
1305
+ if ( x > 0 ) {
1306
+ x = 0;
1307
+ } else if ( x < this.maxScrollX ) {
1308
+ x = this.maxScrollX;
1309
+ }
1310
+
1311
+ if ( y > 0 ) {
1312
+ y = 0;
1313
+ } else if ( y < this.maxScrollY ) {
1314
+ y = this.maxScrollY;
1315
+ }
1316
+
1317
+ for ( ; i < l; i++ ) {
1318
+ if ( x >= this.pages[i][0].cx ) {
1319
+ x = this.pages[i][0].x;
1320
+ break;
1321
+ }
1322
+ }
1323
+
1324
+ l = this.pages[i].length;
1325
+
1326
+ for ( ; m < l; m++ ) {
1327
+ if ( y >= this.pages[0][m].cy ) {
1328
+ y = this.pages[0][m].y;
1329
+ break;
1330
+ }
1331
+ }
1332
+
1333
+ if ( i == this.currentPage.pageX ) {
1334
+ i += this.directionX;
1335
+
1336
+ if ( i < 0 ) {
1337
+ i = 0;
1338
+ } else if ( i >= this.pages.length ) {
1339
+ i = this.pages.length - 1;
1340
+ }
1341
+
1342
+ x = this.pages[i][0].x;
1343
+ }
1344
+
1345
+ if ( m == this.currentPage.pageY ) {
1346
+ m += this.directionY;
1347
+
1348
+ if ( m < 0 ) {
1349
+ m = 0;
1350
+ } else if ( m >= this.pages[0].length ) {
1351
+ m = this.pages[0].length - 1;
1352
+ }
1353
+
1354
+ y = this.pages[0][m].y;
1355
+ }
1356
+
1357
+ return {
1358
+ x: x,
1359
+ y: y,
1360
+ pageX: i,
1361
+ pageY: m
1362
+ };
1363
+ },
1364
+
1365
+ goToPage: function (x, y, time, easing) {
1366
+ easing = easing || this.options.bounceEasing;
1367
+
1368
+ if ( x >= this.pages.length ) {
1369
+ x = this.pages.length - 1;
1370
+ } else if ( x < 0 ) {
1371
+ x = 0;
1372
+ }
1373
+
1374
+ if ( y >= this.pages[x].length ) {
1375
+ y = this.pages[x].length - 1;
1376
+ } else if ( y < 0 ) {
1377
+ y = 0;
1378
+ }
1379
+
1380
+ var posX = this.pages[x][y].x,
1381
+ posY = this.pages[x][y].y;
1382
+
1383
+ time = time === undefined ? this.options.snapSpeed || Math.max(
1384
+ Math.max(
1385
+ Math.min(Math.abs(posX - this.x), 1000),
1386
+ Math.min(Math.abs(posY - this.y), 1000)
1387
+ ), 300) : time;
1388
+
1389
+ this.currentPage = {
1390
+ x: posX,
1391
+ y: posY,
1392
+ pageX: x,
1393
+ pageY: y
1394
+ };
1395
+
1396
+ this.scrollTo(posX, posY, time, easing);
1397
+ },
1398
+
1399
+ next: function (time, easing) {
1400
+ var x = this.currentPage.pageX,
1401
+ y = this.currentPage.pageY;
1402
+
1403
+ x++;
1404
+
1405
+ if ( x >= this.pages.length && this.hasVerticalScroll ) {
1406
+ x = 0;
1407
+ y++;
1408
+ }
1409
+
1410
+ this.goToPage(x, y, time, easing);
1411
+ },
1412
+
1413
+ prev: function (time, easing) {
1414
+ var x = this.currentPage.pageX,
1415
+ y = this.currentPage.pageY;
1416
+
1417
+ x--;
1418
+
1419
+ if ( x < 0 && this.hasVerticalScroll ) {
1420
+ x = 0;
1421
+ y--;
1422
+ }
1423
+
1424
+ this.goToPage(x, y, time, easing);
1425
+ },
1426
+
1427
+ _initKeys: function (e) {
1428
+ // default key bindings
1429
+ var keys = {
1430
+ pageUp: 33,
1431
+ pageDown: 34,
1432
+ end: 35,
1433
+ home: 36,
1434
+ left: 37,
1435
+ up: 38,
1436
+ right: 39,
1437
+ down: 40
1438
+ };
1439
+ var i;
1440
+
1441
+ // if you give me characters I give you keycode
1442
+ if ( typeof this.options.keyBindings == 'object' ) {
1443
+ for ( i in this.options.keyBindings ) {
1444
+ if ( typeof this.options.keyBindings[i] == 'string' ) {
1445
+ this.options.keyBindings[i] = this.options.keyBindings[i].toUpperCase().charCodeAt(0);
1446
+ }
1447
+ }
1448
+ } else {
1449
+ this.options.keyBindings = {};
1450
+ }
1451
+
1452
+ for ( i in keys ) {
1453
+ this.options.keyBindings[i] = this.options.keyBindings[i] || keys[i];
1454
+ }
1455
+
1456
+ utils.addEvent(window, 'keydown', this);
1457
+
1458
+ this.on('destroy', function () {
1459
+ utils.removeEvent(window, 'keydown', this);
1460
+ });
1461
+ },
1462
+
1463
+ _key: function (e) {
1464
+ if ( !this.enabled ) {
1465
+ return;
1466
+ }
1467
+
1468
+ var snap = this.options.snap, // we are using this alot, better to cache it
1469
+ newX = snap ? this.currentPage.pageX : this.x,
1470
+ newY = snap ? this.currentPage.pageY : this.y,
1471
+ now = utils.getTime(),
1472
+ prevTime = this.keyTime || 0,
1473
+ acceleration = 0.250,
1474
+ pos;
1475
+
1476
+ if ( this.options.useTransition && this.isInTransition ) {
1477
+ pos = this.getComputedPosition();
1478
+
1479
+ this._translate(Math.round(pos.x), Math.round(pos.y));
1480
+ this.isInTransition = false;
1481
+ }
1482
+
1483
+ this.keyAcceleration = now - prevTime < 200 ? Math.min(this.keyAcceleration + acceleration, 50) : 0;
1484
+
1485
+ switch ( e.keyCode ) {
1486
+ case this.options.keyBindings.pageUp:
1487
+ if ( this.hasHorizontalScroll && !this.hasVerticalScroll ) {
1488
+ newX += snap ? 1 : this.wrapperWidth;
1489
+ } else {
1490
+ newY += snap ? 1 : this.wrapperHeight;
1491
+ }
1492
+ break;
1493
+ case this.options.keyBindings.pageDown:
1494
+ if ( this.hasHorizontalScroll && !this.hasVerticalScroll ) {
1495
+ newX -= snap ? 1 : this.wrapperWidth;
1496
+ } else {
1497
+ newY -= snap ? 1 : this.wrapperHeight;
1498
+ }
1499
+ break;
1500
+ case this.options.keyBindings.end:
1501
+ newX = snap ? this.pages.length-1 : this.maxScrollX;
1502
+ newY = snap ? this.pages[0].length-1 : this.maxScrollY;
1503
+ break;
1504
+ case this.options.keyBindings.home:
1505
+ newX = 0;
1506
+ newY = 0;
1507
+ break;
1508
+ case this.options.keyBindings.left:
1509
+ newX += snap ? -1 : 5 + this.keyAcceleration>>0;
1510
+ break;
1511
+ case this.options.keyBindings.up:
1512
+ newY += snap ? 1 : 5 + this.keyAcceleration>>0;
1513
+ break;
1514
+ case this.options.keyBindings.right:
1515
+ newX -= snap ? -1 : 5 + this.keyAcceleration>>0;
1516
+ break;
1517
+ case this.options.keyBindings.down:
1518
+ newY -= snap ? 1 : 5 + this.keyAcceleration>>0;
1519
+ break;
1520
+ default:
1521
+ return;
1522
+ }
1523
+
1524
+ if ( snap ) {
1525
+ this.goToPage(newX, newY);
1526
+ return;
1527
+ }
1528
+
1529
+ if ( newX > 0 ) {
1530
+ newX = 0;
1531
+ this.keyAcceleration = 0;
1532
+ } else if ( newX < this.maxScrollX ) {
1533
+ newX = this.maxScrollX;
1534
+ this.keyAcceleration = 0;
1535
+ }
1536
+
1537
+ if ( newY > 0 ) {
1538
+ newY = 0;
1539
+ this.keyAcceleration = 0;
1540
+ } else if ( newY < this.maxScrollY ) {
1541
+ newY = this.maxScrollY;
1542
+ this.keyAcceleration = 0;
1543
+ }
1544
+
1545
+ this.scrollTo(newX, newY, 0);
1546
+
1547
+ this.keyTime = now;
1548
+ },
1549
+
1550
+ _animate: function (destX, destY, duration, easingFn) {
1551
+ var that = this,
1552
+ startX = this.x,
1553
+ startY = this.y,
1554
+ startTime = utils.getTime(),
1555
+ destTime = startTime + duration;
1556
+
1557
+ function step () {
1558
+ var now = utils.getTime(),
1559
+ newX, newY,
1560
+ easing;
1561
+
1562
+ if ( now >= destTime ) {
1563
+ that.isAnimating = false;
1564
+ that._translate(destX, destY);
1565
+
1566
+ if ( !that.resetPosition(that.options.bounceTime) ) {
1567
+ that._execEvent('scrollEnd');
1568
+ }
1569
+
1570
+ return;
1571
+ }
1572
+
1573
+ now = ( now - startTime ) / duration;
1574
+ easing = easingFn(now);
1575
+ newX = ( destX - startX ) * easing + startX;
1576
+ newY = ( destY - startY ) * easing + startY;
1577
+ that._translate(newX, newY);
1578
+
1579
+ if ( that.isAnimating ) {
1580
+ rAF(step);
1581
+ }
1582
+ }
1583
+
1584
+ this.isAnimating = true;
1585
+ step();
1586
+ },
1587
+ handleEvent: function (e) {
1588
+ switch ( e.type ) {
1589
+ case 'touchstart':
1590
+ case 'pointerdown':
1591
+ case 'MSPointerDown':
1592
+ case 'mousedown':
1593
+ this._start(e);
1594
+ break;
1595
+ case 'touchmove':
1596
+ case 'pointermove':
1597
+ case 'MSPointerMove':
1598
+ case 'mousemove':
1599
+ this._move(e);
1600
+ break;
1601
+ case 'touchend':
1602
+ case 'pointerup':
1603
+ case 'MSPointerUp':
1604
+ case 'mouseup':
1605
+ case 'touchcancel':
1606
+ case 'pointercancel':
1607
+ case 'MSPointerCancel':
1608
+ case 'mousecancel':
1609
+ this._end(e);
1610
+ break;
1611
+ case 'orientationchange':
1612
+ case 'resize':
1613
+ this._resize();
1614
+ break;
1615
+ case 'transitionend':
1616
+ case 'webkitTransitionEnd':
1617
+ case 'oTransitionEnd':
1618
+ case 'MSTransitionEnd':
1619
+ this._transitionEnd(e);
1620
+ break;
1621
+ case 'wheel':
1622
+ case 'DOMMouseScroll':
1623
+ case 'mousewheel':
1624
+ this._wheel(e);
1625
+ break;
1626
+ case 'keydown':
1627
+ this._key(e);
1628
+ break;
1629
+ case 'click':
1630
+ if ( this.enabled && !e._constructed ) {
1631
+ e.preventDefault();
1632
+ e.stopPropagation();
1633
+ }
1634
+ break;
1635
+ }
1636
+ }
1637
+ };
1638
+ function createDefaultScrollbar (direction, interactive, type) {
1639
+ var scrollbar = document.createElement('div'),
1640
+ indicator = document.createElement('div');
1641
+
1642
+ if ( type === true ) {
1643
+ scrollbar.style.cssText = 'position:absolute;z-index:9999';
1644
+ indicator.style.cssText = '-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:absolute;background:rgba(0,0,0,0.5);border:1px solid rgba(255,255,255,0.9);border-radius:3px';
1645
+ }
1646
+
1647
+ indicator.className = 'iScrollIndicator';
1648
+
1649
+ if ( direction == 'h' ) {
1650
+ if ( type === true ) {
1651
+ scrollbar.style.cssText += ';height:7px;left:2px;right:2px;bottom:0';
1652
+ indicator.style.height = '100%';
1653
+ }
1654
+ scrollbar.className = 'iScrollHorizontalScrollbar';
1655
+ } else {
1656
+ if ( type === true ) {
1657
+ scrollbar.style.cssText += ';width:7px;bottom:2px;top:2px;right:1px';
1658
+ indicator.style.width = '100%';
1659
+ }
1660
+ scrollbar.className = 'iScrollVerticalScrollbar';
1661
+ }
1662
+
1663
+ scrollbar.style.cssText += ';overflow:hidden';
1664
+
1665
+ if ( !interactive ) {
1666
+ scrollbar.style.pointerEvents = 'none';
1667
+ }
1668
+
1669
+ scrollbar.appendChild(indicator);
1670
+
1671
+ return scrollbar;
1672
+ }
1673
+
1674
+ function Indicator (scroller, options) {
1675
+ this.wrapper = typeof options.el == 'string' ? document.querySelector(options.el) : options.el;
1676
+ this.wrapperStyle = this.wrapper.style;
1677
+ this.indicator = this.wrapper.children[0];
1678
+ this.indicatorStyle = this.indicator.style;
1679
+ this.scroller = scroller;
1680
+
1681
+ this.options = {
1682
+ listenX: true,
1683
+ listenY: true,
1684
+ interactive: false,
1685
+ resize: true,
1686
+ defaultScrollbars: false,
1687
+ shrink: false,
1688
+ fade: false,
1689
+ speedRatioX: 0,
1690
+ speedRatioY: 0
1691
+ };
1692
+
1693
+ for ( var i in options ) {
1694
+ this.options[i] = options[i];
1695
+ }
1696
+
1697
+ this.sizeRatioX = 1;
1698
+ this.sizeRatioY = 1;
1699
+ this.maxPosX = 0;
1700
+ this.maxPosY = 0;
1701
+
1702
+ if ( this.options.interactive ) {
1703
+ if ( !this.options.disableTouch ) {
1704
+ utils.addEvent(this.indicator, 'touchstart', this);
1705
+ utils.addEvent(window, 'touchend', this);
1706
+ }
1707
+ if ( !this.options.disablePointer ) {
1708
+ utils.addEvent(this.indicator, utils.prefixPointerEvent('pointerdown'), this);
1709
+ utils.addEvent(window, utils.prefixPointerEvent('pointerup'), this);
1710
+ }
1711
+ if ( !this.options.disableMouse ) {
1712
+ utils.addEvent(this.indicator, 'mousedown', this);
1713
+ utils.addEvent(window, 'mouseup', this);
1714
+ }
1715
+ }
1716
+
1717
+ if ( this.options.fade ) {
1718
+ this.wrapperStyle[utils.style.transform] = this.scroller.translateZ;
1719
+ var durationProp = utils.style.transitionDuration;
1720
+ this.wrapperStyle[durationProp] = utils.isBadAndroid ? '0.0001ms' : '0ms';
1721
+ // remove 0.0001ms
1722
+ var self = this;
1723
+ if(utils.isBadAndroid) {
1724
+ rAF(function() {
1725
+ if(self.wrapperStyle[durationProp] === '0.0001ms') {
1726
+ self.wrapperStyle[durationProp] = '0s';
1727
+ }
1728
+ });
1729
+ }
1730
+ this.wrapperStyle.opacity = '0';
1731
+ }
1732
+ }
1733
+
1734
+ Indicator.prototype = {
1735
+ handleEvent: function (e) {
1736
+ switch ( e.type ) {
1737
+ case 'touchstart':
1738
+ case 'pointerdown':
1739
+ case 'MSPointerDown':
1740
+ case 'mousedown':
1741
+ this._start(e);
1742
+ break;
1743
+ case 'touchmove':
1744
+ case 'pointermove':
1745
+ case 'MSPointerMove':
1746
+ case 'mousemove':
1747
+ this._move(e);
1748
+ break;
1749
+ case 'touchend':
1750
+ case 'pointerup':
1751
+ case 'MSPointerUp':
1752
+ case 'mouseup':
1753
+ case 'touchcancel':
1754
+ case 'pointercancel':
1755
+ case 'MSPointerCancel':
1756
+ case 'mousecancel':
1757
+ this._end(e);
1758
+ break;
1759
+ }
1760
+ },
1761
+
1762
+ destroy: function () {
1763
+ if ( this.options.fadeScrollbars ) {
1764
+ clearTimeout(this.fadeTimeout);
1765
+ this.fadeTimeout = null;
1766
+ }
1767
+ if ( this.options.interactive ) {
1768
+ utils.removeEvent(this.indicator, 'touchstart', this);
1769
+ utils.removeEvent(this.indicator, utils.prefixPointerEvent('pointerdown'), this);
1770
+ utils.removeEvent(this.indicator, 'mousedown', this);
1771
+
1772
+ utils.removeEvent(window, 'touchmove', this);
1773
+ utils.removeEvent(window, utils.prefixPointerEvent('pointermove'), this);
1774
+ utils.removeEvent(window, 'mousemove', this);
1775
+
1776
+ utils.removeEvent(window, 'touchend', this);
1777
+ utils.removeEvent(window, utils.prefixPointerEvent('pointerup'), this);
1778
+ utils.removeEvent(window, 'mouseup', this);
1779
+ }
1780
+
1781
+ if ( this.options.defaultScrollbars ) {
1782
+ this.wrapper.parentNode.removeChild(this.wrapper);
1783
+ }
1784
+ },
1785
+
1786
+ _start: function (e) {
1787
+ var point = e.touches ? e.touches[0] : e;
1788
+
1789
+ e.preventDefault();
1790
+ e.stopPropagation();
1791
+
1792
+ this.transitionTime();
1793
+
1794
+ this.initiated = true;
1795
+ this.moved = false;
1796
+ this.lastPointX = point.pageX;
1797
+ this.lastPointY = point.pageY;
1798
+
1799
+ this.startTime = utils.getTime();
1800
+
1801
+ if ( !this.options.disableTouch ) {
1802
+ utils.addEvent(window, 'touchmove', this);
1803
+ }
1804
+ if ( !this.options.disablePointer ) {
1805
+ utils.addEvent(window, utils.prefixPointerEvent('pointermove'), this);
1806
+ }
1807
+ if ( !this.options.disableMouse ) {
1808
+ utils.addEvent(window, 'mousemove', this);
1809
+ }
1810
+
1811
+ this.scroller._execEvent('beforeScrollStart');
1812
+ },
1813
+
1814
+ _move: function (e) {
1815
+ var point = e.touches ? e.touches[0] : e,
1816
+ deltaX, deltaY,
1817
+ newX, newY,
1818
+ timestamp = utils.getTime();
1819
+
1820
+ if ( !this.moved ) {
1821
+ this.scroller._execEvent('scrollStart');
1822
+ }
1823
+
1824
+ this.moved = true;
1825
+
1826
+ deltaX = point.pageX - this.lastPointX;
1827
+ this.lastPointX = point.pageX;
1828
+
1829
+ deltaY = point.pageY - this.lastPointY;
1830
+ this.lastPointY = point.pageY;
1831
+
1832
+ newX = this.x + deltaX;
1833
+ newY = this.y + deltaY;
1834
+
1835
+ this._pos(newX, newY);
1836
+
1837
+ // INSERT POINT: indicator._move
1838
+
1839
+ e.preventDefault();
1840
+ e.stopPropagation();
1841
+ },
1842
+
1843
+ _end: function (e) {
1844
+ if ( !this.initiated ) {
1845
+ return;
1846
+ }
1847
+
1848
+ this.initiated = false;
1849
+
1850
+ e.preventDefault();
1851
+ e.stopPropagation();
1852
+
1853
+ utils.removeEvent(window, 'touchmove', this);
1854
+ utils.removeEvent(window, utils.prefixPointerEvent('pointermove'), this);
1855
+ utils.removeEvent(window, 'mousemove', this);
1856
+
1857
+ if ( this.scroller.options.snap ) {
1858
+ var snap = this.scroller._nearestSnap(this.scroller.x, this.scroller.y);
1859
+
1860
+ var time = this.options.snapSpeed || Math.max(
1861
+ Math.max(
1862
+ Math.min(Math.abs(this.scroller.x - snap.x), 1000),
1863
+ Math.min(Math.abs(this.scroller.y - snap.y), 1000)
1864
+ ), 300);
1865
+
1866
+ if ( this.scroller.x != snap.x || this.scroller.y != snap.y ) {
1867
+ this.scroller.directionX = 0;
1868
+ this.scroller.directionY = 0;
1869
+ this.scroller.currentPage = snap;
1870
+ this.scroller.scrollTo(snap.x, snap.y, time, this.scroller.options.bounceEasing);
1871
+ }
1872
+ }
1873
+
1874
+ if ( this.moved ) {
1875
+ this.scroller._execEvent('scrollEnd');
1876
+ }
1877
+ },
1878
+
1879
+ transitionTime: function (time) {
1880
+ time = time || 0;
1881
+ var durationProp = utils.style.transitionDuration;
1882
+ this.indicatorStyle[durationProp] = time + 'ms';
1883
+
1884
+ if ( !time && utils.isBadAndroid ) {
1885
+ this.indicatorStyle[durationProp] = '0.0001ms';
1886
+ // remove 0.0001ms
1887
+ var self = this;
1888
+ rAF(function() {
1889
+ if(self.indicatorStyle[durationProp] === '0.0001ms') {
1890
+ self.indicatorStyle[durationProp] = '0s';
1891
+ }
1892
+ });
1893
+ }
1894
+ },
1895
+
1896
+ transitionTimingFunction: function (easing) {
1897
+ this.indicatorStyle[utils.style.transitionTimingFunction] = easing;
1898
+ },
1899
+
1900
+ refresh: function () {
1901
+ this.transitionTime();
1902
+
1903
+ if ( this.options.listenX && !this.options.listenY ) {
1904
+ this.indicatorStyle.display = this.scroller.hasHorizontalScroll ? 'block' : 'none';
1905
+ } else if ( this.options.listenY && !this.options.listenX ) {
1906
+ this.indicatorStyle.display = this.scroller.hasVerticalScroll ? 'block' : 'none';
1907
+ } else {
1908
+ this.indicatorStyle.display = this.scroller.hasHorizontalScroll || this.scroller.hasVerticalScroll ? 'block' : 'none';
1909
+ }
1910
+
1911
+ if ( this.scroller.hasHorizontalScroll && this.scroller.hasVerticalScroll ) {
1912
+ utils.addClass(this.wrapper, 'iScrollBothScrollbars');
1913
+ utils.removeClass(this.wrapper, 'iScrollLoneScrollbar');
1914
+
1915
+ if ( this.options.defaultScrollbars && this.options.customStyle ) {
1916
+ if ( this.options.listenX ) {
1917
+ this.wrapper.style.right = '8px';
1918
+ } else {
1919
+ this.wrapper.style.bottom = '8px';
1920
+ }
1921
+ }
1922
+ } else {
1923
+ utils.removeClass(this.wrapper, 'iScrollBothScrollbars');
1924
+ utils.addClass(this.wrapper, 'iScrollLoneScrollbar');
1925
+
1926
+ if ( this.options.defaultScrollbars && this.options.customStyle ) {
1927
+ if ( this.options.listenX ) {
1928
+ this.wrapper.style.right = '2px';
1929
+ } else {
1930
+ this.wrapper.style.bottom = '2px';
1931
+ }
1932
+ }
1933
+ }
1934
+
1935
+ var r = this.wrapper.offsetHeight; // force refresh
1936
+
1937
+ if ( this.options.listenX ) {
1938
+ this.wrapperWidth = this.wrapper.clientWidth;
1939
+ if ( this.options.resize ) {
1940
+ this.indicatorWidth = Math.max(Math.round(this.wrapperWidth * this.wrapperWidth / (this.scroller.scrollerWidth || this.wrapperWidth || 1)), 8);
1941
+ this.indicatorStyle.width = this.indicatorWidth + 'px';
1942
+ } else {
1943
+ this.indicatorWidth = this.indicator.clientWidth;
1944
+ }
1945
+
1946
+ this.maxPosX = this.wrapperWidth - this.indicatorWidth;
1947
+
1948
+ if ( this.options.shrink == 'clip' ) {
1949
+ this.minBoundaryX = -this.indicatorWidth + 8;
1950
+ this.maxBoundaryX = this.wrapperWidth - 8;
1951
+ } else {
1952
+ this.minBoundaryX = 0;
1953
+ this.maxBoundaryX = this.maxPosX;
1954
+ }
1955
+
1956
+ this.sizeRatioX = this.options.speedRatioX || (this.scroller.maxScrollX && (this.maxPosX / this.scroller.maxScrollX));
1957
+ }
1958
+
1959
+ if ( this.options.listenY ) {
1960
+ this.wrapperHeight = this.wrapper.clientHeight;
1961
+ if ( this.options.resize ) {
1962
+ this.indicatorHeight = Math.max(Math.round(this.wrapperHeight * this.wrapperHeight / (this.scroller.scrollerHeight || this.wrapperHeight || 1)), 8);
1963
+ this.indicatorStyle.height = this.indicatorHeight + 'px';
1964
+ } else {
1965
+ this.indicatorHeight = this.indicator.clientHeight;
1966
+ }
1967
+
1968
+ this.maxPosY = this.wrapperHeight - this.indicatorHeight;
1969
+
1970
+ if ( this.options.shrink == 'clip' ) {
1971
+ this.minBoundaryY = -this.indicatorHeight + 8;
1972
+ this.maxBoundaryY = this.wrapperHeight - 8;
1973
+ } else {
1974
+ this.minBoundaryY = 0;
1975
+ this.maxBoundaryY = this.maxPosY;
1976
+ }
1977
+
1978
+ this.maxPosY = this.wrapperHeight - this.indicatorHeight;
1979
+ this.sizeRatioY = this.options.speedRatioY || (this.scroller.maxScrollY && (this.maxPosY / this.scroller.maxScrollY));
1980
+ }
1981
+
1982
+ this.updatePosition();
1983
+ },
1984
+
1985
+ updatePosition: function () {
1986
+ var x = this.options.listenX && Math.round(this.sizeRatioX * this.scroller.x) || 0,
1987
+ y = this.options.listenY && Math.round(this.sizeRatioY * this.scroller.y) || 0;
1988
+
1989
+ if ( !this.options.ignoreBoundaries ) {
1990
+ if ( x < this.minBoundaryX ) {
1991
+ if ( this.options.shrink == 'scale' ) {
1992
+ this.width = Math.max(this.indicatorWidth + x, 8);
1993
+ this.indicatorStyle.width = this.width + 'px';
1994
+ }
1995
+ x = this.minBoundaryX;
1996
+ } else if ( x > this.maxBoundaryX ) {
1997
+ if ( this.options.shrink == 'scale' ) {
1998
+ this.width = Math.max(this.indicatorWidth - (x - this.maxPosX), 8);
1999
+ this.indicatorStyle.width = this.width + 'px';
2000
+ x = this.maxPosX + this.indicatorWidth - this.width;
2001
+ } else {
2002
+ x = this.maxBoundaryX;
2003
+ }
2004
+ } else if ( this.options.shrink == 'scale' && this.width != this.indicatorWidth ) {
2005
+ this.width = this.indicatorWidth;
2006
+ this.indicatorStyle.width = this.width + 'px';
2007
+ }
2008
+
2009
+ if ( y < this.minBoundaryY ) {
2010
+ if ( this.options.shrink == 'scale' ) {
2011
+ this.height = Math.max(this.indicatorHeight + y * 3, 8);
2012
+ this.indicatorStyle.height = this.height + 'px';
2013
+ }
2014
+ y = this.minBoundaryY;
2015
+ } else if ( y > this.maxBoundaryY ) {
2016
+ if ( this.options.shrink == 'scale' ) {
2017
+ this.height = Math.max(this.indicatorHeight - (y - this.maxPosY) * 3, 8);
2018
+ this.indicatorStyle.height = this.height + 'px';
2019
+ y = this.maxPosY + this.indicatorHeight - this.height;
2020
+ } else {
2021
+ y = this.maxBoundaryY;
2022
+ }
2023
+ } else if ( this.options.shrink == 'scale' && this.height != this.indicatorHeight ) {
2024
+ this.height = this.indicatorHeight;
2025
+ this.indicatorStyle.height = this.height + 'px';
2026
+ }
2027
+ }
2028
+
2029
+ this.x = x;
2030
+ this.y = y;
2031
+
2032
+ if ( this.scroller.options.useTransform ) {
2033
+ this.indicatorStyle[utils.style.transform] = 'translate(' + x + 'px,' + y + 'px)' + this.scroller.translateZ;
2034
+ } else {
2035
+ this.indicatorStyle.left = x + 'px';
2036
+ this.indicatorStyle.top = y + 'px';
2037
+ }
2038
+ },
2039
+
2040
+ _pos: function (x, y) {
2041
+ if ( x < 0 ) {
2042
+ x = 0;
2043
+ } else if ( x > this.maxPosX ) {
2044
+ x = this.maxPosX;
2045
+ }
2046
+
2047
+ if ( y < 0 ) {
2048
+ y = 0;
2049
+ } else if ( y > this.maxPosY ) {
2050
+ y = this.maxPosY;
2051
+ }
2052
+
2053
+ x = this.options.listenX ? Math.round(x / this.sizeRatioX) : this.scroller.x;
2054
+ y = this.options.listenY ? Math.round(y / this.sizeRatioY) : this.scroller.y;
2055
+
2056
+ this.scroller.scrollTo(x, y);
2057
+ },
2058
+
2059
+ fade: function (val, hold) {
2060
+ if ( hold && !this.visible ) {
2061
+ return;
2062
+ }
2063
+
2064
+ clearTimeout(this.fadeTimeout);
2065
+ this.fadeTimeout = null;
2066
+
2067
+ var time = val ? 250 : 500,
2068
+ delay = val ? 0 : 300;
2069
+
2070
+ val = val ? '1' : '0';
2071
+
2072
+ this.wrapperStyle[utils.style.transitionDuration] = time + 'ms';
2073
+
2074
+ this.fadeTimeout = setTimeout((function (val) {
2075
+ this.wrapperStyle.opacity = val;
2076
+ this.visible = +val;
2077
+ }).bind(this, val), delay);
2078
+ }
2079
+ };
2080
+
2081
+ IScroll.utils = utils;
2082
+
2083
+ if ( typeof module != 'undefined' && module.exports ) {
2084
+ module.exports = IScroll;
2085
+ } else if ( typeof define == 'function' && define.amd ) {
2086
+ define( function () { return IScroll; } );
2087
+ } else {
2088
+ window.IScroll = IScroll;
2089
+ }
2090
+
2091
+ })(window, document, Math);