@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,1327 @@
|
|
|
1
|
+
YUI.add('dial', function (Y, NAME) {
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* Create a circular dial value range input visualized as a draggable handle on a
|
|
5
|
+
* background element.
|
|
6
|
+
*
|
|
7
|
+
* @module dial
|
|
8
|
+
*/
|
|
9
|
+
var supportsVML = false;
|
|
10
|
+
//testVMLNode;
|
|
11
|
+
|
|
12
|
+
if (Y.UA.ie && Y.UA.ie < 9){
|
|
13
|
+
supportsVML = true;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
var Lang = Y.Lang,
|
|
17
|
+
Widget = Y.Widget,
|
|
18
|
+
Node = Y.Node;
|
|
19
|
+
|
|
20
|
+
/**
|
|
21
|
+
* Create a dial to represent an input control capable of representing a
|
|
22
|
+
* series of intermediate states based on the position of the Dial's handle.
|
|
23
|
+
* These states are typically aligned to a value algorithm whereby the angle of the handle's
|
|
24
|
+
* position corresponds to a given value.
|
|
25
|
+
*
|
|
26
|
+
* @class Dial
|
|
27
|
+
* @extends Widget
|
|
28
|
+
* @param config {Object} Configuration object
|
|
29
|
+
* @constructor
|
|
30
|
+
*/
|
|
31
|
+
function Dial(config) {
|
|
32
|
+
Dial.superclass.constructor.apply(this, arguments);
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
// Y.Dial static properties
|
|
36
|
+
|
|
37
|
+
/**
|
|
38
|
+
* The identity of the widget.
|
|
39
|
+
*
|
|
40
|
+
* @property NAME
|
|
41
|
+
* @type String
|
|
42
|
+
* @default 'dial'
|
|
43
|
+
* @readOnly
|
|
44
|
+
* @protected
|
|
45
|
+
* @static
|
|
46
|
+
*/
|
|
47
|
+
Dial.NAME = "dial";
|
|
48
|
+
|
|
49
|
+
/**
|
|
50
|
+
* Static property used to define the default attribute configuration of
|
|
51
|
+
* the Widget.
|
|
52
|
+
*
|
|
53
|
+
* @property ATTRS
|
|
54
|
+
* @type {Object}
|
|
55
|
+
* @protected
|
|
56
|
+
* @static
|
|
57
|
+
*/
|
|
58
|
+
Dial.ATTRS = {
|
|
59
|
+
|
|
60
|
+
/**
|
|
61
|
+
* minimum value allowed
|
|
62
|
+
*
|
|
63
|
+
* @attribute min
|
|
64
|
+
* @type {Number}
|
|
65
|
+
* @default -220
|
|
66
|
+
*/
|
|
67
|
+
min : {
|
|
68
|
+
value:-220
|
|
69
|
+
},
|
|
70
|
+
|
|
71
|
+
/**
|
|
72
|
+
* maximum value allowed
|
|
73
|
+
*
|
|
74
|
+
* @attribute max
|
|
75
|
+
* @type {Number}
|
|
76
|
+
* @default 220
|
|
77
|
+
*/
|
|
78
|
+
max : {
|
|
79
|
+
value:220
|
|
80
|
+
},
|
|
81
|
+
|
|
82
|
+
/**
|
|
83
|
+
* diameter of the circular background object.
|
|
84
|
+
* Other objects scale accordingly.
|
|
85
|
+
* Set this only before rendering.
|
|
86
|
+
*
|
|
87
|
+
* @attribute diameter
|
|
88
|
+
* @type {Number} the number of px in diameter
|
|
89
|
+
* @default 100
|
|
90
|
+
* @writeOnce
|
|
91
|
+
*/
|
|
92
|
+
diameter : {
|
|
93
|
+
value:100
|
|
94
|
+
},
|
|
95
|
+
|
|
96
|
+
/**
|
|
97
|
+
* diameter of the handle object which users drag to change the value.
|
|
98
|
+
* Dial sets the pixel dimension of the handle equal to handleDiameter * diameter.
|
|
99
|
+
* Set this only before rendering.
|
|
100
|
+
*
|
|
101
|
+
* @attribute handleDiameter
|
|
102
|
+
* @type {Number}
|
|
103
|
+
* @default 0.2
|
|
104
|
+
* @writeOnce
|
|
105
|
+
*/
|
|
106
|
+
handleDiameter : {
|
|
107
|
+
value:0.2
|
|
108
|
+
},
|
|
109
|
+
|
|
110
|
+
/**
|
|
111
|
+
* diameter of the marker object which follows the angle of the handle during value changes.
|
|
112
|
+
* Dial sets the pixel dimension of the marker equal to markerDiameter * diameter.
|
|
113
|
+
* Set this only before rendering.
|
|
114
|
+
*
|
|
115
|
+
* @attribute markerDiameter
|
|
116
|
+
* @type {Number}
|
|
117
|
+
* @default 0.1
|
|
118
|
+
* @writeOnce
|
|
119
|
+
*/
|
|
120
|
+
markerDiameter : {
|
|
121
|
+
value:0.1
|
|
122
|
+
},
|
|
123
|
+
|
|
124
|
+
/**
|
|
125
|
+
* diameter of the center button object.
|
|
126
|
+
* Dial sets the pixel dimension of the centerButton equal to centerButtonDiameter * diameter.
|
|
127
|
+
* Set this only before rendering.
|
|
128
|
+
*
|
|
129
|
+
* @attribute centerButtonDiameter
|
|
130
|
+
* @type {Number}
|
|
131
|
+
* @default 0.1
|
|
132
|
+
* @writeOnce
|
|
133
|
+
*/
|
|
134
|
+
centerButtonDiameter : {
|
|
135
|
+
value:0.5
|
|
136
|
+
},
|
|
137
|
+
|
|
138
|
+
/**
|
|
139
|
+
* initial value of the Dial
|
|
140
|
+
*
|
|
141
|
+
* @attribute value
|
|
142
|
+
* @type {Number}
|
|
143
|
+
* @default 0
|
|
144
|
+
*/
|
|
145
|
+
value : {
|
|
146
|
+
value:0,
|
|
147
|
+
validator: function(val) {
|
|
148
|
+
return this._validateValue(val);
|
|
149
|
+
}
|
|
150
|
+
},
|
|
151
|
+
|
|
152
|
+
/**
|
|
153
|
+
* amount to increment/decrement the dial value
|
|
154
|
+
* when the arrow up/down/left/right keys are pressed
|
|
155
|
+
*
|
|
156
|
+
* @attribute minorStep
|
|
157
|
+
* @type {Number}
|
|
158
|
+
* @default 1
|
|
159
|
+
*/
|
|
160
|
+
minorStep : {
|
|
161
|
+
value:1
|
|
162
|
+
},
|
|
163
|
+
|
|
164
|
+
/**
|
|
165
|
+
* amount to increment/decrement the dial value
|
|
166
|
+
* when the page up/down keys are pressed
|
|
167
|
+
*
|
|
168
|
+
* @attribute majorStep
|
|
169
|
+
* @type {Number}
|
|
170
|
+
* @default 10
|
|
171
|
+
*/
|
|
172
|
+
majorStep : {
|
|
173
|
+
value:10
|
|
174
|
+
},
|
|
175
|
+
|
|
176
|
+
/**
|
|
177
|
+
* number of value increments in one 360 degree revolution
|
|
178
|
+
* of the handle around the dial
|
|
179
|
+
*
|
|
180
|
+
* @attribute stepsPerRevolution
|
|
181
|
+
* @type {Number}
|
|
182
|
+
* @default 100
|
|
183
|
+
*/
|
|
184
|
+
stepsPerRevolution : {
|
|
185
|
+
value:100
|
|
186
|
+
},
|
|
187
|
+
|
|
188
|
+
/**
|
|
189
|
+
* number of decimal places of accuracy in the value
|
|
190
|
+
*
|
|
191
|
+
* @attribute decimalPlaces
|
|
192
|
+
* @type {Number}
|
|
193
|
+
* @default 0
|
|
194
|
+
*/
|
|
195
|
+
decimalPlaces : {
|
|
196
|
+
value:0
|
|
197
|
+
},
|
|
198
|
+
|
|
199
|
+
/**
|
|
200
|
+
* visible strings for the dial UI. This attribute is
|
|
201
|
+
* defined by the base Widget class but has an empty value. The
|
|
202
|
+
* Dial is simply providing a default value for the attribute.
|
|
203
|
+
* Gets localized strings in the current language
|
|
204
|
+
*
|
|
205
|
+
* @attribute strings
|
|
206
|
+
* @type {Object} the values are HTML strings
|
|
207
|
+
* @default {label: 'My label', resetStr: 'Reset', tooltipHandle: 'Drag to set value'}
|
|
208
|
+
*/
|
|
209
|
+
strings: {
|
|
210
|
+
valueFn: function () {
|
|
211
|
+
return Y.Intl.get('dial');
|
|
212
|
+
}
|
|
213
|
+
},
|
|
214
|
+
|
|
215
|
+
/**
|
|
216
|
+
* distance from the center of the dial to the
|
|
217
|
+
* center of the marker and handle, when at rest.
|
|
218
|
+
* The value is a percent of the radius of the dial.
|
|
219
|
+
*
|
|
220
|
+
* @attribute handleDistance
|
|
221
|
+
* @type {number}
|
|
222
|
+
* @default 0.75
|
|
223
|
+
*/
|
|
224
|
+
handleDistance:{
|
|
225
|
+
value:0.75
|
|
226
|
+
}
|
|
227
|
+
|
|
228
|
+
};
|
|
229
|
+
|
|
230
|
+
/**
|
|
231
|
+
* returns a properly formed yui class name
|
|
232
|
+
*
|
|
233
|
+
* @method
|
|
234
|
+
* @param {String} string to be appended at the end of class name
|
|
235
|
+
* @return
|
|
236
|
+
* @private
|
|
237
|
+
*/
|
|
238
|
+
function makeClassName(str) {
|
|
239
|
+
return Y.ClassNameManager.getClassName(Dial.NAME, str);
|
|
240
|
+
}
|
|
241
|
+
|
|
242
|
+
/** array of static constants used to identify the classname applied to the Dial DOM objects
|
|
243
|
+
*
|
|
244
|
+
* @property CSS_CLASSES
|
|
245
|
+
* @type {Array}
|
|
246
|
+
* @private
|
|
247
|
+
* @static
|
|
248
|
+
*/
|
|
249
|
+
Dial.CSS_CLASSES = {
|
|
250
|
+
label : makeClassName("label"),
|
|
251
|
+
labelString : makeClassName("label-string"),
|
|
252
|
+
valueString : makeClassName("value-string"),
|
|
253
|
+
northMark : makeClassName("north-mark"),
|
|
254
|
+
ring : makeClassName('ring'),
|
|
255
|
+
ringVml : makeClassName('ring-vml'),
|
|
256
|
+
marker : makeClassName("marker"),
|
|
257
|
+
markerVml : makeClassName("marker-vml"),
|
|
258
|
+
markerMaxMin : makeClassName("marker-max-min"),
|
|
259
|
+
centerButton : makeClassName("center-button"),
|
|
260
|
+
centerButtonVml : makeClassName('center-button-vml'),
|
|
261
|
+
resetString : makeClassName("reset-string"),
|
|
262
|
+
handle : makeClassName("handle"),
|
|
263
|
+
handleVml : makeClassName("handle-vml"),
|
|
264
|
+
hidden : makeClassName("hidden"),
|
|
265
|
+
dragging : Y.ClassNameManager.getClassName("dd-dragging")
|
|
266
|
+
};
|
|
267
|
+
|
|
268
|
+
/* Static constants used to define the markup templates used to create Dial DOM elements */
|
|
269
|
+
|
|
270
|
+
|
|
271
|
+
/**
|
|
272
|
+
* template that will contain the Dial's label.
|
|
273
|
+
*
|
|
274
|
+
* @property LABEL_TEMPLATE
|
|
275
|
+
* @type {String}
|
|
276
|
+
* @default <div class="[...-label]"><span id="" class="[...-label-string]">{label}</span><span class="[...-value-string]"></span></div>
|
|
277
|
+
* @protected
|
|
278
|
+
*/
|
|
279
|
+
|
|
280
|
+
Dial.LABEL_TEMPLATE = '<div class="' + Dial.CSS_CLASSES.label + '"><span id="" class="' + Dial.CSS_CLASSES.labelString + '">{label}</span><span class="' + Dial.CSS_CLASSES.valueString + '"></span></div>';
|
|
281
|
+
|
|
282
|
+
if(supportsVML === false){
|
|
283
|
+
/**
|
|
284
|
+
* template that will contain the Dial's background ring.
|
|
285
|
+
*
|
|
286
|
+
* @property RING_TEMPLATE
|
|
287
|
+
* @type {String}
|
|
288
|
+
* @default <div class="[...-ring]"><div class="[...-northMark]"></div></div>
|
|
289
|
+
* @protected
|
|
290
|
+
*/
|
|
291
|
+
Dial.RING_TEMPLATE = '<div class="' + Dial.CSS_CLASSES.ring + '"><div class="' + Dial.CSS_CLASSES.northMark + '"></div></div>';
|
|
292
|
+
|
|
293
|
+
/**
|
|
294
|
+
* template that will contain the Dial's current angle marker.
|
|
295
|
+
*
|
|
296
|
+
* @property MARKER_TEMPLATE
|
|
297
|
+
* @type {String}
|
|
298
|
+
* @default <div class="[...-marker] [...-marker-hidden]"><div class="[...-markerUser]"></div></div>
|
|
299
|
+
* @protected
|
|
300
|
+
*/
|
|
301
|
+
Dial.MARKER_TEMPLATE = '<div class="' + Dial.CSS_CLASSES.marker + ' ' + Dial.CSS_CLASSES.hidden + '"></div>';
|
|
302
|
+
|
|
303
|
+
/**
|
|
304
|
+
* template that will contain the Dial's center button.
|
|
305
|
+
*
|
|
306
|
+
* @property CENTER_BUTTON_TEMPLATE
|
|
307
|
+
* @type {String}
|
|
308
|
+
* @default <div class="[...-centerButton]"><div class="[...-resetString]">' + Y.Lang.sub('{resetStr}', Dial.ATTRS.strings.value) + '</div></div>
|
|
309
|
+
* @protected
|
|
310
|
+
*/
|
|
311
|
+
Dial.CENTER_BUTTON_TEMPLATE = '<div class="' + Dial.CSS_CLASSES.centerButton + '"><div class="' + Dial.CSS_CLASSES.resetString + ' ' + Dial.CSS_CLASSES.hidden + '">{resetStr}</div></div>';
|
|
312
|
+
|
|
313
|
+
/**
|
|
314
|
+
* template that will contain the Dial's handle.
|
|
315
|
+
*
|
|
316
|
+
* @property HANDLE_TEMPLATE
|
|
317
|
+
* @type {String}
|
|
318
|
+
* @default <div class="[...-handle]"><div class="[...-handleUser]" aria-labelledby="" aria-valuetext="" aria-valuemax="" aria-valuemin="" aria-valuenow="" role="slider" tabindex="0"></div></div>';// title="{tooltipHandle}"
|
|
319
|
+
* @protected
|
|
320
|
+
*/
|
|
321
|
+
Dial.HANDLE_TEMPLATE = '<div class="' + Dial.CSS_CLASSES.handle + '" aria-labelledby="" aria-valuetext="" aria-valuemax="" aria-valuemin="" aria-valuenow="" role="slider" tabindex="0" title="{tooltipHandle}">';
|
|
322
|
+
|
|
323
|
+
}else{ // VML case
|
|
324
|
+
Dial.RING_TEMPLATE = '<div class="' + Dial.CSS_CLASSES.ring + ' ' + Dial.CSS_CLASSES.ringVml + '">'+
|
|
325
|
+
'<div class="' + Dial.CSS_CLASSES.northMark + '"></div>'+
|
|
326
|
+
'<v:oval strokecolor="#ceccc0" strokeweight="1px"><v:fill type=gradient color="#8B8A7F" color2="#EDEDEB" angle="45"/></v:oval>'+
|
|
327
|
+
'</div>'+
|
|
328
|
+
'';
|
|
329
|
+
Dial.MARKER_TEMPLATE = '<div class="' + Dial.CSS_CLASSES.markerVml + ' ' + Dial.CSS_CLASSES.hidden + '">'+
|
|
330
|
+
'<v:oval stroked="false">'+
|
|
331
|
+
'<v:fill opacity="20%" color="#000"/>'+
|
|
332
|
+
'</v:oval>'+
|
|
333
|
+
'</div>'+
|
|
334
|
+
'';
|
|
335
|
+
Dial.CENTER_BUTTON_TEMPLATE = '<div class="' + Dial.CSS_CLASSES.centerButton + ' ' + Dial.CSS_CLASSES.centerButtonVml + '">'+
|
|
336
|
+
'<v:oval strokecolor="#ceccc0" strokeweight="1px">'+
|
|
337
|
+
'<v:fill type=gradient color="#C7C5B9" color2="#fefcf6" colors="35% #d9d7cb, 65% #fefcf6" angle="45"/>'+
|
|
338
|
+
'<v:shadow on="True" color="#000" opacity="10%" offset="2px, 2px"/>'+
|
|
339
|
+
'</v:oval>'+
|
|
340
|
+
'<div class="' + Dial.CSS_CLASSES.resetString + ' ' + Dial.CSS_CLASSES.hidden + '">{resetStr}</div>'+
|
|
341
|
+
'</div>'+
|
|
342
|
+
'';
|
|
343
|
+
Dial.HANDLE_TEMPLATE = '<div class="' + Dial.CSS_CLASSES.handleVml + '" aria-labelledby="" aria-valuetext="" aria-valuemax="" aria-valuemin="" aria-valuenow="" role="slider" tabindex="0" title="{tooltipHandle}">'+
|
|
344
|
+
'<v:oval stroked="false">'+
|
|
345
|
+
'<v:fill opacity="20%" color="#6C3A3A"/>'+
|
|
346
|
+
'</v:oval>'+
|
|
347
|
+
'</div>'+
|
|
348
|
+
'';
|
|
349
|
+
}
|
|
350
|
+
|
|
351
|
+
/* Dial extends the base Widget class */
|
|
352
|
+
Y.extend(Dial, Widget, {
|
|
353
|
+
|
|
354
|
+
/**
|
|
355
|
+
* creates the DOM structure for the Dial.
|
|
356
|
+
*
|
|
357
|
+
* @method renderUI
|
|
358
|
+
* @protected
|
|
359
|
+
*/
|
|
360
|
+
renderUI : function() {
|
|
361
|
+
this._renderLabel();
|
|
362
|
+
this._renderRing();
|
|
363
|
+
this._renderMarker();
|
|
364
|
+
this._renderCenterButton();
|
|
365
|
+
this._renderHandle();
|
|
366
|
+
|
|
367
|
+
// object handles
|
|
368
|
+
this.contentBox = this.get("contentBox");
|
|
369
|
+
|
|
370
|
+
// constants
|
|
371
|
+
this._originalValue = this.get('value');
|
|
372
|
+
this._minValue = this.get('min'); // saves doing a .get many times, but we need to remember to update this if/when we allow changing min or max after instantiation
|
|
373
|
+
this._maxValue = this.get('max');
|
|
374
|
+
this._stepsPerRevolution = this.get('stepsPerRevolution');
|
|
375
|
+
this._minTimesWrapped = (Math.floor(this._minValue / this._stepsPerRevolution - 1));
|
|
376
|
+
this._maxTimesWrapped = (Math.floor(this._maxValue / this._stepsPerRevolution + 1));
|
|
377
|
+
|
|
378
|
+
// variables
|
|
379
|
+
this._timesWrapped = 0;
|
|
380
|
+
this._angle = this._getAngleFromValue(this.get('value'));
|
|
381
|
+
this._prevAng = this._angle;
|
|
382
|
+
|
|
383
|
+
// init
|
|
384
|
+
this._setTimesWrappedFromValue(this._originalValue);
|
|
385
|
+
this._handleNode.set('aria-valuemin', this._minValue);
|
|
386
|
+
this._handleNode.set('aria-valuemax', this._maxValue);
|
|
387
|
+
},
|
|
388
|
+
|
|
389
|
+
/**
|
|
390
|
+
* Sets -webkit-border-radius to 50% of width/height of the ring, handle, marker, and center-button.
|
|
391
|
+
* This is needed for iOS 3.x.
|
|
392
|
+
* The objects render square if the radius is > 50% of the width/height
|
|
393
|
+
* @method _setBorderRadius
|
|
394
|
+
* @private
|
|
395
|
+
*/
|
|
396
|
+
_setBorderRadius : function(){
|
|
397
|
+
this._ringNode.setStyles({'WebkitBorderRadius':this._ringNodeRadius + 'px',
|
|
398
|
+
'MozBorderRadius':this._ringNodeRadius + 'px',
|
|
399
|
+
'borderRadius':this._ringNodeRadius + 'px'
|
|
400
|
+
});
|
|
401
|
+
this._handleNode.setStyles({'WebkitBorderRadius':this._handleNodeRadius + 'px',
|
|
402
|
+
'MozBorderRadius':this._handleNodeRadius + 'px',
|
|
403
|
+
'borderRadius':this._handleNodeRadius + 'px'
|
|
404
|
+
});
|
|
405
|
+
this._markerNode.setStyles({'WebkitBorderRadius':this._markerNodeRadius + 'px',
|
|
406
|
+
'MozBorderRadius':this._markerNodeRadius + 'px',
|
|
407
|
+
'borderRadius':this._markerNodeRadius + 'px'
|
|
408
|
+
});
|
|
409
|
+
this._centerButtonNode.setStyles({'WebkitBorderRadius':this._centerButtonNodeRadius + 'px',
|
|
410
|
+
'MozBorderRadius':this._centerButtonNodeRadius + 'px',
|
|
411
|
+
'borderRadius':this._centerButtonNodeRadius + 'px'
|
|
412
|
+
});
|
|
413
|
+
},
|
|
414
|
+
|
|
415
|
+
/**
|
|
416
|
+
* Handles the mouseenter on the centerButton
|
|
417
|
+
*
|
|
418
|
+
* @method _handleCenterButtonEnter
|
|
419
|
+
* @protected
|
|
420
|
+
*/
|
|
421
|
+
_handleCenterButtonEnter : function(){
|
|
422
|
+
this._resetString.removeClass(Dial.CSS_CLASSES.hidden);
|
|
423
|
+
},
|
|
424
|
+
|
|
425
|
+
/**
|
|
426
|
+
* Handles the mouseleave on the centerButton
|
|
427
|
+
*
|
|
428
|
+
* @method _handleCenterButtonLeave
|
|
429
|
+
* @protected
|
|
430
|
+
*/
|
|
431
|
+
_handleCenterButtonLeave : function(){
|
|
432
|
+
this._resetString.addClass(Dial.CSS_CLASSES.hidden);
|
|
433
|
+
},
|
|
434
|
+
|
|
435
|
+
/**
|
|
436
|
+
* Creates the Y.DD.Drag instance used for the handle movement and
|
|
437
|
+
* binds Dial interaction to the configured value model.
|
|
438
|
+
*
|
|
439
|
+
* @method bindUI
|
|
440
|
+
* @protected
|
|
441
|
+
*/
|
|
442
|
+
bindUI : function() {
|
|
443
|
+
|
|
444
|
+
this.after("valueChange", this._afterValueChange);
|
|
445
|
+
|
|
446
|
+
var boundingBox = this.get("boundingBox"),
|
|
447
|
+
// Looking for a key event which will fire continously across browsers while the key is held down.
|
|
448
|
+
keyEvent = (!Y.UA.opera) ? "down:" : "press:",
|
|
449
|
+
// 38, 40 = arrow up/down, 33, 34 = page up/down, 35 , 36 = end/home
|
|
450
|
+
keyEventSpec = keyEvent + "38,40,33,34,35,36",
|
|
451
|
+
// 37 , 39 = arrow left/right
|
|
452
|
+
keyLeftRightSpec = keyEvent + "37,39",
|
|
453
|
+
// 37 , 39 = arrow left/right + meta (command/apple key) for mac
|
|
454
|
+
keyLeftRightSpecMeta = keyEvent + "37+meta,39+meta",
|
|
455
|
+
Drag = Y.DD.Drag;
|
|
456
|
+
|
|
457
|
+
Y.on("key", Y.bind(this._onDirectionKey, this), boundingBox, keyEventSpec);
|
|
458
|
+
Y.on("key", Y.bind(this._onLeftRightKey, this), boundingBox, keyLeftRightSpec);
|
|
459
|
+
boundingBox.on("key", this._onLeftRightKeyMeta, keyLeftRightSpecMeta, this);
|
|
460
|
+
|
|
461
|
+
Y.on('mouseenter', Y.bind(this._handleCenterButtonEnter, this), this._centerButtonNode);
|
|
462
|
+
Y.on('mouseleave', Y.bind(this._handleCenterButtonLeave, this), this._centerButtonNode);
|
|
463
|
+
// Needed to replace mousedown/up with gesturemovestart/end to make behavior on touch devices work the same.
|
|
464
|
+
Y.on('gesturemovestart', Y.bind(this._resetDial, this), this._centerButtonNode); //[#2530441]
|
|
465
|
+
Y.on('gesturemoveend', Y.bind(this._handleCenterButtonMouseup, this), this._centerButtonNode);
|
|
466
|
+
|
|
467
|
+
|
|
468
|
+
Y.on(Drag.START_EVENT, Y.bind(this._handleHandleMousedown, this), this._handleNode);
|
|
469
|
+
Y.on(Drag.START_EVENT, Y.bind(this._handleMousedown, this), this._ringNode); // [#2530766]
|
|
470
|
+
|
|
471
|
+
//TODO: Can this be merged this into the drag:end event listener to avoid another registration?
|
|
472
|
+
Y.on('gesturemoveend', Y.bind(this._handleRingMouseup, this), this._ringNode);
|
|
473
|
+
|
|
474
|
+
this._dd1 = new Drag({ //// [#2530206] changed global this._dd1 from just var dd1 = new Y.DD.drag so
|
|
475
|
+
node: this._handleNode,
|
|
476
|
+
on : {
|
|
477
|
+
'drag:drag' : Y.bind(this._handleDrag, this),
|
|
478
|
+
'drag:start' : Y.bind(this._handleDragStart, this),
|
|
479
|
+
'drag:end' : Y.bind(this._handleDragEnd, this) //,
|
|
480
|
+
}
|
|
481
|
+
});
|
|
482
|
+
Y.bind(this._dd1.addHandle(this._ringNode), this); // [#2530206] added the ring as a handle to the dd1 (the dd of the handleNode)
|
|
483
|
+
},
|
|
484
|
+
|
|
485
|
+
/**
|
|
486
|
+
* Sets _timesWrapped based on Dial value
|
|
487
|
+
* to net integer revolutions the user dragged the handle around the Dial
|
|
488
|
+
*
|
|
489
|
+
* @method _setTimesWrappedFromValue
|
|
490
|
+
* @param val {Number} current value of the Dial
|
|
491
|
+
* @private
|
|
492
|
+
*/
|
|
493
|
+
_setTimesWrappedFromValue : function(val){
|
|
494
|
+
if(val % this._stepsPerRevolution === 0){
|
|
495
|
+
this._timesWrapped = (val / this._stepsPerRevolution);
|
|
496
|
+
}else{
|
|
497
|
+
this._timesWrapped = Math.floor(val / this._stepsPerRevolution);
|
|
498
|
+
}
|
|
499
|
+
},
|
|
500
|
+
|
|
501
|
+
/**
|
|
502
|
+
* gets the angle of the line from the center of the Dial to the center of the handle
|
|
503
|
+
*
|
|
504
|
+
* @method _getAngleFromHandleCenter
|
|
505
|
+
* @param handleCenterX {number}
|
|
506
|
+
* @param handleCenterY {number}
|
|
507
|
+
* @return ang {number} the angle
|
|
508
|
+
* @protected
|
|
509
|
+
*/
|
|
510
|
+
_getAngleFromHandleCenter : function(handleCenterX, handleCenterY){
|
|
511
|
+
var ang = Math.atan( (this._dialCenterY - handleCenterY) / (this._dialCenterX - handleCenterX) ) * (180 / Math.PI);
|
|
512
|
+
ang = ((this._dialCenterX - handleCenterX) < 0) ? ang + 90 : ang + 90 + 180; // Compensate for neg angles from Math.atan
|
|
513
|
+
return ang;
|
|
514
|
+
},
|
|
515
|
+
|
|
516
|
+
/**
|
|
517
|
+
* calculates the XY of the center of the dial relative to the ring node.
|
|
518
|
+
* This is needed for calculating the angle of the handle
|
|
519
|
+
*
|
|
520
|
+
* @method _calculateDialCenter
|
|
521
|
+
* @protected
|
|
522
|
+
*/
|
|
523
|
+
_calculateDialCenter : function(){ // #2531111 value, and marker don't track handle when dial position changes on page (resize when inline)
|
|
524
|
+
this._dialCenterX = this._ringNode.get('offsetWidth') / 2;
|
|
525
|
+
this._dialCenterY = this._ringNode.get('offsetHeight') / 2;
|
|
526
|
+
},
|
|
527
|
+
|
|
528
|
+
/**
|
|
529
|
+
* Handles the mouseup on the ring
|
|
530
|
+
*
|
|
531
|
+
* @method _handleRingMouseup
|
|
532
|
+
* @protected
|
|
533
|
+
*/
|
|
534
|
+
_handleRingMouseup : function(){
|
|
535
|
+
this._handleNode.focus(); // need to re-focus on the handle so keyboard is accessible [#2530206]
|
|
536
|
+
},
|
|
537
|
+
|
|
538
|
+
/**
|
|
539
|
+
* Handles the mouseup on the centerButton
|
|
540
|
+
*
|
|
541
|
+
* @method _handleCenterButtonMouseup
|
|
542
|
+
* @protected
|
|
543
|
+
*/
|
|
544
|
+
_handleCenterButtonMouseup : function(){
|
|
545
|
+
this._handleNode.focus(); // need to re-focus on the handle so keyboard is accessible [#2530206]
|
|
546
|
+
},
|
|
547
|
+
|
|
548
|
+
/**
|
|
549
|
+
* Handles the mousedown on the handle
|
|
550
|
+
*
|
|
551
|
+
* @method _handleHandleMousedown
|
|
552
|
+
* @protected
|
|
553
|
+
*/
|
|
554
|
+
_handleHandleMousedown : function(){
|
|
555
|
+
this._handleNode.focus(); // need to re-focus on the handle so keyboard is accessible [#2530206]
|
|
556
|
+
// this is better done here instead of on _handleDragEnd
|
|
557
|
+
// because we should make the keyboard accessible after a click of the handle
|
|
558
|
+
},
|
|
559
|
+
|
|
560
|
+
/**
|
|
561
|
+
* handles the user dragging the handle around the Dial, gets the angle,
|
|
562
|
+
* checks for wrapping around top center.
|
|
563
|
+
* Sets the new value of the Dial
|
|
564
|
+
*
|
|
565
|
+
* @method _handleDrag
|
|
566
|
+
* @param e {DOMEvent} the drag event object
|
|
567
|
+
* @protected
|
|
568
|
+
*/
|
|
569
|
+
_handleDrag : function(e){
|
|
570
|
+
var handleCenterX,
|
|
571
|
+
handleCenterY,
|
|
572
|
+
ang,
|
|
573
|
+
newValue;
|
|
574
|
+
|
|
575
|
+
// The event was emitted from drag:drag of handle.
|
|
576
|
+
// The center of the handle is top left position of the handle node + radius of handle.
|
|
577
|
+
// This is different than a mousedown on the ring.
|
|
578
|
+
handleCenterX = (parseInt(this._handleNode.getStyle('left'),10) + this._handleNodeRadius);
|
|
579
|
+
handleCenterY = (parseInt(this._handleNode.getStyle('top'),10) + this._handleNodeRadius);
|
|
580
|
+
ang = this._getAngleFromHandleCenter(handleCenterX, handleCenterY);
|
|
581
|
+
|
|
582
|
+
// check for need to set timesWrapped
|
|
583
|
+
if((this._prevAng > 270) && (ang < 90)){ // If wrapping, clockwise
|
|
584
|
+
if(this._timesWrapped < this._maxTimesWrapped){
|
|
585
|
+
this._timesWrapped = (this._timesWrapped + 1);
|
|
586
|
+
}
|
|
587
|
+
}else if((this._prevAng < 90) && (ang > 270)){ // if un-wrapping, counter-clockwise
|
|
588
|
+
if(this._timesWrapped > this._minTimesWrapped){
|
|
589
|
+
this._timesWrapped = (this._timesWrapped - 1);
|
|
590
|
+
}
|
|
591
|
+
}
|
|
592
|
+
newValue = this._getValueFromAngle(ang); // This function needs the current _timesWrapped value. That's why it comes after the _timesWrapped code above
|
|
593
|
+
|
|
594
|
+
// If you've gone past max more than one full revolution, we decrement the _timesWrapped value
|
|
595
|
+
// This gives the effect of a ratchet mechanism.
|
|
596
|
+
// It feels like you are never more than one revolution past max
|
|
597
|
+
// The effect is the same for min, only in reverse.
|
|
598
|
+
// We can't reset the _timesWrapped to the max or min here.
|
|
599
|
+
// If we did, the next (continuous) drag would reset the value incorrectly.
|
|
600
|
+
if(newValue > (this._maxValue + this._stepsPerRevolution) ){
|
|
601
|
+
this._timesWrapped --;
|
|
602
|
+
}else if(newValue < (this._minValue - this._stepsPerRevolution) ){
|
|
603
|
+
this._timesWrapped ++;
|
|
604
|
+
}
|
|
605
|
+
this._prevAng = ang; // need to keep the previous angle in order to check for wrapping on the next drag, click, or keypress
|
|
606
|
+
|
|
607
|
+
this._handleValuesBeyondMinMax(e, newValue);
|
|
608
|
+
},
|
|
609
|
+
|
|
610
|
+
/**
|
|
611
|
+
* handles a mousedown or gesturemovestart event on the ring node
|
|
612
|
+
*
|
|
613
|
+
* @method _handleMousedown
|
|
614
|
+
* @param e {DOMEvent} the event object
|
|
615
|
+
* @private
|
|
616
|
+
*/
|
|
617
|
+
_handleMousedown : function(e){ // #2530306
|
|
618
|
+
|
|
619
|
+
if (this._ringNode.compareTo(e.target)) {
|
|
620
|
+
var minAng = this._getAngleFromValue(this._minValue),
|
|
621
|
+
maxAng = this._getAngleFromValue(this._maxValue),
|
|
622
|
+
newValue, oppositeMidRangeAngle,
|
|
623
|
+
handleCenterX, handleCenterY,
|
|
624
|
+
ang;
|
|
625
|
+
|
|
626
|
+
|
|
627
|
+
|
|
628
|
+
// The event was emitted from mousedown on the ring node,
|
|
629
|
+
// so the center of the handle should be the XY of mousedown.
|
|
630
|
+
if(Y.UA.ios){ // ios adds the scrollLeft and top onto clientX and Y in a native click
|
|
631
|
+
handleCenterX = (e.clientX - this._ringNode.getX());
|
|
632
|
+
handleCenterY = (e.clientY - this._ringNode.getY());
|
|
633
|
+
}else{
|
|
634
|
+
handleCenterX = (e.clientX + Y.one('document').get('scrollLeft') - this._ringNode.getX());
|
|
635
|
+
handleCenterY = (e.clientY + Y.one('document').get('scrollTop') - this._ringNode.getY());
|
|
636
|
+
}
|
|
637
|
+
ang = this._getAngleFromHandleCenter(handleCenterX, handleCenterY);
|
|
638
|
+
|
|
639
|
+
/* ///////////////////////////////////////////////////////////////////////////////////////////////////////
|
|
640
|
+
* The next sections of logic
|
|
641
|
+
* set this._timesWrapped in the different cases of value range
|
|
642
|
+
* and value range position,
|
|
643
|
+
* then the Dial value is set at the end of this method
|
|
644
|
+
*/ ///////////////////////////////////////////////////////////////////////////////////////////////////////
|
|
645
|
+
|
|
646
|
+
|
|
647
|
+
////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
|
648
|
+
if(this._maxValue - this._minValue > this._stepsPerRevolution){
|
|
649
|
+
|
|
650
|
+
// Case: range min-to-max is greater than stepsPerRevolution (one revolution)
|
|
651
|
+
|
|
652
|
+
// This checks the shortest way around the dial between the prevAng and this ang.
|
|
653
|
+
if(Math.abs(this._prevAng - ang) > 180){ // this crossed a wrapping
|
|
654
|
+
|
|
655
|
+
// Only change the _timesWrapped if it's between minTimesWrapped and maxTimesWrapped
|
|
656
|
+
if((this._timesWrapped > this._minTimesWrapped) &&
|
|
657
|
+
(this._timesWrapped < this._maxTimesWrapped)
|
|
658
|
+
){
|
|
659
|
+
// this checks which direction, clock wise or CCW and incr or decr _timesWrapped
|
|
660
|
+
this._timesWrapped = ((this._prevAng - ang) > 0) ? (this._timesWrapped + 1) : (this._timesWrapped - 1);
|
|
661
|
+
}
|
|
662
|
+
// special case of getting un-stuck from a min value case
|
|
663
|
+
// where timesWrapped is minTimesWrapped but new ang won't trigger a cross wrap boundry
|
|
664
|
+
// because prevAng is set to 0 or > 0
|
|
665
|
+
}else if(
|
|
666
|
+
(this._timesWrapped === this._minTimesWrapped) &&
|
|
667
|
+
(ang - this._prevAng < 180)
|
|
668
|
+
){
|
|
669
|
+
this._timesWrapped ++;
|
|
670
|
+
} //it didn't cross a wrapping boundary
|
|
671
|
+
|
|
672
|
+
} /////////////////////////////////////////////////////////////////////////////////////////////////////////
|
|
673
|
+
else if(this._maxValue - this._minValue === this._stepsPerRevolution){
|
|
674
|
+
// Case: range min-to-max === stepsPerRevolution (one revolution)
|
|
675
|
+
// This means min and max will be at same angle
|
|
676
|
+
// This does not mean they are at "north"
|
|
677
|
+
|
|
678
|
+
if(ang < minAng){ // if mousedown angle is < minAng (and maxAng, because they're the same)
|
|
679
|
+
// The only way it can be, is if min and max are not at north
|
|
680
|
+
this._timesWrapped = 1;
|
|
681
|
+
}else{
|
|
682
|
+
this._timesWrapped = 0;
|
|
683
|
+
}
|
|
684
|
+
|
|
685
|
+
} //////////////////////////////////////////////////////////////////////////////////////////////////////////
|
|
686
|
+
else if(minAng > maxAng){
|
|
687
|
+
// Case: range includes the wrap point (north)
|
|
688
|
+
// Because of "else if"...
|
|
689
|
+
// range is < stepsPerRevolution
|
|
690
|
+
|
|
691
|
+
if(
|
|
692
|
+
(this._prevAng >= minAng) && // if prev angle was greater than angle of min and...
|
|
693
|
+
(ang <= (minAng + maxAng) / 2) // the angle of this click is less than
|
|
694
|
+
// the angle opposite the mid-range angle, then...
|
|
695
|
+
){
|
|
696
|
+
this._timesWrapped ++;
|
|
697
|
+
}else if(
|
|
698
|
+
(this._prevAng <= maxAng) &&
|
|
699
|
+
// if prev angle is < max angle and...
|
|
700
|
+
|
|
701
|
+
(ang > (minAng + maxAng) / 2)
|
|
702
|
+
// the angle of this click is greater than,
|
|
703
|
+
// the angle opposite the mid-range angle and...
|
|
704
|
+
|
|
705
|
+
){
|
|
706
|
+
this._timesWrapped --;
|
|
707
|
+
}
|
|
708
|
+
|
|
709
|
+
} ////////////////////////////////////////////////////////////////////////////////////////////////////
|
|
710
|
+
else{
|
|
711
|
+
// "else" Case: min-to-max range doesn't include the wrap point
|
|
712
|
+
// Because of "else if"...
|
|
713
|
+
// range is still < stepsPerRevolution
|
|
714
|
+
|
|
715
|
+
if ((ang < minAng) || (ang > maxAng)){ // angle is out of range
|
|
716
|
+
oppositeMidRangeAngle = (((minAng + maxAng) / 2) + 180) % 360;
|
|
717
|
+
// This is the bisection of the min-to-max range + 180. (opposite the bisection)
|
|
718
|
+
|
|
719
|
+
if(oppositeMidRangeAngle > 180){
|
|
720
|
+
newValue = ((maxAng < ang) && (ang < oppositeMidRangeAngle)) ? this.get('max') : this.get('min');
|
|
721
|
+
}else{ //oppositeMidRangeAngle <= 180
|
|
722
|
+
newValue = ((minAng > ang) && (ang > oppositeMidRangeAngle)) ? this.get('min') : this.get('max');
|
|
723
|
+
}
|
|
724
|
+
this._prevAng = this._getAngleFromValue(newValue);
|
|
725
|
+
this.set('value', newValue);
|
|
726
|
+
this._setTimesWrappedFromValue(newValue);
|
|
727
|
+
return;
|
|
728
|
+
}
|
|
729
|
+
}
|
|
730
|
+
|
|
731
|
+
// Now that _timesWrapped is set, set newValue .......................................................................
|
|
732
|
+
newValue = this._getValueFromAngle(ang); // This function needs the correct, current _timesWrapped value.
|
|
733
|
+
|
|
734
|
+
|
|
735
|
+
/* updating _prevAng (previous angle)
|
|
736
|
+
* When past min or max, _prevAng is set to the angle of min or max
|
|
737
|
+
* Don't do this in a drag method, or it will affect wrapping,
|
|
738
|
+
* causing the marker to stick at min, when min is 0 degrees (north)
|
|
739
|
+
* #2532878
|
|
740
|
+
*/
|
|
741
|
+
if (newValue > this._maxValue) {
|
|
742
|
+
this._prevAng = this._getAngleFromValue(this._maxValue); // #2530766 need for mousedown on the ring; causes prob for drag
|
|
743
|
+
} else if (newValue < this._minValue) {
|
|
744
|
+
this._prevAng = this._getAngleFromValue(this._minValue);
|
|
745
|
+
} else {
|
|
746
|
+
this._prevAng = ang;
|
|
747
|
+
}
|
|
748
|
+
|
|
749
|
+
this._handleValuesBeyondMinMax(e, newValue);
|
|
750
|
+
}
|
|
751
|
+
},
|
|
752
|
+
|
|
753
|
+
/**
|
|
754
|
+
* handles the case where the value is less than min or greater than max
|
|
755
|
+
* This is used both when handle is dragged and when the ring is clicked
|
|
756
|
+
*
|
|
757
|
+
* @method _handleValuesBeyondMinMax
|
|
758
|
+
* @param e {DOMEvent} the event object
|
|
759
|
+
* @param newValue {number} current value of the dial
|
|
760
|
+
* @protected
|
|
761
|
+
*/
|
|
762
|
+
_handleValuesBeyondMinMax : function(e, newValue){ // #2530306
|
|
763
|
+
// If _getValueFromAngle() is passed 0, it increments the _timesWrapped value.
|
|
764
|
+
// handle hitting max and min and going beyond, stops at max or min
|
|
765
|
+
if((newValue >= this._minValue) && (newValue <= this._maxValue)) {
|
|
766
|
+
this.set('value', newValue);
|
|
767
|
+
// [#2530206] transfer the mousedown event from the _ringNode to the _handleNode drag, so we can mousedown, then continue dragging
|
|
768
|
+
if(e.currentTarget === this._ringNode){
|
|
769
|
+
// Delegate to DD's natural behavior
|
|
770
|
+
this._dd1._handleMouseDownEvent(e);
|
|
771
|
+
}
|
|
772
|
+
} else if (newValue > this._maxValue) {
|
|
773
|
+
this.set('value', this._maxValue);
|
|
774
|
+
} else if (newValue < this._minValue) {
|
|
775
|
+
this.set('value', this._minValue);
|
|
776
|
+
}
|
|
777
|
+
},
|
|
778
|
+
|
|
779
|
+
/**
|
|
780
|
+
* handles the user starting to drag the handle around the Dial
|
|
781
|
+
*
|
|
782
|
+
* @method _handleDragStart
|
|
783
|
+
* @param e {DOMEvent} the drag event object
|
|
784
|
+
* @protected
|
|
785
|
+
*/
|
|
786
|
+
_handleDragStart : function(e){
|
|
787
|
+
this._markerNode.removeClass(Dial.CSS_CLASSES.hidden);
|
|
788
|
+
},
|
|
789
|
+
|
|
790
|
+
/*
|
|
791
|
+
* When handle is handleDragEnd, this animates the return to the fixed dial
|
|
792
|
+
*/
|
|
793
|
+
|
|
794
|
+
/**
|
|
795
|
+
* handles the end of a user dragging the handle, animates the handle returning to
|
|
796
|
+
* resting position.
|
|
797
|
+
*
|
|
798
|
+
* @method _handleDragEnd
|
|
799
|
+
* @protected
|
|
800
|
+
*/
|
|
801
|
+
_handleDragEnd : function(){
|
|
802
|
+
var node = this._handleNode;
|
|
803
|
+
node.transition({
|
|
804
|
+
duration: 0.08, // seconds
|
|
805
|
+
easing: 'ease-in',
|
|
806
|
+
left: this._setNodeToFixedRadius(this._handleNode, true)[0] + 'px',
|
|
807
|
+
top: this._setNodeToFixedRadius(this._handleNode, true)[1] + 'px'
|
|
808
|
+
}, Y.bind(function(){
|
|
809
|
+
var value = this.get('value');
|
|
810
|
+
//[#2530206] only hide marker if not at max or min
|
|
811
|
+
// more persistant user visibility of when the dial is at max or min
|
|
812
|
+
if((value > this._minValue) && (value < this._maxValue)){
|
|
813
|
+
this._markerNode.addClass(Dial.CSS_CLASSES.hidden);
|
|
814
|
+
}else{
|
|
815
|
+
this._setTimesWrappedFromValue(value); //#2530766 secondary bug when drag past max + cross wrapping boundry
|
|
816
|
+
this._prevAng = this._getAngleFromValue(value); //#2530766 secondary bug when drag past max + cross wrapping boundry
|
|
817
|
+
}
|
|
818
|
+
}, this)
|
|
819
|
+
);
|
|
820
|
+
},
|
|
821
|
+
|
|
822
|
+
/**
|
|
823
|
+
* returns the XY of the fixed position, handleDistance, from the center of the Dial (resting position).
|
|
824
|
+
* The XY also represents the angle related to the current value.
|
|
825
|
+
* If typeArray is true, [X,Y] is returned.
|
|
826
|
+
* If typeArray is false, the XY of the obj node passed in is set.
|
|
827
|
+
*
|
|
828
|
+
* @method _setNodeToFixedRadius
|
|
829
|
+
* @param obj {Node}
|
|
830
|
+
* @param typeArray {Boolean} true returns an array [X,Y]
|
|
831
|
+
* @protected
|
|
832
|
+
* @return {Array} an array of [XY] is optionally returned
|
|
833
|
+
*/
|
|
834
|
+
_setNodeToFixedRadius : function(obj, typeArray){
|
|
835
|
+
var thisAngle = (this._angle - 90),
|
|
836
|
+
rad = (Math.PI / 180),
|
|
837
|
+
newY = Math.round(Math.sin(thisAngle * rad) * this._handleDistance),
|
|
838
|
+
newX = Math.round(Math.cos(thisAngle * rad) * this._handleDistance),
|
|
839
|
+
dia = obj.get('offsetWidth'); //Ticket #2529852
|
|
840
|
+
|
|
841
|
+
newY = newY - (dia * 0.5);
|
|
842
|
+
newX = newX - (dia * 0.5);
|
|
843
|
+
if(typeArray){ // just need the style for css transform left and top to animate the handle drag:end
|
|
844
|
+
return [(this._ringNodeRadius + newX), (this._ringNodeRadius + newY)];
|
|
845
|
+
}else{
|
|
846
|
+
obj.setStyle('left', (this._ringNodeRadius + newX) + 'px');
|
|
847
|
+
obj.setStyle('top', (this._ringNodeRadius + newY) + 'px');
|
|
848
|
+
}
|
|
849
|
+
},
|
|
850
|
+
|
|
851
|
+
/**
|
|
852
|
+
* Synchronizes the DOM state with the attribute settings.
|
|
853
|
+
*
|
|
854
|
+
* @method syncUI
|
|
855
|
+
*/
|
|
856
|
+
syncUI : function() {
|
|
857
|
+
// Make the marker and the resetString display so their placement and borderRadius can be calculated, then hide them again.
|
|
858
|
+
// We would have used visibility:hidden in the css of this class,
|
|
859
|
+
// but IE8 VML never returns to visible after applying visibility:hidden then removing it.
|
|
860
|
+
this._setSizes();
|
|
861
|
+
this._calculateDialCenter(); // #2531111 initialize center of dial
|
|
862
|
+
this._setBorderRadius();
|
|
863
|
+
this._uiSetValue(this.get("value"));
|
|
864
|
+
this._markerNode.addClass(Dial.CSS_CLASSES.hidden);
|
|
865
|
+
this._resetString.addClass(Dial.CSS_CLASSES.hidden);
|
|
866
|
+
},
|
|
867
|
+
|
|
868
|
+
/**
|
|
869
|
+
* sets the sizes of ring, center-button, marker, handle, and VML ovals in pixels.
|
|
870
|
+
* Needed only because some IE versions
|
|
871
|
+
* ignore CSS percent sizes/offsets.
|
|
872
|
+
* so these must be set in pixels.
|
|
873
|
+
* Normally these are set in % of the ring.
|
|
874
|
+
*
|
|
875
|
+
* @method _setSizes
|
|
876
|
+
* @protected
|
|
877
|
+
*/
|
|
878
|
+
_setSizes : function(){
|
|
879
|
+
var dia = this.get('diameter'),
|
|
880
|
+
offset, offsetResetX, offsetResetY,
|
|
881
|
+
setSize = function(node, dia, percent){
|
|
882
|
+
var suffix = 'px';
|
|
883
|
+
node.getElementsByTagName('oval').setStyle('width', (dia * percent) + suffix);
|
|
884
|
+
node.getElementsByTagName('oval').setStyle('height', (dia * percent) + suffix);
|
|
885
|
+
node.setStyle('width', (dia * percent) + suffix);
|
|
886
|
+
node.setStyle('height', (dia * percent) + suffix);
|
|
887
|
+
};
|
|
888
|
+
setSize(this._ringNode, dia, 1.0);
|
|
889
|
+
setSize(this._handleNode, dia, this.get('handleDiameter'));
|
|
890
|
+
setSize(this._markerNode, dia, this.get('markerDiameter'));
|
|
891
|
+
setSize(this._centerButtonNode, dia, this.get('centerButtonDiameter'));
|
|
892
|
+
|
|
893
|
+
// Set these (used for trig) this way instead of relative to dia,
|
|
894
|
+
// in case they have borders, have images etc.
|
|
895
|
+
this._ringNodeRadius = this._ringNode.get('offsetWidth') * 0.5;
|
|
896
|
+
this._handleNodeRadius = this._handleNode.get('offsetWidth') * 0.5;
|
|
897
|
+
this._markerNodeRadius = this._markerNode.get('offsetWidth') * 0.5;
|
|
898
|
+
this._centerButtonNodeRadius = this._centerButtonNode.get('offsetWidth') * 0.5;
|
|
899
|
+
this._handleDistance = this._ringNodeRadius * this.get('handleDistance');
|
|
900
|
+
// place the centerButton
|
|
901
|
+
offset = (this._ringNodeRadius - this._centerButtonNodeRadius);
|
|
902
|
+
this._centerButtonNode.setStyle('left', offset + 'px');
|
|
903
|
+
this._centerButtonNode.setStyle('top', offset + 'px');
|
|
904
|
+
/*
|
|
905
|
+
Place the resetString
|
|
906
|
+
This seems like it should be able to be done with CSS,
|
|
907
|
+
But since there is also a VML oval in IE that is absolute positioned,
|
|
908
|
+
The resetString ends up behind the VML oval.
|
|
909
|
+
*/
|
|
910
|
+
offsetResetX = (this._centerButtonNodeRadius - (this._resetString.get('offsetWidth') * 0.5));
|
|
911
|
+
offsetResetY = (this._centerButtonNodeRadius - (this._resetString.get('offsetHeight') * 0.5));
|
|
912
|
+
this._resetString.setStyles({'left':offsetResetX + 'px', 'top':offsetResetY + 'px'});
|
|
913
|
+
},
|
|
914
|
+
|
|
915
|
+
|
|
916
|
+
/**
|
|
917
|
+
* renders the DOM object for the Dial's label
|
|
918
|
+
*
|
|
919
|
+
* @method _renderLabel
|
|
920
|
+
* @protected
|
|
921
|
+
*/
|
|
922
|
+
_renderLabel : function() {
|
|
923
|
+
var contentBox = this.get("contentBox"),
|
|
924
|
+
label = contentBox.one("." + Dial.CSS_CLASSES.label);
|
|
925
|
+
if (!label) {
|
|
926
|
+
label = Node.create(Y.Lang.sub(Dial.LABEL_TEMPLATE, this.get('strings')));
|
|
927
|
+
contentBox.append(label);
|
|
928
|
+
}
|
|
929
|
+
this._labelNode = label;
|
|
930
|
+
this._valueStringNode = this._labelNode.one("." + Dial.CSS_CLASSES.valueString);
|
|
931
|
+
},
|
|
932
|
+
|
|
933
|
+
/**
|
|
934
|
+
* renders the DOM object for the Dial's background ring
|
|
935
|
+
*
|
|
936
|
+
* @method _renderRing
|
|
937
|
+
* @protected
|
|
938
|
+
*/
|
|
939
|
+
_renderRing : function() {
|
|
940
|
+
var contentBox = this.get("contentBox"),
|
|
941
|
+
ring = contentBox.one("." + Dial.CSS_CLASSES.ring);
|
|
942
|
+
if (!ring) {
|
|
943
|
+
ring = contentBox.appendChild(Dial.RING_TEMPLATE);
|
|
944
|
+
ring.setStyles({width:this.get('diameter') + 'px', height:this.get('diameter') + 'px'});
|
|
945
|
+
}
|
|
946
|
+
this._ringNode = ring;
|
|
947
|
+
},
|
|
948
|
+
|
|
949
|
+
/**
|
|
950
|
+
* renders the DOM object for the Dial's background marker which
|
|
951
|
+
* tracks the angle of the user dragging the handle
|
|
952
|
+
*
|
|
953
|
+
* @method _renderMarker
|
|
954
|
+
* @protected
|
|
955
|
+
*/
|
|
956
|
+
_renderMarker : function() {
|
|
957
|
+
var contentBox = this.get("contentBox"),
|
|
958
|
+
marker = contentBox.one("." + Dial.CSS_CLASSES.marker);
|
|
959
|
+
if (!marker) {
|
|
960
|
+
marker = contentBox.one('.' + Dial.CSS_CLASSES.ring).appendChild(Dial.MARKER_TEMPLATE);
|
|
961
|
+
}
|
|
962
|
+
this._markerNode = marker;
|
|
963
|
+
},
|
|
964
|
+
|
|
965
|
+
/**
|
|
966
|
+
* renders the DOM object for the Dial's center
|
|
967
|
+
*
|
|
968
|
+
* @method _renderCenterButton
|
|
969
|
+
* @protected
|
|
970
|
+
*/
|
|
971
|
+
_renderCenterButton : function() {
|
|
972
|
+
var contentBox = this.get("contentBox"),
|
|
973
|
+
centerButton = contentBox.one("." + Dial.CSS_CLASSES.centerButton);
|
|
974
|
+
if (!centerButton) {
|
|
975
|
+
centerButton = Node.create(Y.Lang.sub(Dial.CENTER_BUTTON_TEMPLATE, this.get('strings')));
|
|
976
|
+
contentBox.one('.' + Dial.CSS_CLASSES.ring).append(centerButton);
|
|
977
|
+
}
|
|
978
|
+
this._centerButtonNode = centerButton;
|
|
979
|
+
this._resetString = this._centerButtonNode.one('.' + Dial.CSS_CLASSES.resetString);
|
|
980
|
+
},
|
|
981
|
+
|
|
982
|
+
/**
|
|
983
|
+
* renders the DOM object for the Dial's user draggable handle
|
|
984
|
+
*
|
|
985
|
+
* @method _renderHandle
|
|
986
|
+
* @protected
|
|
987
|
+
*/
|
|
988
|
+
_renderHandle : function() {
|
|
989
|
+
var labelId = Dial.CSS_CLASSES.label + Y.guid(), //get this unique id once then use for handle and label for ARIA
|
|
990
|
+
contentBox = this.get("contentBox"),
|
|
991
|
+
handle = contentBox.one("." + Dial.CSS_CLASSES.handle);
|
|
992
|
+
if (!handle) {
|
|
993
|
+
handle = Node.create(Y.Lang.sub(Dial.HANDLE_TEMPLATE, this.get('strings')));
|
|
994
|
+
handle.setAttribute('aria-labelledby', labelId); // get unique id for specifying a label & handle for ARIA
|
|
995
|
+
this._labelNode.one('.' + Dial.CSS_CLASSES.labelString).setAttribute('id', labelId); // When handle gets focus, screen reader will include label text when reading the value.
|
|
996
|
+
contentBox.one('.' + Dial.CSS_CLASSES.ring).append(handle);
|
|
997
|
+
}
|
|
998
|
+
this._handleNode = handle;
|
|
999
|
+
},
|
|
1000
|
+
|
|
1001
|
+
/**
|
|
1002
|
+
* sets the visible UI label HTML string
|
|
1003
|
+
*
|
|
1004
|
+
* @method _setLabelString
|
|
1005
|
+
* @param str {String}
|
|
1006
|
+
* @protected
|
|
1007
|
+
* @deprecated Use DialObjName.set('strings',{'label':'My new label'}); before DialObjName.render();
|
|
1008
|
+
|
|
1009
|
+
*/
|
|
1010
|
+
_setLabelString : function(str) {
|
|
1011
|
+
this.get("contentBox").one("." + Dial.CSS_CLASSES.labelString).setHTML(str);
|
|
1012
|
+
},
|
|
1013
|
+
|
|
1014
|
+
/**
|
|
1015
|
+
* sets the visible UI label HTML string
|
|
1016
|
+
*
|
|
1017
|
+
* @method _setResetString
|
|
1018
|
+
* @param str {String}
|
|
1019
|
+
* @protected
|
|
1020
|
+
* @deprecated Use DialObjName.set('strings',{'resetStr':'My new reset string'}); before DialObjName.render();
|
|
1021
|
+
*/
|
|
1022
|
+
_setResetString : function(str) {
|
|
1023
|
+
this.get("contentBox").one("." + Dial.CSS_CLASSES.resetString).setHTML(str);
|
|
1024
|
+
// this._setXYResetString(); // This used to recenter the string in the button. Done with CSS now. Method has been removed.
|
|
1025
|
+
// this._resetString.setHTML(''); //We no longer show/hide the reset string with setHTML but by addClass and removeClass .yui3-dial-reset-string-hidden
|
|
1026
|
+
},
|
|
1027
|
+
|
|
1028
|
+
/**
|
|
1029
|
+
* sets the tooltip HTML string in the Dial's handle
|
|
1030
|
+
*
|
|
1031
|
+
* @method _setTooltipString
|
|
1032
|
+
* @param str {String}
|
|
1033
|
+
* @protected
|
|
1034
|
+
* @deprecated Use DialObjName.set('strings',{'tooltipHandle':'My new tooltip'}); before DialObjName.render();
|
|
1035
|
+
*/
|
|
1036
|
+
_setTooltipString : function(str) {
|
|
1037
|
+
this._handleNode.set('title', str);
|
|
1038
|
+
},
|
|
1039
|
+
|
|
1040
|
+
/**
|
|
1041
|
+
* sets the Dial's value in response to key events.
|
|
1042
|
+
* Left and right keys are in a separate method
|
|
1043
|
+
* in case an implementation wants to increment values
|
|
1044
|
+
* but needs left and right arrow keys for other purposes.
|
|
1045
|
+
*
|
|
1046
|
+
* @method _onDirectionKey
|
|
1047
|
+
* @param e {Event} the key event
|
|
1048
|
+
* @protected
|
|
1049
|
+
*/
|
|
1050
|
+
_onDirectionKey : function(e) {
|
|
1051
|
+
e.preventDefault();
|
|
1052
|
+
switch (e.charCode) {
|
|
1053
|
+
case 38: // up
|
|
1054
|
+
this._incrMinor();
|
|
1055
|
+
break;
|
|
1056
|
+
case 40: // down
|
|
1057
|
+
this._decrMinor();
|
|
1058
|
+
break;
|
|
1059
|
+
case 36: // home
|
|
1060
|
+
this._setToMin();
|
|
1061
|
+
break;
|
|
1062
|
+
case 35: // end
|
|
1063
|
+
this._setToMax();
|
|
1064
|
+
break;
|
|
1065
|
+
case 33: // page up
|
|
1066
|
+
this._incrMajor();
|
|
1067
|
+
break;
|
|
1068
|
+
case 34: // page down
|
|
1069
|
+
this._decrMajor();
|
|
1070
|
+
break;
|
|
1071
|
+
}
|
|
1072
|
+
},
|
|
1073
|
+
|
|
1074
|
+
/**
|
|
1075
|
+
* sets the Dial's value in response to left or right key events
|
|
1076
|
+
*
|
|
1077
|
+
* @method _onLeftRightKey
|
|
1078
|
+
* @param e {Event} the key event
|
|
1079
|
+
* @protected
|
|
1080
|
+
*/
|
|
1081
|
+
_onLeftRightKey : function(e) {
|
|
1082
|
+
e.preventDefault();
|
|
1083
|
+
switch (e.charCode) {
|
|
1084
|
+
case 37: // left
|
|
1085
|
+
this._decrMinor();
|
|
1086
|
+
break;
|
|
1087
|
+
case 39: // right
|
|
1088
|
+
this._incrMinor();
|
|
1089
|
+
break;
|
|
1090
|
+
}
|
|
1091
|
+
},
|
|
1092
|
+
|
|
1093
|
+
/**
|
|
1094
|
+
* sets the Dial's value in response to left or right key events when a meta (mac command/apple) key is also pressed
|
|
1095
|
+
*
|
|
1096
|
+
* @method _onLeftRightKeyMeta
|
|
1097
|
+
* @param e {Event} the key event
|
|
1098
|
+
* @protected
|
|
1099
|
+
*/
|
|
1100
|
+
_onLeftRightKeyMeta : function(e) {
|
|
1101
|
+
e.preventDefault();
|
|
1102
|
+
switch (e.charCode) {
|
|
1103
|
+
case 37: // left + meta
|
|
1104
|
+
this._setToMin();
|
|
1105
|
+
break;
|
|
1106
|
+
case 39: // right + meta
|
|
1107
|
+
this._setToMax();
|
|
1108
|
+
break;
|
|
1109
|
+
}
|
|
1110
|
+
},
|
|
1111
|
+
|
|
1112
|
+
/**
|
|
1113
|
+
* increments Dial value by a minor increment
|
|
1114
|
+
*
|
|
1115
|
+
* @method _incrMinor
|
|
1116
|
+
* @protected
|
|
1117
|
+
*/
|
|
1118
|
+
_incrMinor : function(){
|
|
1119
|
+
var newVal = (this.get('value') + this.get("minorStep"));
|
|
1120
|
+
newVal = Math.min(newVal, this.get("max"));
|
|
1121
|
+
// [#2530045] .toFixed returns a string.
|
|
1122
|
+
// Dial's value needs a number. -0 makes it a number, but removes trailing zeros.
|
|
1123
|
+
// Added toFixed(...) again in _uiSetValue where content of yui3-dial-value-string is set.
|
|
1124
|
+
// Removing the toFixed here, loses the feature of "snap-to" when for example, stepsPerRevolution is 10 and decimalPlaces is 0.
|
|
1125
|
+
this.set('value', newVal.toFixed(this.get('decimalPlaces')) - 0);
|
|
1126
|
+
},
|
|
1127
|
+
|
|
1128
|
+
/**
|
|
1129
|
+
* decrements Dial value by a minor increment
|
|
1130
|
+
*
|
|
1131
|
+
* @method _decrMinor
|
|
1132
|
+
* @protected
|
|
1133
|
+
*/
|
|
1134
|
+
_decrMinor : function(){
|
|
1135
|
+
var newVal = (this.get('value') - this.get("minorStep"));
|
|
1136
|
+
newVal = Math.max(newVal, this.get("min"));
|
|
1137
|
+
this.set('value', newVal.toFixed(this.get('decimalPlaces')) - 0);
|
|
1138
|
+
},
|
|
1139
|
+
|
|
1140
|
+
/**
|
|
1141
|
+
* increments Dial value by a major increment
|
|
1142
|
+
*
|
|
1143
|
+
* @method _incrMajor
|
|
1144
|
+
* @protected
|
|
1145
|
+
*/
|
|
1146
|
+
_incrMajor : function(){
|
|
1147
|
+
var newVal = (this.get('value') + this.get("majorStep"));
|
|
1148
|
+
newVal = Math.min(newVal, this.get("max"));
|
|
1149
|
+
this.set('value', newVal.toFixed(this.get('decimalPlaces')) - 0);
|
|
1150
|
+
},
|
|
1151
|
+
|
|
1152
|
+
/**
|
|
1153
|
+
* decrements Dial value by a major increment
|
|
1154
|
+
*
|
|
1155
|
+
* @method _decrMajor
|
|
1156
|
+
* @protected
|
|
1157
|
+
*/
|
|
1158
|
+
_decrMajor : function(){
|
|
1159
|
+
var newVal = (this.get('value') - this.get("majorStep"));
|
|
1160
|
+
newVal = Math.max(newVal, this.get("min"));
|
|
1161
|
+
this.set('value', newVal.toFixed(this.get('decimalPlaces')) - 0);
|
|
1162
|
+
},
|
|
1163
|
+
|
|
1164
|
+
/**
|
|
1165
|
+
* sets Dial value to dial's max attr
|
|
1166
|
+
*
|
|
1167
|
+
* @method _setToMax
|
|
1168
|
+
* @protected
|
|
1169
|
+
*/
|
|
1170
|
+
_setToMax : function(){
|
|
1171
|
+
this.set('value', this.get("max"));
|
|
1172
|
+
},
|
|
1173
|
+
|
|
1174
|
+
/**
|
|
1175
|
+
* sets Dial value to dial's min attr
|
|
1176
|
+
*
|
|
1177
|
+
* @method _setToMin
|
|
1178
|
+
* @protected
|
|
1179
|
+
*/
|
|
1180
|
+
_setToMin : function(){
|
|
1181
|
+
this.set('value', this.get("min"));
|
|
1182
|
+
},
|
|
1183
|
+
|
|
1184
|
+
/**
|
|
1185
|
+
* resets Dial value to the orignal initial value.
|
|
1186
|
+
*
|
|
1187
|
+
* @method _resetDial
|
|
1188
|
+
* @protected
|
|
1189
|
+
*/
|
|
1190
|
+
_resetDial : function(e){
|
|
1191
|
+
if(e){
|
|
1192
|
+
e.stopPropagation(); //[#2530206] need to add so mousedown doesn't propagate to ring and move the handle
|
|
1193
|
+
}
|
|
1194
|
+
this.set('value', this._originalValue);
|
|
1195
|
+
this._resetString.addClass(Dial.CSS_CLASSES.hidden); //[#2530441]
|
|
1196
|
+
this._handleNode.focus();
|
|
1197
|
+
},
|
|
1198
|
+
|
|
1199
|
+
/**
|
|
1200
|
+
* returns the handle angle associated with the current value of the Dial.
|
|
1201
|
+
* Returns a number between 0 and 360.
|
|
1202
|
+
*
|
|
1203
|
+
* @method _getAngleFromValue
|
|
1204
|
+
* @param newVal {Number} the current value of the Dial
|
|
1205
|
+
* @return {Number} the angle associated with the current Dial value
|
|
1206
|
+
* @protected
|
|
1207
|
+
*/
|
|
1208
|
+
_getAngleFromValue : function(newVal){
|
|
1209
|
+
var nonWrappedPartOfValue = newVal % this._stepsPerRevolution,
|
|
1210
|
+
angleFromValue = nonWrappedPartOfValue / this._stepsPerRevolution * 360;
|
|
1211
|
+
return (angleFromValue < 0) ? (angleFromValue + 360) : angleFromValue;
|
|
1212
|
+
},
|
|
1213
|
+
|
|
1214
|
+
/**
|
|
1215
|
+
* returns the value of the Dial calculated from the current handle angle
|
|
1216
|
+
*
|
|
1217
|
+
* @method _getValueFromAngle
|
|
1218
|
+
* @param angle {Number} the current angle of the Dial's handle
|
|
1219
|
+
* @return {Number} the current Dial value corresponding to the handle position
|
|
1220
|
+
* @protected
|
|
1221
|
+
*/
|
|
1222
|
+
_getValueFromAngle : function(angle){
|
|
1223
|
+
if(angle < 0){
|
|
1224
|
+
angle = (360 + angle);
|
|
1225
|
+
}else if(angle === 0){
|
|
1226
|
+
angle = 360;
|
|
1227
|
+
}
|
|
1228
|
+
var value = (angle / 360) * this._stepsPerRevolution;
|
|
1229
|
+
value = (value + (this._timesWrapped * this._stepsPerRevolution));
|
|
1230
|
+
//return Math.round(value * 100) / 100;
|
|
1231
|
+
return value.toFixed(this.get('decimalPlaces')) - 0;
|
|
1232
|
+
},
|
|
1233
|
+
|
|
1234
|
+
/**
|
|
1235
|
+
* calls the method to update the UI whenever the Dial value changes
|
|
1236
|
+
*
|
|
1237
|
+
* @method _afterValueChange
|
|
1238
|
+
* @param e {Event}
|
|
1239
|
+
* @protected
|
|
1240
|
+
*/
|
|
1241
|
+
_afterValueChange : function(e) {
|
|
1242
|
+
this._uiSetValue(e.newVal);
|
|
1243
|
+
},
|
|
1244
|
+
|
|
1245
|
+
/**
|
|
1246
|
+
* Changes a value to have the correct decimal places per the attribute decimalPlaces
|
|
1247
|
+
*
|
|
1248
|
+
* @method _valueToDecimalPlaces
|
|
1249
|
+
* @param val {Number} a raw value to set to the Dial
|
|
1250
|
+
* @return {Number} the input val changed to have the correct decimal places
|
|
1251
|
+
* @protected
|
|
1252
|
+
*/
|
|
1253
|
+
_valueToDecimalPlaces : function(val) { // [#2530206] cleaned up and better user feedback of when it's max or min.
|
|
1254
|
+
|
|
1255
|
+
},
|
|
1256
|
+
|
|
1257
|
+
/**
|
|
1258
|
+
* Updates the UI display value of the Dial to reflect
|
|
1259
|
+
* the value passed in.
|
|
1260
|
+
* Makes all other needed UI display changes
|
|
1261
|
+
*
|
|
1262
|
+
* @method _uiSetValue
|
|
1263
|
+
* @param val {Number} value of the Dial
|
|
1264
|
+
* @protected
|
|
1265
|
+
*/
|
|
1266
|
+
_uiSetValue : function(val) { // [#2530206] cleaned up and better user feedback of when it's max or min.
|
|
1267
|
+
this._angle = this._getAngleFromValue(val);
|
|
1268
|
+
if(this._handleNode.hasClass(Dial.CSS_CLASSES.dragging) === false){
|
|
1269
|
+
this._setTimesWrappedFromValue(val);
|
|
1270
|
+
this._setNodeToFixedRadius(this._handleNode, false);
|
|
1271
|
+
this._prevAng = this._getAngleFromValue(this.get('value'));
|
|
1272
|
+
}
|
|
1273
|
+
this._valueStringNode.setHTML(val.toFixed(this.get('decimalPlaces'))); // [#2530045]
|
|
1274
|
+
this._handleNode.set('aria-valuenow', val);
|
|
1275
|
+
this._handleNode.set('aria-valuetext', val);
|
|
1276
|
+
this._setNodeToFixedRadius(this._markerNode, false);
|
|
1277
|
+
if((val === this._maxValue) || (val === this._minValue)){
|
|
1278
|
+
this._markerNode.addClass(Dial.CSS_CLASSES.markerMaxMin);
|
|
1279
|
+
if(supportsVML === true){
|
|
1280
|
+
this._markerNode.getElementsByTagName('fill').set('color', '#AB3232');
|
|
1281
|
+
}
|
|
1282
|
+
this._markerNode.removeClass(Dial.CSS_CLASSES.hidden);
|
|
1283
|
+
}else{ // not max or min
|
|
1284
|
+
if(supportsVML === true){
|
|
1285
|
+
this._markerNode.getElementsByTagName('fill').set('color', '#000');
|
|
1286
|
+
}
|
|
1287
|
+
this._markerNode.removeClass(Dial.CSS_CLASSES.markerMaxMin);
|
|
1288
|
+
if(this._handleNode.hasClass(Dial.CSS_CLASSES.dragging) === false){ // if not max || min, and not dragging handle, hide the marker
|
|
1289
|
+
this._markerNode.addClass(Dial.CSS_CLASSES.hidden);
|
|
1290
|
+
}
|
|
1291
|
+
}
|
|
1292
|
+
},
|
|
1293
|
+
|
|
1294
|
+
/**
|
|
1295
|
+
* value attribute default validator. Verifies that
|
|
1296
|
+
* the value being set lies between the min/max value
|
|
1297
|
+
*
|
|
1298
|
+
* @method _validateValue
|
|
1299
|
+
* @param val {Number} value of the Dial
|
|
1300
|
+
* @protected
|
|
1301
|
+
*/
|
|
1302
|
+
_validateValue: function(val) {
|
|
1303
|
+
var min = this.get("min"),
|
|
1304
|
+
max = this.get("max");
|
|
1305
|
+
return (Lang.isNumber(val) && val >= min && val <= max);
|
|
1306
|
+
}
|
|
1307
|
+
});
|
|
1308
|
+
Y.Dial = Dial;
|
|
1309
|
+
|
|
1310
|
+
|
|
1311
|
+
}, '@VERSION@', {
|
|
1312
|
+
"requires": [
|
|
1313
|
+
"widget",
|
|
1314
|
+
"dd-drag",
|
|
1315
|
+
"event-mouseenter",
|
|
1316
|
+
"event-move",
|
|
1317
|
+
"event-key",
|
|
1318
|
+
"transition",
|
|
1319
|
+
"intl"
|
|
1320
|
+
],
|
|
1321
|
+
"lang": [
|
|
1322
|
+
"en",
|
|
1323
|
+
"es",
|
|
1324
|
+
"hu"
|
|
1325
|
+
],
|
|
1326
|
+
"skinnable": true
|
|
1327
|
+
});
|