@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,2188 @@
1
+ YUI.add('node-menunav', function (Y, NAME) {
2
+
3
+ /**
4
+ * <p>The MenuNav Node Plugin makes it easy to transform existing list-based
5
+ * markup into traditional, drop down navigational menus that are both accessible
6
+ * and easy to customize, and only require a small set of dependencies.</p>
7
+ *
8
+ *
9
+ * <p>To use the MenuNav Node Plugin, simply pass a reference to the plugin to a
10
+ * Node instance's <code>plug</code> method.</p>
11
+ *
12
+ * <p>
13
+ * <code>
14
+ * &#60;script type="text/javascript"&#62; <br>
15
+ * <br>
16
+ * // Call the "use" method, passing in "node-menunav". This will <br>
17
+ * // load the script and CSS for the MenuNav Node Plugin and all of <br>
18
+ * // the required dependencies. <br>
19
+ * <br>
20
+ * YUI().use("node-menunav", function(Y) { <br>
21
+ * <br>
22
+ * // Use the "contentready" event to initialize the menu when <br>
23
+ * // the subtree of element representing the root menu <br>
24
+ * // (&#60;div id="menu-1"&#62;) is ready to be scripted. <br>
25
+ * <br>
26
+ * Y.on("contentready", function () { <br>
27
+ * <br>
28
+ * // The scope of the callback will be a Node instance <br>
29
+ * // representing the root menu (&#60;div id="menu-1"&#62;). <br>
30
+ * // Therefore, since "this" represents a Node instance, it <br>
31
+ * // is possible to just call "this.plug" passing in a <br>
32
+ * // reference to the MenuNav Node Plugin. <br>
33
+ * <br>
34
+ * this.plug(Y.Plugin.NodeMenuNav); <br>
35
+ * <br>
36
+ * }, "#menu-1"); <br>
37
+ * <br>
38
+ * }); <br>
39
+ * <br>
40
+ * &#60;/script&#62; <br>
41
+ * </code>
42
+ * </p>
43
+ *
44
+ * <p>The MenuNav Node Plugin has several configuration properties that can be
45
+ * set via an object literal that is passed as a second argument to a Node
46
+ * instance's <code>plug</code> method.
47
+ * </p>
48
+ *
49
+ * <p>
50
+ * <code>
51
+ * &#60;script type="text/javascript"&#62; <br>
52
+ * <br>
53
+ * // Call the "use" method, passing in "node-menunav". This will <br>
54
+ * // load the script and CSS for the MenuNav Node Plugin and all of <br>
55
+ * // the required dependencies. <br>
56
+ * <br>
57
+ * YUI().use("node-menunav", function(Y) { <br>
58
+ * <br>
59
+ * // Use the "contentready" event to initialize the menu when <br>
60
+ * // the subtree of element representing the root menu <br>
61
+ * // (&#60;div id="menu-1"&#62;) is ready to be scripted. <br>
62
+ * <br>
63
+ * Y.on("contentready", function () { <br>
64
+ * <br>
65
+ * // The scope of the callback will be a Node instance <br>
66
+ * // representing the root menu (&#60;div id="menu-1"&#62;). <br>
67
+ * // Therefore, since "this" represents a Node instance, it <br>
68
+ * // is possible to just call "this.plug" passing in a <br>
69
+ * // reference to the MenuNav Node Plugin. <br>
70
+ * <br>
71
+ * this.plug(Y.Plugin.NodeMenuNav, { mouseOutHideDelay: 1000 });
72
+ * <br><br>
73
+ * }, "#menu-1"); <br>
74
+ * <br>
75
+ * }); <br>
76
+ * <br>
77
+ * &#60;/script&#62; <br>
78
+ * </code>
79
+ * </p>
80
+ *
81
+ DEPRECATED. The MenuNav Node Plugin has been deprecated as of YUI 3.9.0. This module will be removed from the library in a future version. If you require functionality similar to the one provided by this module, consider taking a look at the various modules in the YUI Gallery <http://yuilibrary.com/gallery/>.
82
+
83
+ @module node-menunav
84
+ @deprecated 3.9.0
85
+ */
86
+
87
+
88
+ // Util shortcuts
89
+
90
+ var UA = Y.UA,
91
+ later = Y.later,
92
+ getClassName = Y.ClassNameManager.getClassName,
93
+
94
+
95
+
96
+ // Frequently used strings
97
+
98
+ MENU = "menu",
99
+ MENUITEM = "menuitem",
100
+ HIDDEN = "hidden",
101
+ PARENT_NODE = "parentNode",
102
+ CHILDREN = "children",
103
+ OFFSET_HEIGHT = "offsetHeight",
104
+ OFFSET_WIDTH = "offsetWidth",
105
+ PX = "px",
106
+ ID = "id",
107
+ PERIOD = ".",
108
+ HANDLED_MOUSEOUT = "handledMouseOut",
109
+ HANDLED_MOUSEOVER = "handledMouseOver",
110
+ ACTIVE = "active",
111
+ LABEL = "label",
112
+ LOWERCASE_A = "a",
113
+ MOUSEDOWN = "mousedown",
114
+ KEYDOWN = "keydown",
115
+ CLICK = "click",
116
+ EMPTY_STRING = "",
117
+ FIRST_OF_TYPE = "first-of-type",
118
+ ROLE = "role",
119
+ PRESENTATION = "presentation",
120
+ DESCENDANTS = "descendants",
121
+ UI = "UI",
122
+ ACTIVE_DESCENDANT = "activeDescendant",
123
+ USE_ARIA = "useARIA",
124
+ ARIA_HIDDEN = "aria-hidden",
125
+ CONTENT = "content",
126
+ HOST = "host",
127
+ ACTIVE_DESCENDANT_CHANGE = ACTIVE_DESCENDANT + "Change",
128
+
129
+
130
+ // Attribute keys
131
+
132
+ AUTO_SUBMENU_DISPLAY = "autoSubmenuDisplay",
133
+ MOUSEOUT_HIDE_DELAY = "mouseOutHideDelay",
134
+
135
+
136
+ // CSS class names
137
+
138
+ CSS_MENU = getClassName(MENU),
139
+ CSS_MENU_HIDDEN = getClassName(MENU, HIDDEN),
140
+ CSS_MENU_HORIZONTAL = getClassName(MENU, "horizontal"),
141
+ CSS_MENU_LABEL = getClassName(MENU, LABEL),
142
+ CSS_MENU_LABEL_ACTIVE = getClassName(MENU, LABEL, ACTIVE),
143
+ CSS_MENU_LABEL_MENUVISIBLE = getClassName(MENU, LABEL, (MENU + "visible")),
144
+ CSS_MENUITEM = getClassName(MENUITEM),
145
+ CSS_MENUITEM_ACTIVE = getClassName(MENUITEM, ACTIVE),
146
+
147
+
148
+ // CSS selectors
149
+
150
+ MENU_SELECTOR = PERIOD + CSS_MENU,
151
+ MENU_TOGGLE_SELECTOR = (PERIOD + getClassName(MENU, "toggle")),
152
+ MENU_CONTENT_SELECTOR = PERIOD + getClassName(MENU, CONTENT),
153
+ MENU_LABEL_SELECTOR = PERIOD + CSS_MENU_LABEL,
154
+
155
+ STANDARD_QUERY = ">" + MENU_CONTENT_SELECTOR + ">ul>li>a",
156
+ EXTENDED_QUERY = ">" + MENU_CONTENT_SELECTOR + ">ul>li>" + MENU_LABEL_SELECTOR + ">a:first-child";
157
+
158
+ // Utility functions
159
+
160
+
161
+ var getPreviousSibling = function (node) {
162
+
163
+ var oPrevious = node.previous(),
164
+ oChildren;
165
+
166
+ if (!oPrevious) {
167
+ oChildren = node.get(PARENT_NODE).get(CHILDREN);
168
+ oPrevious = oChildren.item(oChildren.size() - 1);
169
+ }
170
+
171
+
172
+ return oPrevious;
173
+
174
+ };
175
+
176
+
177
+ var getNextSibling = function (node) {
178
+
179
+ var oNext = node.next();
180
+
181
+ if (!oNext) {
182
+ oNext = node.get(PARENT_NODE).get(CHILDREN).item(0);
183
+ }
184
+
185
+ return oNext;
186
+
187
+ };
188
+
189
+
190
+ var isAnchor = function (node) {
191
+
192
+ var bReturnVal = false;
193
+
194
+ if (node) {
195
+ bReturnVal = node.get("nodeName").toLowerCase() === LOWERCASE_A;
196
+ }
197
+
198
+ return bReturnVal;
199
+
200
+ };
201
+
202
+
203
+ var isMenuItem = function (node) {
204
+
205
+ return node.hasClass(CSS_MENUITEM);
206
+
207
+ };
208
+
209
+
210
+ var isMenuLabel = function (node) {
211
+
212
+ return node.hasClass(CSS_MENU_LABEL);
213
+
214
+ };
215
+
216
+
217
+ var isHorizontalMenu = function (menu) {
218
+
219
+ return menu.hasClass(CSS_MENU_HORIZONTAL);
220
+
221
+ };
222
+
223
+
224
+ var hasVisibleSubmenu = function (menuLabel) {
225
+
226
+ return menuLabel.hasClass(CSS_MENU_LABEL_MENUVISIBLE);
227
+
228
+ };
229
+
230
+
231
+ var getItemAnchor = function (node) {
232
+
233
+ return isAnchor(node) ? node : node.one(LOWERCASE_A);
234
+
235
+ };
236
+
237
+
238
+ var getNodeWithClass = function (node, className, searchAncestors) {
239
+
240
+ var oItem;
241
+
242
+ if (node) {
243
+
244
+ if (node.hasClass(className)) {
245
+ oItem = node;
246
+ }
247
+
248
+ if (!oItem && searchAncestors) {
249
+ oItem = node.ancestor((PERIOD + className));
250
+ }
251
+
252
+ }
253
+
254
+ return oItem;
255
+
256
+ };
257
+
258
+
259
+ var getParentMenu = function (node) {
260
+
261
+ return node.ancestor(MENU_SELECTOR);
262
+
263
+ };
264
+
265
+
266
+ var getMenu = function (node, searchAncestors) {
267
+
268
+ return getNodeWithClass(node, CSS_MENU, searchAncestors);
269
+
270
+ };
271
+
272
+
273
+ var getMenuItem = function (node, searchAncestors) {
274
+
275
+ var oItem;
276
+
277
+ if (node) {
278
+ oItem = getNodeWithClass(node, CSS_MENUITEM, searchAncestors);
279
+ }
280
+
281
+ return oItem;
282
+
283
+ };
284
+
285
+
286
+ var getMenuLabel = function (node, searchAncestors) {
287
+
288
+ var oItem;
289
+
290
+ if (node) {
291
+
292
+ if (searchAncestors) {
293
+ oItem = getNodeWithClass(node, CSS_MENU_LABEL, searchAncestors);
294
+ }
295
+ else {
296
+ oItem = getNodeWithClass(node, CSS_MENU_LABEL) ||
297
+ node.one((PERIOD + CSS_MENU_LABEL));
298
+ }
299
+
300
+ }
301
+
302
+ return oItem;
303
+
304
+ };
305
+
306
+
307
+ var getItem = function (node, searchAncestors) {
308
+
309
+ var oItem;
310
+
311
+ if (node) {
312
+ oItem = getMenuItem(node, searchAncestors) ||
313
+ getMenuLabel(node, searchAncestors);
314
+ }
315
+
316
+ return oItem;
317
+
318
+ };
319
+
320
+
321
+ var getFirstItem = function (menu) {
322
+
323
+ return getItem(menu.one("li"));
324
+
325
+ };
326
+
327
+
328
+ var getActiveClass = function (node) {
329
+
330
+ return isMenuItem(node) ? CSS_MENUITEM_ACTIVE : CSS_MENU_LABEL_ACTIVE;
331
+
332
+ };
333
+
334
+
335
+ var handleMouseOverForNode = function (node, target) {
336
+
337
+ return node && !node[HANDLED_MOUSEOVER] &&
338
+ (node.compareTo(target) || node.contains(target));
339
+
340
+ };
341
+
342
+
343
+ var handleMouseOutForNode = function (node, relatedTarget) {
344
+
345
+ return node && !node[HANDLED_MOUSEOUT] &&
346
+ (!node.compareTo(relatedTarget) && !node.contains(relatedTarget));
347
+
348
+ };
349
+
350
+ /**
351
+ * The NodeMenuNav class is a plugin for a Node instance. The class is used via
352
+ * the <a href="Node.html#method_plug"><code>plug</code></a> method of Node and
353
+ * should not be instantiated directly.
354
+ * @namespace plugin
355
+ * @class NodeMenuNav
356
+ */
357
+ var NodeMenuNav = function () {
358
+
359
+ NodeMenuNav.superclass.constructor.apply(this, arguments);
360
+
361
+ };
362
+
363
+ NodeMenuNav.NAME = "nodeMenuNav";
364
+ NodeMenuNav.NS = "menuNav";
365
+
366
+
367
+ /**
368
+ * @property SHIM_TEMPLATE_TITLE
369
+ * @description String representing the value for the <code>title</code>
370
+ * attribute for the shim used to prevent <code>&#60;select&#62;</code> elements
371
+ * from poking through menus in IE 6.
372
+ * @default "Menu Stacking Shim"
373
+ * @type String
374
+ */
375
+ NodeMenuNav.SHIM_TEMPLATE_TITLE = "Menu Stacking Shim";
376
+
377
+
378
+ /**
379
+ * @property SHIM_TEMPLATE
380
+ * @description String representing the HTML used to create the
381
+ * <code>&#60;iframe&#62;</code> shim used to prevent
382
+ * <code>&#60;select&#62;</code> elements from poking through menus in IE 6.
383
+ * @default &#34;&#60;iframe frameborder=&#34;0&#34; tabindex=&#34;-1&#34;
384
+ * class=&#34;yui-shim&#34; title=&#34;Menu Stacking Shim&#34;
385
+ * src=&#34;javascript:false;&#34;&#62;&#60;/iframe&#62;&#34;
386
+ * @type String
387
+ */
388
+
389
+ // <iframe> shim notes:
390
+ //
391
+ // 1) Need to set the "frameBorder" property to 0 to suppress the default
392
+ // <iframe> border in IE. (Setting the CSS "border" property alone doesn't
393
+ // suppress it.)
394
+ //
395
+ // 2) The "src" attribute of the <iframe> is set to "javascript:false;" so
396
+ // that it won't load a page inside it, preventing the secure/nonsecure
397
+ // warning in IE when using HTTPS.
398
+ //
399
+ // 3) Since the role of the <iframe> shim is completely presentational, its
400
+ // "tabindex" attribute is set to "-1" and its title attribute is set to
401
+ // "Menu Stacking Shim". Both strategies help users of screen readers to
402
+ // avoid mistakenly interacting with the <iframe> shim.
403
+
404
+ NodeMenuNav.SHIM_TEMPLATE = '<iframe frameborder="0" tabindex="-1" class="' +
405
+ getClassName("shim") +
406
+ '" title="' + NodeMenuNav.SHIM_TEMPLATE_TITLE +
407
+ '" src="javascript:false;"></iframe>';
408
+
409
+
410
+ NodeMenuNav.ATTRS = {
411
+
412
+ /**
413
+ * Boolean indicating if use of the WAI-ARIA Roles and States should be
414
+ * enabled for the menu.
415
+ *
416
+ * @attribute useARIA
417
+ * @readOnly
418
+ * @writeOnce
419
+ * @default true
420
+ * @type boolean
421
+ */
422
+ useARIA: {
423
+
424
+ value: true,
425
+ writeOnce: true,
426
+ lazyAdd: false,
427
+ setter: function (value) {
428
+
429
+ var oMenu = this.get(HOST),
430
+ oMenuLabel,
431
+ oMenuToggle,
432
+ oSubmenu,
433
+ sID;
434
+
435
+ if (value) {
436
+
437
+ oMenu.set(ROLE, MENU);
438
+
439
+ oMenu.all("ul,li," + MENU_CONTENT_SELECTOR).set(ROLE, PRESENTATION);
440
+
441
+ oMenu.all((PERIOD + getClassName(MENUITEM, CONTENT))).set(ROLE, MENUITEM);
442
+
443
+ oMenu.all((PERIOD + CSS_MENU_LABEL)).each(function (node) {
444
+
445
+ oMenuLabel = node;
446
+ oMenuToggle = node.one(MENU_TOGGLE_SELECTOR);
447
+
448
+ if (oMenuToggle) {
449
+ oMenuToggle.set(ROLE, PRESENTATION);
450
+ oMenuLabel = oMenuToggle.previous();
451
+ }
452
+
453
+ oMenuLabel.set(ROLE, MENUITEM);
454
+ oMenuLabel.set("aria-haspopup", true);
455
+
456
+ oSubmenu = node.next();
457
+
458
+ if (oSubmenu) {
459
+
460
+ oSubmenu.set(ROLE, MENU);
461
+
462
+ oMenuLabel = oSubmenu.previous();
463
+ oMenuToggle = oMenuLabel.one(MENU_TOGGLE_SELECTOR);
464
+
465
+ if (oMenuToggle) {
466
+ oMenuLabel = oMenuToggle;
467
+ }
468
+
469
+ sID = Y.stamp(oMenuLabel);
470
+
471
+ if (!oMenuLabel.get(ID)) {
472
+ oMenuLabel.set(ID, sID);
473
+ }
474
+
475
+ oSubmenu.set("aria-labelledby", sID);
476
+ oSubmenu.set(ARIA_HIDDEN, true);
477
+
478
+ }
479
+
480
+ });
481
+
482
+ }
483
+
484
+ }
485
+
486
+ },
487
+
488
+
489
+ /**
490
+ * Boolean indicating if submenus are automatically made visible when the
491
+ * user mouses over the menu's items.
492
+ *
493
+ * @attribute autoSubmenuDisplay
494
+ * @readOnly
495
+ * @writeOnce
496
+ * @default true
497
+ * @type boolean
498
+ */
499
+ autoSubmenuDisplay: {
500
+
501
+ value: true,
502
+ writeOnce: true
503
+
504
+ },
505
+
506
+
507
+ /**
508
+ * Number indicating the time (in milliseconds) that should expire before a
509
+ * submenu is made visible when the user mouses over the menu's label.
510
+ *
511
+ * @attribute submenuShowDelay
512
+ * @readOnly
513
+ * @writeOnce
514
+ * @default 250
515
+ * @type Number
516
+ */
517
+ submenuShowDelay: {
518
+
519
+ value: 250,
520
+ writeOnce: true
521
+
522
+ },
523
+
524
+
525
+ /**
526
+ * Number indicating the time (in milliseconds) that should expire before a
527
+ * submenu is hidden when the user mouses out of a menu label heading in the
528
+ * direction of a submenu.
529
+ *
530
+ * @attribute submenuHideDelay
531
+ * @readOnly
532
+ * @writeOnce
533
+ * @default 250
534
+ * @type Number
535
+ */
536
+ submenuHideDelay: {
537
+
538
+ value: 250,
539
+ writeOnce: true
540
+
541
+ },
542
+
543
+
544
+ /**
545
+ * Number indicating the time (in milliseconds) that should expire before a
546
+ * submenu is hidden when the user mouses out of it.
547
+ *
548
+ * @attribute mouseOutHideDelay
549
+ * @readOnly
550
+ * @writeOnce
551
+ * @default 750
552
+ * @type Number
553
+ */
554
+ mouseOutHideDelay: {
555
+
556
+ value: 750,
557
+ writeOnce: true
558
+
559
+ }
560
+
561
+ };
562
+
563
+
564
+ Y.extend(NodeMenuNav, Y.Plugin.Base, {
565
+
566
+ // Protected properties
567
+
568
+ /**
569
+ * @property _rootMenu
570
+ * @description Node instance representing the root menu in the menu.
571
+ * @default null
572
+ * @protected
573
+ * @type Node
574
+ */
575
+ _rootMenu: null,
576
+
577
+
578
+ /**
579
+ * @property _activeItem
580
+ * @description Node instance representing the menu's active descendent:
581
+ * the menuitem or menu label the user is currently interacting with.
582
+ * @default null
583
+ * @protected
584
+ * @type Node
585
+ */
586
+ _activeItem: null,
587
+
588
+
589
+ /**
590
+ * @property _activeMenu
591
+ * @description Node instance representing the menu that is the parent of
592
+ * the menu's active descendent.
593
+ * @default null
594
+ * @protected
595
+ * @type Node
596
+ */
597
+ _activeMenu: null,
598
+
599
+
600
+ /**
601
+ * @property _hasFocus
602
+ * @description Boolean indicating if the menu has focus.
603
+ * @default false
604
+ * @protected
605
+ * @type Boolean
606
+ */
607
+ _hasFocus: false,
608
+
609
+
610
+ // In gecko-based browsers a mouseover and mouseout event will fire even
611
+ // if a DOM element moves out from under the mouse without the user
612
+ // actually moving the mouse. This bug affects NodeMenuNav because the
613
+ // user can hit the Esc key to hide a menu, and if the mouse is over the
614
+ // menu when the user presses Esc, the _onMenuMouseOut handler will be
615
+ // called. To fix this bug the following flag (_blockMouseEvent) is used
616
+ // to block the code in the _onMenuMouseOut handler from executing.
617
+
618
+ /**
619
+ * @property _blockMouseEvent
620
+ * @description Boolean indicating whether or not to handle the
621
+ * "mouseover" event.
622
+ * @default false
623
+ * @protected
624
+ * @type Boolean
625
+ */
626
+ _blockMouseEvent: false,
627
+
628
+
629
+ /**
630
+ * @property _currentMouseX
631
+ * @description Number representing the current x coordinate of the mouse
632
+ * inside the menu.
633
+ * @default 0
634
+ * @protected
635
+ * @type Number
636
+ */
637
+ _currentMouseX: 0,
638
+
639
+
640
+ /**
641
+ * @property _movingToSubmenu
642
+ * @description Boolean indicating if the mouse is moving from a menu
643
+ * label to its corresponding submenu.
644
+ * @default false
645
+ * @protected
646
+ * @type Boolean
647
+ */
648
+ _movingToSubmenu: false,
649
+
650
+
651
+ /**
652
+ * @property _showSubmenuTimer
653
+ * @description Timer used to show a submenu.
654
+ * @default null
655
+ * @protected
656
+ * @type Object
657
+ */
658
+ _showSubmenuTimer: null,
659
+
660
+
661
+ /**
662
+ * @property _hideSubmenuTimer
663
+ * @description Timer used to hide a submenu.
664
+ * @default null
665
+ * @protected
666
+ * @type Object
667
+ */
668
+ _hideSubmenuTimer: null,
669
+
670
+
671
+ /**
672
+ * @property _hideAllSubmenusTimer
673
+ * @description Timer used to hide a all submenus.
674
+ * @default null
675
+ * @protected
676
+ * @type Object
677
+ */
678
+ _hideAllSubmenusTimer: null,
679
+
680
+
681
+ /**
682
+ * @property _firstItem
683
+ * @description Node instance representing the first item (menuitem or menu
684
+ * label) in the root menu of a menu.
685
+ * @default null
686
+ * @protected
687
+ * @type Node
688
+ */
689
+ _firstItem: null,
690
+
691
+
692
+ // Public methods
693
+
694
+
695
+ initializer: function (config) {
696
+
697
+ var menuNav = this,
698
+ oRootMenu = this.get(HOST),
699
+ aHandlers = [],
700
+ oDoc;
701
+
702
+
703
+ if (oRootMenu) {
704
+
705
+ menuNav._rootMenu = oRootMenu;
706
+
707
+ oRootMenu.all("ul:first-child").addClass(FIRST_OF_TYPE);
708
+
709
+ // Hide all visible submenus
710
+
711
+ oRootMenu.all(MENU_SELECTOR).addClass(CSS_MENU_HIDDEN);
712
+
713
+
714
+ // Wire up all event handlers
715
+
716
+ aHandlers.push(oRootMenu.on("mouseover", menuNav._onMouseOver, menuNav));
717
+ aHandlers.push(oRootMenu.on("mouseout", menuNav._onMouseOut, menuNav));
718
+ aHandlers.push(oRootMenu.on("mousemove", menuNav._onMouseMove, menuNav));
719
+ aHandlers.push(oRootMenu.on(MOUSEDOWN, menuNav._toggleSubmenuDisplay, menuNav));
720
+ aHandlers.push(Y.on("key", menuNav._toggleSubmenuDisplay, oRootMenu, "down:13", menuNav));
721
+ aHandlers.push(oRootMenu.on(CLICK, menuNav._toggleSubmenuDisplay, menuNav));
722
+ aHandlers.push(oRootMenu.on("keypress", menuNav._onKeyPress, menuNav));
723
+ aHandlers.push(oRootMenu.on(KEYDOWN, menuNav._onKeyDown, menuNav));
724
+
725
+ oDoc = oRootMenu.get("ownerDocument");
726
+
727
+ aHandlers.push(oDoc.on(MOUSEDOWN, menuNav._onDocMouseDown, menuNav));
728
+ aHandlers.push(oDoc.on("focus", menuNav._onDocFocus, menuNav));
729
+
730
+ this._eventHandlers = aHandlers;
731
+
732
+ menuNav._initFocusManager();
733
+
734
+ }
735
+
736
+
737
+ },
738
+
739
+ destructor: function () {
740
+
741
+ var aHandlers = this._eventHandlers;
742
+
743
+ if (aHandlers) {
744
+
745
+ Y.Array.each(aHandlers, function (handle) {
746
+ handle.detach();
747
+ });
748
+
749
+ this._eventHandlers = null;
750
+
751
+ }
752
+
753
+ this.get(HOST).unplug("focusManager");
754
+
755
+ },
756
+
757
+
758
+
759
+ // Protected methods
760
+
761
+ /**
762
+ * @method _isRoot
763
+ * @description Returns a boolean indicating if the specified menu is the
764
+ * root menu in the menu.
765
+ * @protected
766
+ * @param {Node} menu Node instance representing a menu.
767
+ * @return {Boolean} Boolean indicating if the specified menu is the root
768
+ * menu in the menu.
769
+ */
770
+ _isRoot: function (menu) {
771
+
772
+ return this._rootMenu.compareTo(menu);
773
+
774
+ },
775
+
776
+
777
+ /**
778
+ * @method _getTopmostSubmenu
779
+ * @description Returns the topmost submenu of a submenu hierarchy.
780
+ * @protected
781
+ * @param {Node} menu Node instance representing a menu.
782
+ * @return {Node} Node instance representing a menu.
783
+ */
784
+ _getTopmostSubmenu: function (menu) {
785
+
786
+ var menuNav = this,
787
+ oMenu = getParentMenu(menu),
788
+ returnVal;
789
+
790
+
791
+ if (!oMenu) {
792
+ returnVal = menu;
793
+ }
794
+ else if (menuNav._isRoot(oMenu)) {
795
+ returnVal = menu;
796
+ }
797
+ else {
798
+ returnVal = menuNav._getTopmostSubmenu(oMenu);
799
+ }
800
+
801
+ return returnVal;
802
+
803
+ },
804
+
805
+
806
+ /**
807
+ * @method _clearActiveItem
808
+ * @description Clears the menu's active descendent.
809
+ * @protected
810
+ */
811
+ _clearActiveItem: function () {
812
+
813
+ var menuNav = this,
814
+ oActiveItem = menuNav._activeItem;
815
+
816
+ if (oActiveItem) {
817
+ oActiveItem.removeClass(getActiveClass(oActiveItem));
818
+ }
819
+
820
+ menuNav._activeItem = null;
821
+
822
+ },
823
+
824
+
825
+ /**
826
+ * @method _setActiveItem
827
+ * @description Sets the specified menuitem or menu label as the menu's
828
+ * active descendent.
829
+ * @protected
830
+ * @param {Node} item Node instance representing a menuitem or menu label.
831
+ */
832
+ _setActiveItem: function (item) {
833
+
834
+ var menuNav = this;
835
+
836
+ if (item) {
837
+
838
+ menuNav._clearActiveItem();
839
+
840
+ item.addClass(getActiveClass(item));
841
+
842
+ menuNav._activeItem = item;
843
+
844
+ }
845
+
846
+ },
847
+
848
+
849
+ /**
850
+ * @method _focusItem
851
+ * @description Focuses the specified menuitem or menu label.
852
+ * @protected
853
+ * @param {Node} item Node instance representing a menuitem or menu label.
854
+ */
855
+ _focusItem: function (item) {
856
+
857
+ var menuNav = this,
858
+ oMenu,
859
+ oItem;
860
+
861
+ if (item && menuNav._hasFocus) {
862
+
863
+ oMenu = getParentMenu(item);
864
+ oItem = getItemAnchor(item);
865
+
866
+ if (oMenu && !oMenu.compareTo(menuNav._activeMenu)) {
867
+ menuNav._activeMenu = oMenu;
868
+ menuNav._initFocusManager();
869
+ }
870
+
871
+ menuNav._focusManager.focus(oItem);
872
+
873
+ }
874
+
875
+ },
876
+
877
+
878
+ /**
879
+ * @method _showMenu
880
+ * @description Shows the specified menu.
881
+ * @protected
882
+ * @param {Node} menu Node instance representing a menu.
883
+ */
884
+ _showMenu: function (menu) {
885
+
886
+ var oParentMenu = getParentMenu(menu),
887
+ oLI = menu.get(PARENT_NODE),
888
+ aXY = oLI.getXY();
889
+
890
+
891
+ if (this.get(USE_ARIA)) {
892
+ menu.set(ARIA_HIDDEN, false);
893
+ }
894
+
895
+
896
+ if (isHorizontalMenu(oParentMenu)) {
897
+ aXY[1] = aXY[1] + oLI.get(OFFSET_HEIGHT);
898
+ }
899
+ else {
900
+ aXY[0] = aXY[0] + oLI.get(OFFSET_WIDTH);
901
+ }
902
+
903
+ menu.setXY(aXY);
904
+
905
+ if (UA.ie && UA.ie < 8) {
906
+
907
+ if (UA.ie === 6 && !menu.hasIFrameShim) {
908
+
909
+ menu.appendChild(Y.Node.create(NodeMenuNav.SHIM_TEMPLATE));
910
+ menu.hasIFrameShim = true;
911
+
912
+ }
913
+
914
+ // Clear previous values for height and width
915
+
916
+ menu.setStyles({ height: EMPTY_STRING, width: EMPTY_STRING });
917
+
918
+ // Set the width and height of the menu's bounding box - this is
919
+ // necessary for IE 6 so that the CSS for the <iframe> shim can
920
+ // simply set the <iframe>'s width and height to 100% to ensure
921
+ // that dimensions of an <iframe> shim are always sync'd to the
922
+ // that of its parent menu. Specifying a width and height also
923
+ // helps when positioning decorator elements (for creating effects
924
+ // like rounded corners) inside a menu's bounding box in IE 7.
925
+
926
+ menu.setStyles({
927
+ height: (menu.get(OFFSET_HEIGHT) + PX),
928
+ width: (menu.get(OFFSET_WIDTH) + PX) });
929
+
930
+ }
931
+
932
+ menu.previous().addClass(CSS_MENU_LABEL_MENUVISIBLE);
933
+ menu.removeClass(CSS_MENU_HIDDEN);
934
+
935
+ },
936
+
937
+
938
+ /**
939
+ * @method _hideMenu
940
+ * @description Hides the specified menu.
941
+ * @protected
942
+ * @param {Node} menu Node instance representing a menu.
943
+ * @param {Boolean} activateAndFocusLabel Boolean indicating if the label
944
+ * for the specified
945
+ * menu should be focused and set as active.
946
+ */
947
+ _hideMenu: function (menu, activateAndFocusLabel) {
948
+
949
+ var menuNav = this,
950
+ oLabel = menu.previous(),
951
+ oActiveItem;
952
+
953
+ oLabel.removeClass(CSS_MENU_LABEL_MENUVISIBLE);
954
+
955
+
956
+ if (activateAndFocusLabel) {
957
+ menuNav._focusItem(oLabel);
958
+ menuNav._setActiveItem(oLabel);
959
+ }
960
+
961
+ oActiveItem = menu.one((PERIOD + CSS_MENUITEM_ACTIVE));
962
+
963
+ if (oActiveItem) {
964
+ oActiveItem.removeClass(CSS_MENUITEM_ACTIVE);
965
+ }
966
+
967
+ // Clear the values for top and left that were set by the call to
968
+ // "setXY" when the menu was shown so that the hidden position
969
+ // specified in the core CSS file will take affect.
970
+
971
+ menu.setStyles({ left: EMPTY_STRING, top: EMPTY_STRING });
972
+
973
+ menu.addClass(CSS_MENU_HIDDEN);
974
+
975
+ if (menuNav.get(USE_ARIA)) {
976
+ menu.set(ARIA_HIDDEN, true);
977
+ }
978
+
979
+ },
980
+
981
+
982
+ /**
983
+ * @method _hideAllSubmenus
984
+ * @description Hides all submenus of the specified menu.
985
+ * @protected
986
+ * @param {Node} menu Node instance representing a menu.
987
+ */
988
+ _hideAllSubmenus: function (menu) {
989
+
990
+ var menuNav = this;
991
+
992
+ menu.all(MENU_SELECTOR).each(Y.bind(function (submenuNode) {
993
+
994
+ menuNav._hideMenu(submenuNode);
995
+
996
+ }, menuNav));
997
+
998
+ },
999
+
1000
+
1001
+ /**
1002
+ * @method _cancelShowSubmenuTimer
1003
+ * @description Cancels the timer used to show a submenu.
1004
+ * @protected
1005
+ */
1006
+ _cancelShowSubmenuTimer: function () {
1007
+
1008
+ var menuNav = this,
1009
+ oShowSubmenuTimer = menuNav._showSubmenuTimer;
1010
+
1011
+ if (oShowSubmenuTimer) {
1012
+ oShowSubmenuTimer.cancel();
1013
+ menuNav._showSubmenuTimer = null;
1014
+ }
1015
+
1016
+ },
1017
+
1018
+
1019
+ /**
1020
+ * @method _cancelHideSubmenuTimer
1021
+ * @description Cancels the timer used to hide a submenu.
1022
+ * @protected
1023
+ */
1024
+ _cancelHideSubmenuTimer: function () {
1025
+
1026
+ var menuNav = this,
1027
+ oHideSubmenuTimer = menuNav._hideSubmenuTimer;
1028
+
1029
+
1030
+ if (oHideSubmenuTimer) {
1031
+ oHideSubmenuTimer.cancel();
1032
+ menuNav._hideSubmenuTimer = null;
1033
+ }
1034
+
1035
+ },
1036
+
1037
+
1038
+ /**
1039
+ * @method _initFocusManager
1040
+ * @description Initializes and updates the Focus Manager so that is is
1041
+ * always managing descendants of the active menu.
1042
+ * @protected
1043
+ */
1044
+ _initFocusManager: function () {
1045
+
1046
+ var menuNav = this,
1047
+ oRootMenu = menuNav._rootMenu,
1048
+ oMenu = menuNav._activeMenu || oRootMenu,
1049
+ sSelectorBase =
1050
+ menuNav._isRoot(oMenu) ? EMPTY_STRING : ("#" + oMenu.get("id")),
1051
+ oFocusManager = menuNav._focusManager,
1052
+ sKeysVal,
1053
+ sDescendantSelector,
1054
+ sQuery;
1055
+
1056
+ if (isHorizontalMenu(oMenu)) {
1057
+
1058
+ sDescendantSelector = sSelectorBase + STANDARD_QUERY + "," +
1059
+ sSelectorBase + EXTENDED_QUERY;
1060
+
1061
+ sKeysVal = { next: "down:39", previous: "down:37" };
1062
+
1063
+ }
1064
+ else {
1065
+
1066
+ sDescendantSelector = sSelectorBase + STANDARD_QUERY;
1067
+ sKeysVal = { next: "down:40", previous: "down:38" };
1068
+
1069
+ }
1070
+
1071
+
1072
+ if (!oFocusManager) {
1073
+
1074
+ oRootMenu.plug(Y.Plugin.NodeFocusManager, {
1075
+ descendants: sDescendantSelector,
1076
+ keys: sKeysVal,
1077
+ circular: true
1078
+ });
1079
+
1080
+ oFocusManager = oRootMenu.focusManager;
1081
+
1082
+ sQuery = "#" + oRootMenu.get("id") + MENU_SELECTOR + " a," +
1083
+ MENU_TOGGLE_SELECTOR;
1084
+
1085
+ oRootMenu.all(sQuery).set("tabIndex", -1);
1086
+
1087
+ oFocusManager.on(ACTIVE_DESCENDANT_CHANGE,
1088
+ this._onActiveDescendantChange, oFocusManager, this);
1089
+
1090
+ oFocusManager.after(ACTIVE_DESCENDANT_CHANGE,
1091
+ this._afterActiveDescendantChange, oFocusManager, this);
1092
+
1093
+ menuNav._focusManager = oFocusManager;
1094
+
1095
+ }
1096
+ else {
1097
+
1098
+ oFocusManager.set(ACTIVE_DESCENDANT, -1);
1099
+ oFocusManager.set(DESCENDANTS, sDescendantSelector);
1100
+ oFocusManager.set("keys", sKeysVal);
1101
+
1102
+ }
1103
+
1104
+ },
1105
+
1106
+
1107
+ // Event handlers for discrete pieces of pieces of the menu
1108
+
1109
+
1110
+ /**
1111
+ * @method _onActiveDescendantChange
1112
+ * @description "activeDescendantChange" event handler for menu's
1113
+ * Focus Manager.
1114
+ * @protected
1115
+ * @param {Object} event Object representing the Attribute change event.
1116
+ * @param {NodeMenuNav} menuNav Object representing the NodeMenuNav instance.
1117
+ */
1118
+ _onActiveDescendantChange: function (event, menuNav) {
1119
+
1120
+ if (event.src === UI && menuNav._activeMenu &&
1121
+ !menuNav._movingToSubmenu) {
1122
+
1123
+ menuNav._hideAllSubmenus(menuNav._activeMenu);
1124
+
1125
+ }
1126
+
1127
+ },
1128
+
1129
+
1130
+ /**
1131
+ * @method _afterActiveDescendantChange
1132
+ * @description "activeDescendantChange" event handler for menu's
1133
+ * Focus Manager.
1134
+ * @protected
1135
+ * @param {Object} event Object representing the Attribute change event.
1136
+ * @param {NodeMenuNav} menuNav Object representing the NodeMenuNav instance.
1137
+ */
1138
+ _afterActiveDescendantChange: function (event, menuNav) {
1139
+
1140
+ var oItem;
1141
+
1142
+ if (event.src === UI) {
1143
+ oItem = getItem(this.get(DESCENDANTS).item(event.newVal), true);
1144
+ menuNav._setActiveItem(oItem);
1145
+ }
1146
+
1147
+ },
1148
+
1149
+
1150
+ /**
1151
+ * @method _onDocFocus
1152
+ * @description "focus" event handler for the owner document of the MenuNav.
1153
+ * @protected
1154
+ * @param {Object} event Object representing the DOM event.
1155
+ */
1156
+ _onDocFocus: function (event) {
1157
+
1158
+ var menuNav = this,
1159
+ oActiveItem = menuNav._activeItem,
1160
+ oTarget = event.target,
1161
+ oMenu;
1162
+
1163
+
1164
+ if (menuNav._rootMenu.contains(oTarget)) { // The menu has focus
1165
+
1166
+ if (menuNav._hasFocus) {
1167
+
1168
+ oMenu = getParentMenu(oTarget);
1169
+
1170
+ // If the element that was focused is a descendant of the
1171
+ // root menu, but is in a submenu not currently being
1172
+ // managed by the Focus Manager, update the Focus Manager so
1173
+ // that it is now managing the submenu that is the parent of
1174
+ // the element that was focused.
1175
+
1176
+ if (!menuNav._activeMenu.compareTo(oMenu)) {
1177
+
1178
+ menuNav._activeMenu = oMenu;
1179
+ menuNav._initFocusManager();
1180
+ menuNav._focusManager.set(ACTIVE_DESCENDANT, oTarget);
1181
+ menuNav._setActiveItem(getItem(oTarget, true));
1182
+
1183
+ }
1184
+
1185
+ }
1186
+ else { // Initial focus
1187
+
1188
+ // First time the menu has been focused, need to setup focused
1189
+ // state and established active active descendant
1190
+
1191
+ menuNav._hasFocus = true;
1192
+
1193
+ oActiveItem = getItem(oTarget, true);
1194
+
1195
+ if (oActiveItem) {
1196
+ menuNav._setActiveItem(oActiveItem);
1197
+ }
1198
+
1199
+ }
1200
+
1201
+ }
1202
+ else { // The menu has lost focus
1203
+
1204
+ menuNav._clearActiveItem();
1205
+
1206
+ menuNav._cancelShowSubmenuTimer();
1207
+ menuNav._hideAllSubmenus(menuNav._rootMenu);
1208
+
1209
+ menuNav._activeMenu = menuNav._rootMenu;
1210
+ menuNav._initFocusManager();
1211
+
1212
+ menuNav._focusManager.set(ACTIVE_DESCENDANT, 0);
1213
+
1214
+ menuNav._hasFocus = false;
1215
+
1216
+ }
1217
+
1218
+ },
1219
+
1220
+
1221
+ /**
1222
+ * @method _onMenuMouseOver
1223
+ * @description "mouseover" event handler for a menu.
1224
+ * @protected
1225
+ * @param {Node} menu Node instance representing a menu.
1226
+ * @param {Object} event Object representing the DOM event.
1227
+ */
1228
+ _onMenuMouseOver: function (menu, event) {
1229
+
1230
+ var menuNav = this,
1231
+ oHideAllSubmenusTimer = menuNav._hideAllSubmenusTimer;
1232
+
1233
+ if (oHideAllSubmenusTimer) {
1234
+ oHideAllSubmenusTimer.cancel();
1235
+ menuNav._hideAllSubmenusTimer = null;
1236
+ }
1237
+
1238
+ menuNav._cancelHideSubmenuTimer();
1239
+
1240
+ // Need to update the FocusManager in advance of focus a new
1241
+ // Menu in order to avoid the FocusManager thinking that
1242
+ // it has lost focus
1243
+
1244
+ if (menu && !menu.compareTo(menuNav._activeMenu)) {
1245
+ menuNav._activeMenu = menu;
1246
+
1247
+ if (menuNav._hasFocus) {
1248
+ menuNav._initFocusManager();
1249
+ }
1250
+
1251
+ }
1252
+
1253
+ if (menuNav._movingToSubmenu && isHorizontalMenu(menu)) {
1254
+ menuNav._movingToSubmenu = false;
1255
+ }
1256
+
1257
+ },
1258
+
1259
+
1260
+ /**
1261
+ * @method _hideAndFocusLabel
1262
+ * @description Hides all of the submenus of the root menu and focuses the
1263
+ * label of the topmost submenu
1264
+ * @protected
1265
+ */
1266
+ _hideAndFocusLabel: function () {
1267
+
1268
+ var menuNav = this,
1269
+ oActiveMenu = menuNav._activeMenu,
1270
+ oSubmenu;
1271
+
1272
+ menuNav._hideAllSubmenus(menuNav._rootMenu);
1273
+
1274
+ if (oActiveMenu) {
1275
+
1276
+ // Focus the label element for the topmost submenu
1277
+ oSubmenu = menuNav._getTopmostSubmenu(oActiveMenu);
1278
+ menuNav._focusItem(oSubmenu.previous());
1279
+
1280
+ }
1281
+
1282
+ },
1283
+
1284
+
1285
+ /**
1286
+ * @method _onMenuMouseOut
1287
+ * @description "mouseout" event handler for a menu.
1288
+ * @protected
1289
+ * @param {Node} menu Node instance representing a menu.
1290
+ * @param {Object} event Object representing the DOM event.
1291
+ */
1292
+ _onMenuMouseOut: function (menu, event) {
1293
+
1294
+ var menuNav = this,
1295
+ oActiveMenu = menuNav._activeMenu,
1296
+ oRelatedTarget = event.relatedTarget,
1297
+ oActiveItem = menuNav._activeItem,
1298
+ oParentMenu,
1299
+ oMenu;
1300
+
1301
+
1302
+ if (oActiveMenu && !oActiveMenu.contains(oRelatedTarget)) {
1303
+
1304
+ oParentMenu = getParentMenu(oActiveMenu);
1305
+
1306
+
1307
+ if (oParentMenu && !oParentMenu.contains(oRelatedTarget)) {
1308
+
1309
+ if (menuNav.get(MOUSEOUT_HIDE_DELAY) > 0) {
1310
+
1311
+ menuNav._cancelShowSubmenuTimer();
1312
+
1313
+ menuNav._hideAllSubmenusTimer =
1314
+
1315
+ later(menuNav.get(MOUSEOUT_HIDE_DELAY),
1316
+ menuNav, menuNav._hideAndFocusLabel);
1317
+
1318
+ }
1319
+
1320
+ }
1321
+ else {
1322
+
1323
+ if (oActiveItem) {
1324
+
1325
+ oMenu = getParentMenu(oActiveItem);
1326
+
1327
+ if (!menuNav._isRoot(oMenu)) {
1328
+ menuNav._focusItem(oMenu.previous());
1329
+ }
1330
+
1331
+ }
1332
+
1333
+ }
1334
+
1335
+ }
1336
+
1337
+ },
1338
+
1339
+
1340
+ /**
1341
+ * @method _onMenuLabelMouseOver
1342
+ * @description "mouseover" event handler for a menu label.
1343
+ * @protected
1344
+ * @param {Node} menuLabel Node instance representing a menu label.
1345
+ * @param {Object} event Object representing the DOM event.
1346
+ */
1347
+ _onMenuLabelMouseOver: function (menuLabel, event) {
1348
+
1349
+ var menuNav = this,
1350
+ oActiveMenu = menuNav._activeMenu,
1351
+ bIsRoot = menuNav._isRoot(oActiveMenu),
1352
+ bUseAutoSubmenuDisplay =
1353
+ (menuNav.get(AUTO_SUBMENU_DISPLAY) && bIsRoot || !bIsRoot),
1354
+ submenuShowDelay = menuNav.get("submenuShowDelay"),
1355
+ oSubmenu;
1356
+
1357
+
1358
+ var showSubmenu = function (delay) {
1359
+
1360
+ menuNav._cancelHideSubmenuTimer();
1361
+ menuNav._cancelShowSubmenuTimer();
1362
+
1363
+ if (!hasVisibleSubmenu(menuLabel)) {
1364
+
1365
+ oSubmenu = menuLabel.next();
1366
+
1367
+ if (oSubmenu) {
1368
+ menuNav._hideAllSubmenus(oActiveMenu);
1369
+ menuNav._showSubmenuTimer = later(delay, menuNav, menuNav._showMenu, oSubmenu);
1370
+ }
1371
+
1372
+ }
1373
+
1374
+ };
1375
+
1376
+
1377
+ menuNav._focusItem(menuLabel);
1378
+ menuNav._setActiveItem(menuLabel);
1379
+
1380
+
1381
+ if (bUseAutoSubmenuDisplay) {
1382
+
1383
+ if (menuNav._movingToSubmenu) {
1384
+
1385
+ // If the user is moving diagonally from a submenu to
1386
+ // another submenu and they then stop and pause on a
1387
+ // menu label for an amount of time equal to the amount of
1388
+ // time defined for the display of a submenu then show the
1389
+ // submenu immediately.
1390
+ // http://yuilibrary.com/projects/yui3/ticket/2528316
1391
+
1392
+ //Y.message("Pause path");
1393
+
1394
+ menuNav._hoverTimer = later(submenuShowDelay, menuNav, function () {
1395
+ showSubmenu(0);
1396
+ });
1397
+
1398
+ }
1399
+ else {
1400
+ showSubmenu(submenuShowDelay);
1401
+ }
1402
+
1403
+ }
1404
+
1405
+ },
1406
+
1407
+
1408
+ /**
1409
+ * @method _onMenuLabelMouseOut
1410
+ * @description "mouseout" event handler for a menu label.
1411
+ * @protected
1412
+ * @param {Node} menuLabel Node instance representing a menu label.
1413
+ * @param {Object} event Object representing the DOM event.
1414
+ */
1415
+ _onMenuLabelMouseOut: function (menuLabel, event) {
1416
+
1417
+ var menuNav = this,
1418
+ bIsRoot = menuNav._isRoot(menuNav._activeMenu),
1419
+ bUseAutoSubmenuDisplay =
1420
+ (menuNav.get(AUTO_SUBMENU_DISPLAY) && bIsRoot || !bIsRoot),
1421
+
1422
+ oRelatedTarget = event.relatedTarget,
1423
+ oSubmenu = menuLabel.next(),
1424
+ hoverTimer = menuNav._hoverTimer;
1425
+
1426
+ if (hoverTimer) {
1427
+ hoverTimer.cancel();
1428
+ }
1429
+
1430
+ menuNav._clearActiveItem();
1431
+
1432
+ if (bUseAutoSubmenuDisplay) {
1433
+
1434
+ if (menuNav._movingToSubmenu &&
1435
+ !menuNav._showSubmenuTimer && oSubmenu) {
1436
+
1437
+ // If the mouse is moving diagonally toward the submenu and
1438
+ // another submenu isn't in the process of being displayed
1439
+ // (via a timer), then hide the submenu via a timer to give
1440
+ // the user some time to reach the submenu.
1441
+
1442
+ menuNav._hideSubmenuTimer =
1443
+ later(menuNav.get("submenuHideDelay"), menuNav,
1444
+ menuNav._hideMenu, oSubmenu);
1445
+
1446
+ }
1447
+ else if (!menuNav._movingToSubmenu && oSubmenu && (!oRelatedTarget ||
1448
+ (oRelatedTarget &&
1449
+ !oSubmenu.contains(oRelatedTarget) &&
1450
+ !oRelatedTarget.compareTo(oSubmenu)))) {
1451
+
1452
+ // If the mouse is not moving toward the submenu, cancel any
1453
+ // submenus that might be in the process of being displayed
1454
+ // (via a timer) and hide this submenu immediately.
1455
+
1456
+ menuNav._cancelShowSubmenuTimer();
1457
+
1458
+ menuNav._hideMenu(oSubmenu);
1459
+
1460
+ }
1461
+
1462
+ }
1463
+
1464
+ },
1465
+
1466
+
1467
+ /**
1468
+ * @method _onMenuItemMouseOver
1469
+ * @description "mouseover" event handler for a menuitem.
1470
+ * @protected
1471
+ * @param {Node} menuItem Node instance representing a menuitem.
1472
+ * @param {Object} event Object representing the DOM event.
1473
+ */
1474
+ _onMenuItemMouseOver: function (menuItem, event) {
1475
+
1476
+ var menuNav = this,
1477
+ oActiveMenu = menuNav._activeMenu,
1478
+ bIsRoot = menuNav._isRoot(oActiveMenu),
1479
+ bUseAutoSubmenuDisplay =
1480
+ (menuNav.get(AUTO_SUBMENU_DISPLAY) && bIsRoot || !bIsRoot);
1481
+
1482
+
1483
+ menuNav._focusItem(menuItem);
1484
+ menuNav._setActiveItem(menuItem);
1485
+
1486
+
1487
+ if (bUseAutoSubmenuDisplay && !menuNav._movingToSubmenu) {
1488
+
1489
+ menuNav._hideAllSubmenus(oActiveMenu);
1490
+
1491
+ }
1492
+
1493
+ },
1494
+
1495
+
1496
+ /**
1497
+ * @method _onMenuItemMouseOut
1498
+ * @description "mouseout" event handler for a menuitem.
1499
+ * @protected
1500
+ * @param {Node} menuItem Node instance representing a menuitem.
1501
+ * @param {Object} event Object representing the DOM event.
1502
+ */
1503
+ _onMenuItemMouseOut: function (menuItem, event) {
1504
+
1505
+ this._clearActiveItem();
1506
+
1507
+ },
1508
+
1509
+
1510
+ /**
1511
+ * @method _onVerticalMenuKeyDown
1512
+ * @description "keydown" event handler for vertical menus.
1513
+ * @protected
1514
+ * @param {Object} event Object representing the DOM event.
1515
+ */
1516
+ _onVerticalMenuKeyDown: function (event) {
1517
+
1518
+ var menuNav = this,
1519
+ oActiveMenu = menuNav._activeMenu,
1520
+ oRootMenu = menuNav._rootMenu,
1521
+ oTarget = event.target,
1522
+ bPreventDefault = false,
1523
+ nKeyCode = event.keyCode,
1524
+ oSubmenu,
1525
+ oParentMenu,
1526
+ oLI,
1527
+ oItem;
1528
+
1529
+
1530
+ switch (nKeyCode) {
1531
+
1532
+ case 37: // left arrow
1533
+
1534
+ oParentMenu = getParentMenu(oActiveMenu);
1535
+
1536
+ if (oParentMenu && isHorizontalMenu(oParentMenu)) {
1537
+
1538
+ menuNav._hideMenu(oActiveMenu);
1539
+ oLI = getPreviousSibling(oActiveMenu.get(PARENT_NODE));
1540
+ oItem = getItem(oLI);
1541
+
1542
+ if (oItem) {
1543
+
1544
+ if (isMenuLabel(oItem)) { // Menu label
1545
+
1546
+ oSubmenu = oItem.next();
1547
+
1548
+
1549
+ if (oSubmenu) {
1550
+
1551
+ menuNav._showMenu(oSubmenu);
1552
+ menuNav._focusItem(getFirstItem(oSubmenu));
1553
+ menuNav._setActiveItem(getFirstItem(oSubmenu));
1554
+
1555
+ }
1556
+ else {
1557
+
1558
+ menuNav._focusItem(oItem);
1559
+ menuNav._setActiveItem(oItem);
1560
+
1561
+ }
1562
+
1563
+ }
1564
+ else { // MenuItem
1565
+
1566
+ menuNav._focusItem(oItem);
1567
+ menuNav._setActiveItem(oItem);
1568
+
1569
+ }
1570
+
1571
+ }
1572
+
1573
+ }
1574
+ else if (!menuNav._isRoot(oActiveMenu)) {
1575
+ menuNav._hideMenu(oActiveMenu, true);
1576
+ }
1577
+
1578
+
1579
+ bPreventDefault = true;
1580
+
1581
+ break;
1582
+
1583
+ case 39: // right arrow
1584
+
1585
+ if (isMenuLabel(oTarget)) {
1586
+
1587
+ oSubmenu = oTarget.next();
1588
+
1589
+ if (oSubmenu) {
1590
+
1591
+ menuNav._showMenu(oSubmenu);
1592
+ menuNav._focusItem(getFirstItem(oSubmenu));
1593
+ menuNav._setActiveItem(getFirstItem(oSubmenu));
1594
+
1595
+ }
1596
+
1597
+ }
1598
+ else if (isHorizontalMenu(oRootMenu)) {
1599
+
1600
+ oSubmenu = menuNav._getTopmostSubmenu(oActiveMenu);
1601
+ oLI = getNextSibling(oSubmenu.get(PARENT_NODE));
1602
+ oItem = getItem(oLI);
1603
+
1604
+ menuNav._hideAllSubmenus(oRootMenu);
1605
+
1606
+ if (oItem) {
1607
+
1608
+ if (isMenuLabel(oItem)) { // Menu label
1609
+
1610
+ oSubmenu = oItem.next();
1611
+
1612
+ if (oSubmenu) {
1613
+
1614
+ menuNav._showMenu(oSubmenu);
1615
+ menuNav._focusItem(getFirstItem(oSubmenu));
1616
+ menuNav._setActiveItem(getFirstItem(oSubmenu));
1617
+
1618
+ }
1619
+ else {
1620
+
1621
+ menuNav._focusItem(oItem);
1622
+ menuNav._setActiveItem(oItem);
1623
+
1624
+ }
1625
+
1626
+ }
1627
+ else { // MenuItem
1628
+
1629
+ menuNav._focusItem(oItem);
1630
+ menuNav._setActiveItem(oItem);
1631
+
1632
+ }
1633
+
1634
+ }
1635
+
1636
+ }
1637
+
1638
+ bPreventDefault = true;
1639
+
1640
+ break;
1641
+
1642
+ }
1643
+
1644
+
1645
+ if (bPreventDefault) {
1646
+
1647
+ // Prevent the browser from scrolling the window
1648
+
1649
+ event.preventDefault();
1650
+
1651
+ }
1652
+
1653
+ },
1654
+
1655
+
1656
+ /**
1657
+ * @method _onHorizontalMenuKeyDown
1658
+ * @description "keydown" event handler for horizontal menus.
1659
+ * @protected
1660
+ * @param {Object} event Object representing the DOM event.
1661
+ */
1662
+ _onHorizontalMenuKeyDown: function (event) {
1663
+
1664
+ var menuNav = this,
1665
+ oActiveMenu = menuNav._activeMenu,
1666
+ oTarget = event.target,
1667
+ oFocusedItem = getItem(oTarget, true),
1668
+ bPreventDefault = false,
1669
+ nKeyCode = event.keyCode,
1670
+ oSubmenu;
1671
+
1672
+
1673
+ if (nKeyCode === 40) {
1674
+
1675
+ menuNav._hideAllSubmenus(oActiveMenu);
1676
+
1677
+ if (isMenuLabel(oFocusedItem)) {
1678
+
1679
+ oSubmenu = oFocusedItem.next();
1680
+
1681
+ if (oSubmenu) {
1682
+
1683
+ menuNav._showMenu(oSubmenu);
1684
+ menuNav._focusItem(getFirstItem(oSubmenu));
1685
+ menuNav._setActiveItem(getFirstItem(oSubmenu));
1686
+
1687
+ }
1688
+
1689
+ bPreventDefault = true;
1690
+
1691
+ }
1692
+
1693
+ }
1694
+
1695
+
1696
+ if (bPreventDefault) {
1697
+
1698
+ // Prevent the browser from scrolling the window
1699
+
1700
+ event.preventDefault();
1701
+
1702
+ }
1703
+
1704
+ },
1705
+
1706
+
1707
+ // Generic DOM Event handlers
1708
+
1709
+
1710
+ /**
1711
+ * @method _onMouseMove
1712
+ * @description "mousemove" event handler for the menu.
1713
+ * @protected
1714
+ * @param {Object} event Object representing the DOM event.
1715
+ */
1716
+ _onMouseMove: function (event) {
1717
+
1718
+ var menuNav = this;
1719
+
1720
+ // Using a timer to set the value of the "_currentMouseX" property
1721
+ // helps improve the reliability of the calculation used to set the
1722
+ // value of the "_movingToSubmenu" property - especially in Opera.
1723
+
1724
+ later(10, menuNav, function () {
1725
+
1726
+ menuNav._currentMouseX = event.pageX;
1727
+
1728
+ });
1729
+
1730
+ },
1731
+
1732
+
1733
+ /**
1734
+ * @method _onMouseOver
1735
+ * @description "mouseover" event handler for the menu.
1736
+ * @protected
1737
+ * @param {Object} event Object representing the DOM event.
1738
+ */
1739
+ _onMouseOver: function (event) {
1740
+
1741
+ var menuNav = this,
1742
+ oTarget,
1743
+ oMenu,
1744
+ oMenuLabel,
1745
+ oParentMenu,
1746
+ oMenuItem;
1747
+
1748
+
1749
+ if (menuNav._blockMouseEvent) {
1750
+ menuNav._blockMouseEvent = false;
1751
+ }
1752
+ else {
1753
+
1754
+ oTarget = event.target;
1755
+ oMenu = getMenu(oTarget, true);
1756
+ oMenuLabel = getMenuLabel(oTarget, true);
1757
+ oMenuItem = getMenuItem(oTarget, true);
1758
+
1759
+
1760
+ if (handleMouseOverForNode(oMenu, oTarget)) {
1761
+
1762
+ menuNav._onMenuMouseOver(oMenu, event);
1763
+
1764
+ oMenu[HANDLED_MOUSEOVER] = true;
1765
+ oMenu[HANDLED_MOUSEOUT] = false;
1766
+
1767
+ oParentMenu = getParentMenu(oMenu);
1768
+
1769
+ if (oParentMenu) {
1770
+
1771
+ oParentMenu[HANDLED_MOUSEOUT] = true;
1772
+ oParentMenu[HANDLED_MOUSEOVER] = false;
1773
+
1774
+ }
1775
+
1776
+ }
1777
+
1778
+ if (handleMouseOverForNode(oMenuLabel, oTarget)) {
1779
+
1780
+ menuNav._onMenuLabelMouseOver(oMenuLabel, event);
1781
+
1782
+ oMenuLabel[HANDLED_MOUSEOVER] = true;
1783
+ oMenuLabel[HANDLED_MOUSEOUT] = false;
1784
+
1785
+ }
1786
+
1787
+ if (handleMouseOverForNode(oMenuItem, oTarget)) {
1788
+
1789
+ menuNav._onMenuItemMouseOver(oMenuItem, event);
1790
+
1791
+ oMenuItem[HANDLED_MOUSEOVER] = true;
1792
+ oMenuItem[HANDLED_MOUSEOUT] = false;
1793
+
1794
+ }
1795
+
1796
+ }
1797
+
1798
+ },
1799
+
1800
+
1801
+ /**
1802
+ * @method _onMouseOut
1803
+ * @description "mouseout" event handler for the menu.
1804
+ * @protected
1805
+ * @param {Object} event Object representing the DOM event.
1806
+ */
1807
+ _onMouseOut: function (event) {
1808
+
1809
+ var menuNav = this,
1810
+ oActiveMenu = menuNav._activeMenu,
1811
+ bMovingToSubmenu = false,
1812
+ oTarget,
1813
+ oRelatedTarget,
1814
+ oMenu,
1815
+ oMenuLabel,
1816
+ oSubmenu,
1817
+ oMenuItem;
1818
+
1819
+
1820
+ menuNav._movingToSubmenu =
1821
+ (oActiveMenu && !isHorizontalMenu(oActiveMenu) &&
1822
+ ((event.pageX - 5) > menuNav._currentMouseX));
1823
+
1824
+ oTarget = event.target;
1825
+ oRelatedTarget = event.relatedTarget;
1826
+ oMenu = getMenu(oTarget, true);
1827
+ oMenuLabel = getMenuLabel(oTarget, true);
1828
+ oMenuItem = getMenuItem(oTarget, true);
1829
+
1830
+
1831
+ if (handleMouseOutForNode(oMenuLabel, oRelatedTarget)) {
1832
+
1833
+ menuNav._onMenuLabelMouseOut(oMenuLabel, event);
1834
+
1835
+ oMenuLabel[HANDLED_MOUSEOUT] = true;
1836
+ oMenuLabel[HANDLED_MOUSEOVER] = false;
1837
+
1838
+ }
1839
+
1840
+ if (handleMouseOutForNode(oMenuItem, oRelatedTarget)) {
1841
+
1842
+ menuNav._onMenuItemMouseOut(oMenuItem, event);
1843
+
1844
+ oMenuItem[HANDLED_MOUSEOUT] = true;
1845
+ oMenuItem[HANDLED_MOUSEOVER] = false;
1846
+
1847
+ }
1848
+
1849
+
1850
+ if (oMenuLabel) {
1851
+
1852
+ oSubmenu = oMenuLabel.next();
1853
+
1854
+ if (oSubmenu && oRelatedTarget &&
1855
+ (oRelatedTarget.compareTo(oSubmenu) ||
1856
+ oSubmenu.contains(oRelatedTarget))) {
1857
+
1858
+ bMovingToSubmenu = true;
1859
+
1860
+ }
1861
+
1862
+ }
1863
+
1864
+
1865
+ if (handleMouseOutForNode(oMenu, oRelatedTarget) || bMovingToSubmenu) {
1866
+
1867
+ menuNav._onMenuMouseOut(oMenu, event);
1868
+
1869
+ oMenu[HANDLED_MOUSEOUT] = true;
1870
+ oMenu[HANDLED_MOUSEOVER] = false;
1871
+
1872
+ }
1873
+
1874
+ },
1875
+
1876
+
1877
+ /**
1878
+ * @method _toggleSubmenuDisplay
1879
+ * @description "mousedown," "keydown," and "click" event handler for the
1880
+ * menu used to toggle the display of a submenu.
1881
+ * @protected
1882
+ * @param {Object} event Object representing the DOM event.
1883
+ */
1884
+ _toggleSubmenuDisplay: function (event) {
1885
+
1886
+ var menuNav = this,
1887
+ oTarget = event.target,
1888
+ oMenuLabel = getMenuLabel(oTarget, true),
1889
+ sType = event.type,
1890
+ oAnchor,
1891
+ oSubmenu,
1892
+ sHref,
1893
+ nHashPos,
1894
+ nLen,
1895
+ sId;
1896
+
1897
+
1898
+ if (oMenuLabel) {
1899
+
1900
+ oAnchor = isAnchor(oTarget) ? oTarget : oTarget.ancestor(isAnchor);
1901
+
1902
+
1903
+ if (oAnchor) {
1904
+
1905
+ // Need to pass "2" as a second argument to "getAttribute" for
1906
+ // IE otherwise IE will return a fully qualified URL for the
1907
+ // value of the "href" attribute.
1908
+ // http://msdn.microsoft.com/en-us/library/ms536429(VS.85).aspx
1909
+
1910
+ sHref = oAnchor.getAttribute("href", 2);
1911
+ nHashPos = sHref.indexOf("#");
1912
+ nLen = sHref.length;
1913
+
1914
+ if (nHashPos === 0 && nLen > 1) {
1915
+
1916
+ sId = sHref.substr(1, nLen);
1917
+ oSubmenu = oMenuLabel.next();
1918
+
1919
+ if (oSubmenu && (oSubmenu.get(ID) === sId)) {
1920
+
1921
+ if (sType === MOUSEDOWN || sType === KEYDOWN) {
1922
+
1923
+ if ((UA.opera || UA.gecko || UA.ie) && sType === KEYDOWN && !menuNav._preventClickHandle) {
1924
+
1925
+ // Prevent the browser from following the URL of
1926
+ // the anchor element
1927
+
1928
+ menuNav._preventClickHandle = menuNav._rootMenu.on("click", function (event) {
1929
+
1930
+ event.preventDefault();
1931
+
1932
+ menuNav._preventClickHandle.detach();
1933
+ menuNav._preventClickHandle = null;
1934
+
1935
+ });
1936
+
1937
+ }
1938
+
1939
+ if (sType == MOUSEDOWN) {
1940
+
1941
+ // Prevent the target from getting focused by
1942
+ // default, since the element to be focused will
1943
+ // be determined by weather or not the submenu
1944
+ // is visible.
1945
+ event.preventDefault();
1946
+
1947
+ // FocusManager will attempt to focus any
1948
+ // descendant that is the target of the mousedown
1949
+ // event. Since we want to explicitly control
1950
+ // where focus is going, we need to call
1951
+ // "stopImmediatePropagation" to stop the
1952
+ // FocusManager from doing its thing.
1953
+ event.stopImmediatePropagation();
1954
+
1955
+ // The "_focusItem" method relies on the
1956
+ // "_hasFocus" property being set to true. The
1957
+ // "_hasFocus" property is normally set via a
1958
+ // "focus" event listener, but since we've
1959
+ // blocked focus from happening, we need to set
1960
+ // this property manually.
1961
+ menuNav._hasFocus = true;
1962
+
1963
+ }
1964
+
1965
+
1966
+ if (menuNav._isRoot(getParentMenu(oTarget))) { // Event target is a submenu label in the root menu
1967
+
1968
+ // Menu label toggle functionality
1969
+
1970
+ if (hasVisibleSubmenu(oMenuLabel)) {
1971
+
1972
+ menuNav._hideMenu(oSubmenu);
1973
+ menuNav._focusItem(oMenuLabel);
1974
+ menuNav._setActiveItem(oMenuLabel);
1975
+
1976
+ }
1977
+ else {
1978
+
1979
+ menuNav._hideAllSubmenus(menuNav._rootMenu);
1980
+ menuNav._showMenu(oSubmenu);
1981
+
1982
+ menuNav._focusItem(getFirstItem(oSubmenu));
1983
+ menuNav._setActiveItem(getFirstItem(oSubmenu));
1984
+
1985
+ }
1986
+
1987
+ }
1988
+ else { // Event target is a submenu label within a submenu
1989
+
1990
+ if (menuNav._activeItem == oMenuLabel) {
1991
+
1992
+ menuNav._showMenu(oSubmenu);
1993
+ menuNav._focusItem(getFirstItem(oSubmenu));
1994
+ menuNav._setActiveItem(getFirstItem(oSubmenu));
1995
+
1996
+ }
1997
+ else {
1998
+
1999
+ if (!oMenuLabel._clickHandle) {
2000
+
2001
+ oMenuLabel._clickHandle = oMenuLabel.on("click", function () {
2002
+
2003
+ menuNav._hideAllSubmenus(menuNav._rootMenu);
2004
+
2005
+ menuNav._hasFocus = false;
2006
+ menuNav._clearActiveItem();
2007
+
2008
+
2009
+ oMenuLabel._clickHandle.detach();
2010
+
2011
+ oMenuLabel._clickHandle = null;
2012
+
2013
+ });
2014
+
2015
+ }
2016
+
2017
+ }
2018
+
2019
+ }
2020
+
2021
+ }
2022
+
2023
+
2024
+ if (sType === CLICK) {
2025
+
2026
+ // Prevent the browser from following the URL of
2027
+ // the anchor element
2028
+
2029
+ event.preventDefault();
2030
+
2031
+ }
2032
+
2033
+ }
2034
+
2035
+ }
2036
+
2037
+
2038
+ }
2039
+
2040
+ }
2041
+
2042
+ },
2043
+
2044
+
2045
+ /**
2046
+ * @method _onKeyPress
2047
+ * @description "keypress" event handler for the menu.
2048
+ * @protected
2049
+ * @param {Object} event Object representing the DOM event.
2050
+ */
2051
+ _onKeyPress: function (event) {
2052
+
2053
+ switch (event.keyCode) {
2054
+
2055
+ case 37: // left arrow
2056
+ case 38: // up arrow
2057
+ case 39: // right arrow
2058
+ case 40: // down arrow
2059
+
2060
+ // Prevent the browser from scrolling the window
2061
+
2062
+ event.preventDefault();
2063
+
2064
+ break;
2065
+
2066
+ }
2067
+
2068
+ },
2069
+
2070
+
2071
+ /**
2072
+ * @method _onKeyDown
2073
+ * @description "keydown" event handler for the menu.
2074
+ * @protected
2075
+ * @param {Object} event Object representing the DOM event.
2076
+ */
2077
+ _onKeyDown: function (event) {
2078
+
2079
+ var menuNav = this,
2080
+ oActiveItem = menuNav._activeItem,
2081
+ oTarget = event.target,
2082
+ oActiveMenu = getParentMenu(oTarget),
2083
+ oSubmenu;
2084
+
2085
+ if (oActiveMenu) {
2086
+
2087
+ menuNav._activeMenu = oActiveMenu;
2088
+
2089
+ if (isHorizontalMenu(oActiveMenu)) {
2090
+ menuNav._onHorizontalMenuKeyDown(event);
2091
+ }
2092
+ else {
2093
+ menuNav._onVerticalMenuKeyDown(event);
2094
+ }
2095
+
2096
+
2097
+ if (event.keyCode === 27) {
2098
+
2099
+ if (!menuNav._isRoot(oActiveMenu)) {
2100
+
2101
+ if (UA.opera) {
2102
+ later(0, menuNav, function () {
2103
+ menuNav._hideMenu(oActiveMenu, true);
2104
+ });
2105
+ }
2106
+ else {
2107
+ menuNav._hideMenu(oActiveMenu, true);
2108
+ }
2109
+
2110
+ event.stopPropagation();
2111
+ menuNav._blockMouseEvent = UA.gecko ? true : false;
2112
+
2113
+ }
2114
+ else if (oActiveItem) {
2115
+
2116
+ if (isMenuLabel(oActiveItem) &&
2117
+ hasVisibleSubmenu(oActiveItem)) {
2118
+
2119
+ oSubmenu = oActiveItem.next();
2120
+
2121
+ if (oSubmenu) {
2122
+ menuNav._hideMenu(oSubmenu);
2123
+ }
2124
+
2125
+ }
2126
+ else {
2127
+
2128
+ menuNav._focusManager.blur();
2129
+
2130
+ // This is necessary for Webkit since blurring the
2131
+ // active menuitem won't result in the document
2132
+ // gaining focus, meaning the that _onDocFocus
2133
+ // listener won't clear the active menuitem.
2134
+
2135
+ menuNav._clearActiveItem();
2136
+
2137
+ menuNav._hasFocus = false;
2138
+
2139
+ }
2140
+
2141
+ }
2142
+
2143
+ }
2144
+
2145
+ }
2146
+
2147
+ },
2148
+
2149
+ /**
2150
+ * @method _onDocMouseDown
2151
+ * @description "mousedown" event handler for the owner document of
2152
+ * the menu.
2153
+ * @protected
2154
+ * @param {Object} event Object representing the DOM event.
2155
+ */
2156
+ _onDocMouseDown: function (event) {
2157
+
2158
+ var menuNav = this,
2159
+ oRoot = menuNav._rootMenu,
2160
+ oTarget = event.target;
2161
+
2162
+
2163
+ if (!(oRoot.compareTo(oTarget) || oRoot.contains(oTarget))) {
2164
+
2165
+ menuNav._hideAllSubmenus(oRoot);
2166
+
2167
+ // Document doesn't receive focus in Webkit when the user mouses
2168
+ // down on it, so the "_hasFocus" property won't get set to the
2169
+ // correct value. The following line corrects the problem.
2170
+
2171
+ if (UA.webkit) {
2172
+ menuNav._hasFocus = false;
2173
+ menuNav._clearActiveItem();
2174
+ }
2175
+
2176
+ }
2177
+
2178
+ }
2179
+
2180
+ });
2181
+
2182
+
2183
+ Y.namespace('Plugin');
2184
+
2185
+ Y.Plugin.NodeMenuNav = NodeMenuNav;
2186
+
2187
+
2188
+ }, '@VERSION@', {"requires": ["node", "classnamemanager", "plugin", "node-focusmanager"], "skinnable": true});