sa2kit 1.6.89 → 1.6.91
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/{booking-473Db8Bo.d.mts → booking-BH7HM0D0.d.mts} +1 -0
- package/dist/{booking-473Db8Bo.d.ts → booking-BH7HM0D0.d.ts} +1 -0
- package/dist/{bookingAdminService-DqQ7hEGw.d.ts → bookingAdminService-nr1vOp6I.d.ts} +1 -1
- package/dist/{bookingAdminService-SBX4JA_U.d.mts → bookingAdminService-pvk2MY1r.d.mts} +1 -1
- package/dist/{client-Bkn6mRI7.d.ts → client-UDQ7uMFA.d.ts} +1 -1
- package/dist/{client-exYn2Qla.d.mts → client-jOToHJEx.d.mts} +1 -1
- package/dist/festivalCard/index.js +803 -212
- package/dist/festivalCard/index.js.map +1 -1
- package/dist/festivalCard/index.mjs +784 -193
- package/dist/festivalCard/index.mjs.map +1 -1
- package/dist/festivalCard/miniapp/index.js +162 -21
- package/dist/festivalCard/miniapp/index.js.map +1 -1
- package/dist/festivalCard/miniapp/index.mjs +153 -12
- package/dist/festivalCard/miniapp/index.mjs.map +1 -1
- package/dist/festivalCard/web/index.d.mts +17 -3
- package/dist/festivalCard/web/index.d.ts +17 -3
- package/dist/festivalCard/web/index.js +803 -212
- package/dist/festivalCard/web/index.js.map +1 -1
- package/dist/festivalCard/web/index.mjs +784 -193
- package/dist/festivalCard/web/index.mjs.map +1 -1
- package/dist/{index-z15F7afa.d.mts → index-Bs06cHTn.d.mts} +2 -2
- package/dist/{index-BJpxvH7X.d.ts → index-C-oNM7Gv.d.ts} +1 -1
- package/dist/{index-XTV6IU-M.d.ts → index-CUab5EBV.d.ts} +2 -2
- package/dist/{index-Cum2EknK.d.mts → index-CYDb3AKs.d.mts} +1 -1
- package/dist/{index-DyxLpkmm.d.mts → index-DBB4ad0S.d.mts} +2 -2
- package/dist/{index-CdTIsNsy.d.ts → index-DBHwbXrv.d.ts} +2 -2
- package/dist/index.js +575 -170
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +575 -170
- package/dist/index.mjs.map +1 -1
- package/dist/showmasterpiece/core.d.mts +3 -3
- package/dist/showmasterpiece/core.d.ts +3 -3
- package/dist/showmasterpiece/db.d.mts +2 -0
- package/dist/showmasterpiece/db.d.ts +2 -0
- package/dist/showmasterpiece/db.js +4 -2
- package/dist/showmasterpiece/db.js.map +1 -1
- package/dist/showmasterpiece/db.mjs +4 -2
- package/dist/showmasterpiece/db.mjs.map +1 -1
- package/dist/showmasterpiece/index.js +18 -2
- package/dist/showmasterpiece/index.js.map +1 -1
- package/dist/showmasterpiece/index.mjs +18 -2
- package/dist/showmasterpiece/index.mjs.map +1 -1
- package/dist/showmasterpiece/logic/index.d.mts +2 -2
- package/dist/showmasterpiece/logic/index.d.ts +2 -2
- package/dist/showmasterpiece/server/index.js +4 -2
- package/dist/showmasterpiece/server/index.js.map +1 -1
- package/dist/showmasterpiece/server/index.mjs +4 -2
- package/dist/showmasterpiece/server/index.mjs.map +1 -1
- package/dist/showmasterpiece/service/api/index.d.mts +1 -1
- package/dist/showmasterpiece/service/api/index.d.ts +1 -1
- package/dist/showmasterpiece/service/client-business/index.d.mts +3 -3
- package/dist/showmasterpiece/service/client-business/index.d.ts +3 -3
- package/dist/showmasterpiece/service/index.d.mts +6 -6
- package/dist/showmasterpiece/service/index.d.ts +6 -6
- package/dist/showmasterpiece/service/miniapp/index.d.mts +2 -2
- package/dist/showmasterpiece/service/miniapp/index.d.ts +2 -2
- package/dist/showmasterpiece/service/web/index.d.mts +4 -4
- package/dist/showmasterpiece/service/web/index.d.ts +4 -4
- package/dist/showmasterpiece/ui/miniapp/index.d.mts +2 -2
- package/dist/showmasterpiece/ui/miniapp/index.d.ts +2 -2
- package/dist/showmasterpiece/ui/miniapp/index.js +4 -3
- package/dist/showmasterpiece/ui/miniapp/index.js.map +1 -1
- package/dist/showmasterpiece/ui/miniapp/index.mjs +4 -3
- package/dist/showmasterpiece/ui/miniapp/index.mjs.map +1 -1
- package/dist/showmasterpiece/ui/web/index.js +18 -2
- package/dist/showmasterpiece/ui/web/index.js.map +1 -1
- package/dist/showmasterpiece/ui/web/index.mjs +18 -2
- package/dist/showmasterpiece/ui/web/index.mjs.map +1 -1
- package/dist/showmasterpiece/web/index.js +18 -2
- package/dist/showmasterpiece/web/index.js.map +1 -1
- package/dist/showmasterpiece/web/index.mjs +18 -2
- package/dist/showmasterpiece/web/index.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -2678,7 +2678,8 @@ function normalizeHomeTabConfig(input) {
|
|
|
2678
2678
|
function normalizeMiniappFloatingButtonsConfig(input) {
|
|
2679
2679
|
return {
|
|
2680
2680
|
showCart: input?.showCart ?? true,
|
|
2681
|
-
showHistory: input?.showHistory ?? true
|
|
2681
|
+
showHistory: input?.showHistory ?? true,
|
|
2682
|
+
showAddToCart: input?.showAddToCart ?? true
|
|
2682
2683
|
};
|
|
2683
2684
|
}
|
|
2684
2685
|
var categories = {
|
|
@@ -10954,7 +10955,22 @@ function ConfigPageContent() {
|
|
|
10954
10955
|
})),
|
|
10955
10956
|
className: "h-4 w-4 rounded border-gray-300"
|
|
10956
10957
|
}
|
|
10957
|
-
), /* @__PURE__ */ React56__namespace.default.createElement(Label, { htmlFor: "miniappShowHistory", className: "text-sm font-medium" }, "\u663E\u793A\u201C\u5386\u53F2\u8BB0\u5F55\u201D\u6309\u94AE"))
|
|
10958
|
+
), /* @__PURE__ */ React56__namespace.default.createElement(Label, { htmlFor: "miniappShowHistory", className: "text-sm font-medium" }, "\u663E\u793A\u201C\u5386\u53F2\u8BB0\u5F55\u201D\u6309\u94AE")), /* @__PURE__ */ React56__namespace.default.createElement("div", { className: "flex items-center space-x-2" }, /* @__PURE__ */ React56__namespace.default.createElement(
|
|
10959
|
+
"input",
|
|
10960
|
+
{
|
|
10961
|
+
id: "miniappShowAddToCart",
|
|
10962
|
+
type: "checkbox",
|
|
10963
|
+
checked: configForm.miniappFloatingButtons.showAddToCart,
|
|
10964
|
+
onChange: (e) => setConfigForm((prev) => ({
|
|
10965
|
+
...prev,
|
|
10966
|
+
miniappFloatingButtons: {
|
|
10967
|
+
...prev.miniappFloatingButtons,
|
|
10968
|
+
showAddToCart: e.target.checked
|
|
10969
|
+
}
|
|
10970
|
+
})),
|
|
10971
|
+
className: "h-4 w-4 rounded border-gray-300"
|
|
10972
|
+
}
|
|
10973
|
+
), /* @__PURE__ */ React56__namespace.default.createElement(Label, { htmlFor: "miniappShowAddToCart", className: "text-sm font-medium" }, "\u663E\u793A\u201C\u52A0\u5165\u8D2D\u7269\u8F66\u201D\u6309\u94AE"))))))), /* @__PURE__ */ React56__namespace.default.createElement(TabsContent, { value: "homeTabs", className: "space-y-6" }, /* @__PURE__ */ React56__namespace.default.createElement(Card, null, /* @__PURE__ */ React56__namespace.default.createElement(CardHeader, null, /* @__PURE__ */ React56__namespace.default.createElement("div", { className: "flex items-center justify-between" }, /* @__PURE__ */ React56__namespace.default.createElement("div", null, /* @__PURE__ */ React56__namespace.default.createElement(CardTitle, null, "\u9996\u9875\u5206\u7C7BTab\u914D\u7F6E"), /* @__PURE__ */ React56__namespace.default.createElement(CardDescription, null, "\u7BA1\u7406\u9996\u9875\u5206\u7C7BTab\u7684\u663E\u793A\u987A\u5E8F\u4E0E\u663E\u793A/\u9690\u85CF")), /* @__PURE__ */ React56__namespace.default.createElement("div", { className: "flex gap-3" }, /* @__PURE__ */ React56__namespace.default.createElement(Button, { variant: "outline", onClick: () => handleSetAllHomeTabsVisible(true) }, "\u5168\u90E8\u663E\u793A"), /* @__PURE__ */ React56__namespace.default.createElement(Button, { variant: "outline", onClick: () => handleSetAllHomeTabsVisible(false) }, "\u5168\u90E8\u9690\u85CF"), /* @__PURE__ */ React56__namespace.default.createElement(Button, { variant: "outline", onClick: handleResetHomeTabs, className: "gap-2" }, /* @__PURE__ */ React56__namespace.default.createElement(lucideReact.RotateCcw, { size: 16 }), "\u91CD\u7F6E\u987A\u5E8F"), /* @__PURE__ */ React56__namespace.default.createElement(Button, { onClick: handleSaveConfig, className: "gap-2" }, /* @__PURE__ */ React56__namespace.default.createElement(lucideReact.Save, { size: 16 }), "\u4FDD\u5B58\u914D\u7F6E")))), /* @__PURE__ */ React56__namespace.default.createElement(CardContent, null, /* @__PURE__ */ React56__namespace.default.createElement("div", { className: "flex flex-col lg:flex-row lg:items-end gap-3 mb-4" }, /* @__PURE__ */ React56__namespace.default.createElement("div", { className: "flex-1 space-y-2" }, /* @__PURE__ */ React56__namespace.default.createElement(Label, null, "\u5206\u7C7B\u540D\u79F0"), /* @__PURE__ */ React56__namespace.default.createElement(
|
|
10958
10974
|
Input,
|
|
10959
10975
|
{
|
|
10960
10976
|
value: newHomeTabCategory,
|