@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.
- package/AGENTS.md +50 -0
- package/BUILD.md +54 -0
- package/CONTRIBUTING.md +85 -0
- package/CONTRIBUTORS.md +30 -0
- package/Gruntfile.js +122 -0
- package/HISTORY.md +12 -0
- package/LICENSE.md +145 -0
- package/README.md +133 -0
- package/build/align-plugin/align-plugin-debug.js +193 -0
- package/build/align-plugin/align-plugin-min.js +1 -0
- package/build/align-plugin/align-plugin.js +193 -0
- package/build/anim-base/anim-base-debug.js +686 -0
- package/build/anim-base/anim-base-min.js +1 -0
- package/build/anim-base/anim-base.js +685 -0
- package/build/anim-color/anim-color-debug.js +53 -0
- package/build/anim-color/anim-color-min.js +1 -0
- package/build/anim-color/anim-color.js +53 -0
- package/build/anim-curve/anim-curve-debug.js +59 -0
- package/build/anim-curve/anim-curve-min.js +1 -0
- package/build/anim-curve/anim-curve.js +59 -0
- package/build/anim-easing/anim-easing-debug.js +365 -0
- package/build/anim-easing/anim-easing-min.js +1 -0
- package/build/anim-easing/anim-easing.js +365 -0
- package/build/anim-node-plugin/anim-node-plugin-debug.js +26 -0
- package/build/anim-node-plugin/anim-node-plugin-min.js +1 -0
- package/build/anim-node-plugin/anim-node-plugin.js +26 -0
- package/build/anim-scroll/anim-scroll-debug.js +38 -0
- package/build/anim-scroll/anim-scroll-min.js +1 -0
- package/build/anim-scroll/anim-scroll.js +38 -0
- package/build/anim-shape/anim-shape-debug.js +185 -0
- package/build/anim-shape/anim-shape-min.js +1 -0
- package/build/anim-shape/anim-shape.js +185 -0
- package/build/anim-xy/anim-xy-debug.js +26 -0
- package/build/anim-xy/anim-xy-min.js +1 -0
- package/build/anim-xy/anim-xy.js +26 -0
- package/build/app-base/app-base-debug.js +1116 -0
- package/build/app-base/app-base-min.js +1 -0
- package/build/app-base/app-base.js +1116 -0
- package/build/app-content/app-content-debug.js +235 -0
- package/build/app-content/app-content-min.js +1 -0
- package/build/app-content/app-content.js +235 -0
- package/build/app-transitions/app-transitions-debug.js +242 -0
- package/build/app-transitions/app-transitions-min.js +1 -0
- package/build/app-transitions/app-transitions.js +242 -0
- package/build/app-transitions-css/app-transitions-css-min.css +1 -0
- package/build/app-transitions-css/app-transitions-css.css +33 -0
- package/build/app-transitions-native/app-transitions-native-debug.js +353 -0
- package/build/app-transitions-native/app-transitions-native-min.js +1 -0
- package/build/app-transitions-native/app-transitions-native.js +353 -0
- package/build/array-extras/array-extras-debug.js +400 -0
- package/build/array-extras/array-extras-min.js +1 -0
- package/build/array-extras/array-extras.js +400 -0
- package/build/array-invoke/array-invoke-debug.js +40 -0
- package/build/array-invoke/array-invoke-min.js +1 -0
- package/build/array-invoke/array-invoke.js +40 -0
- package/build/arraylist/arraylist-debug.js +214 -0
- package/build/arraylist/arraylist-min.js +1 -0
- package/build/arraylist/arraylist.js +214 -0
- package/build/arraylist-add/arraylist-add-debug.js +87 -0
- package/build/arraylist-add/arraylist-add-min.js +1 -0
- package/build/arraylist-add/arraylist-add.js +87 -0
- package/build/arraylist-filter/arraylist-filter-debug.js +45 -0
- package/build/arraylist-filter/arraylist-filter-min.js +1 -0
- package/build/arraylist-filter/arraylist-filter.js +45 -0
- package/build/arraysort/arraysort-debug.js +181 -0
- package/build/arraysort/arraysort-min.js +1 -0
- package/build/arraysort/arraysort.js +181 -0
- package/build/async-queue/async-queue-debug.js +554 -0
- package/build/async-queue/async-queue-min.js +1 -0
- package/build/async-queue/async-queue.js +554 -0
- package/build/attribute-base/attribute-base-debug.js +110 -0
- package/build/attribute-base/attribute-base-min.js +1 -0
- package/build/attribute-base/attribute-base.js +110 -0
- package/build/attribute-complex/attribute-complex-debug.js +56 -0
- package/build/attribute-complex/attribute-complex-min.js +1 -0
- package/build/attribute-complex/attribute-complex.js +56 -0
- package/build/attribute-core/attribute-core-debug.js +1208 -0
- package/build/attribute-core/attribute-core-min.js +1 -0
- package/build/attribute-core/attribute-core.js +1196 -0
- package/build/attribute-extras/attribute-extras-debug.js +157 -0
- package/build/attribute-extras/attribute-extras-min.js +1 -0
- package/build/attribute-extras/attribute-extras.js +156 -0
- package/build/attribute-observable/attribute-observable-debug.js +237 -0
- package/build/attribute-observable/attribute-observable-min.js +1 -0
- package/build/attribute-observable/attribute-observable.js +236 -0
- package/build/autocomplete-base/autocomplete-base-debug.js +1557 -0
- package/build/autocomplete-base/autocomplete-base-min.js +2 -0
- package/build/autocomplete-base/autocomplete-base.js +1549 -0
- package/build/autocomplete-filters/autocomplete-filters-debug.js +239 -0
- package/build/autocomplete-filters/autocomplete-filters-min.js +1 -0
- package/build/autocomplete-filters/autocomplete-filters.js +239 -0
- package/build/autocomplete-filters-accentfold/autocomplete-filters-accentfold-debug.js +136 -0
- package/build/autocomplete-filters-accentfold/autocomplete-filters-accentfold-min.js +1 -0
- package/build/autocomplete-filters-accentfold/autocomplete-filters-accentfold.js +136 -0
- package/build/autocomplete-highlighters/autocomplete-highlighters-debug.js +199 -0
- package/build/autocomplete-highlighters/autocomplete-highlighters-min.js +1 -0
- package/build/autocomplete-highlighters/autocomplete-highlighters.js +199 -0
- package/build/autocomplete-highlighters-accentfold/autocomplete-highlighters-accentfold-debug.js +107 -0
- package/build/autocomplete-highlighters-accentfold/autocomplete-highlighters-accentfold-min.js +1 -0
- package/build/autocomplete-highlighters-accentfold/autocomplete-highlighters-accentfold.js +107 -0
- package/build/autocomplete-list/assets/autocomplete-list-core.css +27 -0
- package/build/autocomplete-list/assets/skins/night/autocomplete-list-skin.css +51 -0
- package/build/autocomplete-list/assets/skins/night/autocomplete-list.css +1 -0
- package/build/autocomplete-list/assets/skins/sam/autocomplete-list-skin.css +17 -0
- package/build/autocomplete-list/assets/skins/sam/autocomplete-list.css +1 -0
- package/build/autocomplete-list/autocomplete-list-debug.js +906 -0
- package/build/autocomplete-list/autocomplete-list-min.js +2 -0
- package/build/autocomplete-list/autocomplete-list.js +906 -0
- package/build/autocomplete-list/lang/autocomplete-list.js +1 -0
- package/build/autocomplete-list/lang/autocomplete-list_en.js +1 -0
- package/build/autocomplete-list/lang/autocomplete-list_es.js +1 -0
- package/build/autocomplete-list/lang/autocomplete-list_hu.js +1 -0
- package/build/autocomplete-list/lang/autocomplete-list_it.js +1 -0
- package/build/autocomplete-list-keys/autocomplete-list-keys-debug.js +186 -0
- package/build/autocomplete-list-keys/autocomplete-list-keys-min.js +1 -0
- package/build/autocomplete-list-keys/autocomplete-list-keys.js +186 -0
- package/build/autocomplete-plugin/autocomplete-plugin-debug.js +48 -0
- package/build/autocomplete-plugin/autocomplete-plugin-min.js +1 -0
- package/build/autocomplete-plugin/autocomplete-plugin.js +48 -0
- package/build/autocomplete-sources/autocomplete-sources-debug.js +475 -0
- package/build/autocomplete-sources/autocomplete-sources-min.js +1 -0
- package/build/autocomplete-sources/autocomplete-sources.js +475 -0
- package/build/axis/axis-debug.js +3173 -0
- package/build/axis/axis-min.js +5 -0
- package/build/axis/axis.js +3173 -0
- package/build/axis-base/axis-base-debug.js +901 -0
- package/build/axis-base/axis-base-min.js +1 -0
- package/build/axis-base/axis-base.js +901 -0
- package/build/axis-category/axis-category-debug.js +119 -0
- package/build/axis-category/axis-category-min.js +1 -0
- package/build/axis-category/axis-category.js +119 -0
- package/build/axis-category-base/axis-category-base-debug.js +247 -0
- package/build/axis-category-base/axis-category-base-min.js +1 -0
- package/build/axis-category-base/axis-category-base.js +247 -0
- package/build/axis-numeric/axis-numeric-debug.js +140 -0
- package/build/axis-numeric/axis-numeric-min.js +1 -0
- package/build/axis-numeric/axis-numeric.js +140 -0
- package/build/axis-numeric-base/axis-numeric-base-debug.js +721 -0
- package/build/axis-numeric-base/axis-numeric-base-min.js +1 -0
- package/build/axis-numeric-base/axis-numeric-base.js +721 -0
- package/build/axis-stacked/axis-stacked-debug.js +23 -0
- package/build/axis-stacked/axis-stacked-min.js +1 -0
- package/build/axis-stacked/axis-stacked.js +23 -0
- package/build/axis-stacked-base/axis-stacked-base-debug.js +133 -0
- package/build/axis-stacked-base/axis-stacked-base-min.js +1 -0
- package/build/axis-stacked-base/axis-stacked-base.js +133 -0
- package/build/axis-time/axis-time-debug.js +91 -0
- package/build/axis-time/axis-time-min.js +1 -0
- package/build/axis-time/axis-time.js +91 -0
- package/build/axis-time-base/axis-time-base-debug.js +352 -0
- package/build/axis-time-base/axis-time-base-min.js +1 -0
- package/build/axis-time-base/axis-time-base.js +352 -0
- package/build/base-base/base-base-debug.js +184 -0
- package/build/base-base/base-base-min.js +1 -0
- package/build/base-base/base-base.js +184 -0
- package/build/base-build/base-build-debug.js +453 -0
- package/build/base-build/base-build-min.js +1 -0
- package/build/base-build/base-build.js +453 -0
- package/build/base-core/base-core-debug.js +838 -0
- package/build/base-core/base-core-min.js +1 -0
- package/build/base-core/base-core.js +832 -0
- package/build/base-observable/base-observable-debug.js +221 -0
- package/build/base-observable/base-observable-min.js +1 -0
- package/build/base-observable/base-observable.js +220 -0
- package/build/base-pluginhost/base-pluginhost-debug.js +36 -0
- package/build/base-pluginhost/base-pluginhost-min.js +1 -0
- package/build/base-pluginhost/base-pluginhost.js +36 -0
- package/build/button/button-debug.js +332 -0
- package/build/button/button-min.js +1 -0
- package/build/button/button.js +332 -0
- package/build/button-core/button-core-debug.js +399 -0
- package/build/button-core/button-core-min.js +1 -0
- package/build/button-core/button-core.js +399 -0
- package/build/button-group/button-group-debug.js +194 -0
- package/build/button-group/button-group-min.js +1 -0
- package/build/button-group/button-group.js +194 -0
- package/build/button-plugin/button-plugin-debug.js +134 -0
- package/build/button-plugin/button-plugin-min.js +1 -0
- package/build/button-plugin/button-plugin.js +134 -0
- package/build/cache-base/cache-base-debug.js +442 -0
- package/build/cache-base/cache-base-min.js +1 -0
- package/build/cache-base/cache-base.js +432 -0
- package/build/cache-offline/cache-offline-debug.js +341 -0
- package/build/cache-offline/cache-offline-min.js +1 -0
- package/build/cache-offline/cache-offline.js +333 -0
- package/build/cache-plugin/cache-plugin-debug.js +53 -0
- package/build/cache-plugin/cache-plugin-min.js +1 -0
- package/build/cache-plugin/cache-plugin.js +53 -0
- package/build/calendar/assets/calendar-core.css +31 -0
- package/build/calendar/assets/skins/night/calendar-skin.css +7 -0
- package/build/calendar/assets/skins/night/calendar.css +1 -0
- package/build/calendar/assets/skins/sam/calendar-skin.css +7 -0
- package/build/calendar/assets/skins/sam/calendar.css +1 -0
- package/build/calendar/calendar-debug.js +610 -0
- package/build/calendar/calendar-min.js +2 -0
- package/build/calendar/calendar.js +610 -0
- package/build/calendar-base/assets/calendar-base-core.css +21 -0
- package/build/calendar-base/assets/skins/night/calendar-base-skin.css +92 -0
- package/build/calendar-base/assets/skins/night/calendar-base.css +1 -0
- package/build/calendar-base/assets/skins/sam/calendar-base-skin.css +98 -0
- package/build/calendar-base/assets/skins/sam/calendar-base.css +1 -0
- package/build/calendar-base/calendar-base-debug.js +1719 -0
- package/build/calendar-base/calendar-base-min.js +3 -0
- package/build/calendar-base/calendar-base.js +1719 -0
- package/build/calendar-base/lang/calendar-base.js +1 -0
- package/build/calendar-base/lang/calendar-base_de.js +1 -0
- package/build/calendar-base/lang/calendar-base_en.js +1 -0
- package/build/calendar-base/lang/calendar-base_es-AR.js +1 -0
- package/build/calendar-base/lang/calendar-base_es.js +1 -0
- package/build/calendar-base/lang/calendar-base_fr.js +1 -0
- package/build/calendar-base/lang/calendar-base_hu.js +1 -0
- package/build/calendar-base/lang/calendar-base_it.js +1 -0
- package/build/calendar-base/lang/calendar-base_ja.js +1 -0
- package/build/calendar-base/lang/calendar-base_nb-NO.js +1 -0
- package/build/calendar-base/lang/calendar-base_nl.js +1 -0
- package/build/calendar-base/lang/calendar-base_pt-BR.js +1 -0
- package/build/calendar-base/lang/calendar-base_ru.js +1 -0
- package/build/calendar-base/lang/calendar-base_zh-HANT-TW.js +1 -0
- package/build/calendar-base/lang/calendar-base_zh-Hans-CN.js +1 -0
- package/build/calendar-base/lang/calendar-base_zh-Hans.js +1 -0
- package/build/calendar-base/lang/calendar-base_zh-Hant-HK.js +1 -0
- package/build/calendar-base/lang/calendar-base_zh-Hant.js +1 -0
- package/build/calendarnavigator/assets/calendarnavigator-core.css +18 -0
- package/build/calendarnavigator/assets/skins/night/calendarnavigator-skin.css +78 -0
- package/build/calendarnavigator/assets/skins/night/calendarnavigator.css +1 -0
- package/build/calendarnavigator/assets/skins/sam/calendarnavigator-skin.css +78 -0
- package/build/calendarnavigator/assets/skins/sam/calendarnavigator.css +1 -0
- package/build/calendarnavigator/calendarnavigator-debug.js +297 -0
- package/build/calendarnavigator/calendarnavigator-min.js +1 -0
- package/build/calendarnavigator/calendarnavigator.js +297 -0
- package/build/charts-base/charts-base-debug.js +5181 -0
- package/build/charts-base/charts-base-min.js +8 -0
- package/build/charts-base/charts-base.js +5181 -0
- package/build/charts-legend/charts-legend-debug.js +1703 -0
- package/build/charts-legend/charts-legend-min.js +3 -0
- package/build/charts-legend/charts-legend.js +1703 -0
- package/build/classnamemanager/classnamemanager-debug.js +84 -0
- package/build/classnamemanager/classnamemanager-min.js +1 -0
- package/build/classnamemanager/classnamemanager.js +84 -0
- package/build/clickable-rail/clickable-rail-debug.js +212 -0
- package/build/clickable-rail/clickable-rail-min.js +1 -0
- package/build/clickable-rail/clickable-rail.js +212 -0
- package/build/color-base/color-base-debug.js +492 -0
- package/build/color-base/color-base-min.js +1 -0
- package/build/color-base/color-base.js +492 -0
- package/build/color-harmony/color-harmony-debug.js +569 -0
- package/build/color-harmony/color-harmony-min.js +1 -0
- package/build/color-harmony/color-harmony.js +568 -0
- package/build/color-hsl/color-hsl-debug.js +218 -0
- package/build/color-hsl/color-hsl-min.js +1 -0
- package/build/color-hsl/color-hsl.js +218 -0
- package/build/color-hsv/color-hsv-debug.js +182 -0
- package/build/color-hsv/color-hsv-min.js +1 -0
- package/build/color-hsv/color-hsv.js +182 -0
- package/build/console/assets/console-core.css +0 -0
- package/build/console/assets/skins/sam/bg.png +0 -0
- package/build/console/assets/skins/sam/console-skin.css +185 -0
- package/build/console/assets/skins/sam/console.css +1 -0
- package/build/console/assets/skins/sam/warn_error.png +0 -0
- package/build/console/assets/warn_error.png +0 -0
- package/build/console/console-debug.js +1517 -0
- package/build/console/console-min.js +2 -0
- package/build/console/console.js +1517 -0
- package/build/console/lang/console.js +1 -0
- package/build/console/lang/console_en.js +1 -0
- package/build/console/lang/console_es.js +1 -0
- package/build/console/lang/console_hu.js +1 -0
- package/build/console/lang/console_it.js +1 -0
- package/build/console/lang/console_ja.js +1 -0
- package/build/console-filters/assets/console-filters-core.css +0 -0
- package/build/console-filters/assets/skins/sam/console-filters-skin.css +27 -0
- package/build/console-filters/assets/skins/sam/console-filters.css +1 -0
- package/build/console-filters/console-filters-debug.js +723 -0
- package/build/console-filters/console-filters-min.js +1 -0
- package/build/console-filters/console-filters.js +723 -0
- package/build/content-editable/content-editable-debug.js +808 -0
- package/build/content-editable/content-editable-min.js +1 -0
- package/build/content-editable/content-editable.js +797 -0
- package/build/cookie/cookie-debug.js +508 -0
- package/build/cookie/cookie-min.js +1 -0
- package/build/cookie/cookie.js +508 -0
- package/build/createlink-base/createlink-base-debug.js +86 -0
- package/build/createlink-base/createlink-base-min.js +1 -0
- package/build/createlink-base/createlink-base.js +85 -0
- package/build/cssbase/cssbase-min.css +1 -0
- package/build/cssbase/cssbase.css +77 -0
- package/build/cssbase-context/cssbase-context-min.css +1 -0
- package/build/cssbase-context/cssbase-context.css +76 -0
- package/build/cssbutton/cssbutton-min.css +1 -0
- package/build/cssbutton/cssbutton.css +147 -0
- package/build/cssfonts/cssfonts-min.css +1 -0
- package/build/cssfonts/cssfonts.css +43 -0
- package/build/cssfonts-context/cssfonts-context-min.css +1 -0
- package/build/cssfonts-context/cssfonts-context.css +43 -0
- package/build/cssgrids/cssgrids-min.css +11 -0
- package/build/cssgrids/cssgrids.css +298 -0
- package/build/cssgrids-base/cssgrids-base-min.css +6 -0
- package/build/cssgrids-base/cssgrids-base.css +80 -0
- package/build/cssgrids-responsive/cssgrids-responsive-min.css +6 -0
- package/build/cssgrids-responsive/cssgrids-responsive.css +398 -0
- package/build/cssgrids-units/cssgrids-units-min.css +6 -0
- package/build/cssgrids-units/cssgrids-units.css +221 -0
- package/build/cssnormalize/cssnormalize-min.css +9 -0
- package/build/cssnormalize/cssnormalize.css +584 -0
- package/build/cssnormalize-context/cssnormalize-context-min.css +9 -0
- package/build/cssnormalize-context/cssnormalize-context.css +584 -0
- package/build/cssreset/cssreset-min.css +1 -0
- package/build/cssreset/cssreset.css +116 -0
- package/build/cssreset-context/cssreset-context-min.css +1 -0
- package/build/cssreset-context/cssreset-context.css +121 -0
- package/build/dataschema-array/dataschema-array-debug.js +189 -0
- package/build/dataschema-array/dataschema-array-min.js +1 -0
- package/build/dataschema-array/dataschema-array.js +186 -0
- package/build/dataschema-base/dataschema-base-debug.js +67 -0
- package/build/dataschema-base/dataschema-base-min.js +1 -0
- package/build/dataschema-base/dataschema-base.js +66 -0
- package/build/dataschema-json/dataschema-json-debug.js +443 -0
- package/build/dataschema-json/dataschema-json-min.js +1 -0
- package/build/dataschema-json/dataschema-json.js +439 -0
- package/build/dataschema-text/dataschema-text-debug.js +183 -0
- package/build/dataschema-text/dataschema-text-min.js +1 -0
- package/build/dataschema-text/dataschema-text.js +182 -0
- package/build/dataschema-xml/dataschema-xml-debug.js +385 -0
- package/build/dataschema-xml/dataschema-xml-min.js +1 -0
- package/build/dataschema-xml/dataschema-xml.js +383 -0
- package/build/datasource-arrayschema/datasource-arrayschema-debug.js +106 -0
- package/build/datasource-arrayschema/datasource-arrayschema-min.js +1 -0
- package/build/datasource-arrayschema/datasource-arrayschema.js +106 -0
- package/build/datasource-cache/datasource-cache-debug.js +166 -0
- package/build/datasource-cache/datasource-cache-min.js +1 -0
- package/build/datasource-cache/datasource-cache.js +166 -0
- package/build/datasource-function/datasource-function-debug.js +108 -0
- package/build/datasource-function/datasource-function-min.js +1 -0
- package/build/datasource-function/datasource-function.js +106 -0
- package/build/datasource-get/datasource-get-debug.js +213 -0
- package/build/datasource-get/datasource-get-min.js +1 -0
- package/build/datasource-get/datasource-get.js +209 -0
- package/build/datasource-io/datasource-io-debug.js +204 -0
- package/build/datasource-io/datasource-io-min.js +1 -0
- package/build/datasource-io/datasource-io.js +201 -0
- package/build/datasource-jsonschema/datasource-jsonschema-debug.js +103 -0
- package/build/datasource-jsonschema/datasource-jsonschema-min.js +1 -0
- package/build/datasource-jsonschema/datasource-jsonschema.js +103 -0
- package/build/datasource-local/datasource-local-debug.js +402 -0
- package/build/datasource-local/datasource-local-min.js +1 -0
- package/build/datasource-local/datasource-local.js +398 -0
- package/build/datasource-polling/datasource-polling-debug.js +93 -0
- package/build/datasource-polling/datasource-polling-min.js +1 -0
- package/build/datasource-polling/datasource-polling.js +93 -0
- package/build/datasource-textschema/datasource-textschema-debug.js +102 -0
- package/build/datasource-textschema/datasource-textschema-min.js +1 -0
- package/build/datasource-textschema/datasource-textschema.js +102 -0
- package/build/datasource-xmlschema/datasource-xmlschema-debug.js +102 -0
- package/build/datasource-xmlschema/datasource-xmlschema-min.js +1 -0
- package/build/datasource-xmlschema/datasource-xmlschema.js +102 -0
- package/build/datatable-base/assets/datatable-base-core.css +4 -0
- package/build/datatable-base/assets/skins/night/datatable-base-skin.css +74 -0
- package/build/datatable-base/assets/skins/night/datatable-base.css +1 -0
- package/build/datatable-base/assets/skins/sam/datatable-base-skin.css +69 -0
- package/build/datatable-base/assets/skins/sam/datatable-base.css +1 -0
- package/build/datatable-base/datatable-base-debug.js +694 -0
- package/build/datatable-base/datatable-base-min.js +1 -0
- package/build/datatable-base/datatable-base.js +694 -0
- package/build/datatable-body/datatable-body-debug.js +1211 -0
- package/build/datatable-body/datatable-body-min.js +2 -0
- package/build/datatable-body/datatable-body.js +1211 -0
- package/build/datatable-column-widths/datatable-column-widths-debug.js +323 -0
- package/build/datatable-column-widths/datatable-column-widths-min.js +1 -0
- package/build/datatable-column-widths/datatable-column-widths.js +323 -0
- package/build/datatable-core/datatable-core-debug.js +1321 -0
- package/build/datatable-core/datatable-core-min.js +1 -0
- package/build/datatable-core/datatable-core.js +1319 -0
- package/build/datatable-datasource/datatable-datasource-debug.js +180 -0
- package/build/datatable-datasource/datatable-datasource-min.js +1 -0
- package/build/datatable-datasource/datatable-datasource.js +180 -0
- package/build/datatable-foot/datatable-foot-debug.js +112 -0
- package/build/datatable-foot/datatable-foot-min.js +1 -0
- package/build/datatable-foot/datatable-foot.js +112 -0
- package/build/datatable-formatters/datatable-formatters-debug.js +563 -0
- package/build/datatable-formatters/datatable-formatters-min.js +1 -0
- package/build/datatable-formatters/datatable-formatters.js +563 -0
- package/build/datatable-head/datatable-head-debug.js +532 -0
- package/build/datatable-head/datatable-head-min.js +1 -0
- package/build/datatable-head/datatable-head.js +532 -0
- package/build/datatable-highlight/assets/datatable-highlight-core.css +26 -0
- package/build/datatable-highlight/assets/skins/night/datatable-highlight-skin.css +11 -0
- package/build/datatable-highlight/assets/skins/night/datatable-highlight.css +1 -0
- package/build/datatable-highlight/assets/skins/sam/datatable-highlight-skin.css +11 -0
- package/build/datatable-highlight/assets/skins/sam/datatable-highlight.css +1 -0
- package/build/datatable-highlight/datatable-highlight-debug.js +282 -0
- package/build/datatable-highlight/datatable-highlight-min.js +1 -0
- package/build/datatable-highlight/datatable-highlight.js +282 -0
- package/build/datatable-keynav/datatable-keynav-debug.js +706 -0
- package/build/datatable-keynav/datatable-keynav-min.js +2 -0
- package/build/datatable-keynav/datatable-keynav.js +706 -0
- package/build/datatable-message/assets/datatable-message-core.css +8 -0
- package/build/datatable-message/assets/skins/night/datatable-message-skin.css +6 -0
- package/build/datatable-message/assets/skins/night/datatable-message.css +1 -0
- package/build/datatable-message/assets/skins/sam/datatable-message-skin.css +5 -0
- package/build/datatable-message/assets/skins/sam/datatable-message.css +1 -0
- package/build/datatable-message/datatable-message-debug.js +290 -0
- package/build/datatable-message/datatable-message-min.js +1 -0
- package/build/datatable-message/datatable-message.js +290 -0
- package/build/datatable-message/lang/datatable-message.js +1 -0
- package/build/datatable-message/lang/datatable-message_en.js +1 -0
- package/build/datatable-message/lang/datatable-message_es.js +1 -0
- package/build/datatable-message/lang/datatable-message_fr.js +1 -0
- package/build/datatable-message/lang/datatable-message_hu.js +1 -0
- package/build/datatable-message/lang/datatable-message_it.js +1 -0
- package/build/datatable-mutable/datatable-mutable-debug.js +635 -0
- package/build/datatable-mutable/datatable-mutable-min.js +1 -0
- package/build/datatable-mutable/datatable-mutable.js +630 -0
- package/build/datatable-paginator/assets/datatable-paginator-core.css +58 -0
- package/build/datatable-paginator/assets/skins/night/datatable-paginator-skin.css +35 -0
- package/build/datatable-paginator/assets/skins/night/datatable-paginator.css +1 -0
- package/build/datatable-paginator/assets/skins/sam/datatable-paginator-skin.css +36 -0
- package/build/datatable-paginator/assets/skins/sam/datatable-paginator.css +1 -0
- package/build/datatable-paginator/datatable-paginator-debug.js +995 -0
- package/build/datatable-paginator/datatable-paginator-min.js +2 -0
- package/build/datatable-paginator/datatable-paginator.js +995 -0
- package/build/datatable-paginator/lang/datatable-paginator.js +1 -0
- package/build/datatable-paginator/lang/datatable-paginator_en.js +1 -0
- package/build/datatable-paginator/lang/datatable-paginator_fr.js +1 -0
- package/build/datatable-paginator-templates/datatable-paginator-templates-debug.js +87 -0
- package/build/datatable-paginator-templates/datatable-paginator-templates-min.js +1 -0
- package/build/datatable-paginator-templates/datatable-paginator-templates.js +87 -0
- package/build/datatable-scroll/assets/datatable-scroll-core.css +71 -0
- package/build/datatable-scroll/assets/skins/night/datatable-scroll-skin.css +25 -0
- package/build/datatable-scroll/assets/skins/night/datatable-scroll.css +1 -0
- package/build/datatable-scroll/assets/skins/sam/datatable-scroll-skin.css +24 -0
- package/build/datatable-scroll/assets/skins/sam/datatable-scroll.css +1 -0
- package/build/datatable-scroll/datatable-scroll-debug.js +1386 -0
- package/build/datatable-scroll/datatable-scroll-min.js +2 -0
- package/build/datatable-scroll/datatable-scroll.js +1386 -0
- package/build/datatable-sort/assets/datatable-sort-core.css +17 -0
- package/build/datatable-sort/assets/skins/night/datatable-sort-skin.css +85 -0
- package/build/datatable-sort/assets/skins/night/datatable-sort.css +1 -0
- package/build/datatable-sort/assets/skins/night/sort-arrow-sprite-ie.png +0 -0
- package/build/datatable-sort/assets/skins/night/sort-arrow-sprite.png +0 -0
- package/build/datatable-sort/assets/skins/sam/datatable-sort-skin.css +43 -0
- package/build/datatable-sort/assets/skins/sam/datatable-sort.css +1 -0
- package/build/datatable-sort/assets/skins/sam/sort-arrow-sprite-ie.png +0 -0
- package/build/datatable-sort/assets/skins/sam/sort-arrow-sprite.png +0 -0
- package/build/datatable-sort/datatable-sort-debug.js +979 -0
- package/build/datatable-sort/datatable-sort-min.js +1 -0
- package/build/datatable-sort/datatable-sort.js +979 -0
- package/build/datatable-sort/lang/datatable-sort.js +1 -0
- package/build/datatable-sort/lang/datatable-sort_en.js +1 -0
- package/build/datatable-sort/lang/datatable-sort_es.js +1 -0
- package/build/datatable-sort/lang/datatable-sort_fr.js +1 -0
- package/build/datatable-sort/lang/datatable-sort_hu.js +1 -0
- package/build/datatable-table/datatable-table-debug.js +755 -0
- package/build/datatable-table/datatable-table-min.js +1 -0
- package/build/datatable-table/datatable-table.js +755 -0
- package/build/datatype-date-format/datatype-date-format-debug.js +387 -0
- package/build/datatype-date-format/datatype-date-format-min.js +1 -0
- package/build/datatype-date-format/datatype-date-format.js +385 -0
- package/build/datatype-date-format/lang/datatype-date-format.js +1 -0
- package/build/datatype-date-format/lang/datatype-date-format_ar-JO.js +1 -0
- package/build/datatype-date-format/lang/datatype-date-format_ar.js +1 -0
- package/build/datatype-date-format/lang/datatype-date-format_ca-ES.js +1 -0
- package/build/datatype-date-format/lang/datatype-date-format_ca.js +1 -0
- package/build/datatype-date-format/lang/datatype-date-format_da-DK.js +1 -0
- package/build/datatype-date-format/lang/datatype-date-format_da.js +1 -0
- package/build/datatype-date-format/lang/datatype-date-format_de-AT.js +1 -0
- package/build/datatype-date-format/lang/datatype-date-format_de-DE.js +1 -0
- package/build/datatype-date-format/lang/datatype-date-format_de.js +1 -0
- package/build/datatype-date-format/lang/datatype-date-format_el-GR.js +1 -0
- package/build/datatype-date-format/lang/datatype-date-format_el.js +1 -0
- package/build/datatype-date-format/lang/datatype-date-format_en-AU.js +1 -0
- package/build/datatype-date-format/lang/datatype-date-format_en-CA.js +1 -0
- package/build/datatype-date-format/lang/datatype-date-format_en-GB.js +1 -0
- package/build/datatype-date-format/lang/datatype-date-format_en-IE.js +1 -0
- package/build/datatype-date-format/lang/datatype-date-format_en-IN.js +1 -0
- package/build/datatype-date-format/lang/datatype-date-format_en-JO.js +1 -0
- package/build/datatype-date-format/lang/datatype-date-format_en-MY.js +1 -0
- package/build/datatype-date-format/lang/datatype-date-format_en-NZ.js +1 -0
- package/build/datatype-date-format/lang/datatype-date-format_en-PH.js +1 -0
- package/build/datatype-date-format/lang/datatype-date-format_en-SG.js +1 -0
- package/build/datatype-date-format/lang/datatype-date-format_en-US.js +1 -0
- package/build/datatype-date-format/lang/datatype-date-format_en.js +1 -0
- package/build/datatype-date-format/lang/datatype-date-format_es-AR.js +1 -0
- package/build/datatype-date-format/lang/datatype-date-format_es-BO.js +1 -0
- package/build/datatype-date-format/lang/datatype-date-format_es-CL.js +1 -0
- package/build/datatype-date-format/lang/datatype-date-format_es-CO.js +1 -0
- package/build/datatype-date-format/lang/datatype-date-format_es-EC.js +1 -0
- package/build/datatype-date-format/lang/datatype-date-format_es-ES.js +1 -0
- package/build/datatype-date-format/lang/datatype-date-format_es-MX.js +1 -0
- package/build/datatype-date-format/lang/datatype-date-format_es-PE.js +1 -0
- package/build/datatype-date-format/lang/datatype-date-format_es-PY.js +1 -0
- package/build/datatype-date-format/lang/datatype-date-format_es-US.js +1 -0
- package/build/datatype-date-format/lang/datatype-date-format_es-UY.js +1 -0
- package/build/datatype-date-format/lang/datatype-date-format_es-VE.js +1 -0
- package/build/datatype-date-format/lang/datatype-date-format_es.js +1 -0
- package/build/datatype-date-format/lang/datatype-date-format_fi-FI.js +1 -0
- package/build/datatype-date-format/lang/datatype-date-format_fi.js +1 -0
- package/build/datatype-date-format/lang/datatype-date-format_fr-BE.js +1 -0
- package/build/datatype-date-format/lang/datatype-date-format_fr-CA.js +1 -0
- package/build/datatype-date-format/lang/datatype-date-format_fr-FR.js +1 -0
- package/build/datatype-date-format/lang/datatype-date-format_fr.js +1 -0
- package/build/datatype-date-format/lang/datatype-date-format_hi-IN.js +1 -0
- package/build/datatype-date-format/lang/datatype-date-format_hi.js +1 -0
- package/build/datatype-date-format/lang/datatype-date-format_hu.js +1 -0
- package/build/datatype-date-format/lang/datatype-date-format_id-ID.js +1 -0
- package/build/datatype-date-format/lang/datatype-date-format_id.js +1 -0
- package/build/datatype-date-format/lang/datatype-date-format_it-IT.js +1 -0
- package/build/datatype-date-format/lang/datatype-date-format_it.js +1 -0
- package/build/datatype-date-format/lang/datatype-date-format_ja-JP.js +1 -0
- package/build/datatype-date-format/lang/datatype-date-format_ja.js +1 -0
- package/build/datatype-date-format/lang/datatype-date-format_ko-KR.js +1 -0
- package/build/datatype-date-format/lang/datatype-date-format_ko.js +1 -0
- package/build/datatype-date-format/lang/datatype-date-format_ms-MY.js +1 -0
- package/build/datatype-date-format/lang/datatype-date-format_ms.js +1 -0
- package/build/datatype-date-format/lang/datatype-date-format_nb-NO.js +1 -0
- package/build/datatype-date-format/lang/datatype-date-format_nb.js +1 -0
- package/build/datatype-date-format/lang/datatype-date-format_nl-BE.js +1 -0
- package/build/datatype-date-format/lang/datatype-date-format_nl-NL.js +1 -0
- package/build/datatype-date-format/lang/datatype-date-format_nl.js +1 -0
- package/build/datatype-date-format/lang/datatype-date-format_pl-PL.js +1 -0
- package/build/datatype-date-format/lang/datatype-date-format_pl.js +1 -0
- package/build/datatype-date-format/lang/datatype-date-format_pt-BR.js +1 -0
- package/build/datatype-date-format/lang/datatype-date-format_pt.js +1 -0
- package/build/datatype-date-format/lang/datatype-date-format_ro-RO.js +1 -0
- package/build/datatype-date-format/lang/datatype-date-format_ro.js +1 -0
- package/build/datatype-date-format/lang/datatype-date-format_ru-RU.js +1 -0
- package/build/datatype-date-format/lang/datatype-date-format_ru.js +1 -0
- package/build/datatype-date-format/lang/datatype-date-format_sv-SE.js +1 -0
- package/build/datatype-date-format/lang/datatype-date-format_sv.js +1 -0
- package/build/datatype-date-format/lang/datatype-date-format_th-TH.js +1 -0
- package/build/datatype-date-format/lang/datatype-date-format_th.js +1 -0
- package/build/datatype-date-format/lang/datatype-date-format_tr-TR.js +1 -0
- package/build/datatype-date-format/lang/datatype-date-format_tr.js +1 -0
- package/build/datatype-date-format/lang/datatype-date-format_vi-VN.js +1 -0
- package/build/datatype-date-format/lang/datatype-date-format_vi.js +1 -0
- package/build/datatype-date-format/lang/datatype-date-format_zh-Hans-CN.js +1 -0
- package/build/datatype-date-format/lang/datatype-date-format_zh-Hans.js +1 -0
- package/build/datatype-date-format/lang/datatype-date-format_zh-Hant-HK.js +1 -0
- package/build/datatype-date-format/lang/datatype-date-format_zh-Hant-TW.js +1 -0
- package/build/datatype-date-format/lang/datatype-date-format_zh-Hant.js +1 -0
- package/build/datatype-date-math/datatype-date-math-debug.js +208 -0
- package/build/datatype-date-math/datatype-date-math-min.js +1 -0
- package/build/datatype-date-math/datatype-date-math.js +207 -0
- package/build/datatype-date-parse/datatype-date-parse-debug.js +36 -0
- package/build/datatype-date-parse/datatype-date-parse-min.js +1 -0
- package/build/datatype-date-parse/datatype-date-parse.js +35 -0
- package/build/datatype-number-format/datatype-number-format-debug.js +109 -0
- package/build/datatype-number-format/datatype-number-format-min.js +1 -0
- package/build/datatype-number-format/datatype-number-format.js +108 -0
- package/build/datatype-number-parse/datatype-number-parse-debug.js +105 -0
- package/build/datatype-number-parse/datatype-number-parse-min.js +1 -0
- package/build/datatype-number-parse/datatype-number-parse.js +104 -0
- package/build/datatype-xml-format/datatype-xml-format-debug.js +53 -0
- package/build/datatype-xml-format/datatype-xml-format-min.js +1 -0
- package/build/datatype-xml-format/datatype-xml-format.js +52 -0
- package/build/datatype-xml-parse/datatype-xml-parse-debug.js +50 -0
- package/build/datatype-xml-parse/datatype-xml-parse-min.js +1 -0
- package/build/datatype-xml-parse/datatype-xml-parse.js +49 -0
- package/build/dd-constrain/dd-constrain-debug.js +562 -0
- package/build/dd-constrain/dd-constrain-min.js +1 -0
- package/build/dd-constrain/dd-constrain.js +562 -0
- package/build/dd-ddm/dd-ddm-debug.js +126 -0
- package/build/dd-ddm/dd-ddm-min.js +1 -0
- package/build/dd-ddm/dd-ddm.js +126 -0
- package/build/dd-ddm-base/dd-ddm-base-debug.js +374 -0
- package/build/dd-ddm-base/dd-ddm-base-min.js +1 -0
- package/build/dd-ddm-base/dd-ddm-base.js +374 -0
- package/build/dd-ddm-drop/dd-ddm-drop-debug.js +399 -0
- package/build/dd-ddm-drop/dd-ddm-drop-min.js +1 -0
- package/build/dd-ddm-drop/dd-ddm-drop.js +399 -0
- package/build/dd-delegate/dd-delegate-debug.js +337 -0
- package/build/dd-delegate/dd-delegate-min.js +1 -0
- package/build/dd-delegate/dd-delegate.js +337 -0
- package/build/dd-drag/dd-drag-debug.js +1270 -0
- package/build/dd-drag/dd-drag-min.js +2 -0
- package/build/dd-drag/dd-drag.js +1267 -0
- package/build/dd-drop/dd-drop-debug.js +553 -0
- package/build/dd-drop/dd-drop-min.js +1 -0
- package/build/dd-drop/dd-drop.js +552 -0
- package/build/dd-drop-plugin/dd-drop-plugin-debug.js +44 -0
- package/build/dd-drop-plugin/dd-drop-plugin-min.js +1 -0
- package/build/dd-drop-plugin/dd-drop-plugin.js +44 -0
- package/build/dd-gestures/dd-gestures-debug.js +56 -0
- package/build/dd-gestures/dd-gestures-min.js +1 -0
- package/build/dd-gestures/dd-gestures.js +54 -0
- package/build/dd-plugin/dd-plugin-debug.js +205 -0
- package/build/dd-plugin/dd-plugin-min.js +1 -0
- package/build/dd-plugin/dd-plugin.js +200 -0
- package/build/dd-proxy/dd-proxy-debug.js +251 -0
- package/build/dd-proxy/dd-proxy-min.js +1 -0
- package/build/dd-proxy/dd-proxy.js +251 -0
- package/build/dd-scroll/dd-scroll-debug.js +423 -0
- package/build/dd-scroll/dd-scroll-min.js +1 -0
- package/build/dd-scroll/dd-scroll.js +423 -0
- package/build/dial/assets/dial-core.css +42 -0
- package/build/dial/assets/skins/night/dial-skin.css +89 -0
- package/build/dial/assets/skins/night/dial.css +1 -0
- package/build/dial/assets/skins/sam/dial-skin.css +75 -0
- package/build/dial/assets/skins/sam/dial.css +1 -0
- package/build/dial/dial-debug.js +1327 -0
- package/build/dial/dial-min.js +3 -0
- package/build/dial/dial.js +1327 -0
- package/build/dial/lang/dial.js +1 -0
- package/build/dial/lang/dial_en.js +1 -0
- package/build/dial/lang/dial_es.js +1 -0
- package/build/dial/lang/dial_hu.js +1 -0
- package/build/dom-base/dom-base-debug.js +699 -0
- package/build/dom-base/dom-base-min.js +2 -0
- package/build/dom-base/dom-base.js +695 -0
- package/build/dom-core/dom-core-debug.js +390 -0
- package/build/dom-core/dom-core-min.js +1 -0
- package/build/dom-core/dom-core.js +390 -0
- package/build/dom-screen/dom-screen-debug.js +611 -0
- package/build/dom-screen/dom-screen-min.js +1 -0
- package/build/dom-screen/dom-screen.js +605 -0
- package/build/dom-style/dom-style-debug.js +249 -0
- package/build/dom-style/dom-style-min.js +1 -0
- package/build/dom-style/dom-style.js +249 -0
- package/build/dom-style-ie/dom-style-ie-debug.js +300 -0
- package/build/dom-style-ie/dom-style-ie-min.js +1 -0
- package/build/dom-style-ie/dom-style-ie.js +297 -0
- package/build/dump/dump-debug.js +105 -0
- package/build/dump/dump-min.js +1 -0
- package/build/dump/dump.js +105 -0
- package/build/editor-base/editor-base-debug.js +946 -0
- package/build/editor-base/editor-base-min.js +2 -0
- package/build/editor-base/editor-base.js +943 -0
- package/build/editor-bidi/editor-bidi-debug.js +340 -0
- package/build/editor-bidi/editor-bidi-min.js +1 -0
- package/build/editor-bidi/editor-bidi.js +340 -0
- package/build/editor-br/editor-br-debug.js +137 -0
- package/build/editor-br/editor-br-min.js +1 -0
- package/build/editor-br/editor-br.js +137 -0
- package/build/editor-inline/editor-inline-debug.js +32 -0
- package/build/editor-inline/editor-inline-min.js +1 -0
- package/build/editor-inline/editor-inline.js +32 -0
- package/build/editor-lists/editor-lists-debug.js +127 -0
- package/build/editor-lists/editor-lists-min.js +1 -0
- package/build/editor-lists/editor-lists.js +122 -0
- package/build/editor-para/editor-para-debug.js +356 -0
- package/build/editor-para/editor-para-min.js +1 -0
- package/build/editor-para/editor-para.js +355 -0
- package/build/editor-para-base/editor-para-base-debug.js +132 -0
- package/build/editor-para-base/editor-para-base-min.js +1 -0
- package/build/editor-para-base/editor-para-base.js +131 -0
- package/build/editor-para-ie/editor-para-ie-debug.js +134 -0
- package/build/editor-para-ie/editor-para-ie-min.js +1 -0
- package/build/editor-para-ie/editor-para-ie.js +134 -0
- package/build/editor-selection/editor-selection-debug.js +1042 -0
- package/build/editor-selection/editor-selection-min.js +2 -0
- package/build/editor-selection/editor-selection.js +1026 -0
- package/build/editor-tab/editor-tab-debug.js +69 -0
- package/build/editor-tab/editor-tab-min.js +1 -0
- package/build/editor-tab/editor-tab.js +68 -0
- package/build/escape/escape-debug.js +92 -0
- package/build/escape/escape-min.js +1 -0
- package/build/escape/escape.js +92 -0
- package/build/event-base/event-base-debug.js +1368 -0
- package/build/event-base/event-base-min.js +2 -0
- package/build/event-base/event-base.js +1363 -0
- package/build/event-base-ie/event-base-ie-debug.js +303 -0
- package/build/event-base-ie/event-base-ie-min.js +3 -0
- package/build/event-base-ie/event-base-ie.js +303 -0
- package/build/event-contextmenu/event-contextmenu-debug.js +192 -0
- package/build/event-contextmenu/event-contextmenu-min.js +1 -0
- package/build/event-contextmenu/event-contextmenu.js +192 -0
- package/build/event-custom-base/event-custom-base-debug.js +2464 -0
- package/build/event-custom-base/event-custom-base-min.js +3 -0
- package/build/event-custom-base/event-custom-base.js +2449 -0
- package/build/event-custom-complex/event-custom-complex-debug.js +673 -0
- package/build/event-custom-complex/event-custom-complex-min.js +1 -0
- package/build/event-custom-complex/event-custom-complex.js +670 -0
- package/build/event-delegate/event-delegate-debug.js +348 -0
- package/build/event-delegate/event-delegate-min.js +1 -0
- package/build/event-delegate/event-delegate.js +347 -0
- package/build/event-flick/event-flick-debug.js +272 -0
- package/build/event-flick/event-flick-min.js +1 -0
- package/build/event-flick/event-flick.js +271 -0
- package/build/event-focus/event-focus-debug.js +280 -0
- package/build/event-focus/event-focus-min.js +1 -0
- package/build/event-focus/event-focus.js +280 -0
- package/build/event-hover/event-hover-debug.js +70 -0
- package/build/event-hover/event-hover-min.js +1 -0
- package/build/event-hover/event-hover.js +70 -0
- package/build/event-key/event-key-debug.js +172 -0
- package/build/event-key/event-key-min.js +1 -0
- package/build/event-key/event-key.js +172 -0
- package/build/event-mouseenter/event-mouseenter-debug.js +129 -0
- package/build/event-mouseenter/event-mouseenter-min.js +1 -0
- package/build/event-mouseenter/event-mouseenter.js +129 -0
- package/build/event-mousewheel/event-mousewheel-debug.js +50 -0
- package/build/event-mousewheel/event-mousewheel-min.js +1 -0
- package/build/event-mousewheel/event-mousewheel.js +50 -0
- package/build/event-move/event-move-debug.js +639 -0
- package/build/event-move/event-move-min.js +1 -0
- package/build/event-move/event-move.js +626 -0
- package/build/event-outside/event-outside-debug.js +107 -0
- package/build/event-outside/event-outside-min.js +1 -0
- package/build/event-outside/event-outside.js +107 -0
- package/build/event-resize/event-resize-debug.js +53 -0
- package/build/event-resize/event-resize-min.js +1 -0
- package/build/event-resize/event-resize.js +53 -0
- package/build/event-simulate/event-simulate-debug.js +957 -0
- package/build/event-simulate/event-simulate-min.js +2 -0
- package/build/event-simulate/event-simulate.js +957 -0
- package/build/event-synthetic/event-synthetic-debug.js +845 -0
- package/build/event-synthetic/event-synthetic-min.js +1 -0
- package/build/event-synthetic/event-synthetic.js +845 -0
- package/build/event-tap/event-tap-debug.js +299 -0
- package/build/event-tap/event-tap-min.js +1 -0
- package/build/event-tap/event-tap.js +296 -0
- package/build/event-touch/event-touch-debug.js +187 -0
- package/build/event-touch/event-touch-min.js +1 -0
- package/build/event-touch/event-touch.js +181 -0
- package/build/event-valuechange/event-valuechange-debug.js +568 -0
- package/build/event-valuechange/event-valuechange-min.js +1 -0
- package/build/event-valuechange/event-valuechange.js +554 -0
- package/build/exec-command/exec-command-debug.js +721 -0
- package/build/exec-command/exec-command-min.js +2 -0
- package/build/exec-command/exec-command.js +717 -0
- package/build/features/features-debug.js +406 -0
- package/build/features/features-min.js +1 -0
- package/build/features/features.js +405 -0
- package/build/file/file-debug.js +31 -0
- package/build/file/file-min.js +1 -0
- package/build/file/file.js +31 -0
- package/build/file-flash/file-flash-debug.js +341 -0
- package/build/file-flash/file-flash-min.js +1 -0
- package/build/file-flash/file-flash.js +341 -0
- package/build/file-html5/file-html5-debug.js +503 -0
- package/build/file-html5/file-html5-min.js +1 -0
- package/build/file-html5/file-html5.js +503 -0
- package/build/frame/frame-debug.js +1076 -0
- package/build/frame/frame-min.js +2 -0
- package/build/frame/frame.js +1047 -0
- package/build/gesture-simulate/gesture-simulate-debug.js +1321 -0
- package/build/gesture-simulate/gesture-simulate-min.js +2 -0
- package/build/gesture-simulate/gesture-simulate.js +1321 -0
- package/build/get/get-debug.js +1292 -0
- package/build/get/get-min.js +2 -0
- package/build/get/get.js +1275 -0
- package/build/get-nodejs/get-nodejs-debug.js +225 -0
- package/build/get-nodejs/get-nodejs-min.js +107 -0
- package/build/get-nodejs/get-nodejs.js +204 -0
- package/build/graphics/graphics-debug.js +1270 -0
- package/build/graphics/graphics-min.js +1 -0
- package/build/graphics/graphics.js +1270 -0
- package/build/graphics-canvas/graphics-canvas-debug.js +3691 -0
- package/build/graphics-canvas/graphics-canvas-min.js +5 -0
- package/build/graphics-canvas/graphics-canvas.js +3691 -0
- package/build/graphics-canvas-default/graphics-canvas-default-debug.js +12 -0
- package/build/graphics-canvas-default/graphics-canvas-default-min.js +1 -0
- package/build/graphics-canvas-default/graphics-canvas-default.js +12 -0
- package/build/graphics-group/graphics-group-debug.js +310 -0
- package/build/graphics-group/graphics-group-min.js +1 -0
- package/build/graphics-group/graphics-group.js +310 -0
- package/build/graphics-svg/graphics-svg-debug.js +3557 -0
- package/build/graphics-svg/graphics-svg-min.js +5 -0
- package/build/graphics-svg/graphics-svg.js +3557 -0
- package/build/graphics-svg-default/graphics-svg-default-debug.js +12 -0
- package/build/graphics-svg-default/graphics-svg-default-min.js +1 -0
- package/build/graphics-svg-default/graphics-svg-default.js +12 -0
- package/build/graphics-vml/graphics-vml-debug.js +3753 -0
- package/build/graphics-vml/graphics-vml-min.js +5 -0
- package/build/graphics-vml/graphics-vml.js +3753 -0
- package/build/graphics-vml-default/graphics-vml-default-debug.js +12 -0
- package/build/graphics-vml-default/graphics-vml-default-min.js +1 -0
- package/build/graphics-vml-default/graphics-vml-default.js +12 -0
- package/build/handlebars-base/handlebars-base-debug.js +693 -0
- package/build/handlebars-base/handlebars-base-min.js +7 -0
- package/build/handlebars-base/handlebars-base.js +693 -0
- package/build/handlebars-compiler/handlebars-compiler-debug.js +2519 -0
- package/build/handlebars-compiler/handlebars-compiler-min.js +12 -0
- package/build/handlebars-compiler/handlebars-compiler.js +2519 -0
- package/build/highlight-accentfold/highlight-accentfold-debug.js +144 -0
- package/build/highlight-accentfold/highlight-accentfold-min.js +1 -0
- package/build/highlight-accentfold/highlight-accentfold.js +144 -0
- package/build/highlight-base/highlight-base-debug.js +312 -0
- package/build/highlight-base/highlight-base-min.js +1 -0
- package/build/highlight-base/highlight-base.js +312 -0
- package/build/history-base/history-base-debug.js +639 -0
- package/build/history-base/history-base-min.js +1 -0
- package/build/history-base/history-base.js +639 -0
- package/build/history-hash/history-hash-debug.js +475 -0
- package/build/history-hash/history-hash-min.js +1 -0
- package/build/history-hash/history-hash.js +475 -0
- package/build/history-hash-ie/history-hash-ie-debug.js +138 -0
- package/build/history-hash-ie/history-hash-ie-min.js +1 -0
- package/build/history-hash-ie/history-hash-ie.js +134 -0
- package/build/history-html5/history-html5-debug.js +189 -0
- package/build/history-html5/history-html5-min.js +1 -0
- package/build/history-html5/history-html5.js +189 -0
- package/build/imageloader/imageloader-debug.js +665 -0
- package/build/imageloader/imageloader-min.js +1 -0
- package/build/imageloader/imageloader.js +653 -0
- package/build/intl/intl-debug.js +150 -0
- package/build/intl/intl-min.js +1 -0
- package/build/intl/intl.js +150 -0
- package/build/intl-base/intl-base-debug.js +88 -0
- package/build/intl-base/intl-base-min.js +1 -0
- package/build/intl-base/intl-base.js +88 -0
- package/build/io-base/io-base-debug.js +1059 -0
- package/build/io-base/io-base-min.js +1 -0
- package/build/io-base/io-base.js +1053 -0
- package/build/io-form/io-form-debug.js +130 -0
- package/build/io-form/io-form-min.js +1 -0
- package/build/io-form/io-form.js +129 -0
- package/build/io-nodejs/io-nodejs-debug.js +215 -0
- package/build/io-nodejs/io-nodejs-min.js +108 -0
- package/build/io-nodejs/io-nodejs.js +199 -0
- package/build/io-queue/io-queue-debug.js +173 -0
- package/build/io-queue/io-queue-min.js +1 -0
- package/build/io-queue/io-queue.js +170 -0
- package/build/io-upload-iframe/io-upload-iframe-debug.js +313 -0
- package/build/io-upload-iframe/io-upload-iframe-min.js +1 -0
- package/build/io-upload-iframe/io-upload-iframe.js +305 -0
- package/build/io-xdr/io-xdr-debug.js +318 -0
- package/build/io-xdr/io-xdr-min.js +1 -0
- package/build/io-xdr/io-xdr.js +318 -0
- package/build/json-parse/json-parse-debug.js +10 -0
- package/build/json-parse/json-parse-min.js +1 -0
- package/build/json-parse/json-parse.js +10 -0
- package/build/json-parse-shim/json-parse-shim-debug.js +183 -0
- package/build/json-parse-shim/json-parse-shim-min.js +1 -0
- package/build/json-parse-shim/json-parse-shim.js +183 -0
- package/build/json-stringify/json-stringify-debug.js +99 -0
- package/build/json-stringify/json-stringify-min.js +1 -0
- package/build/json-stringify/json-stringify.js +99 -0
- package/build/json-stringify-shim/json-stringify-shim-debug.js +233 -0
- package/build/json-stringify-shim/json-stringify-shim-min.js +1 -0
- package/build/json-stringify-shim/json-stringify-shim.js +233 -0
- package/build/jsonp/jsonp-debug.js +274 -0
- package/build/jsonp/jsonp-min.js +1 -0
- package/build/jsonp/jsonp.js +268 -0
- package/build/jsonp-url/jsonp-url-debug.js +133 -0
- package/build/jsonp-url/jsonp-url-min.js +1 -0
- package/build/jsonp-url/jsonp-url.js +133 -0
- package/build/lazy-model-list/lazy-model-list-debug.js +518 -0
- package/build/lazy-model-list/lazy-model-list-min.js +1 -0
- package/build/lazy-model-list/lazy-model-list.js +518 -0
- package/build/loader/loader-debug.js +6053 -0
- package/build/loader/loader-min.js +9 -0
- package/build/loader/loader.js +6010 -0
- package/build/loader-base/loader-base-debug.js +2955 -0
- package/build/loader-base/loader-base-min.js +4 -0
- package/build/loader-base/loader-base.js +2915 -0
- package/build/loader-pathogen-combohandler/loader-pathogen-combohandler-debug.js +320 -0
- package/build/loader-pathogen-combohandler/loader-pathogen-combohandler-min.js +1 -0
- package/build/loader-pathogen-combohandler/loader-pathogen-combohandler.js +316 -0
- package/build/loader-pathogen-encoder/loader-pathogen-encoder-debug.js +6373 -0
- package/build/loader-pathogen-encoder/loader-pathogen-encoder-min.js +10 -0
- package/build/loader-pathogen-encoder/loader-pathogen-encoder.js +6326 -0
- package/build/loader-rollup/loader-rollup-debug.js +102 -0
- package/build/loader-rollup/loader-rollup-min.js +1 -0
- package/build/loader-rollup/loader-rollup.js +99 -0
- package/build/loader-yui3/loader-yui3-debug.js +2995 -0
- package/build/loader-yui3/loader-yui3-min.js +6 -0
- package/build/loader-yui3/loader-yui3.js +2995 -0
- package/build/matrix/matrix-debug.js +932 -0
- package/build/matrix/matrix-min.js +2 -0
- package/build/matrix/matrix.js +932 -0
- package/build/model/model-debug.js +1008 -0
- package/build/model/model-min.js +1 -0
- package/build/model/model.js +1007 -0
- package/build/model-list/model-list-debug.js +1269 -0
- package/build/model-list/model-list-min.js +1 -0
- package/build/model-list/model-list.js +1269 -0
- package/build/model-sync-local/model-sync-local-debug.js +360 -0
- package/build/model-sync-local/model-sync-local-min.js +1 -0
- package/build/model-sync-local/model-sync-local.js +359 -0
- package/build/model-sync-rest/model-sync-rest-debug.js +733 -0
- package/build/model-sync-rest/model-sync-rest-min.js +1 -0
- package/build/model-sync-rest/model-sync-rest.js +733 -0
- package/build/node-base/node-base-debug.js +1003 -0
- package/build/node-base/node-base-min.js +1 -0
- package/build/node-base/node-base.js +1001 -0
- package/build/node-core/node-core-debug.js +1626 -0
- package/build/node-core/node-core-min.js +2 -0
- package/build/node-core/node-core.js +1622 -0
- package/build/node-event-delegate/node-event-delegate-debug.js +54 -0
- package/build/node-event-delegate/node-event-delegate-min.js +1 -0
- package/build/node-event-delegate/node-event-delegate.js +54 -0
- package/build/node-event-html5/node-event-html5-debug.js +52 -0
- package/build/node-event-html5/node-event-html5-min.js +1 -0
- package/build/node-event-html5/node-event-html5.js +52 -0
- package/build/node-event-simulate/node-event-simulate-debug.js +187 -0
- package/build/node-event-simulate/node-event-simulate-min.js +1 -0
- package/build/node-event-simulate/node-event-simulate.js +187 -0
- package/build/node-flick/assets/node-flick-core.css +8 -0
- package/build/node-flick/assets/skins/sam/node-flick-skin.css +1 -0
- package/build/node-flick/assets/skins/sam/node-flick.css +1 -0
- package/build/node-flick/node-flick-debug.js +524 -0
- package/build/node-flick/node-flick-min.js +1 -0
- package/build/node-flick/node-flick.js +523 -0
- package/build/node-focusmanager/node-focusmanager-debug.js +1073 -0
- package/build/node-focusmanager/node-focusmanager-min.js +1 -0
- package/build/node-focusmanager/node-focusmanager.js +1069 -0
- package/build/node-load/node-load-debug.js +65 -0
- package/build/node-load/node-load-min.js +1 -0
- package/build/node-load/node-load.js +65 -0
- package/build/node-menunav/assets/node-menunav-core.css +169 -0
- package/build/node-menunav/assets/skins/night/horizontal-menu-submenu-indicator.png +0 -0
- package/build/node-menunav/assets/skins/night/node-menunav-skin.css +312 -0
- package/build/node-menunav/assets/skins/night/node-menunav.css +1 -0
- package/build/node-menunav/assets/skins/night/vertical-menu-submenu-indicator.png +0 -0
- package/build/node-menunav/assets/skins/sam/horizontal-menu-submenu-indicator.png +0 -0
- package/build/node-menunav/assets/skins/sam/horizontal-menu-submenu-toggle.png +0 -0
- package/build/node-menunav/assets/skins/sam/node-menunav-skin.css +266 -0
- package/build/node-menunav/assets/skins/sam/node-menunav.css +1 -0
- package/build/node-menunav/assets/skins/sam/vertical-menu-submenu-indicator.png +0 -0
- package/build/node-menunav/node-menunav-debug.js +2189 -0
- package/build/node-menunav/node-menunav-min.js +2 -0
- package/build/node-menunav/node-menunav.js +2188 -0
- package/build/node-pluginhost/node-pluginhost-debug.js +91 -0
- package/build/node-pluginhost/node-pluginhost-min.js +1 -0
- package/build/node-pluginhost/node-pluginhost.js +91 -0
- package/build/node-screen/node-screen-debug.js +240 -0
- package/build/node-screen/node-screen-min.js +1 -0
- package/build/node-screen/node-screen.js +238 -0
- package/build/node-scroll-info/node-scroll-info-debug.js +656 -0
- package/build/node-scroll-info/node-scroll-info-min.js +1 -0
- package/build/node-scroll-info/node-scroll-info.js +656 -0
- package/build/node-style/node-style-debug.js +271 -0
- package/build/node-style/node-style-min.js +1 -0
- package/build/node-style/node-style.js +271 -0
- package/build/oop/oop-debug.js +432 -0
- package/build/oop/oop-min.js +1 -0
- package/build/oop/oop.js +432 -0
- package/build/overlay/assets/overlay-core.css +11 -0
- package/build/overlay/assets/skins/night/overlay-skin.css +175 -0
- package/build/overlay/assets/skins/night/overlay.css +1 -0
- package/build/overlay/assets/skins/sam/overlay-skin.css +0 -0
- package/build/overlay/assets/skins/sam/overlay.css +1 -0
- package/build/overlay/overlay-debug.js +39 -0
- package/build/overlay/overlay-min.js +1 -0
- package/build/overlay/overlay.js +39 -0
- package/build/paginator/paginator-debug.js +75 -0
- package/build/paginator/paginator-min.js +1 -0
- package/build/paginator/paginator.js +75 -0
- package/build/paginator-core/paginator-core-debug.js +146 -0
- package/build/paginator-core/paginator-core-min.js +1 -0
- package/build/paginator-core/paginator-core.js +146 -0
- package/build/paginator-url/paginator-url-debug.js +67 -0
- package/build/paginator-url/paginator-url-min.js +1 -0
- package/build/paginator-url/paginator-url.js +67 -0
- package/build/panel/assets/panel-core.css +22 -0
- package/build/panel/assets/skins/night/panel-skin.css +123 -0
- package/build/panel/assets/skins/night/panel.css +1 -0
- package/build/panel/assets/skins/night/sprite_icons.png +0 -0
- package/build/panel/assets/skins/sam/panel-skin.css +95 -0
- package/build/panel/assets/skins/sam/panel.css +1 -0
- package/build/panel/assets/skins/sam/sprite_icons.png +0 -0
- package/build/panel/panel-debug.js +112 -0
- package/build/panel/panel-min.js +1 -0
- package/build/panel/panel.js +112 -0
- package/build/parallel/parallel-debug.js +109 -0
- package/build/parallel/parallel-min.js +1 -0
- package/build/parallel/parallel.js +107 -0
- package/build/pjax/pjax-debug.js +170 -0
- package/build/pjax/pjax-min.js +1 -0
- package/build/pjax/pjax.js +170 -0
- package/build/pjax-base/pjax-base-debug.js +443 -0
- package/build/pjax-base/pjax-base-min.js +1 -0
- package/build/pjax-base/pjax-base.js +442 -0
- package/build/pjax-content/pjax-content-debug.js +281 -0
- package/build/pjax-content/pjax-content-min.js +1 -0
- package/build/pjax-content/pjax-content.js +281 -0
- package/build/pjax-plugin/pjax-plugin-debug.js +29 -0
- package/build/pjax-plugin/pjax-plugin-min.js +1 -0
- package/build/pjax-plugin/pjax-plugin.js +29 -0
- package/build/plugin/plugin-debug.js +265 -0
- package/build/plugin/plugin-min.js +1 -0
- package/build/plugin/plugin.js +263 -0
- package/build/pluginhost-base/pluginhost-base-debug.js +187 -0
- package/build/pluginhost-base/pluginhost-base-min.js +1 -0
- package/build/pluginhost-base/pluginhost-base.js +185 -0
- package/build/pluginhost-config/pluginhost-config-debug.js +130 -0
- package/build/pluginhost-config/pluginhost-config-min.js +1 -0
- package/build/pluginhost-config/pluginhost-config.js +130 -0
- package/build/promise/promise-debug.js +624 -0
- package/build/promise/promise-min.js +1 -0
- package/build/promise/promise.js +620 -0
- package/build/querystring-parse/querystring-parse-debug.js +162 -0
- package/build/querystring-parse/querystring-parse-min.js +1 -0
- package/build/querystring-parse/querystring-parse.js +162 -0
- package/build/querystring-parse-simple/querystring-parse-simple-debug.js +49 -0
- package/build/querystring-parse-simple/querystring-parse-simple-min.js +1 -0
- package/build/querystring-parse-simple/querystring-parse-simple.js +49 -0
- package/build/querystring-stringify/querystring-stringify-debug.js +111 -0
- package/build/querystring-stringify/querystring-stringify-min.js +1 -0
- package/build/querystring-stringify/querystring-stringify.js +106 -0
- package/build/querystring-stringify-simple/querystring-stringify-simple-debug.js +44 -0
- package/build/querystring-stringify-simple/querystring-stringify-simple-min.js +1 -0
- package/build/querystring-stringify-simple/querystring-stringify-simple.js +44 -0
- package/build/queue-promote/queue-promote-debug.js +53 -0
- package/build/queue-promote/queue-promote-min.js +1 -0
- package/build/queue-promote/queue-promote.js +53 -0
- package/build/range-slider/range-slider-debug.js +28 -0
- package/build/range-slider/range-slider-min.js +1 -0
- package/build/range-slider/range-slider.js +28 -0
- package/build/recordset-base/recordset-base-debug.js +651 -0
- package/build/recordset-base/recordset-base-min.js +1 -0
- package/build/recordset-base/recordset-base.js +650 -0
- package/build/recordset-filter/recordset-filter-debug.js +105 -0
- package/build/recordset-filter/recordset-filter-min.js +1 -0
- package/build/recordset-filter/recordset-filter.js +105 -0
- package/build/recordset-indexer/recordset-indexer-debug.js +227 -0
- package/build/recordset-indexer/recordset-indexer-min.js +1 -0
- package/build/recordset-indexer/recordset-indexer.js +227 -0
- package/build/recordset-sort/recordset-sort-debug.js +206 -0
- package/build/recordset-sort/recordset-sort-min.js +1 -0
- package/build/recordset-sort/recordset-sort.js +205 -0
- package/build/resize-base/assets/resize-base-core.css +241 -0
- package/build/resize-base/assets/skins/night/arrows.png +0 -0
- package/build/resize-base/assets/skins/night/resize-base-skin.css +46 -0
- package/build/resize-base/assets/skins/night/resize-base.css +1 -0
- package/build/resize-base/assets/skins/sam/arrows.png +0 -0
- package/build/resize-base/assets/skins/sam/resize-base-skin.css +46 -0
- package/build/resize-base/assets/skins/sam/resize-base.css +1 -0
- package/build/resize-base/resize-base-debug.js +1644 -0
- package/build/resize-base/resize-base-min.js +2 -0
- package/build/resize-base/resize-base.js +1643 -0
- package/build/resize-constrain/resize-constrain-debug.js +455 -0
- package/build/resize-constrain/resize-constrain-min.js +1 -0
- package/build/resize-constrain/resize-constrain.js +455 -0
- package/build/resize-plugin/resize-plugin-debug.js +208 -0
- package/build/resize-plugin/resize-plugin-min.js +1 -0
- package/build/resize-plugin/resize-plugin.js +208 -0
- package/build/resize-proxy/resize-proxy-debug.js +166 -0
- package/build/resize-proxy/resize-proxy-min.js +1 -0
- package/build/resize-proxy/resize-proxy.js +166 -0
- package/build/router/router-debug.js +1818 -0
- package/build/router/router-min.js +2 -0
- package/build/router/router.js +1810 -0
- package/build/scrollview/scrollview-debug.js +21 -0
- package/build/scrollview/scrollview-min.js +1 -0
- package/build/scrollview/scrollview.js +21 -0
- package/build/scrollview-base/assets/scrollview-base-core.css +14 -0
- package/build/scrollview-base/assets/skins/night/scrollview-base-skin.css +0 -0
- package/build/scrollview-base/assets/skins/night/scrollview-base.css +1 -0
- package/build/scrollview-base/assets/skins/sam/scrollview-base-skin.css +3 -0
- package/build/scrollview-base/assets/skins/sam/scrollview-base.css +1 -0
- package/build/scrollview-base/scrollview-base-debug.js +1457 -0
- package/build/scrollview-base/scrollview-base-min.js +2 -0
- package/build/scrollview-base/scrollview-base.js +1457 -0
- package/build/scrollview-base-ie/scrollview-base-ie-debug.js +55 -0
- package/build/scrollview-base-ie/scrollview-base-ie-min.js +1 -0
- package/build/scrollview-base-ie/scrollview-base-ie.js +55 -0
- package/build/scrollview-list/assets/scrollview-list-core.css +0 -0
- package/build/scrollview-list/assets/skins/night/scrollview-list-skin.css +57 -0
- package/build/scrollview-list/assets/skins/night/scrollview-list.css +1 -0
- package/build/scrollview-list/assets/skins/sam/scrollview-list-skin.css +37 -0
- package/build/scrollview-list/assets/skins/sam/scrollview-list.css +1 -0
- package/build/scrollview-list/scrollview-list-debug.js +130 -0
- package/build/scrollview-list/scrollview-list-min.js +1 -0
- package/build/scrollview-list/scrollview-list.js +130 -0
- package/build/scrollview-paginator/scrollview-paginator-debug.js +746 -0
- package/build/scrollview-paginator/scrollview-paginator-min.js +1 -0
- package/build/scrollview-paginator/scrollview-paginator.js +746 -0
- package/build/scrollview-scrollbars/assets/scrollview-scrollbars-core.css +95 -0
- package/build/scrollview-scrollbars/assets/skins/night/scrollview-scrollbars-skin.css +96 -0
- package/build/scrollview-scrollbars/assets/skins/night/scrollview-scrollbars.css +1 -0
- package/build/scrollview-scrollbars/assets/skins/sam/scrollview-scrollbars-skin.css +90 -0
- package/build/scrollview-scrollbars/assets/skins/sam/scrollview-scrollbars.css +1 -0
- package/build/scrollview-scrollbars/scrollview-scrollbars-debug.js +563 -0
- package/build/scrollview-scrollbars/scrollview-scrollbars-min.js +1 -0
- package/build/scrollview-scrollbars/scrollview-scrollbars.js +563 -0
- package/build/selector/selector-debug.js +5 -0
- package/build/selector/selector-min.js +1 -0
- package/build/selector/selector.js +5 -0
- package/build/selector-css2/selector-css2-debug.js +460 -0
- package/build/selector-css2/selector-css2-min.js +1 -0
- package/build/selector-css2/selector-css2.js +459 -0
- package/build/selector-css3/selector-css3-debug.js +152 -0
- package/build/selector-css3/selector-css3-min.js +1 -0
- package/build/selector-css3/selector-css3.js +152 -0
- package/build/selector-native/selector-native-debug.js +405 -0
- package/build/selector-native/selector-native-min.js +1 -0
- package/build/selector-native/selector-native.js +400 -0
- package/build/series-area/series-area-debug.js +103 -0
- package/build/series-area/series-area-min.js +1 -0
- package/build/series-area/series-area.js +103 -0
- package/build/series-area-stacked/series-area-stacked-debug.js +60 -0
- package/build/series-area-stacked/series-area-stacked-min.js +1 -0
- package/build/series-area-stacked/series-area-stacked.js +60 -0
- package/build/series-areaspline/series-areaspline-debug.js +63 -0
- package/build/series-areaspline/series-areaspline-min.js +1 -0
- package/build/series-areaspline/series-areaspline.js +63 -0
- package/build/series-areaspline-stacked/series-areaspline-stacked-debug.js +50 -0
- package/build/series-areaspline-stacked/series-areaspline-stacked-min.js +1 -0
- package/build/series-areaspline-stacked/series-areaspline-stacked.js +50 -0
- package/build/series-bar/series-bar-debug.js +169 -0
- package/build/series-bar/series-bar-min.js +1 -0
- package/build/series-bar/series-bar.js +169 -0
- package/build/series-bar-stacked/series-bar-stacked-debug.js +364 -0
- package/build/series-bar-stacked/series-bar-stacked-min.js +1 -0
- package/build/series-bar-stacked/series-bar-stacked.js +364 -0
- package/build/series-base/series-base-debug.js +408 -0
- package/build/series-base/series-base-min.js +1 -0
- package/build/series-base/series-base.js +408 -0
- package/build/series-candlestick/series-candlestick-debug.js +314 -0
- package/build/series-candlestick/series-candlestick-min.js +1 -0
- package/build/series-candlestick/series-candlestick.js +314 -0
- package/build/series-cartesian/series-cartesian-debug.js +947 -0
- package/build/series-cartesian/series-cartesian-min.js +2 -0
- package/build/series-cartesian/series-cartesian.js +947 -0
- package/build/series-column/series-column-debug.js +160 -0
- package/build/series-column/series-column-min.js +1 -0
- package/build/series-column/series-column.js +160 -0
- package/build/series-column-stacked/series-column-stacked-debug.js +351 -0
- package/build/series-column-stacked/series-column-stacked-min.js +1 -0
- package/build/series-column-stacked/series-column-stacked.js +351 -0
- package/build/series-combo/series-combo-debug.js +283 -0
- package/build/series-combo/series-combo-min.js +1 -0
- package/build/series-combo/series-combo.js +283 -0
- package/build/series-combo-stacked/series-combo-stacked-debug.js +86 -0
- package/build/series-combo-stacked/series-combo-stacked-min.js +1 -0
- package/build/series-combo-stacked/series-combo-stacked.js +86 -0
- package/build/series-combospline/series-combospline-debug.js +60 -0
- package/build/series-combospline/series-combospline-min.js +1 -0
- package/build/series-combospline/series-combospline.js +60 -0
- package/build/series-combospline-stacked/series-combospline-stacked-debug.js +72 -0
- package/build/series-combospline-stacked/series-combospline-stacked-min.js +1 -0
- package/build/series-combospline-stacked/series-combospline-stacked.js +72 -0
- package/build/series-curve-util/series-curve-util-debug.js +135 -0
- package/build/series-curve-util/series-curve-util-min.js +1 -0
- package/build/series-curve-util/series-curve-util.js +135 -0
- package/build/series-fill-util/series-fill-util-debug.js +517 -0
- package/build/series-fill-util/series-fill-util-min.js +1 -0
- package/build/series-fill-util/series-fill-util.js +517 -0
- package/build/series-histogram-base/series-histogram-base-debug.js +245 -0
- package/build/series-histogram-base/series-histogram-base-min.js +1 -0
- package/build/series-histogram-base/series-histogram-base.js +245 -0
- package/build/series-line/series-line-debug.js +113 -0
- package/build/series-line/series-line-min.js +1 -0
- package/build/series-line/series-line.js +113 -0
- package/build/series-line-stacked/series-line-stacked-debug.js +49 -0
- package/build/series-line-stacked/series-line-stacked-min.js +1 -0
- package/build/series-line-stacked/series-line-stacked.js +49 -0
- package/build/series-line-util/series-line-util-debug.js +287 -0
- package/build/series-line-util/series-line-util-min.js +1 -0
- package/build/series-line-util/series-line-util.js +287 -0
- package/build/series-marker/series-marker-debug.js +89 -0
- package/build/series-marker/series-marker-min.js +1 -0
- package/build/series-marker/series-marker.js +89 -0
- package/build/series-marker-stacked/series-marker-stacked-debug.js +50 -0
- package/build/series-marker-stacked/series-marker-stacked-min.js +1 -0
- package/build/series-marker-stacked/series-marker-stacked.js +50 -0
- package/build/series-ohlc/series-ohlc-debug.js +237 -0
- package/build/series-ohlc/series-ohlc-min.js +1 -0
- package/build/series-ohlc/series-ohlc.js +237 -0
- package/build/series-pie/series-pie-debug.js +724 -0
- package/build/series-pie/series-pie-min.js +2 -0
- package/build/series-pie/series-pie.js +724 -0
- package/build/series-plot-util/series-plot-util-debug.js +552 -0
- package/build/series-plot-util/series-plot-util-min.js +1 -0
- package/build/series-plot-util/series-plot-util.js +552 -0
- package/build/series-range/series-range-debug.js +132 -0
- package/build/series-range/series-range-min.js +1 -0
- package/build/series-range/series-range.js +132 -0
- package/build/series-spline/series-spline-debug.js +82 -0
- package/build/series-spline/series-spline-min.js +1 -0
- package/build/series-spline/series-spline.js +82 -0
- package/build/series-spline-stacked/series-spline-stacked-debug.js +50 -0
- package/build/series-spline-stacked/series-spline-stacked-min.js +1 -0
- package/build/series-spline-stacked/series-spline-stacked.js +50 -0
- package/build/series-stacked/series-stacked-debug.js +356 -0
- package/build/series-stacked/series-stacked-min.js +1 -0
- package/build/series-stacked/series-stacked.js +356 -0
- package/build/shim-plugin/shim-plugin-debug.js +106 -0
- package/build/shim-plugin/shim-plugin-min.js +1 -0
- package/build/shim-plugin/shim-plugin.js +106 -0
- package/build/slider-base/assets/skins/audio/rail-x.png +0 -0
- package/build/slider-base/assets/skins/audio/rail-y.png +0 -0
- package/build/slider-base/assets/skins/audio/slider-base-skin.css +91 -0
- package/build/slider-base/assets/skins/audio/slider-base.css +1 -0
- package/build/slider-base/assets/skins/audio/slider-skin.css +91 -0
- package/build/slider-base/assets/skins/audio/thumb-x.png +0 -0
- package/build/slider-base/assets/skins/audio/thumb-y.png +0 -0
- package/build/slider-base/assets/skins/audio-light/rail-x.png +0 -0
- package/build/slider-base/assets/skins/audio-light/rail-y.png +0 -0
- package/build/slider-base/assets/skins/audio-light/slider-base-skin.css +91 -0
- package/build/slider-base/assets/skins/audio-light/slider-base.css +1 -0
- package/build/slider-base/assets/skins/audio-light/slider-skin.css +91 -0
- package/build/slider-base/assets/skins/audio-light/thumb-x.png +0 -0
- package/build/slider-base/assets/skins/audio-light/thumb-y.png +0 -0
- package/build/slider-base/assets/skins/capsule/rail-x-dots.png +0 -0
- package/build/slider-base/assets/skins/capsule/rail-x-lines.png +0 -0
- package/build/slider-base/assets/skins/capsule/rail-x.png +0 -0
- package/build/slider-base/assets/skins/capsule/rail-y-dots.png +0 -0
- package/build/slider-base/assets/skins/capsule/rail-y-lines.png +0 -0
- package/build/slider-base/assets/skins/capsule/rail-y.png +0 -0
- package/build/slider-base/assets/skins/capsule/slider-base-skin.css +93 -0
- package/build/slider-base/assets/skins/capsule/slider-base.css +1 -0
- package/build/slider-base/assets/skins/capsule/slider-skin.css +93 -0
- package/build/slider-base/assets/skins/capsule/thumb-x-line.png +0 -0
- package/build/slider-base/assets/skins/capsule/thumb-x.png +0 -0
- package/build/slider-base/assets/skins/capsule/thumb-y-line.png +0 -0
- package/build/slider-base/assets/skins/capsule/thumb-y-lines.png +0 -0
- package/build/slider-base/assets/skins/capsule/thumb-y.png +0 -0
- package/build/slider-base/assets/skins/capsule-dark/rail-x-dots.png +0 -0
- package/build/slider-base/assets/skins/capsule-dark/rail-x-lines.png +0 -0
- package/build/slider-base/assets/skins/capsule-dark/rail-x.png +0 -0
- package/build/slider-base/assets/skins/capsule-dark/rail-y-dots.png +0 -0
- package/build/slider-base/assets/skins/capsule-dark/rail-y-lines.png +0 -0
- package/build/slider-base/assets/skins/capsule-dark/rail-y.png +0 -0
- package/build/slider-base/assets/skins/capsule-dark/slider-base-skin.css +91 -0
- package/build/slider-base/assets/skins/capsule-dark/slider-base.css +1 -0
- package/build/slider-base/assets/skins/capsule-dark/slider-skin.css +91 -0
- package/build/slider-base/assets/skins/capsule-dark/thumb-x-line.png +0 -0
- package/build/slider-base/assets/skins/capsule-dark/thumb-x.png +0 -0
- package/build/slider-base/assets/skins/capsule-dark/thumb-y-line.png +0 -0
- package/build/slider-base/assets/skins/capsule-dark/thumb-y.png +0 -0
- package/build/slider-base/assets/skins/night/rail-x-lines.png +0 -0
- package/build/slider-base/assets/skins/night/rail-x.png +0 -0
- package/build/slider-base/assets/skins/night/rail-y-lines.png +0 -0
- package/build/slider-base/assets/skins/night/rail-y.png +0 -0
- package/build/slider-base/assets/skins/night/slider-base-skin.css +87 -0
- package/build/slider-base/assets/skins/night/slider-base.css +1 -0
- package/build/slider-base/assets/skins/night/slider-skin.css +87 -0
- package/build/slider-base/assets/skins/night/thumb-x.png +0 -0
- package/build/slider-base/assets/skins/night/thumb-y.png +0 -0
- package/build/slider-base/assets/skins/round/rail-x.png +0 -0
- package/build/slider-base/assets/skins/round/rail-y.png +0 -0
- package/build/slider-base/assets/skins/round/slider-base-skin.css +89 -0
- package/build/slider-base/assets/skins/round/slider-base.css +1 -0
- package/build/slider-base/assets/skins/round/slider-skin.css +89 -0
- package/build/slider-base/assets/skins/round/thumb-x-grip.png +0 -0
- package/build/slider-base/assets/skins/round/thumb-x.png +0 -0
- package/build/slider-base/assets/skins/round/thumb-y-grip.png +0 -0
- package/build/slider-base/assets/skins/round/thumb-y.png +0 -0
- package/build/slider-base/assets/skins/round-dark/rail-x.png +0 -0
- package/build/slider-base/assets/skins/round-dark/rail-y.png +0 -0
- package/build/slider-base/assets/skins/round-dark/slider-base-skin.css +89 -0
- package/build/slider-base/assets/skins/round-dark/slider-base.css +1 -0
- package/build/slider-base/assets/skins/round-dark/slider-skin.css +89 -0
- package/build/slider-base/assets/skins/round-dark/thumb-x-grip.png +0 -0
- package/build/slider-base/assets/skins/round-dark/thumb-x.png +0 -0
- package/build/slider-base/assets/skins/round-dark/thumb-y-grip.png +0 -0
- package/build/slider-base/assets/skins/round-dark/thumb-y.png +0 -0
- package/build/slider-base/assets/skins/sam/rail-x-lines.png +0 -0
- package/build/slider-base/assets/skins/sam/rail-x.png +0 -0
- package/build/slider-base/assets/skins/sam/rail-y-lines.png +0 -0
- package/build/slider-base/assets/skins/sam/rail-y.png +0 -0
- package/build/slider-base/assets/skins/sam/slider-base-skin.css +87 -0
- package/build/slider-base/assets/skins/sam/slider-base.css +1 -0
- package/build/slider-base/assets/skins/sam/slider-skin.css +87 -0
- package/build/slider-base/assets/skins/sam/thumb-x.png +0 -0
- package/build/slider-base/assets/skins/sam/thumb-y.png +0 -0
- package/build/slider-base/assets/skins/sam-dark/rail-x-lines.png +0 -0
- package/build/slider-base/assets/skins/sam-dark/rail-x.png +0 -0
- package/build/slider-base/assets/skins/sam-dark/rail-y-lines.png +0 -0
- package/build/slider-base/assets/skins/sam-dark/rail-y.png +0 -0
- package/build/slider-base/assets/skins/sam-dark/slider-base-skin.css +87 -0
- package/build/slider-base/assets/skins/sam-dark/slider-base.css +1 -0
- package/build/slider-base/assets/skins/sam-dark/slider-skin.css +87 -0
- package/build/slider-base/assets/skins/sam-dark/thumb-x.png +0 -0
- package/build/slider-base/assets/skins/sam-dark/thumb-y.png +0 -0
- package/build/slider-base/assets/slider-base-core.css +31 -0
- package/build/slider-base/assets/slider-core.css +31 -0
- package/build/slider-base/assets/thumb-x-oblong-dark.png +0 -0
- package/build/slider-base/assets/thumb-x-oblong.png +0 -0
- package/build/slider-base/assets/thumb-x-oblong2-dark.png +0 -0
- package/build/slider-base/assets/thumb-x-oblong2.png +0 -0
- package/build/slider-base/assets/thumb-y-oblong-dark.png +0 -0
- package/build/slider-base/assets/thumb-y-oblong.png +0 -0
- package/build/slider-base/assets/thumb-y-oblong2-dark.png +0 -0
- package/build/slider-base/assets/thumb-y-oblong2.png +0 -0
- package/build/slider-base/slider-base-debug.js +762 -0
- package/build/slider-base/slider-base-min.js +1 -0
- package/build/slider-base/slider-base.js +760 -0
- package/build/slider-value-range/slider-value-range-debug.js +422 -0
- package/build/slider-value-range/slider-value-range-min.js +1 -0
- package/build/slider-value-range/slider-value-range.js +418 -0
- package/build/sortable/sortable-debug.js +528 -0
- package/build/sortable/sortable-min.js +1 -0
- package/build/sortable/sortable.js +527 -0
- package/build/sortable-scroll/sortable-scroll-debug.js +67 -0
- package/build/sortable-scroll/sortable-scroll-min.js +1 -0
- package/build/sortable-scroll/sortable-scroll.js +67 -0
- package/build/stylesheet/stylesheet-debug.js +642 -0
- package/build/stylesheet/stylesheet-min.js +1 -0
- package/build/stylesheet/stylesheet.js +638 -0
- package/build/substitute/substitute-debug.js +170 -0
- package/build/substitute/substitute-min.js +1 -0
- package/build/substitute/substitute.js +170 -0
- package/build/swf/swf-debug.js +206 -0
- package/build/swf/swf-min.js +1 -0
- package/build/swf/swf.js +204 -0
- package/build/swfdetect/swfdetect-debug.js +116 -0
- package/build/swfdetect/swfdetect-min.js +1 -0
- package/build/swfdetect/swfdetect.js +115 -0
- package/build/tabview/assets/skins/night/tabview-skin.css +89 -0
- package/build/tabview/assets/skins/night/tabview.css +1 -0
- package/build/tabview/assets/skins/sam/tabview-skin.css +58 -0
- package/build/tabview/assets/skins/sam/tabview.css +1 -0
- package/build/tabview/assets/tabview-core.css +42 -0
- package/build/tabview/tabview-debug.js +436 -0
- package/build/tabview/tabview-min.js +1 -0
- package/build/tabview/tabview.js +436 -0
- package/build/tabview-base/tabview-base-debug.js +144 -0
- package/build/tabview-base/tabview-base-min.js +1 -0
- package/build/tabview-base/tabview-base.js +144 -0
- package/build/tabview-plugin/tabview-plugin-debug.js +16 -0
- package/build/tabview-plugin/tabview-plugin-min.js +1 -0
- package/build/tabview-plugin/tabview-plugin.js +16 -0
- package/build/template-base/template-base-debug.js +272 -0
- package/build/template-base/template-base-min.js +1 -0
- package/build/template-base/template-base.js +272 -0
- package/build/template-micro/template-micro-debug.js +249 -0
- package/build/template-micro/template-micro-min.js +1 -0
- package/build/template-micro/template-micro.js +249 -0
- package/build/test/test-debug.js +3869 -0
- package/build/test/test-min.js +6 -0
- package/build/test/test.js +3869 -0
- package/build/test-console/assets/skins/sam/test-console-skin.css +58 -0
- package/build/test-console/assets/skins/sam/test-console.css +1 -0
- package/build/test-console/assets/test-console-core.css +8 -0
- package/build/test-console/test-console-debug.js +307 -0
- package/build/test-console/test-console-min.js +1 -0
- package/build/test-console/test-console.js +307 -0
- package/build/text-accentfold/text-accentfold-debug.js +162 -0
- package/build/text-accentfold/text-accentfold-min.js +1 -0
- package/build/text-accentfold/text-accentfold.js +162 -0
- package/build/text-data-accentfold/text-data-accentfold-debug.js +46 -0
- package/build/text-data-accentfold/text-data-accentfold-min.js +1 -0
- package/build/text-data-accentfold/text-data-accentfold.js +46 -0
- package/build/text-data-wordbreak/text-data-wordbreak-debug.js +29 -0
- package/build/text-data-wordbreak/text-data-wordbreak-min.js +2 -0
- package/build/text-data-wordbreak/text-data-wordbreak.js +29 -0
- package/build/text-wordbreak/text-wordbreak-debug.js +363 -0
- package/build/text-wordbreak/text-wordbreak-min.js +1 -0
- package/build/text-wordbreak/text-wordbreak.js +362 -0
- package/build/timers/timers-debug.js +314 -0
- package/build/timers/timers-min.js +1 -0
- package/build/timers/timers.js +314 -0
- package/build/transition/transition-debug.js +760 -0
- package/build/transition/transition-min.js +2 -0
- package/build/transition/transition.js +758 -0
- package/build/transition-timer/transition-timer-debug.js +334 -0
- package/build/transition-timer/transition-timer-min.js +1 -0
- package/build/transition-timer/transition-timer.js +334 -0
- package/build/tree/tree-debug.js +940 -0
- package/build/tree/tree-min.js +1 -0
- package/build/tree/tree.js +940 -0
- package/build/tree-labelable/tree-labelable-debug.js +79 -0
- package/build/tree-labelable/tree-labelable-min.js +1 -0
- package/build/tree-labelable/tree-labelable.js +79 -0
- package/build/tree-lazy/tree-lazy-debug.js +176 -0
- package/build/tree-lazy/tree-lazy-min.js +1 -0
- package/build/tree-lazy/tree-lazy.js +175 -0
- package/build/tree-node/tree-node-debug.js +555 -0
- package/build/tree-node/tree-node-min.js +1 -0
- package/build/tree-node/tree-node.js +555 -0
- package/build/tree-openable/tree-openable-debug.js +241 -0
- package/build/tree-openable/tree-openable-min.js +1 -0
- package/build/tree-openable/tree-openable.js +241 -0
- package/build/tree-selectable/tree-selectable-debug.js +289 -0
- package/build/tree-selectable/tree-selectable-min.js +1 -0
- package/build/tree-selectable/tree-selectable.js +289 -0
- package/build/tree-sortable/tree-sortable-debug.js +377 -0
- package/build/tree-sortable/tree-sortable-min.js +1 -0
- package/build/tree-sortable/tree-sortable.js +377 -0
- package/build/uploader/assets/uploader-flash-core.css +4 -0
- package/build/uploader/uploader-debug.js +53 -0
- package/build/uploader/uploader-min.js +1 -0
- package/build/uploader/uploader.js +53 -0
- package/build/uploader-flash/assets/uploader-flash-core.css +4 -0
- package/build/uploader-flash/uploader-flash-debug.js +1612 -0
- package/build/uploader-flash/uploader-flash-min.js +3 -0
- package/build/uploader-flash/uploader-flash.js +1611 -0
- package/build/uploader-html5/assets/uploader-flash-core.css +4 -0
- package/build/uploader-html5/uploader-html5-debug.js +1006 -0
- package/build/uploader-html5/uploader-html5-min.js +2 -0
- package/build/uploader-html5/uploader-html5.js +1006 -0
- package/build/uploader-queue/assets/uploader-flash-core.css +4 -0
- package/build/uploader-queue/uploader-queue-debug.js +656 -0
- package/build/uploader-queue/uploader-queue-min.js +1 -0
- package/build/uploader-queue/uploader-queue.js +656 -0
- package/build/view/view-debug.js +434 -0
- package/build/view/view-min.js +1 -0
- package/build/view/view.js +433 -0
- package/build/view-node-map/view-node-map-debug.js +84 -0
- package/build/view-node-map/view-node-map-min.js +1 -0
- package/build/view-node-map/view-node-map.js +84 -0
- package/build/widget-anim/widget-anim-debug.js +257 -0
- package/build/widget-anim/widget-anim-min.js +1 -0
- package/build/widget-anim/widget-anim.js +257 -0
- package/build/widget-autohide/widget-autohide-debug.js +238 -0
- package/build/widget-autohide/widget-autohide-min.js +1 -0
- package/build/widget-autohide/widget-autohide.js +237 -0
- package/build/widget-base/assets/skins/night/widget-base-skin.css +0 -0
- package/build/widget-base/assets/skins/night/widget-base.css +1 -0
- package/build/widget-base/assets/skins/sam/widget-base-skin.css +0 -0
- package/build/widget-base/assets/skins/sam/widget-base.css +1 -0
- package/build/widget-base/assets/widget-base-core.css +20 -0
- package/build/widget-base/widget-base-debug.js +1293 -0
- package/build/widget-base/widget-base-min.js +2 -0
- package/build/widget-base/widget-base.js +1289 -0
- package/build/widget-base-ie/widget-base-ie-debug.js +49 -0
- package/build/widget-base-ie/widget-base-ie-min.js +1 -0
- package/build/widget-base-ie/widget-base-ie.js +49 -0
- package/build/widget-buttons/widget-buttons-debug.js +1294 -0
- package/build/widget-buttons/widget-buttons-min.js +2 -0
- package/build/widget-buttons/widget-buttons.js +1294 -0
- package/build/widget-child/widget-child-debug.js +377 -0
- package/build/widget-child/widget-child-min.js +1 -0
- package/build/widget-child/widget-child.js +377 -0
- package/build/widget-htmlparser/widget-htmlparser-debug.js +215 -0
- package/build/widget-htmlparser/widget-htmlparser-min.js +1 -0
- package/build/widget-htmlparser/widget-htmlparser.js +215 -0
- package/build/widget-modality/assets/skins/night/widget-modality-skin.css +7 -0
- package/build/widget-modality/assets/skins/night/widget-modality.css +1 -0
- package/build/widget-modality/assets/skins/sam/widget-modality-skin.css +7 -0
- package/build/widget-modality/assets/skins/sam/widget-modality.css +1 -0
- package/build/widget-modality/assets/widget-modality-core.css +1 -0
- package/build/widget-modality/widget-modality-debug.js +566 -0
- package/build/widget-modality/widget-modality-min.js +3 -0
- package/build/widget-modality/widget-modality.js +565 -0
- package/build/widget-parent/widget-parent-debug.js +866 -0
- package/build/widget-parent/widget-parent-min.js +1 -0
- package/build/widget-parent/widget-parent.js +865 -0
- package/build/widget-position/widget-position-debug.js +276 -0
- package/build/widget-position/widget-position-min.js +1 -0
- package/build/widget-position/widget-position.js +276 -0
- package/build/widget-position-align/widget-position-align-debug.js +656 -0
- package/build/widget-position-align/widget-position-align-min.js +1 -0
- package/build/widget-position-align/widget-position-align.js +652 -0
- package/build/widget-position-constrain/widget-position-constrain-debug.js +348 -0
- package/build/widget-position-constrain/widget-position-constrain-min.js +1 -0
- package/build/widget-position-constrain/widget-position-constrain.js +348 -0
- package/build/widget-skin/widget-skin-debug.js +59 -0
- package/build/widget-skin/widget-skin-min.js +1 -0
- package/build/widget-skin/widget-skin.js +59 -0
- package/build/widget-stack/assets/skins/night/widget-stack-skin.css +0 -0
- package/build/widget-stack/assets/skins/night/widget-stack.css +1 -0
- package/build/widget-stack/assets/skins/sam/widget-stack-skin.css +0 -0
- package/build/widget-stack/assets/skins/sam/widget-stack.css +1 -0
- package/build/widget-stack/assets/widget-stack-core.css +19 -0
- package/build/widget-stack/widget-stack-debug.js +440 -0
- package/build/widget-stack/widget-stack-min.js +1 -0
- package/build/widget-stack/widget-stack.js +440 -0
- package/build/widget-stdmod/widget-stdmod-debug.js +780 -0
- package/build/widget-stdmod/widget-stdmod-min.js +1 -0
- package/build/widget-stdmod/widget-stdmod.js +780 -0
- package/build/widget-uievents/widget-uievents-debug.js +227 -0
- package/build/widget-uievents/widget-uievents-min.js +1 -0
- package/build/widget-uievents/widget-uievents.js +226 -0
- package/build/yql/yql-debug.js +168 -0
- package/build/yql/yql-min.js +1 -0
- package/build/yql/yql.js +167 -0
- package/build/yql-jsonp/yql-jsonp-debug.js +29 -0
- package/build/yql-jsonp/yql-jsonp-min.js +1 -0
- package/build/yql-jsonp/yql-jsonp.js +29 -0
- package/build/yql-nodejs/yql-nodejs-debug.js +33 -0
- package/build/yql-nodejs/yql-nodejs-min.js +22 -0
- package/build/yql-nodejs/yql-nodejs.js +33 -0
- package/build/yql-winjs/yql-winjs-debug.js +34 -0
- package/build/yql-winjs/yql-winjs-min.js +1 -0
- package/build/yql-winjs/yql-winjs.js +34 -0
- package/build/yui/yui-debug.js +12330 -0
- package/build/yui/yui-min.js +16 -0
- package/build/yui/yui.js +12022 -0
- package/build/yui-base/yui-base-debug.js +6254 -0
- package/build/yui-base/yui-base-min.js +7 -0
- package/build/yui-base/yui-base.js +5989 -0
- package/build/yui-core/yui-core-debug.js +4264 -0
- package/build/yui-core/yui-core-min.js +5 -0
- package/build/yui-core/yui-core.js +4017 -0
- package/build/yui-later/yui-later-debug.js +78 -0
- package/build/yui-later/yui-later-min.js +1 -0
- package/build/yui-later/yui-later.js +78 -0
- package/build/yui-log/yui-log-debug.js +125 -0
- package/build/yui-log/yui-log-min.js +1 -0
- package/build/yui-log/yui-log.js +125 -0
- package/build/yui-log-nodejs/yui-log-nodejs-debug.js +81 -0
- package/build/yui-log-nodejs/yui-log-nodejs-min.js +1 -0
- package/build/yui-log-nodejs/yui-log-nodejs.js +81 -0
- package/build/yui-nodejs/yui-nodejs-debug.js +11418 -0
- package/build/yui-nodejs/yui-nodejs-min.js +15 -0
- package/build/yui-nodejs/yui-nodejs.js +10969 -0
- package/build/yui-throttle/yui-throttle-debug.js +54 -0
- package/build/yui-throttle/yui-throttle-min.js +3 -0
- package/build/yui-throttle/yui-throttle.js +54 -0
- package/index.js +3 -0
- package/package.json +36 -0
|
@@ -0,0 +1,1368 @@
|
|
|
1
|
+
YUI.add('event-base', function (Y, NAME) {
|
|
2
|
+
|
|
3
|
+
/*
|
|
4
|
+
* DOM event listener abstraction layer
|
|
5
|
+
* @module event
|
|
6
|
+
* @submodule event-base
|
|
7
|
+
*/
|
|
8
|
+
|
|
9
|
+
/**
|
|
10
|
+
* The domready event fires at the moment the browser's DOM is
|
|
11
|
+
* usable. In most cases, this is before images are fully
|
|
12
|
+
* downloaded, allowing you to provide a more responsive user
|
|
13
|
+
* interface.
|
|
14
|
+
*
|
|
15
|
+
* In YUI 3, domready subscribers will be notified immediately if
|
|
16
|
+
* that moment has already passed when the subscription is created.
|
|
17
|
+
*
|
|
18
|
+
* One exception is if the yui.js file is dynamically injected into
|
|
19
|
+
* the page. If this is done, you must tell the YUI instance that
|
|
20
|
+
* you did this in order for DOMReady (and window load events) to
|
|
21
|
+
* fire normally. That configuration option is 'injected' -- set
|
|
22
|
+
* it to true if the yui.js script is not included inline.
|
|
23
|
+
*
|
|
24
|
+
* This method is part of the 'event-ready' module, which is a
|
|
25
|
+
* submodule of 'event'.
|
|
26
|
+
*
|
|
27
|
+
* @event domready
|
|
28
|
+
* @for YUI
|
|
29
|
+
*/
|
|
30
|
+
Y.publish('domready', {
|
|
31
|
+
fireOnce: true,
|
|
32
|
+
async: true
|
|
33
|
+
});
|
|
34
|
+
|
|
35
|
+
if (YUI.Env.DOMReady) {
|
|
36
|
+
Y.fire('domready');
|
|
37
|
+
} else {
|
|
38
|
+
Y.Do.before(function() { Y.fire('domready'); }, YUI.Env, '_ready');
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
/**
|
|
42
|
+
* Custom event engine, DOM event listener abstraction layer, synthetic DOM
|
|
43
|
+
* events.
|
|
44
|
+
* @module event
|
|
45
|
+
* @submodule event-base
|
|
46
|
+
*/
|
|
47
|
+
|
|
48
|
+
/**
|
|
49
|
+
* Wraps a DOM event, properties requiring browser abstraction are
|
|
50
|
+
* fixed here. Provids a security layer when required.
|
|
51
|
+
* @class DOMEventFacade
|
|
52
|
+
* @param ev {Event} the DOM event
|
|
53
|
+
* @param currentTarget {HTMLElement} the element the listener was attached to
|
|
54
|
+
* @param wrapper {CustomEvent} the custom event wrapper for this DOM event
|
|
55
|
+
*/
|
|
56
|
+
|
|
57
|
+
var ua = Y.UA,
|
|
58
|
+
|
|
59
|
+
EMPTY = {},
|
|
60
|
+
|
|
61
|
+
/**
|
|
62
|
+
* webkit key remapping required for Safari < 3.1
|
|
63
|
+
* @property webkitKeymap
|
|
64
|
+
* @private
|
|
65
|
+
*/
|
|
66
|
+
webkitKeymap = {
|
|
67
|
+
63232: 38, // up
|
|
68
|
+
63233: 40, // down
|
|
69
|
+
63234: 37, // left
|
|
70
|
+
63235: 39, // right
|
|
71
|
+
63276: 33, // page up
|
|
72
|
+
63277: 34, // page down
|
|
73
|
+
25: 9, // SHIFT-TAB (Safari provides a different key code in
|
|
74
|
+
// this case, even though the shiftKey modifier is set)
|
|
75
|
+
63272: 46, // delete
|
|
76
|
+
63273: 36, // home
|
|
77
|
+
63275: 35 // end
|
|
78
|
+
},
|
|
79
|
+
|
|
80
|
+
/**
|
|
81
|
+
* Returns a wrapped node. Intended to be used on event targets,
|
|
82
|
+
* so it will return the node's parent if the target is a text
|
|
83
|
+
* node.
|
|
84
|
+
*
|
|
85
|
+
* If accessing a property of the node throws an error, this is
|
|
86
|
+
* probably the anonymous div wrapper Gecko adds inside text
|
|
87
|
+
* nodes. This likely will only occur when attempting to access
|
|
88
|
+
* the relatedTarget. In this case, we now return null because
|
|
89
|
+
* the anonymous div is completely useless and we do not know
|
|
90
|
+
* what the related target was because we can't even get to
|
|
91
|
+
* the element's parent node.
|
|
92
|
+
*
|
|
93
|
+
* @method resolve
|
|
94
|
+
* @private
|
|
95
|
+
*/
|
|
96
|
+
resolve = function(n) {
|
|
97
|
+
if (!n) {
|
|
98
|
+
return n;
|
|
99
|
+
}
|
|
100
|
+
try {
|
|
101
|
+
if (n && 3 == n.nodeType) {
|
|
102
|
+
n = n.parentNode;
|
|
103
|
+
}
|
|
104
|
+
} catch(e) {
|
|
105
|
+
return null;
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
return Y.one(n);
|
|
109
|
+
},
|
|
110
|
+
|
|
111
|
+
DOMEventFacade = function(ev, currentTarget, wrapper) {
|
|
112
|
+
this._event = ev;
|
|
113
|
+
this._currentTarget = currentTarget;
|
|
114
|
+
this._wrapper = wrapper || EMPTY;
|
|
115
|
+
|
|
116
|
+
// if not lazy init
|
|
117
|
+
this.init();
|
|
118
|
+
};
|
|
119
|
+
|
|
120
|
+
Y.extend(DOMEventFacade, Object, {
|
|
121
|
+
|
|
122
|
+
init: function() {
|
|
123
|
+
|
|
124
|
+
var e = this._event,
|
|
125
|
+
overrides = this._wrapper.overrides,
|
|
126
|
+
x = e.pageX,
|
|
127
|
+
y = e.pageY,
|
|
128
|
+
c,
|
|
129
|
+
currentTarget = this._currentTarget;
|
|
130
|
+
|
|
131
|
+
this.altKey = e.altKey;
|
|
132
|
+
this.ctrlKey = e.ctrlKey;
|
|
133
|
+
this.metaKey = e.metaKey;
|
|
134
|
+
this.shiftKey = e.shiftKey;
|
|
135
|
+
this.type = (overrides && overrides.type) || e.type;
|
|
136
|
+
this.clientX = e.clientX;
|
|
137
|
+
this.clientY = e.clientY;
|
|
138
|
+
|
|
139
|
+
this.pageX = x;
|
|
140
|
+
this.pageY = y;
|
|
141
|
+
|
|
142
|
+
// charCode is unknown in keyup, keydown. keyCode is unknown in keypress.
|
|
143
|
+
// FF 3.6 - 8+? pass 0 for keyCode in keypress events.
|
|
144
|
+
// Webkit, FF 3.6-8+?, and IE9+? pass 0 for charCode in keydown, keyup.
|
|
145
|
+
// Webkit and IE9+? duplicate charCode in keyCode.
|
|
146
|
+
// Opera never sets charCode, always keyCode (though with the charCode).
|
|
147
|
+
// IE6-8 don't set charCode or which.
|
|
148
|
+
// All browsers other than IE6-8 set which=keyCode in keydown, keyup, and
|
|
149
|
+
// which=charCode in keypress.
|
|
150
|
+
//
|
|
151
|
+
// Moral of the story: (e.which || e.keyCode) will always return the
|
|
152
|
+
// known code for that key event phase. e.keyCode is often different in
|
|
153
|
+
// keypress from keydown and keyup.
|
|
154
|
+
c = e.keyCode || e.charCode;
|
|
155
|
+
|
|
156
|
+
if (ua.webkit && (c in webkitKeymap)) {
|
|
157
|
+
c = webkitKeymap[c];
|
|
158
|
+
}
|
|
159
|
+
|
|
160
|
+
this.keyCode = c;
|
|
161
|
+
this.charCode = c;
|
|
162
|
+
// Fill in e.which for IE - implementers should always use this over
|
|
163
|
+
// e.keyCode or e.charCode.
|
|
164
|
+
this.which = e.which || e.charCode || c;
|
|
165
|
+
// this.button = e.button;
|
|
166
|
+
this.button = this.which;
|
|
167
|
+
|
|
168
|
+
this.target = resolve(e.target);
|
|
169
|
+
this.currentTarget = resolve(currentTarget);
|
|
170
|
+
this.relatedTarget = resolve(e.relatedTarget);
|
|
171
|
+
|
|
172
|
+
if (e.type == "mousewheel" || e.type == "DOMMouseScroll") {
|
|
173
|
+
this.wheelDelta = (e.detail) ? (e.detail * -1) : Math.round(e.wheelDelta / 80) || ((e.wheelDelta < 0) ? -1 : 1);
|
|
174
|
+
}
|
|
175
|
+
|
|
176
|
+
if (this._touch) {
|
|
177
|
+
this._touch(e, currentTarget, this._wrapper);
|
|
178
|
+
}
|
|
179
|
+
},
|
|
180
|
+
|
|
181
|
+
stopPropagation: function() {
|
|
182
|
+
this._event.stopPropagation();
|
|
183
|
+
this._wrapper.stopped = 1;
|
|
184
|
+
this.stopped = 1;
|
|
185
|
+
},
|
|
186
|
+
|
|
187
|
+
stopImmediatePropagation: function() {
|
|
188
|
+
var e = this._event;
|
|
189
|
+
if (e.stopImmediatePropagation) {
|
|
190
|
+
e.stopImmediatePropagation();
|
|
191
|
+
} else {
|
|
192
|
+
this.stopPropagation();
|
|
193
|
+
}
|
|
194
|
+
this._wrapper.stopped = 2;
|
|
195
|
+
this.stopped = 2;
|
|
196
|
+
},
|
|
197
|
+
|
|
198
|
+
preventDefault: function(returnValue) {
|
|
199
|
+
var e = this._event;
|
|
200
|
+
e.preventDefault();
|
|
201
|
+
if (returnValue) {
|
|
202
|
+
e.returnValue = returnValue;
|
|
203
|
+
}
|
|
204
|
+
this._wrapper.prevented = 1;
|
|
205
|
+
this.prevented = 1;
|
|
206
|
+
},
|
|
207
|
+
|
|
208
|
+
halt: function(immediate) {
|
|
209
|
+
if (immediate) {
|
|
210
|
+
this.stopImmediatePropagation();
|
|
211
|
+
} else {
|
|
212
|
+
this.stopPropagation();
|
|
213
|
+
}
|
|
214
|
+
|
|
215
|
+
this.preventDefault();
|
|
216
|
+
}
|
|
217
|
+
|
|
218
|
+
});
|
|
219
|
+
|
|
220
|
+
DOMEventFacade.resolve = resolve;
|
|
221
|
+
Y.DOM2EventFacade = DOMEventFacade;
|
|
222
|
+
Y.DOMEventFacade = DOMEventFacade;
|
|
223
|
+
|
|
224
|
+
/**
|
|
225
|
+
* The native event
|
|
226
|
+
* @property _event
|
|
227
|
+
* @type {DOMEvent}
|
|
228
|
+
* @private
|
|
229
|
+
*/
|
|
230
|
+
|
|
231
|
+
/**
|
|
232
|
+
The name of the event (e.g. "click")
|
|
233
|
+
|
|
234
|
+
@property type
|
|
235
|
+
@type {String}
|
|
236
|
+
**/
|
|
237
|
+
|
|
238
|
+
/**
|
|
239
|
+
`true` if the "alt" or "option" key is pressed.
|
|
240
|
+
|
|
241
|
+
@property altKey
|
|
242
|
+
@type {Boolean}
|
|
243
|
+
**/
|
|
244
|
+
|
|
245
|
+
/**
|
|
246
|
+
`true` if the shift key is pressed.
|
|
247
|
+
|
|
248
|
+
@property shiftKey
|
|
249
|
+
@type {Boolean}
|
|
250
|
+
**/
|
|
251
|
+
|
|
252
|
+
/**
|
|
253
|
+
`true` if the "Windows" key on a Windows keyboard, "command" key on an
|
|
254
|
+
Apple keyboard, or "meta" key on other keyboards is pressed.
|
|
255
|
+
|
|
256
|
+
@property metaKey
|
|
257
|
+
@type {Boolean}
|
|
258
|
+
**/
|
|
259
|
+
|
|
260
|
+
/**
|
|
261
|
+
`true` if the "Ctrl" or "control" key is pressed.
|
|
262
|
+
|
|
263
|
+
@property ctrlKey
|
|
264
|
+
@type {Boolean}
|
|
265
|
+
**/
|
|
266
|
+
|
|
267
|
+
/**
|
|
268
|
+
* The X location of the event on the page (including scroll)
|
|
269
|
+
* @property pageX
|
|
270
|
+
* @type {Number}
|
|
271
|
+
*/
|
|
272
|
+
|
|
273
|
+
/**
|
|
274
|
+
* The Y location of the event on the page (including scroll)
|
|
275
|
+
* @property pageY
|
|
276
|
+
* @type {Number}
|
|
277
|
+
*/
|
|
278
|
+
|
|
279
|
+
/**
|
|
280
|
+
* The X location of the event in the viewport
|
|
281
|
+
* @property clientX
|
|
282
|
+
* @type {Number}
|
|
283
|
+
*/
|
|
284
|
+
|
|
285
|
+
/**
|
|
286
|
+
* The Y location of the event in the viewport
|
|
287
|
+
* @property clientY
|
|
288
|
+
* @type {Number}
|
|
289
|
+
*/
|
|
290
|
+
|
|
291
|
+
/**
|
|
292
|
+
* The keyCode for key events. Uses charCode if keyCode is not available
|
|
293
|
+
* @property keyCode
|
|
294
|
+
* @type {Number}
|
|
295
|
+
*/
|
|
296
|
+
|
|
297
|
+
/**
|
|
298
|
+
* The charCode for key events. Same as keyCode
|
|
299
|
+
* @property charCode
|
|
300
|
+
* @type {Number}
|
|
301
|
+
*/
|
|
302
|
+
|
|
303
|
+
/**
|
|
304
|
+
* The button that was pushed. 1 for left click, 2 for middle click, 3 for
|
|
305
|
+
* right click. This is only reliably populated on `mouseup` events.
|
|
306
|
+
* @property button
|
|
307
|
+
* @type {Number}
|
|
308
|
+
*/
|
|
309
|
+
|
|
310
|
+
/**
|
|
311
|
+
* The button that was pushed. Same as button.
|
|
312
|
+
* @property which
|
|
313
|
+
* @type {Number}
|
|
314
|
+
*/
|
|
315
|
+
|
|
316
|
+
/**
|
|
317
|
+
* Node reference for the targeted element
|
|
318
|
+
* @property target
|
|
319
|
+
* @type {Node}
|
|
320
|
+
*/
|
|
321
|
+
|
|
322
|
+
/**
|
|
323
|
+
* Node reference for the element that the listener was attached to.
|
|
324
|
+
* @property currentTarget
|
|
325
|
+
* @type {Node}
|
|
326
|
+
*/
|
|
327
|
+
|
|
328
|
+
/**
|
|
329
|
+
* Node reference to the relatedTarget
|
|
330
|
+
* @property relatedTarget
|
|
331
|
+
* @type {Node}
|
|
332
|
+
*/
|
|
333
|
+
|
|
334
|
+
/**
|
|
335
|
+
* Number representing the direction and velocity of the movement of the mousewheel.
|
|
336
|
+
* Negative is down, the higher the number, the faster. Applies to the mousewheel event.
|
|
337
|
+
* @property wheelDelta
|
|
338
|
+
* @type {Number}
|
|
339
|
+
*/
|
|
340
|
+
|
|
341
|
+
/**
|
|
342
|
+
* Stops the propagation to the next bubble target
|
|
343
|
+
* @method stopPropagation
|
|
344
|
+
*/
|
|
345
|
+
|
|
346
|
+
/**
|
|
347
|
+
* Stops the propagation to the next bubble target and
|
|
348
|
+
* prevents any additional listeners from being exectued
|
|
349
|
+
* on the current target.
|
|
350
|
+
* @method stopImmediatePropagation
|
|
351
|
+
*/
|
|
352
|
+
|
|
353
|
+
/**
|
|
354
|
+
* Prevents the event's default behavior
|
|
355
|
+
* @method preventDefault
|
|
356
|
+
* @param returnValue {string} sets the returnValue of the event to this value
|
|
357
|
+
* (rather than the default false value). This can be used to add a customized
|
|
358
|
+
* confirmation query to the beforeunload event).
|
|
359
|
+
*/
|
|
360
|
+
|
|
361
|
+
/**
|
|
362
|
+
* Stops the event propagation and prevents the default
|
|
363
|
+
* event behavior.
|
|
364
|
+
* @method halt
|
|
365
|
+
* @param immediate {boolean} if true additional listeners
|
|
366
|
+
* on the current target will not be executed
|
|
367
|
+
*/
|
|
368
|
+
(function() {
|
|
369
|
+
|
|
370
|
+
/**
|
|
371
|
+
* The event utility provides functions to add and remove event listeners,
|
|
372
|
+
* event cleansing. It also tries to automatically remove listeners it
|
|
373
|
+
* registers during the unload event.
|
|
374
|
+
* @module event
|
|
375
|
+
* @main event
|
|
376
|
+
* @submodule event-base
|
|
377
|
+
*/
|
|
378
|
+
|
|
379
|
+
/**
|
|
380
|
+
* The event utility provides functions to add and remove event listeners,
|
|
381
|
+
* event cleansing. It also tries to automatically remove listeners it
|
|
382
|
+
* registers during the unload event.
|
|
383
|
+
*
|
|
384
|
+
* @class Event
|
|
385
|
+
* @static
|
|
386
|
+
*/
|
|
387
|
+
|
|
388
|
+
Y.Env.evt.dom_wrappers = {};
|
|
389
|
+
Y.Env.evt.dom_map = {};
|
|
390
|
+
|
|
391
|
+
var _eventenv = Y.Env.evt,
|
|
392
|
+
config = Y.config,
|
|
393
|
+
win = config.win,
|
|
394
|
+
add = YUI.Env.add,
|
|
395
|
+
remove = YUI.Env.remove,
|
|
396
|
+
|
|
397
|
+
onLoad = function() {
|
|
398
|
+
YUI.Env.windowLoaded = true;
|
|
399
|
+
Y.Event._load();
|
|
400
|
+
remove(win, "load", onLoad);
|
|
401
|
+
},
|
|
402
|
+
|
|
403
|
+
onUnload = function() {
|
|
404
|
+
Y.Event._unload();
|
|
405
|
+
},
|
|
406
|
+
|
|
407
|
+
EVENT_READY = 'domready',
|
|
408
|
+
|
|
409
|
+
COMPAT_ARG = '~yui|2|compat~',
|
|
410
|
+
|
|
411
|
+
shouldIterate = function(o) {
|
|
412
|
+
try {
|
|
413
|
+
// TODO: See if there's a more performant way to return true early on this, for the common case
|
|
414
|
+
return (o && typeof o !== "string" && Y.Lang.isNumber(o.length) && !o.tagName && !Y.DOM.isWindow(o));
|
|
415
|
+
} catch(ex) {
|
|
416
|
+
Y.log("collection check failure", "warn", "event");
|
|
417
|
+
return false;
|
|
418
|
+
}
|
|
419
|
+
},
|
|
420
|
+
|
|
421
|
+
// aliases to support DOM event subscription clean up when the last
|
|
422
|
+
// subscriber is detached. deleteAndClean overrides the DOM event's wrapper
|
|
423
|
+
// CustomEvent _delete method.
|
|
424
|
+
_ceProtoDelete = Y.CustomEvent.prototype._delete,
|
|
425
|
+
_deleteAndClean = function(s) {
|
|
426
|
+
var ret = _ceProtoDelete.apply(this, arguments);
|
|
427
|
+
|
|
428
|
+
if (!this.hasSubs()) {
|
|
429
|
+
Y.Event._clean(this);
|
|
430
|
+
}
|
|
431
|
+
|
|
432
|
+
return ret;
|
|
433
|
+
},
|
|
434
|
+
|
|
435
|
+
Event = function() {
|
|
436
|
+
|
|
437
|
+
/**
|
|
438
|
+
* True after the onload event has fired
|
|
439
|
+
* @property _loadComplete
|
|
440
|
+
* @type boolean
|
|
441
|
+
* @static
|
|
442
|
+
* @private
|
|
443
|
+
*/
|
|
444
|
+
var _loadComplete = false,
|
|
445
|
+
|
|
446
|
+
/**
|
|
447
|
+
* The number of times to poll after window.onload. This number is
|
|
448
|
+
* increased if additional late-bound handlers are requested after
|
|
449
|
+
* the page load.
|
|
450
|
+
* @property _retryCount
|
|
451
|
+
* @static
|
|
452
|
+
* @private
|
|
453
|
+
*/
|
|
454
|
+
_retryCount = 0,
|
|
455
|
+
|
|
456
|
+
/**
|
|
457
|
+
* onAvailable listeners
|
|
458
|
+
* @property _avail
|
|
459
|
+
* @static
|
|
460
|
+
* @private
|
|
461
|
+
*/
|
|
462
|
+
_avail = [],
|
|
463
|
+
|
|
464
|
+
/**
|
|
465
|
+
* Custom event wrappers for DOM events. Key is
|
|
466
|
+
* 'event:' + Element uid stamp + event type
|
|
467
|
+
* @property _wrappers
|
|
468
|
+
* @type CustomEvent
|
|
469
|
+
* @static
|
|
470
|
+
* @private
|
|
471
|
+
*/
|
|
472
|
+
_wrappers = _eventenv.dom_wrappers,
|
|
473
|
+
|
|
474
|
+
_windowLoadKey = null,
|
|
475
|
+
|
|
476
|
+
/**
|
|
477
|
+
* Custom event wrapper map DOM events. Key is
|
|
478
|
+
* Element uid stamp. Each item is a hash of custom event
|
|
479
|
+
* wrappers as provided in the _wrappers collection. This
|
|
480
|
+
* provides the infrastructure for getListeners.
|
|
481
|
+
* @property _el_events
|
|
482
|
+
* @static
|
|
483
|
+
* @private
|
|
484
|
+
*/
|
|
485
|
+
_el_events = _eventenv.dom_map;
|
|
486
|
+
|
|
487
|
+
return {
|
|
488
|
+
|
|
489
|
+
/**
|
|
490
|
+
* The number of times we should look for elements that are not
|
|
491
|
+
* in the DOM at the time the event is requested after the document
|
|
492
|
+
* has been loaded. The default is 1000@amp;40 ms, so it will poll
|
|
493
|
+
* for 40 seconds or until all outstanding handlers are bound
|
|
494
|
+
* (whichever comes first).
|
|
495
|
+
* @property POLL_RETRYS
|
|
496
|
+
* @type int
|
|
497
|
+
* @static
|
|
498
|
+
* @final
|
|
499
|
+
*/
|
|
500
|
+
POLL_RETRYS: 1000,
|
|
501
|
+
|
|
502
|
+
/**
|
|
503
|
+
* The poll interval in milliseconds
|
|
504
|
+
* @property POLL_INTERVAL
|
|
505
|
+
* @type int
|
|
506
|
+
* @static
|
|
507
|
+
* @final
|
|
508
|
+
*/
|
|
509
|
+
POLL_INTERVAL: 40,
|
|
510
|
+
|
|
511
|
+
/**
|
|
512
|
+
* addListener/removeListener can throw errors in unexpected scenarios.
|
|
513
|
+
* These errors are suppressed, the method returns false, and this property
|
|
514
|
+
* is set
|
|
515
|
+
* @property lastError
|
|
516
|
+
* @static
|
|
517
|
+
* @type Error
|
|
518
|
+
*/
|
|
519
|
+
lastError: null,
|
|
520
|
+
|
|
521
|
+
|
|
522
|
+
/**
|
|
523
|
+
* poll handle
|
|
524
|
+
* @property _interval
|
|
525
|
+
* @static
|
|
526
|
+
* @private
|
|
527
|
+
*/
|
|
528
|
+
_interval: null,
|
|
529
|
+
|
|
530
|
+
/**
|
|
531
|
+
* document readystate poll handle
|
|
532
|
+
* @property _dri
|
|
533
|
+
* @static
|
|
534
|
+
* @private
|
|
535
|
+
*/
|
|
536
|
+
_dri: null,
|
|
537
|
+
|
|
538
|
+
/**
|
|
539
|
+
* True when the document is initially usable
|
|
540
|
+
* @property DOMReady
|
|
541
|
+
* @type boolean
|
|
542
|
+
* @static
|
|
543
|
+
*/
|
|
544
|
+
DOMReady: false,
|
|
545
|
+
|
|
546
|
+
/**
|
|
547
|
+
* @method startInterval
|
|
548
|
+
* @static
|
|
549
|
+
* @private
|
|
550
|
+
*/
|
|
551
|
+
startInterval: function() {
|
|
552
|
+
if (!Event._interval) {
|
|
553
|
+
Event._interval = setInterval(Event._poll, Event.POLL_INTERVAL);
|
|
554
|
+
}
|
|
555
|
+
},
|
|
556
|
+
|
|
557
|
+
/**
|
|
558
|
+
* Executes the supplied callback when the item with the supplied
|
|
559
|
+
* id is found. This is meant to be used to execute behavior as
|
|
560
|
+
* soon as possible as the page loads. If you use this after the
|
|
561
|
+
* initial page load it will poll for a fixed time for the element.
|
|
562
|
+
* The number of times it will poll and the frequency are
|
|
563
|
+
* configurable. By default it will poll for 10 seconds.
|
|
564
|
+
*
|
|
565
|
+
* <p>The callback is executed with a single parameter:
|
|
566
|
+
* the custom object parameter, if provided.</p>
|
|
567
|
+
*
|
|
568
|
+
* @method onAvailable
|
|
569
|
+
*
|
|
570
|
+
* @param {string||string[]} id the id of the element, or an array
|
|
571
|
+
* of ids to look for.
|
|
572
|
+
* @param {function} fn what to execute when the element is found.
|
|
573
|
+
* @param {object} p_obj an optional object to be passed back as
|
|
574
|
+
* a parameter to fn.
|
|
575
|
+
* @param {boolean|object} p_override If set to true, fn will execute
|
|
576
|
+
* in the context of p_obj, if set to an object it
|
|
577
|
+
* will execute in the context of that object
|
|
578
|
+
* @param checkContent {boolean} check child node readiness (onContentReady)
|
|
579
|
+
* @static
|
|
580
|
+
* @deprecated Use Y.on("available")
|
|
581
|
+
*/
|
|
582
|
+
// @TODO fix arguments
|
|
583
|
+
onAvailable: function(id, fn, p_obj, p_override, checkContent, compat) {
|
|
584
|
+
|
|
585
|
+
var a = Y.Array(id), i, availHandle;
|
|
586
|
+
|
|
587
|
+
for (i=0; i<a.length; i=i+1) {
|
|
588
|
+
_avail.push({
|
|
589
|
+
id: a[i],
|
|
590
|
+
fn: fn,
|
|
591
|
+
obj: p_obj,
|
|
592
|
+
override: p_override,
|
|
593
|
+
checkReady: checkContent,
|
|
594
|
+
compat: compat
|
|
595
|
+
});
|
|
596
|
+
}
|
|
597
|
+
_retryCount = this.POLL_RETRYS;
|
|
598
|
+
|
|
599
|
+
// We want the first test to be immediate, but async
|
|
600
|
+
setTimeout(Event._poll, 0);
|
|
601
|
+
|
|
602
|
+
availHandle = new Y.EventHandle({
|
|
603
|
+
|
|
604
|
+
_delete: function() {
|
|
605
|
+
// set by the event system for lazy DOM listeners
|
|
606
|
+
if (availHandle.handle) {
|
|
607
|
+
availHandle.handle.detach();
|
|
608
|
+
return;
|
|
609
|
+
}
|
|
610
|
+
|
|
611
|
+
var i, j;
|
|
612
|
+
|
|
613
|
+
// otherwise try to remove the onAvailable listener(s)
|
|
614
|
+
for (i = 0; i < a.length; i++) {
|
|
615
|
+
for (j = 0; j < _avail.length; j++) {
|
|
616
|
+
if (a[i] === _avail[j].id) {
|
|
617
|
+
_avail.splice(j, 1);
|
|
618
|
+
}
|
|
619
|
+
}
|
|
620
|
+
}
|
|
621
|
+
}
|
|
622
|
+
|
|
623
|
+
});
|
|
624
|
+
|
|
625
|
+
return availHandle;
|
|
626
|
+
},
|
|
627
|
+
|
|
628
|
+
/**
|
|
629
|
+
* Works the same way as onAvailable, but additionally checks the
|
|
630
|
+
* state of sibling elements to determine if the content of the
|
|
631
|
+
* available element is safe to modify.
|
|
632
|
+
*
|
|
633
|
+
* <p>The callback is executed with a single parameter:
|
|
634
|
+
* the custom object parameter, if provided.</p>
|
|
635
|
+
*
|
|
636
|
+
* @method onContentReady
|
|
637
|
+
*
|
|
638
|
+
* @param {string} id the id of the element to look for.
|
|
639
|
+
* @param {function} fn what to execute when the element is ready.
|
|
640
|
+
* @param {object} obj an optional object to be passed back as
|
|
641
|
+
* a parameter to fn.
|
|
642
|
+
* @param {boolean|object} override If set to true, fn will execute
|
|
643
|
+
* in the context of p_obj. If an object, fn will
|
|
644
|
+
* exectute in the context of that object
|
|
645
|
+
*
|
|
646
|
+
* @static
|
|
647
|
+
* @deprecated Use Y.on("contentready")
|
|
648
|
+
*/
|
|
649
|
+
// @TODO fix arguments
|
|
650
|
+
onContentReady: function(id, fn, obj, override, compat) {
|
|
651
|
+
return Event.onAvailable(id, fn, obj, override, true, compat);
|
|
652
|
+
},
|
|
653
|
+
|
|
654
|
+
/**
|
|
655
|
+
* Adds an event listener
|
|
656
|
+
*
|
|
657
|
+
* @method attach
|
|
658
|
+
*
|
|
659
|
+
* @param {String} type The type of event to append
|
|
660
|
+
* @param {Function} fn The method the event invokes
|
|
661
|
+
* @param {String|HTMLElement|Array|NodeList} el An id, an element
|
|
662
|
+
* reference, or a collection of ids and/or elements to assign the
|
|
663
|
+
* listener to.
|
|
664
|
+
* @param {Object} context optional context object
|
|
665
|
+
* @param {Boolean|object} args 0..n arguments to pass to the callback
|
|
666
|
+
* @return {EventHandle} an object to that can be used to detach the listener
|
|
667
|
+
*
|
|
668
|
+
* @static
|
|
669
|
+
*/
|
|
670
|
+
|
|
671
|
+
attach: function(type, fn, el, context) {
|
|
672
|
+
return Event._attach(Y.Array(arguments, 0, true));
|
|
673
|
+
},
|
|
674
|
+
|
|
675
|
+
_createWrapper: function (el, type, capture, compat, facade) {
|
|
676
|
+
|
|
677
|
+
var cewrapper,
|
|
678
|
+
ek = Y.stamp(el),
|
|
679
|
+
key = 'event:' + ek + type;
|
|
680
|
+
|
|
681
|
+
if (false === facade) {
|
|
682
|
+
key += 'native';
|
|
683
|
+
}
|
|
684
|
+
if (capture) {
|
|
685
|
+
key += 'capture';
|
|
686
|
+
}
|
|
687
|
+
|
|
688
|
+
|
|
689
|
+
cewrapper = _wrappers[key];
|
|
690
|
+
|
|
691
|
+
|
|
692
|
+
if (!cewrapper) {
|
|
693
|
+
// create CE wrapper
|
|
694
|
+
cewrapper = Y.publish(key, {
|
|
695
|
+
silent: true,
|
|
696
|
+
bubbles: false,
|
|
697
|
+
emitFacade:false,
|
|
698
|
+
contextFn: function() {
|
|
699
|
+
if (compat) {
|
|
700
|
+
return cewrapper.el;
|
|
701
|
+
} else {
|
|
702
|
+
cewrapper.nodeRef = cewrapper.nodeRef || Y.one(cewrapper.el);
|
|
703
|
+
return cewrapper.nodeRef;
|
|
704
|
+
}
|
|
705
|
+
}
|
|
706
|
+
});
|
|
707
|
+
|
|
708
|
+
cewrapper.overrides = {};
|
|
709
|
+
|
|
710
|
+
// for later removeListener calls
|
|
711
|
+
cewrapper.el = el;
|
|
712
|
+
cewrapper.key = key;
|
|
713
|
+
cewrapper.domkey = ek;
|
|
714
|
+
cewrapper.type = type;
|
|
715
|
+
cewrapper.fn = function(e) {
|
|
716
|
+
cewrapper.fire(Event.getEvent(e, el, (compat || (false === facade))));
|
|
717
|
+
};
|
|
718
|
+
cewrapper.capture = capture;
|
|
719
|
+
|
|
720
|
+
if (el == win && type == "load") {
|
|
721
|
+
// window load happens once
|
|
722
|
+
cewrapper.fireOnce = true;
|
|
723
|
+
_windowLoadKey = key;
|
|
724
|
+
}
|
|
725
|
+
cewrapper._delete = _deleteAndClean;
|
|
726
|
+
|
|
727
|
+
_wrappers[key] = cewrapper;
|
|
728
|
+
_el_events[ek] = _el_events[ek] || {};
|
|
729
|
+
_el_events[ek][key] = cewrapper;
|
|
730
|
+
|
|
731
|
+
add(el, type, cewrapper.fn, capture);
|
|
732
|
+
}
|
|
733
|
+
|
|
734
|
+
return cewrapper;
|
|
735
|
+
|
|
736
|
+
},
|
|
737
|
+
|
|
738
|
+
_attach: function(args, conf) {
|
|
739
|
+
|
|
740
|
+
var compat,
|
|
741
|
+
handles, oEl, cewrapper, context,
|
|
742
|
+
fireNow = false, ret,
|
|
743
|
+
type = args[0],
|
|
744
|
+
fn = args[1],
|
|
745
|
+
el = args[2] || win,
|
|
746
|
+
facade = conf && conf.facade,
|
|
747
|
+
capture = conf && conf.capture,
|
|
748
|
+
overrides = conf && conf.overrides;
|
|
749
|
+
|
|
750
|
+
if (args[args.length-1] === COMPAT_ARG) {
|
|
751
|
+
compat = true;
|
|
752
|
+
}
|
|
753
|
+
|
|
754
|
+
if (!fn || !fn.call) {
|
|
755
|
+
Y.log(type + " attach call failed, invalid callback", "error", "event");
|
|
756
|
+
return false;
|
|
757
|
+
}
|
|
758
|
+
|
|
759
|
+
// The el argument can be an array of elements or element ids.
|
|
760
|
+
if (shouldIterate(el)) {
|
|
761
|
+
|
|
762
|
+
handles=[];
|
|
763
|
+
|
|
764
|
+
Y.each(el, function(v, k) {
|
|
765
|
+
args[2] = v;
|
|
766
|
+
handles.push(Event._attach(args.slice(), conf));
|
|
767
|
+
});
|
|
768
|
+
|
|
769
|
+
// return (handles.length === 1) ? handles[0] : handles;
|
|
770
|
+
return new Y.EventHandle(handles);
|
|
771
|
+
|
|
772
|
+
// If the el argument is a string, we assume it is
|
|
773
|
+
// actually the id of the element. If the page is loaded
|
|
774
|
+
// we convert el to the actual element, otherwise we
|
|
775
|
+
// defer attaching the event until the element is
|
|
776
|
+
// ready
|
|
777
|
+
} else if (Y.Lang.isString(el)) {
|
|
778
|
+
|
|
779
|
+
// oEl = (compat) ? Y.DOM.byId(el) : Y.Selector.query(el);
|
|
780
|
+
|
|
781
|
+
if (compat) {
|
|
782
|
+
oEl = Y.DOM.byId(el);
|
|
783
|
+
} else {
|
|
784
|
+
|
|
785
|
+
oEl = Y.Selector.query(el);
|
|
786
|
+
|
|
787
|
+
switch (oEl.length) {
|
|
788
|
+
case 0:
|
|
789
|
+
oEl = null;
|
|
790
|
+
break;
|
|
791
|
+
case 1:
|
|
792
|
+
oEl = oEl[0];
|
|
793
|
+
break;
|
|
794
|
+
default:
|
|
795
|
+
args[2] = oEl;
|
|
796
|
+
return Event._attach(args, conf);
|
|
797
|
+
}
|
|
798
|
+
}
|
|
799
|
+
|
|
800
|
+
if (oEl) {
|
|
801
|
+
|
|
802
|
+
el = oEl;
|
|
803
|
+
|
|
804
|
+
// Not found = defer adding the event until the element is available
|
|
805
|
+
} else {
|
|
806
|
+
|
|
807
|
+
ret = Event.onAvailable(el, function() {
|
|
808
|
+
|
|
809
|
+
ret.handle = Event._attach(args, conf);
|
|
810
|
+
|
|
811
|
+
}, Event, true, false, compat);
|
|
812
|
+
|
|
813
|
+
return ret;
|
|
814
|
+
|
|
815
|
+
}
|
|
816
|
+
}
|
|
817
|
+
|
|
818
|
+
// Element should be an html element or node
|
|
819
|
+
if (!el) {
|
|
820
|
+
Y.log("unable to attach event " + type, "warn", "event");
|
|
821
|
+
return false;
|
|
822
|
+
}
|
|
823
|
+
|
|
824
|
+
if (Y.Node && Y.instanceOf(el, Y.Node)) {
|
|
825
|
+
el = Y.Node.getDOMNode(el);
|
|
826
|
+
}
|
|
827
|
+
|
|
828
|
+
cewrapper = Event._createWrapper(el, type, capture, compat, facade);
|
|
829
|
+
if (overrides) {
|
|
830
|
+
Y.mix(cewrapper.overrides, overrides);
|
|
831
|
+
}
|
|
832
|
+
|
|
833
|
+
if (el == win && type == "load") {
|
|
834
|
+
|
|
835
|
+
// if the load is complete, fire immediately.
|
|
836
|
+
// all subscribers, including the current one
|
|
837
|
+
// will be notified.
|
|
838
|
+
if (YUI.Env.windowLoaded) {
|
|
839
|
+
fireNow = true;
|
|
840
|
+
}
|
|
841
|
+
}
|
|
842
|
+
|
|
843
|
+
if (compat) {
|
|
844
|
+
args.pop();
|
|
845
|
+
}
|
|
846
|
+
|
|
847
|
+
context = args[3];
|
|
848
|
+
|
|
849
|
+
// set context to the Node if not specified
|
|
850
|
+
// ret = cewrapper.on.apply(cewrapper, trimmedArgs);
|
|
851
|
+
ret = cewrapper._on(fn, context, (args.length > 4) ? args.slice(4) : null);
|
|
852
|
+
|
|
853
|
+
if (fireNow) {
|
|
854
|
+
cewrapper.fire();
|
|
855
|
+
}
|
|
856
|
+
|
|
857
|
+
return ret;
|
|
858
|
+
|
|
859
|
+
},
|
|
860
|
+
|
|
861
|
+
/**
|
|
862
|
+
* Removes an event listener. Supports the signature the event was bound
|
|
863
|
+
* with, but the preferred way to remove listeners is using the handle
|
|
864
|
+
* that is returned when using Y.on
|
|
865
|
+
*
|
|
866
|
+
* @method detach
|
|
867
|
+
*
|
|
868
|
+
* @param {String} type the type of event to remove.
|
|
869
|
+
* @param {Function} fn the method the event invokes. If fn is
|
|
870
|
+
* undefined, then all event handlers for the type of event are
|
|
871
|
+
* removed.
|
|
872
|
+
* @param {String|HTMLElement|Array|NodeList|EventHandle} el An
|
|
873
|
+
* event handle, an id, an element reference, or a collection
|
|
874
|
+
* of ids and/or elements to remove the listener from.
|
|
875
|
+
* @return {boolean} true if the unbind was successful, false otherwise.
|
|
876
|
+
* @static
|
|
877
|
+
*/
|
|
878
|
+
detach: function(type, fn, el, obj) {
|
|
879
|
+
|
|
880
|
+
var args=Y.Array(arguments, 0, true), compat, l, ok, i,
|
|
881
|
+
id, ce;
|
|
882
|
+
|
|
883
|
+
if (args[args.length-1] === COMPAT_ARG) {
|
|
884
|
+
compat = true;
|
|
885
|
+
// args.pop();
|
|
886
|
+
}
|
|
887
|
+
|
|
888
|
+
if (type && type.detach) {
|
|
889
|
+
return type.detach();
|
|
890
|
+
}
|
|
891
|
+
|
|
892
|
+
// The el argument can be a string
|
|
893
|
+
if (typeof el == "string") {
|
|
894
|
+
|
|
895
|
+
// el = (compat) ? Y.DOM.byId(el) : Y.all(el);
|
|
896
|
+
if (compat) {
|
|
897
|
+
el = Y.DOM.byId(el);
|
|
898
|
+
} else {
|
|
899
|
+
el = Y.Selector.query(el);
|
|
900
|
+
l = el.length;
|
|
901
|
+
if (l < 1) {
|
|
902
|
+
el = null;
|
|
903
|
+
} else if (l == 1) {
|
|
904
|
+
el = el[0];
|
|
905
|
+
}
|
|
906
|
+
}
|
|
907
|
+
// return Event.detach.apply(Event, args);
|
|
908
|
+
}
|
|
909
|
+
|
|
910
|
+
if (!el) {
|
|
911
|
+
return false;
|
|
912
|
+
}
|
|
913
|
+
|
|
914
|
+
if (el.detach) {
|
|
915
|
+
args.splice(2, 1);
|
|
916
|
+
return el.detach.apply(el, args);
|
|
917
|
+
// The el argument can be an array of elements or element ids.
|
|
918
|
+
} else if (shouldIterate(el)) {
|
|
919
|
+
ok = true;
|
|
920
|
+
for (i=0, l=el.length; i<l; ++i) {
|
|
921
|
+
args[2] = el[i];
|
|
922
|
+
ok = ( Y.Event.detach.apply(Y.Event, args) && ok );
|
|
923
|
+
}
|
|
924
|
+
|
|
925
|
+
return ok;
|
|
926
|
+
}
|
|
927
|
+
|
|
928
|
+
if (!type || !fn || !fn.call) {
|
|
929
|
+
return Event.purgeElement(el, false, type);
|
|
930
|
+
}
|
|
931
|
+
|
|
932
|
+
id = 'event:' + Y.stamp(el) + type;
|
|
933
|
+
ce = _wrappers[id];
|
|
934
|
+
|
|
935
|
+
if (ce) {
|
|
936
|
+
return ce.detach(fn);
|
|
937
|
+
} else {
|
|
938
|
+
return false;
|
|
939
|
+
}
|
|
940
|
+
|
|
941
|
+
},
|
|
942
|
+
|
|
943
|
+
/**
|
|
944
|
+
* Finds the event in the window object, the caller's arguments, or
|
|
945
|
+
* in the arguments of another method in the callstack. This is
|
|
946
|
+
* executed automatically for events registered through the event
|
|
947
|
+
* manager, so the implementer should not normally need to execute
|
|
948
|
+
* this function at all.
|
|
949
|
+
* @method getEvent
|
|
950
|
+
* @param {Event} e the event parameter from the handler
|
|
951
|
+
* @param {HTMLElement} el the element the listener was attached to
|
|
952
|
+
* @return {Event} the event
|
|
953
|
+
* @static
|
|
954
|
+
*/
|
|
955
|
+
getEvent: function(e, el, noFacade) {
|
|
956
|
+
var ev = e || win.event;
|
|
957
|
+
|
|
958
|
+
return (noFacade) ? ev :
|
|
959
|
+
new Y.DOMEventFacade(ev, el, _wrappers['event:' + Y.stamp(el) + e.type]);
|
|
960
|
+
},
|
|
961
|
+
|
|
962
|
+
/**
|
|
963
|
+
* Generates an unique ID for the element if it does not already
|
|
964
|
+
* have one.
|
|
965
|
+
* @method generateId
|
|
966
|
+
* @param el the element to create the id for
|
|
967
|
+
* @return {string} the resulting id of the element
|
|
968
|
+
* @static
|
|
969
|
+
*/
|
|
970
|
+
generateId: function(el) {
|
|
971
|
+
return Y.DOM.generateID(el);
|
|
972
|
+
},
|
|
973
|
+
|
|
974
|
+
/**
|
|
975
|
+
* We want to be able to use getElementsByTagName as a collection
|
|
976
|
+
* to attach a group of events to. Unfortunately, different
|
|
977
|
+
* browsers return different types of collections. This function
|
|
978
|
+
* tests to determine if the object is array-like. It will also
|
|
979
|
+
* fail if the object is an array, but is empty.
|
|
980
|
+
* @method _isValidCollection
|
|
981
|
+
* @param o the object to test
|
|
982
|
+
* @return {boolean} true if the object is array-like and populated
|
|
983
|
+
* @deprecated was not meant to be used directly
|
|
984
|
+
* @static
|
|
985
|
+
* @private
|
|
986
|
+
*/
|
|
987
|
+
_isValidCollection: shouldIterate,
|
|
988
|
+
|
|
989
|
+
/**
|
|
990
|
+
* hook up any deferred listeners
|
|
991
|
+
* @method _load
|
|
992
|
+
* @static
|
|
993
|
+
* @private
|
|
994
|
+
*/
|
|
995
|
+
_load: function(e) {
|
|
996
|
+
if (!_loadComplete) {
|
|
997
|
+
_loadComplete = true;
|
|
998
|
+
|
|
999
|
+
// Just in case DOMReady did not go off for some reason
|
|
1000
|
+
// E._ready();
|
|
1001
|
+
if (Y.fire) {
|
|
1002
|
+
Y.fire(EVENT_READY);
|
|
1003
|
+
}
|
|
1004
|
+
|
|
1005
|
+
// Available elements may not have been detected before the
|
|
1006
|
+
// window load event fires. Try to find them now so that the
|
|
1007
|
+
// the user is more likely to get the onAvailable notifications
|
|
1008
|
+
// before the window load notification
|
|
1009
|
+
Event._poll();
|
|
1010
|
+
}
|
|
1011
|
+
},
|
|
1012
|
+
|
|
1013
|
+
/**
|
|
1014
|
+
* Polling function that runs before the onload event fires,
|
|
1015
|
+
* attempting to attach to DOM Nodes as soon as they are
|
|
1016
|
+
* available
|
|
1017
|
+
* @method _poll
|
|
1018
|
+
* @static
|
|
1019
|
+
* @private
|
|
1020
|
+
*/
|
|
1021
|
+
_poll: function() {
|
|
1022
|
+
if (Event.locked) {
|
|
1023
|
+
return;
|
|
1024
|
+
}
|
|
1025
|
+
|
|
1026
|
+
if (Y.UA.ie && !YUI.Env.DOMReady) {
|
|
1027
|
+
// Hold off if DOMReady has not fired and check current
|
|
1028
|
+
// readyState to protect against the IE operation aborted
|
|
1029
|
+
// issue.
|
|
1030
|
+
Event.startInterval();
|
|
1031
|
+
return;
|
|
1032
|
+
}
|
|
1033
|
+
|
|
1034
|
+
Event.locked = true;
|
|
1035
|
+
|
|
1036
|
+
// keep trying until after the page is loaded. We need to
|
|
1037
|
+
// check the page load state prior to trying to bind the
|
|
1038
|
+
// elements so that we can be certain all elements have been
|
|
1039
|
+
// tested appropriately
|
|
1040
|
+
var i, len, item, el, notAvail, executeItem,
|
|
1041
|
+
tryAgain = !_loadComplete;
|
|
1042
|
+
|
|
1043
|
+
if (!tryAgain) {
|
|
1044
|
+
tryAgain = (_retryCount > 0);
|
|
1045
|
+
}
|
|
1046
|
+
|
|
1047
|
+
// onAvailable
|
|
1048
|
+
notAvail = [];
|
|
1049
|
+
|
|
1050
|
+
executeItem = function (el, item) {
|
|
1051
|
+
var context, ov = item.override;
|
|
1052
|
+
try {
|
|
1053
|
+
if (item.compat) {
|
|
1054
|
+
if (item.override) {
|
|
1055
|
+
if (ov === true) {
|
|
1056
|
+
context = item.obj;
|
|
1057
|
+
} else {
|
|
1058
|
+
context = ov;
|
|
1059
|
+
}
|
|
1060
|
+
} else {
|
|
1061
|
+
context = el;
|
|
1062
|
+
}
|
|
1063
|
+
item.fn.call(context, item.obj);
|
|
1064
|
+
} else {
|
|
1065
|
+
context = item.obj || Y.one(el);
|
|
1066
|
+
item.fn.apply(context, (Y.Lang.isArray(ov)) ? ov : []);
|
|
1067
|
+
}
|
|
1068
|
+
} catch (e) {
|
|
1069
|
+
Y.log("Error in available or contentReady callback", 'error', 'event');
|
|
1070
|
+
}
|
|
1071
|
+
};
|
|
1072
|
+
|
|
1073
|
+
// onAvailable
|
|
1074
|
+
for (i=0,len=_avail.length; i<len; ++i) {
|
|
1075
|
+
item = _avail[i];
|
|
1076
|
+
if (item && !item.checkReady) {
|
|
1077
|
+
|
|
1078
|
+
// el = (item.compat) ? Y.DOM.byId(item.id) : Y.one(item.id);
|
|
1079
|
+
el = (item.compat) ? Y.DOM.byId(item.id) : Y.Selector.query(item.id, null, true);
|
|
1080
|
+
|
|
1081
|
+
if (el) {
|
|
1082
|
+
executeItem(el, item);
|
|
1083
|
+
_avail[i] = null;
|
|
1084
|
+
} else {
|
|
1085
|
+
notAvail.push(item);
|
|
1086
|
+
}
|
|
1087
|
+
}
|
|
1088
|
+
}
|
|
1089
|
+
|
|
1090
|
+
// onContentReady
|
|
1091
|
+
for (i=0,len=_avail.length; i<len; ++i) {
|
|
1092
|
+
item = _avail[i];
|
|
1093
|
+
if (item && item.checkReady) {
|
|
1094
|
+
|
|
1095
|
+
// el = (item.compat) ? Y.DOM.byId(item.id) : Y.one(item.id);
|
|
1096
|
+
el = (item.compat) ? Y.DOM.byId(item.id) : Y.Selector.query(item.id, null, true);
|
|
1097
|
+
|
|
1098
|
+
if (el) {
|
|
1099
|
+
// The element is available, but not necessarily ready
|
|
1100
|
+
// @todo should we test parentNode.nextSibling?
|
|
1101
|
+
if (_loadComplete || (el.get && el.get('nextSibling')) || el.nextSibling) {
|
|
1102
|
+
executeItem(el, item);
|
|
1103
|
+
_avail[i] = null;
|
|
1104
|
+
}
|
|
1105
|
+
} else {
|
|
1106
|
+
notAvail.push(item);
|
|
1107
|
+
}
|
|
1108
|
+
}
|
|
1109
|
+
}
|
|
1110
|
+
|
|
1111
|
+
_retryCount = (notAvail.length === 0) ? 0 : _retryCount - 1;
|
|
1112
|
+
|
|
1113
|
+
if (tryAgain) {
|
|
1114
|
+
// we may need to strip the nulled out items here
|
|
1115
|
+
Event.startInterval();
|
|
1116
|
+
} else {
|
|
1117
|
+
clearInterval(Event._interval);
|
|
1118
|
+
Event._interval = null;
|
|
1119
|
+
}
|
|
1120
|
+
|
|
1121
|
+
Event.locked = false;
|
|
1122
|
+
|
|
1123
|
+
return;
|
|
1124
|
+
|
|
1125
|
+
},
|
|
1126
|
+
|
|
1127
|
+
/**
|
|
1128
|
+
* Removes all listeners attached to the given element via addListener.
|
|
1129
|
+
* Optionally, the node's children can also be purged.
|
|
1130
|
+
* Optionally, you can specify a specific type of event to remove.
|
|
1131
|
+
* @method purgeElement
|
|
1132
|
+
* @param {HTMLElement} el the element to purge
|
|
1133
|
+
* @param {boolean} recurse recursively purge this element's children
|
|
1134
|
+
* as well. Use with caution.
|
|
1135
|
+
* @param {string} type optional type of listener to purge. If
|
|
1136
|
+
* left out, all listeners will be removed
|
|
1137
|
+
* @static
|
|
1138
|
+
*/
|
|
1139
|
+
purgeElement: function(el, recurse, type) {
|
|
1140
|
+
// var oEl = (Y.Lang.isString(el)) ? Y.one(el) : el,
|
|
1141
|
+
var oEl = (Y.Lang.isString(el)) ? Y.Selector.query(el, null, true) : el,
|
|
1142
|
+
lis = Event.getListeners(oEl, type), i, len, children, child;
|
|
1143
|
+
|
|
1144
|
+
if (recurse && oEl) {
|
|
1145
|
+
lis = lis || [];
|
|
1146
|
+
children = Y.Selector.query('*', oEl);
|
|
1147
|
+
len = children.length;
|
|
1148
|
+
for (i = 0; i < len; ++i) {
|
|
1149
|
+
child = Event.getListeners(children[i], type);
|
|
1150
|
+
if (child) {
|
|
1151
|
+
lis = lis.concat(child);
|
|
1152
|
+
}
|
|
1153
|
+
}
|
|
1154
|
+
}
|
|
1155
|
+
|
|
1156
|
+
if (lis) {
|
|
1157
|
+
for (i = 0, len = lis.length; i < len; ++i) {
|
|
1158
|
+
lis[i].detachAll();
|
|
1159
|
+
}
|
|
1160
|
+
}
|
|
1161
|
+
|
|
1162
|
+
},
|
|
1163
|
+
|
|
1164
|
+
/**
|
|
1165
|
+
* Removes all object references and the DOM proxy subscription for
|
|
1166
|
+
* a given event for a DOM node.
|
|
1167
|
+
*
|
|
1168
|
+
* @method _clean
|
|
1169
|
+
* @param wrapper {CustomEvent} Custom event proxy for the DOM
|
|
1170
|
+
* subscription
|
|
1171
|
+
* @private
|
|
1172
|
+
* @static
|
|
1173
|
+
* @since 3.4.0
|
|
1174
|
+
*/
|
|
1175
|
+
_clean: function (wrapper) {
|
|
1176
|
+
var key = wrapper.key,
|
|
1177
|
+
domkey = wrapper.domkey;
|
|
1178
|
+
|
|
1179
|
+
remove(wrapper.el, wrapper.type, wrapper.fn, wrapper.capture);
|
|
1180
|
+
delete _wrappers[key];
|
|
1181
|
+
delete Y._yuievt.events[key];
|
|
1182
|
+
if (_el_events[domkey]) {
|
|
1183
|
+
delete _el_events[domkey][key];
|
|
1184
|
+
if (!Y.Object.size(_el_events[domkey])) {
|
|
1185
|
+
delete _el_events[domkey];
|
|
1186
|
+
}
|
|
1187
|
+
}
|
|
1188
|
+
},
|
|
1189
|
+
|
|
1190
|
+
/**
|
|
1191
|
+
* Returns all listeners attached to the given element via addListener.
|
|
1192
|
+
* Optionally, you can specify a specific type of event to return.
|
|
1193
|
+
* @method getListeners
|
|
1194
|
+
* @param el {HTMLElement|string} the element or element id to inspect
|
|
1195
|
+
* @param type {string} optional type of listener to return. If
|
|
1196
|
+
* left out, all listeners will be returned
|
|
1197
|
+
* @return {CustomEvent} the custom event wrapper for the DOM event(s)
|
|
1198
|
+
* @static
|
|
1199
|
+
*/
|
|
1200
|
+
getListeners: function(el, type) {
|
|
1201
|
+
var ek = Y.stamp(el, true), evts = _el_events[ek],
|
|
1202
|
+
results=[] , key = (type) ? 'event:' + ek + type : null,
|
|
1203
|
+
adapters = _eventenv.plugins;
|
|
1204
|
+
|
|
1205
|
+
if (!evts) {
|
|
1206
|
+
return null;
|
|
1207
|
+
}
|
|
1208
|
+
|
|
1209
|
+
if (key) {
|
|
1210
|
+
// look for synthetic events
|
|
1211
|
+
if (adapters[type] && adapters[type].eventDef) {
|
|
1212
|
+
key += '_synth';
|
|
1213
|
+
}
|
|
1214
|
+
|
|
1215
|
+
if (evts[key]) {
|
|
1216
|
+
results.push(evts[key]);
|
|
1217
|
+
}
|
|
1218
|
+
|
|
1219
|
+
// get native events as well
|
|
1220
|
+
key += 'native';
|
|
1221
|
+
if (evts[key]) {
|
|
1222
|
+
results.push(evts[key]);
|
|
1223
|
+
}
|
|
1224
|
+
|
|
1225
|
+
} else {
|
|
1226
|
+
Y.each(evts, function(v, k) {
|
|
1227
|
+
results.push(v);
|
|
1228
|
+
});
|
|
1229
|
+
}
|
|
1230
|
+
|
|
1231
|
+
return (results.length) ? results : null;
|
|
1232
|
+
},
|
|
1233
|
+
|
|
1234
|
+
/**
|
|
1235
|
+
* Removes all listeners registered by pe.event. Called
|
|
1236
|
+
* automatically during the unload event.
|
|
1237
|
+
* @method _unload
|
|
1238
|
+
* @static
|
|
1239
|
+
* @private
|
|
1240
|
+
*/
|
|
1241
|
+
_unload: function(e) {
|
|
1242
|
+
Y.each(_wrappers, function(v, k) {
|
|
1243
|
+
if (v.type == 'unload') {
|
|
1244
|
+
v.fire(e);
|
|
1245
|
+
}
|
|
1246
|
+
v.detachAll();
|
|
1247
|
+
});
|
|
1248
|
+
remove(win, "unload", onUnload);
|
|
1249
|
+
},
|
|
1250
|
+
|
|
1251
|
+
/**
|
|
1252
|
+
* Adds a DOM event directly without the caching, cleanup, context adj, etc
|
|
1253
|
+
*
|
|
1254
|
+
* @method nativeAdd
|
|
1255
|
+
* @param {HTMLElement} el the element to bind the handler to
|
|
1256
|
+
* @param {string} type the type of event handler
|
|
1257
|
+
* @param {function} fn the callback to invoke
|
|
1258
|
+
* @param {Boolean} capture capture or bubble phase
|
|
1259
|
+
* @static
|
|
1260
|
+
* @private
|
|
1261
|
+
*/
|
|
1262
|
+
nativeAdd: add,
|
|
1263
|
+
|
|
1264
|
+
/**
|
|
1265
|
+
* Basic remove listener
|
|
1266
|
+
*
|
|
1267
|
+
* @method nativeRemove
|
|
1268
|
+
* @param {HTMLElement} el the element to bind the handler to
|
|
1269
|
+
* @param {string} type the type of event handler
|
|
1270
|
+
* @param {function} fn the callback to invoke
|
|
1271
|
+
* @param {Boolean} capture capture or bubble phase
|
|
1272
|
+
* @static
|
|
1273
|
+
* @private
|
|
1274
|
+
*/
|
|
1275
|
+
nativeRemove: remove
|
|
1276
|
+
};
|
|
1277
|
+
|
|
1278
|
+
}();
|
|
1279
|
+
|
|
1280
|
+
Y.Event = Event;
|
|
1281
|
+
|
|
1282
|
+
if (config.injected || YUI.Env.windowLoaded) {
|
|
1283
|
+
onLoad();
|
|
1284
|
+
} else {
|
|
1285
|
+
add(win, "load", onLoad);
|
|
1286
|
+
}
|
|
1287
|
+
|
|
1288
|
+
// Process onAvailable/onContentReady items when when the DOM is ready in IE
|
|
1289
|
+
if (Y.UA.ie) {
|
|
1290
|
+
Y.on(EVENT_READY, Event._poll);
|
|
1291
|
+
|
|
1292
|
+
// In IE6 and below, detach event handlers when the page is unloaded in
|
|
1293
|
+
// order to try and prevent cross-page memory leaks. This isn't done in
|
|
1294
|
+
// other browsers because a) it's not necessary, and b) it breaks the
|
|
1295
|
+
// back/forward cache.
|
|
1296
|
+
if (Y.UA.ie < 7) {
|
|
1297
|
+
try {
|
|
1298
|
+
add(win, "unload", onUnload);
|
|
1299
|
+
} catch(e) {
|
|
1300
|
+
Y.log("Registering unload listener failed.", "warn", "event-base");
|
|
1301
|
+
}
|
|
1302
|
+
}
|
|
1303
|
+
}
|
|
1304
|
+
|
|
1305
|
+
Event.Custom = Y.CustomEvent;
|
|
1306
|
+
Event.Subscriber = Y.Subscriber;
|
|
1307
|
+
Event.Target = Y.EventTarget;
|
|
1308
|
+
Event.Handle = Y.EventHandle;
|
|
1309
|
+
Event.Facade = Y.EventFacade;
|
|
1310
|
+
|
|
1311
|
+
Event._poll();
|
|
1312
|
+
|
|
1313
|
+
}());
|
|
1314
|
+
|
|
1315
|
+
/**
|
|
1316
|
+
* DOM event listener abstraction layer
|
|
1317
|
+
* @module event
|
|
1318
|
+
* @submodule event-base
|
|
1319
|
+
*/
|
|
1320
|
+
|
|
1321
|
+
/**
|
|
1322
|
+
* Executes the callback as soon as the specified element
|
|
1323
|
+
* is detected in the DOM. This function expects a selector
|
|
1324
|
+
* string for the element(s) to detect. If you already have
|
|
1325
|
+
* an element reference, you don't need this event.
|
|
1326
|
+
* @event available
|
|
1327
|
+
* @param type {string} 'available'
|
|
1328
|
+
* @param fn {function} the callback function to execute.
|
|
1329
|
+
* @param el {string} an selector for the element(s) to attach
|
|
1330
|
+
* @param context optional argument that specifies what 'this' refers to.
|
|
1331
|
+
* @param args* 0..n additional arguments to pass on to the callback function.
|
|
1332
|
+
* These arguments will be added after the event object.
|
|
1333
|
+
* @return {EventHandle} the detach handle
|
|
1334
|
+
* @for YUI
|
|
1335
|
+
*/
|
|
1336
|
+
Y.Env.evt.plugins.available = {
|
|
1337
|
+
on: function(type, fn, id, o) {
|
|
1338
|
+
var a = arguments.length > 4 ? Y.Array(arguments, 4, true) : null;
|
|
1339
|
+
return Y.Event.onAvailable.call(Y.Event, id, fn, o, a);
|
|
1340
|
+
}
|
|
1341
|
+
};
|
|
1342
|
+
|
|
1343
|
+
/**
|
|
1344
|
+
* Executes the callback as soon as the specified element
|
|
1345
|
+
* is detected in the DOM with a nextSibling property
|
|
1346
|
+
* (indicating that the element's children are available).
|
|
1347
|
+
* This function expects a selector
|
|
1348
|
+
* string for the element(s) to detect. If you already have
|
|
1349
|
+
* an element reference, you don't need this event.
|
|
1350
|
+
* @event contentready
|
|
1351
|
+
* @param type {string} 'contentready'
|
|
1352
|
+
* @param fn {function} the callback function to execute.
|
|
1353
|
+
* @param el {string} an selector for the element(s) to attach.
|
|
1354
|
+
* @param context optional argument that specifies what 'this' refers to.
|
|
1355
|
+
* @param args* 0..n additional arguments to pass on to the callback function.
|
|
1356
|
+
* These arguments will be added after the event object.
|
|
1357
|
+
* @return {EventHandle} the detach handle
|
|
1358
|
+
* @for YUI
|
|
1359
|
+
*/
|
|
1360
|
+
Y.Env.evt.plugins.contentready = {
|
|
1361
|
+
on: function(type, fn, id, o) {
|
|
1362
|
+
var a = arguments.length > 4 ? Y.Array(arguments, 4, true) : null;
|
|
1363
|
+
return Y.Event.onContentReady.call(Y.Event, id, fn, o, a);
|
|
1364
|
+
}
|
|
1365
|
+
};
|
|
1366
|
+
|
|
1367
|
+
|
|
1368
|
+
}, '@VERSION@', {"requires": ["event-custom-base"]});
|