@breadstone/mosaik-elements-foundation 0.0.135 → 0.0.137
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/Controls/Behaviors/Slottable.d.ts +6 -0
- package/Controls/Behaviors/Slottable.d.ts.map +1 -1
- package/Controls/Behaviors/Slottable.js +6 -0
- package/Controls/Behaviors/Slottable.js.map +1 -1
- package/Controls/Components/Buttons/Abstracts/ButtonBaseElement.d.ts +0 -4
- package/Controls/Components/Buttons/Abstracts/ButtonBaseElement.d.ts.map +1 -1
- package/Controls/Components/Buttons/Abstracts/ButtonBaseElement.js +0 -6
- package/Controls/Components/Buttons/Abstracts/ButtonBaseElement.js.map +1 -1
- package/Controls/Components/Forms/FormElement.d.ts.map +1 -1
- package/Controls/Components/Forms/FormElement.js +1 -2
- package/Controls/Components/Forms/FormElement.js.map +1 -1
- package/Controls/Components/Grouping/Banner/BannerElement.d.ts +3 -2
- package/Controls/Components/Grouping/Banner/BannerElement.d.ts.map +1 -1
- package/Controls/Components/Grouping/Banner/BannerElement.js +3 -4
- package/Controls/Components/Grouping/Banner/BannerElement.js.map +1 -1
- package/Controls/Components/Grouping/Banner/BannerElementTemplate.d.ts.map +1 -1
- package/Controls/Components/Grouping/Banner/BannerElementTemplate.js +4 -0
- package/Controls/Components/Grouping/Banner/BannerElementTemplate.js.map +1 -1
- package/Controls/Components/Grouping/Banner/IBannerElementProps.d.ts +2 -1
- package/Controls/Components/Grouping/Banner/IBannerElementProps.d.ts.map +1 -1
- package/Controls/Components/Grouping/Banner/Themes/BannerElement.Cosmopolitan.d.ts.map +1 -1
- package/Controls/Components/Grouping/Banner/Themes/BannerElement.Cosmopolitan.js +0 -1
- package/Controls/Components/Grouping/Banner/Themes/BannerElement.Cosmopolitan.js.map +1 -1
- package/Controls/Components/Grouping/Banner/Themes/BannerElement.Joy.d.ts.map +1 -1
- package/Controls/Components/Grouping/Banner/Themes/BannerElement.Joy.js +1 -2
- package/Controls/Components/Grouping/Banner/Themes/BannerElement.Joy.js.map +1 -1
- package/Controls/Components/Grouping/Banner/Themes/BannerElement.Retro.d.ts.map +1 -1
- package/Controls/Components/Grouping/Banner/Themes/BannerElement.Retro.js +0 -1
- package/Controls/Components/Grouping/Banner/Themes/BannerElement.Retro.js.map +1 -1
- package/Controls/Components/Grouping/BannerGroup/BannerGroupDismissBehavior.d.ts +7 -0
- package/Controls/Components/Grouping/BannerGroup/BannerGroupDismissBehavior.d.ts.map +1 -0
- package/Controls/Components/Grouping/BannerGroup/BannerGroupDismissBehavior.js +6 -0
- package/Controls/Components/Grouping/BannerGroup/BannerGroupDismissBehavior.js.map +1 -0
- package/Controls/Components/Grouping/BannerGroup/BannerGroupElement.d.ts +228 -0
- package/Controls/Components/Grouping/BannerGroup/BannerGroupElement.d.ts.map +1 -0
- package/Controls/Components/Grouping/BannerGroup/BannerGroupElement.js +560 -0
- package/Controls/Components/Grouping/BannerGroup/BannerGroupElement.js.map +1 -0
- package/Controls/Components/Grouping/BannerGroup/BannerGroupElementTemplate.d.ts +9 -0
- package/Controls/Components/Grouping/BannerGroup/BannerGroupElementTemplate.d.ts.map +1 -0
- package/Controls/Components/Grouping/BannerGroup/BannerGroupElementTemplate.js +43 -0
- package/Controls/Components/Grouping/BannerGroup/BannerGroupElementTemplate.js.map +1 -0
- package/Controls/Components/Grouping/BannerGroup/BannerGroupStacking.d.ts +6 -0
- package/Controls/Components/Grouping/BannerGroup/BannerGroupStacking.d.ts.map +1 -0
- package/Controls/Components/Grouping/BannerGroup/BannerGroupStacking.js +5 -0
- package/Controls/Components/Grouping/BannerGroup/BannerGroupStacking.js.map +1 -0
- package/Controls/Components/Grouping/BannerGroup/IBannerGroupElementProps.d.ts +36 -0
- package/Controls/Components/Grouping/BannerGroup/IBannerGroupElementProps.d.ts.map +1 -0
- package/Controls/Components/Grouping/BannerGroup/IBannerGroupElementProps.js +3 -0
- package/Controls/Components/Grouping/BannerGroup/IBannerGroupElementProps.js.map +1 -0
- package/Controls/Components/Grouping/BannerGroup/Themes/BannerGroupElement.Cosmopolitan.d.ts +6 -0
- package/Controls/Components/Grouping/BannerGroup/Themes/BannerGroupElement.Cosmopolitan.d.ts.map +1 -0
- package/Controls/Components/Grouping/BannerGroup/Themes/BannerGroupElement.Cosmopolitan.js +188 -0
- package/Controls/Components/Grouping/BannerGroup/Themes/BannerGroupElement.Cosmopolitan.js.map +1 -0
- package/Controls/Components/Grouping/BannerGroup/Themes/BannerGroupElement.Joy.d.ts +6 -0
- package/Controls/Components/Grouping/BannerGroup/Themes/BannerGroupElement.Joy.d.ts.map +1 -0
- package/Controls/Components/Grouping/BannerGroup/Themes/BannerGroupElement.Joy.js +188 -0
- package/Controls/Components/Grouping/BannerGroup/Themes/BannerGroupElement.Joy.js.map +1 -0
- package/Controls/Components/Grouping/BannerGroup/Themes/BannerGroupElement.Retro.d.ts +6 -0
- package/Controls/Components/Grouping/BannerGroup/Themes/BannerGroupElement.Retro.d.ts.map +1 -0
- package/Controls/Components/Grouping/BannerGroup/Themes/BannerGroupElement.Retro.js +188 -0
- package/Controls/Components/Grouping/BannerGroup/Themes/BannerGroupElement.Retro.js.map +1 -0
- package/Controls/Components/Inputs/Abstracts/InputBase.d.ts +0 -4
- package/Controls/Components/Inputs/Abstracts/InputBase.d.ts.map +1 -1
- package/Controls/Components/Inputs/Abstracts/InputBase.js +0 -6
- package/Controls/Components/Inputs/Abstracts/InputBase.js.map +1 -1
- package/Controls/Components/Inputs/FileUpload/FilePickerElement.d.ts +24 -2
- package/Controls/Components/Inputs/FileUpload/FilePickerElement.d.ts.map +1 -1
- package/Controls/Components/Inputs/FileUpload/FilePickerElement.js +24 -2
- package/Controls/Components/Inputs/FileUpload/FilePickerElement.js.map +1 -1
- package/Controls/Components/Inputs/FileUpload/FileUploadElement.d.ts +26 -4
- package/Controls/Components/Inputs/FileUpload/FileUploadElement.d.ts.map +1 -1
- package/Controls/Components/Inputs/FileUpload/FileUploadElement.js +29 -5
- package/Controls/Components/Inputs/FileUpload/FileUploadElement.js.map +1 -1
- package/Controls/Components/Inputs/FileUpload/FileUploadElementTemplate.js +2 -2
- package/Controls/Components/Inputs/FileUpload/FileUploadElementTemplate.js.map +1 -1
- package/Controls/Components/Inputs/FileUpload/FileUploadItemElement.d.ts +23 -1
- package/Controls/Components/Inputs/FileUpload/FileUploadItemElement.d.ts.map +1 -1
- package/Controls/Components/Inputs/FileUpload/FileUploadItemElement.js +23 -1
- package/Controls/Components/Inputs/FileUpload/FileUploadItemElement.js.map +1 -1
- package/Controls/Components/Inputs/PinBox/PinBoxElement.d.ts.map +1 -1
- package/Controls/Components/Inputs/PinBox/PinBoxElement.js +11 -6
- package/Controls/Components/Inputs/PinBox/PinBoxElement.js.map +1 -1
- package/Controls/Components/Inputs/SearchBox/SearchBoxElement.d.ts.map +1 -1
- package/Controls/Components/Inputs/SearchBox/SearchBoxElement.js +16 -1
- package/Controls/Components/Inputs/SearchBox/SearchBoxElement.js.map +1 -1
- package/Controls/Components/Layouts/Absolute/AbsoluteElement.d.ts.map +1 -1
- package/Controls/Components/Layouts/Absolute/AbsoluteItemElement.d.ts.map +1 -1
- package/Controls/Components/Layouts/Split/SplitElement.d.ts.map +1 -1
- package/Controls/Components/Layouts/Split/SplitElement.js +6 -1
- package/Controls/Components/Layouts/Split/SplitElement.js.map +1 -1
- package/Controls/Components/Layouts/Split/Themes/SplitElement.Cosmopolitan.js +1 -1
- package/Controls/Components/Layouts/Split/Themes/SplitElement.Joy.js +1 -1
- package/Controls/Components/Layouts/Split/Themes/SplitElement.Retro.js +1 -1
- package/Controls/Components/Primitives/DropZone/DropZoneElement.d.ts +53 -7
- package/Controls/Components/Primitives/DropZone/DropZoneElement.d.ts.map +1 -1
- package/Controls/Components/Primitives/DropZone/DropZoneElement.js +135 -28
- package/Controls/Components/Primitives/DropZone/DropZoneElement.js.map +1 -1
- package/Controls/Components/Primitives/DropZone/Events/IDropZoneDataEventDetail.d.ts +1 -1
- package/Controls/Components/Primitives/DropZone/Events/IDropZoneDataEventDetail.d.ts.map +1 -1
- package/Controls/Components/Primitives/DropZone/IDropZoneElementProps.d.ts.map +1 -1
- package/Controls/Components/Primitives/DropZone/Themes/DropZoneElement.Cosmopolitan.d.ts.map +1 -1
- package/Controls/Components/Primitives/DropZone/Themes/DropZoneElement.Cosmopolitan.js +124 -3
- package/Controls/Components/Primitives/DropZone/Themes/DropZoneElement.Cosmopolitan.js.map +1 -1
- package/Controls/Components/Primitives/DropZone/Themes/DropZoneElement.Joy.d.ts.map +1 -1
- package/Controls/Components/Primitives/DropZone/Themes/DropZoneElement.Joy.js +160 -9
- package/Controls/Components/Primitives/DropZone/Themes/DropZoneElement.Joy.js.map +1 -1
- package/Controls/Components/Primitives/DropZone/Themes/DropZoneElement.Retro.d.ts.map +1 -1
- package/Controls/Components/Primitives/DropZone/Themes/DropZoneElement.Retro.js +124 -3
- package/Controls/Components/Primitives/DropZone/Themes/DropZoneElement.Retro.js.map +1 -1
- package/Controls/Types/BannerGroupDismissBehavior.d.ts +7 -0
- package/Controls/Types/BannerGroupDismissBehavior.d.ts.map +1 -0
- package/Controls/Types/BannerGroupDismissBehavior.js +6 -0
- package/Controls/Types/BannerGroupDismissBehavior.js.map +1 -0
- package/Controls/Types/BannerGroupStacking.d.ts +6 -0
- package/Controls/Types/BannerGroupStacking.d.ts.map +1 -0
- package/Controls/Types/BannerGroupStacking.js +5 -0
- package/Controls/Types/BannerGroupStacking.js.map +1 -0
- package/Controls/Types/DropZoneState.d.ts +20 -0
- package/Controls/Types/DropZoneState.d.ts.map +1 -0
- package/Controls/Types/DropZoneState.js +16 -0
- package/Controls/Types/DropZoneState.js.map +1 -0
- package/Index.d.ts +3 -0
- package/Index.d.ts.map +1 -1
- package/Index.js +3 -0
- package/Index.js.map +1 -1
- package/custom-elements.json +892 -66
- package/package.json +3 -3
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import type { IDisableableProps } from '../../../Behaviors/Disableable';
|
|
2
|
+
import type { IOrientableProps } from '../../../Behaviors/Orientable';
|
|
3
|
+
import type { BannerGroupDismissBehavior } from '../../../Types/BannerGroupDismissBehavior';
|
|
4
|
+
import type { BannerGroupStacking } from '../../../Types/BannerGroupStacking';
|
|
5
|
+
/**
|
|
6
|
+
* Represents the `{@link IBannerGroupElementProps}` interface.
|
|
7
|
+
*
|
|
8
|
+
* @public
|
|
9
|
+
*/
|
|
10
|
+
export interface IBannerGroupElementProps extends IDisableableProps, IOrientableProps {
|
|
11
|
+
/**
|
|
12
|
+
* The current active (start) index.
|
|
13
|
+
*/
|
|
14
|
+
index: number;
|
|
15
|
+
/**
|
|
16
|
+
* Enables looping when navigating beyond the first or last banner.
|
|
17
|
+
*/
|
|
18
|
+
loop: boolean;
|
|
19
|
+
/**
|
|
20
|
+
* The maximum number of visible banners (1 = pager/carousel mode).
|
|
21
|
+
*/
|
|
22
|
+
maxLength: number;
|
|
23
|
+
/**
|
|
24
|
+
* Defines how dismissed banners are handled.
|
|
25
|
+
*/
|
|
26
|
+
dismissBehavior: BannerGroupDismissBehavior;
|
|
27
|
+
/**
|
|
28
|
+
* Defines how banners are stacked in pager/carousel mode.
|
|
29
|
+
*/
|
|
30
|
+
stacking: BannerGroupStacking;
|
|
31
|
+
/**
|
|
32
|
+
* Whether the order of banners is reversed.
|
|
33
|
+
*/
|
|
34
|
+
reverse: boolean;
|
|
35
|
+
}
|
|
36
|
+
//# sourceMappingURL=IBannerGroupElementProps.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IBannerGroupElementProps.d.ts","sourceRoot":"","sources":["../../../../../src/Controls/Components/Grouping/BannerGroup/IBannerGroupElementProps.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,gCAAgC,CAAC;AACxE,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AACtE,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,2CAA2C,CAAC;AAC5F,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,oCAAoC,CAAC;AAI9E;;;;GAIG;AACH,MAAM,WAAW,wBAAyB,SAAQ,iBAAiB,EAAE,gBAAgB;IAIjF;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IAEd;;OAEG;IACH,IAAI,EAAE,OAAO,CAAC;IAEd;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;IAElB;;OAEG;IACH,eAAe,EAAE,0BAA0B,CAAC;IAE5C;;OAEG;IACH,QAAQ,EAAE,mBAAmB,CAAC;IAE9B;;OAEG;IACH,OAAO,EAAE,OAAO,CAAC;CAGpB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IBannerGroupElementProps.js","sourceRoot":"","sources":["../../../../../src/Controls/Components/Grouping/BannerGroup/IBannerGroupElementProps.ts"],"names":[],"mappings":"AAAA,kBAAkB"}
|
package/Controls/Components/Grouping/BannerGroup/Themes/BannerGroupElement.Cosmopolitan.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BannerGroupElement.Cosmopolitan.d.ts","sourceRoot":"","sources":["../../../../../../src/Controls/Components/Grouping/BannerGroup/Themes/BannerGroupElement.Cosmopolitan.ts"],"names":[],"mappings":"AASA,OAAO,EAAO,KAAK,SAAS,EAAE,MAAM,wBAAwB,CAAC;AAI7D;;GAEG;AACH,wBAAgB,mCAAmC,IAAI,SAAS,CA8K/D"}
|
|
@@ -0,0 +1,188 @@
|
|
|
1
|
+
// ------------------------------------------------------------------------------
|
|
2
|
+
// <auto-generated>
|
|
3
|
+
// This code was generated by a tool.
|
|
4
|
+
// Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.
|
|
5
|
+
// </auto-generated>
|
|
6
|
+
// ------------------------------------------------------------------------------
|
|
7
|
+
// #region Imports
|
|
8
|
+
import { css } from '../../../../../Dom/Css';
|
|
9
|
+
// #endregion
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*/
|
|
13
|
+
export function bannerGroupElementCosmopolitanStyle() {
|
|
14
|
+
return css `
|
|
15
|
+
:host {
|
|
16
|
+
--banner-group-font-family: unset;
|
|
17
|
+
--banner-group-font-letter-spacing: unset;
|
|
18
|
+
--banner-group-font-line-height: unset;
|
|
19
|
+
--banner-group-font-size: unset;
|
|
20
|
+
--banner-group-font-text-decoration: unset;
|
|
21
|
+
--banner-group-font-text-transform: unset;
|
|
22
|
+
--banner-group-font-weight: unset;
|
|
23
|
+
--banner-group-gap: unset;
|
|
24
|
+
--banner-group-padding-bottom: unset;
|
|
25
|
+
--banner-group-padding-left: unset;
|
|
26
|
+
--banner-group-padding-right: unset;
|
|
27
|
+
--banner-group-padding-top: unset;
|
|
28
|
+
--banner-group-transition-duration: unset;
|
|
29
|
+
--banner-group-transition-mode: unset;
|
|
30
|
+
--banner-group-transition-property: unset;
|
|
31
|
+
--banner-group-translate: unset;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
@media screen and (prefers-reduced-motion: reduce) {
|
|
35
|
+
:host {
|
|
36
|
+
transition-duration: .01ms;
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
:host {
|
|
41
|
+
box-sizing: border-box;
|
|
42
|
+
display: block;
|
|
43
|
+
position: relative;
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
:host *, :host :before, :host :after {
|
|
47
|
+
box-sizing: border-box;
|
|
48
|
+
background-repeat: no-repeat;
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
:host :before, :host :after {
|
|
52
|
+
text-decoration: inherit;
|
|
53
|
+
vertical-align: inherit;
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
:host([hidden]) {
|
|
57
|
+
display: none !important;
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
:host {
|
|
61
|
+
--banner-group-gap: 0px;
|
|
62
|
+
--banner-group-indicator-size: 8px;
|
|
63
|
+
--banner-group-indicator-gap: 8px;
|
|
64
|
+
--banner-group-depth-scale-step: .08;
|
|
65
|
+
--banner-group-depth-translate-step: 12;
|
|
66
|
+
--banner-group-depth-opacity-step: 0;
|
|
67
|
+
display: block;
|
|
68
|
+
position: relative;
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
:host [part="viewport"] {
|
|
72
|
+
gap: var(--banner-group-gap);
|
|
73
|
+
flex-direction: row;
|
|
74
|
+
display: flex;
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
:host([orientation="vertical"]) [part="viewport"] {
|
|
78
|
+
flex-direction: column;
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
:host([orientation="vertical"][reverse]) [part="viewport"] {
|
|
82
|
+
flex-direction: column-reverse;
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
:host([orientation="horizontal"]) [part="viewport"] {
|
|
86
|
+
flex-direction: row;
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
:host([orientation="horizontal"][reverse]) [part="viewport"] {
|
|
90
|
+
flex-direction: row-reverse;
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
:host ::slotted([hidden]) {
|
|
94
|
+
display: none !important;
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
:host([stacking="depth"]) [part="viewport"] {
|
|
98
|
+
align-items: center;
|
|
99
|
+
position: relative;
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
:host(:not([stacking="depth"])) ::slotted(.banner-group-item) {
|
|
103
|
+
will-change: opacity, transform;
|
|
104
|
+
transition: opacity .22s, transform .32s cubic-bezier(.22, .61, .36, 1);
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
:host(:not([stacking="depth"])) ::slotted(.banner-group-item[hidden]) {
|
|
108
|
+
display: none !important;
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
:host(:not([stacking="depth"])) ::slotted(.banner-group-item[data-active="true"]) {
|
|
112
|
+
opacity: 1;
|
|
113
|
+
position: relative;
|
|
114
|
+
transform: translate3d(0, 0, 0);
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
:host(:not([stacking="depth"])) ::slotted(.banner-group-item:not([data-active="true"]):not([data-leaving="true"])) {
|
|
118
|
+
opacity: 0;
|
|
119
|
+
transform: translate3d(0, 8px, 0);
|
|
120
|
+
}
|
|
121
|
+
|
|
122
|
+
:host([orientation="horizontal"]:not([stacking="depth"])) ::slotted(.banner-group-item:not([data-active="true"]):not([data-leaving="true"])) {
|
|
123
|
+
transform: translate3d(8px, 0, 0);
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
:host(:not([stacking="depth"])) ::slotted(.banner-group-item[data-leaving="true"]) {
|
|
127
|
+
opacity: 0;
|
|
128
|
+
transform: translate3d(0, -8px, 0);
|
|
129
|
+
}
|
|
130
|
+
|
|
131
|
+
:host([orientation="horizontal"]:not([stacking="depth"])) ::slotted(.banner-group-item[data-leaving="true"]) {
|
|
132
|
+
transform: translate3d(-8px, 0, 0);
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
:host([stacking="depth"]) ::slotted(.banner-group-item) {
|
|
136
|
+
transform-origin: top;
|
|
137
|
+
pointer-events: none;
|
|
138
|
+
--_depth-offset: var(--banner-group-item-depth-offset, 0);
|
|
139
|
+
--_item-index: var(--banner-group-item-index, 0);
|
|
140
|
+
--_direction: 1;
|
|
141
|
+
--_translate-primary: calc(var(--banner-group-depth-translate-step) * var(--_depth-offset) * var(--_direction) * 1px);
|
|
142
|
+
--_scale: calc(1 - (var(--banner-group-depth-scale-step) * var(--_depth-offset)));
|
|
143
|
+
--_opacity: calc(1 - (var(--banner-group-depth-opacity-step) * var(--_depth-offset)));
|
|
144
|
+
z-index: calc(var(--banner-group-visible-count, 1) - var(--_depth-offset));
|
|
145
|
+
transform: translateY(var(--_translate-primary)) scale(var(--_scale));
|
|
146
|
+
opacity: var(--_opacity);
|
|
147
|
+
transition: transform .16s, opacity .16s;
|
|
148
|
+
position: absolute;
|
|
149
|
+
inset: 0;
|
|
150
|
+
}
|
|
151
|
+
|
|
152
|
+
:host([stacking="depth"][reverse]) ::slotted(.banner-group-item) {
|
|
153
|
+
--_direction: -1;
|
|
154
|
+
transform-origin: bottom;
|
|
155
|
+
}
|
|
156
|
+
|
|
157
|
+
:host([stacking="depth"][orientation="horizontal"]) ::slotted(.banner-group-item) {
|
|
158
|
+
transform-origin: 100%;
|
|
159
|
+
transform: translateX(var(--_translate-primary)) scale(var(--_scale));
|
|
160
|
+
}
|
|
161
|
+
|
|
162
|
+
:host([stacking="depth"][orientation="horizontal"][reverse]) ::slotted(.banner-group-item) {
|
|
163
|
+
--_direction: -1;
|
|
164
|
+
transform-origin: 0;
|
|
165
|
+
}
|
|
166
|
+
|
|
167
|
+
:host([stacking="depth"]) ::slotted(.banner-group-item[data-active="true"]) {
|
|
168
|
+
z-index: 1000;
|
|
169
|
+
pointer-events: auto;
|
|
170
|
+
position: relative;
|
|
171
|
+
}
|
|
172
|
+
|
|
173
|
+
:host([stacking="depth"]:hover) ::slotted(.banner-group-item) {
|
|
174
|
+
opacity: 1;
|
|
175
|
+
pointer-events: auto;
|
|
176
|
+
z-index: auto;
|
|
177
|
+
position: static;
|
|
178
|
+
inset: auto;
|
|
179
|
+
transform: none;
|
|
180
|
+
}
|
|
181
|
+
|
|
182
|
+
:host([stacking="depth"][orientation="horizontal"]:hover) ::slotted(.banner-group-item) {
|
|
183
|
+
transform: none;
|
|
184
|
+
}
|
|
185
|
+
|
|
186
|
+
`;
|
|
187
|
+
}
|
|
188
|
+
//# sourceMappingURL=BannerGroupElement.Cosmopolitan.js.map
|
package/Controls/Components/Grouping/BannerGroup/Themes/BannerGroupElement.Cosmopolitan.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BannerGroupElement.Cosmopolitan.js","sourceRoot":"","sources":["../../../../../../src/Controls/Components/Grouping/BannerGroup/Themes/BannerGroupElement.Cosmopolitan.ts"],"names":[],"mappings":"AAAA,iFAAiF;AACjF,mBAAmB;AACnB,yCAAyC;AACzC,qGAAqG;AACrG,oBAAoB;AACpB,iFAAiF;AAEjF,kBAAkB;AAElB,OAAO,EAAE,GAAG,EAAkB,MAAM,wBAAwB,CAAC;AAE7D,aAAa;AAEb;;GAEG;AACH,MAAM,UAAU,mCAAmC;IAC/C,OAAO,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KA4KT,CAAC;AACN,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BannerGroupElement.Joy.d.ts","sourceRoot":"","sources":["../../../../../../src/Controls/Components/Grouping/BannerGroup/Themes/BannerGroupElement.Joy.ts"],"names":[],"mappings":"AASA,OAAO,EAAO,KAAK,SAAS,EAAE,MAAM,wBAAwB,CAAC;AAI7D;;GAEG;AACH,wBAAgB,0BAA0B,IAAI,SAAS,CA8KtD"}
|
|
@@ -0,0 +1,188 @@
|
|
|
1
|
+
// ------------------------------------------------------------------------------
|
|
2
|
+
// <auto-generated>
|
|
3
|
+
// This code was generated by a tool.
|
|
4
|
+
// Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.
|
|
5
|
+
// </auto-generated>
|
|
6
|
+
// ------------------------------------------------------------------------------
|
|
7
|
+
// #region Imports
|
|
8
|
+
import { css } from '../../../../../Dom/Css';
|
|
9
|
+
// #endregion
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*/
|
|
13
|
+
export function bannerGroupElementJoyStyle() {
|
|
14
|
+
return css `
|
|
15
|
+
:host {
|
|
16
|
+
--banner-group-font-family: unset;
|
|
17
|
+
--banner-group-font-letter-spacing: unset;
|
|
18
|
+
--banner-group-font-line-height: unset;
|
|
19
|
+
--banner-group-font-size: unset;
|
|
20
|
+
--banner-group-font-text-decoration: unset;
|
|
21
|
+
--banner-group-font-text-transform: unset;
|
|
22
|
+
--banner-group-font-weight: unset;
|
|
23
|
+
--banner-group-gap: unset;
|
|
24
|
+
--banner-group-padding-bottom: unset;
|
|
25
|
+
--banner-group-padding-left: unset;
|
|
26
|
+
--banner-group-padding-right: unset;
|
|
27
|
+
--banner-group-padding-top: unset;
|
|
28
|
+
--banner-group-transition-duration: unset;
|
|
29
|
+
--banner-group-transition-mode: unset;
|
|
30
|
+
--banner-group-transition-property: unset;
|
|
31
|
+
--banner-group-translate: unset;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
@media screen and (prefers-reduced-motion: reduce) {
|
|
35
|
+
:host {
|
|
36
|
+
transition-duration: .01ms;
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
:host {
|
|
41
|
+
box-sizing: border-box;
|
|
42
|
+
display: block;
|
|
43
|
+
position: relative;
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
:host *, :host :before, :host :after {
|
|
47
|
+
box-sizing: border-box;
|
|
48
|
+
background-repeat: no-repeat;
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
:host :before, :host :after {
|
|
52
|
+
text-decoration: inherit;
|
|
53
|
+
vertical-align: inherit;
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
:host([hidden]) {
|
|
57
|
+
display: none !important;
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
:host {
|
|
61
|
+
--banner-group-gap: 0px;
|
|
62
|
+
--banner-group-indicator-size: 8px;
|
|
63
|
+
--banner-group-indicator-gap: 8px;
|
|
64
|
+
--banner-group-depth-scale-step: .08;
|
|
65
|
+
--banner-group-depth-translate-step: 12;
|
|
66
|
+
--banner-group-depth-opacity-step: 0;
|
|
67
|
+
display: block;
|
|
68
|
+
position: relative;
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
:host [part="viewport"] {
|
|
72
|
+
gap: var(--banner-group-gap);
|
|
73
|
+
flex-direction: row;
|
|
74
|
+
display: flex;
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
:host([orientation="vertical"]) [part="viewport"] {
|
|
78
|
+
flex-direction: column;
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
:host([orientation="vertical"][reverse]) [part="viewport"] {
|
|
82
|
+
flex-direction: column-reverse;
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
:host([orientation="horizontal"]) [part="viewport"] {
|
|
86
|
+
flex-direction: row;
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
:host([orientation="horizontal"][reverse]) [part="viewport"] {
|
|
90
|
+
flex-direction: row-reverse;
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
:host ::slotted([hidden]) {
|
|
94
|
+
display: none !important;
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
:host([stacking="depth"]) [part="viewport"] {
|
|
98
|
+
align-items: center;
|
|
99
|
+
position: relative;
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
:host(:not([stacking="depth"])) ::slotted(.banner-group-item) {
|
|
103
|
+
will-change: opacity, transform;
|
|
104
|
+
transition: opacity .22s, transform .32s cubic-bezier(.22, .61, .36, 1);
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
:host(:not([stacking="depth"])) ::slotted(.banner-group-item[hidden]) {
|
|
108
|
+
display: none !important;
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
:host(:not([stacking="depth"])) ::slotted(.banner-group-item[data-active="true"]) {
|
|
112
|
+
opacity: 1;
|
|
113
|
+
position: relative;
|
|
114
|
+
transform: translate3d(0, 0, 0);
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
:host(:not([stacking="depth"])) ::slotted(.banner-group-item:not([data-active="true"]):not([data-leaving="true"])) {
|
|
118
|
+
opacity: 0;
|
|
119
|
+
transform: translate3d(0, 8px, 0);
|
|
120
|
+
}
|
|
121
|
+
|
|
122
|
+
:host([orientation="horizontal"]:not([stacking="depth"])) ::slotted(.banner-group-item:not([data-active="true"]):not([data-leaving="true"])) {
|
|
123
|
+
transform: translate3d(8px, 0, 0);
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
:host(:not([stacking="depth"])) ::slotted(.banner-group-item[data-leaving="true"]) {
|
|
127
|
+
opacity: 0;
|
|
128
|
+
transform: translate3d(0, -8px, 0);
|
|
129
|
+
}
|
|
130
|
+
|
|
131
|
+
:host([orientation="horizontal"]:not([stacking="depth"])) ::slotted(.banner-group-item[data-leaving="true"]) {
|
|
132
|
+
transform: translate3d(-8px, 0, 0);
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
:host([stacking="depth"]) ::slotted(.banner-group-item) {
|
|
136
|
+
transform-origin: top;
|
|
137
|
+
pointer-events: none;
|
|
138
|
+
--_depth-offset: var(--banner-group-item-depth-offset, 0);
|
|
139
|
+
--_item-index: var(--banner-group-item-index, 0);
|
|
140
|
+
--_direction: 1;
|
|
141
|
+
--_translate-primary: calc(var(--banner-group-depth-translate-step) * var(--_depth-offset) * var(--_direction) * 1px);
|
|
142
|
+
--_scale: calc(1 - (var(--banner-group-depth-scale-step) * var(--_depth-offset)));
|
|
143
|
+
--_opacity: calc(1 - (var(--banner-group-depth-opacity-step) * var(--_depth-offset)));
|
|
144
|
+
z-index: calc(var(--banner-group-visible-count, 1) - var(--_depth-offset));
|
|
145
|
+
transform: translateY(var(--_translate-primary)) scale(var(--_scale));
|
|
146
|
+
opacity: var(--_opacity);
|
|
147
|
+
transition: transform .16s, opacity .16s;
|
|
148
|
+
position: absolute;
|
|
149
|
+
inset: 0;
|
|
150
|
+
}
|
|
151
|
+
|
|
152
|
+
:host([stacking="depth"][reverse]) ::slotted(.banner-group-item) {
|
|
153
|
+
--_direction: -1;
|
|
154
|
+
transform-origin: bottom;
|
|
155
|
+
}
|
|
156
|
+
|
|
157
|
+
:host([stacking="depth"][orientation="horizontal"]) ::slotted(.banner-group-item) {
|
|
158
|
+
transform-origin: 100%;
|
|
159
|
+
transform: translateX(var(--_translate-primary)) scale(var(--_scale));
|
|
160
|
+
}
|
|
161
|
+
|
|
162
|
+
:host([stacking="depth"][orientation="horizontal"][reverse]) ::slotted(.banner-group-item) {
|
|
163
|
+
--_direction: -1;
|
|
164
|
+
transform-origin: 0;
|
|
165
|
+
}
|
|
166
|
+
|
|
167
|
+
:host([stacking="depth"]) ::slotted(.banner-group-item[data-active="true"]) {
|
|
168
|
+
z-index: 1000;
|
|
169
|
+
pointer-events: auto;
|
|
170
|
+
position: relative;
|
|
171
|
+
}
|
|
172
|
+
|
|
173
|
+
:host([stacking="depth"]:hover) ::slotted(.banner-group-item) {
|
|
174
|
+
opacity: 1;
|
|
175
|
+
pointer-events: auto;
|
|
176
|
+
z-index: auto;
|
|
177
|
+
position: static;
|
|
178
|
+
inset: auto;
|
|
179
|
+
transform: none;
|
|
180
|
+
}
|
|
181
|
+
|
|
182
|
+
:host([stacking="depth"][orientation="horizontal"]:hover) ::slotted(.banner-group-item) {
|
|
183
|
+
transform: none;
|
|
184
|
+
}
|
|
185
|
+
|
|
186
|
+
`;
|
|
187
|
+
}
|
|
188
|
+
//# sourceMappingURL=BannerGroupElement.Joy.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BannerGroupElement.Joy.js","sourceRoot":"","sources":["../../../../../../src/Controls/Components/Grouping/BannerGroup/Themes/BannerGroupElement.Joy.ts"],"names":[],"mappings":"AAAA,iFAAiF;AACjF,mBAAmB;AACnB,yCAAyC;AACzC,qGAAqG;AACrG,oBAAoB;AACpB,iFAAiF;AAEjF,kBAAkB;AAElB,OAAO,EAAE,GAAG,EAAkB,MAAM,wBAAwB,CAAC;AAE7D,aAAa;AAEb;;GAEG;AACH,MAAM,UAAU,0BAA0B;IACtC,OAAO,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KA4KT,CAAC;AACN,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BannerGroupElement.Retro.d.ts","sourceRoot":"","sources":["../../../../../../src/Controls/Components/Grouping/BannerGroup/Themes/BannerGroupElement.Retro.ts"],"names":[],"mappings":"AASA,OAAO,EAAO,KAAK,SAAS,EAAE,MAAM,wBAAwB,CAAC;AAI7D;;GAEG;AACH,wBAAgB,4BAA4B,IAAI,SAAS,CA8KxD"}
|
|
@@ -0,0 +1,188 @@
|
|
|
1
|
+
// ------------------------------------------------------------------------------
|
|
2
|
+
// <auto-generated>
|
|
3
|
+
// This code was generated by a tool.
|
|
4
|
+
// Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.
|
|
5
|
+
// </auto-generated>
|
|
6
|
+
// ------------------------------------------------------------------------------
|
|
7
|
+
// #region Imports
|
|
8
|
+
import { css } from '../../../../../Dom/Css';
|
|
9
|
+
// #endregion
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*/
|
|
13
|
+
export function bannerGroupElementRetroStyle() {
|
|
14
|
+
return css `
|
|
15
|
+
:host {
|
|
16
|
+
--banner-group-font-family: unset;
|
|
17
|
+
--banner-group-font-letter-spacing: unset;
|
|
18
|
+
--banner-group-font-line-height: unset;
|
|
19
|
+
--banner-group-font-size: unset;
|
|
20
|
+
--banner-group-font-text-decoration: unset;
|
|
21
|
+
--banner-group-font-text-transform: unset;
|
|
22
|
+
--banner-group-font-weight: unset;
|
|
23
|
+
--banner-group-gap: unset;
|
|
24
|
+
--banner-group-padding-bottom: unset;
|
|
25
|
+
--banner-group-padding-left: unset;
|
|
26
|
+
--banner-group-padding-right: unset;
|
|
27
|
+
--banner-group-padding-top: unset;
|
|
28
|
+
--banner-group-transition-duration: unset;
|
|
29
|
+
--banner-group-transition-mode: unset;
|
|
30
|
+
--banner-group-transition-property: unset;
|
|
31
|
+
--banner-group-translate: unset;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
@media screen and (prefers-reduced-motion: reduce) {
|
|
35
|
+
:host {
|
|
36
|
+
transition-duration: .01ms;
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
:host {
|
|
41
|
+
box-sizing: border-box;
|
|
42
|
+
display: block;
|
|
43
|
+
position: relative;
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
:host *, :host :before, :host :after {
|
|
47
|
+
box-sizing: border-box;
|
|
48
|
+
background-repeat: no-repeat;
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
:host :before, :host :after {
|
|
52
|
+
text-decoration: inherit;
|
|
53
|
+
vertical-align: inherit;
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
:host([hidden]) {
|
|
57
|
+
display: none !important;
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
:host {
|
|
61
|
+
--banner-group-gap: 0px;
|
|
62
|
+
--banner-group-indicator-size: 8px;
|
|
63
|
+
--banner-group-indicator-gap: 8px;
|
|
64
|
+
--banner-group-depth-scale-step: .08;
|
|
65
|
+
--banner-group-depth-translate-step: 12;
|
|
66
|
+
--banner-group-depth-opacity-step: 0;
|
|
67
|
+
display: block;
|
|
68
|
+
position: relative;
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
:host [part="viewport"] {
|
|
72
|
+
gap: var(--banner-group-gap);
|
|
73
|
+
flex-direction: row;
|
|
74
|
+
display: flex;
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
:host([orientation="vertical"]) [part="viewport"] {
|
|
78
|
+
flex-direction: column;
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
:host([orientation="vertical"][reverse]) [part="viewport"] {
|
|
82
|
+
flex-direction: column-reverse;
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
:host([orientation="horizontal"]) [part="viewport"] {
|
|
86
|
+
flex-direction: row;
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
:host([orientation="horizontal"][reverse]) [part="viewport"] {
|
|
90
|
+
flex-direction: row-reverse;
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
:host ::slotted([hidden]) {
|
|
94
|
+
display: none !important;
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
:host([stacking="depth"]) [part="viewport"] {
|
|
98
|
+
align-items: center;
|
|
99
|
+
position: relative;
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
:host(:not([stacking="depth"])) ::slotted(.banner-group-item) {
|
|
103
|
+
will-change: opacity, transform;
|
|
104
|
+
transition: opacity .22s, transform .32s cubic-bezier(.22, .61, .36, 1);
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
:host(:not([stacking="depth"])) ::slotted(.banner-group-item[hidden]) {
|
|
108
|
+
display: none !important;
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
:host(:not([stacking="depth"])) ::slotted(.banner-group-item[data-active="true"]) {
|
|
112
|
+
opacity: 1;
|
|
113
|
+
position: relative;
|
|
114
|
+
transform: translate3d(0, 0, 0);
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
:host(:not([stacking="depth"])) ::slotted(.banner-group-item:not([data-active="true"]):not([data-leaving="true"])) {
|
|
118
|
+
opacity: 0;
|
|
119
|
+
transform: translate3d(0, 8px, 0);
|
|
120
|
+
}
|
|
121
|
+
|
|
122
|
+
:host([orientation="horizontal"]:not([stacking="depth"])) ::slotted(.banner-group-item:not([data-active="true"]):not([data-leaving="true"])) {
|
|
123
|
+
transform: translate3d(8px, 0, 0);
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
:host(:not([stacking="depth"])) ::slotted(.banner-group-item[data-leaving="true"]) {
|
|
127
|
+
opacity: 0;
|
|
128
|
+
transform: translate3d(0, -8px, 0);
|
|
129
|
+
}
|
|
130
|
+
|
|
131
|
+
:host([orientation="horizontal"]:not([stacking="depth"])) ::slotted(.banner-group-item[data-leaving="true"]) {
|
|
132
|
+
transform: translate3d(-8px, 0, 0);
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
:host([stacking="depth"]) ::slotted(.banner-group-item) {
|
|
136
|
+
transform-origin: top;
|
|
137
|
+
pointer-events: none;
|
|
138
|
+
--_depth-offset: var(--banner-group-item-depth-offset, 0);
|
|
139
|
+
--_item-index: var(--banner-group-item-index, 0);
|
|
140
|
+
--_direction: 1;
|
|
141
|
+
--_translate-primary: calc(var(--banner-group-depth-translate-step) * var(--_depth-offset) * var(--_direction) * 1px);
|
|
142
|
+
--_scale: calc(1 - (var(--banner-group-depth-scale-step) * var(--_depth-offset)));
|
|
143
|
+
--_opacity: calc(1 - (var(--banner-group-depth-opacity-step) * var(--_depth-offset)));
|
|
144
|
+
z-index: calc(var(--banner-group-visible-count, 1) - var(--_depth-offset));
|
|
145
|
+
transform: translateY(var(--_translate-primary)) scale(var(--_scale));
|
|
146
|
+
opacity: var(--_opacity);
|
|
147
|
+
transition: transform .16s, opacity .16s;
|
|
148
|
+
position: absolute;
|
|
149
|
+
inset: 0;
|
|
150
|
+
}
|
|
151
|
+
|
|
152
|
+
:host([stacking="depth"][reverse]) ::slotted(.banner-group-item) {
|
|
153
|
+
--_direction: -1;
|
|
154
|
+
transform-origin: bottom;
|
|
155
|
+
}
|
|
156
|
+
|
|
157
|
+
:host([stacking="depth"][orientation="horizontal"]) ::slotted(.banner-group-item) {
|
|
158
|
+
transform-origin: 100%;
|
|
159
|
+
transform: translateX(var(--_translate-primary)) scale(var(--_scale));
|
|
160
|
+
}
|
|
161
|
+
|
|
162
|
+
:host([stacking="depth"][orientation="horizontal"][reverse]) ::slotted(.banner-group-item) {
|
|
163
|
+
--_direction: -1;
|
|
164
|
+
transform-origin: 0;
|
|
165
|
+
}
|
|
166
|
+
|
|
167
|
+
:host([stacking="depth"]) ::slotted(.banner-group-item[data-active="true"]) {
|
|
168
|
+
z-index: 1000;
|
|
169
|
+
pointer-events: auto;
|
|
170
|
+
position: relative;
|
|
171
|
+
}
|
|
172
|
+
|
|
173
|
+
:host([stacking="depth"]:hover) ::slotted(.banner-group-item) {
|
|
174
|
+
opacity: 1;
|
|
175
|
+
pointer-events: auto;
|
|
176
|
+
z-index: auto;
|
|
177
|
+
position: static;
|
|
178
|
+
inset: auto;
|
|
179
|
+
transform: none;
|
|
180
|
+
}
|
|
181
|
+
|
|
182
|
+
:host([stacking="depth"][orientation="horizontal"]:hover) ::slotted(.banner-group-item) {
|
|
183
|
+
transform: none;
|
|
184
|
+
}
|
|
185
|
+
|
|
186
|
+
`;
|
|
187
|
+
}
|
|
188
|
+
//# sourceMappingURL=BannerGroupElement.Retro.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BannerGroupElement.Retro.js","sourceRoot":"","sources":["../../../../../../src/Controls/Components/Grouping/BannerGroup/Themes/BannerGroupElement.Retro.ts"],"names":[],"mappings":"AAAA,iFAAiF;AACjF,mBAAmB;AACnB,yCAAyC;AACzC,qGAAqG;AACrG,oBAAoB;AACpB,iFAAiF;AAEjF,kBAAkB;AAElB,OAAO,EAAE,GAAG,EAAkB,MAAM,wBAAwB,CAAC;AAE7D,aAAa;AAEb;;GAEG;AACH,MAAM,UAAU,4BAA4B;IACxC,OAAO,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KA4KT,CAAC;AACN,CAAC"}
|
|
@@ -96,9 +96,5 @@ export declare abstract class InputBaseElement extends InputBaseElement_base imp
|
|
|
96
96
|
*/
|
|
97
97
|
private tryGetInput;
|
|
98
98
|
}
|
|
99
|
-
/**
|
|
100
|
-
* @public
|
|
101
|
-
*/
|
|
102
|
-
export declare function isInputBase(element: Element): element is InputBaseElement;
|
|
103
99
|
export {};
|
|
104
100
|
//# sourceMappingURL=InputBase.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"InputBase.d.ts","sourceRoot":"","sources":["../../../../../src/Controls/Components/Inputs/Abstracts/InputBase.ts"],"names":[],"mappings":"AAEA,OAAO,EAAa,KAAK,eAAe,EAAE,MAAM,8BAA8B,CAAC;AAG/E,OAAO,EAAE,UAAU,EAAE,MAAM,2BAA2B,CAAC;AACvD,OAAO,EAAE,aAAa,EAAE,MAAM,+BAA+B,CAAC;AAC9D,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AAC3D,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAIrD;;;;GAIG;AACH,MAAM,WAAW,eAAgB,SAAQ,eAAe;IAEpD,QAAQ,EAAE,OAAO,CAAC;IAElB,KAAK,EAAE,UAAU,CAAC;IAElB,SAAS,EAAE,gBAAgB,GAAG,IAAI,CAAC;IAEnC,MAAM,EAAE,aAAa,GAAG,IAAI,CAAC;CAEhC;;AAED;;;;;GAKG;AACH,8BAAsB,gBAClB,SAAQ,qBACR,YAAW,eAAe;IAI1B,OAAO,CAAC,MAAM,CAAa;IAC3B,OAAO,CAAC,SAAS,CAAU;IAC3B,OAAO,CAAC,UAAU,CAA0B;IAC5C,OAAO,CAAC,OAAO,CAAuB;IAMtC;;OAEG;;IAcH;;;;;OAKG;IACH,IAIW,QAAQ,IAAI,OAAO,CAE7B;IAED,IAAW,QAAQ,CAAC,KAAK,EAAE,OAAO,EAKjC;IAED;;;;;;OAMG;IACH,IACW,KAAK,IAAI,UAAU,CAE7B;IAED,OAAO,KAAK,KAAK,QAKhB;IAED;;;;OAIG;IACH,IACW,SAAS,IAAI,gBAAgB,GAAG,IAAI,CAE9C;IAED,IAAW,SAAS,CAAC,KAAK,EAAE,gBAAgB,GAAG,IAAI,EAKlD;IAED;;;;OAIG;IACH,IACW,MAAM,IAAI,aAAa,GAAG,IAAI,CAExC;IAED,IAAW,MAAM,CAAC,KAAK,EAAE,aAAa,GAAG,IAAI,EAK5C;IAMD;;;;OAIG;IACI,KAAK,IAAI,IAAI;IAIpB;;OAEG;IACH,SAAS,CAAC,QAAQ,CAAC,KAAK,EAAE,gBAAgB,GAAG,mBAAmB,GAAG,OAAO;IAQ1E;;OAEG;IACH,SAAS,CAAC,MAAM,CAAC,MAAM,EAAE,UAAU,GAAG,IAAI;IAa1C;;OAEG;IACH,SAAS,CAAC,OAAO,CAAC,MAAM,EAAE,UAAU,GAAG,IAAI;IAI3C;;OAEG;IACH,SAAS,CAAC,OAAO,CAAC,MAAM,EAAE,UAAU,GAAG,IAAI;IAI3C;;OAEG;IACH,OAAO,CAAC,UAAU;IAkBlB;;OAEG;IACH,OAAO,CAAC,aAAa;IAoBrB;;OAEG;IACH,OAAO,CAAC,WAAW;CAUtB
|
|
1
|
+
{"version":3,"file":"InputBase.d.ts","sourceRoot":"","sources":["../../../../../src/Controls/Components/Inputs/Abstracts/InputBase.ts"],"names":[],"mappings":"AAEA,OAAO,EAAa,KAAK,eAAe,EAAE,MAAM,8BAA8B,CAAC;AAG/E,OAAO,EAAE,UAAU,EAAE,MAAM,2BAA2B,CAAC;AACvD,OAAO,EAAE,aAAa,EAAE,MAAM,+BAA+B,CAAC;AAC9D,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AAC3D,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAIrD;;;;GAIG;AACH,MAAM,WAAW,eAAgB,SAAQ,eAAe;IAEpD,QAAQ,EAAE,OAAO,CAAC;IAElB,KAAK,EAAE,UAAU,CAAC;IAElB,SAAS,EAAE,gBAAgB,GAAG,IAAI,CAAC;IAEnC,MAAM,EAAE,aAAa,GAAG,IAAI,CAAC;CAEhC;;AAED;;;;;GAKG;AACH,8BAAsB,gBAClB,SAAQ,qBACR,YAAW,eAAe;IAI1B,OAAO,CAAC,MAAM,CAAa;IAC3B,OAAO,CAAC,SAAS,CAAU;IAC3B,OAAO,CAAC,UAAU,CAA0B;IAC5C,OAAO,CAAC,OAAO,CAAuB;IAMtC;;OAEG;;IAcH;;;;;OAKG;IACH,IAIW,QAAQ,IAAI,OAAO,CAE7B;IAED,IAAW,QAAQ,CAAC,KAAK,EAAE,OAAO,EAKjC;IAED;;;;;;OAMG;IACH,IACW,KAAK,IAAI,UAAU,CAE7B;IAED,OAAO,KAAK,KAAK,QAKhB;IAED;;;;OAIG;IACH,IACW,SAAS,IAAI,gBAAgB,GAAG,IAAI,CAE9C;IAED,IAAW,SAAS,CAAC,KAAK,EAAE,gBAAgB,GAAG,IAAI,EAKlD;IAED;;;;OAIG;IACH,IACW,MAAM,IAAI,aAAa,GAAG,IAAI,CAExC;IAED,IAAW,MAAM,CAAC,KAAK,EAAE,aAAa,GAAG,IAAI,EAK5C;IAMD;;;;OAIG;IACI,KAAK,IAAI,IAAI;IAIpB;;OAEG;IACH,SAAS,CAAC,QAAQ,CAAC,KAAK,EAAE,gBAAgB,GAAG,mBAAmB,GAAG,OAAO;IAQ1E;;OAEG;IACH,SAAS,CAAC,MAAM,CAAC,MAAM,EAAE,UAAU,GAAG,IAAI;IAa1C;;OAEG;IACH,SAAS,CAAC,OAAO,CAAC,MAAM,EAAE,UAAU,GAAG,IAAI;IAI3C;;OAEG;IACH,SAAS,CAAC,OAAO,CAAC,MAAM,EAAE,UAAU,GAAG,IAAI;IAI3C;;OAEG;IACH,OAAO,CAAC,UAAU;IAkBlB;;OAEG;IACH,OAAO,CAAC,aAAa;IAoBrB;;OAEG;IACH,OAAO,CAAC,WAAW;CAUtB"}
|