@colijnit/corecomponents_v12 262.1.6 → 262.1.8

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.
package/index.d.ts CHANGED
@@ -1068,69 +1068,6 @@ declare class CardModule {
1068
1068
  static ɵinj: i0.ɵɵInjectorDeclaration<CardModule>;
1069
1069
  }
1070
1070
 
1071
- declare class Carousel3dComponent implements AfterViewInit, OnDestroy {
1072
- canvasContainer: ElementRef;
1073
- carouselWrapper: ElementRef;
1074
- set children(children: any);
1075
- tileWidth: number;
1076
- tileHeight: number;
1077
- cameraHeight: number;
1078
- shadow: boolean;
1079
- selectedIndex: number;
1080
- indexSelected: EventEmitter<number>;
1081
- showClass(): boolean;
1082
- private _camera;
1083
- private _cameraZoom;
1084
- private _backgroundColor;
1085
- private _sceneCss;
1086
- private _scene;
1087
- private _rendererCss;
1088
- private _renderer;
1089
- private _ambientLight;
1090
- private _tileSize;
1091
- private _tileMargin;
1092
- private _targetPositions;
1093
- private _tileElements;
1094
- private _tileOffset;
1095
- private _tiles3D;
1096
- private _planeColor;
1097
- private _planeHeight;
1098
- private _spotLightPosition;
1099
- private _fullCircle;
1100
- private _initialized;
1101
- private _elementsCreated;
1102
- canNavigateLeft: boolean;
1103
- canNavigateRight: boolean;
1104
- ngAfterViewInit(): void;
1105
- ngOnDestroy(): void;
1106
- handleButtonLeftClick(): void;
1107
- handleButtonRightClick(): void;
1108
- private _buildCarousel;
1109
- private _init;
1110
- private _initCamera;
1111
- private _initScene;
1112
- private _initRenderer;
1113
- private _disposeObject;
1114
- private _clearScenes;
1115
- private _createTiles;
1116
- private _adjustCameraZoom;
1117
- private _checkNavigationButtons;
1118
- private _animate;
1119
- private _getSelectedIndex;
1120
- private _rotate;
1121
- private _rotateTo;
1122
- private _resizeCanvasToDisplaySize;
1123
- private _render;
1124
- static ɵfac: i0.ɵɵFactoryDeclaration<Carousel3dComponent, never>;
1125
- static ɵcmp: i0.ɵɵComponentDeclaration<Carousel3dComponent, "co-carousel-3d", never, { "tileWidth": { "alias": "tileWidth"; "required": false; }; "tileHeight": { "alias": "tileHeight"; "required": false; }; "cameraHeight": { "alias": "cameraHeight"; "required": false; }; "shadow": { "alias": "shadow"; "required": false; }; "selectedIndex": { "alias": "selectedIndex"; "required": false; }; }, { "indexSelected": "indexSelected"; }, ["children"], never, false, never>;
1126
- }
1127
-
1128
- declare class Carousel3dModule {
1129
- static ɵfac: i0.ɵɵFactoryDeclaration<Carousel3dModule, never>;
1130
- static ɵmod: i0.ɵɵNgModuleDeclaration<Carousel3dModule, [typeof Carousel3dComponent], [typeof i2.CommonModule], [typeof Carousel3dComponent]>;
1131
- static ɵinj: i0.ɵɵInjectorDeclaration<Carousel3dModule>;
1132
- }
1133
-
1134
1071
  declare class CarouselComponent implements OnDestroy {
1135
1072
  set containerChild(child: any);
1136
1073
  set contentChildren(content: any);
@@ -2745,6 +2682,11 @@ declare class SimpleGridModule {
2745
2682
  static ɵinj: i0.ɵɵInjectorDeclaration<SimpleGridModule>;
2746
2683
  }
2747
2684
 
2685
+ declare enum ColorSequenceName {
2686
+ Regular = "REGULAR",
2687
+ Variant = "VARIANT"
2688
+ }
2689
+
2748
2690
  declare enum ContentViewMode {
2749
2691
  List = 0,
2750
2692
  Grid = 1,
@@ -3282,6 +3224,7 @@ declare class InputScannerComponent implements ScannerInput, OnDestroy {
3282
3224
  search: EventEmitter<string>;
3283
3225
  isFocused: EventEmitter<boolean>;
3284
3226
  barCodeScanned: EventEmitter<string>;
3227
+ scannerDisabled: boolean;
3285
3228
  showClass(): boolean;
3286
3229
  private _blockEnterKeydown;
3287
3230
  private _keyDownTimeout;
@@ -3291,7 +3234,7 @@ declare class InputScannerComponent implements ScannerInput, OnDestroy {
3291
3234
  triggerCodeScanned(code?: string): void;
3292
3235
  private _clearTimeout;
3293
3236
  static ɵfac: i0.ɵɵFactoryDeclaration<InputScannerComponent, never>;
3294
- static ɵcmp: i0.ɵɵComponentDeclaration<InputScannerComponent, "co-input-scanner", never, { "model": { "alias": "model"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "centerLabel": { "alias": "centerLabel"; "required": false; }; "useLeftIcon": { "alias": "useLeftIcon"; "required": false; }; "useRightIcon": { "alias": "useRightIcon"; "required": false; }; "leftIconData": { "alias": "leftIconData"; "required": false; }; "rightIconData": { "alias": "rightIconData"; "required": false; }; "customCssClass": { "alias": "customCssClass"; "required": false; }; }, { "modelChange": "modelChange"; "leftIconClick": "leftIconClick"; "rightIconClick": "rightIconClick"; "search": "search"; "isFocused": "isFocused"; "barCodeScanned": "barCodeScanned"; }, never, never, false, never>;
3237
+ static ɵcmp: i0.ɵɵComponentDeclaration<InputScannerComponent, "co-input-scanner", never, { "model": { "alias": "model"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "centerLabel": { "alias": "centerLabel"; "required": false; }; "useLeftIcon": { "alias": "useLeftIcon"; "required": false; }; "useRightIcon": { "alias": "useRightIcon"; "required": false; }; "leftIconData": { "alias": "leftIconData"; "required": false; }; "rightIconData": { "alias": "rightIconData"; "required": false; }; "customCssClass": { "alias": "customCssClass"; "required": false; }; "scannerDisabled": { "alias": "scannerDisabled"; "required": false; }; }, { "modelChange": "modelChange"; "leftIconClick": "leftIconClick"; "rightIconClick": "rightIconClick"; "search": "search"; "isFocused": "isFocused"; "barCodeScanned": "barCodeScanned"; }, never, never, false, never>;
3295
3238
  }
3296
3239
 
3297
3240
  declare class InputScannerModule {
@@ -3629,11 +3572,6 @@ declare class Color {
3629
3572
  getTransparentCssColor(opacity?: number): string;
3630
3573
  }
3631
3574
 
3632
- declare enum ColorSequenceName {
3633
- Regular = "REGULAR",
3634
- Variant = "VARIANT"
3635
- }
3636
-
3637
3575
  declare class ColorSequence {
3638
3576
  colors: Color[];
3639
3577
  name: ColorSequenceName;
@@ -4047,5 +3985,5 @@ interface DragDropContainerElement {
4047
3985
  elementIdx: number;
4048
3986
  }
4049
3987
 
4050
- export { AlignWithDirective, AlignWithModule, AppendPipe, AppendPipeModule, ArticleTileComponent, ArticleTileModule, BaseInputComponent, BaseInputDatePickerDirective, BaseModuleScreenConfigService, BaseModuleService, ButtonComponent, ButtonModule, CalendarComponent, CalendarModule, CalendarTemplateComponent, CardComponent, CardModule, Carousel3dComponent, Carousel3dModule, CarouselComponent, CarouselHammerConfig, CarouselModule, CheckmarkOverlayComponent, CheckmarkOverlayModule, ClickOutsideDirective, ClickoutsideModule, CoCurrencyPipe, CoCurrencyPipeModule, CoDialogComponent, CoDialogModule, CoDialogWizardComponent, CoDialogWizardModule, CoDirection, CoOrientation, CollapsibleComponent, CollapsibleModule, ColorPickerComponent, ColorPickerModule, ColorSequenceService, ColumnAlign, ContentViewMode, CoreComponentsIcon, CoreComponentsTranslationModule, CoreComponentsTranslationService, CoreDialogModule, CoreDialogService, CoreLocalizePipe, DoubleCalendarComponent, DoubleCalendarModule, DragDropContainer, DragDropContainerComponent, DragDropManagerService, DragDropModule, DraggableDirective, ElementPosition, FilterItemComponent, FilterItemMode, FilterItemModule, FilterItemViewmodel, FilterPipe, FilterPipeModule, FilterViewmodel, FormComponent, FormInputUserModelChangeListenerService, FormMasterService, FormModule, GridToolbarButtonComponent, GridToolbarButtonModule, GridToolbarComponent, GridToolbarModule, HourSchedulingComponent, HourSchedulingComponentModule, HourSchedulingExpandableComponent, HourSchedulingExpandableComponentModule, HourSchedulingExpandableTemplateComponent, HourSchedulingExpandableTemplateModule, HourSchedulingTestObjectComponent, IconCacheService, IconCollapseHandleComponent, IconCollapseHandleModule, IconComponent, IconModule, ImageComponent, ImageModule, InputCheckboxComponent, InputCheckboxModule, InputDatePickerComponent, InputDatePickerModule, InputDateRangePickerComponent, InputDateRangePickerModule, InputNumberPickerComponent, InputNumberPickerModule, InputRadioButtonComponent, InputRadioButtonModule, InputScannerComponent, InputScannerModule, InputSearchComponent, InputSearchModule, InputTextComponent, InputTextModule, InputTextareaComponent, InputTextareaModule, InputTimeComponent, InputTimeModule, LevelIndicatorComponent, LevelIndicatorModule, ListOfIconsComponent, ListOfIconsModule, ListOfValuesComponent, ListOfValuesModule, ListOfValuesPopupComponent, LoaderComponent, LoaderModule, NgZoneWrapperService, ObserveVisibilityDirective, ObserveVisibilityModule, OrientationOfDirection, OverlayDirective, OverlayModule, OverlayParentDirective, OverlayService, PaginatePipe, PaginationBarComponent, PaginationBarModule, PaginationComponent, PaginationModule, PopupButtonsComponent, PopupMessageDisplayComponent, PopupModule, PopupWindowShellComponent, PrependPipe, PrependPipeModule, PriceDisplayPipe, PriceDisplayPipeModule, PromptService, ResponsiveTextComponent, ResponsiveTextModule, SCREEN_CONFIG_ADAPTER_COMPONENT_INTERFACE_NAME, ScreenConfigurationDirective, ScreenConfigurationModule, ScrollContainerComponent, ScrollContainerModule, ScrollDirection, SimpleGridCellComponent, SimpleGridColumnDirective, SimpleGridColumnTemplateDirective, SimpleGridColumnTemplateType, SimpleGridComponent, SimpleGridModule, TemplateWrapperDirective, TemplateWrapperModule, TextInputPopupComponent, TileComponent, TileModule, TileSelectComponent, TileSelectModule, TooltipDirective, TooltipDirectiveModule, ViewModeButtonsComponent, ViewModeButtonsModule, emailValidator, equalValidator, getValidatePasswordErrorString, maxStringLengthValidator, passwordValidator, precisionScaleValidator, requiredValidator, showHideDialog };
3988
+ export { AlignWithDirective, AlignWithModule, AppendPipe, AppendPipeModule, ArticleTileComponent, ArticleTileModule, BaseInputComponent, BaseInputDatePickerDirective, BaseModuleScreenConfigService, BaseModuleService, ButtonComponent, ButtonModule, CalendarComponent, CalendarModule, CalendarTemplateComponent, CardComponent, CardModule, CarouselComponent, CarouselHammerConfig, CarouselModule, CheckmarkOverlayComponent, CheckmarkOverlayModule, ClickOutsideDirective, ClickoutsideModule, CoCurrencyPipe, CoCurrencyPipeModule, CoDialogComponent, CoDialogModule, CoDialogWizardComponent, CoDialogWizardModule, CoDirection, CoOrientation, CollapsibleComponent, CollapsibleModule, Color, ColorPickerComponent, ColorPickerModule, ColorSequence, ColorSequenceName, ColorSequenceService, ColumnAlign, ContentViewMode, CoreComponentsIcon, CoreComponentsTranslationModule, CoreComponentsTranslationService, CoreDialogModule, CoreDialogService, CoreLocalizePipe, DoubleCalendarComponent, DoubleCalendarModule, DragDropContainer, DragDropContainerComponent, DragDropManagerService, DragDropModule, DraggableDirective, ElementPosition, FilterItemComponent, FilterItemMode, FilterItemModule, FilterItemViewmodel, FilterPipe, FilterPipeModule, FilterViewmodel, FormComponent, FormInputUserModelChangeListenerService, FormMasterService, FormModule, GridToolbarButtonComponent, GridToolbarButtonModule, GridToolbarComponent, GridToolbarModule, HourSchedulingComponent, HourSchedulingComponentModule, HourSchedulingExpandableComponent, HourSchedulingExpandableComponentModule, HourSchedulingExpandableTemplateComponent, HourSchedulingExpandableTemplateModule, HourSchedulingTestObjectComponent, IconCacheService, IconCollapseHandleComponent, IconCollapseHandleModule, IconComponent, IconModule, ImageComponent, ImageModule, InputCheckboxComponent, InputCheckboxModule, InputDatePickerComponent, InputDatePickerModule, InputDateRangePickerComponent, InputDateRangePickerModule, InputNumberPickerComponent, InputNumberPickerModule, InputRadioButtonComponent, InputRadioButtonModule, InputScannerComponent, InputScannerModule, InputSearchComponent, InputSearchModule, InputTextComponent, InputTextModule, InputTextareaComponent, InputTextareaModule, InputTimeComponent, InputTimeModule, LevelIndicatorComponent, LevelIndicatorModule, ListOfIconsComponent, ListOfIconsModule, ListOfValuesComponent, ListOfValuesModule, ListOfValuesPopupComponent, LoaderComponent, LoaderModule, NgZoneWrapperService, ObserveVisibilityDirective, ObserveVisibilityModule, OrientationOfDirection, OverlayDirective, OverlayModule, OverlayParentDirective, OverlayService, PaginatePipe, PaginationBarComponent, PaginationBarModule, PaginationComponent, PaginationModule, PopupButtonsComponent, PopupMessageDisplayComponent, PopupModule, PopupWindowShellComponent, PrependPipe, PrependPipeModule, PriceDisplayPipe, PriceDisplayPipeModule, PromptService, ResponsiveTextComponent, ResponsiveTextModule, SCREEN_CONFIG_ADAPTER_COMPONENT_INTERFACE_NAME, ScreenConfigurationDirective, ScreenConfigurationModule, ScrollContainerComponent, ScrollContainerModule, ScrollDirection, SimpleGridCellComponent, SimpleGridColumnDirective, SimpleGridColumnTemplateDirective, SimpleGridColumnTemplateType, SimpleGridComponent, SimpleGridModule, TemplateWrapperDirective, TemplateWrapperModule, TextInputPopupComponent, TileComponent, TileModule, TileSelectComponent, TileSelectModule, TooltipDirective, TooltipDirectiveModule, ViewModeButtonsComponent, ViewModeButtonsModule, emailValidator, equalValidator, getValidatePasswordErrorString, maxStringLengthValidator, passwordValidator, precisionScaleValidator, requiredValidator, showHideDialog };
4051
3989
  export type { CoDragEvent, CoDropEvent, DataItem, DialogResponseInterface, DragDropContainerElement, IPage, IconListItem, SchedulingObject$1 as SchedulingObject, ScreenConfigAdapterComponent, lovViewModel };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@colijnit/corecomponents_v12",
3
- "version": "262.1.6",
3
+ "version": "262.1.8",
4
4
  "description": "Colijn IT core components for Angular 12",
5
5
  "private": false,
6
6
  "peerDependencies": {
@@ -1,62 +0,0 @@
1
- @include export-module('cc-carousel-3d-layout') {
2
- .co-carousel-3d {
3
- display: block;
4
- width: 100%;
5
- height: 100%;
6
- .carousel-3d-canvas-wrapper {
7
- position: relative;
8
- height: 100%;
9
- width: 100%;
10
- }
11
- .carousel-wrapper {
12
- position: absolute;
13
- overflow: hidden;
14
- width: 100%;
15
- height: 100%;
16
- z-index: 1;
17
- pointer-events: none;
18
- -webkit-touch-callout: none; /* iOS Safari */
19
- -webkit-user-select: none; /* Safari */
20
- -khtml-user-select: none; /* Konqueror HTML */
21
- -moz-user-select: none; /* Firefox */
22
- -ms-user-select: none; /* Internet Explorer/Edge */
23
- user-select: none; /* Non-prefixed version, currently
24
- supported by Chrome and Opera */
25
- }
26
- .carousel-navigate-button {
27
- position: absolute;
28
- display: flex;
29
- align-items: center;
30
- height: 100%;
31
- overflow: hidden;
32
- z-index: 1;
33
- padding: 0 10px;
34
- &.right {
35
- right: 0;
36
- }
37
- .carousel-navigate-button-wrapper {
38
- height: $cc-co-carousel-3d-navigate-button-width;
39
- width: $cc-co-carousel-3d-navigate-button-width;
40
- background: $cc-co-carousel-3d-navigate-button-background-color;
41
- box-shadow: $cc-co-carousel-3d-navigate-button-box-shadow;
42
- display: flex;
43
- align-items: center;
44
- justify-content: center;
45
- border-radius: $cc-co-carousel-3d-navigate-button-border-radius;
46
- opacity: $cc-co-carousel-3d-navigate-button-border-opacity;
47
- pointer-events: all;
48
- svg {
49
- width: 75%;
50
- height: 75%;
51
- vertical-align: middle;
52
- fill:grey;
53
- }
54
- }
55
- &:hover {
56
- .carousel-navigate-button-wrapper {
57
- opacity: $cc-co-carousel-3d-navigate-button-border-opacity-hover;
58
- }
59
- }
60
- }
61
- }
62
- }
@@ -1,6 +0,0 @@
1
- $cc-co-carousel-3d-navigate-button-width: 50px !default;
2
- $cc-co-carousel-3d-navigate-button-background-color: white !default;
3
- $cc-co-carousel-3d-navigate-button-box-shadow: 0px 0px 8px 2px rgb(0 0 0 / 20%) !default;
4
- $cc-co-carousel-3d-navigate-button-border-radius: 50% !default;
5
- $cc-co-carousel-3d-navigate-button-border-opacity: 0.5 !default;
6
- $cc-co-carousel-3d-navigate-button-border-opacity-hover: 1 !default;
@@ -1,4 +0,0 @@
1
- @include export-module('cc-carousel-3d-theme') {
2
- .co-carousel-3d {
3
- }
4
- }
@@ -1,4 +0,0 @@
1
- @import "../../../style/mixin";
2
- @import "./material-definition";
3
- @import "./layout";
4
- @import "./theme";