ngx-sfc-components 0.0.8 → 0.0.9
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/esm2020/lib/components/slider/parts/button/slider-button.component.mjs +2 -2
- package/esm2020/lib/components/slider/parts/item/slider-item.component.mjs +1 -1
- package/esm2020/lib/components/slider/slider.component.mjs +9 -7
- package/fesm2015/ngx-sfc-components.mjs +12 -9
- package/fesm2015/ngx-sfc-components.mjs.map +1 -1
- package/fesm2020/ngx-sfc-components.mjs +12 -9
- package/fesm2020/ngx-sfc-components.mjs.map +1 -1
- package/lib/components/slider/slider.component.d.ts +3 -2
- package/package.json +2 -2
|
@@ -15,8 +15,9 @@ export declare class SliderComponent implements AfterViewInit, AfterViewChecked
|
|
|
15
15
|
private resizeService;
|
|
16
16
|
imageLoadService: ImageLoadService;
|
|
17
17
|
private changeDetector;
|
|
18
|
-
readonly
|
|
19
|
-
readonly
|
|
18
|
+
private readonly SIZE_FACTOR;
|
|
19
|
+
private readonly PAUSE_ICON;
|
|
20
|
+
private readonly PLAY_ICON;
|
|
20
21
|
SliderButtonType: typeof SliderButtonType;
|
|
21
22
|
SliderMoveType: typeof SliderMoveType;
|
|
22
23
|
items: ISliderItemModel[];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ngx-sfc-components",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.9",
|
|
4
4
|
"description": "Angular components library for SFC project",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Street Football Club",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"@fortawesome/angular-fontawesome": "0.10.2",
|
|
26
26
|
"@fortawesome/fontawesome-svg-core": "^6.1.1",
|
|
27
27
|
"@fortawesome/free-solid-svg-icons": "^6.1.1",
|
|
28
|
-
"ngx-sfc-common": "^0.0.
|
|
28
|
+
"ngx-sfc-common": "^0.0.11"
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
31
|
"tslib": "^2.3.0"
|