@omnia/tooling-vue 8.0.361-dev → 8.0.363-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';
|
|
@@ -1986,6 +1989,15 @@ declare global {
|
|
|
1986
1989
|
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
|
1987
1990
|
};
|
|
1988
1991
|
} : typeof wc6489472fd8d24a1b9413537fde528566;
|
|
1992
|
+
"profileswitch": {
|
|
1993
|
+
"btn": typeof wc6b7b970b284443abb7a86f0afa4462e3 extends {
|
|
1994
|
+
propsDefinition: infer TProp;
|
|
1995
|
+
} ? {
|
|
1996
|
+
new (...args: any[]): {
|
|
1997
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
|
1998
|
+
};
|
|
1999
|
+
} : typeof wc6b7b970b284443abb7a86f0afa4462e3;
|
|
2000
|
+
};
|
|
1989
2001
|
"datasource": {
|
|
1990
2002
|
"property": {
|
|
1991
2003
|
"picker": typeof wc091ee9b103234b26a5e2bd5f992b2582 extends {
|
|
@@ -4254,6 +4266,22 @@ declare global {
|
|
|
4254
4266
|
};
|
|
4255
4267
|
} : typeof wcf74692483c39443d969714abc70bb73c;
|
|
4256
4268
|
};
|
|
4269
|
+
"recurrence": {
|
|
4270
|
+
"setting": typeof wcae460b0a3c984c8389e9c8fbfddd9b3a extends {
|
|
4271
|
+
propsDefinition: infer TProp;
|
|
4272
|
+
} ? {
|
|
4273
|
+
new (...args: any[]): {
|
|
4274
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
|
4275
|
+
};
|
|
4276
|
+
} : typeof wcae460b0a3c984c8389e9c8fbfddd9b3a;
|
|
4277
|
+
"status": typeof wc5c952928b894442594436f38b5875075 extends {
|
|
4278
|
+
propsDefinition: infer TProp;
|
|
4279
|
+
} ? {
|
|
4280
|
+
new (...args: any[]): {
|
|
4281
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
|
4282
|
+
};
|
|
4283
|
+
} : typeof wc5c952928b894442594436f38b5875075;
|
|
4284
|
+
};
|
|
4257
4285
|
"tenant": {
|
|
4258
4286
|
"secrets": {
|
|
4259
4287
|
"journey": typeof wc1d60e6da39df4458b6213b4d64bf2843 extends {
|