ng-wsl-library 0.24.0 → 1.0.0

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 (157) hide show
  1. package/README.md +223 -183
  2. package/esm2022/lib/components/public-api.mjs +39 -0
  3. package/esm2022/lib/components/wsl-button/wsl-button.component.mjs +36 -0
  4. package/{esm2020 → esm2022}/lib/components/wsl-carousel/index.mjs +1 -1
  5. package/esm2022/lib/components/wsl-carousel/wsl-carousel.component.mjs +1303 -0
  6. package/esm2022/lib/components/wsl-carousel/wsl-carousel.module.mjs +19 -0
  7. package/esm2022/lib/components/wsl-cms/cms-editor/cms-editor-main-menu/cms-editor-main-menu.component.mjs +55 -0
  8. package/esm2022/lib/components/wsl-cms/cms-editor/cms-editor-slider/cms-editor-slider.component.mjs +128 -0
  9. package/esm2022/lib/components/wsl-cms/cms-editor/cms-editor.component.mjs +29 -0
  10. package/esm2022/lib/components/wsl-cms/cms-editor/cms-editor.module.mjs +102 -0
  11. package/esm2022/lib/components/wsl-cms/cms-editor/wsl-cms-add-components/wsl-cms-add-components.component.mjs +31 -0
  12. package/esm2022/lib/components/wsl-cms/cms-item/cms-item-options/cms-item-options.component.mjs +46 -0
  13. package/esm2022/lib/components/wsl-cms/cms-item/cms-item.component.mjs +83 -0
  14. package/esm2022/lib/components/wsl-cms/wsl-cms.component.mjs +38 -0
  15. package/esm2022/lib/components/wsl-cms/wsl-cms.mapper.mjs +18 -0
  16. package/esm2022/lib/components/wsl-cms/wsl-cms.module.mjs +33 -0
  17. package/esm2022/lib/components/wsl-components.module.mjs +39 -0
  18. package/{esm2020 → esm2022}/lib/components/wsl-custom/wsl-custom.component.mjs +6 -6
  19. package/esm2022/lib/components/wsl-datetime-picker/wsl-datetime-picker.component.mjs +965 -0
  20. package/esm2022/lib/components/wsl-datetime-picker/wsl-datetime-picker.module.mjs +36 -0
  21. package/{esm2020 → esm2022}/lib/components/wsl-footer/wsl-footer.component.mjs +6 -6
  22. package/{esm2020 → esm2022}/lib/components/wsl-header/wsl-header.component.mjs +6 -6
  23. package/esm2022/lib/components/wsl-main-menu/wsl-main-menu.component.mjs +14 -0
  24. package/esm2022/lib/components/wsl-otp/wsl-otp.component.mjs +267 -0
  25. package/esm2022/lib/components/wsl-otp/wsl-otp.module.mjs +19 -0
  26. package/{esm2020 → esm2022}/lib/constants/datetime-picker.constants.mjs +1 -1
  27. package/{esm2020 → esm2022}/lib/constants/public-api.mjs +1 -1
  28. package/{esm2020 → esm2022}/lib/directives/public-api.mjs +1 -1
  29. package/{esm2020 → esm2022}/lib/directives/wsl-carousel-item.directive.mjs +5 -5
  30. package/esm2022/lib/directives/wsl-directives.module.mjs +37 -0
  31. package/esm2022/lib/directives/wsl-dynamic-component.directive.mjs +33 -0
  32. package/esm2022/lib/directives/wsl-image.directive.mjs +70 -0
  33. package/esm2022/lib/directives/wsl-tooltip.directive.mjs +336 -0
  34. package/{esm2020 → esm2022}/lib/enum/public-api.mjs +1 -1
  35. package/{esm2020 → esm2022}/lib/enum/relative-position.enum.mjs +1 -1
  36. package/esm2022/lib/interfaces/date-format.interface.mjs +7 -0
  37. package/{esm2020 → esm2022}/lib/interfaces/public-api.mjs +1 -1
  38. package/esm2022/lib/interfaces/wsl-config.interface.mjs +2 -0
  39. package/{esm2020 → esm2022}/lib/interfaces/wsl-currency-options.interface.mjs +1 -1
  40. package/{esm2020 → esm2022}/lib/interfaces/wsl-lang-path-options.interface.mjs +1 -1
  41. package/{esm2020 → esm2022}/lib/metadata/wsl-cms.metadata.mjs +7 -7
  42. package/{esm2020 → esm2022}/lib/models/public-api.mjs +1 -1
  43. package/esm2022/lib/models/wsl-carousel-config.model.mjs +2 -0
  44. package/esm2022/lib/models/wsl-cms.model.mjs +10 -0
  45. package/esm2022/lib/models/wsl-date-formats.mjs +80 -0
  46. package/esm2022/lib/models/wsl-date-time.model.mjs +63 -0
  47. package/{esm2020 → esm2022}/lib/pipes/public-api.mjs +1 -1
  48. package/esm2022/lib/pipes/wsl-currency/wsl-currency.pipe.mjs +193 -0
  49. package/esm2022/lib/pipes/wsl-lang-path/wsl-lang-path.pipe.mjs +93 -0
  50. package/esm2022/lib/pipes/wsl-pipes.module.mjs +19 -0
  51. package/esm2022/lib/services/config/wsl-config.service.mjs +96 -0
  52. package/{esm2020 → esm2022}/lib/services/i18n/wsl-i18n.service.mjs +5 -5
  53. package/{esm2020 → esm2022}/lib/services/public-api.mjs +1 -1
  54. package/{esm2020 → esm2022}/lib/services/wsl-cms.service.mjs +5 -5
  55. package/esm2022/lib/services/wsl-microfrontend.service.mjs +108 -0
  56. package/esm2022/lib/services/wsl-services.module.mjs +16 -0
  57. package/{esm2020 → esm2022}/lib/utils/date-time/index.mjs +1 -1
  58. package/{esm2020 → esm2022}/lib/utils/date-time/wsl-date-time.utils.mjs +1 -1
  59. package/{esm2020 → esm2022}/lib/utils/public-api.mjs +1 -1
  60. package/{esm2020 → esm2022}/lib/wsl-ipls/enums/configuration-types.enum.mjs +1 -1
  61. package/{esm2020 → esm2022}/lib/wsl-ipls/enums/index.mjs +1 -1
  62. package/esm2022/lib/wsl-ipls/interfaces/ipls-config.interface.mjs +2 -0
  63. package/esm2022/lib/wsl-ipls/models/ipls-config-mapper.model.mjs +125 -0
  64. package/esm2022/lib/wsl-library.module.mjs +53 -0
  65. package/{esm2020 → esm2022}/public-api.mjs +1 -1
  66. package/fesm2022/ng-wsl-library.mjs +5305 -0
  67. package/fesm2022/ng-wsl-library.mjs.map +1 -0
  68. package/lib/components/public-api.d.ts +2 -0
  69. package/lib/components/wsl-button/wsl-button.component.d.ts +1 -1
  70. package/lib/components/wsl-carousel/wsl-carousel.component.d.ts +1 -1
  71. package/lib/components/wsl-cms/cms-editor/cms-editor-main-menu/cms-editor-main-menu.component.d.ts +1 -1
  72. package/lib/components/wsl-cms/cms-editor/cms-editor-slider/cms-editor-slider.component.d.ts +1 -1
  73. package/lib/components/wsl-cms/cms-editor/cms-editor.component.d.ts +1 -1
  74. package/lib/components/wsl-cms/cms-editor/wsl-cms-add-components/wsl-cms-add-components.component.d.ts +1 -1
  75. package/lib/components/wsl-cms/cms-item/cms-item-options/cms-item-options.component.d.ts +1 -1
  76. package/lib/components/wsl-cms/cms-item/cms-item.component.d.ts +1 -1
  77. package/lib/components/wsl-cms/wsl-cms.component.d.ts +1 -1
  78. package/lib/components/wsl-components.module.d.ts +3 -2
  79. package/lib/components/wsl-custom/wsl-custom.component.d.ts +1 -1
  80. package/lib/components/wsl-datetime-picker/wsl-datetime-picker.component.d.ts +7 -5
  81. package/lib/components/wsl-footer/wsl-footer.component.d.ts +1 -1
  82. package/lib/components/wsl-header/wsl-header.component.d.ts +1 -1
  83. package/lib/components/wsl-main-menu/wsl-main-menu.component.d.ts +1 -1
  84. package/lib/components/wsl-otp/wsl-otp.component.d.ts +54 -0
  85. package/lib/components/wsl-otp/wsl-otp.module.d.ts +9 -0
  86. package/lib/directives/wsl-carousel-item.directive.d.ts +1 -1
  87. package/lib/directives/wsl-dynamic-component.directive.d.ts +1 -1
  88. package/lib/directives/wsl-image.directive.d.ts +1 -1
  89. package/lib/directives/wsl-tooltip.directive.d.ts +1 -1
  90. package/lib/interfaces/wsl-lang-path-options.interface.d.ts +1 -1
  91. package/package.json +31 -28
  92. package/src/assets/css/ng-material.css +1 -1
  93. package/src/assets/fonts/icomoon/icomoon.svg +24 -24
  94. package/src/assets/fonts/internal.svg +137 -137
  95. package/src/assets/styles/styles.scss +99 -99
  96. package/src/assets/styles/variables.scss +13 -13
  97. package/src/lib/components/wsl-button/wsl-button.component.scss +88 -88
  98. package/src/lib/components/wsl-carousel/wsl-carousel.component.scss +256 -256
  99. package/src/lib/components/wsl-cms/cms-editor/cms-editor-slider/cms-editor-slider.component.scss +37 -37
  100. package/src/lib/components/wsl-cms/cms-editor/cms-editor.component.scss +24 -24
  101. package/src/lib/components/wsl-cms/cms-editor/wsl-cms-add-components/wsl-cms-add-components.component.scss +27 -27
  102. package/src/lib/components/wsl-cms/cms-item/cms-item-options/cms-item-options.component.scss +69 -69
  103. package/src/lib/components/wsl-cms/cms-item/cms-item.component.scss +165 -165
  104. package/src/lib/components/wsl-cms/wsl-cms.component.scss +23 -23
  105. package/src/lib/components/wsl-datetime-picker/wsl-datetime-picker.component.scss +836 -836
  106. package/src/lib/components/wsl-main-menu/wsl-main-menu.component.scss +212 -212
  107. package/src/lib/components/wsl-otp/wsl-otp.component.scss +119 -0
  108. package/src/lib/styles/mixins/_breakpoints.scss +77 -0
  109. package/src/lib/styles/mixins/_variables.scss +89 -0
  110. package/esm2020/lib/components/public-api.mjs +0 -37
  111. package/esm2020/lib/components/wsl-button/wsl-button.component.mjs +0 -36
  112. package/esm2020/lib/components/wsl-carousel/wsl-carousel.component.mjs +0 -1303
  113. package/esm2020/lib/components/wsl-carousel/wsl-carousel.module.mjs +0 -19
  114. package/esm2020/lib/components/wsl-cms/cms-editor/cms-editor-main-menu/cms-editor-main-menu.component.mjs +0 -55
  115. package/esm2020/lib/components/wsl-cms/cms-editor/cms-editor-slider/cms-editor-slider.component.mjs +0 -128
  116. package/esm2020/lib/components/wsl-cms/cms-editor/cms-editor.component.mjs +0 -29
  117. package/esm2020/lib/components/wsl-cms/cms-editor/cms-editor.module.mjs +0 -102
  118. package/esm2020/lib/components/wsl-cms/cms-editor/wsl-cms-add-components/wsl-cms-add-components.component.mjs +0 -31
  119. package/esm2020/lib/components/wsl-cms/cms-item/cms-item-options/cms-item-options.component.mjs +0 -46
  120. package/esm2020/lib/components/wsl-cms/cms-item/cms-item.component.mjs +0 -83
  121. package/esm2020/lib/components/wsl-cms/wsl-cms.component.mjs +0 -38
  122. package/esm2020/lib/components/wsl-cms/wsl-cms.mapper.mjs +0 -18
  123. package/esm2020/lib/components/wsl-cms/wsl-cms.module.mjs +0 -33
  124. package/esm2020/lib/components/wsl-components.module.mjs +0 -35
  125. package/esm2020/lib/components/wsl-datetime-picker/wsl-datetime-picker.component.mjs +0 -905
  126. package/esm2020/lib/components/wsl-datetime-picker/wsl-datetime-picker.module.mjs +0 -36
  127. package/esm2020/lib/components/wsl-main-menu/wsl-main-menu.component.mjs +0 -14
  128. package/esm2020/lib/directives/wsl-directives.module.mjs +0 -37
  129. package/esm2020/lib/directives/wsl-dynamic-component.directive.mjs +0 -33
  130. package/esm2020/lib/directives/wsl-image.directive.mjs +0 -70
  131. package/esm2020/lib/directives/wsl-tooltip.directive.mjs +0 -336
  132. package/esm2020/lib/interfaces/date-format.interface.mjs +0 -7
  133. package/esm2020/lib/interfaces/wsl-config.interface.mjs +0 -2
  134. package/esm2020/lib/models/wsl-carousel-config.model.mjs +0 -2
  135. package/esm2020/lib/models/wsl-cms.model.mjs +0 -10
  136. package/esm2020/lib/models/wsl-date-formats.mjs +0 -80
  137. package/esm2020/lib/models/wsl-date-time.model.mjs +0 -63
  138. package/esm2020/lib/pipes/wsl-currency/wsl-currency.pipe.mjs +0 -193
  139. package/esm2020/lib/pipes/wsl-lang-path/wsl-lang-path.pipe.mjs +0 -93
  140. package/esm2020/lib/pipes/wsl-pipes.module.mjs +0 -19
  141. package/esm2020/lib/services/config/wsl-config.service.mjs +0 -96
  142. package/esm2020/lib/services/wsl-microfrontend.service.mjs +0 -108
  143. package/esm2020/lib/services/wsl-services.module.mjs +0 -16
  144. package/esm2020/lib/wsl-ipls/interfaces/ipls-config.interface.mjs +0 -2
  145. package/esm2020/lib/wsl-ipls/models/ipls-config-mapper.model.mjs +0 -125
  146. package/esm2020/lib/wsl-library.module.mjs +0 -53
  147. package/fesm2015/ng-wsl-library.mjs +0 -4964
  148. package/fesm2015/ng-wsl-library.mjs.map +0 -1
  149. package/fesm2020/ng-wsl-library.mjs +0 -4963
  150. package/fesm2020/ng-wsl-library.mjs.map +0 -1
  151. package/src/README.md +0 -225
  152. package/src/lib/components/wsl-carousel/README.md +0 -528
  153. package/src/lib/components/wsl-datetime-picker/README.md +0 -552
  154. package/src/lib/directives/README.md +0 -84
  155. package/src/lib/pipes/wsl-lang-path/README.md +0 -218
  156. package/src/lib/utils/date-time/README.md +0 -148
  157. /package/{esm2020 → esm2022}/ng-wsl-library.mjs +0 -0
