dash-button-web 0.0.18 → 0.0.19

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 (38) hide show
  1. package/dist/cjs/dash-button.cjs.entry.js +207 -101
  2. package/dist/cjs/dash-button.cjs.entry.js.map +1 -1
  3. package/dist/cjs/{index-ad267eeb.js → index-87d4993d.js} +1 -5
  4. package/dist/cjs/index-87d4993d.js.map +1 -0
  5. package/dist/cjs/loader.cjs.js +2 -2
  6. package/dist/cjs/web-compnont.cjs.js +2 -2
  7. package/dist/collection/components/my-component/dash-button.css +3 -3
  8. package/dist/collection/components/my-component/dash-button.js +91 -299
  9. package/dist/collection/components/my-component/dash-button.js.map +1 -1
  10. package/dist/collection/services/config.js +59 -0
  11. package/dist/collection/services/config.js.map +1 -0
  12. package/dist/collection/services/menu.js +61 -0
  13. package/dist/collection/services/menu.js.map +1 -0
  14. package/dist/components/dash-button.js +210 -115
  15. package/dist/components/dash-button.js.map +1 -1
  16. package/dist/esm/dash-button.entry.js +207 -101
  17. package/dist/esm/dash-button.entry.js.map +1 -1
  18. package/dist/esm/{index-46149754.js → index-e3df5eaf.js} +1 -5
  19. package/dist/{cjs/index-ad267eeb.js.map → esm/index-e3df5eaf.js.map} +1 -1
  20. package/dist/esm/loader.js +3 -3
  21. package/dist/esm/web-compnont.js +3 -3
  22. package/dist/types/components/my-component/dash-button.d.ts +8 -18
  23. package/dist/types/components.d.ts +0 -22
  24. package/dist/types/services/config.d.ts +47 -0
  25. package/dist/types/services/menu.d.ts +28 -0
  26. package/dist/web-compnont/p-29867d0f.entry.js +10 -0
  27. package/dist/web-compnont/p-29867d0f.entry.js.map +1 -0
  28. package/dist/web-compnont/p-c1ec12fe.js +3 -0
  29. package/dist/web-compnont/p-c1ec12fe.js.map +1 -0
  30. package/dist/web-compnont/web-compnont.esm.js +1 -1
  31. package/dist/web-compnont/web-compnont.esm.js.map +1 -1
  32. package/package.json +1 -1
  33. package/readme.md +49 -47
  34. package/dist/esm/index-46149754.js.map +0 -1
  35. package/dist/web-compnont/p-ac1910bb.entry.js +0 -10
  36. package/dist/web-compnont/p-ac1910bb.entry.js.map +0 -1
  37. package/dist/web-compnont/p-db53c3e9.js +0 -3
  38. package/dist/web-compnont/p-db53c3e9.js.map +0 -1
@@ -223,10 +223,6 @@ const parsePropertyValue = (propValue, propType) => {
223
223
  // but we'll cheat here and say that the string "false" is the boolean false
224
224
  return propValue === 'false' ? false : propValue === '' || !!propValue;
225
225
  }
226
- if (propType & 2 /* MEMBER_FLAGS.Number */) {
227
- // force it to be a number
228
- return parseFloat(propValue);
229
- }
230
226
  if (propType & 1 /* MEMBER_FLAGS.String */) {
231
227
  // could have been passed as a number or boolean
232
228
  // but we still want it as a string
@@ -1794,4 +1790,4 @@ exports.promiseResolve = promiseResolve;
1794
1790
  exports.registerInstance = registerInstance;
1795
1791
  exports.setNonce = setNonce;
1796
1792
 
1797
- //# sourceMappingURL=index-ad267eeb.js.map
1793
+ //# sourceMappingURL=index-87d4993d.js.map