@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/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 * from './config';
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';
@@ -1,4 +1,4 @@
1
- import { g as tr } from "./index-HRyHV1rP.js";
1
+ import { g as tr } from "./index-BTam3Ain.js";
2
2
  function ir(ne, Ze) {
3
3
  for (var S = 0; S < Ze.length; S++) {
4
4
  const Y = Ze[S];
@@ -1,4 +1,4 @@
1
- import { g as it } from "./index-HRyHV1rP.js";
1
+ import { g as it } from "./index-BTam3Ain.js";
2
2
  function lt(O, B) {
3
3
  for (var m = 0; m < B.length; m++) {
4
4
  const x = B[m];
@@ -1,4 +1,4 @@
1
- import { g as fa } from "./index-HRyHV1rP.js";
1
+ import { g as fa } from "./index-BTam3Ain.js";
2
2
  function ma(Dt, ee) {
3
3
  for (var H = 0; H < ee.length; H++) {
4
4
  const et = ee[H];
@@ -1,4 +1,4 @@
1
- import { g as Ut } from "./index-HRyHV1rP.js";
1
+ import { g as Ut } from "./index-BTam3Ain.js";
2
2
  function qt(S, q) {
3
3
  for (var M = 0; M < q.length; M++) {
4
4
  const P = q[M];
@@ -1,4 +1,4 @@
1
- import { g as Ct } from "./index-HRyHV1rP.js";
1
+ import { g as Ct } from "./index-BTam3Ain.js";
2
2
  function _t(W, R) {
3
3
  for (var T = 0; T < R.length; T++) {
4
4
  const v = R[T];
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mobileaction/action-kit",
3
3
  "type": "module",
4
- "version": "1.55.11-beta.0",
4
+ "version": "1.55.11-beta.2",
5
5
  "description": "UI Component library for Mobile Action.",
6
6
  "author": "MobileAction",
7
7
  "license": "MIT",
@@ -1,4 +0,0 @@
1
- export type { ActionKitConfigOptions, UseActionKitConfig } from './config';
2
- export { ActionKitSymbol } from './constants';
3
- export { default as ActionKit } from './plugin';
4
- export { useActionKit } from './use-action-kit';