package/README.md CHANGED
@@ -1,183 +1,223 @@
1
- # WS Library NG
2
-
3
- Angular component library for Winsys Lottery.
4
-
5
- ## Installation
6
-
7
- ```bash
8
- npm install ng-wsl-library
9
- ```
10
-
11
- ## Available Components
12
-
13
- ### WslButtonComponent
14
- Custom button with multiple variants and sizes, featuring self-contained styling.
15
-
16
- ```typescript
17
- // Basic usage
18
- <wsl-button>Click me</wsl-button>
19
-
20
- // With variant and size
21
- <wsl-button variant="success" size="large">Save</wsl-button>
22
-
23
- // Disabled
24
- <wsl-button [disabled]="true">Not available</wsl-button>
25
-
26
- // With click event
27
- <wsl-button (click)="onButtonClick($event)">Click me</wsl-button>
28
- ```
29
-
30
- Properties:
31
- - `type`: 'button' | 'submit' | 'reset' (default: 'button')
32
- - `disabled`: boolean (default: false)
33
- - `variant`: 'primary' | 'secondary' | 'success' | 'danger' | 'warning' | 'info' (default: 'primary')
34
- - `size`: 'small' | 'medium' | 'large' (default: 'medium')
35
-
36
- ### WslDatetimePickerComponent
37
- Powerful and flexible datetime picker component with extensive customization options and self-contained styling.
38
-
39
- Features calendar state events, proper ngModelChange handling, flexible time steps, and organized constants for date formats and time steps.
40
-
41
- 📖 [View detailed documentation](src/lib/components/wsl-datetime-picker/README.md)
42
-
43
- ### WslCarouselComponent
44
- High-performance carousel component for displaying scrollable content with self-contained styling.
45
-
46
- 📖 [View detailed documentation](src/lib/components/wsl-carousel/README.md)
47
-
48
- ### WslBannerSliderComponent
49
- Specialized component for displaying banners in carousel format.
50
-
51
- ### WslCustomComponent
52
- Customizable component for specific use cases.
53
-
54
- ### WslFooterComponent
55
- Footer component.
56
-
57
- ### WslHeaderComponent
58
- Header component.
59
-
60
- ### WslMainMenuComponent
61
- Main menu component.
62
-
63
- ## Available Services
64
-
65
- ### WslCmsService
66
- Service for managing CMS content.
67
-
68
- ```typescript
69
- import { WslCmsService } from 'ng-wsl-library';
70
-
71
- constructor(private wslCmsService: WslCmsService) {}
72
-
73
- // Get available components
74
- const availableComponents = this.wslCmsService.getAvalaiableComponents();
75
- ```
76
-
77
- ## Available Directives
78
-
79
- ### WslCmsItemDirective
80
- Directive for handling CMS items.
81
-
82
- ## Integration in an Angular Project
83
-
84
- 1. Import the module in your `app.module.ts`:
85
-
86
- ```typescript
87
- import { WslComponentsModule } from 'ng-wsl-library';
88
-
89
- @NgModule({
90
- imports: [
91
- WslComponentsModule,
92
- // ... other modules
93
- ],
94
- // ...
95
- })
96
- export class AppModule { }
97
- ```
98
-
99
- 2. Use the components in your templates:
100
-
101
- ```html
102
- <wsl-button variant="primary">My Button</wsl-button>
103
- <wsl-datetime-picker [(ngModel)]="selectedDate"></wsl-datetime-picker>
104
- <wsl-carousel>
105
- <!-- Carousel content -->
106
- </wsl-carousel>
107
- ```
108
-
109
- ## Styling
110
-
111
- The library includes its own **self-contained styles** and does not require any external CSS frameworks. All components come with modern, responsive styling out of the box.
112
-
113
- If you need to include the component styles in your build, add them to your `angular.json`:
114
-
115
- ```json
116
- {
117
- "styles": [
118
- "node_modules/ng-wsl-library/dist/ng-wsl-library.css",
119
- // ... other styles
120
- ]
121
- }
122
- ```
123
-
124
- ### Custom Styling
125
-
126
- You can override component styles using CSS custom properties or by targeting component CSS classes:
127
-
128
- ```css
129
- wsl-datetime-picker {
130
- --input-border-color: #007bff;
131
- --input-focus-border-color: #86b7fe;
132
- }
133
-
134
- wsl-button {
135
- --button-primary-bg: #28a745;
136
- --button-primary-border: #28a745;
137
- }
138
- ```
139
-
140
- ## Requirements
141
-
142
- - Angular 14.0.0 or higher
143
- - Node.js 14.0.0 or higher
144
- - npm 6.0.0 or higher
145
-
146
- ## Current Dependencies
147
-
148
- This library uses the following dependencies:
149
-
150
- - @angular/material
151
- - @angular/cdk
152
- - ngx-file-drop
153
- - single-spa (for microfrontend support)
154
- - lodash
155
-
156
- ## Support
157
-
158
- To report issues or request new features, please create an issue in the repository.
159
-
160
- ## License
161
-
162
- MIT
163
-
164
- ## Available Utilities
165
-
166
- ### WslDateTimeUtils
167
- Convenient helper functions for working with dates and times in WSL format structures.
168
-
169
- ```typescript
170
- import { WslDateTimeUtils } from 'ng-wsl-library';
171
-
172
- // Get current date/time values
173
- const currentDate = WslDateTimeUtils.getCurrentDate();
174
- const currentTime = WslDateTimeUtils.getCurrentTime();
175
- const currentDateTime = WslDateTimeUtils.getCurrentDateTime();
176
-
177
- // Convert JavaScript Date objects
178
- const jsDate = new Date();
179
- const wslDate = WslDateTimeUtils.getWslDate(jsDate);
180
- const wslTime = WslDateTimeUtils.getWslTime(jsDate);
181
- ```
182
-
183
- 📖 [View detailed documentation](src/lib/utils/date-time/README.md)
1
+ # WS Library NG
2
+
3
+ Angular component library for Winsys Lottery.
4
+
5
+ ## Installation
6
+
7
+ ```bash
8
+ npm install ng-wsl-library
9
+ ```
10
+
11
+ ## Available Components
12
+
13
+ ### WslButtonComponent
14
+
15
+ Custom button with multiple variants and sizes, featuring self-contained styling.
16
+
17
+ ```typescript
18
+ // Basic usage
19
+ <wsl-button>Click me</wsl-button>
20
+
21
+ // With variant and size
22
+ <wsl-button variant="success" size="large">Save</wsl-button>
23
+
24
+ // Disabled
25
+ <wsl-button [disabled]="true">Not available</wsl-button>
26
+
27
+ // With click event
28
+ <wsl-button (click)="onButtonClick($event)">Click me</wsl-button>
29
+ ```
30
+
31
+ Properties:
32
+
33
+ - `type`: 'button' | 'submit' | 'reset' (default: 'button')
34
+ - `disabled`: boolean (default: false)
35
+ - `variant`: 'primary' | 'secondary' | 'success' | 'danger' | 'warning' | 'info' (default: 'primary')
36
+ - `size`: 'small' | 'medium' | 'large' (default: 'medium')
37
+
38
+ ### WslDatetimePickerComponent
39
+
40
+ Powerful and flexible datetime picker component with extensive customization options and self-contained styling.
41
+
42
+ Features calendar state events, proper ngModelChange handling, flexible time steps, and organized constants for date formats and time steps.
43
+
44
+ 📖 [View detailed documentation](src/lib/components/wsl-datetime-picker/README.md)
45
+
46
+ ### WslCarouselComponent
47
+
48
+ High-performance carousel component for displaying scrollable content with self-contained styling.
49
+
50
+ 📖 [View detailed documentation](src/lib/components/wsl-carousel/README.md)
51
+
52
+ ### WslBannerSliderComponent
53
+
54
+ Specialized component for displaying banners in carousel format.
55
+
56
+ ### WslCustomComponent
57
+
58
+ Customizable component for specific use cases.
59
+
60
+ ### WslFooterComponent
61
+
62
+ Footer component.
63
+
64
+ ### WslOtpComponent
65
+
66
+ One-Time Password (OTP) input component with multiple features such as autofill, timer, and responsive design.
67
+
68
+ ```html
69
+ <wsl-otp [size]="4" [autocomplete]="true" (valueChange)="onOtpChange($event)"></wsl-otp>
70
+ ```
71
+
72
+ Properties:
73
+
74
+ - `size`: number (default: 4) - Number of input fields.
75
+ - `disabled`: boolean (default: false) - Disables all inputs.
76
+ - `timerDuration`: number (default: 0) - Duration in seconds for the countdown timer.
77
+ - `showTimer`: boolean (default: false) - Whether to show the timer.
78
+ - `timerLabel`: string (default: '') - Label shown before the timer.
79
+ - `hasError`: boolean (default: false) - Applies error styling.
80
+ - `maxResends`: number | null (default: null) - Maximum number of allowed resends.
81
+ - `limitReachedMessage`: string (default: '') - Message shown when resend limit is reached.
82
+ - `expiredMessage`: string (default: '') - Message shown when timer expires.
83
+ - `resendButtonText`: string (default: 'Resend Code') - Text for the resend button.
84
+
85
+ Events:
86
+
87
+ - `valueChange`: Emits the full OTP string whenever it changes.
88
+ - `resendCode`: Emitted when the resend button is clicked.
89
+ - `timerFinished`: Emitted when the countdown timer reaches zero.
90
+ - `resendLimitReached`: Emitted when the maximum number of resends is reached.
91
+
92
+ ### WslHeaderComponent
93
+
94
+ Header component.
95
+
96
+ ### WslMainMenuComponent
97
+
98
+ Main menu component.
99
+
100
+ ## Available Services
101
+
102
+ ### WslCmsService
103
+
104
+ Service for managing CMS content.
105
+
106
+ ```typescript
107
+ import { WslCmsService } from 'ng-wsl-library';
108
+
109
+ constructor(private wslCmsService: WslCmsService) {}
110
+
111
+ // Get available components
112
+ const availableComponents = this.wslCmsService.getAvalaiableComponents();
113
+ ```
114
+
115
+ ## Available Directives
116
+
117
+ ### WslCmsItemDirective
118
+
119
+ Directive for handling CMS items.
120
+
121
+ ## Integration in an Angular Project
122
+
123
+ 1. Import the module in your `app.module.ts`:
124
+
125
+ ```typescript
126
+ import { WslComponentsModule } from "ng-wsl-library";
127
+
128
+ @NgModule({
129
+ imports: [
130
+ WslComponentsModule,
131
+ // ... other modules
132
+ ],
133
+ // ...
134
+ })
135
+ export class AppModule {}
136
+ ```
137
+
138
+ 2. Use the components in your templates:
139
+
140
+ ```html
141
+ <wsl-button variant="primary">My Button</wsl-button>
142
+ <wsl-datetime-picker [(ngModel)]="selectedDate"></wsl-datetime-picker>
143
+ <wsl-carousel>
144
+ <!-- Carousel content -->
145
+ </wsl-carousel>
146
+ ```
147
+
148
+ ## Styling
149
+
150
+ The library includes its own **self-contained styles** and does not require any external CSS frameworks. All components come with modern, responsive styling out of the box.
151
+
152
+ If you need to include the component styles in your build, add them to your `angular.json`:
153
+
154
+ ```json
155
+ {
156
+ "styles": [
157
+ "node_modules/ng-wsl-library/dist/ng-wsl-library.css"
158
+ // ... other styles
159
+ ]
160
+ }
161
+ ```
162
+
163
+ ### Custom Styling
164
+
165
+ You can override component styles using CSS custom properties or by targeting component CSS classes:
166
+
167
+ ```css
168
+ wsl-datetime-picker {
169
+ --input-border-color: #007bff;
170
+ --input-focus-border-color: #86b7fe;
171
+ }
172
+
173
+ wsl-button {
174
+ --button-primary-bg: #28a745;
175
+ --button-primary-border: #28a745;
176
+ }
177
+ ```
178
+
179
+ ## Requirements
180
+
181
+ - Angular 14.0.0 or higher
182
+ - Node.js 14.0.0 or higher
183
+ - npm 6.0.0 or higher
184
+
185
+ ## Current Dependencies
186
+
187
+ This library uses the following dependencies:
188
+
189
+ - @angular/material
190
+ - @angular/cdk
191
+ - ngx-file-drop
192
+ - single-spa (for microfrontend support)
193
+ - lodash
194
+
195
+ ## Support
196
+
197
+ To report issues or request new features, please create an issue in the repository.
198
+
199
+ ## License
200
+
201
+ MIT
202
+
203
+ ## Available Utilities
204
+
205
+ ### WslDateTimeUtils
206
+
207
+ Convenient helper functions for working with dates and times in WSL format structures.
208
+
209
+ ```typescript
210
+ import { WslDateTimeUtils } from "ng-wsl-library";
211
+
212
+ // Get current date/time values
213
+ const currentDate = WslDateTimeUtils.getCurrentDate();
214
+ const currentTime = WslDateTimeUtils.getCurrentTime();
215
+ const currentDateTime = WslDateTimeUtils.getCurrentDateTime();
216
+
217
+ // Convert JavaScript Date objects
218
+ const jsDate = new Date();
219
+ const wslDate = WslDateTimeUtils.getWslDate(jsDate);
220
+ const wslTime = WslDateTimeUtils.getWslTime(jsDate);
221
+ ```
222
+
223
+ 📖 [View detailed documentation](src/lib/utils/date-time/README.md)
@@ -0,0 +1,39 @@
1
+ /*
2
+ * Public API Surface of ng-wsl-library
3
+ */
4
+ // Módulos principales
5
+ export * from './wsl-components.module';
6
+ export * from './wsl-cms/wsl-cms.module';
7
+ export * from './wsl-cms/cms-editor/cms-editor.module';
8
+ export * from './wsl-carousel/wsl-carousel.module';
9
+ export * from './wsl-datetime-picker/wsl-datetime-picker.module';
10
+ export * from './wsl-otp/wsl-otp.module';
11
+ // Componentes principales
12
+ export * from './wsl-button/wsl-button.component';
13
+ export * from './wsl-header/wsl-header.component';
14
+ export * from './wsl-carousel/wsl-carousel.component';
15
+ export * from './wsl-datetime-picker/wsl-datetime-picker.component';
16
+ export * from './wsl-otp/wsl-otp.component';
17
+ // Componentes CMS
18
+ export * from './wsl-cms/wsl-cms.component';
19
+ export * from './wsl-cms/cms-item/cms-item.component';
20
+ export * from './wsl-cms/cms-item/cms-item-options/cms-item-options.component';
21
+ export * from './wsl-cms/cms-editor/cms-editor.component';
22
+ export * from './wsl-cms/cms-editor/cms-editor-main-menu/cms-editor-main-menu.component';
23
+ export * from './wsl-cms/cms-editor/wsl-cms-add-components/wsl-cms-add-components.component';
24
+ export * from './wsl-cms/cms-editor/cms-editor-slider/cms-editor-slider.component';
25
+ /* xport * from './wsl-footer/wsl-footer.component';
26
+ export * from './wsl-custom/wsl-custom.component';
27
+ export * from './wsl-main-menu/wsl-main-menu.component';
28
+ export * from './wsl-banner-slider/wsl-banner-slider.component'
29
+ export * from './wsl-cms/cms-editor/cms-editor.component';
30
+ export * from './wsl-cms/cms-item/cms-item.component'
31
+ export * from './wsl-cms/cms-editor/wsl-cms-add-components/wsl-cms-add-components.component';
32
+ export * from './wsl-cms/cms-editor/cms-editor.component'
33
+ export * from './wsl-cms/cms-item/cms-item-options/cms-item-options.component'
34
+ export * from './wsl-cms/cms-editor/cms-editor-slider/cms-editor-slider.component'
35
+
36
+ export * from './wsl-cms/wsl-cms.module';
37
+ export * from './wsl-cms/cms-editor/cms-editor.module';
38
+ export * from './wsl-cms/cms-editor/cms-editor-main-menu/cms-editor-main-menu.component'; */
39
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25nLXdzbC1saWJyYXJ5L3NyYy9saWIvY29tcG9uZW50cy9wdWJsaWMtYXBpLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOztHQUVHO0FBRUgsc0JBQXNCO0FBQ3RCLGNBQWMseUJBQXlCLENBQUM7QUFDeEMsY0FBYywwQkFBMEIsQ0FBQztBQUN6QyxjQUFjLHdDQUF3QyxDQUFDO0FBQ3ZELGNBQWMsb0NBQW9DLENBQUM7QUFDbkQsY0FBYyxrREFBa0QsQ0FBQztBQUNqRSxjQUFjLDBCQUEwQixDQUFDO0FBRXpDLDBCQUEwQjtBQUMxQixjQUFjLG1DQUFtQyxDQUFDO0FBQ2xELGNBQWMsbUNBQW1DLENBQUM7QUFDbEQsY0FBYyx1Q0FBdUMsQ0FBQztBQUN0RCxjQUFjLHFEQUFxRCxDQUFDO0FBQ3BFLGNBQWMsNkJBQTZCLENBQUM7QUFFNUMsa0JBQWtCO0FBQ2xCLGNBQWMsNkJBQTZCLENBQUM7QUFDNUMsY0FBYyx1Q0FBdUMsQ0FBQztBQUN0RCxjQUFjLGdFQUFnRSxDQUFDO0FBQy9FLGNBQWMsMkNBQTJDLENBQUM7QUFDMUQsY0FBYywwRUFBMEUsQ0FBQztBQUN6RixjQUFjLDhFQUE4RSxDQUFDO0FBQzdGLGNBQWMsb0VBQW9FLENBQUM7QUFFbkY7Ozs7Ozs7Ozs7Ozs7NkZBYTZGIiwic291cmNlc0NvbnRlbnQiOlsiLypcclxuICogUHVibGljIEFQSSBTdXJmYWNlIG9mIG5nLXdzbC1saWJyYXJ5XHJcbiAqL1xyXG5cclxuLy8gTcOzZHVsb3MgcHJpbmNpcGFsZXNcclxuZXhwb3J0ICogZnJvbSAnLi93c2wtY29tcG9uZW50cy5tb2R1bGUnO1xyXG5leHBvcnQgKiBmcm9tICcuL3dzbC1jbXMvd3NsLWNtcy5tb2R1bGUnO1xyXG5leHBvcnQgKiBmcm9tICcuL3dzbC1jbXMvY21zLWVkaXRvci9jbXMtZWRpdG9yLm1vZHVsZSc7XHJcbmV4cG9ydCAqIGZyb20gJy4vd3NsLWNhcm91c2VsL3dzbC1jYXJvdXNlbC5tb2R1bGUnO1xyXG5leHBvcnQgKiBmcm9tICcuL3dzbC1kYXRldGltZS1waWNrZXIvd3NsLWRhdGV0aW1lLXBpY2tlci5tb2R1bGUnO1xyXG5leHBvcnQgKiBmcm9tICcuL3dzbC1vdHAvd3NsLW90cC5tb2R1bGUnO1xyXG5cclxuLy8gQ29tcG9uZW50ZXMgcHJpbmNpcGFsZXNcclxuZXhwb3J0ICogZnJvbSAnLi93c2wtYnV0dG9uL3dzbC1idXR0b24uY29tcG9uZW50JztcclxuZXhwb3J0ICogZnJvbSAnLi93c2wtaGVhZGVyL3dzbC1oZWFkZXIuY29tcG9uZW50JztcclxuZXhwb3J0ICogZnJvbSAnLi93c2wtY2Fyb3VzZWwvd3NsLWNhcm91c2VsLmNvbXBvbmVudCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vd3NsLWRhdGV0aW1lLXBpY2tlci93c2wtZGF0ZXRpbWUtcGlja2VyLmNvbXBvbmVudCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vd3NsLW90cC93c2wtb3RwLmNvbXBvbmVudCc7XHJcblxyXG4vLyBDb21wb25lbnRlcyBDTVNcclxuZXhwb3J0ICogZnJvbSAnLi93c2wtY21zL3dzbC1jbXMuY29tcG9uZW50JztcclxuZXhwb3J0ICogZnJvbSAnLi93c2wtY21zL2Ntcy1pdGVtL2Ntcy1pdGVtLmNvbXBvbmVudCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vd3NsLWNtcy9jbXMtaXRlbS9jbXMtaXRlbS1vcHRpb25zL2Ntcy1pdGVtLW9wdGlvbnMuY29tcG9uZW50JztcclxuZXhwb3J0ICogZnJvbSAnLi93c2wtY21zL2Ntcy1lZGl0b3IvY21zLWVkaXRvci5jb21wb25lbnQnO1xyXG5leHBvcnQgKiBmcm9tICcuL3dzbC1jbXMvY21zLWVkaXRvci9jbXMtZWRpdG9yLW1haW4tbWVudS9jbXMtZWRpdG9yLW1haW4tbWVudS5jb21wb25lbnQnO1xyXG5leHBvcnQgKiBmcm9tICcuL3dzbC1jbXMvY21zLWVkaXRvci93c2wtY21zLWFkZC1jb21wb25lbnRzL3dzbC1jbXMtYWRkLWNvbXBvbmVudHMuY29tcG9uZW50JztcclxuZXhwb3J0ICogZnJvbSAnLi93c2wtY21zL2Ntcy1lZGl0b3IvY21zLWVkaXRvci1zbGlkZXIvY21zLWVkaXRvci1zbGlkZXIuY29tcG9uZW50JztcclxuXHJcbi8qIHhwb3J0ICogZnJvbSAnLi93c2wtZm9vdGVyL3dzbC1mb290ZXIuY29tcG9uZW50JztcclxuZXhwb3J0ICogZnJvbSAnLi93c2wtY3VzdG9tL3dzbC1jdXN0b20uY29tcG9uZW50JztcclxuZXhwb3J0ICogZnJvbSAnLi93c2wtbWFpbi1tZW51L3dzbC1tYWluLW1lbnUuY29tcG9uZW50JztcclxuZXhwb3J0ICogZnJvbSAnLi93c2wtYmFubmVyLXNsaWRlci93c2wtYmFubmVyLXNsaWRlci5jb21wb25lbnQnXHJcbmV4cG9ydCAqIGZyb20gJy4vd3NsLWNtcy9jbXMtZWRpdG9yL2Ntcy1lZGl0b3IuY29tcG9uZW50JztcclxuZXhwb3J0ICogZnJvbSAnLi93c2wtY21zL2Ntcy1pdGVtL2Ntcy1pdGVtLmNvbXBvbmVudCdcclxuZXhwb3J0ICogZnJvbSAnLi93c2wtY21zL2Ntcy1lZGl0b3Ivd3NsLWNtcy1hZGQtY29tcG9uZW50cy93c2wtY21zLWFkZC1jb21wb25lbnRzLmNvbXBvbmVudCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vd3NsLWNtcy9jbXMtZWRpdG9yL2Ntcy1lZGl0b3IuY29tcG9uZW50J1xyXG5leHBvcnQgKiBmcm9tICcuL3dzbC1jbXMvY21zLWl0ZW0vY21zLWl0ZW0tb3B0aW9ucy9jbXMtaXRlbS1vcHRpb25zLmNvbXBvbmVudCdcclxuZXhwb3J0ICogZnJvbSAnLi93c2wtY21zL2Ntcy1lZGl0b3IvY21zLWVkaXRvci1zbGlkZXIvY21zLWVkaXRvci1zbGlkZXIuY29tcG9uZW50J1xyXG5cclxuZXhwb3J0ICogZnJvbSAnLi93c2wtY21zL3dzbC1jbXMubW9kdWxlJztcclxuZXhwb3J0ICogZnJvbSAnLi93c2wtY21zL2Ntcy1lZGl0b3IvY21zLWVkaXRvci5tb2R1bGUnO1xyXG5leHBvcnQgKiBmcm9tICcuL3dzbC1jbXMvY21zLWVkaXRvci9jbXMtZWRpdG9yLW1haW4tbWVudS9jbXMtZWRpdG9yLW1haW4tbWVudS5jb21wb25lbnQnOyAgKi9cclxuIl19
@@ -0,0 +1,36 @@
1
+ import { Component, Input, Output, EventEmitter } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export class WslButtonComponent {
4
+ constructor() {
5
+ this.type = 'button';
6
+ this.disabled = false;
7
+ this.variant = 'primary';
8
+ this.size = 'medium';
9
+ this.click = new EventEmitter();
10
+ }
11
+ get buttonClasses() {
12
+ return `wsl-button wsl-button--${this.variant} wsl-button--${this.size}`;
13
+ }
14
+ onClick(event) {
15
+ if (!this.disabled) {
16
+ this.click.emit(event);
17
+ }
18
+ }
19
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: WslButtonComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
20
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: WslButtonComponent, selector: "wsl-button", inputs: { type: "type", disabled: "disabled", variant: "variant", size: "size" }, outputs: { click: "click" }, ngImport: i0, template: "<button \r\n class=\"{{buttonClasses}}\" \r\n [type]=\"type\" \r\n [disabled]=\"disabled\"\r\n (click)=\"onClick($event)\">\r\n <ng-content></ng-content>\r\n</button>", styles: [".wsl-button{padding:8px 16px;border:none;border-radius:4px;cursor:pointer;font-size:14px;transition:all .2s ease-in-out;display:inline-flex;align-items:center;justify-content:center;gap:8px}.wsl-button:disabled{opacity:.6;cursor:not-allowed}.wsl-button--primary{background-color:#007bff;color:#fff}.wsl-button--primary:hover:not(:disabled){background-color:#0056b3}.wsl-button--secondary{background-color:#6c757d;color:#fff}.wsl-button--secondary:hover:not(:disabled){background-color:#545b62}.wsl-button--success{background-color:#28a745;color:#fff}.wsl-button--success:hover:not(:disabled){background-color:#218838}.wsl-button--danger{background-color:#dc3545;color:#fff}.wsl-button--danger:hover:not(:disabled){background-color:#c82333}.wsl-button--warning{background-color:#ffc107;color:#212529}.wsl-button--warning:hover:not(:disabled){background-color:#e0a800}.wsl-button--info{background-color:#17a2b8;color:#fff}.wsl-button--info:hover:not(:disabled){background-color:#138496}.wsl-button--small{padding:4px 8px;font-size:12px}.wsl-button--medium{padding:8px 16px;font-size:14px}.wsl-button--large{padding:12px 24px;font-size:16px}\n"] }); }
21
+ }
22
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: WslButtonComponent, decorators: [{
23
+ type: Component,
24
+ args: [{ selector: 'wsl-button', template: "<button \r\n class=\"{{buttonClasses}}\" \r\n [type]=\"type\" \r\n [disabled]=\"disabled\"\r\n (click)=\"onClick($event)\">\r\n <ng-content></ng-content>\r\n</button>", styles: [".wsl-button{padding:8px 16px;border:none;border-radius:4px;cursor:pointer;font-size:14px;transition:all .2s ease-in-out;display:inline-flex;align-items:center;justify-content:center;gap:8px}.wsl-button:disabled{opacity:.6;cursor:not-allowed}.wsl-button--primary{background-color:#007bff;color:#fff}.wsl-button--primary:hover:not(:disabled){background-color:#0056b3}.wsl-button--secondary{background-color:#6c757d;color:#fff}.wsl-button--secondary:hover:not(:disabled){background-color:#545b62}.wsl-button--success{background-color:#28a745;color:#fff}.wsl-button--success:hover:not(:disabled){background-color:#218838}.wsl-button--danger{background-color:#dc3545;color:#fff}.wsl-button--danger:hover:not(:disabled){background-color:#c82333}.wsl-button--warning{background-color:#ffc107;color:#212529}.wsl-button--warning:hover:not(:disabled){background-color:#e0a800}.wsl-button--info{background-color:#17a2b8;color:#fff}.wsl-button--info:hover:not(:disabled){background-color:#138496}.wsl-button--small{padding:4px 8px;font-size:12px}.wsl-button--medium{padding:8px 16px;font-size:14px}.wsl-button--large{padding:12px 24px;font-size:16px}\n"] }]
25
+ }], propDecorators: { type: [{
26
+ type: Input
27
+ }], disabled: [{
28
+ type: Input
29
+ }], variant: [{
30
+ type: Input
31
+ }], size: [{
32
+ type: Input
33
+ }], click: [{
34
+ type: Output
35
+ }] } });
36
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoid3NsLWJ1dHRvbi5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9uZy13c2wtbGlicmFyeS9zcmMvbGliL2NvbXBvbmVudHMvd3NsLWJ1dHRvbi93c2wtYnV0dG9uLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25nLXdzbC1saWJyYXJ5L3NyYy9saWIvY29tcG9uZW50cy93c2wtYnV0dG9uL3dzbC1idXR0b24uY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxLQUFLLEVBQUUsTUFBTSxFQUFFLFlBQVksRUFBRSxNQUFNLGVBQWUsQ0FBQzs7QUFPdkUsTUFBTSxPQUFPLGtCQUFrQjtJQUwvQjtRQU1XLFNBQUksR0FBa0MsUUFBUSxDQUFDO1FBQy9DLGFBQVEsR0FBRyxLQUFLLENBQUM7UUFDakIsWUFBTyxHQUF3RSxTQUFTLENBQUM7UUFDekYsU0FBSSxHQUFpQyxRQUFRLENBQUM7UUFDN0MsVUFBSyxHQUFHLElBQUksWUFBWSxFQUFjLENBQUM7S0FXbEQ7SUFUQyxJQUFJLGFBQWE7UUFDZixPQUFPLDBCQUEwQixJQUFJLENBQUMsT0FBTyxnQkFBZ0IsSUFBSSxDQUFDLElBQUksRUFBRSxDQUFDO0lBQzNFLENBQUM7SUFFRCxPQUFPLENBQUMsS0FBaUI7UUFDdkIsSUFBSSxDQUFDLElBQUksQ0FBQyxRQUFRLEVBQUUsQ0FBQztZQUNuQixJQUFJLENBQUMsS0FBSyxDQUFDLElBQUksQ0FBQyxLQUFLLENBQUMsQ0FBQztRQUN6QixDQUFDO0lBQ0gsQ0FBQzsrR0FmVSxrQkFBa0I7bUdBQWxCLGtCQUFrQixpS0NQL0IsNktBTVM7OzRGRENJLGtCQUFrQjtrQkFMOUIsU0FBUzsrQkFDRSxZQUFZOzhCQUtiLElBQUk7c0JBQVosS0FBSztnQkFDRyxRQUFRO3NCQUFoQixLQUFLO2dCQUNHLE9BQU87c0JBQWYsS0FBSztnQkFDRyxJQUFJO3NCQUFaLEtBQUs7Z0JBQ0ksS0FBSztzQkFBZCxNQUFNIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBJbnB1dCwgT3V0cHV0LCBFdmVudEVtaXR0ZXIgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuXHJcbkBDb21wb25lbnQoe1xyXG4gIHNlbGVjdG9yOiAnd3NsLWJ1dHRvbicsXHJcbiAgdGVtcGxhdGVVcmw6ICcuL3dzbC1idXR0b24uY29tcG9uZW50Lmh0bWwnLFxyXG4gIHN0eWxlVXJsczogWycuL3dzbC1idXR0b24uY29tcG9uZW50LnNjc3MnXVxyXG59KVxyXG5leHBvcnQgY2xhc3MgV3NsQnV0dG9uQ29tcG9uZW50IHtcclxuICBASW5wdXQoKSB0eXBlOiAnYnV0dG9uJyB8ICdzdWJtaXQnIHwgJ3Jlc2V0JyA9ICdidXR0b24nO1xyXG4gIEBJbnB1dCgpIGRpc2FibGVkID0gZmFsc2U7XHJcbiAgQElucHV0KCkgdmFyaWFudDogJ3ByaW1hcnknIHwgJ3NlY29uZGFyeScgfCAnc3VjY2VzcycgfCAnZGFuZ2VyJyB8ICd3YXJuaW5nJyB8ICdpbmZvJyA9ICdwcmltYXJ5JztcclxuICBASW5wdXQoKSBzaXplOiAnc21hbGwnIHwgJ21lZGl1bScgfCAnbGFyZ2UnID0gJ21lZGl1bSc7XHJcbiAgQE91dHB1dCgpIGNsaWNrID0gbmV3IEV2ZW50RW1pdHRlcjxNb3VzZUV2ZW50PigpO1xyXG5cclxuICBnZXQgYnV0dG9uQ2xhc3NlcygpOiBzdHJpbmcge1xyXG4gICAgcmV0dXJuIGB3c2wtYnV0dG9uIHdzbC1idXR0b24tLSR7dGhpcy52YXJpYW50fSB3c2wtYnV0dG9uLS0ke3RoaXMuc2l6ZX1gO1xyXG4gIH1cclxuXHJcbiAgb25DbGljayhldmVudDogTW91c2VFdmVudCk6IHZvaWQge1xyXG4gICAgaWYgKCF0aGlzLmRpc2FibGVkKSB7XHJcbiAgICAgIHRoaXMuY2xpY2suZW1pdChldmVudCk7XHJcbiAgICB9XHJcbiAgfVxyXG59XHJcbiIsIjxidXR0b24gXHJcbiAgY2xhc3M9XCJ7e2J1dHRvbkNsYXNzZXN9fVwiIFxyXG4gIFt0eXBlXT1cInR5cGVcIiBcclxuICBbZGlzYWJsZWRdPVwiZGlzYWJsZWRcIlxyXG4gIChjbGljayk9XCJvbkNsaWNrKCRldmVudClcIj5cclxuICA8bmctY29udGVudD48L25nLWNvbnRlbnQ+XHJcbjwvYnV0dG9uPiJdfQ==
@@ -2,4 +2,4 @@ export * from './wsl-carousel.component';
2
2
  export * from '../../directives/wsl-carousel-item.directive';
