@hotwax/dxp-components 1.7.4 → 1.8.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/AppVersionInfo.vue.d.ts +4 -0
- package/lib/components/AppVersionInfo.vue.d.ts.map +1 -0
- package/lib/components/Login.d.ts.map +1 -1
- package/lib/components/Scanner.vue.d.ts +5 -0
- package/lib/components/Scanner.vue.d.ts.map +1 -0
- package/lib/components/index.d.ts +3 -1
- package/lib/components/index.d.ts.map +1 -1
- package/lib/index.cjs +155 -122
- package/lib/index.d.ts +5 -4
- package/lib/index.d.ts.map +1 -1
- package/lib/index.js +28154 -8391
- package/lib/store/user.d.ts +17 -5
- package/lib/store/user.d.ts.map +1 -1
- package/lib/style.css +1 -1
- package/package.json +4 -2
package/lib/index.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { useProductIdentificationStore } from "./store/productIdentification";
|
|
2
2
|
import { useAuthStore } from "./store/auth";
|
|
3
|
-
import { OmsInstanceNavigator, ProductIdentifier, ShopifyImg } from "./components";
|
|
3
|
+
import { OmsInstanceNavigator, ProductIdentifier, Scanner, ShopifyImg } from "./components";
|
|
4
4
|
import Login from "./components/Login";
|
|
5
|
-
import { goToOms } from "./utils";
|
|
5
|
+
import { goToOms, getProductIdentificationValue } from "./utils";
|
|
6
6
|
import { initialiseFirebaseApp } from "./utils/firebase";
|
|
7
7
|
import { useUserStore } from "./store/user";
|
|
8
8
|
declare let i18n: any;
|
|
@@ -11,9 +11,10 @@ declare let loginContext: {};
|
|
|
11
11
|
declare let shopifyImgContext: {};
|
|
12
12
|
declare let appContext: {};
|
|
13
13
|
declare let productIdentificationContext: {};
|
|
14
|
-
declare let
|
|
14
|
+
declare let notificationContext: {};
|
|
15
|
+
declare let userContext: {};
|
|
15
16
|
export declare let dxpComponents: {
|
|
16
17
|
install(app: any, options: any): void;
|
|
17
18
|
};
|
|
18
|
-
export { appContext, goToOms, i18n, initialiseFirebaseApp, Login, loginContext,
|
|
19
|
+
export { appContext, getProductIdentificationValue, goToOms, i18n, initialiseFirebaseApp, Login, loginContext, notificationContext, OmsInstanceNavigator, ProductIdentifier, productIdentificationContext, ShopifyImg, shopifyImgContext, translate, useAuthStore, useProductIdentificationStore, Scanner, useUserStore, userContext };
|
|
19
20
|
//# sourceMappingURL=index.d.ts.map
|
package/lib/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,6BAA6B,EAAE,MAAM,+BAA+B,CAAC;AAC9E,OAAO,EAAE,YAAY,EAAE,MAAM,cAAc,CAAC;AAC5C,OAAO,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,6BAA6B,EAAE,MAAM,+BAA+B,CAAC;AAC9E,OAAO,EAAE,YAAY,EAAE,MAAM,cAAc,CAAC;AAC5C,OAAO,EAAoC,oBAAoB,EAAE,iBAAiB,EAAE,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC9H,OAAO,KAAK,MAAM,oBAAoB,CAAC;AACvC,OAAO,EAAE,OAAO,EAAE,6BAA6B,EAAE,MAAM,SAAS,CAAC;AACjE,OAAO,EAAE,qBAAqB,EAAE,MAAM,kBAAkB,CAAC;AAGzD,OAAO,EAAE,YAAY,EAAE,MAAM,cAAc,CAAC;AAG5C,QAAA,IAAI,IAAI,KAAA,CAAC;AACT,QAAA,IAAI,SAAS,KAAA,CAAC;AACd,QAAA,IAAI,YAAY,IAAK,CAAC;AACtB,QAAA,IAAI,iBAAiB,IAAK,CAAC;AAC3B,QAAA,IAAI,UAAU,IAAK,CAAC;AACpB,QAAA,IAAI,4BAA4B,IAAK,CAAC;AACtC,QAAA,IAAI,mBAAmB,IAAK,CAAC;AAC7B,QAAA,IAAI,WAAW,IAAK,CAAC;AACrB,eAAO,IAAI,aAAa;;CAoCvB,CAAC;AACF,OAAO,EACL,UAAU,EACV,6BAA6B,EAC7B,OAAO,EACP,IAAI,EACJ,qBAAqB,EACrB,KAAK,EACL,YAAY,EACZ,mBAAmB,EACnB,oBAAoB,EACpB,iBAAiB,EACjB,4BAA4B,EAC5B,UAAU,EACV,iBAAiB,EACjB,SAAS,EACT,YAAY,EACZ,6BAA6B,EAC7B,OAAO,EACP,YAAY,EACZ,WAAW,EACZ,CAAC"}
|