@flux-ui/dashboard 3.0.0-next.22 → 3.0.0-next.24
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/dist/component/FluxDashboard.vue.d.ts +0 -1
- package/dist/component/FluxDashboardContent.vue.d.ts +0 -1
- package/dist/component/FluxDashboardHeader.vue.d.ts +1 -2
- package/dist/component/FluxDashboardMenu.vue.d.ts +1 -2
- package/dist/component/FluxDashboardNavigation.vue.d.ts +1 -2
- package/dist/component/FluxDashboardSide.vue.d.ts +0 -1
- package/dist/component/FluxDashboardTopBar.vue.d.ts +0 -1
- package/dist/component/index.d.ts +0 -1
- package/dist/composable/index.d.ts +0 -1
- package/dist/composable/useDashboardInjection.d.ts +0 -1
- package/dist/data/index.d.ts +0 -1
- package/dist/index.css +26 -26
- package/dist/index.d.ts +0 -1
- package/dist/index.js +298 -304
- package/dist/index.js.map +1 -1
- package/package.json +12 -11
- package/src/component/FluxDashboard.vue +2 -2
- package/src/composable/useDashboardInjection.ts +1 -1
- package/src/css/component/Dashboard.module.scss +5 -5
- package/src/css/component/DashboardContent.module.scss +1 -1
- package/src/css/component/DashboardNavigation.module.scss +11 -11
- package/src/css/component/DashboardPane.module.scss +6 -6
- package/src/css/component/DashboardTopBar.module.scss +2 -2
- package/tsconfig.json +4 -42
- package/dist/component/FluxDashboard.vue.d.ts.map +0 -1
- package/dist/component/FluxDashboardContent.vue.d.ts.map +0 -1
- package/dist/component/FluxDashboardHeader.vue.d.ts.map +0 -1
- package/dist/component/FluxDashboardMenu.vue.d.ts.map +0 -1
- package/dist/component/FluxDashboardNavigation.vue.d.ts.map +0 -1
- package/dist/component/FluxDashboardSide.vue.d.ts.map +0 -1
- package/dist/component/FluxDashboardTopBar.vue.d.ts.map +0 -1
- package/dist/component/index.d.ts.map +0 -1
- package/dist/composable/index.d.ts.map +0 -1
- package/dist/composable/useDashboardInjection.d.ts.map +0 -1
- package/dist/data/index.d.ts.map +0 -1
- package/dist/index.d.ts.map +0 -1
|
@@ -13,7 +13,7 @@ declare function __VLS_template(): {
|
|
|
13
13
|
rootEl: HTMLElement;
|
|
14
14
|
};
|
|
15
15
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
16
|
-
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions,
|
|
16
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLElement>;
|
|
17
17
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
18
18
|
export default _default;
|
|
19
19
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -21,4 +21,3 @@ type __VLS_WithTemplateSlots<T, S> = T & {
|
|
|
21
21
|
$slots: S;
|
|
22
22
|
};
|
|
23
23
|
};
|
|
24
|
-
//# sourceMappingURL=FluxDashboardHeader.vue.d.ts.map
|
|
@@ -14,7 +14,7 @@ declare function __VLS_template(): {
|
|
|
14
14
|
rootEl: HTMLElement;
|
|
15
15
|
};
|
|
16
16
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
17
|
-
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions,
|
|
17
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLElement>;
|
|
18
18
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
19
19
|
export default _default;
|
|
20
20
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -22,4 +22,3 @@ type __VLS_WithTemplateSlots<T, S> = T & {
|
|
|
22
22
|
$slots: S;
|
|
23
23
|
};
|
|
24
24
|
};
|
|
25
|
-
//# sourceMappingURL=FluxDashboardMenu.vue.d.ts.map
|
|
@@ -15,7 +15,7 @@ declare function __VLS_template(): {
|
|
|
15
15
|
rootEl: any;
|
|
16
16
|
};
|
|
17
17
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
18
|
-
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions,
|
|
18
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
19
19
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
20
20
|
export default _default;
|
|
21
21
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -23,4 +23,3 @@ type __VLS_WithTemplateSlots<T, S> = T & {
|
|
|
23
23
|
$slots: S;
|
|
24
24
|
};
|
|
25
25
|
};
|
|
26
|
-
//# sourceMappingURL=FluxDashboardNavigation.vue.d.ts.map
|
|
@@ -4,4 +4,3 @@ export { default as FluxDashboardHeader } from './FluxDashboardHeader.vue';
|
|
|
4
4
|
export { default as FluxDashboardMenu } from './FluxDashboardMenu.vue';
|
|
5
5
|
export { default as FluxDashboardNavigation } from './FluxDashboardNavigation.vue';
|
|
6
6
|
export { default as FluxDashboardSide } from './FluxDashboardSide.vue';
|
|
7
|
-
//# sourceMappingURL=index.d.ts.map
|
package/dist/data/index.d.ts
CHANGED
package/dist/index.css
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
:root {
|
|
2
|
-
--dashboard-background: var(--gray-
|
|
2
|
+
--dashboard-background: var(--gray-25);
|
|
3
3
|
--dashboard-duration: 360ms;
|
|
4
|
-
--dashboard-navigation-background: var(--primary-
|
|
5
|
-
--dashboard-navigation-foreground: var(--primary-
|
|
4
|
+
--dashboard-navigation-background: var(--primary-950);
|
|
5
|
+
--dashboard-navigation-foreground: var(--primary-25);
|
|
6
6
|
}
|
|
7
7
|
|
|
8
8
|
[dark] {
|
|
9
|
-
--dashboard-navigation-background: color-mix(in
|
|
10
|
-
--dashboard-navigation-foreground: var(--gray-
|
|
9
|
+
--dashboard-navigation-background: color-mix(in srgb, var(--gray-25), black 25%);
|
|
10
|
+
--dashboard-navigation-foreground: var(--gray-800);
|
|
11
11
|
}
|
|
12
12
|
|
|
13
13
|
body:has(.root > .dashboard) {
|
|
@@ -84,7 +84,7 @@ body:has(.root > .dashboard) {
|
|
|
84
84
|
padding-right: 30px;
|
|
85
85
|
}
|
|
86
86
|
.dashboard-content > .table {
|
|
87
|
-
border-top: 1px solid var(--
|
|
87
|
+
border-top: 1px solid var(--surface-stroke);
|
|
88
88
|
}
|
|
89
89
|
.dashboard-content > .table .table-cell:first-child .table-cell-content {
|
|
90
90
|
padding-left: 30px;
|
|
@@ -107,7 +107,7 @@ body:has(.root > .dashboard) {
|
|
|
107
107
|
align-items: center;
|
|
108
108
|
flex-flow: row;
|
|
109
109
|
gap: 15px;
|
|
110
|
-
background:
|
|
110
|
+
background: rgb(from var(--gray-25) r g b/0.9);
|
|
111
111
|
backdrop-filter: blur(10px) saturate(180%);
|
|
112
112
|
z-index: 100;
|
|
113
113
|
}
|
|
@@ -133,7 +133,7 @@ body:has(.root > .dashboard) {
|
|
|
133
133
|
}
|
|
134
134
|
|
|
135
135
|
[dark] .dashboard-header-scrolled {
|
|
136
|
-
box-shadow: 0 1px 0 var(--gray-
|
|
136
|
+
box-shadow: 0 1px 0 var(--gray-50), var(--shadow-md);
|
|
137
137
|
}
|
|
138
138
|
|
|
139
139
|
@media (max-width: 1023.98px) {
|
|
@@ -144,18 +144,18 @@ body:has(.root > .dashboard) {
|
|
|
144
144
|
display: none;
|
|
145
145
|
}
|
|
146
146
|
}.dashboard-pane {
|
|
147
|
-
background: var(--gray-
|
|
147
|
+
background: var(--gray-50);
|
|
148
148
|
overflow: auto;
|
|
149
149
|
z-index: 200;
|
|
150
150
|
}
|
|
151
151
|
.dashboard-pane .menu-sub-header {
|
|
152
|
-
background: linear-gradient(to bottom, var(--gray-
|
|
152
|
+
background: linear-gradient(to bottom, var(--gray-50) 75%, transparent);
|
|
153
153
|
}
|
|
154
154
|
.dashboard-pane .dashboard-top-bar {
|
|
155
|
-
background:
|
|
155
|
+
background: rgb(from var(--gray-50) r g b/0.9);
|
|
156
156
|
}
|
|
157
157
|
.dashboard-pane .filter {
|
|
158
|
-
--background: var(--gray-
|
|
158
|
+
--background: var(--gray-50);
|
|
159
159
|
max-height: calc(100dvh - 84px);
|
|
160
160
|
margin-top: -9px;
|
|
161
161
|
padding: 9px 18px 18px;
|
|
@@ -182,7 +182,7 @@ body:has(.root > .dashboard) {
|
|
|
182
182
|
}
|
|
183
183
|
|
|
184
184
|
.dashboard-menu {
|
|
185
|
-
border-right: 1px solid var(--
|
|
185
|
+
border-right: 1px solid var(--surface-stroke);
|
|
186
186
|
}
|
|
187
187
|
|
|
188
188
|
.dashboard-menu-body {
|
|
@@ -190,7 +190,7 @@ body:has(.root > .dashboard) {
|
|
|
190
190
|
}
|
|
191
191
|
|
|
192
192
|
.dashboard-side {
|
|
193
|
-
border-left: 1px solid var(--
|
|
193
|
+
border-left: 1px solid var(--surface-stroke);
|
|
194
194
|
}
|
|
195
195
|
|
|
196
196
|
@media (min-width: 1024px) {
|
|
@@ -222,7 +222,7 @@ body:has(.root > .dashboard) {
|
|
|
222
222
|
margin: 3px 15px;
|
|
223
223
|
}
|
|
224
224
|
.dashboard-navigation .divider-line {
|
|
225
|
-
background: var(--primary-
|
|
225
|
+
background: var(--primary-900);
|
|
226
226
|
}
|
|
227
227
|
.dashboard-navigation .menu {
|
|
228
228
|
flex-grow: 1;
|
|
@@ -237,14 +237,14 @@ body:has(.root > .dashboard) {
|
|
|
237
237
|
}
|
|
238
238
|
@media (hover: hover) {
|
|
239
239
|
.dashboard-navigation .menu-item:hover {
|
|
240
|
-
background: var(--primary-
|
|
240
|
+
background: var(--primary-900);
|
|
241
241
|
}
|
|
242
242
|
}
|
|
243
243
|
.dashboard-navigation .menu-item:active {
|
|
244
|
-
background: var(--primary-
|
|
244
|
+
background: var(--primary-800);
|
|
245
245
|
}
|
|
246
246
|
.dashboard-navigation .menu-item-highlighted {
|
|
247
|
-
background:
|
|
247
|
+
background: var(--primary-900);
|
|
248
248
|
}
|
|
249
249
|
.dashboard-navigation .menu-item-icon {
|
|
250
250
|
color: var(--dashboard-navigation-foreground);
|
|
@@ -260,18 +260,18 @@ body:has(.root > .dashboard) {
|
|
|
260
260
|
}
|
|
261
261
|
|
|
262
262
|
[dark] .dashboard-navigation .divider-line {
|
|
263
|
-
background: var(--gray-
|
|
263
|
+
background: var(--gray-100);
|
|
264
264
|
}
|
|
265
265
|
@media (hover: hover) {
|
|
266
266
|
[dark] .dashboard-navigation .menu-item:hover {
|
|
267
|
-
background: var(--gray-
|
|
267
|
+
background: var(--gray-100);
|
|
268
268
|
}
|
|
269
269
|
}
|
|
270
270
|
[dark] .dashboard-navigation .menu-item:active {
|
|
271
|
-
background: var(--gray-
|
|
271
|
+
background: var(--gray-200);
|
|
272
272
|
}
|
|
273
273
|
[dark] .dashboard-navigation .menu-item-highlighted {
|
|
274
|
-
background: var(--gray-
|
|
274
|
+
background: var(--gray-50);
|
|
275
275
|
}
|
|
276
276
|
|
|
277
277
|
.dashboard-navigation-logo {
|
|
@@ -301,11 +301,11 @@ body:has(.root > .dashboard) {
|
|
|
301
301
|
display: block;
|
|
302
302
|
inset: 0;
|
|
303
303
|
content: "";
|
|
304
|
-
background: var(--gray-
|
|
304
|
+
background: var(--gray-50);
|
|
305
305
|
}
|
|
306
306
|
|
|
307
307
|
.dashboard:not(:has(.dashboard-menu)) .dashboard-navigation-rounding-fix::before {
|
|
308
|
-
background: var(--gray-
|
|
308
|
+
background: var(--gray-25);
|
|
309
309
|
}
|
|
310
310
|
|
|
311
311
|
@media (min-width: 1024px) {
|
|
@@ -364,7 +364,7 @@ body:has(.root > .dashboard) {
|
|
|
364
364
|
width: 100dvw;
|
|
365
365
|
height: 100dvh;
|
|
366
366
|
content: "";
|
|
367
|
-
background:
|
|
367
|
+
background: rgb(from var(--gray-200) r g b/0.5);
|
|
368
368
|
backdrop-filter: blur(3px) saturate(180%);
|
|
369
369
|
transition: var(--dashboard-duration) var(--swift-out);
|
|
370
370
|
transition-property: background, backdrop-filter;
|
|
@@ -422,4 +422,4 @@ body:has(.root > .dashboard) {
|
|
|
422
422
|
pointer-events: none;
|
|
423
423
|
translate: -100% 0;
|
|
424
424
|
}
|
|
425
|
-
}
|
|
425
|
+
}/*$vite$:1*/
|
package/dist/index.d.ts
CHANGED