@canonical/yui 3.18.2-pre

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 (1485) hide show
  1. package/AGENTS.md +50 -0
  2. package/BUILD.md +54 -0
  3. package/CONTRIBUTING.md +85 -0
  4. package/CONTRIBUTORS.md +30 -0
  5. package/Gruntfile.js +122 -0
  6. package/HISTORY.md +12 -0
  7. package/LICENSE.md +145 -0
  8. package/README.md +133 -0
  9. package/build/align-plugin/align-plugin-debug.js +193 -0
  10. package/build/align-plugin/align-plugin-min.js +1 -0
  11. package/build/align-plugin/align-plugin.js +193 -0
  12. package/build/anim-base/anim-base-debug.js +686 -0
  13. package/build/anim-base/anim-base-min.js +1 -0
  14. package/build/anim-base/anim-base.js +685 -0
  15. package/build/anim-color/anim-color-debug.js +53 -0
  16. package/build/anim-color/anim-color-min.js +1 -0
  17. package/build/anim-color/anim-color.js +53 -0
  18. package/build/anim-curve/anim-curve-debug.js +59 -0
  19. package/build/anim-curve/anim-curve-min.js +1 -0
  20. package/build/anim-curve/anim-curve.js +59 -0
  21. package/build/anim-easing/anim-easing-debug.js +365 -0
  22. package/build/anim-easing/anim-easing-min.js +1 -0
  23. package/build/anim-easing/anim-easing.js +365 -0
  24. package/build/anim-node-plugin/anim-node-plugin-debug.js +26 -0
  25. package/build/anim-node-plugin/anim-node-plugin-min.js +1 -0
  26. package/build/anim-node-plugin/anim-node-plugin.js +26 -0
  27. package/build/anim-scroll/anim-scroll-debug.js +38 -0
  28. package/build/anim-scroll/anim-scroll-min.js +1 -0
  29. package/build/anim-scroll/anim-scroll.js +38 -0
  30. package/build/anim-shape/anim-shape-debug.js +185 -0
  31. package/build/anim-shape/anim-shape-min.js +1 -0
  32. package/build/anim-shape/anim-shape.js +185 -0
  33. package/build/anim-xy/anim-xy-debug.js +26 -0
  34. package/build/anim-xy/anim-xy-min.js +1 -0
  35. package/build/anim-xy/anim-xy.js +26 -0
  36. package/build/app-base/app-base-debug.js +1116 -0
  37. package/build/app-base/app-base-min.js +1 -0
  38. package/build/app-base/app-base.js +1116 -0
  39. package/build/app-content/app-content-debug.js +235 -0
  40. package/build/app-content/app-content-min.js +1 -0
  41. package/build/app-content/app-content.js +235 -0
  42. package/build/app-transitions/app-transitions-debug.js +242 -0
  43. package/build/app-transitions/app-transitions-min.js +1 -0
  44. package/build/app-transitions/app-transitions.js +242 -0
  45. package/build/app-transitions-css/app-transitions-css-min.css +1 -0
  46. package/build/app-transitions-css/app-transitions-css.css +33 -0
  47. package/build/app-transitions-native/app-transitions-native-debug.js +353 -0
  48. package/build/app-transitions-native/app-transitions-native-min.js +1 -0
  49. package/build/app-transitions-native/app-transitions-native.js +353 -0
  50. package/build/array-extras/array-extras-debug.js +400 -0
  51. package/build/array-extras/array-extras-min.js +1 -0
  52. package/build/array-extras/array-extras.js +400 -0
  53. package/build/array-invoke/array-invoke-debug.js +40 -0
  54. package/build/array-invoke/array-invoke-min.js +1 -0
  55. package/build/array-invoke/array-invoke.js +40 -0
  56. package/build/arraylist/arraylist-debug.js +214 -0
  57. package/build/arraylist/arraylist-min.js +1 -0
  58. package/build/arraylist/arraylist.js +214 -0
  59. package/build/arraylist-add/arraylist-add-debug.js +87 -0
  60. package/build/arraylist-add/arraylist-add-min.js +1 -0
  61. package/build/arraylist-add/arraylist-add.js +87 -0
  62. package/build/arraylist-filter/arraylist-filter-debug.js +45 -0
  63. package/build/arraylist-filter/arraylist-filter-min.js +1 -0
  64. package/build/arraylist-filter/arraylist-filter.js +45 -0
  65. package/build/arraysort/arraysort-debug.js +181 -0
  66. package/build/arraysort/arraysort-min.js +1 -0
  67. package/build/arraysort/arraysort.js +181 -0
  68. package/build/async-queue/async-queue-debug.js +554 -0
  69. package/build/async-queue/async-queue-min.js +1 -0
  70. package/build/async-queue/async-queue.js +554 -0
  71. package/build/attribute-base/attribute-base-debug.js +110 -0
  72. package/build/attribute-base/attribute-base-min.js +1 -0
  73. package/build/attribute-base/attribute-base.js +110 -0
  74. package/build/attribute-complex/attribute-complex-debug.js +56 -0
  75. package/build/attribute-complex/attribute-complex-min.js +1 -0
  76. package/build/attribute-complex/attribute-complex.js +56 -0
  77. package/build/attribute-core/attribute-core-debug.js +1208 -0
  78. package/build/attribute-core/attribute-core-min.js +1 -0
  79. package/build/attribute-core/attribute-core.js +1196 -0
  80. package/build/attribute-extras/attribute-extras-debug.js +157 -0
  81. package/build/attribute-extras/attribute-extras-min.js +1 -0
  82. package/build/attribute-extras/attribute-extras.js +156 -0
  83. package/build/attribute-observable/attribute-observable-debug.js +237 -0
  84. package/build/attribute-observable/attribute-observable-min.js +1 -0
  85. package/build/attribute-observable/attribute-observable.js +236 -0
  86. package/build/autocomplete-base/autocomplete-base-debug.js +1557 -0
  87. package/build/autocomplete-base/autocomplete-base-min.js +2 -0
  88. package/build/autocomplete-base/autocomplete-base.js +1549 -0
  89. package/build/autocomplete-filters/autocomplete-filters-debug.js +239 -0
  90. package/build/autocomplete-filters/autocomplete-filters-min.js +1 -0
  91. package/build/autocomplete-filters/autocomplete-filters.js +239 -0
  92. package/build/autocomplete-filters-accentfold/autocomplete-filters-accentfold-debug.js +136 -0
  93. package/build/autocomplete-filters-accentfold/autocomplete-filters-accentfold-min.js +1 -0
  94. package/build/autocomplete-filters-accentfold/autocomplete-filters-accentfold.js +136 -0
  95. package/build/autocomplete-highlighters/autocomplete-highlighters-debug.js +199 -0
  96. package/build/autocomplete-highlighters/autocomplete-highlighters-min.js +1 -0
  97. package/build/autocomplete-highlighters/autocomplete-highlighters.js +199 -0
  98. package/build/autocomplete-highlighters-accentfold/autocomplete-highlighters-accentfold-debug.js +107 -0
  99. package/build/autocomplete-highlighters-accentfold/autocomplete-highlighters-accentfold-min.js +1 -0
  100. package/build/autocomplete-highlighters-accentfold/autocomplete-highlighters-accentfold.js +107 -0
  101. package/build/autocomplete-list/assets/autocomplete-list-core.css +27 -0
  102. package/build/autocomplete-list/assets/skins/night/autocomplete-list-skin.css +51 -0
  103. package/build/autocomplete-list/assets/skins/night/autocomplete-list.css +1 -0
  104. package/build/autocomplete-list/assets/skins/sam/autocomplete-list-skin.css +17 -0
  105. package/build/autocomplete-list/assets/skins/sam/autocomplete-list.css +1 -0
  106. package/build/autocomplete-list/autocomplete-list-debug.js +906 -0
  107. package/build/autocomplete-list/autocomplete-list-min.js +2 -0
  108. package/build/autocomplete-list/autocomplete-list.js +906 -0
  109. package/build/autocomplete-list/lang/autocomplete-list.js +1 -0
  110. package/build/autocomplete-list/lang/autocomplete-list_en.js +1 -0
  111. package/build/autocomplete-list/lang/autocomplete-list_es.js +1 -0
  112. package/build/autocomplete-list/lang/autocomplete-list_hu.js +1 -0
  113. package/build/autocomplete-list/lang/autocomplete-list_it.js +1 -0
  114. package/build/autocomplete-list-keys/autocomplete-list-keys-debug.js +186 -0
  115. package/build/autocomplete-list-keys/autocomplete-list-keys-min.js +1 -0
  116. package/build/autocomplete-list-keys/autocomplete-list-keys.js +186 -0
  117. package/build/autocomplete-plugin/autocomplete-plugin-debug.js +48 -0
  118. package/build/autocomplete-plugin/autocomplete-plugin-min.js +1 -0
  119. package/build/autocomplete-plugin/autocomplete-plugin.js +48 -0
  120. package/build/autocomplete-sources/autocomplete-sources-debug.js +475 -0
  121. package/build/autocomplete-sources/autocomplete-sources-min.js +1 -0
  122. package/build/autocomplete-sources/autocomplete-sources.js +475 -0
  123. package/build/axis/axis-debug.js +3173 -0
  124. package/build/axis/axis-min.js +5 -0
  125. package/build/axis/axis.js +3173 -0
  126. package/build/axis-base/axis-base-debug.js +901 -0
  127. package/build/axis-base/axis-base-min.js +1 -0
  128. package/build/axis-base/axis-base.js +901 -0
  129. package/build/axis-category/axis-category-debug.js +119 -0
  130. package/build/axis-category/axis-category-min.js +1 -0
  131. package/build/axis-category/axis-category.js +119 -0
  132. package/build/axis-category-base/axis-category-base-debug.js +247 -0
  133. package/build/axis-category-base/axis-category-base-min.js +1 -0
  134. package/build/axis-category-base/axis-category-base.js +247 -0
  135. package/build/axis-numeric/axis-numeric-debug.js +140 -0
  136. package/build/axis-numeric/axis-numeric-min.js +1 -0
  137. package/build/axis-numeric/axis-numeric.js +140 -0
  138. package/build/axis-numeric-base/axis-numeric-base-debug.js +721 -0
  139. package/build/axis-numeric-base/axis-numeric-base-min.js +1 -0
  140. package/build/axis-numeric-base/axis-numeric-base.js +721 -0
  141. package/build/axis-stacked/axis-stacked-debug.js +23 -0
  142. package/build/axis-stacked/axis-stacked-min.js +1 -0
  143. package/build/axis-stacked/axis-stacked.js +23 -0
  144. package/build/axis-stacked-base/axis-stacked-base-debug.js +133 -0
  145. package/build/axis-stacked-base/axis-stacked-base-min.js +1 -0
  146. package/build/axis-stacked-base/axis-stacked-base.js +133 -0
  147. package/build/axis-time/axis-time-debug.js +91 -0
  148. package/build/axis-time/axis-time-min.js +1 -0
  149. package/build/axis-time/axis-time.js +91 -0
  150. package/build/axis-time-base/axis-time-base-debug.js +352 -0
  151. package/build/axis-time-base/axis-time-base-min.js +1 -0
  152. package/build/axis-time-base/axis-time-base.js +352 -0
  153. package/build/base-base/base-base-debug.js +184 -0
  154. package/build/base-base/base-base-min.js +1 -0
  155. package/build/base-base/base-base.js +184 -0
  156. package/build/base-build/base-build-debug.js +453 -0
  157. package/build/base-build/base-build-min.js +1 -0
  158. package/build/base-build/base-build.js +453 -0
  159. package/build/base-core/base-core-debug.js +838 -0
  160. package/build/base-core/base-core-min.js +1 -0
  161. package/build/base-core/base-core.js +832 -0
  162. package/build/base-observable/base-observable-debug.js +221 -0
  163. package/build/base-observable/base-observable-min.js +1 -0
  164. package/build/base-observable/base-observable.js +220 -0
  165. package/build/base-pluginhost/base-pluginhost-debug.js +36 -0
  166. package/build/base-pluginhost/base-pluginhost-min.js +1 -0
  167. package/build/base-pluginhost/base-pluginhost.js +36 -0
  168. package/build/button/button-debug.js +332 -0
  169. package/build/button/button-min.js +1 -0
  170. package/build/button/button.js +332 -0
  171. package/build/button-core/button-core-debug.js +399 -0
  172. package/build/button-core/button-core-min.js +1 -0
  173. package/build/button-core/button-core.js +399 -0
  174. package/build/button-group/button-group-debug.js +194 -0
  175. package/build/button-group/button-group-min.js +1 -0
  176. package/build/button-group/button-group.js +194 -0
  177. package/build/button-plugin/button-plugin-debug.js +134 -0
  178. package/build/button-plugin/button-plugin-min.js +1 -0
  179. package/build/button-plugin/button-plugin.js +134 -0
  180. package/build/cache-base/cache-base-debug.js +442 -0
  181. package/build/cache-base/cache-base-min.js +1 -0
  182. package/build/cache-base/cache-base.js +432 -0
  183. package/build/cache-offline/cache-offline-debug.js +341 -0
  184. package/build/cache-offline/cache-offline-min.js +1 -0
  185. package/build/cache-offline/cache-offline.js +333 -0
  186. package/build/cache-plugin/cache-plugin-debug.js +53 -0
  187. package/build/cache-plugin/cache-plugin-min.js +1 -0
  188. package/build/cache-plugin/cache-plugin.js +53 -0
  189. package/build/calendar/assets/calendar-core.css +31 -0
  190. package/build/calendar/assets/skins/night/calendar-skin.css +7 -0
  191. package/build/calendar/assets/skins/night/calendar.css +1 -0
  192. package/build/calendar/assets/skins/sam/calendar-skin.css +7 -0
  193. package/build/calendar/assets/skins/sam/calendar.css +1 -0
  194. package/build/calendar/calendar-debug.js +610 -0
  195. package/build/calendar/calendar-min.js +2 -0
  196. package/build/calendar/calendar.js +610 -0
  197. package/build/calendar-base/assets/calendar-base-core.css +21 -0
  198. package/build/calendar-base/assets/skins/night/calendar-base-skin.css +92 -0
  199. package/build/calendar-base/assets/skins/night/calendar-base.css +1 -0
  200. package/build/calendar-base/assets/skins/sam/calendar-base-skin.css +98 -0
  201. package/build/calendar-base/assets/skins/sam/calendar-base.css +1 -0
  202. package/build/calendar-base/calendar-base-debug.js +1719 -0
  203. package/build/calendar-base/calendar-base-min.js +3 -0
  204. package/build/calendar-base/calendar-base.js +1719 -0
  205. package/build/calendar-base/lang/calendar-base.js +1 -0
  206. package/build/calendar-base/lang/calendar-base_de.js +1 -0
  207. package/build/calendar-base/lang/calendar-base_en.js +1 -0
  208. package/build/calendar-base/lang/calendar-base_es-AR.js +1 -0
  209. package/build/calendar-base/lang/calendar-base_es.js +1 -0
  210. package/build/calendar-base/lang/calendar-base_fr.js +1 -0
  211. package/build/calendar-base/lang/calendar-base_hu.js +1 -0
  212. package/build/calendar-base/lang/calendar-base_it.js +1 -0
  213. package/build/calendar-base/lang/calendar-base_ja.js +1 -0
  214. package/build/calendar-base/lang/calendar-base_nb-NO.js +1 -0
  215. package/build/calendar-base/lang/calendar-base_nl.js +1 -0
  216. package/build/calendar-base/lang/calendar-base_pt-BR.js +1 -0
  217. package/build/calendar-base/lang/calendar-base_ru.js +1 -0
  218. package/build/calendar-base/lang/calendar-base_zh-HANT-TW.js +1 -0
  219. package/build/calendar-base/lang/calendar-base_zh-Hans-CN.js +1 -0
  220. package/build/calendar-base/lang/calendar-base_zh-Hans.js +1 -0
  221. package/build/calendar-base/lang/calendar-base_zh-Hant-HK.js +1 -0
  222. package/build/calendar-base/lang/calendar-base_zh-Hant.js +1 -0
  223. package/build/calendarnavigator/assets/calendarnavigator-core.css +18 -0
  224. package/build/calendarnavigator/assets/skins/night/calendarnavigator-skin.css +78 -0
  225. package/build/calendarnavigator/assets/skins/night/calendarnavigator.css +1 -0
  226. package/build/calendarnavigator/assets/skins/sam/calendarnavigator-skin.css +78 -0
  227. package/build/calendarnavigator/assets/skins/sam/calendarnavigator.css +1 -0
  228. package/build/calendarnavigator/calendarnavigator-debug.js +297 -0
  229. package/build/calendarnavigator/calendarnavigator-min.js +1 -0
  230. package/build/calendarnavigator/calendarnavigator.js +297 -0
  231. package/build/charts-base/charts-base-debug.js +5181 -0
  232. package/build/charts-base/charts-base-min.js +8 -0
  233. package/build/charts-base/charts-base.js +5181 -0
  234. package/build/charts-legend/charts-legend-debug.js +1703 -0
  235. package/build/charts-legend/charts-legend-min.js +3 -0
  236. package/build/charts-legend/charts-legend.js +1703 -0
  237. package/build/classnamemanager/classnamemanager-debug.js +84 -0
  238. package/build/classnamemanager/classnamemanager-min.js +1 -0
  239. package/build/classnamemanager/classnamemanager.js +84 -0
  240. package/build/clickable-rail/clickable-rail-debug.js +212 -0
  241. package/build/clickable-rail/clickable-rail-min.js +1 -0
  242. package/build/clickable-rail/clickable-rail.js +212 -0
  243. package/build/color-base/color-base-debug.js +492 -0
  244. package/build/color-base/color-base-min.js +1 -0
  245. package/build/color-base/color-base.js +492 -0
  246. package/build/color-harmony/color-harmony-debug.js +569 -0
  247. package/build/color-harmony/color-harmony-min.js +1 -0
  248. package/build/color-harmony/color-harmony.js +568 -0
  249. package/build/color-hsl/color-hsl-debug.js +218 -0
  250. package/build/color-hsl/color-hsl-min.js +1 -0
  251. package/build/color-hsl/color-hsl.js +218 -0
  252. package/build/color-hsv/color-hsv-debug.js +182 -0
  253. package/build/color-hsv/color-hsv-min.js +1 -0
  254. package/build/color-hsv/color-hsv.js +182 -0
  255. package/build/console/assets/console-core.css +0 -0
  256. package/build/console/assets/skins/sam/bg.png +0 -0
  257. package/build/console/assets/skins/sam/console-skin.css +185 -0
  258. package/build/console/assets/skins/sam/console.css +1 -0
  259. package/build/console/assets/skins/sam/warn_error.png +0 -0
  260. package/build/console/assets/warn_error.png +0 -0
  261. package/build/console/console-debug.js +1517 -0
  262. package/build/console/console-min.js +2 -0
  263. package/build/console/console.js +1517 -0
  264. package/build/console/lang/console.js +1 -0
  265. package/build/console/lang/console_en.js +1 -0
  266. package/build/console/lang/console_es.js +1 -0
  267. package/build/console/lang/console_hu.js +1 -0
  268. package/build/console/lang/console_it.js +1 -0
  269. package/build/console/lang/console_ja.js +1 -0
  270. package/build/console-filters/assets/console-filters-core.css +0 -0
  271. package/build/console-filters/assets/skins/sam/console-filters-skin.css +27 -0
  272. package/build/console-filters/assets/skins/sam/console-filters.css +1 -0
  273. package/build/console-filters/console-filters-debug.js +723 -0
  274. package/build/console-filters/console-filters-min.js +1 -0
  275. package/build/console-filters/console-filters.js +723 -0
  276. package/build/content-editable/content-editable-debug.js +808 -0
  277. package/build/content-editable/content-editable-min.js +1 -0
  278. package/build/content-editable/content-editable.js +797 -0
  279. package/build/cookie/cookie-debug.js +508 -0
  280. package/build/cookie/cookie-min.js +1 -0
  281. package/build/cookie/cookie.js +508 -0
  282. package/build/createlink-base/createlink-base-debug.js +86 -0
  283. package/build/createlink-base/createlink-base-min.js +1 -0
  284. package/build/createlink-base/createlink-base.js +85 -0
  285. package/build/cssbase/cssbase-min.css +1 -0
  286. package/build/cssbase/cssbase.css +77 -0
  287. package/build/cssbase-context/cssbase-context-min.css +1 -0
  288. package/build/cssbase-context/cssbase-context.css +76 -0
  289. package/build/cssbutton/cssbutton-min.css +1 -0
  290. package/build/cssbutton/cssbutton.css +147 -0
  291. package/build/cssfonts/cssfonts-min.css +1 -0
  292. package/build/cssfonts/cssfonts.css +43 -0
  293. package/build/cssfonts-context/cssfonts-context-min.css +1 -0
  294. package/build/cssfonts-context/cssfonts-context.css +43 -0
  295. package/build/cssgrids/cssgrids-min.css +11 -0
  296. package/build/cssgrids/cssgrids.css +298 -0
  297. package/build/cssgrids-base/cssgrids-base-min.css +6 -0
  298. package/build/cssgrids-base/cssgrids-base.css +80 -0
  299. package/build/cssgrids-responsive/cssgrids-responsive-min.css +6 -0
  300. package/build/cssgrids-responsive/cssgrids-responsive.css +398 -0
  301. package/build/cssgrids-units/cssgrids-units-min.css +6 -0
  302. package/build/cssgrids-units/cssgrids-units.css +221 -0
  303. package/build/cssnormalize/cssnormalize-min.css +9 -0
  304. package/build/cssnormalize/cssnormalize.css +584 -0
  305. package/build/cssnormalize-context/cssnormalize-context-min.css +9 -0
  306. package/build/cssnormalize-context/cssnormalize-context.css +584 -0
  307. package/build/cssreset/cssreset-min.css +1 -0
  308. package/build/cssreset/cssreset.css +116 -0
  309. package/build/cssreset-context/cssreset-context-min.css +1 -0
  310. package/build/cssreset-context/cssreset-context.css +121 -0
  311. package/build/dataschema-array/dataschema-array-debug.js +189 -0
  312. package/build/dataschema-array/dataschema-array-min.js +1 -0
  313. package/build/dataschema-array/dataschema-array.js +186 -0
  314. package/build/dataschema-base/dataschema-base-debug.js +67 -0
  315. package/build/dataschema-base/dataschema-base-min.js +1 -0
  316. package/build/dataschema-base/dataschema-base.js +66 -0
  317. package/build/dataschema-json/dataschema-json-debug.js +443 -0
  318. package/build/dataschema-json/dataschema-json-min.js +1 -0
  319. package/build/dataschema-json/dataschema-json.js +439 -0
  320. package/build/dataschema-text/dataschema-text-debug.js +183 -0
  321. package/build/dataschema-text/dataschema-text-min.js +1 -0
  322. package/build/dataschema-text/dataschema-text.js +182 -0
  323. package/build/dataschema-xml/dataschema-xml-debug.js +385 -0
  324. package/build/dataschema-xml/dataschema-xml-min.js +1 -0
  325. package/build/dataschema-xml/dataschema-xml.js +383 -0
  326. package/build/datasource-arrayschema/datasource-arrayschema-debug.js +106 -0
  327. package/build/datasource-arrayschema/datasource-arrayschema-min.js +1 -0
  328. package/build/datasource-arrayschema/datasource-arrayschema.js +106 -0
  329. package/build/datasource-cache/datasource-cache-debug.js +166 -0
  330. package/build/datasource-cache/datasource-cache-min.js +1 -0
  331. package/build/datasource-cache/datasource-cache.js +166 -0
  332. package/build/datasource-function/datasource-function-debug.js +108 -0
  333. package/build/datasource-function/datasource-function-min.js +1 -0
  334. package/build/datasource-function/datasource-function.js +106 -0
  335. package/build/datasource-get/datasource-get-debug.js +213 -0
  336. package/build/datasource-get/datasource-get-min.js +1 -0
  337. package/build/datasource-get/datasource-get.js +209 -0
  338. package/build/datasource-io/datasource-io-debug.js +204 -0
  339. package/build/datasource-io/datasource-io-min.js +1 -0
  340. package/build/datasource-io/datasource-io.js +201 -0
  341. package/build/datasource-jsonschema/datasource-jsonschema-debug.js +103 -0
  342. package/build/datasource-jsonschema/datasource-jsonschema-min.js +1 -0
  343. package/build/datasource-jsonschema/datasource-jsonschema.js +103 -0
  344. package/build/datasource-local/datasource-local-debug.js +402 -0
  345. package/build/datasource-local/datasource-local-min.js +1 -0
  346. package/build/datasource-local/datasource-local.js +398 -0
  347. package/build/datasource-polling/datasource-polling-debug.js +93 -0
  348. package/build/datasource-polling/datasource-polling-min.js +1 -0
  349. package/build/datasource-polling/datasource-polling.js +93 -0
  350. package/build/datasource-textschema/datasource-textschema-debug.js +102 -0
  351. package/build/datasource-textschema/datasource-textschema-min.js +1 -0
  352. package/build/datasource-textschema/datasource-textschema.js +102 -0
  353. package/build/datasource-xmlschema/datasource-xmlschema-debug.js +102 -0
  354. package/build/datasource-xmlschema/datasource-xmlschema-min.js +1 -0
  355. package/build/datasource-xmlschema/datasource-xmlschema.js +102 -0
  356. package/build/datatable-base/assets/datatable-base-core.css +4 -0
  357. package/build/datatable-base/assets/skins/night/datatable-base-skin.css +74 -0
  358. package/build/datatable-base/assets/skins/night/datatable-base.css +1 -0
  359. package/build/datatable-base/assets/skins/sam/datatable-base-skin.css +69 -0
  360. package/build/datatable-base/assets/skins/sam/datatable-base.css +1 -0
  361. package/build/datatable-base/datatable-base-debug.js +694 -0
  362. package/build/datatable-base/datatable-base-min.js +1 -0
  363. package/build/datatable-base/datatable-base.js +694 -0
  364. package/build/datatable-body/datatable-body-debug.js +1211 -0
  365. package/build/datatable-body/datatable-body-min.js +2 -0
  366. package/build/datatable-body/datatable-body.js +1211 -0
  367. package/build/datatable-column-widths/datatable-column-widths-debug.js +323 -0
  368. package/build/datatable-column-widths/datatable-column-widths-min.js +1 -0
  369. package/build/datatable-column-widths/datatable-column-widths.js +323 -0
  370. package/build/datatable-core/datatable-core-debug.js +1321 -0
  371. package/build/datatable-core/datatable-core-min.js +1 -0
  372. package/build/datatable-core/datatable-core.js +1319 -0
  373. package/build/datatable-datasource/datatable-datasource-debug.js +180 -0
  374. package/build/datatable-datasource/datatable-datasource-min.js +1 -0
  375. package/build/datatable-datasource/datatable-datasource.js +180 -0
  376. package/build/datatable-foot/datatable-foot-debug.js +112 -0
  377. package/build/datatable-foot/datatable-foot-min.js +1 -0
  378. package/build/datatable-foot/datatable-foot.js +112 -0
  379. package/build/datatable-formatters/datatable-formatters-debug.js +563 -0
  380. package/build/datatable-formatters/datatable-formatters-min.js +1 -0
  381. package/build/datatable-formatters/datatable-formatters.js +563 -0
  382. package/build/datatable-head/datatable-head-debug.js +532 -0
  383. package/build/datatable-head/datatable-head-min.js +1 -0
  384. package/build/datatable-head/datatable-head.js +532 -0
  385. package/build/datatable-highlight/assets/datatable-highlight-core.css +26 -0
  386. package/build/datatable-highlight/assets/skins/night/datatable-highlight-skin.css +11 -0
  387. package/build/datatable-highlight/assets/skins/night/datatable-highlight.css +1 -0
  388. package/build/datatable-highlight/assets/skins/sam/datatable-highlight-skin.css +11 -0
  389. package/build/datatable-highlight/assets/skins/sam/datatable-highlight.css +1 -0
  390. package/build/datatable-highlight/datatable-highlight-debug.js +282 -0
  391. package/build/datatable-highlight/datatable-highlight-min.js +1 -0
  392. package/build/datatable-highlight/datatable-highlight.js +282 -0
  393. package/build/datatable-keynav/datatable-keynav-debug.js +706 -0
  394. package/build/datatable-keynav/datatable-keynav-min.js +2 -0
  395. package/build/datatable-keynav/datatable-keynav.js +706 -0
  396. package/build/datatable-message/assets/datatable-message-core.css +8 -0
  397. package/build/datatable-message/assets/skins/night/datatable-message-skin.css +6 -0
  398. package/build/datatable-message/assets/skins/night/datatable-message.css +1 -0
  399. package/build/datatable-message/assets/skins/sam/datatable-message-skin.css +5 -0
  400. package/build/datatable-message/assets/skins/sam/datatable-message.css +1 -0
  401. package/build/datatable-message/datatable-message-debug.js +290 -0
  402. package/build/datatable-message/datatable-message-min.js +1 -0
  403. package/build/datatable-message/datatable-message.js +290 -0
  404. package/build/datatable-message/lang/datatable-message.js +1 -0
  405. package/build/datatable-message/lang/datatable-message_en.js +1 -0
  406. package/build/datatable-message/lang/datatable-message_es.js +1 -0
  407. package/build/datatable-message/lang/datatable-message_fr.js +1 -0
  408. package/build/datatable-message/lang/datatable-message_hu.js +1 -0
  409. package/build/datatable-message/lang/datatable-message_it.js +1 -0
  410. package/build/datatable-mutable/datatable-mutable-debug.js +635 -0
  411. package/build/datatable-mutable/datatable-mutable-min.js +1 -0
  412. package/build/datatable-mutable/datatable-mutable.js +630 -0
  413. package/build/datatable-paginator/assets/datatable-paginator-core.css +58 -0
  414. package/build/datatable-paginator/assets/skins/night/datatable-paginator-skin.css +35 -0
  415. package/build/datatable-paginator/assets/skins/night/datatable-paginator.css +1 -0
  416. package/build/datatable-paginator/assets/skins/sam/datatable-paginator-skin.css +36 -0
  417. package/build/datatable-paginator/assets/skins/sam/datatable-paginator.css +1 -0
  418. package/build/datatable-paginator/datatable-paginator-debug.js +995 -0
  419. package/build/datatable-paginator/datatable-paginator-min.js +2 -0
  420. package/build/datatable-paginator/datatable-paginator.js +995 -0
  421. package/build/datatable-paginator/lang/datatable-paginator.js +1 -0
  422. package/build/datatable-paginator/lang/datatable-paginator_en.js +1 -0
  423. package/build/datatable-paginator/lang/datatable-paginator_fr.js +1 -0
  424. package/build/datatable-paginator-templates/datatable-paginator-templates-debug.js +87 -0
  425. package/build/datatable-paginator-templates/datatable-paginator-templates-min.js +1 -0
  426. package/build/datatable-paginator-templates/datatable-paginator-templates.js +87 -0
  427. package/build/datatable-scroll/assets/datatable-scroll-core.css +71 -0
  428. package/build/datatable-scroll/assets/skins/night/datatable-scroll-skin.css +25 -0
  429. package/build/datatable-scroll/assets/skins/night/datatable-scroll.css +1 -0
  430. package/build/datatable-scroll/assets/skins/sam/datatable-scroll-skin.css +24 -0
  431. package/build/datatable-scroll/assets/skins/sam/datatable-scroll.css +1 -0
  432. package/build/datatable-scroll/datatable-scroll-debug.js +1386 -0
  433. package/build/datatable-scroll/datatable-scroll-min.js +2 -0
  434. package/build/datatable-scroll/datatable-scroll.js +1386 -0
  435. package/build/datatable-sort/assets/datatable-sort-core.css +17 -0
  436. package/build/datatable-sort/assets/skins/night/datatable-sort-skin.css +85 -0
  437. package/build/datatable-sort/assets/skins/night/datatable-sort.css +1 -0
  438. package/build/datatable-sort/assets/skins/night/sort-arrow-sprite-ie.png +0 -0
  439. package/build/datatable-sort/assets/skins/night/sort-arrow-sprite.png +0 -0
  440. package/build/datatable-sort/assets/skins/sam/datatable-sort-skin.css +43 -0
  441. package/build/datatable-sort/assets/skins/sam/datatable-sort.css +1 -0
  442. package/build/datatable-sort/assets/skins/sam/sort-arrow-sprite-ie.png +0 -0
  443. package/build/datatable-sort/assets/skins/sam/sort-arrow-sprite.png +0 -0
  444. package/build/datatable-sort/datatable-sort-debug.js +979 -0
  445. package/build/datatable-sort/datatable-sort-min.js +1 -0
  446. package/build/datatable-sort/datatable-sort.js +979 -0
  447. package/build/datatable-sort/lang/datatable-sort.js +1 -0
  448. package/build/datatable-sort/lang/datatable-sort_en.js +1 -0
  449. package/build/datatable-sort/lang/datatable-sort_es.js +1 -0
  450. package/build/datatable-sort/lang/datatable-sort_fr.js +1 -0
  451. package/build/datatable-sort/lang/datatable-sort_hu.js +1 -0
  452. package/build/datatable-table/datatable-table-debug.js +755 -0
  453. package/build/datatable-table/datatable-table-min.js +1 -0
  454. package/build/datatable-table/datatable-table.js +755 -0
  455. package/build/datatype-date-format/datatype-date-format-debug.js +387 -0
  456. package/build/datatype-date-format/datatype-date-format-min.js +1 -0
  457. package/build/datatype-date-format/datatype-date-format.js +385 -0
  458. package/build/datatype-date-format/lang/datatype-date-format.js +1 -0
  459. package/build/datatype-date-format/lang/datatype-date-format_ar-JO.js +1 -0
  460. package/build/datatype-date-format/lang/datatype-date-format_ar.js +1 -0
  461. package/build/datatype-date-format/lang/datatype-date-format_ca-ES.js +1 -0
  462. package/build/datatype-date-format/lang/datatype-date-format_ca.js +1 -0
  463. package/build/datatype-date-format/lang/datatype-date-format_da-DK.js +1 -0
  464. package/build/datatype-date-format/lang/datatype-date-format_da.js +1 -0
  465. package/build/datatype-date-format/lang/datatype-date-format_de-AT.js +1 -0
  466. package/build/datatype-date-format/lang/datatype-date-format_de-DE.js +1 -0
  467. package/build/datatype-date-format/lang/datatype-date-format_de.js +1 -0
  468. package/build/datatype-date-format/lang/datatype-date-format_el-GR.js +1 -0
  469. package/build/datatype-date-format/lang/datatype-date-format_el.js +1 -0
  470. package/build/datatype-date-format/lang/datatype-date-format_en-AU.js +1 -0
  471. package/build/datatype-date-format/lang/datatype-date-format_en-CA.js +1 -0
  472. package/build/datatype-date-format/lang/datatype-date-format_en-GB.js +1 -0
  473. package/build/datatype-date-format/lang/datatype-date-format_en-IE.js +1 -0
  474. package/build/datatype-date-format/lang/datatype-date-format_en-IN.js +1 -0
  475. package/build/datatype-date-format/lang/datatype-date-format_en-JO.js +1 -0
  476. package/build/datatype-date-format/lang/datatype-date-format_en-MY.js +1 -0
  477. package/build/datatype-date-format/lang/datatype-date-format_en-NZ.js +1 -0
  478. package/build/datatype-date-format/lang/datatype-date-format_en-PH.js +1 -0
  479. package/build/datatype-date-format/lang/datatype-date-format_en-SG.js +1 -0
  480. package/build/datatype-date-format/lang/datatype-date-format_en-US.js +1 -0
  481. package/build/datatype-date-format/lang/datatype-date-format_en.js +1 -0
  482. package/build/datatype-date-format/lang/datatype-date-format_es-AR.js +1 -0
  483. package/build/datatype-date-format/lang/datatype-date-format_es-BO.js +1 -0
  484. package/build/datatype-date-format/lang/datatype-date-format_es-CL.js +1 -0
  485. package/build/datatype-date-format/lang/datatype-date-format_es-CO.js +1 -0
  486. package/build/datatype-date-format/lang/datatype-date-format_es-EC.js +1 -0
  487. package/build/datatype-date-format/lang/datatype-date-format_es-ES.js +1 -0
  488. package/build/datatype-date-format/lang/datatype-date-format_es-MX.js +1 -0
  489. package/build/datatype-date-format/lang/datatype-date-format_es-PE.js +1 -0
  490. package/build/datatype-date-format/lang/datatype-date-format_es-PY.js +1 -0
  491. package/build/datatype-date-format/lang/datatype-date-format_es-US.js +1 -0
  492. package/build/datatype-date-format/lang/datatype-date-format_es-UY.js +1 -0
  493. package/build/datatype-date-format/lang/datatype-date-format_es-VE.js +1 -0
  494. package/build/datatype-date-format/lang/datatype-date-format_es.js +1 -0
  495. package/build/datatype-date-format/lang/datatype-date-format_fi-FI.js +1 -0
  496. package/build/datatype-date-format/lang/datatype-date-format_fi.js +1 -0
  497. package/build/datatype-date-format/lang/datatype-date-format_fr-BE.js +1 -0
  498. package/build/datatype-date-format/lang/datatype-date-format_fr-CA.js +1 -0
  499. package/build/datatype-date-format/lang/datatype-date-format_fr-FR.js +1 -0
  500. package/build/datatype-date-format/lang/datatype-date-format_fr.js +1 -0
  501. package/build/datatype-date-format/lang/datatype-date-format_hi-IN.js +1 -0
  502. package/build/datatype-date-format/lang/datatype-date-format_hi.js +1 -0
  503. package/build/datatype-date-format/lang/datatype-date-format_hu.js +1 -0
  504. package/build/datatype-date-format/lang/datatype-date-format_id-ID.js +1 -0
  505. package/build/datatype-date-format/lang/datatype-date-format_id.js +1 -0
  506. package/build/datatype-date-format/lang/datatype-date-format_it-IT.js +1 -0
  507. package/build/datatype-date-format/lang/datatype-date-format_it.js +1 -0
  508. package/build/datatype-date-format/lang/datatype-date-format_ja-JP.js +1 -0
  509. package/build/datatype-date-format/lang/datatype-date-format_ja.js +1 -0
  510. package/build/datatype-date-format/lang/datatype-date-format_ko-KR.js +1 -0
  511. package/build/datatype-date-format/lang/datatype-date-format_ko.js +1 -0
  512. package/build/datatype-date-format/lang/datatype-date-format_ms-MY.js +1 -0
  513. package/build/datatype-date-format/lang/datatype-date-format_ms.js +1 -0
  514. package/build/datatype-date-format/lang/datatype-date-format_nb-NO.js +1 -0
  515. package/build/datatype-date-format/lang/datatype-date-format_nb.js +1 -0
  516. package/build/datatype-date-format/lang/datatype-date-format_nl-BE.js +1 -0
  517. package/build/datatype-date-format/lang/datatype-date-format_nl-NL.js +1 -0
  518. package/build/datatype-date-format/lang/datatype-date-format_nl.js +1 -0
  519. package/build/datatype-date-format/lang/datatype-date-format_pl-PL.js +1 -0
  520. package/build/datatype-date-format/lang/datatype-date-format_pl.js +1 -0
  521. package/build/datatype-date-format/lang/datatype-date-format_pt-BR.js +1 -0
  522. package/build/datatype-date-format/lang/datatype-date-format_pt.js +1 -0
  523. package/build/datatype-date-format/lang/datatype-date-format_ro-RO.js +1 -0
  524. package/build/datatype-date-format/lang/datatype-date-format_ro.js +1 -0
  525. package/build/datatype-date-format/lang/datatype-date-format_ru-RU.js +1 -0
  526. package/build/datatype-date-format/lang/datatype-date-format_ru.js +1 -0
  527. package/build/datatype-date-format/lang/datatype-date-format_sv-SE.js +1 -0
  528. package/build/datatype-date-format/lang/datatype-date-format_sv.js +1 -0
  529. package/build/datatype-date-format/lang/datatype-date-format_th-TH.js +1 -0
  530. package/build/datatype-date-format/lang/datatype-date-format_th.js +1 -0
  531. package/build/datatype-date-format/lang/datatype-date-format_tr-TR.js +1 -0
  532. package/build/datatype-date-format/lang/datatype-date-format_tr.js +1 -0
  533. package/build/datatype-date-format/lang/datatype-date-format_vi-VN.js +1 -0
  534. package/build/datatype-date-format/lang/datatype-date-format_vi.js +1 -0
  535. package/build/datatype-date-format/lang/datatype-date-format_zh-Hans-CN.js +1 -0
  536. package/build/datatype-date-format/lang/datatype-date-format_zh-Hans.js +1 -0
  537. package/build/datatype-date-format/lang/datatype-date-format_zh-Hant-HK.js +1 -0
  538. package/build/datatype-date-format/lang/datatype-date-format_zh-Hant-TW.js +1 -0
  539. package/build/datatype-date-format/lang/datatype-date-format_zh-Hant.js +1 -0
  540. package/build/datatype-date-math/datatype-date-math-debug.js +208 -0
  541. package/build/datatype-date-math/datatype-date-math-min.js +1 -0
  542. package/build/datatype-date-math/datatype-date-math.js +207 -0
  543. package/build/datatype-date-parse/datatype-date-parse-debug.js +36 -0
  544. package/build/datatype-date-parse/datatype-date-parse-min.js +1 -0
  545. package/build/datatype-date-parse/datatype-date-parse.js +35 -0
  546. package/build/datatype-number-format/datatype-number-format-debug.js +109 -0
  547. package/build/datatype-number-format/datatype-number-format-min.js +1 -0
  548. package/build/datatype-number-format/datatype-number-format.js +108 -0
  549. package/build/datatype-number-parse/datatype-number-parse-debug.js +105 -0
  550. package/build/datatype-number-parse/datatype-number-parse-min.js +1 -0
  551. package/build/datatype-number-parse/datatype-number-parse.js +104 -0
  552. package/build/datatype-xml-format/datatype-xml-format-debug.js +53 -0
  553. package/build/datatype-xml-format/datatype-xml-format-min.js +1 -0
  554. package/build/datatype-xml-format/datatype-xml-format.js +52 -0
  555. package/build/datatype-xml-parse/datatype-xml-parse-debug.js +50 -0
  556. package/build/datatype-xml-parse/datatype-xml-parse-min.js +1 -0
  557. package/build/datatype-xml-parse/datatype-xml-parse.js +49 -0
  558. package/build/dd-constrain/dd-constrain-debug.js +562 -0
  559. package/build/dd-constrain/dd-constrain-min.js +1 -0
  560. package/build/dd-constrain/dd-constrain.js +562 -0
  561. package/build/dd-ddm/dd-ddm-debug.js +126 -0
  562. package/build/dd-ddm/dd-ddm-min.js +1 -0
  563. package/build/dd-ddm/dd-ddm.js +126 -0
  564. package/build/dd-ddm-base/dd-ddm-base-debug.js +374 -0
  565. package/build/dd-ddm-base/dd-ddm-base-min.js +1 -0
  566. package/build/dd-ddm-base/dd-ddm-base.js +374 -0
  567. package/build/dd-ddm-drop/dd-ddm-drop-debug.js +399 -0
  568. package/build/dd-ddm-drop/dd-ddm-drop-min.js +1 -0
  569. package/build/dd-ddm-drop/dd-ddm-drop.js +399 -0
  570. package/build/dd-delegate/dd-delegate-debug.js +337 -0
  571. package/build/dd-delegate/dd-delegate-min.js +1 -0
  572. package/build/dd-delegate/dd-delegate.js +337 -0
  573. package/build/dd-drag/dd-drag-debug.js +1270 -0
  574. package/build/dd-drag/dd-drag-min.js +2 -0
  575. package/build/dd-drag/dd-drag.js +1267 -0
  576. package/build/dd-drop/dd-drop-debug.js +553 -0
  577. package/build/dd-drop/dd-drop-min.js +1 -0
  578. package/build/dd-drop/dd-drop.js +552 -0
  579. package/build/dd-drop-plugin/dd-drop-plugin-debug.js +44 -0
  580. package/build/dd-drop-plugin/dd-drop-plugin-min.js +1 -0
  581. package/build/dd-drop-plugin/dd-drop-plugin.js +44 -0
  582. package/build/dd-gestures/dd-gestures-debug.js +56 -0
  583. package/build/dd-gestures/dd-gestures-min.js +1 -0
  584. package/build/dd-gestures/dd-gestures.js +54 -0
  585. package/build/dd-plugin/dd-plugin-debug.js +205 -0
  586. package/build/dd-plugin/dd-plugin-min.js +1 -0
  587. package/build/dd-plugin/dd-plugin.js +200 -0
  588. package/build/dd-proxy/dd-proxy-debug.js +251 -0
  589. package/build/dd-proxy/dd-proxy-min.js +1 -0
  590. package/build/dd-proxy/dd-proxy.js +251 -0
  591. package/build/dd-scroll/dd-scroll-debug.js +423 -0
  592. package/build/dd-scroll/dd-scroll-min.js +1 -0
  593. package/build/dd-scroll/dd-scroll.js +423 -0
  594. package/build/dial/assets/dial-core.css +42 -0
  595. package/build/dial/assets/skins/night/dial-skin.css +89 -0
  596. package/build/dial/assets/skins/night/dial.css +1 -0
  597. package/build/dial/assets/skins/sam/dial-skin.css +75 -0
  598. package/build/dial/assets/skins/sam/dial.css +1 -0
  599. package/build/dial/dial-debug.js +1327 -0
  600. package/build/dial/dial-min.js +3 -0
  601. package/build/dial/dial.js +1327 -0
  602. package/build/dial/lang/dial.js +1 -0
  603. package/build/dial/lang/dial_en.js +1 -0
  604. package/build/dial/lang/dial_es.js +1 -0
  605. package/build/dial/lang/dial_hu.js +1 -0
  606. package/build/dom-base/dom-base-debug.js +699 -0
  607. package/build/dom-base/dom-base-min.js +2 -0
  608. package/build/dom-base/dom-base.js +695 -0
  609. package/build/dom-core/dom-core-debug.js +390 -0
  610. package/build/dom-core/dom-core-min.js +1 -0
  611. package/build/dom-core/dom-core.js +390 -0
  612. package/build/dom-screen/dom-screen-debug.js +611 -0
  613. package/build/dom-screen/dom-screen-min.js +1 -0
  614. package/build/dom-screen/dom-screen.js +605 -0
  615. package/build/dom-style/dom-style-debug.js +249 -0
  616. package/build/dom-style/dom-style-min.js +1 -0
  617. package/build/dom-style/dom-style.js +249 -0
  618. package/build/dom-style-ie/dom-style-ie-debug.js +300 -0
  619. package/build/dom-style-ie/dom-style-ie-min.js +1 -0
  620. package/build/dom-style-ie/dom-style-ie.js +297 -0
  621. package/build/dump/dump-debug.js +105 -0
  622. package/build/dump/dump-min.js +1 -0
  623. package/build/dump/dump.js +105 -0
  624. package/build/editor-base/editor-base-debug.js +946 -0
  625. package/build/editor-base/editor-base-min.js +2 -0
  626. package/build/editor-base/editor-base.js +943 -0
  627. package/build/editor-bidi/editor-bidi-debug.js +340 -0
  628. package/build/editor-bidi/editor-bidi-min.js +1 -0
  629. package/build/editor-bidi/editor-bidi.js +340 -0
  630. package/build/editor-br/editor-br-debug.js +137 -0
  631. package/build/editor-br/editor-br-min.js +1 -0
  632. package/build/editor-br/editor-br.js +137 -0
  633. package/build/editor-inline/editor-inline-debug.js +32 -0
  634. package/build/editor-inline/editor-inline-min.js +1 -0
  635. package/build/editor-inline/editor-inline.js +32 -0
  636. package/build/editor-lists/editor-lists-debug.js +127 -0
  637. package/build/editor-lists/editor-lists-min.js +1 -0
  638. package/build/editor-lists/editor-lists.js +122 -0
  639. package/build/editor-para/editor-para-debug.js +356 -0
  640. package/build/editor-para/editor-para-min.js +1 -0
  641. package/build/editor-para/editor-para.js +355 -0
  642. package/build/editor-para-base/editor-para-base-debug.js +132 -0
  643. package/build/editor-para-base/editor-para-base-min.js +1 -0
  644. package/build/editor-para-base/editor-para-base.js +131 -0
  645. package/build/editor-para-ie/editor-para-ie-debug.js +134 -0
  646. package/build/editor-para-ie/editor-para-ie-min.js +1 -0
  647. package/build/editor-para-ie/editor-para-ie.js +134 -0
  648. package/build/editor-selection/editor-selection-debug.js +1042 -0
  649. package/build/editor-selection/editor-selection-min.js +2 -0
  650. package/build/editor-selection/editor-selection.js +1026 -0
  651. package/build/editor-tab/editor-tab-debug.js +69 -0
  652. package/build/editor-tab/editor-tab-min.js +1 -0
  653. package/build/editor-tab/editor-tab.js +68 -0
  654. package/build/escape/escape-debug.js +92 -0
  655. package/build/escape/escape-min.js +1 -0
  656. package/build/escape/escape.js +92 -0
  657. package/build/event-base/event-base-debug.js +1368 -0
  658. package/build/event-base/event-base-min.js +2 -0
  659. package/build/event-base/event-base.js +1363 -0
  660. package/build/event-base-ie/event-base-ie-debug.js +303 -0
  661. package/build/event-base-ie/event-base-ie-min.js +3 -0
  662. package/build/event-base-ie/event-base-ie.js +303 -0
  663. package/build/event-contextmenu/event-contextmenu-debug.js +192 -0
  664. package/build/event-contextmenu/event-contextmenu-min.js +1 -0
  665. package/build/event-contextmenu/event-contextmenu.js +192 -0
  666. package/build/event-custom-base/event-custom-base-debug.js +2464 -0
  667. package/build/event-custom-base/event-custom-base-min.js +3 -0
  668. package/build/event-custom-base/event-custom-base.js +2449 -0
  669. package/build/event-custom-complex/event-custom-complex-debug.js +673 -0
  670. package/build/event-custom-complex/event-custom-complex-min.js +1 -0
  671. package/build/event-custom-complex/event-custom-complex.js +670 -0
  672. package/build/event-delegate/event-delegate-debug.js +348 -0
  673. package/build/event-delegate/event-delegate-min.js +1 -0
  674. package/build/event-delegate/event-delegate.js +347 -0
  675. package/build/event-flick/event-flick-debug.js +272 -0
  676. package/build/event-flick/event-flick-min.js +1 -0
  677. package/build/event-flick/event-flick.js +271 -0
  678. package/build/event-focus/event-focus-debug.js +280 -0
  679. package/build/event-focus/event-focus-min.js +1 -0
  680. package/build/event-focus/event-focus.js +280 -0
  681. package/build/event-hover/event-hover-debug.js +70 -0
  682. package/build/event-hover/event-hover-min.js +1 -0
  683. package/build/event-hover/event-hover.js +70 -0
  684. package/build/event-key/event-key-debug.js +172 -0
  685. package/build/event-key/event-key-min.js +1 -0
  686. package/build/event-key/event-key.js +172 -0
  687. package/build/event-mouseenter/event-mouseenter-debug.js +129 -0
  688. package/build/event-mouseenter/event-mouseenter-min.js +1 -0
  689. package/build/event-mouseenter/event-mouseenter.js +129 -0
  690. package/build/event-mousewheel/event-mousewheel-debug.js +50 -0
  691. package/build/event-mousewheel/event-mousewheel-min.js +1 -0
  692. package/build/event-mousewheel/event-mousewheel.js +50 -0
  693. package/build/event-move/event-move-debug.js +639 -0
  694. package/build/event-move/event-move-min.js +1 -0
  695. package/build/event-move/event-move.js +626 -0
  696. package/build/event-outside/event-outside-debug.js +107 -0
  697. package/build/event-outside/event-outside-min.js +1 -0
  698. package/build/event-outside/event-outside.js +107 -0
  699. package/build/event-resize/event-resize-debug.js +53 -0
  700. package/build/event-resize/event-resize-min.js +1 -0
  701. package/build/event-resize/event-resize.js +53 -0
  702. package/build/event-simulate/event-simulate-debug.js +957 -0
  703. package/build/event-simulate/event-simulate-min.js +2 -0
  704. package/build/event-simulate/event-simulate.js +957 -0
  705. package/build/event-synthetic/event-synthetic-debug.js +845 -0
  706. package/build/event-synthetic/event-synthetic-min.js +1 -0
  707. package/build/event-synthetic/event-synthetic.js +845 -0
  708. package/build/event-tap/event-tap-debug.js +299 -0
  709. package/build/event-tap/event-tap-min.js +1 -0
  710. package/build/event-tap/event-tap.js +296 -0
  711. package/build/event-touch/event-touch-debug.js +187 -0
  712. package/build/event-touch/event-touch-min.js +1 -0
  713. package/build/event-touch/event-touch.js +181 -0
  714. package/build/event-valuechange/event-valuechange-debug.js +568 -0
  715. package/build/event-valuechange/event-valuechange-min.js +1 -0
  716. package/build/event-valuechange/event-valuechange.js +554 -0
  717. package/build/exec-command/exec-command-debug.js +721 -0
  718. package/build/exec-command/exec-command-min.js +2 -0
  719. package/build/exec-command/exec-command.js +717 -0
  720. package/build/features/features-debug.js +406 -0
  721. package/build/features/features-min.js +1 -0
  722. package/build/features/features.js +405 -0
  723. package/build/file/file-debug.js +31 -0
  724. package/build/file/file-min.js +1 -0
  725. package/build/file/file.js +31 -0
  726. package/build/file-flash/file-flash-debug.js +341 -0
  727. package/build/file-flash/file-flash-min.js +1 -0
  728. package/build/file-flash/file-flash.js +341 -0
  729. package/build/file-html5/file-html5-debug.js +503 -0
  730. package/build/file-html5/file-html5-min.js +1 -0
  731. package/build/file-html5/file-html5.js +503 -0
  732. package/build/frame/frame-debug.js +1076 -0
  733. package/build/frame/frame-min.js +2 -0
  734. package/build/frame/frame.js +1047 -0
  735. package/build/gesture-simulate/gesture-simulate-debug.js +1321 -0
  736. package/build/gesture-simulate/gesture-simulate-min.js +2 -0
  737. package/build/gesture-simulate/gesture-simulate.js +1321 -0
  738. package/build/get/get-debug.js +1292 -0
  739. package/build/get/get-min.js +2 -0
  740. package/build/get/get.js +1275 -0
  741. package/build/get-nodejs/get-nodejs-debug.js +225 -0
  742. package/build/get-nodejs/get-nodejs-min.js +107 -0
  743. package/build/get-nodejs/get-nodejs.js +204 -0
  744. package/build/graphics/graphics-debug.js +1270 -0
  745. package/build/graphics/graphics-min.js +1 -0
  746. package/build/graphics/graphics.js +1270 -0
  747. package/build/graphics-canvas/graphics-canvas-debug.js +3691 -0
  748. package/build/graphics-canvas/graphics-canvas-min.js +5 -0
  749. package/build/graphics-canvas/graphics-canvas.js +3691 -0
  750. package/build/graphics-canvas-default/graphics-canvas-default-debug.js +12 -0
  751. package/build/graphics-canvas-default/graphics-canvas-default-min.js +1 -0
  752. package/build/graphics-canvas-default/graphics-canvas-default.js +12 -0
  753. package/build/graphics-group/graphics-group-debug.js +310 -0
  754. package/build/graphics-group/graphics-group-min.js +1 -0
  755. package/build/graphics-group/graphics-group.js +310 -0
  756. package/build/graphics-svg/graphics-svg-debug.js +3557 -0
  757. package/build/graphics-svg/graphics-svg-min.js +5 -0
  758. package/build/graphics-svg/graphics-svg.js +3557 -0
  759. package/build/graphics-svg-default/graphics-svg-default-debug.js +12 -0
  760. package/build/graphics-svg-default/graphics-svg-default-min.js +1 -0
  761. package/build/graphics-svg-default/graphics-svg-default.js +12 -0
  762. package/build/graphics-vml/graphics-vml-debug.js +3753 -0
  763. package/build/graphics-vml/graphics-vml-min.js +5 -0
  764. package/build/graphics-vml/graphics-vml.js +3753 -0
  765. package/build/graphics-vml-default/graphics-vml-default-debug.js +12 -0
  766. package/build/graphics-vml-default/graphics-vml-default-min.js +1 -0
  767. package/build/graphics-vml-default/graphics-vml-default.js +12 -0
  768. package/build/handlebars-base/handlebars-base-debug.js +693 -0
  769. package/build/handlebars-base/handlebars-base-min.js +7 -0
  770. package/build/handlebars-base/handlebars-base.js +693 -0
  771. package/build/handlebars-compiler/handlebars-compiler-debug.js +2519 -0
  772. package/build/handlebars-compiler/handlebars-compiler-min.js +12 -0
  773. package/build/handlebars-compiler/handlebars-compiler.js +2519 -0
  774. package/build/highlight-accentfold/highlight-accentfold-debug.js +144 -0
  775. package/build/highlight-accentfold/highlight-accentfold-min.js +1 -0
  776. package/build/highlight-accentfold/highlight-accentfold.js +144 -0
  777. package/build/highlight-base/highlight-base-debug.js +312 -0
  778. package/build/highlight-base/highlight-base-min.js +1 -0
  779. package/build/highlight-base/highlight-base.js +312 -0
  780. package/build/history-base/history-base-debug.js +639 -0
  781. package/build/history-base/history-base-min.js +1 -0
  782. package/build/history-base/history-base.js +639 -0
  783. package/build/history-hash/history-hash-debug.js +475 -0
  784. package/build/history-hash/history-hash-min.js +1 -0
  785. package/build/history-hash/history-hash.js +475 -0
  786. package/build/history-hash-ie/history-hash-ie-debug.js +138 -0
  787. package/build/history-hash-ie/history-hash-ie-min.js +1 -0
  788. package/build/history-hash-ie/history-hash-ie.js +134 -0
  789. package/build/history-html5/history-html5-debug.js +189 -0
  790. package/build/history-html5/history-html5-min.js +1 -0
  791. package/build/history-html5/history-html5.js +189 -0
  792. package/build/imageloader/imageloader-debug.js +665 -0
  793. package/build/imageloader/imageloader-min.js +1 -0
  794. package/build/imageloader/imageloader.js +653 -0
  795. package/build/intl/intl-debug.js +150 -0
  796. package/build/intl/intl-min.js +1 -0
  797. package/build/intl/intl.js +150 -0
  798. package/build/intl-base/intl-base-debug.js +88 -0
  799. package/build/intl-base/intl-base-min.js +1 -0
  800. package/build/intl-base/intl-base.js +88 -0
  801. package/build/io-base/io-base-debug.js +1059 -0
  802. package/build/io-base/io-base-min.js +1 -0
  803. package/build/io-base/io-base.js +1053 -0
  804. package/build/io-form/io-form-debug.js +130 -0
  805. package/build/io-form/io-form-min.js +1 -0
  806. package/build/io-form/io-form.js +129 -0
  807. package/build/io-nodejs/io-nodejs-debug.js +215 -0
  808. package/build/io-nodejs/io-nodejs-min.js +108 -0
  809. package/build/io-nodejs/io-nodejs.js +199 -0
  810. package/build/io-queue/io-queue-debug.js +173 -0
  811. package/build/io-queue/io-queue-min.js +1 -0
  812. package/build/io-queue/io-queue.js +170 -0
  813. package/build/io-upload-iframe/io-upload-iframe-debug.js +313 -0
  814. package/build/io-upload-iframe/io-upload-iframe-min.js +1 -0
  815. package/build/io-upload-iframe/io-upload-iframe.js +305 -0
  816. package/build/io-xdr/io-xdr-debug.js +318 -0
  817. package/build/io-xdr/io-xdr-min.js +1 -0
  818. package/build/io-xdr/io-xdr.js +318 -0
  819. package/build/json-parse/json-parse-debug.js +10 -0
  820. package/build/json-parse/json-parse-min.js +1 -0
  821. package/build/json-parse/json-parse.js +10 -0
  822. package/build/json-parse-shim/json-parse-shim-debug.js +183 -0
  823. package/build/json-parse-shim/json-parse-shim-min.js +1 -0
  824. package/build/json-parse-shim/json-parse-shim.js +183 -0
  825. package/build/json-stringify/json-stringify-debug.js +99 -0
  826. package/build/json-stringify/json-stringify-min.js +1 -0
  827. package/build/json-stringify/json-stringify.js +99 -0
  828. package/build/json-stringify-shim/json-stringify-shim-debug.js +233 -0
  829. package/build/json-stringify-shim/json-stringify-shim-min.js +1 -0
  830. package/build/json-stringify-shim/json-stringify-shim.js +233 -0
  831. package/build/jsonp/jsonp-debug.js +274 -0
  832. package/build/jsonp/jsonp-min.js +1 -0
  833. package/build/jsonp/jsonp.js +268 -0
  834. package/build/jsonp-url/jsonp-url-debug.js +133 -0
  835. package/build/jsonp-url/jsonp-url-min.js +1 -0
  836. package/build/jsonp-url/jsonp-url.js +133 -0
  837. package/build/lazy-model-list/lazy-model-list-debug.js +518 -0
  838. package/build/lazy-model-list/lazy-model-list-min.js +1 -0
  839. package/build/lazy-model-list/lazy-model-list.js +518 -0
  840. package/build/loader/loader-debug.js +6053 -0
  841. package/build/loader/loader-min.js +9 -0
  842. package/build/loader/loader.js +6010 -0
  843. package/build/loader-base/loader-base-debug.js +2955 -0
  844. package/build/loader-base/loader-base-min.js +4 -0
  845. package/build/loader-base/loader-base.js +2915 -0
  846. package/build/loader-pathogen-combohandler/loader-pathogen-combohandler-debug.js +320 -0
  847. package/build/loader-pathogen-combohandler/loader-pathogen-combohandler-min.js +1 -0
  848. package/build/loader-pathogen-combohandler/loader-pathogen-combohandler.js +316 -0
  849. package/build/loader-pathogen-encoder/loader-pathogen-encoder-debug.js +6373 -0
  850. package/build/loader-pathogen-encoder/loader-pathogen-encoder-min.js +10 -0
  851. package/build/loader-pathogen-encoder/loader-pathogen-encoder.js +6326 -0
  852. package/build/loader-rollup/loader-rollup-debug.js +102 -0
  853. package/build/loader-rollup/loader-rollup-min.js +1 -0
  854. package/build/loader-rollup/loader-rollup.js +99 -0
  855. package/build/loader-yui3/loader-yui3-debug.js +2995 -0
  856. package/build/loader-yui3/loader-yui3-min.js +6 -0
  857. package/build/loader-yui3/loader-yui3.js +2995 -0
  858. package/build/matrix/matrix-debug.js +932 -0
  859. package/build/matrix/matrix-min.js +2 -0
  860. package/build/matrix/matrix.js +932 -0
  861. package/build/model/model-debug.js +1008 -0
  862. package/build/model/model-min.js +1 -0
  863. package/build/model/model.js +1007 -0
  864. package/build/model-list/model-list-debug.js +1269 -0
  865. package/build/model-list/model-list-min.js +1 -0
  866. package/build/model-list/model-list.js +1269 -0
  867. package/build/model-sync-local/model-sync-local-debug.js +360 -0
  868. package/build/model-sync-local/model-sync-local-min.js +1 -0
  869. package/build/model-sync-local/model-sync-local.js +359 -0
  870. package/build/model-sync-rest/model-sync-rest-debug.js +733 -0
  871. package/build/model-sync-rest/model-sync-rest-min.js +1 -0
  872. package/build/model-sync-rest/model-sync-rest.js +733 -0
  873. package/build/node-base/node-base-debug.js +1003 -0
  874. package/build/node-base/node-base-min.js +1 -0
  875. package/build/node-base/node-base.js +1001 -0
  876. package/build/node-core/node-core-debug.js +1626 -0
  877. package/build/node-core/node-core-min.js +2 -0
  878. package/build/node-core/node-core.js +1622 -0
  879. package/build/node-event-delegate/node-event-delegate-debug.js +54 -0
  880. package/build/node-event-delegate/node-event-delegate-min.js +1 -0
  881. package/build/node-event-delegate/node-event-delegate.js +54 -0
  882. package/build/node-event-html5/node-event-html5-debug.js +52 -0
  883. package/build/node-event-html5/node-event-html5-min.js +1 -0
  884. package/build/node-event-html5/node-event-html5.js +52 -0
  885. package/build/node-event-simulate/node-event-simulate-debug.js +187 -0
  886. package/build/node-event-simulate/node-event-simulate-min.js +1 -0
  887. package/build/node-event-simulate/node-event-simulate.js +187 -0
  888. package/build/node-flick/assets/node-flick-core.css +8 -0
  889. package/build/node-flick/assets/skins/sam/node-flick-skin.css +1 -0
  890. package/build/node-flick/assets/skins/sam/node-flick.css +1 -0
  891. package/build/node-flick/node-flick-debug.js +524 -0
  892. package/build/node-flick/node-flick-min.js +1 -0
  893. package/build/node-flick/node-flick.js +523 -0
  894. package/build/node-focusmanager/node-focusmanager-debug.js +1073 -0
  895. package/build/node-focusmanager/node-focusmanager-min.js +1 -0
  896. package/build/node-focusmanager/node-focusmanager.js +1069 -0
  897. package/build/node-load/node-load-debug.js +65 -0
  898. package/build/node-load/node-load-min.js +1 -0
  899. package/build/node-load/node-load.js +65 -0
  900. package/build/node-menunav/assets/node-menunav-core.css +169 -0
  901. package/build/node-menunav/assets/skins/night/horizontal-menu-submenu-indicator.png +0 -0
  902. package/build/node-menunav/assets/skins/night/node-menunav-skin.css +312 -0
  903. package/build/node-menunav/assets/skins/night/node-menunav.css +1 -0
  904. package/build/node-menunav/assets/skins/night/vertical-menu-submenu-indicator.png +0 -0
  905. package/build/node-menunav/assets/skins/sam/horizontal-menu-submenu-indicator.png +0 -0
  906. package/build/node-menunav/assets/skins/sam/horizontal-menu-submenu-toggle.png +0 -0
  907. package/build/node-menunav/assets/skins/sam/node-menunav-skin.css +266 -0
  908. package/build/node-menunav/assets/skins/sam/node-menunav.css +1 -0
  909. package/build/node-menunav/assets/skins/sam/vertical-menu-submenu-indicator.png +0 -0
  910. package/build/node-menunav/node-menunav-debug.js +2189 -0
  911. package/build/node-menunav/node-menunav-min.js +2 -0
  912. package/build/node-menunav/node-menunav.js +2188 -0
  913. package/build/node-pluginhost/node-pluginhost-debug.js +91 -0
  914. package/build/node-pluginhost/node-pluginhost-min.js +1 -0
  915. package/build/node-pluginhost/node-pluginhost.js +91 -0
  916. package/build/node-screen/node-screen-debug.js +240 -0
  917. package/build/node-screen/node-screen-min.js +1 -0
  918. package/build/node-screen/node-screen.js +238 -0
  919. package/build/node-scroll-info/node-scroll-info-debug.js +656 -0
  920. package/build/node-scroll-info/node-scroll-info-min.js +1 -0
  921. package/build/node-scroll-info/node-scroll-info.js +656 -0
  922. package/build/node-style/node-style-debug.js +271 -0
  923. package/build/node-style/node-style-min.js +1 -0
  924. package/build/node-style/node-style.js +271 -0
  925. package/build/oop/oop-debug.js +432 -0
  926. package/build/oop/oop-min.js +1 -0
  927. package/build/oop/oop.js +432 -0
  928. package/build/overlay/assets/overlay-core.css +11 -0
  929. package/build/overlay/assets/skins/night/overlay-skin.css +175 -0
  930. package/build/overlay/assets/skins/night/overlay.css +1 -0
  931. package/build/overlay/assets/skins/sam/overlay-skin.css +0 -0
  932. package/build/overlay/assets/skins/sam/overlay.css +1 -0
  933. package/build/overlay/overlay-debug.js +39 -0
  934. package/build/overlay/overlay-min.js +1 -0
  935. package/build/overlay/overlay.js +39 -0
  936. package/build/paginator/paginator-debug.js +75 -0
  937. package/build/paginator/paginator-min.js +1 -0
  938. package/build/paginator/paginator.js +75 -0
  939. package/build/paginator-core/paginator-core-debug.js +146 -0
  940. package/build/paginator-core/paginator-core-min.js +1 -0
  941. package/build/paginator-core/paginator-core.js +146 -0
  942. package/build/paginator-url/paginator-url-debug.js +67 -0
  943. package/build/paginator-url/paginator-url-min.js +1 -0
  944. package/build/paginator-url/paginator-url.js +67 -0
  945. package/build/panel/assets/panel-core.css +22 -0
  946. package/build/panel/assets/skins/night/panel-skin.css +123 -0
  947. package/build/panel/assets/skins/night/panel.css +1 -0
  948. package/build/panel/assets/skins/night/sprite_icons.png +0 -0
  949. package/build/panel/assets/skins/sam/panel-skin.css +95 -0
  950. package/build/panel/assets/skins/sam/panel.css +1 -0
  951. package/build/panel/assets/skins/sam/sprite_icons.png +0 -0
  952. package/build/panel/panel-debug.js +112 -0
  953. package/build/panel/panel-min.js +1 -0
  954. package/build/panel/panel.js +112 -0
  955. package/build/parallel/parallel-debug.js +109 -0
  956. package/build/parallel/parallel-min.js +1 -0
  957. package/build/parallel/parallel.js +107 -0
  958. package/build/pjax/pjax-debug.js +170 -0
  959. package/build/pjax/pjax-min.js +1 -0
  960. package/build/pjax/pjax.js +170 -0
  961. package/build/pjax-base/pjax-base-debug.js +443 -0
  962. package/build/pjax-base/pjax-base-min.js +1 -0
  963. package/build/pjax-base/pjax-base.js +442 -0
  964. package/build/pjax-content/pjax-content-debug.js +281 -0
  965. package/build/pjax-content/pjax-content-min.js +1 -0
  966. package/build/pjax-content/pjax-content.js +281 -0
  967. package/build/pjax-plugin/pjax-plugin-debug.js +29 -0
  968. package/build/pjax-plugin/pjax-plugin-min.js +1 -0
  969. package/build/pjax-plugin/pjax-plugin.js +29 -0
  970. package/build/plugin/plugin-debug.js +265 -0
  971. package/build/plugin/plugin-min.js +1 -0
  972. package/build/plugin/plugin.js +263 -0
  973. package/build/pluginhost-base/pluginhost-base-debug.js +187 -0
  974. package/build/pluginhost-base/pluginhost-base-min.js +1 -0
  975. package/build/pluginhost-base/pluginhost-base.js +185 -0
  976. package/build/pluginhost-config/pluginhost-config-debug.js +130 -0
  977. package/build/pluginhost-config/pluginhost-config-min.js +1 -0
  978. package/build/pluginhost-config/pluginhost-config.js +130 -0
  979. package/build/promise/promise-debug.js +624 -0
  980. package/build/promise/promise-min.js +1 -0
  981. package/build/promise/promise.js +620 -0
  982. package/build/querystring-parse/querystring-parse-debug.js +162 -0
  983. package/build/querystring-parse/querystring-parse-min.js +1 -0
  984. package/build/querystring-parse/querystring-parse.js +162 -0
  985. package/build/querystring-parse-simple/querystring-parse-simple-debug.js +49 -0
  986. package/build/querystring-parse-simple/querystring-parse-simple-min.js +1 -0
  987. package/build/querystring-parse-simple/querystring-parse-simple.js +49 -0
  988. package/build/querystring-stringify/querystring-stringify-debug.js +111 -0
  989. package/build/querystring-stringify/querystring-stringify-min.js +1 -0
  990. package/build/querystring-stringify/querystring-stringify.js +106 -0
  991. package/build/querystring-stringify-simple/querystring-stringify-simple-debug.js +44 -0
  992. package/build/querystring-stringify-simple/querystring-stringify-simple-min.js +1 -0
  993. package/build/querystring-stringify-simple/querystring-stringify-simple.js +44 -0
  994. package/build/queue-promote/queue-promote-debug.js +53 -0
  995. package/build/queue-promote/queue-promote-min.js +1 -0
  996. package/build/queue-promote/queue-promote.js +53 -0
  997. package/build/range-slider/range-slider-debug.js +28 -0
  998. package/build/range-slider/range-slider-min.js +1 -0
  999. package/build/range-slider/range-slider.js +28 -0
  1000. package/build/recordset-base/recordset-base-debug.js +651 -0
  1001. package/build/recordset-base/recordset-base-min.js +1 -0
  1002. package/build/recordset-base/recordset-base.js +650 -0
  1003. package/build/recordset-filter/recordset-filter-debug.js +105 -0
  1004. package/build/recordset-filter/recordset-filter-min.js +1 -0
  1005. package/build/recordset-filter/recordset-filter.js +105 -0
  1006. package/build/recordset-indexer/recordset-indexer-debug.js +227 -0
  1007. package/build/recordset-indexer/recordset-indexer-min.js +1 -0
  1008. package/build/recordset-indexer/recordset-indexer.js +227 -0
  1009. package/build/recordset-sort/recordset-sort-debug.js +206 -0
  1010. package/build/recordset-sort/recordset-sort-min.js +1 -0
  1011. package/build/recordset-sort/recordset-sort.js +205 -0
  1012. package/build/resize-base/assets/resize-base-core.css +241 -0
  1013. package/build/resize-base/assets/skins/night/arrows.png +0 -0
  1014. package/build/resize-base/assets/skins/night/resize-base-skin.css +46 -0
  1015. package/build/resize-base/assets/skins/night/resize-base.css +1 -0
  1016. package/build/resize-base/assets/skins/sam/arrows.png +0 -0
  1017. package/build/resize-base/assets/skins/sam/resize-base-skin.css +46 -0
  1018. package/build/resize-base/assets/skins/sam/resize-base.css +1 -0
  1019. package/build/resize-base/resize-base-debug.js +1644 -0
  1020. package/build/resize-base/resize-base-min.js +2 -0
  1021. package/build/resize-base/resize-base.js +1643 -0
  1022. package/build/resize-constrain/resize-constrain-debug.js +455 -0
  1023. package/build/resize-constrain/resize-constrain-min.js +1 -0
  1024. package/build/resize-constrain/resize-constrain.js +455 -0
  1025. package/build/resize-plugin/resize-plugin-debug.js +208 -0
  1026. package/build/resize-plugin/resize-plugin-min.js +1 -0
  1027. package/build/resize-plugin/resize-plugin.js +208 -0
  1028. package/build/resize-proxy/resize-proxy-debug.js +166 -0
  1029. package/build/resize-proxy/resize-proxy-min.js +1 -0
  1030. package/build/resize-proxy/resize-proxy.js +166 -0
  1031. package/build/router/router-debug.js +1818 -0
  1032. package/build/router/router-min.js +2 -0
  1033. package/build/router/router.js +1810 -0
  1034. package/build/scrollview/scrollview-debug.js +21 -0
  1035. package/build/scrollview/scrollview-min.js +1 -0
  1036. package/build/scrollview/scrollview.js +21 -0
  1037. package/build/scrollview-base/assets/scrollview-base-core.css +14 -0
  1038. package/build/scrollview-base/assets/skins/night/scrollview-base-skin.css +0 -0
  1039. package/build/scrollview-base/assets/skins/night/scrollview-base.css +1 -0
  1040. package/build/scrollview-base/assets/skins/sam/scrollview-base-skin.css +3 -0
  1041. package/build/scrollview-base/assets/skins/sam/scrollview-base.css +1 -0
  1042. package/build/scrollview-base/scrollview-base-debug.js +1457 -0
  1043. package/build/scrollview-base/scrollview-base-min.js +2 -0
  1044. package/build/scrollview-base/scrollview-base.js +1457 -0
  1045. package/build/scrollview-base-ie/scrollview-base-ie-debug.js +55 -0
  1046. package/build/scrollview-base-ie/scrollview-base-ie-min.js +1 -0
  1047. package/build/scrollview-base-ie/scrollview-base-ie.js +55 -0
  1048. package/build/scrollview-list/assets/scrollview-list-core.css +0 -0
  1049. package/build/scrollview-list/assets/skins/night/scrollview-list-skin.css +57 -0
  1050. package/build/scrollview-list/assets/skins/night/scrollview-list.css +1 -0
  1051. package/build/scrollview-list/assets/skins/sam/scrollview-list-skin.css +37 -0
  1052. package/build/scrollview-list/assets/skins/sam/scrollview-list.css +1 -0
  1053. package/build/scrollview-list/scrollview-list-debug.js +130 -0
  1054. package/build/scrollview-list/scrollview-list-min.js +1 -0
  1055. package/build/scrollview-list/scrollview-list.js +130 -0
  1056. package/build/scrollview-paginator/scrollview-paginator-debug.js +746 -0
  1057. package/build/scrollview-paginator/scrollview-paginator-min.js +1 -0
  1058. package/build/scrollview-paginator/scrollview-paginator.js +746 -0
  1059. package/build/scrollview-scrollbars/assets/scrollview-scrollbars-core.css +95 -0
  1060. package/build/scrollview-scrollbars/assets/skins/night/scrollview-scrollbars-skin.css +96 -0
  1061. package/build/scrollview-scrollbars/assets/skins/night/scrollview-scrollbars.css +1 -0
  1062. package/build/scrollview-scrollbars/assets/skins/sam/scrollview-scrollbars-skin.css +90 -0
  1063. package/build/scrollview-scrollbars/assets/skins/sam/scrollview-scrollbars.css +1 -0
  1064. package/build/scrollview-scrollbars/scrollview-scrollbars-debug.js +563 -0
  1065. package/build/scrollview-scrollbars/scrollview-scrollbars-min.js +1 -0
  1066. package/build/scrollview-scrollbars/scrollview-scrollbars.js +563 -0
  1067. package/build/selector/selector-debug.js +5 -0
  1068. package/build/selector/selector-min.js +1 -0
  1069. package/build/selector/selector.js +5 -0
  1070. package/build/selector-css2/selector-css2-debug.js +460 -0
  1071. package/build/selector-css2/selector-css2-min.js +1 -0
  1072. package/build/selector-css2/selector-css2.js +459 -0
  1073. package/build/selector-css3/selector-css3-debug.js +152 -0
  1074. package/build/selector-css3/selector-css3-min.js +1 -0
  1075. package/build/selector-css3/selector-css3.js +152 -0
  1076. package/build/selector-native/selector-native-debug.js +405 -0
  1077. package/build/selector-native/selector-native-min.js +1 -0
  1078. package/build/selector-native/selector-native.js +400 -0
  1079. package/build/series-area/series-area-debug.js +103 -0
  1080. package/build/series-area/series-area-min.js +1 -0
  1081. package/build/series-area/series-area.js +103 -0
  1082. package/build/series-area-stacked/series-area-stacked-debug.js +60 -0
  1083. package/build/series-area-stacked/series-area-stacked-min.js +1 -0
  1084. package/build/series-area-stacked/series-area-stacked.js +60 -0
  1085. package/build/series-areaspline/series-areaspline-debug.js +63 -0
  1086. package/build/series-areaspline/series-areaspline-min.js +1 -0
  1087. package/build/series-areaspline/series-areaspline.js +63 -0
  1088. package/build/series-areaspline-stacked/series-areaspline-stacked-debug.js +50 -0
  1089. package/build/series-areaspline-stacked/series-areaspline-stacked-min.js +1 -0
  1090. package/build/series-areaspline-stacked/series-areaspline-stacked.js +50 -0
  1091. package/build/series-bar/series-bar-debug.js +169 -0
  1092. package/build/series-bar/series-bar-min.js +1 -0
  1093. package/build/series-bar/series-bar.js +169 -0
  1094. package/build/series-bar-stacked/series-bar-stacked-debug.js +364 -0
  1095. package/build/series-bar-stacked/series-bar-stacked-min.js +1 -0
  1096. package/build/series-bar-stacked/series-bar-stacked.js +364 -0
  1097. package/build/series-base/series-base-debug.js +408 -0
  1098. package/build/series-base/series-base-min.js +1 -0
  1099. package/build/series-base/series-base.js +408 -0
  1100. package/build/series-candlestick/series-candlestick-debug.js +314 -0
  1101. package/build/series-candlestick/series-candlestick-min.js +1 -0
  1102. package/build/series-candlestick/series-candlestick.js +314 -0
  1103. package/build/series-cartesian/series-cartesian-debug.js +947 -0
  1104. package/build/series-cartesian/series-cartesian-min.js +2 -0
  1105. package/build/series-cartesian/series-cartesian.js +947 -0
  1106. package/build/series-column/series-column-debug.js +160 -0
  1107. package/build/series-column/series-column-min.js +1 -0
  1108. package/build/series-column/series-column.js +160 -0
  1109. package/build/series-column-stacked/series-column-stacked-debug.js +351 -0
  1110. package/build/series-column-stacked/series-column-stacked-min.js +1 -0
  1111. package/build/series-column-stacked/series-column-stacked.js +351 -0
  1112. package/build/series-combo/series-combo-debug.js +283 -0
  1113. package/build/series-combo/series-combo-min.js +1 -0
  1114. package/build/series-combo/series-combo.js +283 -0
  1115. package/build/series-combo-stacked/series-combo-stacked-debug.js +86 -0
  1116. package/build/series-combo-stacked/series-combo-stacked-min.js +1 -0
  1117. package/build/series-combo-stacked/series-combo-stacked.js +86 -0
  1118. package/build/series-combospline/series-combospline-debug.js +60 -0
  1119. package/build/series-combospline/series-combospline-min.js +1 -0
  1120. package/build/series-combospline/series-combospline.js +60 -0
  1121. package/build/series-combospline-stacked/series-combospline-stacked-debug.js +72 -0
  1122. package/build/series-combospline-stacked/series-combospline-stacked-min.js +1 -0
  1123. package/build/series-combospline-stacked/series-combospline-stacked.js +72 -0
  1124. package/build/series-curve-util/series-curve-util-debug.js +135 -0
  1125. package/build/series-curve-util/series-curve-util-min.js +1 -0
  1126. package/build/series-curve-util/series-curve-util.js +135 -0
  1127. package/build/series-fill-util/series-fill-util-debug.js +517 -0
  1128. package/build/series-fill-util/series-fill-util-min.js +1 -0
  1129. package/build/series-fill-util/series-fill-util.js +517 -0
  1130. package/build/series-histogram-base/series-histogram-base-debug.js +245 -0
  1131. package/build/series-histogram-base/series-histogram-base-min.js +1 -0
  1132. package/build/series-histogram-base/series-histogram-base.js +245 -0
  1133. package/build/series-line/series-line-debug.js +113 -0
  1134. package/build/series-line/series-line-min.js +1 -0
  1135. package/build/series-line/series-line.js +113 -0
  1136. package/build/series-line-stacked/series-line-stacked-debug.js +49 -0
  1137. package/build/series-line-stacked/series-line-stacked-min.js +1 -0
  1138. package/build/series-line-stacked/series-line-stacked.js +49 -0
  1139. package/build/series-line-util/series-line-util-debug.js +287 -0
  1140. package/build/series-line-util/series-line-util-min.js +1 -0
  1141. package/build/series-line-util/series-line-util.js +287 -0
  1142. package/build/series-marker/series-marker-debug.js +89 -0
  1143. package/build/series-marker/series-marker-min.js +1 -0
  1144. package/build/series-marker/series-marker.js +89 -0
  1145. package/build/series-marker-stacked/series-marker-stacked-debug.js +50 -0
  1146. package/build/series-marker-stacked/series-marker-stacked-min.js +1 -0
  1147. package/build/series-marker-stacked/series-marker-stacked.js +50 -0
  1148. package/build/series-ohlc/series-ohlc-debug.js +237 -0
  1149. package/build/series-ohlc/series-ohlc-min.js +1 -0
  1150. package/build/series-ohlc/series-ohlc.js +237 -0
  1151. package/build/series-pie/series-pie-debug.js +724 -0
  1152. package/build/series-pie/series-pie-min.js +2 -0
  1153. package/build/series-pie/series-pie.js +724 -0
  1154. package/build/series-plot-util/series-plot-util-debug.js +552 -0
  1155. package/build/series-plot-util/series-plot-util-min.js +1 -0
  1156. package/build/series-plot-util/series-plot-util.js +552 -0
  1157. package/build/series-range/series-range-debug.js +132 -0
  1158. package/build/series-range/series-range-min.js +1 -0
  1159. package/build/series-range/series-range.js +132 -0
  1160. package/build/series-spline/series-spline-debug.js +82 -0
  1161. package/build/series-spline/series-spline-min.js +1 -0
  1162. package/build/series-spline/series-spline.js +82 -0
  1163. package/build/series-spline-stacked/series-spline-stacked-debug.js +50 -0
  1164. package/build/series-spline-stacked/series-spline-stacked-min.js +1 -0
  1165. package/build/series-spline-stacked/series-spline-stacked.js +50 -0
  1166. package/build/series-stacked/series-stacked-debug.js +356 -0
  1167. package/build/series-stacked/series-stacked-min.js +1 -0
  1168. package/build/series-stacked/series-stacked.js +356 -0
  1169. package/build/shim-plugin/shim-plugin-debug.js +106 -0
  1170. package/build/shim-plugin/shim-plugin-min.js +1 -0
  1171. package/build/shim-plugin/shim-plugin.js +106 -0
  1172. package/build/slider-base/assets/skins/audio/rail-x.png +0 -0
  1173. package/build/slider-base/assets/skins/audio/rail-y.png +0 -0
  1174. package/build/slider-base/assets/skins/audio/slider-base-skin.css +91 -0
  1175. package/build/slider-base/assets/skins/audio/slider-base.css +1 -0
  1176. package/build/slider-base/assets/skins/audio/slider-skin.css +91 -0
  1177. package/build/slider-base/assets/skins/audio/thumb-x.png +0 -0
  1178. package/build/slider-base/assets/skins/audio/thumb-y.png +0 -0
  1179. package/build/slider-base/assets/skins/audio-light/rail-x.png +0 -0
  1180. package/build/slider-base/assets/skins/audio-light/rail-y.png +0 -0
  1181. package/build/slider-base/assets/skins/audio-light/slider-base-skin.css +91 -0
  1182. package/build/slider-base/assets/skins/audio-light/slider-base.css +1 -0
  1183. package/build/slider-base/assets/skins/audio-light/slider-skin.css +91 -0
  1184. package/build/slider-base/assets/skins/audio-light/thumb-x.png +0 -0
  1185. package/build/slider-base/assets/skins/audio-light/thumb-y.png +0 -0
  1186. package/build/slider-base/assets/skins/capsule/rail-x-dots.png +0 -0
  1187. package/build/slider-base/assets/skins/capsule/rail-x-lines.png +0 -0
  1188. package/build/slider-base/assets/skins/capsule/rail-x.png +0 -0
  1189. package/build/slider-base/assets/skins/capsule/rail-y-dots.png +0 -0
  1190. package/build/slider-base/assets/skins/capsule/rail-y-lines.png +0 -0
  1191. package/build/slider-base/assets/skins/capsule/rail-y.png +0 -0
  1192. package/build/slider-base/assets/skins/capsule/slider-base-skin.css +93 -0
  1193. package/build/slider-base/assets/skins/capsule/slider-base.css +1 -0
  1194. package/build/slider-base/assets/skins/capsule/slider-skin.css +93 -0
  1195. package/build/slider-base/assets/skins/capsule/thumb-x-line.png +0 -0
  1196. package/build/slider-base/assets/skins/capsule/thumb-x.png +0 -0
  1197. package/build/slider-base/assets/skins/capsule/thumb-y-line.png +0 -0
  1198. package/build/slider-base/assets/skins/capsule/thumb-y-lines.png +0 -0
  1199. package/build/slider-base/assets/skins/capsule/thumb-y.png +0 -0
  1200. package/build/slider-base/assets/skins/capsule-dark/rail-x-dots.png +0 -0
  1201. package/build/slider-base/assets/skins/capsule-dark/rail-x-lines.png +0 -0
  1202. package/build/slider-base/assets/skins/capsule-dark/rail-x.png +0 -0
  1203. package/build/slider-base/assets/skins/capsule-dark/rail-y-dots.png +0 -0
  1204. package/build/slider-base/assets/skins/capsule-dark/rail-y-lines.png +0 -0
  1205. package/build/slider-base/assets/skins/capsule-dark/rail-y.png +0 -0
  1206. package/build/slider-base/assets/skins/capsule-dark/slider-base-skin.css +91 -0
  1207. package/build/slider-base/assets/skins/capsule-dark/slider-base.css +1 -0
  1208. package/build/slider-base/assets/skins/capsule-dark/slider-skin.css +91 -0
  1209. package/build/slider-base/assets/skins/capsule-dark/thumb-x-line.png +0 -0
  1210. package/build/slider-base/assets/skins/capsule-dark/thumb-x.png +0 -0
  1211. package/build/slider-base/assets/skins/capsule-dark/thumb-y-line.png +0 -0
  1212. package/build/slider-base/assets/skins/capsule-dark/thumb-y.png +0 -0
  1213. package/build/slider-base/assets/skins/night/rail-x-lines.png +0 -0
  1214. package/build/slider-base/assets/skins/night/rail-x.png +0 -0
  1215. package/build/slider-base/assets/skins/night/rail-y-lines.png +0 -0
  1216. package/build/slider-base/assets/skins/night/rail-y.png +0 -0
  1217. package/build/slider-base/assets/skins/night/slider-base-skin.css +87 -0
  1218. package/build/slider-base/assets/skins/night/slider-base.css +1 -0
  1219. package/build/slider-base/assets/skins/night/slider-skin.css +87 -0
  1220. package/build/slider-base/assets/skins/night/thumb-x.png +0 -0
  1221. package/build/slider-base/assets/skins/night/thumb-y.png +0 -0
  1222. package/build/slider-base/assets/skins/round/rail-x.png +0 -0
  1223. package/build/slider-base/assets/skins/round/rail-y.png +0 -0
  1224. package/build/slider-base/assets/skins/round/slider-base-skin.css +89 -0
  1225. package/build/slider-base/assets/skins/round/slider-base.css +1 -0
  1226. package/build/slider-base/assets/skins/round/slider-skin.css +89 -0
  1227. package/build/slider-base/assets/skins/round/thumb-x-grip.png +0 -0
  1228. package/build/slider-base/assets/skins/round/thumb-x.png +0 -0
  1229. package/build/slider-base/assets/skins/round/thumb-y-grip.png +0 -0
  1230. package/build/slider-base/assets/skins/round/thumb-y.png +0 -0
  1231. package/build/slider-base/assets/skins/round-dark/rail-x.png +0 -0
  1232. package/build/slider-base/assets/skins/round-dark/rail-y.png +0 -0
  1233. package/build/slider-base/assets/skins/round-dark/slider-base-skin.css +89 -0
  1234. package/build/slider-base/assets/skins/round-dark/slider-base.css +1 -0
  1235. package/build/slider-base/assets/skins/round-dark/slider-skin.css +89 -0
  1236. package/build/slider-base/assets/skins/round-dark/thumb-x-grip.png +0 -0
  1237. package/build/slider-base/assets/skins/round-dark/thumb-x.png +0 -0
  1238. package/build/slider-base/assets/skins/round-dark/thumb-y-grip.png +0 -0
  1239. package/build/slider-base/assets/skins/round-dark/thumb-y.png +0 -0
  1240. package/build/slider-base/assets/skins/sam/rail-x-lines.png +0 -0
  1241. package/build/slider-base/assets/skins/sam/rail-x.png +0 -0
  1242. package/build/slider-base/assets/skins/sam/rail-y-lines.png +0 -0
  1243. package/build/slider-base/assets/skins/sam/rail-y.png +0 -0
  1244. package/build/slider-base/assets/skins/sam/slider-base-skin.css +87 -0
  1245. package/build/slider-base/assets/skins/sam/slider-base.css +1 -0
  1246. package/build/slider-base/assets/skins/sam/slider-skin.css +87 -0
  1247. package/build/slider-base/assets/skins/sam/thumb-x.png +0 -0
  1248. package/build/slider-base/assets/skins/sam/thumb-y.png +0 -0
  1249. package/build/slider-base/assets/skins/sam-dark/rail-x-lines.png +0 -0
  1250. package/build/slider-base/assets/skins/sam-dark/rail-x.png +0 -0
  1251. package/build/slider-base/assets/skins/sam-dark/rail-y-lines.png +0 -0
  1252. package/build/slider-base/assets/skins/sam-dark/rail-y.png +0 -0
  1253. package/build/slider-base/assets/skins/sam-dark/slider-base-skin.css +87 -0
  1254. package/build/slider-base/assets/skins/sam-dark/slider-base.css +1 -0
  1255. package/build/slider-base/assets/skins/sam-dark/slider-skin.css +87 -0
  1256. package/build/slider-base/assets/skins/sam-dark/thumb-x.png +0 -0
  1257. package/build/slider-base/assets/skins/sam-dark/thumb-y.png +0 -0
  1258. package/build/slider-base/assets/slider-base-core.css +31 -0
  1259. package/build/slider-base/assets/slider-core.css +31 -0
  1260. package/build/slider-base/assets/thumb-x-oblong-dark.png +0 -0
  1261. package/build/slider-base/assets/thumb-x-oblong.png +0 -0
  1262. package/build/slider-base/assets/thumb-x-oblong2-dark.png +0 -0
  1263. package/build/slider-base/assets/thumb-x-oblong2.png +0 -0
  1264. package/build/slider-base/assets/thumb-y-oblong-dark.png +0 -0
  1265. package/build/slider-base/assets/thumb-y-oblong.png +0 -0
  1266. package/build/slider-base/assets/thumb-y-oblong2-dark.png +0 -0
  1267. package/build/slider-base/assets/thumb-y-oblong2.png +0 -0
  1268. package/build/slider-base/slider-base-debug.js +762 -0
  1269. package/build/slider-base/slider-base-min.js +1 -0
  1270. package/build/slider-base/slider-base.js +760 -0
  1271. package/build/slider-value-range/slider-value-range-debug.js +422 -0
  1272. package/build/slider-value-range/slider-value-range-min.js +1 -0
  1273. package/build/slider-value-range/slider-value-range.js +418 -0
  1274. package/build/sortable/sortable-debug.js +528 -0
  1275. package/build/sortable/sortable-min.js +1 -0
  1276. package/build/sortable/sortable.js +527 -0
  1277. package/build/sortable-scroll/sortable-scroll-debug.js +67 -0
  1278. package/build/sortable-scroll/sortable-scroll-min.js +1 -0
  1279. package/build/sortable-scroll/sortable-scroll.js +67 -0
  1280. package/build/stylesheet/stylesheet-debug.js +642 -0
  1281. package/build/stylesheet/stylesheet-min.js +1 -0
  1282. package/build/stylesheet/stylesheet.js +638 -0
  1283. package/build/substitute/substitute-debug.js +170 -0
  1284. package/build/substitute/substitute-min.js +1 -0
  1285. package/build/substitute/substitute.js +170 -0
  1286. package/build/swf/swf-debug.js +206 -0
  1287. package/build/swf/swf-min.js +1 -0
  1288. package/build/swf/swf.js +204 -0
  1289. package/build/swfdetect/swfdetect-debug.js +116 -0
  1290. package/build/swfdetect/swfdetect-min.js +1 -0
  1291. package/build/swfdetect/swfdetect.js +115 -0
  1292. package/build/tabview/assets/skins/night/tabview-skin.css +89 -0
  1293. package/build/tabview/assets/skins/night/tabview.css +1 -0
  1294. package/build/tabview/assets/skins/sam/tabview-skin.css +58 -0
  1295. package/build/tabview/assets/skins/sam/tabview.css +1 -0
  1296. package/build/tabview/assets/tabview-core.css +42 -0
  1297. package/build/tabview/tabview-debug.js +436 -0
  1298. package/build/tabview/tabview-min.js +1 -0
  1299. package/build/tabview/tabview.js +436 -0
  1300. package/build/tabview-base/tabview-base-debug.js +144 -0
  1301. package/build/tabview-base/tabview-base-min.js +1 -0
  1302. package/build/tabview-base/tabview-base.js +144 -0
  1303. package/build/tabview-plugin/tabview-plugin-debug.js +16 -0
  1304. package/build/tabview-plugin/tabview-plugin-min.js +1 -0
  1305. package/build/tabview-plugin/tabview-plugin.js +16 -0
  1306. package/build/template-base/template-base-debug.js +272 -0
  1307. package/build/template-base/template-base-min.js +1 -0
  1308. package/build/template-base/template-base.js +272 -0
  1309. package/build/template-micro/template-micro-debug.js +249 -0
  1310. package/build/template-micro/template-micro-min.js +1 -0
  1311. package/build/template-micro/template-micro.js +249 -0
  1312. package/build/test/test-debug.js +3869 -0
  1313. package/build/test/test-min.js +6 -0
  1314. package/build/test/test.js +3869 -0
  1315. package/build/test-console/assets/skins/sam/test-console-skin.css +58 -0
  1316. package/build/test-console/assets/skins/sam/test-console.css +1 -0
  1317. package/build/test-console/assets/test-console-core.css +8 -0
  1318. package/build/test-console/test-console-debug.js +307 -0
  1319. package/build/test-console/test-console-min.js +1 -0
  1320. package/build/test-console/test-console.js +307 -0
  1321. package/build/text-accentfold/text-accentfold-debug.js +162 -0
  1322. package/build/text-accentfold/text-accentfold-min.js +1 -0
  1323. package/build/text-accentfold/text-accentfold.js +162 -0
  1324. package/build/text-data-accentfold/text-data-accentfold-debug.js +46 -0
  1325. package/build/text-data-accentfold/text-data-accentfold-min.js +1 -0
  1326. package/build/text-data-accentfold/text-data-accentfold.js +46 -0
  1327. package/build/text-data-wordbreak/text-data-wordbreak-debug.js +29 -0
  1328. package/build/text-data-wordbreak/text-data-wordbreak-min.js +2 -0
  1329. package/build/text-data-wordbreak/text-data-wordbreak.js +29 -0
  1330. package/build/text-wordbreak/text-wordbreak-debug.js +363 -0
  1331. package/build/text-wordbreak/text-wordbreak-min.js +1 -0
  1332. package/build/text-wordbreak/text-wordbreak.js +362 -0
  1333. package/build/timers/timers-debug.js +314 -0
  1334. package/build/timers/timers-min.js +1 -0
  1335. package/build/timers/timers.js +314 -0
  1336. package/build/transition/transition-debug.js +760 -0
  1337. package/build/transition/transition-min.js +2 -0
  1338. package/build/transition/transition.js +758 -0
  1339. package/build/transition-timer/transition-timer-debug.js +334 -0
  1340. package/build/transition-timer/transition-timer-min.js +1 -0
  1341. package/build/transition-timer/transition-timer.js +334 -0
  1342. package/build/tree/tree-debug.js +940 -0
  1343. package/build/tree/tree-min.js +1 -0
  1344. package/build/tree/tree.js +940 -0
  1345. package/build/tree-labelable/tree-labelable-debug.js +79 -0
  1346. package/build/tree-labelable/tree-labelable-min.js +1 -0
  1347. package/build/tree-labelable/tree-labelable.js +79 -0
  1348. package/build/tree-lazy/tree-lazy-debug.js +176 -0
  1349. package/build/tree-lazy/tree-lazy-min.js +1 -0
  1350. package/build/tree-lazy/tree-lazy.js +175 -0
  1351. package/build/tree-node/tree-node-debug.js +555 -0
  1352. package/build/tree-node/tree-node-min.js +1 -0
  1353. package/build/tree-node/tree-node.js +555 -0
  1354. package/build/tree-openable/tree-openable-debug.js +241 -0
  1355. package/build/tree-openable/tree-openable-min.js +1 -0
  1356. package/build/tree-openable/tree-openable.js +241 -0
  1357. package/build/tree-selectable/tree-selectable-debug.js +289 -0
  1358. package/build/tree-selectable/tree-selectable-min.js +1 -0
  1359. package/build/tree-selectable/tree-selectable.js +289 -0
  1360. package/build/tree-sortable/tree-sortable-debug.js +377 -0
  1361. package/build/tree-sortable/tree-sortable-min.js +1 -0
  1362. package/build/tree-sortable/tree-sortable.js +377 -0
  1363. package/build/uploader/assets/uploader-flash-core.css +4 -0
  1364. package/build/uploader/uploader-debug.js +53 -0
  1365. package/build/uploader/uploader-min.js +1 -0
  1366. package/build/uploader/uploader.js +53 -0
  1367. package/build/uploader-flash/assets/uploader-flash-core.css +4 -0
  1368. package/build/uploader-flash/uploader-flash-debug.js +1612 -0
  1369. package/build/uploader-flash/uploader-flash-min.js +3 -0
  1370. package/build/uploader-flash/uploader-flash.js +1611 -0
  1371. package/build/uploader-html5/assets/uploader-flash-core.css +4 -0
  1372. package/build/uploader-html5/uploader-html5-debug.js +1006 -0
  1373. package/build/uploader-html5/uploader-html5-min.js +2 -0
  1374. package/build/uploader-html5/uploader-html5.js +1006 -0
  1375. package/build/uploader-queue/assets/uploader-flash-core.css +4 -0
  1376. package/build/uploader-queue/uploader-queue-debug.js +656 -0
  1377. package/build/uploader-queue/uploader-queue-min.js +1 -0
  1378. package/build/uploader-queue/uploader-queue.js +656 -0
  1379. package/build/view/view-debug.js +434 -0
  1380. package/build/view/view-min.js +1 -0
  1381. package/build/view/view.js +433 -0
  1382. package/build/view-node-map/view-node-map-debug.js +84 -0
  1383. package/build/view-node-map/view-node-map-min.js +1 -0
  1384. package/build/view-node-map/view-node-map.js +84 -0
  1385. package/build/widget-anim/widget-anim-debug.js +257 -0
  1386. package/build/widget-anim/widget-anim-min.js +1 -0
  1387. package/build/widget-anim/widget-anim.js +257 -0
  1388. package/build/widget-autohide/widget-autohide-debug.js +238 -0
  1389. package/build/widget-autohide/widget-autohide-min.js +1 -0
  1390. package/build/widget-autohide/widget-autohide.js +237 -0
  1391. package/build/widget-base/assets/skins/night/widget-base-skin.css +0 -0
  1392. package/build/widget-base/assets/skins/night/widget-base.css +1 -0
  1393. package/build/widget-base/assets/skins/sam/widget-base-skin.css +0 -0
  1394. package/build/widget-base/assets/skins/sam/widget-base.css +1 -0
  1395. package/build/widget-base/assets/widget-base-core.css +20 -0
  1396. package/build/widget-base/widget-base-debug.js +1293 -0
  1397. package/build/widget-base/widget-base-min.js +2 -0
  1398. package/build/widget-base/widget-base.js +1289 -0
  1399. package/build/widget-base-ie/widget-base-ie-debug.js +49 -0
  1400. package/build/widget-base-ie/widget-base-ie-min.js +1 -0
  1401. package/build/widget-base-ie/widget-base-ie.js +49 -0
  1402. package/build/widget-buttons/widget-buttons-debug.js +1294 -0
  1403. package/build/widget-buttons/widget-buttons-min.js +2 -0
  1404. package/build/widget-buttons/widget-buttons.js +1294 -0
  1405. package/build/widget-child/widget-child-debug.js +377 -0
  1406. package/build/widget-child/widget-child-min.js +1 -0
  1407. package/build/widget-child/widget-child.js +377 -0
  1408. package/build/widget-htmlparser/widget-htmlparser-debug.js +215 -0
  1409. package/build/widget-htmlparser/widget-htmlparser-min.js +1 -0
  1410. package/build/widget-htmlparser/widget-htmlparser.js +215 -0
  1411. package/build/widget-modality/assets/skins/night/widget-modality-skin.css +7 -0
  1412. package/build/widget-modality/assets/skins/night/widget-modality.css +1 -0
  1413. package/build/widget-modality/assets/skins/sam/widget-modality-skin.css +7 -0
  1414. package/build/widget-modality/assets/skins/sam/widget-modality.css +1 -0
  1415. package/build/widget-modality/assets/widget-modality-core.css +1 -0
  1416. package/build/widget-modality/widget-modality-debug.js +566 -0
  1417. package/build/widget-modality/widget-modality-min.js +3 -0
  1418. package/build/widget-modality/widget-modality.js +565 -0
  1419. package/build/widget-parent/widget-parent-debug.js +866 -0
  1420. package/build/widget-parent/widget-parent-min.js +1 -0
  1421. package/build/widget-parent/widget-parent.js +865 -0
  1422. package/build/widget-position/widget-position-debug.js +276 -0
  1423. package/build/widget-position/widget-position-min.js +1 -0
  1424. package/build/widget-position/widget-position.js +276 -0
  1425. package/build/widget-position-align/widget-position-align-debug.js +656 -0
  1426. package/build/widget-position-align/widget-position-align-min.js +1 -0
  1427. package/build/widget-position-align/widget-position-align.js +652 -0
  1428. package/build/widget-position-constrain/widget-position-constrain-debug.js +348 -0
  1429. package/build/widget-position-constrain/widget-position-constrain-min.js +1 -0
  1430. package/build/widget-position-constrain/widget-position-constrain.js +348 -0
  1431. package/build/widget-skin/widget-skin-debug.js +59 -0
  1432. package/build/widget-skin/widget-skin-min.js +1 -0
  1433. package/build/widget-skin/widget-skin.js +59 -0
  1434. package/build/widget-stack/assets/skins/night/widget-stack-skin.css +0 -0
  1435. package/build/widget-stack/assets/skins/night/widget-stack.css +1 -0
  1436. package/build/widget-stack/assets/skins/sam/widget-stack-skin.css +0 -0
  1437. package/build/widget-stack/assets/skins/sam/widget-stack.css +1 -0
  1438. package/build/widget-stack/assets/widget-stack-core.css +19 -0
  1439. package/build/widget-stack/widget-stack-debug.js +440 -0
  1440. package/build/widget-stack/widget-stack-min.js +1 -0
  1441. package/build/widget-stack/widget-stack.js +440 -0
  1442. package/build/widget-stdmod/widget-stdmod-debug.js +780 -0
  1443. package/build/widget-stdmod/widget-stdmod-min.js +1 -0
  1444. package/build/widget-stdmod/widget-stdmod.js +780 -0
  1445. package/build/widget-uievents/widget-uievents-debug.js +227 -0
  1446. package/build/widget-uievents/widget-uievents-min.js +1 -0
  1447. package/build/widget-uievents/widget-uievents.js +226 -0
  1448. package/build/yql/yql-debug.js +168 -0
  1449. package/build/yql/yql-min.js +1 -0
  1450. package/build/yql/yql.js +167 -0
  1451. package/build/yql-jsonp/yql-jsonp-debug.js +29 -0
  1452. package/build/yql-jsonp/yql-jsonp-min.js +1 -0
  1453. package/build/yql-jsonp/yql-jsonp.js +29 -0
  1454. package/build/yql-nodejs/yql-nodejs-debug.js +33 -0
  1455. package/build/yql-nodejs/yql-nodejs-min.js +22 -0
  1456. package/build/yql-nodejs/yql-nodejs.js +33 -0
  1457. package/build/yql-winjs/yql-winjs-debug.js +34 -0
  1458. package/build/yql-winjs/yql-winjs-min.js +1 -0
  1459. package/build/yql-winjs/yql-winjs.js +34 -0
  1460. package/build/yui/yui-debug.js +12330 -0
  1461. package/build/yui/yui-min.js +16 -0
  1462. package/build/yui/yui.js +12022 -0
  1463. package/build/yui-base/yui-base-debug.js +6254 -0
  1464. package/build/yui-base/yui-base-min.js +7 -0
  1465. package/build/yui-base/yui-base.js +5989 -0
  1466. package/build/yui-core/yui-core-debug.js +4264 -0
  1467. package/build/yui-core/yui-core-min.js +5 -0
  1468. package/build/yui-core/yui-core.js +4017 -0
  1469. package/build/yui-later/yui-later-debug.js +78 -0
  1470. package/build/yui-later/yui-later-min.js +1 -0
  1471. package/build/yui-later/yui-later.js +78 -0
  1472. package/build/yui-log/yui-log-debug.js +125 -0
  1473. package/build/yui-log/yui-log-min.js +1 -0
  1474. package/build/yui-log/yui-log.js +125 -0
  1475. package/build/yui-log-nodejs/yui-log-nodejs-debug.js +81 -0
  1476. package/build/yui-log-nodejs/yui-log-nodejs-min.js +1 -0
  1477. package/build/yui-log-nodejs/yui-log-nodejs.js +81 -0
  1478. package/build/yui-nodejs/yui-nodejs-debug.js +11418 -0
  1479. package/build/yui-nodejs/yui-nodejs-min.js +15 -0
  1480. package/build/yui-nodejs/yui-nodejs.js +10969 -0
  1481. package/build/yui-throttle/yui-throttle-debug.js +54 -0
  1482. package/build/yui-throttle/yui-throttle-min.js +3 -0
  1483. package/build/yui-throttle/yui-throttle.js +54 -0
  1484. package/index.js +3 -0
  1485. package/package.json +36 -0
