@omnia/fx 7.8.53-preview → 7.8.55-preview

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.
@@ -6,6 +6,7 @@ import wcded30c240e6c4688955867472a8d0a02 from '../../fx-sp/internal-do-not-impo
6
6
  import wc0fb3af1182d849fc89b04ed67949091e from '../../fx-sp/internal-do-not-import-from-here/ux/filterengine/components/settings/ExtendedTaxonomyPropertyDefaultValueInput';
7
7
  import wc28d15a1179a04eaa9f2e82abe15f7177 from '../../fx-sp/internal-do-not-import-from-here/ux/filterengine/TaxonomyPropertyRenderer';
8
8
  import wcb1fca92af8524970b426823cf7ef65b5 from '../../fx-sp/internal-do-not-import-from-here/ux/filterengine/SelectionsAreaTaxonomyRenderer';
9
+ import wc4584d438a74748ab9ae5f9f4f431673f from '../../fx-sp/internal-do-not-import-from-here/ux/listtree/ListTree';
9
10
  import wc7332138e1e7845d1a5e62597a27e44a4 from '../../fx-sp/internal-do-not-import-from-here/ux/properties/term-set/TermSetDisplay';
10
11
  import wc83dee8a1eea84537ad9544e8b9fc4cb1 from '../../fx-sp/internal-do-not-import-from-here/ux/properties/term-set/TermSetEditor';
11
12
  import wca9cc1e1ff5894f4db7005bc49c6c47c5 from '../../fx-sp/internal-do-not-import-from-here/ux/properties/term-set/TermSetConfiguration';
@@ -181,6 +182,7 @@ declare global {
181
182
  "omfx-filterengine-extended-taxonomy-defaultvalue-input": base.CombinedTsxComponentAttrs<typeof wc0fb3af1182d849fc89b04ed67949091e.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
182
183
  "omfx-taxonomy-filterengine-renderer": base.CombinedTsxComponentAttrs<typeof wc28d15a1179a04eaa9f2e82abe15f7177.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
183
184
  "omfx-filterengine-selectionsarea-taxonomyproperty": base.CombinedTsxComponentAttrs<typeof wcb1fca92af8524970b426823cf7ef65b5.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
185
+ "omfx-sp-list-tree": base.CombinedTsxComponentAttrs<typeof wc4584d438a74748ab9ae5f9f4f431673f.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
184
186
  "omfx-properties-term-set-display": base.CombinedTsxComponentAttrs<typeof wc7332138e1e7845d1a5e62597a27e44a4.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
185
187
  "omfx-properties-term-set-editor": base.CombinedTsxComponentAttrs<typeof wc83dee8a1eea84537ad9544e8b9fc4cb1.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
186
188
  "omfx-properties-term-set-configuration": base.CombinedTsxComponentAttrs<typeof wca9cc1e1ff5894f4db7005bc49c6c47c5.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/fx",
3
3
  "license": "MIT",
4
- "version": "7.8.53-preview",
4
+ "version": "7.8.55-preview",
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": "Precio Fishbone",
22
22
  "dependencies": {
23
- "@omnia/fx-models": "7.8.53-preview",
23
+ "@omnia/fx-models": "7.8.55-preview",
24
24
  "@microsoft/signalr": "6.0.1",
25
25
  "broadcast-channel": "4.8.0",
26
26
  "dayjs": "1.10.7",