@loomweaver/shell 0.7.4 → 0.7.5
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.
|
@@ -12,7 +12,7 @@ import { filter, map, of, catchError, forkJoin } from 'rxjs';
|
|
|
12
12
|
import { DomSanitizer } from '@angular/platform-browser';
|
|
13
13
|
import { WindowMessenger, connect } from 'penpal';
|
|
14
14
|
import DOMPurify from 'dompurify';
|
|
15
|
-
import { heroMinus, heroArrowsPointingIn, heroArrowTopRightOnSquare, heroArrowsPointingOut, heroArrowDownTray, heroPuzzlePiece, heroMagnifyingGlass, heroQuestionMarkCircle, heroCog6Tooth, heroXCircle, heroExclamationTriangle, heroCheck, heroLockClosed, heroInformationCircle, heroArrowUturnLeft, heroArrowPath, heroArrowsUpDown, heroEye, heroTrash, heroPencilSquare, heroPlus, heroListBullet, heroBars3, heroDocument, heroRectangleGroup, heroXMark, heroChevronDown, heroChevronDoubleRight, heroChevronDoubleLeft, heroComputerDesktop, heroMoon, heroSun } from '@ng-icons/heroicons/outline';
|
|
15
|
+
import { heroMinus, heroArrowsPointingIn, heroArrowTopRightOnSquare, heroArrowsPointingOut, heroArrowDownTray, heroPuzzlePiece, heroMagnifyingGlass, heroQuestionMarkCircle, heroCog6Tooth, heroXCircle, heroExclamationTriangle, heroCheck, heroLockClosed, heroInformationCircle, heroArrowUturnLeft, heroArrowPath, heroArrowsUpDown, heroEye, heroTrash, heroPencilSquare, heroPlus, heroListBullet, heroBars3, heroViewColumns, heroDocument, heroRectangleGroup, heroXMark, heroChevronDown, heroChevronDoubleRight, heroChevronDoubleLeft, heroComputerDesktop, heroMoon, heroSun } from '@ng-icons/heroicons/outline';
|
|
16
16
|
import { HttpClient, provideHttpClient } from '@angular/common/http';
|
|
17
17
|
import { SwUpdate, provideServiceWorker } from '@angular/service-worker';
|
|
18
18
|
import { marked } from 'marked';
|
|
@@ -7854,6 +7854,7 @@ const LOOM_ICONS = {
|
|
|
7854
7854
|
workspaces: heroRectangleGroup,
|
|
7855
7855
|
menu: heroBars3,
|
|
7856
7856
|
document: heroDocument,
|
|
7857
|
+
openWork: heroViewColumns,
|
|
7857
7858
|
navigator: heroBars3,
|
|
7858
7859
|
outline: heroListBullet,
|
|
7859
7860
|
add: heroPlus,
|
|
@@ -11266,7 +11267,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.0", ngImpor
|
|
|
11266
11267
|
// GENERATED — do not edit by hand.
|
|
11267
11268
|
// Written by tools/stamp-version.mjs from <Version> in Directory.Build.props.
|
|
11268
11269
|
// Single source of truth: Directory.Build.props (bump via scripts/bump-version.sh).
|
|
11269
|
-
const APP_VERSION = '0.7.
|
|
11270
|
+
const APP_VERSION = '0.7.5';
|
|
11270
11271
|
|
|
11271
11272
|
/**
|
|
11272
11273
|
* The running build's version, sourced from `<Version>` in Directory.Build.props
|
|
@@ -14139,7 +14140,7 @@ function seedHostCommands(registry, layout, deps) {
|
|
|
14139
14140
|
registry.addCommand({
|
|
14140
14141
|
id: QUICK_OPEN_COMMAND_ID,
|
|
14141
14142
|
title: 'palette.quickOpenTitle',
|
|
14142
|
-
icon: '
|
|
14143
|
+
icon: 'openWork',
|
|
14143
14144
|
shortcut: 'mod+p',
|
|
14144
14145
|
run: () => {
|
|
14145
14146
|
dialogs.open(CommandPalette, {
|