@omnia/tooling-vue 8.0.362-dev → 8.0.364-dev

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.
@@ -93,6 +93,7 @@ import wc1a58948a606a42078da3fb919cc4f7e6 from '../../../../client/fx/ux/presetu
93
93
  import wc6489472fd8d24a1b9413537fde528566 from '../../../../client/fx/ux/profilecard/ProfileCard';
94
94
  import wc3c421adf849a4f8abc88b667ceb5d374 from '../../../../client/fx/ux/profilecard/ProfileCardDialog';
95
95
  import wc6d1d84cb210643c59ca8437fc36c75a1 from '../../../../client/fx/ux/profilecard/ProfileCardRenderer';
96
+ import wc6b7b970b284443abb7a86f0afa4462e3 from '../../../../client/fx/ux/profilecard/ProfileSwitchingBtn';
96
97
  import wc091ee9b103234b26a5e2bd5f992b2582 from '../../../../client/fx/ux/properties/property-picker/PropertyPicker';
97
98
  import wcf36a8a2b1c70423ebc4647aaddab8f4f from '../../../../client/fx/ux/properties/property-renderer/PropertyBindingValueRenderer';
98
99
  import wc48e897be803c4b5cb1db09dbadd04fe5 from '../../../../client/fx/ux/properties/property-renderer/PropertyValueRenderer';
@@ -155,6 +156,8 @@ import wcbc947f375ee34d2a98e2d431f2e45b62 from '../../../../client/fx/ux/admin/c
155
156
  import wc253e469ef68e4cb5b526343736c2ff11 from '../../../../client/fx/ux/admin/chrome/AdminChrome';
156
157
  import wc759fc5cd65954caaaaf142223a054ea5 from '../../../../client/fx/ux/admin/queryableproperties/QueryablePropertiesJourney';
157
158
  import wcf74692483c39443d969714abc70bb73c from '../../../../client/fx/ux/admin/recaptcha/ReCaptcha';
159
+ import wcae460b0a3c984c8389e9c8fbfddd9b3a from '../../../../client/fx/ux/admin/recurrence/RecurrenceSetting';
160
+ import wc5c952928b894442594436f38b5875075 from '../../../../client/fx/ux/admin/recurrence/RecurrenceSettingStatus';
158
161
  import wc1d60e6da39df4458b6213b4d64bf2843 from '../../../../client/fx/ux/admin/secrets/TenantSecretsJourney';
159
162
  import wcb52c92f655744e1da37fca6159c9eb1d from '../../../../client/fx/ux/admin/secrets/BusinessProfileSecretsJourney';
160
163
  import wc64414dbb034543c89572b254ef41aae7 from '../../../../client/fx/ux/admin/security/AdminJourney';
@@ -301,6 +304,7 @@ import wc1d8d2a2328244f1eab96344841305976 from '../../../../client/fx/ux/oxide/p
301
304
  import wc3857ab99b85e440e9b7f7f58994ef84d from '../../../../client/fx/ux/oxide/picker/Picker';
302
305
  import wc6ccd40605ed148628cc8db37257ab282 from '../../../../client/fx/ux/oxide/picker/PickerSelection';
303
306
  import wc247719ac6d3843ec889face452544a21 from '../../../../client/fx/ux/oxide/progress/Progress';
307
+ import wca7986c581a404122ba708e2724c144e6 from '../../../../client/fx/ux/oxide/qrcode/QRCode';
304
308
  import wc48962186dfb94f37adc76f475b80015d from '../../../../client/fx/ux/oxide/radio/RadioGroup';
305
309
  import wc2d9c50d3dcb1421cafb8eab80be243a1 from '../../../../client/fx/ux/oxide/radio/Radio';
306
310
  import wc8a82f6b541cc49b2ade3e5b880fd3a58 from '../../../../client/fx/ux/oxide/rangeslider/RangeSlider';
@@ -1986,6 +1990,15 @@ declare global {
1986
1990
  $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
1987
1991
  };
1988
1992
  } : typeof wc6489472fd8d24a1b9413537fde528566;
1993
+ "profileswitch": {
1994
+ "btn": typeof wc6b7b970b284443abb7a86f0afa4462e3 extends {
1995
+ propsDefinition: infer TProp;
1996
+ } ? {
1997
+ new (...args: any[]): {
1998
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
1999
+ };
2000
+ } : typeof wc6b7b970b284443abb7a86f0afa4462e3;
2001
+ };
1989
2002
  "datasource": {
1990
2003
  "property": {
1991
2004
  "picker": typeof wc091ee9b103234b26a5e2bd5f992b2582 extends {
@@ -4254,6 +4267,22 @@ declare global {
4254
4267
  };
4255
4268
  } : typeof wcf74692483c39443d969714abc70bb73c;
4256
4269
  };
4270
+ "recurrence": {
4271
+ "setting": typeof wcae460b0a3c984c8389e9c8fbfddd9b3a extends {
4272
+ propsDefinition: infer TProp;
4273
+ } ? {
4274
+ new (...args: any[]): {
4275
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
4276
+ };
4277
+ } : typeof wcae460b0a3c984c8389e9c8fbfddd9b3a;
4278
+ "status": typeof wc5c952928b894442594436f38b5875075 extends {
4279
+ propsDefinition: infer TProp;
4280
+ } ? {
4281
+ new (...args: any[]): {
4282
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
4283
+ };
4284
+ } : typeof wc5c952928b894442594436f38b5875075;
4285
+ };
4257
4286
  "tenant": {
4258
4287
  "secrets": {
4259
4288
  "journey": typeof wc1d60e6da39df4458b6213b4d64bf2843 extends {
@@ -5150,6 +5179,13 @@ declare global {
5150
5179
  $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
5151
5180
  };
5152
5181
  } : typeof wc247719ac6d3843ec889face452544a21;
5182
+ "qrcode": typeof wca7986c581a404122ba708e2724c144e6 extends {
5183
+ propsDefinition: infer TProp;
5184
+ } ? {
5185
+ new (...args: any[]): {
5186
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
5187
+ };
5188
+ } : typeof wca7986c581a404122ba708e2724c144e6;
5153
5189
  "radio": {
5154
5190
  "group": typeof wc48962186dfb94f37adc76f475b80015d extends {
5155
5191
  propsDefinition: infer TProp;