@omnia/fx 7.10.0-preview.9 → 7.11.0-preview.1
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.
- package/internal-do-not-import-from-here/core/http/HttpClient.d.ts +2 -2
- package/internal-do-not-import-from-here/manifests/omnia.fx.core.manifest.json +1 -1
- package/internal-do-not-import-from-here/manifests/omnia.fx.manifest.json +1 -1
- package/internal-do-not-import-from-here/manifests/omnia.fx.ux.manifest.json +1 -1
- package/internal-do-not-import-from-here/services/EnterprisePropertyService.d.ts +2 -0
- package/internal-do-not-import-from-here/services/QueryablePropertiesService.d.ts +1 -0
- package/internal-do-not-import-from-here/services/index.d.ts +1 -0
- package/internal-do-not-import-from-here/services/permissions/PermissionService.d.ts +1 -1
- package/internal-do-not-import-from-here/stores/BlockTitleSettingsStore.d.ts +4 -2
- package/internal-do-not-import-from-here/stores/EnterprisePropertyStore.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/UxModels.d.ts +13 -2
- package/internal-do-not-import-from-here/ux/VueTags.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesAddBlade.d.ts +8 -2
- package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesHomeBlade.d.ts +12 -3
- package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesJourney.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesJourneyConstants.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesSettingsBlade.d.ts +25 -0
- package/internal-do-not-import-from-here/ux/analytics/metric/Metric.d.ts +8 -0
- package/internal-do-not-import-from-here/ux/blockgallery/store/BlockGalleryStore.d.ts +10 -4
- package/internal-do-not-import-from-here/ux/editorchrome/action_toolbar/ActionToolbar.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/enterpriseproperties/EnterprisePropertyComponentProps.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/booleanfield/BooleanFieldEdit.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/datetimefield/DateTimeFieldEdit.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/numberfield/NumberFieldEdit.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/richtextfield/RichTextFieldEdit.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/tagsproperty/TagsPropertyEdit.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/textfield/TextFieldEdit.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/enterpriseproperties/picker/loc/localize.d.ts +8 -0
- package/internal-do-not-import-from-here/ux/filterengine/handler/FilterEngineHandler.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/headingconfigurations/HeadingConfigurationFactory.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/identities/loc/localize.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerDialog.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerField.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/identitypicker/loc/Localize.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Header.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.css.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.d.ts +9 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/IBlockTitle.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Header.d.ts +4 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/stores/BlockCatalogStore.d.ts +13 -1
- package/internal-do-not-import-from-here/ux/letteravatar/LetterAvatar.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaproviderbase/GridViewMediaProviderComponent.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/mediapickervideo/MediaPickerVideo.css.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/models/enterpriseproperties/PersonFieldDisplayStyles.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/organizationtree/OrganizationTree.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/profilecard/ProfileCard.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/sitelogoicon/SiteLogoIcon.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/social/templates/CommentLikeTemplate.css.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/vuetify/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/wcag/pagechecker/context/Context.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/wcag/pagechecker/context/manifestIds.d.ts +18 -0
- package/internal-do-not-import-from-here/ux/wcag/pagechecker/context/registerLanguage/Sa11yLangDa.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/wcag/pagechecker/context/registerLanguage/Sa11yLangDe.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/wcag/pagechecker/context/registerLanguage/Sa11yLangEn.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/wcag/pagechecker/context/registerLanguage/Sa11yLangEnUS.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/wcag/pagechecker/context/registerLanguage/Sa11yLangEs.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/wcag/pagechecker/context/registerLanguage/Sa11yLangEt.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/wcag/pagechecker/context/registerLanguage/Sa11yLangFi.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/wcag/pagechecker/context/registerLanguage/Sa11yLangFr.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/wcag/pagechecker/context/registerLanguage/Sa11yLangLt.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/wcag/pagechecker/context/registerLanguage/Sa11yLangLv.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/wcag/pagechecker/context/registerLanguage/Sa11yLangNb.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/wcag/pagechecker/context/registerLanguage/Sa11yLangNl.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/wcag/pagechecker/context/registerLanguage/Sa11yLangPl.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/wcag/pagechecker/context/registerLanguage/Sa11yLangSv.d.ts +1 -0
- 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.
|
|
4
|
+
"version": "7.11.0-preview.1",
|
|
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.
|
|
23
|
+
"@omnia/fx-models": "7.11.0-preview.1",
|
|
24
24
|
"@microsoft/signalr": "6.0.1",
|
|
25
25
|
"broadcast-channel": "4.8.0",
|
|
26
26
|
"dayjs": "1.10.7",
|