@wizishop/angular-components 15.1.31 → 15.1.33
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/angular-components.scss +110 -110
- package/esm2020/lib/components/block/block-title-legacy/block-title-legacy.component.mjs +4 -3
- package/esm2020/lib/components/block/separator/block-separator.component.mjs +4 -3
- package/esm2020/lib/components/shared-components.module.mjs +9 -9
- package/fesm2015/wizishop-angular-components.mjs +13 -12
- package/fesm2015/wizishop-angular-components.mjs.map +1 -1
- package/fesm2020/wizishop-angular-components.mjs +13 -12
- package/fesm2020/wizishop-angular-components.mjs.map +1 -1
- package/lib/components/block/block-title-legacy/block-title-legacy.component.d.ts +1 -1
- package/lib/components/block/separator/block-separator.component.d.ts +1 -1
- package/lib/components/shared-components.module.d.ts +59 -59
- package/package.json +1 -1
- package/wizishop-angular-components-15.1.33.tgz +0 -0
- package/wizishop-angular-components-15.1.31.tgz +0 -0
|
@@ -4041,13 +4041,14 @@ class BlockSeparatorComponent {
|
|
|
4041
4041
|
constructor() { }
|
|
4042
4042
|
}
|
|
4043
4043
|
BlockSeparatorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.1", ngImport: i0, type: BlockSeparatorComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
4044
|
-
BlockSeparatorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.1", type: BlockSeparatorComponent, selector: "wac-block-separator", ngImport: i0, template: ``, isInline: true, encapsulation: i0.ViewEncapsulation.None });
|
|
4044
|
+
BlockSeparatorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.1", type: BlockSeparatorComponent, isStandalone: true, selector: "wac-block-separator", ngImport: i0, template: ``, isInline: true, encapsulation: i0.ViewEncapsulation.None });
|
|
4045
4045
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.1", ngImport: i0, type: BlockSeparatorComponent, decorators: [{
|
|
4046
4046
|
type: Component,
|
|
4047
4047
|
args: [{
|
|
4048
4048
|
selector: 'wac-block-separator',
|
|
4049
4049
|
template: ``,
|
|
4050
|
-
encapsulation: ViewEncapsulation.None
|
|
4050
|
+
encapsulation: ViewEncapsulation.None,
|
|
4051
|
+
standalone: true
|
|
4051
4052
|
}]
|
|
4052
4053
|
}], ctorParameters: function () { return []; } });
|
|
4053
4054
|
|
|
@@ -5808,10 +5809,10 @@ class BlockTitleLegacyComponent {
|
|
|
5808
5809
|
}
|
|
5809
5810
|
}
|
|
5810
5811
|
BlockTitleLegacyComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.1", ngImport: i0, type: BlockTitleLegacyComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
5811
|
-
BlockTitleLegacyComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.1", type: BlockTitleLegacyComponent, selector: "wac-block-title-legacy", inputs: { simple: "simple", icon: "icon" }, ngImport: i0, template: "<h2 class=\"wac-block__title\" [ngClass]=\"{ 'is-simple': simple }\">\n <ng-content></ng-content> <i *ngIf=\"icon\" [ngClass]=\"icon\"></i>\n</h2>", dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], encapsulation: i0.ViewEncapsulation.None });
|
|
5812
|
+
BlockTitleLegacyComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.1", type: BlockTitleLegacyComponent, isStandalone: true, selector: "wac-block-title-legacy", inputs: { simple: "simple", icon: "icon" }, ngImport: i0, template: "<h2 class=\"wac-block__title\" [ngClass]=\"{ 'is-simple': simple }\">\n <ng-content></ng-content> <i *ngIf=\"icon\" [ngClass]=\"icon\"></i>\n</h2>", dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], encapsulation: i0.ViewEncapsulation.None });
|
|
5812
5813
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.1", ngImport: i0, type: BlockTitleLegacyComponent, decorators: [{
|
|
5813
5814
|
type: Component,
|
|
5814
|
-
args: [{ selector: 'wac-block-title-legacy', encapsulation: ViewEncapsulation.None, template: "<h2 class=\"wac-block__title\" [ngClass]=\"{ 'is-simple': simple }\">\n <ng-content></ng-content> <i *ngIf=\"icon\" [ngClass]=\"icon\"></i>\n</h2>" }]
|
|
5815
|
+
args: [{ selector: 'wac-block-title-legacy', encapsulation: ViewEncapsulation.None, standalone: true, imports: [CommonModule], template: "<h2 class=\"wac-block__title\" [ngClass]=\"{ 'is-simple': simple }\">\n <ng-content></ng-content> <i *ngIf=\"icon\" [ngClass]=\"icon\"></i>\n</h2>" }]
|
|
5815
5816
|
}], ctorParameters: function () { return []; }, propDecorators: { simple: [{
|
|
5816
5817
|
type: Input
|
|
5817
5818
|
}], icon: [{
|
|
@@ -5942,7 +5943,6 @@ const components = [
|
|
|
5942
5943
|
MultipleSearchPlusComponent,
|
|
5943
5944
|
PopinComponent,
|
|
5944
5945
|
FreePopinComponent,
|
|
5945
|
-
BlockTitleLegacyComponent,
|
|
5946
5946
|
WrapperComponent,
|
|
5947
5947
|
FiltersComponent,
|
|
5948
5948
|
WrapperBlocsComponent,
|
|
@@ -5965,7 +5965,6 @@ const components = [
|
|
|
5965
5965
|
ContentWithButtonsComponent,
|
|
5966
5966
|
WrapperMultipleBlockComponent,
|
|
5967
5967
|
DraganddropListComponent,
|
|
5968
|
-
BlockSeparatorComponent,
|
|
5969
5968
|
SummaryComponent,
|
|
5970
5969
|
GooglePreviewComponent,
|
|
5971
5970
|
DraganddropListComponent,
|
|
@@ -5995,6 +5994,8 @@ const standaloneComponents = [
|
|
|
5995
5994
|
InputComponent,
|
|
5996
5995
|
InputSearchComponent,
|
|
5997
5996
|
InputWithSelectComponent,
|
|
5997
|
+
BlockTitleLegacyComponent,
|
|
5998
|
+
BlockSeparatorComponent,
|
|
5998
5999
|
];
|
|
5999
6000
|
class SharedComponentsModule {
|
|
6000
6001
|
}
|
|
@@ -6029,7 +6030,6 @@ SharedComponentsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0",
|
|
|
6029
6030
|
MultipleSearchPlusComponent,
|
|
6030
6031
|
PopinComponent,
|
|
6031
6032
|
FreePopinComponent,
|
|
6032
|
-
BlockTitleLegacyComponent,
|
|
6033
6033
|
WrapperComponent,
|
|
6034
6034
|
FiltersComponent,
|
|
6035
6035
|
WrapperBlocsComponent,
|
|
@@ -6052,7 +6052,6 @@ SharedComponentsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0",
|
|
|
6052
6052
|
ContentWithButtonsComponent,
|
|
6053
6053
|
WrapperMultipleBlockComponent,
|
|
6054
6054
|
DraganddropListComponent,
|
|
6055
|
-
BlockSeparatorComponent,
|
|
6056
6055
|
SummaryComponent,
|
|
6057
6056
|
GooglePreviewComponent,
|
|
6058
6057
|
DraganddropListComponent,
|
|
@@ -6084,7 +6083,9 @@ SharedComponentsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0",
|
|
|
6084
6083
|
ProgressBarComponent,
|
|
6085
6084
|
InputComponent,
|
|
6086
6085
|
InputSearchComponent,
|
|
6087
|
-
InputWithSelectComponent
|
|
6086
|
+
InputWithSelectComponent,
|
|
6087
|
+
BlockTitleLegacyComponent,
|
|
6088
|
+
BlockSeparatorComponent], exports: [TagComponent,
|
|
6088
6089
|
ButtonComponent,
|
|
6089
6090
|
InfoComponent,
|
|
6090
6091
|
SettingsComponent,
|
|
@@ -6114,7 +6115,6 @@ SharedComponentsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0",
|
|
|
6114
6115
|
MultipleSearchPlusComponent,
|
|
6115
6116
|
PopinComponent,
|
|
6116
6117
|
FreePopinComponent,
|
|
6117
|
-
BlockTitleLegacyComponent,
|
|
6118
6118
|
WrapperComponent,
|
|
6119
6119
|
FiltersComponent,
|
|
6120
6120
|
WrapperBlocsComponent,
|
|
@@ -6137,7 +6137,6 @@ SharedComponentsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0",
|
|
|
6137
6137
|
ContentWithButtonsComponent,
|
|
6138
6138
|
WrapperMultipleBlockComponent,
|
|
6139
6139
|
DraganddropListComponent,
|
|
6140
|
-
BlockSeparatorComponent,
|
|
6141
6140
|
SummaryComponent,
|
|
6142
6141
|
GooglePreviewComponent,
|
|
6143
6142
|
DraganddropListComponent,
|
|
@@ -6159,7 +6158,9 @@ SharedComponentsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0",
|
|
|
6159
6158
|
ProgressBarComponent,
|
|
6160
6159
|
InputComponent,
|
|
6161
6160
|
InputSearchComponent,
|
|
6162
|
-
InputWithSelectComponent
|
|
6161
|
+
InputWithSelectComponent,
|
|
6162
|
+
BlockTitleLegacyComponent,
|
|
6163
|
+
BlockSeparatorComponent] });
|
|
6163
6164
|
SharedComponentsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.1.1", ngImport: i0, type: SharedComponentsModule, imports: [CommonModule,
|
|
6164
6165
|
FormsModule,
|
|
6165
6166
|
NwbAllModule,
|