-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'dev' into entity-filter/add_value_entity_id_compatibility
- Loading branch information
Showing
628 changed files
with
17,848 additions
and
9,732 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,7 @@ jobs: | |
ref: dev | ||
|
||
- name: Setup Node | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
node-version-file: ".nvmrc" | ||
cache: yarn | ||
|
@@ -62,7 +62,7 @@ jobs: | |
ref: master | ||
|
||
- name: Setup Node | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
node-version-file: ".nvmrc" | ||
cache: yarn | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,7 @@ jobs: | |
- name: Check out files from GitHub | ||
uses: actions/[email protected] | ||
- name: Setup Node | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
node-version-file: ".nvmrc" | ||
cache: yarn | ||
|
@@ -37,7 +37,7 @@ jobs: | |
- name: Build resources | ||
run: ./node_modules/.bin/gulp gen-icons-json build-translations build-locale-data gather-gallery-pages | ||
- name: Setup lint cache | ||
uses: actions/cache@v3.3.3 | ||
uses: actions/cache@v4.0.1 | ||
with: | ||
path: | | ||
node_modules/.cache/prettier | ||
|
@@ -60,7 +60,7 @@ jobs: | |
- name: Check out files from GitHub | ||
uses: actions/[email protected] | ||
- name: Setup Node | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
node-version-file: ".nvmrc" | ||
cache: yarn | ||
|
@@ -78,7 +78,7 @@ jobs: | |
- name: Check out files from GitHub | ||
uses: actions/[email protected] | ||
- name: Setup Node | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
node-version-file: ".nvmrc" | ||
cache: yarn | ||
|
@@ -89,7 +89,7 @@ jobs: | |
env: | ||
IS_TEST: "true" | ||
- name: Upload bundle stats | ||
uses: actions/upload-artifact@v4.1.0 | ||
uses: actions/upload-artifact@v4.3.1 | ||
with: | ||
name: frontend-bundle-stats | ||
path: build/stats/*.json | ||
|
@@ -102,7 +102,7 @@ jobs: | |
- name: Check out files from GitHub | ||
uses: actions/[email protected] | ||
- name: Setup Node | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
node-version-file: ".nvmrc" | ||
cache: yarn | ||
|
@@ -113,7 +113,7 @@ jobs: | |
env: | ||
IS_TEST: "true" | ||
- name: Upload bundle stats | ||
uses: actions/upload-artifact@v4.1.0 | ||
uses: actions/upload-artifact@v4.3.1 | ||
with: | ||
name: supervisor-bundle-stats | ||
path: build/stats/*.json | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,7 +27,7 @@ jobs: | |
ref: dev | ||
|
||
- name: Setup Node | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
node-version-file: ".nvmrc" | ||
cache: yarn | ||
|
@@ -63,7 +63,7 @@ jobs: | |
ref: master | ||
|
||
- name: Setup Node | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
node-version-file: ".nvmrc" | ||
cache: yarn | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ jobs: | |
uses: actions/[email protected] | ||
|
||
- name: Setup Node | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
node-version-file: ".nvmrc" | ||
cache: yarn | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,7 @@ jobs: | |
uses: actions/[email protected] | ||
|
||
- name: Setup Node | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
node-version-file: ".nvmrc" | ||
cache: yarn | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,7 +28,7 @@ jobs: | |
python-version: ${{ env.PYTHON_VERSION }} | ||
|
||
- name: Setup Node | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
node-version-file: ".nvmrc" | ||
cache: yarn | ||
|
@@ -57,14 +57,14 @@ jobs: | |
run: tar -czvf translations.tar.gz translations | ||
|
||
- name: Upload build artifacts | ||
uses: actions/upload-artifact@v4.1.0 | ||
uses: actions/upload-artifact@v4.3.1 | ||
with: | ||
name: wheels | ||
path: dist/home_assistant_frontend*.whl | ||
if-no-files-found: error | ||
|
||
- name: Upload translations | ||
uses: actions/upload-artifact@v4.1.0 | ||
uses: actions/upload-artifact@v4.3.1 | ||
with: | ||
name: translations | ||
path: translations.tar.gz | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,7 +34,7 @@ jobs: | |
python-version: ${{ env.PYTHON_VERSION }} | ||
|
||
- name: Setup Node | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
node-version-file: ".nvmrc" | ||
cache: yarn | ||
|
@@ -55,7 +55,7 @@ jobs: | |
script/release | ||
- name: Upload release assets | ||
uses: softprops/action-gh-release@v0.1.15 | ||
uses: softprops/action-gh-release@v2.0.2 | ||
with: | ||
files: | | ||
dist/*.whl | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
diff --git a/dist/hls.light.mjs b/dist/hls.light.mjs | ||
index eed9d788fafdb159975e1a2eb08ac88ba9c9ac33..ace881935e6665946f1c8110ebd2f739cde4427e 100644 | ||
--- a/dist/hls.light.mjs | ||
+++ b/dist/hls.light.mjs | ||
@@ -20523,9 +20523,9 @@ class Hls { | ||
} | ||
Hls.defaultConfig = void 0; | ||
|
||
-var KeySystemFormats = empty.KeySystemFormats; | ||
-var KeySystems = empty.KeySystems; | ||
-var SubtitleStreamController = empty.SubtitleStreamController; | ||
-var TimelineController = empty.TimelineController; | ||
+var KeySystemFormats = empty; | ||
+var KeySystems = empty; | ||
+var SubtitleStreamController = empty; | ||
+var TimelineController = empty; | ||
export { AbrController, AttrList, Cues as AudioStreamController, Cues as AudioTrackController, BasePlaylistController, BaseSegment, BaseStreamController, BufferController, Cues as CMCDController, CapLevelController, ChunkMetadata, ContentSteeringController, DateRange, Cues as EMEController, ErrorActionFlags, ErrorController, ErrorDetails, ErrorTypes, Events, FPSController, Fragment, Hls, HlsSkip, HlsUrlParameters, KeySystemFormats, KeySystems, Level, LevelDetails, LevelKey, LoadStats, MetadataSchema, NetworkErrorAction, Part, PlaylistLevelType, SubtitleStreamController, Cues as SubtitleTrackController, TimelineController, Hls as default, getMediaSource, isMSESupported, isSupported }; | ||
//# sourceMappingURL=hls.light.mjs.map |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,73 @@ | ||
diff --git a/modular/sortable.core.esm.js b/modular/sortable.core.esm.js | ||
index 93ba17509e2e8583ab241fea6845fbe714c584a2..de0651ddb5dced30d36f7d764da0dd0b441f523f 100644 | ||
--- a/modular/sortable.core.esm.js | ||
+++ b/modular/sortable.core.esm.js | ||
@@ -1461,7 +1461,7 @@ Sortable.prototype = /** @lends Sortable.prototype */{ | ||
} | ||
target = parent; // store last element | ||
} | ||
- /* jshint boss:true */ while (parent = parent.parentNode); | ||
+ /* jshint boss:true */ while (parent = parent.parentNode || parent.getRootNode().host); | ||
} | ||
_unhideGhostForTarget(); | ||
} | ||
@@ -1781,11 +1781,16 @@ Sortable.prototype = /** @lends Sortable.prototype */{ | ||
} | ||
if (_onMove(rootEl, el, dragEl, dragRect, target, targetRect, evt, !!target) !== false) { | ||
capture(); | ||
- if (elLastChild && elLastChild.nextSibling) { | ||
- // the last draggable element is not the last node | ||
- el.insertBefore(dragEl, elLastChild.nextSibling); | ||
- } else { | ||
- el.appendChild(dragEl); | ||
+ try { | ||
+ if (elLastChild && elLastChild.nextSibling) { | ||
+ // the last draggable element is not the last node | ||
+ el.insertBefore(dragEl, elLastChild.nextSibling); | ||
+ } else { | ||
+ el.appendChild(dragEl); | ||
+ } | ||
+ } | ||
+ catch(err) { | ||
+ return completed(false); | ||
} | ||
parentEl = el; // actualization | ||
|
||
@@ -1802,7 +1807,13 @@ Sortable.prototype = /** @lends Sortable.prototype */{ | ||
targetRect = getRect(target); | ||
if (_onMove(rootEl, el, dragEl, dragRect, target, targetRect, evt, false) !== false) { | ||
capture(); | ||
- el.insertBefore(dragEl, firstChild); | ||
+ try { | ||
+ el.insertBefore(dragEl, firstChild); | ||
+ } | ||
+ catch(err) { | ||
+ return completed(false); | ||
+ } | ||
+ | ||
parentEl = el; // actualization | ||
|
||
changed(); | ||
@@ -1849,12 +1860,17 @@ Sortable.prototype = /** @lends Sortable.prototype */{ | ||
_silent = true; | ||
setTimeout(_unsilent, 30); | ||
capture(); | ||
- if (after && !nextSibling) { | ||
- el.appendChild(dragEl); | ||
- } else { | ||
- target.parentNode.insertBefore(dragEl, after ? nextSibling : target); | ||
- } | ||
|
||
+ try { | ||
+ if (after && !nextSibling) { | ||
+ el.appendChild(dragEl); | ||
+ } else { | ||
+ target.parentNode.insertBefore(dragEl, after ? nextSibling : target); | ||
+ } | ||
+ } | ||
+ catch(err) { | ||
+ return completed(false); | ||
+ } | ||
// Undo chrome's scroll adjustment (has no effect on other browsers) | ||
if (scrolledPastTop) { | ||
scrollBy(scrolledPastTop, 0, scrollBefore - scrolledPastTop.scrollTop); |
Oops, something went wrong.