mis-crystal-design-system 1.1.6 → 2.0.0

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 (28) hide show
  1. package/bundles/mis-crystal-design-system-src-datepicker.umd.js +5 -0
  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 +30 -4
  6. package/bundles/mis-crystal-design-system.umd.js.map +1 -1
  7. package/bundles/mis-crystal-design-system.umd.min.js +3 -3
  8. package/bundles/mis-crystal-design-system.umd.min.js.map +1 -1
  9. package/datepicker/public_api.d.ts +1 -0
  10. package/esm2015/datepicker/public_api.js +2 -1
  11. package/esm2015/dropdown/dropdown.component.js +3 -3
  12. package/esm2015/mis-crystal-design-system.js +23 -1
  13. package/esm2015/multi-select-dropdown/multi-select-dropdown.component.js +1 -1
  14. package/esm2015/nested-multi-select-dropdown/nested-multi-select-dropdown.component.js +1 -1
  15. package/esm2015/public-api.js +13 -13
  16. package/esm2015/src/datepicker/mis-crystal-design-system-src-datepicker.js +2 -1
  17. package/esm2015/src/datepicker/public_api.js +2 -1
  18. package/fesm2015/mis-crystal-design-system-src-datepicker.js +1 -1
  19. package/fesm2015/mis-crystal-design-system-src-datepicker.js.map +1 -1
  20. package/fesm2015/mis-crystal-design-system.js +5 -5
  21. package/fesm2015/mis-crystal-design-system.js.map +1 -1
  22. package/mis-crystal-design-system.d.ts +22 -0
  23. package/mis-crystal-design-system.metadata.json +1 -1
  24. package/package.json +1 -1
  25. package/public-api.d.ts +12 -12
  26. package/src/datepicker/mis-crystal-design-system-src-datepicker.d.ts +1 -0
  27. package/src/datepicker/mis-crystal-design-system-src-datepicker.metadata.json +1 -1
  28. package/src/datepicker/public_api.d.ts +1 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mis-crystal-design-system",
3
- "version": "1.1.6",
3
+ "version": "2.0.0",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "*",
6
6
  "@angular/core": "*"
package/public-api.d.ts CHANGED
@@ -1,12 +1,12 @@
1
- export * from './button';
2
- export * from './checkbox';
3
- export * from './chip';
4
- export * from './dropdown';
5
- export * from './loader';
6
- export * from './multi-select-dropdown';
7
- export * from './nested-multi-select-dropdown';
8
- export * from './radio-button';
9
- export * from './switch';
10
- export * from './table';
11
- export * from './tooltip';
12
- export * from './datepicker';
1
+ export * from './button/index';
2
+ export * from './checkbox/index';
3
+ export * from './chip/index';
4
+ export * from './dropdown/index';
5
+ export * from './loader/index';
6
+ export * from './multi-select-dropdown/index';
7
+ export * from './nested-multi-select-dropdown/index';
8
+ export * from './radio-button/index';
9
+ export * from './switch/index';
10
+ export * from './table/index';
11
+ export * from './tooltip/index';
12
+ export * from './datepicker/index';
@@ -12,6 +12,7 @@ export { ComponentLoaderFactory as ɵi } from './sub-components/component-loader
12
12
  export { MiniStore as ɵd } from './sub-components/mini-ngrx';
13
13
  export { PositioningService as ɵh } from './sub-components/positioning';
14
14
  export { TooltipModule as ɵj } from './sub-components/tooltip';
15
+ export { OnChange as ɵt } from './sub-components/utils';
15
16
  export { BsCalendarLayoutComponent as ɵk } from './themes/bs/bs-calendar-layout.component';
16
17
  export { BsCurrentDateViewComponent as ɵl } from './themes/bs/bs-current-date-view.component';
17
18
  export { BsCustomDatesViewComponent as ɵm } from './themes/bs/bs-custom-dates-view.component';