@colijnit/corecomponents_v12 261.20.12 → 261.20.14
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/colijnit-corecomponents_v12-262.1.7.tgz +0 -0
- package/fesm2022/colijnit-corecomponents_v12.mjs +41 -473
- package/fesm2022/colijnit-corecomponents_v12.mjs.map +1 -1
- package/index.d.ts +3 -65
- package/package.json +1 -3
- package/lib/components/carousel-3d/style/_layout.scss +0 -62
- package/lib/components/carousel-3d/style/_material-definition.scss +0 -6
- package/lib/components/carousel-3d/style/_theme.scss +0 -4
- package/lib/components/carousel-3d/style/material.scss +0 -4
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);
|
|
@@ -3262,6 +3199,7 @@ declare class InputScannerComponent implements ScannerInput, OnDestroy {
|
|
|
3262
3199
|
search: EventEmitter<string>;
|
|
3263
3200
|
isFocused: EventEmitter<boolean>;
|
|
3264
3201
|
barCodeScanned: EventEmitter<string>;
|
|
3202
|
+
scannerDisabled: boolean;
|
|
3265
3203
|
showClass(): boolean;
|
|
3266
3204
|
private _blockEnterKeydown;
|
|
3267
3205
|
private _keyDownTimeout;
|
|
@@ -3271,7 +3209,7 @@ declare class InputScannerComponent implements ScannerInput, OnDestroy {
|
|
|
3271
3209
|
triggerCodeScanned(code?: string): void;
|
|
3272
3210
|
private _clearTimeout;
|
|
3273
3211
|
static ɵfac: i0.ɵɵFactoryDeclaration<InputScannerComponent, never>;
|
|
3274
|
-
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>;
|
|
3212
|
+
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>;
|
|
3275
3213
|
}
|
|
3276
3214
|
|
|
3277
3215
|
declare class InputScannerModule {
|
|
@@ -4027,5 +3965,5 @@ interface DragDropContainerElement {
|
|
|
4027
3965
|
elementIdx: number;
|
|
4028
3966
|
}
|
|
4029
3967
|
|
|
4030
|
-
export { AlignWithDirective, AlignWithModule, AppendPipe, AppendPipeModule, ArticleTileComponent, ArticleTileModule, BaseInputComponent, BaseInputDatePickerDirective, BaseModuleScreenConfigService, BaseModuleService, ButtonComponent, ButtonModule, CalendarComponent, CalendarModule, CalendarTemplateComponent, CardComponent, CardModule,
|
|
3968
|
+
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, 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 };
|
|
4031
3969
|
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": "261.20.
|
|
3
|
+
"version": "261.20.14",
|
|
4
4
|
"description": "Colijn IT core components for Angular 12",
|
|
5
5
|
"private": false,
|
|
6
6
|
"peerDependencies": {
|
|
@@ -12,8 +12,6 @@
|
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"@tweenjs/tween.js": "^17.2.0",
|
|
14
14
|
"@types/hammerjs": "2.0.35",
|
|
15
|
-
"@types/three": "0.166.0",
|
|
16
|
-
"three": "0.166.1",
|
|
17
15
|
"tslib": "^2.3.0",
|
|
18
16
|
"hammerjs": "2.0.8"
|
|
19
17
|
},
|
|
@@ -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;
|