@koalarx/ui 21.1.1 → 21.1.2
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.
|
@@ -3,11 +3,11 @@ import { ChangeDetectionStrategy, Component } from '@angular/core';
|
|
|
3
3
|
|
|
4
4
|
class SnackbarContainer {
|
|
5
5
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: SnackbarContainer, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
6
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.0.6", type: SnackbarContainer, isStandalone: true, selector: "kl-snackbar-container", ngImport: i0, template: "<div class=\"toast toast-top toast-end z-
|
|
6
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.0.6", type: SnackbarContainer, isStandalone: true, selector: "kl-snackbar-container", ngImport: i0, template: "<div class=\"toast toast-top toast-end z-20000 w-full\"></div>\n", changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
7
7
|
}
|
|
8
8
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: SnackbarContainer, decorators: [{
|
|
9
9
|
type: Component,
|
|
10
|
-
args: [{ selector: 'kl-snackbar-container', changeDetection: ChangeDetectionStrategy.OnPush, template: "<div class=\"toast toast-top toast-end z-
|
|
10
|
+
args: [{ selector: 'kl-snackbar-container', changeDetection: ChangeDetectionStrategy.OnPush, template: "<div class=\"toast toast-top toast-end z-20000 w-full\"></div>\n" }]
|
|
11
11
|
}] });
|
|
12
12
|
|
|
13
13
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"koalarx-ui-core-components-snackbar.mjs","sources":["../../projects/koala-ui/core/components/snackbar/snackbar-container.ts","../../projects/koala-ui/core/components/snackbar/snackbar-container.html","../../projects/koala-ui/core/components/snackbar/koalarx-ui-core-components-snackbar.ts"],"sourcesContent":["import { ChangeDetectionStrategy, Component } from '@angular/core';\n\n@Component({\n selector: 'kl-snackbar-container',\n templateUrl: './snackbar-container.html',\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class SnackbarContainer {}\n","<div class=\"toast toast-top toast-end z-
|
|
1
|
+
{"version":3,"file":"koalarx-ui-core-components-snackbar.mjs","sources":["../../projects/koala-ui/core/components/snackbar/snackbar-container.ts","../../projects/koala-ui/core/components/snackbar/snackbar-container.html","../../projects/koala-ui/core/components/snackbar/koalarx-ui-core-components-snackbar.ts"],"sourcesContent":["import { ChangeDetectionStrategy, Component } from '@angular/core';\n\n@Component({\n selector: 'kl-snackbar-container',\n templateUrl: './snackbar-container.html',\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class SnackbarContainer {}\n","<div class=\"toast toast-top toast-end z-20000 w-full\"></div>\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;MAOa,iBAAiB,CAAA;uGAAjB,iBAAiB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA;AAAjB,IAAA,OAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,iBAAiB,iFCP9B,kEACA,EAAA,eAAA,EAAA,EAAA,CAAA,uBAAA,CAAA,MAAA,EAAA,CAAA;;2FDMa,iBAAiB,EAAA,UAAA,EAAA,CAAA;kBAL7B,SAAS;+BACE,uBAAuB,EAAA,eAAA,EAEhB,uBAAuB,CAAC,MAAM,EAAA,QAAA,EAAA,kEAAA,EAAA;;;AELjD;;AAEG;;;;"}
|