@social-mail/social-mail-client 1.4.197 → 1.4.198

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 (46) hide show
  1. package/dist/admin/AdminAppIndex.pack.js +1 -1
  2. package/dist/admin/AdminAppIndex.pack.js.map +1 -1
  3. package/dist/admin/AdminAppIndex.pack.min.js +1 -1
  4. package/dist/admin/AdminAppIndex.pack.min.js.map +1 -1
  5. package/dist/common/pages/files/service/CloudFileService.js +1 -1
  6. package/dist/common/pages/files/service/CloudFileService.js.map +1 -1
  7. package/dist/public/channel/ChannelApp.pack.js +1 -1
  8. package/dist/public/channel/ChannelApp.pack.js.map +1 -1
  9. package/dist/public/channel/ChannelApp.pack.min.js +1 -1
  10. package/dist/public/channel/ChannelApp.pack.min.js.map +1 -1
  11. package/dist/site-editor/editor/HtmlPageEditor.d.ts +1 -0
  12. package/dist/site-editor/editor/HtmlPageEditor.d.ts.map +1 -1
  13. package/dist/site-editor/editor/HtmlPageEditor.js +12 -0
  14. package/dist/site-editor/editor/HtmlPageEditor.js.map +1 -1
  15. package/dist/site-editor/editor/IEditableAttribute.d.ts +1 -1
  16. package/dist/site-editor/editor/IEditableAttribute.d.ts.map +1 -1
  17. package/dist/site-editor/editor/WebSitePageEditor.d.ts +1 -0
  18. package/dist/site-editor/editor/WebSitePageEditor.d.ts.map +1 -1
  19. package/dist/site-editor/editor/WebSitePageEditor.js +16 -0
  20. package/dist/site-editor/editor/WebSitePageEditor.js.map +1 -1
  21. package/dist/site-editor/editor/webComponentsPath.js +1 -1
  22. package/dist/site-editor/editor/webComponentsPath.js.map +1 -1
  23. package/dist/site-editor/properties/controls/LinkProperty.d.ts +8 -0
  24. package/dist/site-editor/properties/controls/LinkProperty.d.ts.map +1 -0
  25. package/dist/site-editor/properties/controls/LinkProperty.js +40 -0
  26. package/dist/site-editor/properties/controls/LinkProperty.js.map +1 -0
  27. package/dist/site-editor/properties/groups/AttributeEditor.d.ts.map +1 -1
  28. package/dist/site-editor/properties/groups/AttributeEditor.js +11 -3
  29. package/dist/site-editor/properties/groups/AttributeEditor.js.map +1 -1
  30. package/dist/site-editor-app/SiteEditorApp.pack.js +85 -6
  31. package/dist/site-editor-app/SiteEditorApp.pack.js.map +1 -1
  32. package/dist/site-editor-app/SiteEditorApp.pack.min.js +4 -4
  33. package/dist/site-editor-app/SiteEditorApp.pack.min.js.map +1 -1
  34. package/dist/tsconfig.tsbuildinfo +1 -1
  35. package/dist/web/AppIndex.pack.js +1 -1
  36. package/dist/web/AppIndex.pack.js.map +1 -1
  37. package/dist/web/AppIndex.pack.min.js +1 -1
  38. package/dist/web/AppIndex.pack.min.js.map +1 -1
  39. package/package.json +1 -1
  40. package/src/common/pages/files/service/CloudFileService.ts +1 -1
  41. package/src/site-editor/editor/HtmlPageEditor.tsx +9 -0
  42. package/src/site-editor/editor/IEditableAttribute.ts +1 -1
  43. package/src/site-editor/editor/WebSitePageEditor.tsx +12 -0
  44. package/src/site-editor/editor/webComponentsPath.ts +1 -1
  45. package/src/site-editor/properties/controls/LinkProperty.tsx +22 -0
  46. package/src/site-editor/properties/groups/AttributeEditor.tsx +8 -0
@@ -23866,7 +23866,7 @@ System.register(["tslib", "@web-atoms/core/dist/di/DISingleton", "@web-atoms/cor
23866
23866
  search
23867
23867
  }, p => x => Sql.text.like(x.name, p.search));
23868
23868
  }
23869
- if (accept) {
23869
+ if (accept && accept !== "*/*") {
23870
23870
  const contentTypes = accept.split(/\,/g).map(x => x.replace("*", "%").trim()).filter(x => x);
23871
23871
  q = q.where({
23872
23872
  contentTypes