@lluc_llull/ui-lib 0.1.1 → 0.1.3
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/esm2022/lib/Enum/link-type.enum.mjs +9 -0
- package/esm2022/lib/components/core/header-clear/header-clear.component.mjs +37 -0
- package/esm2022/lib/components/core/header-clear/header-clear.interface.mjs +2 -0
- package/esm2022/lib/components/core/header-clear/index.mjs +3 -0
- package/esm2022/lib/components/core/hero-section/hero-section.component.mjs +21 -0
- package/esm2022/lib/components/core/hero-section/hero-section.interface.mjs +2 -0
- package/esm2022/lib/components/core/hero-section/index.mjs +3 -0
- package/esm2022/lib/components/core/index.mjs +5 -2
- package/esm2022/lib/components/core/lang-modal/index.mjs +3 -0
- package/esm2022/lib/components/core/lang-modal/lang-modal.component.mjs +12 -0
- package/esm2022/lib/components/core/lang-modal/lang-modal.interface.mjs +2 -0
- package/esm2022/lib/components/core/nav-modal/index.mjs +3 -0
- package/esm2022/lib/components/core/nav-modal/nav-modal.component.mjs +17 -0
- package/esm2022/lib/components/core/nav-modal/nav-modal.interface.mjs +2 -0
- package/esm2022/lib/directives/link-type.directive.mjs +106 -0
- package/esm2022/lib/interfaces/index.mjs +3 -1
- package/esm2022/lib/interfaces/page-config.interface.mjs +1 -1
- package/esm2022/lib/interfaces/ui-lib-button.interface.mjs +2 -0
- package/esm2022/lib/interfaces/ui-lib-image.interface.mjs +2 -0
- package/esm2022/lib/interfaces/ui-lib-nav-items.interface.mjs +2 -0
- package/esm2022/lib/services/mapper/component-mappers/header-clear.mapper.mjs +13 -0
- package/esm2022/lib/services/mapper/component-mappers/hero-section.mapper.mjs +8 -0
- package/esm2022/lib/services/mapper/component-mappers/index.mjs +9 -5
- package/esm2022/lib/services/mapper/component-mappers/lang-modal.mapper.mjs +2 -0
- package/esm2022/lib/services/mapper/component-mappers/nav-modal.mapper.mjs +29 -0
- package/esm2022/lib/utils/index.mjs +2 -0
- package/esm2022/lib/utils/utils.mjs +38 -0
- package/esm2022/public-api.mjs +2 -2
- package/fesm2022/lluc_llull-ui-lib.mjs +270 -15
- package/fesm2022/lluc_llull-ui-lib.mjs.map +1 -1
- package/lib/Enum/link-type.enum.d.ts +7 -0
- package/lib/components/core/header-clear/header-clear.component.d.ts +16 -0
- package/lib/components/core/header-clear/header-clear.interface.d.ts +2 -0
- package/lib/components/core/header-clear/index.d.ts +2 -0
- package/lib/components/core/hero-section/hero-section.component.d.ts +10 -0
- package/lib/components/core/hero-section/hero-section.interface.d.ts +7 -0
- package/lib/components/core/hero-section/index.d.ts +2 -0
- package/lib/components/core/index.d.ts +4 -1
- package/lib/components/core/lang-modal/index.d.ts +2 -0
- package/lib/components/core/lang-modal/lang-modal.component.d.ts +5 -0
- package/lib/components/core/lang-modal/lang-modal.interface.d.ts +2 -0
- package/lib/components/core/nav-modal/index.d.ts +2 -0
- package/lib/components/core/nav-modal/nav-modal.component.d.ts +8 -0
- package/lib/components/core/nav-modal/nav-modal.interface.d.ts +5 -0
- package/lib/directives/link-type.directive.d.ts +23 -0
- package/lib/interfaces/index.d.ts +2 -0
- package/lib/interfaces/page-config.interface.d.ts +3 -0
- package/lib/interfaces/ui-lib-button.interface.d.ts +7 -0
- package/lib/interfaces/ui-lib-image.interface.d.ts +7 -0
- package/lib/interfaces/ui-lib-nav-items.interface.d.ts +10 -0
- package/lib/services/mapper/component-mappers/header-clear.mapper.d.ts +2 -0
- package/lib/services/mapper/component-mappers/hero-section.mapper.d.ts +2 -0
- package/lib/services/mapper/component-mappers/lang-modal.mapper.d.ts +2 -0
- package/lib/services/mapper/component-mappers/nav-modal.mapper.d.ts +10 -0
- package/lib/utils/index.d.ts +1 -0
- package/lib/utils/utils.d.ts +5 -0
- package/package.json +1 -1
- package/public-api.d.ts +1 -0
- package/esm2022/lib/components/core/top-slider/index.mjs +0 -3
- package/esm2022/lib/components/core/top-slider/top-slider.component.mjs +0 -12
- package/esm2022/lib/components/core/top-slider/top-slider.interface.mjs +0 -2
- package/esm2022/lib/services/mapper/component-mappers/top-slider.mapper.mjs +0 -4
- package/lib/components/core/top-slider/index.d.ts +0 -2
- package/lib/components/core/top-slider/top-slider.component.d.ts +0 -5
- package/lib/components/core/top-slider/top-slider.interface.d.ts +0 -2
- package/lib/services/mapper/component-mappers/top-slider.mapper.d.ts +0 -2
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { CommonModule } from '@angular/common';
|
|
2
|
-
import { Component } from '@angular/core';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export class TopSliderComponent {
|
|
5
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TopSliderComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
6
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: TopSliderComponent, isStandalone: true, selector: "lib-top-slider", ngImport: i0, template: "<p>top-slider works!</p>\n", styles: [""], dependencies: [{ kind: "ngmodule", type: CommonModule }] }); }
|
|
7
|
-
}
|
|
8
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TopSliderComponent, decorators: [{
|
|
9
|
-
type: Component,
|
|
10
|
-
args: [{ selector: 'lib-top-slider', standalone: true, imports: [CommonModule], template: "<p>top-slider works!</p>\n" }]
|
|
11
|
-
}] });
|
|
12
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidG9wLXNsaWRlci5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy91aS1saWIvc3JjL2xpYi9jb21wb25lbnRzL2NvcmUvdG9wLXNsaWRlci90b3Atc2xpZGVyLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL3VpLWxpYi9zcmMvbGliL2NvbXBvbmVudHMvY29yZS90b3Atc2xpZGVyL3RvcC1zbGlkZXIuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxTQUFTLEVBQUUsTUFBTSxlQUFlLENBQUM7O0FBUzFDLE1BQU0sT0FBTyxrQkFBa0I7K0dBQWxCLGtCQUFrQjttR0FBbEIsa0JBQWtCLDBFQ1YvQiw0QkFDQSx5RERLWSxZQUFZOzs0RkFJWCxrQkFBa0I7a0JBUDlCLFNBQVM7K0JBQ0UsZ0JBQWdCLGNBQ2QsSUFBSSxXQUNQLENBQUMsWUFBWSxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7IENvbXBvbmVudCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdsaWItdG9wLXNsaWRlcicsXG4gIHN0YW5kYWxvbmU6IHRydWUsXG4gIGltcG9ydHM6IFtDb21tb25Nb2R1bGVdLFxuICB0ZW1wbGF0ZVVybDogJy4vdG9wLXNsaWRlci5jb21wb25lbnQuaHRtbCcsXG4gIHN0eWxlVXJsOiAnLi90b3Atc2xpZGVyLmNvbXBvbmVudC5zY3NzJ1xufSlcbmV4cG9ydCBjbGFzcyBUb3BTbGlkZXJDb21wb25lbnQge1xuXG59XG4iLCI8cD50b3Atc2xpZGVyIHdvcmtzITwvcD5cbiJdfQ==
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
export {};
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidG9wLXNsaWRlci5pbnRlcmZhY2UuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy91aS1saWIvc3JjL2xpYi9jb21wb25lbnRzL2NvcmUvdG9wLXNsaWRlci90b3Atc2xpZGVyLmludGVyZmFjZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0IGludGVyZmFjZSBUb3BTbGlkZXJJIHtcblxufVxuIl19
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
export const mapTopSlider = (props) => ({
|
|
2
|
-
// slides: props.slides ?? [],
|
|
3
|
-
});
|
|
4
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidG9wLXNsaWRlci5tYXBwZXIuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy91aS1saWIvc3JjL2xpYi9zZXJ2aWNlcy9tYXBwZXIvY29tcG9uZW50LW1hcHBlcnMvdG9wLXNsaWRlci5tYXBwZXIudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBRUEsTUFBTSxDQUFDLE1BQU0sWUFBWSxHQUFzQixDQUFDLEtBQUssRUFBRSxFQUFFLENBQUMsQ0FBQztBQUN2RCw4QkFBOEI7Q0FDakMsQ0FBQyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50TWFwcGVyRm4gfSBmcm9tICcuL3R5cGVzJztcblxuZXhwb3J0IGNvbnN0IG1hcFRvcFNsaWRlcjogQ29tcG9uZW50TWFwcGVyRm4gPSAocHJvcHMpID0+ICh7XG4gICAgLy8gc2xpZGVzOiBwcm9wcy5zbGlkZXMgPz8gW10sXG59KTtcbiJdfQ==
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class TopSliderComponent {
|
|
3
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TopSliderComponent, never>;
|
|
4
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TopSliderComponent, "lib-top-slider", never, {}, {}, never, never, true, never>;
|
|
5
|
-
}
|