@reni-corp/reni-2c-ui 0.3.29 → 0.4.0
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/README.md +4 -192
- package/dist/components/elements/Alert.vue.d.ts +14 -36
- package/dist/components/elements/Alert.vue.d.ts.map +1 -1
- package/dist/components/elements/Button.vue.d.ts +13 -41
- package/dist/components/elements/Button.vue.d.ts.map +1 -1
- package/dist/components/elements/CheckBox.vue.d.ts +11 -60
- package/dist/components/elements/CheckBox.vue.d.ts.map +1 -1
- package/dist/components/elements/ComboBox.vue.d.ts +34 -116
- package/dist/components/elements/ComboBox.vue.d.ts.map +1 -1
- package/dist/components/elements/DescriptionList.vue.d.ts +12 -27
- package/dist/components/elements/DescriptionList.vue.d.ts.map +1 -1
- package/dist/components/elements/Divider.vue.d.ts +3 -27
- package/dist/components/elements/Divider.vue.d.ts.map +1 -1
- package/dist/components/elements/Html.vue.d.ts +2 -32
- package/dist/components/elements/Html.vue.d.ts.map +1 -1
- package/dist/components/elements/Icon.vue.d.ts +4 -28
- package/dist/components/elements/Icon.vue.d.ts.map +1 -1
- package/dist/components/elements/Image.vue.d.ts +19 -43
- package/dist/components/elements/Image.vue.d.ts.map +1 -1
- package/dist/components/elements/Label.vue.d.ts +12 -32
- package/dist/components/elements/Label.vue.d.ts.map +1 -1
- package/dist/components/elements/PasswordField.vue.d.ts +13 -151
- package/dist/components/elements/PasswordField.vue.d.ts.map +1 -1
- package/dist/components/elements/Progress.vue.d.ts +3 -31
- package/dist/components/elements/Progress.vue.d.ts.map +1 -1
- package/dist/components/elements/RadioButton.vue.d.ts +17 -28
- package/dist/components/elements/RadioButton.vue.d.ts.map +1 -1
- package/dist/components/elements/RadioButtonGroup.vue.d.ts +26 -75
- package/dist/components/elements/RadioButtonGroup.vue.d.ts.map +1 -1
- package/dist/components/elements/SelectBox.vue.d.ts +30 -121
- package/dist/components/elements/SelectBox.vue.d.ts.map +1 -1
- package/dist/components/elements/SkeletonLoader.vue.d.ts +2 -24
- package/dist/components/elements/SkeletonLoader.vue.d.ts.map +1 -1
- package/dist/components/elements/SpinButton.vue.d.ts +23 -52
- package/dist/components/elements/SpinButton.vue.d.ts.map +1 -1
- package/dist/components/elements/Spinner.vue.d.ts +3 -27
- package/dist/components/elements/Spinner.vue.d.ts.map +1 -1
- package/dist/components/elements/Text.vue.d.ts +12 -34
- package/dist/components/elements/Text.vue.d.ts.map +1 -1
- package/dist/components/elements/TextField.vue.d.ts +23 -146
- package/dist/components/elements/TextField.vue.d.ts.map +1 -1
- package/dist/components/elements/ToolChip.vue.d.ts +11 -33
- package/dist/components/elements/ToolChip.vue.d.ts.map +1 -1
- package/dist/components/features/AnnounceBar.vue.d.ts +11 -29
- package/dist/components/features/AnnounceBar.vue.d.ts.map +1 -1
- package/dist/components/features/AnnounceBarCollection.vue.d.ts +10 -34
- package/dist/components/features/AnnounceBarCollection.vue.d.ts.map +1 -1
- package/dist/components/features/Banner.vue.d.ts +22 -0
- package/dist/components/features/Banner.vue.d.ts.map +1 -0
- package/dist/components/features/BrandLogo.vue.d.ts +2 -24
- package/dist/components/features/BrandLogo.vue.d.ts.map +1 -1
- package/dist/components/features/CategoryBanner.vue.d.ts +3 -30
- package/dist/components/features/CategoryBanner.vue.d.ts.map +1 -1
- package/dist/components/features/FloatingBanner.vue.d.ts +3 -21
- package/dist/components/features/FloatingBanner.vue.d.ts.map +1 -1
- package/dist/components/features/Hero.vue.d.ts +32 -52
- package/dist/components/features/Hero.vue.d.ts.map +1 -1
- package/dist/components/features/ImageGrid.vue.d.ts +3 -30
- package/dist/components/features/ImageGrid.vue.d.ts.map +1 -1
- package/dist/components/features/LinkList.vue.d.ts +3 -28
- package/dist/components/features/LinkList.vue.d.ts.map +1 -1
- package/dist/components/features/Marquee.vue.d.ts +19 -49
- package/dist/components/features/Marquee.vue.d.ts.map +1 -1
- package/dist/components/features/MediaContent.vue.d.ts +14 -36
- package/dist/components/features/MediaContent.vue.d.ts.map +1 -1
- package/dist/components/features/ProductLabels.vue.d.ts +1 -19
- package/dist/components/features/ProductLabels.vue.d.ts.map +1 -1
- package/dist/components/features/ProductList.vue.d.ts +63 -88
- package/dist/components/features/ProductList.vue.d.ts.map +1 -1
- package/dist/components/features/ProductListItem.vue.d.ts +7 -35
- package/dist/components/features/ProductListItem.vue.d.ts.map +1 -1
- package/dist/components/features/ProductPurchase.vue.d.ts +12 -43
- package/dist/components/features/ProductPurchase.vue.d.ts.map +1 -1
- package/dist/components/features/Schedule.vue.d.ts +11 -29
- package/dist/components/features/Schedule.vue.d.ts.map +1 -1
- package/dist/components/features/ScheduleDateItem.vue.d.ts +2 -26
- package/dist/components/features/ScheduleDateItem.vue.d.ts.map +1 -1
- package/dist/components/features/ScheduleDelivery.vue.d.ts +10 -26
- package/dist/components/features/ScheduleDelivery.vue.d.ts.map +1 -1
- package/dist/components/features/ScheduleDeliveryItem.vue.d.ts +2 -24
- package/dist/components/features/ScheduleDeliveryItem.vue.d.ts.map +1 -1
- package/dist/components/features/SchedulePeriod.vue.d.ts +2 -26
- package/dist/components/features/SchedulePeriod.vue.d.ts.map +1 -1
- package/dist/components/features/SchedulePickup.vue.d.ts +10 -26
- package/dist/components/features/SchedulePickup.vue.d.ts.map +1 -1
- package/dist/components/features/SchedulePickupItem.vue.d.ts +2 -24
- package/dist/components/features/SchedulePickupItem.vue.d.ts.map +1 -1
- package/dist/components/features/Schedules.vue.d.ts +10 -22
- package/dist/components/features/Schedules.vue.d.ts.map +1 -1
- package/dist/components/features/SnsLink.vue.d.ts +3 -29
- package/dist/components/features/SnsLink.vue.d.ts.map +1 -1
- package/dist/components/foundation/AppBar.vue.d.ts +15 -40
- package/dist/components/foundation/AppBar.vue.d.ts.map +1 -1
- package/dist/components/foundation/AppBody.vue.d.ts +9 -4
- package/dist/components/foundation/AppBody.vue.d.ts.map +1 -1
- package/dist/components/foundation/AppFooter.vue.d.ts +13 -35
- package/dist/components/foundation/AppFooter.vue.d.ts.map +1 -1
- package/dist/components/foundation/AppFrame.vue.d.ts +10 -5
- package/dist/components/foundation/AppFrame.vue.d.ts.map +1 -1
- package/dist/components/interactive/Dialog.vue.d.ts +18 -40
- package/dist/components/interactive/Dialog.vue.d.ts.map +1 -1
- package/dist/components/interactive/Disclosure.vue.d.ts +22 -37
- package/dist/components/interactive/Disclosure.vue.d.ts.map +1 -1
- package/dist/components/interactive/DropDown.vue.d.ts +20 -34
- package/dist/components/interactive/DropDown.vue.d.ts.map +1 -1
- package/dist/components/interactive/Gallery.vue.d.ts +2 -34
- package/dist/components/interactive/Gallery.vue.d.ts.map +1 -1
- package/dist/components/interactive/Lightbox.vue.d.ts +32 -0
- package/dist/components/interactive/Lightbox.vue.d.ts.map +1 -0
- package/dist/components/interactive/Modal.vue.d.ts +15 -33
- package/dist/components/interactive/Modal.vue.d.ts.map +1 -1
- package/dist/components/interactive/Notification.vue.d.ts +5 -35
- package/dist/components/interactive/Notification.vue.d.ts.map +1 -1
- package/dist/components/interactive/Slider.vue.d.ts +32 -28
- package/dist/components/interactive/Slider.vue.d.ts.map +1 -1
- package/dist/components/interactive/Tab.vue.d.ts +17 -25
- package/dist/components/interactive/Tab.vue.d.ts.map +1 -1
- package/dist/components/interactive/TabGroup.vue.d.ts +27 -0
- package/dist/components/interactive/TabGroup.vue.d.ts.map +1 -0
- package/dist/components/interactive/TabPanel.vue.d.ts +9 -3
- package/dist/components/interactive/TabPanel.vue.d.ts.map +1 -1
- package/dist/components/interactive/TabPanels.vue.d.ts +21 -30
- package/dist/components/interactive/TabPanels.vue.d.ts.map +1 -1
- package/dist/components/interactive/Tabs.vue.d.ts +23 -29
- package/dist/components/interactive/Tabs.vue.d.ts.map +1 -1
- package/dist/components/layouts/Card.vue.d.ts +12 -30
- package/dist/components/layouts/Card.vue.d.ts.map +1 -1
- package/dist/components/layouts/Grid.vue.d.ts +11 -32
- package/dist/components/layouts/Grid.vue.d.ts.map +1 -1
- package/dist/components/layouts/List.vue.d.ts +28 -42
- package/dist/components/layouts/List.vue.d.ts.map +1 -1
- package/dist/components/layouts/Page.vue.d.ts +33 -62
- package/dist/components/layouts/Page.vue.d.ts.map +1 -1
- package/dist/components/layouts/Section.vue.d.ts +20 -41
- package/dist/components/layouts/Section.vue.d.ts.map +1 -1
- package/dist/components/layouts/Stack.vue.d.ts +12 -40
- package/dist/components/layouts/Stack.vue.d.ts.map +1 -1
- package/dist/components/navigation/BottomBar.vue.d.ts +10 -26
- package/dist/components/navigation/BottomBar.vue.d.ts.map +1 -1
- package/dist/components/navigation/Drawer.vue.d.ts +14 -32
- package/dist/components/navigation/Drawer.vue.d.ts.map +1 -1
- package/dist/components/renderless/DataProvider.vue.d.ts +19 -42
- package/dist/components/renderless/DataProvider.vue.d.ts.map +1 -1
- package/dist/components/renderless/Form.vue.d.ts +20 -43
- package/dist/components/renderless/Form.vue.d.ts.map +1 -1
- package/dist/components/renderless/OptionGroupSwitchController.vue.d.ts +20 -43
- package/dist/components/renderless/OptionGroupSwitchController.vue.d.ts.map +1 -1
- package/dist/composable/useAppNotifications.d.ts +0 -1
- package/dist/composable/useToolChip.d.ts +0 -1
- package/dist/composables.d.ts +0 -1
- package/dist/composables.es.js +5 -6
- package/dist/contexts/tabGroup.d.ts +17 -0
- package/dist/contexts/tabGroup.d.ts.map +1 -0
- package/dist/directives/auto-scale.d.ts +0 -1
- package/dist/directives/glitch.d.ts +0 -1
- package/dist/{index-a725a791.js → index-D7ldGb8i.js} +18 -30
- package/dist/index.d.ts +8 -11
- package/dist/index.d.ts.map +1 -1
- package/dist/index.es.js +6605 -6564
- package/dist/script.es.js +8231 -8185
- package/dist/script.umd.js +26 -26
- package/dist/style.css +1 -1
- package/dist/types.d.ts +0 -1
- package/dist/{composables-93778bb4.js → useAppDialogGuidance-BhYqv41n.js} +1033 -1017
- package/dist/utils.d.ts +46 -1
- package/dist/utils.d.ts.map +1 -1
- package/dist/validation.d.ts +0 -1
- package/dist/valueObjects/CurrencyValue.d.ts +0 -1
- package/dist/valueObjects/NumberValue.d.ts +0 -1
- package/dist/{valueObjects-e0ea7f1b.js → valueObjects-CvF0zaqR.js} +1 -1
- package/dist/valueObjects.es.js +1 -1
- package/package.json +20 -23
- package/src/stories/Alert.stories.ts +1 -1
- package/src/stories/AnnounceBar.stories.ts +1 -1
- package/src/stories/AnnounceBarCollection.stories.ts +135 -0
- package/src/stories/AppBar.stories.ts +6 -2
- package/src/stories/AppFooter.stories.ts +1 -1
- package/src/stories/AppFrame.stories.ts +1 -1
- package/src/stories/AppLayout.stories.ts +5 -16
- package/src/stories/Banner.stories.ts +235 -0
- package/src/stories/Button.stories.ts +1 -1
- package/src/stories/Card.stories.ts +1 -1
- package/src/stories/CheckBox.stories.ts +84 -22
- package/src/stories/ComboBox.stories.ts +62 -2
- package/src/stories/Dialog.stories.ts +1 -1
- package/src/stories/Disclosure.stories.ts +1 -1
- package/src/stories/Divider.stories.ts +1 -1
- package/src/stories/Drawer.stories.ts +1 -1
- package/src/stories/DropDown.stories.ts +1 -1
- package/src/stories/FloatingBanner.stories.ts +1 -1
- package/src/stories/Form.stories.ts +96 -1
- package/src/stories/Gallery.stories.ts +1 -1
- package/src/stories/Grid.stories.ts +1 -1
- package/src/stories/Hero.stories.ts +175 -26
- package/src/stories/Html.stories.ts +69 -1
- package/src/stories/Icon.stories.ts +1 -1
- package/src/stories/Image.stories.ts +1 -1
- package/src/stories/Label.stories.ts +85 -4
- package/src/stories/Lightbox.stories.ts +231 -0
- package/src/stories/List.stories.ts +62 -15
- package/src/stories/Modal.stories.ts +1 -1
- package/src/stories/Notification.stories.ts +1 -1
- package/src/stories/Page.stories.ts +36 -1
- package/src/stories/PasswordField.stories.ts +1 -1
- package/src/stories/ProductList.stories.ts +65 -3
- package/src/stories/ProductPurchase.stories.ts +2 -2
- package/src/stories/Progress.stories.ts +1 -1
- package/src/stories/Radio.stories.ts +130 -12
- package/src/stories/Section.stories.ts +29 -4
- package/src/stories/SelectBox.stories.ts +56 -1
- package/src/stories/SkeletonLoader.stories.ts +1 -1
- package/src/stories/Slider.stories.ts +365 -7
- package/src/stories/SnsLink.stories.ts +1 -1
- package/src/stories/SpinButton.stories.ts +1 -1
- package/src/stories/Spinner.stories.ts +1 -1
- package/src/stories/Stack.stories.ts +1 -1
- package/src/stories/Switch.stories.ts +1 -1
- package/src/stories/Tab.stories.ts +28 -11
- package/src/stories/TabGroup.stories.ts +290 -0
- package/src/stories/TabPanels.stories.ts +1 -1
- package/src/stories/Tabs.stories.ts +104 -3
- package/src/stories/Text.stories.ts +1 -1
- package/src/stories/TextArea.stories.ts +78 -1
- package/src/stories/TextField.stories.ts +75 -2
- package/src/stories/ToolChip.stories.ts +1 -1
- package/dist/components/features/CarouselBanner.vue.d.ts +0 -36
- package/dist/components/features/CarouselBanner.vue.d.ts.map +0 -1
- package/dist/components/features/VariationSelector.vue.d.ts +0 -39
- package/dist/components/features/VariationSelector.vue.d.ts.map +0 -1
- package/src/stories/Carousel.stories.ts +0 -62
- package/src/stories/CarouselBanner.stories.ts +0 -103
- package/src/stories/ProductLabels.stories.ts +0 -65
- package/src/stories/SoldStacker.stories.ts +0 -68
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
export type ListItem = {
|
|
2
2
|
name: string;
|
|
3
|
-
|
|
3
|
+
icon?: string | string[];
|
|
4
|
+
withArrow?: boolean;
|
|
5
|
+
[key: string]: unknown;
|
|
4
6
|
};
|
|
5
7
|
export type ListProps = {
|
|
6
8
|
items: ListItem[];
|
|
@@ -15,55 +17,39 @@ export type ListProps = {
|
|
|
15
17
|
};
|
|
16
18
|
emptyText?: string;
|
|
17
19
|
loading?: boolean;
|
|
20
|
+
icon?: string;
|
|
21
|
+
arrow?: string;
|
|
18
22
|
};
|
|
23
|
+
type ScrollDirection = 'top' | 'bottom' | 'left' | 'right';
|
|
19
24
|
declare function __VLS_template(): {
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
+
attrs: Partial<{}>;
|
|
26
|
+
slots: {
|
|
27
|
+
default?(_: {
|
|
28
|
+
item: ListItem;
|
|
29
|
+
index: number;
|
|
30
|
+
}): any;
|
|
31
|
+
'empty-state'?(_: {}): any;
|
|
32
|
+
};
|
|
33
|
+
refs: {};
|
|
34
|
+
rootEl: HTMLUListElement;
|
|
25
35
|
};
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
onScrollReachEnd: (...args: any[]) => void;
|
|
34
|
-
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ListProps>, {
|
|
35
|
-
withDivider: boolean;
|
|
36
|
-
dense: boolean;
|
|
37
|
-
gap: string;
|
|
38
|
-
emptyText: string;
|
|
39
|
-
}>>> & Readonly<{
|
|
40
|
-
onOnChangeDirection?: ((...args: any[]) => any) | undefined;
|
|
41
|
-
onOnScrollReachEnd?: ((...args: any[]) => any) | undefined;
|
|
36
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
37
|
+
declare const __VLS_component: import('vue').DefineComponent<ListProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
38
|
+
onChangeDirection: (direction: ScrollDirection) => any;
|
|
39
|
+
onScrollReachEnd: () => any;
|
|
40
|
+
}, string, import('vue').PublicProps, Readonly<ListProps> & Readonly<{
|
|
41
|
+
onOnChangeDirection?: ((direction: ScrollDirection) => any) | undefined;
|
|
42
|
+
onOnScrollReachEnd?: (() => any) | undefined;
|
|
42
43
|
}>, {
|
|
43
|
-
|
|
44
|
+
icon: string;
|
|
44
45
|
gap: "xs" | "sm" | "md" | "lg" | "xl";
|
|
46
|
+
dense: boolean;
|
|
45
47
|
withDivider: boolean;
|
|
46
48
|
emptyText: string;
|
|
47
|
-
|
|
48
|
-
|
|
49
|
+
arrow: string;
|
|
50
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLUListElement>;
|
|
51
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
49
52
|
export default _default;
|
|
50
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
51
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
52
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
53
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
54
|
-
} : {
|
|
55
|
-
type: import('vue').PropType<T[K]>;
|
|
56
|
-
required: true;
|
|
57
|
-
};
|
|
58
|
-
};
|
|
59
|
-
type __VLS_WithDefaults<P, D> = {
|
|
60
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
61
|
-
default: D[K];
|
|
62
|
-
}> : P[K];
|
|
63
|
-
};
|
|
64
|
-
type __VLS_Prettify<T> = {
|
|
65
|
-
[K in keyof T]: T[K];
|
|
66
|
-
} & {};
|
|
67
53
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
68
54
|
new (): {
|
|
69
55
|
$slots: S;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"List.vue.d.ts","sourceRoot":"","sources":["../../../src/components/layouts/List.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"List.vue.d.ts","sourceRoot":"","sources":["../../../src/components/layouts/List.vue"],"names":[],"mappings":"AAoOA,MAAM,MAAM,QAAQ,GAAG;IACrB,IAAI,EAAE,MAAM,CAAA;IACZ,IAAI,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAA;IACxB,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAA;CACvB,CAAA;AAED,MAAM,MAAM,SAAS,GAAG;IACtB,KAAK,EAAE,QAAQ,EAAE,CAAA;IACjB,WAAW,CAAC,EAAE,OAAO,CAAA;IACrB,KAAK,CAAC,EAAE,OAAO,CAAA;IACf,GAAG,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAA;IACtC,YAAY,CAAC,EAAE;QACb,GAAG,CAAC,EAAE,MAAM,CAAA;QACZ,MAAM,CAAC,EAAE,MAAM,CAAA;QACf,IAAI,CAAC,EAAE,MAAM,CAAA;QACb,KAAK,CAAC,EAAE,MAAM,CAAA;KACf,CAAA;IACD,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,KAAK,CAAC,EAAE,MAAM,CAAA;CACf,CAAA;AAaD,KAAK,eAAe,GAAG,KAAK,GAAG,QAAQ,GAAG,MAAM,GAAG,OAAO,CAAA;AAoE1D,iBAAS,cAAc;WAoIT,OAAO,IAA6B;;;;;YAXrB,GAAG;+BACI,GAAG;;;;EAetC;AAkBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;UA/OZ,MAAM;SATP,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI;WAD9B,OAAO;iBADD,OAAO;eAST,MAAM;WAGV,MAAM;0FAuPd,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -8,80 +8,51 @@ interface PageProps {
|
|
|
8
8
|
responsive?: boolean;
|
|
9
9
|
mainRatio?: number;
|
|
10
10
|
customClass?: string;
|
|
11
|
+
titleFont?: 'default' | 'key' | 'mono';
|
|
11
12
|
}
|
|
12
|
-
declare function __VLS_template():
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
13
|
+
declare function __VLS_template(): {
|
|
14
|
+
attrs: Partial<{}>;
|
|
15
|
+
slots: Readonly<{
|
|
16
|
+
banner?: (props: any) => any;
|
|
17
|
+
header?: (props: any) => any;
|
|
18
|
+
title?: (props: any) => any;
|
|
19
|
+
action?: (props: any) => any;
|
|
20
|
+
extra?: (props: any) => any;
|
|
21
|
+
subject?: (props: any) => any;
|
|
22
|
+
body?: (props: any) => any;
|
|
23
|
+
aside?: (props: any) => any;
|
|
24
|
+
bottom?: (props: any) => any;
|
|
25
|
+
footer?: (props: any) => any;
|
|
26
|
+
}> & {
|
|
27
|
+
banner?: (props: any) => any;
|
|
28
|
+
header?: (props: any) => any;
|
|
29
|
+
title?: (props: any) => any;
|
|
30
|
+
action?: (props: any) => any;
|
|
31
|
+
extra?: (props: any) => any;
|
|
32
|
+
subject?: (props: any) => any;
|
|
33
|
+
body?: (props: any) => any;
|
|
34
|
+
aside?: (props: any) => any;
|
|
35
|
+
bottom?: (props: any) => any;
|
|
36
|
+
footer?: (props: any) => any;
|
|
37
|
+
};
|
|
38
|
+
refs: {};
|
|
39
|
+
rootEl: any;
|
|
34
40
|
};
|
|
35
|
-
|
|
41
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
42
|
+
declare const __VLS_component: import('vue').DefineComponent<PageProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<PageProps> & Readonly<{}>, {
|
|
36
43
|
title: string;
|
|
37
|
-
fluid: boolean;
|
|
38
|
-
pending: boolean;
|
|
39
|
-
withBack: boolean;
|
|
40
|
-
center: boolean;
|
|
41
|
-
stickyMode: string;
|
|
42
|
-
responsive: boolean;
|
|
43
|
-
mainRatio: number;
|
|
44
|
-
customClass: string;
|
|
45
|
-
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PageProps>, {
|
|
46
|
-
title: string;
|
|
47
|
-
fluid: boolean;
|
|
48
|
-
pending: boolean;
|
|
49
|
-
withBack: boolean;
|
|
50
|
-
center: boolean;
|
|
51
|
-
stickyMode: string;
|
|
52
|
-
responsive: boolean;
|
|
53
|
-
mainRatio: number;
|
|
54
|
-
customClass: string;
|
|
55
|
-
}>>> & Readonly<{}>, {
|
|
56
44
|
center: boolean;
|
|
57
|
-
title: string;
|
|
58
45
|
fluid: boolean;
|
|
46
|
+
titleFont: "default" | "key" | "mono";
|
|
59
47
|
pending: boolean;
|
|
60
48
|
withBack: boolean | string;
|
|
61
49
|
stickyMode: "" | "body" | "aside";
|
|
62
50
|
responsive: boolean;
|
|
63
51
|
mainRatio: number;
|
|
64
52
|
customClass: string;
|
|
65
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions,
|
|
66
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component,
|
|
53
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
54
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
67
55
|
export default _default;
|
|
68
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
69
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
70
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
71
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
72
|
-
} : {
|
|
73
|
-
type: import('vue').PropType<T[K]>;
|
|
74
|
-
required: true;
|
|
75
|
-
};
|
|
76
|
-
};
|
|
77
|
-
type __VLS_WithDefaults<P, D> = {
|
|
78
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
79
|
-
default: D[K];
|
|
80
|
-
}> : P[K];
|
|
81
|
-
};
|
|
82
|
-
type __VLS_Prettify<T> = {
|
|
83
|
-
[K in keyof T]: T[K];
|
|
84
|
-
} & {};
|
|
85
56
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
86
57
|
new (): {
|
|
87
58
|
$slots: S;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Page.vue.d.ts","sourceRoot":"","sources":["../../../src/components/layouts/Page.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Page.vue.d.ts","sourceRoot":"","sources":["../../../src/components/layouts/Page.vue"],"names":[],"mappings":"AAsFA;AAynBA,UAAU,SAAS;IACjB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,KAAK,CAAC,EAAE,OAAO,CAAA;IACf,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,QAAQ,CAAC,EAAE,OAAO,GAAG,MAAM,CAAA;IAC3B,MAAM,CAAC,EAAE,OAAO,CAAA;IAChB,UAAU,CAAC,EAAE,EAAE,GAAG,MAAM,GAAG,OAAO,CAAA;IAClC,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,SAAS,CAAC,EAAE,SAAS,GAAG,KAAK,GAAG,MAAM,CAAA;CACvC;AAsJD,iBAAS,cAAc;WA8MT,OAAO,IAA6B;;iBAnVvC,CAAC,KAAK,EAAE,GAAG,KAAK,GAAG;iBACnB,CAAC,KAAK,EAAE,GAAG,KAAK,GAAG;gBACpB,CAAC,KAAK,EAAE,GAAG,KAAK,GAAG;iBAClB,CAAC,KAAK,EAAE,GAAG,KAAK,GAAG;gBACpB,CAAC,KAAK,EAAE,GAAG,KAAK,GAAG;kBACjB,CAAC,KAAK,EAAE,GAAG,KAAK,GAAG;eACtB,CAAC,KAAK,EAAE,GAAG,KAAK,GAAG;gBAClB,CAAC,KAAK,EAAE,GAAG,KAAK,GAAG;iBAClB,CAAC,KAAK,EAAE,GAAG,KAAK,GAAG;iBACnB,CAAC,KAAK,EAAE,GAAG,KAAK,GAAG;;iBATnB,CAAC,KAAK,EAAE,GAAG,KAAK,GAAG;iBACnB,CAAC,KAAK,EAAE,GAAG,KAAK,GAAG;gBACpB,CAAC,KAAK,EAAE,GAAG,KAAK,GAAG;iBAClB,CAAC,KAAK,EAAE,GAAG,KAAK,GAAG;gBACpB,CAAC,KAAK,EAAE,GAAG,KAAK,GAAG;kBACjB,CAAC,KAAK,EAAE,GAAG,KAAK,GAAG;eACtB,CAAC,KAAK,EAAE,GAAG,KAAK,GAAG;gBAClB,CAAC,KAAK,EAAE,GAAG,KAAK,GAAG;iBAClB,CAAC,KAAK,EAAE,GAAG,KAAK,GAAG;iBACnB,CAAC,KAAK,EAAE,GAAG,KAAK,GAAG;;;;EA+U7B;AA2BD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;WA/YX,MAAM;YAIL,OAAO;WAHR,OAAO;eAQH,SAAS,GAAG,KAAK,GAAG,MAAM;aAP5B,OAAO;cACN,OAAO,GAAG,MAAM;gBAEd,EAAE,GAAG,MAAM,GAAG,OAAO;gBACrB,OAAO;eACR,MAAM;iBACJ,MAAM;6EA8YpB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -7,52 +7,31 @@ export type SectionProps = {
|
|
|
7
7
|
textColor?: string;
|
|
8
8
|
headerAlign?: 'left' | 'center' | 'right';
|
|
9
9
|
fluid?: boolean;
|
|
10
|
-
eyebrowFont?: 'default' | 'key' | '
|
|
11
|
-
titleFont?: 'default' | 'key' | '
|
|
12
|
-
descriptionFont?: 'default' | 'key' | '
|
|
10
|
+
eyebrowFont?: 'default' | 'key' | 'mono';
|
|
11
|
+
titleFont?: 'default' | 'key' | 'mono';
|
|
12
|
+
descriptionFont?: 'default' | 'key' | 'mono';
|
|
13
13
|
};
|
|
14
14
|
declare function __VLS_template(): {
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
15
|
+
attrs: Partial<{}>;
|
|
16
|
+
slots: {
|
|
17
|
+
header?(_: {}): any;
|
|
18
|
+
action?(_: {}): any;
|
|
19
|
+
extra?(_: {}): any;
|
|
20
|
+
body?(_: {}): any;
|
|
21
|
+
footer?(_: {}): any;
|
|
22
|
+
};
|
|
23
|
+
refs: {};
|
|
24
|
+
rootEl: HTMLDivElement;
|
|
20
25
|
};
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
eyebrowFont: string;
|
|
24
|
-
titleFont: string;
|
|
25
|
-
descriptionFont: string;
|
|
26
|
-
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<SectionProps>, {
|
|
27
|
-
headerAlign: string;
|
|
28
|
-
eyebrowFont: string;
|
|
29
|
-
titleFont: string;
|
|
30
|
-
descriptionFont: string;
|
|
31
|
-
}>>> & Readonly<{}>, {
|
|
26
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
27
|
+
declare const __VLS_component: import('vue').DefineComponent<SectionProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<SectionProps> & Readonly<{}>, {
|
|
32
28
|
headerAlign: "left" | "center" | "right";
|
|
33
|
-
eyebrowFont: "default" | "key" | "
|
|
34
|
-
titleFont: "default" | "key" | "
|
|
35
|
-
descriptionFont: "default" | "key" | "
|
|
36
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions,
|
|
37
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component,
|
|
29
|
+
eyebrowFont: "default" | "key" | "mono";
|
|
30
|
+
titleFont: "default" | "key" | "mono";
|
|
31
|
+
descriptionFont: "default" | "key" | "mono";
|
|
32
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
33
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
38
34
|
export default _default;
|
|
39
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
40
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
41
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
42
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
43
|
-
} : {
|
|
44
|
-
type: import('vue').PropType<T[K]>;
|
|
45
|
-
required: true;
|
|
46
|
-
};
|
|
47
|
-
};
|
|
48
|
-
type __VLS_WithDefaults<P, D> = {
|
|
49
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
50
|
-
default: D[K];
|
|
51
|
-
}> : P[K];
|
|
52
|
-
};
|
|
53
|
-
type __VLS_Prettify<T> = {
|
|
54
|
-
[K in keyof T]: T[K];
|
|
55
|
-
} & {};
|
|
56
35
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
57
36
|
new (): {
|
|
58
37
|
$slots: S;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Section.vue.d.ts","sourceRoot":"","sources":["../../../src/components/layouts/Section.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Section.vue.d.ts","sourceRoot":"","sources":["../../../src/components/layouts/Section.vue"],"names":[],"mappings":"AAwZA,MAAM,MAAM,YAAY,GAAG;IACzB,OAAO,CAAC,EAAE,MAAM,CAAA;IAChB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,eAAe,CAAC,EAAE,MAAM,CAAA;IACxB,eAAe,CAAC,EAAE,MAAM,CAAA;IACxB,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,WAAW,CAAC,EAAE,MAAM,GAAG,QAAQ,GAAG,OAAO,CAAA;IACzC,KAAK,CAAC,EAAE,OAAO,CAAA;IAEf,WAAW,CAAC,EAAE,SAAS,GAAG,KAAK,GAAG,MAAM,CAAA;IACxC,SAAS,CAAC,EAAE,SAAS,GAAG,KAAK,GAAG,MAAM,CAAA;IACtC,eAAe,CAAC,EAAE,SAAS,GAAG,KAAK,GAAG,MAAM,CAAA;CAC7C,CAAA;AA4GD,iBAAS,cAAc;WAwGT,OAAO,IAA6B;;wBAdtB,GAAG;wBACH,GAAG;uBACJ,GAAG;sBACJ,GAAG;wBACD,GAAG;;;;EAe9B;AAmBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;iBAnPL,MAAM,GAAG,QAAQ,GAAG,OAAO;iBAG3B,SAAS,GAAG,KAAK,GAAG,MAAM;eAC5B,SAAS,GAAG,KAAK,GAAG,MAAM;qBACpB,SAAS,GAAG,KAAK,GAAG,MAAM;wFAsP5C,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
|
|
2
1
|
type ResponsiveDirection = {
|
|
3
2
|
default: 'horizontal' | 'vertical';
|
|
4
3
|
xs?: 'horizontal' | 'vertical';
|
|
@@ -20,52 +19,25 @@ type StackProps = {
|
|
|
20
19
|
wrap?: 'wrap' | 'nowrap';
|
|
21
20
|
};
|
|
22
21
|
declare function __VLS_template(): {
|
|
23
|
-
|
|
22
|
+
attrs: Partial<{}>;
|
|
23
|
+
slots: {
|
|
24
|
+
default?(_: {}): any;
|
|
25
|
+
};
|
|
26
|
+
refs: {};
|
|
27
|
+
rootEl: HTMLDivElement;
|
|
24
28
|
};
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
horizontalReSize: string;
|
|
28
|
-
verticalReSize: string;
|
|
29
|
-
horizontalAlign: string;
|
|
30
|
-
verticalAlign: string;
|
|
31
|
-
gap: string;
|
|
32
|
-
wrap: string;
|
|
33
|
-
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<StackProps>, {
|
|
34
|
-
direction: string;
|
|
35
|
-
horizontalReSize: string;
|
|
36
|
-
verticalReSize: string;
|
|
37
|
-
horizontalAlign: string;
|
|
38
|
-
verticalAlign: string;
|
|
39
|
-
gap: string;
|
|
40
|
-
wrap: string;
|
|
41
|
-
}>>> & Readonly<{}>, {
|
|
42
|
-
direction: "horizontal" | "vertical" | ResponsiveDirection;
|
|
43
|
-
gap: "xs" | "sm" | "md" | "lg" | "xl" | "none";
|
|
29
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
30
|
+
declare const __VLS_component: import('vue').DefineComponent<StackProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<StackProps> & Readonly<{}>, {
|
|
44
31
|
wrap: "wrap" | "nowrap";
|
|
32
|
+
direction: "horizontal" | "vertical" | ResponsiveDirection;
|
|
45
33
|
horizontalReSize: "hug" | "fill" | number;
|
|
46
34
|
verticalReSize: "hug" | "fill" | number;
|
|
47
35
|
horizontalAlign: "start" | "center" | "end" | "between";
|
|
48
36
|
verticalAlign: "start" | "center" | "end" | "between";
|
|
49
|
-
|
|
50
|
-
|
|
37
|
+
gap: "xs" | "sm" | "md" | "lg" | "xl" | "none";
|
|
38
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
39
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
51
40
|
export default _default;
|
|
52
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
53
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
54
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
55
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
56
|
-
} : {
|
|
57
|
-
type: import('vue').PropType<T[K]>;
|
|
58
|
-
required: true;
|
|
59
|
-
};
|
|
60
|
-
};
|
|
61
|
-
type __VLS_WithDefaults<P, D> = {
|
|
62
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
63
|
-
default: D[K];
|
|
64
|
-
}> : P[K];
|
|
65
|
-
};
|
|
66
|
-
type __VLS_Prettify<T> = {
|
|
67
|
-
[K in keyof T]: T[K];
|
|
68
|
-
} & {};
|
|
69
41
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
70
42
|
new (): {
|
|
71
43
|
$slots: S;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Stack.vue.d.ts","sourceRoot":"","sources":["../../../src/components/layouts/Stack.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Stack.vue.d.ts","sourceRoot":"","sources":["../../../src/components/layouts/Stack.vue"],"names":[],"mappings":"AA4UA,OAAO,0BAA0B,CAAA;AAEjC,KAAK,mBAAmB,GAAG;IACzB,OAAO,EAAE,YAAY,GAAG,UAAU,CAAA;IAClC,EAAE,CAAC,EAAE,YAAY,GAAG,UAAU,CAAA;IAC9B,EAAE,CAAC,EAAE,YAAY,GAAG,UAAU,CAAA;IAC9B,EAAE,CAAC,EAAE,YAAY,GAAG,UAAU,CAAA;IAC9B,EAAE,CAAC,EAAE,YAAY,GAAG,UAAU,CAAA;IAC9B,EAAE,CAAC,EAAE,YAAY,GAAG,UAAU,CAAA;CAC/B,CAAA;AAED,KAAK,UAAU,GAAG;IAChB,SAAS,CAAC,EAAE,YAAY,GAAG,UAAU,GAAG,mBAAmB,CAAA;IAC3D,gBAAgB,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,MAAM,CAAA;IAC1C,cAAc,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,MAAM,CAAA;IACxC,eAAe,CAAC,EAAE,OAAO,GAAG,QAAQ,GAAG,KAAK,GAAG,SAAS,CAAA;IACxD,aAAa,CAAC,EAAE,OAAO,GAAG,QAAQ,GAAG,KAAK,GAAG,SAAS,CAAA;IACtD,GAAG,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,MAAM,CAAA;IAC/C,OAAO,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAA;IAC1C,QAAQ,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAA;IAC3C,QAAQ,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAA;IAC3C,IAAI,CAAC,EAAE,MAAM,GAAG,QAAQ,CAAA;CACzB,CAAA;AAsID,iBAAS,cAAc;WA0BT,OAAO,IAA6B;;yBAVrB,GAAG;;;;EAe/B;AAWD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;UAlLZ,MAAM,GAAG,QAAQ;eATZ,YAAY,GAAG,UAAU,GAAG,mBAAmB;sBACxC,KAAK,GAAG,MAAM,GAAG,MAAM;oBACzB,KAAK,GAAG,MAAM,GAAG,MAAM;qBACtB,OAAO,GAAG,QAAQ,GAAG,KAAK,GAAG,SAAS;mBACxC,OAAO,GAAG,QAAQ,GAAG,KAAK,GAAG,SAAS;SAChD,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,MAAM;wFA8L/C,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -1,36 +1,20 @@
|
|
|
1
|
-
|
|
2
1
|
export type BottomBarProps = {
|
|
3
2
|
visible: boolean;
|
|
4
3
|
};
|
|
5
4
|
declare function __VLS_template(): {
|
|
6
|
-
|
|
5
|
+
attrs: Partial<{}>;
|
|
6
|
+
slots: {
|
|
7
|
+
default?(_: {}): any;
|
|
8
|
+
};
|
|
9
|
+
refs: {};
|
|
10
|
+
rootEl: HTMLDivElement;
|
|
7
11
|
};
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<BottomBarProps>, {
|
|
11
|
-
visible: boolean;
|
|
12
|
-
}>>> & Readonly<{}>, {
|
|
12
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
13
|
+
declare const __VLS_component: import('vue').DefineComponent<BottomBarProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<BottomBarProps> & Readonly<{}>, {
|
|
13
14
|
visible: boolean;
|
|
14
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions,
|
|
15
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component,
|
|
15
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
16
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
16
17
|
export default _default;
|
|
17
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
18
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
19
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
20
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
21
|
-
} : {
|
|
22
|
-
type: import('vue').PropType<T[K]>;
|
|
23
|
-
required: true;
|
|
24
|
-
};
|
|
25
|
-
};
|
|
26
|
-
type __VLS_WithDefaults<P, D> = {
|
|
27
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
28
|
-
default: D[K];
|
|
29
|
-
}> : P[K];
|
|
30
|
-
};
|
|
31
|
-
type __VLS_Prettify<T> = {
|
|
32
|
-
[K in keyof T]: T[K];
|
|
33
|
-
} & {};
|
|
34
18
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
35
19
|
new (): {
|
|
36
20
|
$slots: S;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BottomBar.vue.d.ts","sourceRoot":"","sources":["../../../src/components/navigation/BottomBar.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"BottomBar.vue.d.ts","sourceRoot":"","sources":["../../../src/components/navigation/BottomBar.vue"],"names":[],"mappings":"AAoDA,OAAO,0BAA0B,CAAA;AACjC,MAAM,MAAM,cAAc,GAAG;IAC3B,OAAO,EAAE,OAAO,CAAA;CACjB,CAAA;AAsBD,iBAAS,cAAc;WA0BT,OAAO,IAA6B;;yBAVrB,GAAG;;;;EAe/B;AAWD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;aAlEV,OAAO;wFA0EhB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -1,46 +1,28 @@
|
|
|
1
|
-
|
|
2
1
|
export type DrawerProps = {
|
|
3
2
|
title?: string;
|
|
4
3
|
visible: boolean;
|
|
5
4
|
};
|
|
6
5
|
declare function __VLS_template(): {
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
6
|
+
attrs: Partial<{}>;
|
|
7
|
+
slots: {
|
|
8
|
+
header?(_: {}): any;
|
|
9
|
+
body?(_: {}): any;
|
|
10
|
+
footer?(_: {}): any;
|
|
11
|
+
};
|
|
12
|
+
refs: {};
|
|
13
|
+
rootEl: HTMLDivElement;
|
|
10
14
|
};
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
visible: boolean;
|
|
14
|
-
}
|
|
15
|
-
"update:visible": (visible: boolean) => void;
|
|
16
|
-
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<DrawerProps>, {
|
|
17
|
-
title: string;
|
|
18
|
-
visible: boolean;
|
|
19
|
-
}>>> & Readonly<{
|
|
15
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
16
|
+
declare const __VLS_component: import('vue').DefineComponent<DrawerProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
17
|
+
"update:visible": (visible: boolean) => any;
|
|
18
|
+
}, string, import('vue').PublicProps, Readonly<DrawerProps> & Readonly<{
|
|
20
19
|
"onUpdate:visible"?: ((visible: boolean) => any) | undefined;
|
|
21
20
|
}>, {
|
|
22
21
|
title: string;
|
|
23
22
|
visible: boolean;
|
|
24
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions,
|
|
25
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component,
|
|
23
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
24
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
26
25
|
export default _default;
|
|
27
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
28
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
29
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
30
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
31
|
-
} : {
|
|
32
|
-
type: import('vue').PropType<T[K]>;
|
|
33
|
-
required: true;
|
|
34
|
-
};
|
|
35
|
-
};
|
|
36
|
-
type __VLS_WithDefaults<P, D> = {
|
|
37
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
38
|
-
default: D[K];
|
|
39
|
-
}> : P[K];
|
|
40
|
-
};
|
|
41
|
-
type __VLS_Prettify<T> = {
|
|
42
|
-
[K in keyof T]: T[K];
|
|
43
|
-
} & {};
|
|
44
26
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
45
27
|
new (): {
|
|
46
28
|
$slots: S;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Drawer.vue.d.ts","sourceRoot":"","sources":["../../../src/components/navigation/Drawer.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Drawer.vue.d.ts","sourceRoot":"","sources":["../../../src/components/navigation/Drawer.vue"],"names":[],"mappings":"AA6KA,OAAO,0BAA0B,CAAA;AACjC,MAAM,MAAM,WAAW,GAAG;IACxB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,OAAO,EAAE,OAAO,CAAA;CACjB,CAAA;AAwCD,iBAAS,cAAc;WA4ET,OAAO,IAA6B;;wBAZtB,GAAG;sBACL,GAAG;wBACD,GAAG;;;;EAe9B;AAgBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;WA5IX,MAAM;aACL,OAAO;wFAoJhB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -7,23 +7,23 @@ interface Props {
|
|
|
7
7
|
accumulate?: boolean;
|
|
8
8
|
}
|
|
9
9
|
declare function __VLS_template(): {
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
10
|
+
attrs: Partial<{}>;
|
|
11
|
+
slots: {
|
|
12
|
+
default?(_: {
|
|
13
|
+
data: any;
|
|
14
|
+
loading: boolean;
|
|
15
|
+
error: Error | null;
|
|
16
|
+
currentPage: number;
|
|
17
|
+
moreLoading: boolean;
|
|
18
|
+
next: () => Promise<void>;
|
|
19
|
+
prev: () => Promise<void>;
|
|
20
|
+
}): any;
|
|
21
|
+
};
|
|
22
|
+
refs: {};
|
|
23
|
+
rootEl: any;
|
|
19
24
|
};
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
limit: number;
|
|
23
|
-
pagination: boolean;
|
|
24
|
-
initialPage: number;
|
|
25
|
-
accumulate: boolean;
|
|
26
|
-
}>>, {
|
|
25
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
26
|
+
declare const __VLS_component: import('vue').DefineComponent<Props, {
|
|
27
27
|
data: import('vue').Ref<any, any>;
|
|
28
28
|
loading: import('vue').Ref<boolean, boolean>;
|
|
29
29
|
error: import('vue').Ref<Error | null, Error | null>;
|
|
@@ -32,38 +32,15 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
32
32
|
next: () => Promise<void>;
|
|
33
33
|
prev: () => Promise<void>;
|
|
34
34
|
fetchData: (isMore?: boolean) => Promise<void>;
|
|
35
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<
|
|
36
|
-
query: string;
|
|
37
|
-
limit: number;
|
|
35
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
38
36
|
pagination: boolean;
|
|
39
|
-
initialPage: number;
|
|
40
|
-
accumulate: boolean;
|
|
41
|
-
}>>> & Readonly<{}>, {
|
|
42
37
|
query: string;
|
|
43
38
|
limit: number;
|
|
44
|
-
pagination: boolean;
|
|
45
39
|
initialPage: number;
|
|
46
40
|
accumulate: boolean;
|
|
47
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions,
|
|
48
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component,
|
|
41
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
42
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
49
43
|
export default _default;
|
|
50
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
51
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
52
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
53
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
54
|
-
} : {
|
|
55
|
-
type: import('vue').PropType<T[K]>;
|
|
56
|
-
required: true;
|
|
57
|
-
};
|
|
58
|
-
};
|
|
59
|
-
type __VLS_WithDefaults<P, D> = {
|
|
60
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
61
|
-
default: D[K];
|
|
62
|
-
}> : P[K];
|
|
63
|
-
};
|
|
64
|
-
type __VLS_Prettify<T> = {
|
|
65
|
-
[K in keyof T]: T[K];
|
|
66
|
-
} & {};
|
|
67
44
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
68
45
|
new (): {
|
|
69
46
|
$slots: S;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DataProvider.vue.d.ts","sourceRoot":"","sources":["../../../src/components/renderless/DataProvider.vue"],"names":[],"mappings":"AAWA;
|
|
1
|
+
{"version":3,"file":"DataProvider.vue.d.ts","sourceRoot":"","sources":["../../../src/components/renderless/DataProvider.vue"],"names":[],"mappings":"AAWA;AAiKA,UAAU,KAAK;IACb,GAAG,EAAE,MAAM,CAAA;IACX,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,KAAK,CAAC,EAAE,MAAM,CAAA;IAEd,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,UAAU,CAAC,EAAE,OAAO,CAAA;CACrB;AA0JD,iBAAS,cAAc;WA2BT,OAAO,IAA6B;;;;;;;;;;YAVrB,GAAG;;;;EAe/B;AAgBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;yBAvKY,OAAO;;gBAvCzB,OAAO;WAHZ,MAAM;WACN,MAAM;iBAGA,MAAM;gBACP,OAAO;6EAoNpB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|