@ws-ui/store 0.1.5 → 0.1.7

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 (53) hide show
  1. package/dist/hooks/store.d.ts +6 -56
  2. package/dist/index.cjs.js +54 -53
  3. package/dist/index.cjs.js.map +1 -1
  4. package/dist/index.es.js +7547 -7351
  5. package/dist/index.es.js.map +1 -1
  6. package/dist/modules/catalog/thunks.d.ts +7 -0
  7. package/dist/modules/debugger/reducer.d.ts +19 -19
  8. package/dist/modules/debugger/thunks.d.ts +14 -0
  9. package/dist/modules/explorer/index.d.ts +1 -1
  10. package/dist/modules/explorer/reducer.d.ts +6 -6
  11. package/dist/modules/explorer/thunks.d.ts +158 -7
  12. package/dist/modules/index.d.ts +4 -19
  13. package/dist/modules/modals/reducer.d.ts +3 -3
  14. package/dist/modules/modals/thunks.d.ts +10 -1
  15. package/dist/modules/modals/types.d.ts +4 -4
  16. package/dist/modules/model/reducer.d.ts +1 -1
  17. package/dist/modules/model/thunks.d.ts +39 -8
  18. package/dist/modules/roles/index.d.ts +1 -16
  19. package/dist/modules/roles/reducer.d.ts +4 -19
  20. package/dist/modules/roles/thunks.d.ts +19 -0
  21. package/dist/modules/root/index.d.ts +1 -1
  22. package/dist/modules/root/reducer.d.ts +29 -17
  23. package/dist/modules/root/thunks.d.ts +106 -3
  24. package/dist/modules/root/types.d.ts +13 -1
  25. package/dist/modules/settings/reducer.d.ts +3 -3
  26. package/dist/modules/settings/thunks.d.ts +16 -1
  27. package/dist/modules/shared-css/index.d.ts +1 -1
  28. package/dist/modules/shared-css/reducer.d.ts +3 -3
  29. package/dist/modules/shared-css/thunks.d.ts +6 -0
  30. package/dist/modules/shared-datasources/reducer.d.ts +1 -1
  31. package/dist/modules/shared-datasources/thunks.d.ts +42 -1
  32. package/dist/modules/tabs/selectors.d.ts +8 -23
  33. package/dist/modules/webforms/datasources.adapter.d.ts +4 -19
  34. package/dist/modules/webforms/reducer.d.ts +5 -5
  35. package/dist/modules/webforms/thunks.d.ts +174 -9
  36. package/dist/provider.d.ts +2 -2
  37. package/dist/selectors/catalog.d.ts +30 -135
  38. package/dist/selectors/common.d.ts +16 -76
  39. package/dist/selectors/components.d.ts +5 -20
  40. package/dist/selectors/datasources.d.ts +25 -115
  41. package/dist/selectors/debugger.d.ts +88 -418
  42. package/dist/selectors/explorer.d.ts +146 -536
  43. package/dist/selectors/index.d.ts +1 -0
  44. package/dist/selectors/modals.d.ts +4 -19
  45. package/dist/selectors/roles.d.ts +56 -296
  46. package/dist/selectors/settings.d.ts +32 -152
  47. package/dist/selectors/states.d.ts +51 -0
  48. package/dist/selectors/styles.d.ts +26 -101
  49. package/dist/selectors/tabs.d.ts +8 -23
  50. package/dist/selectors/webforms.d.ts +45 -210
  51. package/dist/store.d.ts +42 -1
  52. package/dist/utils.d.ts +1 -0
  53. package/package.json +16 -7

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.