@gzmjs/form 0.1.0 → 0.1.1

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/form.es.js CHANGED
@@ -3113,6 +3113,7 @@ export {
3113
3113
  FormInput,
3114
3114
  FormInputGroup,
3115
3115
  FormList,
3116
+ InputDataSource,
3116
3117
  InputLabel,
3117
3118
  LinesInput,
3118
3119
  NumInput,
package/dist/index.d.ts CHANGED
@@ -1,3 +1,4 @@
1
+ export { InputDataSource } from './040-input/01-input';
1
2
  export { tagName as inputLabelTagName, type InputLabelOptions, InputLabel } from './040-input/03-label';
2
3
  export { tagName as inputTextTagName, type InputTextOptions, TextInput } from './040-input/06-text';
3
4
  export { tagName as inputCalTagName, type InputCalOptions, CalInput } from './040-input/09-cal';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@gzmjs/form",
3
3
  "description": "GZMJS UI Form Component",
4
- "version": "0.1.0",
4
+ "version": "0.1.1",
5
5
  "module": "dist/form.es.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "type": "module",