@jooler/jooler-websites-shared 0.0.153 → 0.0.155

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 (26) hide show
  1. package/esm2020/lib/call-to-action-section/call-to-action-section.component.mjs +2 -2
  2. package/esm2020/lib/feature-detail-item-one/feature-detail-item-one.component.mjs +14 -0
  3. package/esm2020/lib/feature-detail-item-three/feature-detail-item-three.component.mjs +28 -0
  4. package/esm2020/lib/feature-detail-item-two/feature-detail-item-two.component.mjs +13 -0
  5. package/esm2020/lib/feature-section-eight/feature-section-eight.component.mjs +7 -7
  6. package/esm2020/lib/feature-section-five/feature-section-five.component.mjs +4 -3
  7. package/esm2020/lib/feature-section-one/feature-section-one.component.mjs +10 -10
  8. package/esm2020/lib/feature-section-seven/feature-section-seven.component.mjs +8 -9
  9. package/esm2020/lib/feature-section-six/feature-section-six.component.mjs +77 -0
  10. package/esm2020/lib/feature-section-two/feature-section-two.component.mjs +2 -2
  11. package/esm2020/lib/jooler-websites-shared.module.mjs +29 -9
  12. package/esm2020/lib/vertical-side-tabs/vertical-side-tabs.component.mjs +2 -2
  13. package/esm2020/public-api.mjs +6 -2
  14. package/fesm2015/jooler-websites-shared.mjs +163 -30
  15. package/fesm2015/jooler-websites-shared.mjs.map +1 -1
  16. package/fesm2020/jooler-websites-shared.mjs +163 -30
  17. package/fesm2020/jooler-websites-shared.mjs.map +1 -1
  18. package/lib/feature-detail-item-one/feature-detail-item-one.component.d.ts +6 -0
  19. package/lib/feature-detail-item-three/feature-detail-item-three.component.d.ts +11 -0
  20. package/lib/feature-detail-item-two/feature-detail-item-two.component.d.ts +6 -0
  21. package/lib/feature-section-one/feature-section-one.component.d.ts +0 -3
  22. package/lib/feature-section-seven/feature-section-seven.component.d.ts +1 -1
  23. package/lib/feature-section-six/feature-section-six.component.d.ts +19 -0
  24. package/lib/jooler-websites-shared.module.d.ts +20 -16
  25. package/package.json +5 -5
  26. package/public-api.d.ts +5 -1
@@ -0,0 +1,6 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class FeatureDetailItemOneComponent {
3
+ itemContent: any;
4
+ static ɵfac: i0.ɵɵFactoryDeclaration<FeatureDetailItemOneComponent, never>;
5
+ static ɵcmp: i0.ɵɵComponentDeclaration<FeatureDetailItemOneComponent, "feature-detail-item-one", never, { "itemContent": "itemContent"; }, {}, never, never, false>;
6
+ }
@@ -0,0 +1,11 @@
1
+ import { EventEmitter } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class FeatureDetailItemThreeComponent {
4
+ itemContent: any;
5
+ oneParagraph: boolean;
6
+ paragraphWithCard: boolean;
7
+ selectedImage: EventEmitter<string>;
8
+ onChangeImage(): void;
9
+ static ɵfac: i0.ɵɵFactoryDeclaration<FeatureDetailItemThreeComponent, never>;
10
+ static ɵcmp: i0.ɵɵComponentDeclaration<FeatureDetailItemThreeComponent, "feature-detail-item-three", never, { "itemContent": "itemContent"; "oneParagraph": "oneParagraph"; "paragraphWithCard": "paragraphWithCard"; }, { "selectedImage": "selectedImage"; }, never, never, false>;
11
+ }
@@ -0,0 +1,6 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class FeatureDetailItemTwoComponent {
3
+ itemContent: any;
4
+ static ɵfac: i0.ɵɵFactoryDeclaration<FeatureDetailItemTwoComponent, never>;
5
+ static ɵcmp: i0.ɵɵComponentDeclaration<FeatureDetailItemTwoComponent, "feature-detail-item-two", never, { "itemContent": "itemContent"; }, {}, never, never, false>;
6
+ }
@@ -1,10 +1,7 @@
1
1
  import { BreakpointObserver } from '@angular/cdk/layout';
