@omnia/fx 7.10.0-preview.9 → 7.11.0-preview.x

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. package/internal-do-not-import-from-here/core/http/HttpClient.d.ts +2 -2
  2. package/internal-do-not-import-from-here/manifests/omnia.fx.core.manifest.json +1 -1
  3. package/internal-do-not-import-from-here/manifests/omnia.fx.manifest.json +1 -1
  4. package/internal-do-not-import-from-here/manifests/omnia.fx.ux.manifest.json +1 -1
  5. package/internal-do-not-import-from-here/services/EnterprisePropertyService.d.ts +2 -0
  6. package/internal-do-not-import-from-here/services/QueryablePropertiesService.d.ts +1 -0
  7. package/internal-do-not-import-from-here/services/index.d.ts +1 -0
  8. package/internal-do-not-import-from-here/services/permissions/PermissionService.d.ts +1 -1
  9. package/internal-do-not-import-from-here/stores/BlockTitleSettingsStore.d.ts +4 -2
  10. package/internal-do-not-import-from-here/stores/EnterprisePropertyStore.d.ts +1 -0
  11. package/internal-do-not-import-from-here/ux/UxModels.d.ts +13 -2
  12. package/internal-do-not-import-from-here/ux/VueTags.d.ts +0 -1
  13. package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesAddBlade.d.ts +8 -2
  14. package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesHomeBlade.d.ts +12 -3
  15. package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesJourney.d.ts +1 -0
  16. package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesJourneyConstants.d.ts +2 -0
  17. package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesSettingsBlade.d.ts +25 -0
  18. package/internal-do-not-import-from-here/ux/analytics/metric/Metric.d.ts +8 -0
  19. package/internal-do-not-import-from-here/ux/blockgallery/store/BlockGalleryStore.d.ts +10 -4
  20. package/internal-do-not-import-from-here/ux/editorchrome/action_toolbar/ActionToolbar.d.ts +1 -0
  21. package/internal-do-not-import-from-here/ux/enterpriseproperties/EnterprisePropertyComponentProps.d.ts +1 -0
  22. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/booleanfield/BooleanFieldEdit.d.ts +1 -0
  23. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/datetimefield/DateTimeFieldEdit.d.ts +1 -0
  24. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/numberfield/NumberFieldEdit.d.ts +1 -0
  25. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/richtextfield/RichTextFieldEdit.d.ts +2 -0
  26. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/tagsproperty/TagsPropertyEdit.d.ts +1 -0
  27. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/textfield/TextFieldEdit.d.ts +1 -0
  28. package/internal-do-not-import-from-here/ux/enterpriseproperties/picker/loc/localize.d.ts +8 -0
  29. package/internal-do-not-import-from-here/ux/filterengine/handler/FilterEngineHandler.d.ts +1 -0
  30. package/internal-do-not-import-from-here/ux/headingconfigurations/HeadingConfigurationFactory.d.ts +2 -1
  31. package/internal-do-not-import-from-here/ux/identities/loc/localize.d.ts +1 -0
  32. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker.d.ts +4 -0
  33. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerDialog.d.ts +4 -0
  34. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerField.d.ts +4 -0
  35. package/internal-do-not-import-from-here/ux/identitypicker/loc/Localize.d.ts +2 -1
  36. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Header.d.ts +3 -0
  37. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.css.d.ts +1 -0
  38. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.d.ts +9 -2
  39. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/IBlockTitle.d.ts +4 -0
  40. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Header.d.ts +4 -1
  41. package/internal-do-not-import-from-here/ux/layoutcanvas/stores/BlockCatalogStore.d.ts +13 -1
  42. package/internal-do-not-import-from-here/ux/letteravatar/LetterAvatar.d.ts +1 -0
  43. package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaproviderbase/GridViewMediaProviderComponent.d.ts +2 -0
  44. package/internal-do-not-import-from-here/ux/mediapickervideo/MediaPickerVideo.css.d.ts +2 -0
  45. package/internal-do-not-import-from-here/ux/models/enterpriseproperties/PersonFieldDisplayStyles.d.ts +1 -0
  46. package/internal-do-not-import-from-here/ux/organizationtree/OrganizationTree.d.ts +1 -1
  47. package/internal-do-not-import-from-here/ux/profilecard/ProfileCard.d.ts +1 -0
  48. package/internal-do-not-import-from-here/ux/sitelogoicon/SiteLogoIcon.d.ts +2 -0
  49. package/internal-do-not-import-from-here/ux/social/templates/CommentLikeTemplate.css.d.ts +1 -0
  50. package/internal-do-not-import-from-here/ux/vuetify/index.d.ts +0 -1
  51. package/internal-do-not-import-from-here/ux/wcag/pagechecker/context/Context.d.ts +1 -0
  52. package/internal-do-not-import-from-here/ux/wcag/pagechecker/context/manifestIds.d.ts +18 -0
  53. package/internal-do-not-import-from-here/ux/wcag/pagechecker/context/registerLanguage/Sa11yLangDa.d.ts +1 -0
  54. package/internal-do-not-import-from-here/ux/wcag/pagechecker/context/registerLanguage/Sa11yLangDe.d.ts +1 -0
  55. package/internal-do-not-import-from-here/ux/wcag/pagechecker/context/registerLanguage/Sa11yLangEn.d.ts +1 -0
  56. package/internal-do-not-import-from-here/ux/wcag/pagechecker/context/registerLanguage/Sa11yLangEnUS.d.ts +1 -0
  57. package/internal-do-not-import-from-here/ux/wcag/pagechecker/context/registerLanguage/Sa11yLangEs.d.ts +1 -0
  58. package/internal-do-not-import-from-here/ux/wcag/pagechecker/context/registerLanguage/Sa11yLangEt.d.ts +1 -0
  59. package/internal-do-not-import-from-here/ux/wcag/pagechecker/context/registerLanguage/Sa11yLangFi.d.ts +1 -0
  60. package/internal-do-not-import-from-here/ux/wcag/pagechecker/context/registerLanguage/Sa11yLangFr.d.ts +1 -0
  61. package/internal-do-not-import-from-here/ux/wcag/pagechecker/context/registerLanguage/Sa11yLangLt.d.ts +1 -0
  62. package/internal-do-not-import-from-here/ux/wcag/pagechecker/context/registerLanguage/Sa11yLangLv.d.ts +1 -0
  63. package/internal-do-not-import-from-here/ux/wcag/pagechecker/context/registerLanguage/Sa11yLangNb.d.ts +1 -0
  64. package/internal-do-not-import-from-here/ux/wcag/pagechecker/context/registerLanguage/Sa11yLangNl.d.ts +1 -0
  65. package/internal-do-not-import-from-here/ux/wcag/pagechecker/context/registerLanguage/Sa11yLangPl.d.ts +1 -0
  66. package/internal-do-not-import-from-here/ux/wcag/pagechecker/context/registerLanguage/Sa11yLangSv.d.ts +1 -0
  67. package/package.json +2 -2
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/fx",
3
3
  "license": "MIT",
4
- "version": "7.10.0-preview.9",
4
+ "version": "7.11.0-preview.x",
5
5
  "description": "Provide Omnia Fx typings and tooling for clientside Omnia development.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1",
@@ -20,7 +20,7 @@
20
20
  ],
21
21
  "author": "Omnia Digital Workplace AB",
22
22
  "dependencies": {
23
- "@omnia/fx-models": "7.10.0-preview.9",
23
+ "@omnia/fx-models": "7.11.0-preview.x",
24
24
  "@microsoft/signalr": "6.0.1",
25
25
  "broadcast-channel": "4.8.0",
26
26
  "dayjs": "1.10.7",