@mobileaction/action-kit 1.55.11-beta.0 → 1.55.11-beta.2
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 +172 -171
- package/dist/{annotations-kyKV0sLe.js → annotations-BG_ry7ca.js} +1 -1
- package/dist/components/cascader/stories/default.stories.d.ts +736 -736
- package/dist/components/chart/index.vue.d.ts +4 -5
- package/dist/components/chart/types.d.ts +2 -1
- package/dist/config/plugin.d.ts +4 -1
- package/dist/config/types.d.ts +7 -0
- package/dist/config/use-action-kit.d.ts +1 -1
- package/dist/{export-data-CLn7pP9T.js → export-data-CkEPlYVJ.js} +1 -1
- package/dist/{exporting-BTKGXorM.js → exporting-BpGF1h8m.js} +1 -1
- package/dist/{funnel-DKCGK0C1.js → funnel-Cnk5hVec.js} +1 -1
- package/dist/{index-HRyHV1rP.js → index-BTam3Ain.js} +4469 -4453
- package/dist/index.d.ts +5 -1
- package/dist/{map-BE2Es3xO.js → map-B-Ee93ZQ.js} +1 -1
- package/dist/{offline-exporting-BCAnW-Iu.js → offline-exporting-DtThUR3G.js} +1 -1
- package/dist/{stock-B-VO9Sdj.js → stock-Bi4YZTNr.js} +1 -1
- package/dist/{venn-DM7XImYO.js → venn-CRsbi_lM.js} +1 -1
- package/dist/{wordcloud-lhPkc6jG.js → wordcloud-CUktyeek.js} +1 -1
- package/package.json +1 -1
- package/dist/config/index.d.ts +0 -4
package/dist/index.d.ts
CHANGED
|
@@ -16,6 +16,7 @@ export * from './components/button/types';
|
|
|
16
16
|
export { default as MaCard } from './components/card/index.vue';
|
|
17
17
|
export * from './components/card/types';
|
|
18
18
|
export { default as MaCascader } from './components/cascader/index.vue';
|
|
19
|
+
export * from './components/cascader/types';
|
|
19
20
|
export { default as MaChart } from './components/chart/index.vue';
|
|
20
21
|
export * from './components/chart/types';
|
|
21
22
|
export { maChartDefaultOptions } from './components/chart/utils';
|
|
@@ -125,7 +126,10 @@ export * from './components/typography/types';
|
|
|
125
126
|
export { default as MaUpload } from './components/upload/index.vue';
|
|
126
127
|
export * from './components/upload/types';
|
|
127
128
|
export { default as MaWatchlistButton } from './components/watchlist-button/index.vue';
|
|
128
|
-
export
|
|
129
|
+
export { ActionKitSymbol } from './config/constants';
|
|
130
|
+
export { default as ActionKit } from './config/plugin';
|
|
131
|
+
export * from './config/types';
|
|
132
|
+
export { useActionKit } from './config/use-action-kit';
|
|
129
133
|
export { maCountry } from './lib/country/country';
|
|
130
134
|
export * from './locales';
|
|
131
135
|
export { SelectOptGroup as MaSelectOptGroup } from 'ant-design-vue';
|
package/package.json
CHANGED
package/dist/config/index.d.ts
DELETED