2
- import { StepperOrientation } from '@angular/cdk/stepper';
3
- import { Observable } from 'rxjs';
4
2
  import * as i0 from "@angular/core";
5
3
  export declare class FeatureSectionOneComponent {
6
4
  sectionContent: any;
7
- stepperOrientation: Observable<StepperOrientation>;
8
5
  constructor(breakpointObserver: BreakpointObserver);
9
6
  static ɵfac: i0.ɵɵFactoryDeclaration<FeatureSectionOneComponent, never>;
10
7
  static ɵcmp: i0.ɵɵComponentDeclaration<FeatureSectionOneComponent, "feature-section-one", never, { "sectionContent": "sectionContent"; }, {}, never, never, false>;
@@ -5,7 +5,7 @@ export declare class FeatureSectionSevenComponent implements OnInit {
5
5
  selectedImage: any;
6
6
  constructor();
7
7
  ngOnInit(): void;
8
- onChangeImage(imagePath: any, paragraphIndex: any): void;
8
+ onChangeImage($event: any): void;
9
9
  static ɵfac: i0.ɵɵFactoryDeclaration<FeatureSectionSevenComponent, never>;
10
10
  static ɵcmp: i0.ɵɵComponentDeclaration<FeatureSectionSevenComponent, "feature-section-seven", never, { "sectionContent": "sectionContent"; }, {}, never, never, false>;
11
11
  }
@@ -0,0 +1,19 @@
1
+ import { BreakpointObserver } from '@angular/cdk/layout';
2
+ import { OnInit } from '@angular/core';
3
+ import * as i0 from "@angular/core";
4
+ export declare class FeatureSectionSixComponent implements OnInit {
5
+ private breakpointObserver;
6
+ sectionContent: any;
7
+ translateX: number;
8
+ isFirstPart: boolean;
9
+ isLastPart: boolean;
10
+ currentIndex: number;
11
+ isTabPortrait: boolean;
12
+ constructor(breakpointObserver: BreakpointObserver);
13
+ ngOnInit(): void;
14
+ onClickNext(): void;
15
+ onClickBack(): void;
16
+ onClickImage(index: any): void;
17
+ static ɵfac: i0.ɵɵFactoryDeclaration<FeatureSectionSixComponent, never>;
18
+ static ɵcmp: i0.ɵɵComponentDeclaration<FeatureSectionSixComponent, "feature-section-six", never, { "sectionContent": "sectionContent"; }, {}, never, never, false>;
19
+ }
@@ -29,23 +29,27 @@ import * as i27 from "./custom-tooltip/custom-tooltip.component";
29
29
  import * as i28 from "./feature-section-one/feature-section-one.component";
30
30
  import * as i29 from "./feature-section-two/feature-section-two.component";
31
31
  import * as i30 from "./feature-section-three/feature-section-three.component";
32
- import * as i31 from "./feature-section-four/feature-section-four.component";
33
- import * as i32 from "./vertical-side-tabs/vertical-side-tabs.component";
34
- import * as i33 from "./feature-section-five/feature-section-five.component";
35
- import * as i34 from "./feature-section-seven/feature-section-seven.component";
36
- import * as i35 from "./feature-section-eight/feature-section-eight.component";
37
- import * as i36 from "./feature-section-nine/feature-section-nine.component";
38
- import * as i37 from "@fortawesome/angular-fontawesome";
39
- import * as i38 from "@angular/common";
40
- import * as i39 from "@jooler/app-material";
41
- import * as i40 from "@jooler/font-awesome-shared";
42
- import * as i41 from "primeng/galleria";
43
- import * as i42 from "primeng/carousel";
44
- import * as i43 from "@angular/forms";
45
- import * as i44 from "@ng-select/ng-select";
46
- import * as i45 from "@angular/material/tooltip";
32
+ import * as i31 from "./feature-detail-item-one/feature-detail-item-one.component";
33
+ import * as i32 from "./feature-detail-item-two/feature-detail-item-two.component";
34
+ import * as i33 from "./feature-detail-item-three/feature-detail-item-three.component";
35
+ import * as i34 from "./feature-section-four/feature-section-four.component";
36
+ import * as i35 from "./feature-section-five/feature-section-five.component";
37
+ import * as i36 from "./feature-section-six/feature-section-six.component";
38
+ import * as i37 from "./feature-section-seven/feature-section-seven.component";
39
+ import * as i38 from "./feature-section-eight/feature-section-eight.component";
40
+ import * as i39 from "./feature-section-nine/feature-section-nine.component";
41
+ import * as i40 from "./vertical-side-tabs/vertical-side-tabs.component";
42
+ import * as i41 from "@fortawesome/angular-fontawesome";
43
+ import * as i42 from "@angular/common";
44
+ import * as i43 from "@jooler/app-material";
45
+ import * as i44 from "@jooler/font-awesome-shared";
46
+ import * as i45 from "primeng/galleria";
47
+ import * as i46 from "primeng/carousel";
48
+ import * as i47 from "@angular/forms";
49
+ import * as i48 from "@ng-select/ng-select";
50
+ import * as i49 from "@angular/material/tooltip";
47
51
  export declare class JoolerWebsitesSharedModule {
48
52
  static ɵfac: i0.ɵɵFactoryDeclaration<JoolerWebsitesSharedModule, never>;
49
- static ɵmod: i0.ɵɵNgModuleDeclaration<JoolerWebsitesSharedModule, [typeof i1.SocialMediaIconsComponent, typeof i2.ComingSoonComponent, typeof i3.AchievementsComponent, typeof i4.CallToActionSectionComponent, typeof i5.GetStartedCTAComponent, typeof i6.ImageGalleryModal, typeof i7.PageSectionStyleTenComponent, typeof i8.PageSectionStyleThirteenComponent, typeof i9.PricingPlansComponent, typeof i10.SectionTitleComponent, typeof i11.SuccessMessageDialogComponent, typeof i12.TeamComponent, typeof i13.ValuesComponent, typeof i14.OurClientsComponent, typeof i15.OurClientListingComponent, typeof i16.PageSectionWithMultipleCardsComponent, typeof i17.CallToActionSectionTwoComponent, typeof i18.CtaSectionStyleFourComponent, typeof i19.ContactUsPageComponent, typeof i20.ChooseCountryWithFlagComponent, typeof i21.PageSectionStyleThreeComponent, typeof i22.FaqCategoryListingComponent, typeof i23.FaqListingComponent, typeof i24.ValuePropsSectionComponent, typeof i25.CtaSectionStyleThreeComponent, typeof i26.HeaderSectionOneComponent, typeof i27.CustomTooltipComponent, typeof i28.FeatureSectionOneComponent, typeof i29.FeatureSectionTwoComponent, typeof i30.FeatureSectionThreeComponent, typeof i31.FeatureSectionFourComponent, typeof i32.VerticalSideTabsComponent, typeof i33.FeatureSectionFiveComponent, typeof i34.FeatureSectionSevenComponent, typeof i35.FeatureSectionEightComponent, typeof i36.FeatureSectionNineComponent], [typeof i37.FontAwesomeModule, typeof i38.CommonModule, typeof i39.AppMaterialModule, typeof i40.FontAwesomeSharedModule, typeof i41.GalleriaModule, typeof i42.CarouselModule, typeof i43.ReactiveFormsModule, typeof i43.FormsModule, typeof i44.NgSelectModule, typeof i45.MatTooltipModule], [typeof i37.FontAwesomeModule, typeof i39.AppMaterialModule, typeof i10.SectionTitleComponent, typeof i7.PageSectionStyleTenComponent, typeof i40.FontAwesomeSharedModule, typeof i5.GetStartedCTAComponent, typeof i3.AchievementsComponent, typeof i9.PricingPlansComponent, typeof i8.PageSectionStyleThirteenComponent, typeof i6.ImageGalleryModal, typeof i11.SuccessMessageDialogComponent, typeof i4.CallToActionSectionComponent, typeof i12.TeamComponent, typeof i13.ValuesComponent, typeof i14.OurClientsComponent, typeof i15.OurClientListingComponent, typeof i16.PageSectionWithMultipleCardsComponent, typeof i17.CallToActionSectionTwoComponent, typeof i19.ContactUsPageComponent, typeof i20.ChooseCountryWithFlagComponent, typeof i21.PageSectionStyleThreeComponent, typeof i2.ComingSoonComponent, typeof i1.SocialMediaIconsComponent, typeof i45.MatTooltipModule, typeof i22.FaqCategoryListingComponent, typeof i23.FaqListingComponent, typeof i24.ValuePropsSectionComponent, typeof i18.CtaSectionStyleFourComponent, typeof i25.CtaSectionStyleThreeComponent, typeof i26.HeaderSectionOneComponent, typeof i27.CustomTooltipComponent, typeof i28.FeatureSectionOneComponent, typeof i29.FeatureSectionTwoComponent, typeof i30.FeatureSectionThreeComponent, typeof i31.FeatureSectionFourComponent, typeof i32.VerticalSideTabsComponent, typeof i33.FeatureSectionFiveComponent, typeof i34.FeatureSectionSevenComponent, typeof i35.FeatureSectionEightComponent, typeof i36.FeatureSectionNineComponent]>;
53
+ static ɵmod: i0.ɵɵNgModuleDeclaration<JoolerWebsitesSharedModule, [typeof i1.SocialMediaIconsComponent, typeof i2.ComingSoonComponent, typeof i3.AchievementsComponent, typeof i4.CallToActionSectionComponent, typeof i5.GetStartedCTAComponent, typeof i6.ImageGalleryModal, typeof i7.PageSectionStyleTenComponent, typeof i8.PageSectionStyleThirteenComponent, typeof i9.PricingPlansComponent, typeof i10.SectionTitleComponent, typeof i11.SuccessMessageDialogComponent, typeof i12.TeamComponent, typeof i13.ValuesComponent, typeof i14.OurClientsComponent, typeof i15.OurClientListingComponent, typeof i16.PageSectionWithMultipleCardsComponent, typeof i17.CallToActionSectionTwoComponent, typeof i18.CtaSectionStyleFourComponent, typeof i19.ContactUsPageComponent, typeof i20.ChooseCountryWithFlagComponent, typeof i21.PageSectionStyleThreeComponent, typeof i22.FaqCategoryListingComponent, typeof i23.FaqListingComponent, typeof i24.ValuePropsSectionComponent, typeof i25.CtaSectionStyleThreeComponent, typeof i26.HeaderSectionOneComponent, typeof i27.CustomTooltipComponent, typeof i28.FeatureSectionOneComponent, typeof i29.FeatureSectionTwoComponent, typeof i30.FeatureSectionThreeComponent, typeof i31.FeatureDetailItemOneComponent, typeof i32.FeatureDetailItemTwoComponent, typeof i33.FeatureDetailItemThreeComponent, typeof i34.FeatureSectionFourComponent, typeof i35.FeatureSectionFiveComponent, typeof i36.FeatureSectionSixComponent, typeof i37.FeatureSectionSevenComponent, typeof i38.FeatureSectionEightComponent, typeof i39.FeatureSectionNineComponent, typeof i40.VerticalSideTabsComponent], [typeof i41.FontAwesomeModule, typeof i42.CommonModule, typeof i43.AppMaterialModule, typeof i44.FontAwesomeSharedModule, typeof i45.GalleriaModule, typeof i46.CarouselModule, typeof i47.ReactiveFormsModule, typeof i47.FormsModule, typeof i48.NgSelectModule, typeof i49.MatTooltipModule], [typeof i41.FontAwesomeModule, typeof i43.AppMaterialModule, typeof i10.SectionTitleComponent, typeof i7.PageSectionStyleTenComponent, typeof i44.FontAwesomeSharedModule, typeof i5.GetStartedCTAComponent, typeof i3.AchievementsComponent, typeof i9.PricingPlansComponent, typeof i8.PageSectionStyleThirteenComponent, typeof i6.ImageGalleryModal, typeof i11.SuccessMessageDialogComponent, typeof i4.CallToActionSectionComponent, typeof i12.TeamComponent, typeof i13.ValuesComponent, typeof i14.OurClientsComponent, typeof i15.OurClientListingComponent, typeof i16.PageSectionWithMultipleCardsComponent, typeof i17.CallToActionSectionTwoComponent, typeof i19.ContactUsPageComponent, typeof i20.ChooseCountryWithFlagComponent, typeof i21.PageSectionStyleThreeComponent, typeof i2.ComingSoonComponent, typeof i1.SocialMediaIconsComponent, typeof i49.MatTooltipModule, typeof i22.FaqCategoryListingComponent, typeof i23.FaqListingComponent, typeof i24.ValuePropsSectionComponent, typeof i18.CtaSectionStyleFourComponent, typeof i25.CtaSectionStyleThreeComponent, typeof i26.HeaderSectionOneComponent, typeof i27.CustomTooltipComponent, typeof i28.FeatureSectionOneComponent, typeof i29.FeatureSectionTwoComponent, typeof i30.FeatureSectionThreeComponent, typeof i34.FeatureSectionFourComponent, typeof i35.FeatureSectionFiveComponent, typeof i36.FeatureSectionSixComponent, typeof i37.FeatureSectionSevenComponent, typeof i38.FeatureSectionEightComponent, typeof i39.FeatureSectionNineComponent, typeof i31.FeatureDetailItemOneComponent, typeof i32.FeatureDetailItemTwoComponent, typeof i33.FeatureDetailItemThreeComponent, typeof i40.VerticalSideTabsComponent]>;
50
54
  static ɵinj: i0.ɵɵInjectorDeclaration<JoolerWebsitesSharedModule>;
51
55
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jooler/jooler-websites-shared",
3
- "version": "0.0.153",
3
+ "version": "0.0.155",
4
4
  "peerDependencies": {
5
5
  "@angular/common": ">=13.1.0",
6
6
  "@angular/core": ">=13.1.0"
@@ -12,6 +12,9 @@
12
12
  "type": "git",
13
13
  "url": "git+https://github.com/HenryHamamji/erp-shared-library.git"
14
14
  },
15
+ "keywords": [
16
+ "Angular"
17
+ ],
15
18
  "author": "Moahmmad Ali Jarjoumah",
16
19
  "license": "UNLICENSED",
17
20
  "module": "fesm2015/jooler-websites-shared.mjs",
@@ -45,8 +48,5 @@
45
48
  },
46
49
  "scripts": {
47
50
  "test": "echo \"Error: no test specified\" && exit 1"
48
- },
49
- "keywords": [
50
- "Angular"
51
- ]
51
+ }
52
52
  }
package/public-api.d.ts CHANGED
@@ -64,9 +64,13 @@ export * from './lib/feature-section-one/feature-section-one.component';
64
64
  export * from './lib/feature-section-two/feature-section-two.component';
65
65
  export * from './lib/feature-section-three/feature-section-three.component';
66
66
  export * from './lib/feature-section-four/feature-section-four.component';
67
- export * from './lib/vertical-side-tabs/vertical-side-tabs.component';
68
67
  export * from './lib/feature-section-five/feature-section-five.component';
68
+ export * from './lib/feature-section-six/feature-section-six.component';
69
69
  export * from './lib/feature-section-seven/feature-section-seven.component';
70
70
  export * from './lib/feature-section-eight/feature-section-eight.component';
71
71
  export * from './lib/feature-section-nine/feature-section-nine.component';
72
+ export * from './lib/vertical-side-tabs/vertical-side-tabs.component';
72
73
  export * from './lib/models/feature-section-nine.model';
74
+ export * from './lib/feature-detail-item-one/feature-detail-item-one.component';
75
+ export * from './lib/feature-detail-item-two/feature-detail-item-two.component';
76
+ export * from './lib/feature-detail-item-three/feature-detail-item-three.component';