@getblock/common 0.2.0 → 0.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/getblock-common.es.ts +2797 -2087
- package/dist/getblock-common.umd.ts +3 -3
- package/dist/src/components/index.d.ts +1 -2
- package/dist/src/components/navbar/NavbarMegaMenu.vue.d.ts +294 -0
- package/dist/src/components/navbar/NavbarMegaMenuMobile.vue.d.ts +157 -0
- package/dist/src/components/navbar/navbarMegaMenuData.d.ts +30 -0
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/dist/src/components/blackFridayAnnouncement/BlackFridayAnnouncement.vue.d.ts +0 -77
- package/dist/src/components/blackFridayAnnouncement/locales/cn.d.ts +0 -6
- package/dist/src/components/blackFridayAnnouncement/locales/en.d.ts +0 -6
- package/dist/src/components/optionalAnnouncement/OptionalAnnouncement.vue.d.ts +0 -25
- package/dist/src/components/optionalAnnouncement/locales/cn.d.ts +0 -5
- package/dist/src/components/optionalAnnouncement/locales/en.d.ts +0 -5
package/package.json
CHANGED
|
@@ -1,77 +0,0 @@
|
|
|
1
|
-
declare const _sfc_main: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
|
-
locale: {
|
|
3
|
-
type: StringConstructor;
|
|
4
|
-
default: string;
|
|
5
|
-
};
|
|
6
|
-
isNewUser: {
|
|
7
|
-
type: BooleanConstructor;
|
|
8
|
-
default: boolean;
|
|
9
|
-
};
|
|
10
|
-
}>, {
|
|
11
|
-
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
12
|
-
locale: {
|
|
13
|
-
type: StringConstructor;
|
|
14
|
-
default: string;
|
|
15
|
-
};
|
|
16
|
-
isNewUser: {
|
|
17
|
-
type: BooleanConstructor;
|
|
18
|
-
default: boolean;
|
|
19
|
-
};
|
|
20
|
-
}>> & Readonly<{}> & {}>;
|
|
21
|
-
text: import("vue").ComputedRef<{
|
|
22
|
-
textNewUser: string;
|
|
23
|
-
textCurrentUser: string;
|
|
24
|
-
button: string;
|
|
25
|
-
}>;
|
|
26
|
-
readonly GetBlockUIIcon: import("vue").DefineComponent<{
|
|
27
|
-
iconName: {
|
|
28
|
-
type: StringConstructor;
|
|
29
|
-
required: true;
|
|
30
|
-
};
|
|
31
|
-
colorType: {
|
|
32
|
-
type: import("vue").PropType<import("@getblock/core/dist/components/icon/Icon.types").IconColorTypeProps>;
|
|
33
|
-
default: string;
|
|
34
|
-
validator: (value: import("@getblock/core/dist/components/icon/Icon.types").IconColorTypeProps) => boolean;
|
|
35
|
-
};
|
|
36
|
-
sizeType: {
|
|
37
|
-
type: import("vue").PropType<import("@getblock/core/dist/components/icon/Icon.types").IconSizeTypeProps>;
|
|
38
|
-
default: string;
|
|
39
|
-
validator: (value: import("@getblock/core/dist/components/icon/Icon.types").IconSizeTypeProps) => boolean;
|
|
40
|
-
};
|
|
41
|
-
}, {
|
|
42
|
-
props: any;
|
|
43
|
-
imgSize: import("vue").ComputedRef<number>;
|
|
44
|
-
classObject: import("vue").ComputedRef<object>;
|
|
45
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
46
|
-
iconName: {
|
|
47
|
-
type: StringConstructor;
|
|
48
|
-
required: true;
|
|
49
|
-
};
|
|
50
|
-
colorType: {
|
|
51
|
-
type: import("vue").PropType<import("@getblock/core/dist/components/icon/Icon.types").IconColorTypeProps>;
|
|
52
|
-
default: string;
|
|
53
|
-
validator: (value: import("@getblock/core/dist/components/icon/Icon.types").IconColorTypeProps) => boolean;
|
|
54
|
-
};
|
|
55
|
-
sizeType: {
|
|
56
|
-
type: import("vue").PropType<import("@getblock/core/dist/components/icon/Icon.types").IconSizeTypeProps>;
|
|
57
|
-
default: string;
|
|
58
|
-
validator: (value: import("@getblock/core/dist/components/icon/Icon.types").IconSizeTypeProps) => boolean;
|
|
59
|
-
};
|
|
60
|
-
}>>, {
|
|
61
|
-
colorType: import("@getblock/core/dist/components/icon/Icon.types").IconColorTypeProps;
|
|
62
|
-
sizeType: import("@getblock/core/dist/components/icon/Icon.types").IconSizeTypeProps;
|
|
63
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
64
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
65
|
-
locale: {
|
|
66
|
-
type: StringConstructor;
|
|
67
|
-
default: string;
|
|
68
|
-
};
|
|
69
|
-
isNewUser: {
|
|
70
|
-
type: BooleanConstructor;
|
|
71
|
-
default: boolean;
|
|
72
|
-
};
|
|
73
|
-
}>> & Readonly<{}>, {
|
|
74
|
-
locale: string;
|
|
75
|
-
isNewUser: boolean;
|
|
76
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
77
|
-
export default _sfc_main;
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
declare const _sfc_main: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
|
-
locale: {
|
|
3
|
-
type: StringConstructor;
|
|
4
|
-
default: string;
|
|
5
|
-
};
|
|
6
|
-
}>, {
|
|
7
|
-
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
8
|
-
locale: {
|
|
9
|
-
type: StringConstructor;
|
|
10
|
-
default: string;
|
|
11
|
-
};
|
|
12
|
-
}>> & Readonly<{}> & {}>;
|
|
13
|
-
text: import("vue").ComputedRef<{
|
|
14
|
-
text: string;
|
|
15
|
-
button: string;
|
|
16
|
-
}>;
|
|
17
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
18
|
-
locale: {
|
|
19
|
-
type: StringConstructor;
|
|
20
|
-
default: string;
|
|
21
|
-
};
|
|
22
|
-
}>> & Readonly<{}>, {
|
|
23
|
-
locale: string;
|
|
24
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
25
|
-
export default _sfc_main;
|