@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,1270 @@
|
|
|
1
|
+
YUI.add('graphics', function (Y, NAME) {
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
*
|
|
5
|
+
* <p>The `Graphics` module provides a JavaScript API for creating shapes in a variety of formats across
|
|
6
|
+
* a <a href="http://developer.yahoo.com/yui/articles/gbs">browser test baseline</a>.
|
|
7
|
+
* Based on device and browser capabilities, `Graphics` leverages <a href="http://www.w3.org/TR/SVG/">SVG</a>,
|
|
8
|
+
* <a href="http://www.w3.org/TR/html5/the-canvas-element.html">Canvas</a> and <a href="http://www.w3.org/TR/NOTE-VML">VML</a>
|
|
9
|
+
* to render its graphical elements.</p>
|
|
10
|
+
*
|
|
11
|
+
* <p>The `Graphics` module features a <a href="../classes/Graphic.html">`Graphic`</a> class that allows you to easily create and manage shapes.
|
|
12
|
+
* Currently, a <a href="../classes/Graphic.html">`Graphic`</a> instance can be used to create predifined shapes and free-form polygons with fill
|
|
13
|
+
* and stroke properties.</p>
|
|
14
|
+
*
|
|
15
|
+
* <p>The `Graphics` module normalizes an API through the use of alias and implementation classes that share
|
|
16
|
+
* interfaces. Each alias class points to an appropriate implementation class dependent on the browser's
|
|
17
|
+
* capabilities. There should rarely, if ever, be a need to interact directly with an implementation class.</p>
|
|
18
|
+
*
|
|
19
|
+
* <p>Below is a list of available classes.
|
|
20
|
+
* <ul>
|
|
21
|
+
* <li><a href="../classes/Graphic.html">`Graphic`</a>
|
|
22
|
+
* <li><a href="../classes/Shape.html">`Shape`</a>
|
|
23
|
+
* <li><a href="../classes/Circle.html">`Circle`</a>
|
|
24
|
+
* <li><a href="../classes/Ellipse.html">`Ellipse`</a>
|
|
25
|
+
* <li><a href="../classes/Rect.html">`Rect`</a>
|
|
26
|
+
* <li><a href="../classes/Path.html">`Path`</a>
|
|
27
|
+
* </ul>
|
|
28
|
+
* You can also extend the `Shape` class to create your own custom shape classes.</p>
|
|
29
|
+
* @module graphics
|
|
30
|
+
* @main graphics
|
|
31
|
+
*/
|
|
32
|
+
var SETTER = "setter",
|
|
33
|
+
PluginHost = Y.Plugin.Host,
|
|
34
|
+
VALUE = "value",
|
|
35
|
+
VALUEFN = "valueFn",
|
|
36
|
+
READONLY = "readOnly",
|
|
37
|
+
Y_LANG = Y.Lang,
|
|
38
|
+
STR = "string",
|
|
39
|
+
WRITE_ONCE = "writeOnce",
|
|
40
|
+
GraphicBase,
|
|
41
|
+
AttributeLite;
|
|
42
|
+
|
|
43
|
+
/**
|
|
44
|
+
* AttributeLite provides Attribute-like getters and setters for shape classes in the Graphics module.
|
|
45
|
+
* It provides a get/set API without the event infastructure. This class is temporary and a work in progress.
|
|
46
|
+
*
|
|
47
|
+
* @class AttributeLite
|
|
48
|
+
* @constructor
|
|
49
|
+
*/
|
|
50
|
+
AttributeLite = function()
|
|
51
|
+
{
|
|
52
|
+
var host = this; // help compression
|
|
53
|
+
|
|
54
|
+
// Perf tweak - avoid creating event literals if not required.
|
|
55
|
+
host._ATTR_E_FACADE = {};
|
|
56
|
+
|
|
57
|
+
Y.EventTarget.call(this, {emitFacade:true});
|
|
58
|
+
host._state = {};
|
|
59
|
+
host.prototype = Y.mix(AttributeLite.prototype, host.prototype);
|
|
60
|
+
};
|
|
61
|
+
|
|
62
|
+
AttributeLite.prototype = {
|
|
63
|
+
/**
|
|
64
|
+
* Initializes the attributes for a shape. If an attribute config is passed into the constructor of the host,
|
|
65
|
+
* the initial values will be overwritten.
|
|
66
|
+
*
|
|
67
|
+
* @method addAttrs
|
|
68
|
+
* @param {Object} cfg Optional object containing attributes key value pairs to be set.
|
|
69
|
+
*/
|
|
70
|
+
addAttrs: function(cfg)
|
|
71
|
+
{
|
|
72
|
+
var host = this,
|
|
73
|
+
attrConfig = this.constructor.ATTRS,
|
|
74
|
+
attr,
|
|
75
|
+
i,
|
|
76
|
+
fn,
|
|
77
|
+
state = host._state;
|
|
78
|
+
for(i in attrConfig)
|
|
79
|
+
{
|
|
80
|
+
if(attrConfig.hasOwnProperty(i))
|
|
81
|
+
{
|
|
82
|
+
attr = attrConfig[i];
|
|
83
|
+
if(attr.hasOwnProperty(VALUE))
|
|
84
|
+
{
|
|
85
|
+
state[i] = attr.value;
|
|
86
|
+
}
|
|
87
|
+
else if(attr.hasOwnProperty(VALUEFN))
|
|
88
|
+
{
|
|
89
|
+
fn = attr.valueFn;
|
|
90
|
+
if(Y_LANG.isString(fn))
|
|
91
|
+
{
|
|
92
|
+
state[i] = host[fn].apply(host);
|
|
93
|
+
}
|
|
94
|
+
else
|
|
95
|
+
{
|
|
96
|
+
state[i] = fn.apply(host);
|
|
97
|
+
}
|
|
98
|
+
}
|
|
99
|
+
}
|
|
100
|
+
}
|
|
101
|
+
host._state = state;
|
|
102
|
+
for(i in attrConfig)
|
|
103
|
+
{
|
|
104
|
+
if(attrConfig.hasOwnProperty(i))
|
|
105
|
+
{
|
|
106
|
+
attr = attrConfig[i];
|
|
107
|
+
if(attr.hasOwnProperty(READONLY) && attr.readOnly)
|
|
108
|
+
{
|
|
109
|
+
continue;
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
if(attr.hasOwnProperty(WRITE_ONCE) && attr.writeOnce)
|
|
113
|
+
{
|
|
114
|
+
attr.readOnly = true;
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
if(cfg && cfg.hasOwnProperty(i))
|
|
118
|
+
{
|
|
119
|
+
if(attr.hasOwnProperty(SETTER))
|
|
120
|
+
{
|
|
121
|
+
host._state[i] = attr.setter.apply(host, [cfg[i]]);
|
|
122
|
+
}
|
|
123
|
+
else
|
|
124
|
+
{
|
|
125
|
+
host._state[i] = cfg[i];
|
|
126
|
+
}
|
|
127
|
+
}
|
|
128
|
+
}
|
|
129
|
+
}
|
|
130
|
+
},
|
|
131
|
+
|
|
132
|
+
/**
|
|
133
|
+
* For a given item, returns the value of the property requested, or undefined if not found.
|
|
134
|
+
*
|
|
135
|
+
* @method get
|
|
136
|
+
* @param name {String} The name of the item
|
|
137
|
+
* @return {Any} The value of the supplied property.
|
|
138
|
+
*/
|
|
139
|
+
get: function(attr)
|
|
140
|
+
{
|
|
141
|
+
var host = this,
|
|
142
|
+
getter,
|
|
143
|
+
attrConfig = host.constructor.ATTRS;
|
|
144
|
+
if(attrConfig && attrConfig[attr])
|
|
145
|
+
{
|
|
146
|
+
getter = attrConfig[attr].getter;
|
|
147
|
+
if(getter)
|
|
148
|
+
{
|
|
149
|
+
if(typeof getter === STR)
|
|
150
|
+
{
|
|
151
|
+
return host[getter].apply(host);
|
|
152
|
+
}
|
|
153
|
+
return attrConfig[attr].getter.apply(host);
|
|
154
|
+
}
|
|
155
|
+
|
|
156
|
+
return host._state[attr];
|
|
157
|
+
}
|
|
158
|
+
return null;
|
|
159
|
+
},
|
|
160
|
+
|
|
161
|
+
/**
|
|
162
|
+
* Sets the value of an attribute.
|
|
163
|
+
*
|
|
164
|
+
* @method set
|
|
165
|
+
* @param {String|Object} name The name of the attribute. Alternatively, an object of key value pairs can
|
|
166
|
+
* be passed in to set multiple attributes at once.
|
|
167
|
+
* @param {Any} value The value to set the attribute to. This value is ignored if an object is received as
|
|
168
|
+
* the name param.
|
|
169
|
+
*/
|
|
170
|
+
set: function()
|
|
171
|
+
{
|
|
172
|
+
var attr = arguments[0],
|
|
173
|
+
i;
|
|
174
|
+
if(Y_LANG.isObject(attr))
|
|
175
|
+
{
|
|
176
|
+
for(i in attr)
|
|
177
|
+
{
|
|
178
|
+
if(attr.hasOwnProperty(i))
|
|
179
|
+
{
|
|
180
|
+
this._set(i, attr[i]);
|
|
181
|
+
}
|
|
182
|
+
}
|
|
183
|
+
}
|
|
184
|
+
else
|
|
185
|
+
{
|
|
186
|
+
this._set.apply(this, arguments);
|
|
187
|
+
}
|
|
188
|
+
},
|
|
189
|
+
|
|
190
|
+
/**
|
|
191
|
+
* Provides setter logic. Used by `set`.
|
|
192
|
+
*
|
|
193
|
+
* @method _set
|
|
194
|
+
* @param {String|Object} name The name of the attribute. Alternatively, an object of key value pairs can
|
|
195
|
+
* be passed in to set multiple attributes at once.
|
|
196
|
+
* @param {Any} value The value to set the attribute to. This value is ignored if an object is received as
|
|
197
|
+
* the name param.
|
|
198
|
+
* @protected
|
|
199
|
+
*/
|
|
200
|
+
_set: function(attr, val)
|
|
201
|
+
{
|
|
202
|
+
var host = this,
|
|
203
|
+
setter,
|
|
204
|
+
args,
|
|
205
|
+
attrConfig = host.constructor.ATTRS;
|
|
206
|
+
if(attrConfig && attrConfig.hasOwnProperty(attr))
|
|
207
|
+
{
|
|
208
|
+
setter = attrConfig[attr].setter;
|
|
209
|
+
if(setter)
|
|
210
|
+
{
|
|
211
|
+
args = [val];
|
|
212
|
+
if(typeof setter === STR)
|
|
213
|
+
{
|
|
214
|
+
val = host[setter].apply(host, args);
|
|
215
|
+
}
|
|
216
|
+
else
|
|
217
|
+
{
|
|
218
|
+
val = attrConfig[attr].setter.apply(host, args);
|
|
219
|
+
}
|
|
220
|
+
}
|
|
221
|
+
host._state[attr] = val;
|
|
222
|
+
}
|
|
223
|
+
}
|
|
224
|
+
};
|
|
225
|
+
Y.mix(AttributeLite, Y.EventTarget, false, null, 1);
|
|
226
|
+
Y.AttributeLite = AttributeLite;
|
|
227
|
+
|
|
228
|
+
/**
|
|
229
|
+
* GraphicBase serves as the base class for the graphic layer. It serves the same purpose as
|
|
230
|
+
* Base but uses a lightweight getter/setter class instead of Attribute.
|
|
231
|
+
* This class is temporary and a work in progress.
|
|
232
|
+
*
|
|
233
|
+
* @class GraphicBase
|
|
234
|
+
* @constructor
|
|
235
|
+
* @param {Object} cfg Key value pairs for attributes
|
|
236
|
+
*/
|
|
237
|
+
GraphicBase = function(cfg)
|
|
238
|
+
{
|
|
239
|
+
var host = this,
|
|
240
|
+
PluginHost = Y.Plugin && Y.Plugin.Host;
|
|
241
|
+
if (host._initPlugins && PluginHost) {
|
|
242
|
+
PluginHost.call(host);
|
|
243
|
+
}
|
|
244
|
+
|
|
245
|
+
host.name = host.constructor.NAME;
|
|
246
|
+
host._eventPrefix = host.constructor.EVENT_PREFIX || host.constructor.NAME;
|
|
247
|
+
AttributeLite.call(host);
|
|
248
|
+
host.addAttrs(cfg);
|
|
249
|
+
host.init.apply(this, arguments);
|
|
250
|
+
if (host._initPlugins) {
|
|
251
|
+
// Need to initPlugins manually, to handle constructor parsing, static Plug parsing
|
|
252
|
+
host._initPlugins(cfg);
|
|
253
|
+
}
|
|
254
|
+
host.initialized = true;
|
|
255
|
+
};
|
|
256
|
+
|
|
257
|
+
GraphicBase.NAME = "baseGraphic";
|
|
258
|
+
|
|
259
|
+
GraphicBase.prototype = {
|
|
260
|
+
/**
|
|
261
|
+
* Init method, invoked during construction.
|
|
262
|
+
* Fires an init event after calling `initializer` on implementers.
|
|
263
|
+
*
|
|
264
|
+
* @method init
|
|
265
|
+
* @protected
|
|
266
|
+
*/
|
|
267
|
+
init: function()
|
|
268
|
+
{
|
|
269
|
+
this.publish("init", {
|
|
270
|
+
fireOnce:true
|
|
271
|
+
});
|
|
272
|
+
this.initializer.apply(this, arguments);
|
|
273
|
+
this.fire("init", {cfg: arguments[0]});
|
|
274
|
+
},
|
|
275
|
+
|
|
276
|
+
/**
|
|
277
|
+
* Camel case concatanates two strings.
|
|
278
|
+
*
|
|
279
|
+
* @method _camelCaseConcat
|
|
280
|
+
* @param {String} prefix The first string
|
|
281
|
+
* @param {String} name The second string
|
|
282
|
+
* @return String
|
|
283
|
+
* @private
|
|
284
|
+
*/
|
|
285
|
+
_camelCaseConcat: function(prefix, name)
|
|
286
|
+
{
|
|
287
|
+
return prefix + name.charAt(0).toUpperCase() + name.slice(1);
|
|
288
|
+
}
|
|
289
|
+
};
|
|
290
|
+
//Straightup augment, no wrapper functions
|
|
291
|
+
Y.mix(GraphicBase, Y.AttributeLite, false, null, 1);
|
|
292
|
+
Y.mix(GraphicBase, PluginHost, false, null, 1);
|
|
293
|
+
GraphicBase.prototype.constructor = GraphicBase;
|
|
294
|
+
GraphicBase.plug = PluginHost.plug;
|
|
295
|
+
GraphicBase.unplug = PluginHost.unplug;
|
|
296
|
+
Y.GraphicBase = GraphicBase;
|
|
297
|
+
|
|
298
|
+
|
|
299
|
+
/**
|
|
300
|
+
* `Drawing` provides a set of drawing methods used by `Path` and custom shape classes.
|
|
301
|
+
* `Drawing` has the following implementations based on browser capability.
|
|
302
|
+
* <ul>
|
|
303
|
+
* <li><a href="SVGDrawing.html">`SVGDrawing`</a></li>
|
|
304
|
+
* <li><a href="VMLDrawing.html">`VMLDrawing`</a></li>
|
|
305
|
+
* <li><a href="CanvasDrawing.html">`CanvasDrawing`</a></li>
|
|
306
|
+
* </ul>
|
|
307
|
+
*
|
|
308
|
+
* @class Drawing
|
|
309
|
+
* @constructor
|
|
310
|
+
*/
|
|
311
|
+
/**
|
|
312
|
+
* Draws a bezier curve.
|
|
313
|
+
*
|
|
314
|
+
* @method curveTo
|
|
315
|
+
* @param {Number} cp1x x-coordinate for the first control point.
|
|
316
|
+
* @param {Number} cp1y y-coordinate for the first control point.
|
|
317
|
+
* @param {Number} cp2x x-coordinate for the second control point.
|
|
318
|
+
* @param {Number} cp2y y-coordinate for the second control point.
|
|
319
|
+
* @param {Number} x x-coordinate for the end point.
|
|
320
|
+
* @param {Number} y y-coordinate for the end point.
|
|
321
|
+
* @chainable
|
|
322
|
+
*/
|
|
323
|
+
/**
|
|
324
|
+
* Draws a quadratic bezier curve.
|
|
325
|
+
*
|
|
326
|
+
* @method quadraticCurveTo
|
|
327
|
+
* @param {Number} cpx x-coordinate for the control point.
|
|
328
|
+
* @param {Number} cpy y-coordinate for the control point.
|
|
329
|
+
* @param {Number} x x-coordinate for the end point.
|
|
330
|
+
* @param {Number} y y-coordinate for the end point.
|
|
331
|
+
* @chainable
|
|
332
|
+
*/
|
|
333
|
+
/**
|
|
334
|
+
* Draws a rectangle.
|
|
335
|
+
*
|
|
336
|
+
* @method drawRect
|
|
337
|
+
* @param {Number} x x-coordinate
|
|
338
|
+
* @param {Number} y y-coordinate
|
|
339
|
+
* @param {Number} w width
|
|
340
|
+
* @param {Number} h height
|
|
341
|
+
* @chainable
|
|
342
|
+
*/
|
|
343
|
+
/**
|
|
344
|
+
* Draws a rectangle with rounded corners.
|
|
345
|
+
*
|
|
346
|
+
* @method drawRoundRect
|
|
347
|
+
* @param {Number} x x-coordinate
|
|
348
|
+
* @param {Number} y y-coordinate
|
|
349
|
+
* @param {Number} w width
|
|
350
|
+
* @param {Number} h height
|
|
351
|
+
* @param {Number} ew width of the ellipse used to draw the rounded corners
|
|
352
|
+
* @param {Number} eh height of the ellipse used to draw the rounded corners
|
|
353
|
+
* @chainable
|
|
354
|
+
*/
|
|
355
|
+
/**
|
|
356
|
+
* Draws a circle.
|
|
357
|
+
*
|
|
358
|
+
* @method drawCircle
|
|
359
|
+
* @param {Number} x y-coordinate
|
|
360
|
+
* @param {Number} y x-coordinate
|
|
361
|
+
* @param {Number} r radius
|
|
362
|
+
* @chainable
|
|
363
|
+
* @protected
|
|
364
|
+
*/
|
|
365
|
+
/**
|
|
366
|
+
* Draws an ellipse.
|
|
367
|
+
*
|
|
368
|
+
* @method drawEllipse
|
|
369
|
+
* @param {Number} x x-coordinate
|
|
370
|
+
* @param {Number} y y-coordinate
|
|
371
|
+
* @param {Number} w width
|
|
372
|
+
* @param {Number} h height
|
|
373
|
+
* @chainable
|
|
374
|
+
* @protected
|
|
375
|
+
*/
|
|
376
|
+
/**
|
|
377
|
+
* Draws a diamond.
|
|
378
|
+
*
|
|
379
|
+
* @method drawDiamond
|
|
380
|
+
* @param {Number} x y-coordinate
|
|
381
|
+
* @param {Number} y x-coordinate
|
|
382
|
+
* @param {Number} width width
|
|
383
|
+
* @param {Number} height height
|
|
384
|
+
* @chainable
|
|
385
|
+
* @protected
|
|
386
|
+
*/
|
|
387
|
+
/**
|
|
388
|
+
* Draws a wedge.
|
|
389
|
+
*
|
|
390
|
+
* @method drawWedge
|
|
391
|
+
* @param {Number} x x-coordinate of the wedge's center point
|
|
392
|
+
* @param {Number} y y-coordinate of the wedge's center point
|
|
393
|
+
* @param {Number} startAngle starting angle in degrees
|
|
394
|
+
* @param {Number} arc sweep of the wedge. Negative values draw clockwise.
|
|
395
|
+
* @param {Number} radius radius of wedge. If [optional] yRadius is defined, then radius is the x radius.
|
|
396
|
+
* @param {Number} yRadius [optional] y radius for wedge.
|
|
397
|
+
* @chainable
|
|
398
|
+
* @private
|
|
399
|
+
*/
|
|
400
|
+
/**
|
|
401
|
+
* Draws a line segment using the current line style from the current drawing position to the specified x and y coordinates.
|
|
402
|
+
*
|
|
403
|
+
* @method lineTo
|
|
404
|
+
* @param {Number} point1 x-coordinate for the end point.
|
|
405
|
+
* @param {Number} point2 y-coordinate for the end point.
|
|
406
|
+
* @chainable
|
|
407
|
+
*/
|
|
408
|
+
/**
|
|
409
|
+
* Draws a line segment using the current line style from the current drawing position to the relative x and y coordinates.
|
|
410
|
+
*
|
|
411
|
+
* @method relativeLineTo
|
|
412
|
+
* @param {Number} point1 x-coordinate for the end point.
|
|
413
|
+
* @param {Number} point2 y-coordinate for the end point.
|
|
414
|
+
* @chainable
|
|
415
|
+
*/
|
|
416
|
+
/**
|
|
417
|
+
* Moves the current drawing position to specified x and y coordinates.
|
|
418
|
+
*
|
|
419
|
+
* @method moveTo
|
|
420
|
+
* @param {Number} x x-coordinate for the end point.
|
|
421
|
+
* @param {Number} y y-coordinate for the end point.
|
|
422
|
+
* @chainable
|
|
423
|
+
*/
|
|
424
|
+
/**
|
|
425
|
+
* Moves the current drawing position relative to specified x and y coordinates.
|
|
426
|
+
*
|
|
427
|
+
* @method relativeMoveTo
|
|
428
|
+
* @param {Number} x x-coordinate for the end point.
|
|
429
|
+
* @param {Number} y y-coordinate for the end point.
|
|
430
|
+
* @chainable
|
|
431
|
+
*/
|
|
432
|
+
/**
|
|
433
|
+
* Completes a drawing operation.
|
|
434
|
+
*
|
|
435
|
+
* @method end
|
|
436
|
+
* @chainable
|
|
437
|
+
*/
|
|
438
|
+
/**
|
|
439
|
+
* Clears the path.
|
|
440
|
+
*
|
|
441
|
+
* @method clear
|
|
442
|
+
* @chainable
|
|
443
|
+
*/
|
|
444
|
+
/**
|
|
445
|
+
* Ends a fill and stroke
|
|
446
|
+
*
|
|
447
|
+
* @method closePath
|
|
448
|
+
* @chainable
|
|
449
|
+
*/
|
|
450
|
+
/**
|
|
451
|
+
* <p>Base class for creating shapes.</p>
|
|
452
|
+
* <p>`Shape` is an abstract class and is not meant to be used directly. The following classes extend
|
|
453
|
+
* `Shape`.
|
|
454
|
+
*
|
|
455
|
+
* <ul>
|
|
456
|
+
* <li><a href="Circle.html">`Circle`</a></li>
|
|
457
|
+
* <li><a href="Ellipse.html">`Ellipse`</a></li>
|
|
458
|
+
* <li><a href="Rect.html">`Rect`</a></li>
|
|
459
|
+
* <li><a href="Path.html">`Path`</a></li>
|
|
460
|
+
* </ul>
|
|
461
|
+
*
|
|
462
|
+
* `Shape` can also be extended to create custom shape classes.</p>
|
|
463
|
+
*
|
|
464
|
+
* `Shape` has the following implementations based on browser capability.
|
|
465
|
+
* <ul>
|
|
466
|
+
* <li><a href="SVGShape.html">`SVGShape`</a></li>
|
|
467
|
+
* <li><a href="VMLShape.html">`VMLShape`</a></li>
|
|
468
|
+
* <li><a href="CanvasShape.html">`CanvasShape`</a></li>
|
|
469
|
+
* </ul>
|
|
470
|
+
*
|
|
471
|
+
* It is not necessary to interact with these classes directly. `Shape` will point to the appropriate implemention.</p>
|
|
472
|
+
*
|
|
473
|
+
* @class Shape
|
|
474
|
+
* @constructor
|
|
475
|
+
* @param {Object} cfg (optional) Attribute configs
|
|
476
|
+
*/
|
|
477
|
+
/**
|
|
478
|
+
* Init method, invoked during construction.
|
|
479
|
+
* Calls `initializer` method.
|
|
480
|
+
*
|
|
481
|
+
* @method init
|
|
482
|
+
* @protected
|
|
483
|
+
*/
|
|
484
|
+
/**
|
|
485
|
+
* Initializes the shape
|
|
486
|
+
*
|
|
487
|
+
* @private
|
|
488
|
+
* @method initializer
|
|
489
|
+
*/
|
|
490
|
+
/**
|
|
491
|
+
* Add a class name to each node.
|
|
492
|
+
*
|
|
493
|
+
* @method addClass
|
|
494
|
+
* @param {String} className the class name to add to the node's class attribute
|
|
495
|
+
*/
|
|
496
|
+
/**
|
|
497
|
+
* Removes a class name from each node.
|
|
498
|
+
*
|
|
499
|
+
* @method removeClass
|
|
500
|
+
* @param {String} className the class name to remove from the node's class attribute
|
|
501
|
+
*/
|
|
502
|
+
/**
|
|
503
|
+
* Gets the current position of the node in page coordinates.
|
|
504
|
+
*
|
|
505
|
+
* @method getXY
|
|
506
|
+
* @return Array The XY position of the shape.
|
|
507
|
+
*/
|
|
508
|
+
/**
|
|
509
|
+
* Set the position of the shape in page coordinates, regardless of how the node is positioned.
|
|
510
|
+
*
|
|
511
|
+
* @method setXY
|
|
512
|
+
* @param {Array} Contains x & y values for new position (coordinates are page-based)
|
|
513
|
+
*/
|
|
514
|
+
/**
|
|
515
|
+
* Determines whether the node is an ancestor of another HTML element in the DOM hierarchy.
|
|
516
|
+
*
|
|
517
|
+
* @method contains
|
|
518
|
+
* @param {Shape | HTMLElement} needle The possible node or descendent
|
|
519
|
+
* @return Boolean Whether or not this shape is the needle or its ancestor.
|
|
520
|
+
*/
|
|
521
|
+
/**
|
|
522
|
+
* Compares nodes to determine if they match.
|
|
523
|
+
* Node instances can be compared to each other and/or HTMLElements.
|
|
524
|
+
* @method compareTo
|
|
525
|
+
* @param {HTMLElement | Node} refNode The reference node to compare to the node.
|
|
526
|
+
* @return {Boolean} True if the nodes match, false if they do not.
|
|
527
|
+
*/
|
|
528
|
+
/**
|
|
529
|
+
* Test if the supplied node matches the supplied selector.
|
|
530
|
+
*
|
|
531
|
+
* @method test
|
|
532
|
+
* @param {String} selector The CSS selector to test against.
|
|
533
|
+
* @return Boolean Wheter or not the shape matches the selector.
|
|
534
|
+
*/
|
|
535
|
+
/**
|
|
536
|
+
* Sets the value of an attribute.
|
|
537
|
+
*
|
|
538
|
+
* @method set
|
|
539
|
+
* @param {String|Object} name The name of the attribute. Alternatively, an object of key value pairs can
|
|
540
|
+
* be passed in to set multiple attributes at once.
|
|
541
|
+
* @param {Any} value The value to set the attribute to. This value is ignored if an object is received as
|
|
542
|
+
* the name param.
|
|
543
|
+
*/
|
|
544
|
+
/**
|
|
545
|
+
* Specifies a 2d translation.
|
|
546
|
+
*
|
|
547
|
+
* @method translate
|
|
548
|
+
* @param {Number} x The value to transate on the x-axis.
|
|
549
|
+
* @param {Number} y The value to translate on the y-axis.
|
|
550
|
+
*/
|
|
551
|
+
/**
|
|
552
|
+
* Translates the shape along the x-axis. When translating x and y coordinates,
|
|
553
|
+
* use the `translate` method.
|
|
554
|
+
*
|
|
555
|
+
* @method translateX
|
|
556
|
+
* @param {Number} x The value to translate.
|
|
557
|
+
*/
|
|
558
|
+
/**
|
|
559
|
+
* Translates the shape along the y-axis. When translating x and y coordinates,
|
|
560
|
+
* use the `translate` method.
|
|
561
|
+
*
|
|
562
|
+
* @method translateY
|
|
563
|
+
* @param {Number} y The value to translate.
|
|
564
|
+
*/
|
|
565
|
+
/**
|
|
566
|
+
* Skews the shape around the x-axis and y-axis.
|
|
567
|
+
*
|
|
568
|
+
* @method skew
|
|
569
|
+
* @param {Number} x The value to skew on the x-axis.
|
|
570
|
+
* @param {Number} y The value to skew on the y-axis.
|
|
571
|
+
*/
|
|
572
|
+
/**
|
|
573
|
+
* Skews the shape around the x-axis.
|
|
574
|
+
*
|
|
575
|
+
* @method skewX
|
|
576
|
+
* @param {Number} x x-coordinate
|
|
577
|
+
*/
|
|
578
|
+
/**
|
|
579
|
+
* Skews the shape around the y-axis.
|
|
580
|
+
*
|
|
581
|
+
* @method skewY
|
|
582
|
+
* @param {Number} y y-coordinate
|
|
583
|
+
*/
|
|
584
|
+
/**
|
|
585
|
+
* Rotates the shape clockwise around it transformOrigin.
|
|
586
|
+
*
|
|
587
|
+
* @method rotate
|
|
588
|
+
* @param {Number} deg The degree of the rotation.
|
|
589
|
+
*/
|
|
590
|
+
/**
|
|
591
|
+
* Specifies a 2d scaling operation.
|
|
592
|
+
*
|
|
593
|
+
* @method scale
|
|
594
|
+
* @param {Number} val
|
|
595
|
+
*/
|
|
596
|
+
/**
|
|
597
|
+
* Returns the bounds for a shape.
|
|
598
|
+
*
|
|
599
|
+
* Calculates the a new bounding box from the original corner coordinates (base on size and position) and the transform matrix.
|
|
600
|
+
* The calculated bounding box is used by the graphic instance to calculate its viewBox.
|
|
601
|
+
*
|
|
602
|
+
* @method getBounds
|
|
603
|
+
* @return Object
|
|
604
|
+
*/
|
|
605
|
+
/**
|
|
606
|
+
* Destroys the instance.
|
|
607
|
+
*
|
|
608
|
+
* @method destroy
|
|
609
|
+
*/
|
|
610
|
+
/**
|
|
611
|
+
* An array of x, y values which indicates the transformOrigin in which to rotate the shape. Valid values range between 0 and 1 representing a
|
|
612
|
+
* fraction of the shape's corresponding bounding box dimension. The default value is [0.5, 0.5].
|
|
613
|
+
*
|
|
614
|
+
* @config transformOrigin
|
|
615
|
+
* @type Array
|
|
616
|
+
*/
|
|
617
|
+
/**
|
|
618
|
+
* <p>A string containing, in order, transform operations applied to the shape instance. The `transform` string can contain the following values:
|
|
619
|
+
*
|
|
620
|
+
* <dl>
|
|
621
|
+
* <dt>rotate</dt><dd>Rotates the shape clockwise around it transformOrigin.</dd>
|
|
622
|
+
* <dt>translate</dt><dd>Specifies a 2d translation.</dd>
|
|
623
|
+
* <dt>skew</dt><dd>Skews the shape around the x-axis and y-axis.</dd>
|
|
624
|
+
* <dt>scale</dt><dd>Specifies a 2d scaling operation.</dd>
|
|
625
|
+
* <dt>translateX</dt><dd>Translates the shape along the x-axis.</dd>
|
|
626
|
+
* <dt>translateY</dt><dd>Translates the shape along the y-axis.</dd>
|
|
627
|
+
* <dt>skewX</dt><dd>Skews the shape around the x-axis.</dd>
|
|
628
|
+
* <dt>skewY</dt><dd>Skews the shape around the y-axis.</dd>
|
|
629
|
+
* <dt>matrix</dt><dd>Specifies a 2D transformation matrix comprised of the specified six values.</dd>
|
|
630
|
+
* </dl>
|
|
631
|
+
* </p>
|
|
632
|
+
* <p>Applying transforms through the transform attribute will reset the transform matrix and apply a new transform. The shape class also contains
|
|
633
|
+
* corresponding methods for each transform that will apply the transform to the current matrix. The below code illustrates how you might use the
|
|
634
|
+
* `transform` attribute to instantiate a recangle with a rotation of 45 degrees.</p>
|
|
635
|
+
var myRect = new Y.Rect({
|
|
636
|
+
type:"rect",
|
|
637
|
+
width: 50,
|
|
638
|
+
height: 40,
|
|
639
|
+
transform: "rotate(45)"
|
|
640
|
+
};
|
|
641
|
+
* <p>The code below would apply `translate` and `rotate` to an existing shape.</p>
|
|
642
|
+
|
|
643
|
+
myRect.set("transform", "translate(40, 50) rotate(45)");
|
|
644
|
+
* @config transform
|
|
645
|
+
* @type String
|
|
646
|
+
*/
|
|
647
|
+
/**
|
|
648
|
+
* Unique id for class instance.
|
|
649
|
+
*
|
|
650
|
+
* @config id
|
|
651
|
+
* @type String
|
|
652
|
+
*/
|
|
653
|
+
/**
|
|
654
|
+
* Indicates the x position of shape.
|
|
655
|
+
*
|
|
656
|
+
* @config x
|
|
657
|
+
* @type Number
|
|
658
|
+
*/
|
|
659
|
+
/**
|
|
660
|
+
* Indicates the y position of shape.
|
|
661
|
+
*
|
|
662
|
+
* @config y
|
|
663
|
+
* @type Number
|
|
664
|
+
*/
|
|
665
|
+
/**
|
|
666
|
+
* Indicates the width of the shape
|
|
667
|
+
*
|
|
668
|
+
* @config width
|
|
669
|
+
* @type Number
|
|
670
|
+
*/
|
|
671
|
+
/**
|
|
672
|
+
* Indicates the height of the shape
|
|
673
|
+
*
|
|
674
|
+
* @config height
|
|
675
|
+
* @type Number
|
|
676
|
+
*/
|
|
677
|
+
/**
|
|
678
|
+
* Indicates whether the shape is visible.
|
|
679
|
+
*
|
|
680
|
+
* @config visible
|
|
681
|
+
* @type Boolean
|
|
682
|
+
*/
|
|
683
|
+
/**
|
|
684
|
+
* Contains information about the fill of the shape.
|
|
685
|
+
* <dl>
|
|
686
|
+
* <dt>color</dt><dd>The color of the fill.</dd>
|
|
687
|
+
* <dt>opacity</dt><dd>Number between 0 and 1 that indicates the opacity of the fill. The default value is 1.</dd>
|
|
688
|
+
* <dt>type</dt><dd>Type of fill.
|
|
689
|
+
* <dl>
|
|
690
|
+
* <dt>solid</dt><dd>Solid single color fill. (default)</dd>
|
|
691
|
+
* <dt>linear</dt><dd>Linear gradient fill.</dd>
|
|
692
|
+
* <dt>radial</dt><dd>Radial gradient fill.</dd>
|
|
693
|
+
* </dl>
|
|
694
|
+
* </dd>
|
|
695
|
+
* </dl>
|
|
696
|
+
* <p>If a `linear` or `radial` is specified as the fill type. The following additional property is used:
|
|
697
|
+
* <dl>
|
|
698
|
+
* <dt>stops</dt><dd>An array of objects containing the following properties:
|
|
699
|
+
* <dl>
|
|
700
|
+
* <dt>color</dt><dd>The color of the stop.</dd>
|
|
701
|
+
* <dt>opacity</dt><dd>Number between 0 and 1 that indicates the opacity of the stop. The default value is 1.
|
|
702
|
+
* Note: No effect for IE 6 - 8</dd>
|
|
703
|
+
* <dt>offset</dt><dd>Number between 0 and 1 indicating where the color stop is positioned.</dd>
|
|
704
|
+
* </dl>
|
|
705
|
+
* </dd>
|
|
706
|
+
* <p>Linear gradients also have the following property:</p>
|
|
707
|
+
* <dt>rotation</dt><dd>Linear gradients flow left to right by default. The rotation property allows you to change the
|
|
708
|
+
* flow by rotation. (e.g. A rotation of 180 would make the gradient pain from right to left.)</dd>
|
|
709
|
+
* <p>Radial gradients have the following additional properties:</p>
|
|
710
|
+
* <dt>r</dt><dd>Radius of the gradient circle.</dd>
|
|
711
|
+
* <dt>fx</dt><dd>Focal point x-coordinate of the gradient.</dd>
|
|
712
|
+
* <dt>fy</dt><dd>Focal point y-coordinate of the gradient.</dd>
|
|
713
|
+
* <dt>cx</dt><dd>
|
|
714
|
+
* <p>The x-coordinate of the center of the gradient circle. Determines where the color stop begins. The default value 0.5.</p>
|
|
715
|
+
* <p><strong>Note: </strong>Currently, this property is not implemented for corresponding `CanvasShape` and
|
|
716
|
+
* `VMLShape` classes which are used on Android or IE 6 - 8.</p>
|
|
717
|
+
* </dd>
|
|
718
|
+
* <dt>cy</dt><dd>
|
|
719
|
+
* <p>The y-coordinate of the center of the gradient circle. Determines where the color stop begins. The default value 0.5.</p>
|
|
720
|
+
* <p><strong>Note: </strong>Currently, this property is not implemented for corresponding `CanvasShape` and `VMLShape`
|
|
721
|
+
* classes which are used on Android or IE 6 - 8.</p>
|
|
722
|
+
* </dd>
|
|
723
|
+
* </dl>
|
|
724
|
+
*
|
|
725
|
+
* @config fill
|
|
726
|
+
* @type Object
|
|
727
|
+
*/
|
|
728
|
+
/**
|
|
729
|
+
* Contains information about the stroke of the shape.
|
|
730
|
+
* <dl>
|
|
731
|
+
* <dt>color</dt><dd>The color of the stroke.</dd>
|
|
732
|
+
* <dt>weight</dt><dd>Number that indicates the width of the stroke.</dd>
|
|
733
|
+
* <dt>opacity</dt><dd>Number between 0 and 1 that indicates the opacity of the stroke. The default value is 1.</dd>
|
|
734
|
+
* <dt>dashstyle</dt>Indicates whether to draw a dashed stroke. When set to "none", a solid stroke is drawn. When set
|
|
735
|
+
* to an array, the first index indicates the length of the dash. The second index indicates the length of gap.
|
|
736
|
+
* <dt>linecap</dt><dd>Specifies the linecap for the stroke. The following values can be specified:
|
|
737
|
+
* <dl>
|
|
738
|
+
* <dt>butt (default)</dt><dd>Specifies a butt linecap.</dd>
|
|
739
|
+
* <dt>square</dt><dd>Specifies a sqare linecap.</dd>
|
|
740
|
+
* <dt>round</dt><dd>Specifies a round linecap.</dd>
|
|
741
|
+
* </dl>
|
|
742
|
+
* </dd>
|
|
743
|
+
* <dt>linejoin</dt><dd>Specifies a linejoin for the stroke. The following values can be specified:
|
|
744
|
+
* <dl>
|
|
745
|
+
* <dt>round (default)</dt><dd>Specifies that the linejoin will be round.</dd>
|
|
746
|
+
* <dt>bevel</dt><dd>Specifies a bevel for the linejoin.</dd>
|
|
747
|
+
* <dt>miter limit</dt><dd>An integer specifying the miter limit of a miter linejoin. If you want to specify a linejoin
|
|
748
|
+
* of miter, you simply specify the limit as opposed to having separate miter and miter limit values.</dd>
|
|
749
|
+
* </dl>
|
|
750
|
+
* </dd>
|
|
751
|
+
* </dl>
|
|
752
|
+
*
|
|
753
|
+
* @config stroke
|
|
754
|
+
* @type Object
|
|
755
|
+
*/
|
|
756
|
+
/**
|
|
757
|
+
* Dom node for the shape.
|
|
758
|
+
*
|
|
759
|
+
* @config node
|
|
760
|
+
* @type HTMLElement
|
|
761
|
+
* @readOnly
|
|
762
|
+
*/
|
|
763
|
+
/**
|
|
764
|
+
* Represents an SVG Path string. This will be parsed and added to shape's API to represent the SVG data across all
|
|
765
|
+
* implementations. Note that when using VML or SVG implementations, part of this content will be added to the DOM using
|
|
766
|
+
* respective VML/SVG attributes. If your content comes from an untrusted source, you will need to ensure that no
|
|
767
|
+
* malicious code is included in that content.
|
|
768
|
+
*
|
|
769
|
+
* @config data
|
|
770
|
+
* @type String
|
|
771
|
+
*/
|
|
772
|
+
/**
|
|
773
|
+
* Reference to the parent graphic instance
|
|
774
|
+
*
|
|
775
|
+
* @config graphic
|
|
776
|
+
* @type Graphic
|
|
777
|
+
* @readOnly
|
|
778
|
+
*/
|
|
779
|
+
|
|
780
|
+
/**
|
|
781
|
+
* <p>Creates circle shape with editable attributes.</p>
|
|
782
|
+
* <p>`Circle` instances can be created using the <a href="Graphic.html#method_addShape">`addShape`</a> method of the
|
|
783
|
+
* <a href="Graphic.html">`Graphic`</a> class. The method's `cfg` argument contains a `type` attribute. Assigning "circle"
|
|
784
|
+
* or `Y.Circle` to this attribute will create a `Circle` instance. Required attributes for instantiating a `Circle` are
|
|
785
|
+
* `type` and `radius`. Optional attributes include:
|
|
786
|
+
* <ul>
|
|
787
|
+
* <li><a href="#attr_fill">fill</a></li>
|
|
788
|
+
* <li><a href="#attr_id">id</a></li>
|
|
789
|
+
* <li><a href="#attr_stroke">stroke</a></li>
|
|
790
|
+
* <li><a href="#attr_transform">transform</a></li>
|
|
791
|
+
* <li><a href="#attr_transformOrigin">transformOrigin</a></li>
|
|
792
|
+
* <li><a href="#attr_visible">visible</a></li>
|
|
793
|
+
* <li><a href="#attr_x">x</a></li>
|
|
794
|
+
* <li><a href="#attr_y">y</a></li>
|
|
795
|
+
* </ul>
|
|
796
|
+
*
|
|
797
|
+
* The below code creates a circle by defining the `type` attribute as "circle":</p>
|
|
798
|
+
|
|
799
|
+
var myCircle = myGraphic.addShape({
|
|
800
|
+
type: "circle",
|
|
801
|
+
radius: 10,
|
|
802
|
+
fill: {
|
|
803
|
+
color: "#9aa"
|
|
804
|
+
},
|
|
805
|
+
stroke: {
|
|
806
|
+
weight: 1,
|
|
807
|
+
color: "#000"
|
|
808
|
+
}
|
|
809
|
+
});
|
|
810
|
+
|
|
811
|
+
* Below, this same circle is created by defining the `type` attribute with a class reference:
|
|
812
|
+
*
|
|
813
|
+
var myCircle = myGraphic.addShape({
|
|
814
|
+
type: Y.Circle,
|
|
815
|
+
radius: 10,
|
|
816
|
+
fill: {
|
|
817
|
+
color: "#9aa"
|
|
818
|
+
},
|
|
819
|
+
stroke: {
|
|
820
|
+
weight: 1,
|
|
821
|
+
color: "#000"
|
|
822
|
+
}
|
|
823
|
+
});
|
|
824
|
+
*
|
|
825
|
+
* <p>`Circle` has the following implementations based on browser capability.
|
|
826
|
+
* <ul>
|
|
827
|
+
* <li><a href="SVGCircle.html">`SVGCircle`</a></li>
|
|
828
|
+
* <li><a href="VMLCircle.html">`VMLCircle`</a></li>
|
|
829
|
+
* <li><a href="CanvasCircle.html">`CanvasCircle`</a></li>
|
|
830
|
+
* </ul>
|
|
831
|
+
*
|
|
832
|
+
* It is not necessary to interact with these classes directly. `Circle` will point to the appropriate implemention.</p>
|
|
833
|
+
*
|
|
834
|
+
* @class Circle
|
|
835
|
+
* @extends Shape
|
|
836
|
+
* @constructor
|
|
837
|
+
*/
|
|
838
|
+
/**
|
|
839
|
+
* Radius of the circle
|
|
840
|
+
*
|
|
841
|
+
* @config radius
|
|
842
|
+
* @type Number
|
|
843
|
+
*/
|
|
844
|
+
/**
|
|
845
|
+
* <p>Creates an ellipse shape with editable attributes.</p>
|
|
846
|
+
* <p>`Ellipse` instances can be created using the <a href="Graphic.html#method_addShape">`addShape`</a> method of the
|
|
847
|
+
* <a href="Graphic.html">`Graphic`</a> class. The method's `cfg` argument contains a `type` attribute. Assigning "ellipse"
|
|
848
|
+
* or `Y.Ellipse` to this attribute will create a `Ellipse` instance. Required attributes for instantiating a `Ellipse` are
|
|
849
|
+
* `type`, `width` and `height`. Optional attributes include:
|
|
850
|
+
* <ul>
|
|
851
|
+
* <li><a href="#attr_fill">fill</a></li>
|
|
852
|
+
* <li><a href="#attr_id">id</a></li>
|
|
853
|
+
* <li><a href="#attr_stroke">stroke</a></li>
|
|
854
|
+
* <li><a href="#attr_transform">transform</a></li>
|
|
855
|
+
* <li><a href="#attr_transformOrigin">transformOrigin</a></li>
|
|
856
|
+
* <li><a href="#attr_visible">visible</a></li>
|
|
857
|
+
* <li><a href="#attr_x">x</a></li>
|
|
858
|
+
* <li><a href="#attr_y">y</a></li>
|
|
859
|
+
* </ul>
|
|
860
|
+
*
|
|
861
|
+
* The below code creates an ellipse by defining the `type` attribute as "ellipse":</p>
|
|
862
|
+
|
|
863
|
+
var myEllipse = myGraphic.addShape({
|
|
864
|
+
type: "ellipse",
|
|
865
|
+
width: 20,
|
|
866
|
+
height: 10,
|
|
867
|
+
fill: {
|
|
868
|
+
color: "#9aa"
|
|
869
|
+
},
|
|
870
|
+
stroke: {
|
|
871
|
+
weight: 1,
|
|
872
|
+
color: "#000"
|
|
873
|
+
}
|
|
874
|
+
});
|
|
875
|
+
|
|
876
|
+
* Below, the same ellipse is created by defining the `type` attribute with a class reference:
|
|
877
|
+
*
|
|
878
|
+
var myEllipse = myGraphic.addShape({
|
|
879
|
+
type: Y.Ellipse,
|
|
880
|
+
width: 20,
|
|
881
|
+
height: 10,
|
|
882
|
+
fill: {
|
|
883
|
+
color: "#9aa"
|
|
884
|
+
},
|
|
885
|
+
stroke: {
|
|
886
|
+
weight: 1,
|
|
887
|
+
color: "#000"
|
|
888
|
+
}
|
|
889
|
+
});
|
|
890
|
+
*
|
|
891
|
+
* <p>`Ellipse` has the following implementations based on browser capability.
|
|
892
|
+
* <ul>
|
|
893
|
+
* <li><a href="SVGEllipse.html">`SVGEllipse`</a></li>
|
|
894
|
+
* <li><a href="VMLEllipse.html">`VMLEllipse`</a></li>
|
|
895
|
+
* <li><a href="CanvasEllipse.html">`CanvasEllipse`</a></li>
|
|
896
|
+
* </ul>
|
|
897
|
+
*
|
|
898
|
+
* It is not necessary to interact with these classes directly. `Ellipse` will point to the appropriate implemention.</p>
|
|
899
|
+
*
|
|
900
|
+
* @class Ellipse
|
|
901
|
+
* @extends Shape
|
|
902
|
+
* @constructor
|
|
903
|
+
*/
|
|
904
|
+
/**
|
|
905
|
+
* <p>Creates an rectangle shape with editable attributes.</p>
|
|
906
|
+
* <p>`Rect` instances can be created using the <a href="Graphic.html#method_addShape">`addShape`</a> method of the
|
|
907
|
+
* <a href="Graphic.html">`Graphic`</a> class. The method's `cfg` argument contains a `type` attribute. Assigning "rect"
|
|
908
|
+
* or `Y.Rect` to this attribute will create a `Rect` instance. Required attributes for instantiating a `Rect` are `type`,
|
|
909
|
+
* `width` and `height`. Optional attributes include:
|
|
910
|
+
* <ul>
|
|
911
|
+
* <li><a href="#attr_fill">fill</a></li>
|
|
912
|
+
* <li><a href="#attr_id">id</a></li>
|
|
913
|
+
* <li><a href="#attr_stroke">stroke</a></li>
|
|
914
|
+
* <li><a href="#attr_transform">transform</a></li>
|
|
915
|
+
* <li><a href="#attr_transformOrigin">transformOrigin</a></li>
|
|
916
|
+
* <li><a href="#attr_visible">visible</a></li>
|
|
917
|
+
* <li><a href="#attr_x">x</a></li>
|
|
918
|
+
* <li><a href="#attr_y">y</a></li>
|
|
919
|
+
* </ul>
|
|
920
|
+
*
|
|
921
|
+
* The below code creates a rectangle by defining the `type` attribute as "rect":</p>
|
|
922
|
+
|
|
923
|
+
var myRect = myGraphic.addShape({
|
|
924
|
+
type: "rect",
|
|
925
|
+
width: 20,
|
|
926
|
+
height: 10,
|
|
927
|
+
fill: {
|
|
928
|
+
color: "#9aa"
|
|
929
|
+
},
|
|
930
|
+
stroke: {
|
|
931
|
+
weight: 1,
|
|
932
|
+
color: "#000"
|
|
933
|
+
}
|
|
934
|
+
});
|
|
935
|
+
|
|
936
|
+
* Below, the same rectangle is created by defining the `type` attribute with a class reference:
|
|
937
|
+
*
|
|
938
|
+
var myRect = myGraphic.addShape({
|
|
939
|
+
type: Y.Rect,
|
|
940
|
+
width: 20,
|
|
941
|
+
height: 10,
|
|
942
|
+
fill: {
|
|
943
|
+
color: "#9aa"
|
|
944
|
+
},
|
|
945
|
+
stroke: {
|
|
946
|
+
weight: 1,
|
|
947
|
+
color: "#000"
|
|
948
|
+
}
|
|
949
|
+
});
|
|
950
|
+
*
|
|
951
|
+
* <p>`Rect` has the following implementations based on browser capability.
|
|
952
|
+
* <ul>
|
|
953
|
+
* <li><a href="SVGRect.html">`SVGRect`</a></li>
|
|
954
|
+
* <li><a href="VMLRect.html">`VMLRect`</a></li>
|
|
955
|
+
* <li><a href="CanvasRect.html">`CanvasRect`</a></li>
|
|
956
|
+
* </ul>
|
|
957
|
+
*
|
|
958
|
+
* It is not necessary to interact with these classes directly. `Rect` will point to the appropriate implemention.</p>
|
|
959
|
+
*
|
|
960
|
+
* @class Rect
|
|
961
|
+
* @extends Shape
|
|
962
|
+
* @constructor
|
|
963
|
+
*/
|
|
964
|
+
/**
|
|
965
|
+
* <p>The `Path` class creates a shape through the use of drawing methods. The `Path` class has the following drawing methods available:</p>
|
|
966
|
+
* <ul>
|
|
967
|
+
* <li><a href="#method_clear">`clear`</a></li>
|
|
968
|
+
* <li><a href="#method_curveTo">`curveTo`</a></li>
|
|
969
|
+
* <li><a href="#method_drawRect">`drawRect`</a></li>
|
|
970
|
+
* <li><a href="#method_drawRoundRect">`drawRoundRect`</a></li>
|
|
971
|
+
* <li><a href="#method_end">`end`</a></li>
|
|
972
|
+
* <li><a href="#method_lineTo">`lineTo`</a></li>
|
|
973
|
+
* <li><a href="#method_moveTo">`moveTo`</a></li>
|
|
974
|
+
* <li><a href="#method_quadraticCurveTo">`quadraticCurveTo`</a></li>
|
|
975
|
+
* </ul>
|
|
976
|
+
*
|
|
977
|
+
* <p>Like other shapes, `Path` elements are created using the <a href="Graphic.html#method_addShape">`addShape`</a>
|
|
978
|
+
* method of the <a href="Graphic.html">`Graphic`</a> class. The method's `cfg` argument contains a `type` attribute.
|
|
979
|
+
* Assigning "path" or `Y.Path` to this attribute will create a `Path` instance. After instantiation, a series of drawing
|
|
980
|
+
* operations must be performed in order to render a shape. The below code instantiates a path element by defining the
|
|
981
|
+
* `type` attribute as "path":</p>
|
|
982
|
+
|
|
983
|
+
var myPath = myGraphic.addShape({
|
|
984
|
+
type: "path",
|
|
985
|
+
fill: {
|
|
986
|
+
color: "#9aa"
|
|
987
|
+
},
|
|
988
|
+
stroke: {
|
|
989
|
+
weight: 1,
|
|
990
|
+
color: "#000"
|
|
991
|
+
}
|
|
992
|
+
});
|
|
993
|
+
|
|
994
|
+
* Below a `Path` element with the same properties is instantiated by defining the `type` attribute with a class reference:
|
|
995
|
+
*
|
|
996
|
+
var myPath = myGraphic.addShape({
|
|
997
|
+
type: Y.Path,
|
|
998
|
+
fill: {
|
|
999
|
+
color: "#9aa"
|
|
1000
|
+
},
|
|
1001
|
+
stroke: {
|
|
1002
|
+
weight: 1,
|
|
1003
|
+
color: "#000"
|
|
1004
|
+
}
|
|
1005
|
+
});
|
|
1006
|
+
|
|
1007
|
+
* After instantiation, a shape or segment needs to be drawn for an element to render. After all draw operations are performed,
|
|
1008
|
+
* the <a href="#method_end">`end`</a> method will render the shape. The code below will draw a triangle:
|
|
1009
|
+
|
|
1010
|
+
myPath.moveTo(35, 5);
|
|
1011
|
+
myPath.lineTo(65, 65);
|
|
1012
|
+
myPath.lineTo(5, 65);
|
|
1013
|
+
myPath.lineTo(35, 5);
|
|
1014
|
+
myPath.end();
|
|
1015
|
+
*
|
|
1016
|
+
* <p>`Path` has the following implementations based on browser capability.
|
|
1017
|
+
* <ul>
|
|
1018
|
+
* <li><a href="SVGPath.html">`SVGPath`</a></li>
|
|
1019
|
+
* <li><a href="VMLPath.html">`VMLPath`</a></li>
|
|
1020
|
+
* <li><a href="CanvasPath.html">`CanvasPath`</a></li>
|
|
1021
|
+
* </ul>
|
|
1022
|
+
* It is not necessary to interact with these classes directly. `Path` will point to the appropriate implemention.</p>
|
|
1023
|
+
*
|
|
1024
|
+
* @class Path
|
|
1025
|
+
* @extends Shape
|
|
1026
|
+
* @uses Drawing
|
|
1027
|
+
* @constructor
|
|
1028
|
+
*/
|
|
1029
|
+
/**
|
|
1030
|
+
* Indicates the path used for the node.
|
|
1031
|
+
*
|
|
1032
|
+
* @config path
|
|
1033
|
+
* @type String
|
|
1034
|
+
* @readOnly
|
|
1035
|
+
*/
|
|
1036
|
+
/**
|
|
1037
|
+
* `Graphic` acts a factory and container for shapes. You need at least one `Graphic` instance to create shapes for your application.
|
|
1038
|
+
* <p>The code block below creates a `Graphic` instance and appends it to an HTMLElement with the id 'mygraphiccontainer'.</p>
|
|
1039
|
+
|
|
1040
|
+
var myGraphic = new Y.Graphic({render:"#mygraphiccontainer"});
|
|
1041
|
+
|
|
1042
|
+
* <p>Alternatively, you can add a `Graphic` instance to the DOM using the <a href="#method_render">`render`</a> method.</p>
|
|
1043
|
+
var myGraphic = new Y.Graphic();
|
|
1044
|
+
myGraphic.render("#mygraphiccontainer");
|
|
1045
|
+
|
|
1046
|
+
* `Graphic` has the following implementations based on browser capability.
|
|
1047
|
+
* <ul>
|
|
1048
|
+
* <li><a href="SVGGraphic.html">`SVGGraphic`</a></li>
|
|
1049
|
+
* <li><a href="VMLGraphic.html">`VMLGraphic`</a></li>
|
|
1050
|
+
* <li><a href="CanvasGraphic.html">`CanvasGraphic`</a></li>
|
|
1051
|
+
* </ul>
|
|
1052
|
+
*
|
|
1053
|
+
* It is not necessary to interact with these classes directly. `Graphic` will point to the appropriate implemention.</p>
|
|
1054
|
+
*
|
|
1055
|
+
* @class Graphic
|
|
1056
|
+
* @constructor
|
|
1057
|
+
*/
|
|
1058
|
+
/**
|
|
1059
|
+
* Whether or not to render the `Graphic` automatically after to a specified parent node after init. This can be a Node
|
|
1060
|
+
* instance or a CSS selector string.
|
|
1061
|
+
*
|
|
1062
|
+
* @config render
|
|
1063
|
+
* @type Node | String
|
|
1064
|
+
*/
|
|
1065
|
+
/**
|
|
1066
|
+
* Unique id for class instance.
|
|
1067
|
+
*
|
|
1068
|
+
* @config id
|
|
1069
|
+
* @type String
|
|
1070
|
+
*/
|
|
1071
|
+
/**
|
|
1072
|
+
* Key value pairs in which a shape instance is associated with its id.
|
|
1073
|
+
*
|
|
1074
|
+
* @config shapes
|
|
1075
|
+
* @type Object
|
|
1076
|
+
* @readOnly
|
|
1077
|
+
*/
|
|
1078
|
+
/**
|
|
1079
|
+
* Object containing size and coordinate data for the content of a Graphic in relation to the coordSpace node.
|
|
1080
|
+
*
|
|
1081
|
+
* @config contentBounds
|
|
1082
|
+
* @type Object
|
|
1083
|
+
* @readOnly
|
|
1084
|
+
*/
|
|
1085
|
+
/**
|
|
1086
|
+
* The html element that represents to coordinate system of the Graphic instance.
|
|
1087
|
+
*
|
|
1088
|
+
* @config node
|
|
1089
|
+
* @type HTMLElement
|
|
1090
|
+
* @readOnly
|
|
1091
|
+
*/
|
|
1092
|
+
/**
|
|
1093
|
+
* Indicates the width of the `Graphic`.
|
|
1094
|
+
*
|
|
1095
|
+
* @config width
|
|
1096
|
+
* @type Number
|
|
1097
|
+
*/
|
|
1098
|
+
/**
|
|
1099
|
+
* Indicates the height of the `Graphic`.
|
|
1100
|
+
*
|
|
1101
|
+
* @config height
|
|
1102
|
+
* @type Number
|
|
1103
|
+
*/
|
|
1104
|
+
/**
|
|
1105
|
+
* Determines the sizing of the Graphic.
|
|
1106
|
+
*
|
|
1107
|
+
* <dl>
|
|
1108
|
+
* <dt>sizeContentToGraphic</dt><dd>The Graphic's width and height attributes are, either explicitly set through the
|
|
1109
|
+
* <code>width</code> and <code>height</code> attributes or are determined by the dimensions of the parent element. The
|
|
1110
|
+
* content contained in the Graphic will be sized to fit with in the Graphic instance's dimensions. When using this
|
|
1111
|
+
* setting, the <code>preserveAspectRatio</code> attribute will determine how the contents are sized.</dd>
|
|
1112
|
+
* <dt>sizeGraphicToContent</dt><dd>(Also accepts a value of true) The Graphic's width and height are determined by the
|
|
1113
|
+
* size and positioning of the content.</dd>
|
|
1114
|
+
* <dt>false</dt><dd>The Graphic's width and height attributes are, either explicitly set through the <code>width</code>
|
|
1115
|
+
* and <code>height</code> attributes or are determined by the dimensions of the parent element. The contents of the
|
|
1116
|
+
* Graphic instance are not affected by this setting.</dd>
|
|
1117
|
+
* </dl>
|
|
1118
|
+
*
|
|
1119
|
+
*
|
|
1120
|
+
* @config autoSize
|
|
1121
|
+
* @type Boolean | String
|
|
1122
|
+
* @default false
|
|
1123
|
+
*/
|
|
1124
|
+
/**
|
|
1125
|
+
* Determines how content is sized when <code>autoSize</code> is set to <code>sizeContentToGraphic</code>.
|
|
1126
|
+
*
|
|
1127
|
+
* <dl>
|
|
1128
|
+
* <dt>none<dt><dd>Do not force uniform scaling. Scale the graphic content of the given element non-uniformly if necessary
|
|
1129
|
+
* such that the element's bounding box exactly matches the viewport rectangle.</dd>
|
|
1130
|
+
* <dt>xMinYMin</dt><dd>Force uniform scaling position along the top left of the Graphic's node.</dd>
|
|
1131
|
+
* <dt>xMidYMin</dt><dd>Force uniform scaling horizontally centered and positioned at the top of the Graphic's node.<dd>
|
|
1132
|
+
* <dt>xMaxYMin</dt><dd>Force uniform scaling positioned horizontally from the right and vertically from the top.</dd>
|
|
1133
|
+
* <dt>xMinYMid</dt>Force uniform scaling positioned horizontally from the left and vertically centered.</dd>
|
|
1134
|
+
* <dt>xMidYMid (the default)</dt><dd>Force uniform scaling with the content centered.</dd>
|
|
1135
|
+
* <dt>xMaxYMid</dt><dd>Force uniform scaling positioned horizontally from the right and vertically centered.</dd>
|
|
1136
|
+
* <dt>xMinYMax</dt><dd>Force uniform scaling positioned horizontally from the left and vertically from the bottom.</dd>
|
|
1137
|
+
* <dt>xMidYMax</dt><dd>Force uniform scaling horizontally centered and position vertically from the bottom.</dd>
|
|
1138
|
+
* <dt>xMaxYMax</dt><dd>Force uniform scaling positioned horizontally from the right and vertically from the bottom.</dd>
|
|
1139
|
+
* </dl>
|
|
1140
|
+
*
|
|
1141
|
+
* @config preserveAspectRatio
|
|
1142
|
+
* @type String
|
|
1143
|
+
* @default xMidYMid
|
|
1144
|
+
*/
|
|
1145
|
+
/**
|
|
1146
|
+
* The contentBounds will resize to greater values but not to smaller values. (for performance)
|
|
1147
|
+
* When resizing the contentBounds down is desirable, set the resizeDown value to true.
|
|
1148
|
+
*
|
|
1149
|
+
* @config resizeDown
|
|
1150
|
+
* @type Boolean
|
|
1151
|
+
*/
|
|
1152
|
+
/**
|
|
1153
|
+
* Indicates the x-coordinate for the instance.
|
|
1154
|
+
*
|
|
1155
|
+
* @config x
|
|
1156
|
+
* @type Number
|
|
1157
|
+
*/
|
|
1158
|
+
/**
|
|
1159
|
+
* Indicates the y-coordinate for the instance.
|
|
1160
|
+
*
|
|
1161
|
+
* @config y
|
|
1162
|
+
* @type Number
|
|
1163
|
+
*/
|
|
1164
|
+
/**
|
|
1165
|
+
* Indicates whether or not the instance will automatically redraw after a change is made to a shape.
|
|
1166
|
+
* This property will get set to false when batching operations.
|
|
1167
|
+
*
|
|
1168
|
+
* @config autoDraw
|
|
1169
|
+
* @type Boolean
|
|
1170
|
+
* @default true
|
|
1171
|
+
* @private
|
|
1172
|
+
*/
|
|
1173
|
+
/**
|
|
1174
|
+
* Indicates whether the `Graphic` and its children are visible.
|
|
1175
|
+
*
|
|
1176
|
+
* @config visible
|
|
1177
|
+
* @type Boolean
|
|
1178
|
+
*/
|
|
1179
|
+
/**
|
|
1180
|
+
* Gets the current position of the graphic instance in page coordinates.
|
|
1181
|
+
*
|
|
1182
|
+
* @method getXY
|
|
1183
|
+
* @return Array The XY position of the shape.
|
|
1184
|
+
*/
|
|
1185
|
+
/**
|
|
1186
|
+
* Adds the graphics node to the dom.
|
|
1187
|
+
*
|
|
1188
|
+
* @method render
|
|
1189
|
+
* @param {Node|String} parentNode node in which to render the graphics node into.
|
|
1190
|
+
*/
|
|
1191
|
+
/**
|
|
1192
|
+
* Removes all nodes.
|
|
1193
|
+
*
|
|
1194
|
+
* @method destroy
|
|
1195
|
+
*/
|
|
1196
|
+
/**
|
|
1197
|
+
* <p>Generates a shape instance by type. The method accepts an object that contain's the shape's
|
|
1198
|
+
* type and attributes to be customized. For example, the code below would create a rectangle:</p>
|
|
1199
|
+
*
|
|
1200
|
+
var myRect = myGraphic.addShape({
|
|
1201
|
+
type: "rect",
|
|
1202
|
+
width: 40,
|
|
1203
|
+
height: 30,
|
|
1204
|
+
fill: {
|
|
1205
|
+
color: "#9aa"
|
|
1206
|
+
},
|
|
1207
|
+
stroke: {
|
|
1208
|
+
weight: 1,
|
|
1209
|
+
color: "#000"
|
|
1210
|
+
}
|
|
1211
|
+
});
|
|
1212
|
+
*
|
|
1213
|
+
* <p>The `Graphics` module includes a few basic shapes. More information on their creation
|
|
1214
|
+
* can be found in each shape's documentation:
|
|
1215
|
+
*
|
|
1216
|
+
* <ul>
|
|
1217
|
+
* <li><a href="Circle.html">`Circle`</a></li>
|
|
1218
|
+
* <li><a href="Ellipse.html">`Ellipse`</a></li>
|
|
1219
|
+
* <li><a href="Rect.html">`Rect`</a></li>
|
|
1220
|
+
* <li><a href="Path.html">`Path`</a></li>
|
|
1221
|
+
* </ul>
|
|
1222
|
+
*
|
|
1223
|
+
* The `Graphics` module also allows for the creation of custom shapes. If a custom shape
|
|
1224
|
+
* has been created, it can be instantiated with the `addShape` method as well. The attributes,
|
|
1225
|
+
* required and optional, would need to be defined in the custom shape.
|
|
1226
|
+
*
|
|
1227
|
+
var myCustomShape = myGraphic.addShape({
|
|
1228
|
+
type: Y.MyCustomShape,
|
|
1229
|
+
width: 50,
|
|
1230
|
+
height: 50,
|
|
1231
|
+
fill: {
|
|
1232
|
+
color: "#9aa"
|
|
1233
|
+
},
|
|
1234
|
+
stroke: {
|
|
1235
|
+
weight: 1,
|
|
1236
|
+
color: "#000"
|
|
1237
|
+
}
|
|
1238
|
+
});
|
|
1239
|
+
*
|
|
1240
|
+
* @method addShape
|
|
1241
|
+
* @param {Object} cfg Object containing the shape's type and attributes.
|
|
1242
|
+
* @return Shape
|
|
1243
|
+
*/
|
|
1244
|
+
/**
|
|
1245
|
+
* Removes a shape instance from from the graphic instance.
|
|
1246
|
+
*
|
|
1247
|
+
* @method removeShape
|
|
1248
|
+
* @param {Shape|String} shape The instance or id of the shape to be removed.
|
|
1249
|
+
*/
|
|
1250
|
+
/**
|
|
1251
|
+
* Removes all shape instances from the dom.
|
|
1252
|
+
*
|
|
1253
|
+
* @method removeAllShapes
|
|
1254
|
+
*/
|
|
1255
|
+
/**
|
|
1256
|
+
* Returns a shape based on the id of its dom node.
|
|
1257
|
+
*
|
|
1258
|
+
* @method getShapeById
|
|
1259
|
+
* @param {String} id Dom id of the shape's node attribute.
|
|
1260
|
+
* @return Shape
|
|
1261
|
+
*/
|
|
1262
|
+
/**
|
|
1263
|
+
* Allows for creating multiple shapes in order to batch appending and redraw operations.
|
|
1264
|
+
*
|
|
1265
|
+
* @method batch
|
|
1266
|
+
* @param {Function} method Method to execute.
|
|
1267
|
+
*/
|
|
1268
|
+
|
|
1269
|
+
|
|
1270
|
+
}, '@VERSION@', {"requires": ["node", "event-custom", "pluginhost", "matrix", "classnamemanager"]});
|