imio.smartweb.core 1.4.4__py3-none-any.whl → 1.4.5__py3-none-any.whl

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 (67) hide show
  1. imio/smartweb/core/browser/configure.zcml +8 -0
  2. imio/smartweb/core/browser/controlpanel_siteadmin.py +142 -0
  3. imio/smartweb/core/browser/sitemap.py +1 -1
  4. imio/smartweb/core/browser/static/src/view.js +9 -2
  5. imio/smartweb/core/contents/pages/procedure/content.py +8 -0
  6. imio/smartweb/core/permissions.zcml +6 -0
  7. imio/smartweb/core/profiles/default/controlpanel.xml +12 -0
  8. imio/smartweb/core/profiles/default/metadata.xml +1 -1
  9. imio/smartweb/core/profiles/default/registry/smartweb.xml +3 -0
  10. imio/smartweb/core/profiles/default/rolemap.xml +5 -0
  11. imio/smartweb/core/profiles/default/taxonomies/procedure_category.xml +9 -0
  12. imio/smartweb/core/profiles/default/types/imio.smartweb.Page.xml +2 -1
  13. imio/smartweb/core/profiles/default/types/imio.smartweb.PortalPage.xml +1 -0
  14. imio/smartweb/core/setuphandlers.py +2 -0
  15. imio/smartweb/core/upgrades/configure.zcml +41 -1
  16. imio/smartweb/core/upgrades/profiles/1068_to_1069/controlpanel.xml +26 -0
  17. imio/smartweb/core/upgrades/profiles/1068_to_1069/registry.xml +9 -0
  18. imio/smartweb/core/upgrades/profiles/1068_to_1069/rolemap.xml +11 -0
  19. imio/smartweb/core/upgrades/profiles/1069_to_1070/taxonomies/procedure_category.cfg +9 -0
  20. imio/smartweb/core/upgrades/profiles/1069_to_1070/taxonomies/procedure_category.xml +121 -0
  21. imio/smartweb/core/upgrades/upgrades.py +7 -1
  22. imio/smartweb/core/utils.py +38 -0
  23. imio/smartweb/core/viewlets/procedure.pt +1 -0
  24. imio/smartweb/core/viewlets/procedure.py +14 -0
  25. imio/smartweb/core/vocabularies.py +28 -2
  26. imio/smartweb/core/vocabularies.zcml +6 -0
  27. imio/smartweb/core/webcomponents/build/css/251.smartweb-webcomponents-compiled.css +1 -0
  28. imio/smartweb/core/webcomponents/build/css/373.smartweb-webcomponents-compiled.css +1 -1
  29. imio/smartweb/core/webcomponents/build/css/666.smartweb-webcomponents-compiled.css +1 -1
  30. imio/smartweb/core/webcomponents/build/css/700.smartweb-webcomponents-compiled.css +1 -0
  31. imio/smartweb/core/webcomponents/build/js/141.smartweb-webcomponents-compiled.js +1 -1
  32. imio/smartweb/core/webcomponents/build/js/141.smartweb-webcomponents-compiled.js.LICENSE.txt +3 -3
  33. imio/smartweb/core/webcomponents/build/js/15.smartweb-webcomponents-compiled.js +2 -0
  34. imio/smartweb/core/webcomponents/build/js/21.smartweb-webcomponents-compiled.js +1 -1
  35. imio/smartweb/core/webcomponents/build/js/218.smartweb-webcomponents-compiled.js +1 -1
  36. imio/smartweb/core/webcomponents/build/js/251.smartweb-webcomponents-compiled.js +1 -0
  37. imio/smartweb/core/webcomponents/build/js/373.smartweb-webcomponents-compiled.js +1 -1
  38. imio/smartweb/core/webcomponents/build/js/666.smartweb-webcomponents-compiled.js +1 -1
  39. imio/smartweb/core/webcomponents/build/js/700.smartweb-webcomponents-compiled.js +1 -0
  40. imio/smartweb/core/webcomponents/build/js/824.smartweb-webcomponents-compiled.js +1 -1
  41. imio/smartweb/core/webcomponents/build/js/919.smartweb-webcomponents-compiled.js +1 -1
  42. imio/smartweb/core/webcomponents/build/js/922.smartweb-webcomponents-compiled.js +1 -1
  43. imio/smartweb/core/webcomponents/build/js/963.smartweb-webcomponents-compiled.js +1 -1
  44. imio/smartweb/core/webcomponents/build/js/smartweb-webcomponents-compiled.js +1 -1
  45. imio/smartweb/core/webcomponents/package.json +1 -1
  46. imio/smartweb/core/webcomponents/src/components/Annuaire/Annuaire.scss +32 -1
  47. imio/smartweb/core/webcomponents/src/components/Annuaire/Filters/Filter.jsx +118 -70
  48. imio/smartweb/core/webcomponents/src/components/Filters/MainFilter.scss +4 -8
  49. imio/smartweb/core/webcomponents/src/components/Filters/TaxonomyFilter.jsx +167 -85
  50. imio/smartweb/core/webcomponents/src/components/Filters/TaxonomyFilter.scss +44 -15
  51. imio/smartweb/core/webcomponents/src/components/News/News.scss +0 -1
  52. imio/smartweb/core/webcomponents/src/components/News/NewsContent/NewsContent.jsx +20 -11
  53. {imio_smartweb_core-1.4.4.dist-info → imio_smartweb_core-1.4.5.dist-info}/METADATA +18 -1
  54. {imio_smartweb_core-1.4.4.dist-info → imio_smartweb_core-1.4.5.dist-info}/RECORD +61 -56
  55. {imio_smartweb_core-1.4.4.dist-info → imio_smartweb_core-1.4.5.dist-info}/WHEEL +1 -1
  56. imio/smartweb/core/webcomponents/build/css/420.smartweb-webcomponents-compiled.css +0 -1
  57. imio/smartweb/core/webcomponents/build/css/486.smartweb-webcomponents-compiled.css +0 -1
  58. imio/smartweb/core/webcomponents/build/css/884.smartweb-webcomponents-compiled.css +0 -1
  59. imio/smartweb/core/webcomponents/build/js/486.smartweb-webcomponents-compiled.js +0 -1
  60. imio/smartweb/core/webcomponents/build/js/491.smartweb-webcomponents-compiled.js +0 -2
  61. imio/smartweb/core/webcomponents/build/js/884.smartweb-webcomponents-compiled.js +0 -1
  62. /imio/smartweb/core/webcomponents/build/js/{491.smartweb-webcomponents-compiled.js.LICENSE.txt → 15.smartweb-webcomponents-compiled.js.LICENSE.txt} +0 -0
  63. /imio.smartweb.core-1.4.4-py3.12-nspkg.pth → /imio.smartweb.core-1.4.5-py3.12-nspkg.pth +0 -0
  64. {imio_smartweb_core-1.4.4.dist-info → imio_smartweb_core-1.4.5.dist-info}/licenses/LICENSE.GPL +0 -0
  65. {imio_smartweb_core-1.4.4.dist-info → imio_smartweb_core-1.4.5.dist-info}/licenses/LICENSE.rst +0 -0
  66. {imio_smartweb_core-1.4.4.dist-info → imio_smartweb_core-1.4.5.dist-info}/namespace_packages.txt +0 -0
  67. {imio_smartweb_core-1.4.4.dist-info → imio_smartweb_core-1.4.5.dist-info}/top_level.txt +0 -0