@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,1386 @@
|
|
|
1
|
+
YUI.add('datatable-scroll', function (Y, NAME) {
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
Adds the ability to make the table rows scrollable while preserving the header
|
|
5
|
+
placement.
|
|
6
|
+
|
|
7
|
+
@module datatable-scroll
|
|
8
|
+
@for DataTable
|
|
9
|
+
@since 3.5.0
|
|
10
|
+
**/
|
|
11
|
+
var YLang = Y.Lang,
|
|
12
|
+
isString = YLang.isString,
|
|
13
|
+
isNumber = YLang.isNumber,
|
|
14
|
+
isArray = YLang.isArray,
|
|
15
|
+
|
|
16
|
+
Scrollable;
|
|
17
|
+
|
|
18
|
+
// Returns the numeric value portion of the computed style, defaulting to 0
|
|
19
|
+
function styleDim(node, style) {
|
|
20
|
+
return parseInt(node.getComputedStyle(style), 10) || 0;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
_API docs for this extension are included in the DataTable class._
|
|
25
|
+
|
|
26
|
+
Adds the ability to make the table rows scrollable while preserving the header
|
|
27
|
+
placement.
|
|
28
|
+
|
|
29
|
+
There are two types of scrolling, horizontal (x) and vertical (y). Horizontal
|
|
30
|
+
scrolling is achieved by wrapping the entire table in a scrollable container.
|
|
31
|
+
Vertical scrolling is achieved by splitting the table headers and data into two
|
|
32
|
+
separate tables, the latter of which is wrapped in a vertically scrolling
|
|
33
|
+
container. In this case, column widths of header cells and data cells are kept
|
|
34
|
+
in sync programmatically.
|
|
35
|
+
|
|
36
|
+
Since the split table synchronization can be costly at runtime, the split is only
|
|
37
|
+
done if the data in the table stretches beyond the configured `height` value.
|
|
38
|
+
|
|
39
|
+
To activate or deactivate scrolling, set the `scrollable` attribute to one of
|
|
40
|
+
the following values:
|
|
41
|
+
|
|
42
|
+
* `false` - (default) Scrolling is disabled.
|
|
43
|
+
* `true` or 'xy' - If `height` is set, vertical scrolling will be activated, if
|
|
44
|
+
`width` is set, horizontal scrolling will be activated.
|
|
45
|
+
* 'x' - Activate horizontal scrolling only. Requires the `width` attribute is
|
|
46
|
+
also set.
|
|
47
|
+
* 'y' - Activate vertical scrolling only. Requires the `height` attribute is
|
|
48
|
+
also set.
|
|
49
|
+
|
|
50
|
+
@class DataTable.Scrollable
|
|
51
|
+
@for DataTable
|
|
52
|
+
@since 3.5.0
|
|
53
|
+
**/
|
|
54
|
+
Y.DataTable.Scrollable = Scrollable = function () {};
|
|
55
|
+
|
|
56
|
+
Scrollable.ATTRS = {
|
|
57
|
+
/**
|
|
58
|
+
Activates or deactivates scrolling in the table. Acceptable values are:
|
|
59
|
+
|
|
60
|
+
* `false` - (default) Scrolling is disabled.
|
|
61
|
+
* `true` or 'xy' - If `height` is set, vertical scrolling will be
|
|
62
|
+
activated, if `width` is set, horizontal scrolling will be activated.
|
|
63
|
+
* 'x' - Activate horizontal scrolling only. Requires the `width` attribute
|
|
64
|
+
is also set.
|
|
65
|
+
* 'y' - Activate vertical scrolling only. Requires the `height` attribute
|
|
66
|
+
is also set.
|
|
67
|
+
|
|
68
|
+
@attribute scrollable
|
|
69
|
+
@type {String|Boolean}
|
|
70
|
+
@value false
|
|
71
|
+
@since 3.5.0
|
|
72
|
+
**/
|
|
73
|
+
scrollable: {
|
|
74
|
+
value: false,
|
|
75
|
+
setter: '_setScrollable'
|
|
76
|
+
}
|
|
77
|
+
};
|
|
78
|
+
|
|
79
|
+
Y.mix(Scrollable.prototype, {
|
|
80
|
+
|
|
81
|
+
/**
|
|
82
|
+
Scrolls a given row or cell into view if the table is scrolling. Pass the
|
|
83
|
+
`clientId` of a Model from the DataTable's `data` ModelList or its row
|
|
84
|
+
index to scroll to a row or a [row index, column index] array to scroll to
|
|
85
|
+
a cell. Alternately, to scroll to any element contained within the table's
|
|
86
|
+
scrolling areas, pass its ID, or the Node itself (though you could just as
|
|
87
|
+
well call `node.scrollIntoView()` yourself, but hey, whatever).
|
|
88
|
+
|
|
89
|
+
@method scrollTo
|
|
90
|
+
@param {String|Number|Number[]|Node} id A row clientId, row index, cell
|
|
91
|
+
coordinate array, id string, or Node
|
|
92
|
+
@return {DataTable}
|
|
93
|
+
@chainable
|
|
94
|
+
@since 3.5.0
|
|
95
|
+
**/
|
|
96
|
+
scrollTo: function (id) {
|
|
97
|
+
var target;
|
|
98
|
+
|
|
99
|
+
if (id && this._tbodyNode && (this._yScrollNode || this._xScrollNode)) {
|
|
100
|
+
if (isArray(id)) {
|
|
101
|
+
target = this.getCell(id);
|
|
102
|
+
} else if (isNumber(id)) {
|
|
103
|
+
target = this.getRow(id);
|
|
104
|
+
} else if (isString(id)) {
|
|
105
|
+
target = this._tbodyNode.one('#' + id);
|
|
106
|
+
} else if (id._node &&
|
|
107
|
+
// TODO: ancestor(yScrollNode, xScrollNode)
|
|
108
|
+
id.ancestor('.yui3-datatable') === this.get('boundingBox')) {
|
|
109
|
+
target = id;
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
if(target) {
|
|
113
|
+
target.scrollIntoView();
|
|
114
|
+
}
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
return this;
|
|
118
|
+
},
|
|
119
|
+
|
|
120
|
+
//--------------------------------------------------------------------------
|
|
121
|
+
// Protected properties and methods
|
|
122
|
+
//--------------------------------------------------------------------------
|
|
123
|
+
|
|
124
|
+
/**
|
|
125
|
+
Template for the `<table>` that is used to fix the caption in place when
|
|
126
|
+
the table is horizontally scrolling.
|
|
127
|
+
|
|
128
|
+
@property _CAPTION_TABLE_TEMPLATE
|
|
129
|
+
@type {String}
|
|
130
|
+
@value '<table class="{className}" role="presentation"></table>'
|
|
131
|
+
@protected
|
|
132
|
+
@since 3.5.0
|
|
133
|
+
**/
|
|
134
|
+
_CAPTION_TABLE_TEMPLATE: '<table class="{className}" role="presentation"></table>',
|
|
135
|
+
|
|
136
|
+
/**
|
|
137
|
+
Template used to create sizable element liners around header content to
|
|
138
|
+
synchronize fixed header column widths.
|
|
139
|
+
|
|
140
|
+
@property _SCROLL_LINER_TEMPLATE
|
|
141
|
+
@type {String}
|
|
142
|
+
@value '<div class="{className}"></div>'
|
|
143
|
+
@protected
|
|
144
|
+
@since 3.5.0
|
|
145
|
+
**/
|
|
146
|
+
_SCROLL_LINER_TEMPLATE: '<div class="{className}"></div>',
|
|
147
|
+
|
|
148
|
+
/**
|
|
149
|
+
Template for the virtual scrollbar needed in "y" and "xy" scrolling setups.
|
|
150
|
+
|
|
151
|
+
@property _SCROLLBAR_TEMPLATE
|
|
152
|
+
@type {String}
|
|
153
|
+
@value '<div class="{className}"><div></div></div>'
|
|
154
|
+
@protected
|
|
155
|
+
@since 3.5.0
|
|
156
|
+
**/
|
|
157
|
+
_SCROLLBAR_TEMPLATE: '<div class="{className}"><div></div></div>',
|
|
158
|
+
|
|
159
|
+
/**
|
|
160
|
+
Template for the `<div>` that is used to contain the table when the table is
|
|
161
|
+
horizontally scrolling.
|
|
162
|
+
|
|
163
|
+
@property _X_SCROLLER_TEMPLATE
|
|
164
|
+
@type {String}
|
|
165
|
+
@value '<div class="{className}"></div>'
|
|
166
|
+
@protected
|
|
167
|
+
@since 3.5.0
|
|
168
|
+
**/
|
|
169
|
+
_X_SCROLLER_TEMPLATE: '<div class="{className}"></div>',
|
|
170
|
+
|
|
171
|
+
/**
|
|
172
|
+
Template for the `<table>` used to contain the fixed column headers for
|
|
173
|
+
vertically scrolling tables.
|
|
174
|
+
|
|
175
|
+
@property _Y_SCROLL_HEADER_TEMPLATE
|
|
176
|
+
@type {String}
|
|
177
|
+
@value '<table cellspacing="0" role="presentation" aria-hidden="true" class="{className}"></table>'
|
|
178
|
+
@protected
|
|
179
|
+
@since 3.5.0
|
|
180
|
+
**/
|
|
181
|
+
_Y_SCROLL_HEADER_TEMPLATE: '<table cellspacing="0" aria-hidden="true" class="{className}"></table>',
|
|
182
|
+
|
|
183
|
+
/**
|
|
184
|
+
Template for the `<div>` that is used to contain the rows when the table is
|
|
185
|
+
vertically scrolling.
|
|
186
|
+
|
|
187
|
+
@property _Y_SCROLLER_TEMPLATE
|
|
188
|
+
@type {String}
|
|
189
|
+
@value '<div class="{className}"><div class="{scrollerClassName}"></div></div>'
|
|
190
|
+
@protected
|
|
191
|
+
@since 3.5.0
|
|
192
|
+
**/
|
|
193
|
+
_Y_SCROLLER_TEMPLATE: '<div class="{className}"><div class="{scrollerClassName}"></div></div>',
|
|
194
|
+
|
|
195
|
+
/**
|
|
196
|
+
Adds padding to the last cells in the fixed header for vertically scrolling
|
|
197
|
+
tables. This padding is equal in width to the scrollbar, so can't be
|
|
198
|
+
relegated to a stylesheet.
|
|
199
|
+
|
|
200
|
+
@method _addScrollbarPadding
|
|
201
|
+
@protected
|
|
202
|
+
@since 3.5.0
|
|
203
|
+
**/
|
|
204
|
+
_addScrollbarPadding: function () {
|
|
205
|
+
var fixedHeader = this._yScrollHeader,
|
|
206
|
+
headerClass = '.' + this.getClassName('header'),
|
|
207
|
+
scrollbarWidth, rows, header, i, len;
|
|
208
|
+
|
|
209
|
+
if (fixedHeader) {
|
|
210
|
+
scrollbarWidth = Y.DOM.getScrollbarWidth() + 'px';
|
|
211
|
+
rows = fixedHeader.all('tr');
|
|
212
|
+
|
|
213
|
+
for (i = 0, len = rows.size(); i < len; i += +header.get('rowSpan')) {
|
|
214
|
+
header = rows.item(i).all(headerClass).pop();
|
|
215
|
+
header.setStyle('paddingRight', scrollbarWidth);
|
|
216
|
+
}
|
|
217
|
+
}
|
|
218
|
+
},
|
|
219
|
+
|
|
220
|
+
/**
|
|
221
|
+
Reacts to changes in the `scrollable` attribute by updating the `_xScroll`
|
|
222
|
+
and `_yScroll` properties and syncing the scrolling structure accordingly.
|
|
223
|
+
|
|
224
|
+
@method _afterScrollableChange
|
|
225
|
+
@param {EventFacade} e The relevant change event (ignored)
|
|
226
|
+
@protected
|
|
227
|
+
@since 3.5.0
|
|
228
|
+
**/
|
|
229
|
+
_afterScrollableChange: function () {
|
|
230
|
+
var scroller = this._xScrollNode;
|
|
231
|
+
|
|
232
|
+
if (this._xScroll && scroller) {
|
|
233
|
+
if (this._yScroll && !this._yScrollNode) {
|
|
234
|
+
scroller.setStyle('paddingRight',
|
|
235
|
+
Y.DOM.getScrollbarWidth() + 'px');
|
|
236
|
+
} else if (!this._yScroll && this._yScrollNode) {
|
|
237
|
+
scroller.setStyle('paddingRight', '');
|
|
238
|
+
}
|
|
239
|
+
}
|
|
240
|
+
|
|
241
|
+
this._syncScrollUI();
|
|
242
|
+
},
|
|
243
|
+
|
|
244
|
+
/**
|
|
245
|
+
Reacts to changes in the `caption` attribute by adding, removing, or
|
|
246
|
+
syncing the caption table when the table is set to scroll.
|
|
247
|
+
|
|
248
|
+
@method _afterScrollCaptionChange
|
|
249
|
+
@param {EventFacade} e The relevant change event (ignored)
|
|
250
|
+
@protected
|
|
251
|
+
@since 3.5.0
|
|
252
|
+
**/
|
|
253
|
+
_afterScrollCaptionChange: function () {
|
|
254
|
+
if (this._xScroll || this._yScroll) {
|
|
255
|
+
this._syncScrollUI();
|
|
256
|
+
}
|
|
257
|
+
},
|
|
258
|
+
|
|
259
|
+
/**
|
|
260
|
+
Reacts to changes in the `columns` attribute of vertically scrolling tables
|
|
261
|
+
by refreshing the fixed headers, scroll container, and virtual scrollbar
|
|
262
|
+
position.
|
|
263
|
+
|
|
264
|
+
@method _afterScrollColumnsChange
|
|
265
|
+
@param {EventFacade} e The relevant change event (ignored)
|
|
266
|
+
@protected
|
|
267
|
+
@since 3.5.0
|
|
268
|
+
**/
|
|
269
|
+
_afterScrollColumnsChange: function () {
|
|
270
|
+
if (this._xScroll || this._yScroll) {
|
|
271
|
+
if (this._yScroll && this._yScrollHeader) {
|
|
272
|
+
this._syncScrollHeaders();
|
|
273
|
+
}
|
|
274
|
+
|
|
275
|
+
this._syncScrollUI();
|
|
276
|
+
}
|
|
277
|
+
},
|
|
278
|
+
|
|
279
|
+
/**
|
|
280
|
+
Reacts to changes in vertically scrolling table's `data` ModelList by
|
|
281
|
+
synchronizing the fixed column header widths and virtual scrollbar height.
|
|
282
|
+
|
|
283
|
+
@method _afterScrollDataChange
|
|
284
|
+
@param {EventFacade} e The relevant change event (ignored)
|
|
285
|
+
@protected
|
|
286
|
+
@since 3.5.0
|
|
287
|
+
**/
|
|
288
|
+
_afterScrollDataChange: function () {
|
|
289
|
+
if (this._xScroll || this._yScroll) {
|
|
290
|
+
this._syncScrollUI();
|
|
291
|
+
}
|
|
292
|
+
},
|
|
293
|
+
|
|
294
|
+
/**
|
|
295
|
+
Reacts to changes in the `height` attribute of vertically scrolling tables
|
|
296
|
+
by updating the height of the `<div>` wrapping the data table and the
|
|
297
|
+
virtual scrollbar. If `scrollable` was set to "y" or "xy" but lacking a
|
|
298
|
+
declared `height` until the received change, `_syncScrollUI` is called to
|
|
299
|
+
create the fixed headers etc.
|
|
300
|
+
|
|
301
|
+
@method _afterScrollHeightChange
|
|
302
|
+
@param {EventFacade} e The relevant change event (ignored)
|
|
303
|
+
@protected
|
|
304
|
+
@since 3.5.0
|
|
305
|
+
**/
|
|
306
|
+
_afterScrollHeightChange: function () {
|
|
307
|
+
if (this._yScroll) {
|
|
308
|
+
this._syncScrollUI();
|
|
309
|
+
}
|
|
310
|
+
},
|
|
311
|
+
|
|
312
|
+
/* (not an API doc comment on purpose)
|
|
313
|
+
Reacts to the sort event (if the table is also sortable) by updating the
|
|
314
|
+
fixed header classes to match the data table's headers.
|
|
315
|
+
|
|
316
|
+
THIS IS A HACK that will be removed immediately after the 3.5.0 release.
|
|
317
|
+
If you're reading this and the current version is greater than 3.5.0, I
|
|
318
|
+
should be publicly scolded.
|
|
319
|
+
*/
|
|
320
|
+
_afterScrollSort: function () {
|
|
321
|
+
var headers, headerClass;
|
|
322
|
+
|
|
323
|
+
if (this._yScroll && this._yScrollHeader) {
|
|
324
|
+
headerClass = '.' + this.getClassName('header');
|
|
325
|
+
headers = this._theadNode.all(headerClass);
|
|
326
|
+
|
|
327
|
+
this._yScrollHeader.all(headerClass).each(function (header, i) {
|
|
328
|
+
header.set('className', headers.item(i).get('className'));
|
|
329
|
+
});
|
|
330
|
+
}
|
|
331
|
+
},
|
|
332
|
+
|
|
333
|
+
/**
|
|
334
|
+
Reacts to changes in the width of scrolling tables by expanding the width of
|
|
335
|
+
the `<div>` wrapping the data table for horizontally scrolling tables or
|
|
336
|
+
upding the position of the virtual scrollbar for vertically scrolling
|
|
337
|
+
tables.
|
|
338
|
+
|
|
339
|
+
@method _afterScrollWidthChange
|
|
340
|
+
@param {EventFacade} e The relevant change event (ignored)
|
|
341
|
+
@protected
|
|
342
|
+
@since 3.5.0
|
|
343
|
+
**/
|
|
344
|
+
_afterScrollWidthChange: function () {
|
|
345
|
+
if (this._xScroll || this._yScroll) {
|
|
346
|
+
this._syncScrollUI();
|
|
347
|
+
}
|
|
348
|
+
},
|
|
349
|
+
|
|
350
|
+
/**
|
|
351
|
+
Binds virtual scrollbar interaction to the `_yScrollNode`'s `scrollTop` and
|
|
352
|
+
vice versa.
|
|
353
|
+
|
|
354
|
+
@method _bindScrollbar
|
|
355
|
+
@protected
|
|
356
|
+
@since 3.5.0
|
|
357
|
+
**/
|
|
358
|
+
_bindScrollbar: function () {
|
|
359
|
+
var scrollbar = this._scrollbarNode,
|
|
360
|
+
scroller = this._yScrollNode;
|
|
361
|
+
|
|
362
|
+
if (scrollbar && scroller && !this._scrollbarEventHandle) {
|
|
363
|
+
this._scrollbarEventHandle = new Y.Event.Handle([
|
|
364
|
+
scrollbar.on('scroll', this._syncScrollPosition, this),
|
|
365
|
+
scroller.on('scroll', this._syncScrollPosition, this)
|
|
366
|
+
]);
|
|
367
|
+
}
|
|
368
|
+
},
|
|
369
|
+
|
|
370
|
+
/**
|
|
371
|
+
Binds to the window resize event to update the vertical scrolling table
|
|
372
|
+
headers and wrapper `<div>` dimensions.
|
|
373
|
+
|
|
374
|
+
@method _bindScrollResize
|
|
375
|
+
@protected
|
|
376
|
+
@since 3.5.0
|
|
377
|
+
**/
|
|
378
|
+
_bindScrollResize: function () {
|
|
379
|
+
if (!this._scrollResizeHandle) {
|
|
380
|
+
// TODO: sync header widths and scrollbar position. If the height
|
|
381
|
+
// of the headers has changed, update the scrollbar dims as well.
|
|
382
|
+
this._scrollResizeHandle = Y.on('resize',
|
|
383
|
+
this._syncScrollUI, null, this);
|
|
384
|
+
}
|
|
385
|
+
},
|
|
386
|
+
|
|
387
|
+
/**
|
|
388
|
+
Attaches internal subscriptions to keep the scrolling structure up to date
|
|
389
|
+
with changes in the table's `data`, `columns`, `caption`, or `height`. The
|
|
390
|
+
`width` is taken care of already.
|
|
391
|
+
|
|
392
|
+
This executes after the table's native `bindUI` method.
|
|
393
|
+
|
|
394
|
+
@method _bindScrollUI
|
|
395
|
+
@protected
|
|
396
|
+
@since 3.5.0
|
|
397
|
+
**/
|
|
398
|
+
_bindScrollUI: function () {
|
|
399
|
+
this.after({
|
|
400
|
+
columnsChange: Y.bind('_afterScrollColumnsChange', this),
|
|
401
|
+
heightChange : Y.bind('_afterScrollHeightChange', this),
|
|
402
|
+
widthChange : Y.bind('_afterScrollWidthChange', this),
|
|
403
|
+
captionChange: Y.bind('_afterScrollCaptionChange', this),
|
|
404
|
+
scrollableChange: Y.bind('_afterScrollableChange', this),
|
|
405
|
+
// FIXME: this is a last minute hack to work around the fact that
|
|
406
|
+
// DT doesn't use a tableView to render table content that can be
|
|
407
|
+
// replaced with a scrolling table view. This must be removed asap!
|
|
408
|
+
sort : Y.bind('_afterScrollSort', this)
|
|
409
|
+
});
|
|
410
|
+
|
|
411
|
+
this.after(['dataChange', '*:add', '*:remove', '*:reset', '*:change'],
|
|
412
|
+
Y.bind('_afterScrollDataChange', this));
|
|
413
|
+
},
|
|
414
|
+
|
|
415
|
+
/**
|
|
416
|
+
Clears the lock and timer used to manage synchronizing the scroll position
|
|
417
|
+
between the vertical scroll container and the virtual scrollbar.
|
|
418
|
+
|
|
419
|
+
@method _clearScrollLock
|
|
420
|
+
@protected
|
|
421
|
+
@since 3.5.0
|
|
422
|
+
**/
|
|
423
|
+
_clearScrollLock: function () {
|
|
424
|
+
if (this._scrollLock) {
|
|
425
|
+
this._scrollLock.cancel();
|
|
426
|
+
delete this._scrollLock;
|
|
427
|
+
}
|
|
428
|
+
},
|
|
429
|
+
|
|
430
|
+
/**
|
|
431
|
+
Creates a virtual scrollbar from the `_SCROLLBAR_TEMPLATE`, assigning it to
|
|
432
|
+
the `_scrollbarNode` property.
|
|
433
|
+
|
|
434
|
+
@method _createScrollbar
|
|
435
|
+
@return {Node} The created Node
|
|
436
|
+
@protected
|
|
437
|
+
@since 3.5.0
|
|
438
|
+
**/
|
|
439
|
+
_createScrollbar: function () {
|
|
440
|
+
var scrollbar = this._scrollbarNode;
|
|
441
|
+
|
|
442
|
+
if (!scrollbar) {
|
|
443
|
+
scrollbar = this._scrollbarNode = Y.Node.create(
|
|
444
|
+
Y.Lang.sub(this._SCROLLBAR_TEMPLATE, {
|
|
445
|
+
className: this.getClassName('scrollbar')
|
|
446
|
+
}));
|
|
447
|
+
|
|
448
|
+
// IE 6-10 require the scrolled area to be visible (at least 1px)
|
|
449
|
+
// or they don't respond to clicking on the scrollbar rail or arrows
|
|
450
|
+
scrollbar.setStyle('width', (Y.DOM.getScrollbarWidth() + 1) + 'px');
|
|
451
|
+
}
|
|
452
|
+
|
|
453
|
+
return scrollbar;
|
|
454
|
+
},
|
|
455
|
+
|
|
456
|
+
/**
|
|
457
|
+
Creates a separate table to contain the caption when the table is
|
|
458
|
+
configured to scroll vertically or horizontally.
|
|
459
|
+
|
|
460
|
+
@method _createScrollCaptionTable
|
|
461
|
+
@return {Node} The created Node
|
|
462
|
+
@protected
|
|
463
|
+
@since 3.5.0
|
|
464
|
+
**/
|
|
465
|
+
_createScrollCaptionTable: function () {
|
|
466
|
+
if (!this._captionTable) {
|
|
467
|
+
this._captionTable = Y.Node.create(
|
|
468
|
+
Y.Lang.sub(this._CAPTION_TABLE_TEMPLATE, {
|
|
469
|
+
className: this.getClassName('caption', 'table')
|
|
470
|
+
}));
|
|
471
|
+
|
|
472
|
+
this._captionTable.empty();
|
|
473
|
+
}
|
|
474
|
+
|
|
475
|
+
return this._captionTable;
|
|
476
|
+
},
|
|
477
|
+
|
|
478
|
+
/**
|
|
479
|
+
Populates the `_xScrollNode` property by creating the `<div>` Node described
|
|
480
|
+
by the `_X_SCROLLER_TEMPLATE`.
|
|
481
|
+
|
|
482
|
+
@method _createXScrollNode
|
|
483
|
+
@return {Node} The created Node
|
|
484
|
+
@protected
|
|
485
|
+
@since 3.5.0
|
|
486
|
+
**/
|
|
487
|
+
_createXScrollNode: function () {
|
|
488
|
+
if (!this._xScrollNode) {
|
|
489
|
+
this._xScrollNode = Y.Node.create(
|
|
490
|
+
Y.Lang.sub(this._X_SCROLLER_TEMPLATE, {
|
|
491
|
+
className: this.getClassName('x','scroller')
|
|
492
|
+
}));
|
|
493
|
+
}
|
|
494
|
+
|
|
495
|
+
return this._xScrollNode;
|
|
496
|
+
},
|
|
497
|
+
|
|
498
|
+
/**
|
|
499
|
+
Populates the `_yScrollHeader` property by creating the `<table>` Node
|
|
500
|
+
described by the `_Y_SCROLL_HEADER_TEMPLATE`.
|
|
501
|
+
|
|
502
|
+
@method _createYScrollHeader
|
|
503
|
+
@return {Node} The created Node
|
|
504
|
+
@protected
|
|
505
|
+
@since 3.5.0
|
|
506
|
+
**/
|
|
507
|
+
_createYScrollHeader: function () {
|
|
508
|
+
var fixedHeader = this._yScrollHeader;
|
|
509
|
+
|
|
510
|
+
if (!fixedHeader) {
|
|
511
|
+
fixedHeader = this._yScrollHeader = Y.Node.create(
|
|
512
|
+
Y.Lang.sub(this._Y_SCROLL_HEADER_TEMPLATE, {
|
|
513
|
+
className: this.getClassName('scroll','columns')
|
|
514
|
+
}));
|
|
515
|
+
}
|
|
516
|
+
|
|
517
|
+
return fixedHeader;
|
|
518
|
+
},
|
|
519
|
+
|
|
520
|
+
/**
|
|
521
|
+
Populates the `_yScrollNode` property by creating the `<div>` Node described
|
|
522
|
+
by the `_Y_SCROLLER_TEMPLATE`.
|
|
523
|
+
|
|
524
|
+
@method _createYScrollNode
|
|
525
|
+
@return {Node} The created Node
|
|
526
|
+
@protected
|
|
527
|
+
@since 3.5.0
|
|
528
|
+
**/
|
|
529
|
+
_createYScrollNode: function () {
|
|
530
|
+
var scrollerClass;
|
|
531
|
+
|
|
532
|
+
if (!this._yScrollNode) {
|
|
533
|
+
scrollerClass = this.getClassName('y', 'scroller');
|
|
534
|
+
|
|
535
|
+
this._yScrollContainer = Y.Node.create(
|
|
536
|
+
Y.Lang.sub(this._Y_SCROLLER_TEMPLATE, {
|
|
537
|
+
className: this.getClassName('y','scroller','container'),
|
|
538
|
+
scrollerClassName: scrollerClass
|
|
539
|
+
}));
|
|
540
|
+
|
|
541
|
+
this._yScrollNode = this._yScrollContainer
|
|
542
|
+
.one('.' + scrollerClass);
|
|
543
|
+
}
|
|
544
|
+
|
|
545
|
+
return this._yScrollContainer;
|
|
546
|
+
},
|
|
547
|
+
|
|
548
|
+
/**
|
|
549
|
+
Removes the nodes used to create horizontal and vertical scrolling and
|
|
550
|
+
rejoins the caption to the main table if needed.
|
|
551
|
+
|
|
552
|
+
@method _disableScrolling
|
|
553
|
+
@protected
|
|
554
|
+
@since 3.5.0
|
|
555
|
+
**/
|
|
556
|
+
_disableScrolling: function () {
|
|
557
|
+
this._removeScrollCaptionTable();
|
|
558
|
+
this._disableXScrolling();
|
|
559
|
+
this._disableYScrolling();
|
|
560
|
+
this._unbindScrollResize();
|
|
561
|
+
|
|
562
|
+
this._uiSetWidth(this.get('width'));
|
|
563
|
+
},
|
|
564
|
+
|
|
565
|
+
/**
|
|
566
|
+
Removes the nodes used to allow horizontal scrolling.
|
|
567
|
+
|
|
568
|
+
@method _disableXScrolling
|
|
569
|
+
@protected
|
|
570
|
+
@since 3.5.0
|
|
571
|
+
**/
|
|
572
|
+
_disableXScrolling: function () {
|
|
573
|
+
this._removeXScrollNode();
|
|
574
|
+
},
|
|
575
|
+
|
|
576
|
+
/**
|
|
577
|
+
Removes the nodes used to allow vertical scrolling.
|
|
578
|
+
|
|
579
|
+
@method _disableYScrolling
|
|
580
|
+
@protected
|
|
581
|
+
@since 3.5.0
|
|
582
|
+
**/
|
|
583
|
+
_disableYScrolling: function () {
|
|
584
|
+
this._removeYScrollHeader();
|
|
585
|
+
this._removeYScrollNode();
|
|
586
|
+
this._removeYScrollContainer();
|
|
587
|
+
this._removeScrollbar();
|
|
588
|
+
},
|
|
589
|
+
|
|
590
|
+
/**
|
|
591
|
+
Cleans up external event subscriptions.
|
|
592
|
+
|
|
593
|
+
@method destructor
|
|
594
|
+
@protected
|
|
595
|
+
@since 3.5.0
|
|
596
|
+
**/
|
|
597
|
+
destructor: function () {
|
|
598
|
+
this._unbindScrollbar();
|
|
599
|
+
this._unbindScrollResize();
|
|
600
|
+
this._clearScrollLock();
|
|
601
|
+
},
|
|
602
|
+
|
|
603
|
+
/**
|
|
604
|
+
Sets up event handlers and AOP advice methods to bind the DataTable's natural
|
|
605
|
+
behaviors with the scrolling APIs and state.
|
|
606
|
+
|
|
607
|
+
@method initializer
|
|
608
|
+
@param {Object} config The config object passed to the constructor (ignored)
|
|
609
|
+
@protected
|
|
610
|
+
@since 3.5.0
|
|
611
|
+
**/
|
|
612
|
+
initializer: function () {
|
|
613
|
+
this._setScrollProperties();
|
|
614
|
+
|
|
615
|
+
this.after(['scrollableChange', 'heightChange', 'widthChange'],
|
|
616
|
+
this._setScrollProperties);
|
|
617
|
+
|
|
618
|
+
this.after('renderView', Y.bind('_syncScrollUI', this));
|
|
619
|
+
|
|
620
|
+
Y.Do.after(this._bindScrollUI, this, 'bindUI');
|
|
621
|
+
},
|
|
622
|
+
|
|
623
|
+
/**
|
|
624
|
+
Removes the table used to house the caption when the table is scrolling.
|
|
625
|
+
|
|
626
|
+
@method _removeScrollCaptionTable
|
|
627
|
+
@protected
|
|
628
|
+
@since 3.5.0
|
|
629
|
+
**/
|
|
630
|
+
_removeScrollCaptionTable: function () {
|
|
631
|
+
if (this._captionTable) {
|
|
632
|
+
if (this._captionNode) {
|
|
633
|
+
this._tableNode.prepend(this._captionNode);
|
|
634
|
+
}
|
|
635
|
+
|
|
636
|
+
this._captionTable.remove().destroy(true);
|
|
637
|
+
|
|
638
|
+
delete this._captionTable;
|
|
639
|
+
}
|
|
640
|
+
},
|
|
641
|
+
|
|
642
|
+
/**
|
|
643
|
+
Removes the `<div>` wrapper used to contain the data table when the table
|
|
644
|
+
is horizontally scrolling.
|
|
645
|
+
|
|
646
|
+
@method _removeXScrollNode
|
|
647
|
+
@protected
|
|
648
|
+
@since 3.5.0
|
|
649
|
+
**/
|
|
650
|
+
_removeXScrollNode: function () {
|
|
651
|
+
var scroller = this._xScrollNode;
|
|
652
|
+
|
|
653
|
+
if (scroller) {
|
|
654
|
+
scroller.replace(scroller.get('childNodes').toFrag());
|
|
655
|
+
scroller.remove().destroy(true);
|
|
656
|
+
|
|
657
|
+
delete this._xScrollNode;
|
|
658
|
+
}
|
|
659
|
+
},
|
|
660
|
+
|
|
661
|
+
/**
|
|
662
|
+
Removes the `<div>` wrapper used to contain the data table and fixed header
|
|
663
|
+
when the table is vertically scrolling.
|
|
664
|
+
|
|
665
|
+
@method _removeYScrollContainer
|
|
666
|
+
@protected
|
|
667
|
+
@since 3.5.0
|
|
668
|
+
**/
|
|
669
|
+
_removeYScrollContainer: function () {
|
|
670
|
+
var scroller = this._yScrollContainer;
|
|
671
|
+
|
|
672
|
+
if (scroller) {
|
|
673
|
+
scroller.replace(scroller.get('childNodes').toFrag());
|
|
674
|
+
scroller.remove().destroy(true);
|
|
675
|
+
|
|
676
|
+
delete this._yScrollContainer;
|
|
677
|
+
}
|
|
678
|
+
},
|
|
679
|
+
|
|
680
|
+
/**
|
|
681
|
+
Removes the `<table>` used to contain the fixed column headers when the
|
|
682
|
+
table is vertically scrolling.
|
|
683
|
+
|
|
684
|
+
@method _removeYScrollHeader
|
|
685
|
+
@protected
|
|
686
|
+
@since 3.5.0
|
|
687
|
+
**/
|
|
688
|
+
_removeYScrollHeader: function () {
|
|
689
|
+
if (this._yScrollHeader) {
|
|
690
|
+
this._yScrollHeader.remove().destroy(true);
|
|
691
|
+
|
|
692
|
+
delete this._yScrollHeader;
|
|
693
|
+
}
|
|
694
|
+
},
|
|
695
|
+
|
|
696
|
+
/**
|
|
697
|
+
Removes the `<div>` wrapper used to contain the data table when the table
|
|
698
|
+
is vertically scrolling.
|
|
699
|
+
|
|
700
|
+
@method _removeYScrollNode
|
|
701
|
+
@protected
|
|
702
|
+
@since 3.5.0
|
|
703
|
+
**/
|
|
704
|
+
_removeYScrollNode: function () {
|
|
705
|
+
var scroller = this._yScrollNode;
|
|
706
|
+
|
|
707
|
+
if (scroller) {
|
|
708
|
+
scroller.replace(scroller.get('childNodes').toFrag());
|
|
709
|
+
scroller.remove().destroy(true);
|
|
710
|
+
|
|
711
|
+
delete this._yScrollNode;
|
|
712
|
+
}
|
|
713
|
+
},
|
|
714
|
+
|
|
715
|
+
/**
|
|
716
|
+
Removes the virtual scrollbar used by scrolling tables.
|
|
717
|
+
|
|
718
|
+
@method _removeScrollbar
|
|
719
|
+
@protected
|
|
720
|
+
@since 3.5.0
|
|
721
|
+
**/
|
|
722
|
+
_removeScrollbar: function () {
|
|
723
|
+
if (this._scrollbarNode) {
|
|
724
|
+
this._scrollbarNode.remove().destroy(true);
|
|
725
|
+
|
|
726
|
+
delete this._scrollbarNode;
|
|
727
|
+
}
|
|
728
|
+
if (this._scrollbarEventHandle) {
|
|
729
|
+
this._scrollbarEventHandle.detach();
|
|
730
|
+
|
|
731
|
+
delete this._scrollbarEventHandle;
|
|
732
|
+
}
|
|
733
|
+
},
|
|
734
|
+
|
|
735
|
+
/**
|
|
736
|
+
Accepts (case insensitive) values "x", "y", "xy", `true`, and `false`.
|
|
737
|
+
`true` is translated to "xy" and upper case values are converted to lower
|
|
738
|
+
case. All other values are invalid.
|
|
739
|
+
|
|
740
|
+
@method _setScrollable
|
|
741
|
+
@param {String|Boolean} val Incoming value for the `scrollable` attribute
|
|
742
|
+
@return {String}
|
|
743
|
+
@protected
|
|
744
|
+
@since 3.5.0
|
|
745
|
+
**/
|
|
746
|
+
_setScrollable: function (val) {
|
|
747
|
+
if (val === true) {
|
|
748
|
+
val = 'xy';
|
|
749
|
+
}
|
|
750
|
+
|
|
751
|
+
if (isString(val)) {
|
|
752
|
+
val = val.toLowerCase();
|
|
753
|
+
}
|
|
754
|
+
|
|
755
|
+
return (val === false || val === 'y' || val === 'x' || val === 'xy') ?
|
|
756
|
+
val :
|
|
757
|
+
Y.Attribute.INVALID_VALUE;
|
|
758
|
+
},
|
|
759
|
+
|
|
760
|
+
/**
|
|
761
|
+
Assigns the `_xScroll` and `_yScroll` properties to true if an
|
|
762
|
+
appropriate value is set in the `scrollable` attribute and the `height`
|
|
763
|
+
and/or `width` is set.
|
|
764
|
+
|
|
765
|
+
@method _setScrollProperties
|
|
766
|
+
@protected
|
|
767
|
+
@since 3.5.0
|
|
768
|
+
**/
|
|
769
|
+
_setScrollProperties: function () {
|
|
770
|
+
var scrollable = this.get('scrollable') || '',
|
|
771
|
+
width = this.get('width'),
|
|
772
|
+
height = this.get('height');
|
|
773
|
+
|
|
774
|
+
this._xScroll = width && scrollable.indexOf('x') > -1;
|
|
775
|
+
this._yScroll = height && scrollable.indexOf('y') > -1;
|
|
776
|
+
},
|
|
777
|
+
|
|
778
|
+
/**
|
|
779
|
+
Keeps the virtual scrollbar and the scrolling `<div>` wrapper around the
|
|
780
|
+
data table in vertically scrolling tables in sync.
|
|
781
|
+
|
|
782
|
+
@method _syncScrollPosition
|
|
783
|
+
@param {DOMEventFacade} e The scroll event
|
|
784
|
+
@protected
|
|
785
|
+
@since 3.5.0
|
|
786
|
+
**/
|
|
787
|
+
_syncScrollPosition: function (e) {
|
|
788
|
+
var scrollbar = this._scrollbarNode,
|
|
789
|
+
scroller = this._yScrollNode,
|
|
790
|
+
source = e.currentTarget,
|
|
791
|
+
other;
|
|
792
|
+
|
|
793
|
+
if (scrollbar && scroller) {
|
|
794
|
+
if (this._scrollLock && this._scrollLock.source !== source) {
|
|
795
|
+
return;
|
|
796
|
+
}
|
|
797
|
+
|
|
798
|
+
this._clearScrollLock();
|
|
799
|
+
this._scrollLock = Y.later(300, this, this._clearScrollLock);
|
|
800
|
+
this._scrollLock.source = source;
|
|
801
|
+
|
|
802
|
+
other = (source === scrollbar) ? scroller : scrollbar;
|
|
803
|
+
other.set('scrollTop', source.get('scrollTop'));
|
|
804
|
+
}
|
|
805
|
+
},
|
|
806
|
+
|
|
807
|
+
/**
|
|
808
|
+
Splits the caption from the data `<table>` if the table is configured to
|
|
809
|
+
scroll. If not, rejoins the caption to the data `<table>` if it needs to
|
|
810
|
+
be.
|
|
811
|
+
|
|
812
|
+
@method _syncScrollCaptionUI
|
|
813
|
+
@protected
|
|
814
|
+
@since 3.5.0
|
|
815
|
+
**/
|
|
816
|
+
_syncScrollCaptionUI: function () {
|
|
817
|
+
var caption = this._captionNode,
|
|
818
|
+
table = this._tableNode,
|
|
819
|
+
captionTable = this._captionTable,
|
|
820
|
+
id;
|
|
821
|
+
|
|
822
|
+
if (caption) {
|
|
823
|
+
id = caption.getAttribute('id');
|
|
824
|
+
|
|
825
|
+
if (!captionTable) {
|
|
826
|
+
captionTable = this._createScrollCaptionTable();
|
|
827
|
+
|
|
828
|
+
this.get('contentBox').prepend(captionTable);
|
|
829
|
+
}
|
|
830
|
+
|
|
831
|
+
if (!caption.get('parentNode').compareTo(captionTable)) {
|
|
832
|
+
captionTable.empty().insert(caption);
|
|
833
|
+
|
|
834
|
+
if (!id) {
|
|
835
|
+
id = Y.stamp(caption);
|
|
836
|
+
caption.setAttribute('id', id);
|
|
837
|
+
}
|
|
838
|
+
|
|
839
|
+
table.setAttribute('aria-describedby', id);
|
|
840
|
+
}
|
|
841
|
+
} else if (captionTable) {
|
|
842
|
+
this._removeScrollCaptionTable();
|
|
843
|
+
}
|
|
844
|
+
},
|
|
845
|
+
|
|
846
|
+
/**
|
|
847
|
+
Assigns widths to the fixed header columns to match the columns in the data
|
|
848
|
+
table.
|
|
849
|
+
|
|
850
|
+
@method _syncScrollColumnWidths
|
|
851
|
+
@protected
|
|
852
|
+
@since 3.5.0
|
|
853
|
+
**/
|
|
854
|
+
_syncScrollColumnWidths: function () {
|
|
855
|
+
var widths = [];
|
|
856
|
+
|
|
857
|
+
if (this._theadNode && this._yScrollHeader) {
|
|
858
|
+
// Capture dims and assign widths in two passes to avoid reflows for
|
|
859
|
+
// each access of clientWidth/getComputedStyle
|
|
860
|
+
this._theadNode.all('.' + this.getClassName('header'))
|
|
861
|
+
.each(function (header) {
|
|
862
|
+
widths.push(
|
|
863
|
+
// FIXME: IE returns the col.style.width from
|
|
864
|
+
// getComputedStyle even if the column has been
|
|
865
|
+
// compressed below that width, so it must use
|
|
866
|
+
// clientWidth. FF requires getComputedStyle because it
|
|
867
|
+
// uses fractional widths that round up to an overall
|
|
868
|
+
// cell/table width 1px greater than the data table's
|
|
869
|
+
// cell/table width, resulting in misaligned columns or
|
|
870
|
+
// fixed header bleed through. I can't think of a
|
|
871
|
+
// *reasonable* way to capture the correct width without
|
|
872
|
+
// a sniff. Math.min(cW - p, getCS(w)) was imperfect
|
|
873
|
+
// and punished all browsers, anyway.
|
|
874
|
+
(Y.UA.ie && Y.UA.ie < 8) ?
|
|
875
|
+
(header.get('clientWidth') -
|
|
876
|
+
styleDim(header, 'paddingLeft') -
|
|
877
|
+
styleDim(header, 'paddingRight')) + 'px' :
|
|
878
|
+
header.getComputedStyle('width'));
|
|
879
|
+
});
|
|
880
|
+
|
|
881
|
+
this._yScrollHeader.all('.' + this.getClassName('scroll', 'liner'))
|
|
882
|
+
.each(function (liner, i) {
|
|
883
|
+
liner.setStyle('width', widths[i]);
|
|
884
|
+
});
|
|
885
|
+
}
|
|
886
|
+
},
|
|
887
|
+
|
|
888
|
+
/**
|
|
889
|
+
Creates matching headers in the fixed header table for vertically scrolling
|
|
890
|
+
tables and synchronizes the column widths.
|
|
891
|
+
|
|
892
|
+
@method _syncScrollHeaders
|
|
893
|
+
@protected
|
|
894
|
+
@since 3.5.0
|
|
895
|
+
**/
|
|
896
|
+
_syncScrollHeaders: function () {
|
|
897
|
+
var fixedHeader = this._yScrollHeader,
|
|
898
|
+
linerTemplate = this._SCROLL_LINER_TEMPLATE,
|
|
899
|
+
linerClass = this.getClassName('scroll', 'liner'),
|
|
900
|
+
headerClass = this.getClassName('header'),
|
|
901
|
+
headers = this._theadNode.all('.' + headerClass);
|
|
902
|
+
|
|
903
|
+
if (this._theadNode && fixedHeader) {
|
|
904
|
+
fixedHeader.empty().appendChild(
|
|
905
|
+
this._theadNode.cloneNode(true));
|
|
906
|
+
|
|
907
|
+
// Prevent duplicate IDs and assign ARIA attributes to hide
|
|
908
|
+
// from screen readers
|
|
909
|
+
fixedHeader.all('[id]').removeAttribute('id');
|
|
910
|
+
|
|
911
|
+
fixedHeader.all('.' + headerClass).each(function (header, i) {
|
|
912
|
+
var liner = Y.Node.create(Y.Lang.sub(linerTemplate, {
|
|
913
|
+
className: linerClass
|
|
914
|
+
})),
|
|
915
|
+
refHeader = headers.item(i);
|
|
916
|
+
|
|
917
|
+
// Can't assign via skin css because sort (and potentially
|
|
918
|
+
// others) might override the padding values.
|
|
919
|
+
liner.setStyle('padding',
|
|
920
|
+
refHeader.getComputedStyle('paddingTop') + ' ' +
|
|
921
|
+
refHeader.getComputedStyle('paddingRight') + ' ' +
|
|
922
|
+
refHeader.getComputedStyle('paddingBottom') + ' ' +
|
|
923
|
+
refHeader.getComputedStyle('paddingLeft'));
|
|
924
|
+
|
|
925
|
+
liner.appendChild(header.get('childNodes').toFrag());
|
|
926
|
+
|
|
927
|
+
header.appendChild(liner);
|
|
928
|
+
}, this);
|
|
929
|
+
|
|
930
|
+
this._syncScrollColumnWidths();
|
|
931
|
+
|
|
932
|
+
this._addScrollbarPadding();
|
|
933
|
+
}
|
|
934
|
+
},
|
|
935
|
+
|
|
936
|
+
/**
|
|
937
|
+
Wraps the table for X and Y scrolling, if necessary, if the `scrollable`
|
|
938
|
+
attribute is set. Synchronizes dimensions and DOM placement of all
|
|
939
|
+
scrolling related nodes.
|
|
940
|
+
|
|
941
|
+
@method _syncScrollUI
|
|
942
|
+
@protected
|
|
943
|
+
@since 3.5.0
|
|
944
|
+
**/
|
|
945
|
+
_syncScrollUI: function () {
|
|
946
|
+
var x = this._xScroll,
|
|
947
|
+
y = this._yScroll,
|
|
948
|
+
xScroller = this._xScrollNode,
|
|
949
|
+
yScroller = this._yScrollNode,
|
|
950
|
+
scrollLeft = xScroller && xScroller.get('scrollLeft'),
|
|
951
|
+
scrollTop = yScroller && yScroller.get('scrollTop');
|
|
952
|
+
|
|
953
|
+
this._uiSetScrollable();
|
|
954
|
+
|
|
955
|
+
// TODO: Probably should split this up into syncX, syncY, and syncXY
|
|
956
|
+
if (x || y) {
|
|
957
|
+
if ((this.get('width') || '').slice(-1) === '%') {
|
|
958
|
+
this._bindScrollResize();
|
|
959
|
+
} else {
|
|
960
|
+
this._unbindScrollResize();
|
|
961
|
+
}
|
|
962
|
+
|
|
963
|
+
this._syncScrollCaptionUI();
|
|
964
|
+
} else {
|
|
965
|
+
this._disableScrolling();
|
|
966
|
+
}
|
|
967
|
+
|
|
968
|
+
if (this._yScrollHeader) {
|
|
969
|
+
this._yScrollHeader.setStyle('display', 'none');
|
|
970
|
+
}
|
|
971
|
+
|
|
972
|
+
if (x) {
|
|
973
|
+
if (!y) {
|
|
974
|
+
this._disableYScrolling();
|
|
975
|
+
}
|
|
976
|
+
|
|
977
|
+
this._syncXScrollUI(y);
|
|
978
|
+
}
|
|
979
|
+
|
|
980
|
+
if (y) {
|
|
981
|
+
if (!x) {
|
|
982
|
+
this._disableXScrolling();
|
|
983
|
+
}
|
|
984
|
+
|
|
985
|
+
this._syncYScrollUI(x);
|
|
986
|
+
}
|
|
987
|
+
|
|
988
|
+
// Restore scroll position
|
|
989
|
+
if (scrollLeft && this._xScrollNode) {
|
|
990
|
+
this._xScrollNode.set('scrollLeft', scrollLeft);
|
|
991
|
+
}
|
|
992
|
+
if (scrollTop && this._yScrollNode) {
|
|
993
|
+
this._yScrollNode.set('scrollTop', scrollTop);
|
|
994
|
+
}
|
|
995
|
+
},
|
|
996
|
+
|
|
997
|
+
/**
|
|
998
|
+
Wraps the table in a scrolling `<div>` of the configured width for "x"
|
|
999
|
+
scrolling.
|
|
1000
|
+
|
|
1001
|
+
@method _syncXScrollUI
|
|
1002
|
+
@param {Boolean} xy True if the table is configured with scrollable ="xy"
|
|
1003
|
+
@protected
|
|
1004
|
+
@since 3.5.0
|
|
1005
|
+
**/
|
|
1006
|
+
_syncXScrollUI: function (xy) {
|
|
1007
|
+
var scroller = this._xScrollNode,
|
|
1008
|
+
yScroller = this._yScrollContainer,
|
|
1009
|
+
table = this._tableNode,
|
|
1010
|
+
width = this.get('width'),
|
|
1011
|
+
bbWidth = this.get('boundingBox').get('offsetWidth'),
|
|
1012
|
+
scrollbarWidth = Y.DOM.getScrollbarWidth(),
|
|
1013
|
+
borderWidth, tableWidth;
|
|
1014
|
+
|
|
1015
|
+
if (!scroller) {
|
|
1016
|
+
scroller = this._createXScrollNode();
|
|
1017
|
+
|
|
1018
|
+
// Not using table.wrap() because IE went all crazy, wrapping the
|
|
1019
|
+
// table in the last td in the table itself.
|
|
1020
|
+
(yScroller || table).replace(scroller).appendTo(scroller);
|
|
1021
|
+
}
|
|
1022
|
+
|
|
1023
|
+
// Can't use offsetHeight - clientHeight because IE6 returns
|
|
1024
|
+
// clientHeight of 0 intially.
|
|
1025
|
+
borderWidth = styleDim(scroller, 'borderLeftWidth') +
|
|
1026
|
+
styleDim(scroller, 'borderRightWidth');
|
|
1027
|
+
|
|
1028
|
+
scroller.setStyle('width', '');
|
|
1029
|
+
this._uiSetDim('width', '');
|
|
1030
|
+
if (xy && this._yScrollContainer) {
|
|
1031
|
+
this._yScrollContainer.setStyle('width', '');
|
|
1032
|
+
}
|
|
1033
|
+
|
|
1034
|
+
// Lock the table's unconstrained width to avoid configured column
|
|
1035
|
+
// widths being ignored
|
|
1036
|
+
if (Y.UA.ie && Y.UA.ie < 8) {
|
|
1037
|
+
// Have to assign a style and trigger a reflow to allow the
|
|
1038
|
+
// subsequent clearing of width + reflow to expand the table to
|
|
1039
|
+
// natural width in IE 6
|
|
1040
|
+
table.setStyle('width', width);
|
|
1041
|
+
table.get('offsetWidth');
|
|
1042
|
+
}
|
|
1043
|
+
table.setStyle('width', '');
|
|
1044
|
+
tableWidth = table.get('offsetWidth');
|
|
1045
|
+
table.setStyle('width', tableWidth + 'px');
|
|
1046
|
+
|
|
1047
|
+
this._uiSetDim('width', width);
|
|
1048
|
+
|
|
1049
|
+
// Can't use 100% width because the borders add additional width
|
|
1050
|
+
// TODO: Cache the border widths, though it won't prevent a reflow
|
|
1051
|
+
scroller.setStyle('width', (bbWidth - borderWidth) + 'px');
|
|
1052
|
+
|
|
1053
|
+
// expand the table to fill the assigned width if it doesn't
|
|
1054
|
+
// already overflow the configured width
|
|
1055
|
+
if ((scroller.get('offsetWidth') - borderWidth) > tableWidth) {
|
|
1056
|
+
// Assumes the wrapped table doesn't have borders
|
|
1057
|
+
if (xy) {
|
|
1058
|
+
table.setStyle('width', (scroller.get('offsetWidth') -
|
|
1059
|
+
borderWidth - scrollbarWidth) + 'px');
|
|
1060
|
+
} else {
|
|
1061
|
+
table.setStyle('width', '100%');
|
|
1062
|
+
}
|
|
1063
|
+
}
|
|
1064
|
+
},
|
|
1065
|
+
|
|
1066
|
+
/**
|
|
1067
|
+
Wraps the table in a scrolling `<div>` of the configured height (accounting
|
|
1068
|
+
for the caption if there is one) if "y" scrolling is enabled. Otherwise,
|
|
1069
|
+
unwraps the table if necessary.
|
|
1070
|
+
|
|
1071
|
+
@method _syncYScrollUI
|
|
1072
|
+
@param {Boolean} xy True if the table is configured with scrollable = "xy"
|
|
1073
|
+
@protected
|
|
1074
|
+
@since 3.5.0
|
|
1075
|
+
**/
|
|
1076
|
+
_syncYScrollUI: function (xy) {
|
|
1077
|
+
var yScroller = this._yScrollContainer,
|
|
1078
|
+
yScrollNode = this._yScrollNode,
|
|
1079
|
+
xScroller = this._xScrollNode,
|
|
1080
|
+
fixedHeader = this._yScrollHeader,
|
|
1081
|
+
scrollbar = this._scrollbarNode,
|
|
1082
|
+
table = this._tableNode,
|
|
1083
|
+
thead = this._theadNode,
|
|
1084
|
+
captionTable = this._captionTable,
|
|
1085
|
+
boundingBox = this.get('boundingBox'),
|
|
1086
|
+
contentBox = this.get('contentBox'),
|
|
1087
|
+
width = this.get('width'),
|
|
1088
|
+
height = boundingBox.get('offsetHeight'),
|
|
1089
|
+
scrollbarWidth = Y.DOM.getScrollbarWidth(),
|
|
1090
|
+
outerScroller;
|
|
1091
|
+
|
|
1092
|
+
if (captionTable && !xy) {
|
|
1093
|
+
captionTable.setStyle('width', width || '100%');
|
|
1094
|
+
}
|
|
1095
|
+
|
|
1096
|
+
if (!yScroller) {
|
|
1097
|
+
yScroller = this._createYScrollNode();
|
|
1098
|
+
|
|
1099
|
+
yScrollNode = this._yScrollNode;
|
|
1100
|
+
|
|
1101
|
+
table.replace(yScroller).appendTo(yScrollNode);
|
|
1102
|
+
}
|
|
1103
|
+
|
|
1104
|
+
outerScroller = xy ? xScroller : yScroller;
|
|
1105
|
+
|
|
1106
|
+
if (!xy) {
|
|
1107
|
+
table.setStyle('width', '');
|
|
1108
|
+
}
|
|
1109
|
+
|
|
1110
|
+
// Set the scroller height
|
|
1111
|
+
if (xy) {
|
|
1112
|
+
// Account for the horizontal scrollbar in the overall height
|
|
1113
|
+
height -= scrollbarWidth;
|
|
1114
|
+
}
|
|
1115
|
+
|
|
1116
|
+
yScrollNode.setStyle('height',
|
|
1117
|
+
(height - outerScroller.get('offsetTop') -
|
|
1118
|
+
// because IE6 is returning clientHeight 0 initially
|
|
1119
|
+
styleDim(outerScroller, 'borderTopWidth') -
|
|
1120
|
+
styleDim(outerScroller, 'borderBottomWidth')) + 'px');
|
|
1121
|
+
|
|
1122
|
+
// Set the scroller width
|
|
1123
|
+
if (xy) {
|
|
1124
|
+
// For xy scrolling tables, the table should expand freely within
|
|
1125
|
+
// the x scroller
|
|
1126
|
+
yScroller.setStyle('width',
|
|
1127
|
+
(table.get('offsetWidth') + scrollbarWidth) + 'px');
|
|
1128
|
+
} else {
|
|
1129
|
+
this._uiSetYScrollWidth(width);
|
|
1130
|
+
}
|
|
1131
|
+
|
|
1132
|
+
if (captionTable && !xy) {
|
|
1133
|
+
captionTable.setStyle('width', yScroller.get('offsetWidth') + 'px');
|
|
1134
|
+
}
|
|
1135
|
+
|
|
1136
|
+
// Allow headerless scrolling
|
|
1137
|
+
if (thead && !fixedHeader) {
|
|
1138
|
+
fixedHeader = this._createYScrollHeader();
|
|
1139
|
+
|
|
1140
|
+
yScroller.prepend(fixedHeader);
|
|
1141
|
+
|
|
1142
|
+
this._syncScrollHeaders();
|
|
1143
|
+
}
|
|
1144
|
+
|
|
1145
|
+
if (fixedHeader) {
|
|
1146
|
+
this._syncScrollColumnWidths();
|
|
1147
|
+
|
|
1148
|
+
fixedHeader.setStyle('display', '');
|
|
1149
|
+
// This might need to come back if FF has issues
|
|
1150
|
+
//fixedHeader.setStyle('width', '100%');
|
|
1151
|
+
//(yScroller.get('clientWidth') + scrollbarWidth) + 'px');
|
|
1152
|
+
|
|
1153
|
+
if (!scrollbar) {
|
|
1154
|
+
scrollbar = this._createScrollbar();
|
|
1155
|
+
|
|
1156
|
+
this._bindScrollbar();
|
|
1157
|
+
|
|
1158
|
+
contentBox.prepend(scrollbar);
|
|
1159
|
+
}
|
|
1160
|
+
|
|
1161
|
+
this._uiSetScrollbarHeight();
|
|
1162
|
+
this._uiSetScrollbarPosition(outerScroller);
|
|
1163
|
+
}
|
|
1164
|
+
},
|
|
1165
|
+
|
|
1166
|
+
/**
|
|
1167
|
+
Assigns the appropriate class to the `boundingBox` to identify the DataTable
|
|
1168
|
+
as horizontally scrolling, vertically scrolling, or both (adds both classes).
|
|
1169
|
+
|
|
1170
|
+
Classes added are "yui3-datatable-scrollable-x" or "...-y"
|
|
1171
|
+
|
|
1172
|
+
@method _uiSetScrollable
|
|
1173
|
+
@protected
|
|
1174
|
+
@since 3.5.0
|
|
1175
|
+
**/
|
|
1176
|
+
_uiSetScrollable: function () {
|
|
1177
|
+
this.get('boundingBox')
|
|
1178
|
+
.toggleClass(this.getClassName('scrollable','x'), this._xScroll)
|
|
1179
|
+
.toggleClass(this.getClassName('scrollable','y'), this._yScroll);
|
|
1180
|
+
},
|
|
1181
|
+
|
|
1182
|
+
/**
|
|
1183
|
+
Updates the virtual scrollbar's height to avoid overlapping with the fixed
|
|
1184
|
+
headers.
|
|
1185
|
+
|
|
1186
|
+
@method _uiSetScrollbarHeight
|
|
1187
|
+
@protected
|
|
1188
|
+
@since 3.5.0
|
|
1189
|
+
**/
|
|
1190
|
+
_uiSetScrollbarHeight: function () {
|
|
1191
|
+
var scrollbar = this._scrollbarNode,
|
|
1192
|
+
scroller = this._yScrollNode,
|
|
1193
|
+
fixedHeader = this._yScrollHeader;
|
|
1194
|
+
|
|
1195
|
+
if (scrollbar && scroller && fixedHeader) {
|
|
1196
|
+
scrollbar.get('firstChild').setStyle('height',
|
|
1197
|
+
this._tbodyNode.get('scrollHeight') + 'px');
|
|
1198
|
+
|
|
1199
|
+
scrollbar.setStyle('height',
|
|
1200
|
+
(parseFloat(scroller.getComputedStyle('height')) -
|
|
1201
|
+
parseFloat(fixedHeader.getComputedStyle('height'))) + 'px');
|
|
1202
|
+
}
|
|
1203
|
+
},
|
|
1204
|
+
|
|
1205
|
+
/**
|
|
1206
|
+
Updates the virtual scrollbar's placement to avoid overlapping the fixed
|
|
1207
|
+
headers or the data table.
|
|
1208
|
+
|
|
1209
|
+
@method _uiSetScrollbarPosition
|
|
1210
|
+
@param {Node} scroller Reference node to position the scrollbar over
|
|
1211
|
+
@protected
|
|
1212
|
+
@since 3.5.0
|
|
1213
|
+
**/
|
|
1214
|
+
_uiSetScrollbarPosition: function (scroller) {
|
|
1215
|
+
var scrollbar = this._scrollbarNode,
|
|
1216
|
+
fixedHeader = this._yScrollHeader;
|
|
1217
|
+
|
|
1218
|
+
if (scrollbar && scroller && fixedHeader) {
|
|
1219
|
+
scrollbar.setStyles({
|
|
1220
|
+
// Using getCS instead of offsetHeight because FF uses
|
|
1221
|
+
// fractional values, but reports ints to offsetHeight, so
|
|
1222
|
+
// offsetHeight is unreliable. It is probably fine to use
|
|
1223
|
+
// offsetHeight in this case but this was left in place after
|
|
1224
|
+
// fixing an off-by-1px issue in FF 10- by fixing the caption
|
|
1225
|
+
// font style so FF picked it up.
|
|
1226
|
+
top: (parseFloat(fixedHeader.getComputedStyle('height')) +
|
|
1227
|
+
styleDim(scroller, 'borderTopWidth') +
|
|
1228
|
+
scroller.get('offsetTop')) + 'px',
|
|
1229
|
+
|
|
1230
|
+
// Minus 1 because IE 6-10 require the scrolled area to be
|
|
1231
|
+
// visible by at least 1px or it won't respond to clicks on the
|
|
1232
|
+
// scrollbar rail or endcap arrows.
|
|
1233
|
+
left: (scroller.get('offsetWidth') -
|
|
1234
|
+
Y.DOM.getScrollbarWidth() - 1 -
|
|
1235
|
+
styleDim(scroller, 'borderRightWidth')) + 'px'
|
|
1236
|
+
});
|
|
1237
|
+
}
|
|
1238
|
+
},
|
|
1239
|
+
|
|
1240
|
+
/**
|
|
1241
|
+
Assigns the width of the `<div>` wrapping the data table in vertically
|
|
1242
|
+
scrolling tables.
|
|
1243
|
+
|
|
1244
|
+
If the table can't compress to the specified width, the container is
|
|
1245
|
+
expanded accordingly.
|
|
1246
|
+
|
|
1247
|
+
@method _uiSetYScrollWidth
|
|
1248
|
+
@param {String} width The CSS width to attempt to set
|
|
1249
|
+
@protected
|
|
1250
|
+
@since 3.5.0
|
|
1251
|
+
**/
|
|
1252
|
+
_uiSetYScrollWidth: function (width) {
|
|
1253
|
+
var scroller = this._yScrollContainer,
|
|
1254
|
+
table = this._tableNode,
|
|
1255
|
+
tableWidth, borderWidth, scrollerWidth, scrollbarWidth;
|
|
1256
|
+
|
|
1257
|
+
if (scroller && table) {
|
|
1258
|
+
scrollbarWidth = Y.DOM.getScrollbarWidth();
|
|
1259
|
+
|
|
1260
|
+
if (width) {
|
|
1261
|
+
// Assumes no table border
|
|
1262
|
+
borderWidth = scroller.get('offsetWidth') -
|
|
1263
|
+
scroller.get('clientWidth') +
|
|
1264
|
+
scrollbarWidth; // added back at the end
|
|
1265
|
+
|
|
1266
|
+
// The table's rendered width might be greater than the
|
|
1267
|
+
// configured width
|
|
1268
|
+
scroller.setStyle('width', width);
|
|
1269
|
+
|
|
1270
|
+
// Have to subtract the border width from the configured width
|
|
1271
|
+
// because the scroller's width will need to be reduced by the
|
|
1272
|
+
// border width as well during the width reassignment below.
|
|
1273
|
+
scrollerWidth = scroller.get('clientWidth') - borderWidth;
|
|
1274
|
+
|
|
1275
|
+
// Assumes no table borders
|
|
1276
|
+
table.setStyle('width', scrollerWidth + 'px');
|
|
1277
|
+
|
|
1278
|
+
tableWidth = table.get('offsetWidth');
|
|
1279
|
+
|
|
1280
|
+
// Expand the scroll node width if the table can't fit.
|
|
1281
|
+
// Otherwise, reassign the scroller a pixel width that
|
|
1282
|
+
// accounts for the borders.
|
|
1283
|
+
scroller.setStyle('width',
|
|
1284
|
+
(tableWidth + scrollbarWidth) + 'px');
|
|
1285
|
+
} else {
|
|
1286
|
+
// Allow the table to expand naturally
|
|
1287
|
+
table.setStyle('width', '');
|
|
1288
|
+
scroller.setStyle('width', '');
|
|
1289
|
+
|
|
1290
|
+
scroller.setStyle('width',
|
|
1291
|
+
(table.get('offsetWidth') + scrollbarWidth) + 'px');
|
|
1292
|
+
}
|
|
1293
|
+
}
|
|
1294
|
+
},
|
|
1295
|
+
|
|
1296
|
+
/**
|
|
1297
|
+
Detaches the scroll event subscriptions used to maintain scroll position
|
|
1298
|
+
parity between the scrollable `<div>` wrapper around the data table and the
|
|
1299
|
+
virtual scrollbar for vertically scrolling tables.
|
|
1300
|
+
|
|
1301
|
+
@method _unbindScrollbar
|
|
1302
|
+
@protected
|
|
1303
|
+
@since 3.5.0
|
|
1304
|
+
**/
|
|
1305
|
+
_unbindScrollbar: function () {
|
|
1306
|
+
if (this._scrollbarEventHandle) {
|
|
1307
|
+
this._scrollbarEventHandle.detach();
|
|
1308
|
+
}
|
|
1309
|
+
},
|
|
1310
|
+
|
|
1311
|
+
/**
|
|
1312
|
+
Detaches the resize event subscription used to maintain column parity for
|
|
1313
|
+
vertically scrolling tables with percentage widths.
|
|
1314
|
+
|
|
1315
|
+
@method _unbindScrollResize
|
|
1316
|
+
@protected
|
|
1317
|
+
@since 3.5.0
|
|
1318
|
+
**/
|
|
1319
|
+
_unbindScrollResize: function () {
|
|
1320
|
+
if (this._scrollResizeHandle) {
|
|
1321
|
+
this._scrollResizeHandle.detach();
|
|
1322
|
+
delete this._scrollResizeHandle;
|
|
1323
|
+
}
|
|
1324
|
+
}
|
|
1325
|
+
|
|
1326
|
+
/**
|
|
1327
|
+
Indicates horizontal table scrolling is enabled.
|
|
1328
|
+
|
|
1329
|
+
@property _xScroll
|
|
1330
|
+
@type {Boolean}
|
|
1331
|
+
@default undefined (not initially set)
|
|
1332
|
+
@private
|
|
1333
|
+
@since 3.5.0
|
|
1334
|
+
**/
|
|
1335
|
+
//_xScroll: null,
|
|
1336
|
+
|
|
1337
|
+
/**
|
|
1338
|
+
Indicates vertical table scrolling is enabled.
|
|
1339
|
+
|
|
1340
|
+
@property _yScroll
|
|
1341
|
+
@type {Boolean}
|
|
1342
|
+
@default undefined (not initially set)
|
|
1343
|
+
@private
|
|
1344
|
+
@since 3.5.0
|
|
1345
|
+
**/
|
|
1346
|
+
//_yScroll: null,
|
|
1347
|
+
|
|
1348
|
+
/**
|
|
1349
|
+
Fixed column header `<table>` Node for vertical scrolling tables.
|
|
1350
|
+
|
|
1351
|
+
@property _yScrollHeader
|
|
1352
|
+
@type {Node}
|
|
1353
|
+
@default undefined (not initially set)
|
|
1354
|
+
@protected
|
|
1355
|
+
@since 3.5.0
|
|
1356
|
+
**/
|
|
1357
|
+
//_yScrollHeader: null,
|
|
1358
|
+
|
|
1359
|
+
/**
|
|
1360
|
+
Overflow Node used to contain the data rows in a vertically scrolling table.
|
|
1361
|
+
|
|
1362
|
+
@property _yScrollNode
|
|
1363
|
+
@type {Node}
|
|
1364
|
+
@default undefined (not initially set)
|
|
1365
|
+
@protected
|
|
1366
|
+
@since 3.5.0
|
|
1367
|
+
**/
|
|
1368
|
+
//_yScrollNode: null,
|
|
1369
|
+
|
|
1370
|
+
/**
|
|
1371
|
+
Overflow Node used to contain the table headers and data in a horizontally
|
|
1372
|
+
scrolling table.
|
|
1373
|
+
|
|
1374
|
+
@property _xScrollNode
|
|
1375
|
+
@type {Node}
|
|
1376
|
+
@default undefined (not initially set)
|
|
1377
|
+
@protected
|
|
1378
|
+
@since 3.5.0
|
|
1379
|
+
**/
|
|
1380
|
+
//_xScrollNode: null
|
|
1381
|
+
}, true);
|
|
1382
|
+
|
|
1383
|
+
Y.Base.mix(Y.DataTable, [Scrollable]);
|
|
1384
|
+
|
|
1385
|
+
|
|
1386
|
+
}, '@VERSION@', {"requires": ["datatable-base", "datatable-column-widths", "dom-screen"], "skinnable": true});
|