sitero 0.0.10 → 0.0.12
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/src/cms/client/interfaces/pages/dashboard/commerce/order/hk/page.js +4 -2
- package/dist/src/cms/client/interfaces/pages/dashboard/commerce/order/tw/page.js +4 -2
- package/dist/types/src/cms/client/interfaces/pages/dashboard/commerce/order/hk/page.d.ts.map +1 -1
- package/dist/types/src/cms/client/interfaces/pages/dashboard/commerce/order/tw/page.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -28,9 +28,10 @@ import '@radix-ui/react-tabs';
|
|
|
28
28
|
import '@radix-ui/react-tooltip';
|
|
29
29
|
import 'next/navigation';
|
|
30
30
|
import '../../../../../../../../commerce/taiwan-address/constants.js';
|
|
31
|
+
import 'next/link';
|
|
31
32
|
import '../../../../../../../../constants/paths/redirect.js';
|
|
33
|
+
import { Badge } from '../../../../../components/ui/display/badge.js';
|
|
32
34
|
import 'intor/next';
|
|
33
|
-
import 'next/link';
|
|
34
35
|
import '../../../../../../../../core/client/infrastructure/contexts/admin/admin.js';
|
|
35
36
|
import '../../../../../../../../core/client/infrastructure/react-query/client.js';
|
|
36
37
|
import '@tanstack/react-query';
|
|
@@ -49,7 +50,8 @@ function createOrderIndexPageHK({
|
|
|
49
50
|
variant: "index",
|
|
50
51
|
titleProps: {
|
|
51
52
|
icon: ReceiptText,
|
|
52
|
-
title: t("resources.order.text")
|
|
53
|
+
title: t("resources.order.text"),
|
|
54
|
+
leftChildren: /* @__PURE__ */ jsx(Badge, { children: "\u9999\u6E2F\u5C08\u5340" })
|
|
53
55
|
},
|
|
54
56
|
createButtonProps: { className: "hidden" },
|
|
55
57
|
returnButtonProps: { className: "hidden" }
|
|
@@ -28,9 +28,10 @@ import '@radix-ui/react-tabs';
|
|
|
28
28
|
import '@radix-ui/react-tooltip';
|
|
29
29
|
import 'next/navigation';
|
|
30
30
|
import '../../../../../../../../commerce/taiwan-address/constants.js';
|
|
31
|
+
import 'next/link';
|
|
31
32
|
import '../../../../../../../../constants/paths/redirect.js';
|
|
33
|
+
import { Badge } from '../../../../../components/ui/display/badge.js';
|
|
32
34
|
import 'intor/next';
|
|
33
|
-
import 'next/link';
|
|
34
35
|
import '../../../../../../../../core/client/infrastructure/contexts/admin/admin.js';
|
|
35
36
|
import '../../../../../../../../core/client/infrastructure/react-query/client.js';
|
|
36
37
|
import '@tanstack/react-query';
|
|
@@ -49,7 +50,8 @@ function createOrderIndexPageTW({
|
|
|
49
50
|
variant: "index",
|
|
50
51
|
titleProps: {
|
|
51
52
|
icon: ReceiptText,
|
|
52
|
-
title: t("resources.order.text")
|
|
53
|
+
title: t("resources.order.text"),
|
|
54
|
+
leftChildren: /* @__PURE__ */ jsx(Badge, { children: "\u53F0\u7063\u5C08\u5340" })
|
|
53
55
|
},
|
|
54
56
|
createButtonProps: { className: "hidden" },
|
|
55
57
|
returnButtonProps: { className: "hidden" }
|
package/dist/types/src/cms/client/interfaces/pages/dashboard/commerce/order/hk/page.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"page.d.ts","sourceRoot":"","sources":["../../../../../../../../../../../src/cms/client/interfaces/pages/dashboard/commerce/order/hk/page.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,qCAAqC,CAAC;
|
|
1
|
+
{"version":3,"file":"page.d.ts","sourceRoot":"","sources":["../../../../../../../../../../../src/cms/client/interfaces/pages/dashboard/commerce/order/hk/page.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,qCAAqC,CAAC;AAO3E,wBAAgB,sBAAsB,CAAC,EACrC,SAAS,GACV,EAAE;IACD,SAAS,EAAE,UAAU,CAAC,OAAO,eAAe,CAAC,CAAC;CAC/C,iDA6BA"}
|
package/dist/types/src/cms/client/interfaces/pages/dashboard/commerce/order/tw/page.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"page.d.ts","sourceRoot":"","sources":["../../../../../../../../../../../src/cms/client/interfaces/pages/dashboard/commerce/order/tw/page.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,qCAAqC,CAAC;
|
|
1
|
+
{"version":3,"file":"page.d.ts","sourceRoot":"","sources":["../../../../../../../../../../../src/cms/client/interfaces/pages/dashboard/commerce/order/tw/page.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,qCAAqC,CAAC;AAO3E,wBAAgB,sBAAsB,CAAC,EACrC,SAAS,GACV,EAAE;IACD,SAAS,EAAE,UAAU,CAAC,OAAO,eAAe,CAAC,CAAC;CAC/C,iDA6BA"}
|