@elcrm/form 0.0.17 → 0.0.18

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.
Files changed (42) hide show
  1. package/dist/index.css +1 -1
  2. package/dist/index.d.ts +2 -14
  3. package/dist/index.es.js +512 -513
  4. package/dist/index.umd.js +26 -26
  5. package/dist/src/lib/index.d.ts +14 -0
  6. package/package.json +1 -1
  7. /package/dist/{Captcha.d.ts → src/lib/Captcha.d.ts} +0 -0
  8. /package/dist/{Check.d.ts → src/lib/Check.d.ts} +0 -0
  9. /package/dist/{Code.d.ts → src/lib/Code.d.ts} +0 -0
  10. /package/dist/{Color.d.ts → src/lib/Color.d.ts} +0 -0
  11. /package/dist/{Date.d.ts → src/lib/Date.d.ts} +0 -0
  12. /package/dist/{Files.d.ts → src/lib/Files.d.ts} +0 -0
  13. /package/dist/{Generator.d.ts → src/lib/Generator.d.ts} +0 -0
  14. /package/dist/{Group.d.ts → src/lib/Group.d.ts} +0 -0
  15. /package/dist/{Image.d.ts → src/lib/Image.d.ts} +0 -0
  16. /package/dist/{Init.d.ts → src/lib/Init.d.ts} +0 -0
  17. /package/dist/{Input.d.ts → src/lib/Input.d.ts} +0 -0
  18. /package/dist/{Mask.d.ts → src/lib/Mask.d.ts} +0 -0
  19. /package/dist/{MaskPhone.d.ts → src/lib/MaskPhone.d.ts} +0 -0
  20. /package/dist/{Message.d.ts → src/lib/Message.d.ts} +0 -0
  21. /package/dist/{Modal.d.ts → src/lib/Modal.d.ts} +0 -0
  22. /package/dist/{Money.d.ts → src/lib/Money.d.ts} +0 -0
  23. /package/dist/{Month.d.ts → src/lib/Month.d.ts} +0 -0
  24. /package/dist/{Note.d.ts → src/lib/Note.d.ts} +0 -0
  25. /package/dist/{Number.d.ts → src/lib/Number.d.ts} +0 -0
  26. /package/dist/{Options.d.ts → src/lib/Options.d.ts} +0 -0
  27. /package/dist/{Palette.d.ts → src/lib/Palette.d.ts} +0 -0
  28. /package/dist/{Password.d.ts → src/lib/Password.d.ts} +0 -0
  29. /package/dist/{Phone.d.ts → src/lib/Phone.d.ts} +0 -0
  30. /package/dist/{Progress.d.ts → src/lib/Progress.d.ts} +0 -0
  31. /package/dist/{Rating.d.ts → src/lib/Rating.d.ts} +0 -0
  32. /package/dist/{Select.d.ts → src/lib/Select.d.ts} +0 -0
  33. /package/dist/{Switch.d.ts → src/lib/Switch.d.ts} +0 -0
  34. /package/dist/{Textarea.d.ts → src/lib/Textarea.d.ts} +0 -0
  35. /package/dist/{Toogle.d.ts → src/lib/Toogle.d.ts} +0 -0
  36. /package/dist/{Users.d.ts → src/lib/Users.d.ts} +0 -0
  37. /package/dist/{_Button.d.ts → src/lib/_Button.d.ts} +0 -0
  38. /package/dist/{_Set.d.ts → src/lib/_Set.d.ts} +0 -0
  39. /package/dist/{_Time.d.ts → src/lib/_Time.d.ts} +0 -0
  40. /package/dist/{interfaface.d.ts → src/lib/interfaface.d.ts} +0 -0
  41. /package/dist/{onEvent.d.ts → src/lib/onEvent.d.ts} +0 -0
  42. /package/dist/{use.d.ts → src/lib/use.d.ts} +0 -0
@@ -0,0 +1,14 @@
1
+ export { default as Progress } from './Progress';
2
+ export { default as String } from './Input';
3
+ export { default as Options } from './Options';
4
+ export { default as Select } from './Select';
5
+ export { default as Modal } from './Modal';
6
+ export { default as Password } from './Password';
7
+ export { default as Number } from './Number';
8
+ export { default as Mask } from './Mask';
9
+ export { default as Note } from './Note';
10
+ export { default as Phone } from './Phone';
11
+ export { default as Date } from './Date';
12
+ export { default as Month } from './Month';
13
+ export { default as Money } from './Money';
14
+ export { useData, setValue, runReload, useError } from './use';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elcrm/form",
3
- "version": "0.0.17",
3
+ "version": "0.0.18",
4
4
  "description": "plugin for elCRM",
5
5
  "type": "module",
6
6
  "author": "MaSkal <dev@elcrm.online>",
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes