@sd-angular/core 0.0.990 → 0.0.994

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 (26) hide show
  1. package/bundles/sd-angular-core-grid-material.umd.js +28 -18
  2. package/bundles/sd-angular-core-grid-material.umd.js.map +1 -1
  3. package/bundles/sd-angular-core-grid-material.umd.min.js +2 -2
  4. package/bundles/sd-angular-core-grid-material.umd.min.js.map +1 -1
  5. package/bundles/sd-angular-core-quick-action.umd.js +1 -1
  6. package/bundles/sd-angular-core-quick-action.umd.min.js +1 -1
  7. package/bundles/sd-angular-core-quick-action.umd.min.js.map +1 -1
  8. package/esm2015/grid-material/src/lib/components/desktop-cell/desktop-cell.component.js +2 -2
  9. package/esm2015/grid-material/src/lib/grid-material.component.js +1 -8
  10. package/esm2015/grid-material/src/lib/grid-material.module.js +2 -1
  11. package/esm2015/grid-material/src/lib/models/grid.model.js +1 -1
  12. package/esm2015/grid-material/src/lib/pipes/editor-handler-column.pipe.js +9 -4
  13. package/esm2015/grid-material/src/lib/pipes/editor-handler-row.pipe.js +2 -2
  14. package/esm2015/grid-material/src/lib/pipes/editor-validate.pipe.js +2 -2
  15. package/esm2015/grid-material/src/lib/pipes/sd-id.pipe.js +2 -2
  16. package/esm2015/quick-action/src/lib/quick-action.component.js +1 -1
  17. package/fesm2015/sd-angular-core-grid-material.js +31 -32
  18. package/fesm2015/sd-angular-core-grid-material.js.map +1 -1
  19. package/fesm2015/sd-angular-core-quick-action.js +1 -1
  20. package/grid-material/sd-angular-core-grid-material.metadata.json +1 -1
  21. package/grid-material/src/lib/grid-material.component.d.ts +0 -1
  22. package/grid-material/src/lib/models/grid.model.d.ts +0 -1
  23. package/grid-material/src/lib/pipes/editor-handler-column.pipe.d.ts +2 -1
  24. package/package.json +1 -1
  25. package/quick-action/sd-angular-core-quick-action.metadata.json +1 -1
  26. package/{sd-angular-core-0.0.990.tgz → sd-angular-core-0.0.994.tgz} +0 -0
@@ -16,7 +16,7 @@ SdQuickAction.decorators = [
16
16
  { type: Component, args: [{
17
17
  selector: 'sd-quick-action',
18
18
  template: "<div class=\"c-quick-action media align-items-center\" [ngClass]=\"{'active': isOpened}\">\r\n <div class=\"media-body mr-16 text-grey\">\r\n <ng-content select=\"[sdMessage]\"></ng-content>\r\n </div>\r\n <ng-content select=\"[sdAction]\"></ng-content>\r\n</div>",
19
- styles: [".c-quick-action{background-color:#fff;border-radius:4px;bottom:90px;box-shadow:0 .4px .8px rgba(0,0,0,.1),0 3px 6px rgba(0,0,0,.2);left:0;margin:auto;max-width:600px;opacity:0;padding:8px 16px;pointer-events:none;position:fixed;right:0;transform:translate3d(0,100%,0);transition:all .2s ease-in-out;visibility:hidden;width:450px;z-index:99}.c-quick-action.active{opacity:1;pointer-events:all;transform:translateZ(0);visibility:visible}"]
19
+ styles: [".c-quick-action{background-color:#fff;border-radius:4px;bottom:90px;box-shadow:0 .4px .8px rgba(0,0,0,.1),0 3px 6px rgba(0,0,0,.2);left:0;margin:auto;opacity:0;padding:8px 16px;pointer-events:none;position:fixed;right:0;transform:translate3d(0,100%,0);transition:all .2s ease-in-out;visibility:hidden;width:-webkit-max-content;width:-moz-max-content;width:max-content;z-index:99}.c-quick-action.active{opacity:1;pointer-events:all;transform:translateZ(0);visibility:visible}"]
20
20
  },] }
21
21
  ];
22
22
  SdQuickAction.ctorParameters = () => [];