/*! * * Angle - Bootstrap Admin Template * * Version: 4.1.1 * Author: @themicon_co * Website: http://themicon.co * License: https://wrapbootstrap.com/help/licenses * */ /*! { "name": "Background Position Shorthand", "property": "bgpositionshorthand", "tags": ["css"], "builderAliases": ["css_backgroundposition_shorthand"], "notes": [{ "name": "MDN Docs", "href": "https://developer.mozilla.org/en/CSS/background-position" }, { "name": "W3 Spec", "href": "https://www.w3.org/TR/css3-background/#background-position" }, { "name": "Demo", "href": "https://jsfiddle.net/Blink/bBXvt/" }] } !*/ /*! { "name": "Background Position XY", "property": "bgpositionxy", "tags": ["css"], "builderAliases": ["css_backgroundposition_xy"], "authors": ["Allan Lei", "Brandom Aaron"], "notes": [{ "name": "Demo", "href": "https://jsfiddle.net/allanlei/R8AYS/" }, { "name": "Adapted From", "href": "https://github.com/brandonaaron/jquery-cssHooks/blob/master/bgpos.js" }] } !*/ /*! { "name": "Background Repeat", "property": ["bgrepeatspace", "bgrepeatround"], "tags": ["css"], "builderAliases": ["css_backgroundrepeat"], "authors": ["Ryan Seddon"], "notes": [{ "name": "MDN Docs", "href": "https://developer.mozilla.org/en-US/docs/Web/CSS/background-repeat" }, { "name": "Test Page", "href": "https://jsbin.com/uzesun/" }, { "name": "Demo", "href": "https://jsfiddle.net/ryanseddon/yMLTQ/6/" }] } !*/ /*! { "name": "Background Size Cover", "property": "bgsizecover", "tags": ["css"], "builderAliases": ["css_backgroundsizecover"], "notes": [{ "name" : "MDN Docs", "href": "https://developer.mozilla.org/en/CSS/background-size" }] } !*/ /*! { "name": "Border Radius", "property": "borderradius", "caniuse": "border-radius", "polyfills": ["css3pie"], "tags": ["css"], "notes": [{ "name": "Comprehensive Compat Chart", "href": "https://muddledramblings.com/table-of-css3-border-radius-compliance" }] } !*/ /*! { "name": "CSS Animations", "property": "cssanimations", "caniuse": "css-animation", "polyfills": ["transformie", "csssandpaper"], "tags": ["css"], "warnings": ["Android < 4 will pass this test, but can only animate a single property at a time"], "notes": [{ "name" : "Article: 'Dispelling the Android CSS animation myths'", "href": "https://goo.gl/OGw5Gm" }] } !*/ /*! { "name": "CSS Calc", "property": "csscalc", "caniuse": "calc", "tags": ["css"], "builderAliases": ["css_calc"], "authors": ["@calvein"] } !*/ /*! { "name": "CSS Multiple Backgrounds", "caniuse": "multibackgrounds", "property": "multiplebgs", "tags": ["css"] } !*/ /*! { "name": "CSS Supports", "property": "supports", "caniuse": "css-featurequeries", "tags": ["css"], "builderAliases": ["css_supports"], "notes": [{ "name": "W3 Spec", "href": "http://dev.w3.org/csswg/css3-conditional/#at-supports" },{ "name": "Related Github Issue", "href": "github.com/Modernizr/Modernizr/issues/648" },{ "name": "W3 Info", "href": "http://dev.w3.org/csswg/css3-conditional/#the-csssupportsrule-interface" }] } !*/ /*! { "name": "CSS Transform Style preserve-3d", "property": "preserve3d", "authors": ["edmellum"], "tags": ["css"], "notes": [{ "name": "MDN Docs", "href": "https://developer.mozilla.org/en-US/docs/Web/CSS/transform-style" },{ "name": "Related Github Issue", "href": "https://github.com/Modernizr/Modernizr/issues/762" }] } !*/ /*! { "name": "CSS Transforms 3D", "property": "csstransforms3d", "caniuse": "transforms3d", "tags": ["css"], "warnings": [ "Chrome may occassionally fail this test on some systems; more info: https://code.google.com/p/chromium/issues/detail?id=129004" ] } !*/ /*! { "name": "CSS Transforms", "property": "csstransforms", "caniuse": "transforms2d", "tags": ["css"] } !*/ /*! { "name": "CSS Transitions", "property": "csstransitions", "caniuse": "css-transitions", "tags": ["css"] } !*/ /*! { "name": "Flexbox (tweener)", "property": "flexboxtweener", "tags": ["css"], "polyfills": ["flexie"], "notes": [{ "name": "The _inbetween_ flexbox", "href": "https://www.w3.org/TR/2011/WD-css3-flexbox-20111129/" }], "warnings": ["This represents an old syntax, not the latest standard syntax."] } !*/ /*! { "name": "Inline SVG", "property": "inlinesvg", "caniuse": "svg-html5", "tags": ["svg"], "notes": [{ "name": "Test page", "href": "https://paulirish.com/demo/inline-svg" }, { "name": "Test page and results", "href": "https://codepen.io/eltonmesquita/full/GgXbvo/" }], "polyfills": ["inline-svg-polyfill"], "knownBugs": ["False negative on some Chromia browsers."] } !*/ /*! { "name": "Local Storage", "property": "localstorage", "caniuse": "namevalue-storage", "tags": ["storage"], "knownBugs": [], "notes": [], "warnings": [], "polyfills": [ "joshuabell-polyfill", "cupcake", "storagepolyfill", "amplifyjs", "yui-cacheoffline" ] } !*/ /*! { "name": "SVG SMIL animation", "property": "smil", "caniuse": "svg-smil", "tags": ["svg"], "notes": [{ "name": "W3C Synchronised Multimedia spec", "href": "https://www.w3.org/AudioVideo/" }] } !*/ /*! { "name": "SVG as an tag source", "property": "svgasimg", "caniuse" : "svg-img", "tags": ["svg"], "authors": ["Chris Coyier"], "notes": [{ "name": "HTML5 Spec", "href": "http://www.w3.org/TR/html5/embedded-content-0.html#the-img-element" }] } !*/ /*! { "name": "SVG clip paths", "property": "svgclippaths", "tags": ["svg"], "notes": [{ "name": "Demo", "href": "http://srufaculty.sru.edu/david.dailey/svg/newstuff/clipPath4.svg" }] } !*/ /*! { "name": "SVG filters", "property": "svgfilters", "caniuse": "svg-filters", "tags": ["svg"], "builderAliases": ["svg_filters"], "authors": ["Erik Dahlstrom"], "notes": [{ "name": "W3C Spec", "href": "https://www.w3.org/TR/SVG11/filters.html" }] } !*/ /*! { "name": "SVG foreignObject", "property": "svgforeignobject", "tags": ["svg"], "notes": [{ "name": "W3C Spec", "href": "https://www.w3.org/TR/SVG11/extend.html" }] } !*/ /*! { "name": "SVG", "property": "svg", "caniuse": "svg", "tags": ["svg"], "authors": ["Erik Dahlstrom"], "polyfills": [ "svgweb", "raphael", "amplesdk", "canvg", "svg-boilerplate", "sie", "dojogfx", "fabricjs" ] } !*/ /*! { "name": "Session Storage", "property": "sessionstorage", "tags": ["storage"], "polyfills": ["joshuabell-polyfill", "cupcake", "sessionstorage"] } !*/ /*! { "name": "Web SQL Database", "property": "websqldatabase", "caniuse": "sql-storage", "tags": ["storage"] } !*/ /*! ***************************************************************************** Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABLITY OR NON-INFRINGEMENT. See the Apache Version 2.0 License for specific language governing permissions and limitations under the License. ***************************************************************************** */ /** * @license * Copyright Google Inc. All Rights Reserved. * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://angular.io/license */ /** * @license Angular v0.10.2 * (c) 2010-2019 Google LLC. https://angular.io/ * License: MIT */