mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update polymer components
This commit is contained in:
parent
a8f094ae23
commit
6ef418cf8d
23 changed files with 46 additions and 46 deletions
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "iron-a11y-announcer",
|
"name": "iron-a11y-announcer",
|
||||||
"version": "1.0.2",
|
"version": "1.0.3",
|
||||||
"description": "A singleton element that simplifies announcing text to screen readers.",
|
"description": "A singleton element that simplifies announcing text to screen readers.",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"web-components",
|
"web-components",
|
||||||
|
@ -30,11 +30,11 @@
|
||||||
"web-component-tester": "*"
|
"web-component-tester": "*"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/polymerelements/iron-a11y-announcer",
|
"homepage": "https://github.com/polymerelements/iron-a11y-announcer",
|
||||||
"_release": "1.0.2",
|
"_release": "1.0.3",
|
||||||
"_resolution": {
|
"_resolution": {
|
||||||
"type": "version",
|
"type": "version",
|
||||||
"tag": "v1.0.2",
|
"tag": "v1.0.3",
|
||||||
"commit": "6010b30a67a12333f76394a558c820db727f7c84"
|
"commit": "a5b8161326f11d68eacb5e9ea60694ebd779b48a"
|
||||||
},
|
},
|
||||||
"_source": "git://github.com/polymerelements/iron-a11y-announcer.git",
|
"_source": "git://github.com/polymerelements/iron-a11y-announcer.git",
|
||||||
"_target": "^1.0.0",
|
"_target": "^1.0.0",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "iron-a11y-announcer",
|
"name": "iron-a11y-announcer",
|
||||||
"version": "1.0.2",
|
"version": "1.0.3",
|
||||||
"description": "A singleton element that simplifies announcing text to screen readers.",
|
"description": "A singleton element that simplifies announcing text to screen readers.",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"web-components",
|
"web-components",
|
||||||
|
|
|
@ -54,7 +54,7 @@ Note: announcements are only audible if you have a screen reader enabled.
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<span aria-live$="[[mode]]">[[_text]]</span>
|
<div aria-live$="[[mode]]">[[_text]]</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "iron-icons",
|
"name": "iron-icons",
|
||||||
"version": "1.0.3",
|
"version": "1.0.4",
|
||||||
"description": "A set of icons for use with iron-icon",
|
"description": "A set of icons for use with iron-icon",
|
||||||
"authors": [
|
"authors": [
|
||||||
"The Polymer Authors"
|
"The Polymer Authors"
|
||||||
|
@ -34,11 +34,11 @@
|
||||||
"util",
|
"util",
|
||||||
"update-icons.sh"
|
"update-icons.sh"
|
||||||
],
|
],
|
||||||
"_release": "1.0.3",
|
"_release": "1.0.4",
|
||||||
"_resolution": {
|
"_resolution": {
|
||||||
"type": "version",
|
"type": "version",
|
||||||
"tag": "v1.0.3",
|
"tag": "v1.0.4",
|
||||||
"commit": "036325be99c33c052ac807a705aacad70be1127f"
|
"commit": "1a54850a7196eb8d9d7ec1c4dea064972b7bfd4c"
|
||||||
},
|
},
|
||||||
"_source": "git://github.com/polymerelements/iron-icons.git",
|
"_source": "git://github.com/polymerelements/iron-icons.git",
|
||||||
"_target": "^1.0.0",
|
"_target": "^1.0.0",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "iron-icons",
|
"name": "iron-icons",
|
||||||
"version": "1.0.3",
|
"version": "1.0.4",
|
||||||
"description": "A set of icons for use with iron-icon",
|
"description": "A set of icons for use with iron-icon",
|
||||||
"authors": [
|
"authors": [
|
||||||
"The Polymer Authors"
|
"The Polymer Authors"
|
||||||
|
|
|
@ -27,7 +27,7 @@ See [iron-icon](#iron-icon) for more information about working with icons.
|
||||||
See [iron-iconset](#iron-iconset) and [iron-iconset-svg](#iron-iconset-svg) for more information about how to create a custom iconset.
|
See [iron-iconset](#iron-iconset) and [iron-iconset-svg](#iron-iconset-svg) for more information about how to create a custom iconset.
|
||||||
|
|
||||||
@group Iron Elements
|
@group Iron Elements
|
||||||
@element iron-icons
|
@pseudoElement iron-icons
|
||||||
@demo demo/index.html
|
@demo demo/index.html
|
||||||
-->
|
-->
|
||||||
|
|
||||||
|
|
|
@ -25,14 +25,14 @@
|
||||||
"web-component-tester": "*",
|
"web-component-tester": "*",
|
||||||
"webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
|
"webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/PolymerElements/iron-meta",
|
"homepage": "https://github.com/polymerelements/iron-meta",
|
||||||
"_release": "1.0.3",
|
"_release": "1.0.3",
|
||||||
"_resolution": {
|
"_resolution": {
|
||||||
"type": "version",
|
"type": "version",
|
||||||
"tag": "v1.0.3",
|
"tag": "v1.0.3",
|
||||||
"commit": "91529259262b0d8f33fed44bc3fd47aedf35cb04"
|
"commit": "91529259262b0d8f33fed44bc3fd47aedf35cb04"
|
||||||
},
|
},
|
||||||
"_source": "git://github.com/PolymerElements/iron-meta.git",
|
"_source": "git://github.com/polymerelements/iron-meta.git",
|
||||||
"_target": "^1.0.0",
|
"_target": "^1.0.0",
|
||||||
"_originalSource": "PolymerElements/iron-meta"
|
"_originalSource": "polymerelements/iron-meta"
|
||||||
}
|
}
|
|
@ -42,7 +42,7 @@
|
||||||
"tag": "v1.0.4",
|
"tag": "v1.0.4",
|
||||||
"commit": "a7ac7fbdb79b4d82416ec9b41613575386d0d226"
|
"commit": "a7ac7fbdb79b4d82416ec9b41613575386d0d226"
|
||||||
},
|
},
|
||||||
"_source": "git://github.com/polymerelements/paper-behaviors.git",
|
"_source": "git://github.com/PolymerElements/paper-behaviors.git",
|
||||||
"_target": "^1.0.0",
|
"_target": "^1.0.0",
|
||||||
"_originalSource": "polymerelements/paper-behaviors"
|
"_originalSource": "PolymerElements/paper-behaviors"
|
||||||
}
|
}
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "webcomponentsjs",
|
"name": "webcomponentsjs",
|
||||||
"main": "webcomponents.js",
|
"main": "webcomponents.js",
|
||||||
"version": "0.7.13",
|
"version": "0.7.14",
|
||||||
"homepage": "http://webcomponents.org",
|
"homepage": "http://webcomponents.org",
|
||||||
"authors": [
|
"authors": [
|
||||||
"The Polymer Authors"
|
"The Polymer Authors"
|
||||||
|
@ -15,11 +15,11 @@
|
||||||
],
|
],
|
||||||
"license": "BSD",
|
"license": "BSD",
|
||||||
"ignore": [],
|
"ignore": [],
|
||||||
"_release": "0.7.13",
|
"_release": "0.7.14",
|
||||||
"_resolution": {
|
"_resolution": {
|
||||||
"type": "version",
|
"type": "version",
|
||||||
"tag": "v0.7.13",
|
"tag": "v0.7.14",
|
||||||
"commit": "e53b558e1f4e8087265f7ba7f03fb928f21a845b"
|
"commit": "48194e673b7a0a8810b32320e0444b512e5a7557"
|
||||||
},
|
},
|
||||||
"_source": "git://github.com/Polymer/webcomponentsjs.git",
|
"_source": "git://github.com/Polymer/webcomponentsjs.git",
|
||||||
"_target": "^0.7.2",
|
"_target": "^0.7.2",
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
* Code distributed by Google as part of the polymer project is also
|
* Code distributed by Google as part of the polymer project is also
|
||||||
* subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
|
* subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
|
||||||
*/
|
*/
|
||||||
// @version 0.7.13
|
// @version 0.7.14
|
||||||
if (typeof WeakMap === "undefined") {
|
if (typeof WeakMap === "undefined") {
|
||||||
(function() {
|
(function() {
|
||||||
var defineProperty = Object.defineProperty;
|
var defineProperty = Object.defineProperty;
|
||||||
|
@ -946,7 +946,7 @@ window.CustomElements.addModule(function(scope) {
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
if (!window.CustomEvent) {
|
if (!window.CustomEvent || isIE && typeof window.CustomEvent !== "function") {
|
||||||
window.CustomEvent = function(inType, params) {
|
window.CustomEvent = function(inType, params) {
|
||||||
params = params || {};
|
params = params || {};
|
||||||
var e = document.createEvent("CustomEvent");
|
var e = document.createEvent("CustomEvent");
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -7,7 +7,7 @@
|
||||||
* Code distributed by Google as part of the polymer project is also
|
* Code distributed by Google as part of the polymer project is also
|
||||||
* subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
|
* subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
|
||||||
*/
|
*/
|
||||||
// @version 0.7.13
|
// @version 0.7.14
|
||||||
if (typeof WeakMap === "undefined") {
|
if (typeof WeakMap === "undefined") {
|
||||||
(function() {
|
(function() {
|
||||||
var defineProperty = Object.defineProperty;
|
var defineProperty = Object.defineProperty;
|
||||||
|
@ -1061,7 +1061,7 @@ window.HTMLImports.addModule(function(scope) {
|
||||||
if (scope.useNative) {
|
if (scope.useNative) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (!window.CustomEvent) {
|
if (!window.CustomEvent || isIE && typeof window.CustomEvent !== "function") {
|
||||||
window.CustomEvent = function(inType, params) {
|
window.CustomEvent = function(inType, params) {
|
||||||
params = params || {};
|
params = params || {};
|
||||||
var e = document.createEvent("CustomEvent");
|
var e = document.createEvent("CustomEvent");
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -7,7 +7,7 @@
|
||||||
* Code distributed by Google as part of the polymer project is also
|
* Code distributed by Google as part of the polymer project is also
|
||||||
* subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
|
* subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
|
||||||
*/
|
*/
|
||||||
// @version 0.7.13
|
// @version 0.7.14
|
||||||
if (typeof WeakMap === "undefined") {
|
if (typeof WeakMap === "undefined") {
|
||||||
(function() {
|
(function() {
|
||||||
var defineProperty = Object.defineProperty;
|
var defineProperty = Object.defineProperty;
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -7,7 +7,7 @@
|
||||||
* Code distributed by Google as part of the polymer project is also
|
* Code distributed by Google as part of the polymer project is also
|
||||||
* subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
|
* subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
|
||||||
*/
|
*/
|
||||||
// @version 0.7.13
|
// @version 0.7.14
|
||||||
if (typeof WeakMap === "undefined") {
|
if (typeof WeakMap === "undefined") {
|
||||||
(function() {
|
(function() {
|
||||||
var defineProperty = Object.defineProperty;
|
var defineProperty = Object.defineProperty;
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "webcomponentsjs",
|
"name": "webcomponentsjs",
|
||||||
"main": "webcomponents.js",
|
"main": "webcomponents.js",
|
||||||
"version": "0.7.13",
|
"version": "0.7.14",
|
||||||
"homepage": "http://webcomponents.org",
|
"homepage": "http://webcomponents.org",
|
||||||
"authors": [
|
"authors": [
|
||||||
"The Polymer Authors"
|
"The Polymer Authors"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "webcomponents.js",
|
"name": "webcomponents.js",
|
||||||
"version": "0.7.13",
|
"version": "0.7.14",
|
||||||
"description": "webcomponents.js",
|
"description": "webcomponents.js",
|
||||||
"main": "webcomponents.js",
|
"main": "webcomponents.js",
|
||||||
"directories": {
|
"directories": {
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
* Code distributed by Google as part of the polymer project is also
|
* Code distributed by Google as part of the polymer project is also
|
||||||
* subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
|
* subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
|
||||||
*/
|
*/
|
||||||
// @version 0.7.13
|
// @version 0.7.14
|
||||||
window.WebComponents = window.WebComponents || {};
|
window.WebComponents = window.WebComponents || {};
|
||||||
|
|
||||||
(function(scope) {
|
(function(scope) {
|
||||||
|
@ -1629,7 +1629,7 @@ window.HTMLImports.addModule(function(scope) {
|
||||||
if (scope.useNative) {
|
if (scope.useNative) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (!window.CustomEvent) {
|
if (!window.CustomEvent || isIE && typeof window.CustomEvent !== "function") {
|
||||||
window.CustomEvent = function(inType, params) {
|
window.CustomEvent = function(inType, params) {
|
||||||
params = params || {};
|
params = params || {};
|
||||||
var e = document.createEvent("CustomEvent");
|
var e = document.createEvent("CustomEvent");
|
||||||
|
@ -2260,7 +2260,7 @@ window.CustomElements.addModule(function(scope) {
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
if (!window.CustomEvent) {
|
if (!window.CustomEvent || isIE && typeof window.CustomEvent !== "function") {
|
||||||
window.CustomEvent = function(inType, params) {
|
window.CustomEvent = function(inType, params) {
|
||||||
params = params || {};
|
params = params || {};
|
||||||
var e = document.createEvent("CustomEvent");
|
var e = document.createEvent("CustomEvent");
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -7,7 +7,7 @@
|
||||||
* Code distributed by Google as part of the polymer project is also
|
* Code distributed by Google as part of the polymer project is also
|
||||||
* subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
|
* subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
|
||||||
*/
|
*/
|
||||||
// @version 0.7.13
|
// @version 0.7.14
|
||||||
window.WebComponents = window.WebComponents || {};
|
window.WebComponents = window.WebComponents || {};
|
||||||
|
|
||||||
(function(scope) {
|
(function(scope) {
|
||||||
|
@ -6416,7 +6416,7 @@ window.HTMLImports.addModule(function(scope) {
|
||||||
if (scope.useNative) {
|
if (scope.useNative) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (!window.CustomEvent) {
|
if (!window.CustomEvent || isIE && typeof window.CustomEvent !== "function") {
|
||||||
window.CustomEvent = function(inType, params) {
|
window.CustomEvent = function(inType, params) {
|
||||||
params = params || {};
|
params = params || {};
|
||||||
var e = document.createEvent("CustomEvent");
|
var e = document.createEvent("CustomEvent");
|
||||||
|
@ -7047,7 +7047,7 @@ window.CustomElements.addModule(function(scope) {
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
if (!window.CustomEvent) {
|
if (!window.CustomEvent || isIE && typeof window.CustomEvent !== "function") {
|
||||||
window.CustomEvent = function(inType, params) {
|
window.CustomEvent = function(inType, params) {
|
||||||
params = params || {};
|
params = params || {};
|
||||||
var e = document.createEvent("CustomEvent");
|
var e = document.createEvent("CustomEvent");
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue