morya-ui 0.2.1 → 0.2.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +22 -0
- package/dist/Card-BQfmv5Iw.js +62 -0
- package/dist/card/index.js +2 -62
- package/dist/components/Layout/Layout.vue.d.ts +1 -0
- package/dist/components/Layout/Layout.vue.d.ts.map +1 -1
- package/dist/components/Layout/styles.css +4 -0
- package/dist/components/Layout/types.d.ts +2 -0
- package/dist/components/Layout/types.d.ts.map +1 -1
- package/dist/components/Menu/MenuCollapsedTooltip.vue.d.ts +27 -0
- package/dist/components/Menu/MenuCollapsedTooltip.vue.d.ts.map +1 -0
- package/dist/components/Menu/MenuNodes.vue.d.ts.map +1 -1
- package/dist/components/Menu/styles.css +25 -3
- package/dist/components/Page/PageContent.vue.d.ts +19 -0
- package/dist/components/Page/PageContent.vue.d.ts.map +1 -0
- package/dist/components/Page/PageFilters.vue.d.ts +16 -0
- package/dist/components/Page/PageFilters.vue.d.ts.map +1 -0
- package/dist/components/Page/PageHeader.vue.d.ts +22 -0
- package/dist/components/Page/PageHeader.vue.d.ts.map +1 -0
- package/dist/components/Page/PagePlaceholder.vue.d.ts +20 -0
- package/dist/components/Page/PagePlaceholder.vue.d.ts.map +1 -0
- package/dist/components/Page/PageSection.vue.d.ts +19 -0
- package/dist/components/Page/PageSection.vue.d.ts.map +1 -0
- package/dist/components/Page/PageStat.vue.d.ts +18 -0
- package/dist/components/Page/PageStat.vue.d.ts.map +1 -0
- package/dist/components/Page/PageToolbar.vue.d.ts +20 -0
- package/dist/components/Page/PageToolbar.vue.d.ts.map +1 -0
- package/dist/components/Page/index.d.ts +9 -0
- package/dist/components/Page/index.d.ts.map +1 -0
- package/dist/components/Page/styles.css +193 -0
- package/dist/components/Page/types.d.ts +54 -0
- package/dist/components/Page/types.d.ts.map +1 -0
- package/dist/config-provider/index.js +6 -6
- package/dist/index.d.ts +8 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1041 -826
- package/dist/layout/index.js +6 -1
- package/dist/layout/style.css +4 -0
- package/dist/menu/index.js +231 -185
- package/dist/menu/style.css +77 -3
- package/dist/menu/style.js +1 -0
- package/dist/page/index.js +176 -0
- package/dist/page/style.css +1157 -0
- package/dist/page/style.js +5 -0
- package/dist/resolver-map.d.ts.map +1 -1
- package/dist/resolver.js +7 -0
- package/dist/styles.css +1 -1
- package/dist/table/index.js +4 -4
- package/dist/tree/index.js +1 -1
- package/package.json +8 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,27 @@
|
|
|
1
1
|
# morya-ui
|
|
2
2
|
|
|
3
|
+
## 0.2.3
|
|
4
|
+
|
|
5
|
+
### 新功能
|
|
6
|
+
|
|
7
|
+
- add page composition tooling for AI agents
|
|
8
|
+
- add MPage composition components for admin layouts
|
|
9
|
+
|
|
10
|
+
### 修复
|
|
11
|
+
|
|
12
|
+
- register Page styles in global stylesheet
|
|
13
|
+
|
|
14
|
+
## 0.2.2
|
|
15
|
+
|
|
16
|
+
### 新功能
|
|
17
|
+
|
|
18
|
+
- add tooltip support for collapsed menu items
|
|
19
|
+
|
|
20
|
+
### 变更
|
|
21
|
+
|
|
22
|
+
- improve submenu arrow icon and expand behavior
|
|
23
|
+
- update dataset keys from 'mu' to 'm' for consistency
|
|
24
|
+
|
|
3
25
|
## 0.2.1
|
|
4
26
|
|
|
5
27
|
### 破坏性变更
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
import { r as e } from "./useComponentAttrs-BTYEe61P.js";
|
|
2
|
+
import { i as t } from "./types-DGuu4Eg4.js";
|
|
3
|
+
import { computed as n, createBlock as r, createCommentVNode as i, createElementBlock as a, createElementVNode as o, createTextVNode as s, defineComponent as c, mergeProps as l, openBlock as u, renderSlot as d, resolveDynamicComponent as f, toDisplayString as p, unref as m, useAttrs as h, withCtx as g } from "vue";
|
|
4
|
+
//#region src/components/Card/Card.vue?vue&type=script&setup=true&lang.ts
|
|
5
|
+
var _ = ["aria-label"], v = {
|
|
6
|
+
key: 0,
|
|
7
|
+
class: "m-card__cover"
|
|
8
|
+
}, y = {
|
|
9
|
+
key: 1,
|
|
10
|
+
class: "m-card__header"
|
|
11
|
+
}, b = {
|
|
12
|
+
key: 1,
|
|
13
|
+
class: "m-card__subtitle"
|
|
14
|
+
}, x = { class: "m-card__body" }, S = {
|
|
15
|
+
key: 2,
|
|
16
|
+
class: "m-card__footer"
|
|
17
|
+
}, C = /* @__PURE__ */ c({
|
|
18
|
+
inheritAttrs: !1,
|
|
19
|
+
__name: "Card",
|
|
20
|
+
props: {
|
|
21
|
+
pt: {},
|
|
22
|
+
title: {},
|
|
23
|
+
subtitle: {},
|
|
24
|
+
ariaLabel: {},
|
|
25
|
+
headingLevel: { default: 2 },
|
|
26
|
+
size: {},
|
|
27
|
+
bordered: {
|
|
28
|
+
type: Boolean,
|
|
29
|
+
default: !0
|
|
30
|
+
},
|
|
31
|
+
hoverable: {
|
|
32
|
+
type: Boolean,
|
|
33
|
+
default: !1
|
|
34
|
+
}
|
|
35
|
+
},
|
|
36
|
+
setup(c) {
|
|
37
|
+
let C = c, w = h(), { rootAttrs: T } = e(w, () => C.pt), E = n(() => t(C.size)), D = n(() => `h${C.headingLevel}`), O = n(() => ["m-card", {
|
|
38
|
+
"m-card--bordered": C.bordered,
|
|
39
|
+
"m-card--borderless": !C.bordered,
|
|
40
|
+
"m-card--hoverable": C.hoverable,
|
|
41
|
+
"m-card--small": E.value === "small",
|
|
42
|
+
"m-card--large": E.value === "large"
|
|
43
|
+
}]);
|
|
44
|
+
return (e, t) => (u(), a("section", l(m(T), {
|
|
45
|
+
class: O.value,
|
|
46
|
+
"aria-label": c.ariaLabel ?? c.title
|
|
47
|
+
}), [
|
|
48
|
+
e.$slots.cover ? (u(), a("div", v, [d(e.$slots, "cover")])) : i("", !0),
|
|
49
|
+
e.$slots.header || c.title || c.subtitle ? (u(), a("div", y, [d(e.$slots, "header", {}, () => [c.title ? (u(), r(f(D.value), {
|
|
50
|
+
key: 0,
|
|
51
|
+
class: "m-card__title"
|
|
52
|
+
}, {
|
|
53
|
+
default: g(() => [s(p(c.title), 1)]),
|
|
54
|
+
_: 1
|
|
55
|
+
})) : i("", !0), c.subtitle ? (u(), a("p", b, p(c.subtitle), 1)) : i("", !0)])])) : i("", !0),
|
|
56
|
+
o("div", x, [d(e.$slots, "default")]),
|
|
57
|
+
e.$slots.footer ? (u(), a("footer", S, [d(e.$slots, "footer")])) : i("", !0)
|
|
58
|
+
], 16, _));
|
|
59
|
+
}
|
|
60
|
+
});
|
|
61
|
+
//#endregion
|
|
62
|
+
export { C as t };
|
package/dist/card/index.js
CHANGED
|
@@ -1,63 +1,3 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { i as t } from "../types-DGuu4Eg4.js";
|
|
1
|
+
import { t as e } from "../Card-BQfmv5Iw.js";
|
|
3
2
|
import "./style.js";
|
|
4
|
-
|
|
5
|
-
//#region src/components/Card/Card.vue?vue&type=script&setup=true&lang.ts
|
|
6
|
-
var _ = ["aria-label"], v = {
|
|
7
|
-
key: 0,
|
|
8
|
-
class: "m-card__cover"
|
|
9
|
-
}, y = {
|
|
10
|
-
key: 1,
|
|
11
|
-
class: "m-card__header"
|
|
12
|
-
}, b = {
|
|
13
|
-
key: 1,
|
|
14
|
-
class: "m-card__subtitle"
|
|
15
|
-
}, x = { class: "m-card__body" }, S = {
|
|
16
|
-
key: 2,
|
|
17
|
-
class: "m-card__footer"
|
|
18
|
-
}, C = /* @__PURE__ */ c({
|
|
19
|
-
inheritAttrs: !1,
|
|
20
|
-
__name: "Card",
|
|
21
|
-
props: {
|
|
22
|
-
pt: {},
|
|
23
|
-
title: {},
|
|
24
|
-
subtitle: {},
|
|
25
|
-
ariaLabel: {},
|
|
26
|
-
headingLevel: { default: 2 },
|
|
27
|
-
size: {},
|
|
28
|
-
bordered: {
|
|
29
|
-
type: Boolean,
|
|
30
|
-
default: !0
|
|
31
|
-
},
|
|
32
|
-
hoverable: {
|
|
33
|
-
type: Boolean,
|
|
34
|
-
default: !1
|
|
35
|
-
}
|
|
36
|
-
},
|
|
37
|
-
setup(c) {
|
|
38
|
-
let C = c, w = h(), { rootAttrs: T } = e(w, () => C.pt), E = n(() => t(C.size)), D = n(() => `h${C.headingLevel}`), O = n(() => ["m-card", {
|
|
39
|
-
"m-card--bordered": C.bordered,
|
|
40
|
-
"m-card--borderless": !C.bordered,
|
|
41
|
-
"m-card--hoverable": C.hoverable,
|
|
42
|
-
"m-card--small": E.value === "small",
|
|
43
|
-
"m-card--large": E.value === "large"
|
|
44
|
-
}]);
|
|
45
|
-
return (e, t) => (u(), a("section", l(m(T), {
|
|
46
|
-
class: O.value,
|
|
47
|
-
"aria-label": c.ariaLabel ?? c.title
|
|
48
|
-
}), [
|
|
49
|
-
e.$slots.cover ? (u(), a("div", v, [d(e.$slots, "cover")])) : i("", !0),
|
|
50
|
-
e.$slots.header || c.title || c.subtitle ? (u(), a("div", y, [d(e.$slots, "header", {}, () => [c.title ? (u(), r(f(D.value), {
|
|
51
|
-
key: 0,
|
|
52
|
-
class: "m-card__title"
|
|
53
|
-
}, {
|
|
54
|
-
default: g(() => [s(p(c.title), 1)]),
|
|
55
|
-
_: 1
|
|
56
|
-
})) : i("", !0), c.subtitle ? (u(), a("p", b, p(c.subtitle), 1)) : i("", !0)])])) : i("", !0),
|
|
57
|
-
o("div", x, [d(e.$slots, "default")]),
|
|
58
|
-
e.$slots.footer ? (u(), a("footer", S, [d(e.$slots, "footer")])) : i("", !0)
|
|
59
|
-
], 16, _));
|
|
60
|
-
}
|
|
61
|
-
});
|
|
62
|
-
//#endregion
|
|
63
|
-
export { C as MCard };
|
|
3
|
+
export { e as MCard };
|
|
@@ -13,6 +13,7 @@ declare const __VLS_base: DefineComponent<LayoutProps, LayoutExpose, {}, {}, {},
|
|
|
13
13
|
embedded: boolean;
|
|
14
14
|
hasSider: boolean;
|
|
15
15
|
siderPlacement: LayoutSiderPlacement;
|
|
16
|
+
fillViewport: boolean;
|
|
16
17
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
17
18
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
18
19
|
declare const _default: typeof __VLS_export;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Layout.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Layout/Layout.vue"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"Layout.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Layout/Layout.vue"],"names":[],"mappings":";AA2FA,OAAO,KAAK,EAAE,YAAY,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AAsHzD,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAO/C,QAAA,MAAM,UAAU;;;;;;;;;;6EAKd,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AAWzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
|
|
@@ -23,6 +23,8 @@ export interface LayoutProps {
|
|
|
23
23
|
contentClass?: string;
|
|
24
24
|
/** Extra style on the scroll / content wrapper. */
|
|
25
25
|
contentStyle?: string | CSSProperties;
|
|
26
|
+
/** Stretch the layout to at least the viewport height. */
|
|
27
|
+
fillViewport?: boolean;
|
|
26
28
|
}
|
|
27
29
|
export interface LayoutHeaderProps {
|
|
28
30
|
pt?: RootPassThrough;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/Layout/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,0BAA0B,CAAA;AAC/D,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,KAAK,CAAC;AAEzC,MAAM,MAAM,cAAc,GAAG,QAAQ,GAAG,UAAU,CAAC;AACnD,MAAM,MAAM,oBAAoB,GAAG,MAAM,GAAG,OAAO,CAAC;AACpD,MAAM,MAAM,kBAAkB,GAAG,OAAO,GAAG,WAAW,CAAC;AACvD,mFAAmF;AACnF,MAAM,MAAM,aAAa,GAAG,OAAO,GAAG,KAAK,GAAG,OAAO,GAAG,cAAc,CAAC;AAEvE,MAAM,WAAW,WAAW;IAC1B,EAAE,CAAC,EAAE,eAAe,CAAA;IACpB,2DAA2D;IAC3D,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACzB,wCAAwC;IACxC,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACxB,gDAAgD;IAChD,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,qBAAqB;IACrB,QAAQ,CAAC,EAAE,cAAc,CAAC;IAC1B,iDAAiD;IACjD,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,kCAAkC;IAClC,cAAc,CAAC,EAAE,oBAAoB,CAAC;IACtC,mDAAmD;IACnD,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,mDAAmD;IACnD,YAAY,CAAC,EAAE,MAAM,GAAG,aAAa,CAAC;
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/Layout/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,0BAA0B,CAAA;AAC/D,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,KAAK,CAAC;AAEzC,MAAM,MAAM,cAAc,GAAG,QAAQ,GAAG,UAAU,CAAC;AACnD,MAAM,MAAM,oBAAoB,GAAG,MAAM,GAAG,OAAO,CAAC;AACpD,MAAM,MAAM,kBAAkB,GAAG,OAAO,GAAG,WAAW,CAAC;AACvD,mFAAmF;AACnF,MAAM,MAAM,aAAa,GAAG,OAAO,GAAG,KAAK,GAAG,OAAO,GAAG,cAAc,CAAC;AAEvE,MAAM,WAAW,WAAW;IAC1B,EAAE,CAAC,EAAE,eAAe,CAAA;IACpB,2DAA2D;IAC3D,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACzB,wCAAwC;IACxC,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACxB,gDAAgD;IAChD,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,qBAAqB;IACrB,QAAQ,CAAC,EAAE,cAAc,CAAC;IAC1B,iDAAiD;IACjD,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,kCAAkC;IAClC,cAAc,CAAC,EAAE,oBAAoB,CAAC;IACtC,mDAAmD;IACnD,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,mDAAmD;IACnD,YAAY,CAAC,EAAE,MAAM,GAAG,aAAa,CAAC;IACtC,0DAA0D;IAC1D,YAAY,CAAC,EAAE,OAAO,CAAC;CACxB;AAED,MAAM,WAAW,iBAAiB;IAChC,EAAE,CAAC,EAAE,eAAe,CAAA;IACpB,kEAAkE;IAClE,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACzB,OAAO,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAC1B,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACzB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,cAAc,CAAC;CAC3B;AAED,MAAM,WAAW,iBAAiB;IAChC,EAAE,CAAC,EAAE,eAAe,CAAA;IACpB,kEAAkE;IAClE,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACzB,OAAO,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAC1B,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACzB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,cAAc,CAAC;CAC3B;AAED,MAAM,WAAW,kBAAkB;IACjC,EAAE,CAAC,EAAE,eAAe,CAAA;IACpB,6DAA6D;IAC7D,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACzB,OAAO,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAC1B,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACzB,uBAAuB;IACvB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,cAAc,CAAC;IAC1B,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,YAAY,CAAC,EAAE,MAAM,GAAG,aAAa,CAAC;CACvC;AAED,MAAM,WAAW,gBAAgB;IAC/B,EAAE,CAAC,EAAE,eAAe,CAAA;IACpB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,cAAc,CAAC;IAC1B,6EAA6E;IAC7E,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACxB,2BAA2B;IAC3B,cAAc,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACjC,OAAO,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAC1B,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACzB,wDAAwD;IACxD,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,4CAA4C;IAC5C,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B;;;OAGG;IACH,YAAY,CAAC,EAAE,kBAAkB,CAAC;IAClC,0CAA0C;IAC1C,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAC/B,WAAW,CAAC,EAAE,aAAa,CAAC;IAC5B,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,YAAY,CAAC,EAAE,MAAM,GAAG,aAAa,CAAC;IACtC,qBAAqB,CAAC,EAAE,MAAM,CAAC;IAC/B,qBAAqB,CAAC,EAAE,MAAM,GAAG,aAAa,CAAC;IAC/C,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,YAAY,CAAC,EAAE,MAAM,GAAG,aAAa,CAAC;CACvC;AAED,MAAM,WAAW,gBAAgB;IAC/B,CAAC,KAAK,EAAE,kBAAkB,EAAE,KAAK,EAAE,OAAO,GAAG,IAAI,CAAC;IAClD,CAAC,KAAK,EAAE,UAAU,GAAG,IAAI,CAAC;IAC1B,CAAC,KAAK,EAAE,QAAQ,GAAG,IAAI,CAAC;IACxB,CAAC,KAAK,EAAE,aAAa,GAAG,IAAI,CAAC;IAC7B,CAAC,KAAK,EAAE,aAAa,GAAG,IAAI,CAAC;IAC7B,CAAC,KAAK,EAAE,QAAQ,EAAE,YAAY,EAAE,KAAK,GAAG,IAAI,CAAC;CAC9C;AAED,MAAM,WAAW,iBAAiB;IAChC,CAAC,KAAK,EAAE,QAAQ,EAAE,YAAY,EAAE,KAAK,GAAG,IAAI,CAAC;CAC9C;AAED,MAAM,WAAW,YAAY;IAC3B,QAAQ,EAAE;QACR,CAAC,OAAO,EAAE,eAAe,GAAG,IAAI,CAAC;QACjC,CAAC,CAAC,EAAE,MAAM,EAAE,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;KAC9B,CAAC;CACH"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
label?: string;
|
|
4
|
+
/** When false, render slot only (expanded menu). */
|
|
5
|
+
active?: boolean;
|
|
6
|
+
/** Suppress while a flyout submenu is open. */
|
|
7
|
+
suspended?: boolean;
|
|
8
|
+
};
|
|
9
|
+
declare var __VLS_8: {}, __VLS_10: {};
|
|
10
|
+
type __VLS_Slots = {} & {
|
|
11
|
+
default?: (props: typeof __VLS_8) => any;
|
|
12
|
+
} & {
|
|
13
|
+
default?: (props: typeof __VLS_10) => any;
|
|
14
|
+
};
|
|
15
|
+
declare const __VLS_base: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
16
|
+
active: boolean;
|
|
17
|
+
suspended: boolean;
|
|
18
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
19
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
20
|
+
declare const _default: typeof __VLS_export;
|
|
21
|
+
export default _default;
|
|
22
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
23
|
+
new (): {
|
|
24
|
+
$slots: S;
|
|
25
|
+
};
|
|
26
|
+
};
|
|
27
|
+
//# sourceMappingURL=MenuCollapsedTooltip.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MenuCollapsedTooltip.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Menu/MenuCollapsedTooltip.vue"],"names":[],"mappings":";AAyCA,KAAK,WAAW,GAAG;IACf,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,oDAAoD;IACpD,MAAM,CAAC,EAAE,OAAO,CAAA;IAChB,+CAA+C;IAC/C,SAAS,CAAC,EAAE,OAAO,CAAA;CACpB,CAAC;AA4DJ,QAAA,IAAI,OAAO,IAAU,EAAE,QAAQ,IAAW,CAAE;AAC5C,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,GAC5C;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,CAAC;AAKhD,QAAA,MAAM,UAAU;YAvEH,OAAO;eAEJ,OAAO;6EAwErB,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AAWzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MenuNodes.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Menu/MenuNodes.vue"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"MenuNodes.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Menu/MenuNodes.vue"],"names":[],"mappings":";AAwPA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,SAAS,CAAA;AAWvC,KAAK,WAAW,GAAG;IACjB,KAAK,EAAE,QAAQ,EAAE,CAAA;IACjB,KAAK,EAAE,MAAM,CAAA;IACb,MAAM,EAAE,MAAM,CAAA;IACd,2EAA2E;IAC3E,MAAM,CAAC,EAAE,OAAO,CAAA;CACjB,CAAC;AAgeF,QAAA,MAAM,YAAY,kSAEhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
|
|
@@ -2,6 +2,8 @@
|
|
|
2
2
|
.m-menu {
|
|
3
3
|
--m-menu-indent: var(--m-space-3);
|
|
4
4
|
--m-menu-root-indent: var(--m-space-4);
|
|
5
|
+
--m-menu-submenu-gap: var(--m-space-2);
|
|
6
|
+
--m-menu-submenu-inset: var(--m-space-2);
|
|
5
7
|
--m-menu-item-radius: var(--m-radius-md);
|
|
6
8
|
--m-menu-color: transparent;
|
|
7
9
|
--m-menu-item-color-hover: color-mix(
|
|
@@ -210,6 +212,12 @@
|
|
|
210
212
|
margin-top: 0.25rem;
|
|
211
213
|
}
|
|
212
214
|
|
|
215
|
+
.m-menu--collapsed .m-menu__item .m-tooltip,
|
|
216
|
+
.m-menu--collapsed .m-menu__collapsed-popover .m-tooltip {
|
|
217
|
+
display: flex;
|
|
218
|
+
width: 100%;
|
|
219
|
+
}
|
|
220
|
+
|
|
213
221
|
.m-menu--collapsed .m-menu__item-content {
|
|
214
222
|
align-items: center;
|
|
215
223
|
display: flex;
|
|
@@ -368,9 +376,14 @@
|
|
|
368
376
|
height: 1rem;
|
|
369
377
|
justify-content: center;
|
|
370
378
|
margin-inline-start: 0.25rem;
|
|
379
|
+
transition: transform var(--m-motion-fast) var(--m-motion-ease);
|
|
371
380
|
width: 1rem;
|
|
372
381
|
}
|
|
373
382
|
|
|
383
|
+
.m-menu__arrow--expanded {
|
|
384
|
+
transform: rotate(90deg);
|
|
385
|
+
}
|
|
386
|
+
|
|
374
387
|
.m-menu__separator {
|
|
375
388
|
background: var(--m-color-border);
|
|
376
389
|
height: 1px;
|
|
@@ -378,25 +391,34 @@
|
|
|
378
391
|
}
|
|
379
392
|
|
|
380
393
|
.m-menu__submenu {
|
|
394
|
+
display: grid;
|
|
395
|
+
grid-template-rows: 1fr;
|
|
396
|
+
}
|
|
397
|
+
|
|
398
|
+
.m-menu__submenu-inner {
|
|
399
|
+
min-height: 0;
|
|
381
400
|
overflow: hidden;
|
|
401
|
+
padding-block-start: var(--m-menu-submenu-gap);
|
|
402
|
+
padding-inline-start: var(--m-menu-submenu-inset);
|
|
382
403
|
}
|
|
383
404
|
|
|
384
405
|
.m-menu-expand-enter-active,
|
|
385
406
|
.m-menu-expand-leave-active {
|
|
407
|
+
overflow: hidden;
|
|
386
408
|
transition:
|
|
387
|
-
|
|
409
|
+
grid-template-rows var(--m-motion-normal) var(--m-motion-ease),
|
|
388
410
|
opacity var(--m-motion-normal) var(--m-motion-ease);
|
|
389
411
|
}
|
|
390
412
|
|
|
391
413
|
.m-menu-expand-enter-from,
|
|
392
414
|
.m-menu-expand-leave-to {
|
|
393
|
-
|
|
415
|
+
grid-template-rows: 0fr;
|
|
394
416
|
opacity: 0;
|
|
395
417
|
}
|
|
396
418
|
|
|
397
419
|
.m-menu-expand-enter-to,
|
|
398
420
|
.m-menu-expand-leave-from {
|
|
399
|
-
|
|
421
|
+
grid-template-rows: 1fr;
|
|
400
422
|
opacity: 1;
|
|
401
423
|
}
|
|
402
424
|
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { PageContentProps, PageContentDensity, PageContentWidth } from './types';
|
|
2
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
3
|
+
declare var __VLS_1: {};
|
|
4
|
+
type __VLS_Slots = {} & {
|
|
5
|
+
default?: (props: typeof __VLS_1) => any;
|
|
6
|
+
};
|
|
7
|
+
declare const __VLS_base: DefineComponent<PageContentProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PageContentProps> & Readonly<{}>, {
|
|
8
|
+
density: PageContentDensity;
|
|
9
|
+
width: PageContentWidth;
|
|
10
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
11
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
12
|
+
declare const _default: typeof __VLS_export;
|
|
13
|
+
export default _default;
|
|
14
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
15
|
+
new (): {
|
|
16
|
+
$slots: S;
|
|
17
|
+
};
|
|
18
|
+
};
|
|
19
|
+
//# sourceMappingURL=PageContent.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PageContent.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Page/PageContent.vue"],"names":[],"mappings":";AAiCA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAA;AAmD/C,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAK/C,QAAA,MAAM,UAAU;;;6EAGd,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AAWzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { PageFiltersProps } from './types';
|
|
2
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
3
|
+
declare var __VLS_1: {};
|
|
4
|
+
type __VLS_Slots = {} & {
|
|
5
|
+
default?: (props: typeof __VLS_1) => any;
|
|
6
|
+
};
|
|
7
|
+
declare const __VLS_base: DefineComponent<PageFiltersProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PageFiltersProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
8
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
9
|
+
declare const _default: typeof __VLS_export;
|
|
10
|
+
export default _default;
|
|
11
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
12
|
+
new (): {
|
|
13
|
+
$slots: S;
|
|
14
|
+
};
|
|
15
|
+
};
|
|
16
|
+
//# sourceMappingURL=PageFilters.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PageFilters.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Page/PageFilters.vue"],"names":[],"mappings":";AAyBA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAA;AAoC/C,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAK/C,QAAA,MAAM,UAAU,4SAEd,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AACzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { PageHeaderProps } from './types';
|
|
2
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
3
|
+
declare var __VLS_7: {}, __VLS_9: {}, __VLS_11: {};
|
|
4
|
+
type __VLS_Slots = {} & {
|
|
5
|
+
title?: (props: typeof __VLS_7) => any;
|
|
6
|
+
} & {
|
|
7
|
+
description?: (props: typeof __VLS_9) => any;
|
|
8
|
+
} & {
|
|
9
|
+
actions?: (props: typeof __VLS_11) => any;
|
|
10
|
+
};
|
|
11
|
+
declare const __VLS_base: DefineComponent<PageHeaderProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PageHeaderProps> & Readonly<{}>, {
|
|
12
|
+
headingLevel: 1 | 2 | 3 | 4 | 5 | 6;
|
|
13
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
14
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
15
|
+
declare const _default: typeof __VLS_export;
|
|
16
|
+
export default _default;
|
|
17
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
18
|
+
new (): {
|
|
19
|
+
$slots: S;
|
|
20
|
+
};
|
|
21
|
+
};
|
|
22
|
+
//# sourceMappingURL=PageHeader.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PageHeader.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Page/PageHeader.vue"],"names":[],"mappings":";AAuCA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,SAAS,CAAA;AAwF9C,QAAA,IAAI,OAAO,IAAU,EAAE,OAAO,IAAU,EAAE,QAAQ,IAAY,CAAE;AAChE,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,KAAK,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,GAC1C;IAAE,WAAW,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,GAChD;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,CAAC;AAKhD,QAAA,MAAM,UAAU;;6EAGd,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AAWzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { PagePlaceholderProps } from './types';
|
|
2
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
3
|
+
declare var __VLS_1: {};
|
|
4
|
+
type __VLS_Slots = {} & {
|
|
5
|
+
default?: (props: typeof __VLS_1) => any;
|
|
6
|
+
};
|
|
7
|
+
declare const __VLS_base: DefineComponent<PagePlaceholderProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PagePlaceholderProps> & Readonly<{}>, {
|
|
8
|
+
ariaLabel: string;
|
|
9
|
+
minHeight: number | string;
|
|
10
|
+
description: string;
|
|
11
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
12
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
13
|
+
declare const _default: typeof __VLS_export;
|
|
14
|
+
export default _default;
|
|
15
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
16
|
+
new (): {
|
|
17
|
+
$slots: S;
|
|
18
|
+
};
|
|
19
|
+
};
|
|
20
|
+
//# sourceMappingURL=PagePlaceholder.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PagePlaceholder.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Page/PagePlaceholder.vue"],"names":[],"mappings":";AAqCA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,SAAS,CAAA;AAqDnD,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAK/C,QAAA,MAAM,UAAU;;;;6EAGd,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AAWzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { PageSectionProps, PageSectionVariant } from './types';
|
|
2
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
3
|
+
declare var __VLS_7: {};
|
|
4
|
+
type __VLS_Slots = {} & {
|
|
5
|
+
default?: (props: typeof __VLS_7) => any;
|
|
6
|
+
};
|
|
7
|
+
declare const __VLS_base: DefineComponent<PageSectionProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PageSectionProps> & Readonly<{}>, {
|
|
8
|
+
variant: PageSectionVariant;
|
|
9
|
+
headingLevel: 2 | 3 | 4 | 5 | 6;
|
|
10
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
11
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
12
|
+
declare const _default: typeof __VLS_export;
|
|
13
|
+
export default _default;
|
|
14
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
15
|
+
new (): {
|
|
16
|
+
$slots: S;
|
|
17
|
+
};
|
|
18
|
+
};
|
|
19
|
+
//# sourceMappingURL=PageSection.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PageSection.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Page/PageSection.vue"],"names":[],"mappings":";AAqCA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAA;AAqE/C,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAK/C,QAAA,MAAM,UAAU;;;6EAGd,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AAWzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { PageStatProps, PageStatTrendSeverity } from './types';
|
|
2
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
3
|
+
declare var __VLS_8: {};
|
|
4
|
+
type __VLS_Slots = {} & {
|
|
5
|
+
default?: (props: typeof __VLS_8) => any;
|
|
6
|
+
};
|
|
7
|
+
declare const __VLS_base: DefineComponent<PageStatProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PageStatProps> & Readonly<{}>, {
|
|
8
|
+
trendSeverity: PageStatTrendSeverity;
|
|
9
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
10
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
11
|
+
declare const _default: typeof __VLS_export;
|
|
12
|
+
export default _default;
|
|
13
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
14
|
+
new (): {
|
|
15
|
+
$slots: S;
|
|
16
|
+
};
|
|
17
|
+
};
|
|
18
|
+
//# sourceMappingURL=PageStat.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PageStat.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Page/PageStat.vue"],"names":[],"mappings":";AA8CA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,SAAS,CAAA;AAsG5C,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAK/C,QAAA,MAAM,UAAU;;6EAGd,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AAWzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { PageToolbarProps } from './types';
|
|
2
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
3
|
+
declare var __VLS_7: {}, __VLS_9: {};
|
|
4
|
+
type __VLS_Slots = {} & {
|
|
5
|
+
default?: (props: typeof __VLS_7) => any;
|
|
6
|
+
} & {
|
|
7
|
+
actions?: (props: typeof __VLS_9) => any;
|
|
8
|
+
};
|
|
9
|
+
declare const __VLS_base: DefineComponent<PageToolbarProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PageToolbarProps> & Readonly<{}>, {
|
|
10
|
+
headingLevel: 1 | 2 | 3 | 4 | 5 | 6;
|
|
11
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
12
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
13
|
+
declare const _default: typeof __VLS_export;
|
|
14
|
+
export default _default;
|
|
15
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
16
|
+
new (): {
|
|
17
|
+
$slots: S;
|
|
18
|
+
};
|
|
19
|
+
};
|
|
20
|
+
//# sourceMappingURL=PageToolbar.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PageToolbar.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Page/PageToolbar.vue"],"names":[],"mappings":";AAiCA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAA;AAwE/C,QAAA,IAAI,OAAO,IAAU,EAAE,OAAO,IAAW,CAAE;AAC3C,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,GAC5C;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAK/C,QAAA,MAAM,UAAU;;6EAGd,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AAWzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export { default as MPageContent } from './PageContent.vue';
|
|
2
|
+
export { default as MPageFilters } from './PageFilters.vue';
|
|
3
|
+
export { default as MPageHeader } from './PageHeader.vue';
|
|
4
|
+
export { default as MPagePlaceholder } from './PagePlaceholder.vue';
|
|
5
|
+
export { default as MPageSection } from './PageSection.vue';
|
|
6
|
+
export { default as MPageStat } from './PageStat.vue';
|
|
7
|
+
export { default as MPageToolbar } from './PageToolbar.vue';
|
|
8
|
+
export type { PageContentDensity, PageContentProps, PageContentWidth, PageFiltersProps, PageHeaderProps, PagePlaceholderProps, PageSectionProps, PageSectionVariant, PageStatProps, PageStatTrendSeverity, PageToolbarProps, } from './types';
|
|
9
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Page/index.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,CAAA;AAChB,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,mBAAmB,CAAA;AAC3D,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,mBAAmB,CAAA;AAC3D,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,kBAAkB,CAAA;AACzD,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,uBAAuB,CAAA;AACnE,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,mBAAmB,CAAA;AAC3D,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,gBAAgB,CAAA;AACrD,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,mBAAmB,CAAA;AAC3D,YAAY,EACV,kBAAkB,EAClB,gBAAgB,EAChB,gBAAgB,EAChB,gBAAgB,EAChB,eAAe,EACf,oBAAoB,EACpB,gBAAgB,EAChB,kBAAkB,EAClB,aAAa,EACb,qBAAqB,EACrB,gBAAgB,GACjB,MAAM,SAAS,CAAA"}
|