@wizishop/angular-components 14.4.24 → 14.4.25

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wizishop/angular-components",
3
- "version": "14.4.24",
3
+ "version": "14.4.25",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "~14.0.6",
6
6
  "@angular/cdk": "^14.0.5",
package/public-api.d.ts CHANGED
@@ -124,4 +124,15 @@ export * from './lib/components/expansion/expansion-panel-header/expansion-panel
124
124
  export * from './lib/components/expansion/expansion-panel/expansion-panel.component';
125
125
  export * from './lib/components/expansion/expansion-panel/expansion-panel.directive';
126
126
  export * from './lib/components/expansion/expansion-panel/expansion-panel-base';
127
- export * from './lib/animations/export.animation';
127
+ export * from './lib/animations/show/show-from-bottom.animation';
128
+ export * from './lib/animations/show/show-from-top.animation';
129
+ export * from './lib/animations/show/show-from-left.animation';
130
+ export * from './lib/animations/show/show-from-right.animation';
131
+ export * from './lib/animations/show/opacity.animation';
132
+ export * from './lib/animations/list/animate-list-from-bottom.animation';
133
+ export * from './lib/animations/list/animate-list-from-top.animation';
134
+ export * from './lib/animations/list/animate-list-from-right.animation';
135
+ export * from './lib/animations/list/animate-list-from-left.animation';
136
+ export * from './lib/animations/switch/switch-in-out.animation';
137
+ export * from './lib/animations/in-out/in-out-x.animation';
138
+ export * from './lib/animations/in-out/in-out-y.animation';
@@ -1,13 +0,0 @@
1
- export * from './show/show-from-bottom.animation';
2
- export * from './show/show-from-top.animation';
3
- export * from './show/show-from-left.animation';
4
- export * from './show/show-from-right.animation';
5
- export * from './show/opacity.animation';
6
- export * from './list/animate-list-from-bottom.animation';
7
- export * from './list/animate-list-from-top.animation';
8
- export * from './list/animate-list-from-right.animation';
9
- export * from './list/animate-list-from-left.animation';
10
- export * from './switch/switch-in-out.animation';
11
- export * from './in-out/in-out-x.animation';
12
- export * from './in-out/in-out-y.animation';
13
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXhwb3J0LmFuaW1hdGlvbi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2FuZ3VsYXItY29tcG9uZW50cy9zcmMvbGliL2FuaW1hdGlvbnMvZXhwb3J0LmFuaW1hdGlvbi50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxjQUFjLG1DQUFtQyxDQUFDO0FBQ2xELGNBQWMsZ0NBQWdDLENBQUM7QUFDL0MsY0FBYyxpQ0FBaUMsQ0FBQztBQUNoRCxjQUFjLGtDQUFrQyxDQUFDO0FBQ2pELGNBQWMsMEJBQTBCLENBQUM7QUFFekMsY0FBYywyQ0FBMkMsQ0FBQztBQUMxRCxjQUFjLHdDQUF3QyxDQUFDO0FBQ3ZELGNBQWMsMENBQTBDLENBQUM7QUFDekQsY0FBYyx5Q0FBeUMsQ0FBQztBQUV4RCxjQUFjLGtDQUFrQyxDQUFDO0FBQ2pELGNBQWMsNkJBQTZCLENBQUM7QUFDNUMsY0FBYyw2QkFBNkIsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4vc2hvdy9zaG93LWZyb20tYm90dG9tLmFuaW1hdGlvbic7XG5leHBvcnQgKiBmcm9tICcuL3Nob3cvc2hvdy1mcm9tLXRvcC5hbmltYXRpb24nO1xuZXhwb3J0ICogZnJvbSAnLi9zaG93L3Nob3ctZnJvbS1sZWZ0LmFuaW1hdGlvbic7XG5leHBvcnQgKiBmcm9tICcuL3Nob3cvc2hvdy1mcm9tLXJpZ2h0LmFuaW1hdGlvbic7XG5leHBvcnQgKiBmcm9tICcuL3Nob3cvb3BhY2l0eS5hbmltYXRpb24nO1xuXG5leHBvcnQgKiBmcm9tICcuL2xpc3QvYW5pbWF0ZS1saXN0LWZyb20tYm90dG9tLmFuaW1hdGlvbic7XG5leHBvcnQgKiBmcm9tICcuL2xpc3QvYW5pbWF0ZS1saXN0LWZyb20tdG9wLmFuaW1hdGlvbic7XG5leHBvcnQgKiBmcm9tICcuL2xpc3QvYW5pbWF0ZS1saXN0LWZyb20tcmlnaHQuYW5pbWF0aW9uJztcbmV4cG9ydCAqIGZyb20gJy4vbGlzdC9hbmltYXRlLWxpc3QtZnJvbS1sZWZ0LmFuaW1hdGlvbic7XG5cbmV4cG9ydCAqIGZyb20gJy4vc3dpdGNoL3N3aXRjaC1pbi1vdXQuYW5pbWF0aW9uJztcbmV4cG9ydCAqIGZyb20gJy4vaW4tb3V0L2luLW91dC14LmFuaW1hdGlvbic7XG5leHBvcnQgKiBmcm9tICcuL2luLW91dC9pbi1vdXQteS5hbmltYXRpb24nO1xuIl19
@@ -1,12 +0,0 @@
1
- export * from './show/show-from-bottom.animation';
2
- export * from './show/show-from-top.animation';
3
- export * from './show/show-from-left.animation';
4
- export * from './show/show-from-right.animation';
5
- export * from './show/opacity.animation';
6
- export * from './list/animate-list-from-bottom.animation';
7
- export * from './list/animate-list-from-top.animation';
8
- export * from './list/animate-list-from-right.animation';
9
- export * from './list/animate-list-from-left.animation';
10
- export * from './switch/switch-in-out.animation';
11
- export * from './in-out/in-out-x.animation';
12
- export * from './in-out/in-out-y.animation';