@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,1293 @@
|
|
|
1
|
+
YUI.add('widget-base', function (Y, NAME) {
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* Provides the base Widget class, with HTML Parser support
|
|
5
|
+
*
|
|
6
|
+
* @module widget
|
|
7
|
+
* @main widget
|
|
8
|
+
*/
|
|
9
|
+
|
|
10
|
+
/**
|
|
11
|
+
* Provides the base Widget class
|
|
12
|
+
*
|
|
13
|
+
* @module widget
|
|
14
|
+
* @submodule widget-base
|
|
15
|
+
*/
|
|
16
|
+
var L = Y.Lang,
|
|
17
|
+
Node = Y.Node,
|
|
18
|
+
|
|
19
|
+
ClassNameManager = Y.ClassNameManager,
|
|
20
|
+
|
|
21
|
+
_getClassName = ClassNameManager.getClassName,
|
|
22
|
+
_getWidgetClassName,
|
|
23
|
+
|
|
24
|
+
_toInitialCap = Y.cached(function(str) {
|
|
25
|
+
return str.substring(0, 1).toUpperCase() + str.substring(1);
|
|
26
|
+
}),
|
|
27
|
+
|
|
28
|
+
// K-Weight, IE GC optimizations
|
|
29
|
+
CONTENT = "content",
|
|
30
|
+
VISIBLE = "visible",
|
|
31
|
+
HIDDEN = "hidden",
|
|
32
|
+
DISABLED = "disabled",
|
|
33
|
+
FOCUSED = "focused",
|
|
34
|
+
WIDTH = "width",
|
|
35
|
+
HEIGHT = "height",
|
|
36
|
+
BOUNDING_BOX = "boundingBox",
|
|
37
|
+
CONTENT_BOX = "contentBox",
|
|
38
|
+
PARENT_NODE = "parentNode",
|
|
39
|
+
OWNER_DOCUMENT = "ownerDocument",
|
|
40
|
+
AUTO = "auto",
|
|
41
|
+
SRC_NODE = "srcNode",
|
|
42
|
+
BODY = "body",
|
|
43
|
+
TAB_INDEX = "tabIndex",
|
|
44
|
+
ID = "id",
|
|
45
|
+
RENDER = "render",
|
|
46
|
+
RENDERED = "rendered",
|
|
47
|
+
DESTROYED = "destroyed",
|
|
48
|
+
STRINGS = "strings",
|
|
49
|
+
DIV = "<div></div>",
|
|
50
|
+
CHANGE = "Change",
|
|
51
|
+
LOADING = "loading",
|
|
52
|
+
|
|
53
|
+
_UISET = "_uiSet",
|
|
54
|
+
|
|
55
|
+
EMPTY_STR = "",
|
|
56
|
+
EMPTY_FN = function() {},
|
|
57
|
+
|
|
58
|
+
TRUE = true,
|
|
59
|
+
FALSE = false,
|
|
60
|
+
|
|
61
|
+
UI,
|
|
62
|
+
ATTRS = {},
|
|
63
|
+
UI_ATTRS = [VISIBLE, DISABLED, HEIGHT, WIDTH, FOCUSED, TAB_INDEX],
|
|
64
|
+
|
|
65
|
+
WEBKIT = Y.UA.webkit,
|
|
66
|
+
|
|
67
|
+
// Widget nodeid-to-instance map.
|
|
68
|
+
_instances = {};
|
|
69
|
+
|
|
70
|
+
/**
|
|
71
|
+
* A base class for widgets, providing:
|
|
72
|
+
* <ul>
|
|
73
|
+
* <li>The render lifecycle method, in addition to the init and destroy
|
|
74
|
+
* lifecycle methods provide by Base</li>
|
|
75
|
+
* <li>Abstract methods to support consistent MVC structure across
|
|
76
|
+
* widgets: renderer, renderUI, bindUI, syncUI</li>
|
|
77
|
+
* <li>Support for common widget attributes, such as boundingBox, contentBox, visible,
|
|
78
|
+
* disabled, focused, strings</li>
|
|
79
|
+
* </ul>
|
|
80
|
+
*
|
|
81
|
+
* @param config {Object} Object literal specifying widget configuration properties.
|
|
82
|
+
*
|
|
83
|
+
* @class Widget
|
|
84
|
+
* @constructor
|
|
85
|
+
* @extends Base
|
|
86
|
+
*/
|
|
87
|
+
function Widget(config) {
|
|
88
|
+
Y.log('constructor called', 'life', 'widget');
|
|
89
|
+
|
|
90
|
+
// kweight
|
|
91
|
+
var widget = this,
|
|
92
|
+
parentNode,
|
|
93
|
+
render,
|
|
94
|
+
constructor = widget.constructor;
|
|
95
|
+
|
|
96
|
+
widget._strs = {};
|
|
97
|
+
widget._cssPrefix = constructor.CSS_PREFIX || _getClassName(constructor.NAME.toLowerCase());
|
|
98
|
+
|
|
99
|
+
// We need a config for HTML_PARSER to work.
|
|
100
|
+
config = config || {};
|
|
101
|
+
|
|
102
|
+
Widget.superclass.constructor.call(widget, config);
|
|
103
|
+
|
|
104
|
+
render = widget.get(RENDER);
|
|
105
|
+
|
|
106
|
+
if (render) {
|
|
107
|
+
// Render could be a node or boolean
|
|
108
|
+
if (render !== TRUE) {
|
|
109
|
+
parentNode = render;
|
|
110
|
+
}
|
|
111
|
+
widget.render(parentNode);
|
|
112
|
+
}
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
/**
|
|
116
|
+
* Static property provides a string to identify the class.
|
|
117
|
+
* <p>
|
|
118
|
+
* Currently used to apply class identifiers to the bounding box
|
|
119
|
+
* and to classify events fired by the widget.
|
|
120
|
+
* </p>
|
|
121
|
+
*
|
|
122
|
+
* @property NAME
|
|
123
|
+
* @type String
|
|
124
|
+
* @static
|
|
125
|
+
*/
|
|
126
|
+
Widget.NAME = "widget";
|
|
127
|
+
|
|
128
|
+
/**
|
|
129
|
+
* Constant used to identify state changes originating from
|
|
130
|
+
* the DOM (as opposed to the JavaScript model).
|
|
131
|
+
*
|
|
132
|
+
* @property UI_SRC
|
|
133
|
+
* @type String
|
|
134
|
+
* @static
|
|
135
|
+
* @final
|
|
136
|
+
*/
|
|
137
|
+
UI = Widget.UI_SRC = "ui";
|
|
138
|
+
|
|
139
|
+
/**
|
|
140
|
+
* Static property used to define the default attribute
|
|
141
|
+
* configuration for the Widget.
|
|
142
|
+
*
|
|
143
|
+
* @property ATTRS
|
|
144
|
+
* @type Object
|
|
145
|
+
* @static
|
|
146
|
+
*/
|
|
147
|
+
Widget.ATTRS = ATTRS;
|
|
148
|
+
|
|
149
|
+
// Trying to optimize kweight by setting up attrs this way saves about 0.4K min'd
|
|
150
|
+
|
|
151
|
+
/**
|
|
152
|
+
* @attribute id
|
|
153
|
+
* @writeOnce
|
|
154
|
+
* @default Generated using guid()
|
|
155
|
+
* @type String
|
|
156
|
+
*/
|
|
157
|
+
|
|
158
|
+
ATTRS[ID] = {
|
|
159
|
+
valueFn: "_guid",
|
|
160
|
+
writeOnce: TRUE
|
|
161
|
+
};
|
|
162
|
+
|
|
163
|
+
/**
|
|
164
|
+
* Flag indicating whether or not this Widget
|
|
165
|
+
* has been through the render lifecycle phase.
|
|
166
|
+
*
|
|
167
|
+
* @attribute rendered
|
|
168
|
+
* @readOnly
|
|
169
|
+
* @default false
|
|
170
|
+
* @type boolean
|
|
171
|
+
*/
|
|
172
|
+
ATTRS[RENDERED] = {
|
|
173
|
+
value:FALSE,
|
|
174
|
+
readOnly: TRUE
|
|
175
|
+
};
|
|
176
|
+
|
|
177
|
+
/**
|
|
178
|
+
* @attribute boundingBox
|
|
179
|
+
* @description The outermost DOM node for the Widget, used for sizing and positioning
|
|
180
|
+
* of a Widget as well as a containing element for any decorator elements used
|
|
181
|
+
* for skinning.
|
|
182
|
+
* @type String | Node
|
|
183
|
+
* @writeOnce
|
|
184
|
+
*/
|
|
185
|
+
ATTRS[BOUNDING_BOX] = {
|
|
186
|
+
valueFn:"_defaultBB",
|
|
187
|
+
setter: "_setBB",
|
|
188
|
+
writeOnce: TRUE
|
|
189
|
+
};
|
|
190
|
+
|
|
191
|
+
/**
|
|
192
|
+
* @attribute contentBox
|
|
193
|
+
* @description A DOM node that is a direct descendant of a Widget's bounding box that
|
|
194
|
+
* houses its content.
|
|
195
|
+
* @type String | Node
|
|
196
|
+
* @writeOnce
|
|
197
|
+
*/
|
|
198
|
+
ATTRS[CONTENT_BOX] = {
|
|
199
|
+
valueFn:"_defaultCB",
|
|
200
|
+
setter: "_setCB",
|
|
201
|
+
writeOnce: TRUE
|
|
202
|
+
};
|
|
203
|
+
|
|
204
|
+
/**
|
|
205
|
+
* @attribute tabIndex
|
|
206
|
+
* @description Number (between -32767 to 32767) indicating the widget's
|
|
207
|
+
* position in the default tab flow. The value is used to set the
|
|
208
|
+
* "tabIndex" attribute on the widget's bounding box. Negative values allow
|
|
209
|
+
* the widget to receive DOM focus programmatically (by calling the focus
|
|
210
|
+
* method), while being removed from the default tab flow. A value of
|
|
211
|
+
* null removes the "tabIndex" attribute from the widget's bounding box.
|
|
212
|
+
* @type Number
|
|
213
|
+
* @default null
|
|
214
|
+
*/
|
|
215
|
+
ATTRS[TAB_INDEX] = {
|
|
216
|
+
value: null,
|
|
217
|
+
validator: "_validTabIndex"
|
|
218
|
+
};
|
|
219
|
+
|
|
220
|
+
/**
|
|
221
|
+
* @attribute focused
|
|
222
|
+
* @description Boolean indicating if the Widget, or one of its descendants,
|
|
223
|
+
* has focus.
|
|
224
|
+
* @readOnly
|
|
225
|
+
* @default false
|
|
226
|
+
* @type boolean
|
|
227
|
+
*/
|
|
228
|
+
ATTRS[FOCUSED] = {
|
|
229
|
+
value: FALSE,
|
|
230
|
+
readOnly:TRUE
|
|
231
|
+
};
|
|
232
|
+
|
|
233
|
+
/**
|
|
234
|
+
* @attribute disabled
|
|
235
|
+
* @description Boolean indicating if the Widget should be disabled. The disabled implementation
|
|
236
|
+
* is left to the specific classes extending widget.
|
|
237
|
+
* @default false
|
|
238
|
+
* @type boolean
|
|
239
|
+
*/
|
|
240
|
+
ATTRS[DISABLED] = {
|
|
241
|
+
value: FALSE
|
|
242
|
+
};
|
|
243
|
+
|
|
244
|
+
/**
|
|
245
|
+
* @attribute visible
|
|
246
|
+
* @description Boolean indicating whether or not the Widget is visible.
|
|
247
|
+
* @default TRUE
|
|
248
|
+
* @type boolean
|
|
249
|
+
*/
|
|
250
|
+
ATTRS[VISIBLE] = {
|
|
251
|
+
value: TRUE
|
|
252
|
+
};
|
|
253
|
+
|
|
254
|
+
/**
|
|
255
|
+
* @attribute height
|
|
256
|
+
* @description String with units, or number, representing the height of the Widget. If a number is provided,
|
|
257
|
+
* the default unit, defined by the Widgets DEF_UNIT, property is used.
|
|
258
|
+
* @default EMPTY_STR
|
|
259
|
+
* @type {String | Number}
|
|
260
|
+
*/
|
|
261
|
+
ATTRS[HEIGHT] = {
|
|
262
|
+
value: EMPTY_STR
|
|
263
|
+
};
|
|
264
|
+
|
|
265
|
+
/**
|
|
266
|
+
* @attribute width
|
|
267
|
+
* @description String with units, or number, representing the width of the Widget. If a number is provided,
|
|
268
|
+
* the default unit, defined by the Widgets DEF_UNIT, property is used.
|
|
269
|
+
* @default EMPTY_STR
|
|
270
|
+
* @type {String | Number}
|
|
271
|
+
*/
|
|
272
|
+
ATTRS[WIDTH] = {
|
|
273
|
+
value: EMPTY_STR
|
|
274
|
+
};
|
|
275
|
+
|
|
276
|
+
/**
|
|
277
|
+
* @attribute strings
|
|
278
|
+
* @description Collection of strings used to label elements of the Widget's UI.
|
|
279
|
+
* @default null
|
|
280
|
+
* @type Object
|
|
281
|
+
*/
|
|
282
|
+
ATTRS[STRINGS] = {
|
|
283
|
+
value: {},
|
|
284
|
+
setter: "_strSetter",
|
|
285
|
+
getter: "_strGetter"
|
|
286
|
+
};
|
|
287
|
+
|
|
288
|
+
/**
|
|
289
|
+
* Whether or not to render the widget automatically after init, and optionally, to which parent node.
|
|
290
|
+
*
|
|
291
|
+
* @attribute render
|
|
292
|
+
* @type boolean | Node
|
|
293
|
+
* @writeOnce
|
|
294
|
+
*/
|
|
295
|
+
ATTRS[RENDER] = {
|
|
296
|
+
value:FALSE,
|
|
297
|
+
writeOnce:TRUE
|
|
298
|
+
};
|
|
299
|
+
|
|
300
|
+
/**
|
|
301
|
+
* The css prefix which the static Widget.getClassName method should use when constructing class names
|
|
302
|
+
*
|
|
303
|
+
* @property CSS_PREFIX
|
|
304
|
+
* @type String
|
|
305
|
+
* @default Widget.NAME.toLowerCase()
|
|
306
|
+
* @private
|
|
307
|
+
* @static
|
|
308
|
+
*/
|
|
309
|
+
Widget.CSS_PREFIX = _getClassName(Widget.NAME.toLowerCase());
|
|
310
|
+
|
|
311
|
+
/**
|
|
312
|
+
* Generate a standard prefixed classname for the Widget, prefixed by the default prefix defined
|
|
313
|
+
* by the <code>Y.config.classNamePrefix</code> attribute used by <code>ClassNameManager</code> and
|
|
314
|
+
* <code>Widget.NAME.toLowerCase()</code> (e.g. "yui-widget-xxxxx-yyyyy", based on default values for
|
|
315
|
+
* the prefix and widget class name).
|
|
316
|
+
* <p>
|
|
317
|
+
* The instance based version of this method can be used to generate standard prefixed classnames,
|
|
318
|
+
* based on the instances NAME, as opposed to Widget.NAME. This method should be used when you
|
|
319
|
+
* need to use a constant class name across different types instances.
|
|
320
|
+
* </p>
|
|
321
|
+
* @method getClassName
|
|
322
|
+
* @param {String*} args* 0..n strings which should be concatenated, using the default separator defined by ClassNameManager, to create the class name
|
|
323
|
+
*/
|
|
324
|
+
Widget.getClassName = function() {
|
|
325
|
+
// arguments needs to be array'fied to concat
|
|
326
|
+
return _getClassName.apply(ClassNameManager, [Widget.CSS_PREFIX].concat(Y.Array(arguments), true));
|
|
327
|
+
};
|
|
328
|
+
|
|
329
|
+
_getWidgetClassName = Widget.getClassName;
|
|
330
|
+
|
|
331
|
+
/**
|
|
332
|
+
* Returns the widget instance whose bounding box contains, or is, the given node.
|
|
333
|
+
* <p>
|
|
334
|
+
* In the case of nested widgets, the nearest bounding box ancestor is used to
|
|
335
|
+
* return the widget instance.
|
|
336
|
+
* </p>
|
|
337
|
+
* @method getByNode
|
|
338
|
+
* @static
|
|
339
|
+
* @param node {Node | String} The node for which to return a Widget instance. If a selector
|
|
340
|
+
* string is passed in, which selects more than one node, the first node found is used.
|
|
341
|
+
* @return {Widget} Widget instance, or null if not found.
|
|
342
|
+
*/
|
|
343
|
+
Widget.getByNode = function(node) {
|
|
344
|
+
var widget,
|
|
345
|
+
widgetMarker = _getWidgetClassName();
|
|
346
|
+
|
|
347
|
+
node = Node.one(node);
|
|
348
|
+
if (node) {
|
|
349
|
+
node = node.ancestor("." + widgetMarker, true);
|
|
350
|
+
if (node) {
|
|
351
|
+
widget = _instances[Y.stamp(node, true)];
|
|
352
|
+
}
|
|
353
|
+
}
|
|
354
|
+
|
|
355
|
+
return widget || null;
|
|
356
|
+
};
|
|
357
|
+
|
|
358
|
+
Y.extend(Widget, Y.Base, {
|
|
359
|
+
|
|
360
|
+
/**
|
|
361
|
+
* Returns a class name prefixed with the the value of the
|
|
362
|
+
* <code>YUI.config.classNamePrefix</code> attribute + the instances <code>NAME</code> property.
|
|
363
|
+
* Uses <code>YUI.config.classNameDelimiter</code> attribute to delimit the provided strings.
|
|
364
|
+
* e.g.
|
|
365
|
+
* <code>
|
|
366
|
+
* <pre>
|
|
367
|
+
* // returns "yui-slider-foo-bar", for a slider instance
|
|
368
|
+
* var scn = slider.getClassName('foo','bar');
|
|
369
|
+
*
|
|
370
|
+
* // returns "yui-overlay-foo-bar", for an overlay instance
|
|
371
|
+
* var ocn = overlay.getClassName('foo','bar');
|
|
372
|
+
* </pre>
|
|
373
|
+
* </code>
|
|
374
|
+
*
|
|
375
|
+
* @method getClassName
|
|
376
|
+
* @param {String} [classnames*] One or more classname bits to be joined and prefixed
|
|
377
|
+
*/
|
|
378
|
+
getClassName: function () {
|
|
379
|
+
return _getClassName.apply(ClassNameManager, [this._cssPrefix].concat(Y.Array(arguments), true));
|
|
380
|
+
},
|
|
381
|
+
|
|
382
|
+
/**
|
|
383
|
+
* Initializer lifecycle implementation for the Widget class. Registers the
|
|
384
|
+
* widget instance, and runs through the Widget's HTML_PARSER definition.
|
|
385
|
+
*
|
|
386
|
+
* @method initializer
|
|
387
|
+
* @protected
|
|
388
|
+
* @param config {Object} Configuration object literal for the widget
|
|
389
|
+
*/
|
|
390
|
+
initializer: function(config) {
|
|
391
|
+
Y.log('initializer called', 'life', 'widget');
|
|
392
|
+
|
|
393
|
+
var bb = this.get(BOUNDING_BOX);
|
|
394
|
+
|
|
395
|
+
if (bb instanceof Node) {
|
|
396
|
+
this._mapInstance(Y.stamp(bb));
|
|
397
|
+
}
|
|
398
|
+
|
|
399
|
+
/**
|
|
400
|
+
* Notification event, which widget implementations can fire, when
|
|
401
|
+
* they change the content of the widget. This event has no default
|
|
402
|
+
* behavior and cannot be prevented, so the "on" or "after"
|
|
403
|
+
* moments are effectively equivalent (with on listeners being invoked before
|
|
404
|
+
* after listeners).
|
|
405
|
+
*
|
|
406
|
+
* @event widget:contentUpdate
|
|
407
|
+
* @preventable false
|
|
408
|
+
* @param {EventFacade} e The Event Facade
|
|
409
|
+
*/
|
|
410
|
+
},
|
|
411
|
+
|
|
412
|
+
/**
|
|
413
|
+
* Utility method used to add an entry to the boundingBox id to instance map.
|
|
414
|
+
*
|
|
415
|
+
* This method can be used to populate the instance with lazily created boundingBox Node references.
|
|
416
|
+
*
|
|
417
|
+
* @method _mapInstance
|
|
418
|
+
* @param {String} The boundingBox id
|
|
419
|
+
* @protected
|
|
420
|
+
*/
|
|
421
|
+
_mapInstance : function(id) {
|
|
422
|
+
_instances[id] = this;
|
|
423
|
+
},
|
|
424
|
+
|
|
425
|
+
/**
|
|
426
|
+
* Destructor lifecycle implementation for the Widget class. Purges events attached
|
|
427
|
+
* to the bounding box and content box, removes them from the DOM and removes
|
|
428
|
+
* the Widget from the list of registered widgets.
|
|
429
|
+
*
|
|
430
|
+
* @method destructor
|
|
431
|
+
* @protected
|
|
432
|
+
*/
|
|
433
|
+
destructor: function() {
|
|
434
|
+
Y.log('destructor called', 'life', 'widget');
|
|
435
|
+
|
|
436
|
+
var boundingBox = this.get(BOUNDING_BOX),
|
|
437
|
+
bbGuid;
|
|
438
|
+
|
|
439
|
+
if (boundingBox instanceof Node) {
|
|
440
|
+
bbGuid = Y.stamp(boundingBox,true);
|
|
441
|
+
|
|
442
|
+
if (bbGuid in _instances) {
|
|
443
|
+
delete _instances[bbGuid];
|
|
444
|
+
}
|
|
445
|
+
|
|
446
|
+
this._destroyBox();
|
|
447
|
+
}
|
|
448
|
+
},
|
|
449
|
+
|
|
450
|
+
/**
|
|
451
|
+
* <p>
|
|
452
|
+
* Destroy lifecycle method. Fires the destroy
|
|
453
|
+
* event, prior to invoking destructors for the
|
|
454
|
+
* class hierarchy.
|
|
455
|
+
*
|
|
456
|
+
* Overrides Base's implementation, to support arguments to destroy
|
|
457
|
+
* </p>
|
|
458
|
+
* <p>
|
|
459
|
+
* Subscribers to the destroy
|
|
460
|
+
* event can invoke preventDefault on the event object, to prevent destruction
|
|
461
|
+
* from proceeding.
|
|
462
|
+
* </p>
|
|
463
|
+
* @method destroy
|
|
464
|
+
* @param destroyAllNodes {Boolean} If true, all nodes contained within the Widget are
|
|
465
|
+
* removed and destroyed. Defaults to false due to potentially high run-time cost.
|
|
466
|
+
* @return {Widget} A reference to this object
|
|
467
|
+
* @chainable
|
|
468
|
+
*/
|
|
469
|
+
destroy: function(destroyAllNodes) {
|
|
470
|
+
this._destroyAllNodes = destroyAllNodes;
|
|
471
|
+
return Widget.superclass.destroy.apply(this);
|
|
472
|
+
},
|
|
473
|
+
|
|
474
|
+
/**
|
|
475
|
+
* Removes and destroys the widgets rendered boundingBox, contentBox,
|
|
476
|
+
* and detaches bound UI events.
|
|
477
|
+
*
|
|
478
|
+
* @method _destroyBox
|
|
479
|
+
* @protected
|
|
480
|
+
*/
|
|
481
|
+
_destroyBox : function() {
|
|
482
|
+
|
|
483
|
+
var boundingBox = this.get(BOUNDING_BOX),
|
|
484
|
+
contentBox = this.get(CONTENT_BOX),
|
|
485
|
+
deep = this._destroyAllNodes,
|
|
486
|
+
same;
|
|
487
|
+
|
|
488
|
+
same = boundingBox && boundingBox.compareTo(contentBox);
|
|
489
|
+
|
|
490
|
+
if (this.UI_EVENTS) {
|
|
491
|
+
this._destroyUIEvents();
|
|
492
|
+
}
|
|
493
|
+
|
|
494
|
+
this._unbindUI(boundingBox);
|
|
495
|
+
|
|
496
|
+
if (contentBox) {
|
|
497
|
+
if (deep) {
|
|
498
|
+
contentBox.empty();
|
|
499
|
+
}
|
|
500
|
+
contentBox.remove(TRUE);
|
|
501
|
+
}
|
|
502
|
+
|
|
503
|
+
if (!same) {
|
|
504
|
+
if (deep) {
|
|
505
|
+
boundingBox.empty();
|
|
506
|
+
}
|
|
507
|
+
boundingBox.remove(TRUE);
|
|
508
|
+
}
|
|
509
|
+
},
|
|
510
|
+
|
|
511
|
+
/**
|
|
512
|
+
* Establishes the initial DOM for the widget. Invoking this
|
|
513
|
+
* method will lead to the creating of all DOM elements for
|
|
514
|
+
* the widget (or the manipulation of existing DOM elements
|
|
515
|
+
* for the progressive enhancement use case).
|
|
516
|
+
* <p>
|
|
517
|
+
* This method should only be invoked once for an initialized
|
|
518
|
+
* widget.
|
|
519
|
+
* </p>
|
|
520
|
+
* <p>
|
|
521
|
+
* It delegates to the widget specific renderer method to do
|
|
522
|
+
* the actual work.
|
|
523
|
+
* </p>
|
|
524
|
+
*
|
|
525
|
+
* @method render
|
|
526
|
+
* @chainable
|
|
527
|
+
* @final
|
|
528
|
+
* @param parentNode {Object | String} Optional. The Node under which the
|
|
529
|
+
* Widget is to be rendered. This can be a Node instance or a CSS selector string.
|
|
530
|
+
* <p>
|
|
531
|
+
* If the selector string returns more than one Node, the first node will be used
|
|
532
|
+
* as the parentNode. NOTE: This argument is required if both the boundingBox and contentBox
|
|
533
|
+
* are not currently in the document. If it's not provided, the Widget will be rendered
|
|
534
|
+
* to the body of the current document in this case.
|
|
535
|
+
* </p>
|
|
536
|
+
*/
|
|
537
|
+
render: function(parentNode) {
|
|
538
|
+
if (this.get(DESTROYED)) { Y.log("Render failed; widget has been destroyed", "error", "widget"); }
|
|
539
|
+
|
|
540
|
+
if (!this.get(DESTROYED) && !this.get(RENDERED)) {
|
|
541
|
+
/**
|
|
542
|
+
* Lifecycle event for the render phase, fired prior to rendering the UI
|
|
543
|
+
* for the widget (prior to invoking the widget's renderer method).
|
|
544
|
+
* <p>
|
|
545
|
+
* Subscribers to the "on" moment of this event, will be notified
|
|
546
|
+
* before the widget is rendered.
|
|
547
|
+
* </p>
|
|
548
|
+
* <p>
|
|
549
|
+
* Subscribers to the "after" moment of this event, will be notified
|
|
550
|
+
* after rendering is complete.
|
|
551
|
+
* </p>
|
|
552
|
+
*
|
|
553
|
+
* @event render
|
|
554
|
+
* @preventable _defRenderFn
|
|
555
|
+
* @param {EventFacade} e The Event Facade
|
|
556
|
+
*/
|
|
557
|
+
this.publish(RENDER, {
|
|
558
|
+
queuable:FALSE,
|
|
559
|
+
fireOnce:TRUE,
|
|
560
|
+
defaultTargetOnly:TRUE,
|
|
561
|
+
defaultFn: this._defRenderFn
|
|
562
|
+
});
|
|
563
|
+
|
|
564
|
+
this.fire(RENDER, {parentNode: (parentNode) ? Node.one(parentNode) : null});
|
|
565
|
+
}
|
|
566
|
+
return this;
|
|
567
|
+
},
|
|
568
|
+
|
|
569
|
+
/**
|
|
570
|
+
* Default render handler
|
|
571
|
+
*
|
|
572
|
+
* @method _defRenderFn
|
|
573
|
+
* @protected
|
|
574
|
+
* @param {EventFacade} e The Event object
|
|
575
|
+
* @param {Node} parentNode The parent node to render to, if passed in to the <code>render</code> method
|
|
576
|
+
*/
|
|
577
|
+
_defRenderFn : function(e) {
|
|
578
|
+
this._parentNode = e.parentNode;
|
|
579
|
+
|
|
580
|
+
this.renderer();
|
|
581
|
+
this._set(RENDERED, TRUE);
|
|
582
|
+
|
|
583
|
+
this._removeLoadingClassNames();
|
|
584
|
+
},
|
|
585
|
+
|
|
586
|
+
/**
|
|
587
|
+
* Creates DOM (or manipulates DOM for progressive enhancement)
|
|
588
|
+
* This method is invoked by render() and is not chained
|
|
589
|
+
* automatically for the class hierarchy (unlike initializer, destructor)
|
|
590
|
+
* so it should be chained manually for subclasses if required.
|
|
591
|
+
*
|
|
592
|
+
* @method renderer
|
|
593
|
+
* @protected
|
|
594
|
+
*/
|
|
595
|
+
renderer: function() {
|
|
596
|
+
// kweight
|
|
597
|
+
var widget = this;
|
|
598
|
+
|
|
599
|
+
widget._renderUI();
|
|
600
|
+
widget.renderUI();
|
|
601
|
+
|
|
602
|
+
widget._bindUI();
|
|
603
|
+
widget.bindUI();
|
|
604
|
+
|
|
605
|
+
widget._syncUI();
|
|
606
|
+
widget.syncUI();
|
|
607
|
+
},
|
|
608
|
+
|
|
609
|
+
/**
|
|
610
|
+
* Configures/Sets up listeners to bind Widget State to UI/DOM
|
|
611
|
+
*
|
|
612
|
+
* This method is not called by framework and is not chained
|
|
613
|
+
* automatically for the class hierarchy.
|
|
614
|
+
*
|
|
615
|
+
* @method bindUI
|
|
616
|
+
* @protected
|
|
617
|
+
*/
|
|
618
|
+
bindUI: EMPTY_FN,
|
|
619
|
+
|
|
620
|
+
/**
|
|
621
|
+
* Adds nodes to the DOM
|
|
622
|
+
*
|
|
623
|
+
* This method is not called by framework and is not chained
|
|
624
|
+
* automatically for the class hierarchy.
|
|
625
|
+
*
|
|
626
|
+
* @method renderUI
|
|
627
|
+
* @protected
|
|
628
|
+
*/
|
|
629
|
+
renderUI: EMPTY_FN,
|
|
630
|
+
|
|
631
|
+
/**
|
|
632
|
+
* Refreshes the rendered UI, based on Widget State
|
|
633
|
+
*
|
|
634
|
+
* This method is not called by framework and is not chained
|
|
635
|
+
* automatically for the class hierarchy.
|
|
636
|
+
*
|
|
637
|
+
* @method syncUI
|
|
638
|
+
* @protected
|
|
639
|
+
*
|
|
640
|
+
*/
|
|
641
|
+
syncUI: EMPTY_FN,
|
|
642
|
+
|
|
643
|
+
/**
|
|
644
|
+
* @method hide
|
|
645
|
+
* @description Hides the Widget by setting the "visible" attribute to "false".
|
|
646
|
+
* @chainable
|
|
647
|
+
*/
|
|
648
|
+
hide: function() {
|
|
649
|
+
return this.set(VISIBLE, FALSE);
|
|
650
|
+
},
|
|
651
|
+
|
|
652
|
+
/**
|
|
653
|
+
* @method show
|
|
654
|
+
* @description Shows the Widget by setting the "visible" attribute to "true".
|
|
655
|
+
* @chainable
|
|
656
|
+
*/
|
|
657
|
+
show: function() {
|
|
658
|
+
return this.set(VISIBLE, TRUE);
|
|
659
|
+
},
|
|
660
|
+
|
|
661
|
+
/**
|
|
662
|
+
* @method focus
|
|
663
|
+
* @description Causes the Widget to receive the focus by setting the "focused"
|
|
664
|
+
* attribute to "true".
|
|
665
|
+
* @chainable
|
|
666
|
+
*/
|
|
667
|
+
focus: function () {
|
|
668
|
+
return this._set(FOCUSED, TRUE);
|
|
669
|
+
},
|
|
670
|
+
|
|
671
|
+
/**
|
|
672
|
+
* @method blur
|
|
673
|
+
* @description Causes the Widget to lose focus by setting the "focused" attribute
|
|
674
|
+
* to "false"
|
|
675
|
+
* @chainable
|
|
676
|
+
*/
|
|
677
|
+
blur: function () {
|
|
678
|
+
return this._set(FOCUSED, FALSE);
|
|
679
|
+
},
|
|
680
|
+
|
|
681
|
+
/**
|
|
682
|
+
* @method enable
|
|
683
|
+
* @description Set the Widget's "disabled" attribute to "false".
|
|
684
|
+
* @chainable
|
|
685
|
+
*/
|
|
686
|
+
enable: function() {
|
|
687
|
+
return this.set(DISABLED, FALSE);
|
|
688
|
+
},
|
|
689
|
+
|
|
690
|
+
/**
|
|
691
|
+
* @method disable
|
|
692
|
+
* @description Set the Widget's "disabled" attribute to "true".
|
|
693
|
+
* @chainable
|
|
694
|
+
*/
|
|
695
|
+
disable: function() {
|
|
696
|
+
return this.set(DISABLED, TRUE);
|
|
697
|
+
},
|
|
698
|
+
|
|
699
|
+
/**
|
|
700
|
+
* @method _uiSizeCB
|
|
701
|
+
* @protected
|
|
702
|
+
* @param {boolean} expand
|
|
703
|
+
*/
|
|
704
|
+
_uiSizeCB : function(expand) {
|
|
705
|
+
this.get(CONTENT_BOX).toggleClass(_getWidgetClassName(CONTENT, "expanded"), expand);
|
|
706
|
+
},
|
|
707
|
+
|
|
708
|
+
/**
|
|
709
|
+
* Helper method to collect the boundingBox and contentBox and append to the provided parentNode, if not
|
|
710
|
+
* already a child. The owner document of the boundingBox, or the owner document of the contentBox will be used
|
|
711
|
+
* as the document into which the Widget is rendered if a parentNode is node is not provided. If both the boundingBox and
|
|
712
|
+
* the contentBox are not currently in the document, and no parentNode is provided, the widget will be rendered
|
|
713
|
+
* to the current document's body.
|
|
714
|
+
*
|
|
715
|
+
* @method _renderBox
|
|
716
|
+
* @private
|
|
717
|
+
* @param {Node} parentNode The parentNode to render the widget to. If not provided, and both the boundingBox and
|
|
718
|
+
* the contentBox are not currently in the document, the widget will be rendered to the current document's body.
|
|
719
|
+
*/
|
|
720
|
+
_renderBox: function(parentNode) {
|
|
721
|
+
|
|
722
|
+
// TODO: Performance Optimization [ More effective algo to reduce Node refs, compares, replaces? ]
|
|
723
|
+
|
|
724
|
+
var widget = this, // kweight
|
|
725
|
+
contentBox = widget.get(CONTENT_BOX),
|
|
726
|
+
boundingBox = widget.get(BOUNDING_BOX),
|
|
727
|
+
srcNode = widget.get(SRC_NODE),
|
|
728
|
+
defParentNode = widget.DEF_PARENT_NODE,
|
|
729
|
+
|
|
730
|
+
doc = (srcNode && srcNode.get(OWNER_DOCUMENT)) || boundingBox.get(OWNER_DOCUMENT) || contentBox.get(OWNER_DOCUMENT);
|
|
731
|
+
|
|
732
|
+
// If srcNode (assume it's always in doc), have contentBox take its place (widget render responsible for re-use of srcNode contents)
|
|
733
|
+
if (srcNode && !srcNode.compareTo(contentBox) && !contentBox.inDoc(doc)) {
|
|
734
|
+
srcNode.replace(contentBox);
|
|
735
|
+
}
|
|
736
|
+
|
|
737
|
+
if (!boundingBox.compareTo(contentBox.get(PARENT_NODE)) && !boundingBox.compareTo(contentBox)) {
|
|
738
|
+
// If contentBox box is already in the document, have boundingBox box take it's place
|
|
739
|
+
if (contentBox.inDoc(doc)) {
|
|
740
|
+
contentBox.replace(boundingBox);
|
|
741
|
+
}
|
|
742
|
+
boundingBox.appendChild(contentBox);
|
|
743
|
+
}
|
|
744
|
+
|
|
745
|
+
parentNode = parentNode || (defParentNode && Node.one(defParentNode));
|
|
746
|
+
|
|
747
|
+
if (parentNode) {
|
|
748
|
+
parentNode.appendChild(boundingBox);
|
|
749
|
+
} else if (!boundingBox.inDoc(doc)) {
|
|
750
|
+
Node.one(BODY).insert(boundingBox, 0);
|
|
751
|
+
}
|
|
752
|
+
},
|
|
753
|
+
|
|
754
|
+
/**
|
|
755
|
+
* Setter for the boundingBox attribute
|
|
756
|
+
*
|
|
757
|
+
* @method _setBB
|
|
758
|
+
* @private
|
|
759
|
+
* @param {Node|String} node
|
|
760
|
+
* @return Node
|
|
761
|
+
*/
|
|
762
|
+
_setBB: function(node) {
|
|
763
|
+
return this._setBox(this.get(ID), node, this.BOUNDING_TEMPLATE, true);
|
|
764
|
+
},
|
|
765
|
+
|
|
766
|
+
/**
|
|
767
|
+
* Setter for the contentBox attribute
|
|
768
|
+
*
|
|
769
|
+
* @method _setCB
|
|
770
|
+
* @private
|
|
771
|
+
* @param {Node|String} node
|
|
772
|
+
* @return Node
|
|
773
|
+
*/
|
|
774
|
+
_setCB: function(node) {
|
|
775
|
+
return (this.CONTENT_TEMPLATE === null) ? this.get(BOUNDING_BOX) : this._setBox(null, node, this.CONTENT_TEMPLATE, false);
|
|
776
|
+
},
|
|
777
|
+
|
|
778
|
+
/**
|
|
779
|
+
* Returns the default value for the boundingBox attribute.
|
|
780
|
+
*
|
|
781
|
+
* For the Widget class, this will most commonly be null (resulting in a new
|
|
782
|
+
* boundingBox node instance being created), unless a srcNode was provided
|
|
783
|
+
* and CONTENT_TEMPLATE is null, in which case it will be srcNode.
|
|
784
|
+
* This behavior was introduced in @VERSION@ to accomodate single-box widgets
|
|
785
|
+
* whose BB & CB both point to srcNode (e.g. Y.Button).
|
|
786
|
+
*
|
|
787
|
+
* @method _defaultBB
|
|
788
|
+
* @protected
|
|
789
|
+
*/
|
|
790
|
+
_defaultBB : function() {
|
|
791
|
+
var node = this.get(SRC_NODE),
|
|
792
|
+
nullCT = (this.CONTENT_TEMPLATE === null);
|
|
793
|
+
|
|
794
|
+
return ((node && nullCT) ? node : null);
|
|
795
|
+
},
|
|
796
|
+
|
|
797
|
+
/**
|
|
798
|
+
* Returns the default value for the contentBox attribute.
|
|
799
|
+
*
|
|
800
|
+
* For the Widget class, this will be the srcNode if provided, otherwise null (resulting in
|
|
801
|
+
* a new contentBox node instance being created)
|
|
802
|
+
*
|
|
803
|
+
* @method _defaultCB
|
|
804
|
+
* @protected
|
|
805
|
+
*/
|
|
806
|
+
_defaultCB : function(node) {
|
|
807
|
+
return this.get(SRC_NODE) || null;
|
|
808
|
+
},
|
|
809
|
+
|
|
810
|
+
/**
|
|
811
|
+
* Helper method to set the bounding/content box, or create it from
|
|
812
|
+
* the provided template if not found.
|
|
813
|
+
*
|
|
814
|
+
* @method _setBox
|
|
815
|
+
* @private
|
|
816
|
+
*
|
|
817
|
+
* @param {String} id The node's id attribute
|
|
818
|
+
* @param {Node|String} node The node reference
|
|
819
|
+
* @param {String} template HTML string template for the node
|
|
820
|
+
* @param {boolean} isBounding true if this is the boundingBox, false if it's the contentBox
|
|
821
|
+
* @return {Node} The node
|
|
822
|
+
*/
|
|
823
|
+
_setBox : function(id, node, template, isBounding) {
|
|
824
|
+
|
|
825
|
+
node = Node.one(node);
|
|
826
|
+
|
|
827
|
+
if (!node) {
|
|
828
|
+
node = Node.create(template);
|
|
829
|
+
|
|
830
|
+
if (isBounding) {
|
|
831
|
+
this._bbFromTemplate = true;
|
|
832
|
+
} else {
|
|
833
|
+
this._cbFromTemplate = true;
|
|
834
|
+
}
|
|
835
|
+
}
|
|
836
|
+
|
|
837
|
+
if (!node.get(ID)) {
|
|
838
|
+
node.set(ID, id || Y.guid());
|
|
839
|
+
}
|
|
840
|
+
|
|
841
|
+
return node;
|
|
842
|
+
},
|
|
843
|
+
|
|
844
|
+
/**
|
|
845
|
+
* Initializes the UI state for the Widget's bounding/content boxes.
|
|
846
|
+
*
|
|
847
|
+
* @method _renderUI
|
|
848
|
+
* @protected
|
|
849
|
+
*/
|
|
850
|
+
_renderUI: function() {
|
|
851
|
+
this._renderBoxClassNames();
|
|
852
|
+
this._renderBox(this._parentNode);
|
|
853
|
+
},
|
|
854
|
+
|
|
855
|
+
/**
|
|
856
|
+
* Applies standard class names to the boundingBox and contentBox
|
|
857
|
+
*
|
|
858
|
+
* @method _renderBoxClassNames
|
|
859
|
+
* @protected
|
|
860
|
+
*/
|
|
861
|
+
_renderBoxClassNames : function() {
|
|
862
|
+
var classes = this._getClasses(),
|
|
863
|
+
cl,
|
|
864
|
+
boundingBox = this.get(BOUNDING_BOX),
|
|
865
|
+
i;
|
|
866
|
+
|
|
867
|
+
boundingBox.addClass(_getWidgetClassName());
|
|
868
|
+
|
|
869
|
+
// Start from Widget Sub Class
|
|
870
|
+
for (i = classes.length-3; i >= 0; i--) {
|
|
871
|
+
cl = classes[i];
|
|
872
|
+
boundingBox.addClass(cl.CSS_PREFIX || _getClassName(cl.NAME.toLowerCase()));
|
|
873
|
+
}
|
|
874
|
+
|
|
875
|
+
// Use instance based name for content box
|
|
876
|
+
this.get(CONTENT_BOX).addClass(this.getClassName(CONTENT));
|
|
877
|
+
},
|
|
878
|
+
|
|
879
|
+
/**
|
|
880
|
+
* Removes class names representative of the widget's loading state from
|
|
881
|
+
* the boundingBox.
|
|
882
|
+
*
|
|
883
|
+
* @method _removeLoadingClassNames
|
|
884
|
+
* @protected
|
|
885
|
+
*/
|
|
886
|
+
_removeLoadingClassNames: function () {
|
|
887
|
+
|
|
888
|
+
var boundingBox = this.get(BOUNDING_BOX),
|
|
889
|
+
contentBox = this.get(CONTENT_BOX),
|
|
890
|
+
instClass = this.getClassName(LOADING),
|
|
891
|
+
widgetClass = _getWidgetClassName(LOADING);
|
|
892
|
+
|
|
893
|
+
boundingBox.removeClass(widgetClass)
|
|
894
|
+
.removeClass(instClass);
|
|
895
|
+
|
|
896
|
+
contentBox.removeClass(widgetClass)
|
|
897
|
+
.removeClass(instClass);
|
|
898
|
+
},
|
|
899
|
+
|
|
900
|
+
/**
|
|
901
|
+
* Sets up DOM and CustomEvent listeners for the widget.
|
|
902
|
+
*
|
|
903
|
+
* @method _bindUI
|
|
904
|
+
* @protected
|
|
905
|
+
*/
|
|
906
|
+
_bindUI: function() {
|
|
907
|
+
this._bindAttrUI(this._UI_ATTRS.BIND);
|
|
908
|
+
this._bindDOM();
|
|
909
|
+
},
|
|
910
|
+
|
|
911
|
+
/**
|
|
912
|
+
* @method _unbindUI
|
|
913
|
+
* @protected
|
|
914
|
+
*/
|
|
915
|
+
_unbindUI : function(boundingBox) {
|
|
916
|
+
this._unbindDOM(boundingBox);
|
|
917
|
+
},
|
|
918
|
+
|
|
919
|
+
/**
|
|
920
|
+
* Sets up DOM listeners, on elements rendered by the widget.
|
|
921
|
+
*
|
|
922
|
+
* @method _bindDOM
|
|
923
|
+
* @protected
|
|
924
|
+
*/
|
|
925
|
+
_bindDOM : function() {
|
|
926
|
+
var oDocument = this.get(BOUNDING_BOX).get(OWNER_DOCUMENT),
|
|
927
|
+
focusHandle = Widget._hDocFocus;
|
|
928
|
+
|
|
929
|
+
// Shared listener across all Widgets.
|
|
930
|
+
if (!focusHandle) {
|
|
931
|
+
focusHandle = Widget._hDocFocus = oDocument.on("focus", this._onDocFocus, this);
|
|
932
|
+
focusHandle.listeners = {
|
|
933
|
+
count: 0
|
|
934
|
+
};
|
|
935
|
+
}
|
|
936
|
+
|
|
937
|
+
focusHandle.listeners[Y.stamp(this, true)] = true;
|
|
938
|
+
focusHandle.listeners.count++;
|
|
939
|
+
|
|
940
|
+
// Fix for Webkit:
|
|
941
|
+
// Document doesn't receive focus in Webkit when the user mouses
|
|
942
|
+
// down on it, so the "focused" attribute won't get set to the
|
|
943
|
+
// correct value. Keeping this instance based for now, potential better performance.
|
|
944
|
+
// Otherwise we'll end up looking up widgets from the DOM on every mousedown.
|
|
945
|
+
if (WEBKIT){
|
|
946
|
+
this._hDocMouseDown = oDocument.on("mousedown", this._onDocMouseDown, this);
|
|
947
|
+
}
|
|
948
|
+
},
|
|
949
|
+
|
|
950
|
+
/**
|
|
951
|
+
* @method _unbindDOM
|
|
952
|
+
* @protected
|
|
953
|
+
*/
|
|
954
|
+
_unbindDOM : function(boundingBox) {
|
|
955
|
+
|
|
956
|
+
var focusHandle = Widget._hDocFocus,
|
|
957
|
+
yuid = Y.stamp(this, true),
|
|
958
|
+
focusListeners,
|
|
959
|
+
mouseHandle = this._hDocMouseDown;
|
|
960
|
+
|
|
961
|
+
if (focusHandle) {
|
|
962
|
+
|
|
963
|
+
focusListeners = focusHandle.listeners;
|
|
964
|
+
|
|
965
|
+
if (focusListeners[yuid]) {
|
|
966
|
+
delete focusListeners[yuid];
|
|
967
|
+
focusListeners.count--;
|
|
968
|
+
}
|
|
969
|
+
|
|
970
|
+
if (focusListeners.count === 0) {
|
|
971
|
+
focusHandle.detach();
|
|
972
|
+
Widget._hDocFocus = null;
|
|
973
|
+
}
|
|
974
|
+
}
|
|
975
|
+
|
|
976
|
+
if (WEBKIT && mouseHandle) {
|
|
977
|
+
mouseHandle.detach();
|
|
978
|
+
}
|
|
979
|
+
},
|
|
980
|
+
|
|
981
|
+
/**
|
|
982
|
+
* Updates the widget UI to reflect the attribute state.
|
|
983
|
+
*
|
|
984
|
+
* @method _syncUI
|
|
985
|
+
* @protected
|
|
986
|
+
*/
|
|
987
|
+
_syncUI: function() {
|
|
988
|
+
this._syncAttrUI(this._UI_ATTRS.SYNC);
|
|
989
|
+
},
|
|
990
|
+
|
|
991
|
+
/**
|
|
992
|
+
* Sets the height on the widget's bounding box element
|
|
993
|
+
*
|
|
994
|
+
* @method _uiSetHeight
|
|
995
|
+
* @protected
|
|
996
|
+
* @param {String | Number} val
|
|
997
|
+
*/
|
|
998
|
+
_uiSetHeight: function(val) {
|
|
999
|
+
this._uiSetDim(HEIGHT, val);
|
|
1000
|
+
this._uiSizeCB((val !== EMPTY_STR && val !== AUTO));
|
|
1001
|
+
},
|
|
1002
|
+
|
|
1003
|
+
/**
|
|
1004
|
+
* Sets the width on the widget's bounding box element
|
|
1005
|
+
*
|
|
1006
|
+
* @method _uiSetWidth
|
|
1007
|
+
* @protected
|
|
1008
|
+
* @param {String | Number} val
|
|
1009
|
+
*/
|
|
1010
|
+
_uiSetWidth: function(val) {
|
|
1011
|
+
this._uiSetDim(WIDTH, val);
|
|
1012
|
+
},
|
|
1013
|
+
|
|
1014
|
+
/**
|
|
1015
|
+
* @method _uiSetDim
|
|
1016
|
+
* @private
|
|
1017
|
+
* @param {String} dim The dimension - "width" or "height"
|
|
1018
|
+
* @param {Number | String} val The value to set
|
|
1019
|
+
*/
|
|
1020
|
+
_uiSetDim: function(dimension, val) {
|
|
1021
|
+
this.get(BOUNDING_BOX).setStyle(dimension, L.isNumber(val) ? val + this.DEF_UNIT : val);
|
|
1022
|
+
},
|
|
1023
|
+
|
|
1024
|
+
/**
|
|
1025
|
+
* Sets the visible state for the UI
|
|
1026
|
+
*
|
|
1027
|
+
* @method _uiSetVisible
|
|
1028
|
+
* @protected
|
|
1029
|
+
* @param {boolean} val
|
|
1030
|
+
*/
|
|
1031
|
+
_uiSetVisible: function(val) {
|
|
1032
|
+
this.get(BOUNDING_BOX).toggleClass(this.getClassName(HIDDEN), !val);
|
|
1033
|
+
},
|
|
1034
|
+
|
|
1035
|
+
/**
|
|
1036
|
+
* Sets the disabled state for the UI
|
|
1037
|
+
*
|
|
1038
|
+
* @method _uiSetDisabled
|
|
1039
|
+
* @protected
|
|
1040
|
+
* @param {boolean} val
|
|
1041
|
+
*/
|
|
1042
|
+
_uiSetDisabled: function(val) {
|
|
1043
|
+
this.get(BOUNDING_BOX).toggleClass(this.getClassName(DISABLED), val);
|
|
1044
|
+
},
|
|
1045
|
+
|
|
1046
|
+
/**
|
|
1047
|
+
* Sets the focused state for the UI
|
|
1048
|
+
*
|
|
1049
|
+
* @method _uiSetFocused
|
|
1050
|
+
* @protected
|
|
1051
|
+
* @param {boolean} val
|
|
1052
|
+
* @param {string} src String representing the source that triggered an update to
|
|
1053
|
+
* the UI.
|
|
1054
|
+
*/
|
|
1055
|
+
_uiSetFocused: function(val, src) {
|
|
1056
|
+
var boundingBox = this.get(BOUNDING_BOX);
|
|
1057
|
+
boundingBox.toggleClass(this.getClassName(FOCUSED), val);
|
|
1058
|
+
|
|
1059
|
+
if (src !== UI) {
|
|
1060
|
+
if (val) {
|
|
1061
|
+
boundingBox.focus();
|
|
1062
|
+
} else {
|
|
1063
|
+
boundingBox.blur();
|
|
1064
|
+
}
|
|
1065
|
+
}
|
|
1066
|
+
},
|
|
1067
|
+
|
|
1068
|
+
/**
|
|
1069
|
+
* Set the tabIndex on the widget's rendered UI
|
|
1070
|
+
*
|
|
1071
|
+
* @method _uiSetTabIndex
|
|
1072
|
+
* @protected
|
|
1073
|
+
* @param Number
|
|
1074
|
+
*/
|
|
1075
|
+
_uiSetTabIndex: function(index) {
|
|
1076
|
+
var boundingBox = this.get(BOUNDING_BOX);
|
|
1077
|
+
|
|
1078
|
+
if (L.isNumber(index)) {
|
|
1079
|
+
boundingBox.set(TAB_INDEX, index);
|
|
1080
|
+
} else {
|
|
1081
|
+
boundingBox.removeAttribute(TAB_INDEX);
|
|
1082
|
+
}
|
|
1083
|
+
},
|
|
1084
|
+
|
|
1085
|
+
/**
|
|
1086
|
+
* @method _onDocMouseDown
|
|
1087
|
+
* @description "mousedown" event handler for the owner document of the
|
|
1088
|
+
* widget's bounding box.
|
|
1089
|
+
* @protected
|
|
1090
|
+
* @param {EventFacade} evt The event facade for the DOM focus event
|
|
1091
|
+
*/
|
|
1092
|
+
_onDocMouseDown: function (evt) {
|
|
1093
|
+
if (this._domFocus) {
|
|
1094
|
+
this._onDocFocus(evt);
|
|
1095
|
+
}
|
|
1096
|
+
},
|
|
1097
|
+
|
|
1098
|
+
/**
|
|
1099
|
+
* DOM focus event handler, used to sync the state of the Widget with the DOM
|
|
1100
|
+
*
|
|
1101
|
+
* @method _onDocFocus
|
|
1102
|
+
* @protected
|
|
1103
|
+
* @param {EventFacade} evt The event facade for the DOM focus event
|
|
1104
|
+
*/
|
|
1105
|
+
_onDocFocus: function (evt) {
|
|
1106
|
+
var widget = Widget.getByNode(evt.target),
|
|
1107
|
+
activeWidget = Widget._active;
|
|
1108
|
+
|
|
1109
|
+
if (activeWidget && (activeWidget !== widget)) {
|
|
1110
|
+
activeWidget._domFocus = false;
|
|
1111
|
+
activeWidget._set(FOCUSED, false, {src:UI});
|
|
1112
|
+
|
|
1113
|
+
Widget._active = null;
|
|
1114
|
+
}
|
|
1115
|
+
|
|
1116
|
+
if (widget) {
|
|
1117
|
+
widget._domFocus = true;
|
|
1118
|
+
widget._set(FOCUSED, true, {src:UI});
|
|
1119
|
+
|
|
1120
|
+
Widget._active = widget;
|
|
1121
|
+
}
|
|
1122
|
+
},
|
|
1123
|
+
|
|
1124
|
+
/**
|
|
1125
|
+
* Generic toString implementation for all widgets.
|
|
1126
|
+
*
|
|
1127
|
+
* @method toString
|
|
1128
|
+
* @return {String} The default string value for the widget [ displays the NAME of the instance, and the unique id ]
|
|
1129
|
+
*/
|
|
1130
|
+
toString: function() {
|
|
1131
|
+
// Using deprecated name prop for kweight squeeze.
|
|
1132
|
+
return this.name + "[" + this.get(ID) + "]";
|
|
1133
|
+
},
|
|
1134
|
+
|
|
1135
|
+
/**
|
|
1136
|
+
* Default unit to use for dimension values
|
|
1137
|
+
*
|
|
1138
|
+
* @property DEF_UNIT
|
|
1139
|
+
* @type String
|
|
1140
|
+
*/
|
|
1141
|
+
DEF_UNIT : "px",
|
|
1142
|
+
|
|
1143
|
+
/**
|
|
1144
|
+
* Default node to render the bounding box to. If not set,
|
|
1145
|
+
* will default to the current document body.
|
|
1146
|
+
*
|
|
1147
|
+
* @property DEF_PARENT_NODE
|
|
1148
|
+
* @type String | Node
|
|
1149
|
+
*/
|
|
1150
|
+
DEF_PARENT_NODE : null,
|
|
1151
|
+
|
|
1152
|
+
/**
|
|
1153
|
+
* Property defining the markup template for content box. If your Widget doesn't
|
|
1154
|
+
* need the dual boundingBox/contentBox structure, set CONTENT_TEMPLATE to null,
|
|
1155
|
+
* and contentBox and boundingBox will both point to the same Node.
|
|
1156
|
+
*
|
|
1157
|
+
* @property CONTENT_TEMPLATE
|
|
1158
|
+
* @type String
|
|
1159
|
+
*/
|
|
1160
|
+
CONTENT_TEMPLATE : DIV,
|
|
1161
|
+
|
|
1162
|
+
/**
|
|
1163
|
+
* Property defining the markup template for bounding box.
|
|
1164
|
+
*
|
|
1165
|
+
* @property BOUNDING_TEMPLATE
|
|
1166
|
+
* @type String
|
|
1167
|
+
*/
|
|
1168
|
+
BOUNDING_TEMPLATE : DIV,
|
|
1169
|
+
|
|
1170
|
+
/**
|
|
1171
|
+
* @method _guid
|
|
1172
|
+
* @protected
|
|
1173
|
+
*/
|
|
1174
|
+
_guid : function() {
|
|
1175
|
+
return Y.guid();
|
|
1176
|
+
},
|
|
1177
|
+
|
|
1178
|
+
/**
|
|
1179
|
+
* @method _validTabIndex
|
|
1180
|
+
* @protected
|
|
1181
|
+
* @param {Number} tabIndex
|
|
1182
|
+
*/
|
|
1183
|
+
_validTabIndex : function (tabIndex) {
|
|
1184
|
+
return (L.isNumber(tabIndex) || L.isNull(tabIndex));
|
|
1185
|
+
},
|
|
1186
|
+
|
|
1187
|
+
/**
|
|
1188
|
+
* Binds after listeners for the list of attributes provided
|
|
1189
|
+
*
|
|
1190
|
+
* @method _bindAttrUI
|
|
1191
|
+
* @private
|
|
1192
|
+
* @param {Array} attrs
|
|
1193
|
+
*/
|
|
1194
|
+
_bindAttrUI : function(attrs) {
|
|
1195
|
+
var i,
|
|
1196
|
+
l = attrs.length;
|
|
1197
|
+
|
|
1198
|
+
for (i = 0; i < l; i++) {
|
|
1199
|
+
this.after(attrs[i] + CHANGE, this._setAttrUI);
|
|
1200
|
+
}
|
|
1201
|
+
},
|
|
1202
|
+
|
|
1203
|
+
/**
|
|
1204
|
+
* Invokes the _uiSet=ATTR NAME> method for the list of attributes provided
|
|
1205
|
+
*
|
|
1206
|
+
* @method _syncAttrUI
|
|
1207
|
+
* @private
|
|
1208
|
+
* @param {Array} attrs
|
|
1209
|
+
*/
|
|
1210
|
+
_syncAttrUI : function(attrs) {
|
|
1211
|
+
var i, l = attrs.length, attr;
|
|
1212
|
+
for (i = 0; i < l; i++) {
|
|
1213
|
+
attr = attrs[i];
|
|
1214
|
+
this[_UISET + _toInitialCap(attr)](this.get(attr));
|
|
1215
|
+
}
|
|
1216
|
+
},
|
|
1217
|
+
|
|
1218
|
+
/**
|
|
1219
|
+
* @method _setAttrUI
|
|
1220
|
+
* @private
|
|
1221
|
+
* @param {EventFacade} e
|
|
1222
|
+
*/
|
|
1223
|
+
_setAttrUI : function(e) {
|
|
1224
|
+
if (e.target === this) {
|
|
1225
|
+
this[_UISET + _toInitialCap(e.attrName)](e.newVal, e.src);
|
|
1226
|
+
}
|
|
1227
|
+
},
|
|
1228
|
+
|
|
1229
|
+
/**
|
|
1230
|
+
* The default setter for the strings attribute. Merges partial sets
|
|
1231
|
+
* into the full string set, to allow users to partial sets of strings
|
|
1232
|
+
*
|
|
1233
|
+
* @method _strSetter
|
|
1234
|
+
* @protected
|
|
1235
|
+
* @param {Object} strings
|
|
1236
|
+
* @return {String} The full set of strings to set
|
|
1237
|
+
*/
|
|
1238
|
+
_strSetter : function(strings) {
|
|
1239
|
+
return Y.merge(this.get(STRINGS), strings);
|
|
1240
|
+
},
|
|
1241
|
+
|
|
1242
|
+
/**
|
|
1243
|
+
* Helper method to get a specific string value
|
|
1244
|
+
*
|
|
1245
|
+
* @deprecated Used by deprecated WidgetLocale implementations.
|
|
1246
|
+
* @method getString
|
|
1247
|
+
* @param {String} key
|
|
1248
|
+
* @return {String} The string
|
|
1249
|
+
*/
|
|
1250
|
+
getString : function(key) {
|
|
1251
|
+
return this.get(STRINGS)[key];
|
|
1252
|
+
},
|
|
1253
|
+
|
|
1254
|
+
/**
|
|
1255
|
+
* Helper method to get the complete set of strings for the widget
|
|
1256
|
+
*
|
|
1257
|
+
* @deprecated Used by deprecated WidgetLocale implementations.
|
|
1258
|
+
* @method getStrings
|
|
1259
|
+
* @param {String} key
|
|
1260
|
+
* @return {String} The strings
|
|
1261
|
+
*/
|
|
1262
|
+
getStrings : function() {
|
|
1263
|
+
return this.get(STRINGS);
|
|
1264
|
+
},
|
|
1265
|
+
|
|
1266
|
+
/**
|
|
1267
|
+
* The lists of UI attributes to bind and sync for widget's _bindUI and _syncUI implementations
|
|
1268
|
+
*
|
|
1269
|
+
* @property _UI_ATTRS
|
|
1270
|
+
* @type Object
|
|
1271
|
+
* @private
|
|
1272
|
+
*/
|
|
1273
|
+
_UI_ATTRS : {
|
|
1274
|
+
BIND: UI_ATTRS,
|
|
1275
|
+
SYNC: UI_ATTRS
|
|
1276
|
+
}
|
|
1277
|
+
});
|
|
1278
|
+
|
|
1279
|
+
Y.Widget = Widget;
|
|
1280
|
+
|
|
1281
|
+
|
|
1282
|
+
}, '@VERSION@', {
|
|
1283
|
+
"requires": [
|
|
1284
|
+
"attribute",
|
|
1285
|
+
"base-base",
|
|
1286
|
+
"base-pluginhost",
|
|
1287
|
+
"classnamemanager",
|
|
1288
|
+
"event-focus",
|
|
1289
|
+
"node-base",
|
|
1290
|
+
"node-style"
|
|
1291
|
+
],
|
|
1292
|
+
"skinnable": true
|
|
1293
|
+
});
|