@@ -0,0 +1,1549 @@
1
+ YUI.add('autocomplete-base', function (Y, NAME) {
2
+
3
+ /**
4
+ Provides automatic input completion or suggestions for text input fields and
5
+ textareas.
6
+
7
+ @module autocomplete
8
+ @main autocomplete
9
+ @since 3.3.0
10
+ **/
11
+
12
+ /**
13
+ `Y.Base` extension that provides core autocomplete logic (but no UI
14
+ implementation) for a text input field or textarea. Must be mixed into a
15
+ `Y.Base`-derived class to be useful.
16
+
17
+ @module autocomplete
18
+ @submodule autocomplete-base
19
+ **/
20
+
21
+ /**
22
+ Extension that provides core autocomplete logic (but no UI implementation) for a
23
+ text input field or textarea.
24
+
25
+ The `AutoCompleteBase` class provides events and attributes that abstract away
26
+ core autocomplete logic and configuration, but does not provide a widget
27
+ implementation or suggestion UI. For a prepackaged autocomplete widget, see
28
+ `AutoCompleteList`.
29
+
30
+ This extension cannot be instantiated directly, since it doesn't provide an
31
+ actual implementation. It's intended to be mixed into a `Y.Base`-based class or
32
+ widget.
33
+
34
+ `Y.Widget`-based example:
35
+
36
+ YUI().use('autocomplete-base', 'widget', function (Y) {
37
+ var MyAC = Y.Base.create('myAC', Y.Widget, [Y.AutoCompleteBase], {
38
+ // Custom prototype methods and properties.
39
+ }, {
40
+ // Custom static methods and properties.
41
+ });
42
+
43
+ // Custom implementation code.
44
+ });
45
+
46
+ `Y.Base`-based example:
47
+
48
+ YUI().use('autocomplete-base', function (Y) {
49
+ var MyAC = Y.Base.create('myAC', Y.Base, [Y.AutoCompleteBase], {
50
+ initializer: function () {
51
+ this._bindUIACBase();
52
+ this._syncUIACBase();
53
+ },
54
+
55
+ // Custom prototype methods and properties.
56
+ }, {
57
+ // Custom static methods and properties.
58
+ });
59
+
60
+ // Custom implementation code.
61
+ });
62
+
63
+ @class AutoCompleteBase
64
+ **/
65
+
66
+ var Escape = Y.Escape,
67
+ Lang = Y.Lang,
68
+ YArray = Y.Array,
69
+ YObject = Y.Object,
70
+
71
+ isFunction = Lang.isFunction,
72
+ isString = Lang.isString,
73
+ trim = Lang.trim,
74
+
75
+ INVALID_VALUE = Y.Attribute.INVALID_VALUE,
76
+
77
+ _FUNCTION_VALIDATOR = '_functionValidator',
78
+ _SOURCE_SUCCESS = '_sourceSuccess',
79
+
80
+ ALLOW_BROWSER_AC = 'allowBrowserAutocomplete',
81
+ INPUT_NODE = 'inputNode',
82
+ QUERY = 'query',
83
+ QUERY_DELIMITER = 'queryDelimiter',
84
+ REQUEST_TEMPLATE = 'requestTemplate',
85
+ RESULTS = 'results',
86
+ RESULT_LIST_LOCATOR = 'resultListLocator',
87
+ VALUE = 'value',
88
+ VALUE_CHANGE = 'valueChange',
89
+
90
+ EVT_CLEAR = 'clear',
91
+ EVT_QUERY = QUERY,
92
+ EVT_RESULTS = RESULTS;
93
+
94
+ function AutoCompleteBase() {}
95
+
96
+ AutoCompleteBase.prototype = {
97
+ // -- Lifecycle Methods ----------------------------------------------------
98
+ initializer: function () {
99
+ // AOP bindings.
100
+ Y.before(this._bindUIACBase, this, 'bindUI');
101
+ Y.before(this._syncUIACBase, this, 'syncUI');
102
+
103
+ // -- Public Events ----------------------------------------------------
104
+
105
+ /**
106
+ Fires after the query has been completely cleared or no longer meets the
107
+ minimum query length requirement.
108
+
109
+ @event clear
110
+ @param {String} prevVal Value of the query before it was cleared.
111
+ @param {String} src Source of the event.
112
+ @preventable _defClearFn
113
+ **/
114
+ this.publish(EVT_CLEAR, {
115
+ defaultFn: this._defClearFn
116
+ });
117
+
118
+ /**
119
+ Fires when the contents of the input field have changed and the input
120
+ value meets the criteria necessary to generate an autocomplete query.
121
+
122
+ @event query
123
+ @param {String} inputValue Full contents of the text input field or
124
+ textarea that generated the query.
125
+ @param {String} query AutoComplete query. This is the string that will
126
+ be used to request completion results. It may or may not be the same
127
+ as `inputValue`.
128
+ @param {String} src Source of the event.
129
+ @preventable _defQueryFn
130
+ **/
131
+ this.publish(EVT_QUERY, {
132
+ defaultFn: this._defQueryFn
133
+ });
134
+
135
+ /**
136
+ Fires after query results are received from the source. If no source has
137
+ been set, this event will not fire.
138
+
139
+ @event results
140
+ @param {Array|Object} data Raw, unfiltered result data (if available).
141
+ @param {String} query Query that generated these results.
142
+ @param {Object[]} results Array of filtered, formatted, and highlighted
143
+ results. Each item in the array is an object with the following
144
+ properties:
145
+
146
+ @param {Node|HTMLElement|String} results.display Formatted result
147
+ HTML suitable for display to the user. If no custom formatter is
148
+ set, this will be an HTML-escaped version of the string in the
149
+ `text` property.
150
+ @param {String} [results.highlighted] Highlighted (but not
151
+ formatted) result text. This property will only be set if a
152
+ highlighter is in use.
153
+ @param {Any} results.raw Raw, unformatted result in whatever form it
154
+ was provided by the source.
155
+ @param {String} results.text Plain text version of the result,
156
+ suitable for being inserted into the value of a text input field
157
+ or textarea when the result is selected by a user. This value is
158
+ not HTML-escaped and should not be inserted into the page using
159
+ `innerHTML` or `Node#setContent()`.
160
+
161
+ @preventable _defResultsFn
162
+ **/
163
+ this.publish(EVT_RESULTS, {
164
+ defaultFn: this._defResultsFn
165
+ });
166
+ },
167
+
168
+ destructor: function () {
169
+ this._acBaseEvents && this._acBaseEvents.detach();
170
+
171
+ delete this._acBaseEvents;
172
+ delete this._cache;
173
+ delete this._inputNode;
174
+ delete this._rawSource;
175
+ },
176
+
177
+ // -- Public Prototype Methods ---------------------------------------------
178
+
179
+ /**
180
+ Clears the result cache.
181
+
182
+ @method clearCache
183
+ @chainable
184
+ @since 3.5.0
185
+ **/
186
+ clearCache: function () {
187
+ this._cache && (this._cache = {});
188
+ return this;
189
+ },
190
+
191
+ /**
192
+ Sends a request to the configured source. If no source is configured, this
193
+ method won't do anything.
194
+
195
+ Usually there's no reason to call this method manually; it will be called
196
+ automatically when user input causes a `query` event to be fired. The only
197
+ time you'll need to call this method manually is if you want to force a
198
+ request to be sent when no user input has occurred.
199
+
200
+ @method sendRequest
201
+ @param {String} [query] Query to send. If specified, the `query` attribute
202
+ will be set to this query. If not specified, the current value of the
203
+ `query` attribute will be used.
204
+ @param {Function} [requestTemplate] Request template function. If not
205
+ specified, the current value of the `requestTemplate` attribute will be
206
+ used.
207
+ @chainable
208
+ **/
209
+ sendRequest: function (query, requestTemplate) {
210
+ var request,
211
+ source = this.get('source');
212
+
213
+ if (query || query === '') {
214
+ this._set(QUERY, query);
215
+ } else {
216
+ query = this.get(QUERY) || '';
217
+ }
218
+
219
+ if (source) {
220
+ if (!requestTemplate) {
221
+ requestTemplate = this.get(REQUEST_TEMPLATE);
222
+ }
223
+
224
+ request = requestTemplate ?
225
+ requestTemplate.call(this, query) : query;
226
+
227
+
228
+ source.sendRequest({
229
+ query : query,
230
+ request: request,
231
+
232
+ callback: {
233
+ success: Y.bind(this._onResponse, this, query)
234
+ }
235
+ });
236
+ }
237
+
238
+ return this;
239
+ },
240
+
241
+ // -- Protected Lifecycle Methods ------------------------------------------
242
+
243
+ /**
244
+ Attaches event listeners and behaviors.
245
+
246
+ @method _bindUIACBase
247
+ @protected
248
+ **/
249
+ _bindUIACBase: function () {
250
+ var inputNode = this.get(INPUT_NODE),
251
+ tokenInput = inputNode && inputNode.tokenInput;
252
+
253
+ // If the inputNode has a node-tokeninput plugin attached, bind to the
254
+ // plugin's inputNode instead.
255
+ if (tokenInput) {
256
+ inputNode = tokenInput.get(INPUT_NODE);
257
+ this._set('tokenInput', tokenInput);
258
+ }
259
+
260
+ if (!inputNode) {
261
+ Y.error('No inputNode specified.');
262
+ return;
263
+ }
264
+
265
+ this._inputNode = inputNode;
266
+
267
+ this._acBaseEvents = new Y.EventHandle([
268
+ // This is the valueChange event on the inputNode, provided by the
269
+ // event-valuechange module, not our own valueChange.
270
+ inputNode.on(VALUE_CHANGE, this._onInputValueChange, this),
271
+ inputNode.on('blur', this._onInputBlur, this),
272
+
273
+ this.after(ALLOW_BROWSER_AC + 'Change', this._syncBrowserAutocomplete),
274
+ this.after('sourceTypeChange', this._afterSourceTypeChange),
275
+ this.after(VALUE_CHANGE, this._afterValueChange)
276
+ ]);
277
+ },
278
+
279
+ /**
280
+ Synchronizes the UI state of the `inputNode`.
281
+
282
+ @method _syncUIACBase
283
+ @protected
284
+ **/
285
+ _syncUIACBase: function () {
286
+ this._syncBrowserAutocomplete();
287
+ this.set(VALUE, this.get(INPUT_NODE).get(VALUE));
288
+ },
289
+
290
+ // -- Protected Prototype Methods ------------------------------------------
291
+
292
+ /**
293
+ Creates a DataSource-like object that simply returns the specified array as
294
+ a response. See the `source` attribute for more details.
295
+
296
+ @method _createArraySource
297
+ @param {Array} source
298
+ @return {Object} DataSource-like object.
299
+ @protected
300
+ **/
301
+ _createArraySource: function (source) {
302
+ var that = this;
303
+
304
+ return {
305
+ type: 'array',
306
+ sendRequest: function (request) {
307
+ that[_SOURCE_SUCCESS](source.concat(), request);
308
+ }
309
+ };
310
+ },
311
+
312
+ /**
313
+ Creates a DataSource-like object that passes the query to a custom-defined
314
+ function, which is expected to call the provided callback with an array of
315
+ results. See the `source` attribute for more details.
316
+
317
+ @method _createFunctionSource
318
+ @param {Function} source Function that accepts a query and a callback as
319
+ parameters, and calls the callback with an array of results.
320
+ @return {Object} DataSource-like object.
321
+ @protected
322
+ **/
323
+ _createFunctionSource: function (source) {
324
+ var that = this;
325
+
326
+ return {
327
+ type: 'function',
328
+ sendRequest: function (request) {
329
+ var value;
330
+
331
+ function afterResults(results) {
332
+ that[_SOURCE_SUCCESS](results || [], request);
333
+ }
334
+
335
+ // Allow both synchronous and asynchronous functions. If we get
336
+ // a truthy return value, assume the function is synchronous.
337
+ if ((value = source(request.query, afterResults))) {
338
+ afterResults(value);
339
+ }
340
+ }
341
+ };
342
+ },
343
+
344
+ /**
345
+ Creates a DataSource-like object that looks up queries as properties on the
346
+ specified object, and returns the found value (if any) as a response. See
347
+ the `source` attribute for more details.
348
+
349
+ @method _createObjectSource
350
+ @param {Object} source
351
+ @return {Object} DataSource-like object.
352
+ @protected
353
+ **/
354
+ _createObjectSource: function (source) {
355
+ var that = this;
356
+
357
+ return {
358
+ type: 'object',
359
+ sendRequest: function (request) {
360
+ var query = request.query;
361
+
362
+ that[_SOURCE_SUCCESS](
363
+ YObject.owns(source, query) ? source[query] : [],
364
+ request
365
+ );
366
+ }
367
+ };
368
+ },
369
+
370
+ /**
371
+ Returns `true` if _value_ is either a function or `null`.
372
+
373
+ @method _functionValidator
374
+ @param {Function|null} value Value to validate.
375
+ @protected
376
+ **/
377
+ _functionValidator: function (value) {
378
+ return value === null || isFunction(value);
379
+ },
380
+
381
+ /**
382
+ Faster and safer alternative to `Y.Object.getValue()`. Doesn't bother
383
+ casting the path to an array (since we already know it's an array) and
384
+ doesn't throw an error if a value in the middle of the object hierarchy is
385
+ neither `undefined` nor an object.
386
+
387
+ @method _getObjectValue
388
+ @param {Object} obj
389
+ @param {Array} path
390
+ @return {Any} Located value, or `undefined` if the value was
391
+ not found at the specified path.
392
+ @protected
393
+ **/
394
+ _getObjectValue: function (obj, path) {
395
+ if (!obj) {
396
+ return;
397
+ }
398
+
399
+ for (var i = 0, len = path.length; obj && i < len; i++) {
400
+ obj = obj[path[i]];
401
+ }
402
+
403
+ return obj;
404
+ },
405
+
406
+ /**
407
+ Parses result responses, performs filtering and highlighting, and fires the
408
+ `results` event.
409
+
410
+ @method _parseResponse
411
+ @param {String} query Query that generated these results.
412
+ @param {Object} response Response containing results.
413
+ @param {Object} data Raw response data.
414
+ @protected
415
+ **/
416
+ _parseResponse: function (query, response, data) {
417
+ var facade = {
418
+ data : data,
419
+ query : query,
420
+ results: []
421
+ },
422
+
423
+ listLocator = this.get(RESULT_LIST_LOCATOR),
424
+ results = [],
425
+ unfiltered = response && response.results,
426
+
427
+ filters,
428
+ formatted,
429
+ formatter,
430
+ highlighted,
431
+ highlighter,
432
+ i,
433
+ len,
434
+ maxResults,
435
+ result,
436
+ text,
437
+ textLocator;
438
+
439
+ if (unfiltered && listLocator) {
440
+ unfiltered = listLocator.call(this, unfiltered);
441
+ }
442
+
443
+ if (unfiltered && unfiltered.length) {
444
+ filters = this.get('resultFilters');
445
+ textLocator = this.get('resultTextLocator');
446
+
447
+ // Create a lightweight result object for each result to make them
448
+ // easier to work with. The various properties on the object
449
+ // represent different formats of the result, and will be populated
450
+ // as we go.
451
+ for (i = 0, len = unfiltered.length; i < len; ++i) {
452
+ result = unfiltered[i];
453
+
454
+ text = textLocator ?
455
+ textLocator.call(this, result) :
456
+ result.toString();
457
+
458
+ results.push({
459
+ display: Escape.html(text),
460
+ raw : result,
461
+ text : text
462
+ });
463
+ }
464
+
465
+ // Run the results through all configured result filters. Each
466
+ // filter returns an array of (potentially fewer) result objects,
467
+ // which is then passed to the next filter, and so on.
468
+ for (i = 0, len = filters.length; i < len; ++i) {
469
+ results = filters[i].call(this, query, results.concat());
470
+
471
+ if (!results) {
472
+ return;
473
+ }
474
+
475
+ if (!results.length) {
476
+ break;
477
+ }
478
+ }
479
+
480
+ if (results.length) {
481
+ formatter = this.get('resultFormatter');
482
+ highlighter = this.get('resultHighlighter');
483
+ maxResults = this.get('maxResults');
484
+
485
+ // If maxResults is set and greater than 0, limit the number of
486
+ // results.
487
+ if (maxResults && maxResults > 0 &&
488
+ results.length > maxResults) {
489
+ results.length = maxResults;
490
+ }
491
+
492
+ // Run the results through the configured highlighter (if any).
493
+ // The highlighter returns an array of highlighted strings (not
494
+ // an array of result objects), and these strings are then added
495
+ // to each result object.
496
+ if (highlighter) {
497
+ highlighted = highlighter.call(this, query,
498
+ results.concat());
499
+
500
+ if (!highlighted) {
501
+ return;
502
+ }
503
+
504
+ for (i = 0, len = highlighted.length; i < len; ++i) {
505
+ result = results[i];
506
+ result.highlighted = highlighted[i];
507
+ result.display = result.highlighted;
508
+ }
509
+ }
510
+
511
+ // Run the results through the configured formatter (if any) to
512
+ // produce the final formatted results. The formatter returns an
513
+ // array of strings or Node instances (not an array of result
514
+ // objects), and these strings/Nodes are then added to each
515
+ // result object.
516
+ if (formatter) {
517
+ formatted = formatter.call(this, query, results.concat());
518
+
519
+ if (!formatted) {
520
+ return;
521
+ }
522
+
523
+ for (i = 0, len = formatted.length; i < len; ++i) {
524
+ results[i].display = formatted[i];
525
+ }
526
+ }
527
+ }
528
+ }
529
+
530
+ facade.results = results;
531
+ this.fire(EVT_RESULTS, facade);
532
+ },
533
+
534
+ /**
535
+ Returns the query portion of the specified input value, or `null` if there
536
+ is no suitable query within the input value.
537
+
538
+ If a query delimiter is defined, the query will be the last delimited part
539
+ of of the string.
540
+
541
+ @method _parseValue
542
+ @param {String} value Input value from which to extract the query.
543
+ @return {String|null} query
544
+ @protected
545
+ **/
546
+ _parseValue: function (value) {
547
+ var delim = this.get(QUERY_DELIMITER);
548
+
549
+ if (delim) {
550
+ value = value.split(delim);
551
+ value = value[value.length - 1];
552
+ }
553
+
554
+ return Lang.trimLeft(value);
555
+ },
556
+
557
+ /**
558
+ Setter for the `enableCache` attribute.
559
+
560
+ @method _setEnableCache
561
+ @param {Boolean} value
562
+ @protected
563
+ @since 3.5.0
564
+ **/
565
+ _setEnableCache: function (value) {
566
+ // When `this._cache` is an object, result sources will store cached
567
+ // results in it. When it's falsy, they won't. This way result sources
568
+ // don't need to get the value of the `enableCache` attribute on every
569
+ // request, which would be sloooow.
570
+ this._cache = value ? {} : null;
571
+ },
572
+
573
+ /**
574
+ Setter for locator attributes.
575
+
576
+ @method _setLocator
577
+ @param {Function|String|null} locator
578
+ @return {Function|null}
579
+ @protected
580
+ **/
581
+ _setLocator: function (locator) {
582
+ if (this[_FUNCTION_VALIDATOR](locator)) {
583
+ return locator;
584
+ }
585
+
586
+ var that = this;
587
+
588
+ locator = locator.toString().split('.');
589
+
590
+ return function (result) {
591
+ return result && that._getObjectValue(result, locator);
592
+ };
593
+ },
594
+
595
+ /**
596
+ Setter for the `requestTemplate` attribute.
597
+
598
+ @method _setRequestTemplate
599
+ @param {Function|String|null} template
600
+ @return {Function|null}
601
+ @protected
602
+ **/
603
+ _setRequestTemplate: function (template) {
604
+ if (this[_FUNCTION_VALIDATOR](template)) {
605
+ return template;
606
+ }
607
+
608
+ template = template.toString();
609
+
610
+ return function (query) {
611
+ return Lang.sub(template, {query: encodeURIComponent(query)});
612
+ };
613
+ },
614
+
615
+ /**
616
+ Setter for the `resultFilters` attribute.
617
+
618
+ @method _setResultFilters
619
+ @param {Array|Function|String|null} filters `null`, a filter
620
+ function, an array of filter functions, or a string or array of strings
621
+ representing the names of methods on `Y.AutoCompleteFilters`.
622
+ @return {Function[]} Array of filter functions (empty if <i>filters</i> is
623
+ `null`).
624
+ @protected
625
+ **/
626
+ _setResultFilters: function (filters) {
627
+ var acFilters, getFilterFunction;
628
+
629
+ if (filters === null) {
630
+ return [];
631
+ }
632
+
633
+ acFilters = Y.AutoCompleteFilters;
634
+
635
+ getFilterFunction = function (filter) {
636
+ if (isFunction(filter)) {
637
+ return filter;
638
+ }
639
+
640
+ if (isString(filter) && acFilters &&
641
+ isFunction(acFilters[filter])) {
642
+ return acFilters[filter];
643
+ }
644
+
645
+ return false;
646
+ };
647
+
648
+ if (Lang.isArray(filters)) {
649
+ filters = YArray.map(filters, getFilterFunction);
650
+ return YArray.every(filters, function (f) { return !!f; }) ?
651
+ filters : INVALID_VALUE;
652
+ } else {
653
+ filters = getFilterFunction(filters);
654
+ return filters ? [filters] : INVALID_VALUE;
655
+ }
656
+ },
657
+
658
+ /**
659
+ Setter for the `resultHighlighter` attribute.
660
+
661
+ @method _setResultHighlighter
662
+ @param {Function|String|null} highlighter `null`, a highlighter function, or
663
+ a string representing the name of a method on
664
+ `Y.AutoCompleteHighlighters`.
665
+ @return {Function|null}
666
+ @protected
667
+ **/
668
+ _setResultHighlighter: function (highlighter) {
669
+ var acHighlighters;
670
+
671
+ if (this[_FUNCTION_VALIDATOR](highlighter)) {
672
+ return highlighter;
673
+ }
674
+
675
+ acHighlighters = Y.AutoCompleteHighlighters;
676
+
677
+ if (isString(highlighter) && acHighlighters &&
678
+ isFunction(acHighlighters[highlighter])) {
679
+ return acHighlighters[highlighter];
680
+ }
681
+
682
+ return INVALID_VALUE;
683
+ },
684
+
685
+ /**
686
+ Setter for the `source` attribute. Returns a DataSource or a DataSource-like
687
+ object depending on the type of _source_ and/or the value of the
688
+ `sourceType` attribute.
689
+
690
+ @method _setSource
691
+ @param {Any} source AutoComplete source. See the `source` attribute for
692
+ details.
693
+ @return {DataSource|Object}
694
+ @protected
695
+ **/
696
+ _setSource: function (source) {
697
+ var sourceType = this.get('sourceType') || Lang.type(source),
698
+ sourceSetter;
699
+
700
+ if ((source && isFunction(source.sendRequest))
701
+ || source === null
702
+ || sourceType === 'datasource') {
703
+
704
+ // Quacks like a DataSource instance (or null). Make it so!
705
+ this._rawSource = source;
706
+ return source;
707
+ }
708
+
709
+ // See if there's a registered setter for this source type.
710
+ if ((sourceSetter = AutoCompleteBase.SOURCE_TYPES[sourceType])) {
711
+ this._rawSource = source;
712
+ return Lang.isString(sourceSetter) ?
713
+ this[sourceSetter](source) : sourceSetter(source);
714
+ }
715
+
716
+ Y.error("Unsupported source type '" + sourceType + "'. Maybe autocomplete-sources isn't loaded?");
717
+ return INVALID_VALUE;
718
+ },
719
+
720
+ /**
721
+ Shared success callback for non-DataSource sources.
722
+
723
+ @method _sourceSuccess
724
+ @param {Any} data Response data.
725
+ @param {Object} request Request object.
726
+ @protected
727
+ **/
728
+ _sourceSuccess: function (data, request) {
729
+ request.callback.success({
730
+ data: data,
731
+ response: {results: data}
732
+ });
733
+ },
734
+
735
+ /**
736
+ Synchronizes the UI state of the `allowBrowserAutocomplete` attribute.
737
+
738
+ @method _syncBrowserAutocomplete
739
+ @protected
740
+ **/
741
+ _syncBrowserAutocomplete: function () {
742
+ var inputNode = this.get(INPUT_NODE);
743
+
744
+ if (inputNode.get('nodeName').toLowerCase() === 'input') {
745
+ inputNode.setAttribute('autocomplete',
746
+ this.get(ALLOW_BROWSER_AC) ? 'on' : 'off');
747
+ }
748
+ },
749
+
750
+ /**
751
+ Updates the query portion of the `value` attribute.
752
+
753
+ If a query delimiter is defined, the last delimited portion of the input
754
+ value will be replaced with the specified _value_.
755
+
756
+ @method _updateValue
757
+ @param {String} newVal New value.
758
+ @protected
759
+ **/
760
+ _updateValue: function (newVal) {
761
+ var delim = this.get(QUERY_DELIMITER),
762
+ insertDelim,
763
+ len,
764
+ prevVal;
765
+
766
+ newVal = Lang.trimLeft(newVal);
767
+
768
+ if (delim) {
769
+ insertDelim = trim(delim); // so we don't double up on spaces
770
+ prevVal = YArray.map(trim(this.get(VALUE)).split(delim), trim);
771
+ len = prevVal.length;
772
+
773
+ if (len > 1) {
774
+ prevVal[len - 1] = newVal;
775
+ newVal = prevVal.join(insertDelim + ' ');
776
+ }
777
+
778
+ newVal = newVal + insertDelim + ' ';
779
+ }
780
+
781
+ this.set(VALUE, newVal);
782
+ },
783
+
784
+ // -- Protected Event Handlers ---------------------------------------------
785
+
786
+ /**
787
+ Updates the current `source` based on the new `sourceType` to ensure that
788
+ the two attributes don't get out of sync when they're changed separately.
789
+
790
+ @method _afterSourceTypeChange
791
+ @param {EventFacade} e
792
+ @protected
793
+ **/
794
+ _afterSourceTypeChange: function (e) {
795
+ if (this._rawSource) {
796
+ this.set('source', this._rawSource);
797
+ }
798
+ },
799
+
800
+ /**
801
+ Handles change events for the `value` attribute.
802
+
803
+ @method _afterValueChange
804
+ @param {EventFacade} e
805
+ @protected
806
+ **/
807
+ _afterValueChange: function (e) {
808
+ var newVal = e.newVal,
809
+ self = this,
810
+ uiChange = e.src === AutoCompleteBase.UI_SRC,
811
+ delay, fire, minQueryLength, query;
812
+
813
+ // Update the UI if the value was changed programmatically.
814
+ if (!uiChange) {
815
+ self._inputNode.set(VALUE, newVal);
816
+ }
817
+
818
+
819
+ minQueryLength = self.get('minQueryLength');
820
+ query = self._parseValue(newVal) || '';
821
+
822
+ if (minQueryLength >= 0 && query.length >= minQueryLength) {
823
+ // Only query on changes that originate from the UI.
824
+ if (uiChange) {
825
+ delay = self.get('queryDelay');
826
+
827
+ fire = function () {
828
+ self.fire(EVT_QUERY, {
829
+ inputValue: newVal,
830
+ query : query,
831
+ src : e.src
832
+ });
833
+ };
834
+
835
+ if (delay) {
836
+ clearTimeout(self._delay);
837
+ self._delay = setTimeout(fire, delay);
838
+ } else {
839
+ fire();
840
+ }
841
+ } else {
842
+ // For programmatic value changes, just update the query
843
+ // attribute without sending a query.
844
+ self._set(QUERY, query);
845
+ }
846
+ } else {
847
+ clearTimeout(self._delay);
848
+
849
+ self.fire(EVT_CLEAR, {
850
+ prevVal: e.prevVal ? self._parseValue(e.prevVal) : null,
851
+ src : e.src
852
+ });
853
+ }
854
+ },
855
+
856
+ /**
857
+ Handles `blur` events on the input node.
858
+
859
+ @method _onInputBlur
860
+ @param {EventFacade} e
861
+ @protected
862
+ **/
863
+ _onInputBlur: function (e) {
864
+ var delim = this.get(QUERY_DELIMITER),
865
+ delimPos,
866
+ newVal,
867
+ value;
868
+
869
+ // If a query delimiter is set and the input's value contains one or
870
+ // more trailing delimiters, strip them.
871
+ if (delim && !this.get('allowTrailingDelimiter')) {
872
+ delim = Lang.trimRight(delim);
873
+ value = newVal = this._inputNode.get(VALUE);
874
+
875
+ if (delim) {
876
+ while ((newVal = Lang.trimRight(newVal)) &&
877
+ (delimPos = newVal.length - delim.length) &&
878
+ newVal.lastIndexOf(delim) === delimPos) {
879
+
880
+ newVal = newVal.substring(0, delimPos);
881
+ }
882
+ } else {
883
+ // Delimiter is one or more space characters, so just trim the
884
+ // value.
885
+ newVal = Lang.trimRight(newVal);
886
+ }
887
+
888
+ if (newVal !== value) {
889
+ this.set(VALUE, newVal);
890
+ }
891
+ }
892
+ },
893
+
894
+ /**
895
+ Handles `valueChange` events on the input node and fires a `query` event
896
+ when the input value meets the configured criteria.
897
+
898
+ @method _onInputValueChange
899
+ @param {EventFacade} e
900
+ @protected
901
+ **/
902
+ _onInputValueChange: function (e) {
903
+ var newVal = e.newVal;
904
+
905
+ // Don't query if the internal value is the same as the new value
906
+ // reported by valueChange.
907
+ if (newVal !== this.get(VALUE)) {
908
+ this.set(VALUE, newVal, {src: AutoCompleteBase.UI_SRC});
909
+ }
910
+ },
911
+
912
+ /**
913
+ Handles source responses and fires the `results` event.
914
+
915
+ @method _onResponse
916
+ @param {EventFacade} e
917
+ @protected
918
+ **/
919
+ _onResponse: function (query, e) {
920
+ // Ignore stale responses that aren't for the current query.
921
+ if (query === (this.get(QUERY) || '')) {
922
+ this._parseResponse(query || '', e.response, e.data);
923
+ }
924
+ },
925
+
926
+ // -- Protected Default Event Handlers -------------------------------------
927
+
928
+ /**
929
+ Default `clear` event handler. Sets the `results` attribute to an empty
930
+ array and `query` to null.
931
+
932
+ @method _defClearFn
933
+ @protected
934
+ **/
935
+ _defClearFn: function () {
936
+ this._set(QUERY, null);
937
+ this._set(RESULTS, []);
938
+ },
939
+
940
+ /**
941
+ Default `query` event handler. Sets the `query` attribute and sends a
942
+ request to the source if one is configured.
943
+
944
+ @method _defQueryFn
945
+ @param {EventFacade} e
946
+ @protected
947
+ **/
948
+ _defQueryFn: function (e) {
949
+ this.sendRequest(e.query); // sendRequest will set the 'query' attribute
950
+ },
951
+
952
+ /**
953
+ Default `results` event handler. Sets the `results` attribute to the latest
954
+ results.
955
+
956
+ @method _defResultsFn
957
+ @param {EventFacade} e
958
+ @protected
959
+ **/
960
+ _defResultsFn: function (e) {
961
+ this._set(RESULTS, e[RESULTS]);
962
+ }
963
+ };
964
+
965
+ AutoCompleteBase.ATTRS = {
966
+ /**
967
+ Whether or not to enable the browser's built-in autocomplete functionality
968
+ for input fields.
969
+
970
+ @attribute allowBrowserAutocomplete
971
+ @type Boolean
972
+ @default false
973
+ **/
974
+ allowBrowserAutocomplete: {
975
+ value: false
976
+ },
977
+
978
+ /**
979
+ When a `queryDelimiter` is set, trailing delimiters will automatically be
980
+ stripped from the input value by default when the input node loses focus.
981
+ Set this to `true` to allow trailing delimiters.
982
+
983
+ @attribute allowTrailingDelimiter
984
+ @type Boolean
985
+ @default false
986
+ **/
987
+ allowTrailingDelimiter: {
988
+ value: false
989
+ },
990
+
991
+ /**
992
+ Whether or not to enable in-memory caching in result sources that support
993
+ it.
994
+
995
+ @attribute enableCache
996
+ @type Boolean
997
+ @default true
998
+ @since 3.5.0
999
+ **/
1000
+ enableCache: {
1001
+ lazyAdd: false, // we need the setter to run on init
1002
+ setter: '_setEnableCache',
1003
+ value: true
1004
+ },
1005
+
1006
+ /**
1007
+ Node to monitor for changes, which will generate `query` events when
1008
+ appropriate. May be either an `<input>` or a `<textarea>`.
1009
+
1010
+ @attribute inputNode
1011
+ @type Node|HTMLElement|String
1012
+ @initOnly
1013
+ **/
1014
+ inputNode: {
1015
+ setter: Y.one,
1016
+ writeOnce: 'initOnly'
1017
+ },
1018
+
1019
+ /**
1020
+ Maximum number of results to return. A value of `0` or less will allow an
1021
+ unlimited number of results.
1022
+
1023
+ @attribute maxResults
1024
+ @type Number
1025
+ @default 0
1026
+ **/
1027
+ maxResults: {
1028
+ value: 0
1029
+ },
1030
+
1031
+ /**
1032
+ Minimum number of characters that must be entered before a `query` event
1033
+ will be fired. A value of `0` allows empty queries; a negative value will
1034
+ effectively disable all `query` events.
1035
+
1036
+ @attribute minQueryLength
1037
+ @type Number
1038
+ @default 1
1039
+ **/
1040
+ minQueryLength: {
1041
+ value: 1
1042
+ },
1043
+
1044
+ /**
1045
+ Current query, or `null` if there is no current query.
1046
+
1047
+ The query might not be the same as the current value of the input node, both
1048
+ for timing reasons (due to `queryDelay`) and because when one or more
1049
+ `queryDelimiter` separators are in use, only the last portion of the
1050
+ delimited input string will be used as the query value.
1051
+
1052
+ @attribute query
1053
+ @type String|null
1054
+ @default null
1055
+ @readonly
1056
+ **/
1057
+ query: {
1058
+ readOnly: true,
1059
+ value: null
1060
+ },
1061
+
1062
+ /**
1063
+ Number of milliseconds to delay after input before triggering a `query`
1064
+ event. If new input occurs before this delay is over, the previous input
1065
+ event will be ignored and a new delay will begin.
1066
+
1067
+ This can be useful both to throttle queries to a remote data source and to
1068
+ avoid distracting the user by showing them less relevant results before
1069
+ they've paused their typing.
1070
+
1071
+ @attribute queryDelay
1072
+ @type Number
1073
+ @default 100
1074
+ **/
1075
+ queryDelay: {
1076
+ value: 100
1077
+ },
1078
+
1079
+ /**
1080
+ Query delimiter string. When a delimiter is configured, the input value
1081
+ will be split on the delimiter, and only the last portion will be used in
1082
+ autocomplete queries and updated when the `query` attribute is
1083
+ modified.
1084
+
1085
+ @attribute queryDelimiter
1086
+ @type String|null
1087
+ @default null
1088
+ **/
1089
+ queryDelimiter: {
1090
+ value: null
1091
+ },
1092
+
1093
+ /**
1094
+ Source request template. This can be a function that accepts a query as a
1095
+ parameter and returns a request string, or it can be a string containing the
1096
+ placeholder "{query}", which will be replaced with the actual URI-encoded
1097
+ query. In either case, the resulting string will be appended to the request
1098
+ URL when the `source` attribute is set to a remote DataSource, JSONP URL, or
1099
+ XHR URL (it will not be appended to YQL URLs).
1100
+
1101
+ While `requestTemplate` may be set to either a function or a string, it will
1102
+ always be returned as a function that accepts a query argument and returns a
1103
+ string.
1104
+
1105
+ @attribute requestTemplate
1106
+ @type Function|String|null
1107
+ @default null
1108
+ **/
1109
+ requestTemplate: {
1110
+ setter: '_setRequestTemplate',
1111
+ value: null
1112
+ },
1113
+
1114
+ /**
1115
+ Array of local result filter functions. If provided, each filter will be
1116
+ called with two arguments when results are received: the query and an array
1117
+ of result objects. See the documentation for the `results` event for a list
1118
+ of the properties available on each result object.
1119
+
1120
+ Each filter is expected to return a filtered or modified version of the
1121
+ results array, which will then be passed on to subsequent filters, then the
1122
+ `resultHighlighter` function (if set), then the `resultFormatter` function
1123
+ (if set), and finally to subscribers to the `results` event.
1124
+
1125
+ If no `source` is set, result filters will not be called.
1126
+
1127
+ Prepackaged result filters provided by the autocomplete-filters and
1128
+ autocomplete-filters-accentfold modules can be used by specifying the filter
1129
+ name as a string, such as `'phraseMatch'` (assuming the necessary filters
1130
+ module is loaded).
1131
+
1132
+ @attribute resultFilters
1133
+ @type Array
1134
+ @default []
1135
+ **/
1136
+ resultFilters: {
1137
+ setter: '_setResultFilters',
1138
+ value: []
1139
+ },
1140
+
1141
+ /**
1142
+ Function which will be used to format results. If provided, this function
1143
+ will be called with two arguments after results have been received and
1144
+ filtered: the query and an array of result objects. The formatter is
1145
+ expected to return an array of HTML strings or Node instances containing the
1146
+ desired HTML for each result.
1147
+
1148
+ See the documentation for the `results` event for a list of the properties
1149
+ available on each result object.
1150
+
1151
+ If no `source` is set, the formatter will not be called.
1152
+
1153
+ @attribute resultFormatter
1154
+ @type Function|null
1155
+ **/
1156
+ resultFormatter: {
1157
+ validator: _FUNCTION_VALIDATOR,
1158
+ value: null
1159
+ },
1160
+
1161
+ /**
1162
+ Function which will be used to highlight results. If provided, this function
1163
+ will be called with two arguments after results have been received and
1164
+ filtered: the query and an array of filtered result objects. The highlighter
1165
+ is expected to return an array of highlighted result text in the form of
1166
+ HTML strings.
1167
+
1168
+ See the documentation for the `results` event for a list of the properties
1169
+ available on each result object.
1170
+
1171
+ If no `source` is set, the highlighter will not be called.
1172
+
1173
+ @attribute resultHighlighter
1174
+ @type Function|null
1175
+ **/
1176
+ resultHighlighter: {
1177
+ setter: '_setResultHighlighter',
1178
+ value: null
1179
+ },
1180
+
1181
+ /**
1182
+ Locator that should be used to extract an array of results from a non-array
1183
+ response.
1184
+
1185
+ By default, no locator is applied, and all responses are assumed to be
1186
+ arrays by default. If all responses are already arrays, you don't need to
1187
+ define a locator.
1188
+
1189
+ The locator may be either a function (which will receive the raw response as
1190
+ an argument and must return an array) or a string representing an object
1191
+ path, such as "foo.bar.baz" (which would return the value of
1192
+ `result.foo.bar.baz` if the response is an object).
1193
+
1194
+ While `resultListLocator` may be set to either a function or a string, it
1195
+ will always be returned as a function that accepts a response argument and
1196
+ returns an array.
1197
+
1198
+ @attribute resultListLocator
1199
+ @type Function|String|null
1200
+ **/
1201
+ resultListLocator: {
1202
+ setter: '_setLocator',
1203
+ value: null
1204
+ },
1205
+
1206
+ /**
1207
+ Current results, or an empty array if there are no results.
1208
+
1209
+ @attribute results
1210
+ @type Array
1211
+ @default []
1212
+ @readonly
1213
+ **/
1214
+ results: {
1215
+ readOnly: true,
1216
+ value: []
1217
+ },
1218
+
1219
+ /**
1220
+ Locator that should be used to extract a plain text string from a non-string
1221
+ result item. The resulting text value will typically be the value that ends
1222
+ up being inserted into an input field or textarea when the user of an
1223
+ autocomplete implementation selects a result.
1224
+
1225
+ By default, no locator is applied, and all results are assumed to be plain
1226
+ text strings. If all results are already plain text strings, you don't need
1227
+ to define a locator.
1228
+
1229
+ The locator may be either a function (which will receive the raw result as
1230
+ an argument and must return a string) or a string representing an object
1231
+ path, such as "foo.bar.baz" (which would return the value of
1232
+ `result.foo.bar.baz` if the result is an object).
1233
+
1234
+ While `resultTextLocator` may be set to either a function or a string, it
1235
+ will always be returned as a function that accepts a result argument and
1236
+ returns a string.
1237
+
1238
+ @attribute resultTextLocator
1239
+ @type Function|String|null
1240
+ **/
1241
+ resultTextLocator: {
1242
+ setter: '_setLocator',
1243
+ value: null
1244
+ },
1245
+
1246
+ /**
1247
+ Source for autocomplete results. The following source types are supported:
1248
+
1249
+ <dl>
1250
+ <dt>Array</dt>
1251
+ <dd>
1252
+ <p>
1253
+ The full array will be provided to any configured filters for each
1254
+ query. This is an easy way to create a fully client-side autocomplete
1255
+ implementation.
1256
+ </p>
1257
+
1258
+ <p>
1259
+ Example: `['first result', 'second result', 'etc']`
1260
+ </p>
1261
+ </dd>
1262
+
1263
+ <dt>DataSource</dt>
1264
+ <dd>
1265
+ A `DataSource` instance or other object that provides a DataSource-like
1266
+ `sendRequest` method. See the `DataSource` documentation for details.
1267
+ </dd>
1268
+
1269
+ <dt>Function</dt>
1270
+ <dd>
1271
+ <p>
1272
+ A function source will be called with the current query and a
1273
+ callback function as parameters, and should either return an array of
1274
+ results (for synchronous operation) or return nothing and pass an
1275
+ array of results to the provided callback (for asynchronous
1276
+ operation).
1277
+ </p>
1278
+
1279
+ <p>
1280
+ Example (synchronous):
1281
+ </p>
1282
+
1283
+ <pre>
1284
+ function (query) {
1285
+ return ['foo', 'bar'];
1286
+ }
1287
+ </pre>
1288
+
1289
+ <p>
1290
+ Example (async):
1291
+ </p>
1292
+
1293
+ <pre>
1294
+ function (query, callback) {
1295
+ callback(['foo', 'bar']);
1296
+ }
1297
+ </pre>
1298
+ </dd>
1299
+
1300
+ <dt>Object</dt>
1301
+ <dd>
1302
+ <p>
1303
+ An object will be treated as a query hashmap. If a property on the
1304
+ object matches the current query, the value of that property will be
1305
+ used as the response.
1306
+ </p>
1307
+
1308
+ <p>
1309
+ The response is assumed to be an array of results by default. If the
1310
+ response is not an array, provide a `resultListLocator` to
1311
+ process the response and return an array.
1312
+ </p>
1313
+
1314
+ <p>
1315
+ Example: `{foo: ['foo result 1', 'foo result 2'], bar: ['bar result']}`
1316
+ </p>
1317
+ </dd>
1318
+ </dl>
1319
+
1320
+ If the optional `autocomplete-sources` module is loaded, then
1321
+ the following additional source types will be supported as well:
1322
+
1323
+ <dl>
1324
+ <dt>&lt;select&gt; Node</dt>
1325
+ <dd>
1326
+ You may provide a YUI Node instance wrapping a &lt;select&gt;
1327
+ element, and the options in the list will be used as results. You
1328
+ will also need to specify a `resultTextLocator` of 'text'
1329
+ or 'value', depending on what you want to use as the text of the
1330
+ result.
1331
+
1332
+ Each result will be an object with the following properties:
1333
+
1334
+ <dl>
1335
+ <dt>html (String)</dt>
1336
+ <dd>
1337
+ <p>HTML content of the &lt;option&gt; element.</p>
1338
+ </dd>
1339
+
1340
+ <dt>index (Number)</dt>
1341
+ <dd>
1342
+ <p>Index of the &lt;option&gt; element in the list.</p>
1343
+ </dd>
1344
+
1345
+ <dt>node (Y.Node)</dt>
1346
+ <dd>
1347
+ <p>Node instance referring to the original &lt;option&gt; element.</p>
1348
+ </dd>
1349
+
1350
+ <dt>selected (Boolean)</dt>
1351
+ <dd>
1352
+ <p>Whether or not this item is currently selected in the
1353
+ &lt;select&gt; list.</p>
1354
+ </dd>
1355
+
1356
+ <dt>text (String)</dt>
1357
+ <dd>
1358
+ <p>Text content of the &lt;option&gt; element.</p>
1359
+ </dd>
1360
+
1361
+ <dt>value (String)</dt>
1362
+ <dd>
1363
+ <p>Value of the &lt;option&gt; element.</p>
1364
+ </dd>
1365
+ </dl>
1366
+ </dd>
1367
+
1368
+ <dt>String (JSONP URL)</dt>
1369
+ <dd>
1370
+ <p>
1371
+ If a URL with a `{callback}` placeholder is provided, it will be used to
1372
+ make a JSONP request. The `{query}` placeholder will be replaced with
1373
+ the current query, and the `{callback}` placeholder will be replaced
1374
+ with an internally-generated JSONP callback name. Both placeholders must
1375
+ appear in the URL, or the request will fail. An optional `{maxResults}`
1376
+ placeholder may also be provided, and will be replaced with the value of
1377
+ the maxResults attribute (or 1000 if the maxResults attribute is 0 or
1378
+ less).
1379
+ </p>
1380
+
1381
+ <p>
1382
+ The response is assumed to be an array of results by default. If the
1383
+ response is not an array, provide a `resultListLocator` to process the
1384
+ response and return an array.
1385
+ </p>
1386
+
1387
+ <p>
1388
+ <strong>The `jsonp` module must be loaded in order for
1389
+ JSONP URL sources to work.</strong> If the `jsonp` module
1390
+ is not already loaded, it will be loaded on demand if possible.
1391
+ </p>
1392
+
1393
+ <p>
1394
+ Example: `'http://example.com/search?q={query}&callback={callback}'`
1395
+ </p>
1396
+ </dd>
1397
+
1398
+ <dt>String (XHR URL)</dt>
1399
+ <dd>
1400
+ <p>
1401
+ If a URL without a `{callback}` placeholder is provided, it will be used
1402
+ to make a same-origin XHR request. The `{query}` placeholder will be
1403
+ replaced with the current query. An optional `{maxResults}` placeholder
1404
+ may also be provided, and will be replaced with the value of the
1405
+ maxResults attribute (or 1000 if the maxResults attribute is 0 or less).
1406
+ </p>
1407
+
1408
+ <p>
1409
+ The response is assumed to be a JSON array of results by default. If the
1410
+ response is a JSON object and not an array, provide a
1411
+ `resultListLocator` to process the response and return an array. If the
1412
+ response is in some form other than JSON, you will need to use a custom
1413
+ DataSource instance as the source.
1414
+ </p>
1415
+
1416
+ <p>
1417
+ <strong>The `io-base` and `json-parse` modules
1418
+ must be loaded in order for XHR URL sources to work.</strong> If
1419
+ these modules are not already loaded, they will be loaded on demand
1420
+ if possible.
1421
+ </p>
1422
+
1423
+ <p>
1424
+ Example: `'http://example.com/search?q={query}'`
1425
+ </p>
1426
+ </dd>
1427
+
1428
+ <dt>String (YQL query)</dt>
1429
+ <dd>
1430
+ <p>
1431
+ If a YQL query is provided, it will be used to make a YQL request. The
1432
+ `{query}` placeholder will be replaced with the current autocomplete
1433
+ query. This placeholder must appear in the YQL query, or the request
1434
+ will fail. An optional `{maxResults}` placeholder may also be provided,
1435
+ and will be replaced with the value of the maxResults attribute (or 1000
1436
+ if the maxResults attribute is 0 or less).
1437
+ </p>
1438
+
1439
+ <p>
1440
+ <strong>The `yql` module must be loaded in order for YQL
1441
+ sources to work.</strong> If the `yql` module is not
1442
+ already loaded, it will be loaded on demand if possible.
1443
+ </p>
1444
+
1445
+ <p>
1446
+ Example: `'select * from search.suggest where query="{query}"'`
1447
+ </p>
1448
+ </dd>
1449
+ </dl>
1450
+
1451
+ As an alternative to providing a source, you could simply listen for `query`
1452
+ events and handle them any way you see fit. Providing a source is optional,
1453
+ but will usually be simpler.
1454
+
1455
+ @attribute source
1456
+ @type Array|DataSource|Function|Node|Object|String|null
1457
+ **/
1458
+ source: {
1459
+ setter: '_setSource',
1460
+ value: null
1461
+ },
1462
+
1463
+ /**
1464
+ May be used to force a specific source type, overriding the automatic source
1465
+ type detection. It should almost never be necessary to do this, but as they
1466
+ taught us in the Boy Scouts, one should always be prepared, so it's here if
1467
+ you need it. Be warned that if you set this attribute and something breaks,
1468
+ it's your own fault.
1469
+
1470
+ Supported `sourceType` values are: 'array', 'datasource', 'function', and
1471
+ 'object'.
1472
+
1473
+ If the `autocomplete-sources` module is loaded, the following additional
1474
+ source types are supported: 'io', 'jsonp', 'select', 'string', 'yql'
1475
+
1476
+ @attribute sourceType
1477
+ @type String
1478
+ **/
1479
+ sourceType: {
1480
+ value: null
1481
+ },
1482
+
1483
+ /**
1484
+ If the `inputNode` specified at instantiation time has a `node-tokeninput`
1485
+ plugin attached to it, this attribute will be a reference to the
1486
+ `Y.Plugin.TokenInput` instance.
1487
+
1488
+ @attribute tokenInput
1489
+ @type Plugin.TokenInput
1490
+ @readonly
1491
+ **/
1492
+ tokenInput: {
1493
+ readOnly: true
1494
+ },
1495
+
1496
+ /**
1497
+ Current value of the input node.
1498
+
1499
+ @attribute value
1500
+ @type String
1501
+ @default ''
1502
+ **/
1503
+ value: {
1504
+ // Why duplicate this._inputNode.get('value')? Because we need a
1505
+ // reliable way to track the source of value changes. We want to perform
1506
+ // completion when the user changes the value, but not when we change
1507
+ // the value.
1508
+ value: ''
1509
+ }
1510
+ };
1511
+
1512
+ // This tells Y.Base.create() to copy these static properties to any class
1513
+ // AutoCompleteBase is mixed into.
1514
+ AutoCompleteBase._buildCfg = {
1515
+ aggregates: ['SOURCE_TYPES'],
1516
+ statics : ['UI_SRC']
1517
+ };
1518
+
1519
+ /**
1520
+ Mapping of built-in source types to their setter functions. DataSource instances
1521
+ and DataSource-like objects are handled natively, so are not mapped here.
1522
+
1523
+ @property SOURCE_TYPES
1524
+ @type {Object}
1525
+ @static
1526
+ **/
1527
+ AutoCompleteBase.SOURCE_TYPES = {
1528
+ array : '_createArraySource',
1529
+ 'function': '_createFunctionSource',
1530
+ object : '_createObjectSource'
1531
+ };
1532
+
1533
+ AutoCompleteBase.UI_SRC = (Y.Widget && Y.Widget.UI_SRC) || 'ui';
1534
+
1535
+ Y.AutoCompleteBase = AutoCompleteBase;
1536
+
1537
+
1538
+ }, '@VERSION@', {
1539
+ "optional": [
1540
+ "autocomplete-sources"
1541
+ ],
1542
+ "requires": [
1543
+ "array-extras",
1544
+ "base-build",
1545
+ "escape",
1546
+ "event-valuechange",
1547
+ "node-base"
1548
+ ]
1549
+ });