@v1nt1248/3nclient-lib 0.0.16 → 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 (39) hide show
  1. package/README.md +44 -4
  2. package/dist/components/ui3n-emoji.vue.d.ts +8 -1
  3. package/dist/components/ui3n-list.vue.d.ts +1 -1
  4. package/dist/components/ui3n-virtual-scroll.vue.d.ts +1 -1
  5. package/dist/constants/emoticons.d.ts +4 -649
  6. package/dist/libs/index.d.ts +2 -1
  7. package/dist/libs/serialization-for-ipc/protobuf-type.d.ts +1 -1
  8. package/dist/libs/serialization-for-ipc/types.d.ts +3 -0
  9. package/dist/libs/sqlite-on-3nstorage/types.d.ts +0 -1
  10. package/dist/stories/Ui3nButton.stories.d.ts +203 -0
  11. package/dist/stories/Ui3nDialog.stories.d.ts +41 -0
  12. package/dist/stories/Ui3nDropFiles.stories.d.ts +140 -0
  13. package/dist/stories/Ui3nEmoji.stories.d.ts +39 -0
  14. package/dist/stories/Ui3nIcon.stories.d.ts +80 -0
  15. package/dist/stories/Ui3nInput.stories.d.ts +456 -0
  16. package/dist/stories/Ui3nList.stories.d.ts +29 -0
  17. package/dist/stories/data/data-to-list.d.ts +8 -0
  18. package/dist/stories/data/icons.d.ts +1 -0
  19. package/dist/style.css +1 -1
  20. package/dist/ui-3n-lib.js +9487 -10373
  21. package/package.json +24 -7
  22. package/src/components/ui3n-button.vue +20 -4
  23. package/src/components/ui3n-drop-files.vue +34 -11
  24. package/src/components/ui3n-emoji.vue +34 -14
  25. package/src/components/ui3n-input.vue +3 -2
  26. package/src/components/ui3n-list.vue +1 -1
  27. package/src/libs/index.ts +0 -11
  28. package/src/libs/ipc-service-caller.ts +0 -121
  29. package/src/libs/ipc-service.ts +0 -422
  30. package/src/libs/serialization-for-ipc/copy-json.ts +0 -55
  31. package/src/libs/serialization-for-ipc/json-ipc.proto.d.ts +0 -432
  32. package/src/libs/serialization-for-ipc/json-ipc.proto.js +0 -1093
  33. package/src/libs/serialization-for-ipc/json-n-binary.ts +0 -275
  34. package/src/libs/serialization-for-ipc/protobuf-type.ts +0 -61
  35. package/src/libs/sqlite-on-3nstorage/deferred.ts +0 -32
  36. package/src/libs/sqlite-on-3nstorage/index.ts +0 -292
  37. package/src/libs/sqlite-on-3nstorage/sqljs.js +0 -225
  38. package/src/libs/sqlite-on-3nstorage/synced.ts +0 -194
  39. package/src/libs/sqlite-on-3nstorage/types.ts +0 -279

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.