@breadstone/mosaik-elements-foundation 0.0.211 → 0.0.214
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/Components/Abstracts/CustomElement.js.map +1 -1
- package/Controls/Components/Overlays/Dialog/DialogService.d.ts +0 -22
- package/Controls/Components/Overlays/Dialog/DialogService.d.ts.map +1 -1
- package/Controls/Components/Overlays/Dialog/DialogService.js +2 -12
- package/Controls/Components/Overlays/Dialog/DialogService.js.map +1 -1
- package/Controls/Components/Overlays/Dialog/Themes/DialogElement.Cosmopolitan.d.ts.map +1 -1
- package/Controls/Components/Overlays/Dialog/Themes/DialogElement.Cosmopolitan.js +13 -0
- package/Controls/Components/Overlays/Dialog/Themes/DialogElement.Cosmopolitan.js.map +1 -1
- package/Controls/Components/Overlays/Dialog/Themes/DialogElement.Joy.d.ts.map +1 -1
- package/Controls/Components/Overlays/Dialog/Themes/DialogElement.Joy.js +13 -0
- package/Controls/Components/Overlays/Dialog/Themes/DialogElement.Joy.js.map +1 -1
- package/Controls/Components/Overlays/Dialog/Themes/DialogElement.Memphis.d.ts.map +1 -1
- package/Controls/Components/Overlays/Dialog/Themes/DialogElement.Memphis.js +13 -0
- package/Controls/Components/Overlays/Dialog/Themes/DialogElement.Memphis.js.map +1 -1
- package/Controls/Components/Overlays/Dialog/behaviors/DialogStackBehavior.d.ts +119 -0
- package/Controls/Components/Overlays/Dialog/behaviors/DialogStackBehavior.d.ts.map +1 -0
- package/Controls/Components/Overlays/Dialog/behaviors/DialogStackBehavior.js +246 -0
- package/Controls/Components/Overlays/Dialog/behaviors/DialogStackBehavior.js.map +1 -0
- package/Controls/Components/Overlays/Dialog/behaviors/IDialogStackBehaviorConfig.d.ts +64 -0
- package/Controls/Components/Overlays/Dialog/behaviors/IDialogStackBehaviorConfig.d.ts.map +1 -0
- package/Controls/Components/Overlays/Dialog/behaviors/IDialogStackBehaviorConfig.js +15 -0
- package/Controls/Components/Overlays/Dialog/behaviors/IDialogStackBehaviorConfig.js.map +1 -0
- package/Controls/Components/Overlays/Dialog/behaviors/withDialogStackBehavior.d.ts +11 -0
- package/Controls/Components/Overlays/Dialog/behaviors/withDialogStackBehavior.d.ts.map +1 -0
- package/Controls/Components/Overlays/Dialog/behaviors/withDialogStackBehavior.js +14 -0
- package/Controls/Components/Overlays/Dialog/behaviors/withDialogStackBehavior.js.map +1 -0
- package/Controls/Components/Overlays/Drawer/DrawerActionsElement.d.ts +44 -0
- package/Controls/Components/Overlays/Drawer/DrawerActionsElement.d.ts.map +1 -0
- package/Controls/Components/Overlays/Drawer/DrawerActionsElement.js +71 -0
- package/Controls/Components/Overlays/Drawer/DrawerActionsElement.js.map +1 -0
- package/Controls/Components/Overlays/Drawer/DrawerActionsElementTemplate.d.ts +9 -0
- package/Controls/Components/Overlays/Drawer/DrawerActionsElementTemplate.d.ts.map +1 -0
- package/Controls/Components/Overlays/Drawer/DrawerActionsElementTemplate.js +36 -0
- package/Controls/Components/Overlays/Drawer/DrawerActionsElementTemplate.js.map +1 -0
- package/Controls/Components/Overlays/Drawer/DrawerElement.d.ts +4 -2
- package/Controls/Components/Overlays/Drawer/DrawerElement.d.ts.map +1 -1
- package/Controls/Components/Overlays/Drawer/DrawerElement.js +4 -2
- package/Controls/Components/Overlays/Drawer/DrawerElement.js.map +1 -1
- package/Controls/Components/Overlays/Drawer/DrawerElementTemplate.d.ts.map +1 -1
- package/Controls/Components/Overlays/Drawer/DrawerElementTemplate.js +6 -1
- package/Controls/Components/Overlays/Drawer/DrawerElementTemplate.js.map +1 -1
- package/Controls/Components/Overlays/Drawer/DrawerService.d.ts +0 -17
- package/Controls/Components/Overlays/Drawer/DrawerService.d.ts.map +1 -1
- package/Controls/Components/Overlays/Drawer/DrawerService.js +4 -16
- package/Controls/Components/Overlays/Drawer/DrawerService.js.map +1 -1
- package/Controls/Components/Overlays/Drawer/IDrawerActionsElementProps.d.ts +9 -0
- package/Controls/Components/Overlays/Drawer/IDrawerActionsElementProps.d.ts.map +1 -0
- package/Controls/Components/Overlays/Drawer/IDrawerActionsElementProps.js +3 -0
- package/Controls/Components/Overlays/Drawer/IDrawerActionsElementProps.js.map +1 -0
- package/Controls/Components/Overlays/Drawer/Themes/DrawerActionsElement.Cosmopolitan.d.ts +6 -0
- package/Controls/Components/Overlays/Drawer/Themes/DrawerActionsElement.Cosmopolitan.d.ts.map +1 -0
- package/Controls/Components/Overlays/Drawer/Themes/DrawerActionsElement.Cosmopolitan.js +76 -0
- package/Controls/Components/Overlays/Drawer/Themes/DrawerActionsElement.Cosmopolitan.js.map +1 -0
- package/Controls/Components/Overlays/Drawer/Themes/DrawerActionsElement.Joy.d.ts +6 -0
- package/Controls/Components/Overlays/Drawer/Themes/DrawerActionsElement.Joy.d.ts.map +1 -0
- package/Controls/Components/Overlays/Drawer/Themes/DrawerActionsElement.Joy.js +76 -0
- package/Controls/Components/Overlays/Drawer/Themes/DrawerActionsElement.Joy.js.map +1 -0
- package/Controls/Components/Overlays/Drawer/Themes/DrawerActionsElement.Memphis.d.ts +6 -0
- package/Controls/Components/Overlays/Drawer/Themes/DrawerActionsElement.Memphis.d.ts.map +1 -0
- package/Controls/Components/Overlays/Drawer/Themes/DrawerActionsElement.Memphis.js +76 -0
- package/Controls/Components/Overlays/Drawer/Themes/DrawerActionsElement.Memphis.js.map +1 -0
- package/Controls/Components/Overlays/Drawer/Themes/DrawerElement.Cosmopolitan.d.ts.map +1 -1
- package/Controls/Components/Overlays/Drawer/Themes/DrawerElement.Cosmopolitan.js +48 -1
- package/Controls/Components/Overlays/Drawer/Themes/DrawerElement.Cosmopolitan.js.map +1 -1
- package/Controls/Components/Overlays/Drawer/Themes/DrawerElement.Joy.d.ts.map +1 -1
- package/Controls/Components/Overlays/Drawer/Themes/DrawerElement.Joy.js +48 -1
- package/Controls/Components/Overlays/Drawer/Themes/DrawerElement.Joy.js.map +1 -1
- package/Controls/Components/Overlays/Drawer/Themes/DrawerElement.Memphis.d.ts.map +1 -1
- package/Controls/Components/Overlays/Drawer/Themes/DrawerElement.Memphis.js +48 -1
- package/Controls/Components/Overlays/Drawer/Themes/DrawerElement.Memphis.js.map +1 -1
- package/Controls/Components/Overlays/Drawer/Themes/DrawerFooterElement.Cosmopolitan.d.ts.map +1 -1
- package/Controls/Components/Overlays/Drawer/Themes/DrawerFooterElement.Cosmopolitan.js +0 -6
- package/Controls/Components/Overlays/Drawer/Themes/DrawerFooterElement.Cosmopolitan.js.map +1 -1
- package/Controls/Components/Overlays/Drawer/Themes/DrawerFooterElement.Joy.d.ts.map +1 -1
- package/Controls/Components/Overlays/Drawer/Themes/DrawerFooterElement.Joy.js +0 -6
- package/Controls/Components/Overlays/Drawer/Themes/DrawerFooterElement.Joy.js.map +1 -1
- package/Controls/Components/Overlays/Drawer/Themes/DrawerFooterElement.Memphis.d.ts.map +1 -1
- package/Controls/Components/Overlays/Drawer/Themes/DrawerFooterElement.Memphis.js +0 -6
- package/Controls/Components/Overlays/Drawer/Themes/DrawerFooterElement.Memphis.js.map +1 -1
- package/Controls/Components/Overlays/Drawer/behaviors/DrawerStackBehavior.d.ts +136 -0
- package/Controls/Components/Overlays/Drawer/behaviors/DrawerStackBehavior.d.ts.map +1 -0
- package/Controls/Components/Overlays/Drawer/behaviors/DrawerStackBehavior.js +309 -0
- package/Controls/Components/Overlays/Drawer/behaviors/DrawerStackBehavior.js.map +1 -0
- package/Controls/Components/Overlays/Drawer/behaviors/IDrawerStackBehaviorConfig.d.ts +57 -0
- package/Controls/Components/Overlays/Drawer/behaviors/IDrawerStackBehaviorConfig.d.ts.map +1 -0
- package/Controls/Components/Overlays/Drawer/behaviors/IDrawerStackBehaviorConfig.js +14 -0
- package/Controls/Components/Overlays/Drawer/behaviors/IDrawerStackBehaviorConfig.js.map +1 -0
- package/Controls/Components/Overlays/Drawer/behaviors/withDrawerStackBehavior.d.ts +11 -0
- package/Controls/Components/Overlays/Drawer/behaviors/withDrawerStackBehavior.d.ts.map +1 -0
- package/Controls/Components/Overlays/Drawer/behaviors/withDrawerStackBehavior.js +14 -0
- package/Controls/Components/Overlays/Drawer/behaviors/withDrawerStackBehavior.js.map +1 -0
- package/Controls/Components/Overlays/MessageBox/MessageBoxService.d.ts +0 -1
- package/Controls/Components/Overlays/MessageBox/MessageBoxService.d.ts.map +1 -1
- package/Controls/Components/Overlays/MessageBox/MessageBoxService.js +0 -5
- package/Controls/Components/Overlays/MessageBox/MessageBoxService.js.map +1 -1
- package/Controls/Components/Overlays/Sheet/SheetService.d.ts +0 -1
- package/Controls/Components/Overlays/Sheet/SheetService.d.ts.map +1 -1
- package/Controls/Components/Overlays/Sheet/SheetService.js +0 -5
- package/Controls/Components/Overlays/Sheet/SheetService.js.map +1 -1
- package/Controls/Components/Overlays/Toast/ToastElement.d.ts.map +1 -1
- package/Controls/Components/Overlays/Toast/ToastElement.js +8 -3
- package/Controls/Components/Overlays/Toast/ToastElement.js.map +1 -1
- package/Controls/Components/Overlays/Toast/ToastElementTemplate.js +1 -1
- package/Controls/Components/Overlays/Toast/ToastElementTemplate.js.map +1 -1
- package/Controls/Components/Overlays/Toast/ToastService.d.ts +0 -1
- package/Controls/Components/Overlays/Toast/ToastService.d.ts.map +1 -1
- package/Controls/Components/Overlays/Toast/ToastService.js +0 -5
- package/Controls/Components/Overlays/Toast/ToastService.js.map +1 -1
- package/Controls/Components/Primitives/ResizeThumb/Events/ResizeThumbResizeEndEvent.d.ts +42 -0
- package/Controls/Components/Primitives/ResizeThumb/Events/ResizeThumbResizeEndEvent.d.ts.map +1 -0
- package/Controls/Components/Primitives/ResizeThumb/Events/ResizeThumbResizeEndEvent.js +3 -0
- package/Controls/Components/Primitives/ResizeThumb/Events/ResizeThumbResizeEndEvent.js.map +1 -0
- package/Controls/Components/Primitives/ResizeThumb/Events/ResizeThumbResizeStartEvent.d.ts +32 -0
- package/Controls/Components/Primitives/ResizeThumb/Events/ResizeThumbResizeStartEvent.d.ts.map +1 -0
- package/Controls/Components/Primitives/ResizeThumb/Events/ResizeThumbResizeStartEvent.js +3 -0
- package/Controls/Components/Primitives/ResizeThumb/Events/ResizeThumbResizeStartEvent.js.map +1 -0
- package/Controls/Components/Primitives/ResizeThumb/Events/ResizeThumbResizingEvent.d.ts +50 -0
- package/Controls/Components/Primitives/ResizeThumb/Events/ResizeThumbResizingEvent.d.ts.map +1 -0
- package/Controls/Components/Primitives/ResizeThumb/Events/ResizeThumbResizingEvent.js +3 -0
- package/Controls/Components/Primitives/ResizeThumb/Events/ResizeThumbResizingEvent.js.map +1 -0
- package/Controls/Components/Primitives/ResizeThumb/IResizeThumbElementProps.d.ts +40 -0
- package/Controls/Components/Primitives/ResizeThumb/IResizeThumbElementProps.d.ts.map +1 -0
- package/Controls/Components/Primitives/ResizeThumb/IResizeThumbElementProps.js +3 -0
- package/Controls/Components/Primitives/ResizeThumb/IResizeThumbElementProps.js.map +1 -0
- package/Controls/Components/Primitives/ResizeThumb/ResizeThumbElement.d.ts +251 -0
- package/Controls/Components/Primitives/ResizeThumb/ResizeThumbElement.d.ts.map +1 -0
- package/Controls/Components/Primitives/ResizeThumb/ResizeThumbElement.js +474 -0
- package/Controls/Components/Primitives/ResizeThumb/ResizeThumbElement.js.map +1 -0
- package/Controls/Components/Primitives/ResizeThumb/ResizeThumbElementTemplate.d.ts +9 -0
- package/Controls/Components/Primitives/ResizeThumb/ResizeThumbElementTemplate.d.ts.map +1 -0
- package/Controls/Components/Primitives/ResizeThumb/ResizeThumbElementTemplate.js +14 -0
- package/Controls/Components/Primitives/ResizeThumb/ResizeThumbElementTemplate.js.map +1 -0
- package/Controls/Components/Primitives/ResizeThumb/Themes/ResizeThumbElement.Cosmopolitan.d.ts +6 -0
- package/Controls/Components/Primitives/ResizeThumb/Themes/ResizeThumbElement.Cosmopolitan.d.ts.map +1 -0
- package/Controls/Components/Primitives/ResizeThumb/Themes/ResizeThumbElement.Cosmopolitan.js +104 -0
- package/Controls/Components/Primitives/ResizeThumb/Themes/ResizeThumbElement.Cosmopolitan.js.map +1 -0
- package/Controls/Components/Primitives/ResizeThumb/Themes/ResizeThumbElement.Joy.d.ts +6 -0
- package/Controls/Components/Primitives/ResizeThumb/Themes/ResizeThumbElement.Joy.d.ts.map +1 -0
- package/Controls/Components/Primitives/ResizeThumb/Themes/ResizeThumbElement.Joy.js +142 -0
- package/Controls/Components/Primitives/ResizeThumb/Themes/ResizeThumbElement.Joy.js.map +1 -0
- package/Controls/Components/Primitives/ResizeThumb/Themes/ResizeThumbElement.Memphis.d.ts +6 -0
- package/Controls/Components/Primitives/ResizeThumb/Themes/ResizeThumbElement.Memphis.d.ts.map +1 -0
- package/Controls/Components/Primitives/ResizeThumb/Themes/ResizeThumbElement.Memphis.js +104 -0
- package/Controls/Components/Primitives/ResizeThumb/Themes/ResizeThumbElement.Memphis.js.map +1 -0
- package/Controls/Components/Ranges/MeterBar/MeterBarElement.d.ts +4 -1
- package/Controls/Components/Ranges/MeterBar/MeterBarElement.d.ts.map +1 -1
- package/Controls/Components/Ranges/MeterBar/MeterBarElement.js +4 -1
- package/Controls/Components/Ranges/MeterBar/MeterBarElement.js.map +1 -1
- package/Controls/Components/Ranges/MeterBar/Themes/MeterBarElement.Cosmopolitan.js +2 -2
- package/Controls/Components/Ranges/MeterBar/Themes/MeterBarElement.Joy.js +2 -2
- package/Controls/Components/Ranges/MeterBar/Themes/MeterBarElement.Memphis.js +2 -2
- package/Controls/Components/Selectors/Abstracts/Selector/SelectorElement.d.ts.map +1 -1
- package/Controls/Controllers/ResizeThumbController.d.ts +349 -0
- package/Controls/Controllers/ResizeThumbController.d.ts.map +1 -0
- package/Controls/Controllers/ResizeThumbController.js +520 -0
- package/Controls/Controllers/ResizeThumbController.js.map +1 -0
- package/Controls/Types/ResizeDirection.d.ts +54 -0
- package/Controls/Types/ResizeDirection.d.ts.map +1 -0
- package/Controls/Types/ResizeDirection.js +60 -0
- package/Controls/Types/ResizeDirection.js.map +1 -0
- package/Dom/Interval.d.ts +16 -1
- package/Dom/Interval.d.ts.map +1 -1
- package/Dom/Interval.js +25 -2
- package/Dom/Interval.js.map +1 -1
- package/Index.d.ts +15 -6
- package/Index.d.ts.map +1 -1
- package/Index.js +10 -4
- package/Index.js.map +1 -1
- package/Routing/PathToRegexp.d.ts +1 -1
- package/custom-elements.json +2088 -1155
- package/package.json +3 -3
|
@@ -0,0 +1,76 @@
|
|
|
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 drawerActionsElementCosmopolitanStyle() {
|
|
14
|
+
return css `
|
|
15
|
+
:host {
|
|
16
|
+
--drawer-actions-font-family: unset;
|
|
17
|
+
--drawer-actions-font-letter-spacing: unset;
|
|
18
|
+
--drawer-actions-font-line-height: unset;
|
|
19
|
+
--drawer-actions-font-size: unset;
|
|
20
|
+
--drawer-actions-font-text-decoration: unset;
|
|
21
|
+
--drawer-actions-font-text-transform: unset;
|
|
22
|
+
--drawer-actions-font-weight: unset;
|
|
23
|
+
--drawer-actions-gap: unset;
|
|
24
|
+
--drawer-actions-padding-bottom: unset;
|
|
25
|
+
--drawer-actions-padding-left: unset;
|
|
26
|
+
--drawer-actions-padding-right: unset;
|
|
27
|
+
--drawer-actions-padding-top: unset;
|
|
28
|
+
--drawer-actions-transition-duration: unset;
|
|
29
|
+
--drawer-actions-transition-mode: unset;
|
|
30
|
+
--drawer-actions-transition-property: unset;
|
|
31
|
+
--drawer-actions-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
|
+
padding: var(--drawer-actions-padding-top) var(--drawer-actions-padding-right) var(--drawer-actions-padding-bottom) var(--drawer-actions-padding-left);
|
|
62
|
+
justify-content: space-between;
|
|
63
|
+
align-items: center;
|
|
64
|
+
gap: var(--drawer-actions-gap);
|
|
65
|
+
flex-direction: row;
|
|
66
|
+
display: flex;
|
|
67
|
+
position: relative;
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
:host [part="innerStack"] {
|
|
71
|
+
--stack-gap: var(--drawer-actions-gap);
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
`;
|
|
75
|
+
}
|
|
76
|
+
//# sourceMappingURL=DrawerActionsElement.Cosmopolitan.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DrawerActionsElement.Cosmopolitan.js","sourceRoot":"","sources":["../../../../../../src/Controls/Components/Overlays/Drawer/Themes/DrawerActionsElement.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,qCAAqC;IACjD,OAAO,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KA4DT,CAAC;AACN,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DrawerActionsElement.Joy.d.ts","sourceRoot":"","sources":["../../../../../../src/Controls/Components/Overlays/Drawer/Themes/DrawerActionsElement.Joy.ts"],"names":[],"mappings":"AASA,OAAO,EAAO,KAAK,SAAS,EAAE,MAAM,wBAAwB,CAAC;AAI7D;;GAEG;AACH,wBAAgB,4BAA4B,IAAI,SAAS,CA8DxD"}
|
|
@@ -0,0 +1,76 @@
|
|
|
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 drawerActionsElementJoyStyle() {
|
|
14
|
+
return css `
|
|
15
|
+
:host {
|
|
16
|
+
--drawer-actions-font-family: unset;
|
|
17
|
+
--drawer-actions-font-letter-spacing: unset;
|
|
18
|
+
--drawer-actions-font-line-height: unset;
|
|
19
|
+
--drawer-actions-font-size: unset;
|
|
20
|
+
--drawer-actions-font-text-decoration: unset;
|
|
21
|
+
--drawer-actions-font-text-transform: unset;
|
|
22
|
+
--drawer-actions-font-weight: unset;
|
|
23
|
+
--drawer-actions-gap: var(--joy-layout-space);
|
|
24
|
+
--drawer-actions-padding-bottom: calc(var(--joy-layout-space) * 2);
|
|
25
|
+
--drawer-actions-padding-left: calc(var(--joy-layout-space) * 2);
|
|
26
|
+
--drawer-actions-padding-right: calc(var(--joy-layout-space) * 2);
|
|
27
|
+
--drawer-actions-padding-top: calc(var(--joy-layout-space) * 2);
|
|
28
|
+
--drawer-actions-transition-duration: unset;
|
|
29
|
+
--drawer-actions-transition-mode: unset;
|
|
30
|
+
--drawer-actions-transition-property: unset;
|
|
31
|
+
--drawer-actions-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
|
+
padding: var(--drawer-actions-padding-top) var(--drawer-actions-padding-right) var(--drawer-actions-padding-bottom) var(--drawer-actions-padding-left);
|
|
62
|
+
justify-content: space-between;
|
|
63
|
+
align-items: center;
|
|
64
|
+
gap: var(--drawer-actions-gap);
|
|
65
|
+
flex-direction: row;
|
|
66
|
+
display: flex;
|
|
67
|
+
position: relative;
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
:host [part="innerStack"] {
|
|
71
|
+
--stack-gap: var(--drawer-actions-gap);
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
`;
|
|
75
|
+
}
|
|
76
|
+
//# sourceMappingURL=DrawerActionsElement.Joy.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DrawerActionsElement.Joy.js","sourceRoot":"","sources":["../../../../../../src/Controls/Components/Overlays/Drawer/Themes/DrawerActionsElement.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,4BAA4B;IACxC,OAAO,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KA4DT,CAAC;AACN,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DrawerActionsElement.Memphis.d.ts","sourceRoot":"","sources":["../../../../../../src/Controls/Components/Overlays/Drawer/Themes/DrawerActionsElement.Memphis.ts"],"names":[],"mappings":"AASA,OAAO,EAAO,KAAK,SAAS,EAAE,MAAM,wBAAwB,CAAC;AAI7D;;GAEG;AACH,wBAAgB,gCAAgC,IAAI,SAAS,CA8D5D"}
|
|
@@ -0,0 +1,76 @@
|
|
|
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 drawerActionsElementMemphisStyle() {
|
|
14
|
+
return css `
|
|
15
|
+
:host {
|
|
16
|
+
--drawer-actions-font-family: unset;
|
|
17
|
+
--drawer-actions-font-letter-spacing: unset;
|
|
18
|
+
--drawer-actions-font-line-height: unset;
|
|
19
|
+
--drawer-actions-font-size: unset;
|
|
20
|
+
--drawer-actions-font-text-decoration: unset;
|
|
21
|
+
--drawer-actions-font-text-transform: unset;
|
|
22
|
+
--drawer-actions-font-weight: unset;
|
|
23
|
+
--drawer-actions-gap: var(--memphis-layout-space);
|
|
24
|
+
--drawer-actions-padding-bottom: calc(var(--memphis-layout-space) * 2);
|
|
25
|
+
--drawer-actions-padding-left: calc(var(--memphis-layout-space) * 2);
|
|
26
|
+
--drawer-actions-padding-right: calc(var(--memphis-layout-space) * 2);
|
|
27
|
+
--drawer-actions-padding-top: calc(var(--memphis-layout-space) * 2);
|
|
28
|
+
--drawer-actions-transition-duration: unset;
|
|
29
|
+
--drawer-actions-transition-mode: unset;
|
|
30
|
+
--drawer-actions-transition-property: unset;
|
|
31
|
+
--drawer-actions-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
|
+
padding: var(--drawer-actions-padding-top) var(--drawer-actions-padding-right) var(--drawer-actions-padding-bottom) var(--drawer-actions-padding-left);
|
|
62
|
+
justify-content: space-between;
|
|
63
|
+
align-items: center;
|
|
64
|
+
gap: var(--drawer-actions-gap);
|
|
65
|
+
flex-direction: row;
|
|
66
|
+
display: flex;
|
|
67
|
+
position: relative;
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
:host [part="innerStack"] {
|
|
71
|
+
--stack-gap: var(--drawer-actions-gap);
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
`;
|
|
75
|
+
}
|
|
76
|
+
//# sourceMappingURL=DrawerActionsElement.Memphis.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DrawerActionsElement.Memphis.js","sourceRoot":"","sources":["../../../../../../src/Controls/Components/Overlays/Drawer/Themes/DrawerActionsElement.Memphis.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,gCAAgC;IAC5C,OAAO,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KA4DT,CAAC;AACN,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DrawerElement.Cosmopolitan.d.ts","sourceRoot":"","sources":["../../../../../../src/Controls/Components/Overlays/Drawer/Themes/DrawerElement.Cosmopolitan.ts"],"names":[],"mappings":"AASA,OAAO,EAAO,KAAK,SAAS,EAAE,MAAM,wBAAwB,CAAC;AAI7D;;GAEG;AACH,wBAAgB,8BAA8B,IAAI,SAAS,
|
|
1
|
+
{"version":3,"file":"DrawerElement.Cosmopolitan.d.ts","sourceRoot":"","sources":["../../../../../../src/Controls/Components/Overlays/Drawer/Themes/DrawerElement.Cosmopolitan.ts"],"names":[],"mappings":"AASA,OAAO,EAAO,KAAK,SAAS,EAAE,MAAM,wBAAwB,CAAC;AAI7D;;GAEG;AACH,wBAAgB,8BAA8B,IAAI,SAAS,CAiN1D"}
|
|
@@ -92,6 +92,7 @@ export function drawerElementCosmopolitanStyle() {
|
|
|
92
92
|
flex-direction: column;
|
|
93
93
|
display: flex;
|
|
94
94
|
position: absolute;
|
|
95
|
+
overflow: hidden;
|
|
95
96
|
}
|
|
96
97
|
|
|
97
98
|
:host [part="root"] [part="heading"], :host [part="root"] [part="main"] {
|
|
@@ -104,7 +105,6 @@ export function drawerElementCosmopolitanStyle() {
|
|
|
104
105
|
|
|
105
106
|
:host [part="root"]:after {
|
|
106
107
|
content: "";
|
|
107
|
-
width: var(--drawer-line-thickness);
|
|
108
108
|
background-color: var(--drawer-border-color);
|
|
109
109
|
position: absolute;
|
|
110
110
|
top: 0;
|
|
@@ -143,18 +143,46 @@ export function drawerElementCosmopolitanStyle() {
|
|
|
143
143
|
left: 0;
|
|
144
144
|
}
|
|
145
145
|
|
|
146
|
+
:host([position="left"]) [part="root"]:after {
|
|
147
|
+
width: var(--drawer-line-thickness);
|
|
148
|
+
right: 0;
|
|
149
|
+
left: unset;
|
|
150
|
+
}
|
|
151
|
+
|
|
146
152
|
:host([position="right"]) [part="root"] {
|
|
147
153
|
right: 0;
|
|
148
154
|
}
|
|
149
155
|
|
|
156
|
+
:host([position="right"]) [part="root"]:after {
|
|
157
|
+
width: var(--drawer-line-thickness);
|
|
158
|
+
left: 0;
|
|
159
|
+
right: unset;
|
|
160
|
+
}
|
|
161
|
+
|
|
150
162
|
:host([position="top"]) [part="root"] {
|
|
151
163
|
top: 0;
|
|
152
164
|
}
|
|
153
165
|
|
|
166
|
+
:host([position="top"]) [part="root"]:after {
|
|
167
|
+
height: var(--drawer-line-thickness);
|
|
168
|
+
bottom: 0;
|
|
169
|
+
left: 0;
|
|
170
|
+
right: 0;
|
|
171
|
+
top: unset;
|
|
172
|
+
}
|
|
173
|
+
|
|
154
174
|
:host([position="bottom"]) [part="root"] {
|
|
155
175
|
bottom: 0;
|
|
156
176
|
}
|
|
157
177
|
|
|
178
|
+
:host([position="bottom"]) [part="root"]:after {
|
|
179
|
+
height: var(--drawer-line-thickness);
|
|
180
|
+
top: 0;
|
|
181
|
+
left: 0;
|
|
182
|
+
right: 0;
|
|
183
|
+
bottom: unset;
|
|
184
|
+
}
|
|
185
|
+
|
|
158
186
|
:host([position="left"]:not([is-open])) [part="root"] {
|
|
159
187
|
margin-left: -40px;
|
|
160
188
|
}
|
|
@@ -171,6 +199,25 @@ export function drawerElementCosmopolitanStyle() {
|
|
|
171
199
|
margin-bottom: -40px;
|
|
172
200
|
}
|
|
173
201
|
|
|
202
|
+
:host([data-stack-level]) {
|
|
203
|
+
z-index: var(--drawer-z-index, 1);
|
|
204
|
+
}
|
|
205
|
+
|
|
206
|
+
:host([data-stack-level]:not([data-stack-level="0"])):before {
|
|
207
|
+
content: "";
|
|
208
|
+
top: var(--drawer-stack-indicator-offset, 0);
|
|
209
|
+
left: var(--drawer-stack-indicator-offset, 0);
|
|
210
|
+
right: calc(-1 * var(--drawer-stack-indicator-offset, 0));
|
|
211
|
+
bottom: calc(-1 * var(--drawer-stack-indicator-offset, 0));
|
|
212
|
+
pointer-events: none;
|
|
213
|
+
position: absolute;
|
|
214
|
+
}
|
|
215
|
+
|
|
216
|
+
:host(.mosaik-drawer-stacked) [part="root"] {
|
|
217
|
+
pointer-events: none;
|
|
218
|
+
filter: brightness(.95);
|
|
219
|
+
}
|
|
220
|
+
|
|
174
221
|
`;
|
|
175
222
|
}
|
|
176
223
|
//# sourceMappingURL=DrawerElement.Cosmopolitan.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DrawerElement.Cosmopolitan.js","sourceRoot":"","sources":["../../../../../../src/Controls/Components/Overlays/Drawer/Themes/DrawerElement.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,8BAA8B;IAC1C,OAAO,GAAG,CAAA
|
|
1
|
+
{"version":3,"file":"DrawerElement.Cosmopolitan.js","sourceRoot":"","sources":["../../../../../../src/Controls/Components/Overlays/Drawer/Themes/DrawerElement.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,8BAA8B;IAC1C,OAAO,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KA+MT,CAAC;AACN,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DrawerElement.Joy.d.ts","sourceRoot":"","sources":["../../../../../../src/Controls/Components/Overlays/Drawer/Themes/DrawerElement.Joy.ts"],"names":[],"mappings":"AASA,OAAO,EAAO,KAAK,SAAS,EAAE,MAAM,wBAAwB,CAAC;AAI7D;;GAEG;AACH,wBAAgB,qBAAqB,IAAI,SAAS,
|
|
1
|
+
{"version":3,"file":"DrawerElement.Joy.d.ts","sourceRoot":"","sources":["../../../../../../src/Controls/Components/Overlays/Drawer/Themes/DrawerElement.Joy.ts"],"names":[],"mappings":"AASA,OAAO,EAAO,KAAK,SAAS,EAAE,MAAM,wBAAwB,CAAC;AAI7D;;GAEG;AACH,wBAAgB,qBAAqB,IAAI,SAAS,CAiNjD"}
|
|
@@ -92,6 +92,7 @@ export function drawerElementJoyStyle() {
|
|
|
92
92
|
flex-direction: column;
|
|
93
93
|
display: flex;
|
|
94
94
|
position: absolute;
|
|
95
|
+
overflow: hidden;
|
|
95
96
|
}
|
|
96
97
|
|
|
97
98
|
:host [part="root"] [part="heading"], :host [part="root"] [part="main"] {
|
|
@@ -104,7 +105,6 @@ export function drawerElementJoyStyle() {
|
|
|
104
105
|
|
|
105
106
|
:host [part="root"]:after {
|
|
106
107
|
content: "";
|
|
107
|
-
width: var(--drawer-line-thickness);
|
|
108
108
|
background-color: var(--drawer-border-color);
|
|
109
109
|
position: absolute;
|
|
110
110
|
top: 0;
|
|
@@ -143,18 +143,46 @@ export function drawerElementJoyStyle() {
|
|
|
143
143
|
left: 0;
|
|
144
144
|
}
|
|
145
145
|
|
|
146
|
+
:host([position="left"]) [part="root"]:after {
|
|
147
|
+
width: var(--drawer-line-thickness);
|
|
148
|
+
right: 0;
|
|
149
|
+
left: unset;
|
|
150
|
+
}
|
|
151
|
+
|
|
146
152
|
:host([position="right"]) [part="root"] {
|
|
147
153
|
right: 0;
|
|
148
154
|
}
|
|
149
155
|
|
|
156
|
+
:host([position="right"]) [part="root"]:after {
|
|
157
|
+
width: var(--drawer-line-thickness);
|
|
158
|
+
left: 0;
|
|
159
|
+
right: unset;
|
|
160
|
+
}
|
|
161
|
+
|
|
150
162
|
:host([position="top"]) [part="root"] {
|
|
151
163
|
top: 0;
|
|
152
164
|
}
|
|
153
165
|
|
|
166
|
+
:host([position="top"]) [part="root"]:after {
|
|
167
|
+
height: var(--drawer-line-thickness);
|
|
168
|
+
bottom: 0;
|
|
169
|
+
left: 0;
|
|
170
|
+
right: 0;
|
|
171
|
+
top: unset;
|
|
172
|
+
}
|
|
173
|
+
|
|
154
174
|
:host([position="bottom"]) [part="root"] {
|
|
155
175
|
bottom: 0;
|
|
156
176
|
}
|
|
157
177
|
|
|
178
|
+
:host([position="bottom"]) [part="root"]:after {
|
|
179
|
+
height: var(--drawer-line-thickness);
|
|
180
|
+
top: 0;
|
|
181
|
+
left: 0;
|
|
182
|
+
right: 0;
|
|
183
|
+
bottom: unset;
|
|
184
|
+
}
|
|
185
|
+
|
|
158
186
|
:host([position="left"]:not([is-open])) [part="root"] {
|
|
159
187
|
margin-left: -40px;
|
|
160
188
|
}
|
|
@@ -171,6 +199,25 @@ export function drawerElementJoyStyle() {
|
|
|
171
199
|
margin-bottom: -40px;
|
|
172
200
|
}
|
|
173
201
|
|
|
202
|
+
:host([data-stack-level]) {
|
|
203
|
+
z-index: var(--drawer-z-index, 1);
|
|
204
|
+
}
|
|
205
|
+
|
|
206
|
+
:host([data-stack-level]:not([data-stack-level="0"])):before {
|
|
207
|
+
content: "";
|
|
208
|
+
top: var(--drawer-stack-indicator-offset, 0);
|
|
209
|
+
left: var(--drawer-stack-indicator-offset, 0);
|
|
210
|
+
right: calc(-1 * var(--drawer-stack-indicator-offset, 0));
|
|
211
|
+
bottom: calc(-1 * var(--drawer-stack-indicator-offset, 0));
|
|
212
|
+
pointer-events: none;
|
|
213
|
+
position: absolute;
|
|
214
|
+
}
|
|
215
|
+
|
|
216
|
+
:host(.mosaik-drawer-stacked) [part="root"] {
|
|
217
|
+
pointer-events: none;
|
|
218
|
+
filter: brightness(.95);
|
|
219
|
+
}
|
|
220
|
+
|
|
174
221
|
`;
|
|
175
222
|
}
|
|
176
223
|
//# sourceMappingURL=DrawerElement.Joy.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DrawerElement.Joy.js","sourceRoot":"","sources":["../../../../../../src/Controls/Components/Overlays/Drawer/Themes/DrawerElement.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,qBAAqB;IACjC,OAAO,GAAG,CAAA
|
|
1
|
+
{"version":3,"file":"DrawerElement.Joy.js","sourceRoot":"","sources":["../../../../../../src/Controls/Components/Overlays/Drawer/Themes/DrawerElement.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,qBAAqB;IACjC,OAAO,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KA+MT,CAAC;AACN,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DrawerElement.Memphis.d.ts","sourceRoot":"","sources":["../../../../../../src/Controls/Components/Overlays/Drawer/Themes/DrawerElement.Memphis.ts"],"names":[],"mappings":"AASA,OAAO,EAAO,KAAK,SAAS,EAAE,MAAM,wBAAwB,CAAC;AAI7D;;GAEG;AACH,wBAAgB,yBAAyB,IAAI,SAAS,
|
|
1
|
+
{"version":3,"file":"DrawerElement.Memphis.d.ts","sourceRoot":"","sources":["../../../../../../src/Controls/Components/Overlays/Drawer/Themes/DrawerElement.Memphis.ts"],"names":[],"mappings":"AASA,OAAO,EAAO,KAAK,SAAS,EAAE,MAAM,wBAAwB,CAAC;AAI7D;;GAEG;AACH,wBAAgB,yBAAyB,IAAI,SAAS,CAqNrD"}
|
|
@@ -92,6 +92,7 @@ export function drawerElementMemphisStyle() {
|
|
|
92
92
|
flex-direction: column;
|
|
93
93
|
display: flex;
|
|
94
94
|
position: absolute;
|
|
95
|
+
overflow: hidden;
|
|
95
96
|
}
|
|
96
97
|
|
|
97
98
|
:host [part="root"] [part="heading"], :host [part="root"] [part="main"] {
|
|
@@ -104,7 +105,6 @@ export function drawerElementMemphisStyle() {
|
|
|
104
105
|
|
|
105
106
|
:host [part="root"]:after {
|
|
106
107
|
content: "";
|
|
107
|
-
width: var(--drawer-line-thickness);
|
|
108
108
|
background-color: var(--drawer-border-color);
|
|
109
109
|
position: absolute;
|
|
110
110
|
top: 0;
|
|
@@ -143,18 +143,46 @@ export function drawerElementMemphisStyle() {
|
|
|
143
143
|
left: 0;
|
|
144
144
|
}
|
|
145
145
|
|
|
146
|
+
:host([position="left"]) [part="root"]:after {
|
|
147
|
+
width: var(--drawer-line-thickness);
|
|
148
|
+
right: 0;
|
|
149
|
+
left: unset;
|
|
150
|
+
}
|
|
151
|
+
|
|
146
152
|
:host([position="right"]) [part="root"] {
|
|
147
153
|
right: 0;
|
|
148
154
|
}
|
|
149
155
|
|
|
156
|
+
:host([position="right"]) [part="root"]:after {
|
|
157
|
+
width: var(--drawer-line-thickness);
|
|
158
|
+
left: 0;
|
|
159
|
+
right: unset;
|
|
160
|
+
}
|
|
161
|
+
|
|
150
162
|
:host([position="top"]) [part="root"] {
|
|
151
163
|
top: 0;
|
|
152
164
|
}
|
|
153
165
|
|
|
166
|
+
:host([position="top"]) [part="root"]:after {
|
|
167
|
+
height: var(--drawer-line-thickness);
|
|
168
|
+
bottom: 0;
|
|
169
|
+
left: 0;
|
|
170
|
+
right: 0;
|
|
171
|
+
top: unset;
|
|
172
|
+
}
|
|
173
|
+
|
|
154
174
|
:host([position="bottom"]) [part="root"] {
|
|
155
175
|
bottom: 0;
|
|
156
176
|
}
|
|
157
177
|
|
|
178
|
+
:host([position="bottom"]) [part="root"]:after {
|
|
179
|
+
height: var(--drawer-line-thickness);
|
|
180
|
+
top: 0;
|
|
181
|
+
left: 0;
|
|
182
|
+
right: 0;
|
|
183
|
+
bottom: unset;
|
|
184
|
+
}
|
|
185
|
+
|
|
158
186
|
:host([position="left"]:not([is-open])) [part="root"] {
|
|
159
187
|
margin-left: -40px;
|
|
160
188
|
}
|
|
@@ -171,6 +199,25 @@ export function drawerElementMemphisStyle() {
|
|
|
171
199
|
margin-bottom: -40px;
|
|
172
200
|
}
|
|
173
201
|
|
|
202
|
+
:host([data-stack-level]) {
|
|
203
|
+
z-index: var(--drawer-z-index, 1);
|
|
204
|
+
}
|
|
205
|
+
|
|
206
|
+
:host([data-stack-level]:not([data-stack-level="0"])):before {
|
|
207
|
+
content: "";
|
|
208
|
+
top: var(--drawer-stack-indicator-offset, 0);
|
|
209
|
+
left: var(--drawer-stack-indicator-offset, 0);
|
|
210
|
+
right: calc(-1 * var(--drawer-stack-indicator-offset, 0));
|
|
211
|
+
bottom: calc(-1 * var(--drawer-stack-indicator-offset, 0));
|
|
212
|
+
pointer-events: none;
|
|
213
|
+
position: absolute;
|
|
214
|
+
}
|
|
215
|
+
|
|
216
|
+
:host(.mosaik-drawer-stacked) [part="root"] {
|
|
217
|
+
pointer-events: none;
|
|
218
|
+
filter: brightness(.95);
|
|
219
|
+
}
|
|
220
|
+
|
|
174
221
|
:host [part="root"]:after {
|
|
175
222
|
width: var(--drawer-border-width);
|
|
176
223
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DrawerElement.Memphis.js","sourceRoot":"","sources":["../../../../../../src/Controls/Components/Overlays/Drawer/Themes/DrawerElement.Memphis.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,yBAAyB;IACrC,OAAO,GAAG,CAAA
|
|
1
|
+
{"version":3,"file":"DrawerElement.Memphis.js","sourceRoot":"","sources":["../../../../../../src/Controls/Components/Overlays/Drawer/Themes/DrawerElement.Memphis.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,yBAAyB;IACrC,OAAO,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAmNT,CAAC;AACN,CAAC"}
|
package/Controls/Components/Overlays/Drawer/Themes/DrawerFooterElement.Cosmopolitan.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DrawerFooterElement.Cosmopolitan.d.ts","sourceRoot":"","sources":["../../../../../../src/Controls/Components/Overlays/Drawer/Themes/DrawerFooterElement.Cosmopolitan.ts"],"names":[],"mappings":"AASA,OAAO,EAAO,KAAK,SAAS,EAAE,MAAM,wBAAwB,CAAC;AAI7D;;GAEG;AACH,wBAAgB,oCAAoC,IAAI,SAAS,
|
|
1
|
+
{"version":3,"file":"DrawerFooterElement.Cosmopolitan.d.ts","sourceRoot":"","sources":["../../../../../../src/Controls/Components/Overlays/Drawer/Themes/DrawerFooterElement.Cosmopolitan.ts"],"names":[],"mappings":"AASA,OAAO,EAAO,KAAK,SAAS,EAAE,MAAM,wBAAwB,CAAC;AAI7D;;GAEG;AACH,wBAAgB,oCAAoC,IAAI,SAAS,CAoEhE"}
|
|
@@ -58,14 +58,8 @@ export function drawerFooterElementCosmopolitanStyle() {
|
|
|
58
58
|
}
|
|
59
59
|
|
|
60
60
|
:host {
|
|
61
|
-
justify-content: space-between;
|
|
62
|
-
align-items: center;
|
|
63
|
-
gap: var(--drawer-gap);
|
|
64
|
-
height: 56px;
|
|
65
61
|
padding: var(--drawer-padding-top) var(--drawer-padding-right) var(--drawer-padding-bottom) var(--drawer-padding-left);
|
|
66
62
|
gap: var(--drawer-gap);
|
|
67
|
-
flex-direction: row;
|
|
68
|
-
display: flex;
|
|
69
63
|
position: relative;
|
|
70
64
|
}
|
|
71
65
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DrawerFooterElement.Cosmopolitan.js","sourceRoot":"","sources":["../../../../../../src/Controls/Components/Overlays/Drawer/Themes/DrawerFooterElement.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,oCAAoC;IAChD,OAAO,GAAG,CAAA
|
|
1
|
+
{"version":3,"file":"DrawerFooterElement.Cosmopolitan.js","sourceRoot":"","sources":["../../../../../../src/Controls/Components/Overlays/Drawer/Themes/DrawerFooterElement.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,oCAAoC;IAChD,OAAO,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAkET,CAAC;AACN,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DrawerFooterElement.Joy.d.ts","sourceRoot":"","sources":["../../../../../../src/Controls/Components/Overlays/Drawer/Themes/DrawerFooterElement.Joy.ts"],"names":[],"mappings":"AASA,OAAO,EAAO,KAAK,SAAS,EAAE,MAAM,wBAAwB,CAAC;AAI7D;;GAEG;AACH,wBAAgB,2BAA2B,IAAI,SAAS,
|
|
1
|
+
{"version":3,"file":"DrawerFooterElement.Joy.d.ts","sourceRoot":"","sources":["../../../../../../src/Controls/Components/Overlays/Drawer/Themes/DrawerFooterElement.Joy.ts"],"names":[],"mappings":"AASA,OAAO,EAAO,KAAK,SAAS,EAAE,MAAM,wBAAwB,CAAC;AAI7D;;GAEG;AACH,wBAAgB,2BAA2B,IAAI,SAAS,CAoEvD"}
|
|
@@ -58,14 +58,8 @@ export function drawerFooterElementJoyStyle() {
|
|
|
58
58
|
}
|
|
59
59
|
|
|
60
60
|
:host {
|
|
61
|
-
justify-content: space-between;
|
|
62
|
-
align-items: center;
|
|
63
|
-
gap: var(--drawer-gap);
|
|
64
|
-
height: 56px;
|
|
65
61
|
padding: var(--drawer-padding-top) var(--drawer-padding-right) var(--drawer-padding-bottom) var(--drawer-padding-left);
|
|
66
62
|
gap: var(--drawer-gap);
|
|
67
|
-
flex-direction: row;
|
|
68
|
-
display: flex;
|
|
69
63
|
position: relative;
|
|
70
64
|
}
|
|
71
65
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DrawerFooterElement.Joy.js","sourceRoot":"","sources":["../../../../../../src/Controls/Components/Overlays/Drawer/Themes/DrawerFooterElement.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,2BAA2B;IACvC,OAAO,GAAG,CAAA
|
|
1
|
+
{"version":3,"file":"DrawerFooterElement.Joy.js","sourceRoot":"","sources":["../../../../../../src/Controls/Components/Overlays/Drawer/Themes/DrawerFooterElement.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,2BAA2B;IACvC,OAAO,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAkET,CAAC;AACN,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DrawerFooterElement.Memphis.d.ts","sourceRoot":"","sources":["../../../../../../src/Controls/Components/Overlays/Drawer/Themes/DrawerFooterElement.Memphis.ts"],"names":[],"mappings":"AASA,OAAO,EAAO,KAAK,SAAS,EAAE,MAAM,wBAAwB,CAAC;AAI7D;;GAEG;AACH,wBAAgB,+BAA+B,IAAI,SAAS,
|
|
1
|
+
{"version":3,"file":"DrawerFooterElement.Memphis.d.ts","sourceRoot":"","sources":["../../../../../../src/Controls/Components/Overlays/Drawer/Themes/DrawerFooterElement.Memphis.ts"],"names":[],"mappings":"AASA,OAAO,EAAO,KAAK,SAAS,EAAE,MAAM,wBAAwB,CAAC;AAI7D;;GAEG;AACH,wBAAgB,+BAA+B,IAAI,SAAS,CAoE3D"}
|
|
@@ -58,14 +58,8 @@ export function drawerFooterElementMemphisStyle() {
|
|
|
58
58
|
}
|
|
59
59
|
|
|
60
60
|
:host {
|
|
61
|
-
justify-content: space-between;
|
|
62
|
-
align-items: center;
|
|
63
|
-
gap: var(--drawer-gap);
|
|
64
|
-
height: 56px;
|
|
65
61
|
padding: var(--drawer-padding-top) var(--drawer-padding-right) var(--drawer-padding-bottom) var(--drawer-padding-left);
|
|
66
62
|
gap: var(--drawer-gap);
|
|
67
|
-
flex-direction: row;
|
|
68
|
-
display: flex;
|
|
69
63
|
position: relative;
|
|
70
64
|
}
|
|
71
65
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DrawerFooterElement.Memphis.js","sourceRoot":"","sources":["../../../../../../src/Controls/Components/Overlays/Drawer/Themes/DrawerFooterElement.Memphis.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,+BAA+B;IAC3C,OAAO,GAAG,CAAA
|
|
1
|
+
{"version":3,"file":"DrawerFooterElement.Memphis.js","sourceRoot":"","sources":["../../../../../../src/Controls/Components/Overlays/Drawer/Themes/DrawerFooterElement.Memphis.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,+BAA+B;IAC3C,OAAO,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAkET,CAAC;AACN,CAAC"}
|