mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 12:11:56 +00:00
misc cleanup and bump marketplace lib
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@start9labs/marketplace",
|
"name": "@start9labs/marketplace",
|
||||||
"version": "0.3.29",
|
"version": "0.3.30",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@angular/common": ">=13.2.0",
|
"@angular/common": ">=13.2.0",
|
||||||
"@angular/core": ">=13.2.0",
|
"@angular/core": ">=13.2.0",
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
import { CommonModule } from '@angular/common'
|
import { CommonModule } from '@angular/common'
|
||||||
import { ChangeDetectionStrategy, Component, inject } from '@angular/core'
|
import { ChangeDetectionStrategy, Component, inject } from '@angular/core'
|
||||||
|
import { MarketplacePkg } from '../../src/types'
|
||||||
import { Exver, MarkdownPipeModule } from '@start9labs/shared'
|
import { Exver, MarkdownPipeModule } from '@start9labs/shared'
|
||||||
import { TuiButton, TuiDialogContext, TuiLoader } from '@taiga-ui/core'
|
import { TuiButton, TuiDialogContext, TuiLoader } from '@taiga-ui/core'
|
||||||
import { TuiAccordion } from '@taiga-ui/kit'
|
import { TuiAccordion } from '@taiga-ui/kit'
|
||||||
@@ -9,7 +10,6 @@ import {
|
|||||||
} from '@taiga-ui/polymorpheus'
|
} from '@taiga-ui/polymorpheus'
|
||||||
import { map } from 'rxjs'
|
import { map } from 'rxjs'
|
||||||
import { AbstractMarketplaceService } from '../services/marketplace.service'
|
import { AbstractMarketplaceService } from '../services/marketplace.service'
|
||||||
import { MarketplacePkg } from '../../src/types'
|
|
||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
standalone: true,
|
standalone: true,
|
||||||
|
|||||||
@@ -36,7 +36,7 @@
|
|||||||
/>
|
/>
|
||||||
<!-- instructions -->
|
<!-- instructions -->
|
||||||
<marketplace-additional-item
|
<marketplace-additional-item
|
||||||
(click)="presentModalMd('instructions.md')"
|
(click)="presentModalMd('Instructions')"
|
||||||
data="Click to view instructions"
|
data="Click to view instructions"
|
||||||
label="Instructions"
|
label="Instructions"
|
||||||
icon="@tui.chevron-right"
|
icon="@tui.chevron-right"
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
import { Observable } from 'rxjs'
|
import { Observable } from 'rxjs'
|
||||||
import { MarketplacePkg, Marketplace, StoreData, StoreIdentity } from '../types'
|
import { Marketplace, MarketplacePkg, StoreData, StoreIdentity } from '../types'
|
||||||
|
|
||||||
export abstract class AbstractMarketplaceService {
|
export abstract class AbstractMarketplaceService {
|
||||||
abstract getKnownHosts$(): Observable<StoreIdentity[]>
|
abstract getKnownHosts$(): Observable<StoreIdentity[]>
|
||||||
|
|||||||
Reference in New Issue
Block a user