@wizishop/angular-components 0.0.46 → 0.0.50
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 +4534 -4516
- package/bundles/wizishop-angular-components.umd.js +3 -3
- package/bundles/wizishop-angular-components.umd.js.map +1 -1
- package/bundles/wizishop-angular-components.umd.min.js +1 -1
- package/bundles/wizishop-angular-components.umd.min.js.map +1 -1
- package/esm2015/lib/components/alert-popup/alert-popup.component.js +2 -2
- package/esm2015/public-api.js +2 -1
- package/esm2015/wizishop-angular-components.js +2 -3
- package/fesm2015/wizishop-angular-components.js +2 -2
- package/fesm2015/wizishop-angular-components.js.map +1 -1
- package/package.json +1 -1
- package/public-api.d.ts +1 -0
- package/wizishop-angular-components-0.0.50.tgz +0 -0
- package/wizishop-angular-components.d.ts +1 -2
- package/wizishop-angular-components.metadata.json +1 -1
- package/wizishop-angular-components-0.0.46.tgz +0 -0
package/package.json
CHANGED
package/public-api.d.ts
CHANGED
|
@@ -67,3 +67,4 @@ export * from './lib/components/multiple-search-plus/shared/multiple-search-plus
|
|
|
67
67
|
export * from './lib/components/snackbar/snackbar.component';
|
|
68
68
|
export * from './lib/components/alert-popup/alert-popup.service';
|
|
69
69
|
export * from './lib/components/alert-popup/alert-popup.component';
|
|
70
|
+
export * from './lib/components/alert-popup/alert-popup-module';
|
|
Binary file
|
|
@@ -2,9 +2,8 @@
|
|
|
2
2
|
* Generated bundle index. Do not edit.
|
|
3
3
|
*/
|
|
4
4
|
export * from './public-api';
|
|
5
|
-
export { inOutX as
|
|
5
|
+
export { inOutX as ɵn } from './lib/animations/in-out/in-out-x.animation';
|
|
6
6
|
export { inOutY as ɵm } from './lib/animations/in-out/in-out-y.animation';
|
|
7
|
-
export { AlertPopupModule as ɵn } from './lib/components/alert-popup/alert-popup-module';
|
|
8
7
|
export { CheckboxModule as ɵl } from './lib/components/checkbox/checkbox.module';
|
|
9
8
|
export { InputSearchModule as ɵg } from './lib/components/inputs/input-search/input-search.module';
|
|
10
9
|
export { InputModule as ɵh } from './lib/components/inputs/input/input.module';
|