@thescaffold/ngx-apps-blog 0.2.21 → 0.2.31
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/fesm2022/thescaffold-ngx-apps-blog-article.module-Dw4mmJ0O.mjs +128 -0
- package/fesm2022/thescaffold-ngx-apps-blog-article.module-Dw4mmJ0O.mjs.map +1 -0
- package/fesm2022/thescaffold-ngx-apps-blog-docs.module-DKKKNEI-.mjs +484 -0
- package/fesm2022/thescaffold-ngx-apps-blog-docs.module-DKKKNEI-.mjs.map +1 -0
- package/fesm2022/{thescaffold-ngx-apps-blog-error.module-BzAoFNog.mjs → thescaffold-ngx-apps-blog-error.module-Ck2ZPspy.mjs} +9 -9
- package/fesm2022/thescaffold-ngx-apps-blog-error.module-Ck2ZPspy.mjs.map +1 -0
- package/fesm2022/thescaffold-ngx-apps-blog-home.module-LXerbHw9.mjs +1028 -0
- package/fesm2022/thescaffold-ngx-apps-blog-home.module-LXerbHw9.mjs.map +1 -0
- package/fesm2022/thescaffold-ngx-apps-blog.mjs +22 -22
- package/fesm2022/thescaffold-ngx-apps-blog.mjs.map +1 -1
- package/package.json +77 -27
- package/types/thescaffold-ngx-apps-blog.d.ts +33 -0
- package/esm2022/lib/app.module.mjs +0 -17
- package/esm2022/lib/index.mjs +0 -6
- package/esm2022/lib/pages/article/article.component.mjs +0 -82
- package/esm2022/lib/pages/article/article.module.mjs +0 -35
- package/esm2022/lib/pages/docs/docs.component.mjs +0 -386
- package/esm2022/lib/pages/docs/docs.module.mjs +0 -47
- package/esm2022/lib/pages/error/error.component.mjs +0 -75
- package/esm2022/lib/pages/error/error.module.mjs +0 -26
- package/esm2022/lib/pages/home/home.component.mjs +0 -49
- package/esm2022/lib/pages/home/home.module.mjs +0 -36
- package/esm2022/lib/pages/pages.component.mjs +0 -60
- package/esm2022/lib/pages/pages.module.mjs +0 -95
- package/esm2022/lib/pkg/cards/card/card.component.mjs +0 -763
- package/esm2022/lib/pkg/cards/card/index.mjs +0 -3
- package/esm2022/lib/pkg/cards/cards.component.mjs +0 -27
- package/esm2022/lib/pkg/cards/cards.module.mjs +0 -21
- package/esm2022/lib/pkg/cards/cards.utils.mjs +0 -2
- package/esm2022/lib/pkg/cards/index.mjs +0 -4
- package/esm2022/lib/pkg/index.mjs +0 -2
- package/esm2022/public-api.mjs +0 -5
- package/esm2022/thescaffold-ngx-apps-blog.mjs +0 -5
- package/fesm2022/thescaffold-ngx-apps-blog-article.module-BnLR8e24.mjs +0 -114
- package/fesm2022/thescaffold-ngx-apps-blog-article.module-BnLR8e24.mjs.map +0 -1
- package/fesm2022/thescaffold-ngx-apps-blog-docs.module-DRQ-g0-1.mjs +0 -430
- package/fesm2022/thescaffold-ngx-apps-blog-docs.module-DRQ-g0-1.mjs.map +0 -1
- package/fesm2022/thescaffold-ngx-apps-blog-error.module-BzAoFNog.mjs.map +0 -1
- package/fesm2022/thescaffold-ngx-apps-blog-home.module-CG11DLKD.mjs +0 -876
- package/fesm2022/thescaffold-ngx-apps-blog-home.module-CG11DLKD.mjs.map +0 -1
- package/index.d.ts +0 -5
- package/lib/app.module.d.ts +0 -8
- package/lib/index.d.ts +0 -5
- package/lib/pages/article/article.component.d.ts +0 -11
- package/lib/pages/article/article.module.d.ts +0 -10
- package/lib/pages/docs/docs.component.d.ts +0 -17
- package/lib/pages/docs/docs.module.d.ts +0 -10
- package/lib/pages/error/error.component.d.ts +0 -11
- package/lib/pages/error/error.module.d.ts +0 -10
- package/lib/pages/home/home.component.d.ts +0 -7
- package/lib/pages/home/home.module.d.ts +0 -11
- package/lib/pages/pages.component.d.ts +0 -9
- package/lib/pages/pages.module.d.ts +0 -11
- package/lib/pkg/cards/card/card.component.d.ts +0 -9
- package/lib/pkg/cards/card/index.d.ts +0 -2
- package/lib/pkg/cards/cards.component.d.ts +0 -7
- package/lib/pkg/cards/cards.module.d.ts +0 -10
- package/lib/pkg/cards/cards.utils.d.ts +0 -29
- package/lib/pkg/cards/index.d.ts +0 -3
- package/lib/pkg/index.d.ts +0 -1
- package/public-api.d.ts +0 -1
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"thescaffold-ngx-apps-blog-home.module-CG11DLKD.mjs","sources":["../../../projects/blog/src/lib/pkg/cards/card/card.component.ts","../../../projects/blog/src/lib/pkg/cards/cards.component.ts","../../../projects/blog/src/lib/pkg/cards/cards.module.ts","../../../projects/blog/src/lib/pages/home/home.component.ts","../../../projects/blog/src/lib/pages/home/home.module.ts"],"sourcesContent":["import { ChangeDetectionStrategy, Component, Input } from '@angular/core';\nimport { isUrl } from '@thescaffold/ngx-core';\nimport { CardContract } from '../cards.utils';\n\n@Component({\n changeDetection: ChangeDetectionStrategy.OnPush,\n selector: 'x-card',\n template: `\n <ng-container *ngIf=\"data\">\n <div\n [ngClass]=\"[\n data.class ?? '',\n data.align ?? '',\n data.bgClass ?? '',\n data.fgClass ?? '',\n ]\"\n [style]=\"\n combinedStyle(\n data.style ?? '',\n data.bgStyle ?? '',\n data.fgStyle ?? ''\n )\n \"\n [ngStyle]=\"\n data.bgImage\n ? {\n 'background-image': 'url(' + data.bgImage + ')',\n 'background-size': data.bgSize ?? '50%',\n 'background-repeat': data.bgRepeat ?? 'no-repeat',\n 'background-position': data.bgPosition ?? 'right top',\n }\n : {}\n \"\n >\n <!-- header -->\n <div\n *ngIf=\"\n data.icon ||\n data.title ||\n data.desc ||\n data.links?.length ||\n data.fgImage\n \"\n class=\"row\"\n >\n <div [ngClass]=\"data.fgImage ? 'col-6' : 'col-12'\">\n <h1\n *ngIf=\"data.icon || data.title\"\n [ngClass]=\"[data.titleClass ?? 'display-1 fw-bold']\"\n >\n <img\n *ngIf=\"data.icon && isUrl(data.icon)\"\n [src]=\"data.icon\"\n height=\"27\"\n width=\"27\"\n />\n <i\n *ngIf=\"data.icon && !isUrl(data.icon)\"\n class=\"fa-2x\"\n [ngClass]=\"data.icon\"\n ></i>\n <span *ngIf=\"data.title\" class=\"\">{{ data.title }}</span>\n </h1>\n <h6 *ngIf=\"data.desc\" class=\"display-6\">{{ data.desc }}</h6>\n <ul\n *ngIf=\"data.links?.length\"\n class=\"nav my-3\"\n [ngClass]=\"data.align ?? ''\"\n >\n <li\n *ngFor=\"let link of data.links\"\n class=\"nav-item\"\n [ngClass]=\"link.class ?? ''\"\n [style]=\"link.style ?? ''\"\n >\n <x-element-link\n [data]=\"link | xPrepend: { class: 'btn btn-primary px-5' }\"\n ></x-element-link>\n </li>\n </ul>\n </div>\n\n <div\n *ngIf=\"data.fgImage\"\n class=\"d-none d-sm-flex d-md-flex col-6\"\n [ngClass]=\"[data.fgClass ?? '']\"\n [style]=\"data.fgStyle ?? ''\"\n >\n <img [src]=\"data.fgImage\" height=\"200\" width=\"auto\" />\n </div>\n </div>\n\n <!-- search -->\n <div *ngIf=\"data.placeholder\" class=\"row col-12 col-sm-9 col-6 mx-auto\">\n <div class=\"input-group input-group-lg\">\n <input\n type=\"text\"\n class=\"form-control\"\n [placeholder]=\"data.placeholder\"\n />\n </div>\n </div>\n\n <!-- list -->\n <div\n *ngIf=\"data.list?.length\"\n class=\"row py-5 justify-content-center w-100\"\n >\n <dl class=\"col-12\">\n <div\n *ngFor=\"let item of data.list\"\n [ngClass]=\"item.class ?? ''\"\n [style]=\"item.style ?? ''\"\n >\n <dt *ngIf=\"data.title\" class=\"\">{{ data.title }}</dt>\n <dd *ngIf=\"data.desc\" class=\"\">{{ data.desc }}</dd>\n </div>\n </dl>\n </div>\n\n <!-- grids -->\n <div\n *ngIf=\"data.grids?.length\"\n class=\"row row-cols-1 row-cols-sm-2 row-cols-md-3\"\n [ngClass]=\"data.align ?? ''\"\n >\n <div\n *ngFor=\"let item of data.grids\"\n class=\"col\"\n [ngClass]=\"item.class ?? ''\"\n [style]=\"item.style ?? ''\"\n >\n <div class=\"card\">\n <img\n *ngIf=\"item.icon && isUrl(item.icon)\"\n [src]=\"item.icon\"\n width=\"72\"\n height=\"72\"\n />\n <i\n *ngIf=\"item.icon && !isUrl(item.icon)\"\n [ngClass]=\"item.icon\"\n class=\"fa-2x\"\n ></i>\n <div class=\"card-body\">\n <h5 *ngIf=\"item?.title\" class=\"card-title\">{{ item.title }}</h5>\n <p *ngIf=\"item?.desc\" class=\"card-text\">{{ item.desc }}</p>\n </div>\n <ul\n *ngIf=\"item?.links?.length\"\n class=\"list-group list-group-flush\"\n >\n <li\n *ngFor=\"let link of item?.links\"\n class=\"list-group-item\"\n [ngClass]=\"link.class ?? ''\"\n [style]=\"link.style ?? ''\"\n >\n <x-element-link\n [data]=\"\n link\n | xPrepend: { class: 'card-link text-decoration-none' }\n \"\n ></x-element-link>\n </li>\n </ul>\n </div>\n </div>\n </div>\n\n <!-- media -->\n <div\n *ngIf=\"data?.media?.length\"\n class=\"d-flex flex-column justify-content-center\"\n [ngClass]=\"data.align ?? ''\"\n >\n <div class=\"card w-100 border-0\">\n <ul class=\"list-group list-group-flush\">\n <li\n *ngFor=\"let item of data?.media; first as f; last as l\"\n class=\"list-group-item border-0 p-0 mx-0 my-3\"\n [ngClass]=\"{ 'pb-5': f, 'pt-5': l, 'py-5': !f && !l }\"\n [ngClass]=\"item.class ?? ''\"\n [style]=\"item.style ?? ''\"\n >\n <div class=\"d-flex\">\n <div class=\"flex-shrink-0\">\n <img\n *ngIf=\"item.icon && isUrl(item.icon)\"\n [src]=\"item.icon\"\n width=\"72\"\n height=\"72\"\n />\n <i\n *ngIf=\"item.icon && !isUrl(item.icon)\"\n [ngClass]=\"item.icon\"\n class=\"fa-2x\"\n ></i>\n </div>\n <div class=\"flex-grow-1 ms-3\">\n <h5 *ngIf=\"item?.title\" class=\"p-0 m-0\">\n {{ item.title }}\n </h5>\n <p *ngIf=\"item?.desc\" class=\"p-0 m-0\">\n {{ item.desc }}\n </p>\n <ul *ngIf=\"item?.links?.length\" class=\"nav\">\n <li\n *ngFor=\"let link of item.links\"\n class=\"nav-item\"\n [ngClass]=\"link.class ?? ''\"\n [style]=\"link.style ?? ''\"\n >\n <x-element-link\n [data]=\"\n link\n | xPrepend\n : {\n class:\n 'btn btn-primary btn-link text-decoration-none p-0 m-0',\n }\n \"\n ></x-element-link>\n </li>\n </ul>\n </div>\n </div>\n </li>\n </ul>\n </div>\n </div>\n\n <!-- cards -->\n <div\n *ngIf=\"data.cards?.length\"\n class=\"row my-3 row-cols-1 row-cols-sm-2 row-cols-md-3\"\n [ngClass]=\"data.align ?? ''\"\n >\n <div\n *ngFor=\"let item of data.cards\"\n class=\"col\"\n [ngClass]=\"item.class ?? ''\"\n [style]=\"item.style ?? ''\"\n >\n <div\n class=\"card card-body text-bg-light\"\n [ngClass]=\"data.bgClass ?? ''\"\n [style]=\"data.bgStyle ?? ''\"\n >\n <div class=\"text-start\">\n <img\n *ngIf=\"item.icon && isUrl(item.icon)\"\n [src]=\"item.icon\"\n class=\"\"\n width=\"72\"\n height=\"72\"\n />\n <i\n *ngIf=\"item.icon && !isUrl(item.icon)\"\n [ngClass]=\"item.icon\"\n class=\"fa-2x\"\n ></i>\n </div>\n <h3 *ngIf=\"item?.title\">\n {{ item.title }}\n </h3>\n <p *ngIf=\"item?.desc\">\n {{ item.desc }}\n </p>\n <div *ngIf=\"item?.links?.length\">\n <div\n *ngFor=\"let link of item?.links\"\n [ngClass]=\"link.class ?? ''\"\n [style]=\"link.style ?? ''\"\n >\n <x-element-link\n [data]=\"\n link | xPrepend: { class: 'btn btn-primary btn-link' }\n \"\n ></x-element-link>\n </div>\n </div>\n </div>\n </div>\n </div>\n\n <!-- doubles -->\n <div\n *ngIf=\"data.doubles?.length\"\n class=\"row\"\n [ngClass]=\"data.align ?? ''\"\n >\n <div\n *ngFor=\"let item of data.doubles; even as e\"\n class=\"d-flex justify-content-between\"\n [ngClass]=\"item.class ?? ''\"\n [style]=\"item.style ?? ''\"\n >\n <div class=\"\" [ngClass]=\"{ 'order-first': e, 'order-last': !e }\">\n <h3 *ngIf=\"item?.title\">\n {{ item.title }}\n </h3>\n <p *ngIf=\"item?.desc\" class=\"text-start py-3\">{{ item.desc }}</p>\n <div *ngIf=\"item?.links?.length\" class=\"\">\n <div\n *ngFor=\"let link of item?.links\"\n [ngClass]=\"link.class ?? ''\"\n [style]=\"link.style ?? ''\"\n >\n <x-element-link\n [data]=\"\n link\n | xPrepend\n : {\n class:\n 'btn btn-primary btn-link d-flex flex-column-reverse',\n }\n \"\n ></x-element-link>\n </div>\n </div>\n </div>\n <div class=\"\" [ngClass]=\"{ 'order-first': !e, 'order-last': e }\">\n <div class=\"text-start\">\n <i *ngIf=\"item?.icon\" class=\"fa-5x\" [ngClass]=\"item.icon\"></i>\n </div>\n </div>\n </div>\n </div>\n\n <!-- image clouds -->\n <div\n *ngIf=\"data.cloud?.length\"\n class=\"row py-5 justify-content-center w-100\"\n >\n <div\n *ngFor=\"let item of data.cloud; even as e\"\n class=\"d-flex justify-content-between\"\n [ngClass]=\"item.class ?? ''\"\n [style]=\"item.style ?? ''\"\n >\n <div class=\"\">\n <img\n *ngIf=\"item.icon && isUrl(item.icon)\"\n [src]=\"item.icon\"\n class=\"\"\n width=\"72\"\n height=\"72\"\n />\n <i\n *ngIf=\"item.icon && !isUrl(item.icon)\"\n [ngClass]=\"item.icon\"\n class=\"fa-2x\"\n ></i>\n </div>\n </div>\n </div>\n\n <!-- lines -->\n <div *ngIf=\"data?.lines?.length\" class=\"row col-12 container\">\n <div\n *ngFor=\"let item of data?.lines\"\n class=\"pt-3 px-0 border-bottom\"\n [ngClass]=\"item.class ?? ''\"\n [style]=\"item.style ?? ''\"\n >\n <h5 *ngIf=\"item.title\" class=\"text-start\">\n <span *ngIf=\"!item.url\">{{ item.title }}</span>\n <x-element-link\n *ngIf=\"item.url\"\n [data]=\"item | xPrepend: { class: 'btn btn-link p-0' }\"\n ></x-element-link>\n </h5>\n </div>\n </div>\n </div>\n </ng-container>\n `,\n styles: [],\n})\nexport class CardComponent {\n @Input() data?: CardContract;\n\n isUrl = isUrl;\n\n combinedStyle(...styles: string[]): string {\n return styles.filter((style) => !!style).join(';');\n }\n}\n","import { ChangeDetectionStrategy, Component, Input } from '@angular/core';\nimport { CardContract } from './card';\n\n@Component({\n changeDetection: ChangeDetectionStrategy.OnPush,\n selector: 'x-cards',\n template: `\n <ng-container *ngIf=\"data?.length\">\n <ng-container *ngFor=\"let card of data\">\n <x-card [data]=\"card\"></x-card>\n </ng-container>\n </ng-container>\n `,\n styles: [],\n})\nexport class CardsComponent {\n @Input() data?: CardContract[];\n}\n","import { NgModule } from '@angular/core';\nimport { SharedModule } from '@thescaffold/ngx-core';\nimport { ElementsModule, FormModule } from '@thescaffold/ngx-ui';\nimport { CardComponent } from './card';\nimport { CardsComponent } from './cards.component';\n\n@NgModule({\n declarations: [CardsComponent, CardComponent],\n exports: [CardsComponent, CardComponent],\n imports: [SharedModule, FormModule.forChild(), ElementsModule],\n})\nexport class CardsModule {}\n","import { Component } from '@angular/core';\nimport { CommonActionType } from '@thescaffold/ngx-core';\n\n@Component({\n selector: 'x-home',\n template: `\n <x-cards\n *ngIf=\"appDataSelector | xSelect | async as appData; else loader\"\n [data]=\"appData.cards\"\n >\n </x-cards>\n\n <!-- misc -->\n <ng-template #loader>\n <x-element-loader></x-element-loader>\n </ng-template>\n\n <ng-template #empty>\n <x-element-blank></x-element-blank>\n </ng-template>\n `,\n styles: [],\n})\nexport class HomeComponent {\n readonly appDataSelector = CommonActionType.APP_CONFIG;\n}\n","import { NgModule } from '@angular/core';\nimport { RouterModule } from '@angular/router';\nimport { SharedModule } from '@thescaffold/ngx-core';\nimport {\n ElementsModule,\n LayoutsModule,\n WebgetsModule,\n} from '@thescaffold/ngx-ui';\nimport { CardsModule } from '../../pkg';\nimport { HomeComponent } from './home.component';\n\n@NgModule({\n declarations: [HomeComponent],\n imports: [\n SharedModule,\n RouterModule.forChild([{ path: '', component: HomeComponent }]),\n LayoutsModule,\n WebgetsModule,\n ElementsModule,\n CardsModule,\n ],\n})\nexport class HomeModule {}\n"],"names":["i3","i2.CardComponent","i1","i3.CardsComponent"],"mappings":"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"}
|
package/index.d.ts
DELETED
package/lib/app.module.d.ts
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { AppModuleDirective } from '@thescaffold/ngx-common';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "./pages/pages.module";
|
|
4
|
-
export declare class AppModule extends AppModuleDirective {
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AppModule, never>;
|
|
6
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AppModule, never, [typeof i1.PagesModule], [typeof i1.PagesModule]>;
|
|
7
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<AppModule>;
|
|
8
|
-
}
|
package/lib/index.d.ts
DELETED
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { Observable } from 'rxjs';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class ArticleComponent {
|
|
4
|
-
private readonly route;
|
|
5
|
-
private readonly mediaService;
|
|
6
|
-
category?: string;
|
|
7
|
-
title?: string;
|
|
8
|
-
article$: Observable<any>;
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ArticleComponent, never>;
|
|
10
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ArticleComponent, "x-article", never, {}, {}, never, never, false, never>;
|
|
11
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./article.component";
|
|
3
|
-
import * as i2 from "@thescaffold/ngx-core";
|
|
4
|
-
import * as i3 from "@angular/router";
|
|
5
|
-
import * as i4 from "@thescaffold/ngx-ui";
|
|
6
|
-
export declare class ArticleModule {
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ArticleModule, never>;
|
|
8
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ArticleModule, [typeof i1.ArticleComponent], [typeof i2.SharedModule, typeof i3.RouterModule, typeof i4.LayoutsModule, typeof i4.ElementsModule], never>;
|
|
9
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<ArticleModule>;
|
|
10
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { BaseDirective } from '@thescaffold/ngx-core';
|
|
2
|
-
import { Observable } from 'rxjs';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class DocsComponent extends BaseDirective {
|
|
5
|
-
private readonly mediaService;
|
|
6
|
-
private readonly route;
|
|
7
|
-
private navList;
|
|
8
|
-
private currentNav?;
|
|
9
|
-
showHeaders: boolean;
|
|
10
|
-
nav$: Observable<any>;
|
|
11
|
-
breadcrumbs$: Observable<any>;
|
|
12
|
-
docs$: Observable<any>;
|
|
13
|
-
onSelectChange(event: any): void;
|
|
14
|
-
getLowestLevelHeaders(headers: any[]): any[];
|
|
15
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DocsComponent, never>;
|
|
16
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DocsComponent, "x-docs", never, {}, {}, never, never, false, never>;
|
|
17
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./docs.component";
|
|
3
|
-
import * as i2 from "@thescaffold/ngx-core";
|
|
4
|
-
import * as i3 from "@angular/router";
|
|
5
|
-
import * as i4 from "@thescaffold/ngx-ui";
|
|
6
|
-
export declare class DocsModule {
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DocsModule, never>;
|
|
8
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<DocsModule, [typeof i1.DocsComponent], [typeof i2.SharedModule, typeof i3.RouterModule, typeof i4.LayoutsModule, typeof i4.ElementsModule, typeof i4.ToolbarModule, typeof i2.PipesModule], never>;
|
|
9
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<DocsModule>;
|
|
10
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { BaseDirective } from '@thescaffold/ngx-core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class ErrorComponent extends BaseDirective {
|
|
4
|
-
defaultMessage: any;
|
|
5
|
-
messages: {
|
|
6
|
-
[key: string]: any;
|
|
7
|
-
};
|
|
8
|
-
message: any;
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ErrorComponent, never>;
|
|
10
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ErrorComponent, "x-page-error", never, {}, {}, never, never, false, never>;
|
|
11
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./error.component";
|
|
3
|
-
import * as i2 from "@thescaffold/ngx-core";
|
|
4
|
-
import * as i3 from "@angular/router";
|
|
5
|
-
import * as i4 from "@thescaffold/ngx-ui";
|
|
6
|
-
export declare class ErrorModule {
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ErrorModule, never>;
|
|
8
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ErrorModule, [typeof i1.ErrorComponent], [typeof i2.SharedModule, typeof i3.RouterModule, typeof i4.LayoutsModule], never>;
|
|
9
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<ErrorModule>;
|
|
10
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { CommonActionType } from '@thescaffold/ngx-core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class HomeComponent {
|
|
4
|
-
readonly appDataSelector = CommonActionType.APP_CONFIG;
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<HomeComponent, never>;
|
|
6
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<HomeComponent, "x-home", never, {}, {}, never, never, false, never>;
|
|
7
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./home.component";
|
|
3
|
-
import * as i2 from "@thescaffold/ngx-core";
|
|
4
|
-
import * as i3 from "@angular/router";
|
|
5
|
-
import * as i4 from "@thescaffold/ngx-ui";
|
|
6
|
-
import * as i5 from "../../pkg/cards/cards.module";
|
|
7
|
-
export declare class HomeModule {
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<HomeModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<HomeModule, [typeof i1.HomeComponent], [typeof i2.SharedModule, typeof i3.RouterModule, typeof i4.LayoutsModule, typeof i4.WebgetsModule, typeof i4.ElementsModule, typeof i5.CardsModule], never>;
|
|
10
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<HomeModule>;
|
|
11
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { BaseDirective } from '@thescaffold/ngx-core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class PagesComponent extends BaseDirective {
|
|
4
|
-
private readonly mediaService;
|
|
5
|
-
private readonly stateService;
|
|
6
|
-
init: () => void;
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PagesComponent, never>;
|
|
8
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PagesComponent, "x-pages", never, {}, {}, never, never, false, never>;
|
|
9
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./pages.component";
|
|
3
|
-
import * as i2 from "@thescaffold/ngx-core";
|
|
4
|
-
import * as i3 from "@angular/router";
|
|
5
|
-
import * as i4 from "@thescaffold/ngx-ui";
|
|
6
|
-
import * as i5 from "@thescaffold/ngx-common";
|
|
7
|
-
export declare class PagesModule {
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PagesModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<PagesModule, [typeof i1.PagesComponent], [typeof i2.SharedModule, typeof i3.RouterModule, typeof i4.LayoutsModule, typeof i4.WebgetsModule, typeof i5.ThemeModule, typeof i4.ElementsModule, typeof i4.ProgressModule], never>;
|
|
10
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<PagesModule>;
|
|
11
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { CardContract } from '../cards.utils';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class CardComponent {
|
|
4
|
-
data?: CardContract;
|
|
5
|
-
isUrl: (value: string) => boolean;
|
|
6
|
-
combinedStyle(...styles: string[]): string;
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CardComponent, never>;
|
|
8
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CardComponent, "x-card", never, { "data": { "alias": "data"; "required": false; }; }, {}, never, never, false, never>;
|
|
9
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { CardContract } from './card';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class CardsComponent {
|
|
4
|
-
data?: CardContract[];
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CardsComponent, never>;
|
|
6
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CardsComponent, "x-cards", never, { "data": { "alias": "data"; "required": false; }; }, {}, never, never, false, never>;
|
|
7
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./cards.component";
|
|
3
|
-
import * as i2 from "./card/card.component";
|
|
4
|
-
import * as i3 from "@thescaffold/ngx-core";
|
|
5
|
-
import * as i4 from "@thescaffold/ngx-ui";
|
|
6
|
-
export declare class CardsModule {
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CardsModule, never>;
|
|
8
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<CardsModule, [typeof i1.CardsComponent, typeof i2.CardComponent], [typeof i3.SharedModule, typeof i4.FormModule, typeof i4.ElementsModule], [typeof i1.CardsComponent, typeof i2.CardComponent]>;
|
|
9
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<CardsModule>;
|
|
10
|
-
}
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
import { Item, Link } from '@thescaffold/ngx-ui';
|
|
2
|
-
export interface CardContract {
|
|
3
|
-
bgImage?: string;
|
|
4
|
-
bgPosition?: string;
|
|
5
|
-
bgSize?: string;
|
|
6
|
-
bgRepeat?: string;
|
|
7
|
-
bgClass?: string;
|
|
8
|
-
bgStyle?: string;
|
|
9
|
-
fgImage?: string;
|
|
10
|
-
fgClass?: string;
|
|
11
|
-
fgStyle?: string;
|
|
12
|
-
class?: string;
|
|
13
|
-
style?: string;
|
|
14
|
-
align?: string;
|
|
15
|
-
placeholder?: string;
|
|
16
|
-
icon?: string;
|
|
17
|
-
title?: string;
|
|
18
|
-
desc?: string;
|
|
19
|
-
list?: Item[];
|
|
20
|
-
links?: Link[];
|
|
21
|
-
cards?: Item[];
|
|
22
|
-
doubles?: Item[];
|
|
23
|
-
cloud?: Item[];
|
|
24
|
-
grids?: Item[];
|
|
25
|
-
items?: Item[];
|
|
26
|
-
lines?: Item[];
|
|
27
|
-
media?: Item[];
|
|
28
|
-
titleClass?: string;
|
|
29
|
-
}
|
package/lib/pkg/cards/index.d.ts
DELETED
package/lib/pkg/index.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './cards';
|
package/public-api.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './lib/index';
|