mis-crystal-design-system 1.1.6 → 1.1.91

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 (62) hide show
  1. package/bundles/mis-crystal-design-system-src-datepicker.umd.js +6 -1
  2. package/bundles/mis-crystal-design-system-src-datepicker.umd.js.map +1 -1
  3. package/bundles/mis-crystal-design-system-src-datepicker.umd.min.js +1 -1
  4. package/bundles/mis-crystal-design-system-src-datepicker.umd.min.js.map +1 -1
  5. package/bundles/mis-crystal-design-system.umd.js +444 -11
  6. package/bundles/mis-crystal-design-system.umd.js.map +1 -1
  7. package/bundles/mis-crystal-design-system.umd.min.js +6 -6
  8. package/bundles/mis-crystal-design-system.umd.min.js.map +1 -1
  9. package/datepicker/public_api.d.ts +1 -0
  10. package/drawer/drawer-body/drawer-body.component.d.ts +12 -0
  11. package/drawer/drawer-constants.d.ts +3 -0
  12. package/drawer/drawer-ref.d.ts +13 -0
  13. package/drawer/drawer.module.d.ts +5 -0
  14. package/drawer/drawer.scss +20 -0
  15. package/drawer/drawer.service.d.ts +18 -0
  16. package/drawer/index.d.ts +1 -0
  17. package/drawer/public_api.d.ts +4 -0
  18. package/esm2015/chip/chip.module.js +1 -1
  19. package/esm2015/datepicker/public_api.js +2 -1
  20. package/esm2015/drawer/drawer-body/drawer-body.component.js +44 -0
  21. package/esm2015/drawer/drawer-constants.js +4 -0
  22. package/esm2015/drawer/drawer-ref.js +28 -0
  23. package/esm2015/drawer/drawer.module.js +28 -0
  24. package/esm2015/drawer/drawer.service.js +59 -0
  25. package/esm2015/drawer/index.js +2 -0
  26. package/esm2015/drawer/public_api.js +5 -0
  27. package/esm2015/dropdown/dropdown.component.js +1 -1
  28. package/esm2015/fab/fab.component.js +66 -0
  29. package/esm2015/fab/fab.module.js +16 -0
  30. package/esm2015/fab/index.js +2 -0
  31. package/esm2015/fab/public_api.js +3 -0
  32. package/esm2015/multi-select-dropdown/multi-select-dropdown.component.js +2 -2
  33. package/esm2015/nested-multi-select-dropdown/nested-multi-select-dropdown.component.js +2 -2
  34. package/esm2015/public-api.js +4 -1
  35. package/esm2015/src/datepicker/mis-crystal-design-system-src-datepicker.js +2 -1
  36. package/esm2015/src/datepicker/public_api.js +2 -1
  37. package/esm2015/table/table.component.js +1 -1
  38. package/esm2015/toast/index.js +2 -0
  39. package/esm2015/toast/public_api.js +3 -0
  40. package/esm2015/toast/toast.component.js +30 -0
  41. package/esm2015/toast/toast.data.service.js +29 -0
  42. package/esm2015/toast/toast.module.js +28 -0
  43. package/esm2015/toast/toast.service.js +99 -0
  44. package/fab/fab.component.d.ts +29 -0
  45. package/fab/fab.module.d.ts +4 -0
  46. package/fab/index.d.ts +1 -0
  47. package/fab/public_api.d.ts +2 -0
  48. package/fesm2015/mis-crystal-design-system-src-datepicker.js +1 -1
  49. package/fesm2015/mis-crystal-design-system-src-datepicker.js.map +1 -1
  50. package/fesm2015/mis-crystal-design-system.js +399 -11
  51. package/fesm2015/mis-crystal-design-system.js.map +1 -1
  52. package/package.json +3 -2
  53. package/public-api.d.ts +3 -0
  54. package/src/datepicker/mis-crystal-design-system-src-datepicker.d.ts +1 -0
  55. package/src/datepicker/mis-crystal-design-system-src-datepicker.metadata.json +1 -1
  56. package/src/datepicker/public_api.d.ts +1 -0
  57. package/toast/index.d.ts +1 -0
  58. package/toast/public_api.d.ts +2 -0
  59. package/toast/toast.component.d.ts +5 -0
  60. package/toast/toast.data.service.d.ts +8 -0
  61. package/toast/toast.module.d.ts +5 -0
  62. package/toast/toast.service.d.ts +35 -0
@@ -323,7 +323,7 @@
323
323
  ar[i] = from[i];
324
324
  }
325
325
  }
326
- return to.concat(ar || from);
326
+ return to.concat(ar || Array.prototype.slice.call(from));
327
327
  }
328
328
  function __await(v) {
329
329
  return this instanceof __await ? (this.v = v, this) : new __await(v);
@@ -13882,6 +13882,10 @@
13882
13882
  exports.MisDateRangePickerInlineDirective = MisDateRangePickerInlineDirective;
13883
13883
  exports.MisDateRangePickerInputDirective = MisDateRangePickerInputDirective;
13884
13884
  exports.MonthPickerComponent = MonthPickerComponent;
13885
+ exports.TooltipConfig = TooltipConfig;
13886
+ exports.TooltipContainerComponent = TooltipContainerComponent;
13887
+ exports.TooltipDirective = TooltipDirective;
13888
+ exports.TooltipModule = TooltipModule;
13885
13889
  exports.YearPickerComponent = YearPickerComponent;
13886
13890
  exports.ɵa = DATEPICKER_CONTROL_VALUE_ACCESSOR;
13887
13891
  exports.ɵb = MisDatePickerAbstractComponent;
@@ -13902,6 +13906,7 @@
13902
13906
  exports.ɵq = BsMonthCalendarViewComponent;
13903
13907
  exports.ɵr = BsTimepickerViewComponent;
13904
13908
  exports.ɵs = BsYearsCalendarViewComponent;
13909
+ exports.ɵt = OnChange;
13905
13910
 
13906
13911
  Object.defineProperty(exports, '__esModule', { value: true });
13907
13912