@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,1270 @@
|
|
|
1
|
+
YUI.add('dd-drag', function (Y, NAME) {
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
/**
|
|
5
|
+
* Provides the ability to drag a Node.
|
|
6
|
+
* @module dd
|
|
7
|
+
* @submodule dd-drag
|
|
8
|
+
*/
|
|
9
|
+
/**
|
|
10
|
+
* Provides the ability to drag a Node.
|
|
11
|
+
* @class Drag
|
|
12
|
+
* @extends Base
|
|
13
|
+
* @constructor
|
|
14
|
+
* @namespace DD
|
|
15
|
+
*/
|
|
16
|
+
|
|
17
|
+
var DDM = Y.DD.DDM,
|
|
18
|
+
NODE = 'node',
|
|
19
|
+
DRAGGING = 'dragging',
|
|
20
|
+
DRAG_NODE = 'dragNode',
|
|
21
|
+
OFFSET_HEIGHT = 'offsetHeight',
|
|
22
|
+
OFFSET_WIDTH = 'offsetWidth',
|
|
23
|
+
/**
|
|
24
|
+
* Handles the mouseup DOM event, does nothing internally just fires.
|
|
25
|
+
* @event drag:mouseup
|
|
26
|
+
* @bubbles DDM
|
|
27
|
+
* @type {CustomEvent}
|
|
28
|
+
*/
|
|
29
|
+
/**
|
|
30
|
+
* Handles the mousedown DOM event, checks to see if you have a valid handle then starts the drag timers.
|
|
31
|
+
* @event drag:mouseDown
|
|
32
|
+
* @preventable _defMouseDownFn
|
|
33
|
+
* @param {EventFacade} event An Event Facade object with the following specific property added:
|
|
34
|
+
* <dl><dt>ev</dt><dd>The original mousedown event.</dd></dl>
|
|
35
|
+
* @bubbles DDM
|
|
36
|
+
* @type {CustomEvent}
|
|
37
|
+
*/
|
|
38
|
+
EV_MOUSE_DOWN = 'drag:mouseDown',
|
|
39
|
+
/**
|
|
40
|
+
* Fires after the mousedown event has been cleared.
|
|
41
|
+
* @event drag:afterMouseDown
|
|
42
|
+
* @param {EventFacade} event An Event Facade object with the following specific property added:
|
|
43
|
+
* <dl><dt>ev</dt><dd>The original mousedown event.</dd></dl>
|
|
44
|
+
* @bubbles DDM
|
|
45
|
+
* @type {CustomEvent}
|
|
46
|
+
*/
|
|
47
|
+
EV_AFTER_MOUSE_DOWN = 'drag:afterMouseDown',
|
|
48
|
+
/**
|
|
49
|
+
* Fires after a handle is removed.
|
|
50
|
+
* @event drag:removeHandle
|
|
51
|
+
* @param {EventFacade} event An Event Facade object with the following specific property added:
|
|
52
|
+
* <dl><dt>handle</dt><dd>The handle that was removed.</dd></dl>
|
|
53
|
+
* @bubbles DDM
|
|
54
|
+
* @type {CustomEvent}
|
|
55
|
+
*/
|
|
56
|
+
EV_REMOVE_HANDLE = 'drag:removeHandle',
|
|
57
|
+
/**
|
|
58
|
+
* Fires after a handle is added.
|
|
59
|
+
* @event drag:addHandle
|
|
60
|
+
* @param {EventFacade} event An Event Facade object with the following specific property added:
|
|
61
|
+
* <dl><dt>handle</dt><dd>The handle that was added.</dd></dl>
|
|
62
|
+
* @bubbles DDM
|
|
63
|
+
* @type {CustomEvent}
|
|
64
|
+
*/
|
|
65
|
+
EV_ADD_HANDLE = 'drag:addHandle',
|
|
66
|
+
/**
|
|
67
|
+
* Fires after an invalid selector is removed.
|
|
68
|
+
* @event drag:removeInvalid
|
|
69
|
+
* @param {EventFacade} event An Event Facade object with the following specific property added:
|
|
70
|
+
* <dl><dt>handle</dt><dd>The handle that was removed.</dd></dl>
|
|
71
|
+
* @bubbles DDM
|
|
72
|
+
* @type {CustomEvent}
|
|
73
|
+
*/
|
|
74
|
+
EV_REMOVE_INVALID = 'drag:removeInvalid',
|
|
75
|
+
/**
|
|
76
|
+
* Fires after an invalid selector is added.
|
|
77
|
+
* @event drag:addInvalid
|
|
78
|
+
* @param {EventFacade} event An Event Facade object with the following specific property added:
|
|
79
|
+
* <dl><dt>handle</dt><dd>The handle that was added.</dd></dl>
|
|
80
|
+
* @bubbles DDM
|
|
81
|
+
* @type {CustomEvent}
|
|
82
|
+
*/
|
|
83
|
+
EV_ADD_INVALID = 'drag:addInvalid',
|
|
84
|
+
/**
|
|
85
|
+
* Fires at the start of a drag operation.
|
|
86
|
+
* @event drag:start
|
|
87
|
+
* @param {EventFacade} event An Event Facade object with the following specific property added:
|
|
88
|
+
* <dl>
|
|
89
|
+
* <dt>pageX</dt><dd>The original node position X.</dd>
|
|
90
|
+
* <dt>pageY</dt><dd>The original node position Y.</dd>
|
|
91
|
+
* <dt>startTime</dt><dd>The startTime of the event. getTime on the current Date object.</dd>
|
|
92
|
+
* </dl>
|
|
93
|
+
* @bubbles DDM
|
|
94
|
+
* @type {CustomEvent}
|
|
95
|
+
*/
|
|
96
|
+
EV_START = 'drag:start',
|
|
97
|
+
/**
|
|
98
|
+
* Fires at the end of a drag operation.
|
|
99
|
+
* @event drag:end
|
|
100
|
+
* @param {EventFacade} event An Event Facade object with the following specific property added:
|
|
101
|
+
* <dl>
|
|
102
|
+
* <dt>pageX</dt><dd>The current node position X.</dd>
|
|
103
|
+
* <dt>pageY</dt><dd>The current node position Y.</dd>
|
|
104
|
+
* <dt>startTime</dt><dd>The startTime of the event, from the start event.</dd>
|
|
105
|
+
* <dt>endTime</dt><dd>The endTime of the event. getTime on the current Date object.</dd>
|
|
106
|
+
* </dl>
|
|
107
|
+
* @bubbles DDM
|
|
108
|
+
* @type {CustomEvent}
|
|
109
|
+
*/
|
|
110
|
+
EV_END = 'drag:end',
|
|
111
|
+
/**
|
|
112
|
+
* Fires every mousemove during a drag operation.
|
|
113
|
+
* @event drag:drag
|
|
114
|
+
* @param {EventFacade} event An Event Facade object with the following specific property added:
|
|
115
|
+
* <dl>
|
|
116
|
+
* <dt>pageX</dt><dd>The current node position X.</dd>
|
|
117
|
+
* <dt>pageY</dt><dd>The current node position Y.</dd>
|
|
118
|
+
* <dt>scroll</dt><dd>Should a scroll action occur.</dd>
|
|
119
|
+
* <dt>info</dt><dd>Object hash containing calculated XY arrays: start, xy, delta, offset</dd>
|
|
120
|
+
* </dl>
|
|
121
|
+
* @bubbles DDM
|
|
122
|
+
* @type {CustomEvent}
|
|
123
|
+
*/
|
|
124
|
+
EV_DRAG = 'drag:drag',
|
|
125
|
+
/**
|
|
126
|
+
* Fires when this node is aligned.
|
|
127
|
+
* @event drag:align
|
|
128
|
+
* @preventable _defAlignFn
|
|
129
|
+
* @param {EventFacade} event An Event Facade object with the following specific property added:
|
|
130
|
+
* <dl>
|
|
131
|
+
* <dt>pageX</dt><dd>The current node position X.</dd>
|
|
132
|
+
* <dt>pageY</dt><dd>The current node position Y.</dd>
|
|
133
|
+
* </dl>
|
|
134
|
+
* @bubbles DDM
|
|
135
|
+
* @type {CustomEvent}
|
|
136
|
+
*/
|
|
137
|
+
EV_ALIGN = 'drag:align',
|
|
138
|
+
/**
|
|
139
|
+
* Fires when this node is over a Drop Target. (Fired from dd-drop)
|
|
140
|
+
* @event drag:over
|
|
141
|
+
* @param {EventFacade} event An Event Facade object with the following specific property added:
|
|
142
|
+
* <dl>
|
|
143
|
+
* <dt>drop</dt><dd>The drop object at the time of the event.</dd>
|
|
144
|
+
* <dt>drag</dt><dd>The drag object at the time of the event.</dd>
|
|
145
|
+
* </dl>
|
|
146
|
+
* @bubbles DDM
|
|
147
|
+
* @type {CustomEvent}
|
|
148
|
+
*/
|
|
149
|
+
/**
|
|
150
|
+
* Fires when this node enters a Drop Target. (Fired from dd-drop)
|
|
151
|
+
* @event drag:enter
|
|
152
|
+
* @param {EventFacade} event An Event Facade object with the following specific property added:
|
|
153
|
+
* <dl>
|
|
154
|
+
* <dt>drop</dt><dd>The drop object at the time of the event.</dd>
|
|
155
|
+
* <dt>drag</dt><dd>The drag object at the time of the event.</dd>
|
|
156
|
+
* </dl>
|
|
157
|
+
* @bubbles DDM
|
|
158
|
+
* @type {CustomEvent}
|
|
159
|
+
*/
|
|
160
|
+
/**
|
|
161
|
+
* Fires when this node exits a Drop Target. (Fired from dd-drop)
|
|
162
|
+
* @event drag:exit
|
|
163
|
+
* @param {EventFacade} event An Event Facade object with the following specific property added:
|
|
164
|
+
* <dl>
|
|
165
|
+
* <dt>drop</dt><dd>The drop object at the time of the event.</dd>
|
|
166
|
+
* </dl>
|
|
167
|
+
* @bubbles DDM
|
|
168
|
+
* @type {CustomEvent}
|
|
169
|
+
*/
|
|
170
|
+
/**
|
|
171
|
+
* Fires when this node is dropped on a valid Drop Target. (Fired from dd-ddm-drop)
|
|
172
|
+
* @event drag:drophit
|
|
173
|
+
* @param {EventFacade} event An Event Facade object with the following specific property added:
|
|
174
|
+
* <dl>
|
|
175
|
+
* <dt>drop</dt><dd>The best guess on what was dropped on.</dd>
|
|
176
|
+
* <dt>drag</dt><dd>The drag object at the time of the event.</dd>
|
|
177
|
+
* <dt>others</dt><dd>An array of all the other drop targets that was dropped on.</dd>
|
|
178
|
+
* </dl>
|
|
179
|
+
* @bubbles DDM
|
|
180
|
+
* @type {CustomEvent}
|
|
181
|
+
*/
|
|
182
|
+
/**
|
|
183
|
+
* Fires when this node is dropped on an invalid Drop Target. (Fired from dd-ddm-drop)
|
|
184
|
+
* @event drag:dropmiss
|
|
185
|
+
* @param {EventFacade} event An Event Facade object with the following specific property added:
|
|
186
|
+
* <dl>
|
|
187
|
+
* <dt>pageX</dt><dd>The current node position X.</dd>
|
|
188
|
+
* <dt>pageY</dt><dd>The current node position Y.</dd>
|
|
189
|
+
* </dl>
|
|
190
|
+
* @bubbles DDM
|
|
191
|
+
* @type {CustomEvent}
|
|
192
|
+
*/
|
|
193
|
+
|
|
194
|
+
Drag = function(o) {
|
|
195
|
+
this._lazyAddAttrs = false;
|
|
196
|
+
Drag.superclass.constructor.apply(this, arguments);
|
|
197
|
+
|
|
198
|
+
var valid = DDM._regDrag(this);
|
|
199
|
+
if (!valid) {
|
|
200
|
+
Y.error('Failed to register node, already in use: ' + o.node);
|
|
201
|
+
}
|
|
202
|
+
};
|
|
203
|
+
|
|
204
|
+
Drag.NAME = 'drag';
|
|
205
|
+
|
|
206
|
+
/**
|
|
207
|
+
* This property defaults to "mousedown", but when drag-gestures is loaded, it is changed to "gesturemovestart"
|
|
208
|
+
* @static
|
|
209
|
+
* @property START_EVENT
|
|
210
|
+
*/
|
|
211
|
+
Drag.START_EVENT = 'mousedown';
|
|
212
|
+
|
|
213
|
+
Drag.ATTRS = {
|
|
214
|
+
/**
|
|
215
|
+
* Y.Node instance to use as the element to initiate a drag operation
|
|
216
|
+
* @attribute node
|
|
217
|
+
* @type Node
|
|
218
|
+
*/
|
|
219
|
+
node: {
|
|
220
|
+
setter: function(node) {
|
|
221
|
+
if (this._canDrag(node)) {
|
|
222
|
+
return node;
|
|
223
|
+
}
|
|
224
|
+
var n = Y.one(node);
|
|
225
|
+
if (!n) {
|
|
226
|
+
Y.error('DD.Drag: Invalid Node Given: ' + node);
|
|
227
|
+
}
|
|
228
|
+
return n;
|
|
229
|
+
}
|
|
230
|
+
},
|
|
231
|
+
/**
|
|
232
|
+
* Y.Node instance to use as the draggable element, defaults to node
|
|
233
|
+
* @attribute dragNode
|
|
234
|
+
* @type Node
|
|
235
|
+
*/
|
|
236
|
+
dragNode: {
|
|
237
|
+
setter: function(node) {
|
|
238
|
+
if (this._canDrag(node)) {
|
|
239
|
+
return node;
|
|
240
|
+
}
|
|
241
|
+
var n = Y.one(node);
|
|
242
|
+
if (!n) {
|
|
243
|
+
Y.error('DD.Drag: Invalid dragNode Given: ' + node);
|
|
244
|
+
}
|
|
245
|
+
return n;
|
|
246
|
+
}
|
|
247
|
+
},
|
|
248
|
+
/**
|
|
249
|
+
* Offset the drag element by the difference in cursor position: default true
|
|
250
|
+
* @attribute offsetNode
|
|
251
|
+
* @type Boolean
|
|
252
|
+
*/
|
|
253
|
+
offsetNode: {
|
|
254
|
+
value: true
|
|
255
|
+
},
|
|
256
|
+
/**
|
|
257
|
+
* Center the dragNode to the mouse position on drag:start: default false
|
|
258
|
+
* @attribute startCentered
|
|
259
|
+
* @type Boolean
|
|
260
|
+
*/
|
|
261
|
+
startCentered: {
|
|
262
|
+
value: false
|
|
263
|
+
},
|
|
264
|
+
/**
|
|
265
|
+
* The number of pixels to move to start a drag operation, default is 3.
|
|
266
|
+
* @attribute clickPixelThresh
|
|
267
|
+
* @type Number
|
|
268
|
+
*/
|
|
269
|
+
clickPixelThresh: {
|
|
270
|
+
value: DDM.get('clickPixelThresh')
|
|
271
|
+
},
|
|
272
|
+
/**
|
|
273
|
+
* The number of milliseconds a mousedown has to pass to start a drag operation, default is 1000.
|
|
274
|
+
* @attribute clickTimeThresh
|
|
275
|
+
* @type Number
|
|
276
|
+
*/
|
|
277
|
+
clickTimeThresh: {
|
|
278
|
+
value: DDM.get('clickTimeThresh')
|
|
279
|
+
},
|
|
280
|
+
/**
|
|
281
|
+
* Set to lock this drag element so that it can't be dragged: default false.
|
|
282
|
+
* @attribute lock
|
|
283
|
+
* @type Boolean
|
|
284
|
+
*/
|
|
285
|
+
lock: {
|
|
286
|
+
value: false,
|
|
287
|
+
setter: function(lock) {
|
|
288
|
+
if (lock) {
|
|
289
|
+
this.get(NODE).addClass(DDM.CSS_PREFIX + '-locked');
|
|
290
|
+
} else {
|
|
291
|
+
this.get(NODE).removeClass(DDM.CSS_PREFIX + '-locked');
|
|
292
|
+
}
|
|
293
|
+
return lock;
|
|
294
|
+
}
|
|
295
|
+
},
|
|
296
|
+
/**
|
|
297
|
+
* A payload holder to store arbitrary data about this drag object, can be used to store any value.
|
|
298
|
+
* @attribute data
|
|
299
|
+
* @type Mixed
|
|
300
|
+
*/
|
|
301
|
+
data: {
|
|
302
|
+
value: false
|
|
303
|
+
},
|
|
304
|
+
/**
|
|
305
|
+
* If this is false, the drag element will not move with the cursor: default true. Can be used to "resize" the element.
|
|
306
|
+
* @attribute move
|
|
307
|
+
* @type Boolean
|
|
308
|
+
*/
|
|
309
|
+
move: {
|
|
310
|
+
value: true
|
|
311
|
+
},
|
|
312
|
+
/**
|
|
313
|
+
* Use the protective shim on all drag operations: default true. Only works with dd-ddm, not dd-ddm-base.
|
|
314
|
+
* @attribute useShim
|
|
315
|
+
* @type Boolean
|
|
316
|
+
*/
|
|
317
|
+
useShim: {
|
|
318
|
+
value: true
|
|
319
|
+
},
|
|
320
|
+
/**
|
|
321
|
+
* Config option is set by Drag to inform you of which handle fired the drag event (in the case that there are several handles): default false.
|
|
322
|
+
* @attribute activeHandle
|
|
323
|
+
* @type Node
|
|
324
|
+
*/
|
|
325
|
+
activeHandle: {
|
|
326
|
+
value: false
|
|
327
|
+
},
|
|
328
|
+
/**
|
|
329
|
+
* By default a drag operation will only begin if the mousedown occurred with the primary mouse button.
|
|
330
|
+
* Setting this to false will allow for all mousedown events to trigger a drag.
|
|
331
|
+
* @attribute primaryButtonOnly
|
|
332
|
+
* @type Boolean
|
|
333
|
+
*/
|
|
334
|
+
primaryButtonOnly: {
|
|
335
|
+
value: true
|
|
336
|
+
},
|
|
337
|
+
/**
|
|
338
|
+
* This attribute is not meant to be used by the implementor, it is meant to be used as an Event tracker so you can listen for it to change.
|
|
339
|
+
* @attribute dragging
|
|
340
|
+
* @type Boolean
|
|
341
|
+
*/
|
|
342
|
+
dragging: {
|
|
343
|
+
value: false
|
|
344
|
+
},
|
|
345
|
+
parent: {
|
|
346
|
+
value: false
|
|
347
|
+
},
|
|
348
|
+
/**
|
|
349
|
+
* This attribute only works if the dd-drop module has been loaded. It will make this node a drop target as well as draggable.
|
|
350
|
+
* @attribute target
|
|
351
|
+
* @type Boolean
|
|
352
|
+
*/
|
|
353
|
+
target: {
|
|
354
|
+
value: false,
|
|
355
|
+
setter: function(config) {
|
|
356
|
+
this._handleTarget(config);
|
|
357
|
+
return config;
|
|
358
|
+
}
|
|
359
|
+
},
|
|
360
|
+
/**
|
|
361
|
+
* This attribute only works if the dd-drop module is active. It will set the dragMode (point, intersect, strict) of this Drag instance.
|
|
362
|
+
* @attribute dragMode
|
|
363
|
+
* @type String
|
|
364
|
+
*/
|
|
365
|
+
dragMode: {
|
|
366
|
+
value: null,
|
|
367
|
+
setter: function(mode) {
|
|
368
|
+
return DDM._setDragMode(mode);
|
|
369
|
+
}
|
|
370
|
+
},
|
|
371
|
+
/**
|
|
372
|
+
* Array of groups to add this drag into.
|
|
373
|
+
* @attribute groups
|
|
374
|
+
* @type Array
|
|
375
|
+
*/
|
|
376
|
+
groups: {
|
|
377
|
+
value: ['default'],
|
|
378
|
+
getter: function() {
|
|
379
|
+
if (!this._groups) {
|
|
380
|
+
this._groups = {};
|
|
381
|
+
return [];
|
|
382
|
+
}
|
|
383
|
+
|
|
384
|
+
return Y.Object.keys(this._groups);
|
|
385
|
+
},
|
|
386
|
+
setter: function(g) {
|
|
387
|
+
this._groups = Y.Array.hash(g);
|
|
388
|
+
return g;
|
|
389
|
+
}
|
|
390
|
+
},
|
|
391
|
+
/**
|
|
392
|
+
* Array of valid handles to add. Adding something here will set all handles, even if previously added with addHandle
|
|
393
|
+
* @attribute handles
|
|
394
|
+
* @type Array
|
|
395
|
+
*/
|
|
396
|
+
handles: {
|
|
397
|
+
value: null,
|
|
398
|
+
setter: function(g) {
|
|
399
|
+
if (g) {
|
|
400
|
+
this._handles = {};
|
|
401
|
+
Y.Array.each(g, function(v) {
|
|
402
|
+
var key = v;
|
|
403
|
+
if (v instanceof Y.Node || v instanceof Y.NodeList) {
|
|
404
|
+
key = v._yuid;
|
|
405
|
+
}
|
|
406
|
+
this._handles[key] = v;
|
|
407
|
+
}, this);
|
|
408
|
+
} else {
|
|
409
|
+
this._handles = null;
|
|
410
|
+
}
|
|
411
|
+
return g;
|
|
412
|
+
}
|
|
413
|
+
},
|
|
414
|
+
/**
|
|
415
|
+
* Controls the default bubble parent for this Drag instance. Default: Y.DD.DDM. Set to false to disable bubbling. Use bubbleTargets in config
|
|
416
|
+
* @deprecated
|
|
417
|
+
* @attribute bubbles
|
|
418
|
+
* @type Object
|
|
419
|
+
*/
|
|
420
|
+
bubbles: {
|
|
421
|
+
setter: function(t) {
|
|
422
|
+
Y.log('bubbles is deprecated use bubbleTargets: HOST', 'warn', 'dd');
|
|
423
|
+
this.addTarget(t);
|
|
424
|
+
return t;
|
|
425
|
+
}
|
|
426
|
+
},
|
|
427
|
+
/**
|
|
428
|
+
* Should the mousedown event be halted. Default: true
|
|
429
|
+
* @attribute haltDown
|
|
430
|
+
* @type Boolean
|
|
431
|
+
*/
|
|
432
|
+
haltDown: {
|
|
433
|
+
value: true
|
|
434
|
+
}
|
|
435
|
+
};
|
|
436
|
+
|
|
437
|
+
Y.extend(Drag, Y.Base, {
|
|
438
|
+
/**
|
|
439
|
+
* Checks the object for the methods needed to drag the object around.
|
|
440
|
+
* Normally this would be a node instance, but in the case of Graphics, it
|
|
441
|
+
* may be an SVG node or something similar.
|
|
442
|
+
* @method _canDrag
|
|
443
|
+
* @private
|
|
444
|
+
* @param {Object} n The object to check
|
|
445
|
+
* @return {Boolean} True or false if the Object contains the methods needed to Drag
|
|
446
|
+
*/
|
|
447
|
+
_canDrag: function(n) {
|
|
448
|
+
if (n && n.setXY && n.getXY && n.test && n.contains) {
|
|
449
|
+
return true;
|
|
450
|
+
}
|
|
451
|
+
return false;
|
|
452
|
+
},
|
|
453
|
+
/**
|
|
454
|
+
* The default bubbleTarget for this object. Default: Y.DD.DDM
|
|
455
|
+
* @private
|
|
456
|
+
* @property _bubbleTargets
|
|
457
|
+
*/
|
|
458
|
+
_bubbleTargets: Y.DD.DDM,
|
|
459
|
+
/**
|
|
460
|
+
* Add this Drag instance to a group, this should be used for on-the-fly group additions.
|
|
461
|
+
* @method addToGroup
|
|
462
|
+
* @param {String} g The group to add this Drag Instance to.
|
|
463
|
+
* @chainable
|
|
464
|
+
*/
|
|
465
|
+
addToGroup: function(g) {
|
|
466
|
+
this._groups[g] = true;
|
|
467
|
+
DDM._activateTargets();
|
|
468
|
+
return this;
|
|
469
|
+
},
|
|
470
|
+
/**
|
|
471
|
+
* Remove this Drag instance from a group, this should be used for on-the-fly group removals.
|
|
472
|
+
* @method removeFromGroup
|
|
473
|
+
* @param {String} g The group to remove this Drag Instance from.
|
|
474
|
+
* @chainable
|
|
475
|
+
*/
|
|
476
|
+
removeFromGroup: function(g) {
|
|
477
|
+
delete this._groups[g];
|
|
478
|
+
DDM._activateTargets();
|
|
479
|
+
return this;
|
|
480
|
+
},
|
|
481
|
+
/**
|
|
482
|
+
* This will be a reference to the Drop instance associated with this drag if the target: true config attribute is set..
|
|
483
|
+
* @property target
|
|
484
|
+
* @type {Object}
|
|
485
|
+
*/
|
|
486
|
+
target: null,
|
|
487
|
+
/**
|
|
488
|
+
* Attribute handler for the target config attribute.
|
|
489
|
+
* @private
|
|
490
|
+
* @method _handleTarget
|
|
491
|
+
* @param {Boolean/Object} config The Config
|
|
492
|
+
*/
|
|
493
|
+
_handleTarget: function(config) {
|
|
494
|
+
if (Y.DD.Drop) {
|
|
495
|
+
if (config === false) {
|
|
496
|
+
if (this.target) {
|
|
497
|
+
DDM._unregTarget(this.target);
|
|
498
|
+
this.target = null;
|
|
499
|
+
}
|
|
500
|
+
} else {
|
|
501
|
+
if (!Y.Lang.isObject(config)) {
|
|
502
|
+
config = {};
|
|
503
|
+
}
|
|
504
|
+
config.bubbleTargets = config.bubbleTargets || this.getTargets();
|
|
505
|
+
config.node = this.get(NODE);
|
|
506
|
+
config.groups = config.groups || this.get('groups');
|
|
507
|
+
this.target = new Y.DD.Drop(config);
|
|
508
|
+
}
|
|
509
|
+
}
|
|
510
|
+
},
|
|
511
|
+
/**
|
|
512
|
+
* Storage Array for the groups this drag belongs to.
|
|
513
|
+
* @private
|
|
514
|
+
* @property _groups
|
|
515
|
+
* @type {Array}
|
|
516
|
+
*/
|
|
517
|
+
_groups: null,
|
|
518
|
+
/**
|
|
519
|
+
* This method creates all the events for this Event Target and publishes them so we get Event Bubbling.
|
|
520
|
+
* @private
|
|
521
|
+
* @method _createEvents
|
|
522
|
+
*/
|
|
523
|
+
_createEvents: function() {
|
|
524
|
+
|
|
525
|
+
this.publish(EV_MOUSE_DOWN, {
|
|
526
|
+
defaultFn: this._defMouseDownFn,
|
|
527
|
+
queuable: false,
|
|
528
|
+
emitFacade: true,
|
|
529
|
+
bubbles: true,
|
|
530
|
+
prefix: 'drag'
|
|
531
|
+
});
|
|
532
|
+
|
|
533
|
+
this.publish(EV_ALIGN, {
|
|
534
|
+
defaultFn: this._defAlignFn,
|
|
535
|
+
queuable: false,
|
|
536
|
+
emitFacade: true,
|
|
537
|
+
bubbles: true,
|
|
538
|
+
prefix: 'drag'
|
|
539
|
+
});
|
|
540
|
+
|
|
541
|
+
this.publish(EV_DRAG, {
|
|
542
|
+
defaultFn: this._defDragFn,
|
|
543
|
+
queuable: false,
|
|
544
|
+
emitFacade: true,
|
|
545
|
+
bubbles: true,
|
|
546
|
+
prefix: 'drag'
|
|
547
|
+
});
|
|
548
|
+
|
|
549
|
+
this.publish(EV_END, {
|
|
550
|
+
defaultFn: this._defEndFn,
|
|
551
|
+
preventedFn: this._prevEndFn,
|
|
552
|
+
queuable: false,
|
|
553
|
+
emitFacade: true,
|
|
554
|
+
bubbles: true,
|
|
555
|
+
prefix: 'drag'
|
|
556
|
+
});
|
|
557
|
+
|
|
558
|
+
var ev = [
|
|
559
|
+
EV_AFTER_MOUSE_DOWN,
|
|
560
|
+
EV_REMOVE_HANDLE,
|
|
561
|
+
EV_ADD_HANDLE,
|
|
562
|
+
EV_REMOVE_INVALID,
|
|
563
|
+
EV_ADD_INVALID,
|
|
564
|
+
EV_START,
|
|
565
|
+
'drag:drophit',
|
|
566
|
+
'drag:dropmiss',
|
|
567
|
+
'drag:over',
|
|
568
|
+
'drag:enter',
|
|
569
|
+
'drag:exit'
|
|
570
|
+
];
|
|
571
|
+
|
|
572
|
+
Y.Array.each(ev, function(v) {
|
|
573
|
+
this.publish(v, {
|
|
574
|
+
type: v,
|
|
575
|
+
emitFacade: true,
|
|
576
|
+
bubbles: true,
|
|
577
|
+
preventable: false,
|
|
578
|
+
queuable: false,
|
|
579
|
+
prefix: 'drag'
|
|
580
|
+
});
|
|
581
|
+
}, this);
|
|
582
|
+
},
|
|
583
|
+
/**
|
|
584
|
+
* A private reference to the mousedown DOM event
|
|
585
|
+
* @private
|
|
586
|
+
* @property _ev_md
|
|
587
|
+
* @type {EventFacade}
|
|
588
|
+
*/
|
|
589
|
+
_ev_md: null,
|
|
590
|
+
/**
|
|
591
|
+
* The getTime of the mousedown event. Not used, just here in case someone wants/needs to use it.
|
|
592
|
+
* @private
|
|
593
|
+
* @property _startTime
|
|
594
|
+
* @type Date
|
|
595
|
+
*/
|
|
596
|
+
_startTime: null,
|
|
597
|
+
/**
|
|
598
|
+
* The getTime of the mouseup event. Not used, just here in case someone wants/needs to use it.
|
|
599
|
+
* @private
|
|
600
|
+
* @property _endTime
|
|
601
|
+
* @type Date
|
|
602
|
+
*/
|
|
603
|
+
_endTime: null,
|
|
604
|
+
/**
|
|
605
|
+
* A private hash of the valid drag handles
|
|
606
|
+
* @private
|
|
607
|
+
* @property _handles
|
|
608
|
+
* @type {Object}
|
|
609
|
+
*/
|
|
610
|
+
_handles: null,
|
|
611
|
+
/**
|
|
612
|
+
* A private hash of the invalid selector strings
|
|
613
|
+
* @private
|
|
614
|
+
* @property _invalids
|
|
615
|
+
* @type {Object}
|
|
616
|
+
*/
|
|
617
|
+
_invalids: null,
|
|
618
|
+
/**
|
|
619
|
+
* A private hash of the default invalid selector strings: {'textarea': true, 'input': true, 'a': true, 'button': true, 'select': true}
|
|
620
|
+
* @private
|
|
621
|
+
* @property _invalidsDefault
|
|
622
|
+
* @type {Object}
|
|
623
|
+
*/
|
|
624
|
+
_invalidsDefault: {'textarea': true, 'input': true, 'a': true, 'button': true, 'select': true },
|
|
625
|
+
/**
|
|
626
|
+
* Private flag to see if the drag threshhold was met
|
|
627
|
+
* @private
|
|
628
|
+
* @property _dragThreshMet
|
|
629
|
+
* @type {Boolean}
|
|
630
|
+
*/
|
|
631
|
+
_dragThreshMet: null,
|
|
632
|
+
/**
|
|
633
|
+
* Flag to determine if the drag operation came from a timeout
|
|
634
|
+
* @private
|
|
635
|
+
* @property _fromTimeout
|
|
636
|
+
* @type {Boolean}
|
|
637
|
+
*/
|
|
638
|
+
_fromTimeout: null,
|
|
639
|
+
/**
|
|
640
|
+
* Holder for the setTimeout call
|
|
641
|
+
* @private
|
|
642
|
+
* @property _clickTimeout
|
|
643
|
+
* @type {Boolean}
|
|
644
|
+
*/
|
|
645
|
+
_clickTimeout: null,
|
|
646
|
+
/**
|
|
647
|
+
* The offset of the mouse position to the element's position
|
|
648
|
+
* @property deltaXY
|
|
649
|
+
* @type {Array}
|
|
650
|
+
*/
|
|
651
|
+
deltaXY: null,
|
|
652
|
+
/**
|
|
653
|
+
* The initial mouse position
|
|
654
|
+
* @property startXY
|
|
655
|
+
* @type {Array}
|
|
656
|
+
*/
|
|
657
|
+
startXY: null,
|
|
658
|
+
/**
|
|
659
|
+
* The initial element position
|
|
660
|
+
* @property nodeXY
|
|
661
|
+
* @type {Array}
|
|
662
|
+
*/
|
|
663
|
+
nodeXY: null,
|
|
664
|
+
/**
|
|
665
|
+
* The position of the element as it's moving (for offset calculations)
|
|
666
|
+
* @property lastXY
|
|
667
|
+
* @type {Array}
|
|
668
|
+
*/
|
|
669
|
+
lastXY: null,
|
|
670
|
+
/**
|
|
671
|
+
* The xy that the node will be set to. Changing this will alter the position as it's dragged.
|
|
672
|
+
* @property actXY
|
|
673
|
+
* @type {Array}
|
|
674
|
+
*/
|
|
675
|
+
actXY: null,
|
|
676
|
+
/**
|
|
677
|
+
* The real xy position of the node.
|
|
678
|
+
* @property realXY
|
|
679
|
+
* @type {Array}
|
|
680
|
+
*/
|
|
681
|
+
realXY: null,
|
|
682
|
+
/**
|
|
683
|
+
* The XY coords of the mousemove
|
|
684
|
+
* @property mouseXY
|
|
685
|
+
* @type {Array}
|
|
686
|
+
*/
|
|
687
|
+
mouseXY: null,
|
|
688
|
+
/**
|
|
689
|
+
* A region object associated with this drag, used for checking regions while dragging.
|
|
690
|
+
* @property region
|
|
691
|
+
* @type Object
|
|
692
|
+
*/
|
|
693
|
+
region: null,
|
|
694
|
+
/**
|
|
695
|
+
* Handler for the mouseup DOM event
|
|
696
|
+
* @private
|
|
697
|
+
* @method _handleMouseUp
|
|
698
|
+
* @param {EventFacade} ev The Event
|
|
699
|
+
*/
|
|
700
|
+
_handleMouseUp: function() {
|
|
701
|
+
this.fire('drag:mouseup');
|
|
702
|
+
this._fixIEMouseUp();
|
|
703
|
+
if (DDM.activeDrag) {
|
|
704
|
+
DDM._end();
|
|
705
|
+
}
|
|
706
|
+
},
|
|
707
|
+
/**
|
|
708
|
+
* The function we use as the ondragstart handler when we start a drag
|
|
709
|
+
* in Internet Explorer. This keeps IE from blowing up on images as drag handles.
|
|
710
|
+
* @private
|
|
711
|
+
* @method _fixDragStart
|
|
712
|
+
* @param {Event} e The Event
|
|
713
|
+
*/
|
|
714
|
+
_fixDragStart: function(e) {
|
|
715
|
+
if (this.validClick(e)) {
|
|
716
|
+
e.preventDefault();
|
|
717
|
+
}
|
|
718
|
+
},
|
|
719
|
+
/**
|
|
720
|
+
* The function we use as the onselectstart handler when we start a drag in Internet Explorer
|
|
721
|
+
* @private
|
|
722
|
+
* @method _ieSelectFix
|
|
723
|
+
*/
|
|
724
|
+
_ieSelectFix: function() {
|
|
725
|
+
return false;
|
|
726
|
+
},
|
|
727
|
+
/**
|
|
728
|
+
* We will hold a copy of the current "onselectstart" method on this property, and reset it after we are done using it.
|
|
729
|
+
* @private
|
|
730
|
+
* @property _ieSelectBack
|
|
731
|
+
*/
|
|
732
|
+
_ieSelectBack: null,
|
|
733
|
+
/**
|
|
734
|
+
* This method copies the onselectstart listner on the document to the _ieSelectFix property
|
|
735
|
+
* @private
|
|
736
|
+
* @method _fixIEMouseDown
|
|
737
|
+
*/
|
|
738
|
+
_fixIEMouseDown: function() {
|
|
739
|
+
if (Y.UA.ie) {
|
|
740
|
+
this._ieSelectBack = Y.config.doc.body.onselectstart;
|
|
741
|
+
Y.config.doc.body.onselectstart = this._ieSelectFix;
|
|
742
|
+
}
|
|
743
|
+
},
|
|
744
|
+
/**
|
|
745
|
+
* This method copies the _ieSelectFix property back to the onselectstart listner on the document.
|
|
746
|
+
* @private
|
|
747
|
+
* @method _fixIEMouseUp
|
|
748
|
+
*/
|
|
749
|
+
_fixIEMouseUp: function() {
|
|
750
|
+
if (Y.UA.ie) {
|
|
751
|
+
Y.config.doc.body.onselectstart = this._ieSelectBack;
|
|
752
|
+
}
|
|
753
|
+
},
|
|
754
|
+
/**
|
|
755
|
+
* Handler for the mousedown DOM event
|
|
756
|
+
* @private
|
|
757
|
+
* @method _handleMouseDownEvent
|
|
758
|
+
* @param {EventFacade} ev The Event
|
|
759
|
+
*/
|
|
760
|
+
_handleMouseDownEvent: function(ev) {
|
|
761
|
+
if (this.validClick(ev)) {
|
|
762
|
+
ev.preventDefault();
|
|
763
|
+
}
|
|
764
|
+
this.fire(EV_MOUSE_DOWN, { ev: ev });
|
|
765
|
+
},
|
|
766
|
+
/**
|
|
767
|
+
* Handler for the mousedown DOM event
|
|
768
|
+
* @private
|
|
769
|
+
* @method _defMouseDownFn
|
|
770
|
+
* @param {EventFacade} e The Event
|
|
771
|
+
*/
|
|
772
|
+
_defMouseDownFn: function(e) {
|
|
773
|
+
var ev = e.ev;
|
|
774
|
+
|
|
775
|
+
this._dragThreshMet = false;
|
|
776
|
+
this._ev_md = ev;
|
|
777
|
+
|
|
778
|
+
if (this.get('primaryButtonOnly') && ev.button > 1) {
|
|
779
|
+
return false;
|
|
780
|
+
}
|
|
781
|
+
if (this.validClick(ev)) {
|
|
782
|
+
this._fixIEMouseDown(ev);
|
|
783
|
+
if (Drag.START_EVENT.indexOf('gesture') !== 0) {
|
|
784
|
+
//Only do these if it's not a gesture
|
|
785
|
+
if (this.get('haltDown')) {
|
|
786
|
+
Y.log('Halting MouseDown', 'info', 'drag');
|
|
787
|
+
ev.halt();
|
|
788
|
+
} else {
|
|
789
|
+
Y.log('Preventing Default on MouseDown', 'info', 'drag');
|
|
790
|
+
ev.preventDefault();
|
|
791
|
+
}
|
|
792
|
+
}
|
|
793
|
+
|
|
794
|
+
this._setStartPosition([ev.pageX, ev.pageY]);
|
|
795
|
+
|
|
796
|
+
DDM.activeDrag = this;
|
|
797
|
+
|
|
798
|
+
this._clickTimeout = Y.later(this.get('clickTimeThresh'), this, this._timeoutCheck);
|
|
799
|
+
}
|
|
800
|
+
this.fire(EV_AFTER_MOUSE_DOWN, { ev: ev });
|
|
801
|
+
},
|
|
802
|
+
/**
|
|
803
|
+
* Method first checks to see if we have handles, if so it validates the click
|
|
804
|
+
* against the handle. Then if it finds a valid handle, it checks it against
|
|
805
|
+
* the invalid handles list. Returns true if a good handle was used, false otherwise.
|
|
806
|
+
* @method validClick
|
|
807
|
+
* @param {EventFacade} ev The Event
|
|
808
|
+
* @return {Boolean}
|
|
809
|
+
*/
|
|
810
|
+
validClick: function(ev) {
|
|
811
|
+
var r = false, n = false,
|
|
812
|
+
tar = ev.target,
|
|
813
|
+
hTest = null,
|
|
814
|
+
els = null,
|
|
815
|
+
nlist = null,
|
|
816
|
+
set = false;
|
|
817
|
+
if (this._handles) {
|
|
818
|
+
Y.Object.each(this._handles, function(i, n) {
|
|
819
|
+
if (i instanceof Y.Node || i instanceof Y.NodeList) {
|
|
820
|
+
if (!r) {
|
|
821
|
+
nlist = i;
|
|
822
|
+
if (nlist instanceof Y.Node) {
|
|
823
|
+
nlist = new Y.NodeList(i._node);
|
|
824
|
+
}
|
|
825
|
+
nlist.each(function(nl) {
|
|
826
|
+
if (nl.contains(tar)) {
|
|
827
|
+
r = true;
|
|
828
|
+
}
|
|
829
|
+
});
|
|
830
|
+
}
|
|
831
|
+
} else if (Y.Lang.isString(n)) {
|
|
832
|
+
//Am I this or am I inside this
|
|
833
|
+
if (tar.test(n + ', ' + n + ' *') && !hTest) {
|
|
834
|
+
hTest = n;
|
|
835
|
+
r = true;
|
|
836
|
+
}
|
|
837
|
+
}
|
|
838
|
+
});
|
|
839
|
+
} else {
|
|
840
|
+
n = this.get(NODE);
|
|
841
|
+
if (n.contains(tar) || n.compareTo(tar)) {
|
|
842
|
+
r = true;
|
|
843
|
+
}
|
|
844
|
+
}
|
|
845
|
+
if (r) {
|
|
846
|
+
if (this._invalids) {
|
|
847
|
+
Y.Object.each(this._invalids, function(i, n) {
|
|
848
|
+
if (Y.Lang.isString(n)) {
|
|
849
|
+
//Am I this or am I inside this
|
|
850
|
+
if (tar.test(n + ', ' + n + ' *')) {
|
|
851
|
+
r = false;
|
|
852
|
+
}
|
|
853
|
+
}
|
|
854
|
+
});
|
|
855
|
+
}
|
|
856
|
+
}
|
|
857
|
+
if (r) {
|
|
858
|
+
if (hTest) {
|
|
859
|
+
els = ev.currentTarget.all(hTest);
|
|
860
|
+
set = false;
|
|
861
|
+
els.each(function(n) {
|
|
862
|
+
if ((n.contains(tar) || n.compareTo(tar)) && !set) {
|
|
863
|
+
set = true;
|
|
864
|
+
this.set('activeHandle', n);
|
|
865
|
+
}
|
|
866
|
+
}, this);
|
|
867
|
+
} else {
|
|
868
|
+
this.set('activeHandle', this.get(NODE));
|
|
869
|
+
}
|
|
870
|
+
}
|
|
871
|
+
return r;
|
|
872
|
+
},
|
|
873
|
+
/**
|
|
874
|
+
* Sets the current position of the Element and calculates the offset
|
|
875
|
+
* @private
|
|
876
|
+
* @method _setStartPosition
|
|
877
|
+
* @param {Array} xy The XY coords to set the position to.
|
|
878
|
+
*/
|
|
879
|
+
_setStartPosition: function(xy) {
|
|
880
|
+
this.startXY = xy;
|
|
881
|
+
|
|
882
|
+
this.nodeXY = this.lastXY = this.realXY = this.get(NODE).getXY();
|
|
883
|
+
|
|
884
|
+
if (this.get('offsetNode')) {
|
|
885
|
+
this.deltaXY = [(this.startXY[0] - this.nodeXY[0]), (this.startXY[1] - this.nodeXY[1])];
|
|
886
|
+
} else {
|
|
887
|
+
this.deltaXY = [0, 0];
|
|
888
|
+
}
|
|
889
|
+
},
|
|
890
|
+
/**
|
|
891
|
+
* The method passed to setTimeout to determine if the clickTimeThreshold was met.
|
|
892
|
+
* @private
|
|
893
|
+
* @method _timeoutCheck
|
|
894
|
+
*/
|
|
895
|
+
_timeoutCheck: function() {
|
|
896
|
+
if (!this.get('lock') && !this._dragThreshMet && this._ev_md) {
|
|
897
|
+
this._fromTimeout = this._dragThreshMet = true;
|
|
898
|
+
this.start();
|
|
899
|
+
this._alignNode([this._ev_md.pageX, this._ev_md.pageY], true);
|
|
900
|
+
}
|
|
901
|
+
},
|
|
902
|
+
/**
|
|
903
|
+
* Remove a Selector added by addHandle
|
|
904
|
+
* @method removeHandle
|
|
905
|
+
* @param {String} str The selector for the handle to be removed.
|
|
906
|
+
* @chainable
|
|
907
|
+
*/
|
|
908
|
+
removeHandle: function(str) {
|
|
909
|
+
var key = str;
|
|
910
|
+
if (str instanceof Y.Node || str instanceof Y.NodeList) {
|
|
911
|
+
key = str._yuid;
|
|
912
|
+
}
|
|
913
|
+
if (this._handles[key]) {
|
|
914
|
+
delete this._handles[key];
|
|
915
|
+
this.fire(EV_REMOVE_HANDLE, { handle: str });
|
|
916
|
+
}
|
|
917
|
+
return this;
|
|
918
|
+
},
|
|
919
|
+
/**
|
|
920
|
+
* Add a handle to a drag element. Drag only initiates when a mousedown happens on this element.
|
|
921
|
+
* @method addHandle
|
|
922
|
+
* @param {String} str The selector to test for a valid handle. Must be a child of the element.
|
|
923
|
+
* @chainable
|
|
924
|
+
*/
|
|
925
|
+
addHandle: function(str) {
|
|
926
|
+
if (!this._handles) {
|
|
927
|
+
this._handles = {};
|
|
928
|
+
}
|
|
929
|
+
var key = str;
|
|
930
|
+
if (str instanceof Y.Node || str instanceof Y.NodeList) {
|
|
931
|
+
key = str._yuid;
|
|
932
|
+
}
|
|
933
|
+
this._handles[key] = str;
|
|
934
|
+
this.fire(EV_ADD_HANDLE, { handle: str });
|
|
935
|
+
return this;
|
|
936
|
+
},
|
|
937
|
+
/**
|
|
938
|
+
* Remove an invalid handle added by addInvalid
|
|
939
|
+
* @method removeInvalid
|
|
940
|
+
* @param {String} str The invalid handle to remove from the internal list.
|
|
941
|
+
* @chainable
|
|
942
|
+
*/
|
|
943
|
+
removeInvalid: function(str) {
|
|
944
|
+
if (this._invalids[str]) {
|
|
945
|
+
this._invalids[str] = null;
|
|
946
|
+
delete this._invalids[str];
|
|
947
|
+
this.fire(EV_REMOVE_INVALID, { handle: str });
|
|
948
|
+
}
|
|
949
|
+
return this;
|
|
950
|
+
},
|
|
951
|
+
/**
|
|
952
|
+
* Add a selector string to test the handle against. If the test passes the drag operation will not continue.
|
|
953
|
+
* @method addInvalid
|
|
954
|
+
* @param {String} str The selector to test against to determine if this is an invalid drag handle.
|
|
955
|
+
* @chainable
|
|
956
|
+
*/
|
|
957
|
+
addInvalid: function(str) {
|
|
958
|
+
if (Y.Lang.isString(str)) {
|
|
959
|
+
this._invalids[str] = true;
|
|
960
|
+
this.fire(EV_ADD_INVALID, { handle: str });
|
|
961
|
+
}
|
|
962
|
+
return this;
|
|
963
|
+
},
|
|
964
|
+
/**
|
|
965
|
+
* Internal init handler
|
|
966
|
+
* @private
|
|
967
|
+
* @method initializer
|
|
968
|
+
*/
|
|
969
|
+
initializer: function() {
|
|
970
|
+
|
|
971
|
+
this.get(NODE).dd = this;
|
|
972
|
+
|
|
973
|
+
if (!this.get(NODE).get('id')) {
|
|
974
|
+
var id = Y.stamp(this.get(NODE));
|
|
975
|
+
this.get(NODE).set('id', id);
|
|
976
|
+
}
|
|
977
|
+
|
|
978
|
+
this.actXY = [];
|
|
979
|
+
|
|
980
|
+
this._invalids = Y.clone(this._invalidsDefault, true);
|
|
981
|
+
|
|
982
|
+
this._createEvents();
|
|
983
|
+
|
|
984
|
+
if (!this.get(DRAG_NODE)) {
|
|
985
|
+
this.set(DRAG_NODE, this.get(NODE));
|
|
986
|
+
}
|
|
987
|
+
|
|
988
|
+
//Fix for #2528096
|
|
989
|
+
//Don't prep the DD instance until all plugins are loaded.
|
|
990
|
+
this.on('initializedChange', Y.bind(this._prep, this));
|
|
991
|
+
|
|
992
|
+
//Shouldn't have to do this..
|
|
993
|
+
this.set('groups', this.get('groups'));
|
|
994
|
+
},
|
|
995
|
+
/**
|
|
996
|
+
* Attach event listners and add classname
|
|
997
|
+
* @private
|
|
998
|
+
* @method _prep
|
|
999
|
+
*/
|
|
1000
|
+
_prep: function() {
|
|
1001
|
+
this._dragThreshMet = false;
|
|
1002
|
+
var node = this.get(NODE);
|
|
1003
|
+
node.addClass(DDM.CSS_PREFIX + '-draggable');
|
|
1004
|
+
node.on(Drag.START_EVENT, Y.bind(this._handleMouseDownEvent, this));
|
|
1005
|
+
node.on('mouseup', Y.bind(this._handleMouseUp, this));
|
|
1006
|
+
node.on('dragstart', Y.bind(this._fixDragStart, this));
|
|
1007
|
+
},
|
|
1008
|
+
/**
|
|
1009
|
+
* Detach event listeners and remove classname
|
|
1010
|
+
* @private
|
|
1011
|
+
* @method _unprep
|
|
1012
|
+
*/
|
|
1013
|
+
_unprep: function() {
|
|
1014
|
+
var node = this.get(NODE);
|
|
1015
|
+
node.removeClass(DDM.CSS_PREFIX + '-draggable');
|
|
1016
|
+
node.detachAll('mouseup');
|
|
1017
|
+
node.detachAll('dragstart');
|
|
1018
|
+
node.detachAll(Drag.START_EVENT);
|
|
1019
|
+
this.mouseXY = [];
|
|
1020
|
+
this.deltaXY = [0,0];
|
|
1021
|
+
this.startXY = [];
|
|
1022
|
+
this.nodeXY = [];
|
|
1023
|
+
this.lastXY = [];
|
|
1024
|
+
this.actXY = [];
|
|
1025
|
+
this.realXY = [];
|
|
1026
|
+
},
|
|
1027
|
+
/**
|
|
1028
|
+
* Starts the drag operation
|
|
1029
|
+
* @method start
|
|
1030
|
+
* @chainable
|
|
1031
|
+
*/
|
|
1032
|
+
start: function() {
|
|
1033
|
+
if (!this.get('lock') && !this.get(DRAGGING)) {
|
|
1034
|
+
var node = this.get(NODE), ow, oh, xy;
|
|
1035
|
+
this._startTime = (new Date()).getTime();
|
|
1036
|
+
|
|
1037
|
+
DDM._start();
|
|
1038
|
+
node.addClass(DDM.CSS_PREFIX + '-dragging');
|
|
1039
|
+
this.fire(EV_START, {
|
|
1040
|
+
pageX: this.nodeXY[0],
|
|
1041
|
+
pageY: this.nodeXY[1],
|
|
1042
|
+
startTime: this._startTime
|
|
1043
|
+
});
|
|
1044
|
+
node = this.get(DRAG_NODE);
|
|
1045
|
+
xy = this.nodeXY;
|
|
1046
|
+
|
|
1047
|
+
ow = node.get(OFFSET_WIDTH);
|
|
1048
|
+
oh = node.get(OFFSET_HEIGHT);
|
|
1049
|
+
|
|
1050
|
+
if (this.get('startCentered')) {
|
|
1051
|
+
this._setStartPosition([xy[0] + (ow / 2), xy[1] + (oh / 2)]);
|
|
1052
|
+
}
|
|
1053
|
+
|
|
1054
|
+
|
|
1055
|
+
this.region = {
|
|
1056
|
+
'0': xy[0],
|
|
1057
|
+
'1': xy[1],
|
|
1058
|
+
area: 0,
|
|
1059
|
+
top: xy[1],
|
|
1060
|
+
right: xy[0] + ow,
|
|
1061
|
+
bottom: xy[1] + oh,
|
|
1062
|
+
left: xy[0]
|
|
1063
|
+
};
|
|
1064
|
+
this.set(DRAGGING, true);
|
|
1065
|
+
}
|
|
1066
|
+
return this;
|
|
1067
|
+
},
|
|
1068
|
+
/**
|
|
1069
|
+
* Ends the drag operation
|
|
1070
|
+
* @method end
|
|
1071
|
+
* @chainable
|
|
1072
|
+
*/
|
|
1073
|
+
end: function() {
|
|
1074
|
+
this._endTime = (new Date()).getTime();
|
|
1075
|
+
if (this._clickTimeout) {
|
|
1076
|
+
this._clickTimeout.cancel();
|
|
1077
|
+
}
|
|
1078
|
+
this._dragThreshMet = this._fromTimeout = false;
|
|
1079
|
+
|
|
1080
|
+
if (!this.get('lock') && this.get(DRAGGING)) {
|
|
1081
|
+
this.fire(EV_END, {
|
|
1082
|
+
pageX: this.lastXY[0],
|
|
1083
|
+
pageY: this.lastXY[1],
|
|
1084
|
+
startTime: this._startTime,
|
|
1085
|
+
endTime: this._endTime
|
|
1086
|
+
});
|
|
1087
|
+
}
|
|
1088
|
+
this.get(NODE).removeClass(DDM.CSS_PREFIX + '-dragging');
|
|
1089
|
+
this.set(DRAGGING, false);
|
|
1090
|
+
this.deltaXY = [0, 0];
|
|
1091
|
+
|
|
1092
|
+
return this;
|
|
1093
|
+
},
|
|
1094
|
+
/**
|
|
1095
|
+
* Handler for fixing the selection in IE
|
|
1096
|
+
* @private
|
|
1097
|
+
* @method _defEndFn
|
|
1098
|
+
*/
|
|
1099
|
+
_defEndFn: function() {
|
|
1100
|
+
this._fixIEMouseUp();
|
|
1101
|
+
this._ev_md = null;
|
|
1102
|
+
},
|
|
1103
|
+
/**
|
|
1104
|
+
* Handler for preventing the drag:end event. It will reset the node back to it's start position
|
|
1105
|
+
* @private
|
|
1106
|
+
* @method _prevEndFn
|
|
1107
|
+
*/
|
|
1108
|
+
_prevEndFn: function() {
|
|
1109
|
+
this._fixIEMouseUp();
|
|
1110
|
+
//Bug #1852577
|
|
1111
|
+
this.get(DRAG_NODE).setXY(this.nodeXY);
|
|
1112
|
+
this._ev_md = null;
|
|
1113
|
+
this.region = null;
|
|
1114
|
+
},
|
|
1115
|
+
/**
|
|
1116
|
+
* Calculates the offsets and set's the XY that the element will move to.
|
|
1117
|
+
* @private
|
|
1118
|
+
* @method _align
|
|
1119
|
+
* @param {Array} xy The xy coords to align with.
|
|
1120
|
+
*/
|
|
1121
|
+
_align: function(xy) {
|
|
1122
|
+
this.fire(EV_ALIGN, {pageX: xy[0], pageY: xy[1] });
|
|
1123
|
+
},
|
|
1124
|
+
/**
|
|
1125
|
+
* Calculates the offsets and set's the XY that the element will move to.
|
|
1126
|
+
* @private
|
|
1127
|
+
* @method _defAlignFn
|
|
1128
|
+
* @param {EventFacade} e The drag:align event.
|
|
1129
|
+
*/
|
|
1130
|
+
_defAlignFn: function(e) {
|
|
1131
|
+
this.actXY = [e.pageX - this.deltaXY[0], e.pageY - this.deltaXY[1]];
|
|
1132
|
+
},
|
|
1133
|
+
/**
|
|
1134
|
+
* This method performs the alignment before the element move.
|
|
1135
|
+
* @private
|
|
1136
|
+
* @method _alignNode
|
|
1137
|
+
* @param {Array} eXY The XY to move the element to, usually comes from the mousemove DOM event.
|
|
1138
|
+
*/
|
|
1139
|
+
_alignNode: function(eXY, scroll) {
|
|
1140
|
+
this._align(eXY);
|
|
1141
|
+
if (!scroll) {
|
|
1142
|
+
this._moveNode();
|
|
1143
|
+
}
|
|
1144
|
+
},
|
|
1145
|
+
/**
|
|
1146
|
+
* This method performs the actual element move.
|
|
1147
|
+
* @private
|
|
1148
|
+
* @method _moveNode
|
|
1149
|
+
*/
|
|
1150
|
+
_moveNode: function(scroll) {
|
|
1151
|
+
//if (!this.get(DRAGGING)) {
|
|
1152
|
+
// return;
|
|
1153
|
+
//}
|
|
1154
|
+
var diffXY = [], diffXY2 = [], startXY = this.nodeXY, xy = this.actXY;
|
|
1155
|
+
|
|
1156
|
+
diffXY[0] = (xy[0] - this.lastXY[0]);
|
|
1157
|
+
diffXY[1] = (xy[1] - this.lastXY[1]);
|
|
1158
|
+
|
|
1159
|
+
diffXY2[0] = (xy[0] - this.nodeXY[0]);
|
|
1160
|
+
diffXY2[1] = (xy[1] - this.nodeXY[1]);
|
|
1161
|
+
|
|
1162
|
+
|
|
1163
|
+
this.region = {
|
|
1164
|
+
'0': xy[0],
|
|
1165
|
+
'1': xy[1],
|
|
1166
|
+
area: 0,
|
|
1167
|
+
top: xy[1],
|
|
1168
|
+
right: xy[0] + this.get(DRAG_NODE).get(OFFSET_WIDTH),
|
|
1169
|
+
bottom: xy[1] + this.get(DRAG_NODE).get(OFFSET_HEIGHT),
|
|
1170
|
+
left: xy[0]
|
|
1171
|
+
};
|
|
1172
|
+
|
|
1173
|
+
this.fire(EV_DRAG, {
|
|
1174
|
+
pageX: xy[0],
|
|
1175
|
+
pageY: xy[1],
|
|
1176
|
+
scroll: scroll,
|
|
1177
|
+
info: {
|
|
1178
|
+
start: startXY,
|
|
1179
|
+
xy: xy,
|
|
1180
|
+
delta: diffXY,
|
|
1181
|
+
offset: diffXY2
|
|
1182
|
+
}
|
|
1183
|
+
});
|
|
1184
|
+
|
|
1185
|
+
this.lastXY = xy;
|
|
1186
|
+
},
|
|
1187
|
+
/**
|
|
1188
|
+
* Default function for drag:drag. Fired from _moveNode.
|
|
1189
|
+
* @private
|
|
1190
|
+
* @method _defDragFn
|
|
1191
|
+
* @param {EventFacade} ev The drag:drag event
|
|
1192
|
+
*/
|
|
1193
|
+
_defDragFn: function(e) {
|
|
1194
|
+
if (this.get('move')) {
|
|
1195
|
+
if (e.scroll && e.scroll.node) {
|
|
1196
|
+
var domNode = e.scroll.node.getDOMNode();
|
|
1197
|
+
//If it's the window
|
|
1198
|
+
if (domNode === Y.config.win) {
|
|
1199
|
+
domNode.scrollTo(e.scroll.left, e.scroll.top);
|
|
1200
|
+
} else {
|
|
1201
|
+
e.scroll.node.set('scrollTop', e.scroll.top);
|
|
1202
|
+
e.scroll.node.set('scrollLeft', e.scroll.left);
|
|
1203
|
+
}
|
|
1204
|
+
}
|
|
1205
|
+
this.get(DRAG_NODE).setXY([e.pageX, e.pageY]);
|
|
1206
|
+
this.realXY = [e.pageX, e.pageY];
|
|
1207
|
+
}
|
|
1208
|
+
},
|
|
1209
|
+
/**
|
|
1210
|
+
* Fired from DragDropMgr (DDM) on mousemove.
|
|
1211
|
+
* @private
|
|
1212
|
+
* @method _move
|
|
1213
|
+
* @param {EventFacade} ev The mousemove DOM event
|
|
1214
|
+
*/
|
|
1215
|
+
_move: function(ev) {
|
|
1216
|
+
if (this.get('lock')) {
|
|
1217
|
+
return false;
|
|
1218
|
+
}
|
|
1219
|
+
|
|
1220
|
+
this.mouseXY = [ev.pageX, ev.pageY];
|
|
1221
|
+
if (!this._dragThreshMet) {
|
|
1222
|
+
var diffX = Math.abs(this.startXY[0] - ev.pageX),
|
|
1223
|
+
diffY = Math.abs(this.startXY[1] - ev.pageY);
|
|
1224
|
+
if (diffX > this.get('clickPixelThresh') || diffY > this.get('clickPixelThresh')) {
|
|
1225
|
+
this._dragThreshMet = true;
|
|
1226
|
+
this.start();
|
|
1227
|
+
//This only happens on gestures to stop the page from scrolling
|
|
1228
|
+
if (ev && ev.preventDefault) {
|
|
1229
|
+
ev.preventDefault();
|
|
1230
|
+
}
|
|
1231
|
+
this._alignNode([ev.pageX, ev.pageY]);
|
|
1232
|
+
}
|
|
1233
|
+
} else {
|
|
1234
|
+
if (this._clickTimeout) {
|
|
1235
|
+
this._clickTimeout.cancel();
|
|
1236
|
+
}
|
|
1237
|
+
this._alignNode([ev.pageX, ev.pageY]);
|
|
1238
|
+
}
|
|
1239
|
+
},
|
|
1240
|
+
/**
|
|
1241
|
+
* Method will forcefully stop a drag operation. For example calling this from inside an ESC keypress handler will stop this drag.
|
|
1242
|
+
* @method stopDrag
|
|
1243
|
+
* @chainable
|
|
1244
|
+
*/
|
|
1245
|
+
stopDrag: function() {
|
|
1246
|
+
if (this.get(DRAGGING)) {
|
|
1247
|
+
DDM._end();
|
|
1248
|
+
}
|
|
1249
|
+
return this;
|
|
1250
|
+
},
|
|
1251
|
+
/**
|
|
1252
|
+
* Lifecycle destructor, unreg the drag from the DDM and remove listeners
|
|
1253
|
+
* @private
|
|
1254
|
+
* @method destructor
|
|
1255
|
+
*/
|
|
1256
|
+
destructor: function() {
|
|
1257
|
+
this._unprep();
|
|
1258
|
+
if (this.target) {
|
|
1259
|
+
this.target.destroy();
|
|
1260
|
+
}
|
|
1261
|
+
DDM._unregDrag(this);
|
|
1262
|
+
}
|
|
1263
|
+
});
|
|
1264
|
+
Y.namespace('DD');
|
|
1265
|
+
Y.DD.Drag = Drag;
|
|
1266
|
+
|
|
1267
|
+
|
|
1268
|
+
|
|
1269
|
+
|
|
1270
|
+
}, '@VERSION@', {"requires": ["dd-ddm-base", "selector-css2"]});
|