@reni-corp/reni-2c-ui 0.3.28 → 0.3.29
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 +139 -16
- package/dist/components/elements/Alert.vue.d.ts +21 -3
- package/dist/components/elements/Alert.vue.d.ts.map +1 -1
- package/dist/components/elements/CheckBox.vue.d.ts +42 -2
- package/dist/components/elements/CheckBox.vue.d.ts.map +1 -1
- package/dist/components/elements/ComboBox.vue.d.ts +153 -0
- package/dist/components/elements/ComboBox.vue.d.ts.map +1 -0
- package/dist/components/elements/Icon.vue.d.ts.map +1 -1
- package/dist/components/elements/PasswordField.vue.d.ts +75 -25
- package/dist/components/elements/PasswordField.vue.d.ts.map +1 -1
- package/dist/components/elements/Progress.vue.d.ts +45 -0
- package/dist/components/elements/Progress.vue.d.ts.map +1 -0
- package/dist/components/elements/SelectBox.vue.d.ts +30 -10
- package/dist/components/elements/SelectBox.vue.d.ts.map +1 -1
- package/dist/components/elements/SkeletonLoader.vue.d.ts +30 -0
- package/dist/components/elements/SkeletonLoader.vue.d.ts.map +1 -0
- package/dist/components/elements/SpinButton.vue.d.ts +4 -2
- package/dist/components/elements/SpinButton.vue.d.ts.map +1 -1
- package/dist/components/elements/TextField.vue.d.ts +21 -6
- package/dist/components/elements/TextField.vue.d.ts.map +1 -1
- package/dist/components/features/ProductList.vue.d.ts +4 -0
- package/dist/components/features/ProductList.vue.d.ts.map +1 -1
- package/dist/components/features/ProductListItem.vue.d.ts +4 -0
- package/dist/components/features/ProductListItem.vue.d.ts.map +1 -1
- package/dist/components/features/ProductPurchase.vue.d.ts +0 -4
- package/dist/components/features/ProductPurchase.vue.d.ts.map +1 -1
- package/dist/components/foundation/AppBar.vue.d.ts +28 -3
- package/dist/components/foundation/AppBar.vue.d.ts.map +1 -1
- package/dist/components/foundation/AppFooter.vue.d.ts +51 -1
- package/dist/components/foundation/AppFooter.vue.d.ts.map +1 -1
- package/dist/components/interactive/Disclosure.vue.d.ts +54 -0
- package/dist/components/interactive/Disclosure.vue.d.ts.map +1 -0
- package/dist/components/layouts/Page.vue.d.ts +2 -0
- package/dist/components/layouts/Page.vue.d.ts.map +1 -1
- package/dist/components/renderless/Form.vue.d.ts +27 -1
- package/dist/components/renderless/Form.vue.d.ts.map +1 -1
- package/dist/index.d.ts +9 -3
- package/dist/index.d.ts.map +1 -1
- package/dist/index.es.js +7161 -5941
- package/dist/script.es.js +8364 -7146
- package/dist/script.umd.js +26 -26
- package/dist/style.css +1 -1
- package/dist/types.d.ts +7 -0
- package/dist/types.d.ts.map +1 -1
- package/dist/utils.d.ts.map +1 -1
- package/package.json +18 -13
- package/src/stories/Alert.stories.ts +260 -0
- package/src/stories/AnnounceBar.stories.ts +138 -0
- package/src/stories/AppBar.stories.ts +277 -0
- package/src/stories/AppFooter.stories.ts +274 -0
- package/src/stories/AppFrame.stories.ts +46 -0
- package/src/stories/AppLayout.stories.ts +870 -0
- package/src/stories/Button.stories.ts +101 -0
- package/src/stories/Card.stories.ts +152 -0
- package/src/stories/Carousel.stories.ts +62 -0
- package/src/stories/CarouselBanner.stories.ts +103 -0
- package/src/stories/CheckBox.stories.ts +76 -0
- package/src/stories/ComboBox.stories.ts +524 -0
- package/src/stories/Dialog.stories.ts +174 -0
- package/src/stories/Disclosure.stories.ts +217 -0
- package/src/stories/Divider.stories.ts +68 -0
- package/src/stories/Drawer.stories.ts +135 -0
- package/src/stories/DropDown.stories.ts +195 -0
- package/src/stories/FloatingBanner.stories.ts +79 -0
- package/src/stories/Form.stories.ts +704 -0
- package/src/stories/Gallery.stories.ts +78 -0
- package/src/stories/Grid.stories.ts +357 -0
- package/src/stories/Hero.stories.ts +52 -0
- package/src/stories/Html.stories.ts +178 -0
- package/src/stories/Icon.stories.ts +176 -0
- package/src/stories/Image.stories.ts +613 -0
- package/src/stories/Label.stories.ts +54 -0
- package/src/stories/List.stories.ts +112 -0
- package/src/stories/Modal.stories.ts +123 -0
- package/src/stories/Notification.stories.ts +82 -0
- package/src/stories/Page.stories.ts +414 -0
- package/src/stories/PasswordField.stories.ts +304 -0
- package/src/stories/ProductLabels.stories.ts +65 -0
- package/src/stories/ProductList.stories.ts +679 -0
- package/src/stories/ProductPurchase.stories.ts +807 -0
- package/src/stories/Progress.stories.ts +192 -0
- package/src/stories/Radio.stories.ts +81 -0
- package/src/stories/Section.stories.ts +244 -0
- package/src/stories/SelectBox.stories.ts +377 -0
- package/src/stories/SkeletonLoader.stories.ts +170 -0
- package/src/stories/Slider.stories.ts +79 -0
- package/src/stories/SnsLink.stories.ts +259 -0
- package/src/stories/SoldStacker.stories.ts +68 -0
- package/src/stories/SpinButton.stories.ts +134 -0
- package/src/stories/Spinner.stories.ts +58 -0
- package/src/stories/Stack.stories.ts +104 -0
- package/src/stories/Switch.stories.ts +68 -0
- package/src/stories/Tab.stories.ts +52 -0
- package/src/stories/TabPanels.stories.ts +67 -0
- package/src/stories/Tabs.stories.ts +68 -0
- package/src/stories/Text.stories.ts +69 -0
- package/src/stories/TextArea.stories.ts +78 -0
- package/src/stories/TextField.stories.ts +97 -0
- package/src/stories/ToolChip.stories.ts +125 -0
- package/dist/components/elements/SkeltonLoader.vue.d.ts +0 -7
- package/dist/components/elements/SkeltonLoader.vue.d.ts.map +0 -1
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
import { Color } from '../../types';
|
|
2
|
+
|
|
3
|
+
export type ProgressProps = {
|
|
4
|
+
value: number;
|
|
5
|
+
max: number;
|
|
6
|
+
variant?: 'linear';
|
|
7
|
+
showLabel?: boolean;
|
|
8
|
+
labelType?: 'percent' | 'fraction';
|
|
9
|
+
color?: Color;
|
|
10
|
+
};
|
|
11
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ProgressProps>, {
|
|
12
|
+
variant: string;
|
|
13
|
+
showLabel: boolean;
|
|
14
|
+
labelType: string;
|
|
15
|
+
color: string;
|
|
16
|
+
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ProgressProps>, {
|
|
17
|
+
variant: string;
|
|
18
|
+
showLabel: boolean;
|
|
19
|
+
labelType: string;
|
|
20
|
+
color: string;
|
|
21
|
+
}>>> & Readonly<{}>, {
|
|
22
|
+
variant: "linear";
|
|
23
|
+
color: Color;
|
|
24
|
+
showLabel: boolean;
|
|
25
|
+
labelType: "percent" | "fraction";
|
|
26
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
27
|
+
export default _default;
|
|
28
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
29
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
30
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
31
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
32
|
+
} : {
|
|
33
|
+
type: import('vue').PropType<T[K]>;
|
|
34
|
+
required: true;
|
|
35
|
+
};
|
|
36
|
+
};
|
|
37
|
+
type __VLS_WithDefaults<P, D> = {
|
|
38
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
39
|
+
default: D[K];
|
|
40
|
+
}> : P[K];
|
|
41
|
+
};
|
|
42
|
+
type __VLS_Prettify<T> = {
|
|
43
|
+
[K in keyof T]: T[K];
|
|
44
|
+
} & {};
|
|
45
|
+
//# sourceMappingURL=Progress.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Progress.vue.d.ts","sourceRoot":"","sources":["../../../src/components/elements/Progress.vue"],"names":[],"mappings":"AAEA,OAAO,0BAA0B,CAAA;AACjC,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAA;AAI/B,MAAM,MAAM,aAAa,GAAG;IAC1B,KAAK,EAAE,MAAM,CAAA;IACb,GAAG,EAAE,MAAM,CAAA;IACX,OAAO,CAAC,EAAE,QAAQ,CAAA;IAClB,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,SAAS,CAAC,EAAE,SAAS,GAAG,UAAU,CAAA;IAClC,KAAK,CAAC,EAAE,KAAK,CAAA;CACd,CAAA;;;;;;;;;;;;aAJW,QAAQ;WAGV,KAAK;eAFD,OAAO;eACP,SAAS,GAAG,UAAU;;AA6HpC,wBAMG;AACH,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC;AAC9M,KAAK,kBAAkB,CAAC,CAAC,EAAE,CAAC,IAAI;KAE1B,CAAC,IAAI,MAAM,IAAI,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC,GAAG,CAAC,SAAS,MAAM,CAAC,GAAG,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG;QACxE,OAAO,EAAE,CAAC,CAAC,CAAC,CAAC,CAAA;KACb,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CACT,CAAC;AACN,KAAK,cAAc,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
|
|
2
2
|
export type SelectBoxProps = {
|
|
3
3
|
label?: string;
|
|
4
|
+
placeholder?: string;
|
|
4
5
|
itemTitle?: string;
|
|
5
6
|
itemValue?: string;
|
|
6
7
|
returnObject?: boolean;
|
|
@@ -14,6 +15,7 @@ export type SelectBoxProps = {
|
|
|
14
15
|
clearable?: boolean;
|
|
15
16
|
name?: string;
|
|
16
17
|
rules?: string | Record<string, unknown> | ((value: unknown) => boolean);
|
|
18
|
+
validateOnMount?: boolean;
|
|
17
19
|
};
|
|
18
20
|
declare function __VLS_template(): {
|
|
19
21
|
prepend?(_: {}): any;
|
|
@@ -33,11 +35,11 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
33
35
|
type: import('vue').PropType<string>;
|
|
34
36
|
default: string;
|
|
35
37
|
};
|
|
36
|
-
|
|
37
|
-
type: import('vue').PropType<string
|
|
38
|
+
placeholder: {
|
|
39
|
+
type: import('vue').PropType<string>;
|
|
38
40
|
default: string;
|
|
39
41
|
};
|
|
40
|
-
|
|
42
|
+
validateOnMount: {
|
|
41
43
|
type: import('vue').PropType<boolean>;
|
|
42
44
|
default: boolean;
|
|
43
45
|
};
|
|
@@ -60,13 +62,21 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
60
62
|
}[]>;
|
|
61
63
|
required: true;
|
|
62
64
|
};
|
|
63
|
-
|
|
65
|
+
autocomplete: {
|
|
64
66
|
type: import('vue').PropType<boolean>;
|
|
65
67
|
default: boolean;
|
|
66
68
|
};
|
|
67
69
|
clearable: {
|
|
68
70
|
type: import('vue').PropType<boolean>;
|
|
69
71
|
};
|
|
72
|
+
rules: {
|
|
73
|
+
type: import('vue').PropType<string | Record<string, unknown> | ((value: unknown) => boolean)>;
|
|
74
|
+
default: string;
|
|
75
|
+
};
|
|
76
|
+
multiple: {
|
|
77
|
+
type: import('vue').PropType<boolean>;
|
|
78
|
+
default: boolean;
|
|
79
|
+
};
|
|
70
80
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
71
81
|
modelValue: import('vue').PropType<any | any[] | unknown | null>;
|
|
72
82
|
label: {
|
|
@@ -81,11 +91,11 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
81
91
|
type: import('vue').PropType<string>;
|
|
82
92
|
default: string;
|
|
83
93
|
};
|
|
84
|
-
|
|
85
|
-
type: import('vue').PropType<string
|
|
94
|
+
placeholder: {
|
|
95
|
+
type: import('vue').PropType<string>;
|
|
86
96
|
default: string;
|
|
87
97
|
};
|
|
88
|
-
|
|
98
|
+
validateOnMount: {
|
|
89
99
|
type: import('vue').PropType<boolean>;
|
|
90
100
|
default: boolean;
|
|
91
101
|
};
|
|
@@ -108,22 +118,32 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
108
118
|
}[]>;
|
|
109
119
|
required: true;
|
|
110
120
|
};
|
|
111
|
-
|
|
121
|
+
autocomplete: {
|
|
112
122
|
type: import('vue').PropType<boolean>;
|
|
113
123
|
default: boolean;
|
|
114
124
|
};
|
|
115
125
|
clearable: {
|
|
116
126
|
type: import('vue').PropType<boolean>;
|
|
117
127
|
};
|
|
128
|
+
rules: {
|
|
129
|
+
type: import('vue').PropType<string | Record<string, unknown> | ((value: unknown) => boolean)>;
|
|
130
|
+
default: string;
|
|
131
|
+
};
|
|
132
|
+
multiple: {
|
|
133
|
+
type: import('vue').PropType<boolean>;
|
|
134
|
+
default: boolean;
|
|
135
|
+
};
|
|
118
136
|
}>> & Readonly<{}>, {
|
|
119
137
|
label: string;
|
|
120
138
|
disabled: boolean;
|
|
121
139
|
name: string;
|
|
122
|
-
|
|
123
|
-
|
|
140
|
+
placeholder: string;
|
|
141
|
+
validateOnMount: boolean;
|
|
124
142
|
itemTitle: string;
|
|
125
143
|
itemValue: string;
|
|
126
144
|
returnObject: boolean;
|
|
145
|
+
autocomplete: boolean;
|
|
146
|
+
rules: string | Record<string, unknown> | ((value: unknown) => boolean);
|
|
127
147
|
multiple: boolean;
|
|
128
148
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
129
149
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SelectBox.vue.d.ts","sourceRoot":"","sources":["../../../src/components/elements/SelectBox.vue"],"names":[],"mappings":"AAEA,OAAO,0BAA0B,CAAA;AAKjC,MAAM,MAAM,cAAc,GAAG;IAC3B,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,YAAY,CAAC,EAAE,OAAO,CAAA;IACtB,KAAK,EACD;QACE,EAAE,EAAE,MAAM,CAAA;QACV,KAAK,EAAE,MAAM,CAAA;KACd,EAAE,GACH,GAAG,EAAE,CAAA;IACT,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,YAAY,CAAC,EAAE,OAAO,CAAA;IACtB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,CAAC,CAAC,KAAK,EAAE,OAAO,KAAK,OAAO,CAAC,CAAA;
|
|
1
|
+
{"version":3,"file":"SelectBox.vue.d.ts","sourceRoot":"","sources":["../../../src/components/elements/SelectBox.vue"],"names":[],"mappings":"AAEA,OAAO,0BAA0B,CAAA;AAKjC,MAAM,MAAM,cAAc,GAAG;IAC3B,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,YAAY,CAAC,EAAE,OAAO,CAAA;IACtB,KAAK,EACD;QACE,EAAE,EAAE,MAAM,CAAA;QACV,KAAK,EAAE,MAAM,CAAA;KACd,EAAE,GACH,GAAG,EAAE,CAAA;IACT,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,YAAY,CAAC,EAAE,OAAO,CAAA;IACtB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,CAAC,CAAC,KAAK,EAAE,OAAO,KAAK,OAAO,CAAC,CAAA;IACxE,eAAe,CAAC,EAAE,OAAO,CAAA;CAC1B,CAAA;AAsPD,iBAAS,cAAc;qBAiWO,GAAG;oBACJ,GAAG;EAG/B;AA+BD,QAAA,MAAM,eAAe;gBA1YT,OAAO,KAAK,EAAE,QAAQ,CAAC,GAAG,GAAG,GAAG,EAAE,GAAG,OAAO,GAAG,IAAI,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gBA3PpD,MAAM;mBACH,MAAM;;kBAgpBgL,IAAI;;;;;;;;;;iFAxoBnJ,OAAO,KAAK,OAAO;;;;;;;;gBAkP7D,OAAO,KAAK,EAAE,QAAQ,CAAC,GAAG,GAAG,GAAG,EAAE,GAAG,OAAO,GAAG,IAAI,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gBA3PpD,MAAM;mBACH,MAAM;;kBAgpBgL,IAAI;;;;;;;;;;iFAxoBnJ,OAAO,KAAK,OAAO;;;;;;;;WAhB/D,MAAM;cAWH,OAAO;UAIX,MAAM;iBAdC,MAAM;qBAgBF,OAAO;eAfb,MAAM;eACN,MAAM;kBACH,OAAO;kBAQP,OAAO;WAId,MAAM,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,CAAC,CAAC,KAAK,EAAE,OAAO,KAAK,OAAO,CAAC;cAH7D,OAAO;4EAwoBlB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAAvG,wBAAwG;AAUxG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
|
|
2
|
+
export type SkeletonLoaderProps = {
|
|
3
|
+
type?: 'article-thumbnail' | 'image-portrait' | 'image-cinema' | 'gallery' | 'list-item-image-vertical' | 'list-item-image-horizontal' | 'text-title-line-1' | 'text-title-line-2' | 'text-body-line-2' | 'text-body-line-3' | 'text-body-line-4' | 'description-list' | 'button-fill-block' | 'button-text-inline' | 'input' | 'input-group-2' | 'stepper';
|
|
4
|
+
};
|
|
5
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<SkeletonLoaderProps>, {
|
|
6
|
+
type: string;
|
|
7
|
+
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<SkeletonLoaderProps>, {
|
|
8
|
+
type: string;
|
|
9
|
+
}>>> & Readonly<{}>, {
|
|
10
|
+
type: "article-thumbnail" | "image-portrait" | "image-cinema" | "gallery" | "list-item-image-vertical" | "list-item-image-horizontal" | "text-title-line-1" | "text-title-line-2" | "text-body-line-2" | "text-body-line-3" | "text-body-line-4" | "description-list" | "button-fill-block" | "button-text-inline" | "input" | "input-group-2" | "stepper";
|
|
11
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
12
|
+
export default _default;
|
|
13
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
14
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
15
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
16
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
17
|
+
} : {
|
|
18
|
+
type: import('vue').PropType<T[K]>;
|
|
19
|
+
required: true;
|
|
20
|
+
};
|
|
21
|
+
};
|
|
22
|
+
type __VLS_WithDefaults<P, D> = {
|
|
23
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
24
|
+
default: D[K];
|
|
25
|
+
}> : P[K];
|
|
26
|
+
};
|
|
27
|
+
type __VLS_Prettify<T> = {
|
|
28
|
+
[K in keyof T]: T[K];
|
|
29
|
+
} & {};
|
|
30
|
+
//# sourceMappingURL=SkeletonLoader.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SkeletonLoader.vue.d.ts","sourceRoot":"","sources":["../../../src/components/elements/SkeletonLoader.vue"],"names":[],"mappings":"AAEA,OAAO,0BAA0B,CAAA;AAIjC,MAAM,MAAM,mBAAmB,GAAG;IAChC,IAAI,CAAC,EACD,mBAAmB,GACnB,gBAAgB,GAChB,cAAc,GACd,SAAS,GACT,0BAA0B,GAC1B,4BAA4B,GAC5B,mBAAmB,GACnB,mBAAmB,GACnB,kBAAkB,GAClB,kBAAkB,GAClB,kBAAkB,GAClB,kBAAkB,GAClB,mBAAmB,GACnB,oBAAoB,GACpB,OAAO,GACP,eAAe,GACf,SAAS,CAAA;CACd,CAAA;;;;;;UAjBK,mBAAmB,GACnB,gBAAgB,GAChB,cAAc,GACd,SAAS,GACT,0BAA0B,GAC1B,4BAA4B,GAC5B,mBAAmB,GACnB,mBAAmB,GACnB,kBAAkB,GAClB,kBAAkB,GAClB,kBAAkB,GAClB,kBAAkB,GAClB,mBAAmB,GACnB,oBAAoB,GACpB,OAAO,GACP,eAAe,GACf,SAAS;;AAwzBf,wBAMG;AACH,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC;AAC9M,KAAK,kBAAkB,CAAC,CAAC,EAAE,CAAC,IAAI;KAE1B,CAAC,IAAI,MAAM,IAAI,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC,GAAG,CAAC,SAAS,MAAM,CAAC,GAAG,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG;QACxE,OAAO,EAAE,CAAC,CAAC,CAAC,CAAC,CAAA;KACb,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CACT,CAAC;AACN,KAAK,cAAc,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
|
|
@@ -12,7 +12,7 @@ declare function __VLS_template(): {
|
|
|
12
12
|
increment?(_: {}): any;
|
|
13
13
|
};
|
|
14
14
|
declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
15
|
-
modelValue: import('vue').PropType<number | NumberValue
|
|
15
|
+
modelValue: import('vue').PropType<number | NumberValue>;
|
|
16
16
|
disabled: {
|
|
17
17
|
type: import('vue').PropType<boolean>;
|
|
18
18
|
default: boolean;
|
|
@@ -37,8 +37,9 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
37
37
|
delete: (...args: any[]) => void;
|
|
38
38
|
increment: (...args: any[]) => void;
|
|
39
39
|
decrement: (...args: any[]) => void;
|
|
40
|
+
"input-change": (...args: any[]) => void;
|
|
40
41
|
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
41
|
-
modelValue: import('vue').PropType<number | NumberValue
|
|
42
|
+
modelValue: import('vue').PropType<number | NumberValue>;
|
|
42
43
|
disabled: {
|
|
43
44
|
type: import('vue').PropType<boolean>;
|
|
44
45
|
default: boolean;
|
|
@@ -63,6 +64,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
63
64
|
onDelete?: ((...args: any[]) => any) | undefined;
|
|
64
65
|
onIncrement?: ((...args: any[]) => any) | undefined;
|
|
65
66
|
onDecrement?: ((...args: any[]) => any) | undefined;
|
|
67
|
+
"onInput-change"?: ((...args: any[]) => any) | undefined;
|
|
66
68
|
}>, {
|
|
67
69
|
disabled: boolean;
|
|
68
70
|
max: number;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SpinButton.vue.d.ts","sourceRoot":"","sources":["../../../src/components/elements/SpinButton.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"SpinButton.vue.d.ts","sourceRoot":"","sources":["../../../src/components/elements/SpinButton.vue"],"names":[],"mappings":"AAmDA;AAIA,OAAO,EAAE,WAAW,EAAE,MAAM,4BAA4B,CAAA;AAGxD,MAAM,MAAM,eAAe,GAAG;IAC5B,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,CAAA;IAClB,GAAG,CAAC,EAAE,MAAM,CAAA;IACZ,GAAG,CAAC,EAAE,MAAM,CAAA;IACZ,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,eAAe,CAAC,EAAE,OAAO,CAAA;CAC1B,CAAA;AA+HD,iBAAS,cAAc;uBA0KS,GAAG;uBACH,GAAG;EAKlC;AAwBD,QAAA,MAAM,eAAe;gBA9MT,OAAO,KAAK,EAAE,QAAQ,CAAC,MAAM,GAAG,WAAW,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;gBAA5C,OAAO,KAAK,EAAE,QAAQ,CAAC,MAAM,GAAG,WAAW,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;cA3H3C,OAAO;SADZ,MAAM;UAFL,IAAI,GAAG,IAAI;SACZ,MAAM;qBAGM,OAAO;4EAkVzB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAAvG,wBAAwG;AAUxG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
|
|
@@ -5,6 +5,9 @@ export type TextFieldProps = {
|
|
|
5
5
|
disabled?: boolean;
|
|
6
6
|
rules?: string | Record<string, unknown> | ((value: unknown) => boolean);
|
|
7
7
|
type?: string;
|
|
8
|
+
name?: string;
|
|
9
|
+
placeholder?: string;
|
|
10
|
+
validateOnMount?: boolean;
|
|
8
11
|
} & HTMLInputAttribute;
|
|
9
12
|
declare function __VLS_template(): {
|
|
10
13
|
prepend?(_: {}): any;
|
|
@@ -48,14 +51,19 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
48
51
|
};
|
|
49
52
|
placeholder: {
|
|
50
53
|
type: import('vue').PropType<string>;
|
|
51
|
-
};
|
|
52
|
-
rules: {
|
|
53
|
-
type: import('vue').PropType<string | Record<string, unknown> | ((value: unknown) => boolean)>;
|
|
54
54
|
default: string;
|
|
55
55
|
};
|
|
56
|
+
validateOnMount: {
|
|
57
|
+
type: import('vue').PropType<boolean>;
|
|
58
|
+
default: boolean;
|
|
59
|
+
};
|
|
56
60
|
autocomplete: {
|
|
57
61
|
type: import('vue').PropType<string>;
|
|
58
62
|
};
|
|
63
|
+
rules: {
|
|
64
|
+
type: import('vue').PropType<string | Record<string, unknown> | ((value: unknown) => boolean)>;
|
|
65
|
+
default: string;
|
|
66
|
+
};
|
|
59
67
|
autofocus: {
|
|
60
68
|
type: import('vue').PropType<boolean>;
|
|
61
69
|
};
|
|
@@ -112,14 +120,19 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
112
120
|
};
|
|
113
121
|
placeholder: {
|
|
114
122
|
type: import('vue').PropType<string>;
|
|
115
|
-
};
|
|
116
|
-
rules: {
|
|
117
|
-
type: import('vue').PropType<string | Record<string, unknown> | ((value: unknown) => boolean)>;
|
|
118
123
|
default: string;
|
|
119
124
|
};
|
|
125
|
+
validateOnMount: {
|
|
126
|
+
type: import('vue').PropType<boolean>;
|
|
127
|
+
default: boolean;
|
|
128
|
+
};
|
|
120
129
|
autocomplete: {
|
|
121
130
|
type: import('vue').PropType<string>;
|
|
122
131
|
};
|
|
132
|
+
rules: {
|
|
133
|
+
type: import('vue').PropType<string | Record<string, unknown> | ((value: unknown) => boolean)>;
|
|
134
|
+
default: string;
|
|
135
|
+
};
|
|
123
136
|
autofocus: {
|
|
124
137
|
type: import('vue').PropType<boolean>;
|
|
125
138
|
};
|
|
@@ -143,6 +156,8 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
143
156
|
label: string;
|
|
144
157
|
disabled: boolean;
|
|
145
158
|
name: string;
|
|
159
|
+
placeholder: string;
|
|
160
|
+
validateOnMount: boolean;
|
|
146
161
|
rules: string | Record<string, unknown> | ((value: unknown) => boolean);
|
|
147
162
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
148
163
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TextField.vue.d.ts","sourceRoot":"","sources":["../../../src/components/elements/TextField.vue"],"names":[],"mappings":"AAEA,OAAO,0BAA0B,CAAA;AAGjC,OAAO,EAAE,kBAAkB,EAAE,MAAM,SAAS,CAAA;AAG5C,MAAM,MAAM,cAAc,GAAG;IAC3B,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,CAAC,CAAC,KAAK,EAAE,OAAO,KAAK,OAAO,CAAC,CAAA;IACxE,IAAI,CAAC,EAAE,MAAM,CAAA;
|
|
1
|
+
{"version":3,"file":"TextField.vue.d.ts","sourceRoot":"","sources":["../../../src/components/elements/TextField.vue"],"names":[],"mappings":"AAEA,OAAO,0BAA0B,CAAA;AAGjC,OAAO,EAAE,kBAAkB,EAAE,MAAM,SAAS,CAAA;AAG5C,MAAM,MAAM,cAAc,GAAG;IAC3B,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,CAAC,CAAC,KAAK,EAAE,OAAO,KAAK,OAAO,CAAC,CAAA;IACxE,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,eAAe,CAAC,EAAE,OAAO,CAAA;CAC1B,GAAG,kBAAkB,CAAA;AAiEtB,iBAAS,cAAc;qBAwIO,GAAG;oBACJ,GAAG;EAG/B;AAgBD,QAAA,MAAM,eAAe;gBAlKT;QAAE,QAAQ,EAAE,IAAI,CAAC;QAAC,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,MAAM,CAAC,CAAA;KAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iFAhEd,OAAO,KAAK,OAAO;;;;;;;;;;;;;;;;;;;;;;gBAgE7D;QAAE,QAAQ,EAAE,IAAI,CAAC;QAAC,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,MAAM,CAAC,CAAA;KAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iFAhEd,OAAO,KAAK,OAAO;;;;;;;;;;;;;;;;;;;;;;UAChE,MAAM;WAHL,MAAM;cACH,OAAO;UAGX,MAAM;iBACC,MAAM;qBACF,OAAO;WAJjB,MAAM,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,CAAC,CAAC,KAAK,EAAE,OAAO,KAAK,OAAO,CAAC;4EA2OxE,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAAvG,wBAAwG;AAUxG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
|
|
@@ -20,6 +20,7 @@ export interface ProductListProps {
|
|
|
20
20
|
infiniteScroll?: boolean;
|
|
21
21
|
hasMore?: boolean;
|
|
22
22
|
loadingMore?: boolean;
|
|
23
|
+
showTitle2?: boolean;
|
|
23
24
|
}
|
|
24
25
|
declare function __VLS_template(): {
|
|
25
26
|
item?(_: {
|
|
@@ -61,6 +62,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
61
62
|
infiniteScroll: boolean;
|
|
62
63
|
hasMore: boolean;
|
|
63
64
|
loadingMore: boolean;
|
|
65
|
+
showTitle2: boolean;
|
|
64
66
|
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
65
67
|
loadMore: () => void;
|
|
66
68
|
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ProductListProps>, {
|
|
@@ -82,6 +84,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
82
84
|
infiniteScroll: boolean;
|
|
83
85
|
hasMore: boolean;
|
|
84
86
|
loadingMore: boolean;
|
|
87
|
+
showTitle2: boolean;
|
|
85
88
|
}>>> & Readonly<{
|
|
86
89
|
onLoadMore?: (() => any) | undefined;
|
|
87
90
|
}>, {
|
|
@@ -103,6 +106,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
103
106
|
infiniteScroll: boolean;
|
|
104
107
|
hasMore: boolean;
|
|
105
108
|
loadingMore: boolean;
|
|
109
|
+
showTitle2: boolean;
|
|
106
110
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
107
111
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
108
112
|
export default _default;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ProductList.vue.d.ts","sourceRoot":"","sources":["../../../src/components/features/ProductList.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ProductList.vue.d.ts","sourceRoot":"","sources":["../../../src/components/features/ProductList.vue"],"names":[],"mappings":"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"}
|
|
@@ -4,6 +4,7 @@ export type ProductListItemProps = {
|
|
|
4
4
|
backgroundColor?: string;
|
|
5
5
|
textColor?: string;
|
|
6
6
|
type?: 'default' | 'boxed';
|
|
7
|
+
showTitle2?: boolean;
|
|
7
8
|
};
|
|
8
9
|
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ProductListItemProps>, {
|
|
9
10
|
item: null;
|
|
@@ -11,17 +12,20 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
11
12
|
backgroundColor: string;
|
|
12
13
|
textColor: string;
|
|
13
14
|
type: string;
|
|
15
|
+
showTitle2: boolean;
|
|
14
16
|
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ProductListItemProps>, {
|
|
15
17
|
item: null;
|
|
16
18
|
autoplay: boolean;
|
|
17
19
|
backgroundColor: string;
|
|
18
20
|
textColor: string;
|
|
19
21
|
type: string;
|
|
22
|
+
showTitle2: boolean;
|
|
20
23
|
}>>> & Readonly<{}>, {
|
|
21
24
|
type: "default" | "boxed";
|
|
22
25
|
backgroundColor: string;
|
|
23
26
|
textColor: string;
|
|
24
27
|
autoplay: boolean;
|
|
28
|
+
showTitle2: boolean;
|
|
25
29
|
item: any;
|
|
26
30
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
27
31
|
export default _default;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ProductListItem.vue.d.ts","sourceRoot":"","sources":["../../../src/components/features/ProductListItem.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ProductListItem.vue.d.ts","sourceRoot":"","sources":["../../../src/components/features/ProductListItem.vue"],"names":[],"mappings":"AA+DA;AAKA,MAAM,MAAM,oBAAoB,GAAG;IACjC,IAAI,EAAE,GAAG,CAAA;IACT,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,eAAe,CAAC,EAAE,MAAM,CAAA;IACxB,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,IAAI,CAAC,EAAE,SAAS,GAAG,OAAO,CAAA;IAC1B,UAAU,CAAC,EAAE,OAAO,CAAA;CACrB,CAAA;;;;;;;;;;;;;;;;UAFQ,SAAS,GAAG,OAAO;qBAFR,MAAM;eACZ,MAAM;cAFP,OAAO;gBAIL,OAAO;UALd,GAAG;;AA6RX,wBAMG;AACH,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC;AAC9M,KAAK,kBAAkB,CAAC,CAAC,EAAE,CAAC,IAAI;KAE1B,CAAC,IAAI,MAAM,IAAI,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC,GAAG,CAAC,SAAS,MAAM,CAAC,GAAG,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG;QACxE,OAAO,EAAE,CAAC,CAAC,CAAC,CAAC,CAAA;KACb,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CACT,CAAC;AACN,KAAK,cAAc,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
|
|
@@ -20,7 +20,6 @@ export type ProductPurchaseProps = {
|
|
|
20
20
|
/** 数量選択の制約 */
|
|
21
21
|
quantityMin?: number;
|
|
22
22
|
quantityMax?: number;
|
|
23
|
-
quantityStep?: number;
|
|
24
23
|
/** UI状態 */
|
|
25
24
|
disabled?: boolean;
|
|
26
25
|
submitting?: boolean;
|
|
@@ -37,7 +36,6 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
37
36
|
defaultQuantity: number;
|
|
38
37
|
quantityMin: number;
|
|
39
38
|
quantityMax: number;
|
|
40
|
-
quantityStep: number;
|
|
41
39
|
disabled: boolean;
|
|
42
40
|
submitting: boolean;
|
|
43
41
|
showImage: boolean;
|
|
@@ -54,7 +52,6 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
54
52
|
defaultQuantity: number;
|
|
55
53
|
quantityMin: number;
|
|
56
54
|
quantityMax: number;
|
|
57
|
-
quantityStep: number;
|
|
58
55
|
disabled: boolean;
|
|
59
56
|
submitting: boolean;
|
|
60
57
|
showImage: boolean;
|
|
@@ -72,7 +69,6 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
72
69
|
defaultQuantity: number;
|
|
73
70
|
quantityMin: number;
|
|
74
71
|
quantityMax: number;
|
|
75
|
-
quantityStep: number;
|
|
76
72
|
submitting: boolean;
|
|
77
73
|
showImage: boolean;
|
|
78
74
|
showQuantity: boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ProductPurchase.vue.d.ts","sourceRoot":"","sources":["../../../src/components/features/ProductPurchase.vue"],"names":[],"mappings":"AAyFA;AAKA,MAAM,MAAM,oBAAoB,GAAG;IACjC,wBAAwB;IACxB,OAAO,EAAE;QACP,EAAE,EAAE,MAAM,CAAA;QACV,KAAK,EAAE,MAAM,CAAA;QACb,KAAK,EAAE,MAAM,CAAA;QACb,SAAS,CAAC,EAAE,MAAM,CAAA;QAClB,SAAS,CAAC,EAAE,MAAM,CAAA;QAClB,qBAAqB,CAAC,EAAE,MAAM,CAAA;QAC9B,SAAS,CAAC,EAAE,MAAM,EAAE,CAAA;QACpB,UAAU,EAAE,KAAK,CAAC;YAChB,EAAE,EAAE,MAAM,CAAA;YACV,KAAK,EAAE,MAAM,CAAA;YACb,SAAS,EAAE,OAAO,CAAA;SACnB,CAAC,CAAA;KACH,CAAA;IAED,wBAAwB;IACxB,kBAAkB,CAAC,EAAE,MAAM,CAAA;IAC3B,eAAe,CAAC,EAAE,MAAM,CAAA;IAExB,cAAc;IACd,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,WAAW,CAAC,EAAE,MAAM,CAAA;
|
|
1
|
+
{"version":3,"file":"ProductPurchase.vue.d.ts","sourceRoot":"","sources":["../../../src/components/features/ProductPurchase.vue"],"names":[],"mappings":"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"}
|
|
@@ -1,27 +1,52 @@
|
|
|
1
1
|
|
|
2
|
+
export type AppBarAction = {
|
|
3
|
+
title: string;
|
|
4
|
+
icon: string | string[];
|
|
5
|
+
url?: string;
|
|
6
|
+
action?: () => void;
|
|
7
|
+
};
|
|
8
|
+
export type AppBarMenuItem = {
|
|
9
|
+
title: string;
|
|
10
|
+
url?: string;
|
|
11
|
+
action?: () => void;
|
|
12
|
+
children?: AppBarMenuItem[];
|
|
13
|
+
expandable?: boolean;
|
|
14
|
+
};
|
|
2
15
|
export type AppBarProps = {
|
|
3
16
|
title?: string;
|
|
17
|
+
titleLogo?: string;
|
|
4
18
|
sticky?: boolean;
|
|
5
19
|
flat?: boolean;
|
|
20
|
+
actions?: AppBarAction[];
|
|
21
|
+
menu?: AppBarMenuItem[];
|
|
6
22
|
};
|
|
7
23
|
declare function __VLS_template(): {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
24
|
+
title?(_: {}): any;
|
|
25
|
+
menu?(_: {}): any;
|
|
26
|
+
actions?(_: {}): any;
|
|
11
27
|
extra?(_: {}): any;
|
|
12
28
|
};
|
|
13
29
|
declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<AppBarProps>, {
|
|
14
30
|
title: string;
|
|
31
|
+
titleLogo: string;
|
|
15
32
|
sticky: boolean;
|
|
16
33
|
flat: boolean;
|
|
34
|
+
actions: () => never[];
|
|
35
|
+
menu: () => never[];
|
|
17
36
|
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<AppBarProps>, {
|
|
18
37
|
title: string;
|
|
38
|
+
titleLogo: string;
|
|
19
39
|
sticky: boolean;
|
|
20
40
|
flat: boolean;
|
|
41
|
+
actions: () => never[];
|
|
42
|
+
menu: () => never[];
|
|
21
43
|
}>>> & Readonly<{}>, {
|
|
22
44
|
flat: boolean;
|
|
23
45
|
title: string;
|
|
46
|
+
menu: AppBarMenuItem[];
|
|
24
47
|
sticky: boolean;
|
|
48
|
+
titleLogo: string;
|
|
49
|
+
actions: AppBarAction[];
|
|
25
50
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
26
51
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
27
52
|
export default _default;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AppBar.vue.d.ts","sourceRoot":"","sources":["../../../src/components/foundation/AppBar.vue"],"names":[],"mappings":"AAIA,OAAO,0BAA0B,CAAA;
|
|
1
|
+
{"version":3,"file":"AppBar.vue.d.ts","sourceRoot":"","sources":["../../../src/components/foundation/AppBar.vue"],"names":[],"mappings":"AAIA,OAAO,0BAA0B,CAAA;AAOjC,MAAM,MAAM,YAAY,GAAG;IACzB,KAAK,EAAE,MAAM,CAAA;IACb,IAAI,EAAE,MAAM,GAAG,MAAM,EAAE,CAAA;IACvB,GAAG,CAAC,EAAE,MAAM,CAAA;IACZ,MAAM,CAAC,EAAE,MAAM,IAAI,CAAA;CACpB,CAAA;AAGD,MAAM,MAAM,cAAc,GAAG;IAC3B,KAAK,EAAE,MAAM,CAAA;IACb,GAAG,CAAC,EAAE,MAAM,CAAA;IACZ,MAAM,CAAC,EAAE,MAAM,IAAI,CAAA;IACnB,QAAQ,CAAC,EAAE,cAAc,EAAE,CAAA;IAC3B,UAAU,CAAC,EAAE,OAAO,CAAA;CACrB,CAAA;AAED,MAAM,MAAM,WAAW,GAAG;IACxB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,MAAM,CAAC,EAAE,OAAO,CAAA;IAChB,IAAI,CAAC,EAAE,OAAO,CAAA;IACd,OAAO,CAAC,EAAE,YAAY,EAAE,CAAA;IACxB,IAAI,CAAC,EAAE,cAAc,EAAE,CAAA;CACxB,CAAA;AA0ED,iBAAS,cAAc;mBAilBK,GAAG;kBACH,GAAG;qBACD,GAAG;mBACJ,GAAG;EAG/B;AAwBD,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;UA5rBZ,OAAO;WAHN,MAAM;UAKP,cAAc,EAAE;YAHd,OAAO;eADJ,MAAM;aAGR,YAAY,EAAE;4EAisBxB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAAvG,wBAAwG;AACxG,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC;AAC9M,KAAK,kBAAkB,CAAC,CAAC,EAAE,CAAC,IAAI;KAE1B,CAAC,IAAI,MAAM,IAAI,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC,GAAG,CAAC,SAAS,MAAM,CAAC,GAAG,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG;QACxE,OAAO,EAAE,CAAC,CAAC,CAAC,CAAC,CAAA;KACb,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CACT,CAAC;AACN,KAAK,cAAc,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC;AACxD,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
|
|
@@ -1,13 +1,63 @@
|
|
|
1
|
+
import { MenuItem, SNS } from '../../types';
|
|
1
2
|
|
|
3
|
+
export type SnsLinkItem = {
|
|
4
|
+
type: SNS;
|
|
5
|
+
href: string;
|
|
6
|
+
};
|
|
7
|
+
export type LogoItem = {
|
|
8
|
+
href?: string;
|
|
9
|
+
logoUrl: string;
|
|
10
|
+
title?: string;
|
|
11
|
+
width?: number | string;
|
|
12
|
+
height?: number | string;
|
|
13
|
+
};
|
|
14
|
+
export type AppFooterProps = {
|
|
15
|
+
menus?: MenuItem[];
|
|
16
|
+
snsLinks?: SnsLinkItem[];
|
|
17
|
+
logos?: LogoItem[];
|
|
18
|
+
copyright?: string;
|
|
19
|
+
};
|
|
2
20
|
declare function __VLS_template(): {
|
|
3
21
|
logos?(_: {}): any;
|
|
4
22
|
"sns-links"?(_: {}): any;
|
|
5
23
|
menus?(_: {}): any;
|
|
6
24
|
copyright?(_: {}): any;
|
|
7
25
|
};
|
|
8
|
-
declare const __VLS_component: import('vue').DefineComponent<
|
|
26
|
+
declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<AppFooterProps>, {
|
|
27
|
+
menus: () => never[];
|
|
28
|
+
snsLinks: () => never[];
|
|
29
|
+
logos: () => never[];
|
|
30
|
+
copyright: string;
|
|
31
|
+
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<AppFooterProps>, {
|
|
32
|
+
menus: () => never[];
|
|
33
|
+
snsLinks: () => never[];
|
|
34
|
+
logos: () => never[];
|
|
35
|
+
copyright: string;
|
|
36
|
+
}>>> & Readonly<{}>, {
|
|
37
|
+
copyright: string;
|
|
38
|
+
menus: MenuItem[];
|
|
39
|
+
snsLinks: SnsLinkItem[];
|
|
40
|
+
logos: LogoItem[];
|
|
41
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
9
42
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
10
43
|
export default _default;
|
|
44
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
45
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
46
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
47
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
48
|
+
} : {
|
|
49
|
+
type: import('vue').PropType<T[K]>;
|
|
50
|
+
required: true;
|
|
51
|
+
};
|
|
52
|
+
};
|
|
53
|
+
type __VLS_WithDefaults<P, D> = {
|
|
54
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
55
|
+
default: D[K];
|
|
56
|
+
}> : P[K];
|
|
57
|
+
};
|
|
58
|
+
type __VLS_Prettify<T> = {
|
|
59
|
+
[K in keyof T]: T[K];
|
|
60
|
+
} & {};
|
|
11
61
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
12
62
|
new (): {
|
|
13
63
|
$slots: S;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AppFooter.vue.d.ts","sourceRoot":"","sources":["../../../src/components/foundation/AppFooter.vue"],"names":[],"mappings":"AAIA,OAAO,0BAA0B,CAAA;
|
|
1
|
+
{"version":3,"file":"AppFooter.vue.d.ts","sourceRoot":"","sources":["../../../src/components/foundation/AppFooter.vue"],"names":[],"mappings":"AAIA,OAAO,0BAA0B,CAAA;AACjC,OAAO,EAAE,QAAQ,EAAE,GAAG,EAAE,MAAM,SAAS,CAAA;AAQvC,MAAM,MAAM,WAAW,GAAG;IACxB,IAAI,EAAE,GAAG,CAAA;IACT,IAAI,EAAE,MAAM,CAAA;CACb,CAAA;AAGD,MAAM,MAAM,QAAQ,GAAG;IACrB,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,OAAO,EAAE,MAAM,CAAA;IACf,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;IACvB,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;CACzB,CAAA;AAED,MAAM,MAAM,cAAc,GAAG;IAC3B,KAAK,CAAC,EAAE,QAAQ,EAAE,CAAA;IAClB,QAAQ,CAAC,EAAE,WAAW,EAAE,CAAA;IACxB,KAAK,CAAC,EAAE,QAAQ,EAAE,CAAA;IAClB,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB,CAAA;AA8DD,iBAAS,cAAc;mBAiiBK,GAAG;yBACG,GAAG;mBACT,GAAG;uBACE,GAAG;EAGnC;AAuBD,QAAA,MAAM,eAAe;;;;;;;;;;;eA7nBP,MAAM;WAHV,QAAQ,EAAE;cACP,WAAW,EAAE;WAChB,QAAQ,EAAE;4EAooBlB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAAvG,wBAAwG;AACxG,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC;AAC9M,KAAK,kBAAkB,CAAC,CAAC,EAAE,CAAC,IAAI;KAE1B,CAAC,IAAI,MAAM,IAAI,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC,GAAG,CAAC,SAAS,MAAM,CAAC,GAAG,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG;QACxE,OAAO,EAAE,CAAC,CAAC,CAAC,CAAC,CAAA;KACb,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CACT,CAAC;AACN,KAAK,cAAc,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC;AACxD,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
|
|
2
|
+
export type DisclosureProps = {
|
|
3
|
+
title?: string;
|
|
4
|
+
iconOpen?: string | string[];
|
|
5
|
+
iconClosed?: string | string[];
|
|
6
|
+
};
|
|
7
|
+
declare function __VLS_template(): {
|
|
8
|
+
trigger?(_: {
|
|
9
|
+
isOpen: boolean;
|
|
10
|
+
toggle: () => void;
|
|
11
|
+
}): any;
|
|
12
|
+
default?(_: {}): any;
|
|
13
|
+
};
|
|
14
|
+
declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
15
|
+
open: import('vue').PropType<boolean>;
|
|
16
|
+
title: {
|
|
17
|
+
type: import('vue').PropType<string>;
|
|
18
|
+
default: string;
|
|
19
|
+
};
|
|
20
|
+
iconOpen: {
|
|
21
|
+
type: import('vue').PropType<string | string[]>;
|
|
22
|
+
default: string;
|
|
23
|
+
};
|
|
24
|
+
iconClosed: {
|
|
25
|
+
type: import('vue').PropType<string | string[]>;
|
|
26
|
+
default: string;
|
|
27
|
+
};
|
|
28
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
29
|
+
open: import('vue').PropType<boolean>;
|
|
30
|
+
title: {
|
|
31
|
+
type: import('vue').PropType<string>;
|
|
32
|
+
default: string;
|
|
33
|
+
};
|
|
34
|
+
iconOpen: {
|
|
35
|
+
type: import('vue').PropType<string | string[]>;
|
|
36
|
+
default: string;
|
|
37
|
+
};
|
|
38
|
+
iconClosed: {
|
|
39
|
+
type: import('vue').PropType<string | string[]>;
|
|
40
|
+
default: string;
|
|
41
|
+
};
|
|
42
|
+
}>> & Readonly<{}>, {
|
|
43
|
+
title: string;
|
|
44
|
+
iconOpen: string | string[];
|
|
45
|
+
iconClosed: string | string[];
|
|
46
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
47
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
48
|
+
export default _default;
|
|
49
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
50
|
+
new (): {
|
|
51
|
+
$slots: S;
|
|
52
|
+
};
|
|
53
|
+
};
|
|
54
|
+
//# sourceMappingURL=Disclosure.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Disclosure.vue.d.ts","sourceRoot":"","sources":["../../../src/components/interactive/Disclosure.vue"],"names":[],"mappings":"AAEA,OAAO,0BAA0B,CAAA;AAIjC,MAAM,MAAM,eAAe,GAAG;IAC5B,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,QAAQ,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAA;IAC5B,UAAU,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAA;CAC/B,CAAA;AA2CD,iBAAS,cAAc;;;;QA4GO,GAAG;qBACH,GAAG;EAKhC;AAkBD,QAAA,MAAM,eAAe;UA1Ib,OAAO,KAAK,EAAE,QAAQ,CAAC,OAAO,CAAC;;;;;;;;;;;;;;UAA/B,OAAO,KAAK,EAAE,QAAQ,CAAC,OAAO,CAAC;;;;;;;;;;;;;;WAxC7B,MAAM;cACH,MAAM,GAAG,MAAM,EAAE;gBACf,MAAM,GAAG,MAAM,EAAE;4EAyL9B,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAAvG,wBAAwG;AAUxG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
|