3
3
  export * from './wsl-carousel.module';
4
4
  export * from '../../models/wsl-carousel-config.model';
5
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9uZy13c2wtbGlicmFyeS9zcmMvbGliL2NvbXBvbmVudHMvd3NsLWNhcm91c2VsL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMsMEJBQTBCLENBQUM7QUFDekMsY0FBYyw4Q0FBOEMsQ0FBQztBQUM3RCxjQUFjLHVCQUF1QixDQUFDO0FBQ3RDLGNBQWMsd0NBQXdDLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL3dzbC1jYXJvdXNlbC5jb21wb25lbnQnO1xuZXhwb3J0ICogZnJvbSAnLi4vLi4vZGlyZWN0aXZlcy93c2wtY2Fyb3VzZWwtaXRlbS5kaXJlY3RpdmUnO1xuZXhwb3J0ICogZnJvbSAnLi93c2wtY2Fyb3VzZWwubW9kdWxlJztcbmV4cG9ydCAqIGZyb20gJy4uLy4uL21vZGVscy93c2wtY2Fyb3VzZWwtY29uZmlnLm1vZGVsJztcbiJdfQ==
5
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9uZy13c2wtbGlicmFyeS9zcmMvbGliL2NvbXBvbmVudHMvd3NsLWNhcm91c2VsL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMsMEJBQTBCLENBQUM7QUFDekMsY0FBYyw4Q0FBOEMsQ0FBQztBQUM3RCxjQUFjLHVCQUF1QixDQUFDO0FBQ3RDLGNBQWMsd0NBQXdDLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL3dzbC1jYXJvdXNlbC5jb21wb25lbnQnO1xyXG5leHBvcnQgKiBmcm9tICcuLi8uLi9kaXJlY3RpdmVzL3dzbC1jYXJvdXNlbC1pdGVtLmRpcmVjdGl2ZSc7XHJcbmV4cG9ydCAqIGZyb20gJy4vd3NsLWNhcm91c2VsLm1vZHVsZSc7XHJcbmV4cG9ydCAqIGZyb20gJy4uLy4uL21vZGVscy93c2wtY2Fyb3VzZWwtY29uZmlnLm1vZGVsJztcclxuIl19