@omnia/fx 7.7.67-preview → 7.7.69-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.
@@ -2,4 +2,5 @@ export declare const SharedConstants: {
2
2
  broadcast: {
3
3
  channelName: string;
4
4
  };
5
+ commaSeparatedValue: string;
5
6
  };
@@ -6,4 +6,5 @@ exports.SharedConstants = {
6
6
  broadcast: {
7
7
  channelName: "omnia-fx-broadcast"
8
8
  },
9
+ commaSeparatedValue: ","
9
10
  };
@@ -0,0 +1,7 @@
1
+ import { IPropertyConfigurationRenderer, PhoneNumberPropertyDefinition } from "@omnia/fx-models";
2
+ declare const _default: (import("vue").VueConstructor<import("vue-tsx-support")._TsxComponentInstanceV3<import("vue/types/umd"), {}, import("vue-tsx-support").PropsForOutside<IPropertyConfigurationRenderer<PhoneNumberPropertyDefinition>, never>, any, any, any>> & {
3
+ propsDefinition: import("vue-tsx-support").PropsForOutside<IPropertyConfigurationRenderer<PhoneNumberPropertyDefinition>, never>;
4
+ }) | (import("vue").VueConstructor<import("vue-tsx-support")._TsxComponentInstanceV3<import("vue/types/umd") & import("vue").ShallowUnwrapRef<any>, {}, import("vue-tsx-support").PropsForOutside<IPropertyConfigurationRenderer<PhoneNumberPropertyDefinition>, never>, any, any, any>> & {
5
+ propsDefinition: import("vue-tsx-support").PropsForOutside<IPropertyConfigurationRenderer<PhoneNumberPropertyDefinition>, never>;
6
+ });
7
+ export default _default;
@@ -121,6 +121,7 @@ import wc784d162feec24424a993d8ba812b9c94 from './ux/properties/builtins/multili
121
121
  import wc4abd8ef8e96f4beca6d375984132b6ec from './ux/properties/builtins/multilingualText/MultilingualTextEditor';
122
122
  import wcae83e3f39ff443b8abb93e483c14f48f from './ux/properties/builtins/phone-number/PhoneNumberDisplay';
123
123
  import wcaad7c8da16f04a46b9503564b10a8f34 from './ux/properties/builtins/phone-number/PhoneNumberEditor';
124
+ import wcc2853e34fdbd45ec9118b7fd4323b751 from './ux/properties/builtins/phone-number/PhoneNumberConfiguration';
124
125
  import wc13f465ea57024a47ae66d4bf1d927974 from './ux/properties/builtins/tags/TagsDisplay';
125
126
  import wc4fc24b6b58014b5f9a3474a8f5cc4f00 from './ux/properties/builtins/tags/TagsEditor';
126
127
  import wcdf429c59a8ec42cf8ec34907705793a9 from './ux/properties/builtins/text/TextDisplay';
@@ -292,6 +293,7 @@ declare global {
292
293
  "omfx-properties-multilingualtext-editor": base.CombinedTsxComponentAttrs<typeof wc4abd8ef8e96f4beca6d375984132b6ec.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
293
294
  "omfx-properties-phone-number-display": base.CombinedTsxComponentAttrs<typeof wcae83e3f39ff443b8abb93e483c14f48f.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
294
295
  "omfx-properties-phone-number-editor": base.CombinedTsxComponentAttrs<typeof wcaad7c8da16f04a46b9503564b10a8f34.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
296
+ "omfx-properties-phone-number-configuration": base.CombinedTsxComponentAttrs<typeof wcc2853e34fdbd45ec9118b7fd4323b751.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
295
297
  "omfx-properties-tags-display": base.CombinedTsxComponentAttrs<typeof wc13f465ea57024a47ae66d4bf1d927974.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
296
298
  "omfx-properties-tags-editor": base.CombinedTsxComponentAttrs<typeof wc4fc24b6b58014b5f9a3474a8f5cc4f00.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
297
299
  "omfx-properties-text-display": base.CombinedTsxComponentAttrs<typeof wcdf429c59a8ec42cf8ec34907705793a9.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.7.67-preview",
4
+ "version": "7.7.69-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.7.67-preview",
23
+ "@omnia/fx-models": "7.7.69-preview",
24
24
  "@microsoft/signalr": "6.0.1",
25
25
  "broadcast-channel": "4.8.0",
26
26
  "dayjs": "1.10.7",