@colijnit/configurator 261.20.7 → 261.20.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
|
@@ -238,6 +238,7 @@ declare class SettingOptions {
|
|
|
238
238
|
groupedShowAllBtn: boolean;
|
|
239
239
|
showSavePresetButton?: boolean;
|
|
240
240
|
showLoadPresetButton?: boolean;
|
|
241
|
+
showSceneBuildLoader?: boolean;
|
|
241
242
|
}
|
|
242
243
|
|
|
243
244
|
declare class RenderParameters {
|
|
@@ -1552,7 +1553,6 @@ declare class LiteSelectorComponent implements OnDestroy {
|
|
|
1552
1553
|
canClose: boolean;
|
|
1553
1554
|
animateSlideout: boolean;
|
|
1554
1555
|
customDimensions: boolean;
|
|
1555
|
-
showSaveAndLoadConfiguration: boolean;
|
|
1556
1556
|
readonly showChange: EventEmitter<boolean>;
|
|
1557
1557
|
readonly answerChosen: EventEmitter<Answer>;
|
|
1558
1558
|
answerToShowFromSelectionText: string;
|
|
@@ -1569,7 +1569,7 @@ declare class LiteSelectorComponent implements OnDestroy {
|
|
|
1569
1569
|
onSelectionsSummaryDeleteSelection(selection: Selection): Promise<void>;
|
|
1570
1570
|
onAnswersSlideoutAnswerChosen(answerSelected: any): void;
|
|
1571
1571
|
static ɵfac: i0.ɵɵFactoryDeclaration<LiteSelectorComponent, never>;
|
|
1572
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<LiteSelectorComponent, "co-lite-selector", never, { "show": { "alias": "show"; "required": false; }; "showLabel": { "alias": "showLabel"; "required": false; }; "canClose": { "alias": "canClose"; "required": false; }; "animateSlideout": { "alias": "animateSlideout"; "required": false; }; "customDimensions": { "alias": "customDimensions"; "required": false; };
|
|
1572
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<LiteSelectorComponent, "co-lite-selector", never, { "show": { "alias": "show"; "required": false; }; "showLabel": { "alias": "showLabel"; "required": false; }; "canClose": { "alias": "canClose"; "required": false; }; "animateSlideout": { "alias": "animateSlideout"; "required": false; }; "customDimensions": { "alias": "customDimensions"; "required": false; }; }, { "showChange": "showChange"; "answerChosen": "answerChosen"; }, never, never, false, never>;
|
|
1573
1573
|
}
|
|
1574
1574
|
|
|
1575
1575
|
declare class AnswerCardComponent implements OnInit {
|
|
@@ -1866,7 +1866,6 @@ declare class SelectionsSummaryComponent implements OnDestroy {
|
|
|
1866
1866
|
canClose: boolean;
|
|
1867
1867
|
answersTemplate: TemplateRef<any>;
|
|
1868
1868
|
answerToShowFromSelectionText: string;
|
|
1869
|
-
showSaveAndLoadConfiguration: boolean;
|
|
1870
1869
|
customDimensions: boolean;
|
|
1871
1870
|
disableMouse: boolean;
|
|
1872
1871
|
handledocumentMouseUp(event: any): void;
|
|
@@ -1887,7 +1886,7 @@ declare class SelectionsSummaryComponent implements OnDestroy {
|
|
|
1887
1886
|
handleDelete(event: MouseEvent, sel: Selection): void;
|
|
1888
1887
|
toggleElement(sel: Selection): void;
|
|
1889
1888
|
static ɵfac: i0.ɵɵFactoryDeclaration<SelectionsSummaryComponent, never>;
|
|
1890
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SelectionsSummaryComponent, "co-selections-summary", never, { "selections": { "alias": "selections"; "required": false; }; "showLabel": { "alias": "showLabel"; "required": false; }; "canClose": { "alias": "canClose"; "required": false; }; "answersTemplate": { "alias": "answersTemplate"; "required": false; }; "answerToShowFromSelectionText": { "alias": "answerToShowFromSelectionText"; "required": false; }; "
|
|
1889
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SelectionsSummaryComponent, "co-selections-summary", never, { "selections": { "alias": "selections"; "required": false; }; "showLabel": { "alias": "showLabel"; "required": false; }; "canClose": { "alias": "canClose"; "required": false; }; "answersTemplate": { "alias": "answersTemplate"; "required": false; }; "answerToShowFromSelectionText": { "alias": "answerToShowFromSelectionText"; "required": false; }; "customDimensions": { "alias": "customDimensions"; "required": false; }; }, { "closeClick": "closeClick"; "cancelAnswers": "cancelAnswers"; "selectSelection": "selectSelection"; "repeatSelection": "repeatSelection"; "deleteSelection": "deleteSelection"; }, never, never, false, never>;
|
|
1891
1890
|
}
|
|
1892
1891
|
|
|
1893
1892
|
declare class CoSummaryLine implements AfterViewInit {
|
|
@@ -2035,7 +2034,6 @@ declare class ProductConfiguratorComponent implements OnDestroy {
|
|
|
2035
2034
|
showLabel: boolean;
|
|
2036
2035
|
canClose: boolean;
|
|
2037
2036
|
customDimensions: boolean;
|
|
2038
|
-
showSaveAndLoadConfiguration: boolean;
|
|
2039
2037
|
readonly showChange: EventEmitter<boolean>;
|
|
2040
2038
|
readonly answerChosen: EventEmitter<Answer>;
|
|
2041
2039
|
valutaSymbol: string;
|
|
@@ -2053,7 +2051,7 @@ declare class ProductConfiguratorComponent implements OnDestroy {
|
|
|
2053
2051
|
private _handleSelectionWithAnswersChanged;
|
|
2054
2052
|
private _handleArticleReceived;
|
|
2055
2053
|
static ɵfac: i0.ɵɵFactoryDeclaration<ProductConfiguratorComponent, never>;
|
|
2056
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ProductConfiguratorComponent, "co-product-configurator", never, { "showHeaderInformation": { "alias": "showHeaderInformation"; "required": false; }; "showSelections": { "alias": "showSelections"; "required": false; }; "showLabel": { "alias": "showLabel"; "required": false; }; "canClose": { "alias": "canClose"; "required": false; }; "customDimensions": { "alias": "customDimensions"; "required": false; };
|
|
2054
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ProductConfiguratorComponent, "co-product-configurator", never, { "showHeaderInformation": { "alias": "showHeaderInformation"; "required": false; }; "showSelections": { "alias": "showSelections"; "required": false; }; "showLabel": { "alias": "showLabel"; "required": false; }; "canClose": { "alias": "canClose"; "required": false; }; "customDimensions": { "alias": "customDimensions"; "required": false; }; }, { "showChange": "showChange"; "answerChosen": "answerChosen"; }, never, never, false, never>;
|
|
2057
2055
|
}
|
|
2058
2056
|
|
|
2059
2057
|
declare class ProductConfiguratorSelectorComponent implements OnInit, OnChanges {
|
|
@@ -2775,7 +2773,6 @@ declare class ConfiguratorSceneComponent implements AfterViewInit, OnDestroy {
|
|
|
2775
2773
|
private _floorService;
|
|
2776
2774
|
canvasElement: ElementRef;
|
|
2777
2775
|
elementToolbar: ElementToolbarComponent;
|
|
2778
|
-
showSceneBuildLoader: boolean;
|
|
2779
2776
|
showClass: boolean;
|
|
2780
2777
|
totalSteps: number;
|
|
2781
2778
|
currentStep: number;
|
|
@@ -2788,6 +2785,7 @@ declare class ConfiguratorSceneComponent implements AfterViewInit, OnDestroy {
|
|
|
2788
2785
|
showElementToolbar: boolean;
|
|
2789
2786
|
animateEditAddButtons: boolean;
|
|
2790
2787
|
enabledDownloadDialog: boolean;
|
|
2788
|
+
showSceneBuildLoader: boolean;
|
|
2791
2789
|
development: boolean;
|
|
2792
2790
|
showDownloadDialog: boolean;
|
|
2793
2791
|
showCameraSettingsDialog: boolean;
|
|
@@ -2820,7 +2818,7 @@ declare class ConfiguratorSceneComponent implements AfterViewInit, OnDestroy {
|
|
|
2820
2818
|
private _openCameraSettingsDialog;
|
|
2821
2819
|
private _handleShowMeasurements;
|
|
2822
2820
|
static ɵfac: i0.ɵɵFactoryDeclaration<ConfiguratorSceneComponent, never>;
|
|
2823
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ConfiguratorSceneComponent, "co-configurator-scene", never, {
|
|
2821
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ConfiguratorSceneComponent, "co-configurator-scene", never, {}, {}, never, never, false, never>;
|
|
2824
2822
|
}
|
|
2825
2823
|
|
|
2826
2824
|
declare class ConfiguratorSceneModule {
|
package/package.json
CHANGED
|
Binary file
|