@omnia/tooling-vue 7.11.9 → 7.11.11

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.
@@ -71,6 +71,7 @@ import wc08b9c70d2a77433f8492dc0fb50d900e from '../../fx/ux/grecaptcha/GRecaptch
71
71
  import wca7608d8c42184cbb994910dc06c464a1 from '../../fx/ux/identities/IdentityRenderer';
72
72
  import wc01c6a5e974334f06a390c9af5a7689d0 from '../../fx/ux/identities/components/shared/IdentitySyncPropertyBindingSetup';
73
73
  import wcc2a811dfd3774d15862abb2f6a435a5c from '../../fx/ux/identities/components/shared/IdentitySyncRuleSetup';
74
+ import wc78572ea329a84ce08a305d465009a960 from '../../fx/ux/identities/components/shared/IdentitySyncUserFilterSetup';
74
75
  import wcba60557e3daf48208c919a1806502df5 from '../../fx/ux/identitypicker/IdentityPickerField';
75
76
  import wc9cbe10e4fe1a48929727942cea5f7338 from '../../fx/ux/identitypicker/IdentityPickerInlineField';
76
77
  import wcec81357974804c539bff6c58a8785c22 from '../../fx/ux/identitypicker/IdentityPicker';
@@ -253,6 +254,7 @@ declare global {
253
254
  "omfx-identity-renderer": base.CombinedTsxComponentAttrs<typeof wca7608d8c42184cbb994910dc06c464a1.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
254
255
  "omfx-identity-sync-property-binding-setup": base.CombinedTsxComponentAttrs<typeof wc01c6a5e974334f06a390c9af5a7689d0.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
255
256
  "omfx-identity-sync-rule-setup": base.CombinedTsxComponentAttrs<typeof wcc2a811dfd3774d15862abb2f6a435a5c.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
257
+ "omfx-identity-sync-user-filter-setup": base.CombinedTsxComponentAttrs<typeof wc78572ea329a84ce08a305d465009a960.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
256
258
  "omfx-identity-picker-field": base.CombinedTsxComponentAttrs<typeof wcba60557e3daf48208c919a1806502df5.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
257
259
  "omfx-identity-picker-inline-field": base.CombinedTsxComponentAttrs<typeof wc9cbe10e4fe1a48929727942cea5f7338.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
258
260
  "omfx-identity-picker": base.CombinedTsxComponentAttrs<typeof wcec81357974804c539bff6c58a8785c22.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/tooling-vue",
3
3
  "license": "SEE LICENSE IN LICENSE.txt",
4
- "version": "7.11.9",
4
+ "version": "7.11.11",
5
5
  "description": "Used to bundle and serve manifests web component that build on Vue framework.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1"
@@ -19,8 +19,8 @@
19
19
  ],
20
20
  "author": "Omnia Digital Workplace AB",
21
21
  "dependencies": {
22
- "@omnia/fx-models": "7.11.9",
23
- "@omnia/tooling-composers": "7.11.9",
22
+ "@omnia/fx-models": "7.11.11",
23
+ "@omnia/tooling-composers": "7.11.11",
24
24
  "@types/mousetrap": "1.5.34",
25
25
  "@types/node": "10.11.7",
26
26
  "@types/quill": "1.3.6",