@empathyco/x-components 6.0.0-alpha.228 → 6.0.0-alpha.229
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/CHANGELOG.md +7 -0
- package/core/index.js +6 -4
- package/core/index.js.map +1 -1
- package/docs/API-reference/api/x-components.animateclippath.md +17 -48
- package/docs/API-reference/api/x-components.animatescale.md +17 -48
- package/docs/API-reference/api/x-components.animatetranslate.md +17 -48
- package/docs/API-reference/api/x-components.fixedheaderandasideslayout.md +6 -2
- package/docs/API-reference/api/x-components.md +27 -33
- package/docs/API-reference/api/x-components.searchinputplaceholder.md +6 -2
- package/docs/API-reference/api/x-components.singlecolumnlayout.md +6 -2
- package/docs/API-reference/components/common/animations/x-components.animate-clip-path.md +19 -0
- package/docs/API-reference/components/common/animations/x-components.animate-scale.md +19 -0
- package/docs/API-reference/components/common/animations/x-components.animate-translate.md +19 -0
- package/docs/API-reference/components/common/layouts/x-components.single-column-layout.md +4 -4
- package/docs/API-reference/components/search-box/x-components.search-input-placeholder.md +6 -6
- package/js/components/animations/animate-clip-path.vue.js +26 -0
- package/js/components/animations/animate-clip-path.vue.js.map +1 -0
- package/js/components/animations/{animate-clip-path/animate-clip-path.style.css.js → animate-clip-path.vue2.js} +2 -2
- package/js/components/animations/animate-clip-path.vue2.js.map +1 -0
- package/js/components/animations/animate-clip-path.vue3.js +7 -0
- package/js/components/animations/animate-clip-path.vue3.js.map +1 -0
- package/js/components/animations/animate-scale.vue.js +26 -0
- package/js/components/animations/animate-scale.vue.js.map +1 -0
- package/js/components/animations/{animate-scale/animate-scale.style.css.js → animate-scale.vue2.js} +2 -2
- package/js/components/animations/animate-scale.vue2.js.map +1 -0
- package/js/components/animations/animate-scale.vue3.js +7 -0
- package/js/components/animations/animate-scale.vue3.js.map +1 -0
- package/js/components/animations/animate-translate.vue.js +26 -0
- package/js/components/animations/animate-translate.vue.js.map +1 -0
- package/js/components/animations/{animate-translate/animate-translate.style.css.js → animate-translate.vue2.js} +2 -2
- package/js/components/animations/animate-translate.vue2.js.map +1 -0
- package/js/components/animations/animate-translate.vue3.js +7 -0
- package/js/components/animations/animate-translate.vue3.js.map +1 -0
- package/js/components/base-dropdown.vue2.js +3 -3
- package/js/components/layouts/fixed-header-and-asides-layout.vue.js.map +1 -1
- package/js/components/layouts/fixed-header-and-asides-layout.vue2.js +5 -4
- package/js/components/layouts/fixed-header-and-asides-layout.vue2.js.map +1 -1
- package/js/components/layouts/single-column-layout.vue.js.map +1 -1
- package/js/components/layouts/single-column-layout.vue2.js +4 -3
- package/js/components/layouts/single-column-layout.vue2.js.map +1 -1
- package/js/components/message.vue.js +3 -3
- package/js/components/modals/base-modal.vue2.js +3 -3
- package/js/components/panels/base-header-toggle-panel.vue2.js +3 -3
- package/js/components/panels/base-id-toggle-panel.vue2.js +3 -3
- package/js/components/panels/base-tabs-panel.vue2.js +3 -3
- package/js/components/result/base-result-image.vue2.js +3 -3
- package/js/index.js +6 -4
- package/js/index.js.map +1 -1
- package/js/x-modules/ai/components/ai-carousel.vue2.js +3 -3
- package/js/x-modules/ai/components/ai-overview.vue2.js +3 -3
- package/js/x-modules/empathize/components/empathize.vue2.js +3 -3
- package/js/x-modules/queries-preview/components/query-preview-button.vue2.js +3 -3
- package/js/x-modules/queries-preview/components/query-preview.vue2.js +3 -3
- package/js/x-modules/scroll/components/scroll-to-top.vue2.js +3 -3
- package/js/x-modules/search-box/components/search-input-placeholder.vue.js.map +1 -1
- package/js/x-modules/search-box/components/search-input-placeholder.vue2.js +4 -3
- package/js/x-modules/search-box/components/search-input-placeholder.vue2.js.map +1 -1
- package/package.json +2 -2
- package/report/x-components.api.json +787 -304
- package/report/x-components.api.md +67 -17
- package/types/src/components/animations/animate-clip-path.vue.d.ts +19 -0
- package/types/src/components/animations/animate-clip-path.vue.d.ts.map +1 -0
- package/types/src/components/animations/animate-scale.vue.d.ts +19 -0
- package/types/src/components/animations/animate-scale.vue.d.ts.map +1 -0
- package/types/src/components/animations/animate-translate.vue.d.ts +19 -0
- package/types/src/components/animations/animate-translate.vue.d.ts.map +1 -0
- package/types/src/components/animations/index.d.ts +3 -4
- package/types/src/components/animations/index.d.ts.map +1 -1
- package/types/src/components/animations/types.d.ts +6 -0
- package/types/src/components/animations/types.d.ts.map +1 -0
- package/types/src/components/layouts/fixed-header-and-asides-layout.vue.d.ts +6 -2
- package/types/src/components/layouts/fixed-header-and-asides-layout.vue.d.ts.map +1 -1
- package/types/src/components/layouts/single-column-layout.vue.d.ts +6 -2
- package/types/src/components/layouts/single-column-layout.vue.d.ts.map +1 -1
- package/types/src/x-modules/search-box/components/search-input-placeholder.vue.d.ts +6 -2
- package/types/src/x-modules/search-box/components/search-input-placeholder.vue.d.ts.map +1 -1
- package/js/components/animations/animate-clip-path/animate-clip-path.factory.js +0 -18
- package/js/components/animations/animate-clip-path/animate-clip-path.factory.js.map +0 -1
- package/js/components/animations/animate-clip-path/animate-clip-path.style.css.js.map +0 -1
- package/js/components/animations/animate-scale/animate-scale.factory.js +0 -18
- package/js/components/animations/animate-scale/animate-scale.factory.js.map +0 -1
- package/js/components/animations/animate-scale/animate-scale.style.css.js.map +0 -1
- package/js/components/animations/animate-translate/animate-translate.factory.js +0 -18
- package/js/components/animations/animate-translate/animate-translate.factory.js.map +0 -1
- package/js/components/animations/animate-translate/animate-translate.style.css.js.map +0 -1
- package/js/components/animations/create-directional-animation-factory.js +0 -26
- package/js/components/animations/create-directional-animation-factory.js.map +0 -1
- package/types/src/components/animations/animate-clip-path/animate-clip-path.factory.d.ts +0 -14
- package/types/src/components/animations/animate-clip-path/animate-clip-path.factory.d.ts.map +0 -1
- package/types/src/components/animations/animate-scale/animate-scale.factory.d.ts +0 -14
- package/types/src/components/animations/animate-scale/animate-scale.factory.d.ts.map +0 -1
- package/types/src/components/animations/animate-translate/animate-translate.factory.d.ts +0 -14
- package/types/src/components/animations/animate-translate/animate-translate.factory.d.ts.map +0 -1
- package/types/src/components/animations/create-directional-animation-factory.d.ts +0 -13
- package/types/src/components/animations/create-directional-animation-factory.d.ts.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,13 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [6.0.0-alpha.229](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.228...@empathyco/x-components@6.0.0-alpha.229) (2026-03-26)
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* RST-5653 motive search layer fails to close properly and lacks fluidity (#2058)
|
|
11
|
+
|
|
12
|
+
|
|
6
13
|
## [6.0.0-alpha.228](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.227...@empathyco/x-components@6.0.0-alpha.228) (2026-03-25)
|
|
7
14
|
|
|
8
15
|
**Note:** Version bump only for package @empathyco/x-components
|
package/core/index.js
CHANGED
|
@@ -1,11 +1,13 @@
|
|
|
1
|
-
export {
|
|
2
|
-
|
|
3
|
-
export {
|
|
1
|
+
export { default as AnimateClipPath } from '../js/components/animations/animate-clip-path.vue.js';
|
|
2
|
+
import '../js/components/animations/animate-clip-path.vue2.js';
|
|
3
|
+
export { default as AnimateScale } from '../js/components/animations/animate-scale.vue.js';
|
|
4
|
+
import '../js/components/animations/animate-scale.vue2.js';
|
|
5
|
+
export { default as AnimateTranslate } from '../js/components/animations/animate-translate.vue.js';
|
|
6
|
+
import '../js/components/animations/animate-translate.vue2.js';
|
|
4
7
|
export { default as AnimateWidth } from '../js/components/animations/animate-width.vue.js';
|
|
5
8
|
export { default as ChangeHeight } from '../js/components/animations/change-height.vue.js';
|
|
6
9
|
export { default as CollapseHeight } from '../js/components/animations/collapse-height.vue.js';
|
|
7
10
|
export { default as CollapseWidth } from '../js/components/animations/collapse-width.vue.js';
|
|
8
|
-
export { createDirectionalAnimationFactory } from '../js/components/animations/create-directional-animation-factory.js';
|
|
9
11
|
export { default as CrossFade } from '../js/components/animations/cross-fade.vue.js';
|
|
10
12
|
export { default as FadeAndSlide } from '../js/components/animations/fade-and-slide.vue.js';
|
|
11
13
|
export { default as Fade } from '../js/components/animations/fade.vue.js';
|
package/core/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,56 +1,25 @@
|
|
|
1
1
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
2
|
|
|
3
|
-
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [
|
|
3
|
+
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [AnimateClipPath](./x-components.animateclippath.md)
|
|
4
4
|
|
|
5
|
-
##
|
|
6
|
-
|
|
7
|
-
Returns a transition component to wrap an element passed in the default slot and animating its clip-path using inset and with the origin passed as parameter.
|
|
5
|
+
## AnimateClipPath variable
|
|
8
6
|
|
|
9
7
|
**Signature:**
|
|
10
8
|
|
|
11
9
|
```typescript
|
|
12
|
-
|
|
10
|
+
_default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
11
|
+
animationOrigin: {
|
|
12
|
+
type: PropType<AnimationOrigin>;
|
|
13
|
+
default: string;
|
|
14
|
+
};
|
|
15
|
+
}>, (_ctx: any, _cache: any) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
16
|
+
[key: string]: any;
|
|
17
|
+
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
18
|
+
animationOrigin: {
|
|
19
|
+
type: PropType<AnimationOrigin>;
|
|
20
|
+
default: string;
|
|
21
|
+
};
|
|
22
|
+
}>> & Readonly<{}>, {
|
|
23
|
+
animationOrigin: AnimationOrigin;
|
|
24
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>
|
|
13
25
|
```
|
|
14
|
-
|
|
15
|
-
## Parameters
|
|
16
|
-
|
|
17
|
-
<table><thead><tr><th>
|
|
18
|
-
|
|
19
|
-
Parameter
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
</th><th>
|
|
23
|
-
|
|
24
|
-
Type
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
</th><th>
|
|
28
|
-
|
|
29
|
-
Description
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
</th></tr></thead>
|
|
33
|
-
<tbody><tr><td>
|
|
34
|
-
|
|
35
|
-
animationOrigin
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
</td><td>
|
|
39
|
-
|
|
40
|
-
import("../create-directional-animation-factory").AnimationOrigin
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
</td><td>
|
|
44
|
-
|
|
45
|
-
_(Optional)_ The origin of the animation. This means where the animation starts and ends. For example 'left' makes the element animate from the left and back; 'left-to-right' makes it animate from left to right. If not provided the default value is 'top'.
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
</td></tr>
|
|
49
|
-
</tbody></table>
|
|
50
|
-
|
|
51
|
-
**Returns:**
|
|
52
|
-
|
|
53
|
-
import("vue").DefineComponent
|
|
54
|
-
|
|
55
|
-
A Transition Component.
|
|
56
|
-
|
|
@@ -1,56 +1,25 @@
|
|
|
1
1
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
2
|
|
|
3
|
-
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [
|
|
3
|
+
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [AnimateScale](./x-components.animatescale.md)
|
|
4
4
|
|
|
5
|
-
##
|
|
6
|
-
|
|
7
|
-
Returns a transition component to wrap an element passed in the default slot and animating its scale using transform and with the transform origin passed as parameter.
|
|
5
|
+
## AnimateScale variable
|
|
8
6
|
|
|
9
7
|
**Signature:**
|
|
10
8
|
|
|
11
9
|
```typescript
|
|
12
|
-
|
|
10
|
+
_default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
11
|
+
animationOrigin: {
|
|
12
|
+
type: PropType<AnimationOrigin>;
|
|
13
|
+
default: string;
|
|
14
|
+
};
|
|
15
|
+
}>, (_ctx: any, _cache: any) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
16
|
+
[key: string]: any;
|
|
17
|
+
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
18
|
+
animationOrigin: {
|
|
19
|
+
type: PropType<AnimationOrigin>;
|
|
20
|
+
default: string;
|
|
21
|
+
};
|
|
22
|
+
}>> & Readonly<{}>, {
|
|
23
|
+
animationOrigin: AnimationOrigin;
|
|
24
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>
|
|
13
25
|
```
|
|
14
|
-
|
|
15
|
-
## Parameters
|
|
16
|
-
|
|
17
|
-
<table><thead><tr><th>
|
|
18
|
-
|
|
19
|
-
Parameter
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
</th><th>
|
|
23
|
-
|
|
24
|
-
Type
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
</th><th>
|
|
28
|
-
|
|
29
|
-
Description
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
</th></tr></thead>
|
|
33
|
-
<tbody><tr><td>
|
|
34
|
-
|
|
35
|
-
animationOrigin
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
</td><td>
|
|
39
|
-
|
|
40
|
-
import("../create-directional-animation-factory").AnimationOrigin
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
</td><td>
|
|
44
|
-
|
|
45
|
-
_(Optional)_ The origin of the transform animation. This means where the animation starts and ends. For example 'left' makes the element animate from the left and back; 'left-to-right' makes it animate from left to right. If not provided the default value is 'top'.
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
</td></tr>
|
|
49
|
-
</tbody></table>
|
|
50
|
-
|
|
51
|
-
**Returns:**
|
|
52
|
-
|
|
53
|
-
import("vue").DefineComponent
|
|
54
|
-
|
|
55
|
-
A Transition Component.
|
|
56
|
-
|
|
@@ -1,56 +1,25 @@
|
|
|
1
1
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
2
|
|
|
3
|
-
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [
|
|
3
|
+
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [AnimateTranslate](./x-components.animatetranslate.md)
|
|
4
4
|
|
|
5
|
-
##
|
|
6
|
-
|
|
7
|
-
Returns a transition component to wrap an element passed in the default slot and animating its translate using transform and with the transform origin passed as parameter.
|
|
5
|
+
## AnimateTranslate variable
|
|
8
6
|
|
|
9
7
|
**Signature:**
|
|
10
8
|
|
|
11
9
|
```typescript
|
|
12
|
-
|
|
10
|
+
_default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
11
|
+
animationOrigin: {
|
|
12
|
+
type: PropType<AnimationOrigin>;
|
|
13
|
+
default: string;
|
|
14
|
+
};
|
|
15
|
+
}>, (_ctx: any, _cache: any) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
16
|
+
[key: string]: any;
|
|
17
|
+
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
18
|
+
animationOrigin: {
|
|
19
|
+
type: PropType<AnimationOrigin>;
|
|
20
|
+
default: string;
|
|
21
|
+
};
|
|
22
|
+
}>> & Readonly<{}>, {
|
|
23
|
+
animationOrigin: AnimationOrigin;
|
|
24
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>
|
|
13
25
|
```
|
|
14
|
-
|
|
15
|
-
## Parameters
|
|
16
|
-
|
|
17
|
-
<table><thead><tr><th>
|
|
18
|
-
|
|
19
|
-
Parameter
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
</th><th>
|
|
23
|
-
|
|
24
|
-
Type
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
</th><th>
|
|
28
|
-
|
|
29
|
-
Description
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
</th></tr></thead>
|
|
33
|
-
<tbody><tr><td>
|
|
34
|
-
|
|
35
|
-
animationOrigin
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
</td><td>
|
|
39
|
-
|
|
40
|
-
import("../create-directional-animation-factory").AnimationOrigin
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
</td><td>
|
|
44
|
-
|
|
45
|
-
_(Optional)_ The origin of the transform animation. This means where the animation starts and ends. For example 'left' makes the element animate from the left and back; 'left-to-right' makes it animate from left to right. If not provided the default value is 'top'.
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
</td></tr>
|
|
49
|
-
</tbody></table>
|
|
50
|
-
|
|
51
|
-
**Returns:**
|
|
52
|
-
|
|
53
|
-
import("vue").DefineComponent
|
|
54
|
-
|
|
55
|
-
A Transition Component.
|
|
56
|
-
|
|
@@ -17,8 +17,12 @@ Component for use as Layout to be filled with the rest of the components.
|
|
|
17
17
|
_default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
18
18
|
devMode: BooleanConstructor;
|
|
19
19
|
}>, {
|
|
20
|
-
rightAsideAnimation: import("vue").
|
|
21
|
-
|
|
20
|
+
rightAsideAnimation: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
21
|
+
[key: string]: any;
|
|
22
|
+
}>;
|
|
23
|
+
leftAsideAnimation: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
24
|
+
[key: string]: any;
|
|
25
|
+
}>;
|
|
22
26
|
setPosition: (position: number) => void;
|
|
23
27
|
isBackdropVisible: import("vue").ComputedRef<boolean>;
|
|
24
28
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -182,39 +182,6 @@ Description
|
|
|
182
182
|
Default implementation for the [HistoryQueriesActions.addQueryToHistory](./x-components.historyqueriesactions.addquerytohistory.md)<!-- -->.
|
|
183
183
|
|
|
184
184
|
|
|
185
|
-
</td></tr>
|
|
186
|
-
<tr><td>
|
|
187
|
-
|
|
188
|
-
[animateClipPath(animationOrigin)](./x-components.animateclippath.md)
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
</td><td>
|
|
192
|
-
|
|
193
|
-
Returns a transition component to wrap an element passed in the default slot and animating its clip-path using inset and with the origin passed as parameter.
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
</td></tr>
|
|
197
|
-
<tr><td>
|
|
198
|
-
|
|
199
|
-
[animateScale(animationOrigin)](./x-components.animatescale.md)
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
</td><td>
|
|
203
|
-
|
|
204
|
-
Returns a transition component to wrap an element passed in the default slot and animating its scale using transform and with the transform origin passed as parameter.
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
</td></tr>
|
|
208
|
-
<tr><td>
|
|
209
|
-
|
|
210
|
-
[animateTranslate(animationOrigin)](./x-components.animatetranslate.md)
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
</td><td>
|
|
214
|
-
|
|
215
|
-
Returns a transition component to wrap an element passed in the default slot and animating its translate using transform and with the transform origin passed as parameter.
|
|
216
|
-
|
|
217
|
-
|
|
218
185
|
</td></tr>
|
|
219
186
|
<tr><td>
|
|
220
187
|
|
|
@@ -3628,6 +3595,33 @@ AI [XModule](./x-components.xmodule.md) implementation. This module is auto-regi
|
|
|
3628
3595
|
This component receives a required `facet` with [BooleanFilter](./x-types.booleanfilter.md) as prop and renders a button, which on clicked emits the [FacetsXEvents.UserClickedAllFilter](./x-components.facetsxevents.userclickedallfilter.md) event. By default the rendered button displays a message with the facet label but this content is customizable through the default slot.
|
|
3629
3596
|
|
|
3630
3597
|
|
|
3598
|
+
</td></tr>
|
|
3599
|
+
<tr><td>
|
|
3600
|
+
|
|
3601
|
+
[AnimateClipPath](./x-components.animateclippath.md)
|
|
3602
|
+
|
|
3603
|
+
|
|
3604
|
+
</td><td>
|
|
3605
|
+
|
|
3606
|
+
|
|
3607
|
+
</td></tr>
|
|
3608
|
+
<tr><td>
|
|
3609
|
+
|
|
3610
|
+
[AnimateScale](./x-components.animatescale.md)
|
|
3611
|
+
|
|
3612
|
+
|
|
3613
|
+
</td><td>
|
|
3614
|
+
|
|
3615
|
+
|
|
3616
|
+
</td></tr>
|
|
3617
|
+
<tr><td>
|
|
3618
|
+
|
|
3619
|
+
[AnimateTranslate](./x-components.animatetranslate.md)
|
|
3620
|
+
|
|
3621
|
+
|
|
3622
|
+
</td><td>
|
|
3623
|
+
|
|
3624
|
+
|
|
3631
3625
|
</td></tr>
|
|
3632
3626
|
<tr><td>
|
|
3633
3627
|
|
|
@@ -16,7 +16,9 @@ _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
|
16
16
|
};
|
|
17
17
|
animation: {
|
|
18
18
|
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
19
|
-
default: () => import("vue").
|
|
19
|
+
default: () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
20
|
+
[key: string]: any;
|
|
21
|
+
}>;
|
|
20
22
|
};
|
|
21
23
|
animationIntervalMs: {
|
|
22
24
|
type: NumberConstructor;
|
|
@@ -33,7 +35,9 @@ _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
|
33
35
|
};
|
|
34
36
|
animation: {
|
|
35
37
|
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
36
|
-
default: () => import("vue").
|
|
38
|
+
default: () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
39
|
+
[key: string]: any;
|
|
40
|
+
}>;
|
|
37
41
|
};
|
|
38
42
|
animationIntervalMs: {
|
|
39
43
|
type: NumberConstructor;
|
|
@@ -17,13 +17,17 @@ Component for use as Layout to be filled with the rest of the Components.
|
|
|
17
17
|
_default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
18
18
|
asideAnimation: {
|
|
19
19
|
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
20
|
-
default: () => import("vue").
|
|
20
|
+
default: () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
21
|
+
[key: string]: any;
|
|
22
|
+
}>;
|
|
21
23
|
};
|
|
22
24
|
devMode: BooleanConstructor;
|
|
23
25
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
24
26
|
asideAnimation: {
|
|
25
27
|
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
26
|
-
default: () => import("vue").
|
|
28
|
+
default: () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
29
|
+
[key: string]: any;
|
|
30
|
+
}>;
|
|
27
31
|
};
|
|
28
32
|
devMode: BooleanConstructor;
|
|
29
33
|
}>> & Readonly<{}>, {
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
---
|
|
2
|
+
|
|
3
|
+
title: AnimateClipPath
|
|
4
|
+
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
# AnimateClipPath
|
|
8
|
+
|
|
9
|
+
## Props
|
|
10
|
+
|
|
11
|
+
| Name | Description | Type | Default |
|
|
12
|
+
| ---------------------------- | ----------- | ---------------------------- | ------------------ |
|
|
13
|
+
| <code>animationOrigin</code> | | <code>AnimationOrigin</code> | <code>'top'</code> |
|
|
14
|
+
|
|
15
|
+
## Slots
|
|
16
|
+
|
|
17
|
+
| Name | Description | Bindings<br />(name - type - description) |
|
|
18
|
+
| -------------------- | ----------- | ----------------------------------------- |
|
|
19
|
+
| <code>default</code> | | None |
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
---
|
|
2
|
+
|
|
3
|
+
title: AnimateScale
|
|
4
|
+
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
# AnimateScale
|
|
8
|
+
|
|
9
|
+
## Props
|
|
10
|
+
|
|
11
|
+
| Name | Description | Type | Default |
|
|
12
|
+
| ---------------------------- | ----------- | ---------------------------- | ------------------ |
|
|
13
|
+
| <code>animationOrigin</code> | | <code>AnimationOrigin</code> | <code>'top'</code> |
|
|
14
|
+
|
|
15
|
+
## Slots
|
|
16
|
+
|
|
17
|
+
| Name | Description | Bindings<br />(name - type - description) |
|
|
18
|
+
| -------------------- | ----------- | ----------------------------------------- |
|
|
19
|
+
| <code>default</code> | | None |
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
---
|
|
2
|
+
|
|
3
|
+
title: AnimateTranslate
|
|
4
|
+
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
# AnimateTranslate
|
|
8
|
+
|
|
9
|
+
## Props
|
|
10
|
+
|
|
11
|
+
| Name | Description | Type | Default |
|
|
12
|
+
| ---------------------------- | ----------- | ---------------------------- | ------------------ |
|
|
13
|
+
| <code>animationOrigin</code> | | <code>AnimationOrigin</code> | <code>'top'</code> |
|
|
14
|
+
|
|
15
|
+
## Slots
|
|
16
|
+
|
|
17
|
+
| Name | Description | Bindings<br />(name - type - description) |
|
|
18
|
+
| -------------------- | ----------- | ----------------------------------------- |
|
|
19
|
+
| <code>default</code> | | None |
|
|
@@ -14,10 +14,10 @@ Component for use as Layout to be filled with the rest of the Components.
|
|
|
14
14
|
|
|
15
15
|
## Props
|
|
16
16
|
|
|
17
|
-
| Name | Description | Type | Default
|
|
18
|
-
| --------------------------- | --------------------------------------------------------------------------- | -------------------------- |
|
|
19
|
-
| <code>asideAnimation</code> | The animation used for the Main Aside. | <code>AnimationProp</code> | <code>() =>
|
|
20
|
-
| <code>devMode</code> | Enables the devMode, which shows the available slots to use with its names. | <code>boolean</code> | <code></code>
|
|
17
|
+
| Name | Description | Type | Default |
|
|
18
|
+
| --------------------------- | --------------------------------------------------------------------------- | -------------------------- | -------------------------------------------------------------------- |
|
|
19
|
+
| <code>asideAnimation</code> | The animation used for the Main Aside. | <code>AnimationProp</code> | <code>() => h(AnimateTranslate, { animationOrigin: 'right' })</code> |
|
|
20
|
+
| <code>devMode</code> | Enables the devMode, which shows the available slots to use with its names. | <code>boolean</code> | <code></code> |
|
|
21
21
|
|
|
22
22
|
## Slots
|
|
23
23
|
|
|
@@ -8,12 +8,12 @@ title: SearchInputPlaceholder
|
|
|
8
8
|
|
|
9
9
|
## Props
|
|
10
10
|
|
|
11
|
-
| Name | Description | Type | Default
|
|
12
|
-
| -------------------------------- | --------------------------------------------------------------------------------------- | -------------------------- |
|
|
13
|
-
| <code>messages</code> | List of messages to animate. | <code>string[]</code> | <code></code>
|
|
14
|
-
| <code>animation</code> | Animation component used for the messages. | <code>AnimationProp</code> | <code>() =>
|
|
15
|
-
| <code>animationIntervalMs</code> | Time in milliseconds during which each message is visible. | <code>number</code> | <code>1500</code>
|
|
16
|
-
| <code>animateOnlyOnHover</code> | Whether the messages animation is active only when hovering the search input or always. | <code>boolean</code> | <code></code>
|
|
11
|
+
| Name | Description | Type | Default |
|
|
12
|
+
| -------------------------------- | --------------------------------------------------------------------------------------- | -------------------------- | ---------------------------------------------------------------------------- |
|
|
13
|
+
| <code>messages</code> | List of messages to animate. | <code>string[]</code> | <code></code> |
|
|
14
|
+
| <code>animation</code> | Animation component used for the messages. | <code>AnimationProp</code> | <code>() => h(AnimateTranslate, { animationOrigin: 'bottom-to-top' })</code> |
|
|
15
|
+
| <code>animationIntervalMs</code> | Time in milliseconds during which each message is visible. | <code>number</code> | <code>1500</code> |
|
|
16
|
+
| <code>animateOnlyOnHover</code> | Whether the messages animation is active only when hovering the search input or always. | <code>boolean</code> | <code></code> |
|
|
17
17
|
|
|
18
18
|
## See it in action
|
|
19
19
|
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { defineComponent, openBlock, createBlock, Transition, withCtx, renderSlot } from 'vue';
|
|
2
|
+
|
|
3
|
+
var _sfc_main = /*@__PURE__*/ defineComponent({
|
|
4
|
+
__name: 'animate-clip-path',
|
|
5
|
+
props: {
|
|
6
|
+
animationOrigin: {
|
|
7
|
+
type: String,
|
|
8
|
+
default: 'top',
|
|
9
|
+
},
|
|
10
|
+
},
|
|
11
|
+
setup(__props) {
|
|
12
|
+
return (_ctx, _cache) => {
|
|
13
|
+
return (openBlock(), createBlock(Transition, {
|
|
14
|
+
name: `x-animate-clip-path--${__props.animationOrigin} x-animate-clip-path-`
|
|
15
|
+
}, {
|
|
16
|
+
default: withCtx(() => [
|
|
17
|
+
renderSlot(_ctx.$slots, "default")
|
|
18
|
+
]),
|
|
19
|
+
_: 3 /* FORWARDED */
|
|
20
|
+
}, 8 /* PROPS */, ["name"]));
|
|
21
|
+
};
|
|
22
|
+
}
|
|
23
|
+
});
|
|
24
|
+
|
|
25
|
+
export { _sfc_main as default };
|
|
26
|
+
//# sourceMappingURL=animate-clip-path.vue.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"animate-clip-path.vue.js","sources":["../../../../src/components/animations/animate-clip-path.vue"],"sourcesContent":["<template>\n <Transition :name=\"`x-animate-clip-path--${animationOrigin} x-animate-clip-path-`\">\n <slot />\n </Transition>\n</template>\n\n<script setup lang=\"ts\">\nimport type { PropType } from 'vue'\nimport type { AnimationOrigin } from './types'\n\ndefineProps({\n animationOrigin: {\n type: String as PropType<AnimationOrigin>,\n default: 'top',\n },\n})\n</script>\n\n<style lang=\"css\">\n.x-animate-clip-path--enter-active,\n.x-animate-clip-path--leave-active {\n transition: clip-path var(--x-duration-animation, 0.3s) ease-out;\n clip-path: inset(0 0 0 0 round var(--x-size-border-radius-animation-clip-path, 0));\n}\n.x-animate-clip-path--top.x-animate-clip-path--enter-from,\n.x-animate-clip-path--top.x-animate-clip-path--leave-to {\n clip-path: inset(0 0 100% 0 round var(--x-size-border-radius-animation-clip-path, 0));\n}\n.x-animate-clip-path--bottom.x-animate-clip-path--enter-from,\n.x-animate-clip-path--bottom.x-animate-clip-path--leave-to {\n clip-path: inset(100% 0 0 0 round var(--x-size-border-radius-animation-clip-path, 0));\n}\n.x-animate-clip-path--top-to-bottom.x-animate-clip-path--enter-from {\n clip-path: inset(0 0 100% 0 round var(--x-size-border-radius-animation-clip-path, 0));\n}\n.x-animate-clip-path--top-to-bottom.x-animate-clip-path--leave-to {\n clip-path: inset(100% 0 0 0 round var(--x-size-border-radius-animation-clip-path, 0));\n}\n.x-animate-clip-path--bottom-to-top.x-animate-clip-path--enter-from {\n clip-path: inset(100% 0 0 0 round var(--x-size-border-radius-animation-clip-path, 0));\n}\n.x-animate-clip-path--bottom-to-top.x-animate-clip-path--leave-to {\n clip-path: inset(0 0 100% 0 round var(--x-size-border-radius-animation-clip-path, 0));\n}\n.x-animate-clip-path--left.x-animate-clip-path--enter-from,\n.x-animate-clip-path--left.x-animate-clip-path--leave-to {\n clip-path: inset(0 100% 0 0 round var(--x-size-border-radius-animation-clip-path, 0));\n}\n.x-animate-clip-path--right.x-animate-clip-path--enter-from,\n.x-animate-clip-path--right.x-animate-clip-path--leave-to {\n clip-path: inset(0 0 0 100% round var(--x-size-border-radius-animation-clip-path, 0));\n}\n.x-animate-clip-path--left-to-right.x-animate-clip-path--enter-from {\n clip-path: inset(0 100% 0 0 round var(--x-size-border-radius-animation-clip-path, 0));\n}\n.x-animate-clip-path--left-to-right.x-animate-clip-path--leave-to {\n clip-path: inset(0 0 0 100% round var(--x-size-border-radius-animation-clip-path, 0));\n}\n.x-animate-clip-path--right-to-left.x-animate-clip-path--enter-from {\n clip-path: inset(0 0 0 100% round var(--x-size-border-radius-animation-clip-path, 0));\n}\n.x-animate-clip-path--right-to-left.x-animate-clip-path--leave-to {\n clip-path: inset(0 100% 0 0 round var(--x-size-border-radius-animation-clip-path, 0));\n}\n</style>\n"],"names":["_createBlock","_Transition","_renderSlot"],"mappings":";;;;;;;;;;;;iCACEA,WAAA,CAEaC,UAAA,EAAA;AAFA,gBAAA,IAAI,0BAA0B,OAAA,CAAA,eAAe,CAAA,qBAAA;;iCACxD,MAAQ;AAAR,oBAAAC,UAAA,CAAQ,IAAA,CAAA,MAAA,EAAA,SAAA;;;;;;;;;;"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import injectCss from '
|
|
1
|
+
import injectCss from '../../../tools/inject-css.js';
|
|
2
2
|
|
|
3
3
|
var css = ".x-animate-clip-path--enter-active,.x-animate-clip-path--leave-active{clip-path:inset(0 0 0 0 round var(--x-size-border-radius-animation-clip-path,0));transition:clip-path var(--x-duration-animation,.3s) ease-out}.x-animate-clip-path--top.x-animate-clip-path--enter-from,.x-animate-clip-path--top.x-animate-clip-path--leave-to{clip-path:inset(0 0 100% 0 round var(--x-size-border-radius-animation-clip-path,0))}.x-animate-clip-path--bottom.x-animate-clip-path--enter-from,.x-animate-clip-path--bottom.x-animate-clip-path--leave-to{clip-path:inset(100% 0 0 0 round var(--x-size-border-radius-animation-clip-path,0))}.x-animate-clip-path--top-to-bottom.x-animate-clip-path--enter-from{clip-path:inset(0 0 100% 0 round var(--x-size-border-radius-animation-clip-path,0))}.x-animate-clip-path--bottom-to-top.x-animate-clip-path--enter-from,.x-animate-clip-path--top-to-bottom.x-animate-clip-path--leave-to{clip-path:inset(100% 0 0 0 round var(--x-size-border-radius-animation-clip-path,0))}.x-animate-clip-path--bottom-to-top.x-animate-clip-path--leave-to{clip-path:inset(0 0 100% 0 round var(--x-size-border-radius-animation-clip-path,0))}.x-animate-clip-path--left.x-animate-clip-path--enter-from,.x-animate-clip-path--left.x-animate-clip-path--leave-to{clip-path:inset(0 100% 0 0 round var(--x-size-border-radius-animation-clip-path,0))}.x-animate-clip-path--right.x-animate-clip-path--enter-from,.x-animate-clip-path--right.x-animate-clip-path--leave-to{clip-path:inset(0 0 0 100% round var(--x-size-border-radius-animation-clip-path,0))}.x-animate-clip-path--left-to-right.x-animate-clip-path--enter-from{clip-path:inset(0 100% 0 0 round var(--x-size-border-radius-animation-clip-path,0))}.x-animate-clip-path--left-to-right.x-animate-clip-path--leave-to,.x-animate-clip-path--right-to-left.x-animate-clip-path--enter-from{clip-path:inset(0 0 0 100% round var(--x-size-border-radius-animation-clip-path,0))}.x-animate-clip-path--right-to-left.x-animate-clip-path--leave-to{clip-path:inset(0 100% 0 0 round var(--x-size-border-radius-animation-clip-path,0))}";
|
|
4
4
|
injectCss(css);
|
|
5
5
|
|
|
6
6
|
export { css };
|
|
7
|
-
//# sourceMappingURL=animate-clip-path.
|
|
7
|
+
//# sourceMappingURL=animate-clip-path.vue2.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"animate-clip-path.vue2.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"animate-clip-path.vue3.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { defineComponent, openBlock, createBlock, Transition, withCtx, renderSlot } from 'vue';
|
|
2
|
+
|
|
3
|
+
var _sfc_main = /*@__PURE__*/ defineComponent({
|
|
4
|
+
__name: 'animate-scale',
|
|
5
|
+
props: {
|
|
6
|
+
animationOrigin: {
|
|
7
|
+
type: String,
|
|
8
|
+
default: 'top',
|
|
9
|
+
},
|
|
10
|
+
},
|
|
11
|
+
setup(__props) {
|
|
12
|
+
return (_ctx, _cache) => {
|
|
13
|
+
return (openBlock(), createBlock(Transition, {
|
|
14
|
+
name: `x-animate-scale--${__props.animationOrigin} x-animate-scale-`
|
|
15
|
+
}, {
|
|
16
|
+
default: withCtx(() => [
|
|
17
|
+
renderSlot(_ctx.$slots, "default")
|
|
18
|
+
]),
|
|
19
|
+
_: 3 /* FORWARDED */
|
|
20
|
+
}, 8 /* PROPS */, ["name"]));
|
|
21
|
+
};
|
|
22
|
+
}
|
|
23
|
+
});
|
|
24
|
+
|
|
25
|
+
export { _sfc_main as default };
|
|
26
|
+
//# sourceMappingURL=animate-scale.vue.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"animate-scale.vue.js","sources":["../../../../src/components/animations/animate-scale.vue"],"sourcesContent":["<template>\n <Transition :name=\"`x-animate-scale--${animationOrigin} x-animate-scale-`\">\n <slot />\n </Transition>\n</template>\n\n<script setup lang=\"ts\">\nimport type { PropType } from 'vue'\nimport type { AnimationOrigin } from './types'\n\ndefineProps({\n animationOrigin: {\n type: String as PropType<AnimationOrigin>,\n default: 'top',\n },\n})\n</script>\n\n<style lang=\"css\">\n.x-animate-scale--enter-active,\n.x-animate-scale--leave-active,\n.x-animate-scale--enter-active *,\n.x-animate-scale--leave-active * {\n animation-duration: var(--x-duration-animation, 0.3s);\n animation-timing-function: linear;\n}\n.x-animate-scale--enter-active,\n.x-animate-scale--leave-active {\n overflow: hidden;\n}\n.x-animate-scale--enter-active.x-animate-scale--top,\n.x-animate-scale--enter-active.x-animate-scale--bottom,\n.x-animate-scale--enter-active.x-animate-scale--top-to-bottom,\n.x-animate-scale--enter-active.x-animate-scale--bottom-to-top,\n.x-animate-scale--leave-active.x-animate-scale--top,\n.x-animate-scale--leave-active.x-animate-scale--bottom,\n.x-animate-scale--leave-active.x-animate-scale--top-to-bottom,\n.x-animate-scale--leave-active.x-animate-scale--bottom-to-top {\n animation-name: containerAnimationY;\n}\n.x-animate-scale--enter-active.x-animate-scale--top > *,\n.x-animate-scale--enter-active.x-animate-scale--bottom > *,\n.x-animate-scale--enter-active.x-animate-scale--top-to-bottom > *,\n.x-animate-scale--enter-active.x-animate-scale--bottom-to-top > *,\n.x-animate-scale--leave-active.x-animate-scale--top > *,\n.x-animate-scale--leave-active.x-animate-scale--bottom > *,\n.x-animate-scale--leave-active.x-animate-scale--top-to-bottom > *,\n.x-animate-scale--leave-active.x-animate-scale--bottom-to-top > * {\n animation-name: contentAnimationY;\n}\n.x-animate-scale--enter-active.x-animate-scale--left,\n.x-animate-scale--enter-active.x-animate-scale--right,\n.x-animate-scale--enter-active.x-animate-scale--left-to-right,\n.x-animate-scale--enter-active.x-animate-scale--right-to-left,\n.x-animate-scale--leave-active.x-animate-scale--left,\n.x-animate-scale--leave-active.x-animate-scale--right,\n.x-animate-scale--leave-active.x-animate-scale--left-to-right,\n.x-animate-scale--leave-active.x-animate-scale--right-to-left {\n animation-name: containerAnimationX;\n}\n.x-animate-scale--enter-active.x-animate-scale--left > *,\n.x-animate-scale--enter-active.x-animate-scale--right > *,\n.x-animate-scale--enter-active.x-animate-scale--left-to-right > *,\n.x-animate-scale--enter-active.x-animate-scale--right-to-left > *,\n.x-animate-scale--leave-active.x-animate-scale--left > *,\n.x-animate-scale--leave-active.x-animate-scale--right > *,\n.x-animate-scale--leave-active.x-animate-scale--left-to-right > *,\n.x-animate-scale--leave-active.x-animate-scale--right-to-left > * {\n animation-name: contentAnimationX;\n}\n.x-animate-scale--leave-active,\n.x-animate-scale--leave-active > * {\n animation-direction: reverse;\n}\n.x-animate-scale--top.x-animate-scale--enter-active,\n.x-animate-scale--top.x-animate-scale--leave-active,\n.x-animate-scale--top.x-animate-scale--enter-active > *,\n.x-animate-scale--top.x-animate-scale--leave-active > * {\n transform-origin: top center;\n}\n.x-animate-scale--bottom.x-animate-scale--enter-active,\n.x-animate-scale--bottom.x-animate-scale--leave-active,\n.x-animate-scale--bottom.x-animate-scale--enter-active > *,\n.x-animate-scale--bottom.x-animate-scale--leave-active > * {\n transform-origin: bottom center;\n}\n.x-animate-scale--left.x-animate-scale--enter-active,\n.x-animate-scale--left.x-animate-scale--leave-active,\n.x-animate-scale--left.x-animate-scale--enter-active > *,\n.x-animate-scale--left.x-animate-scale--leave-active > * {\n transform-origin: left center;\n}\n.x-animate-scale--right.x-animate-scale--enter-active,\n.x-animate-scale--right.x-animate-scale--leave-active,\n.x-animate-scale--right.x-animate-scale--enter-active > *,\n.x-animate-scale--right.x-animate-scale--leave-active > * {\n transform-origin: right center;\n}\n.x-animate-scale--top-to-bottom.x-animate-scale--enter-active,\n.x-animate-scale--top-to-bottom > *.x-animate-scale--enter-active {\n transform-origin: top center;\n}\n.x-animate-scale--top-to-bottom.x-animate-scale--leave-active,\n.x-animate-scale--top-to-bottom > *.x-animate-scale--leave-active {\n transform-origin: bottom center;\n}\n.x-animate-scale--bottom-to-top.x-animate-scale--enter-active,\n.x-animate-scale--bottom-to-top > *.x-animate-scale--enter-active {\n transform-origin: bottom center;\n}\n.x-animate-scale--bottom-to-top.x-animate-scale--leave-active,\n.x-animate-scale--bottom-to-top > *.x-animate-scale--leave-active {\n transform-origin: top center;\n}\n.x-animate-scale--left-to-right.x-animate-scale--enter-active,\n.x-animate-scale--left-to-right > *.x-animate-scale--enter-active {\n transform-origin: left center;\n}\n.x-animate-scale--left-to-right.x-animate-scale--leave-active,\n.x-animate-scale--left-to-right > *.x-animate-scale--leave-active {\n transform-origin: right center;\n}\n.x-animate-scale--right-to-left.x-animate-scale--enter-active,\n.x-animate-scale--right-to-left > *.x-animate-scale--enter-active {\n transform-origin: right center;\n}\n.x-animate-scale--right-to-left.x-animate-scale--leave-active,\n.x-animate-scale--right-to-left > *.x-animate-scale--leave-active {\n transform-origin: left center;\n}\n\n@keyframes containerAnimationY {\n 0% {\n transform: scaleY(0);\n }\n 5.5555555556% {\n transform: scaleY(0.0000762079);\n }\n 11.1111111111% {\n transform: scaleY(0.0012193263);\n }\n 16.6666666667% {\n transform: scaleY(0.0061728395);\n }\n 22.2222222222% {\n transform: scaleY(0.0195092212);\n }\n 27.7777777778% {\n transform: scaleY(0.0476299345);\n }\n 33.3333333333% {\n transform: scaleY(0.0987654321);\n }\n 38.8888888889% {\n transform: scaleY(0.1829751562);\n }\n 44.4444444444% {\n transform: scaleY(0.3121475385);\n }\n 50% {\n transform: scaleY(0.5);\n }\n 55.5555555556% {\n transform: scaleY(0.6878524615);\n }\n 61.1111111111% {\n transform: scaleY(0.8170248438);\n }\n 66.6666666667% {\n transform: scaleY(0.9012345679);\n }\n 72.2222222222% {\n transform: scaleY(0.9523700655);\n }\n 77.7777777778% {\n transform: scaleY(0.9804907788);\n }\n 83.3333333333% {\n transform: scaleY(0.9938271605);\n }\n 88.8888888889% {\n transform: scaleY(0.9987806737);\n }\n 94.4444444444% {\n transform: scaleY(0.9999237921);\n }\n 100% {\n transform: scaleY(1);\n }\n}\n@keyframes contentAnimationY {\n 0% {\n transform: scaleY(99999999);\n }\n 5.5555555556% {\n transform: scaleY(13122);\n }\n 11.1111111111% {\n transform: scaleY(820.125);\n }\n 16.6666666667% {\n transform: scaleY(162);\n }\n 22.2222222222% {\n transform: scaleY(51.2578125);\n }\n 27.7777777778% {\n transform: scaleY(20.9952);\n }\n 33.3333333333% {\n transform: scaleY(10.125);\n }\n 38.8888888889% {\n transform: scaleY(5.4652228238);\n }\n 44.4444444444% {\n transform: scaleY(3.2036132813);\n }\n 50% {\n transform: scaleY(2);\n }\n 55.5555555556% {\n transform: scaleY(1.4538001329);\n }\n 61.1111111111% {\n transform: scaleY(1.2239529895);\n }\n 66.6666666667% {\n transform: scaleY(1.1095890411);\n }\n 72.2222222222% {\n transform: scaleY(1.0500120029);\n }\n 77.7777777778% {\n transform: scaleY(1.019897404);\n }\n 83.3333333333% {\n transform: scaleY(1.0062111801);\n }\n 88.8888888889% {\n transform: scaleY(1.0012208149);\n }\n 94.4444444444% {\n transform: scaleY(1.0000762137);\n }\n 100% {\n transform: scaleY(1);\n }\n}\n@keyframes containerAnimationX {\n 0% {\n transform: scaleX(0);\n }\n 5.5555555556% {\n transform: scaleX(0.0000762079);\n }\n 11.1111111111% {\n transform: scaleX(0.0012193263);\n }\n 16.6666666667% {\n transform: scaleX(0.0061728395);\n }\n 22.2222222222% {\n transform: scaleX(0.0195092212);\n }\n 27.7777777778% {\n transform: scaleX(0.0476299345);\n }\n 33.3333333333% {\n transform: scaleX(0.0987654321);\n }\n 38.8888888889% {\n transform: scaleX(0.1829751562);\n }\n 44.4444444444% {\n transform: scaleX(0.3121475385);\n }\n 50% {\n transform: scaleX(0.5);\n }\n 55.5555555556% {\n transform: scaleX(0.6878524615);\n }\n 61.1111111111% {\n transform: scaleX(0.8170248438);\n }\n 66.6666666667% {\n transform: scaleX(0.9012345679);\n }\n 72.2222222222% {\n transform: scaleX(0.9523700655);\n }\n 77.7777777778% {\n transform: scaleX(0.9804907788);\n }\n 83.3333333333% {\n transform: scaleX(0.9938271605);\n }\n 88.8888888889% {\n transform: scaleX(0.9987806737);\n }\n 94.4444444444% {\n transform: scaleX(0.9999237921);\n }\n 100% {\n transform: scaleX(1);\n }\n}\n@keyframes contentAnimationX {\n 0% {\n transform: scaleX(99999999);\n }\n 5.5555555556% {\n transform: scaleX(13122);\n }\n 11.1111111111% {\n transform: scaleX(820.125);\n }\n 16.6666666667% {\n transform: scaleX(162);\n }\n 22.2222222222% {\n transform: scaleX(51.2578125);\n }\n 27.7777777778% {\n transform: scaleX(20.9952);\n }\n 33.3333333333% {\n transform: scaleX(10.125);\n }\n 38.8888888889% {\n transform: scaleX(5.4652228238);\n }\n 44.4444444444% {\n transform: scaleX(3.2036132813);\n }\n 50% {\n transform: scaleX(2);\n }\n 55.5555555556% {\n transform: scaleX(1.4538001329);\n }\n 61.1111111111% {\n transform: scaleX(1.2239529895);\n }\n 66.6666666667% {\n transform: scaleX(1.1095890411);\n }\n 72.2222222222% {\n transform: scaleX(1.0500120029);\n }\n 77.7777777778% {\n transform: scaleX(1.019897404);\n }\n 83.3333333333% {\n transform: scaleX(1.0062111801);\n }\n 88.8888888889% {\n transform: scaleX(1.0012208149);\n }\n 94.4444444444% {\n transform: scaleX(1.0000762137);\n }\n 100% {\n transform: scaleX(1);\n }\n}\n</style>\n"],"names":["_createBlock","_Transition","_renderSlot"],"mappings":";;;;;;;;;;;;iCACEA,WAAA,CAEaC,UAAA,EAAA;AAFA,gBAAA,IAAI,sBAAsB,OAAA,CAAA,eAAe,CAAA,iBAAA;;iCACpD,MAAQ;AAAR,oBAAAC,UAAA,CAAQ,IAAA,CAAA,MAAA,EAAA,SAAA;;;;;;;;;;"}
|