@colijnit/corecomponents_v12 12.0.103 → 12.0.104

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 (49) hide show
  1. package/bundles/colijnit-corecomponents_v12.umd.js +606 -238
  2. package/bundles/colijnit-corecomponents_v12.umd.js.map +1 -1
  3. package/colijnit-corecomponents_v12.d.ts +11 -10
  4. package/colijnit-corecomponents_v12.metadata.json +1 -1
  5. package/esm2015/colijnit-corecomponents_v12.js +12 -11
  6. package/esm2015/lib/components/list-of-values/list-of-values-popup.component.js +79 -0
  7. package/esm2015/lib/components/list-of-values/list-of-values.component.js +174 -0
  8. package/esm2015/lib/components/list-of-values/list-of-values.module.js +33 -0
  9. package/esm2015/lib/components/list-of-values-multiselect-search/list-of-values-multiselect-search.component.js +101 -0
  10. package/esm2015/lib/components/list-of-values-multiselect-search/list-of-values-multiselect-search.module.js +25 -0
  11. package/esm2015/lib/directives/overlay/overlay.directive.js +7 -2
  12. package/esm2015/lib/service/overlay.service.js +9 -2
  13. package/esm2015/public-api.js +5 -1
  14. package/fesm2015/colijnit-corecomponents_v12.js +659 -263
  15. package/fesm2015/colijnit-corecomponents_v12.js.map +1 -1
  16. package/lib/components/base-input-date-picker/style/_layout.scss +91 -0
  17. package/lib/components/base-input-date-picker/style/_material-definition.scss +0 -0
  18. package/lib/components/base-input-date-picker/style/_theme.scss +4 -0
  19. package/lib/components/base-input-date-picker/style/material.scss +4 -0
  20. package/lib/components/co-input-date-picker/style/_layout.scss +5 -0
  21. package/lib/components/co-input-date-picker/style/_material-definition.scss +0 -0
  22. package/lib/components/co-input-date-picker/style/_theme.scss +0 -0
  23. package/lib/components/co-input-date-picker/style/material.scss +4 -0
  24. package/lib/components/co-input-date-range-picker/style/_layout.scss +18 -0
  25. package/lib/components/co-input-date-range-picker/style/_material-definition.scss +0 -0
  26. package/lib/components/co-input-date-range-picker/style/_theme.scss +0 -0
  27. package/lib/components/co-input-date-range-picker/style/material.scss +4 -0
  28. package/lib/components/filter-item/style/_material-definition.scss +1 -1
  29. package/lib/components/filter-item/style/_theme.scss +4 -1
  30. package/lib/components/input-checkbox/style/_layout.scss +1 -4
  31. package/lib/components/input-checkbox/style/_theme.scss +2 -1
  32. package/lib/components/list-of-values/list-of-values-popup.component.d.ts +22 -0
  33. package/lib/components/list-of-values/list-of-values.component.d.ts +35 -0
  34. package/lib/components/list-of-values/list-of-values.module.d.ts +2 -0
  35. package/lib/components/list-of-values/style/_layout.scss +101 -13
  36. package/lib/components/list-of-values/style/_material-definition.scss +15 -0
  37. package/lib/components/list-of-values-multiselect-search/list-of-values-multiselect-search.component.d.ts +21 -0
  38. package/lib/components/list-of-values-multiselect-search/list-of-values-multiselect-search.module.d.ts +2 -0
  39. package/lib/components/list-of-values-multiselect-search/style/_layout.scss +69 -0
  40. package/lib/components/list-of-values-multiselect-search/style/_material-definition.scss +8 -0
  41. package/lib/components/list-of-values-multiselect-search/style/_theme.scss +0 -0
  42. package/lib/components/list-of-values-multiselect-search/style/material.scss +4 -0
  43. package/lib/components/simple-grid/style/_layout.scss +4 -3
  44. package/lib/components/simple-grid/style/_material-definition.scss +3 -2
  45. package/lib/directives/overlay/overlay.directive.d.ts +1 -0
  46. package/lib/service/overlay.service.d.ts +1 -1
  47. package/lib/style/_variables.scss +9 -7
  48. package/package.json +1 -1
  49. package/public-api.d.ts +4 -0
@@ -6,25 +6,26 @@ export { BaseInputComponent as ɵm } from './lib/components/base/base-input.comp
6
6
  export { BaseModule as ɵj } from './lib/components/base/base.module';
7
7
  export { CommitButtonsComponent as ɵu } from './lib/components/base/commit-buttons/commit-buttons.component';
8
8
  export { CommitButtonsModule as ɵt } from './lib/components/base/commit-buttons/commit-buttons.module';
9
- export { CheckmarkOverlayComponent as ɵbm } from './lib/components/checkmark-overlay/checkmark-overlay.component';
9
+ export { CheckmarkOverlayComponent as ɵbn } from './lib/components/checkmark-overlay/checkmark-overlay.component';
10
10
  export { BaseGridComponent as ɵq } from './lib/components/grid/base/base-grid.component';
