@chrome-devtools/device-mode-emulation-frame 1.20260426.0 → 1.20260510.0
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/Images.js +1 -2
- package/Images.prebundle.js +1 -2
- package/chunk-av1ejxba.js +5 -0
- package/device_mode_emulation_frame.html +1 -1
- package/expand.svg +1 -0
- package/locales/en-US.json +1 -1
- package/locales/generated/collected-ui-strings.d +1 -1
- package/locales/generated/en-US.json +48 -123
- package/package.json +1 -1
- package/src/expand.svg +1 -0
- package/chunk-7svqvzxx.js +0 -5
|
@@ -1448,6 +1448,9 @@
|
|
|
1448
1448
|
"generated/Deprecation.ts | PrefixedVideoSupportsFullscreen": {
|
|
1449
1449
|
"message": "HTMLVideoElement.webkitSupportsFullscreen is deprecated. Please use Document.fullscreenEnabled instead."
|
|
1450
1450
|
},
|
|
1451
|
+
"generated/Deprecation.ts | PreventSvgFilterPaint": {
|
|
1452
|
+
"message": "SVG filters cannot be applied to cross-origin iframes, restricted iframes (e.g., sandboxed), or plugins."
|
|
1453
|
+
},
|
|
1451
1454
|
"generated/Deprecation.ts | RangeExpand": {
|
|
1452
1455
|
"message": "Range.expand() is deprecated. Please use Selection.modify() instead."
|
|
1453
1456
|
},
|
|
@@ -1979,6 +1982,9 @@
|
|
|
1979
1982
|
"models/trace/insights/DuplicatedJavaScript.ts | description": {
|
|
1980
1983
|
"message": "Remove large, [duplicate JavaScript modules](https://developer.chrome.com/docs/performance/insights/duplicated-javascript) from bundles to reduce unnecessary bytes consumed by network activity."
|
|
1981
1984
|
},
|
|
1985
|
+
"models/trace/insights/DuplicatedJavaScript.ts | noDuplicatedJavaScript": {
|
|
1986
|
+
"message": "No duplicated JavaScript found"
|
|
1987
|
+
},
|
|
1982
1988
|
"models/trace/insights/DuplicatedJavaScript.ts | title": {
|
|
1983
1989
|
"message": "Duplicated JavaScript"
|
|
1984
1990
|
},
|
|
@@ -1988,6 +1994,9 @@
|
|
|
1988
1994
|
"models/trace/insights/FontDisplay.ts | fontColumn": {
|
|
1989
1995
|
"message": "Font"
|
|
1990
1996
|
},
|
|
1997
|
+
"models/trace/insights/FontDisplay.ts | noFonts": {
|
|
1998
|
+
"message": "No fonts with suboptimal font-display found"
|
|
1999
|
+
},
|
|
1991
2000
|
"models/trace/insights/FontDisplay.ts | title": {
|
|
1992
2001
|
"message": "Font display"
|
|
1993
2002
|
},
|
|
@@ -2138,6 +2147,9 @@
|
|
|
2138
2147
|
"models/trace/insights/LegacyJavaScript.ts | description": {
|
|
2139
2148
|
"message": "Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile [Baseline](https://web.dev/articles/baseline-and-polyfills) features, unless you know you must support older browsers. [Learn why most sites can deploy ES6+ code without transpiling](https://developer.chrome.com/docs/performance/insights/legacy-javascript)"
|
|
2140
2149
|
},
|
|
2150
|
+
"models/trace/insights/LegacyJavaScript.ts | noLegacyJavaScript": {
|
|
2151
|
+
"message": "No legacy JavaScript found"
|
|
2152
|
+
},
|
|
2141
2153
|
"models/trace/insights/LegacyJavaScript.ts | title": {
|
|
2142
2154
|
"message": "Legacy JavaScript"
|
|
2143
2155
|
},
|
|
@@ -3461,9 +3473,6 @@
|
|
|
3461
3473
|
"panels/application/ApplicationPanelSidebar.ts | theContentOfThisDocumentHasBeen": {
|
|
3462
3474
|
"message": "The content of this document has been generated dynamically via 'document.write()'."
|
|
3463
3475
|
},
|
|
3464
|
-
"panels/application/ApplicationPanelSidebar.ts | thirdPartyPhaseout": {
|
|
3465
|
-
"message": "Cookies from {PH1} may have been blocked due to third-party cookie phaseout."
|
|
3466
|
-
},
|
|
3467
3476
|
"panels/application/ApplicationPanelSidebar.ts | versionS": {
|
|
3468
3477
|
"message": "Version: {PH1}"
|
|
3469
3478
|
},
|
|
@@ -6263,12 +6272,18 @@
|
|
|
6263
6272
|
"panels/application/TrustTokensTreeElement.ts | trustTokens": {
|
|
6264
6273
|
"message": "Private state tokens"
|
|
6265
6274
|
},
|
|
6275
|
+
"panels/application/WebMCPView.ts | cancelCall": {
|
|
6276
|
+
"message": "Cancel"
|
|
6277
|
+
},
|
|
6266
6278
|
"panels/application/WebMCPView.ts | canceled": {
|
|
6267
6279
|
"message": "Canceled"
|
|
6268
6280
|
},
|
|
6269
6281
|
"panels/application/WebMCPView.ts | canceledCount": {
|
|
6270
6282
|
"message": "{PH1} Canceled"
|
|
6271
6283
|
},
|
|
6284
|
+
"panels/application/WebMCPView.ts | causedBy": {
|
|
6285
|
+
"message": "Caused by:"
|
|
6286
|
+
},
|
|
6272
6287
|
"panels/application/WebMCPView.ts | clearFilters": {
|
|
6273
6288
|
"message": "Clear filters"
|
|
6274
6289
|
},
|
|
@@ -6290,6 +6305,9 @@
|
|
|
6290
6305
|
"panels/application/WebMCPView.ts | declarative": {
|
|
6291
6306
|
"message": "Declarative"
|
|
6292
6307
|
},
|
|
6308
|
+
"panels/application/WebMCPView.ts | editAndRun": {
|
|
6309
|
+
"message": "Edit and run"
|
|
6310
|
+
},
|
|
6293
6311
|
"panels/application/WebMCPView.ts | error": {
|
|
6294
6312
|
"message": "Error"
|
|
6295
6313
|
},
|
|
@@ -6332,9 +6350,15 @@
|
|
|
6332
6350
|
"panels/application/WebMCPView.ts | output": {
|
|
6333
6351
|
"message": "Output"
|
|
6334
6352
|
},
|
|
6353
|
+
"panels/application/WebMCPView.ts | paste": {
|
|
6354
|
+
"message": "Paste"
|
|
6355
|
+
},
|
|
6335
6356
|
"panels/application/WebMCPView.ts | pending": {
|
|
6336
6357
|
"message": "In Progress"
|
|
6337
6358
|
},
|
|
6359
|
+
"panels/application/WebMCPView.ts | revealTool": {
|
|
6360
|
+
"message": "Reveal tool"
|
|
6361
|
+
},
|
|
6338
6362
|
"panels/application/WebMCPView.ts | runTool": {
|
|
6339
6363
|
"message": "Run Tool"
|
|
6340
6364
|
},
|
|
@@ -6353,6 +6377,9 @@
|
|
|
6353
6377
|
"panels/application/WebMCPView.ts | toolTypes": {
|
|
6354
6378
|
"message": "Tool types"
|
|
6355
6379
|
},
|
|
6380
|
+
"panels/application/WebMCPView.ts | toolUnregisteredNotice": {
|
|
6381
|
+
"message": "This tool has been unregistered"
|
|
6382
|
+
},
|
|
6356
6383
|
"panels/application/WebMCPView.ts | totalCalls": {
|
|
6357
6384
|
"message": "{PH1} Total calls"
|
|
6358
6385
|
},
|
|
@@ -6956,6 +6983,9 @@
|
|
|
6956
6983
|
"panels/console/ConsoleView.ts | autocompleteFromHistory": {
|
|
6957
6984
|
"message": "Autocomplete from history"
|
|
6958
6985
|
},
|
|
6986
|
+
"panels/console/ConsoleView.ts | collapseAll": {
|
|
6987
|
+
"message": "Collapse all"
|
|
6988
|
+
},
|
|
6959
6989
|
"panels/console/ConsoleView.ts | consoleCleared": {
|
|
6960
6990
|
"message": "Console cleared"
|
|
6961
6991
|
},
|
|
@@ -6995,6 +7025,9 @@
|
|
|
6995
7025
|
"panels/console/ConsoleView.ts | errors": {
|
|
6996
7026
|
"message": "Errors"
|
|
6997
7027
|
},
|
|
7028
|
+
"panels/console/ConsoleView.ts | expandAll": {
|
|
7029
|
+
"message": "Expand all"
|
|
7030
|
+
},
|
|
6998
7031
|
"panels/console/ConsoleView.ts | filteredMessagesInConsole": {
|
|
6999
7032
|
"message": "{PH1} messages in console"
|
|
7000
7033
|
},
|
|
@@ -8363,6 +8396,12 @@
|
|
|
8363
8396
|
"panels/elements/StylePropertyTreeElement.ts | viewComputedValue": {
|
|
8364
8397
|
"message": "View computed value"
|
|
8365
8398
|
},
|
|
8399
|
+
"panels/elements/StylesSidebarPane.ts | aiSuggestionAccepted": {
|
|
8400
|
+
"message": "{PH1} Suggestion accepted."
|
|
8401
|
+
},
|
|
8402
|
+
"panels/elements/StylesSidebarPane.ts | atRuleSection": {
|
|
8403
|
+
"message": "Other @rules"
|
|
8404
|
+
},
|
|
8366
8405
|
"panels/elements/StylesSidebarPane.ts | automaticDarkMode": {
|
|
8367
8406
|
"message": "Automatic dark mode"
|
|
8368
8407
|
},
|
|
@@ -9296,6 +9335,12 @@
|
|
|
9296
9335
|
"panels/lighthouse/LighthouseController.ts | accessibility": {
|
|
9297
9336
|
"message": "Accessibility"
|
|
9298
9337
|
},
|
|
9338
|
+
"panels/lighthouse/LighthouseController.ts | agenticBrowsing": {
|
|
9339
|
+
"message": "Agentic browsing"
|
|
9340
|
+
},
|
|
9341
|
+
"panels/lighthouse/LighthouseController.ts | agenticBrowsingDescription": {
|
|
9342
|
+
"message": "These checks ensure high-quality, browsable websites for AI agents and validate the correctness of WebMCP integrations. This category is still under development and subject to change."
|
|
9343
|
+
},
|
|
9299
9344
|
"panels/lighthouse/LighthouseController.ts | applyDesktopEmulationDuring": {
|
|
9300
9345
|
"message": "Apply desktop emulation during auditing"
|
|
9301
9346
|
},
|
|
@@ -11987,9 +12032,6 @@
|
|
|
11987
12032
|
"panels/profiler/HeapSnapshotView.ts | duplicatedStrings": {
|
|
11988
12033
|
"message": "Duplicated strings"
|
|
11989
12034
|
},
|
|
11990
|
-
"panels/profiler/HeapSnapshotView.ts | exposeInternals": {
|
|
11991
|
-
"message": "Internals with implementation details"
|
|
11992
|
-
},
|
|
11993
12035
|
"panels/profiler/HeapSnapshotView.ts | filter": {
|
|
11994
12036
|
"message": "Filter"
|
|
11995
12037
|
},
|
|
@@ -12128,33 +12170,6 @@
|
|
|
12128
12170
|
"panels/profiler/IsolateSelector.ts | totalPageJsHeapSizeChangeTrend": {
|
|
12129
12171
|
"message": "Total page JS heap size change trend over the last {PH1} minutes."
|
|
12130
12172
|
},
|
|
12131
|
-
"panels/profiler/LiveHeapProfileView.ts | allocatedJsHeapSizeCurrentlyIn": {
|
|
12132
|
-
"message": "Allocated JS heap size currently in use"
|
|
12133
|
-
},
|
|
12134
|
-
"panels/profiler/LiveHeapProfileView.ts | anonymousScriptS": {
|
|
12135
|
-
"message": "(Anonymous Script {PH1})"
|
|
12136
|
-
},
|
|
12137
|
-
"panels/profiler/LiveHeapProfileView.ts | heapProfile": {
|
|
12138
|
-
"message": "Heap Profile"
|
|
12139
|
-
},
|
|
12140
|
-
"panels/profiler/LiveHeapProfileView.ts | jsHeap": {
|
|
12141
|
-
"message": "JS Heap"
|
|
12142
|
-
},
|
|
12143
|
-
"panels/profiler/LiveHeapProfileView.ts | kb": {
|
|
12144
|
-
"message": "kB"
|
|
12145
|
-
},
|
|
12146
|
-
"panels/profiler/LiveHeapProfileView.ts | numberOfVmsSharingTheSameScript": {
|
|
12147
|
-
"message": "Number of VMs sharing the same script source"
|
|
12148
|
-
},
|
|
12149
|
-
"panels/profiler/LiveHeapProfileView.ts | scriptUrl": {
|
|
12150
|
-
"message": "Script URL"
|
|
12151
|
-
},
|
|
12152
|
-
"panels/profiler/LiveHeapProfileView.ts | urlOfTheScriptSource": {
|
|
12153
|
-
"message": "URL of the script source"
|
|
12154
|
-
},
|
|
12155
|
-
"panels/profiler/LiveHeapProfileView.ts | vms": {
|
|
12156
|
-
"message": "VMs"
|
|
12157
|
-
},
|
|
12158
12173
|
"panels/profiler/ModuleUIStrings.ts | buildingAllocationStatistics": {
|
|
12159
12174
|
"message": "Building allocation statistics…"
|
|
12160
12175
|
},
|
|
@@ -12257,9 +12272,6 @@
|
|
|
12257
12272
|
"panels/profiler/profiler-meta.ts | deleteProfile": {
|
|
12258
12273
|
"message": "Delete profile"
|
|
12259
12274
|
},
|
|
12260
|
-
"panels/profiler/profiler-meta.ts | liveHeapProfile": {
|
|
12261
|
-
"message": "Live Heap Profile"
|
|
12262
|
-
},
|
|
12263
12275
|
"panels/profiler/profiler-meta.ts | loadProfile": {
|
|
12264
12276
|
"message": "Load profile…"
|
|
12265
12277
|
},
|
|
@@ -12269,24 +12281,12 @@
|
|
|
12269
12281
|
"panels/profiler/profiler-meta.ts | saveProfile": {
|
|
12270
12282
|
"message": "Save profile…"
|
|
12271
12283
|
},
|
|
12272
|
-
"panels/profiler/profiler-meta.ts | showLiveHeapProfile": {
|
|
12273
|
-
"message": "Show Live Heap Profile"
|
|
12274
|
-
},
|
|
12275
12284
|
"panels/profiler/profiler-meta.ts | showMemory": {
|
|
12276
12285
|
"message": "Show Memory"
|
|
12277
12286
|
},
|
|
12278
|
-
"panels/profiler/profiler-meta.ts | startRecordingHeapAllocations": {
|
|
12279
|
-
"message": "Start recording heap allocations"
|
|
12280
|
-
},
|
|
12281
|
-
"panels/profiler/profiler-meta.ts | startRecordingHeapAllocationsAndReload": {
|
|
12282
|
-
"message": "Start recording heap allocations and reload the page"
|
|
12283
|
-
},
|
|
12284
12287
|
"panels/profiler/profiler-meta.ts | startStopRecording": {
|
|
12285
12288
|
"message": "Start/stop recording"
|
|
12286
12289
|
},
|
|
12287
|
-
"panels/profiler/profiler-meta.ts | stopRecordingHeapAllocations": {
|
|
12288
|
-
"message": "Stop recording heap allocations"
|
|
12289
|
-
},
|
|
12290
12290
|
"panels/profiler/ProfileSidebarTreeElement.ts | profileOptions": {
|
|
12291
12291
|
"message": "Profile options"
|
|
12292
12292
|
},
|
|
@@ -14633,12 +14633,6 @@
|
|
|
14633
14633
|
"panels/sources/PersistenceActions.ts | showOverrides": {
|
|
14634
14634
|
"message": "Show all overrides"
|
|
14635
14635
|
},
|
|
14636
|
-
"panels/sources/ProfilePlugin.ts | kb": {
|
|
14637
|
-
"message": "kB"
|
|
14638
|
-
},
|
|
14639
|
-
"panels/sources/ProfilePlugin.ts | mb": {
|
|
14640
|
-
"message": "MB"
|
|
14641
|
-
},
|
|
14642
14636
|
"panels/sources/ProfilePlugin.ts | ms": {
|
|
14643
14637
|
"message": "ms"
|
|
14644
14638
|
},
|
|
@@ -17603,66 +17597,6 @@
|
|
|
17603
17597
|
"ui/legacy/components/inline_editor/CSSShadowEditor.ts | yOffset": {
|
|
17604
17598
|
"message": "Y offset"
|
|
17605
17599
|
},
|
|
17606
|
-
"ui/legacy/components/inline_editor/FontEditor.ts | cssProperties": {
|
|
17607
|
-
"message": "CSS Properties"
|
|
17608
|
-
},
|
|
17609
|
-
"ui/legacy/components/inline_editor/FontEditor.ts | deleteS": {
|
|
17610
|
-
"message": "Delete {PH1}"
|
|
17611
|
-
},
|
|
17612
|
-
"ui/legacy/components/inline_editor/FontEditor.ts | fallbackS": {
|
|
17613
|
-
"message": "Fallback {PH1}"
|
|
17614
|
-
},
|
|
17615
|
-
"ui/legacy/components/inline_editor/FontEditor.ts | fontFamily": {
|
|
17616
|
-
"message": "Font Family"
|
|
17617
|
-
},
|
|
17618
|
-
"ui/legacy/components/inline_editor/FontEditor.ts | fontSelectorDeletedAtIndexS": {
|
|
17619
|
-
"message": "Font Selector deleted at index: {PH1}"
|
|
17620
|
-
},
|
|
17621
|
-
"ui/legacy/components/inline_editor/FontEditor.ts | fontSize": {
|
|
17622
|
-
"message": "Font Size"
|
|
17623
|
-
},
|
|
17624
|
-
"ui/legacy/components/inline_editor/FontEditor.ts | fontWeight": {
|
|
17625
|
-
"message": "Font Weight"
|
|
17626
|
-
},
|
|
17627
|
-
"ui/legacy/components/inline_editor/FontEditor.ts | lineHeight": {
|
|
17628
|
-
"message": "Line Height"
|
|
17629
|
-
},
|
|
17630
|
-
"ui/legacy/components/inline_editor/FontEditor.ts | PleaseEnterAValidValueForSText": {
|
|
17631
|
-
"message": "* Please enter a valid value for {PH1} text input"
|
|
17632
|
-
},
|
|
17633
|
-
"ui/legacy/components/inline_editor/FontEditor.ts | selectorInputMode": {
|
|
17634
|
-
"message": "Selector Input Mode"
|
|
17635
|
-
},
|
|
17636
|
-
"ui/legacy/components/inline_editor/FontEditor.ts | sKeyValueSelector": {
|
|
17637
|
-
"message": "{PH1} Key Value Selector"
|
|
17638
|
-
},
|
|
17639
|
-
"ui/legacy/components/inline_editor/FontEditor.ts | sliderInputMode": {
|
|
17640
|
-
"message": "Slider Input Mode"
|
|
17641
|
-
},
|
|
17642
|
-
"ui/legacy/components/inline_editor/FontEditor.ts | spacing": {
|
|
17643
|
-
"message": "Spacing"
|
|
17644
|
-
},
|
|
17645
|
-
"ui/legacy/components/inline_editor/FontEditor.ts | sSliderInput": {
|
|
17646
|
-
"message": "{PH1} Slider Input"
|
|
17647
|
-
},
|
|
17648
|
-
"ui/legacy/components/inline_editor/FontEditor.ts | sTextInput": {
|
|
17649
|
-
"message": "{PH1} Text Input"
|
|
17650
|
-
},
|
|
17651
|
-
"ui/legacy/components/inline_editor/FontEditor.ts | sToggleInputType": {
|
|
17652
|
-
"message": "{PH1} toggle input type"
|
|
17653
|
-
},
|
|
17654
|
-
"ui/legacy/components/inline_editor/FontEditor.ts | sUnitInput": {
|
|
17655
|
-
"message": "{PH1} Unit Input"
|
|
17656
|
-
},
|
|
17657
|
-
"ui/legacy/components/inline_editor/FontEditor.ts | thereIsNoValueToDeleteAtIndexS": {
|
|
17658
|
-
"message": "There is no value to delete at index: {PH1}"
|
|
17659
|
-
},
|
|
17660
|
-
"ui/legacy/components/inline_editor/FontEditor.ts | thisPropertyIsSetToContainUnits": {
|
|
17661
|
-
"message": "This property is set to contain units but does not have a defined corresponding unitsArray: {PH1}"
|
|
17662
|
-
},
|
|
17663
|
-
"ui/legacy/components/inline_editor/FontEditor.ts | units": {
|
|
17664
|
-
"message": "Units"
|
|
17665
|
-
},
|
|
17666
17600
|
"ui/legacy/components/object_ui/CustomPreviewComponent.ts | showAsJavascriptObject": {
|
|
17667
17601
|
"message": "Show as JavaScript object"
|
|
17668
17602
|
},
|
|
@@ -17816,18 +17750,9 @@
|
|
|
17816
17750
|
"ui/legacy/components/perf_ui/perf_ui-meta.ts | flamechartSelectedNavigation": {
|
|
17817
17751
|
"message": "Flamechart navigation:"
|
|
17818
17752
|
},
|
|
17819
|
-
"ui/legacy/components/perf_ui/perf_ui-meta.ts | hideLiveMemoryAllocation": {
|
|
17820
|
-
"message": "Hide live memory allocation annotations"
|
|
17821
|
-
},
|
|
17822
|
-
"ui/legacy/components/perf_ui/perf_ui-meta.ts | liveMemoryAllocationAnnotations": {
|
|
17823
|
-
"message": "Live memory allocation annotations"
|
|
17824
|
-
},
|
|
17825
17753
|
"ui/legacy/components/perf_ui/perf_ui-meta.ts | modern": {
|
|
17826
17754
|
"message": "Modern"
|
|
17827
17755
|
},
|
|
17828
|
-
"ui/legacy/components/perf_ui/perf_ui-meta.ts | showLiveMemoryAllocation": {
|
|
17829
|
-
"message": "Show live memory allocation annotations"
|
|
17830
|
-
},
|
|
17831
17756
|
"ui/legacy/components/perf_ui/PieChart.ts | total": {
|
|
17832
17757
|
"message": "Total"
|
|
17833
17758
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chrome-devtools/device-mode-emulation-frame",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.20260510.0",
|
|
4
4
|
"description": "chrome-devtools-frontend built version",
|
|
5
5
|
"repository": "https://github.com/iam-medvedev/chrome-devtools.git",
|
|
6
6
|
"author": "Ilya Medvedev <ilya@medvedev.im>",
|
package/src/expand.svg
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" height="20" viewBox="0 -960 960 960" width="20"><path d="M192-96v-72h576v72H192Zm288-144L336-384l51-51 57 57v-204l-57 57-51-51 144-144 144 144-51 51-57-57v204l57-57 51 51-144 144ZM192-792v-72h576v72H192Z"/></svg>
|
package/chunk-7svqvzxx.js
DELETED
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
var T=Object.defineProperty;var ee=(e)=>e;function re(e,r){this[e]=ee.bind(null,r)}var P=(e,r)=>{for(var o in r)T(e,o,{get:r[o],enumerable:!0,configurable:!0,set:re.bind(r,o)})};var S=(e,r)=>()=>(e&&(r=e(e=0)),r);var z={};P(z,{HostRuntime:()=>k});var te,oe=(e,r)=>{for(var o in r)te(e,o,{get:r[o],enumerable:!0})},k,le=class{postMessage(e,r){self.postMessage(e,r)}set onmessage(e){self.addEventListener("message",e)}},ae=class{#e;#r;#t;constructor(e){this.#e=new Promise((r,o)=>{this.#t=o;let l=new Worker(new URL(e),{type:"module"});l.onerror=(s)=>{console.error(`Failed to load worker for ${e}:`,s)},l.onmessage=(s)=>{console.assert(s.data==="workerReady"),l.onmessage=null,r(l)}})}postMessage(e,r){this.#e.then((o)=>{if(!this.#r)o.postMessage(e,r??[])})}dispose(){this.#r=!0,this.#e.then((e)=>e.terminate())}terminate(e=!1){if(e)this.#t?.(Error("Worker terminated"));this.dispose()}set onmessage(e){this.#e.then((r)=>{r.onmessage=e})}set onerror(e){this.#e.then((r)=>{r.onerror=e})}},se;var C=S(()=>{te=Object.defineProperty,k={};oe(k,{HOST_RUNTIME:()=>se});se={createWorker(e){return new ae(e)},workerScope:new le}});var G={};P(G,{HostRuntime:()=>x});import*as y from"node:worker_threads";var ie,pe=(e,r)=>{for(var o in r)ie(e,o,{get:r[o],enumerable:!0})},x,ne=class{postMessage(e,r){y.parentPort?.postMessage(e,r)}set onmessage(e){y.parentPort?.addEventListener("message",(r)=>{e(r)})}},fe=class{#e;#r=!1;#t;constructor(e){this.#e=new Promise((r,o)=>{this.#t=o;let l=new y.Worker(new URL(e));l.once("message",(s)=>{if(s==="workerReady")r(l)}),l.on("error",o)})}postMessage(e,r){this.#e.then((o)=>{if(!this.#r)o.postMessage(e,r)})}dispose(){this.#r=!0,this.#e.then((e)=>e.terminate())}terminate(e){if(e)this.#t?.(Error("Worker terminated"));this.dispose()}set onmessage(e){this.#e.then((r)=>{r.on("message",(o)=>{if(!this.#r)e({data:o,ports:[]})})})}set onerror(e){this.#e.then((r)=>{r.on("error",(o)=>{if(!this.#r)e({type:"error",...o})})})}},ge;var D=S(()=>{ie=Object.defineProperty,x={};pe(x,{HOST_RUNTIME:()=>ge});ge={createWorker(e){return new fe(e)},workerScope:new ne}});var ce=Object.defineProperty,g=(e,r)=>{for(var o in r)ce(e,o,{get:r[o],enumerable:!0})},ye={};g(ye,{DEFAULT_COMPARATOR:()=>H,arrayDoesNotContainNullOrUndefined:()=>de,assertArrayIsSorted:()=>Pe,binaryIndexOf:()=>we,intersectOrdered:()=>be,lowerBound:()=>X,mergeOrdered:()=>Ue,nearestIndexFromBeginning:()=>he,nearestIndexFromEnd:()=>Le,removeElement:()=>me,sortRange:()=>ve,swap:()=>u,upperBound:()=>Re});var me=(e,r,o)=>{let l=e.indexOf(r);if(l===-1)return!1;if(o)return e.splice(l,1),!0;for(let s=l+1,a=e.length;s<a;++s)if(e[s]!==r)e[l++]=e[s];return e.length=l,!0};function u(e,r,o){let l=e[r];e[r]=e[o],e[o]=l}function ue(e,r,o,l,s){let a=e[s];u(e,l,s);let p=o;for(let i=o;i<l;++i)if(r(e[i],a)<0)u(e,p,i),++p;return u(e,l,p),p}function w(e,r,o,l,s,a){if(l<=o)return;let p=Math.floor(Math.random()*(l-o))+o,i=ue(e,r,o,l,p);if(s<i)w(e,r,o,i-1,s,a);if(i<a)w(e,r,i+1,l,s,a)}function ve(e,r,o,l,s,a){if(o===0&&l===e.length-1&&s===0&&a>=l)e.sort(r);else w(e,r,o,l,s,a);return e}var we=(e,r,o)=>{let l=X(e,r,o);return l<e.length&&o(r,e[l])===0?l:-1};function Y(e,r,o,l){let s=[],a=0,p=0;while(a<e.length&&p<r.length){let i=o(e[a],r[p]);if(l||!i)s.push(i<=0?e[a]:r[p]);if(i<=0)a++;if(i>=0)p++}if(l){while(a<e.length)s.push(e[a++]);while(p<r.length)s.push(r[p++])}return s}var be=(e,r,o)=>{return Y(e,r,o,!1)},Ue=(e,r,o)=>{return Y(e,r,o,!0)},H=(e,r)=>{return e<r?-1:e>r?1:0};function X(e,r,o,l,s){let a=l||0,p=s!==void 0?s:e.length;while(a<p){let i=a+p>>1;if(o(r,e[i])>0)a=i+1;else p=i}return p}function Re(e,r,o,l,s){let a=l||0,p=s!==void 0?s:e.length;while(a<p){let i=a+p>>1;if(o(r,e[i])>=0)a=i+1;else p=i}return p}function J(e,r,o){let l=o==="END";if(e.length===0)return null;let s=0,a=e.length-1,p=0,i=!1,n=!1,f=0;do if(f=s+(a-s)/2,p=l?Math.ceil(f):Math.floor(f),i=r(e[p]),n=i===l,n)s=Math.min(a,p+(s===p?1:0));else a=Math.max(s,p+(a===p?-1:0));while(a!==s);if(!r(e[s]))return null;return s}function he(e,r){return J(e,r,"BEGINNING")}function Le(e,r){return J(e,r,"END")}function de(e){return!e.includes(null)&&!e.includes(void 0)}function Pe(e,r){let o=r||H;for(let l=0;l<e.length-1;l++){let s=e[l],a=e[l+1];if(o(s,a)>0)throw Error(`Array is not sorted at index ${l}: ${JSON.stringify(s)} > ${JSON.stringify(a)}`)}}var Se={};g(Se,{isValid:()=>ke,toISO8601Compact:()=>ze});var ke=(e)=>{return!isNaN(e.getTime())},ze=(e)=>{function r(o){return(o>9?"":"0")+o}return e.getFullYear()+r(e.getMonth()+1)+r(e.getDate())+"T"+r(e.getHours())+r(e.getMinutes())+r(e.getSeconds())},Ce={};g(Ce,{EmptyEncodedPathString:()=>_e,EmptyRawPathString:()=>De,EmptyUrlString:()=>xe,urlString:()=>Ge});var xe="",Ge=(e,...r)=>String.raw({raw:e},...r),De="",_e="",je={};g(je,{HOST_RUNTIME:()=>Me,IS_BROWSER:()=>$,IS_NODE:()=>K});var K=typeof process<"u"&&process.versions?.node!==null,$=typeof window<"u"||typeof self<"u"&&typeof self.postMessage==="function",Me=await(async()=>{if($)return(await Promise.resolve().then(() => (C(),z))).HostRuntime.HOST_RUNTIME;if(K)return(await Promise.resolve().then(() => (D(),G))).HostRuntime.HOST_RUNTIME;throw Error("Unknown runtime!")})(),b={};g(b,{ARROW_KEYS:()=>A,ENTER_KEY:()=>Ye,ESCAPE_KEY:()=>He,TAB_KEY:()=>Xe,isEnterOrSpaceKey:()=>$e,isEscKey:()=>Ke,keyIsArrowKey:()=>Je});var Ye="Enter",He="Escape",Xe="Tab",A=new Set(["ArrowUp","ArrowDown","ArrowLeft","ArrowRight"]);function Je(e){return A.has(e)}function Ke(e){return e.key==="Escape"}function $e(e){return e.key==="Enter"||e.key===" "}var Ae={};g(Ae,{Multimap:()=>Z,getWithDefault:()=>Qe,inverse:()=>Ze});var Ze=function(e){let r=new Z;for(let[o,l]of e.entries())r.set(l,o);return r},Z=class{map=new Map;set(e,r){let o=this.map.get(e);if(!o)o=new Set,this.map.set(e,o);o.add(r)}get(e){return this.map.get(e)||new Set}has(e){return this.map.has(e)}hasValue(e,r){let o=this.map.get(e);if(!o)return!1;return o.has(r)}get size(){return this.map.size}delete(e,r){let o=this.get(e);if(!o)return!1;let l=o.delete(r);if(!o.size)this.map.delete(e);return l}deleteAll(e){this.map.delete(e)}keysArray(){return[...this.map.keys()]}keys(){return this.map.keys()}valuesArray(){let e=[];for(let r of this.map.values())e.push(...r.values());return e}clear(){this.map.clear()}};function Qe(e,r,o){let l=e.get(r);if(l===void 0||l===null)l=o(r),e.set(r,l);return l}var qe={};g(qe,{isTextType:()=>Oe,parseContentType:()=>Ve});var Ee=new Set(["application/ecmascript","application/javascript","application/json","application/json+protobuf","application/mpegurl","application/vnd.apple.mpegurl","application/vnd.dart","application/xml","application/x-aspx","application/x-javascript","application/x-jsp","application/x-httpd-php","application/x-mpegurl","audio/mpegurl","audio/x-mpegurl"]);function Oe(e){return e.startsWith("text/")||e.startsWith("multipart/")||e.includes("json")||e.endsWith("+xml")||Ee.has(e)}function Ve(e){if(e==="*/*")return{mimeType:null,charset:null};let{mimeType:r,params:o}=Fe(e),l=o.get("charset")?.toLowerCase().trim()??null;return{mimeType:r,charset:l}}function Fe(e){e=e.trim();let r=_(e," \t;(");if(r<0)r=e.length;let o=e.indexOf("/");if(o<0||o>r)return{mimeType:null,params:new Map};let l=e.substring(0,r).toLowerCase(),s=new Map,a=e.indexOf(";",r);while(a>=0&&a<e.length){if(++a,a=j(e," \t",a),a<0)continue;let p=a;if(a=_(e,";=",a),a<0||e[a]===";")continue;let i=e.substring(p,a).toLowerCase();++a,a=j(e," \t",a);let n="";if(a<0||e[a]===";")continue;else if(e[a]!=='"'){let f=a;a=e.indexOf(";",a);let c=a>=0?a:e.length;n=e.substring(f,c).trimEnd()}else{++a;while(a<e.length&&e[a]!=='"'){if(e[a]==="\\"&&a+1<e.length)++a;n+=e[a],++a}a=e.indexOf(";",a)}if(!s.has(i))s.set(i,n)}return{mimeType:l,params:s}}function _(e,r,o=0){for(let l=o;l<e.length;l++)if(r.includes(e[l]))return l;return-1}function j(e,r,o=0){for(let l=o;l<e.length;l++)if(!r.includes(e[l]))return l;return-1}var Ie={};g(Ie,{aspectRatio:()=>rr,clamp:()=>Ne,floor:()=>Te,greatestCommonDivisor:()=>Q,mod:()=>Be,toFixedIfFloating:()=>We,withThousandsSeparator:()=>tr});var Ne=(e,r,o)=>{let l=e;if(e<r)l=r;else if(e>o)l=o;return l},Be=(e,r)=>{return(e%r+r)%r},We=(e)=>{if(!e||Number.isNaN(Number(e)))return e;let r=Number(e);return r%1?r.toFixed(3):String(r)},Te=(e,r=0)=>{if(r>0&&r<1)return r=1/r,Math.floor(e/r)*r;let o=Math.pow(10,r);return Math.floor(e*o)/o},Q=(e,r)=>{e=Math.round(e),r=Math.round(r);while(r!==0){let o=r;r=e%r,e=o}return e},er=new Map([["8∶5","16∶10"]]),rr=(e,r)=>{let o=Q(e,r);if(o!==0)e/=o,r/=o;let l=`${e}∶${r}`;return er.get(l)||l},tr=function(e){let r=String(e),o=/(\d+)(\d{3})/;while(r.match(o))r=r.replace(o,"$1 $2");return r},U={};g(U,{DOUBLE_QUOTE:()=>V,SINGLE_QUOTE:()=>O,base64ToSize:()=>xr,caseInsensetiveComparator:()=>hr,collapseWhitespace:()=>nr,compare:()=>dr,concatBase64:()=>Kr,countUnmatchedLeftParentheses:()=>_r,countWtf8Bytes:()=>cr,createPlainTextSearchRegex:()=>F,createSearchRegex:()=>Rr,escapeCharacters:()=>R,escapeForRegExp:()=>kr,escapeForURLPattern:()=>zr,filterRegex:()=>Ur,findIndexesOfSubString:()=>q,findLineEndingIndexes:()=>sr,findUnclosedCssQuote:()=>Dr,formatAsJSLiteral:()=>or,hashCode:()=>Lr,isExtendedKebabCase:()=>ur,isWhitespace:()=>ir,naturalOrderComparator:()=>Cr,regexSpecialCharacters:()=>E,removeURLFragment:()=>wr,replaceControlCharacters:()=>gr,replaceLast:()=>Xr,reverse:()=>fr,sprintf:()=>lr,stringifyWithPrecision:()=>Jr,stripLineBreaks:()=>yr,toBase64:()=>ar,toKebabCase:()=>I,toKebabCaseKeys:()=>Yr,toLowerCaseString:()=>jr,toSnakeCase:()=>Hr,toTitleCase:()=>vr,trimEndWithMaxLength:()=>Sr,trimMiddle:()=>Pr,trimURL:()=>pr});var R=(e,r)=>{let o=!1;for(let s=0;s<r.length;++s)if(e.indexOf(r.charAt(s))!==-1){o=!0;break}if(!o)return String(e);let l="";for(let s=0;s<e.length;++s){if(r.indexOf(e.charAt(s))!==-1)l+="\\";l+=e.charAt(s)}return l},M=(e,r)=>{return e.toString(16).toUpperCase().padStart(r,"0")},v=new Map([["\b","\\b"],["\f","\\f"],[`
|
|
2
|
-
`,"\\n"],["\r","\\r"],["\t","\\t"],["\v","\\v"],["'","\\'"],["\\","\\\\"],["<!--","\\x3C!--"],["<script","\\x3Cscript"],["</script","\\x3C/script"]]),or=(e)=>{let r=/(\\|<(?:!--|\/?script))|(\p{Control})|(\p{Surrogate})/gu,o=/(\\|'|<(?:!--|\/?script))|(\p{Control})|(\p{Surrogate})/gu,l=(p,i,n,f)=>{if(n){if(v.has(n))return v.get(n);return"\\x"+M(n.charCodeAt(0),2)}if(f)return"\\u"+M(f.charCodeAt(0),4);if(i)return v.get(i)||"";return p},s="",a="";if(!e.includes("'"))a="'",s=e.replaceAll(r,l);else if(!e.includes('"'))a='"',s=e.replaceAll(r,l);else if(!e.includes("`")&&!e.includes("${"))a="`",s=e.replaceAll(r,l);else a="'",s=e.replaceAll(o,l);return`${a}${s}${a}`},lr=(e,...r)=>{let o=0,l=/%(?:(\d+)\$)?(?:\.(\d*))?([%dfs])/g;return e.replaceAll(l,(s,a,p,i)=>{if(i==="%")return"%";if(a!==void 0){if(o=parseInt(a,10)-1,o<0)throw RangeError(`Invalid parameter index ${o+1}`)}if(o>=r.length)throw RangeError(`Expected at least ${o+1} format parameters, but only ${r.length} where given.`);if(i==="s"){let f=String(r[o++]);if(p!==void 0)return f.substring(0,Number(p));return f}let n=Number(r[o++]);if(isNaN(n))n=0;if(i==="d")return String(Math.floor(n)).padStart(Number(p),"0");if(p!==void 0)return n.toFixed(Number(p));return String(n)})},ar=(e)=>{function r(n){return n<26?n+65:n<52?n+71:n<62?n-4:n===62?43:n===63?47:65}let l=new TextEncoder().encode(e.toString()),s=l.length,a="";if(s===0)return a;let p,i=0;for(let n=0;n<s;n++)if(p=n%3,i|=l[n]<<(16>>>p&24),p===2)a+=String.fromCharCode(r(i>>>18&63),r(i>>>12&63),r(i>>>6&63),r(i&63)),i=0;if(p===0)a+=String.fromCharCode(r(i>>>18&63),r(i>>>12&63),61,61);else if(p===1)a+=String.fromCharCode(r(i>>>18&63),r(i>>>12&63),r(i>>>6&63),61);return a},q=(e,r)=>{let o=[],l=e.indexOf(r);while(l!==-1)o.push(l),l=e.indexOf(r,l+r.length);return o},sr=(e)=>{let r=q(e,`
|
|
3
|
-
`);return r.push(e.length),r},ir=(e)=>{return/^\s*$/.test(e)},pr=(e,r)=>{let o=e.replace(/^(https|http|file):\/\//i,"");if(r){if(o.toLowerCase().startsWith(r.toLowerCase()))o=o.substr(r.length)}return o},nr=(e)=>{return e.replace(/[\s\xA0]+/g," ")},fr=(e)=>{return e.split("").reverse().join("")},gr=(e)=>{return e.replace(/[\0-\x08\x0B\f\x0E-\x1F\x80-\x9F]/g,"�")},cr=(e)=>{let r=0;for(let o=0;o<e.length;o++){let l=e.charCodeAt(o);if(l<=127)r++;else if(l<=2047)r+=2;else if(l<55296||57343<l)r+=3;else{if(l<=56319&&o+1<e.length){let s=e.charCodeAt(o+1);if(56320<=s&&s<=57343){r+=4,o++;continue}}r+=3}}return r},yr=(e)=>{return e.replace(/(\r)?\n/g,"")},mr=/^([a-z0-9]+(?:-[a-z0-9]+)*\.)*[a-z0-9]+(?:-[a-z0-9]+)*$/,ur=(e)=>{return mr.test(e)},vr=(e)=>{return e.substring(0,1).toUpperCase()+e.substring(1)},wr=(e)=>{let r=new URL(e);return r.hash="",r.toString()},h="^[]{}()\\.^$*+?|-,",br="?+*(){}\\:",E=function(){return h},Ur=function(e){let r="^(?:.*\\0)?";for(let o=0;o<e.length;++o){let l=e.charAt(o);if(h.indexOf(l)!==-1)l="\\"+l;r+="[^\\0"+l+"]*"+l}return new RegExp(r,"i")},Rr=function(e,r,o,l=!1){let s=r?"g":"gi",a;if(o)try{a=new RegExp(e,s)}catch{}if(!a)a=F(e,s);if(l&&a)a=new RegExp(`\\b${a.source}\\b`,s);return a},hr=function(e,r){if(e=e.toUpperCase(),r=r.toUpperCase(),e===r)return 0;return e>r?1:-1},Lr=function(e){if(!e)return 0;let r=4294967291,o=1345575271,l=1506996573,s=0,a=1;for(let p=0;p<e.length;p++){let i=e.charCodeAt(p)*l;s=(s+a*i)%r,a=a*o%r}return s=(s+a*(r-1))%r,Math.abs(s|0)},dr=(e,r)=>{if(e>r)return 1;if(e<r)return-1;return 0},Pr=(e,r)=>{if(e.length<=r)return e;let o=new Intl.Segmenter(void 0,{granularity:"grapheme"}),l="…",s=1;if(r<=s)return l;let a=r-s,p=Math.ceil(a/2),i=Math.floor(a/2),n=0,f=0,c=[];for(let{segment:W,index:d}of o.segment(e)){if(n++,n===p)f=d+W.length;if(i>0){if(c.push(d),c.length>i)c.shift()}}if(n<=r)return e;let B=i>0?c[0]:e.length;return e.slice(0,f)+l+e.slice(B)},Sr=(e,r)=>{if(e.length<=r)return e;let o="…",l=1,a=new Intl.Segmenter(void 0,{granularity:"grapheme"}).segment(e)[Symbol.iterator](),p=0;for(let i=0;i<=r-l;i++){let n=a.next();if(n.done)return e;p=n.value.index}for(let i=0;i<l;i++)if(a.next().done)return e;return e.slice(0,p)+o},kr=(e)=>{return R(e,h)},zr=(e)=>{return R(e,br)},Cr=(e,r)=>{let o=/^\d+|^\D+/,l,s,a,p;while(!0){if(e){if(!r)return 1}else{if(r)return-1;return 0}if(l=e.match(o)[0],s=r.match(o)[0],a=!Number.isNaN(Number(l)),p=!Number.isNaN(Number(s)),a&&!p)return-1;if(p&&!a)return 1;if(a&&p){let i=Number(l)-Number(s);if(i)return i;if(l.length!==s.length){if(!Number(l)&&!Number(s))return l.length-s.length;return s.length-l.length}}else if(l!==s)return l<s?-1:1;e=e.substring(l.length),r=r.substring(s.length)}},xr=function(e){if(!e)return 0;let r=e.length*3/4;if(e[e.length-1]==="=")r--;if(e.length>1&&e[e.length-2]==="=")r--;return r},O="'",V='"',Gr="\\",Dr=function(e){let r="";for(let o=0;o<e.length;++o){let l=e[o];if(l===Gr){o++;continue}if(l===O||l===V){if(r===l)r="";else if(r==="")r=l}}return r},_r=(e)=>{let r=/'(?:\\.|[^'\\])*'|"(?:\\.|[^"\\])*"/g,o=e.replace(r,""),l=0;for(let s of o)if(s==="(")l++;else if(s===")"&&l>0)l--;return l},F=function(e,r){let o="";for(let l=0;l<e.length;++l){let s=e.charAt(l);if(E().indexOf(s)!==-1)o+="\\";o+=s}return new RegExp(o,r||"")},jr=function(e){return e.toLowerCase()},Mr=/[A-Z]{2,}(?=[A-Z0-9][a-z0-9]+|\b|_)|[A-Za-z][0-9]+[a-z]?|[A-Z]?[a-z]+|[0-9][A-Za-z]+|[A-Z]|[0-9]+|[.]/g,I=function(e){return e.match?.(Mr)?.map((r)=>r.toLowerCase()).join("-").replaceAll("-.-",".")||e};function Yr(e){return Object.fromEntries(Object.entries(e).map(([r,o])=>[I(r),o]))}function Hr(e){if(!e)return"";return e.replace(/(\p{L})(\p{N})/gu,"$1_$2").replace(/(\p{Lu}+)(\p{Lu}\p{Ll})/gu,"$1_$2").replace(/(\p{Ll}|\p{N})(\p{Lu})/gu,"$1_$2").toLowerCase().replace(/[^\p{L}\p{N}]+/gu,"_").replace(/^_|_$/g,"")}var Xr=function(e,r,o){let l=e.lastIndexOf(r);if(l===-1)return e;return e.slice(0,l)+e.slice(l).replace(r,o)},Jr=function(r,o=2){if(o===0)return r.toFixed(0);let l=r.toFixed(o).replace(/\.?0*$/,"");return l==="-0"?"0":l},Kr=function(e,r){if(e.length===0||!e.endsWith("="))return e+r;let o=e.substring(0,e.length-4),l=e.substring(e.length-4);return o+globalThis.btoa(globalThis.atob(l)+globalThis.atob(r))},$r={};g($r,{microSecondsToMilliSeconds:()=>Zr,milliSecondsToSeconds:()=>Ar});function Ar(e){return e/1000}function Zr(e){return e/1000}var Qr={};g(Qr,{createBitVector:()=>Ir,createExpandableBigUint32Array:()=>qr,createFixedBigUint32Array:()=>Er});function qr(){return new Fr}function Er(e,r){try{if(r!==void 0&&e>r)throw RangeError();return new Or(e)}catch{return new Vr(e,r)}}var Or=class extends Uint32Array{getValue(e){return this[e]}setValue(e,r){this[e]=r}asUint32ArrayOrFail(){return this}asArrayOrFail(){throw Error("Not an array")}},Vr=class{#e;#r;length;constructor(e,r){this.#e=[],this.length=e;let o=1;while(!0){o*=2,this.#r=Math.ceil(e/o);try{if(r!==void 0&&this.#r>r)throw RangeError();for(let l=0;l<o;++l)this.#e[l]=new Uint32Array(this.#r);return}catch(l){if(this.#r<1e6)throw l}}}getValue(e){if(e>=0&&e<this.length){let r=this.#r;return this.#e[Math.floor(e/r)][e%r]}return this.#e[0][-1]}setValue(e,r){if(e>=0&&e<this.length){let o=this.#r;this.#e[Math.floor(e/o)][e%o]=r}}asUint32ArrayOrFail(){throw Error("Not a Uint32Array")}asArrayOrFail(){throw Error("Not an array")}},Fr=class extends Array{getValue(e){return this[e]}setValue(e,r){this[e]=r}asUint32ArrayOrFail(){throw Error("Not a Uint32Array")}asArrayOrFail(){return this}};function Ir(e){return new Nr(e)}var Nr=class extends Uint8Array{constructor(e){if(typeof e==="number")super(Math.ceil(e/8));else super(e)}getBit(e){return(this[e>>3]&1<<(e&7))!==0}setBit(e){this[e>>3]|=1<<(e&7)}clearBit(e){this[e>>3]&=~(1<<(e&7))}previous(e){while(e!==e>>3<<3)if(--e,this.getBit(e))return e;let r=(e>>3)-1;while(r>=0&&this[r]===0)--r;if(r<0)return-1;for(e=(r<<3)+7;e>=r<<3;--e)if(this.getBit(e))return e;throw Error("Unreachable")}},Br={};g(Br,{assertNever:()=>Tr,assertNotNullOrUndefined:()=>Wr,assertUnhandled:()=>et});function Wr(e,r){if(e===null||e===void 0)throw Error(`Expected given value to not be null/undefined but it was: ${e}${r?`
|
|
4
|
-
${r}`:""}`)}function Tr(e,r){throw Error(r)}function et(e){return e}var rt={};g(rt,{LocalizedEmptyString:()=>tt});var tt="",ot={};g(ot,{UserVisibleError:()=>N,isUserVisibleError:()=>lt});var N=class extends Error{message;constructor(e){super(e);this.message=e}};function lt(e){if(typeof e==="object"&&e!==null)return e instanceof N;return!1}Node.prototype.traverseNextTextNode=function(e){let r=this.traverseNextNode(e);if(!r)return null;let o={STYLE:1,SCRIPT:1,"#document-fragment":1};while(r&&(r.nodeType!==Node.TEXT_NODE||o[r.parentNode?r.parentNode.nodeName:""]))r=r.traverseNextNode(e);return r};Element.prototype.positionAt=function(e,r,o){let l={x:0,y:0};if(o)l=o.boxInWindow(this.ownerDocument.defaultView);if(typeof e==="number")this.style.setProperty("left",l.x+e+"px");else this.style.removeProperty("left");if(typeof r==="number")this.style.setProperty("top",l.y+r+"px");else this.style.removeProperty("top");if(typeof e==="number"||typeof r==="number")this.style.setProperty("position","absolute");else this.style.removeProperty("position")};Node.prototype.enclosingNodeOrSelfWithClass=function(e,r){return this.enclosingNodeOrSelfWithClassList([e],r)};Node.prototype.enclosingNodeOrSelfWithClassList=function(e,r){for(let o=this;o&&o!==r&&o!==this.ownerDocument;o=o.parentNodeOrShadowHost())if(o.nodeType===Node.ELEMENT_NODE){let l=!0;for(let s=0;s<e.length&&l;++s)if(!o.classList.contains(e[s]))l=!1;if(l)return o}return null};Node.prototype.parentElementOrShadowHost=function(){if(this.nodeType===Node.DOCUMENT_FRAGMENT_NODE&&this.host)return this.host;let e=this.parentNode;if(!e)return null;if(e.nodeType===Node.ELEMENT_NODE)return e;if(e.nodeType===Node.DOCUMENT_FRAGMENT_NODE)return e.host;return null};Node.prototype.parentNodeOrShadowHost=function(){if(this.parentNode)return this.parentNode;if(this.nodeType===Node.DOCUMENT_FRAGMENT_NODE&&this.host)return this.host;return null};Node.prototype.getComponentSelection=function(){let e=this.parentNode;while(e&&e.nodeType!==Node.DOCUMENT_FRAGMENT_NODE)e=e.parentNode;return e instanceof ShadowRoot?e.getSelection():this.window().getSelection()};Node.prototype.hasSelection=function(){if(this instanceof Element){let r=this.querySelectorAll("slot");for(let o of r)if(Array.prototype.some.call(o.assignedNodes(),(l)=>l.hasSelection()))return!0}let e=this.getComponentSelection();if(e.type!=="Range")return!1;return e.containsNode(this,!0)||e.anchorNode.isSelfOrDescendant(this)||e.focusNode.isSelfOrDescendant(this)};Node.prototype.window=function(){return this.ownerDocument.defaultView};Node.prototype.removeChildren=function(){if(this.firstChild)this.textContent=""};self.createElement=function(e,r){return document.createElement(e,{is:r})};self.createTextNode=function(e){return document.createTextNode(e)};self.createDocumentFragment=function(){return document.createDocumentFragment()};DocumentFragment.prototype.createChild=Element.prototype.createChild=function(e,r){let o=document.createElement(e);if(r)o.className=r;return this.appendChild(o),o};self.AnchorBox=class{constructor(e,r,o,l){this.x=e||0,this.y=r||0,this.width=o||0,this.height=l||0}contains(e,r){return e>=this.x&&e<=this.x+this.width&&r>=this.y&&r<=this.y+this.height}relativeTo(e){return new AnchorBox(this.x-e.x,this.y-e.y,this.width,this.height)}relativeToElement(e){return this.relativeTo(e.boxInWindow(e.ownerDocument.defaultView))}equals(e){return Boolean(e)&&this.x===e.x&&this.y===e.y&&this.width===e.width&&this.height===e.height}};Element.prototype.boxInWindow=function(e){e=e||this.ownerDocument.defaultView;let r=new AnchorBox,o=this,l=this.ownerDocument.defaultView;while(l&&o){if(r.x+=o.getBoundingClientRect().left,r.y+=o.getBoundingClientRect().top,l===e)break;o=l.frameElement,l=l.parent}return r.width=Math.min(this.offsetWidth,e.innerWidth-r.x),r.height=Math.min(this.offsetHeight,e.innerHeight-r.y),r};Event.prototype.consume=function(e){if(this.stopImmediatePropagation(),e)this.preventDefault();this.handled=!0};Node.prototype.deepTextContent=function(e=!1){let r=this.childTextNodes().map((o)=>o.textContent).join("");return e?r.replace(/\s+/g," "):r};Node.prototype.childTextNodes=function(){let e=this.traverseNextTextNode(this),r=[],o={STYLE:1,SCRIPT:1,"#document-fragment":1};while(e){if(!o[e.parentNode?e.parentNode.nodeName:""])r.push(e);e=e.traverseNextTextNode(this)}return r};function m(e){if(![Node.ELEMENT_NODE,Node.TEXT_NODE,Node.DOCUMENT_FRAGMENT_NODE].includes(e.nodeType)||["SCRIPT","STYLE"].includes(e.nodeName))return[];if(e instanceof HTMLSlotElement)return[...e.assignedNodes()].flatMap(m);if(e instanceof Element&&e.shadowRoot)return[...e.shadowRoot.childNodes].flatMap(m);if(e instanceof DocumentFragment)return[...e.childNodes].flatMap(m);if(!(e instanceof HTMLElement))return[e];let r=[],o=!1;for(let l of e.childNodes){let s=m(l);if(s.length>1||s.length===1&&s[0]!==l)o=!0;r.push(...s)}if(!o)return[e];return r}Node.prototype.deepInnerText=function(){return m(this).map((e)=>e instanceof HTMLElement?e.innerText:e.textContent.trim()).filter(Boolean).join(`
|
|
5
|
-
`)};Node.prototype.isAncestor=function(e){if(!e)return!1;let r=e.parentNodeOrShadowHost();while(r){if(this===r)return!0;r=r.parentNodeOrShadowHost()}return!1};Node.prototype.isDescendant=function(e){return Boolean(e)&&e.isAncestor(this)};Node.prototype.isSelfOrAncestor=function(e){return Boolean(e)&&(e===this||this.isAncestor(e))};Node.prototype.isSelfOrDescendant=function(e){return Boolean(e)&&(e===this||this.isDescendant(e))};Node.prototype.traverseNextNode=function(e,r=!1){if(!r&&this.shadowRoot)return this.shadowRoot;let o=this instanceof HTMLSlotElement?this.assignedNodes():[];if(o.length)return o[0];if(this.firstChild)return this.firstChild;let l=this;while(l){if(e&&l===e)return null;let a=s(l);if(a)return a;l=l.assignedSlot||l.parentNodeOrShadowHost()}function s(a){if(!a.assignedSlot)return a.nextSibling;let p=a.assignedSlot.assignedNodes(),i=Array.prototype.indexOf.call(p,a);if(i+1<p.length)return p[i+1];return null}return null};Node.prototype.traversePreviousNode=function(e){if(e&&this===e)return null;let r=this.previousSibling;while(r?.lastChild)r=r.lastChild;if(r)return r;return this.parentNodeOrShadowHost()};Node.prototype.setTextContentTruncatedIfNeeded=function(e,r){if(typeof e==="string"&&e.length>1e4)return this.textContent=typeof r==="string"?r:U.trimMiddle(e,1e4),!0;return this.textContent=e,!1};Element.prototype.hasFocus=function(){let e=this.getComponentRoot();return Boolean(e)&&this.isSelfOrAncestor(e.activeElement)};Node.prototype.getComponentRoot=function(){let e=this;while(e&&e.nodeType!==Node.DOCUMENT_FRAGMENT_NODE&&e.nodeType!==Node.DOCUMENT_NODE)e=e.parentNode;return e};self.onInvokeElement=function(e,r){e.addEventListener("keydown",(o)=>{if(b.isEnterOrSpaceKey(o))r(o)}),e.addEventListener("click",(o)=>r(o))};(function(){let e=DOMTokenList.prototype.toggle;DOMTokenList.prototype.toggle=function(r,o){if(arguments.length===1)o=!this.contains(r);return e.call(this,r,Boolean(o))}})();var L=new CSSStyleSheet;L.replaceSync(":root {}");var t=L.cssRules[0].style;t.setProperty("--image-file-accelerometer-bottom",'url("'+new URL("./accelerometer-bottom.png",import.meta.url).toString()+'")');t.setProperty("--image-file-accelerometer-left",'url("'+new URL("./accelerometer-left.png",import.meta.url).toString()+'")');t.setProperty("--image-file-accelerometer-right",'url("'+new URL("./accelerometer-right.png",import.meta.url).toString()+'")');t.setProperty("--image-file-accelerometer-top",'url("'+new URL("./accelerometer-top.png",import.meta.url).toString()+'")');t.setProperty("--image-file-chromeLeft",'url("'+new URL("./chromeLeft.avif",import.meta.url).toString()+'")');t.setProperty("--image-file-chromeMiddle",'url("'+new URL("./chromeMiddle.avif",import.meta.url).toString()+'")');t.setProperty("--image-file-chromeRight",'url("'+new URL("./chromeRight.avif",import.meta.url).toString()+'")');t.setProperty("--image-file-cssoverview_icons_2x",'url("'+new URL("./cssoverview_icons_2x.avif",import.meta.url).toString()+'")');t.setProperty("--image-file-navigationControls_2x",'url("'+new URL("./navigationControls_2x.png",import.meta.url).toString()+'")');t.setProperty("--image-file-navigationControls",'url("'+new URL("./navigationControls.png",import.meta.url).toString()+'")');t.setProperty("--image-file-nodeIcon",'url("'+new URL("./nodeIcon.avif",import.meta.url).toString()+'")');t.setProperty("--image-file-popoverArrows",'url("'+new URL("./popoverArrows.png",import.meta.url).toString()+'")');t.setProperty("--image-file-toolbarResizerVertical",'url("'+new URL("./toolbarResizerVertical.png",import.meta.url).toString()+'")');t.setProperty("--image-file-touchCursor_2x",'url("'+new URL("./touchCursor_2x.png",import.meta.url).toString()+'")');t.setProperty("--image-file-geminiInDevTools",'url("'+new URL("./geminiInDevTools.png",import.meta.url).toString()+'")');t.setProperty("--image-file-geminiInDevTools_2x",'url("'+new URL("./geminiInDevTools_2x.png",import.meta.url).toString()+'")');t.setProperty("--image-file-touchCursor",'url("'+new URL("./touchCursor.png",import.meta.url).toString()+'")');t.setProperty("--image-file-gdp-logo-light",'url("'+new URL("./gdp-logo-light.png",import.meta.url).toString()+'")');t.setProperty("--image-file-gdp-logo-dark",'url("'+new URL("./gdp-logo-dark.png",import.meta.url).toString()+'")');t.setProperty("--image-file-3d-center",'url("'+new URL(new URL("3d-center.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-3d-pan",'url("'+new URL(new URL("3d-pan.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-3d-rotate",'url("'+new URL(new URL("3d-rotate.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-accelerometer-back",'url("'+new URL(new URL("accelerometer-back.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-accelerometer-front",'url("'+new URL(new URL("accelerometer-front.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-account-tree",'url("'+new URL(new URL("account-tree.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-add-photo",'url("'+new URL(new URL("add-photo.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-ai-explorer-badge",'url("'+new URL(new URL("ai-explorer-badge.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-align-content-center",'url("'+new URL(new URL("align-content-center.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-align-content-end",'url("'+new URL(new URL("align-content-end.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-align-content-space-around",'url("'+new URL(new URL("align-content-space-around.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-align-content-space-between",'url("'+new URL(new URL("align-content-space-between.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-align-content-space-evenly",'url("'+new URL(new URL("align-content-space-evenly.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-align-content-start",'url("'+new URL(new URL("align-content-start.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-align-content-stretch",'url("'+new URL(new URL("align-content-stretch.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-align-items-baseline",'url("'+new URL(new URL("align-items-baseline.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-align-items-center",'url("'+new URL(new URL("align-items-center.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-align-items-end",'url("'+new URL(new URL("align-items-end.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-align-items-start",'url("'+new URL(new URL("align-items-start.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-align-items-stretch",'url("'+new URL(new URL("align-items-stretch.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-align-self-center",'url("'+new URL(new URL("align-self-center.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-align-self-end",'url("'+new URL(new URL("align-self-end.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-align-self-start",'url("'+new URL(new URL("align-self-start.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-align-self-stretch",'url("'+new URL(new URL("align-self-stretch.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-animation",'url("'+new URL(new URL("animation.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-arrow-back",'url("'+new URL(new URL("arrow-back.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-arrow-collapse",'url("'+new URL(new URL("arrow-collapse.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-arrow-down",'url("'+new URL(new URL("arrow-down.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-arrow-drop-down-dark",'url("'+new URL(new URL("arrow-drop-down-dark.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-arrow-drop-down-light",'url("'+new URL(new URL("arrow-drop-down-light.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-arrow-drop-down",'url("'+new URL(new URL("arrow-drop-down.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-arrow-forward",'url("'+new URL(new URL("arrow-forward.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-arrow-right-circle",'url("'+new URL(new URL("arrow-right-circle.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-arrow-up-down-circle",'url("'+new URL(new URL("arrow-up-down-circle.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-arrow-up-down",'url("'+new URL(new URL("arrow-up-down.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-arrow-up",'url("'+new URL(new URL("arrow-up.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-attach-file",'url("'+new URL(new URL("attach-file.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-baseline-high-availability",'url("'+new URL(new URL("baseline-high-availability.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-baseline-limited-availability",'url("'+new URL(new URL("baseline-limited-availability.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-baseline-low-availability",'url("'+new URL(new URL("baseline-low-availability.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-bell",'url("'+new URL(new URL("bell.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-bezier-curve-filled",'url("'+new URL(new URL("bezier-curve-filled.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-bin",'url("'+new URL(new URL("bin.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-bottom-panel-close",'url("'+new URL(new URL("bottom-panel-close.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-bottom-panel-open",'url("'+new URL(new URL("bottom-panel-open.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-brackets",'url("'+new URL(new URL("brackets.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-breakpoint-circle",'url("'+new URL(new URL("breakpoint-circle.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-breakpoint-crossed-filled",'url("'+new URL(new URL("breakpoint-crossed-filled.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-breakpoint-crossed",'url("'+new URL(new URL("breakpoint-crossed.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-brush-2",'url("'+new URL(new URL("brush-2.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-brush-filled",'url("'+new URL(new URL("brush-filled.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-brush",'url("'+new URL(new URL("brush.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-bucket",'url("'+new URL(new URL("bucket.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-bug",'url("'+new URL(new URL("bug.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-button-magic",'url("'+new URL(new URL("button-magic.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-calendar-today",'url("'+new URL(new URL("calendar-today.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-center-focus-weak",'url("'+new URL(new URL("center-focus-weak.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-check-circle",'url("'+new URL(new URL("check-circle.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-check-double",'url("'+new URL(new URL("check-double.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-checker",'url("'+new URL(new URL("checker.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-checkmark",'url("'+new URL(new URL("checkmark.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-chevron-double-right",'url("'+new URL(new URL("chevron-double-right.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-chevron-down",'url("'+new URL(new URL("chevron-down.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-chevron-left-dot",'url("'+new URL(new URL("chevron-left-dot.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-chevron-left",'url("'+new URL(new URL("chevron-left.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-chevron-right",'url("'+new URL(new URL("chevron-right.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-chevron-up",'url("'+new URL(new URL("chevron-up.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-class",'url("'+new URL(new URL("class.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-clear-list",'url("'+new URL(new URL("clear-list.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-clear",'url("'+new URL(new URL("clear.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-cloud",'url("'+new URL(new URL("cloud.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-code-circle",'url("'+new URL(new URL("code-circle.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-code-whisperer-badge",'url("'+new URL(new URL("code-whisperer-badge.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-code",'url("'+new URL(new URL("code.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-colon",'url("'+new URL(new URL("colon.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-color-picker-filled",'url("'+new URL(new URL("color-picker-filled.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-color-picker",'url("'+new URL(new URL("color-picker.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-compress",'url("'+new URL(new URL("compress.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-console-conditional-breakpoint",'url("'+new URL(new URL("console-conditional-breakpoint.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-console-logpoint",'url("'+new URL(new URL("console-logpoint.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-container",'url("'+new URL(new URL("container.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-cookie",'url("'+new URL(new URL("cookie.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-cookie_off",'url("'+new URL(new URL("cookie_off.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-copy",'url("'+new URL(new URL("copy.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-corporate-fare",'url("'+new URL(new URL("corporate-fare.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-credit-card",'url("'+new URL(new URL("credit-card.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-cross-circle-filled",'url("'+new URL(new URL("cross-circle-filled.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-cross-circle",'url("'+new URL(new URL("cross-circle.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-cross",'url("'+new URL(new URL("cross.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-custom-typography",'url("'+new URL(new URL("custom-typography.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-database-off",'url("'+new URL(new URL("database-off.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-database",'url("'+new URL(new URL("database.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-deployed",'url("'+new URL(new URL("deployed.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-device-fold",'url("'+new URL(new URL("device-fold.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-devices",'url("'+new URL(new URL("devices.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-devtools-thumbnail",'url("'+new URL(new URL("devtools-thumbnail.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-devtools-tips",'url("'+new URL(new URL("devtools-tips.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-devtools-user-badge",'url("'+new URL(new URL("devtools-user-badge.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-devtools",'url("'+new URL(new URL("devtools.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-difference",'url("'+new URL(new URL("difference.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-dock-bottom",'url("'+new URL(new URL("dock-bottom.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-dock-left",'url("'+new URL(new URL("dock-left.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-dock-right",'url("'+new URL(new URL("dock-right.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-dock-window",'url("'+new URL(new URL("dock-window.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-document",'url("'+new URL(new URL("document.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-dog-paw",'url("'+new URL(new URL("dog-paw.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-dom-detective-badge",'url("'+new URL(new URL("dom-detective-badge.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-domain",'url("'+new URL(new URL("domain.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-dots-circle",'url("'+new URL(new URL("dots-circle.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-dots-horizontal",'url("'+new URL(new URL("dots-horizontal.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-dots-vertical",'url("'+new URL(new URL("dots-vertical.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-download",'url("'+new URL(new URL("download.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-edit",'url("'+new URL(new URL("edit.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-empty",'url("'+new URL(new URL("empty.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-errorWave",'url("'+new URL(new URL("errorWave.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-exclamation",'url("'+new URL(new URL("exclamation.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-experiment-check",'url("'+new URL(new URL("experiment-check.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-experiment",'url("'+new URL(new URL("experiment.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-extension",'url("'+new URL(new URL("extension.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-eye",'url("'+new URL(new URL("eye.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-file-document",'url("'+new URL(new URL("file-document.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-file-fetch-xhr",'url("'+new URL(new URL("file-fetch-xhr.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-file-font",'url("'+new URL(new URL("file-font.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-file-generic",'url("'+new URL(new URL("file-generic.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-file-image",'url("'+new URL(new URL("file-image.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-file-json",'url("'+new URL(new URL("file-json.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-file-manifest",'url("'+new URL(new URL("file-manifest.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-file-media",'url("'+new URL(new URL("file-media.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-file-script",'url("'+new URL(new URL("file-script.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-file-snippet",'url("'+new URL(new URL("file-snippet.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-file-stylesheet",'url("'+new URL(new URL("file-stylesheet.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-file-wasm",'url("'+new URL(new URL("file-wasm.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-file-websocket",'url("'+new URL(new URL("file-websocket.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-filter-clear",'url("'+new URL(new URL("filter-clear.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-filter-filled",'url("'+new URL(new URL("filter-filled.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-filter",'url("'+new URL(new URL("filter.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-flex-direction",'url("'+new URL(new URL("flex-direction.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-flex-no-wrap",'url("'+new URL(new URL("flex-no-wrap.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-flex-wrap",'url("'+new URL(new URL("flex-wrap.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-flow",'url("'+new URL(new URL("flow.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-flowsheet",'url("'+new URL(new URL("flowsheet.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-fold-more",'url("'+new URL(new URL("fold-more.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-folder-asterisk",'url("'+new URL(new URL("folder-asterisk.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-folder-off",'url("'+new URL(new URL("folder-off.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-folder",'url("'+new URL(new URL("folder.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-frame-crossed",'url("'+new URL(new URL("frame-crossed.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-frame-icon",'url("'+new URL(new URL("frame-icon.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-frame",'url("'+new URL(new URL("frame.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-gear-filled",'url("'+new URL(new URL("gear-filled.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-gear",'url("'+new URL(new URL("gear.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-gears",'url("'+new URL(new URL("gears.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-global",'url("'+new URL(new URL("global.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-google",'url("'+new URL(new URL("google.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-goto-filled",'url("'+new URL(new URL("goto-filled.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-grid-direction",'url("'+new URL(new URL("grid-direction.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-grid-on",'url("'+new URL(new URL("grid-on.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-group",'url("'+new URL(new URL("group.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-heap-snapshot",'url("'+new URL(new URL("heap-snapshot.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-heap-snapshots",'url("'+new URL(new URL("heap-snapshots.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-help",'url("'+new URL(new URL("help.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-history",'url("'+new URL(new URL("history.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-home",'url("'+new URL(new URL("home.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-hover",'url("'+new URL(new URL("hover.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-iframe-crossed",'url("'+new URL(new URL("iframe-crossed.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-iframe",'url("'+new URL(new URL("iframe.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-import",'url("'+new URL(new URL("import.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-indeterminate-question-box",'url("'+new URL(new URL("indeterminate-question-box.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-info-filled",'url("'+new URL(new URL("info-filled.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-info",'url("'+new URL(new URL("info.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-issue-cross-filled",'url("'+new URL(new URL("issue-cross-filled.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-issue-exclamation-filled",'url("'+new URL(new URL("issue-exclamation-filled.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-issue-questionmark-filled",'url("'+new URL(new URL("issue-questionmark-filled.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-issue-text-filled",'url("'+new URL(new URL("issue-text-filled.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-justify-content-center",'url("'+new URL(new URL("justify-content-center.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-justify-content-end",'url("'+new URL(new URL("justify-content-end.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-justify-content-space-around",'url("'+new URL(new URL("justify-content-space-around.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-justify-content-space-between",'url("'+new URL(new URL("justify-content-space-between.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-justify-content-space-evenly",'url("'+new URL(new URL("justify-content-space-evenly.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-justify-content-start",'url("'+new URL(new URL("justify-content-start.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-justify-content-stretch",'url("'+new URL(new URL("justify-content-stretch.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-justify-items-center",'url("'+new URL(new URL("justify-items-center.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-justify-items-end",'url("'+new URL(new URL("justify-items-end.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-justify-items-start",'url("'+new URL(new URL("justify-items-start.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-justify-items-stretch",'url("'+new URL(new URL("justify-items-stretch.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-keyboard-arrow-right",'url("'+new URL(new URL("keyboard-arrow-right.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-keyboard-full",'url("'+new URL(new URL("keyboard-full.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-keyboard-pen",'url("'+new URL(new URL("keyboard-pen.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-keyboard",'url("'+new URL(new URL("keyboard.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-label-auto",'url("'+new URL(new URL("label-auto.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-label",'url("'+new URL(new URL("label.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-large-arrow-right-filled",'url("'+new URL(new URL("large-arrow-right-filled.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-layers-filled",'url("'+new URL(new URL("layers-filled.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-layers",'url("'+new URL(new URL("layers.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-left-panel-close",'url("'+new URL(new URL("left-panel-close.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-left-panel-open",'url("'+new URL(new URL("left-panel-open.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-lightbulb-spark",'url("'+new URL(new URL("lightbulb-spark.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-lightbulb",'url("'+new URL(new URL("lightbulb.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-lighthouse_logo",'url("'+new URL(new URL("lighthouse_logo.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-list",'url("'+new URL(new URL("list.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-location-on",'url("'+new URL(new URL("location-on.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-lock-person",'url("'+new URL(new URL("lock-person.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-lock",'url("'+new URL(new URL("lock.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-mark-email-unread",'url("'+new URL(new URL("mark-email-unread.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-match-case",'url("'+new URL(new URL("match-case.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-match-whole-word",'url("'+new URL(new URL("match-whole-word.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-memory",'url("'+new URL(new URL("memory.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-minus",'url("'+new URL(new URL("minus.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-mop",'url("'+new URL(new URL("mop.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-mouse",'url("'+new URL(new URL("mouse.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-network-settings",'url("'+new URL(new URL("network-settings.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-node-stack-icon",'url("'+new URL(new URL("node-stack-icon.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-open-externally",'url("'+new URL(new URL("open-externally.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-override",'url("'+new URL(new URL("override.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-palette",'url("'+new URL(new URL("palette.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-pause-circle",'url("'+new URL(new URL("pause-circle.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-pause",'url("'+new URL(new URL("pause.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-pen-spark",'url("'+new URL(new URL("pen-spark.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-performance-panel-delete-annotation",'url("'+new URL(new URL("performance-panel-delete-annotation.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-performance-panel-diagram",'url("'+new URL(new URL("performance-panel-diagram.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-performance-panel-entry-label",'url("'+new URL(new URL("performance-panel-entry-label.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-performance-panel-time-range",'url("'+new URL(new URL("performance-panel-time-range.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-performance",'url("'+new URL(new URL("performance.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-person",'url("'+new URL(new URL("person.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-photo-camera",'url("'+new URL(new URL("photo-camera.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-play",'url("'+new URL(new URL("play.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-plus",'url("'+new URL(new URL("plus.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-policy",'url("'+new URL(new URL("policy.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-popup",'url("'+new URL(new URL("popup.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-preview_feature_video_thumbnail",'url("'+new URL(new URL("preview_feature_video_thumbnail.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-profile",'url("'+new URL(new URL("profile.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-psychiatry",'url("'+new URL(new URL("psychiatry.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-record-start",'url("'+new URL(new URL("record-start.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-record-stop",'url("'+new URL(new URL("record-stop.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-redo",'url("'+new URL(new URL("redo.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-refresh",'url("'+new URL(new URL("refresh.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-regular-expression",'url("'+new URL(new URL("regular-expression.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-replace",'url("'+new URL(new URL("replace.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-replay",'url("'+new URL(new URL("replay.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-report",'url("'+new URL(new URL("report.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-resizeDiagonal",'url("'+new URL(new URL("resizeDiagonal.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-resizeHorizontal",'url("'+new URL(new URL("resizeHorizontal.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-resizeVertical",'url("'+new URL(new URL("resizeVertical.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-resume",'url("'+new URL(new URL("resume.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-review",'url("'+new URL(new URL("review.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-right-panel-close",'url("'+new URL(new URL("right-panel-close.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-right-panel-open",'url("'+new URL(new URL("right-panel-open.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-scissors",'url("'+new URL(new URL("scissors.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-screen-rotation",'url("'+new URL(new URL("screen-rotation.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-search",'url("'+new URL(new URL("search.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-select-element",'url("'+new URL(new URL("select-element.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-send",'url("'+new URL(new URL("send.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-shadow",'url("'+new URL(new URL("shadow.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-shield",'url("'+new URL(new URL("shield.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-small-status-dot",'url("'+new URL(new URL("small-status-dot.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-smart-assistant",'url("'+new URL(new URL("smart-assistant.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-snippet",'url("'+new URL(new URL("snippet.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-spark-info",'url("'+new URL(new URL("spark-info.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-spark",'url("'+new URL(new URL("spark.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-speculative-loads",'url("'+new URL(new URL("speculative-loads.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-speedster-badge",'url("'+new URL(new URL("speedster-badge.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-star",'url("'+new URL(new URL("star.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-step-into",'url("'+new URL(new URL("step-into.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-step-out",'url("'+new URL(new URL("step-out.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-step-over",'url("'+new URL(new URL("step-over.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-step",'url("'+new URL(new URL("step.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-stop",'url("'+new URL(new URL("stop.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-symbol",'url("'+new URL(new URL("symbol.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-sync",'url("'+new URL(new URL("sync.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-tab-move",'url("'+new URL(new URL("tab-move.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-table",'url("'+new URL(new URL("table.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-terminal",'url("'+new URL(new URL("terminal.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-text-analysis",'url("'+new URL(new URL("text-analysis.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-thumb-down-filled",'url("'+new URL(new URL("thumb-down-filled.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-thumb-down",'url("'+new URL(new URL("thumb-down.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-thumb-up-filled",'url("'+new URL(new URL("thumb-up-filled.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-thumb-up",'url("'+new URL(new URL("thumb-up.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-tonality",'url("'+new URL(new URL("tonality.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-top-panel-close",'url("'+new URL(new URL("top-panel-close.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-top-panel-open",'url("'+new URL(new URL("top-panel-open.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-touch-app",'url("'+new URL(new URL("touch-app.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-triangle-bottom-right",'url("'+new URL(new URL("triangle-bottom-right.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-triangle-down",'url("'+new URL(new URL("triangle-down.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-triangle-left",'url("'+new URL(new URL("triangle-left.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-triangle-right",'url("'+new URL(new URL("triangle-right.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-triangle-up",'url("'+new URL(new URL("triangle-up.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-trophy",'url("'+new URL(new URL("trophy.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-tune",'url("'+new URL(new URL("tune.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-undo",'url("'+new URL(new URL("undo.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-warning-filled",'url("'+new URL(new URL("warning-filled.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-warning",'url("'+new URL(new URL("warning.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-watch",'url("'+new URL(new URL("watch.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-whatsnew",'url("'+new URL(new URL("whatsnew.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-width",'url("'+new URL(new URL("width.svg",import.meta.url).href).toString()+'")');t.setProperty("--image-file-zoom-in",'url("'+new URL(new URL("zoom-in.svg",import.meta.url).href).toString()+'")');document.adoptedStyleSheets=[...document.adoptedStyleSheets,L];if(window.opener)window.opener.Emulation.AdvancedApp.instance().deviceModeEmulationFrameLoaded(document);
|