@hotwax/dxp-components 1.5.3 → 1.7.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/lib/components/LanguageSwitcher.vue.d.ts +4 -0
- package/lib/components/LanguageSwitcher.vue.d.ts.map +1 -0
- package/lib/components/Login.d.ts +10 -9
- package/lib/components/Login.d.ts.map +1 -0
- package/lib/components/ProductIdentifier.vue.d.ts +4 -0
- package/lib/components/ProductIdentifier.vue.d.ts.map +1 -0
- package/lib/components/ShopifyImg.d.ts +18 -17
- package/lib/components/ShopifyImg.d.ts.map +1 -0
- package/lib/components/index.d.ts +13 -0
- package/lib/components/index.d.ts.map +1 -0
- package/lib/index.cjs +1039 -0
- package/lib/index.d.ts +20 -13
- package/lib/index.d.ts.map +1 -0
- package/lib/index.js +17857 -73
- package/lib/store/auth.d.ts +51 -50
- package/lib/store/auth.d.ts.map +1 -0
- package/lib/store/productIdentification.d.ts +44 -43
- package/lib/store/productIdentification.d.ts.map +1 -0
- package/lib/store/user.d.ts +22 -0
- package/lib/store/user.d.ts.map +1 -0
- package/lib/style.css +1 -0
- package/lib/utils/firebase.d.ts +3 -0
- package/lib/utils/firebase.d.ts.map +1 -0
- package/lib/utils/index.d.ts +4 -2
- package/lib/utils/index.d.ts.map +1 -0
- package/package.json +33 -19
- package/lib/components/Login.js +0 -87
- package/lib/components/ShopifyImg.js +0 -56
- package/lib/store/auth.js +0 -33
- package/lib/store/productIdentification.js +0 -51
- package/lib/utils/index.js +0 -11
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import _sfc_main from "/home/ravi/ofbiz_dev/hc/dxp-components/src/components/LanguageSwitcher.vue?vue&type=script&setup=true&lang.ts";
|
|
2
|
+
export * from "/home/ravi/ofbiz_dev/hc/dxp-components/src/components/LanguageSwitcher.vue?vue&type=script&setup=true&lang.ts";
|
|
3
|
+
export default _sfc_main;
|
|
4
|
+
//# sourceMappingURL=LanguageSwitcher.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LanguageSwitcher.vue.d.ts","sourceRoot":"","sources":["../../src/components/LanguageSwitcher.vue"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,+GAA+G,CAAC;AACtI,cAAc,+GAA+G,CAAC;AAC9H,eAAe,SAAS,CAAC"}
|
|
@@ -1,9 +1,10 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {}, {
|
|
2
|
-
errorMsg: string;
|
|
3
|
-
authStore:
|
|
4
|
-
router:
|
|
5
|
-
route:
|
|
6
|
-
}, {}, {
|
|
7
|
-
handleUserFlow(token:
|
|
8
|
-
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
|
9
|
-
export default _default;
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {
|
|
2
|
+
errorMsg: string;
|
|
3
|
+
authStore: {};
|
|
4
|
+
router: {};
|
|
5
|
+
route: {};
|
|
6
|
+
}, {}, {
|
|
7
|
+
handleUserFlow(token: any, oms: any, expirationTime: any): Promise<void>;
|
|
8
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
|
9
|
+
export default _default;
|
|
10
|
+
//# sourceMappingURL=Login.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Login.d.ts","sourceRoot":"","sources":["../../src/components/Login.ts"],"names":[],"mappings":";;;;;;;;AAIA,wBA6DG"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import _sfc_main from "/home/ravi/ofbiz_dev/hc/dxp-components/src/components/ProductIdentifier.vue?vue&type=script&setup=true&lang.ts";
|
|
2
|
+
export * from "/home/ravi/ofbiz_dev/hc/dxp-components/src/components/ProductIdentifier.vue?vue&type=script&setup=true&lang.ts";
|
|
3
|
+
export default _sfc_main;
|
|
4
|
+
//# sourceMappingURL=ProductIdentifier.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ProductIdentifier.vue.d.ts","sourceRoot":"","sources":["../../src/components/ProductIdentifier.vue"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,gHAAgH,CAAC;AACvI,cAAc,gHAAgH,CAAC;AAC/H,eAAe,SAAS,CAAC"}
|
|
@@ -1,17 +1,18 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<Readonly<{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
}>, unknown, {
|
|
5
|
-
imageUrl: any;
|
|
6
|
-
}, {}, {
|
|
7
|
-
prepareImgUrl(src:
|
|
8
|
-
checkIfImageExists(src:
|
|
9
|
-
setImageUrl(): void;
|
|
10
|
-
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<Readonly<{
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
}>>>, {
|
|
14
|
-
readonly
|
|
15
|
-
readonly
|
|
16
|
-
}, {}>;
|
|
17
|
-
export default _default;
|
|
1
|
+
declare const _default: import("vue").DefineComponent<Readonly<{
|
|
2
|
+
src?: any;
|
|
3
|
+
size?: any;
|
|
4
|
+
}>, unknown, {
|
|
5
|
+
imageUrl: any;
|
|
6
|
+
}, {}, {
|
|
7
|
+
prepareImgUrl(src: any, size: any): any;
|
|
8
|
+
checkIfImageExists(src: any): Promise<unknown>;
|
|
9
|
+
setImageUrl(): void;
|
|
10
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<Readonly<{
|
|
11
|
+
src?: any;
|
|
12
|
+
size?: any;
|
|
13
|
+
}>>>, {
|
|
14
|
+
readonly src?: any;
|
|
15
|
+
readonly size?: any;
|
|
16
|
+
}, {}>;
|
|
17
|
+
export default _default;
|
|
18
|
+
//# sourceMappingURL=ShopifyImg.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ShopifyImg.d.ts","sourceRoot":"","sources":["../../src/components/ShopifyImg.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAEA,wBA6CG"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import "@ionic/vue/css/core.css";
|
|
2
|
+
import "@ionic/vue/css/normalize.css";
|
|
3
|
+
import "@ionic/vue/css/structure.css";
|
|
4
|
+
import "@ionic/vue/css/typography.css";
|
|
5
|
+
import "@ionic/vue/css/padding.css";
|
|
6
|
+
import "@ionic/vue/css/float-elements.css";
|
|
7
|
+
import "@ionic/vue/css/text-alignment.css";
|
|
8
|
+
import "@ionic/vue/css/text-transformation.css";
|
|
9
|
+
import "@ionic/vue/css/flex-utils.css";
|
|
10
|
+
import "@ionic/vue/css/display.css";
|
|
11
|
+
export { default as ProductIdentifier } from "./ProductIdentifier.vue";
|
|
12
|
+
export { default as LanguageSwitcher } from "./LanguageSwitcher.vue";
|
|
13
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/components/index.ts"],"names":[],"mappings":"AAAA,OAAO,yBAAyB,CAAC;AACjC,OAAO,8BAA8B,CAAC;AACtC,OAAO,8BAA8B,CAAC;AACtC,OAAO,+BAA+B,CAAC;AACvC,OAAO,4BAA4B,CAAC;AACpC,OAAO,mCAAmC,CAAC;AAC3C,OAAO,mCAAmC,CAAC;AAC3C,OAAO,wCAAwC,CAAC;AAChD,OAAO,+BAA+B,CAAC;AACvC,OAAO,4BAA4B,CAAC;AACpC,OAAO,EAAE,OAAO,IAAI,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AACvE,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,wBAAwB,CAAC"}
|