11
11
  export { BaseInlineEditGridComponent as ɵo } from './lib/components/grid/base/base-inline-edit-grid.component';
12
12
  export { BaseSelectionGridComponent as ɵn } from './lib/components/grid/base/base-selection-grid.component';
13
13
  export { BaseToolbarGridComponent as ɵp } from './lib/components/grid/base/base-toolbar-grid.component';
14
+ export { ListOfValuesPopupComponent as ɵbh } from './lib/components/list-of-values/list-of-values-popup.component';
14
15
  export { PaginatePipe as ɵbd } from './lib/components/pagination/paginate.pipe';
15
16
  export { PaginationService as ɵbc } from './lib/components/pagination/pagination.service';
16
17
  export { PopupShowerService as ɵz } from './lib/components/popup/service/popup-shower.service';
17
18
  export { BaseSimpleGridComponent as ɵba } from './lib/components/simple-grid/base-simple-grid.component';
18
19
  export { SimpleGridCellComponent as ɵbe } from './lib/components/simple-grid/simple-grid-cell.component';
19
- export { TooltipComponent as ɵbk } from './lib/components/tooltip/tooltip.component';
20
- export { TooltipModule as ɵbj } from './lib/components/tooltip/tooltip.module';
20
+ export { TooltipComponent as ɵbl } from './lib/components/tooltip/tooltip.component';
21
+ export { TooltipModule as ɵbk } from './lib/components/tooltip/tooltip.module';
21
22
  export { ValidationErrorComponent as ɵy } from './lib/components/validation-error/validation-error.component';
22
23
  export { ValidationErrorModule as ɵv } from './lib/components/validation-error/validation-error.module';
23
24
  export { InputBoolean as ɵi } from './lib/core/decorator/input-boolean.decorator';
24
25
  export { FormInputUserModelChangeListenerService as ɵk } from './lib/core/service/form-input-user-change-listener.service';
25
26
  export { NgZoneWrapperService as ɵl } from './lib/core/service/ng-zone-wrapper.service';
26
- export { ClickOutsideMasterService as ɵbi } from './lib/directives/clickoutside/click-outside-master.service';
27
- export { ClickOutsideDirective as ɵbh } from './lib/directives/clickoutside/click-outside.directive';
27
+ export { ClickOutsideMasterService as ɵbg } from './lib/directives/clickoutside/click-outside-master.service';
28
+ export { ClickOutsideDirective as ɵbf } from './lib/directives/clickoutside/click-outside.directive';
28
29
  export { ObserveVisibilityDirective as ɵbb } from './lib/directives/observe-visibility/observe-visibility.directive';
29
30
  export { OverlayParentDirective as ɵx } from './lib/directives/overlay/overlay-parent.directive';
30
31
  export { OverlayDirective as ɵw } from './lib/directives/overlay/overlay.directive';
@@ -33,12 +34,12 @@ export { RippleModule as ɵa } from './lib/directives/ripple/ripple.module';
33
34
  export { CoScrollDispatcherService as ɵe } from './lib/directives/ripple/scroll-dispatcher.service';
34
35
  export { CoScrollableDirective as ɵf } from './lib/directives/ripple/scrollable.directive';
35
36
  export { CoViewportRulerService as ɵd } from './lib/directives/ripple/viewport-ruler.service';
36
- export { ScreenConfigComponentWrapper as ɵbo } from './lib/directives/screen-configuration/screen-config-component-wrapper.component';
37
- export { ScreenConfigurationDirective as ɵbn } from './lib/directives/screen-configuration/screen-configuration.directive';
37
+ export { ScreenConfigComponentWrapper as ɵbp } from './lib/directives/screen-configuration/screen-config-component-wrapper.component';
38
+ export { ScreenConfigurationDirective as ɵbo } from './lib/directives/screen-configuration/screen-configuration.directive';
38
39
  export { StopClickDirective as ɵh } from './lib/directives/stopclick/stop-click.directive';
39
40
  export { StopClickModule as ɵg } from './lib/directives/stopclick/stop-click.module';
40
- export { TooltipDirective as ɵbl } from './lib/directives/tooltip/tooltip.directive';
41
+ export { TooltipDirective as ɵbm } from './lib/directives/tooltip/tooltip.directive';
41
42
  export { AppendPipe as ɵs } from './lib/pipes/append.pipe';
42
43
  export { AppendPipeModule as ɵr } from './lib/pipes/append.pipe.module';
43
- export { PrependPipe as ɵbg } from './lib/pipes/prepend.pipe';
44
- export { PrependPipeModule as ɵbf } from './lib/pipes/prepend.pipe.module';
44
+ export { PrependPipe as ɵbj } from './lib/pipes/prepend.pipe';
45
+ export { PrependPipeModule as ɵbi } from './lib/pipes/prepend.pipe.module';