@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,1076 @@
|
|
|
1
|
+
YUI.add('frame', function (Y, NAME) {
|
|
2
|
+
|
|
3
|
+
/*jshint maxlen: 500 */
|
|
4
|
+
/**
|
|
5
|
+
* Creates a wrapper around an iframe. It loads the content either from a local
|
|
6
|
+
* file or from script and creates a local YUI instance bound to that new window and document.
|
|
7
|
+
* @class Frame
|
|
8
|
+
* @for Frame
|
|
9
|
+
* @extends Base
|
|
10
|
+
* @constructor
|
|
11
|
+
* @module editor
|
|
12
|
+
* @submodule frame
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
var Lang = Y.Lang,
|
|
16
|
+
|
|
17
|
+
EVENT_CONTENT_READY = 'contentready',
|
|
18
|
+
|
|
19
|
+
HOST = 'host',
|
|
20
|
+
|
|
21
|
+
Frame = function() {
|
|
22
|
+
Frame.superclass.constructor.apply(this, arguments);
|
|
23
|
+
};
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
Y.extend(Frame, Y.Plugin.Base, {
|
|
27
|
+
/**
|
|
28
|
+
* @private
|
|
29
|
+
* @property _ready
|
|
30
|
+
* @description Internal reference set when the content is ready.
|
|
31
|
+
* @type Boolean
|
|
32
|
+
*/
|
|
33
|
+
_ready: null,
|
|
34
|
+
/**
|
|
35
|
+
* @private
|
|
36
|
+
* @property _rendered
|
|
37
|
+
* @description Internal reference set when render is called.
|
|
38
|
+
* @type Boolean
|
|
39
|
+
*/
|
|
40
|
+
_rendered: null,
|
|
41
|
+
/**
|
|
42
|
+
* @private
|
|
43
|
+
* @property _iframe
|
|
44
|
+
* @description Internal Node reference to the iFrame or the window
|
|
45
|
+
* @type Node
|
|
46
|
+
*/
|
|
47
|
+
_iframe: null,
|
|
48
|
+
/**
|
|
49
|
+
* @private
|
|
50
|
+
* @property _instance
|
|
51
|
+
* @description Internal reference to the YUI instance bound to the iFrame or window
|
|
52
|
+
* @type YUI
|
|
53
|
+
*/
|
|
54
|
+
_instance: null,
|
|
55
|
+
/**
|
|
56
|
+
* @private
|
|
57
|
+
* @method _create
|
|
58
|
+
* @description Create the iframe or Window and get references to the Document & Window
|
|
59
|
+
* @return {Object} Hash table containing references to the new Document & Window
|
|
60
|
+
*/
|
|
61
|
+
_create: function(cb) {
|
|
62
|
+
var res, html = '', timer,
|
|
63
|
+
//if the src attr is different than the default, don't create the document
|
|
64
|
+
create = (this.get('src') === Frame.ATTRS.src.value),
|
|
65
|
+
extra_css = ((this.get('extracss')) ? '<style id="extra_css">' + this.get('extracss') + '</style>' : '');
|
|
66
|
+
|
|
67
|
+
this._iframe = Y.one(Y.config.doc.createElement('iframe'));
|
|
68
|
+
this._iframe.setAttrs(Frame.IFRAME_ATTRS);
|
|
69
|
+
|
|
70
|
+
this._iframe.setStyle('visibility', 'hidden');
|
|
71
|
+
this._iframe.set('src', this.get('src'));
|
|
72
|
+
this.get('container').append(this._iframe);
|
|
73
|
+
this._iframe.set('height', '99%');
|
|
74
|
+
|
|
75
|
+
if (create) {
|
|
76
|
+
Y.log('Creating the document from javascript', 'info', 'frame');
|
|
77
|
+
html = Y.Lang.sub(Frame.PAGE_HTML, {
|
|
78
|
+
DIR: this.get('dir'),
|
|
79
|
+
LANG: this.get('lang'),
|
|
80
|
+
TITLE: this.get('title'),
|
|
81
|
+
META: Frame.META,
|
|
82
|
+
LINKED_CSS: this.get('linkedcss'),
|
|
83
|
+
CONTENT: this.get('content'),
|
|
84
|
+
BASE_HREF: this.get('basehref'),
|
|
85
|
+
DEFAULT_CSS: Frame.DEFAULT_CSS,
|
|
86
|
+
EXTRA_CSS: extra_css
|
|
87
|
+
});
|
|
88
|
+
if (Y.config.doc.compatMode !== 'BackCompat') {
|
|
89
|
+
Y.log('Adding Doctype to frame: ' + Frame.getDocType(), 'info', 'frame');
|
|
90
|
+
|
|
91
|
+
//html = Frame.DOC_TYPE + "\n" + html;
|
|
92
|
+
html = Frame.getDocType() + "\n" + html;
|
|
93
|
+
} else {
|
|
94
|
+
Y.log('DocType skipped because we are in BackCompat Mode.', 'warn', 'frame');
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
Y.log('Injecting content into iframe', 'info', 'frame');
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
res = this._resolveWinDoc();
|
|
101
|
+
|
|
102
|
+
if (html) {
|
|
103
|
+
Y.log('Writing HTML to new document', 'info', 'frame');
|
|
104
|
+
res.doc.open();
|
|
105
|
+
res.doc.write(html);
|
|
106
|
+
res.doc.close();
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
if (!res.doc.documentElement) {
|
|
110
|
+
Y.log('document.documentElement was not found, running timer', 'warn', 'frame');
|
|
111
|
+
timer = Y.later(1, this, function() {
|
|
112
|
+
if (res.doc && res.doc.documentElement) {
|
|
113
|
+
Y.log('document.documentElement found inside timer', 'info', 'frame');
|
|
114
|
+
cb(res);
|
|
115
|
+
timer.cancel();
|
|
116
|
+
}
|
|
117
|
+
}, null, true);
|
|
118
|
+
} else {
|
|
119
|
+
Y.log('document.documentElement found', 'info', 'frame');
|
|
120
|
+
cb(res);
|
|
121
|
+
}
|
|
122
|
+
|
|
123
|
+
},
|
|
124
|
+
/**
|
|
125
|
+
* @private
|
|
126
|
+
* @method _resolveWinDoc
|
|
127
|
+
* @description Resolves the document and window from an iframe or window instance
|
|
128
|
+
* @param {Object} c The YUI Config to add the window and document to
|
|
129
|
+
* @return {Object} Object hash of window and document references, if a YUI config was passed, it is returned.
|
|
130
|
+
*/
|
|
131
|
+
_resolveWinDoc: function(c) {
|
|
132
|
+
var config = (c) ? c : {};
|
|
133
|
+
config.win = Y.Node.getDOMNode(this._iframe.get('contentWindow'));
|
|
134
|
+
config.doc = Y.Node.getDOMNode(this._iframe.get('contentWindow.document'));
|
|
135
|
+
if (!config.doc) {
|
|
136
|
+
config.doc = Y.config.doc;
|
|
137
|
+
}
|
|
138
|
+
if (!config.win) {
|
|
139
|
+
config.win = Y.config.win;
|
|
140
|
+
}
|
|
141
|
+
return config;
|
|
142
|
+
},
|
|
143
|
+
/**
|
|
144
|
+
* @private
|
|
145
|
+
* @method _onDomEvent
|
|
146
|
+
* @description Generic handler for all DOM events fired by the iframe or window. This handler
|
|
147
|
+
* takes the current EventFacade and augments it to fire on the Frame host. It adds two new properties
|
|
148
|
+
* to the EventFacade called frameX and frameY which adds the scroll and xy position of the iframe
|
|
149
|
+
* to the original pageX and pageY of the event so external nodes can be positioned over the frame.
|
|
150
|
+
* @param {EventFacade} e
|
|
151
|
+
*/
|
|
152
|
+
_onDomEvent: function(e) {
|
|
153
|
+
var xy, node;
|
|
154
|
+
|
|
155
|
+
if (!Y.Node.getDOMNode(this._iframe)) {
|
|
156
|
+
//The iframe is null for some reason, bail on sending events.
|
|
157
|
+
return;
|
|
158
|
+
}
|
|
159
|
+
|
|
160
|
+
//Y.log('onDOMEvent: ' + e.type, 'info', 'frame');
|
|
161
|
+
e.frameX = e.frameY = 0;
|
|
162
|
+
|
|
163
|
+
if (e.pageX > 0 || e.pageY > 0) {
|
|
164
|
+
if (e.type.substring(0, 3) !== 'key') {
|
|
165
|
+
node = this._instance.one('win');
|
|
166
|
+
xy = this._iframe.getXY();
|
|
167
|
+
e.frameX = xy[0] + e.pageX - node.get('scrollLeft');
|
|
168
|
+
e.frameY = xy[1] + e.pageY - node.get('scrollTop');
|
|
169
|
+
}
|
|
170
|
+
}
|
|
171
|
+
|
|
172
|
+
e.frameTarget = e.target;
|
|
173
|
+
e.frameCurrentTarget = e.currentTarget;
|
|
174
|
+
e.frameEvent = e;
|
|
175
|
+
|
|
176
|
+
this.fire('dom:' + e.type, e);
|
|
177
|
+
},
|
|
178
|
+
initializer: function() {
|
|
179
|
+
var host = this.get(HOST);
|
|
180
|
+
|
|
181
|
+
if (host) {
|
|
182
|
+
host.frame = this;
|
|
183
|
+
}
|
|
184
|
+
|
|
185
|
+
this.publish('ready', {
|
|
186
|
+
emitFacade: true,
|
|
187
|
+
defaultFn: this._defReadyFn
|
|
188
|
+
});
|
|
189
|
+
},
|
|
190
|
+
destructor: function() {
|
|
191
|
+
var inst = this.getInstance();
|
|
192
|
+
|
|
193
|
+
inst.one('doc').detachAll();
|
|
194
|
+
inst = null;
|
|
195
|
+
this._iframe.remove();
|
|
196
|
+
},
|
|
197
|
+
/**
|
|
198
|
+
* @private
|
|
199
|
+
* @method _DOMPaste
|
|
200
|
+
* @description Simple pass thru handler for the paste event so we can do content cleanup
|
|
201
|
+
* @param {EventFacade} e
|
|
202
|
+
*/
|
|
203
|
+
_DOMPaste: function(e) {
|
|
204
|
+
var inst = this.getInstance(),
|
|
205
|
+
data = '', win = inst.config.win;
|
|
206
|
+
|
|
207
|
+
if (e._event.originalTarget) {
|
|
208
|
+
data = e._event.originalTarget;
|
|
209
|
+
}
|
|
210
|
+
if (e._event.clipboardData) {
|
|
211
|
+
data = e._event.clipboardData.getData('Text');
|
|
212
|
+
}
|
|
213
|
+
|
|
214
|
+
if (win.clipboardData) {
|
|
215
|
+
data = win.clipboardData.getData('Text');
|
|
216
|
+
if (data === '') { // Could be empty, or failed
|
|
217
|
+
// Verify failure
|
|
218
|
+
if (!win.clipboardData.setData('Text', data)) {
|
|
219
|
+
data = null;
|
|
220
|
+
}
|
|
221
|
+
}
|
|
222
|
+
}
|
|
223
|
+
|
|
224
|
+
|
|
225
|
+
e.frameTarget = e.target;
|
|
226
|
+
e.frameCurrentTarget = e.currentTarget;
|
|
227
|
+
e.frameEvent = e;
|
|
228
|
+
|
|
229
|
+
if (data) {
|
|
230
|
+
e.clipboardData = {
|
|
231
|
+
data: data,
|
|
232
|
+
getData: function() {
|
|
233
|
+
return data;
|
|
234
|
+
}
|
|
235
|
+
};
|
|
236
|
+
} else {
|
|
237
|
+
Y.log('Failed to collect clipboard data', 'warn', 'frame');
|
|
238
|
+
e.clipboardData = null;
|
|
239
|
+
}
|
|
240
|
+
|
|
241
|
+
this.fire('dom:paste', e);
|
|
242
|
+
},
|
|
243
|
+
/**
|
|
244
|
+
* @private
|
|
245
|
+
* @method _defReadyFn
|
|
246
|
+
* @description Binds DOM events, sets the iframe to visible and fires the ready event
|
|
247
|
+
*/
|
|
248
|
+
_defReadyFn: function() {
|
|
249
|
+
var inst = this.getInstance();
|
|
250
|
+
|
|
251
|
+
Y.each(Frame.DOM_EVENTS, function(v, k) {
|
|
252
|
+
var fn = Y.bind(this._onDomEvent, this),
|
|
253
|
+
kfn = ((Y.UA.ie && Frame.THROTTLE_TIME > 0) ? Y.throttle(fn, Frame.THROTTLE_TIME) : fn);
|
|
254
|
+
|
|
255
|
+
if (!inst.Node.DOM_EVENTS[k]) {
|
|
256
|
+
inst.Node.DOM_EVENTS[k] = 1;
|
|
257
|
+
}
|
|
258
|
+
if (v === 1) {
|
|
259
|
+
if (k !== 'focus' && k !== 'blur' && k !== 'paste') {
|
|
260
|
+
//Y.log('Adding DOM event to frame: ' + k, 'info', 'frame');
|
|
261
|
+
if (k.substring(0, 3) === 'key') {
|
|
262
|
+
//Throttle key events in IE
|
|
263
|
+
inst.on(k, kfn, inst.config.doc);
|
|
264
|
+
} else {
|
|
265
|
+
inst.on(k, fn, inst.config.doc);
|
|
266
|
+
}
|
|
267
|
+
}
|
|
268
|
+
}
|
|
269
|
+
}, this);
|
|
270
|
+
|
|
271
|
+
inst.Node.DOM_EVENTS.paste = 1;
|
|
272
|
+
|
|
273
|
+
inst.on('paste', Y.bind(this._DOMPaste, this), inst.one('body'));
|
|
274
|
+
|
|
275
|
+
//Adding focus/blur to the window object
|
|
276
|
+
inst.on('focus', Y.bind(this._onDomEvent, this), inst.config.win);
|
|
277
|
+
inst.on('blur', Y.bind(this._onDomEvent, this), inst.config.win);
|
|
278
|
+
|
|
279
|
+
inst.__use = inst.use;
|
|
280
|
+
inst.use = Y.bind(this.use, this);
|
|
281
|
+
this._iframe.setStyles({
|
|
282
|
+
visibility: 'inherit'
|
|
283
|
+
});
|
|
284
|
+
inst.one('body').setStyle('display', 'block');
|
|
285
|
+
},
|
|
286
|
+
/**
|
|
287
|
+
* It appears that having a BR tag anywhere in the source "below" a table with a percentage width (in IE 7 & 8)
|
|
288
|
+
* if there is any TEXTINPUT's outside the iframe, the cursor will rapidly flickr and the CPU would occasionally
|
|
289
|
+
* spike. This method finds all <BR>'s below the sourceIndex of the first table. Does some checks to see if they
|
|
290
|
+
* can be modified and replaces then with a <WBR> so the layout will remain in tact, but the flickering will
|
|
291
|
+
* no longer happen.
|
|
292
|
+
* @method _fixIECursors
|
|
293
|
+
* @private
|
|
294
|
+
*/
|
|
295
|
+
_fixIECursors: function() {
|
|
296
|
+
var inst = this.getInstance(),
|
|
297
|
+
tables = inst.all('table'),
|
|
298
|
+
brs = inst.all('br'), si;
|
|
299
|
+
|
|
300
|
+
if (tables.size() && brs.size()) {
|
|
301
|
+
//First Table
|
|
302
|
+
si = tables.item(0).get('sourceIndex');
|
|
303
|
+
brs.each(function(n) {
|
|
304
|
+
var p = n.get('parentNode'),
|
|
305
|
+
c = p.get('children'), b = p.all('>br');
|
|
306
|
+
|
|
307
|
+
if (p.test('div')) {
|
|
308
|
+
if (c.size() > 2) {
|
|
309
|
+
n.replace(inst.Node.create('<wbr>'));
|
|
310
|
+
} else {
|
|
311
|
+
if (n.get('sourceIndex') > si) {
|
|
312
|
+
if (b.size()) {
|
|
313
|
+
n.replace(inst.Node.create('<wbr>'));
|
|
314
|
+
}
|
|
315
|
+
} else {
|
|
316
|
+
if (b.size() > 1) {
|
|
317
|
+
n.replace(inst.Node.create('<wbr>'));
|
|
318
|
+
}
|
|
319
|
+
}
|
|
320
|
+
}
|
|
321
|
+
}
|
|
322
|
+
|
|
323
|
+
});
|
|
324
|
+
}
|
|
325
|
+
},
|
|
326
|
+
/**
|
|
327
|
+
* @private
|
|
328
|
+
* @method _onContentReady
|
|
329
|
+
* @description Called once the content is available in the frame/window and calls the final use call
|
|
330
|
+
* on the internal instance so that the modules are loaded properly.
|
|
331
|
+
*/
|
|
332
|
+
_onContentReady: function(e) {
|
|
333
|
+
if (!this._ready) {
|
|
334
|
+
this._ready = true;
|
|
335
|
+
var inst = this.getInstance(),
|
|
336
|
+
args = Y.clone(this.get('use'));
|
|
337
|
+
|
|
338
|
+
this.fire('contentready');
|
|
339
|
+
|
|
340
|
+
Y.log('On available for body of iframe', 'info', 'frame');
|
|
341
|
+
if (e) {
|
|
342
|
+
inst.config.doc = Y.Node.getDOMNode(e.target);
|
|
343
|
+
}
|
|
344
|
+
//TODO Circle around and deal with CSS loading...
|
|
345
|
+
args.push(Y.bind(function() {
|
|
346
|
+
Y.log('Callback from final internal use call', 'info', 'frame');
|
|
347
|
+
if (inst.EditorSelection) {
|
|
348
|
+
inst.EditorSelection.DEFAULT_BLOCK_TAG = this.get('defaultblock');
|
|
349
|
+
}
|
|
350
|
+
//Moved to here so that the iframe is ready before allowing editing..
|
|
351
|
+
if (this.get('designMode')) {
|
|
352
|
+
if(Y.UA.ie) {
|
|
353
|
+
inst.config.doc.body.contentEditable = 'true';
|
|
354
|
+
this._ieSetBodyHeight();
|
|
355
|
+
inst.on('keyup', Y.bind(this._ieSetBodyHeight, this), inst.config.doc);
|
|
356
|
+
} else {
|
|
357
|
+
inst.config.doc.designMode = 'on';
|
|
358
|
+
}
|
|
359
|
+
}
|
|
360
|
+
this.fire('ready');
|
|
361
|
+
}, this));
|
|
362
|
+
Y.log('Calling use on internal instance: ' + args, 'info', 'frame');
|
|
363
|
+
inst.use.apply(inst, args);
|
|
364
|
+
|
|
365
|
+
inst.one('doc').get('documentElement').addClass('yui-js-enabled');
|
|
366
|
+
}
|
|
367
|
+
},
|
|
368
|
+
_ieHeightCounter: null,
|
|
369
|
+
/**
|
|
370
|
+
* Internal method to set the height of the body to the height of the document in IE.
|
|
371
|
+
* With contenteditable being set, the document becomes unresponsive to clicks, this
|
|
372
|
+
* method expands the body to be the height of the document so that doesn't happen.
|
|
373
|
+
* @private
|
|
374
|
+
* @method _ieSetBodyHeight
|
|
375
|
+
*/
|
|
376
|
+
_ieSetBodyHeight: function(e) {
|
|
377
|
+
if (!this._ieHeightCounter) {
|
|
378
|
+
this._ieHeightCounter = 0;
|
|
379
|
+
}
|
|
380
|
+
this._ieHeightCounter++;
|
|
381
|
+
var run = false, inst, h, bh;
|
|
382
|
+
if (!e) {
|
|
383
|
+
run = true;
|
|
384
|
+
}
|
|
385
|
+
if (e) {
|
|
386
|
+
switch (e.keyCode) {
|
|
387
|
+
case 8:
|
|
388
|
+
case 13:
|
|
389
|
+
run = true;
|
|
390
|
+
break;
|
|
391
|
+
}
|
|
392
|
+
if (e.ctrlKey || e.shiftKey) {
|
|
393
|
+
run = true;
|
|
394
|
+
}
|
|
395
|
+
}
|
|
396
|
+
if (run) {
|
|
397
|
+
try {
|
|
398
|
+
inst = this.getInstance();
|
|
399
|
+
h = this._iframe.get('offsetHeight');
|
|
400
|
+
bh = inst.config.doc.body.scrollHeight;
|
|
401
|
+
if (h > bh) {
|
|
402
|
+
h = (h - 15) + 'px';
|
|
403
|
+
inst.config.doc.body.style.height = h;
|
|
404
|
+
} else {
|
|
405
|
+
inst.config.doc.body.style.height = 'auto';
|
|
406
|
+
}
|
|
407
|
+
} catch (e) {
|
|
408
|
+
if (this._ieHeightCounter < 100) {
|
|
409
|
+
Y.later(200, this, this._ieSetBodyHeight);
|
|
410
|
+
} else {
|
|
411
|
+
Y.log('Failed to set body height in IE', 'error', 'frame');
|
|
412
|
+
}
|
|
413
|
+
}
|
|
414
|
+
}
|
|
415
|
+
},
|
|
416
|
+
/**
|
|
417
|
+
* @private
|
|
418
|
+
* @method _resolveBaseHref
|
|
419
|
+
* @description Resolves the basehref of the page the frame is created on. Only applies to dynamic content.
|
|
420
|
+
* @param {String} href The new value to use, if empty it will be resolved from the current url.
|
|
421
|
+
* @return {String}
|
|
422
|
+
*/
|
|
423
|
+
_resolveBaseHref: function(href) {
|
|
424
|
+
if (!href || href === '') {
|
|
425
|
+
href = Y.config.doc.location.href;
|
|
426
|
+
if (href.indexOf('?') !== -1) { //Remove the query string
|
|
427
|
+
href = href.substring(0, href.indexOf('?'));
|
|
428
|
+
}
|
|
429
|
+
href = href.substring(0, href.lastIndexOf('/')) + '/';
|
|
430
|
+
}
|
|
431
|
+
return href;
|
|
432
|
+
},
|
|
433
|
+
/**
|
|
434
|
+
* @private
|
|
435
|
+
* @method _getHTML
|
|
436
|
+
* @description Get the content from the iframe
|
|
437
|
+
* @param {String} html The raw HTML from the body of the iframe.
|
|
438
|
+
* @return {String}
|
|
439
|
+
*/
|
|
440
|
+
_getHTML: function(html) {
|
|
441
|
+
if (this._ready) {
|
|
442
|
+
var inst = this.getInstance();
|
|
443
|
+
html = inst.one('body').get('innerHTML');
|
|
444
|
+
}
|
|
445
|
+
return html;
|
|
446
|
+
},
|
|
447
|
+
/**
|
|
448
|
+
* @private
|
|
449
|
+
* @method _setHTML
|
|
450
|
+
* @description Set the content of the iframe
|
|
451
|
+
* @param {String} html The raw HTML to set the body of the iframe to.
|
|
452
|
+
* @return {String}
|
|
453
|
+
*/
|
|
454
|
+
_setHTML: function(html) {
|
|
455
|
+
if (this._ready) {
|
|
456
|
+
var inst = this.getInstance();
|
|
457
|
+
inst.one('body').set('innerHTML', html);
|
|
458
|
+
} else {
|
|
459
|
+
this.once(EVENT_CONTENT_READY, Y.bind(this._setHTML, this, html));
|
|
460
|
+
}
|
|
461
|
+
|
|
462
|
+
return html;
|
|
463
|
+
},
|
|
464
|
+
/**
|
|
465
|
+
* @private
|
|
466
|
+
* @method _getLinkedCSS
|
|
467
|
+
* @description Get the linked CSS on the instance.
|
|
468
|
+
*/
|
|
469
|
+
_getLinkedCSS: function(urls) {
|
|
470
|
+
if (!Y.Lang.isArray(urls)) {
|
|
471
|
+
urls = [urls];
|
|
472
|
+
}
|
|
473
|
+
var str = '';
|
|
474
|
+
if (!this._ready) {
|
|
475
|
+
Y.each(urls, function(v) {
|
|
476
|
+
if (v) {
|
|
477
|
+
str += '<link rel="stylesheet" href="' + v + '" type="text/css">';
|
|
478
|
+
}
|
|
479
|
+
});
|
|
480
|
+
} else {
|
|
481
|
+
str = urls;
|
|
482
|
+
}
|
|
483
|
+
return str;
|
|
484
|
+
},
|
|
485
|
+
/**
|
|
486
|
+
* @private
|
|
487
|
+
* @method _setLinkedCSS
|
|
488
|
+
* @description Sets the linked CSS on the instance..
|
|
489
|
+
*/
|
|
490
|
+
_setLinkedCSS: function(css) {
|
|
491
|
+
if (this._ready) {
|
|
492
|
+
var inst = this.getInstance();
|
|
493
|
+
inst.Get.css(css);
|
|
494
|
+
}
|
|
495
|
+
return css;
|
|
496
|
+
},
|
|
497
|
+
/**
|
|
498
|
+
* @private
|
|
499
|
+
* @method _setExtraCSS
|
|
500
|
+
* @description Set's the extra CSS on the instance..
|
|
501
|
+
*/
|
|
502
|
+
_setExtraCSS: function(css) {
|
|
503
|
+
if (this._ready) {
|
|
504
|
+
var inst = this.getInstance(),
|
|
505
|
+
node = inst.one('#extra_css');
|
|
506
|
+
|
|
507
|
+
if (node) {
|
|
508
|
+
node.remove();
|
|
509
|
+
}
|
|
510
|
+
|
|
511
|
+
inst.one('head').append('<style id="extra_css">' + css + '</style>');
|
|
512
|
+
} else {
|
|
513
|
+
//This needs to be wrapped in a contentready callback for the !_ready state
|
|
514
|
+
this.once(EVENT_CONTENT_READY, Y.bind(this._setExtraCSS, this, css));
|
|
515
|
+
}
|
|
516
|
+
|
|
517
|
+
return css;
|
|
518
|
+
},
|
|
519
|
+
/**
|
|
520
|
+
* @private
|
|
521
|
+
* @method _instanceLoaded
|
|
522
|
+
* @description Called from the first YUI instance that sets up the internal instance.
|
|
523
|
+
* This loads the content into the window/frame and attaches the contentready event.
|
|
524
|
+
* @param {YUI} inst The internal YUI instance bound to the frame/window
|
|
525
|
+
*/
|
|
526
|
+
_instanceLoaded: function(inst) {
|
|
527
|
+
this._instance = inst;
|
|
528
|
+
this._onContentReady();
|
|
529
|
+
|
|
530
|
+
var doc = this._instance.config.doc;
|
|
531
|
+
|
|
532
|
+
if (this.get('designMode')) {
|
|
533
|
+
if (!Y.UA.ie) {
|
|
534
|
+
try {
|
|
535
|
+
//Force other browsers into non CSS styling
|
|
536
|
+
doc.execCommand('styleWithCSS', false, false);
|
|
537
|
+
doc.execCommand('insertbronreturn', false, false);
|
|
538
|
+
} catch (err) {}
|
|
539
|
+
}
|
|
540
|
+
}
|
|
541
|
+
},
|
|
542
|
+
//BEGIN PUBLIC METHODS
|
|
543
|
+
/**
|
|
544
|
+
* @method use
|
|
545
|
+
* @description This is a scoped version of the normal YUI.use method & is bound to this frame/window.
|
|
546
|
+
* At setup, the inst.use method is mapped to this method.
|
|
547
|
+
*/
|
|
548
|
+
use: function() {
|
|
549
|
+
Y.log('Calling augmented use after ready', 'info', 'frame');
|
|
550
|
+
var inst = this.getInstance(),
|
|
551
|
+
args = Y.Array(arguments),
|
|
552
|
+
cb = false;
|
|
553
|
+
|
|
554
|
+
if (Y.Lang.isFunction(args[args.length - 1])) {
|
|
555
|
+
cb = args.pop();
|
|
556
|
+
}
|
|
557
|
+
if (cb) {
|
|
558
|
+
args.push(function() {
|
|
559
|
+
Y.log('Internal callback from augmented use', 'info', 'frame');
|
|
560
|
+
cb.apply(inst, arguments);
|
|
561
|
+
|
|
562
|
+
});
|
|
563
|
+
}
|
|
564
|
+
|
|
565
|
+
return inst.__use.apply(inst, args);
|
|
566
|
+
},
|
|
567
|
+
/**
|
|
568
|
+
* @method delegate
|
|
569
|
+
* @description A delegate method passed to the instance's delegate method
|
|
570
|
+
* @param {String} type The type of event to listen for
|
|
571
|
+
* @param {Function} fn The method to attach
|
|
572
|
+
* @param {String} cont The container to act as a delegate, if no "sel" passed, the body is assumed as the container.
|
|
573
|
+
* @param {String} sel The selector to match in the event (optional)
|
|
574
|
+
* @return {EventHandle} The Event handle returned from Y.delegate
|
|
575
|
+
*/
|
|
576
|
+
delegate: function(type, fn, cont, sel) {
|
|
577
|
+
var inst = this.getInstance();
|
|
578
|
+
if (!inst) {
|
|
579
|
+
Y.log('Delegate events can not be attached until after the ready event has fired.', 'error', 'iframe');
|
|
580
|
+
return false;
|
|
581
|
+
}
|
|
582
|
+
if (!sel) {
|
|
583
|
+
sel = cont;
|
|
584
|
+
cont = 'body';
|
|
585
|
+
}
|
|
586
|
+
return inst.delegate(type, fn, cont, sel);
|
|
587
|
+
},
|
|
588
|
+
/**
|
|
589
|
+
* @method getInstance
|
|
590
|
+
* @description Get a reference to the internal YUI instance.
|
|
591
|
+
* @return {YUI} The internal YUI instance
|
|
592
|
+
*/
|
|
593
|
+
getInstance: function() {
|
|
594
|
+
return this._instance;
|
|
595
|
+
},
|
|
596
|
+
/**
|
|
597
|
+
* @method render
|
|
598
|
+
* @description Render the iframe into the container config option or open the window.
|
|
599
|
+
* @param {String/HTMLElement/Node} node The node to render to
|
|
600
|
+
* @return {Frame}
|
|
601
|
+
* @chainable
|
|
602
|
+
*/
|
|
603
|
+
render: function(node) {
|
|
604
|
+
if (this._rendered) {
|
|
605
|
+
Y.log('Frame already rendered.', 'warn', 'frame');
|
|
606
|
+
return this;
|
|
607
|
+
}
|
|
608
|
+
this._rendered = true;
|
|
609
|
+
if (node) {
|
|
610
|
+
this.set('container', node);
|
|
611
|
+
}
|
|
612
|
+
|
|
613
|
+
this._create(Y.bind(function(res) {
|
|
614
|
+
|
|
615
|
+
var inst, timer,
|
|
616
|
+
cb = Y.bind(function(i) {
|
|
617
|
+
Y.log('Internal instance loaded with node-base', 'info', 'frame');
|
|
618
|
+
this._instanceLoaded(i);
|
|
619
|
+
}, this),
|
|
620
|
+
args = Y.clone(this.get('use')),
|
|
621
|
+
config = {
|
|
622
|
+
debug: false,
|
|
623
|
+
win: res.win,
|
|
624
|
+
doc: res.doc
|
|
625
|
+
},
|
|
626
|
+
fn = Y.bind(function() {
|
|
627
|
+
Y.log('New Modules Loaded into main instance', 'info', 'frame');
|
|
628
|
+
config = this._resolveWinDoc(config);
|
|
629
|
+
inst = YUI(config);
|
|
630
|
+
inst.host = this.get(HOST); //Cross reference to Editor
|
|
631
|
+
inst.log = Y.log; //Dump the instance logs to the parent instance.
|
|
632
|
+
|
|
633
|
+
Y.log('Creating new internal instance with node-base only', 'info', 'frame');
|
|
634
|
+
try {
|
|
635
|
+
inst.use('node-base', cb);
|
|
636
|
+
if (timer) {
|
|
637
|
+
clearInterval(timer);
|
|
638
|
+
}
|
|
639
|
+
} catch (e) {
|
|
640
|
+
timer = setInterval(function() {
|
|
641
|
+
Y.log('[TIMER] Internal use call failed, retrying', 'info', 'frame');
|
|
642
|
+
fn();
|
|
643
|
+
}, 350);
|
|
644
|
+
Y.log('Internal use call failed, retrying', 'info', 'frame');
|
|
645
|
+
}
|
|
646
|
+
}, this);
|
|
647
|
+
|
|
648
|
+
args.push(fn);
|
|
649
|
+
|
|
650
|
+
Y.log('Adding new modules to main instance: ' + args, 'info', 'frame');
|
|
651
|
+
Y.use.apply(Y, args);
|
|
652
|
+
|
|
653
|
+
}, this));
|
|
654
|
+
|
|
655
|
+
return this;
|
|
656
|
+
},
|
|
657
|
+
/**
|
|
658
|
+
* @private
|
|
659
|
+
* @method _handleFocus
|
|
660
|
+
* @description Does some tricks on focus to set the proper cursor position.
|
|
661
|
+
*/
|
|
662
|
+
_handleFocus: function() {
|
|
663
|
+
var inst = this.getInstance(),
|
|
664
|
+
sel = new inst.EditorSelection(),
|
|
665
|
+
n, c, b, par;
|
|
666
|
+
|
|
667
|
+
if (sel.anchorNode) {
|
|
668
|
+
Y.log('_handleFocus being called..', 'info', 'frame');
|
|
669
|
+
n = sel.anchorNode;
|
|
670
|
+
|
|
671
|
+
if (n.test('p') && n.get('innerHTML') === '') {
|
|
672
|
+
n = n.get('parentNode');
|
|
673
|
+
}
|
|
674
|
+
c = n.get('childNodes');
|
|
675
|
+
|
|
676
|
+
if (c.size()) {
|
|
677
|
+
if (c.item(0).test('br')) {
|
|
678
|
+
sel.selectNode(n, true, false);
|
|
679
|
+
} else if (c.item(0).test('p')) {
|
|
680
|
+
n = c.item(0).one('br.yui-cursor');
|
|
681
|
+
if (n) {
|
|
682
|
+
n = n.get('parentNode');
|
|
683
|
+
}
|
|
684
|
+
if (!n) {
|
|
685
|
+
n = c.item(0).get('firstChild');
|
|
686
|
+
}
|
|
687
|
+
if (!n) {
|
|
688
|
+
n = c.item(0);
|
|
689
|
+
}
|
|
690
|
+
if (n) {
|
|
691
|
+
sel.selectNode(n, true, false);
|
|
692
|
+
}
|
|
693
|
+
} else {
|
|
694
|
+
b = inst.one('br.yui-cursor');
|
|
695
|
+
if (b) {
|
|
696
|
+
par = b.get('parentNode');
|
|
697
|
+
if (par) {
|
|
698
|
+
sel.selectNode(par, true, false);
|
|
699
|
+
}
|
|
700
|
+
}
|
|
701
|
+
}
|
|
702
|
+
}
|
|
703
|
+
}
|
|
704
|
+
},
|
|
705
|
+
/**
|
|
706
|
+
* Validates linkedcss property
|
|
707
|
+
*
|
|
708
|
+
* @method _validateLinkedCSS
|
|
709
|
+
* @private
|
|
710
|
+
*/
|
|
711
|
+
_validateLinkedCSS: function(value) {
|
|
712
|
+
return Lang.isString(value) || Lang.isArray(value);
|
|
713
|
+
},
|
|
714
|
+
/**
|
|
715
|
+
* @method focus
|
|
716
|
+
* @description Set the focus to the iframe
|
|
717
|
+
* @param {Function} fn Callback function to execute after focus happens
|
|
718
|
+
* @return {Frame}
|
|
719
|
+
* @chainable
|
|
720
|
+
*/
|
|
721
|
+
focus: function(fn) {
|
|
722
|
+
if (Y.UA.ie && Y.UA.ie < 9) {
|
|
723
|
+
try {
|
|
724
|
+
Y.one('win').focus();
|
|
725
|
+
if (this.getInstance()) {
|
|
726
|
+
if (this.getInstance().one('win')) {
|
|
727
|
+
this.getInstance().one('win').focus();
|
|
728
|
+
}
|
|
729
|
+
}
|
|
730
|
+
} catch (ierr) {
|
|
731
|
+
Y.log('Frame focus failed', 'warn', 'frame');
|
|
732
|
+
}
|
|
733
|
+
if (fn === true) {
|
|
734
|
+
this._handleFocus();
|
|
735
|
+
}
|
|
736
|
+
if (Y.Lang.isFunction(fn)) {
|
|
737
|
+
fn();
|
|
738
|
+
}
|
|
739
|
+
} else {
|
|
740
|
+
try {
|
|
741
|
+
Y.one('win').focus();
|
|
742
|
+
Y.later(100, this, function() {
|
|
743
|
+
if (this.getInstance()) {
|
|
744
|
+
if (this.getInstance().one('win')) {
|
|
745
|
+
this.getInstance().one('win').focus();
|
|
746
|
+
}
|
|
747
|
+
}
|
|
748
|
+
if (fn === true) {
|
|
749
|
+
this._handleFocus();
|
|
750
|
+
}
|
|
751
|
+
if (Y.Lang.isFunction(fn)) {
|
|
752
|
+
fn();
|
|
753
|
+
}
|
|
754
|
+
});
|
|
755
|
+
} catch (ferr) {
|
|
756
|
+
Y.log('Frame focus failed', 'warn', 'frame');
|
|
757
|
+
}
|
|
758
|
+
}
|
|
759
|
+
return this;
|
|
760
|
+
},
|
|
761
|
+
/**
|
|
762
|
+
* @method show
|
|
763
|
+
* @description Show the iframe instance
|
|
764
|
+
* @return {Frame}
|
|
765
|
+
* @chainable
|
|
766
|
+
*/
|
|
767
|
+
show: function() {
|
|
768
|
+
this._iframe.setStyles({
|
|
769
|
+
position: 'static',
|
|
770
|
+
left: ''
|
|
771
|
+
});
|
|
772
|
+
if (Y.UA.gecko) {
|
|
773
|
+
try {
|
|
774
|
+
if (this.getInstance()) {
|
|
775
|
+
this.getInstance().config.doc.designMode = 'on';
|
|
776
|
+
}
|
|
777
|
+
} catch (e) { }
|
|
778
|
+
this.focus();
|
|
779
|
+
}
|
|
780
|
+
return this;
|
|
781
|
+
},
|
|
782
|
+
/**
|
|
783
|
+
* @method hide
|
|
784
|
+
* @description Hide the iframe instance
|
|
785
|
+
* @return {Frame}
|
|
786
|
+
* @chainable
|
|
787
|
+
*/
|
|
788
|
+
hide: function() {
|
|
789
|
+
this._iframe.setStyles({
|
|
790
|
+
position: 'absolute',
|
|
791
|
+
left: '-999999px'
|
|
792
|
+
});
|
|
793
|
+
return this;
|
|
794
|
+
}
|
|
795
|
+
}, {
|
|
796
|
+
/**
|
|
797
|
+
* @static
|
|
798
|
+
* @property THROTTLE_TIME
|
|
799
|
+
* @description The throttle time for key events in IE
|
|
800
|
+
* @type Number
|
|
801
|
+
* @default 100
|
|
802
|
+
*/
|
|
803
|
+
THROTTLE_TIME: 100,
|
|
804
|
+
/**
|
|
805
|
+
* @static
|
|
806
|
+
* @property DOM_EVENTS
|
|
807
|
+
* @description The DomEvents that the frame automatically attaches and bubbles
|
|
808
|
+
* @type Object
|
|
809
|
+
*/
|
|
810
|
+
DOM_EVENTS: {
|
|
811
|
+
dblclick: 1,
|
|
812
|
+
click: 1,
|
|
813
|
+
paste: 1,
|
|
814
|
+
mouseup: 1,
|
|
815
|
+
mousedown: 1,
|
|
816
|
+
keyup: 1,
|
|
817
|
+
keydown: 1,
|
|
818
|
+
keypress: 1,
|
|
819
|
+
activate: 1,
|
|
820
|
+
deactivate: 1,
|
|
821
|
+
beforedeactivate: 1,
|
|
822
|
+
focusin: 1,
|
|
823
|
+
focusout: 1
|
|
824
|
+
},
|
|
825
|
+
|
|
826
|
+
/**
|
|
827
|
+
* @static
|
|
828
|
+
* @property DEFAULT_CSS
|
|
829
|
+
* @description The default css used when creating the document.
|
|
830
|
+
* @type String
|
|
831
|
+
*/
|
|
832
|
+
DEFAULT_CSS: 'body { background-color: #fff; font: 13px/1.22 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small; } a, a:visited, a:hover { color: blue !important; text-decoration: underline !important; cursor: text !important; } img { cursor: pointer !important; border: none; }',
|
|
833
|
+
/**
|
|
834
|
+
* The template string used to create the iframe, deprecated to use DOM instead of innerHTML
|
|
835
|
+
* @static
|
|
836
|
+
* @property HTML
|
|
837
|
+
* @type String
|
|
838
|
+
* @deprecated
|
|
839
|
+
*/
|
|
840
|
+
//HTML: '<iframe border="0" frameBorder="0" marginWidth="0" marginHeight="0" leftMargin="0" topMargin="0" allowTransparency="true" width="100%" height="99%"></iframe>',
|
|
841
|
+
/**
|
|
842
|
+
* Attributes to auto add to the dynamic iframe under the hood
|
|
843
|
+
* @static
|
|
844
|
+
* @property IFRAME_ATTRS
|
|
845
|
+
* @type Object
|
|
846
|
+
*/
|
|
847
|
+
IFRAME_ATTRS: {
|
|
848
|
+
border: '0',
|
|
849
|
+
frameBorder: '0',
|
|
850
|
+
marginWidth: '0',
|
|
851
|
+
marginHeight: '0',
|
|
852
|
+
leftMargin: '0',
|
|
853
|
+
topMargin: '0',
|
|
854
|
+
allowTransparency: 'true',
|
|
855
|
+
width: "100%",
|
|
856
|
+
height: "99%"
|
|
857
|
+
},
|
|
858
|
+
/**
|
|
859
|
+
* @static
|
|
860
|
+
* @property PAGE_HTML
|
|
861
|
+
* @description The template used to create the page when created dynamically.
|
|
862
|
+
* @type String
|
|
863
|
+
*/
|
|
864
|
+
PAGE_HTML: '<html dir="{DIR}" lang="{LANG}"><head><title>{TITLE}</title>{META}<base href="{BASE_HREF}"/>{LINKED_CSS}<style id="editor_css">{DEFAULT_CSS}</style>{EXTRA_CSS}</head><body>{CONTENT}</body></html>',
|
|
865
|
+
|
|
866
|
+
/**
|
|
867
|
+
* @static
|
|
868
|
+
* @method getDocType
|
|
869
|
+
* @description Parses document.doctype and generates a DocType to match the parent page, if supported.
|
|
870
|
+
* For IE8, it grabs document.all[0].nodeValue and uses that. For IE < 8, it falls back to Frame.DOC_TYPE.
|
|
871
|
+
* @return {String} The normalized DocType to apply to the iframe
|
|
872
|
+
*/
|
|
873
|
+
getDocType: function() {
|
|
874
|
+
var dt = Y.config.doc.doctype,
|
|
875
|
+
str = Frame.DOC_TYPE;
|
|
876
|
+
|
|
877
|
+
if (dt) {
|
|
878
|
+
str = '<!DOCTYPE ' + dt.name + ((dt.publicId) ? ' ' + dt.publicId : '') + ((dt.systemId) ? ' ' + dt.systemId : '') + '>';
|
|
879
|
+
} else {
|
|
880
|
+
if (Y.config.doc.all) {
|
|
881
|
+
dt = Y.config.doc.all[0];
|
|
882
|
+
if (dt.nodeType) {
|
|
883
|
+
if (dt.nodeType === 8) {
|
|
884
|
+
if (dt.nodeValue) {
|
|
885
|
+
if (dt.nodeValue.toLowerCase().indexOf('doctype') !== -1) {
|
|
886
|
+
str = '<!' + dt.nodeValue + '>';
|
|
887
|
+
}
|
|
888
|
+
}
|
|
889
|
+
}
|
|
890
|
+
}
|
|
891
|
+
}
|
|
892
|
+
}
|
|
893
|
+
return str;
|
|
894
|
+
},
|
|
895
|
+
/**
|
|
896
|
+
* @static
|
|
897
|
+
* @property DOC_TYPE
|
|
898
|
+
* @description The DOCTYPE to prepend to the new document when created. Should match the one on the page being served.
|
|
899
|
+
* @type String
|
|
900
|
+
*/
|
|
901
|
+
DOC_TYPE: '<!DOCTYPE HTML PUBLIC "-/'+'/W3C/'+'/DTD HTML 4.01/'+'/EN" "http:/'+'/www.w3.org/TR/html4/strict.dtd">',
|
|
902
|
+
/**
|
|
903
|
+
* @static
|
|
904
|
+
* @property META
|
|
905
|
+
* @description The meta-tag for Content-Type to add to the dynamic document
|
|
906
|
+
* @type String
|
|
907
|
+
*/
|
|
908
|
+
META: '<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/><meta http-equiv="X-UA-Compatible" content="IE=7">',
|
|
909
|
+
//META: '<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>',
|
|
910
|
+
/**
|
|
911
|
+
* @static
|
|
912
|
+
* @property NAME
|
|
913
|
+
* @description The name of the class (frame)
|
|
914
|
+
* @type String
|
|
915
|
+
*/
|
|
916
|
+
NAME: 'frame',
|
|
917
|
+
/**
|
|
918
|
+
* The namespace on which Frame plugin will reside.
|
|
919
|
+
*
|
|
920
|
+
* @property NS
|
|
921
|
+
* @type String
|
|
922
|
+
* @default 'frame'
|
|
923
|
+
* @static
|
|
924
|
+
*/
|
|
925
|
+
NS: 'frame',
|
|
926
|
+
ATTRS: {
|
|
927
|
+
/**
|
|
928
|
+
* @attribute title
|
|
929
|
+
* @description The title to give the blank page.
|
|
930
|
+
* @type String
|
|
931
|
+
*/
|
|
932
|
+
title: {
|
|
933
|
+
value: 'Blank Page'
|
|
934
|
+
},
|
|
935
|
+
/**
|
|
936
|
+
* @attribute dir
|
|
937
|
+
* @description The default text direction for this new frame. Default: ltr
|
|
938
|
+
* @type String
|
|
939
|
+
*/
|
|
940
|
+
dir: {
|
|
941
|
+
value: 'ltr'
|
|
942
|
+
},
|
|
943
|
+
/**
|
|
944
|
+
* @attribute lang
|
|
945
|
+
* @description The default language. Default: en-US
|
|
946
|
+
* @type String
|
|
947
|
+
*/
|
|
948
|
+
lang: {
|
|
949
|
+
value: 'en-US'
|
|
950
|
+
},
|
|
951
|
+
/**
|
|
952
|
+
* @attribute src
|
|
953
|
+
* @description The src of the iframe/window. Defaults to javascript:;
|
|
954
|
+
* @type String
|
|
955
|
+
*/
|
|
956
|
+
src: {
|
|
957
|
+
//Hackish, IE needs the false in the Javascript URL
|
|
958
|
+
value: 'javascript' + ((Y.UA.ie) ? ':false' : ':') + ';'
|
|
959
|
+
},
|
|
960
|
+
/**
|
|
961
|
+
* @attribute designMode
|
|
962
|
+
* @description Should designMode be turned on after creation.
|
|
963
|
+
* @writeonce
|
|
964
|
+
* @type Boolean
|
|
965
|
+
*/
|
|
966
|
+
designMode: {
|
|
967
|
+
writeOnce: true,
|
|
968
|
+
value: false
|
|
969
|
+
},
|
|
970
|
+
/**
|
|
971
|
+
* @attribute content
|
|
972
|
+
* @description The string to inject into the body of the new frame/window.
|
|
973
|
+
* @type String
|
|
974
|
+
*/
|
|
975
|
+
content: {
|
|
976
|
+
validator: Lang.isString,
|
|
977
|
+
value: '<br>',
|
|
978
|
+
setter: '_setHTML',
|
|
979
|
+
getter: '_getHTML'
|
|
980
|
+
},
|
|
981
|
+
/**
|
|
982
|
+
* @attribute basehref
|
|
983
|
+
* @description The base href to use in the iframe.
|
|
984
|
+
* @type String
|
|
985
|
+
*/
|
|
986
|
+
basehref: {
|
|
987
|
+
value: false,
|
|
988
|
+
getter: '_resolveBaseHref'
|
|
989
|
+
},
|
|
990
|
+
/**
|
|
991
|
+
* @attribute use
|
|
992
|
+
* @description Array of modules to include in the scoped YUI instance at render time. Default: ['none', 'selector-css2']
|
|
993
|
+
* @writeonce
|
|
994
|
+
* @type Array
|
|
995
|
+
*/
|
|
996
|
+
use: {
|
|
997
|
+
writeOnce: true,
|
|
998
|
+
value: ['node', 'node-style', 'selector-css3']
|
|
999
|
+
},
|
|
1000
|
+
/**
|
|
1001
|
+
* @attribute container
|
|
1002
|
+
* @description The container to append the iFrame to on render.
|
|
1003
|
+
* @type String/HTMLElement/Node
|
|
1004
|
+
*/
|
|
1005
|
+
container: {
|
|
1006
|
+
value: 'body',
|
|
1007
|
+
setter: function(n) {
|
|
1008
|
+
return Y.one(n);
|
|
1009
|
+
}
|
|
1010
|
+
},
|
|
1011
|
+
/**
|
|
1012
|
+
* @attribute node
|
|
1013
|
+
* @description The Node instance of the iframe.
|
|
1014
|
+
* @type Node
|
|
1015
|
+
*/
|
|
1016
|
+
node: {
|
|
1017
|
+
readOnly: true,
|
|
1018
|
+
value: null,
|
|
1019
|
+
getter: function() {
|
|
1020
|
+
return this._iframe;
|
|
1021
|
+
}
|
|
1022
|
+
},
|
|
1023
|
+
/**
|
|
1024
|
+
* @attribute id
|
|
1025
|
+
* @description Set the id of the new Node. (optional)
|
|
1026
|
+
* @type String
|
|
1027
|
+
* @writeonce
|
|
1028
|
+
*/
|
|
1029
|
+
id: {
|
|
1030
|
+
writeOnce: true,
|
|
1031
|
+
getter: function(id) {
|
|
1032
|
+
if (!id) {
|
|
1033
|
+
id = 'iframe-' + Y.guid();
|
|
1034
|
+
}
|
|
1035
|
+
return id;
|
|
1036
|
+
}
|
|
1037
|
+
},
|
|
1038
|
+
/**
|
|
1039
|
+
* @attribute linkedcss
|
|
1040
|
+
* @description An array of url's to external linked style sheets
|
|
1041
|
+
* @type String|Array
|
|
1042
|
+
*/
|
|
1043
|
+
linkedcss: {
|
|
1044
|
+
validator: '_validateLinkedCSS',
|
|
1045
|
+
getter: '_getLinkedCSS',
|
|
1046
|
+
setter: '_setLinkedCSS'
|
|
1047
|
+
},
|
|
1048
|
+
/**
|
|
1049
|
+
* @attribute extracss
|
|
1050
|
+
* @description A string of CSS to add to the Head of the Editor
|
|
1051
|
+
* @type String
|
|
1052
|
+
*/
|
|
1053
|
+
extracss: {
|
|
1054
|
+
validator: Lang.isString,
|
|
1055
|
+
setter: '_setExtraCSS'
|
|
1056
|
+
},
|
|
1057
|
+
/**
|
|
1058
|
+
* @attribute defaultblock
|
|
1059
|
+
* @description The default tag to use for block level items, defaults to: p
|
|
1060
|
+
* @type String
|
|
1061
|
+
*/
|
|
1062
|
+
defaultblock: {
|
|
1063
|
+
value: 'p'
|
|
1064
|
+
}
|
|
1065
|
+
}
|
|
1066
|
+
});
|
|
1067
|
+
|
|
1068
|
+
Y.namespace('Plugin');
|
|
1069
|
+
|
|
1070
|
+
Y.Plugin.Frame = Frame;
|
|
1071
|
+
|
|
1072
|
+
Y.Frame = Frame;
|
|
1073
|
+
|
|
1074
|
+
|
|
1075
|
+
|
|
1076
|
+
}, '@VERSION@', {"requires": ["base", "node", "plugin", "selector-css3", "yui-throttle"]});
|