@sd-angular/core 1.0.13 → 1.0.17
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/api/src/lib/api.service.d.ts +2 -0
- package/bundles/sd-angular-core-api.umd.js +3 -3
- package/bundles/sd-angular-core-api.umd.js.map +1 -1
- package/bundles/sd-angular-core-api.umd.min.js +1 -1
- package/bundles/sd-angular-core-api.umd.min.js.map +1 -1
- package/bundles/sd-angular-core-chip.umd.js +18 -0
- package/bundles/sd-angular-core-chip.umd.js.map +1 -1
- package/bundles/sd-angular-core-chip.umd.min.js +1 -1
- package/bundles/sd-angular-core-chip.umd.min.js.map +1 -1
- package/bundles/sd-angular-core-common.umd.js +99 -35
- package/bundles/sd-angular-core-common.umd.js.map +1 -1
- package/bundles/sd-angular-core-common.umd.min.js +2 -2
- package/bundles/sd-angular-core-common.umd.min.js.map +1 -1
- package/bundles/sd-angular-core-grid-material.umd.js +6 -2
- package/bundles/sd-angular-core-grid-material.umd.js.map +1 -1
- package/bundles/sd-angular-core-grid-material.umd.min.js +1 -1
- package/bundles/sd-angular-core-grid-material.umd.min.js.map +1 -1
- package/bundles/sd-angular-core-view.umd.js +32 -0
- package/bundles/sd-angular-core-view.umd.js.map +1 -0
- package/bundles/sd-angular-core-view.umd.min.js +2 -0
- package/bundles/sd-angular-core-view.umd.min.js.map +1 -0
- package/chip/src/lib/chip.component.d.ts +1 -0
- package/common/sd-angular-core-common.metadata.json +1 -1
- package/common/src/lib/directives/sd-scroll.directive.d.ts +3 -1
- package/common/src/lib/services/browser.service.d.ts +9 -0
- package/common/src/public-api.d.ts +2 -1
- package/esm2015/api/src/lib/api.service.js +4 -4
- package/esm2015/chip/src/lib/chip.component.js +19 -1
- package/esm2015/common/src/lib/directives/sd-scroll.directive.js +7 -4
- package/esm2015/common/src/lib/services/browser.service.js +51 -0
- package/esm2015/common/src/public-api.js +3 -2
- package/esm2015/grid-material/src/lib/components/desktop-cell-view/desktop-cell-view.component.js +2 -2
- package/esm2015/grid-material/src/lib/grid-material.component.js +2 -2
- package/esm2015/grid-material/src/lib/models/grid-cell.model.js +1 -1
- package/esm2015/grid-material/src/lib/pipes/cell-view.pipe.js +5 -1
- package/esm2015/view/index.js +2 -0
- package/esm2015/view/sd-angular-core-view.js +5 -0
- package/esm2015/view/src/lib/view.module.js +16 -0
- package/esm2015/view/src/public-api.js +2 -0
- package/fesm2015/sd-angular-core-api.js +3 -3
- package/fesm2015/sd-angular-core-api.js.map +1 -1
- package/fesm2015/sd-angular-core-chip.js +18 -0
- package/fesm2015/sd-angular-core-chip.js.map +1 -1
- package/fesm2015/sd-angular-core-common.js +68 -18
- package/fesm2015/sd-angular-core-common.js.map +1 -1
- package/fesm2015/sd-angular-core-grid-material.js +6 -2
- package/fesm2015/sd-angular-core-grid-material.js.map +1 -1
- package/fesm2015/sd-angular-core-view.js +23 -0
- package/fesm2015/sd-angular-core-view.js.map +1 -0
- package/grid-material/sd-angular-core-grid-material.metadata.json +1 -1
- package/grid-material/src/lib/models/grid-cell.model.d.ts +1 -0
- package/package.json +1 -1
- package/{sd-angular-core-1.0.13.tgz → sd-angular-core-1.0.17.tgz} +0 -0
- package/view/index.d.ts +1 -0
- package/view/package.json +12 -0
- package/view/sd-angular-core-view.d.ts +4 -0
- package/view/sd-angular-core-view.metadata.json +1 -0
- package/view/src/lib/view.module.d.ts +2 -0
- package/view/src/public-api.d.ts +1 -0
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { NgModule } from '@angular/core';
|
|
2
|
+
import { CommonModule } from '@angular/common';
|
|
3
|
+
import { MatIconModule } from '@angular/material/icon';
|
|
4
|
+
|
|
5
|
+
class SdViewModule {
|
|
6
|
+
}
|
|
7
|
+
SdViewModule.decorators = [
|
|
8
|
+
{ type: NgModule, args: [{
|
|
9
|
+
imports: [
|
|
10
|
+
CommonModule,
|
|
11
|
+
MatIconModule
|
|
12
|
+
],
|
|
13
|
+
declarations: [],
|
|
14
|
+
exports: []
|
|
15
|
+
},] }
|
|
16
|
+
];
|
|
17
|
+
|
|
18
|
+
/**
|
|
19
|
+
* Generated bundle index. Do not edit.
|
|
20
|
+
*/
|
|
21
|
+
|
|
22
|
+
export { SdViewModule };
|
|
23
|
+
//# sourceMappingURL=sd-angular-core-view.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sd-angular-core-view.js","sources":["../../../../projects/sd-core/view/src/lib/view.module.ts","../../../../projects/sd-core/view/sd-angular-core-view.ts"],"sourcesContent":["import { NgModule } from '@angular/core';\r\nimport { CommonModule } from '@angular/common';\r\nimport { MatIconModule } from '@angular/material/icon';\r\n\r\n@NgModule({\r\n imports: [\r\n CommonModule,\r\n MatIconModule\r\n ],\r\n declarations: [\r\n ],\r\n exports: [\r\n ]\r\n})\r\nexport class SdViewModule { }\r\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;MAca,YAAY;;;YAVxB,QAAQ,SAAC;gBACR,OAAO,EAAE;oBACP,YAAY;oBACZ,aAAa;iBACd;gBACD,YAAY,EAAE,EACb;gBACD,OAAO,EAAE,EACR;aACF;;;ACbD;;;;;;"}
|