@snabcentr/client-ui 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- package/esm2020/news/index.mjs +4 -0
- package/esm2020/news/news-card/sc-news-card.component.mjs +19 -0
- package/esm2020/news/news-card-skeleton/sc-news-card-skeleton.component.mjs +23 -0
- package/esm2020/news/sc-news.module.mjs +24 -0
- package/esm2020/public-api.mjs +3 -2
- package/esm2020/share-button/index.mjs +3 -0
- package/esm2020/share-button/sc-share-button.component.mjs +15 -0
- package/esm2020/share-button/sc-share-button.module.mjs +21 -0
- package/fesm2015/snabcentr-client-ui.mjs +81 -8
- package/fesm2015/snabcentr-client-ui.mjs.map +1 -1
- package/fesm2020/snabcentr-client-ui.mjs +81 -8
- package/fesm2020/snabcentr-client-ui.mjs.map +1 -1
- package/news/index.d.ts +3 -0
- package/news/news-card/sc-news-card.component.d.ts +13 -0
- package/news/news-card-skeleton/sc-news-card-skeleton.component.d.ts +12 -0
- package/news/sc-news.module.d.ts +14 -0
- package/package.json +2 -1
- package/public-api.d.ts +2 -1
- package/share-button/index.d.ts +2 -0
- package/share-button/sc-share-button.component.d.ts +8 -0
- package/share-button/sc-share-button.module.d.ts +11 -0
- package/styles/tailwind/tailwind.scss +938 -0
- package/esm2020/test-component/test.component.mjs +0 -14
- package/test-component/test.component.d.ts +0 -8
@@ -1,14 +0,0 @@
|
|
1
|
-
import { Component } from '@angular/core';
|
2
|
-
import * as i0 from "@angular/core";
|
3
|
-
/**
|
4
|
-
* Тестовый компонент приложения.
|
5
|
-
*/
|
6
|
-
export class TestComponent {
|
7
|
-
}
|
8
|
-
TestComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: TestComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
9
|
-
TestComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.3.0", type: TestComponent, selector: "sc-test", ngImport: i0, template: "" });
|
10
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: TestComponent, decorators: [{
|
11
|
-
type: Component,
|
12
|
-
args: [{ selector: 'sc-test', template: "" }]
|
13
|
-
}] });
|
14
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGVzdC5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9wcm9qZWN0cy9jbGllbnQtdWkvdGVzdC1jb21wb25lbnQvdGVzdC5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi9wcm9qZWN0cy9jbGllbnQtdWkvdGVzdC1jb21wb25lbnQvdGVzdC5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLE1BQU0sZUFBZSxDQUFDOztBQUUxQzs7R0FFRztBQUtILE1BQU0sT0FBTyxhQUFhOzswR0FBYixhQUFhOzhGQUFiLGFBQWEsK0NDVDFCLEVBQUE7MkZEU2EsYUFBYTtrQkFKekIsU0FBUzsrQkFDSSxTQUFTIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbi8qKlxuICog0KLQtdGB0YLQvtCy0YvQuSDQutC+0LzQv9C+0L3QtdC90YIg0L/RgNC40LvQvtC20LXQvdC40Y8uXG4gKi9cbkBDb21wb25lbnQoe1xuICAgIHNlbGVjdG9yOiAnc2MtdGVzdCcsXG4gICAgdGVtcGxhdGVVcmw6ICcuL3Rlc3QuY29tcG9uZW50Lmh0bWwnLFxufSlcbmV4cG9ydCBjbGFzcyBUZXN0Q29tcG9uZW50IHt9XG4iLCIiXX0=
|
@@ -1,8 +0,0 @@
|
|
1
|
-
import * as i0 from "@angular/core";
|
2
|
-
/**
|
3
|
-
* Тестовый компонент приложения.
|
4
|
-
*/
|
5
|
-
export declare class TestComponent {
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TestComponent, never>;
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TestComponent, "sc-test", never, {}, {}, never, never, false>;
|
8
|
-
}
|