@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,1196 @@
|
|
|
1
|
+
YUI.add('attribute-core', function (Y, NAME) {
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* The State class maintains state for a collection of named items, with
|
|
5
|
+
* a varying number of properties defined.
|
|
6
|
+
*
|
|
7
|
+
* It avoids the need to create a separate class for the item, and separate instances
|
|
8
|
+
* of these classes for each item, by storing the state in a 2 level hash table,
|
|
9
|
+
* improving performance when the number of items is likely to be large.
|
|
10
|
+
*
|
|
11
|
+
* @constructor
|
|
12
|
+
* @class State
|
|
13
|
+
*/
|
|
14
|
+
Y.State = function() {
|
|
15
|
+
/**
|
|
16
|
+
* Hash of attributes
|
|
17
|
+
* @property data
|
|
18
|
+
*/
|
|
19
|
+
this.data = {};
|
|
20
|
+
};
|
|
21
|
+
|
|
22
|
+
Y.State.prototype = {
|
|
23
|
+
|
|
24
|
+
/**
|
|
25
|
+
* Adds a property to an item.
|
|
26
|
+
*
|
|
27
|
+
* @method add
|
|
28
|
+
* @param name {String} The name of the item.
|
|
29
|
+
* @param key {String} The name of the property.
|
|
30
|
+
* @param val {Any} The value of the property.
|
|
31
|
+
*/
|
|
32
|
+
add: function(name, key, val) {
|
|
33
|
+
var item = this.data[name];
|
|
34
|
+
|
|
35
|
+
if (!item) {
|
|
36
|
+
item = this.data[name] = {};
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
item[key] = val;
|
|
40
|
+
},
|
|
41
|
+
|
|
42
|
+
/**
|
|
43
|
+
* Adds multiple properties to an item.
|
|
44
|
+
*
|
|
45
|
+
* @method addAll
|
|
46
|
+
* @param name {String} The name of the item.
|
|
47
|
+
* @param obj {Object} A hash of property/value pairs.
|
|
48
|
+
*/
|
|
49
|
+
addAll: function(name, obj) {
|
|
50
|
+
var item = this.data[name],
|
|
51
|
+
key;
|
|
52
|
+
|
|
53
|
+
if (!item) {
|
|
54
|
+
item = this.data[name] = {};
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
for (key in obj) {
|
|
58
|
+
if (obj.hasOwnProperty(key)) {
|
|
59
|
+
item[key] = obj[key];
|
|
60
|
+
}
|
|
61
|
+
}
|
|
62
|
+
},
|
|
63
|
+
|
|
64
|
+
/**
|
|
65
|
+
* Removes a property from an item.
|
|
66
|
+
*
|
|
67
|
+
* @method remove
|
|
68
|
+
* @param name {String} The name of the item.
|
|
69
|
+
* @param key {String} The property to remove.
|
|
70
|
+
*/
|
|
71
|
+
remove: function(name, key) {
|
|
72
|
+
var item = this.data[name];
|
|
73
|
+
|
|
74
|
+
if (item) {
|
|
75
|
+
delete item[key];
|
|
76
|
+
}
|
|
77
|
+
},
|
|
78
|
+
|
|
79
|
+
/**
|
|
80
|
+
* Removes multiple properties from an item, or removes the item completely.
|
|
81
|
+
*
|
|
82
|
+
* @method removeAll
|
|
83
|
+
* @param name {String} The name of the item.
|
|
84
|
+
* @param obj {Object|Array} Collection of properties to delete. If not provided, the entire item is removed.
|
|
85
|
+
*/
|
|
86
|
+
removeAll: function(name, obj) {
|
|
87
|
+
var data;
|
|
88
|
+
|
|
89
|
+
if (!obj) {
|
|
90
|
+
data = this.data;
|
|
91
|
+
|
|
92
|
+
if (name in data) {
|
|
93
|
+
delete data[name];
|
|
94
|
+
}
|
|
95
|
+
} else {
|
|
96
|
+
Y.each(obj, function(value, key) {
|
|
97
|
+
this.remove(name, typeof key === 'string' ? key : value);
|
|
98
|
+
}, this);
|
|
99
|
+
}
|
|
100
|
+
},
|
|
101
|
+
|
|
102
|
+
/**
|
|
103
|
+
* For a given item, returns the value of the property requested, or undefined if not found.
|
|
104
|
+
*
|
|
105
|
+
* @method get
|
|
106
|
+
* @param name {String} The name of the item
|
|
107
|
+
* @param key {String} Optional. The property value to retrieve.
|
|
108
|
+
* @return {Any} The value of the supplied property.
|
|
109
|
+
*/
|
|
110
|
+
get: function(name, key) {
|
|
111
|
+
var item = this.data[name];
|
|
112
|
+
|
|
113
|
+
if (item) {
|
|
114
|
+
return item[key];
|
|
115
|
+
}
|
|
116
|
+
},
|
|
117
|
+
|
|
118
|
+
/**
|
|
119
|
+
* For the given item, returns an object with all of the
|
|
120
|
+
* item's property/value pairs. By default the object returned
|
|
121
|
+
* is a shallow copy of the stored data, but passing in true
|
|
122
|
+
* as the second parameter will return a reference to the stored
|
|
123
|
+
* data.
|
|
124
|
+
*
|
|
125
|
+
* @method getAll
|
|
126
|
+
* @param name {String} The name of the item
|
|
127
|
+
* @param reference {boolean} true, if you want a reference to the stored
|
|
128
|
+
* object
|
|
129
|
+
* @return {Object} An object with property/value pairs for the item.
|
|
130
|
+
*/
|
|
131
|
+
getAll : function(name, reference) {
|
|
132
|
+
var item = this.data[name],
|
|
133
|
+
key, obj;
|
|
134
|
+
|
|
135
|
+
if (reference) {
|
|
136
|
+
obj = item;
|
|
137
|
+
} else if (item) {
|
|
138
|
+
obj = {};
|
|
139
|
+
|
|
140
|
+
for (key in item) {
|
|
141
|
+
if (item.hasOwnProperty(key)) {
|
|
142
|
+
obj[key] = item[key];
|
|
143
|
+
}
|
|
144
|
+
}
|
|
145
|
+
}
|
|
146
|
+
|
|
147
|
+
return obj;
|
|
148
|
+
}
|
|
149
|
+
};
|
|
150
|
+
/*For log lines*/
|
|
151
|
+
/*jshint maxlen:200*/
|
|
152
|
+
|
|
153
|
+
/**
|
|
154
|
+
* The attribute module provides an augmentable Attribute implementation, which
|
|
155
|
+
* adds configurable attributes and attribute change events to the class being
|
|
156
|
+
* augmented. It also provides a State class, which is used internally by Attribute,
|
|
157
|
+
* but can also be used independently to provide a name/property/value data structure to
|
|
158
|
+
* store state.
|
|
159
|
+
*
|
|
160
|
+
* @module attribute
|
|
161
|
+
*/
|
|
162
|
+
|
|
163
|
+
/**
|
|
164
|
+
* The attribute-core submodule provides the lightest level of attribute handling support
|
|
165
|
+
* without Attribute change events, or lesser used methods such as reset(), modifyAttrs(),
|
|
166
|
+
* and removeAttr().
|
|
167
|
+
*
|
|
168
|
+
* @module attribute
|
|
169
|
+
* @submodule attribute-core
|
|
170
|
+
*/
|
|
171
|
+
var O = Y.Object,
|
|
172
|
+
Lang = Y.Lang,
|
|
173
|
+
|
|
174
|
+
DOT = ".",
|
|
175
|
+
|
|
176
|
+
// Externally configurable props
|
|
177
|
+
GETTER = "getter",
|
|
178
|
+
SETTER = "setter",
|
|
179
|
+
READ_ONLY = "readOnly",
|
|
180
|
+
WRITE_ONCE = "writeOnce",
|
|
181
|
+
INIT_ONLY = "initOnly",
|
|
182
|
+
VALIDATOR = "validator",
|
|
183
|
+
VALUE = "value",
|
|
184
|
+
VALUE_FN = "valueFn",
|
|
185
|
+
LAZY_ADD = "lazyAdd",
|
|
186
|
+
|
|
187
|
+
// Used for internal state management
|
|
188
|
+
ADDED = "added",
|
|
189
|
+
BYPASS_PROXY = "_bypassProxy",
|
|
190
|
+
INIT_VALUE = "initValue",
|
|
191
|
+
LAZY = "lazy",
|
|
192
|
+
|
|
193
|
+
INVALID_VALUE;
|
|
194
|
+
|
|
195
|
+
/**
|
|
196
|
+
* <p>
|
|
197
|
+
* AttributeCore provides the lightest level of configurable attribute support. It is designed to be
|
|
198
|
+
* augmented on to a host class, and provides the host with the ability to configure
|
|
199
|
+
* attributes to store and retrieve state, <strong>but without support for attribute change events</strong>.
|
|
200
|
+
* </p>
|
|
201
|
+
* <p>For example, attributes added to the host can be configured:</p>
|
|
202
|
+
* <ul>
|
|
203
|
+
* <li>As read only.</li>
|
|
204
|
+
* <li>As write once.</li>
|
|
205
|
+
* <li>With a setter function, which can be used to manipulate
|
|
206
|
+
* values passed to Attribute's <a href="#method_set">set</a> method, before they are stored.</li>
|
|
207
|
+
* <li>With a getter function, which can be used to manipulate stored values,
|
|
208
|
+
* before they are returned by Attribute's <a href="#method_get">get</a> method.</li>
|
|
209
|
+
* <li>With a validator function, to validate values before they are stored.</li>
|
|
210
|
+
* </ul>
|
|
211
|
+
*
|
|
212
|
+
* <p>See the <a href="#method_addAttr">addAttr</a> method, for the complete set of configuration
|
|
213
|
+
* options available for attributes.</p>
|
|
214
|
+
*
|
|
215
|
+
* <p>Object/Classes based on AttributeCore can augment <a href="AttributeObservable.html">AttributeObservable</a>
|
|
216
|
+
* (with true for overwrite) and <a href="AttributeExtras.html">AttributeExtras</a> to add attribute event and
|
|
217
|
+
* additional, less commonly used attribute methods, such as `modifyAttr`, `removeAttr` and `reset`.</p>
|
|
218
|
+
*
|
|
219
|
+
* @class AttributeCore
|
|
220
|
+
* @param attrs {Object} The attributes to add during construction (passed through to <a href="#method_addAttrs">addAttrs</a>).
|
|
221
|
+
* These can also be defined on the constructor being augmented with Attribute by defining the ATTRS property on the constructor.
|
|
222
|
+
* @param values {Object} The initial attribute values to apply (passed through to <a href="#method_addAttrs">addAttrs</a>).
|
|
223
|
+
* These are not merged/cloned. The caller is responsible for isolating user provided values if required.
|
|
224
|
+
* @param lazy {boolean} Whether or not to add attributes lazily (passed through to <a href="#method_addAttrs">addAttrs</a>).
|
|
225
|
+
*/
|
|
226
|
+
function AttributeCore(attrs, values, lazy) {
|
|
227
|
+
// HACK: Fix #2531929
|
|
228
|
+
// Complete hack, to make sure the first clone of a node value in IE doesn't doesn't hurt state - maintains 3.4.1 behavior.
|
|
229
|
+
// Too late in the release cycle to do anything about the core problem.
|
|
230
|
+
// The root issue is that cloning a Y.Node instance results in an object which barfs in IE, when you access it's properties (since 3.3.0).
|
|
231
|
+
this._yuievt = null;
|
|
232
|
+
|
|
233
|
+
this._initAttrHost(attrs, values, lazy);
|
|
234
|
+
}
|
|
235
|
+
|
|
236
|
+
/**
|
|
237
|
+
* <p>The value to return from an attribute setter in order to prevent the set from going through.</p>
|
|
238
|
+
*
|
|
239
|
+
* <p>You can return this value from your setter if you wish to combine validator and setter
|
|
240
|
+
* functionality into a single setter function, which either returns the massaged value to be stored or
|
|
241
|
+
* AttributeCore.INVALID_VALUE to prevent invalid values from being stored.</p>
|
|
242
|
+
*
|
|
243
|
+
* @property INVALID_VALUE
|
|
244
|
+
* @type Object
|
|
245
|
+
* @static
|
|
246
|
+
* @final
|
|
247
|
+
*/
|
|
248
|
+
AttributeCore.INVALID_VALUE = {};
|
|
249
|
+
INVALID_VALUE = AttributeCore.INVALID_VALUE;
|
|
250
|
+
|
|
251
|
+
/**
|
|
252
|
+
* The list of properties which can be configured for
|
|
253
|
+
* each attribute (e.g. setter, getter, writeOnce etc.).
|
|
254
|
+
*
|
|
255
|
+
* This property is used internally as a whitelist for faster
|
|
256
|
+
* Y.mix operations.
|
|
257
|
+
*
|
|
258
|
+
* @property _ATTR_CFG
|
|
259
|
+
* @type Array
|
|
260
|
+
* @static
|
|
261
|
+
* @protected
|
|
262
|
+
*/
|
|
263
|
+
AttributeCore._ATTR_CFG = [SETTER, GETTER, VALIDATOR, VALUE, VALUE_FN, WRITE_ONCE, READ_ONLY, LAZY_ADD, BYPASS_PROXY];
|
|
264
|
+
|
|
265
|
+
/**
|
|
266
|
+
* Utility method to protect an attribute configuration hash, by merging the
|
|
267
|
+
* entire object and the individual attr config objects.
|
|
268
|
+
*
|
|
269
|
+
* @method protectAttrs
|
|
270
|
+
* @static
|
|
271
|
+
* @param {Object} attrs A hash of attribute to configuration object pairs.
|
|
272
|
+
* @return {Object} A protected version of the `attrs` argument.
|
|
273
|
+
*/
|
|
274
|
+
AttributeCore.protectAttrs = function (attrs) {
|
|
275
|
+
if (attrs) {
|
|
276
|
+
attrs = Y.merge(attrs);
|
|
277
|
+
for (var attr in attrs) {
|
|
278
|
+
if (attrs.hasOwnProperty(attr)) {
|
|
279
|
+
attrs[attr] = Y.merge(attrs[attr]);
|
|
280
|
+
}
|
|
281
|
+
}
|
|
282
|
+
}
|
|
283
|
+
|
|
284
|
+
return attrs;
|
|
285
|
+
};
|
|
286
|
+
|
|
287
|
+
AttributeCore.prototype = {
|
|
288
|
+
|
|
289
|
+
/**
|
|
290
|
+
* Constructor logic for attributes. Initializes the host state, and sets up the inital attributes passed to the
|
|
291
|
+
* constructor.
|
|
292
|
+
*
|
|
293
|
+
* @method _initAttrHost
|
|
294
|
+
* @param attrs {Object} The attributes to add during construction (passed through to <a href="#method_addAttrs">addAttrs</a>).
|
|
295
|
+
* These can also be defined on the constructor being augmented with Attribute by defining the ATTRS property on the constructor.
|
|
296
|
+
* @param values {Object} The initial attribute values to apply (passed through to <a href="#method_addAttrs">addAttrs</a>).
|
|
297
|
+
* These are not merged/cloned. The caller is responsible for isolating user provided values if required.
|
|
298
|
+
* @param lazy {boolean} Whether or not to add attributes lazily (passed through to <a href="#method_addAttrs">addAttrs</a>).
|
|
299
|
+
* @private
|
|
300
|
+
*/
|
|
301
|
+
_initAttrHost : function(attrs, values, lazy) {
|
|
302
|
+
this._state = new Y.State();
|
|
303
|
+
this._initAttrs(attrs, values, lazy);
|
|
304
|
+
},
|
|
305
|
+
|
|
306
|
+
/**
|
|
307
|
+
* <p>
|
|
308
|
+
* Adds an attribute with the provided configuration to the host object.
|
|
309
|
+
* </p>
|
|
310
|
+
* <p>
|
|
311
|
+
* The config argument object supports the following properties:
|
|
312
|
+
* </p>
|
|
313
|
+
*
|
|
314
|
+
* <dl>
|
|
315
|
+
* <dt>value <Any></dt>
|
|
316
|
+
* <dd>The initial value to set on the attribute</dd>
|
|
317
|
+
*
|
|
318
|
+
* <dt>valueFn <Function | String></dt>
|
|
319
|
+
* <dd>
|
|
320
|
+
* <p>A function, which will return the initial value to set on the attribute. This is useful
|
|
321
|
+
* for cases where the attribute configuration is defined statically, but needs to
|
|
322
|
+
* reference the host instance ("this") to obtain an initial value. If both the value and valueFn properties are defined,
|
|
323
|
+
* the value returned by the valueFn has precedence over the value property, unless it returns undefined, in which
|
|
324
|
+
* case the value property is used.</p>
|
|
325
|
+
*
|
|
326
|
+
* <p>valueFn can also be set to a string, representing the name of the instance method to be used to retrieve the value.</p>
|
|
327
|
+
* </dd>
|
|
328
|
+
*
|
|
329
|
+
* <dt>readOnly <boolean></dt>
|
|
330
|
+
* <dd>Whether or not the attribute is read only. Attributes having readOnly set to true
|
|
331
|
+
* cannot be modified by invoking the set method.</dd>
|
|
332
|
+
*
|
|
333
|
+
* <dt>writeOnce <boolean> or <string></dt>
|
|
334
|
+
* <dd>
|
|
335
|
+
* Whether or not the attribute is "write once". Attributes having writeOnce set to true,
|
|
336
|
+
* can only have their values set once, be it through the default configuration,
|
|
337
|
+
* constructor configuration arguments, or by invoking set.
|
|
338
|
+
* <p>The writeOnce attribute can also be set to the string "initOnly",
|
|
339
|
+
* in which case the attribute can only be set during initialization
|
|
340
|
+
* (when used with Base, this means it can only be set during construction)</p>
|
|
341
|
+
* </dd>
|
|
342
|
+
*
|
|
343
|
+
* <dt>setter <Function | String></dt>
|
|
344
|
+
* <dd>
|
|
345
|
+
* <p>The setter function used to massage or normalize the value passed to the set method for the attribute.
|
|
346
|
+
* The value returned by the setter will be the final stored value. Returning
|
|
347
|
+
* <a href="#property_Attribute.INVALID_VALUE">Attribute.INVALID_VALUE</a>, from the setter will prevent
|
|
348
|
+
* the value from being stored.
|
|
349
|
+
* </p>
|
|
350
|
+
*
|
|
351
|
+
* <p>setter can also be set to a string, representing the name of the instance method to be used as the setter function.</p>
|
|
352
|
+
* </dd>
|
|
353
|
+
*
|
|
354
|
+
* <dt>getter <Function | String></dt>
|
|
355
|
+
* <dd>
|
|
356
|
+
* <p>
|
|
357
|
+
* The getter function used to massage or normalize the value returned by the get method for the attribute.
|
|
358
|
+
* The value returned by the getter function is the value which will be returned to the user when they
|
|
359
|
+
* invoke get.
|
|
360
|
+
* </p>
|
|
361
|
+
*
|
|
362
|
+
* <p>getter can also be set to a string, representing the name of the instance method to be used as the getter function.</p>
|
|
363
|
+
* </dd>
|
|
364
|
+
*
|
|
365
|
+
* <dt>validator <Function | String></dt>
|
|
366
|
+
* <dd>
|
|
367
|
+
* <p>
|
|
368
|
+
* The validator function invoked prior to setting the stored value. Returning
|
|
369
|
+
* false from the validator function will prevent the value from being stored.
|
|
370
|
+
* </p>
|
|
371
|
+
*
|
|
372
|
+
* <p>validator can also be set to a string, representing the name of the instance method to be used as the validator function.</p>
|
|
373
|
+
* </dd>
|
|
374
|
+
*
|
|
375
|
+
* <dt>lazyAdd <boolean></dt>
|
|
376
|
+
* <dd>Whether or not to delay initialization of the attribute until the first call to get/set it.
|
|
377
|
+
* This flag can be used to over-ride lazy initialization on a per attribute basis, when adding multiple attributes through
|
|
378
|
+
* the <a href="#method_addAttrs">addAttrs</a> method.</dd>
|
|
379
|
+
*
|
|
380
|
+
* </dl>
|
|
381
|
+
*
|
|
382
|
+
* <p>The setter, getter and validator are invoked with the value and name passed in as the first and second arguments, and with
|
|
383
|
+
* the context ("this") set to the host object.</p>
|
|
384
|
+
*
|
|
385
|
+
* <p>Configuration properties outside of the list mentioned above are considered private properties used internally by attribute,
|
|
386
|
+
* and are not intended for public use.</p>
|
|
387
|
+
*
|
|
388
|
+
* @method addAttr
|
|
389
|
+
*
|
|
390
|
+
* @param {String} name The name of the attribute.
|
|
391
|
+
* @param {Object} config An object with attribute configuration property/value pairs, specifying the configuration for the attribute.
|
|
392
|
+
*
|
|
393
|
+
* <p>
|
|
394
|
+
* <strong>NOTE:</strong> The configuration object is modified when adding an attribute, so if you need
|
|
395
|
+
* to protect the original values, you will need to merge the object.
|
|
396
|
+
* </p>
|
|
397
|
+
*
|
|
398
|
+
* @param {boolean} lazy (optional) Whether or not to add this attribute lazily (on the first call to get/set).
|
|
399
|
+
*
|
|
400
|
+
* @return {Object} A reference to the host object.
|
|
401
|
+
*
|
|
402
|
+
* @chainable
|
|
403
|
+
*/
|
|
404
|
+
addAttr : function(name, config, lazy) {
|
|
405
|
+
|
|
406
|
+
|
|
407
|
+
var host = this, // help compression
|
|
408
|
+
state = host._state,
|
|
409
|
+
data = state.data,
|
|
410
|
+
value,
|
|
411
|
+
added,
|
|
412
|
+
hasValue;
|
|
413
|
+
|
|
414
|
+
config = config || {};
|
|
415
|
+
|
|
416
|
+
if (LAZY_ADD in config) {
|
|
417
|
+
lazy = config[LAZY_ADD];
|
|
418
|
+
}
|
|
419
|
+
|
|
420
|
+
added = state.get(name, ADDED);
|
|
421
|
+
|
|
422
|
+
if (lazy && !added) {
|
|
423
|
+
state.data[name] = {
|
|
424
|
+
lazy : config,
|
|
425
|
+
added : true
|
|
426
|
+
};
|
|
427
|
+
} else {
|
|
428
|
+
|
|
429
|
+
|
|
430
|
+
if (!added || config.isLazyAdd) {
|
|
431
|
+
|
|
432
|
+
hasValue = (VALUE in config);
|
|
433
|
+
|
|
434
|
+
|
|
435
|
+
if (hasValue) {
|
|
436
|
+
|
|
437
|
+
// We'll go through set, don't want to set value in config directly
|
|
438
|
+
|
|
439
|
+
// PERF TODO: VALIDATE: See if setting this to undefined is sufficient. We use to delete before.
|
|
440
|
+
// In certain code paths/use cases, undefined may not be the same as not present.
|
|
441
|
+
// If not, we can set it to some known fixed value (like INVALID_VALUE, say INITIALIZING_VALUE) for performance,
|
|
442
|
+
// to avoid a delete which seems to help a lot.
|
|
443
|
+
|
|
444
|
+
value = config.value;
|
|
445
|
+
config.value = undefined;
|
|
446
|
+
}
|
|
447
|
+
|
|
448
|
+
config.added = true;
|
|
449
|
+
config.initializing = true;
|
|
450
|
+
|
|
451
|
+
data[name] = config;
|
|
452
|
+
|
|
453
|
+
if (hasValue) {
|
|
454
|
+
// Go through set, so that raw values get normalized/validated
|
|
455
|
+
host.set(name, value);
|
|
456
|
+
}
|
|
457
|
+
|
|
458
|
+
config.initializing = false;
|
|
459
|
+
}
|
|
460
|
+
}
|
|
461
|
+
|
|
462
|
+
return host;
|
|
463
|
+
},
|
|
464
|
+
|
|
465
|
+
/**
|
|
466
|
+
* Checks if the given attribute has been added to the host
|
|
467
|
+
*
|
|
468
|
+
* @method attrAdded
|
|
469
|
+
* @param {String} name The name of the attribute to check.
|
|
470
|
+
* @return {boolean} true if an attribute with the given name has been added, false if it hasn't.
|
|
471
|
+
* This method will return true for lazily added attributes.
|
|
472
|
+
*/
|
|
473
|
+
attrAdded: function(name) {
|
|
474
|
+
return !!(this._state.get(name, ADDED));
|
|
475
|
+
},
|
|
476
|
+
|
|
477
|
+
/**
|
|
478
|
+
* Returns the current value of the attribute. If the attribute
|
|
479
|
+
* has been configured with a 'getter' function, this method will delegate
|
|
480
|
+
* to the 'getter' to obtain the value of the attribute.
|
|
481
|
+
*
|
|
482
|
+
* @method get
|
|
483
|
+
*
|
|
484
|
+
* @param {String} name The name of the attribute. If the value of the attribute is an Object,
|
|
485
|
+
* dot notation can be used to obtain the value of a property of the object (e.g. <code>get("x.y.z")</code>)
|
|
486
|
+
*
|
|
487
|
+
* @return {Any} The value of the attribute
|
|
488
|
+
*/
|
|
489
|
+
get : function(name) {
|
|
490
|
+
return this._getAttr(name);
|
|
491
|
+
},
|
|
492
|
+
|
|
493
|
+
/**
|
|
494
|
+
* Checks whether or not the attribute is one which has been
|
|
495
|
+
* added lazily and still requires initialization.
|
|
496
|
+
*
|
|
497
|
+
* @method _isLazyAttr
|
|
498
|
+
* @private
|
|
499
|
+
* @param {String} name The name of the attribute
|
|
500
|
+
* @return {boolean} true if it's a lazily added attribute, false otherwise.
|
|
501
|
+
*/
|
|
502
|
+
_isLazyAttr: function(name) {
|
|
503
|
+
return this._state.get(name, LAZY);
|
|
504
|
+
},
|
|
505
|
+
|
|
506
|
+
/**
|
|
507
|
+
* Finishes initializing an attribute which has been lazily added.
|
|
508
|
+
*
|
|
509
|
+
* @method _addLazyAttr
|
|
510
|
+
* @private
|
|
511
|
+
* @param {Object} name The name of the attribute
|
|
512
|
+
* @param {Object} [lazyCfg] Optional config hash for the attribute. This is added for performance
|
|
513
|
+
* along the critical path, where the calling method has already obtained lazy config from state.
|
|
514
|
+
*/
|
|
515
|
+
_addLazyAttr: function(name, lazyCfg) {
|
|
516
|
+
var state = this._state;
|
|
517
|
+
|
|
518
|
+
lazyCfg = lazyCfg || state.get(name, LAZY);
|
|
519
|
+
|
|
520
|
+
if (lazyCfg) {
|
|
521
|
+
|
|
522
|
+
// PERF TODO: For App's id override, otherwise wouldn't be
|
|
523
|
+
// needed. It expects to find it in the cfg for it's
|
|
524
|
+
// addAttr override. Would like to remove, once App override is
|
|
525
|
+
// removed.
|
|
526
|
+
state.data[name].lazy = undefined;
|
|
527
|
+
|
|
528
|
+
lazyCfg.isLazyAdd = true;
|
|
529
|
+
|
|
530
|
+
this.addAttr(name, lazyCfg);
|
|
531
|
+
}
|
|
532
|
+
},
|
|
533
|
+
|
|
534
|
+
/**
|
|
535
|
+
* Sets the value of an attribute.
|
|
536
|
+
*
|
|
537
|
+
* @method set
|
|
538
|
+
* @chainable
|
|
539
|
+
*
|
|
540
|
+
* @param {String} name The name of the attribute. If the
|
|
541
|
+
* current value of the attribute is an Object, dot notation can be used
|
|
542
|
+
* to set the value of a property within the object (e.g. <code>set("x.y.z", 5)</code>).
|
|
543
|
+
* @param {Any} value The value to set the attribute to.
|
|
544
|
+
* @param {Object} [opts] Optional data providing the circumstances for the change.
|
|
545
|
+
* @return {Object} A reference to the host object.
|
|
546
|
+
*/
|
|
547
|
+
set : function(name, val, opts) {
|
|
548
|
+
return this._setAttr(name, val, opts);
|
|
549
|
+
},
|
|
550
|
+
|
|
551
|
+
/**
|
|
552
|
+
* Allows setting of readOnly/writeOnce attributes. See <a href="#method_set">set</a> for argument details.
|
|
553
|
+
*
|
|
554
|
+
* @method _set
|
|
555
|
+
* @protected
|
|
556
|
+
* @chainable
|
|
557
|
+
*
|
|
558
|
+
* @param {String} name The name of the attribute.
|
|
559
|
+
* @param {Any} val The value to set the attribute to.
|
|
560
|
+
* @param {Object} [opts] Optional data providing the circumstances for the change.
|
|
561
|
+
* @return {Object} A reference to the host object.
|
|
562
|
+
*/
|
|
563
|
+
_set : function(name, val, opts) {
|
|
564
|
+
return this._setAttr(name, val, opts, true);
|
|
565
|
+
},
|
|
566
|
+
|
|
567
|
+
/**
|
|
568
|
+
* Provides the common implementation for the public set and protected _set methods.
|
|
569
|
+
*
|
|
570
|
+
* See <a href="#method_set">set</a> for argument details.
|
|
571
|
+
*
|
|
572
|
+
* @method _setAttr
|
|
573
|
+
* @protected
|
|
574
|
+
* @chainable
|
|
575
|
+
*
|
|
576
|
+
* @param {String} name The name of the attribute.
|
|
577
|
+
* @param {Any} value The value to set the attribute to.
|
|
578
|
+
* @param {Object} [opts] Optional data providing the circumstances for the change.
|
|
579
|
+
* @param {boolean} force If true, allows the caller to set values for
|
|
580
|
+
* readOnly or writeOnce attributes which have already been set.
|
|
581
|
+
*
|
|
582
|
+
* @return {Object} A reference to the host object.
|
|
583
|
+
*/
|
|
584
|
+
_setAttr : function(name, val, opts, force) {
|
|
585
|
+
var allowSet = true,
|
|
586
|
+
state = this._state,
|
|
587
|
+
stateProxy = this._stateProxy,
|
|
588
|
+
tCfgs = this._tCfgs,
|
|
589
|
+
cfg,
|
|
590
|
+
initialSet,
|
|
591
|
+
strPath,
|
|
592
|
+
path,
|
|
593
|
+
currVal,
|
|
594
|
+
writeOnce,
|
|
595
|
+
initializing;
|
|
596
|
+
|
|
597
|
+
if (name.indexOf(DOT) !== -1) {
|
|
598
|
+
strPath = name;
|
|
599
|
+
|
|
600
|
+
path = name.split(DOT);
|
|
601
|
+
name = path.shift();
|
|
602
|
+
}
|
|
603
|
+
|
|
604
|
+
// On Demand - Should be rare - handles out of order valueFn, setter, getter references
|
|
605
|
+
if (tCfgs && tCfgs[name]) {
|
|
606
|
+
this._addOutOfOrder(name, tCfgs[name]);
|
|
607
|
+
}
|
|
608
|
+
|
|
609
|
+
cfg = state.data[name] || {};
|
|
610
|
+
|
|
611
|
+
if (cfg.lazy) {
|
|
612
|
+
cfg = cfg.lazy;
|
|
613
|
+
this._addLazyAttr(name, cfg);
|
|
614
|
+
}
|
|
615
|
+
|
|
616
|
+
initialSet = (cfg.value === undefined);
|
|
617
|
+
|
|
618
|
+
if (stateProxy && name in stateProxy && !cfg._bypassProxy) {
|
|
619
|
+
// TODO: Value is always set for proxy. Can we do any better? Maybe take a snapshot as the initial value for the first call to set?
|
|
620
|
+
initialSet = false;
|
|
621
|
+
}
|
|
622
|
+
|
|
623
|
+
writeOnce = cfg.writeOnce;
|
|
624
|
+
initializing = cfg.initializing;
|
|
625
|
+
|
|
626
|
+
if (!initialSet && !force) {
|
|
627
|
+
|
|
628
|
+
if (writeOnce) {
|
|
629
|
+
allowSet = false;
|
|
630
|
+
}
|
|
631
|
+
|
|
632
|
+
if (cfg.readOnly) {
|
|
633
|
+
allowSet = false;
|
|
634
|
+
}
|
|
635
|
+
}
|
|
636
|
+
|
|
637
|
+
if (!initializing && !force && writeOnce === INIT_ONLY) {
|
|
638
|
+
allowSet = false;
|
|
639
|
+
}
|
|
640
|
+
|
|
641
|
+
if (allowSet) {
|
|
642
|
+
// Don't need currVal if initialSet (might fail in custom getter if it always expects a non-undefined/non-null value)
|
|
643
|
+
if (!initialSet) {
|
|
644
|
+
currVal = this.get(name);
|
|
645
|
+
}
|
|
646
|
+
|
|
647
|
+
if (path) {
|
|
648
|
+
val = O.setValue(Y.clone(currVal), path, val);
|
|
649
|
+
|
|
650
|
+
if (val === undefined) {
|
|
651
|
+
allowSet = false;
|
|
652
|
+
}
|
|
653
|
+
}
|
|
654
|
+
|
|
655
|
+
if (allowSet) {
|
|
656
|
+
if (!this._fireAttrChange || initializing) {
|
|
657
|
+
this._setAttrVal(name, strPath, currVal, val, opts, cfg);
|
|
658
|
+
} else {
|
|
659
|
+
// HACK - no real reason core needs to know about _fireAttrChange, but
|
|
660
|
+
// it adds fn hops if we want to break it out. Not sure it's worth it for this critical path
|
|
661
|
+
this._fireAttrChange(name, strPath, currVal, val, opts, cfg);
|
|
662
|
+
}
|
|
663
|
+
}
|
|
664
|
+
}
|
|
665
|
+
|
|
666
|
+
return this;
|
|
667
|
+
},
|
|
668
|
+
|
|
669
|
+
/**
|
|
670
|
+
* Utility method used by get/set to add attributes
|
|
671
|
+
* encountered out of order when calling addAttrs().
|
|
672
|
+
*
|
|
673
|
+
* For example, if:
|
|
674
|
+
*
|
|
675
|
+
* this.addAttrs({
|
|
676
|
+
* foo: {
|
|
677
|
+
* setter: function() {
|
|
678
|
+
* // make sure this bar is available when foo is added
|
|
679
|
+
* this.get("bar");
|
|
680
|
+
* }
|
|
681
|
+
* },
|
|
682
|
+
* bar: {
|
|
683
|
+
* value: ...
|
|
684
|
+
* }
|
|
685
|
+
* });
|
|
686
|
+
*
|
|
687
|
+
* @method _addOutOfOrder
|
|
688
|
+
* @private
|
|
689
|
+
* @param name {String} attribute name
|
|
690
|
+
* @param cfg {Object} attribute configuration
|
|
691
|
+
*/
|
|
692
|
+
_addOutOfOrder : function(name, cfg) {
|
|
693
|
+
|
|
694
|
+
var attrs = {};
|
|
695
|
+
attrs[name] = cfg;
|
|
696
|
+
|
|
697
|
+
delete this._tCfgs[name];
|
|
698
|
+
|
|
699
|
+
// TODO: The original code went through addAttrs, so
|
|
700
|
+
// sticking with it for this pass. Seems like we could
|
|
701
|
+
// just jump straight to _addAttr() and get some perf
|
|
702
|
+
// improvement.
|
|
703
|
+
this._addAttrs(attrs, this._tVals);
|
|
704
|
+
},
|
|
705
|
+
|
|
706
|
+
/**
|
|
707
|
+
* Provides the common implementation for the public get method,
|
|
708
|
+
* allowing Attribute hosts to over-ride either method.
|
|
709
|
+
*
|
|
710
|
+
* See <a href="#method_get">get</a> for argument details.
|
|
711
|
+
*
|
|
712
|
+
* @method _getAttr
|
|
713
|
+
* @protected
|
|
714
|
+
* @chainable
|
|
715
|
+
*
|
|
716
|
+
* @param {String} name The name of the attribute.
|
|
717
|
+
* @return {Any} The value of the attribute.
|
|
718
|
+
*/
|
|
719
|
+
_getAttr : function(name) {
|
|
720
|
+
var fullName = name,
|
|
721
|
+
tCfgs = this._tCfgs,
|
|
722
|
+
path,
|
|
723
|
+
getter,
|
|
724
|
+
val,
|
|
725
|
+
attrCfg;
|
|
726
|
+
|
|
727
|
+
if (name.indexOf(DOT) !== -1) {
|
|
728
|
+
path = name.split(DOT);
|
|
729
|
+
name = path.shift();
|
|
730
|
+
}
|
|
731
|
+
|
|
732
|
+
// On Demand - Should be rare - handles out of
|
|
733
|
+
// order valueFn, setter, getter references
|
|
734
|
+
if (tCfgs && tCfgs[name]) {
|
|
735
|
+
this._addOutOfOrder(name, tCfgs[name]);
|
|
736
|
+
}
|
|
737
|
+
|
|
738
|
+
attrCfg = this._state.data[name] || {};
|
|
739
|
+
|
|
740
|
+
// Lazy Init
|
|
741
|
+
if (attrCfg.lazy) {
|
|
742
|
+
attrCfg = attrCfg.lazy;
|
|
743
|
+
this._addLazyAttr(name, attrCfg);
|
|
744
|
+
}
|
|
745
|
+
|
|
746
|
+
val = this._getStateVal(name, attrCfg);
|
|
747
|
+
|
|
748
|
+
getter = attrCfg.getter;
|
|
749
|
+
|
|
750
|
+
if (getter && !getter.call) {
|
|
751
|
+
getter = this[getter];
|
|
752
|
+
}
|
|
753
|
+
|
|
754
|
+
val = (getter) ? getter.call(this, val, fullName) : val;
|
|
755
|
+
val = (path) ? O.getValue(val, path) : val;
|
|
756
|
+
|
|
757
|
+
return val;
|
|
758
|
+
},
|
|
759
|
+
|
|
760
|
+
/**
|
|
761
|
+
* Gets the stored value for the attribute, from either the
|
|
762
|
+
* internal state object, or the state proxy if it exits
|
|
763
|
+
*
|
|
764
|
+
* @method _getStateVal
|
|
765
|
+
* @private
|
|
766
|
+
* @param {String} name The name of the attribute
|
|
767
|
+
* @param {Object} [cfg] Optional config hash for the attribute. This is added for performance along the critical path,
|
|
768
|
+
* where the calling method has already obtained the config from state.
|
|
769
|
+
*
|
|
770
|
+
* @return {Any} The stored value of the attribute
|
|
771
|
+
*/
|
|
772
|
+
_getStateVal : function(name, cfg) {
|
|
773
|
+
var stateProxy = this._stateProxy;
|
|
774
|
+
|
|
775
|
+
if (!cfg) {
|
|
776
|
+
cfg = this._state.getAll(name) || {};
|
|
777
|
+
}
|
|
778
|
+
|
|
779
|
+
return (stateProxy && (name in stateProxy) && !(cfg._bypassProxy)) ? stateProxy[name] : cfg.value;
|
|
780
|
+
},
|
|
781
|
+
|
|
782
|
+
/**
|
|
783
|
+
* Sets the stored value for the attribute, in either the
|
|
784
|
+
* internal state object, or the state proxy if it exits
|
|
785
|
+
*
|
|
786
|
+
* @method _setStateVal
|
|
787
|
+
* @private
|
|
788
|
+
* @param {String} name The name of the attribute
|
|
789
|
+
* @param {Any} value The value of the attribute
|
|
790
|
+
*/
|
|
791
|
+
_setStateVal : function(name, value) {
|
|
792
|
+
var stateProxy = this._stateProxy;
|
|
793
|
+
if (stateProxy && (name in stateProxy) && !this._state.get(name, BYPASS_PROXY)) {
|
|
794
|
+
stateProxy[name] = value;
|
|
795
|
+
} else {
|
|
796
|
+
this._state.add(name, VALUE, value);
|
|
797
|
+
}
|
|
798
|
+
},
|
|
799
|
+
|
|
800
|
+
/**
|
|
801
|
+
* Updates the stored value of the attribute in the privately held State object,
|
|
802
|
+
* if validation and setter passes.
|
|
803
|
+
*
|
|
804
|
+
* @method _setAttrVal
|
|
805
|
+
* @private
|
|
806
|
+
* @param {String} attrName The attribute name.
|
|
807
|
+
* @param {String} subAttrName The sub-attribute name, if setting a sub-attribute property ("x.y.z").
|
|
808
|
+
* @param {Any} prevVal The currently stored value of the attribute.
|
|
809
|
+
* @param {Any} newVal The value which is going to be stored.
|
|
810
|
+
* @param {Object} [opts] Optional data providing the circumstances for the change.
|
|
811
|
+
* @param {Object} [attrCfg] Optional config hash for the attribute. This is added for performance along the critical path,
|
|
812
|
+
* where the calling method has already obtained the config from state.
|
|
813
|
+
*
|
|
814
|
+
* @return {Boolean} true if the new attribute value was stored, false if not.
|
|
815
|
+
*/
|
|
816
|
+
_setAttrVal : function(attrName, subAttrName, prevVal, newVal, opts, attrCfg) {
|
|
817
|
+
|
|
818
|
+
var host = this,
|
|
819
|
+
allowSet = true,
|
|
820
|
+
cfg = attrCfg || this._state.data[attrName] || {},
|
|
821
|
+
validator = cfg.validator,
|
|
822
|
+
setter = cfg.setter,
|
|
823
|
+
initializing = cfg.initializing,
|
|
824
|
+
prevRawVal = this._getStateVal(attrName, cfg),
|
|
825
|
+
name = subAttrName || attrName,
|
|
826
|
+
retVal,
|
|
827
|
+
valid;
|
|
828
|
+
|
|
829
|
+
if (validator) {
|
|
830
|
+
if (!validator.call) {
|
|
831
|
+
// Assume string - trying to keep critical path tight, so avoiding Lang check
|
|
832
|
+
validator = this[validator];
|
|
833
|
+
}
|
|
834
|
+
if (validator) {
|
|
835
|
+
valid = validator.call(host, newVal, name, opts);
|
|
836
|
+
|
|
837
|
+
if (!valid && initializing) {
|
|
838
|
+
newVal = cfg.defaultValue;
|
|
839
|
+
valid = true; // Assume it's valid, for perf.
|
|
840
|
+
}
|
|
841
|
+
}
|
|
842
|
+
}
|
|
843
|
+
|
|
844
|
+
if (!validator || valid) {
|
|
845
|
+
if (setter) {
|
|
846
|
+
if (!setter.call) {
|
|
847
|
+
// Assume string - trying to keep critical path tight, so avoiding Lang check
|
|
848
|
+
setter = this[setter];
|
|
849
|
+
}
|
|
850
|
+
if (setter) {
|
|
851
|
+
retVal = setter.call(host, newVal, name, opts);
|
|
852
|
+
|
|
853
|
+
if (retVal === INVALID_VALUE) {
|
|
854
|
+
if (initializing) {
|
|
855
|
+
newVal = cfg.defaultValue;
|
|
856
|
+
} else {
|
|
857
|
+
allowSet = false;
|
|
858
|
+
}
|
|
859
|
+
} else if (retVal !== undefined){
|
|
860
|
+
newVal = retVal;
|
|
861
|
+
}
|
|
862
|
+
}
|
|
863
|
+
}
|
|
864
|
+
|
|
865
|
+
if (allowSet) {
|
|
866
|
+
if(!subAttrName && (newVal === prevRawVal) && !Lang.isObject(newVal)) {
|
|
867
|
+
allowSet = false;
|
|
868
|
+
} else {
|
|
869
|
+
// Store value
|
|
870
|
+
if (!(INIT_VALUE in cfg)) {
|
|
871
|
+
cfg.initValue = newVal;
|
|
872
|
+
}
|
|
873
|
+
host._setStateVal(attrName, newVal);
|
|
874
|
+
}
|
|
875
|
+
}
|
|
876
|
+
|
|
877
|
+
} else {
|
|
878
|
+
allowSet = false;
|
|
879
|
+
}
|
|
880
|
+
|
|
881
|
+
return allowSet;
|
|
882
|
+
},
|
|
883
|
+
|
|
884
|
+
/**
|
|
885
|
+
* Sets multiple attribute values.
|
|
886
|
+
*
|
|
887
|
+
* @method setAttrs
|
|
888
|
+
* @param {Object} attrs An object with attributes name/value pairs.
|
|
889
|
+
* @param {Object} [opts] Optional data providing the circumstances for the change.
|
|
890
|
+
* @return {Object} A reference to the host object.
|
|
891
|
+
* @chainable
|
|
892
|
+
*/
|
|
893
|
+
setAttrs : function(attrs, opts) {
|
|
894
|
+
return this._setAttrs(attrs, opts);
|
|
895
|
+
},
|
|
896
|
+
|
|
897
|
+
/**
|
|
898
|
+
* Implementation behind the public setAttrs method, to set multiple attribute values.
|
|
899
|
+
*
|
|
900
|
+
* @method _setAttrs
|
|
901
|
+
* @protected
|
|
902
|
+
* @param {Object} attrs An object with attributes name/value pairs.
|
|
903
|
+
* @param {Object} [opts] Optional data providing the circumstances for the change
|
|
904
|
+
* @return {Object} A reference to the host object.
|
|
905
|
+
* @chainable
|
|
906
|
+
*/
|
|
907
|
+
_setAttrs : function(attrs, opts) {
|
|
908
|
+
var attr;
|
|
909
|
+
for (attr in attrs) {
|
|
910
|
+
if ( attrs.hasOwnProperty(attr) ) {
|
|
911
|
+
this.set(attr, attrs[attr], opts);
|
|
912
|
+
}
|
|
913
|
+
}
|
|
914
|
+
return this;
|
|
915
|
+
},
|
|
916
|
+
|
|
917
|
+
/**
|
|
918
|
+
* Gets multiple attribute values.
|
|
919
|
+
*
|
|
920
|
+
* @method getAttrs
|
|
921
|
+
* @param {String[]|Boolean} attrs Optional. An array of attribute names. If omitted, all attribute values are
|
|
922
|
+
* returned. If set to true, all attributes modified from their initial values are returned.
|
|
923
|
+
* @return {Object} An object with attribute name/value pairs.
|
|
924
|
+
*/
|
|
925
|
+
getAttrs : function(attrs) {
|
|
926
|
+
return this._getAttrs(attrs);
|
|
927
|
+
},
|
|
928
|
+
|
|
929
|
+
/**
|
|
930
|
+
* Implementation behind the public getAttrs method, to get multiple attribute values.
|
|
931
|
+
*
|
|
932
|
+
* @method _getAttrs
|
|
933
|
+
* @protected
|
|
934
|
+
* @param {String[]|Boolean} attrs Optional. An array of attribute names. If omitted, all attribute values are
|
|
935
|
+
* returned. If set to true, all attributes modified from their initial values are returned.
|
|
936
|
+
* @return {Object} An object with attribute name/value pairs.
|
|
937
|
+
*/
|
|
938
|
+
_getAttrs : function(attrs) {
|
|
939
|
+
var obj = {},
|
|
940
|
+
attr, i, len,
|
|
941
|
+
modifiedOnly = (attrs === true);
|
|
942
|
+
|
|
943
|
+
// TODO - figure out how to get all "added"
|
|
944
|
+
if (!attrs || modifiedOnly) {
|
|
945
|
+
attrs = O.keys(this._state.data);
|
|
946
|
+
}
|
|
947
|
+
|
|
948
|
+
for (i = 0, len = attrs.length; i < len; i++) {
|
|
949
|
+
attr = attrs[i];
|
|
950
|
+
|
|
951
|
+
if (!modifiedOnly || this._getStateVal(attr) != this._state.get(attr, INIT_VALUE)) {
|
|
952
|
+
// Go through get, to honor cloning/normalization
|
|
953
|
+
obj[attr] = this.get(attr);
|
|
954
|
+
}
|
|
955
|
+
}
|
|
956
|
+
|
|
957
|
+
return obj;
|
|
958
|
+
},
|
|
959
|
+
|
|
960
|
+
/**
|
|
961
|
+
* Configures a group of attributes, and sets initial values.
|
|
962
|
+
*
|
|
963
|
+
* <p>
|
|
964
|
+
* <strong>NOTE:</strong> This method does not isolate the configuration object by merging/cloning.
|
|
965
|
+
* The caller is responsible for merging/cloning the configuration object if required.
|
|
966
|
+
* </p>
|
|
967
|
+
*
|
|
968
|
+
* @method addAttrs
|
|
969
|
+
* @chainable
|
|
970
|
+
*
|
|
971
|
+
* @param {Object} cfgs An object with attribute name/configuration pairs.
|
|
972
|
+
* @param {Object} values An object with attribute name/value pairs, defining the initial values to apply.
|
|
973
|
+
* Values defined in the cfgs argument will be over-written by values in this argument unless defined as read only.
|
|
974
|
+
* @param {boolean} lazy Whether or not to delay the intialization of these attributes until the first call to get/set.
|
|
975
|
+
* Individual attributes can over-ride this behavior by defining a lazyAdd configuration property in their configuration.
|
|
976
|
+
* See <a href="#method_addAttr">addAttr</a>.
|
|
977
|
+
*
|
|
978
|
+
* @return {Object} A reference to the host object.
|
|
979
|
+
*/
|
|
980
|
+
addAttrs : function(cfgs, values, lazy) {
|
|
981
|
+
if (cfgs) {
|
|
982
|
+
this._tCfgs = cfgs;
|
|
983
|
+
this._tVals = (values) ? this._normAttrVals(values) : null;
|
|
984
|
+
this._addAttrs(cfgs, this._tVals, lazy);
|
|
985
|
+
this._tCfgs = this._tVals = null;
|
|
986
|
+
}
|
|
987
|
+
|
|
988
|
+
return this;
|
|
989
|
+
},
|
|
990
|
+
|
|
991
|
+
/**
|
|
992
|
+
* Implementation behind the public addAttrs method.
|
|
993
|
+
*
|
|
994
|
+
* This method is invoked directly by get if it encounters a scenario
|
|
995
|
+
* in which an attribute's valueFn attempts to obtain the
|
|
996
|
+
* value an attribute in the same group of attributes, which has not yet
|
|
997
|
+
* been added (on demand initialization).
|
|
998
|
+
*
|
|
999
|
+
* @method _addAttrs
|
|
1000
|
+
* @private
|
|
1001
|
+
* @param {Object} cfgs An object with attribute name/configuration pairs.
|
|
1002
|
+
* @param {Object} values An object with attribute name/value pairs, defining the initial values to apply.
|
|
1003
|
+
* Values defined in the cfgs argument will be over-written by values in this argument unless defined as read only.
|
|
1004
|
+
* @param {boolean} lazy Whether or not to delay the intialization of these attributes until the first call to get/set.
|
|
1005
|
+
* Individual attributes can over-ride this behavior by defining a lazyAdd configuration property in their configuration.
|
|
1006
|
+
* See <a href="#method_addAttr">addAttr</a>.
|
|
1007
|
+
*/
|
|
1008
|
+
_addAttrs : function(cfgs, values, lazy) {
|
|
1009
|
+
var tCfgs = this._tCfgs,
|
|
1010
|
+
tVals = this._tVals,
|
|
1011
|
+
attr,
|
|
1012
|
+
attrCfg,
|
|
1013
|
+
value;
|
|
1014
|
+
|
|
1015
|
+
for (attr in cfgs) {
|
|
1016
|
+
if (cfgs.hasOwnProperty(attr)) {
|
|
1017
|
+
|
|
1018
|
+
// Not Merging. Caller is responsible for isolating configs
|
|
1019
|
+
attrCfg = cfgs[attr];
|
|
1020
|
+
attrCfg.defaultValue = attrCfg.value;
|
|
1021
|
+
|
|
1022
|
+
// Handle simple, complex and user values, accounting for read-only
|
|
1023
|
+
value = this._getAttrInitVal(attr, attrCfg, tVals);
|
|
1024
|
+
|
|
1025
|
+
if (value !== undefined) {
|
|
1026
|
+
attrCfg.value = value;
|
|
1027
|
+
}
|
|
1028
|
+
|
|
1029
|
+
if (tCfgs[attr]) {
|
|
1030
|
+
tCfgs[attr] = undefined;
|
|
1031
|
+
}
|
|
1032
|
+
|
|
1033
|
+
this.addAttr(attr, attrCfg, lazy);
|
|
1034
|
+
}
|
|
1035
|
+
}
|
|
1036
|
+
},
|
|
1037
|
+
|
|
1038
|
+
/**
|
|
1039
|
+
* Utility method to protect an attribute configuration
|
|
1040
|
+
* hash, by merging the entire object and the individual
|
|
1041
|
+
* attr config objects.
|
|
1042
|
+
*
|
|
1043
|
+
* @method _protectAttrs
|
|
1044
|
+
* @protected
|
|
1045
|
+
* @param {Object} attrs A hash of attribute to configuration object pairs.
|
|
1046
|
+
* @return {Object} A protected version of the attrs argument.
|
|
1047
|
+
* @deprecated Use `AttributeCore.protectAttrs()` or
|
|
1048
|
+
* `Attribute.protectAttrs()` which are the same static utility method.
|
|
1049
|
+
*/
|
|
1050
|
+
_protectAttrs : AttributeCore.protectAttrs,
|
|
1051
|
+
|
|
1052
|
+
/**
|
|
1053
|
+
* Utility method to normalize attribute values. The base implementation
|
|
1054
|
+
* simply merges the hash to protect the original.
|
|
1055
|
+
*
|
|
1056
|
+
* @method _normAttrVals
|
|
1057
|
+
* @param {Object} valueHash An object with attribute name/value pairs
|
|
1058
|
+
*
|
|
1059
|
+
* @return {Object} An object literal with 2 properties - "simple" and "complex",
|
|
1060
|
+
* containing simple and complex attribute values respectively keyed
|
|
1061
|
+
* by the top level attribute name, or null, if valueHash is falsey.
|
|
1062
|
+
*
|
|
1063
|
+
* @private
|
|
1064
|
+
*/
|
|
1065
|
+
_normAttrVals : function(valueHash) {
|
|
1066
|
+
var vals,
|
|
1067
|
+
subvals,
|
|
1068
|
+
path,
|
|
1069
|
+
attr,
|
|
1070
|
+
v, k;
|
|
1071
|
+
|
|
1072
|
+
if (!valueHash) {
|
|
1073
|
+
return null;
|
|
1074
|
+
}
|
|
1075
|
+
|
|
1076
|
+
vals = {};
|
|
1077
|
+
|
|
1078
|
+
for (k in valueHash) {
|
|
1079
|
+
if (valueHash.hasOwnProperty(k)) {
|
|
1080
|
+
if (k.indexOf(DOT) !== -1) {
|
|
1081
|
+
path = k.split(DOT);
|
|
1082
|
+
attr = path.shift();
|
|
1083
|
+
|
|
1084
|
+
subvals = subvals || {};
|
|
1085
|
+
|
|
1086
|
+
v = subvals[attr] = subvals[attr] || [];
|
|
1087
|
+
v[v.length] = {
|
|
1088
|
+
path : path,
|
|
1089
|
+
value: valueHash[k]
|
|
1090
|
+
};
|
|
1091
|
+
} else {
|
|
1092
|
+
vals[k] = valueHash[k];
|
|
1093
|
+
}
|
|
1094
|
+
}
|
|
1095
|
+
}
|
|
1096
|
+
|
|
1097
|
+
return { simple:vals, complex:subvals };
|
|
1098
|
+
},
|
|
1099
|
+
|
|
1100
|
+
/**
|
|
1101
|
+
* Returns the initial value of the given attribute from
|
|
1102
|
+
* either the default configuration provided, or the
|
|
1103
|
+
* over-ridden value if it exists in the set of initValues
|
|
1104
|
+
* provided and the attribute is not read-only.
|
|
1105
|
+
*
|
|
1106
|
+
* @param {String} attr The name of the attribute
|
|
1107
|
+
* @param {Object} cfg The attribute configuration object
|
|
1108
|
+
* @param {Object} initValues The object with simple and complex attribute name/value pairs returned from _normAttrVals
|
|
1109
|
+
*
|
|
1110
|
+
* @return {Any} The initial value of the attribute.
|
|
1111
|
+
*
|
|
1112
|
+
* @method _getAttrInitVal
|
|
1113
|
+
* @private
|
|
1114
|
+
*/
|
|
1115
|
+
_getAttrInitVal : function(attr, cfg, initValues) {
|
|
1116
|
+
var val = cfg.value,
|
|
1117
|
+
valFn = cfg.valueFn,
|
|
1118
|
+
tmpVal,
|
|
1119
|
+
initValSet = false,
|
|
1120
|
+
readOnly = cfg.readOnly,
|
|
1121
|
+
simple,
|
|
1122
|
+
complex,
|
|
1123
|
+
i,
|
|
1124
|
+
l,
|
|
1125
|
+
path,
|
|
1126
|
+
subval,
|
|
1127
|
+
subvals;
|
|
1128
|
+
|
|
1129
|
+
if (!readOnly && initValues) {
|
|
1130
|
+
// Simple Attributes
|
|
1131
|
+
simple = initValues.simple;
|
|
1132
|
+
if (simple && simple.hasOwnProperty(attr)) {
|
|
1133
|
+
val = simple[attr];
|
|
1134
|
+
initValSet = true;
|
|
1135
|
+
}
|
|
1136
|
+
}
|
|
1137
|
+
|
|
1138
|
+
if (valFn && !initValSet) {
|
|
1139
|
+
if (!valFn.call) {
|
|
1140
|
+
valFn = this[valFn];
|
|
1141
|
+
}
|
|
1142
|
+
if (valFn) {
|
|
1143
|
+
tmpVal = valFn.call(this, attr);
|
|
1144
|
+
val = tmpVal;
|
|
1145
|
+
}
|
|
1146
|
+
}
|
|
1147
|
+
|
|
1148
|
+
if (!readOnly && initValues) {
|
|
1149
|
+
|
|
1150
|
+
// Complex Attributes (complex values applied, after simple, in case both are set)
|
|
1151
|
+
complex = initValues.complex;
|
|
1152
|
+
|
|
1153
|
+
if (complex && complex.hasOwnProperty(attr) && (val !== undefined) && (val !== null)) {
|
|
1154
|
+
subvals = complex[attr];
|
|
1155
|
+
for (i = 0, l = subvals.length; i < l; ++i) {
|
|
1156
|
+
path = subvals[i].path;
|
|
1157
|
+
subval = subvals[i].value;
|
|
1158
|
+
O.setValue(val, path, subval);
|
|
1159
|
+
}
|
|
1160
|
+
}
|
|
1161
|
+
}
|
|
1162
|
+
|
|
1163
|
+
return val;
|
|
1164
|
+
},
|
|
1165
|
+
|
|
1166
|
+
/**
|
|
1167
|
+
* Utility method to set up initial attributes defined during construction,
|
|
1168
|
+
* either through the constructor.ATTRS property, or explicitly passed in.
|
|
1169
|
+
*
|
|
1170
|
+
* @method _initAttrs
|
|
1171
|
+
* @protected
|
|
1172
|
+
* @param attrs {Object} The attributes to add during construction (passed through to <a href="#method_addAttrs">addAttrs</a>).
|
|
1173
|
+
* These can also be defined on the constructor being augmented with Attribute by defining the ATTRS property on the constructor.
|
|
1174
|
+
* @param values {Object} The initial attribute values to apply (passed through to <a href="#method_addAttrs">addAttrs</a>).
|
|
1175
|
+
* These are not merged/cloned. The caller is responsible for isolating user provided values if required.
|
|
1176
|
+
* @param lazy {boolean} Whether or not to add attributes lazily (passed through to <a href="#method_addAttrs">addAttrs</a>).
|
|
1177
|
+
*/
|
|
1178
|
+
_initAttrs : function(attrs, values, lazy) {
|
|
1179
|
+
// ATTRS support for Node, which is not Base based
|
|
1180
|
+
attrs = attrs || this.constructor.ATTRS;
|
|
1181
|
+
|
|
1182
|
+
var Base = Y.Base,
|
|
1183
|
+
BaseCore = Y.BaseCore,
|
|
1184
|
+
baseInst = (Base && Y.instanceOf(this, Base)),
|
|
1185
|
+
baseCoreInst = (!baseInst && BaseCore && Y.instanceOf(this, BaseCore));
|
|
1186
|
+
|
|
1187
|
+
if (attrs && !baseInst && !baseCoreInst) {
|
|
1188
|
+
this.addAttrs(Y.AttributeCore.protectAttrs(attrs), values, lazy);
|
|
1189
|
+
}
|
|
1190
|
+
}
|
|
1191
|
+
};
|
|
1192
|
+
|
|
1193
|
+
Y.AttributeCore = AttributeCore;
|
|
1194
|
+
|
|
1195
|
+
|
|
1196
|
+
}, '@VERSION@', {"requires": ["oop"]});
|