@plaidev/karte-action-sdk 1.1.107 → 1.1.108
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/templates.js +7 -7
- package/package.json +1 -1
package/dist/templates.js
CHANGED
|
@@ -89,13 +89,13 @@ function createCustomScript(script = '') {
|
|
|
89
89
|
// ここでSDKをインポートしてください
|
|
90
90
|
//import jQuery from "jquery";
|
|
91
91
|
//import {
|
|
92
|
-
onShow,
|
|
93
|
-
onClose,
|
|
94
|
-
onChangeState,
|
|
95
|
-
onDestroy,
|
|
96
|
-
setCustomVariables,
|
|
97
|
-
setCustomHandlers,
|
|
98
|
-
} from "@plaidev/karte-action-sdk";
|
|
92
|
+
// onShow,
|
|
93
|
+
// onClose,
|
|
94
|
+
// onChangeState,
|
|
95
|
+
// onDestroy,
|
|
96
|
+
// setCustomVariables,
|
|
97
|
+
// setCustomHandlers,
|
|
98
|
+
//} from "@plaidev/karte-action-sdk";
|
|
99
99
|
${script}
|
|
100
100
|
const onCreate = ({ send, data }) => {
|
|
101
101
|
// ここでアクションが作成される時のスクリプトを書いてください
|