@breadstone/mosaik-elements-foundation 0.1.47 → 0.1.48
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/Overlays/Drawer/DrawerContainerElement.d.ts +19 -0
- package/Controls/Components/Overlays/Drawer/DrawerContainerElement.d.ts.map +1 -1
- package/Controls/Components/Overlays/Drawer/DrawerContainerElement.js +44 -1
- package/Controls/Components/Overlays/Drawer/DrawerContainerElement.js.map +1 -1
- package/Controls/Components/Overlays/Drawer/DrawerContentElement.d.ts +12 -7
- package/Controls/Components/Overlays/Drawer/DrawerContentElement.d.ts.map +1 -1
- package/Controls/Components/Overlays/Drawer/DrawerContentElement.js +24 -19
- package/Controls/Components/Overlays/Drawer/DrawerContentElement.js.map +1 -1
- package/Controls/Components/Overlays/Drawer/DrawerElement.d.ts +5 -0
- package/Controls/Components/Overlays/Drawer/DrawerElement.d.ts.map +1 -1
- package/Controls/Components/Overlays/Drawer/DrawerElement.js +9 -0
- package/Controls/Components/Overlays/Drawer/DrawerElement.js.map +1 -1
- package/Controls/Components/Overlays/Drawer/IDrawerContainerElementProps.d.ts +7 -0
- package/Controls/Components/Overlays/Drawer/IDrawerContainerElementProps.d.ts.map +1 -1
- package/Controls/Components/Overlays/Drawer/IDrawerContentElementProps.d.ts +1 -1
- package/Controls/Components/Overlays/Drawer/Themes/DrawerContainerElement.Cosmopolitan.d.ts.map +1 -1
- package/Controls/Components/Overlays/Drawer/Themes/DrawerContainerElement.Cosmopolitan.js +2 -1
- package/Controls/Components/Overlays/Drawer/Themes/DrawerContainerElement.Cosmopolitan.js.map +1 -1
- package/Controls/Components/Overlays/Drawer/Themes/DrawerContainerElement.Joy.d.ts.map +1 -1
- package/Controls/Components/Overlays/Drawer/Themes/DrawerContainerElement.Joy.js +2 -1
- package/Controls/Components/Overlays/Drawer/Themes/DrawerContainerElement.Joy.js.map +1 -1
- package/Controls/Components/Overlays/Drawer/Themes/DrawerContainerElement.Memphis.d.ts.map +1 -1
- package/Controls/Components/Overlays/Drawer/Themes/DrawerContainerElement.Memphis.js +2 -1
- package/Controls/Components/Overlays/Drawer/Themes/DrawerContainerElement.Memphis.js.map +1 -1
- package/Controls/Components/Overlays/Drawer/Themes/DrawerContentElement.Cosmopolitan.d.ts.map +1 -1
- package/Controls/Components/Overlays/Drawer/Themes/DrawerContentElement.Cosmopolitan.js +10 -3
- package/Controls/Components/Overlays/Drawer/Themes/DrawerContentElement.Cosmopolitan.js.map +1 -1
- package/Controls/Components/Overlays/Drawer/Themes/DrawerContentElement.Joy.d.ts.map +1 -1
- package/Controls/Components/Overlays/Drawer/Themes/DrawerContentElement.Joy.js +10 -3
- package/Controls/Components/Overlays/Drawer/Themes/DrawerContentElement.Joy.js.map +1 -1
- package/Controls/Components/Overlays/Drawer/Themes/DrawerContentElement.Memphis.d.ts.map +1 -1
- package/Controls/Components/Overlays/Drawer/Themes/DrawerContentElement.Memphis.js +10 -3
- package/Controls/Components/Overlays/Drawer/Themes/DrawerContentElement.Memphis.js.map +1 -1
- package/Controls/Components/Overlays/Drawer/Themes/DrawerElement.Cosmopolitan.d.ts.map +1 -1
- package/Controls/Components/Overlays/Drawer/Themes/DrawerElement.Cosmopolitan.js +4 -0
- 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 +4 -0
- 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 +4 -0
- package/Controls/Components/Overlays/Drawer/Themes/DrawerElement.Memphis.js.map +1 -1
- package/Controls/Components/Primitives/Paginator/IPaginatorElementProps.d.ts +38 -0
- package/Controls/Components/Primitives/Paginator/IPaginatorElementProps.d.ts.map +1 -1
- package/Controls/Components/Primitives/Paginator/IPaginatorElementProps.js +10 -1
- package/Controls/Components/Primitives/Paginator/IPaginatorElementProps.js.map +1 -1
- package/Controls/Components/Primitives/Paginator/PaginatorElement.d.ts +104 -8
- package/Controls/Components/Primitives/Paginator/PaginatorElement.d.ts.map +1 -1
- package/Controls/Components/Primitives/Paginator/PaginatorElement.js +288 -32
- package/Controls/Components/Primitives/Paginator/PaginatorElement.js.map +1 -1
- package/Controls/Components/Primitives/Paginator/PaginatorElementTemplate.d.ts.map +1 -1
- package/Controls/Components/Primitives/Paginator/PaginatorElementTemplate.js +35 -28
- package/Controls/Components/Primitives/Paginator/PaginatorElementTemplate.js.map +1 -1
- package/Controls/Components/Primitives/Paginator/Themes/PaginatorElement.Cosmopolitan.d.ts.map +1 -1
- package/Controls/Components/Primitives/Paginator/Themes/PaginatorElement.Cosmopolitan.js +28 -2
- package/Controls/Components/Primitives/Paginator/Themes/PaginatorElement.Cosmopolitan.js.map +1 -1
- package/Controls/Components/Primitives/Paginator/Themes/PaginatorElement.Joy.d.ts.map +1 -1
- package/Controls/Components/Primitives/Paginator/Themes/PaginatorElement.Joy.js +28 -2
- package/Controls/Components/Primitives/Paginator/Themes/PaginatorElement.Joy.js.map +1 -1
- package/Controls/Components/Primitives/Paginator/Themes/PaginatorElement.Memphis.d.ts.map +1 -1
- package/Controls/Components/Primitives/Paginator/Themes/PaginatorElement.Memphis.js +28 -2
- package/Controls/Components/Primitives/Paginator/Themes/PaginatorElement.Memphis.js.map +1 -1
- package/Controls/Components/Primitives/Paginator/intl/PaginatorElementIntl.d.ts +9 -0
- package/Controls/Components/Primitives/Paginator/intl/PaginatorElementIntl.d.ts.map +1 -1
- package/Controls/Components/Primitives/Paginator/intl/PaginatorElementIntl.js +14 -0
- package/Controls/Components/Primitives/Paginator/intl/PaginatorElementIntl.js.map +1 -1
- package/Controls/Components/Shell/AppElement.d.ts +17 -8
- package/Controls/Components/Shell/AppElement.d.ts.map +1 -1
- package/Controls/Components/Shell/AppElement.js +19 -10
- package/Controls/Components/Shell/AppElement.js.map +1 -1
- package/Controls/Components/Shell/AppElementTemplate.d.ts.map +1 -1
- package/Controls/Components/Shell/AppElementTemplate.js +8 -6
- package/Controls/Components/Shell/AppElementTemplate.js.map +1 -1
- package/Controls/Components/Shell/Themes/AppElement.Cosmopolitan.d.ts.map +1 -1
- package/Controls/Components/Shell/Themes/AppElement.Cosmopolitan.js +37 -19
- package/Controls/Components/Shell/Themes/AppElement.Cosmopolitan.js.map +1 -1
- package/Controls/Components/Shell/Themes/AppElement.Joy.d.ts.map +1 -1
- package/Controls/Components/Shell/Themes/AppElement.Joy.js +38 -20
- package/Controls/Components/Shell/Themes/AppElement.Joy.js.map +1 -1
- package/Controls/Components/Shell/Themes/AppElement.Memphis.d.ts.map +1 -1
- package/Controls/Components/Shell/Themes/AppElement.Memphis.js +37 -19
- package/Controls/Components/Shell/Themes/AppElement.Memphis.js.map +1 -1
- package/Controls/events/PaginatorEvents.d.ts +20 -0
- package/Controls/events/PaginatorEvents.d.ts.map +1 -1
- package/custom-elements.json +325 -37
- package/package.json +3 -3
|
@@ -64,12 +64,38 @@ export function paginatorElementCosmopolitanStyle() {
|
|
|
64
64
|
display: none !important;
|
|
65
65
|
}
|
|
66
66
|
|
|
67
|
-
:host [part
|
|
67
|
+
:host [part~="container"] {
|
|
68
|
+
flex-wrap: nowrap;
|
|
69
|
+
align-items: center;
|
|
70
|
+
gap: 8px;
|
|
71
|
+
min-width: 0;
|
|
72
|
+
display: flex;
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
:host [part~="pages-container"], :host [part~="size-selector-container"], :host [part~="range-container"] {
|
|
76
|
+
flex: none;
|
|
77
|
+
align-items: center;
|
|
78
|
+
min-width: 0;
|
|
79
|
+
display: flex;
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
:host [part~="pages-container"], :host [part~="range-container"] {
|
|
83
|
+
flex-wrap: nowrap;
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
:host [part~="range"] {
|
|
87
|
+
white-space: nowrap;
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
:host [part~="page"] {
|
|
91
|
+
flex: none;
|
|
68
92
|
min-width: 40px;
|
|
69
93
|
}
|
|
70
94
|
|
|
71
|
-
:host [part
|
|
95
|
+
:host [part~="size-selector"] {
|
|
96
|
+
flex: none;
|
|
72
97
|
width: 160px;
|
|
98
|
+
min-width: 160px;
|
|
73
99
|
}
|
|
74
100
|
|
|
75
101
|
`;
|
package/Controls/Components/Primitives/Paginator/Themes/PaginatorElement.Cosmopolitan.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PaginatorElement.Cosmopolitan.js","sourceRoot":"","sources":["../../../../../../src/Controls/Components/Primitives/Paginator/Themes/PaginatorElement.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,iCAAiC;IAC7C,OAAO,GAAG,CAAA
|
|
1
|
+
{"version":3,"file":"PaginatorElement.Cosmopolitan.js","sourceRoot":"","sources":["../../../../../../src/Controls/Components/Primitives/Paginator/Themes/PaginatorElement.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,iCAAiC;IAC7C,OAAO,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAuFT,CAAC;AACN,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PaginatorElement.Joy.d.ts","sourceRoot":"","sources":["../../../../../../src/Controls/Components/Primitives/Paginator/Themes/PaginatorElement.Joy.ts"],"names":[],"mappings":"AASA,OAAO,EAAO,KAAK,SAAS,EAAE,MAAM,wBAAwB,CAAC;AAI7D;;GAEG;AACH,wBAAgB,wBAAwB,IAAI,SAAS,
|
|
1
|
+
{"version":3,"file":"PaginatorElement.Joy.d.ts","sourceRoot":"","sources":["../../../../../../src/Controls/Components/Primitives/Paginator/Themes/PaginatorElement.Joy.ts"],"names":[],"mappings":"AASA,OAAO,EAAO,KAAK,SAAS,EAAE,MAAM,wBAAwB,CAAC;AAI7D;;GAEG;AACH,wBAAgB,wBAAwB,IAAI,SAAS,CAyFpD"}
|
|
@@ -64,12 +64,38 @@ export function paginatorElementJoyStyle() {
|
|
|
64
64
|
display: none !important;
|
|
65
65
|
}
|
|
66
66
|
|
|
67
|
-
:host [part
|
|
67
|
+
:host [part~="container"] {
|
|
68
|
+
flex-wrap: nowrap;
|
|
69
|
+
align-items: center;
|
|
70
|
+
gap: 8px;
|
|
71
|
+
min-width: 0;
|
|
72
|
+
display: flex;
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
:host [part~="pages-container"], :host [part~="size-selector-container"], :host [part~="range-container"] {
|
|
76
|
+
flex: none;
|
|
77
|
+
align-items: center;
|
|
78
|
+
min-width: 0;
|
|
79
|
+
display: flex;
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
:host [part~="pages-container"], :host [part~="range-container"] {
|
|
83
|
+
flex-wrap: nowrap;
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
:host [part~="range"] {
|
|
87
|
+
white-space: nowrap;
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
:host [part~="page"] {
|
|
91
|
+
flex: none;
|
|
68
92
|
min-width: 40px;
|
|
69
93
|
}
|
|
70
94
|
|
|
71
|
-
:host [part
|
|
95
|
+
:host [part~="size-selector"] {
|
|
96
|
+
flex: none;
|
|
72
97
|
width: 160px;
|
|
98
|
+
min-width: 160px;
|
|
73
99
|
}
|
|
74
100
|
|
|
75
101
|
`;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PaginatorElement.Joy.js","sourceRoot":"","sources":["../../../../../../src/Controls/Components/Primitives/Paginator/Themes/PaginatorElement.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,wBAAwB;IACpC,OAAO,GAAG,CAAA
|
|
1
|
+
{"version":3,"file":"PaginatorElement.Joy.js","sourceRoot":"","sources":["../../../../../../src/Controls/Components/Primitives/Paginator/Themes/PaginatorElement.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,wBAAwB;IACpC,OAAO,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAuFT,CAAC;AACN,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PaginatorElement.Memphis.d.ts","sourceRoot":"","sources":["../../../../../../src/Controls/Components/Primitives/Paginator/Themes/PaginatorElement.Memphis.ts"],"names":[],"mappings":"AASA,OAAO,EAAO,KAAK,SAAS,EAAE,MAAM,wBAAwB,CAAC;AAI7D;;GAEG;AACH,wBAAgB,4BAA4B,IAAI,SAAS,
|
|
1
|
+
{"version":3,"file":"PaginatorElement.Memphis.d.ts","sourceRoot":"","sources":["../../../../../../src/Controls/Components/Primitives/Paginator/Themes/PaginatorElement.Memphis.ts"],"names":[],"mappings":"AASA,OAAO,EAAO,KAAK,SAAS,EAAE,MAAM,wBAAwB,CAAC;AAI7D;;GAEG;AACH,wBAAgB,4BAA4B,IAAI,SAAS,CAyFxD"}
|
|
@@ -64,12 +64,38 @@ export function paginatorElementMemphisStyle() {
|
|
|
64
64
|
display: none !important;
|
|
65
65
|
}
|
|
66
66
|
|
|
67
|
-
:host [part
|
|
67
|
+
:host [part~="container"] {
|
|
68
|
+
flex-wrap: nowrap;
|
|
69
|
+
align-items: center;
|
|
70
|
+
gap: 8px;
|
|
71
|
+
min-width: 0;
|
|
72
|
+
display: flex;
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
:host [part~="pages-container"], :host [part~="size-selector-container"], :host [part~="range-container"] {
|
|
76
|
+
flex: none;
|
|
77
|
+
align-items: center;
|
|
78
|
+
min-width: 0;
|
|
79
|
+
display: flex;
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
:host [part~="pages-container"], :host [part~="range-container"] {
|
|
83
|
+
flex-wrap: nowrap;
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
:host [part~="range"] {
|
|
87
|
+
white-space: nowrap;
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
:host [part~="page"] {
|
|
91
|
+
flex: none;
|
|
68
92
|
min-width: 40px;
|
|
69
93
|
}
|
|
70
94
|
|
|
71
|
-
:host [part
|
|
95
|
+
:host [part~="size-selector"] {
|
|
96
|
+
flex: none;
|
|
72
97
|
width: 160px;
|
|
98
|
+
min-width: 160px;
|
|
73
99
|
}
|
|
74
100
|
|
|
75
101
|
`;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PaginatorElement.Memphis.js","sourceRoot":"","sources":["../../../../../../src/Controls/Components/Primitives/Paginator/Themes/PaginatorElement.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,4BAA4B;IACxC,OAAO,GAAG,CAAA
|
|
1
|
+
{"version":3,"file":"PaginatorElement.Memphis.js","sourceRoot":"","sources":["../../../../../../src/Controls/Components/Primitives/Paginator/Themes/PaginatorElement.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,4BAA4B;IACxC,OAAO,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAuFT,CAAC;AACN,CAAC"}
|
|
@@ -11,6 +11,7 @@ export declare class PaginatorElementIntl extends ElementIntlBase {
|
|
|
11
11
|
private _nextPageLabel;
|
|
12
12
|
private _previousPageLabel;
|
|
13
13
|
private _itemsPerPageLabel;
|
|
14
|
+
private _pageLabel;
|
|
14
15
|
/**
|
|
15
16
|
* Constructs a new instance of the `PaginatorElementIntl` class.
|
|
16
17
|
*
|
|
@@ -60,5 +61,13 @@ export declare class PaginatorElementIntl extends ElementIntlBase {
|
|
|
60
61
|
*/
|
|
61
62
|
get itemsPerPageLabel(): string;
|
|
62
63
|
set itemsPerPageLabel(value: string);
|
|
64
|
+
/**
|
|
65
|
+
* Gets or sets the page button label template.
|
|
66
|
+
* Use {0} for the page number.
|
|
67
|
+
*
|
|
68
|
+
* @public
|
|
69
|
+
*/
|
|
70
|
+
get pageLabel(): string;
|
|
71
|
+
set pageLabel(value: string);
|
|
63
72
|
}
|
|
64
73
|
//# sourceMappingURL=PaginatorElementIntl.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PaginatorElementIntl.d.ts","sourceRoot":"","sources":["../../../../../../src/Controls/Components/Primitives/Paginator/intl/PaginatorElementIntl.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,eAAe,EAAE,MAAM,+CAA+C,CAAC;AAIhF;;;;GAIG;AACH,qBAAa,oBACT,SAAQ,eAAe;IAIvB,OAAO,CAAC,WAAW,CAAS;IAC5B,OAAO,CAAC,eAAe,CAAS;IAChC,OAAO,CAAC,cAAc,CAAS;IAC/B,OAAO,CAAC,cAAc,CAAS;IAC/B,OAAO,CAAC,kBAAkB,CAAS;IACnC,OAAO,CAAC,kBAAkB,CAAS;
|
|
1
|
+
{"version":3,"file":"PaginatorElementIntl.d.ts","sourceRoot":"","sources":["../../../../../../src/Controls/Components/Primitives/Paginator/intl/PaginatorElementIntl.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,eAAe,EAAE,MAAM,+CAA+C,CAAC;AAIhF;;;;GAIG;AACH,qBAAa,oBACT,SAAQ,eAAe;IAIvB,OAAO,CAAC,WAAW,CAAS;IAC5B,OAAO,CAAC,eAAe,CAAS;IAChC,OAAO,CAAC,cAAc,CAAS;IAC/B,OAAO,CAAC,cAAc,CAAS;IAC/B,OAAO,CAAC,kBAAkB,CAAS;IACnC,OAAO,CAAC,kBAAkB,CAAS;IACnC,OAAO,CAAC,UAAU,CAAS;IAM3B;;;;OAIG;gBACgB,MAAM,CAAC,EAAE,MAAM;IAgBlC;;;;;OAKG;IACH,IAAW,UAAU,IAAI,MAAM,CAE9B;IACD,IAAW,UAAU,CAAC,KAAK,EAAE,MAAM,EAElC;IAED;;;;OAIG;IACH,IAAW,cAAc,IAAI,MAAM,CAElC;IACD,IAAW,cAAc,CAAC,KAAK,EAAE,MAAM,EAEtC;IAED;;;;OAIG;IACH,IAAW,aAAa,IAAI,MAAM,CAEjC;IACD,IAAW,aAAa,CAAC,KAAK,EAAE,MAAM,EAErC;IAED;;;;OAIG;IACH,IAAW,aAAa,IAAI,MAAM,CAEjC;IACD,IAAW,aAAa,CAAC,KAAK,EAAE,MAAM,EAErC;IAED;;;;OAIG;IACH,IAAW,iBAAiB,IAAI,MAAM,CAErC;IACD,IAAW,iBAAiB,CAAC,KAAK,EAAE,MAAM,EAEzC;IAED;;;;OAIG;IACH,IAAW,iBAAiB,IAAI,MAAM,CAErC;IACD,IAAW,iBAAiB,CAAC,KAAK,EAAE,MAAM,EAEzC;IAED;;;;;OAKG;IACH,IAAW,SAAS,IAAI,MAAM,CAE7B;IACD,IAAW,SAAS,CAAC,KAAK,EAAE,MAAM,EAEjC;CAIJ"}
|
|
@@ -14,6 +14,7 @@ export class PaginatorElementIntl extends ElementIntlBase {
|
|
|
14
14
|
_nextPageLabel;
|
|
15
15
|
_previousPageLabel;
|
|
16
16
|
_itemsPerPageLabel;
|
|
17
|
+
_pageLabel;
|
|
17
18
|
// #endregion
|
|
18
19
|
// #region Ctor
|
|
19
20
|
/**
|
|
@@ -29,6 +30,7 @@ export class PaginatorElementIntl extends ElementIntlBase {
|
|
|
29
30
|
this._nextPageLabel = 'Next page';
|
|
30
31
|
this._previousPageLabel = 'Previous page';
|
|
31
32
|
this._itemsPerPageLabel = 'Items per page';
|
|
33
|
+
this._pageLabel = 'Page {0}';
|
|
32
34
|
}
|
|
33
35
|
// #endregion
|
|
34
36
|
// #region Properties
|
|
@@ -99,5 +101,17 @@ export class PaginatorElementIntl extends ElementIntlBase {
|
|
|
99
101
|
set itemsPerPageLabel(value) {
|
|
100
102
|
this._itemsPerPageLabel = value;
|
|
101
103
|
}
|
|
104
|
+
/**
|
|
105
|
+
* Gets or sets the page button label template.
|
|
106
|
+
* Use {0} for the page number.
|
|
107
|
+
*
|
|
108
|
+
* @public
|
|
109
|
+
*/
|
|
110
|
+
get pageLabel() {
|
|
111
|
+
return this._pageLabel;
|
|
112
|
+
}
|
|
113
|
+
set pageLabel(value) {
|
|
114
|
+
this._pageLabel = value;
|
|
115
|
+
}
|
|
102
116
|
}
|
|
103
117
|
//# sourceMappingURL=PaginatorElementIntl.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PaginatorElementIntl.js","sourceRoot":"","sources":["../../../../../../src/Controls/Components/Primitives/Paginator/intl/PaginatorElementIntl.ts"],"names":[],"mappings":"AAAA,kBAAkB;AAElB,OAAO,EAAE,eAAe,EAAE,MAAM,+CAA+C,CAAC;AAEhF,aAAa;AAEb;;;;GAIG;AACH,MAAM,OAAO,oBACT,SAAQ,eAAe;IAEvB,iBAAiB;IAET,WAAW,CAAS;IACpB,eAAe,CAAS;IACxB,cAAc,CAAS;IACvB,cAAc,CAAS;IACvB,kBAAkB,CAAS;IAC3B,kBAAkB,CAAS;
|
|
1
|
+
{"version":3,"file":"PaginatorElementIntl.js","sourceRoot":"","sources":["../../../../../../src/Controls/Components/Primitives/Paginator/intl/PaginatorElementIntl.ts"],"names":[],"mappings":"AAAA,kBAAkB;AAElB,OAAO,EAAE,eAAe,EAAE,MAAM,+CAA+C,CAAC;AAEhF,aAAa;AAEb;;;;GAIG;AACH,MAAM,OAAO,oBACT,SAAQ,eAAe;IAEvB,iBAAiB;IAET,WAAW,CAAS;IACpB,eAAe,CAAS;IACxB,cAAc,CAAS;IACvB,cAAc,CAAS;IACvB,kBAAkB,CAAS;IAC3B,kBAAkB,CAAS;IAC3B,UAAU,CAAS;IAE3B,aAAa;IAEb,eAAe;IAEf;;;;OAIG;IACH,YAAmB,MAAe;QAC9B,KAAK,CAAC,MAAM,CAAC,CAAC;QAEd,IAAI,CAAC,WAAW,GAAG,gBAAgB,CAAC;QACpC,IAAI,CAAC,eAAe,GAAG,YAAY,CAAC;QACpC,IAAI,CAAC,cAAc,GAAG,WAAW,CAAC;QAClC,IAAI,CAAC,cAAc,GAAG,WAAW,CAAC;QAClC,IAAI,CAAC,kBAAkB,GAAG,eAAe,CAAC;QAC1C,IAAI,CAAC,kBAAkB,GAAG,gBAAgB,CAAC;QAC3C,IAAI,CAAC,UAAU,GAAG,UAAU,CAAC;IACjC,CAAC;IAED,aAAa;IAEb,qBAAqB;IAErB;;;;;OAKG;IACH,IAAW,UAAU;QACjB,OAAO,IAAI,CAAC,WAAW,CAAC;IAC5B,CAAC;IACD,IAAW,UAAU,CAAC,KAAa;QAC/B,IAAI,CAAC,WAAW,GAAG,KAAK,CAAC;IAC7B,CAAC;IAED;;;;OAIG;IACH,IAAW,cAAc;QACrB,OAAO,IAAI,CAAC,eAAe,CAAC;IAChC,CAAC;IACD,IAAW,cAAc,CAAC,KAAa;QACnC,IAAI,CAAC,eAAe,GAAG,KAAK,CAAC;IACjC,CAAC;IAED;;;;OAIG;IACH,IAAW,aAAa;QACpB,OAAO,IAAI,CAAC,cAAc,CAAC;IAC/B,CAAC;IACD,IAAW,aAAa,CAAC,KAAa;QAClC,IAAI,CAAC,cAAc,GAAG,KAAK,CAAC;IAChC,CAAC;IAED;;;;OAIG;IACH,IAAW,aAAa;QACpB,OAAO,IAAI,CAAC,cAAc,CAAC;IAC/B,CAAC;IACD,IAAW,aAAa,CAAC,KAAa;QAClC,IAAI,CAAC,cAAc,GAAG,KAAK,CAAC;IAChC,CAAC;IAED;;;;OAIG;IACH,IAAW,iBAAiB;QACxB,OAAO,IAAI,CAAC,kBAAkB,CAAC;IACnC,CAAC;IACD,IAAW,iBAAiB,CAAC,KAAa;QACtC,IAAI,CAAC,kBAAkB,GAAG,KAAK,CAAC;IACpC,CAAC;IAED;;;;OAIG;IACH,IAAW,iBAAiB;QACxB,OAAO,IAAI,CAAC,kBAAkB,CAAC;IACnC,CAAC;IACD,IAAW,iBAAiB,CAAC,KAAa;QACtC,IAAI,CAAC,kBAAkB,GAAG,KAAK,CAAC;IACpC,CAAC;IAED;;;;;OAKG;IACH,IAAW,SAAS;QAChB,OAAO,IAAI,CAAC,UAAU,CAAC;IAC3B,CAAC;IACD,IAAW,SAAS,CAAC,KAAa;QAC9B,IAAI,CAAC,UAAU,GAAG,KAAK,CAAC;IAC5B,CAAC;CAIJ"}
|
|
@@ -25,18 +25,21 @@ declare const AppElement_base: (abstract new (...args: Array<any>) => import("..
|
|
|
25
25
|
* @slot nav - Navigation drawer content area for primary navigation links and menu items
|
|
26
26
|
* @slot rail - The rail slot.
|
|
27
27
|
*
|
|
28
|
-
* @csspart
|
|
29
|
-
* @csspart drawer - Navigation drawer container for side navigation elements
|
|
28
|
+
* @csspart body - View body layout containing the main and rail regions
|
|
30
29
|
* @csspart header - Application header section containing branding and navigation controls
|
|
31
|
-
* @csspart main -
|
|
32
|
-
* @csspart nav - Navigation
|
|
33
|
-
* @csspart
|
|
30
|
+
* @csspart main - Main content region for primary application views
|
|
31
|
+
* @csspart nav - Navigation drawer region
|
|
32
|
+
* @csspart nav-body - Navigation content region within the drawer
|
|
33
|
+
* @csspart rail - Secondary rail region next to the main content
|
|
34
|
+
* @csspart root - Root shell layout container
|
|
35
|
+
* @csspart view - View surface containing header, body, and footer content
|
|
34
36
|
*
|
|
35
37
|
* @cssprop {Color} --app-background-color - Background color for the application shell
|
|
38
|
+
* @cssprop {String} --app-border-color - The border color CSS custom property.
|
|
36
39
|
* @cssprop {String} --app-border-radius - The border radius CSS custom property.
|
|
37
|
-
* @cssprop {String} --app-
|
|
38
|
-
* @cssprop {String} --app-
|
|
39
|
-
* @cssprop {String} --app-
|
|
40
|
+
* @cssprop {String} --app-border-style - The border style CSS custom property.
|
|
41
|
+
* @cssprop {String} --app-border-width - The border width CSS custom property.
|
|
42
|
+
* @cssprop {String} --app-body-offset-top - The body offset top CSS custom property.
|
|
40
43
|
* @cssprop {String} --app-font-family - The font family CSS custom property.
|
|
41
44
|
* @cssprop {String} --app-font-letter-spacing - The font letter spacing CSS custom property.
|
|
42
45
|
* @cssprop {String} --app-font-line-height - The font line height CSS custom property.
|
|
@@ -47,6 +50,8 @@ declare const AppElement_base: (abstract new (...args: Array<any>) => import("..
|
|
|
47
50
|
* @cssprop {String} --app-foreground-color - The foreground color CSS custom property.
|
|
48
51
|
* @cssprop {String} --app-gap - The gap CSS custom property.
|
|
49
52
|
* @cssprop {String} --app-line-thickness - The line thickness CSS custom property.
|
|
53
|
+
* @cssprop {String} --app-nav-height - The navigation drawer height CSS custom property.
|
|
54
|
+
* @cssprop {String} --app-nav-width - Width of the navigation drawer when expanded.
|
|
50
55
|
* @cssprop {String} --app-padding-bottom - The padding bottom CSS custom property.
|
|
51
56
|
* @cssprop {String} --app-padding-left - The padding left CSS custom property.
|
|
52
57
|
* @cssprop {String} --app-padding-right - The padding right CSS custom property.
|
|
@@ -61,6 +66,10 @@ declare const AppElement_base: (abstract new (...args: Array<any>) => import("..
|
|
|
61
66
|
* @cssprop {String} --app-transition-mode - The transition mode CSS custom property.
|
|
62
67
|
* @cssprop {String} --app-transition-property - The transition property CSS custom property.
|
|
63
68
|
* @cssprop {String} --app-translate - The translate CSS custom property.
|
|
69
|
+
* @cssprop {String} --app-view-border-color - The view border color CSS custom property.
|
|
70
|
+
* @cssprop {String} --app-view-border-radius - The view border radius CSS custom property.
|
|
71
|
+
* @cssprop {String} --app-view-border-style - The view border style CSS custom property.
|
|
72
|
+
* @cssprop {String} --app-view-border-width - The view border width CSS custom property.
|
|
64
73
|
*
|
|
65
74
|
* @dependency mosaik-app-header - The App Header element.
|
|
66
75
|
* @dependency mosaik-drawer - The Drawer element.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AppElement.d.ts","sourceRoot":"","sources":["../../../../src/Controls/Components/Shell/AppElement.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,MAAM,EAAE,MAAM,2BAA2B,CAAC;AAKnD,OAAO,EAAE,UAAU,EAAa,MAAM,2BAA2B,CAAC;AAMlE,OAAO,EAAE,aAAa,EAAE,MAAM,4BAA4B,CAAC;AAG3D,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;;AAOtD
|
|
1
|
+
{"version":3,"file":"AppElement.d.ts","sourceRoot":"","sources":["../../../../src/Controls/Components/Shell/AppElement.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,MAAM,EAAE,MAAM,2BAA2B,CAAC;AAKnD,OAAO,EAAE,UAAU,EAAa,MAAM,2BAA2B,CAAC;AAMlE,OAAO,EAAE,aAAa,EAAE,MAAM,4BAA4B,CAAC;AAG3D,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;;AAOtD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA0GG;AACH,qBAca,UACT,SAAQ,eACR,YAAW,gBAAgB,EAAE,UAAU;IAIvC,OAAO,CAAC,QAAQ,CAAC,qBAAqB,CAAuB;IAC7D,OAAO,CAAC,cAAc,CAAiB;IACvC,OAAO,CAAC,cAAc,CAAoB;IAC1C,OAAO,CAAC,eAAe,CAAe;IACtC,OAAO,CAAC,MAAM,CAAgB;IAC9B,OAAO,CAAC,UAAU,CAAU;IAC5B,OAAO,CAAC,OAAO,CAAU;IACzB,OAAO,CAAC,SAAS,CAAU;IAC3B,OAAO,CAAC,UAAU,CAAU;IAM5B;;OAEG;;IAqBH;;;;;;;OAOG;IACH,WAAkB,EAAE,IAAI,MAAM,CAE7B;IAED;;;;OAIG;IACH,IACW,KAAK,IAAI,MAAM,GAAG,IAAI,CAEhC;IACD,IAAW,KAAK,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI,EAKpC;IAED;;;;;OAKG;IACH,IAIW,SAAS,IAAI,OAAO,CAE9B;IACD,IAAW,SAAS,CAAC,KAAK,EAAE,OAAO,EAKlC;IAED;;;;;OAKG;IACH,IAIW,MAAM,IAAI,OAAO,CAE3B;IACD,IAAW,MAAM,CAAC,KAAK,EAAE,OAAO,EAK/B;IAED;;;;;;OAMG;IACH,IAIW,QAAQ,IAAI,OAAO,CAE7B;IACD,OAAO,KAAK,QAAQ,QAKnB;IAED;;;;;;OAMG;IACH,IAIW,SAAS,IAAI,OAAO,CAE9B;IACD,OAAO,KAAK,SAAS,QAKpB;IAED;;;;;;OAMG;IACH,IAAW,MAAM,IAAI,gBAAgB,CAEpC;IAED;;;;;;OAMG;IACH,IAAW,OAAO,IAAI,WAAW,CAEhC;IAMD;;;;OAIG;IACI,gBAAgB,IAAI,IAAI;IAI/B;;;;OAIG;IACI,cAAc,IAAI,IAAI;IAI7B;;;;OAIG;IACI,eAAe,IAAI,IAAI;IAId,aAAa,CAAC,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI;IActD;;;OAGG;cACgB,eAAe,IAAI,IAAI;IAQ1C;;OAEG;IAEH,SAAS,CAAC,0BAA0B,CAAC,KAAK,CAAC,EAAE,OAAO,EAAE,IAAI,CAAC,EAAE,OAAO,GAAG,IAAI;CAM9E;AAED;;GAEG;AACH,yBAAiB,UAAU,CAAC;IACxB,KAAY,KAAK,GAAG,gBAAgB,CAAC;CACxC;AAED;;GAEG;AACH,OAAO,CAAC,MAAM,CAAC;IACX,UAAU,qBAAqB;QAC3B,YAAY,EAAE,UAAU,CAAC;KAC5B;CACJ"}
|
|
@@ -47,18 +47,21 @@ import { appElementMemphisStyle } from './Themes/AppElement.Memphis';
|
|
|
47
47
|
* @slot nav - Navigation drawer content area for primary navigation links and menu items
|
|
48
48
|
* @slot rail - The rail slot.
|
|
49
49
|
*
|
|
50
|
-
* @csspart
|
|
51
|
-
* @csspart drawer - Navigation drawer container for side navigation elements
|
|
50
|
+
* @csspart body - View body layout containing the main and rail regions
|
|
52
51
|
* @csspart header - Application header section containing branding and navigation controls
|
|
53
|
-
* @csspart main -
|
|
54
|
-
* @csspart nav - Navigation
|
|
55
|
-
* @csspart
|
|
52
|
+
* @csspart main - Main content region for primary application views
|
|
53
|
+
* @csspart nav - Navigation drawer region
|
|
54
|
+
* @csspart nav-body - Navigation content region within the drawer
|
|
55
|
+
* @csspart rail - Secondary rail region next to the main content
|
|
56
|
+
* @csspart root - Root shell layout container
|
|
57
|
+
* @csspart view - View surface containing header, body, and footer content
|
|
56
58
|
*
|
|
57
59
|
* @cssprop {Color} --app-background-color - Background color for the application shell
|
|
60
|
+
* @cssprop {String} --app-border-color - The border color CSS custom property.
|
|
58
61
|
* @cssprop {String} --app-border-radius - The border radius CSS custom property.
|
|
59
|
-
* @cssprop {String} --app-
|
|
60
|
-
* @cssprop {String} --app-
|
|
61
|
-
* @cssprop {String} --app-
|
|
62
|
+
* @cssprop {String} --app-border-style - The border style CSS custom property.
|
|
63
|
+
* @cssprop {String} --app-border-width - The border width CSS custom property.
|
|
64
|
+
* @cssprop {String} --app-body-offset-top - The body offset top CSS custom property.
|
|
62
65
|
* @cssprop {String} --app-font-family - The font family CSS custom property.
|
|
63
66
|
* @cssprop {String} --app-font-letter-spacing - The font letter spacing CSS custom property.
|
|
64
67
|
* @cssprop {String} --app-font-line-height - The font line height CSS custom property.
|
|
@@ -69,6 +72,8 @@ import { appElementMemphisStyle } from './Themes/AppElement.Memphis';
|
|
|
69
72
|
* @cssprop {String} --app-foreground-color - The foreground color CSS custom property.
|
|
70
73
|
* @cssprop {String} --app-gap - The gap CSS custom property.
|
|
71
74
|
* @cssprop {String} --app-line-thickness - The line thickness CSS custom property.
|
|
75
|
+
* @cssprop {String} --app-nav-height - The navigation drawer height CSS custom property.
|
|
76
|
+
* @cssprop {String} --app-nav-width - Width of the navigation drawer when expanded.
|
|
72
77
|
* @cssprop {String} --app-padding-bottom - The padding bottom CSS custom property.
|
|
73
78
|
* @cssprop {String} --app-padding-left - The padding left CSS custom property.
|
|
74
79
|
* @cssprop {String} --app-padding-right - The padding right CSS custom property.
|
|
@@ -83,6 +88,10 @@ import { appElementMemphisStyle } from './Themes/AppElement.Memphis';
|
|
|
83
88
|
* @cssprop {String} --app-transition-mode - The transition mode CSS custom property.
|
|
84
89
|
* @cssprop {String} --app-transition-property - The transition property CSS custom property.
|
|
85
90
|
* @cssprop {String} --app-translate - The translate CSS custom property.
|
|
91
|
+
* @cssprop {String} --app-view-border-color - The view border color CSS custom property.
|
|
92
|
+
* @cssprop {String} --app-view-border-radius - The view border radius CSS custom property.
|
|
93
|
+
* @cssprop {String} --app-view-border-style - The view border style CSS custom property.
|
|
94
|
+
* @cssprop {String} --app-view-border-width - The view border width CSS custom property.
|
|
86
95
|
*
|
|
87
96
|
* @dependency mosaik-app-header - The App Header element.
|
|
88
97
|
* @dependency mosaik-drawer - The Drawer element.
|
|
@@ -308,9 +317,9 @@ let AppElement = class AppElement extends Themeable(Slottable(CustomElement)) {
|
|
|
308
317
|
*/
|
|
309
318
|
onApplyTemplate() {
|
|
310
319
|
super.onApplyTemplate();
|
|
311
|
-
this._contentElement = this.getTemplatePart('
|
|
320
|
+
this._contentElement = this.getTemplatePart('main');
|
|
312
321
|
this._headerElement = this.getTemplatePart('header');
|
|
313
|
-
this._drawerElement = this.getTemplatePart('
|
|
322
|
+
this._drawerElement = this.getTemplatePart('nav');
|
|
314
323
|
}
|
|
315
324
|
/**
|
|
316
325
|
* @protected
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AppElement.js","sourceRoot":"","sources":["../../../../src/Controls/Components/Shell/AppElement.ts"],"names":[],"mappings":"AAAA,kBAAkB;;;;;;;;;;AAGlB,OAAO,EAAE,MAAM,EAAE,MAAM,0BAA0B,CAAC;AAClD,OAAO,EAAE,eAAe,EAAE,MAAM,4CAA4C,CAAC;AAC7E,OAAO,EAAE,oBAAoB,EAAE,MAAM,iDAAiD,CAAC;AACvF,OAAO,EAAE,aAAa,EAAE,MAAM,gCAAgC,CAAC;AAC/D,OAAO,EAAc,SAAS,EAAE,MAAM,2BAA2B,CAAC;AAClE,OAAO,EAAE,SAAS,EAAE,MAAM,2BAA2B,CAAC;AACtD,OAAO,EAAE,SAAS,EAAE,MAAM,qCAAqC,CAAC;AAChE,OAAO,EAAE,SAAS,EAAE,MAAM,qCAAqC,CAAC;AAChE,OAAO,EAAE,QAAQ,EAAE,MAAM,oCAAoC,CAAC;AAC9D,OAAO,EAAE,KAAK,EAAE,MAAM,iCAAiC,CAAC;AACxD,OAAO,EAAE,aAAa,EAAE,MAAM,4BAA4B,CAAC;AAC3D,OAAO,EAAE,aAAa,EAAE,MAAM,kCAAkC,CAAC;AACjE,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC1D,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AAEtD,OAAO,EAAE,2BAA2B,EAAE,MAAM,kCAAkC,CAAC;AAC/E,OAAO,EAAE,kBAAkB,EAAE,MAAM,yBAAyB,CAAC;AAC7D,OAAO,EAAE,sBAAsB,EAAE,MAAM,6BAA6B,CAAC;AAErE,aAAa;AAEb
|
|
1
|
+
{"version":3,"file":"AppElement.js","sourceRoot":"","sources":["../../../../src/Controls/Components/Shell/AppElement.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AppElementTemplate.d.ts","sourceRoot":"","sources":["../../../../src/Controls/Components/Shell/AppElementTemplate.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,cAAc,EAAQ,MAAM,mBAAmB,CAAC;AAI9D,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAI/C;;;;GAIG;AACH,wBAAgB,kBAAkB,CAAC,CAAC,SAAS,UAAU,EAAE,CAAC,EAAE,CAAC,GAAG,cAAc,
|
|
1
|
+
{"version":3,"file":"AppElementTemplate.d.ts","sourceRoot":"","sources":["../../../../src/Controls/Components/Shell/AppElementTemplate.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,cAAc,EAAQ,MAAM,mBAAmB,CAAC;AAI9D,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAI/C;;;;GAIG;AACH,wBAAgB,kBAAkB,CAAC,CAAC,SAAS,UAAU,EAAE,CAAC,EAAE,CAAC,GAAG,cAAc,CAyD7E"}
|
|
@@ -12,13 +12,14 @@ import { Fit } from '../../Types/Fit';
|
|
|
12
12
|
export function appElementTemplate(e) {
|
|
13
13
|
return html `
|
|
14
14
|
<mosaik-theme2 .theme="${e.theme}">
|
|
15
|
-
<mosaik-drawer-container
|
|
15
|
+
<mosaik-drawer-container part="root"
|
|
16
|
+
.lang="${e.lang}"
|
|
16
17
|
.dir="${e.dir}"
|
|
17
18
|
.fit="${Fit.Both}"
|
|
18
19
|
.hasBackdrop="${e.isMobile}">
|
|
19
20
|
${when(e.hasNav, () => html `
|
|
20
|
-
<mosaik-drawer
|
|
21
|
-
|
|
21
|
+
<mosaik-drawer part="nav"
|
|
22
|
+
slot="drawer"
|
|
22
23
|
.lang="${e.lang}"
|
|
23
24
|
.dir="${e.dir}"
|
|
24
25
|
.isOpen="${e.isNavOpen}"
|
|
@@ -26,12 +27,13 @@ export function appElementTemplate(e) {
|
|
|
26
27
|
.hasBackdrop="${e.isMobile}"
|
|
27
28
|
.hasShadow="${e.isMobile}"
|
|
28
29
|
.clickOutsideToClose="${e.isMobile}">
|
|
29
|
-
<nav part="nav">
|
|
30
|
+
<nav part="nav-body">
|
|
30
31
|
<slot name="nav"></slot>
|
|
31
32
|
</nav>
|
|
32
33
|
</mosaik-drawer>
|
|
33
34
|
`)}
|
|
34
|
-
<mosaik-drawer-content
|
|
35
|
+
<mosaik-drawer-content part="view"
|
|
36
|
+
slot="content"
|
|
35
37
|
.lang="${e.lang}"
|
|
36
38
|
.dir="${e.dir}">
|
|
37
39
|
<slot name="header"></slot>
|
|
@@ -51,7 +53,7 @@ export function appElementTemplate(e) {
|
|
|
51
53
|
name="headerActions"></slot>
|
|
52
54
|
</mosaik-app-header>
|
|
53
55
|
`)}
|
|
54
|
-
<div part="
|
|
56
|
+
<div part="body">
|
|
55
57
|
<main part="main">
|
|
56
58
|
<slot name="content"></slot>
|
|
57
59
|
</main>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AppElementTemplate.js","sourceRoot":"","sources":["../../../../src/Controls/Components/Shell/AppElementTemplate.ts"],"names":[],"mappings":"AAAA,kBAAkB;AAElB,OAAO,EAAuB,IAAI,EAAE,MAAM,mBAAmB,CAAC;AAC9D,OAAO,EAAE,IAAI,EAAE,MAAM,6BAA6B,CAAC;AACnD,OAAO,EAAE,UAAU,EAAE,MAAM,wBAAwB,CAAC;AACpD,OAAO,EAAE,GAAG,EAAE,MAAM,iBAAiB,CAAC;AAGtC,aAAa;AAEb;;;;GAIG;AACH,MAAM,UAAU,kBAAkB,CAAuB,CAAI;IACzD,OAAO,IAAI,CAAA;iCACkB,CAAC,CAAC,KAAK
|
|
1
|
+
{"version":3,"file":"AppElementTemplate.js","sourceRoot":"","sources":["../../../../src/Controls/Components/Shell/AppElementTemplate.ts"],"names":[],"mappings":"AAAA,kBAAkB;AAElB,OAAO,EAAuB,IAAI,EAAE,MAAM,mBAAmB,CAAC;AAC9D,OAAO,EAAE,IAAI,EAAE,MAAM,6BAA6B,CAAC;AACnD,OAAO,EAAE,UAAU,EAAE,MAAM,wBAAwB,CAAC;AACpD,OAAO,EAAE,GAAG,EAAE,MAAM,iBAAiB,CAAC;AAGtC,aAAa;AAEb;;;;GAIG;AACH,MAAM,UAAU,kBAAkB,CAAuB,CAAI;IACzD,OAAO,IAAI,CAAA;iCACkB,CAAC,CAAC,KAAK;;8CAEM,CAAC,CAAC,IAAI;6CACP,CAAC,CAAC,GAAG;6CACL,GAAG,CAAC,IAAI;qDACA,CAAC,CAAC,QAAQ;kBAC7C,IAAI,CAAC,CAAC,CAAC,MAAM,EAAE,GAAG,EAAE,CAAC,IAAI,CAAA;;;wCAGH,CAAC,CAAC,IAAI;uCACP,CAAC,CAAC,GAAG;0CACF,CAAC,CAAC,SAAS;wCACb,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC,CAAC,UAAU,CAAC,IAAI;+CACvC,CAAC,CAAC,QAAQ;6CACZ,CAAC,CAAC,QAAQ;uDACA,CAAC,CAAC,QAAQ;;;;;iBAKhD,CAAC;;;gDAG8B,CAAC,CAAC,IAAI;+CACP,CAAC,CAAC,GAAG;;sBAE9B,IAAI,CAAC,CAAC,CAAC,SAAS,EAAE,GAAG,EAAE,CAAC,IAAI,CAAA;;;;gDAIF,CAAC,CAAC,IAAI;+CACP,CAAC,CAAC,GAAG;qDACC,CAAC,CAAC,SAAS;0DACN,GAAG,EAAE,CAAC,CAAC,CAAC,OAAO;;;;;;;;qBAQpD,CAAC;;;;;;;;;;;;;KAajB,CAAC;AACN,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AppElement.Cosmopolitan.d.ts","sourceRoot":"","sources":["../../../../../src/Controls/Components/Shell/Themes/AppElement.Cosmopolitan.ts"],"names":[],"mappings":"AASA,OAAO,EAAO,KAAK,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAI1D;;GAEG;AACH,wBAAgB,2BAA2B,IAAI,SAAS,
|
|
1
|
+
{"version":3,"file":"AppElement.Cosmopolitan.d.ts","sourceRoot":"","sources":["../../../../../src/Controls/Components/Shell/Themes/AppElement.Cosmopolitan.ts"],"names":[],"mappings":"AASA,OAAO,EAAO,KAAK,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAI1D;;GAEG;AACH,wBAAgB,2BAA2B,IAAI,SAAS,CAsIvD"}
|
|
@@ -14,10 +14,11 @@ export function appElementCosmopolitanStyle() {
|
|
|
14
14
|
return css `
|
|
15
15
|
:host {
|
|
16
16
|
--app-background-color: var(--cosmopolitan-scheme-background);
|
|
17
|
+
--app-body-offset-top: unset;
|
|
18
|
+
--app-border-color: unset;
|
|
17
19
|
--app-border-radius: unset;
|
|
18
|
-
--app-
|
|
19
|
-
--app-
|
|
20
|
-
--app-drawer-width: 320px;
|
|
20
|
+
--app-border-style: solid;
|
|
21
|
+
--app-border-width: unset;
|
|
21
22
|
--app-font-family: var(--cosmopolitan-typography-body1-font-family);
|
|
22
23
|
--app-font-letter-spacing: var(--cosmopolitan-typography-body1-letter-spacing);
|
|
23
24
|
--app-font-line-height: var(--cosmopolitan-typography-body1-line-height);
|
|
@@ -28,6 +29,8 @@ export function appElementCosmopolitanStyle() {
|
|
|
28
29
|
--app-foreground-color: var(--cosmopolitan-scheme-foreground);
|
|
29
30
|
--app-gap: var(--cosmopolitan-layout-space);
|
|
30
31
|
--app-line-thickness: var(--cosmopolitan-layout-thickness);
|
|
32
|
+
--app-nav-height: 100%;
|
|
33
|
+
--app-nav-width: 320px;
|
|
31
34
|
--app-padding-bottom: unset;
|
|
32
35
|
--app-padding-left: unset;
|
|
33
36
|
--app-padding-right: unset;
|
|
@@ -42,6 +45,10 @@ export function appElementCosmopolitanStyle() {
|
|
|
42
45
|
--app-transition-mode: ease;
|
|
43
46
|
--app-transition-property: background-color, color, border-color, opacity, box-shadow, translate;
|
|
44
47
|
--app-translate: none;
|
|
48
|
+
--app-view-border-color: unset;
|
|
49
|
+
--app-view-border-radius: unset;
|
|
50
|
+
--app-view-border-style: solid;
|
|
51
|
+
--app-view-border-width: unset;
|
|
45
52
|
}
|
|
46
53
|
|
|
47
54
|
@media screen and (prefers-reduced-motion: reduce) {
|
|
@@ -84,7 +91,10 @@ export function appElementCosmopolitanStyle() {
|
|
|
84
91
|
transition-property: var(--app-transition-property);
|
|
85
92
|
background-color: var(--app-background-color);
|
|
86
93
|
color: var(--app-foreground-color);
|
|
94
|
+
border-color: var(--app-border-color);
|
|
87
95
|
border-radius: var(--app-border-radius);
|
|
96
|
+
border-style: var(--app-border-style);
|
|
97
|
+
border-width: var(--app-border-width);
|
|
88
98
|
width: 100vw;
|
|
89
99
|
height: 100vh;
|
|
90
100
|
display: block;
|
|
@@ -93,35 +103,43 @@ export function appElementCosmopolitanStyle() {
|
|
|
93
103
|
overflow: clip;
|
|
94
104
|
}
|
|
95
105
|
|
|
96
|
-
:host [part="
|
|
97
|
-
--drawer-width: var(--app-
|
|
98
|
-
--drawer-height: var(--app-
|
|
106
|
+
:host [part="nav"] {
|
|
107
|
+
--drawer-width: var(--app-nav-width);
|
|
108
|
+
--drawer-height: var(--app-nav-height);
|
|
109
|
+
--drawer-line-thickness: var(--app-line-thickness);
|
|
99
110
|
--drawer-viewport-inset: 0px;
|
|
100
111
|
}
|
|
101
112
|
|
|
102
|
-
:host [part="
|
|
103
|
-
height:
|
|
113
|
+
:host [part="nav-body"] {
|
|
114
|
+
height: 100%;
|
|
115
|
+
width: var(--app-nav-width);
|
|
116
|
+
flex-direction: column;
|
|
117
|
+
flex: 1;
|
|
118
|
+
display: flex;
|
|
119
|
+
overflow: auto;
|
|
120
|
+
}
|
|
121
|
+
|
|
122
|
+
:host [part="view"] {
|
|
123
|
+
border-color: var(--app-view-border-color);
|
|
124
|
+
border-radius: var(--app-view-border-radius);
|
|
125
|
+
border-style: var(--app-view-border-style);
|
|
126
|
+
border-width: var(--app-view-border-width);
|
|
127
|
+
}
|
|
128
|
+
|
|
129
|
+
:host [part="body"] {
|
|
130
|
+
height: calc(100% - var(--app-body-offset-top));
|
|
104
131
|
flex-direction: row;
|
|
105
132
|
width: 100%;
|
|
106
133
|
display: flex;
|
|
107
134
|
}
|
|
108
135
|
|
|
109
|
-
:host [part="
|
|
136
|
+
:host [part="body"] [part="main"] {
|
|
110
137
|
flex: 1;
|
|
111
138
|
width: 100%;
|
|
112
139
|
overflow: auto;
|
|
113
140
|
}
|
|
114
141
|
|
|
115
|
-
:host [part="
|
|
116
|
-
overflow: auto;
|
|
117
|
-
}
|
|
118
|
-
|
|
119
|
-
:host [part="nav"] {
|
|
120
|
-
height: 100%;
|
|
121
|
-
width: var(--app-drawer-width);
|
|
122
|
-
flex-direction: column;
|
|
123
|
-
flex: 1;
|
|
124
|
-
display: flex;
|
|
142
|
+
:host [part="body"] [part="rail"] {
|
|
125
143
|
overflow: auto;
|
|
126
144
|
}
|
|
127
145
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AppElement.Cosmopolitan.js","sourceRoot":"","sources":["../../../../../src/Controls/Components/Shell/Themes/AppElement.Cosmopolitan.ts"],"names":[],"mappings":"AAAA,iFAAiF;AACjF,mBAAmB;AACnB,yCAAyC;AACzC,qGAAqG;AACrG,oBAAoB;AACpB,iFAAiF;AAEjF,kBAAkB;AAElB,OAAO,EAAE,GAAG,EAAkB,MAAM,qBAAqB,CAAC;AAE1D,aAAa;AAEb;;GAEG;AACH,MAAM,UAAU,2BAA2B;IACvC,OAAO,GAAG,CAAA
|
|
1
|
+
{"version":3,"file":"AppElement.Cosmopolitan.js","sourceRoot":"","sources":["../../../../../src/Controls/Components/Shell/Themes/AppElement.Cosmopolitan.ts"],"names":[],"mappings":"AAAA,iFAAiF;AACjF,mBAAmB;AACnB,yCAAyC;AACzC,qGAAqG;AACrG,oBAAoB;AACpB,iFAAiF;AAEjF,kBAAkB;AAElB,OAAO,EAAE,GAAG,EAAkB,MAAM,qBAAqB,CAAC;AAE1D,aAAa;AAEb;;GAEG;AACH,MAAM,UAAU,2BAA2B;IACvC,OAAO,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAoIT,CAAC;AACN,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AppElement.Joy.d.ts","sourceRoot":"","sources":["../../../../../src/Controls/Components/Shell/Themes/AppElement.Joy.ts"],"names":[],"mappings":"AASA,OAAO,EAAO,KAAK,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAI1D;;GAEG;AACH,wBAAgB,kBAAkB,IAAI,SAAS,
|
|
1
|
+
{"version":3,"file":"AppElement.Joy.d.ts","sourceRoot":"","sources":["../../../../../src/Controls/Components/Shell/Themes/AppElement.Joy.ts"],"names":[],"mappings":"AASA,OAAO,EAAO,KAAK,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAI1D;;GAEG;AACH,wBAAgB,kBAAkB,IAAI,SAAS,CA0I9C"}
|