@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,1517 @@
|
|
|
1
|
+
YUI.add('console', function (Y, NAME) {
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* Console creates a visualization for messages logged through calls to a YUI
|
|
5
|
+
* instance's <code>Y.log( message, category, source )</code> method. The
|
|
6
|
+
* debug versions of YUI modules will include logging statements to offer some
|
|
7
|
+
* insight into the steps executed during that module's operation. Including
|
|
8
|
+
* log statements in your code will cause those messages to also appear in the
|
|
9
|
+
* Console. Use Console to aid in developing your page or application.
|
|
10
|
+
*
|
|
11
|
+
* Entry categories "info", "warn", and "error"
|
|
12
|
+
* are also referred to as the log level, and entries are filtered against the
|
|
13
|
+
* configured logLevel.
|
|
14
|
+
*
|
|
15
|
+
* @module console
|
|
16
|
+
*/
|
|
17
|
+
var getCN = Y.ClassNameManager.getClassName,
|
|
18
|
+
CHECKED = 'checked',
|
|
19
|
+
CLEAR = 'clear',
|
|
20
|
+
CLICK = 'click',
|
|
21
|
+
COLLAPSED = 'collapsed',
|
|
22
|
+
CONSOLE = 'console',
|
|
23
|
+
CONTENT_BOX = 'contentBox',
|
|
24
|
+
DISABLED = 'disabled',
|
|
25
|
+
ENTRY = 'entry',
|
|
26
|
+
ERROR = 'error',
|
|
27
|
+
HEIGHT = 'height',
|
|
28
|
+
INFO = 'info',
|
|
29
|
+
LAST_TIME = 'lastTime',
|
|
30
|
+
PAUSE = 'pause',
|
|
31
|
+
PAUSED = 'paused',
|
|
32
|
+
RESET = 'reset',
|
|
33
|
+
START_TIME = 'startTime',
|
|
34
|
+
TITLE = 'title',
|
|
35
|
+
WARN = 'warn',
|
|
36
|
+
|
|
37
|
+
DOT = '.',
|
|
38
|
+
|
|
39
|
+
C_BUTTON = getCN(CONSOLE,'button'),
|
|
40
|
+
C_CHECKBOX = getCN(CONSOLE,'checkbox'),
|
|
41
|
+
C_CLEAR = getCN(CONSOLE,CLEAR),
|
|
42
|
+
C_COLLAPSE = getCN(CONSOLE,'collapse'),
|
|
43
|
+
C_COLLAPSED = getCN(CONSOLE,COLLAPSED),
|
|
44
|
+
C_CONSOLE_CONTROLS = getCN(CONSOLE,'controls'),
|
|
45
|
+
C_CONSOLE_HD = getCN(CONSOLE,'hd'),
|
|
46
|
+
C_CONSOLE_BD = getCN(CONSOLE,'bd'),
|
|
47
|
+
C_CONSOLE_FT = getCN(CONSOLE,'ft'),
|
|
48
|
+
C_CONSOLE_TITLE = getCN(CONSOLE,TITLE),
|
|
49
|
+
C_ENTRY = getCN(CONSOLE,ENTRY),
|
|
50
|
+
C_ENTRY_CAT = getCN(CONSOLE,ENTRY,'cat'),
|
|
51
|
+
C_ENTRY_CONTENT = getCN(CONSOLE,ENTRY,'content'),
|
|
52
|
+
C_ENTRY_META = getCN(CONSOLE,ENTRY,'meta'),
|
|
53
|
+
C_ENTRY_SRC = getCN(CONSOLE,ENTRY,'src'),
|
|
54
|
+
C_ENTRY_TIME = getCN(CONSOLE,ENTRY,'time'),
|
|
55
|
+
C_PAUSE = getCN(CONSOLE,PAUSE),
|
|
56
|
+
C_PAUSE_LABEL = getCN(CONSOLE,PAUSE,'label'),
|
|
57
|
+
|
|
58
|
+
RE_INLINE_SOURCE = /^(\S+)\s/,
|
|
59
|
+
RE_AMP = /&(?!#?[a-z0-9]+;)/g,
|
|
60
|
+
RE_GT = />/g,
|
|
61
|
+
RE_LT = /</g,
|
|
62
|
+
|
|
63
|
+
ESC_AMP = '&',
|
|
64
|
+
ESC_GT = '>',
|
|
65
|
+
ESC_LT = '<',
|
|
66
|
+
|
|
67
|
+
ENTRY_TEMPLATE_STR =
|
|
68
|
+
'<div class="{entry_class} {cat_class} {src_class}">'+
|
|
69
|
+
'<p class="{entry_meta_class}">'+
|
|
70
|
+
'<span class="{entry_src_class}">'+
|
|
71
|
+
'{sourceAndDetail}'+
|
|
72
|
+
'</span>'+
|
|
73
|
+
'<span class="{entry_cat_class}">'+
|
|
74
|
+
'{category}</span>'+
|
|
75
|
+
'<span class="{entry_time_class}">'+
|
|
76
|
+
' {totalTime}ms (+{elapsedTime}) {localTime}'+
|
|
77
|
+
'</span>'+
|
|
78
|
+
'</p>'+
|
|
79
|
+
'<pre class="{entry_content_class}">{message}</pre>'+
|
|
80
|
+
'</div>',
|
|
81
|
+
|
|
82
|
+
L = Y.Lang,
|
|
83
|
+
create = Y.Node.create,
|
|
84
|
+
isNumber = L.isNumber,
|
|
85
|
+
isString = L.isString,
|
|
86
|
+
merge = Y.merge,
|
|
87
|
+
substitute = Y.Lang.sub;
|
|
88
|
+
|
|
89
|
+
/**
|
|
90
|
+
A basic console that displays messages logged throughout your application.
|
|
91
|
+
|
|
92
|
+
@class Console
|
|
93
|
+
@constructor
|
|
94
|
+
@extends Widget
|
|
95
|
+
@param [config] {Object} Object literal specifying widget configuration properties.
|
|
96
|
+
**/
|
|
97
|
+
function Console() {
|
|
98
|
+
Console.superclass.constructor.apply(this,arguments);
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
Y.Console = Y.extend(Console, Y.Widget,
|
|
102
|
+
|
|
103
|
+
// Y.Console prototype
|
|
104
|
+
{
|
|
105
|
+
/**
|
|
106
|
+
* Category to prefix all event subscriptions to allow for ease of detach
|
|
107
|
+
* during destroy.
|
|
108
|
+
*
|
|
109
|
+
* @property _evtCat
|
|
110
|
+
* @type string
|
|
111
|
+
* @protected
|
|
112
|
+
*/
|
|
113
|
+
_evtCat : null,
|
|
114
|
+
|
|
115
|
+
/**
|
|
116
|
+
* Reference to the Node instance containing the header contents.
|
|
117
|
+
*
|
|
118
|
+
* @property _head
|
|
119
|
+
* @type Node
|
|
120
|
+
* @default null
|
|
121
|
+
* @protected
|
|
122
|
+
*/
|
|
123
|
+
_head : null,
|
|
124
|
+
|
|
125
|
+
/**
|
|
126
|
+
* Reference to the Node instance that will house the console messages.
|
|
127
|
+
*
|
|
128
|
+
* @property _body
|
|
129
|
+
* @type Node
|
|
130
|
+
* @default null
|
|
131
|
+
* @protected
|
|
132
|
+
*/
|
|
133
|
+
_body : null,
|
|
134
|
+
|
|
135
|
+
/**
|
|
136
|
+
* Reference to the Node instance containing the footer contents.
|
|
137
|
+
*
|
|
138
|
+
* @property _foot
|
|
139
|
+
* @type Node
|
|
140
|
+
* @default null
|
|
141
|
+
* @protected
|
|
142
|
+
*/
|
|
143
|
+
_foot : null,
|
|
144
|
+
|
|
145
|
+
/**
|
|
146
|
+
* Holds the object API returned from <code>Y.later</code> for the print
|
|
147
|
+
* loop interval.
|
|
148
|
+
*
|
|
149
|
+
* @property _printLoop
|
|
150
|
+
* @type Object
|
|
151
|
+
* @default null
|
|
152
|
+
* @protected
|
|
153
|
+
*/
|
|
154
|
+
_printLoop : null,
|
|
155
|
+
|
|
156
|
+
/**
|
|
157
|
+
* Array of normalized message objects awaiting printing.
|
|
158
|
+
*
|
|
159
|
+
* @property buffer
|
|
160
|
+
* @type Array
|
|
161
|
+
* @default null
|
|
162
|
+
* @protected
|
|
163
|
+
*/
|
|
164
|
+
buffer : null,
|
|
165
|
+
|
|
166
|
+
/**
|
|
167
|
+
* Wrapper for <code>Y.log</code>.
|
|
168
|
+
*
|
|
169
|
+
* @method log
|
|
170
|
+
* @param arg* {MIXED} (all arguments passed through to <code>Y.log</code>)
|
|
171
|
+
* @chainable
|
|
172
|
+
*/
|
|
173
|
+
log : function () {
|
|
174
|
+
Y.log.apply(Y,arguments);
|
|
175
|
+
|
|
176
|
+
return this;
|
|
177
|
+
},
|
|
178
|
+
|
|
179
|
+
/**
|
|
180
|
+
* Clear the console of messages and flush the buffer of pending messages.
|
|
181
|
+
*
|
|
182
|
+
* @method clearConsole
|
|
183
|
+
* @chainable
|
|
184
|
+
*/
|
|
185
|
+
clearConsole : function () {
|
|
186
|
+
// TODO: clear event listeners from console contents
|
|
187
|
+
this._body.empty();
|
|
188
|
+
|
|
189
|
+
this._cancelPrintLoop();
|
|
190
|
+
|
|
191
|
+
this.buffer = [];
|
|
192
|
+
|
|
193
|
+
return this;
|
|
194
|
+
},
|
|
195
|
+
|
|
196
|
+
/**
|
|
197
|
+
* Clears the console and resets internal timers.
|
|
198
|
+
*
|
|
199
|
+
* @method reset
|
|
200
|
+
* @chainable
|
|
201
|
+
*/
|
|
202
|
+
reset : function () {
|
|
203
|
+
this.fire(RESET);
|
|
204
|
+
|
|
205
|
+
return this;
|
|
206
|
+
},
|
|
207
|
+
|
|
208
|
+
/**
|
|
209
|
+
* Collapses the body and footer.
|
|
210
|
+
*
|
|
211
|
+
* @method collapse
|
|
212
|
+
* @chainable
|
|
213
|
+
*/
|
|
214
|
+
collapse : function () {
|
|
215
|
+
this.set(COLLAPSED, true);
|
|
216
|
+
|
|
217
|
+
return this;
|
|
218
|
+
},
|
|
219
|
+
|
|
220
|
+
/**
|
|
221
|
+
* Expands the body and footer if collapsed.
|
|
222
|
+
*
|
|
223
|
+
* @method expand
|
|
224
|
+
* @chainable
|
|
225
|
+
*/
|
|
226
|
+
expand : function () {
|
|
227
|
+
this.set(COLLAPSED, false);
|
|
228
|
+
|
|
229
|
+
return this;
|
|
230
|
+
},
|
|
231
|
+
|
|
232
|
+
/**
|
|
233
|
+
* Outputs buffered messages to the console UI. This is typically called
|
|
234
|
+
* from a scheduled interval until the buffer is empty (referred to as the
|
|
235
|
+
* print loop). The number of buffered messages output to the Console is
|
|
236
|
+
* limited to the number provided as an argument. If no limit is passed,
|
|
237
|
+
* all buffered messages are rendered.
|
|
238
|
+
*
|
|
239
|
+
* @method printBuffer
|
|
240
|
+
* @param limit {Number} (optional) max number of buffered entries to write
|
|
241
|
+
* @chainable
|
|
242
|
+
*/
|
|
243
|
+
printBuffer: function (limit) {
|
|
244
|
+
var messages = this.buffer,
|
|
245
|
+
debug = Y.config.debug,
|
|
246
|
+
entries = [],
|
|
247
|
+
consoleLimit= this.get('consoleLimit'),
|
|
248
|
+
newestOnTop = this.get('newestOnTop'),
|
|
249
|
+
anchor = newestOnTop ? this._body.get('firstChild') : null,
|
|
250
|
+
i;
|
|
251
|
+
|
|
252
|
+
if (messages.length > consoleLimit) {
|
|
253
|
+
messages.splice(0, messages.length - consoleLimit);
|
|
254
|
+
}
|
|
255
|
+
|
|
256
|
+
limit = Math.min(messages.length, (limit || messages.length));
|
|
257
|
+
|
|
258
|
+
// turn off logging system
|
|
259
|
+
Y.config.debug = false;
|
|
260
|
+
|
|
261
|
+
if (!this.get(PAUSED) && this.get('rendered')) {
|
|
262
|
+
|
|
263
|
+
for (i = 0; i < limit && messages.length; ++i) {
|
|
264
|
+
entries[i] = this._createEntryHTML(messages.shift());
|
|
265
|
+
}
|
|
266
|
+
|
|
267
|
+
if (!messages.length) {
|
|
268
|
+
this._cancelPrintLoop();
|
|
269
|
+
}
|
|
270
|
+
|
|
271
|
+
if (entries.length) {
|
|
272
|
+
if (newestOnTop) {
|
|
273
|
+
entries.reverse();
|
|
274
|
+
}
|
|
275
|
+
|
|
276
|
+
this._body.insertBefore(create(entries.join('')), anchor);
|
|
277
|
+
|
|
278
|
+
if (this.get('scrollIntoView')) {
|
|
279
|
+
this.scrollToLatest();
|
|
280
|
+
}
|
|
281
|
+
|
|
282
|
+
this._trimOldEntries();
|
|
283
|
+
}
|
|
284
|
+
}
|
|
285
|
+
|
|
286
|
+
// restore logging system
|
|
287
|
+
Y.config.debug = debug;
|
|
288
|
+
|
|
289
|
+
return this;
|
|
290
|
+
},
|
|
291
|
+
|
|
292
|
+
|
|
293
|
+
/**
|
|
294
|
+
* Constructor code. Set up the buffer and entry template, publish
|
|
295
|
+
* internal events, and subscribe to the configured logEvent.
|
|
296
|
+
*
|
|
297
|
+
* @method initializer
|
|
298
|
+
* @protected
|
|
299
|
+
*/
|
|
300
|
+
initializer : function () {
|
|
301
|
+
this._evtCat = Y.stamp(this) + '|';
|
|
302
|
+
|
|
303
|
+
this.buffer = [];
|
|
304
|
+
|
|
305
|
+
this.get('logSource').on(this._evtCat +
|
|
306
|
+
this.get('logEvent'),Y.bind("_onLogEvent",this));
|
|
307
|
+
|
|
308
|
+
/**
|
|
309
|
+
* Transfers a received message to the print loop buffer. Default
|
|
310
|
+
* behavior defined in _defEntryFn.
|
|
311
|
+
*
|
|
312
|
+
* @event entry
|
|
313
|
+
* @param event {EventFacade} An Event Facade object with the following attribute specific properties added:
|
|
314
|
+
* <dl>
|
|
315
|
+
* <dt>message</dt>
|
|
316
|
+
* <dd>The message data normalized into an object literal (see _normalizeMessage)</dd>
|
|
317
|
+
* </dl>
|
|
318
|
+
* @preventable _defEntryFn
|
|
319
|
+
*/
|
|
320
|
+
this.publish(ENTRY, { defaultFn: this._defEntryFn });
|
|
321
|
+
|
|
322
|
+
/**
|
|
323
|
+
* Triggers the reset behavior via the default logic in _defResetFn.
|
|
324
|
+
*
|
|
325
|
+
* @event reset
|
|
326
|
+
* @param event {EventFacade} Event Facade object
|
|
327
|
+
* @preventable _defResetFn
|
|
328
|
+
*/
|
|
329
|
+
this.publish(RESET, { defaultFn: this._defResetFn });
|
|
330
|
+
|
|
331
|
+
this.after('rendered', this._schedulePrint);
|
|
332
|
+
},
|
|
333
|
+
|
|
334
|
+
/**
|
|
335
|
+
* Tears down the instance, flushing event subscriptions and purging the UI.
|
|
336
|
+
*
|
|
337
|
+
* @method destructor
|
|
338
|
+
* @protected
|
|
339
|
+
*/
|
|
340
|
+
destructor : function () {
|
|
341
|
+
var bb = this.get('boundingBox');
|
|
342
|
+
|
|
343
|
+
this._cancelPrintLoop();
|
|
344
|
+
|
|
345
|
+
this.get('logSource').detach(this._evtCat + '*');
|
|
346
|
+
|
|
347
|
+
bb.purge(true);
|
|
348
|
+
},
|
|
349
|
+
|
|
350
|
+
/**
|
|
351
|
+
* Generate the Console UI.
|
|
352
|
+
*
|
|
353
|
+
* @method renderUI
|
|
354
|
+
* @protected
|
|
355
|
+
*/
|
|
356
|
+
renderUI : function () {
|
|
357
|
+
this._initHead();
|
|
358
|
+
this._initBody();
|
|
359
|
+
this._initFoot();
|
|
360
|
+
|
|
361
|
+
// Apply positioning to the bounding box if appropriate
|
|
362
|
+
var style = this.get('style');
|
|
363
|
+
if (style !== 'block') {
|
|
364
|
+
this.get('boundingBox').addClass(this.getClassName(style));
|
|
365
|
+
}
|
|
366
|
+
},
|
|
367
|
+
|
|
368
|
+
/**
|
|
369
|
+
* Sync the UI state to the current attribute state.
|
|
370
|
+
*
|
|
371
|
+
* @method syncUI
|
|
372
|
+
*/
|
|
373
|
+
syncUI : function () {
|
|
374
|
+
this._uiUpdatePaused(this.get(PAUSED));
|
|
375
|
+
this._uiUpdateCollapsed(this.get(COLLAPSED));
|
|
376
|
+
this._uiSetHeight(this.get(HEIGHT));
|
|
377
|
+
},
|
|
378
|
+
|
|
379
|
+
/**
|
|
380
|
+
* Set up event listeners to wire up the UI to the internal state.
|
|
381
|
+
*
|
|
382
|
+
* @method bindUI
|
|
383
|
+
* @protected
|
|
384
|
+
*/
|
|
385
|
+
bindUI : function () {
|
|
386
|
+
this.get(CONTENT_BOX).one('button.'+C_COLLAPSE).
|
|
387
|
+
on(CLICK,this._onCollapseClick,this);
|
|
388
|
+
|
|
389
|
+
this.get(CONTENT_BOX).one('input[type=checkbox].'+C_PAUSE).
|
|
390
|
+
on(CLICK,this._onPauseClick,this);
|
|
391
|
+
|
|
392
|
+
this.get(CONTENT_BOX).one('button.'+C_CLEAR).
|
|
393
|
+
on(CLICK,this._onClearClick,this);
|
|
394
|
+
|
|
395
|
+
// Attribute changes
|
|
396
|
+
this.after(this._evtCat + 'stringsChange',
|
|
397
|
+
this._afterStringsChange);
|
|
398
|
+
this.after(this._evtCat + 'pausedChange',
|
|
399
|
+
this._afterPausedChange);
|
|
400
|
+
this.after(this._evtCat + 'consoleLimitChange',
|
|
401
|
+
this._afterConsoleLimitChange);
|
|
402
|
+
this.after(this._evtCat + 'collapsedChange',
|
|
403
|
+
this._afterCollapsedChange);
|
|
404
|
+
},
|
|
405
|
+
|
|
406
|
+
|
|
407
|
+
/**
|
|
408
|
+
* Create the DOM structure for the header elements.
|
|
409
|
+
*
|
|
410
|
+
* @method _initHead
|
|
411
|
+
* @protected
|
|
412
|
+
*/
|
|
413
|
+
_initHead : function () {
|
|
414
|
+
var cb = this.get(CONTENT_BOX),
|
|
415
|
+
info = merge(Console.CHROME_CLASSES, {
|
|
416
|
+
str_collapse : this.get('strings.collapse'),
|
|
417
|
+
str_title : this.get('strings.title')
|
|
418
|
+
});
|
|
419
|
+
|
|
420
|
+
this._head = create(substitute(Console.HEADER_TEMPLATE,info));
|
|
421
|
+
|
|
422
|
+
cb.insertBefore(this._head,cb.get('firstChild'));
|
|
423
|
+
},
|
|
424
|
+
|
|
425
|
+
/**
|
|
426
|
+
* Create the DOM structure for the console body—where messages are
|
|
427
|
+
* rendered.
|
|
428
|
+
*
|
|
429
|
+
* @method _initBody
|
|
430
|
+
* @protected
|
|
431
|
+
*/
|
|
432
|
+
_initBody : function () {
|
|
433
|
+
this._body = create(substitute(
|
|
434
|
+
Console.BODY_TEMPLATE,
|
|
435
|
+
Console.CHROME_CLASSES));
|
|
436
|
+
|
|
437
|
+
this.get(CONTENT_BOX).appendChild(this._body);
|
|
438
|
+
},
|
|
439
|
+
|
|
440
|
+
/**
|
|
441
|
+
* Create the DOM structure for the footer elements.
|
|
442
|
+
*
|
|
443
|
+
* @method _initFoot
|
|
444
|
+
* @protected
|
|
445
|
+
*/
|
|
446
|
+
_initFoot : function () {
|
|
447
|
+
var info = merge(Console.CHROME_CLASSES, {
|
|
448
|
+
id_guid : Y.guid(),
|
|
449
|
+
str_pause : this.get('strings.pause'),
|
|
450
|
+
str_clear : this.get('strings.clear')
|
|
451
|
+
});
|
|
452
|
+
|
|
453
|
+
this._foot = create(substitute(Console.FOOTER_TEMPLATE,info));
|
|
454
|
+
|
|
455
|
+
this.get(CONTENT_BOX).appendChild(this._foot);
|
|
456
|
+
},
|
|
457
|
+
|
|
458
|
+
/**
|
|
459
|
+
* Determine if incoming log messages are within the configured logLevel
|
|
460
|
+
* to be buffered for printing.
|
|
461
|
+
*
|
|
462
|
+
* @method _isInLogLevel
|
|
463
|
+
* @protected
|
|
464
|
+
*/
|
|
465
|
+
_isInLogLevel : function (e) {
|
|
466
|
+
var cat = e.cat, lvl = this.get('logLevel');
|
|
467
|
+
|
|
468
|
+
if (lvl !== INFO) {
|
|
469
|
+
cat = cat || INFO;
|
|
470
|
+
|
|
471
|
+
if (isString(cat)) {
|
|
472
|
+
cat = cat.toLowerCase();
|
|
473
|
+
}
|
|
474
|
+
|
|
475
|
+
if ((cat === WARN && lvl === ERROR) ||
|
|
476
|
+
(cat === INFO && lvl !== INFO)) {
|
|
477
|
+
return false;
|
|
478
|
+
}
|
|
479
|
+
}
|
|
480
|
+
|
|
481
|
+
return true;
|
|
482
|
+
},
|
|
483
|
+
|
|
484
|
+
/**
|
|
485
|
+
* Create a log entry message from the inputs including the following keys:
|
|
486
|
+
* <ul>
|
|
487
|
+
* <li>time - this moment</li>
|
|
488
|
+
* <li>message - leg message</li>
|
|
489
|
+
* <li>category - logLevel or custom category for the message</li>
|
|
490
|
+
* <li>source - when provided, the widget or util calling Y.log</li>
|
|
491
|
+
* <li>sourceAndDetail - same as source but can include instance info</li>
|
|
492
|
+
* <li>localTime - readable version of time</li>
|
|
493
|
+
* <li>elapsedTime - ms since last entry</li>
|
|
494
|
+
* <li>totalTime - ms since Console was instantiated or reset</li>
|
|
495
|
+
* </ul>
|
|
496
|
+
*
|
|
497
|
+
* @method _normalizeMessage
|
|
498
|
+
* @param e {Event} custom event containing the log message
|
|
499
|
+
* @return Object the message object
|
|
500
|
+
* @protected
|
|
501
|
+
*/
|
|
502
|
+
_normalizeMessage : function (e) {
|
|
503
|
+
|
|
504
|
+
var msg = e.msg,
|
|
505
|
+
cat = e.cat,
|
|
506
|
+
src = e.src,
|
|
507
|
+
|
|
508
|
+
m = {
|
|
509
|
+
time : new Date(),
|
|
510
|
+
message : msg,
|
|
511
|
+
category : cat || this.get('defaultCategory'),
|
|
512
|
+
sourceAndDetail : src || this.get('defaultSource'),
|
|
513
|
+
source : null,
|
|
514
|
+
localTime : null,
|
|
515
|
+
elapsedTime : null,
|
|
516
|
+
totalTime : null
|
|
517
|
+
};
|
|
518
|
+
|
|
519
|
+
// Extract m.source "Foo" from m.sourceAndDetail "Foo bar baz"
|
|
520
|
+
m.source = RE_INLINE_SOURCE.test(m.sourceAndDetail) ?
|
|
521
|
+
RegExp.$1 : m.sourceAndDetail;
|
|
522
|
+
m.localTime = m.time.toLocaleTimeString ?
|
|
523
|
+
m.time.toLocaleTimeString() : (m.time + '');
|
|
524
|
+
m.elapsedTime = m.time - this.get(LAST_TIME);
|
|
525
|
+
m.totalTime = m.time - this.get(START_TIME);
|
|
526
|
+
|
|
527
|
+
this._set(LAST_TIME,m.time);
|
|
528
|
+
|
|
529
|
+
return m;
|
|
530
|
+
},
|
|
531
|
+
|
|
532
|
+
/**
|
|
533
|
+
* Sets an interval for buffered messages to be output to the console.
|
|
534
|
+
*
|
|
535
|
+
* @method _schedulePrint
|
|
536
|
+
* @protected
|
|
537
|
+
*/
|
|
538
|
+
_schedulePrint : function () {
|
|
539
|
+
if (!this._printLoop && !this.get(PAUSED) && this.get('rendered')) {
|
|
540
|
+
this._printLoop = Y.later(
|
|
541
|
+
this.get('printTimeout'),
|
|
542
|
+
this, this.printBuffer,
|
|
543
|
+
this.get('printLimit'), true);
|
|
544
|
+
}
|
|
545
|
+
},
|
|
546
|
+
|
|
547
|
+
/**
|
|
548
|
+
* Translates message meta into the markup for a console entry.
|
|
549
|
+
*
|
|
550
|
+
* @method _createEntryHTML
|
|
551
|
+
* @param m {Object} object literal containing normalized message metadata
|
|
552
|
+
* @return String
|
|
553
|
+
* @protected
|
|
554
|
+
*/
|
|
555
|
+
_createEntryHTML : function (m) {
|
|
556
|
+
m = merge(
|
|
557
|
+
this._htmlEscapeMessage(m),
|
|
558
|
+
Console.ENTRY_CLASSES,
|
|
559
|
+
{
|
|
560
|
+
cat_class : this.getClassName(ENTRY,m.category),
|
|
561
|
+
src_class : this.getClassName(ENTRY,m.source)
|
|
562
|
+
});
|
|
563
|
+
|
|
564
|
+
return this.get('entryTemplate').replace(/\{(\w+)\}/g,
|
|
565
|
+
function (_,token) {
|
|
566
|
+
return token in m ? m[token] : '';
|
|
567
|
+
});
|
|
568
|
+
},
|
|
569
|
+
|
|
570
|
+
/**
|
|
571
|
+
* Scrolls to the most recent entry
|
|
572
|
+
*
|
|
573
|
+
* @method scrollToLatest
|
|
574
|
+
* @chainable
|
|
575
|
+
*/
|
|
576
|
+
scrollToLatest : function () {
|
|
577
|
+
var scrollTop = this.get('newestOnTop') ?
|
|
578
|
+
0 :
|
|
579
|
+
this._body.get('scrollHeight');
|
|
580
|
+
|
|
581
|
+
this._body.set('scrollTop', scrollTop);
|
|
582
|
+
},
|
|
583
|
+
|
|
584
|
+
/**
|
|
585
|
+
* Performs HTML escaping on strings in the message object.
|
|
586
|
+
*
|
|
587
|
+
* @method _htmlEscapeMessage
|
|
588
|
+
* @param m {Object} the normalized message object
|
|
589
|
+
* @return Object the message object with proper escapement
|
|
590
|
+
* @protected
|
|
591
|
+
*/
|
|
592
|
+
_htmlEscapeMessage : function (m) {
|
|
593
|
+
m.message = this._encodeHTML(m.message);
|
|
594
|
+
m.source = this._encodeHTML(m.source);
|
|
595
|
+
m.sourceAndDetail = this._encodeHTML(m.sourceAndDetail);
|
|
596
|
+
m.category = this._encodeHTML(m.category);
|
|
597
|
+
|
|
598
|
+
return m;
|
|
599
|
+
},
|
|
600
|
+
|
|
601
|
+
/**
|
|
602
|
+
* Removes the oldest message entries from the UI to maintain the limit
|
|
603
|
+
* specified in the consoleLimit configuration.
|
|
604
|
+
*
|
|
605
|
+
* @method _trimOldEntries
|
|
606
|
+
* @protected
|
|
607
|
+
*/
|
|
608
|
+
_trimOldEntries : function () {
|
|
609
|
+
// Turn off the logging system for the duration of this operation
|
|
610
|
+
// to prevent an infinite loop
|
|
611
|
+
Y.config.debug = false;
|
|
612
|
+
|
|
613
|
+
var bd = this._body,
|
|
614
|
+
limit = this.get('consoleLimit'),
|
|
615
|
+
debug = Y.config.debug,
|
|
616
|
+
entries,e,i,l;
|
|
617
|
+
|
|
618
|
+
if (bd) {
|
|
619
|
+
entries = bd.all(DOT+C_ENTRY);
|
|
620
|
+
l = entries.size() - limit;
|
|
621
|
+
|
|
622
|
+
if (l > 0) {
|
|
623
|
+
if (this.get('newestOnTop')) {
|
|
624
|
+
i = limit;
|
|
625
|
+
l = entries.size();
|
|
626
|
+
} else {
|
|
627
|
+
i = 0;
|
|
628
|
+
}
|
|
629
|
+
|
|
630
|
+
this._body.setStyle('display','none');
|
|
631
|
+
|
|
632
|
+
for (;i < l; ++i) {
|
|
633
|
+
e = entries.item(i);
|
|
634
|
+
if (e) {
|
|
635
|
+
e.remove();
|
|
636
|
+
}
|
|
637
|
+
}
|
|
638
|
+
|
|
639
|
+
this._body.setStyle('display','');
|
|
640
|
+
}
|
|
641
|
+
|
|
642
|
+
}
|
|
643
|
+
|
|
644
|
+
Y.config.debug = debug;
|
|
645
|
+
},
|
|
646
|
+
|
|
647
|
+
/**
|
|
648
|
+
* Returns the input string with ampersands (&), <, and > encoded
|
|
649
|
+
* as HTML entities.
|
|
650
|
+
*
|
|
651
|
+
* @method _encodeHTML
|
|
652
|
+
* @param s {String} the raw string
|
|
653
|
+
* @return String the encoded string
|
|
654
|
+
* @protected
|
|
655
|
+
*/
|
|
656
|
+
_encodeHTML : function (s) {
|
|
657
|
+
return isString(s) ?
|
|
658
|
+
s.replace(RE_AMP,ESC_AMP).
|
|
659
|
+
replace(RE_LT, ESC_LT).
|
|
660
|
+
replace(RE_GT, ESC_GT) :
|
|
661
|
+
s;
|
|
662
|
+
},
|
|
663
|
+
|
|
664
|
+
/**
|
|
665
|
+
* Clears the timeout for printing buffered messages.
|
|
666
|
+
*
|
|
667
|
+
* @method _cancelPrintLoop
|
|
668
|
+
* @protected
|
|
669
|
+
*/
|
|
670
|
+
_cancelPrintLoop : function () {
|
|
671
|
+
if (this._printLoop) {
|
|
672
|
+
this._printLoop.cancel();
|
|
673
|
+
this._printLoop = null;
|
|
674
|
+
}
|
|
675
|
+
},
|
|
676
|
+
|
|
677
|
+
/**
|
|
678
|
+
* Validates input value for style attribute. Accepts only values 'inline',
|
|
679
|
+
* 'block', and 'separate'.
|
|
680
|
+
*
|
|
681
|
+
* @method _validateStyle
|
|
682
|
+
* @param style {String} the proposed value
|
|
683
|
+
* @return {Boolean} pass/fail
|
|
684
|
+
* @protected
|
|
685
|
+
*/
|
|
686
|
+
_validateStyle : function (style) {
|
|
687
|
+
return style === 'inline' || style === 'block' || style === 'separate';
|
|
688
|
+
},
|
|
689
|
+
|
|
690
|
+
/**
|
|
691
|
+
* Event handler for clicking on the Pause checkbox to update the paused
|
|
692
|
+
* attribute.
|
|
693
|
+
*
|
|
694
|
+
* @method _onPauseClick
|
|
695
|
+
* @param e {Event} DOM event facade for the click event
|
|
696
|
+
* @protected
|
|
697
|
+
*/
|
|
698
|
+
_onPauseClick : function (e) {
|
|
699
|
+
this.set(PAUSED,e.target.get(CHECKED));
|
|
700
|
+
},
|
|
701
|
+
|
|
702
|
+
/**
|
|
703
|
+
* Event handler for clicking on the Clear button. Pass-through to
|
|
704
|
+
* <code>this.clearConsole()</code>.
|
|
705
|
+
*
|
|
706
|
+
* @method _onClearClick
|
|
707
|
+
* @param e {Event} DOM event facade for the click event
|
|
708
|
+
* @protected
|
|
709
|
+
*/
|
|
710
|
+
_onClearClick : function (e) {
|
|
711
|
+
this.clearConsole();
|
|
712
|
+
},
|
|
713
|
+
|
|
714
|
+
/**
|
|
715
|
+
* Event handler for clicking on the Collapse/Expand button. Sets the
|
|
716
|
+
* "collapsed" attribute accordingly.
|
|
717
|
+
*
|
|
718
|
+
* @method _onCollapseClick
|
|
719
|
+
* @param e {Event} DOM event facade for the click event
|
|
720
|
+
* @protected
|
|
721
|
+
*/
|
|
722
|
+
_onCollapseClick : function (e) {
|
|
723
|
+
this.set(COLLAPSED, !this.get(COLLAPSED));
|
|
724
|
+
},
|
|
725
|
+
|
|
726
|
+
|
|
727
|
+
/**
|
|
728
|
+
* Validator for logSource attribute.
|
|
729
|
+
*
|
|
730
|
+
* @method _validateLogSource
|
|
731
|
+
* @param v {Object} the desired logSource
|
|
732
|
+
* @return {Boolean} true if the input is an object with an <code>on</code>
|
|
733
|
+
* method
|
|
734
|
+
* @protected
|
|
735
|
+
*/
|
|
736
|
+
_validateLogSource: function (v) {
|
|
737
|
+
return v && Y.Lang.isFunction(v.on);
|
|
738
|
+
},
|
|
739
|
+
|
|
740
|
+
/**
|
|
741
|
+
* Setter method for logLevel attribute. Acceptable values are
|
|
742
|
+
* "error", "warn", and "info" (case
|
|
743
|
+
* insensitive). Other values are treated as "info".
|
|
744
|
+
*
|
|
745
|
+
* @method _setLogLevel
|
|
746
|
+
* @param v {String} the desired log level
|
|
747
|
+
* @return String One of Console.LOG_LEVEL_INFO, _WARN, or _ERROR
|
|
748
|
+
* @protected
|
|
749
|
+
*/
|
|
750
|
+
_setLogLevel : function (v) {
|
|
751
|
+
if (isString(v)) {
|
|
752
|
+
v = v.toLowerCase();
|
|
753
|
+
}
|
|
754
|
+
|
|
755
|
+
return (v === WARN || v === ERROR) ? v : INFO;
|
|
756
|
+
},
|
|
757
|
+
|
|
758
|
+
/**
|
|
759
|
+
* Getter method for useBrowserConsole attribute. Just a pass through to
|
|
760
|
+
* the YUI instance configuration setting.
|
|
761
|
+
*
|
|
762
|
+
* @method _getUseBrowserConsole
|
|
763
|
+
* @return {Boolean} or null if logSource is not a YUI instance
|
|
764
|
+
* @protected
|
|
765
|
+
*/
|
|
766
|
+
_getUseBrowserConsole: function () {
|
|
767
|
+
var logSource = this.get('logSource');
|
|
768
|
+
return logSource instanceof YUI ?
|
|
769
|
+
logSource.config.useBrowserConsole : null;
|
|
770
|
+
},
|
|
771
|
+
|
|
772
|
+
/**
|
|
773
|
+
* Setter method for useBrowserConsole attributes. Only functional if the
|
|
774
|
+
* logSource attribute points to a YUI instance. Passes the value down to
|
|
775
|
+
* the YUI instance. NOTE: multiple Console instances cannot maintain
|
|
776
|
+
* independent useBrowserConsole values, since it is just a pass through to
|
|
777
|
+
* the YUI instance configuration.
|
|
778
|
+
*
|
|
779
|
+
* @method _setUseBrowserConsole
|
|
780
|
+
* @param v {Boolean} false to disable browser console printing (default)
|
|
781
|
+
* @return {Boolean} true|false if logSource is a YUI instance
|
|
782
|
+
* @protected
|
|
783
|
+
*/
|
|
784
|
+
_setUseBrowserConsole: function (v) {
|
|
785
|
+
var logSource = this.get('logSource');
|
|
786
|
+
if (logSource instanceof YUI) {
|
|
787
|
+
v = !!v;
|
|
788
|
+
logSource.config.useBrowserConsole = v;
|
|
789
|
+
return v;
|
|
790
|
+
} else {
|
|
791
|
+
return Y.Attribute.INVALID_VALUE;
|
|
792
|
+
}
|
|
793
|
+
},
|
|
794
|
+
|
|
795
|
+
/**
|
|
796
|
+
* Set the height of the Console container. Set the body height to the
|
|
797
|
+
* difference between the configured height and the calculated heights of
|
|
798
|
+
* the header and footer.
|
|
799
|
+
* Overrides Widget.prototype._uiSetHeight.
|
|
800
|
+
*
|
|
801
|
+
* @method _uiSetHeight
|
|
802
|
+
* @param v {String|Number} the new height
|
|
803
|
+
* @protected
|
|
804
|
+
*/
|
|
805
|
+
_uiSetHeight : function (v) {
|
|
806
|
+
Console.superclass._uiSetHeight.apply(this,arguments);
|
|
807
|
+
|
|
808
|
+
if (this._head && this._foot) {
|
|
809
|
+
var h = this.get('boundingBox').get('offsetHeight') -
|
|
810
|
+
this._head.get('offsetHeight') -
|
|
811
|
+
this._foot.get('offsetHeight');
|
|
812
|
+
|
|
813
|
+
this._body.setStyle(HEIGHT,h+'px');
|
|
814
|
+
}
|
|
815
|
+
},
|
|
816
|
+
|
|
817
|
+
/**
|
|
818
|
+
* Over-ride default content box sizing to do nothing, since we're sizing
|
|
819
|
+
* the body section to fill out height ourselves.
|
|
820
|
+
*
|
|
821
|
+
* @method _uiSizeCB
|
|
822
|
+
* @protected
|
|
823
|
+
*/
|
|
824
|
+
_uiSizeCB : function() {
|
|
825
|
+
// Do Nothing. Ideally want to move to Widget-StdMod, which accounts for
|
|
826
|
+
// _uiSizeCB
|
|
827
|
+
},
|
|
828
|
+
|
|
829
|
+
/**
|
|
830
|
+
* Updates the UI if changes are made to any of the strings in the strings
|
|
831
|
+
* attribute.
|
|
832
|
+
*
|
|
833
|
+
* @method _afterStringsChange
|
|
834
|
+
* @param e {Event} Custom event for the attribute change
|
|
835
|
+
* @protected
|
|
836
|
+
*/
|
|
837
|
+
_afterStringsChange : function (e) {
|
|
838
|
+
var prop = e.subAttrName ? e.subAttrName.split(DOT)[1] : null,
|
|
839
|
+
cb = this.get(CONTENT_BOX),
|
|
840
|
+
before = e.prevVal,
|
|
841
|
+
after = e.newVal;
|
|
842
|
+
|
|
843
|
+
if ((!prop || prop === TITLE) && before.title !== after.title) {
|
|
844
|
+
cb.all(DOT+C_CONSOLE_TITLE).setHTML(after.title);
|
|
845
|
+
}
|
|
846
|
+
|
|
847
|
+
if ((!prop || prop === PAUSE) && before.pause !== after.pause) {
|
|
848
|
+
cb.all(DOT+C_PAUSE_LABEL).setHTML(after.pause);
|
|
849
|
+
}
|
|
850
|
+
|
|
851
|
+
if ((!prop || prop === CLEAR) && before.clear !== after.clear) {
|
|
852
|
+
cb.all(DOT+C_CLEAR).set('value',after.clear);
|
|
853
|
+
}
|
|
854
|
+
},
|
|
855
|
+
|
|
856
|
+
/**
|
|
857
|
+
* Updates the UI and schedules or cancels the print loop.
|
|
858
|
+
*
|
|
859
|
+
* @method _afterPausedChange
|
|
860
|
+
* @param e {Event} Custom event for the attribute change
|
|
861
|
+
* @protected
|
|
862
|
+
*/
|
|
863
|
+
_afterPausedChange : function (e) {
|
|
864
|
+
var paused = e.newVal;
|
|
865
|
+
|
|
866
|
+
if (e.src !== Y.Widget.SRC_UI) {
|
|
867
|
+
this._uiUpdatePaused(paused);
|
|
868
|
+
}
|
|
869
|
+
|
|
870
|
+
if (!paused) {
|
|
871
|
+
this._schedulePrint();
|
|
872
|
+
} else if (this._printLoop) {
|
|
873
|
+
this._cancelPrintLoop();
|
|
874
|
+
}
|
|
875
|
+
},
|
|
876
|
+
|
|
877
|
+
/**
|
|
878
|
+
* Checks or unchecks the paused checkbox
|
|
879
|
+
*
|
|
880
|
+
* @method _uiUpdatePaused
|
|
881
|
+
* @param on {Boolean} the new checked state
|
|
882
|
+
* @protected
|
|
883
|
+
*/
|
|
884
|
+
_uiUpdatePaused : function (on) {
|
|
885
|
+
var node = this._foot.all('input[type=checkbox].'+C_PAUSE);
|
|
886
|
+
|
|
887
|
+
if (node) {
|
|
888
|
+
node.set(CHECKED,on);
|
|
889
|
+
}
|
|
890
|
+
},
|
|
891
|
+
|
|
892
|
+
/**
|
|
893
|
+
* Calls this._trimOldEntries() in response to changes in the configured
|
|
894
|
+
* consoleLimit attribute.
|
|
895
|
+
*
|
|
896
|
+
* @method _afterConsoleLimitChange
|
|
897
|
+
* @param e {Event} Custom event for the attribute change
|
|
898
|
+
* @protected
|
|
899
|
+
*/
|
|
900
|
+
_afterConsoleLimitChange : function () {
|
|
901
|
+
this._trimOldEntries();
|
|
902
|
+
},
|
|
903
|
+
|
|
904
|
+
|
|
905
|
+
/**
|
|
906
|
+
* Updates the className of the contentBox, which should trigger CSS to
|
|
907
|
+
* hide or show the body and footer sections depending on the new value.
|
|
908
|
+
*
|
|
909
|
+
* @method _afterCollapsedChange
|
|
910
|
+
* @param e {Event} Custom event for the attribute change
|
|
911
|
+
* @protected
|
|
912
|
+
*/
|
|
913
|
+
_afterCollapsedChange : function (e) {
|
|
914
|
+
this._uiUpdateCollapsed(e.newVal);
|
|
915
|
+
},
|
|
916
|
+
|
|
917
|
+
/**
|
|
918
|
+
* Updates the UI to reflect the new Collapsed state
|
|
919
|
+
*
|
|
920
|
+
* @method _uiUpdateCollapsed
|
|
921
|
+
* @param v {Boolean} true for collapsed, false for expanded
|
|
922
|
+
* @protected
|
|
923
|
+
*/
|
|
924
|
+
_uiUpdateCollapsed : function (v) {
|
|
925
|
+
var bb = this.get('boundingBox'),
|
|
926
|
+
button = bb.all('button.'+C_COLLAPSE),
|
|
927
|
+
method = v ? 'addClass' : 'removeClass',
|
|
928
|
+
str = this.get('strings.'+(v ? 'expand' : 'collapse'));
|
|
929
|
+
|
|
930
|
+
bb[method](C_COLLAPSED);
|
|
931
|
+
|
|
932
|
+
if (button) {
|
|
933
|
+
button.setHTML(str);
|
|
934
|
+
}
|
|
935
|
+
|
|
936
|
+
this._uiSetHeight(v ? this._head.get('offsetHeight'): this.get(HEIGHT));
|
|
937
|
+
},
|
|
938
|
+
|
|
939
|
+
/**
|
|
940
|
+
* Makes adjustments to the UI if needed when the Console is hidden or shown
|
|
941
|
+
*
|
|
942
|
+
* @method _afterVisibleChange
|
|
943
|
+
* @param e {Event} the visibleChange event
|
|
944
|
+
* @protected
|
|
945
|
+
*/
|
|
946
|
+
_afterVisibleChange : function (e) {
|
|
947
|
+
Console.superclass._afterVisibleChange.apply(this,arguments);
|
|
948
|
+
|
|
949
|
+
this._uiUpdateFromHideShow(e.newVal);
|
|
950
|
+
},
|
|
951
|
+
|
|
952
|
+
/**
|
|
953
|
+
* Recalculates dimensions and updates appropriately when shown
|
|
954
|
+
*
|
|
955
|
+
* @method _uiUpdateFromHideShow
|
|
956
|
+
* @param v {Boolean} true for visible, false for hidden
|
|
957
|
+
* @protected
|
|
958
|
+
*/
|
|
959
|
+
_uiUpdateFromHideShow : function (v) {
|
|
960
|
+
if (v) {
|
|
961
|
+
this._uiSetHeight(this.get(HEIGHT));
|
|
962
|
+
}
|
|
963
|
+
},
|
|
964
|
+
|
|
965
|
+
/**
|
|
966
|
+
* Responds to log events by normalizing qualifying messages and passing
|
|
967
|
+
* them along through the entry event for buffering etc.
|
|
968
|
+
*
|
|
969
|
+
* @method _onLogEvent
|
|
970
|
+
* @param msg {String} the log message
|
|
971
|
+
* @param cat {String} OPTIONAL the category or logLevel of the message
|
|
972
|
+
* @param src {String} OPTIONAL the source of the message (e.g. widget name)
|
|
973
|
+
* @protected
|
|
974
|
+
*/
|
|
975
|
+
_onLogEvent : function (e) {
|
|
976
|
+
|
|
977
|
+
if (!this.get(DISABLED) && this._isInLogLevel(e)) {
|
|
978
|
+
|
|
979
|
+
var debug = Y.config.debug;
|
|
980
|
+
|
|
981
|
+
/* TODO: needed? */
|
|
982
|
+
Y.config.debug = false;
|
|
983
|
+
|
|
984
|
+
this.fire(ENTRY, {
|
|
985
|
+
message : this._normalizeMessage(e)
|
|
986
|
+
});
|
|
987
|
+
|
|
988
|
+
Y.config.debug = debug;
|
|
989
|
+
}
|
|
990
|
+
},
|
|
991
|
+
|
|
992
|
+
/**
|
|
993
|
+
* Clears the console, resets the startTime attribute, enables and
|
|
994
|
+
* unpauses the widget.
|
|
995
|
+
*
|
|
996
|
+
* @method _defResetFn
|
|
997
|
+
* @protected
|
|
998
|
+
*/
|
|
999
|
+
_defResetFn : function () {
|
|
1000
|
+
this.clearConsole();
|
|
1001
|
+
this.set(START_TIME,new Date());
|
|
1002
|
+
this.set(DISABLED,false);
|
|
1003
|
+
this.set(PAUSED,false);
|
|
1004
|
+
},
|
|
1005
|
+
|
|
1006
|
+
/**
|
|
1007
|
+
* Buffers incoming message objects and schedules the printing.
|
|
1008
|
+
*
|
|
1009
|
+
* @method _defEntryFn
|
|
1010
|
+
* @param e {Event} The Custom event carrying the message in its payload
|
|
1011
|
+
* @protected
|
|
1012
|
+
*/
|
|
1013
|
+
_defEntryFn : function (e) {
|
|
1014
|
+
if (e.message) {
|
|
1015
|
+
this.buffer.push(e.message);
|
|
1016
|
+
this._schedulePrint();
|
|
1017
|
+
}
|
|
1018
|
+
}
|
|
1019
|
+
|
|
1020
|
+
},
|
|
1021
|
+
|
|
1022
|
+
// Y.Console static properties
|
|
1023
|
+
{
|
|
1024
|
+
/**
|
|
1025
|
+
* The identity of the widget.
|
|
1026
|
+
*
|
|
1027
|
+
* @property NAME
|
|
1028
|
+
* @type String
|
|
1029
|
+
* @static
|
|
1030
|
+
*/
|
|
1031
|
+
NAME : CONSOLE,
|
|
1032
|
+
|
|
1033
|
+
/**
|
|
1034
|
+
* Static identifier for logLevel configuration setting to allow all
|
|
1035
|
+
* incoming messages to generate Console entries.
|
|
1036
|
+
*
|
|
1037
|
+
* @property LOG_LEVEL_INFO
|
|
1038
|
+
* @type String
|
|
1039
|
+
* @static
|
|
1040
|
+
*/
|
|
1041
|
+
LOG_LEVEL_INFO : INFO,
|
|
1042
|
+
|
|
1043
|
+
/**
|
|
1044
|
+
* Static identifier for logLevel configuration setting to allow only
|
|
1045
|
+
* incoming messages of logLevel "warn" or "error"
|
|
1046
|
+
* to generate Console entries.
|
|
1047
|
+
*
|
|
1048
|
+
* @property LOG_LEVEL_WARN
|
|
1049
|
+
* @type String
|
|
1050
|
+
* @static
|
|
1051
|
+
*/
|
|
1052
|
+
LOG_LEVEL_WARN : WARN,
|
|
1053
|
+
|
|
1054
|
+
/**
|
|
1055
|
+
* Static identifier for logLevel configuration setting to allow only
|
|
1056
|
+
* incoming messages of logLevel "error" to generate
|
|
1057
|
+
* Console entries.
|
|
1058
|
+
*
|
|
1059
|
+
* @property LOG_LEVEL_ERROR
|
|
1060
|
+
* @type String
|
|
1061
|
+
* @static
|
|
1062
|
+
*/
|
|
1063
|
+
LOG_LEVEL_ERROR : ERROR,
|
|
1064
|
+
|
|
1065
|
+
/**
|
|
1066
|
+
* Map (object) of classNames used to populate the placeholders in the
|
|
1067
|
+
* Console.ENTRY_TEMPLATE markup when rendering a new Console entry.
|
|
1068
|
+
*
|
|
1069
|
+
* <p>By default, the keys contained in the object are:</p>
|
|
1070
|
+
* <ul>
|
|
1071
|
+
* <li>entry_class</li>
|
|
1072
|
+
* <li>entry_meta_class</li>
|
|
1073
|
+
* <li>entry_cat_class</li>
|
|
1074
|
+
* <li>entry_src_class</li>
|
|
1075
|
+
* <li>entry_time_class</li>
|
|
1076
|
+
* <li>entry_content_class</li>
|
|
1077
|
+
* </ul>
|
|
1078
|
+
*
|
|
1079
|
+
* @property ENTRY_CLASSES
|
|
1080
|
+
* @type Object
|
|
1081
|
+
* @static
|
|
1082
|
+
*/
|
|
1083
|
+
ENTRY_CLASSES : {
|
|
1084
|
+
entry_class : C_ENTRY,
|
|
1085
|
+
entry_meta_class : C_ENTRY_META,
|
|
1086
|
+
entry_cat_class : C_ENTRY_CAT,
|
|
1087
|
+
entry_src_class : C_ENTRY_SRC,
|
|
1088
|
+
entry_time_class : C_ENTRY_TIME,
|
|
1089
|
+
entry_content_class : C_ENTRY_CONTENT
|
|
1090
|
+
},
|
|
1091
|
+
|
|
1092
|
+
/**
|
|
1093
|
+
* Map (object) of classNames used to populate the placeholders in the
|
|
1094
|
+
* Console.HEADER_TEMPLATE, Console.BODY_TEMPLATE, and
|
|
1095
|
+
* Console.FOOTER_TEMPLATE markup when rendering the Console UI.
|
|
1096
|
+
*
|
|
1097
|
+
* <p>By default, the keys contained in the object are:</p>
|
|
1098
|
+
* <ul>
|
|
1099
|
+
* <li>console_hd_class</li>
|
|
1100
|
+
* <li>console_bd_class</li>
|
|
1101
|
+
* <li>console_ft_class</li>
|
|
1102
|
+
* <li>console_controls_class</li>
|
|
1103
|
+
* <li>console_checkbox_class</li>
|
|
1104
|
+
* <li>console_pause_class</li>
|
|
1105
|
+
* <li>console_pause_label_class</li>
|
|
1106
|
+
* <li>console_button_class</li>
|
|
1107
|
+
* <li>console_clear_class</li>
|
|
1108
|
+
* <li>console_collapse_class</li>
|
|
1109
|
+
* <li>console_title_class</li>
|
|
1110
|
+
* </ul>
|
|
1111
|
+
*
|
|
1112
|
+
* @property CHROME_CLASSES
|
|
1113
|
+
* @type Object
|
|
1114
|
+
* @static
|
|
1115
|
+
*/
|
|
1116
|
+
CHROME_CLASSES : {
|
|
1117
|
+
console_hd_class : C_CONSOLE_HD,
|
|
1118
|
+
console_bd_class : C_CONSOLE_BD,
|
|
1119
|
+
console_ft_class : C_CONSOLE_FT,
|
|
1120
|
+
console_controls_class : C_CONSOLE_CONTROLS,
|
|
1121
|
+
console_checkbox_class : C_CHECKBOX,
|
|
1122
|
+
console_pause_class : C_PAUSE,
|
|
1123
|
+
console_pause_label_class : C_PAUSE_LABEL,
|
|
1124
|
+
console_button_class : C_BUTTON,
|
|
1125
|
+
console_clear_class : C_CLEAR,
|
|
1126
|
+
console_collapse_class : C_COLLAPSE,
|
|
1127
|
+
console_title_class : C_CONSOLE_TITLE
|
|
1128
|
+
},
|
|
1129
|
+
|
|
1130
|
+
/**
|
|
1131
|
+
* Markup template used to generate the DOM structure for the header
|
|
1132
|
+
* section of the Console when it is rendered. The template includes
|
|
1133
|
+
* these {placeholder}s:
|
|
1134
|
+
*
|
|
1135
|
+
* <ul>
|
|
1136
|
+
* <li>console_button_class - contributed by Console.CHROME_CLASSES</li>
|
|
1137
|
+
* <li>console_collapse_class - contributed by Console.CHROME_CLASSES</li>
|
|
1138
|
+
* <li>console_hd_class - contributed by Console.CHROME_CLASSES</li>
|
|
1139
|
+
* <li>console_title_class - contributed by Console.CHROME_CLASSES</li>
|
|
1140
|
+
* <li>str_collapse - pulled from attribute strings.collapse</li>
|
|
1141
|
+
* <li>str_title - pulled from attribute strings.title</li>
|
|
1142
|
+
* </ul>
|
|
1143
|
+
*
|
|
1144
|
+
* @property HEADER_TEMPLATE
|
|
1145
|
+
* @type String
|
|
1146
|
+
* @static
|
|
1147
|
+
*/
|
|
1148
|
+
HEADER_TEMPLATE :
|
|
1149
|
+
'<div class="{console_hd_class}">'+
|
|
1150
|
+
'<h4 class="{console_title_class}">{str_title}</h4>'+
|
|
1151
|
+
'<button type="button" class="'+
|
|
1152
|
+
'{console_button_class} {console_collapse_class}">{str_collapse}'+
|
|
1153
|
+
'</button>'+
|
|
1154
|
+
'</div>',
|
|
1155
|
+
|
|
1156
|
+
/**
|
|
1157
|
+
* Markup template used to generate the DOM structure for the Console body
|
|
1158
|
+
* (where the messages are inserted) when it is rendered. The template
|
|
1159
|
+
* includes only the {placeholder} "console_bd_class", which is
|
|
1160
|
+
* constributed by Console.CHROME_CLASSES.
|
|
1161
|
+
*
|
|
1162
|
+
* @property BODY_TEMPLATE
|
|
1163
|
+
* @type String
|
|
1164
|
+
* @static
|
|
1165
|
+
*/
|
|
1166
|
+
BODY_TEMPLATE : '<div class="{console_bd_class}"></div>',
|
|
1167
|
+
|
|
1168
|
+
/**
|
|
1169
|
+
* Markup template used to generate the DOM structure for the footer
|
|
1170
|
+
* section of the Console when it is rendered. The template includes
|
|
1171
|
+
* many of the {placeholder}s from Console.CHROME_CLASSES as well as:
|
|
1172
|
+
*
|
|
1173
|
+
* <ul>
|
|
1174
|
+
* <li>id_guid - generated unique id, relates the label and checkbox</li>
|
|
1175
|
+
* <li>str_pause - pulled from attribute strings.pause</li>
|
|
1176
|
+
* <li>str_clear - pulled from attribute strings.clear</li>
|
|
1177
|
+
* </ul>
|
|
1178
|
+
*
|
|
1179
|
+
* @property FOOTER_TEMPLATE
|
|
1180
|
+
* @type String
|
|
1181
|
+
* @static
|
|
1182
|
+
*/
|
|
1183
|
+
FOOTER_TEMPLATE :
|
|
1184
|
+
'<div class="{console_ft_class}">'+
|
|
1185
|
+
'<div class="{console_controls_class}">'+
|
|
1186
|
+
'<label class="{console_pause_label_class}"><input type="checkbox" class="{console_checkbox_class} {console_pause_class}" value="1" id="{id_guid}"> {str_pause}</label>' +
|
|
1187
|
+
'<button type="button" class="'+
|
|
1188
|
+
'{console_button_class} {console_clear_class}">{str_clear}'+
|
|
1189
|
+
'</button>'+
|
|
1190
|
+
'</div>'+
|
|
1191
|
+
'</div>',
|
|
1192
|
+
|
|
1193
|
+
/**
|
|
1194
|
+
* Default markup template used to create the DOM structure for Console
|
|
1195
|
+
* entries. The markup contains {placeholder}s for content and classes
|
|
1196
|
+
* that are replaced via Y.Lang.sub. The default template contains
|
|
1197
|
+
* the {placeholder}s identified in Console.ENTRY_CLASSES as well as the
|
|
1198
|
+
* following placeholders that will be populated by the log entry data:
|
|
1199
|
+
*
|
|
1200
|
+
* <ul>
|
|
1201
|
+
* <li>cat_class</li>
|
|
1202
|
+
* <li>src_class</li>
|
|
1203
|
+
* <li>totalTime</li>
|
|
1204
|
+
* <li>elapsedTime</li>
|
|
1205
|
+
* <li>localTime</li>
|
|
1206
|
+
* <li>sourceAndDetail</li>
|
|
1207
|
+
* <li>message</li>
|
|
1208
|
+
* </ul>
|
|
1209
|
+
*
|
|
1210
|
+
* @property ENTRY_TEMPLATE
|
|
1211
|
+
* @type String
|
|
1212
|
+
* @static
|
|
1213
|
+
*/
|
|
1214
|
+
ENTRY_TEMPLATE : ENTRY_TEMPLATE_STR,
|
|
1215
|
+
|
|
1216
|
+
/**
|
|
1217
|
+
* Static property used to define the default attribute configuration of
|
|
1218
|
+
* the Widget.
|
|
1219
|
+
*
|
|
1220
|
+
* @property ATTRS
|
|
1221
|
+
* @Type Object
|
|
1222
|
+
* @static
|
|
1223
|
+
*/
|
|
1224
|
+
ATTRS : {
|
|
1225
|
+
|
|
1226
|
+
/**
|
|
1227
|
+
* Name of the custom event that will communicate log messages.
|
|
1228
|
+
*
|
|
1229
|
+
* @attribute logEvent
|
|
1230
|
+
* @type String
|
|
1231
|
+
* @default "yui:log"
|
|
1232
|
+
*/
|
|
1233
|
+
logEvent : {
|
|
1234
|
+
value : 'yui:log',
|
|
1235
|
+
writeOnce : true,
|
|
1236
|
+
validator : isString
|
|
1237
|
+
},
|
|
1238
|
+
|
|
1239
|
+
/**
|
|
1240
|
+
* Object that will emit the log events. By default the YUI instance.
|
|
1241
|
+
* To have a single Console capture events from all YUI instances, set
|
|
1242
|
+
* this to the Y.Global object.
|
|
1243
|
+
*
|
|
1244
|
+
* @attribute logSource
|
|
1245
|
+
* @type EventTarget
|
|
1246
|
+
* @default Y
|
|
1247
|
+
*/
|
|
1248
|
+
logSource : {
|
|
1249
|
+
value : Y,
|
|
1250
|
+
writeOnce : true,
|
|
1251
|
+
validator : function (v) {
|
|
1252
|
+
return this._validateLogSource(v);
|
|
1253
|
+
}
|
|
1254
|
+
},
|
|
1255
|
+
|
|
1256
|
+
/**
|
|
1257
|
+
* Collection of strings used to label elements in the Console UI.
|
|
1258
|
+
* Default collection contains the following name:value pairs:
|
|
1259
|
+
*
|
|
1260
|
+
* <ul>
|
|
1261
|
+
* <li>title : "Log Console"</li>
|
|
1262
|
+
* <li>pause : "Pause"</li>
|
|
1263
|
+
* <li>clear : "Clear"</li>
|
|
1264
|
+
* <li>collapse : "Collapse"</li>
|
|
1265
|
+
* <li>expand : "Expand"</li>
|
|
1266
|
+
* </ul>
|
|
1267
|
+
*
|
|
1268
|
+
* @attribute strings
|
|
1269
|
+
* @type Object
|
|
1270
|
+
*/
|
|
1271
|
+
strings : {
|
|
1272
|
+
valueFn: function() { return Y.Intl.get("console"); }
|
|
1273
|
+
},
|
|
1274
|
+
|
|
1275
|
+
/**
|
|
1276
|
+
* Boolean to pause the outputting of new messages to the console.
|
|
1277
|
+
* When paused, messages will accumulate in the buffer.
|
|
1278
|
+
*
|
|
1279
|
+
* @attribute paused
|
|
1280
|
+
* @type boolean
|
|
1281
|
+
* @default false
|
|
1282
|
+
*/
|
|
1283
|
+
paused : {
|
|
1284
|
+
value : false,
|
|
1285
|
+
validator : L.isBoolean
|
|
1286
|
+
},
|
|
1287
|
+
|
|
1288
|
+
/**
|
|
1289
|
+
* If a category is not specified in the Y.log(..) statement, this
|
|
1290
|
+
* category will be used. Categories "info",
|
|
1291
|
+
* "warn", and "error" are also called log level.
|
|
1292
|
+
*
|
|
1293
|
+
* @attribute defaultCategory
|
|
1294
|
+
* @type String
|
|
1295
|
+
* @default "info"
|
|
1296
|
+
*/
|
|
1297
|
+
defaultCategory : {
|
|
1298
|
+
value : INFO,
|
|
1299
|
+
validator : isString
|
|
1300
|
+
},
|
|
1301
|
+
|
|
1302
|
+
/**
|
|
1303
|
+
* If a source is not specified in the Y.log(..) statement, this
|
|
1304
|
+
* source will be used.
|
|
1305
|
+
*
|
|
1306
|
+
* @attribute defaultSource
|
|
1307
|
+
* @type String
|
|
1308
|
+
* @default "global"
|
|
1309
|
+
*/
|
|
1310
|
+
defaultSource : {
|
|
1311
|
+
value : 'global',
|
|
1312
|
+
validator : isString
|
|
1313
|
+
},
|
|
1314
|
+
|
|
1315
|
+
/**
|
|
1316
|
+
* Markup template used to create the DOM structure for Console entries.
|
|
1317
|
+
*
|
|
1318
|
+
* @attribute entryTemplate
|
|
1319
|
+
* @type String
|
|
1320
|
+
* @default Console.ENTRY_TEMPLATE
|
|
1321
|
+
*/
|
|
1322
|
+
entryTemplate : {
|
|
1323
|
+
value : ENTRY_TEMPLATE_STR,
|
|
1324
|
+
validator : isString
|
|
1325
|
+
},
|
|
1326
|
+
|
|
1327
|
+
/**
|
|
1328
|
+
* Minimum entry log level to render into the Console. The initial
|
|
1329
|
+
* logLevel value for all Console instances defaults from the
|
|
1330
|
+
* Y.config.logLevel YUI configuration, or Console.LOG_LEVEL_INFO if
|
|
1331
|
+
* that configuration is not set.
|
|
1332
|
+
*
|
|
1333
|
+
* Possible values are "info", "warn",
|
|
1334
|
+
* "error" (case insensitive), or their corresponding statics
|
|
1335
|
+
* Console.LOG_LEVEL_INFO and so on.
|
|
1336
|
+
*
|
|
1337
|
+
* @attribute logLevel
|
|
1338
|
+
* @type String
|
|
1339
|
+
* @default Y.config.logLevel or Console.LOG_LEVEL_INFO
|
|
1340
|
+
*/
|
|
1341
|
+
logLevel : {
|
|
1342
|
+
value : Y.config.logLevel || INFO,
|
|
1343
|
+
setter : function (v) {
|
|
1344
|
+
return this._setLogLevel(v);
|
|
1345
|
+
}
|
|
1346
|
+
},
|
|
1347
|
+
|
|
1348
|
+
/**
|
|
1349
|
+
* Millisecond timeout between iterations of the print loop, moving
|
|
1350
|
+
* entries from the buffer to the UI.
|
|
1351
|
+
*
|
|
1352
|
+
* @attribute printTimeout
|
|
1353
|
+
* @type Number
|
|
1354
|
+
* @default 100
|
|
1355
|
+
*/
|
|
1356
|
+
printTimeout : {
|
|
1357
|
+
value : 100,
|
|
1358
|
+
validator : isNumber
|
|
1359
|
+
},
|
|
1360
|
+
|
|
1361
|
+
/**
|
|
1362
|
+
* Maximum number of entries printed in each iteration of the print
|
|
1363
|
+
* loop. This is used to prevent excessive logging locking the page UI.
|
|
1364
|
+
*
|
|
1365
|
+
* @attribute printLimit
|
|
1366
|
+
* @type Number
|
|
1367
|
+
* @default 50
|
|
1368
|
+
*/
|
|
1369
|
+
printLimit : {
|
|
1370
|
+
value : 50,
|
|
1371
|
+
validator : isNumber
|
|
1372
|
+
},
|
|
1373
|
+
|
|
1374
|
+
/**
|
|
1375
|
+
* Maximum number of Console entries allowed in the Console body at one
|
|
1376
|
+
* time. This is used to keep acquired messages from exploding the
|
|
1377
|
+
* DOM tree and impacting page performance.
|
|
1378
|
+
*
|
|
1379
|
+
* @attribute consoleLimit
|
|
1380
|
+
* @type Number
|
|
1381
|
+
* @default 300
|
|
1382
|
+
*/
|
|
1383
|
+
consoleLimit : {
|
|
1384
|
+
value : 300,
|
|
1385
|
+
validator : isNumber
|
|
1386
|
+
},
|
|
1387
|
+
|
|
1388
|
+
/**
|
|
1389
|
+
* New entries should display at the top of the Console or the bottom?
|
|
1390
|
+
*
|
|
1391
|
+
* @attribute newestOnTop
|
|
1392
|
+
* @type Boolean
|
|
1393
|
+
* @default true
|
|
1394
|
+
*/
|
|
1395
|
+
newestOnTop : {
|
|
1396
|
+
value : true
|
|
1397
|
+
},
|
|
1398
|
+
|
|
1399
|
+
/**
|
|
1400
|
+
* When new entries are added to the Console UI, should they be
|
|
1401
|
+
* scrolled into view?
|
|
1402
|
+
*
|
|
1403
|
+
* @attribute scrollIntoView
|
|
1404
|
+
* @type Boolean
|
|
1405
|
+
* @default true
|
|
1406
|
+
*/
|
|
1407
|
+
scrollIntoView : {
|
|
1408
|
+
value : true
|
|
1409
|
+
},
|
|
1410
|
+
|
|
1411
|
+
/**
|
|
1412
|
+
* The baseline time for this Console instance, used to measure elapsed
|
|
1413
|
+
* time from the moment the console module is <code>use</code>d to the
|
|
1414
|
+
* moment each new entry is logged (not rendered).
|
|
1415
|
+
*
|
|
1416
|
+
* This value is reset by the instance method myConsole.reset().
|
|
1417
|
+
*
|
|
1418
|
+
* @attribute startTime
|
|
1419
|
+
* @type Date
|
|
1420
|
+
* @default The moment the console module is <code>use</code>d
|
|
1421
|
+
*/
|
|
1422
|
+
startTime : {
|
|
1423
|
+
value : new Date()
|
|
1424
|
+
},
|
|
1425
|
+
|
|
1426
|
+
/**
|
|
1427
|
+
* The precise time the last entry was logged. Used to measure elapsed
|
|
1428
|
+
* time between log messages.
|
|
1429
|
+
*
|
|
1430
|
+
* @attribute lastTime
|
|
1431
|
+
* @type Date
|
|
1432
|
+
* @default The moment the console module is <code>use</code>d
|
|
1433
|
+
*/
|
|
1434
|
+
lastTime : {
|
|
1435
|
+
value : new Date(),
|
|
1436
|
+
readOnly: true
|
|
1437
|
+
},
|
|
1438
|
+
|
|
1439
|
+
/**
|
|
1440
|
+
* Controls the collapsed state of the Console
|
|
1441
|
+
*
|
|
1442
|
+
* @attribute collapsed
|
|
1443
|
+
* @type Boolean
|
|
1444
|
+
* @default false
|
|
1445
|
+
*/
|
|
1446
|
+
collapsed : {
|
|
1447
|
+
value : false
|
|
1448
|
+
},
|
|
1449
|
+
|
|
1450
|
+
/**
|
|
1451
|
+
* String with units, or number, representing the height of the Console,
|
|
1452
|
+
* inclusive of header and footer. If a number is provided, the default
|
|
1453
|
+
* unit, defined by Widget's DEF_UNIT, property is used.
|
|
1454
|
+
*
|
|
1455
|
+
* @attribute height
|
|
1456
|
+
* @default "300px"
|
|
1457
|
+
* @type {String | Number}
|
|
1458
|
+
*/
|
|
1459
|
+
height: {
|
|
1460
|
+
value: "300px"
|
|
1461
|
+
},
|
|
1462
|
+
|
|
1463
|
+
/**
|
|
1464
|
+
* String with units, or number, representing the width of the Console.
|
|
1465
|
+
* If a number is provided, the default unit, defined by Widget's
|
|
1466
|
+
* DEF_UNIT, property is used.
|
|
1467
|
+
*
|
|
1468
|
+
* @attribute width
|
|
1469
|
+
* @default "300px"
|
|
1470
|
+
* @type {String | Number}
|
|
1471
|
+
*/
|
|
1472
|
+
width: {
|
|
1473
|
+
value: "300px"
|
|
1474
|
+
},
|
|
1475
|
+
|
|
1476
|
+
/**
|
|
1477
|
+
* Pass through to the YUI instance useBrowserConsole configuration.
|
|
1478
|
+
* By default this is set to false, which will disable logging to the
|
|
1479
|
+
* browser console when a Console instance is created. If the
|
|
1480
|
+
* logSource is not a YUI instance, this has no effect.
|
|
1481
|
+
*
|
|
1482
|
+
* @attribute useBrowserConsole
|
|
1483
|
+
* @type {Boolean}
|
|
1484
|
+
* @default false
|
|
1485
|
+
*/
|
|
1486
|
+
useBrowserConsole : {
|
|
1487
|
+
lazyAdd: false,
|
|
1488
|
+
value: false,
|
|
1489
|
+
getter : function () {
|
|
1490
|
+
return this._getUseBrowserConsole();
|
|
1491
|
+
},
|
|
1492
|
+
setter : function (v) {
|
|
1493
|
+
return this._setUseBrowserConsole(v);
|
|
1494
|
+
}
|
|
1495
|
+
},
|
|
1496
|
+
|
|
1497
|
+
/**
|
|
1498
|
+
* Allows the Console to flow in the document. Available values are
|
|
1499
|
+
* 'inline', 'block', and 'separate' (the default).
|
|
1500
|
+
*
|
|
1501
|
+
* @attribute style
|
|
1502
|
+
* @type {String}
|
|
1503
|
+
* @default 'separate'
|
|
1504
|
+
*/
|
|
1505
|
+
style : {
|
|
1506
|
+
value : 'separate',
|
|
1507
|
+
writeOnce : true,
|
|
1508
|
+
validator : function (v) {
|
|
1509
|
+
return this._validateStyle(v);
|
|
1510
|
+
}
|
|
1511
|
+
}
|
|
1512
|
+
}
|
|
1513
|
+
|
|
1514
|
+
});
|
|
1515
|
+
|
|
1516
|
+
|
|
1517
|
+
}, '@VERSION@', {"requires": ["yui-log", "widget"], "skinnable": true, "lang": ["en", "es", "hu", "it", "ja"]});
|