@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.
Files changed (59) hide show
  1. package/api/src/lib/api.service.d.ts +2 -0
  2. package/bundles/sd-angular-core-api.umd.js +3 -3
  3. package/bundles/sd-angular-core-api.umd.js.map +1 -1
  4. package/bundles/sd-angular-core-api.umd.min.js +1 -1
  5. package/bundles/sd-angular-core-api.umd.min.js.map +1 -1
  6. package/bundles/sd-angular-core-chip.umd.js +18 -0
  7. package/bundles/sd-angular-core-chip.umd.js.map +1 -1
  8. package/bundles/sd-angular-core-chip.umd.min.js +1 -1
  9. package/bundles/sd-angular-core-chip.umd.min.js.map +1 -1
  10. package/bundles/sd-angular-core-common.umd.js +99 -35
  11. package/bundles/sd-angular-core-common.umd.js.map +1 -1
  12. package/bundles/sd-angular-core-common.umd.min.js +2 -2
  13. package/bundles/sd-angular-core-common.umd.min.js.map +1 -1
  14. package/bundles/sd-angular-core-grid-material.umd.js +6 -2
  15. package/bundles/sd-angular-core-grid-material.umd.js.map +1 -1
  16. package/bundles/sd-angular-core-grid-material.umd.min.js +1 -1
  17. package/bundles/sd-angular-core-grid-material.umd.min.js.map +1 -1
  18. package/bundles/sd-angular-core-view.umd.js +32 -0
  19. package/bundles/sd-angular-core-view.umd.js.map +1 -0
  20. package/bundles/sd-angular-core-view.umd.min.js +2 -0
  21. package/bundles/sd-angular-core-view.umd.min.js.map +1 -0
  22. package/chip/src/lib/chip.component.d.ts +1 -0
  23. package/common/sd-angular-core-common.metadata.json +1 -1
  24. package/common/src/lib/directives/sd-scroll.directive.d.ts +3 -1
  25. package/common/src/lib/services/browser.service.d.ts +9 -0
  26. package/common/src/public-api.d.ts +2 -1
  27. package/esm2015/api/src/lib/api.service.js +4 -4
  28. package/esm2015/chip/src/lib/chip.component.js +19 -1
  29. package/esm2015/common/src/lib/directives/sd-scroll.directive.js +7 -4
  30. package/esm2015/common/src/lib/services/browser.service.js +51 -0
  31. package/esm2015/common/src/public-api.js +3 -2
  32. package/esm2015/grid-material/src/lib/components/desktop-cell-view/desktop-cell-view.component.js +2 -2
  33. package/esm2015/grid-material/src/lib/grid-material.component.js +2 -2
  34. package/esm2015/grid-material/src/lib/models/grid-cell.model.js +1 -1
  35. package/esm2015/grid-material/src/lib/pipes/cell-view.pipe.js +5 -1
  36. package/esm2015/view/index.js +2 -0
  37. package/esm2015/view/sd-angular-core-view.js +5 -0
  38. package/esm2015/view/src/lib/view.module.js +16 -0
  39. package/esm2015/view/src/public-api.js +2 -0
  40. package/fesm2015/sd-angular-core-api.js +3 -3
  41. package/fesm2015/sd-angular-core-api.js.map +1 -1
  42. package/fesm2015/sd-angular-core-chip.js +18 -0
  43. package/fesm2015/sd-angular-core-chip.js.map +1 -1
  44. package/fesm2015/sd-angular-core-common.js +68 -18
  45. package/fesm2015/sd-angular-core-common.js.map +1 -1
  46. package/fesm2015/sd-angular-core-grid-material.js +6 -2
  47. package/fesm2015/sd-angular-core-grid-material.js.map +1 -1
  48. package/fesm2015/sd-angular-core-view.js +23 -0
  49. package/fesm2015/sd-angular-core-view.js.map +1 -0
  50. package/grid-material/sd-angular-core-grid-material.metadata.json +1 -1
  51. package/grid-material/src/lib/models/grid-cell.model.d.ts +1 -0
  52. package/package.json +1 -1
  53. package/{sd-angular-core-1.0.13.tgz → sd-angular-core-1.0.17.tgz} +0 -0
  54. package/view/index.d.ts +1 -0
  55. package/view/package.json +12 -0
  56. package/view/sd-angular-core-view.d.ts +4 -0
  57. package/view/sd-angular-core-view.metadata.json +1 -0
  58. package/view/src/lib/view.module.d.ts +2 -0
  59. 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;;;;;;"}