@omnia/tooling-vue 8.0.209-dev → 8.0.210-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.
- package/internal-do-not-import-from-here/config/omnia.vendor.manifest.json +1 -1
- package/internal-do-not-import-from-here/config/tooling.output.json +1 -1
- package/internal-do-not-import-from-here/config/wctypings.d.ts +29 -1
- package/internal-do-not-import-from-here/tasks/ComponentDocRegistrations.js +1 -1
- package/internal-do-not-import-from-here/tasks/vendor.js +4 -4
- package/package.json +3 -3
|
@@ -99,6 +99,7 @@ import wcc0de4753b9fe4004b0f4e6b6b91730ab from '../../../../client/fx/ux/setting
|
|
|
99
99
|
import wc539d199f69934c10a963f142e4f3056d from '../../../../client/fx/ux/sidepanel/SidePanelRenderer';
|
|
100
100
|
import wcb5315b31203e4bd1beb3c33f2122cbfe from '../../../../client/fx/ux/signin/AuthenticationPage';
|
|
101
101
|
import wcb273791ea562403397cdc0a1c0f907cb from '../../../../client/fx/ux/signin/AuthenticationBlock';
|
|
102
|
+
import wcfe3e57c4b1314b2ba725ec558ac00fe7 from '../../../../client/fx/ux/signin/AuthenticationBlockSettings';
|
|
102
103
|
import wcbc3b9409639d45829a6e58a4295bc470 from '../../../../client/fx/ux/signin/omnia/Renderer';
|
|
103
104
|
import wc535ac075284646eca569a78457213e6f from '../../../../client/fx/ux/signin/omnia/Login';
|
|
104
105
|
import wc2b741f0203a54cb5a7be72e204ebecc8 from '../../../../client/fx/ux/signin/identitycreationrequest/IdentityCreationRequestView';
|
|
@@ -326,6 +327,7 @@ import wc73e1c232690249f78967e3e3f6d92bd7 from '../../../../client/fx/ux/aurora/
|
|
|
326
327
|
import wc54730f05dd2c4f2da1c830b3985b36a9 from '../../../../client/fx/ux/aurora/components/typography/TypographyPicker';
|
|
327
328
|
import wc99a73153b5c647da9d6de517f51e53f0 from '../../../../client/fx/ux/aurora/components/typography/TypographyEditor';
|
|
328
329
|
import wc2f742a14a560434abb899360a69c314b from '../../../../client/fx/ux/aurora/components/typography/TypographyBlueprintsViewer';
|
|
330
|
+
import wc6bcccc7dd1c74fe591a660641ac62cd7 from '../../../../client/fx/ux/aurora/components/viewtemplatepicker/ViewTemplatePicker';
|
|
329
331
|
import wc4fc2b52f62484d5caced1c31f7ead58b from '../../../../client/fx/ux/enterpriseproperties/display/datafield/DataFieldDisplay';
|
|
330
332
|
import wc08f6ee02c5d94b648f630ec352fdd94c from '../../../../client/fx/ux/enterpriseproperties/display/personfield/PersonFieldDisplay';
|
|
331
333
|
import wcbb27e780de41442fa9cab8cef6c71100 from '../../../../client/fx/ux/enterpriseproperties/edit/datafield/DataFieldEdit';
|
|
@@ -773,6 +775,9 @@ declare global {
|
|
|
773
775
|
"omfx-authentication-block": typeof wcb273791ea562403397cdc0a1c0f907cb extends {
|
|
774
776
|
propsDefinition: infer TProp;
|
|
775
777
|
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wcb273791ea562403397cdc0a1c0f907cb extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wcb273791ea562403397cdc0a1c0f907cb>, "propsDefinition">> : never;
|
|
778
|
+
"omfx-authentication-block-settings": typeof wcfe3e57c4b1314b2ba725ec558ac00fe7 extends {
|
|
779
|
+
propsDefinition: infer TProp;
|
|
780
|
+
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wcfe3e57c4b1314b2ba725ec558ac00fe7 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wcfe3e57c4b1314b2ba725ec558ac00fe7>, "propsDefinition">> : never;
|
|
776
781
|
"omfx-login-omnia": typeof wcbc3b9409639d45829a6e58a4295bc470 extends {
|
|
777
782
|
propsDefinition: infer TProp;
|
|
778
783
|
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wcbc3b9409639d45829a6e58a4295bc470 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wcbc3b9409639d45829a6e58a4295bc470>, "propsDefinition">> : never;
|
|
@@ -1454,6 +1459,9 @@ declare global {
|
|
|
1454
1459
|
"omfx-typography-viewer": typeof wc2f742a14a560434abb899360a69c314b extends {
|
|
1455
1460
|
propsDefinition: infer TProp;
|
|
1456
1461
|
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc2f742a14a560434abb899360a69c314b extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc2f742a14a560434abb899360a69c314b>, "propsDefinition">> : never;
|
|
1462
|
+
"omfx-view-template-picker": typeof wc6bcccc7dd1c74fe591a660641ac62cd7 extends {
|
|
1463
|
+
propsDefinition: infer TProp;
|
|
1464
|
+
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc6bcccc7dd1c74fe591a660641ac62cd7 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc6bcccc7dd1c74fe591a660641ac62cd7>, "propsDefinition">> : never;
|
|
1457
1465
|
"omfx-enterpriseproperties-datafield-display": typeof wc4fc2b52f62484d5caced1c31f7ead58b extends {
|
|
1458
1466
|
propsDefinition: infer TProp;
|
|
1459
1467
|
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc4fc2b52f62484d5caced1c31f7ead58b extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc4fc2b52f62484d5caced1c31f7ead58b>, "propsDefinition">> : never;
|
|
@@ -3238,7 +3246,16 @@ declare global {
|
|
|
3238
3246
|
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
|
3239
3247
|
};
|
|
3240
3248
|
} : typeof wcb5315b31203e4bd1beb3c33f2122cbfe;
|
|
3241
|
-
"block":
|
|
3249
|
+
"block": {
|
|
3250
|
+
"settings": typeof wcfe3e57c4b1314b2ba725ec558ac00fe7 extends {
|
|
3251
|
+
propsDefinition: infer TProp;
|
|
3252
|
+
} ? {
|
|
3253
|
+
new (...args: any[]): {
|
|
3254
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
|
3255
|
+
};
|
|
3256
|
+
} : typeof wcfe3e57c4b1314b2ba725ec558ac00fe7;
|
|
3257
|
+
};
|
|
3258
|
+
"block$": typeof wcb273791ea562403397cdc0a1c0f907cb extends {
|
|
3242
3259
|
propsDefinition: infer TProp;
|
|
3243
3260
|
} ? {
|
|
3244
3261
|
new (...args: any[]): {
|
|
@@ -4979,6 +4996,17 @@ declare global {
|
|
|
4979
4996
|
};
|
|
4980
4997
|
} : typeof wc2f742a14a560434abb899360a69c314b;
|
|
4981
4998
|
};
|
|
4999
|
+
"view": {
|
|
5000
|
+
"template": {
|
|
5001
|
+
"picker": typeof wc6bcccc7dd1c74fe591a660641ac62cd7 extends {
|
|
5002
|
+
propsDefinition: infer TProp;
|
|
5003
|
+
} ? {
|
|
5004
|
+
new (...args: any[]): {
|
|
5005
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
|
5006
|
+
};
|
|
5007
|
+
} : typeof wc6bcccc7dd1c74fe591a660641ac62cd7;
|
|
5008
|
+
};
|
|
5009
|
+
};
|
|
4982
5010
|
"enterpriseproperties": {
|
|
4983
5011
|
"datafield": {
|
|
4984
5012
|
"display": typeof wc4fc2b52f62484d5caced1c31f7ead58b extends {
|