@mobileaction/action-kit 1.58.9 → 1.58.11
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/action-kit.mjs +183 -176
- package/dist/{annotations-Baw0yXCC.js → annotations-DM2A5eMO.js} +1 -1
- package/dist/components/chatbot/components/MaChatbotInputArea.vue.d.ts +2 -2
- package/dist/components/chatbot/composables/useMessages.d.ts +1 -0
- package/dist/components/chatbot/index.vue.d.ts +1 -0
- package/dist/components/chatbot/types.d.ts +3 -1
- package/dist/components/input-2/MaInputBase.vue.d.ts +32 -0
- package/dist/components/input-2/composables/useInput.d.ts +22 -0
- package/dist/components/input-2/currency-input/MaCurrencyInput.test.d.ts +1 -0
- package/dist/components/input-2/currency-input/MaCurrencyInput.vue.d.ts +40 -0
- package/dist/components/input-2/currency-input/useCurrencyFormatter.d.ts +13 -0
- package/dist/components/input-2/currency-input/useCurrencyFormatter.test.d.ts +1 -0
- package/dist/components/input-2/index.d.ts +8 -0
- package/dist/components/input-2/number-input/MaNumberInput.test.d.ts +1 -0
- package/dist/components/input-2/number-input/MaNumberInput.vue.d.ts +43 -0
- package/dist/components/input-2/number-input/useNumberFormatter.d.ts +14 -0
- package/dist/components/input-2/password-input/MaPasswordInput.test.d.ts +1 -0
- package/dist/components/input-2/password-input/MaPasswordInput.vue.d.ts +41 -0
- package/dist/components/input-2/stories/MaCurrencyInput.stories.d.ts +11 -0
- package/dist/components/input-2/stories/MaNumberInput.stories.d.ts +11 -0
- package/dist/components/input-2/stories/MaPasswordInput.stories.d.ts +9 -0
- package/dist/components/input-2/stories/MaTextInput.stories.d.ts +9 -0
- package/dist/components/input-2/stories/MaTextarea.stories.d.ts +10 -0
- package/dist/components/input-2/text-input/MaTextInput.test.d.ts +1 -0
- package/dist/components/input-2/text-input/MaTextInput.vue.d.ts +41 -0
- package/dist/components/input-2/textarea/MaTextarea.test.d.ts +1 -0
- package/dist/components/input-2/textarea/MaTextarea.vue.d.ts +43 -0
- package/dist/components/input-2/types.d.ts +100 -0
- package/dist/components/input-2/utils/numericUtils.d.ts +23 -0
- package/dist/components/input-2/utils/numericUtils.test.d.ts +1 -0
- package/dist/components/select-2/index.vue.d.ts +20 -53
- package/dist/components/select-2/types.d.ts +49 -6
- package/dist/config/plugin.d.ts +3 -0
- package/dist/{export-data-CHBWocBK.js → export-data-CqSgvfSB.js} +1 -1
- package/dist/{exporting-BmQ-eEA6.js → exporting-DT_T9PYA.js} +1 -1
- package/dist/{funnel-ZZcGZSdl.js → funnel-BCr5S0Yc.js} +1 -1
- package/dist/index-B52EWw0h.js +25092 -0
- package/dist/index.d.ts +1 -0
- package/dist/locales/types.d.ts +3 -0
- package/dist/{map-ZimsgPGQ.js → map-BCotpnQj.js} +1 -1
- package/dist/{offline-exporting-CeAVFWWj.js → offline-exporting-ZD4LRbP1.js} +1 -1
- package/dist/resize-CXC_ucKO.js +21 -0
- package/dist/resize-CulZQfki.js +7 -0
- package/dist/{stock-7BRIP4ok.js → stock-BOILhy1M.js} +1 -1
- package/dist/style.css +1 -1
- package/dist/{venn-BDvaFEeb.js → venn-Clyt7boD.js} +1 -1
- package/dist/{wordcloud-CUIRTJOT.js → wordcloud-6uCpertT.js} +1 -1
- package/package.json +1 -1
- package/dist/index-fIdl3uI2.js +0 -24119
package/dist/index.d.ts
CHANGED
|
@@ -70,6 +70,7 @@ export * from './components/device-preview/types';
|
|
|
70
70
|
export { default as MaInputNumber } from './components/input-number/index.vue';
|
|
71
71
|
export * from './components/input/types';
|
|
72
72
|
export { default as MaInput } from './components/input/index.vue';
|
|
73
|
+
export * from './components/input-2';
|
|
73
74
|
export * from './components/keyword-input/types';
|
|
74
75
|
export { default as MaKeywordInput } from './components/keyword-input/index.vue';
|
|
75
76
|
export { default as MaMenuItem } from './components/menu/components/MenuItem.vue';
|
package/dist/locales/types.d.ts
CHANGED
|
@@ -11,6 +11,9 @@ export interface ActionKitLocaleAriaOptions {
|
|
|
11
11
|
goNextPage?: string;
|
|
12
12
|
actionSheet?: string;
|
|
13
13
|
closeActionSheet?: string;
|
|
14
|
+
clearInput?: string;
|
|
15
|
+
showPassword?: string;
|
|
16
|
+
hidePassword?: string;
|
|
14
17
|
}
|
|
15
18
|
export interface ActionKitChatbotLocaleOptions {
|
|
16
19
|
senderUser?: string;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { openBlock as t, createElementBlock as o, createElementVNode as r } from "vue";
|
|
2
|
+
const n = {
|
|
3
|
+
width: "12",
|
|
4
|
+
height: "12",
|
|
5
|
+
viewBox: "0 0 12 12",
|
|
6
|
+
fill: "none",
|
|
7
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
8
|
+
};
|
|
9
|
+
function l(s, e) {
|
|
10
|
+
return t(), o("svg", n, e[0] || (e[0] = [
|
|
11
|
+
r("path", {
|
|
12
|
+
d: "M9.11111 2L2 9.11111M10 6.44444L6.44444 10",
|
|
13
|
+
stroke: "currentColor"
|
|
14
|
+
}, null, -1)
|
|
15
|
+
]));
|
|
16
|
+
}
|
|
17
|
+
const c = { render: l };
|
|
18
|
+
export {
|
|
19
|
+
c as default,
|
|
20
|
+
l as render
|
|
21
|
+
};
|