@mobileaction/action-kit 1.0.11 → 1.0.12
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 +0 -1
- package/dist/index.es.js +428 -460
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +3 -3
- package/dist/index.umd.js.map +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/dist/components/select/components/option.vue.d.ts +0 -7
package/dist/index.d.ts
CHANGED
|
@@ -9,7 +9,6 @@ export { default as MaFormItem } from './components/form-item/index.vue';
|
|
|
9
9
|
export { default as MaInput } from './components/input/index.vue';
|
|
10
10
|
export { default as MaIcon } from './components/icon/index.vue';
|
|
11
11
|
export { default as MaSelect } from './components/select/index.vue';
|
|
12
|
-
export { default as MaSelectOption } from './components/select/components/option.vue';
|
|
13
12
|
export { default as MaCheckbox } from './components/checkbox/index.vue';
|
|
14
13
|
export { default as MaCheckboxGroup } from './components/checkbox/group.vue';
|
|
15
14
|
export { default as MaNumericInput } from './components/numeric-input/index.vue';
|