morya-ui 0.2.2 → 0.2.4
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 +33 -0
- package/dist/Card-BQfmv5Iw.js +62 -0
- package/dist/FlyoutSubmenu-BC_cl17_.js +49 -0
- package/dist/ScrollBody-CXFNhBvq.js +68 -0
- package/dist/accordion/style.css +625 -583
- package/dist/auto-complete/style.css +625 -583
- package/dist/avatar/style.css +625 -583
- package/dist/badge/style.css +625 -583
- package/dist/block-ui/style.css +625 -583
- package/dist/breadcrumb/style.css +625 -583
- package/dist/button/style.css +625 -583
- package/dist/card/index.js +2 -62
- package/dist/card/style.css +625 -583
- package/dist/carousel/style.css +625 -583
- package/dist/cascade-select/style.css +625 -583
- package/dist/checkbox/style.css +625 -583
- package/dist/chip/style.css +625 -583
- package/dist/command-menu/style.css +625 -583
- package/dist/components/ContextMenu/ContextMenu.vue.d.ts.map +1 -1
- package/dist/components/ContextMenu/ContextMenuNodes.vue.d.ts.map +1 -1
- package/dist/components/ContextMenu/styles.css +33 -4
- package/dist/components/Dropdown/Dropdown.vue.d.ts +2 -2
- package/dist/components/Dropdown/Dropdown.vue.d.ts.map +1 -1
- package/dist/components/Dropdown/DropdownNodes.vue.d.ts +2 -2
- package/dist/components/Dropdown/DropdownNodes.vue.d.ts.map +1 -1
- package/dist/components/Dropdown/styles.css +11 -0
- package/dist/components/Gallery/Gallery.vue.d.ts +2 -2
- package/dist/components/Gallery/Gallery.vue.d.ts.map +1 -1
- package/dist/components/Gallery/styles.css +5 -1
- package/dist/components/Layout/Layout.vue.d.ts +4 -3
- package/dist/components/Layout/Layout.vue.d.ts.map +1 -1
- package/dist/components/Layout/LayoutContent.vue.d.ts +2 -2
- package/dist/components/Layout/LayoutContent.vue.d.ts.map +1 -1
- package/dist/components/Layout/LayoutScrollContext.vue.d.ts +20 -0
- package/dist/components/Layout/LayoutScrollContext.vue.d.ts.map +1 -0
- package/dist/components/Layout/LayoutScrollRegion.vue.d.ts +34 -0
- package/dist/components/Layout/LayoutScrollRegion.vue.d.ts.map +1 -0
- package/dist/components/Layout/LayoutSider.vue.d.ts +2 -2
- package/dist/components/Layout/LayoutSider.vue.d.ts.map +1 -1
- package/dist/components/Layout/composables/useLayoutScroll.d.ts +4 -1
- package/dist/components/Layout/composables/useLayoutScroll.d.ts.map +1 -1
- package/dist/components/Layout/styles.css +35 -13
- package/dist/components/Layout/types.d.ts +2 -0
- package/dist/components/Layout/types.d.ts.map +1 -1
- package/dist/components/Menu/Menu.vue.d.ts.map +1 -1
- package/dist/components/Menu/styles.css +10 -0
- package/dist/components/Menubar/Menubar.vue.d.ts +2 -2
- package/dist/components/Menubar/Menubar.vue.d.ts.map +1 -1
- package/dist/components/Menubar/styles.css +14 -0
- package/dist/components/OrderList/OrderList.vue.d.ts +4 -4
- package/dist/components/OrderList/OrderList.vue.d.ts.map +1 -1
- 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/components/PickList/PickList.vue.d.ts +7 -7
- package/dist/components/PickList/PickList.vue.d.ts.map +1 -1
- package/dist/components/ScrollTop/ScrollTop.vue.d.ts.map +1 -1
- package/dist/components/Tabs/Tabs.vue.d.ts +3 -3
- package/dist/components/Tabs/Tabs.vue.d.ts.map +1 -1
- package/dist/components/Tabs/styles.css +72 -77
- package/dist/components/Terminal/Terminal.vue.d.ts.map +1 -1
- package/dist/components/Terminal/styles.css +6 -2
- package/dist/components/TieredMenu/TieredMenu.vue.d.ts.map +1 -1
- package/dist/components/TieredMenu/styles.css +33 -4
- package/dist/components/Timeline/Timeline.vue.d.ts +35 -10
- package/dist/components/Timeline/Timeline.vue.d.ts.map +1 -1
- package/dist/components/Timeline/styles.css +159 -156
- package/dist/components/TreeSelect/TreeSelect.vue.d.ts.map +1 -1
- package/dist/components/TreeSelect/styles.css +15 -0
- package/dist/components/TreeTable/TreeTable.vue.d.ts +2 -2
- package/dist/components/TreeTable/TreeTable.vue.d.ts.map +1 -1
- package/dist/components/TreeTable/styles.css +64 -61
- package/dist/components/VirtualScroller/VirtualScroller.vue.d.ts +2 -2
- package/dist/components/VirtualScroller/VirtualScroller.vue.d.ts.map +1 -1
- package/dist/components/VirtualScroller/styles.css +20 -17
- package/dist/config-provider/style.css +625 -583
- package/dist/confirm-dialog/style.css +625 -583
- package/dist/confirm-popup/style.css +625 -583
- package/dist/context-menu/index.js +131 -89
- package/dist/context-menu/style.css +781 -587
- package/dist/context-menu/style.js +1 -0
- package/dist/data-view/style.css +625 -583
- package/dist/date-picker/style.css +625 -583
- package/dist/dialog/style.css +625 -583
- package/dist/divider/style.css +625 -583
- package/dist/dock/style.css +625 -583
- package/dist/drawer/style.css +625 -583
- package/dist/dropdown/index.js +162 -122
- package/dist/dropdown/style.css +759 -583
- package/dist/dropdown/style.js +1 -0
- package/dist/fieldset/style.css +625 -583
- package/dist/file-upload/style.css +625 -583
- package/dist/flex/style.css +625 -583
- package/dist/float-label/style.css +625 -583
- package/dist/fluid/style.css +625 -583
- package/dist/form/style.css +625 -583
- package/dist/gallery/index.js +76 -67
- package/dist/gallery/style.css +753 -584
- package/dist/gallery/style.js +1 -0
- package/dist/grid/style.css +625 -583
- package/dist/icon/style.css +625 -583
- package/dist/icon-field/style.css +625 -583
- package/dist/index.d.ts +8 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +2366 -1745
- package/dist/inplace/style.css +625 -583
- package/dist/input/style.css +625 -583
- package/dist/input-color/style.css +625 -583
- package/dist/input-group/style.css +625 -583
- package/dist/input-number/style.css +625 -583
- package/dist/input-otp/style.css +625 -583
- package/dist/input-password/style.css +625 -583
- package/dist/input-tags/style.css +625 -583
- package/dist/knob/style.css +625 -583
- package/dist/label/style.css +625 -583
- package/dist/layout/index.js +235 -136
- package/dist/layout/style.css +783 -596
- package/dist/layout/style.js +1 -0
- package/dist/listbox/style.css +625 -583
- package/dist/mega-menu/style.css +625 -583
- package/dist/menu/index.js +233 -216
- package/dist/menu/style.css +758 -583
- package/dist/menu/style.js +1 -0
- package/dist/menubar/index.js +77 -68
- package/dist/menubar/style.css +762 -583
- package/dist/menubar/style.js +1 -0
- package/dist/message/style.css +625 -583
- package/dist/meter-group/style.css +625 -583
- package/dist/order-list/index.js +66 -58
- package/dist/order-list/style.css +625 -583
- package/dist/page/index.js +176 -0
- package/dist/page/style.css +1199 -0
- package/dist/page/style.js +5 -0
- package/dist/pagination/style.css +625 -583
- package/dist/panel/style.css +625 -583
- package/dist/pick-list/index.js +97 -84
- package/dist/pick-list/style.css +625 -583
- package/dist/popover/style.css +625 -583
- package/dist/progress-bar/style.css +625 -583
- package/dist/progress-spinner/style.css +625 -583
- package/dist/radio/style.css +625 -583
- package/dist/rating/style.css +625 -583
- package/dist/resolver-map.d.ts.map +1 -1
- package/dist/resolver.js +7 -0
- package/dist/scroll-top/index.js +23 -13
- package/dist/scroll-top/style.css +748 -583
- package/dist/scroll-top/style.js +1 -0
- package/dist/scrollbar/style.css +625 -583
- package/dist/select/style.css +625 -583
- package/dist/select-button/style.css +625 -583
- package/dist/shared/FlyoutSubmenu.vue.d.ts +32 -0
- package/dist/shared/FlyoutSubmenu.vue.d.ts.map +1 -0
- package/dist/shared/ScrollBody.vue.d.ts +39 -0
- package/dist/shared/ScrollBody.vue.d.ts.map +1 -0
- package/dist/sidebar/style.css +625 -583
- package/dist/skeleton/style.css +625 -583
- package/dist/slider/style.css +625 -583
- package/dist/space/style.css +625 -583
- package/dist/speed-dial/style.css +625 -583
- package/dist/split-button/style.css +625 -583
- package/dist/splitter/style.css +625 -583
- package/dist/stepper/style.css +625 -583
- package/dist/styles/base.css +625 -583
- package/dist/styles.css +1 -1
- package/dist/switch/style.css +625 -583
- package/dist/table/style.css +625 -583
- package/dist/tabs/index.js +92 -81
- package/dist/tabs/style.css +818 -658
- package/dist/tabs/style.js +1 -0
- package/dist/tag/style.css +625 -583
- package/dist/terminal/index.js +47 -40
- package/dist/terminal/style.css +631 -585
- package/dist/textarea/style.css +625 -583
- package/dist/tiered-menu/index.js +130 -84
- package/dist/tiered-menu/style.css +781 -587
- package/dist/tiered-menu/style.js +1 -0
- package/dist/timeline/index.js +82 -37
- package/dist/timeline/style.css +907 -739
- package/dist/timeline/style.js +1 -0
- package/dist/toast/style.css +625 -583
- package/dist/toggle-button/style.css +625 -583
- package/dist/toolbar/style.css +625 -583
- package/dist/tooltip/style.css +625 -583
- package/dist/tree/style.css +625 -583
- package/dist/tree-select/index.js +202 -193
- package/dist/tree-select/style.css +763 -583
- package/dist/tree-select/style.js +1 -0
- package/dist/tree-table/index.js +57 -50
- package/dist/tree-table/style.css +689 -644
- package/dist/virtual-scroller/index.js +38 -34
- package/dist/virtual-scroller/style.css +775 -607
- package/dist/virtual-scroller/style.js +1 -0
- package/package.json +8 -1
|
@@ -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"}
|
|
@@ -0,0 +1,193 @@
|
|
|
1
|
+
.m-page-content {
|
|
2
|
+
box-sizing: border-box;
|
|
3
|
+
display: flex;
|
|
4
|
+
flex-direction: column;
|
|
5
|
+
gap: var(--m-page-content-gap, var(--m-space-4));
|
|
6
|
+
padding: var(--m-page-content-padding, var(--m-space-6));
|
|
7
|
+
width: 100%;
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
.m-page-content--compact {
|
|
11
|
+
--m-page-content-padding: var(--m-space-4);
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
.m-page-content--spacious {
|
|
15
|
+
--m-page-content-gap: var(--m-space-6);
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
.m-page-content--narrow {
|
|
19
|
+
max-width: 42rem;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
.m-page-filters {
|
|
23
|
+
background: color-mix(in srgb, var(--m-color-border) 25%, transparent);
|
|
24
|
+
border: var(--m-border-width) solid var(--m-color-border);
|
|
25
|
+
border-radius: var(--m-radius-md);
|
|
26
|
+
box-sizing: border-box;
|
|
27
|
+
padding: var(--m-space-4);
|
|
28
|
+
width: 100%;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
.m-page-toolbar {
|
|
32
|
+
align-items: center;
|
|
33
|
+
box-sizing: border-box;
|
|
34
|
+
display: flex;
|
|
35
|
+
flex-wrap: wrap;
|
|
36
|
+
gap: var(--m-space-4);
|
|
37
|
+
justify-content: space-between;
|
|
38
|
+
width: 100%;
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
.m-page-toolbar__title {
|
|
42
|
+
color: var(--m-color-text);
|
|
43
|
+
font-size: var(--m-font-size-lg);
|
|
44
|
+
font-weight: 600;
|
|
45
|
+
margin: 0;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
.m-page-toolbar__actions {
|
|
49
|
+
align-items: center;
|
|
50
|
+
display: flex;
|
|
51
|
+
flex-wrap: wrap;
|
|
52
|
+
gap: var(--m-space-3);
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
.m-page-header {
|
|
56
|
+
box-sizing: border-box;
|
|
57
|
+
display: flex;
|
|
58
|
+
flex-wrap: wrap;
|
|
59
|
+
gap: var(--m-space-4);
|
|
60
|
+
justify-content: space-between;
|
|
61
|
+
width: 100%;
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
.m-page-header__main {
|
|
65
|
+
display: grid;
|
|
66
|
+
gap: var(--m-space-2);
|
|
67
|
+
min-width: 0;
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
.m-page-header__title {
|
|
71
|
+
color: var(--m-color-text);
|
|
72
|
+
font-size: var(--m-font-size-lg);
|
|
73
|
+
font-weight: 600;
|
|
74
|
+
margin: 0;
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
.m-page-header__description {
|
|
78
|
+
color: var(--m-color-text-muted);
|
|
79
|
+
font-size: var(--m-font-size-md);
|
|
80
|
+
margin: 0;
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
.m-page-header__actions {
|
|
84
|
+
align-items: center;
|
|
85
|
+
display: flex;
|
|
86
|
+
flex-wrap: wrap;
|
|
87
|
+
gap: var(--m-space-3);
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
.m-page-section {
|
|
91
|
+
box-sizing: border-box;
|
|
92
|
+
width: 100%;
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
.m-page-section__title {
|
|
96
|
+
color: var(--m-color-text);
|
|
97
|
+
font-size: var(--m-font-size-md);
|
|
98
|
+
font-weight: 600;
|
|
99
|
+
margin: 0 0 var(--m-space-3);
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
.m-page-section--muted {
|
|
103
|
+
background: color-mix(in srgb, var(--m-color-border) 25%, transparent);
|
|
104
|
+
border: var(--m-border-width) solid var(--m-color-border);
|
|
105
|
+
border-radius: var(--m-radius-md);
|
|
106
|
+
padding: var(--m-space-4);
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
.m-page-section--form {
|
|
110
|
+
background: var(--m-color-surface);
|
|
111
|
+
border: var(--m-border-width) solid var(--m-color-border);
|
|
112
|
+
border-radius: var(--m-radius-md);
|
|
113
|
+
box-shadow: var(--m-shadow-sm);
|
|
114
|
+
padding: var(--m-space-6);
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
.m-page-section--actions {
|
|
118
|
+
border-top: var(--m-border-width) solid var(--m-color-border);
|
|
119
|
+
margin-top: var(--m-space-6);
|
|
120
|
+
padding-top: var(--m-space-4);
|
|
121
|
+
}
|
|
122
|
+
|
|
123
|
+
.m-page-stat {
|
|
124
|
+
box-shadow: var(--m-shadow-sm);
|
|
125
|
+
}
|
|
126
|
+
|
|
127
|
+
.m-page-stat__body {
|
|
128
|
+
align-items: center;
|
|
129
|
+
display: flex;
|
|
130
|
+
gap: var(--m-space-4);
|
|
131
|
+
justify-content: space-between;
|
|
132
|
+
}
|
|
133
|
+
|
|
134
|
+
.m-page-stat__label {
|
|
135
|
+
color: var(--m-color-text-muted);
|
|
136
|
+
font-size: var(--m-font-size-sm);
|
|
137
|
+
margin: 0;
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
.m-page-stat__value {
|
|
141
|
+
color: var(--m-color-text);
|
|
142
|
+
font-size: 1.5rem;
|
|
143
|
+
font-weight: 700;
|
|
144
|
+
line-height: 1.2;
|
|
145
|
+
margin: var(--m-space-1) 0;
|
|
146
|
+
}
|
|
147
|
+
|
|
148
|
+
.m-page-stat__trend {
|
|
149
|
+
font-size: var(--m-font-size-sm);
|
|
150
|
+
margin: 0;
|
|
151
|
+
}
|
|
152
|
+
|
|
153
|
+
.m-page-stat__trend--primary {
|
|
154
|
+
color: var(--m-color-primary);
|
|
155
|
+
}
|
|
156
|
+
|
|
157
|
+
.m-page-stat__trend--success {
|
|
158
|
+
color: var(--m-color-success);
|
|
159
|
+
}
|
|
160
|
+
|
|
161
|
+
.m-page-stat__trend--warn {
|
|
162
|
+
color: var(--m-color-warn);
|
|
163
|
+
}
|
|
164
|
+
|
|
165
|
+
.m-page-stat__trend--danger {
|
|
166
|
+
color: var(--m-color-danger);
|
|
167
|
+
}
|
|
168
|
+
|
|
169
|
+
.m-page-stat__trend--secondary {
|
|
170
|
+
color: var(--m-color-text-muted);
|
|
171
|
+
}
|
|
172
|
+
|
|
173
|
+
.m-page-stat__icon {
|
|
174
|
+
color: var(--m-color-primary);
|
|
175
|
+
flex-shrink: 0;
|
|
176
|
+
opacity: 0.85;
|
|
177
|
+
}
|
|
178
|
+
|
|
179
|
+
.m-page-placeholder {
|
|
180
|
+
align-items: center;
|
|
181
|
+
background: color-mix(in srgb, var(--m-color-border) 15%, transparent);
|
|
182
|
+
border: var(--m-border-width) dashed var(--m-color-border);
|
|
183
|
+
border-radius: var(--m-radius-md);
|
|
184
|
+
box-sizing: border-box;
|
|
185
|
+
color: var(--m-color-text-muted);
|
|
186
|
+
display: grid;
|
|
187
|
+
font-size: var(--m-font-size-sm);
|
|
188
|
+
justify-items: center;
|
|
189
|
+
min-height: var(--m-page-placeholder-min-height, 12rem);
|
|
190
|
+
padding: var(--m-space-4);
|
|
191
|
+
text-align: center;
|
|
192
|
+
width: 100%;
|
|
193
|
+
}
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
import { IconName } from '../Icon/icons';
|
|
2
|
+
import { RootPassThrough } from '../../shared/passThrough';
|
|
3
|
+
export type PageContentDensity = 'default' | 'compact' | 'spacious';
|
|
4
|
+
export type PageContentWidth = 'full' | 'narrow';
|
|
5
|
+
export type PageSectionVariant = 'default' | 'muted' | 'form' | 'actions';
|
|
6
|
+
export type PageStatTrendSeverity = 'primary' | 'success' | 'warn' | 'danger' | 'secondary';
|
|
7
|
+
export interface PageContentProps {
|
|
8
|
+
pt?: RootPassThrough;
|
|
9
|
+
/** Vertical spacing between direct children. */
|
|
10
|
+
density?: PageContentDensity;
|
|
11
|
+
/** `narrow` caps width for form-like pages (~42rem). */
|
|
12
|
+
width?: PageContentWidth;
|
|
13
|
+
}
|
|
14
|
+
export interface PageFiltersProps {
|
|
15
|
+
pt?: RootPassThrough;
|
|
16
|
+
/** Accessible name for the filter region. */
|
|
17
|
+
ariaLabel?: string;
|
|
18
|
+
}
|
|
19
|
+
export interface PageToolbarProps {
|
|
20
|
+
pt?: RootPassThrough;
|
|
21
|
+
/** Optional page title rendered as heading. */
|
|
22
|
+
title?: string;
|
|
23
|
+
headingLevel?: 1 | 2 | 3 | 4 | 5 | 6;
|
|
24
|
+
}
|
|
25
|
+
export interface PageHeaderProps {
|
|
26
|
+
pt?: RootPassThrough;
|
|
27
|
+
title?: string;
|
|
28
|
+
description?: string;
|
|
29
|
+
headingLevel?: 1 | 2 | 3 | 4 | 5 | 6;
|
|
30
|
+
}
|
|
31
|
+
export interface PageSectionProps {
|
|
32
|
+
pt?: RootPassThrough;
|
|
33
|
+
/** Visual treatment for grouped page content. */
|
|
34
|
+
variant?: PageSectionVariant;
|
|
35
|
+
title?: string;
|
|
36
|
+
headingLevel?: 2 | 3 | 4 | 5 | 6;
|
|
37
|
+
}
|
|
38
|
+
export interface PageStatProps {
|
|
39
|
+
pt?: RootPassThrough;
|
|
40
|
+
label?: string;
|
|
41
|
+
value?: string | number;
|
|
42
|
+
trend?: string;
|
|
43
|
+
trendSeverity?: PageStatTrendSeverity;
|
|
44
|
+
icon?: IconName;
|
|
45
|
+
}
|
|
46
|
+
export interface PagePlaceholderProps {
|
|
47
|
+
pt?: RootPassThrough;
|
|
48
|
+
/** Short description shown inside the placeholder. */
|
|
49
|
+
description?: string;
|
|
50
|
+
/** Accessible label for chart or media placeholders. */
|
|
51
|
+
ariaLabel?: string;
|
|
52
|
+
minHeight?: number | string;
|
|
53
|
+
}
|
|
54
|
+
//# sourceMappingURL=types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/Page/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAA;AAC7C,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,0BAA0B,CAAA;AAE/D,MAAM,MAAM,kBAAkB,GAAG,SAAS,GAAG,SAAS,GAAG,UAAU,CAAA;AACnE,MAAM,MAAM,gBAAgB,GAAG,MAAM,GAAG,QAAQ,CAAA;AAChD,MAAM,MAAM,kBAAkB,GAAG,SAAS,GAAG,OAAO,GAAG,MAAM,GAAG,SAAS,CAAA;AACzE,MAAM,MAAM,qBAAqB,GAAG,SAAS,GAAG,SAAS,GAAG,MAAM,GAAG,QAAQ,GAAG,WAAW,CAAA;AAE3F,MAAM,WAAW,gBAAgB;IAC/B,EAAE,CAAC,EAAE,eAAe,CAAA;IACpB,gDAAgD;IAChD,OAAO,CAAC,EAAE,kBAAkB,CAAA;IAC5B,wDAAwD;IACxD,KAAK,CAAC,EAAE,gBAAgB,CAAA;CACzB;AAED,MAAM,WAAW,gBAAgB;IAC/B,EAAE,CAAC,EAAE,eAAe,CAAA;IACpB,6CAA6C;IAC7C,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB;AAED,MAAM,WAAW,gBAAgB;IAC/B,EAAE,CAAC,EAAE,eAAe,CAAA;IACpB,+CAA+C;IAC/C,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,YAAY,CAAC,EAAE,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,CAAA;CACrC;AAED,MAAM,WAAW,eAAe;IAC9B,EAAE,CAAC,EAAE,eAAe,CAAA;IACpB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,YAAY,CAAC,EAAE,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,CAAA;CACrC;AAED,MAAM,WAAW,gBAAgB;IAC/B,EAAE,CAAC,EAAE,eAAe,CAAA;IACpB,iDAAiD;IACjD,OAAO,CAAC,EAAE,kBAAkB,CAAA;IAC5B,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,YAAY,CAAC,EAAE,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,CAAA;CACjC;AAED,MAAM,WAAW,aAAa;IAC5B,EAAE,CAAC,EAAE,eAAe,CAAA;IACpB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;IACvB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,aAAa,CAAC,EAAE,qBAAqB,CAAA;IACrC,IAAI,CAAC,EAAE,QAAQ,CAAA;CAChB;AAED,MAAM,WAAW,oBAAoB;IACnC,EAAE,CAAC,EAAE,eAAe,CAAA;IACpB,sDAAsD;IACtD,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,wDAAwD;IACxD,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,SAAS,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;CAC5B"}
|
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
import { PickListProps } from './types';
|
|
2
2
|
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
3
|
-
declare var
|
|
3
|
+
declare var __VLS_7: {
|
|
4
4
|
item: unknown;
|
|
5
5
|
index: number;
|
|
6
|
-
},
|
|
6
|
+
}, __VLS_9: {}, __VLS_47: {
|
|
7
7
|
item: unknown;
|
|
8
8
|
index: number;
|
|
9
|
-
},
|
|
9
|
+
}, __VLS_49: {};
|
|
10
10
|
type __VLS_Slots = {} & {
|
|
11
|
-
item?: (props: typeof
|
|
11
|
+
item?: (props: typeof __VLS_7) => any;
|
|
12
12
|
} & {
|
|
13
|
-
empty?: (props: typeof
|
|
13
|
+
empty?: (props: typeof __VLS_9) => any;
|
|
14
14
|
} & {
|
|
15
|
-
item?: (props: typeof
|
|
15
|
+
item?: (props: typeof __VLS_47) => any;
|
|
16
16
|
} & {
|
|
17
|
-
empty?: (props: typeof
|
|
17
|
+
empty?: (props: typeof __VLS_49) => any;
|
|
18
18
|
};
|
|
19
19
|
declare const __VLS_base: DefineComponent<PickListProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
20
20
|
"update:source": (value: unknown[]) => any;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PickList.vue.d.ts","sourceRoot":"","sources":["../../../src/components/PickList/PickList.vue"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"PickList.vue.d.ts","sourceRoot":"","sources":["../../../src/components/PickList/PickList.vue"],"names":[],"mappings":";AA0KA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,SAAS,CAAA;AAiX5C,QAAA,IAAI,OAAO;;;CAAU,EAAE,OAAO,IAAU,EAAE,QAAQ;;;CAAW,EAAE,QAAQ,IAAY,CAAE;AACrF,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,IAAI,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,GACzC;IAAE,KAAK,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,GAC1C;IAAE,IAAI,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,GAC1C;IAAE,KAAK,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,CAAC;AAK9C,QAAA,MAAM,UAAU;;;;;;;;;6EAId,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":"ScrollTop.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ScrollTop/ScrollTop.vue"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"ScrollTop.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ScrollTop/ScrollTop.vue"],"names":[],"mappings":";AAuIA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,SAAS,CAAA;AAqL7C,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;AAQ/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"}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { TabsProps, TabsType } from './types';
|
|
2
2
|
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
3
|
-
declare var
|
|
3
|
+
declare var __VLS_29: {}, __VLS_31: {
|
|
4
4
|
activeValue: string;
|
|
5
5
|
};
|
|
6
6
|
type __VLS_Slots = {} & {
|
|
7
|
-
extra?: (props: typeof
|
|
7
|
+
extra?: (props: typeof __VLS_29) => any;
|
|
8
8
|
} & {
|
|
9
|
-
default?: (props: typeof
|
|
9
|
+
default?: (props: typeof __VLS_31) => any;
|
|
10
10
|
};
|
|
11
11
|
declare const __VLS_base: DefineComponent<TabsProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
12
12
|
"update:modelValue": (value: string) => any;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Tabs.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Tabs/Tabs.vue"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"Tabs.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Tabs/Tabs.vue"],"names":[],"mappings":";AAqMA,OAAO,KAAK,EAAW,SAAS,EAAE,MAAM,SAAS,CAAA;AAsUjD,QAAA,IAAyB,QAAQ,IAAW,EAAE,QAAQ;;CAAY,CAAE;AACpE,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,KAAK,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,GAC3C;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,CAAC;AAOhD,QAAA,MAAM,UAAU;;;;;;;;;;;;;;6EAId,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,108 +1,103 @@
|
|
|
1
|
-
.m-tabs {
|
|
2
|
-
font-family: var(--m-font-sans);
|
|
1
|
+
.m-tabs {
|
|
2
|
+
font-family: var(--m-font-sans);
|
|
3
3
|
}
|
|
4
4
|
|
|
5
|
-
.m-tabs__bar {
|
|
6
|
-
align-items: center;
|
|
7
|
-
display: flex;
|
|
8
|
-
gap: var(--m-space-2);
|
|
5
|
+
.m-tabs__bar {
|
|
6
|
+
align-items: center;
|
|
7
|
+
display: flex;
|
|
8
|
+
gap: var(--m-space-2);
|
|
9
9
|
}
|
|
10
10
|
|
|
11
|
-
.m-tabs__scroller {
|
|
12
|
-
flex: 1;
|
|
13
|
-
min-width: 0;
|
|
14
|
-
overflow-x: auto;
|
|
15
|
-
scrollbar-width: none;
|
|
11
|
+
.m-tabs__scroller {
|
|
12
|
+
flex: 1;
|
|
13
|
+
min-width: 0;
|
|
16
14
|
}
|
|
17
15
|
|
|
18
|
-
.m-
|
|
19
|
-
|
|
16
|
+
.m-tabs__list {
|
|
17
|
+
border-bottom: var(--m-border-width) solid var(--m-color-border);
|
|
18
|
+
display: flex;
|
|
19
|
+
gap: var(--m-space-2);
|
|
20
|
+
min-width: max-content;
|
|
21
|
+
width: max-content;
|
|
20
22
|
}
|
|
21
23
|
|
|
22
|
-
.m-tabs__list {
|
|
23
|
-
border-bottom:
|
|
24
|
-
|
|
25
|
-
gap: var(--m-space-2);
|
|
26
|
-
min-width: max-content;
|
|
24
|
+
.m-tabs--card .m-tabs__list {
|
|
25
|
+
border-bottom: 0;
|
|
26
|
+
gap: var(--m-space-1);
|
|
27
27
|
}
|
|
28
28
|
|
|
29
|
-
.m-
|
|
30
|
-
|
|
31
|
-
|
|
29
|
+
.m-tabs__item {
|
|
30
|
+
align-items: center;
|
|
31
|
+
display: inline-flex;
|
|
32
|
+
position: relative;
|
|
32
33
|
}
|
|
33
34
|
|
|
34
|
-
.m-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
35
|
+
.m-tabs__tab {
|
|
36
|
+
background: transparent;
|
|
37
|
+
border: 0;
|
|
38
|
+
border-bottom: 2px solid transparent;
|
|
39
|
+
color: var(--m-color-text-muted);
|
|
40
|
+
cursor: pointer;
|
|
41
|
+
font: inherit;
|
|
42
|
+
padding: var(--m-space-3) var(--m-space-2);
|
|
43
|
+
transition:
|
|
44
|
+
color var(--m-motion-fast) var(--m-motion-ease),
|
|
45
|
+
border-color var(--m-motion-fast) var(--m-motion-ease);
|
|
38
46
|
}
|
|
39
47
|
|
|
40
|
-
.m-tabs__tab {
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
color: var(--m-color-text-muted);
|
|
45
|
-
cursor: pointer;
|
|
46
|
-
font: inherit;
|
|
47
|
-
padding: var(--m-space-3) var(--m-space-2);
|
|
48
|
-
transition:
|
|
49
|
-
color var(--m-motion-fast) var(--m-motion-ease),
|
|
50
|
-
border-color var(--m-motion-fast) var(--m-motion-ease);
|
|
48
|
+
.m-tabs__tab--active {
|
|
49
|
+
border-color: var(--m-color-primary);
|
|
50
|
+
color: var(--m-color-primary);
|
|
51
|
+
font-weight: 600;
|
|
51
52
|
}
|
|
52
53
|
|
|
53
|
-
.m-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
54
|
+
.m-tabs--card .m-tabs__tab {
|
|
55
|
+
background: color-mix(in srgb, var(--m-color-border) 35%, var(--m-color-surface));
|
|
56
|
+
border: var(--m-border-width) solid var(--m-color-border);
|
|
57
|
+
border-bottom: 0;
|
|
58
|
+
border-radius: var(--m-radius-sm) var(--m-radius-sm) 0 0;
|
|
57
59
|
}
|
|
58
60
|
|
|
59
|
-
.m-tabs--card .m-tabs__tab {
|
|
60
|
-
background:
|
|
61
|
-
border: var(--m-
|
|
62
|
-
|
|
63
|
-
border-radius: var(--m-radius-sm) var(--m-radius-sm) 0 0;
|
|
61
|
+
.m-tabs--card .m-tabs__tab--active {
|
|
62
|
+
background: var(--m-color-surface);
|
|
63
|
+
border-color: var(--m-color-border);
|
|
64
|
+
color: var(--m-color-primary);
|
|
64
65
|
}
|
|
65
66
|
|
|
66
|
-
.m-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
color: var(--m-color-primary);
|
|
67
|
+
.m-tabs__tab:disabled {
|
|
68
|
+
cursor: not-allowed;
|
|
69
|
+
opacity: var(--m-opacity-disabled);
|
|
70
70
|
}
|
|
71
71
|
|
|
72
|
-
.m-tabs__tab:
|
|
73
|
-
|
|
74
|
-
|
|
72
|
+
.m-tabs__tab:focus-visible {
|
|
73
|
+
box-shadow: var(--m-focus-shadow);
|
|
74
|
+
outline: none;
|
|
75
75
|
}
|
|
76
76
|
|
|
77
|
-
.m-
|
|
78
|
-
|
|
79
|
-
|
|
77
|
+
.m-tabs__close,
|
|
78
|
+
.m-tabs__add,
|
|
79
|
+
.m-tabs__scroll {
|
|
80
|
+
background: transparent;
|
|
81
|
+
border: 0;
|
|
82
|
+
border-radius: var(--m-radius-sm);
|
|
83
|
+
color: var(--m-color-text-muted);
|
|
84
|
+
cursor: pointer;
|
|
85
|
+
font: inherit;
|
|
86
|
+
line-height: 1;
|
|
87
|
+
padding: var(--m-space-1) var(--m-space-2);
|
|
80
88
|
}
|
|
81
89
|
|
|
82
|
-
.m-tabs__close,
|
|
83
|
-
.m-tabs__add,
|
|
84
|
-
.m-tabs__scroll {
|
|
85
|
-
background: transparent;
|
|
86
|
-
|
|
87
|
-
border-radius: var(--m-radius-sm);
|
|
88
|
-
color: var(--m-color-text-muted);
|
|
89
|
-
cursor: pointer;
|
|
90
|
-
font: inherit;
|
|
91
|
-
line-height: 1;
|
|
92
|
-
padding: var(--m-space-1) var(--m-space-2);
|
|
90
|
+
.m-tabs__close:hover,
|
|
91
|
+
.m-tabs__add:hover,
|
|
92
|
+
.m-tabs__scroll:hover {
|
|
93
|
+
background: color-mix(in srgb, var(--m-color-primary) 10%, transparent);
|
|
94
|
+
color: var(--m-color-primary);
|
|
93
95
|
}
|
|
94
96
|
|
|
95
|
-
.m-
|
|
96
|
-
|
|
97
|
-
.m-tabs__scroll:hover {
|
|
98
|
-
background: color-mix(in srgb, var(--m-color-primary) 10%, transparent);
|
|
99
|
-
color: var(--m-color-primary);
|
|
97
|
+
.m-tabs__extra {
|
|
98
|
+
margin-left: auto;
|
|
100
99
|
}
|
|
101
100
|
|
|
102
|
-
.m-
|
|
103
|
-
|
|
104
|
-
}
|
|
105
|
-
|
|
106
|
-
.m-tabs__panel {
|
|
107
|
-
padding-top: var(--m-space-4);
|
|
101
|
+
.m-tabs__panel {
|
|
102
|
+
padding-top: var(--m-space-4);
|
|
108
103
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Terminal.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Terminal/Terminal.vue"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"Terminal.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Terminal/Terminal.vue"],"names":[],"mappings":";AA4HA,OAAO,KAAK,EAAiB,aAAa,EAAE,MAAM,SAAS,CAAA;AAmC3D,iBAAS,cAAc,CAAC,IAAI,EAAE,MAAM,QAMnC;AAgKD,QAAA,MAAM,YAAY;;;;;;;;;;;;;;6EAKhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
|