@omnia/tooling-vue 8.0.209-dev → 8.0.211-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 +40 -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';
|
|
@@ -446,6 +448,7 @@ import wc08384c0236f840719ee3d8e018718e68 from '../../../../client/fx/ux/layoutc
|
|
|
446
448
|
import wc245a49e2d21a4b4ca849825b903103fe from '../../../../client/fx/ux/layoutcanvas/editor/settings/section/Css';
|
|
447
449
|
import wc68628381bcdb41f6b0beb64d7ce94052 from '../../../../client/fx/ux/layoutcanvas/editor/settings/section/Targeting';
|
|
448
450
|
import wc48ff129f9a254eec9276b47f0c0f8b3e from '../../../../client/fx/ux/layoutcanvas/editor/settings/section/Header';
|
|
451
|
+
import wccac6f7b1e12d4d8b8d302340d885bd48 from '../../../../client/fx/ux/layoutcanvas/editor/settings/section/Columns';
|
|
449
452
|
import wc2a460a78bf504a2b9d00b1f86a347d46 from '../../../../client/fx/ux/layoutcanvas/editor/settings/settingstabs/TabLayoutSettings';
|
|
450
453
|
import wc5b6b6242356046c29e05c24fb2135bf0 from '../../../../client/fx/ux/layoutcanvas/editor/settings/settingstabs/TabBlockSettings';
|
|
451
454
|
import wc0f5cb3a8175d418c8527d1852cb28782 from '../../../../client/fx/ux/richtexteditor/extensions/EnterpriseGlossaryLink/components/SuggestionComponent';
|
|
@@ -773,6 +776,9 @@ declare global {
|
|
|
773
776
|
"omfx-authentication-block": typeof wcb273791ea562403397cdc0a1c0f907cb extends {
|
|
774
777
|
propsDefinition: infer TProp;
|
|
775
778
|
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wcb273791ea562403397cdc0a1c0f907cb extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wcb273791ea562403397cdc0a1c0f907cb>, "propsDefinition">> : never;
|
|
779
|
+
"omfx-authentication-block-settings": typeof wcfe3e57c4b1314b2ba725ec558ac00fe7 extends {
|
|
780
|
+
propsDefinition: infer TProp;
|
|
781
|
+
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wcfe3e57c4b1314b2ba725ec558ac00fe7 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wcfe3e57c4b1314b2ba725ec558ac00fe7>, "propsDefinition">> : never;
|
|
776
782
|
"omfx-login-omnia": typeof wcbc3b9409639d45829a6e58a4295bc470 extends {
|
|
777
783
|
propsDefinition: infer TProp;
|
|
778
784
|
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wcbc3b9409639d45829a6e58a4295bc470 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wcbc3b9409639d45829a6e58a4295bc470>, "propsDefinition">> : never;
|
|
@@ -1454,6 +1460,9 @@ declare global {
|
|
|
1454
1460
|
"omfx-typography-viewer": typeof wc2f742a14a560434abb899360a69c314b extends {
|
|
1455
1461
|
propsDefinition: infer TProp;
|
|
1456
1462
|
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc2f742a14a560434abb899360a69c314b extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc2f742a14a560434abb899360a69c314b>, "propsDefinition">> : never;
|
|
1463
|
+
"omfx-view-template-picker": typeof wc6bcccc7dd1c74fe591a660641ac62cd7 extends {
|
|
1464
|
+
propsDefinition: infer TProp;
|
|
1465
|
+
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc6bcccc7dd1c74fe591a660641ac62cd7 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc6bcccc7dd1c74fe591a660641ac62cd7>, "propsDefinition">> : never;
|
|
1457
1466
|
"omfx-enterpriseproperties-datafield-display": typeof wc4fc2b52f62484d5caced1c31f7ead58b extends {
|
|
1458
1467
|
propsDefinition: infer TProp;
|
|
1459
1468
|
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc4fc2b52f62484d5caced1c31f7ead58b extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc4fc2b52f62484d5caced1c31f7ead58b>, "propsDefinition">> : never;
|
|
@@ -1814,6 +1823,9 @@ declare global {
|
|
|
1814
1823
|
"omfx-layout-section-settings-header": typeof wc48ff129f9a254eec9276b47f0c0f8b3e extends {
|
|
1815
1824
|
propsDefinition: infer TProp;
|
|
1816
1825
|
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc48ff129f9a254eec9276b47f0c0f8b3e extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc48ff129f9a254eec9276b47f0c0f8b3e>, "propsDefinition">> : never;
|
|
1826
|
+
"omfx-layout-section-settings-columns": typeof wccac6f7b1e12d4d8b8d302340d885bd48 extends {
|
|
1827
|
+
propsDefinition: infer TProp;
|
|
1828
|
+
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wccac6f7b1e12d4d8b8d302340d885bd48 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wccac6f7b1e12d4d8b8d302340d885bd48>, "propsDefinition">> : never;
|
|
1817
1829
|
"omfx-layout-tab-layout-settings": typeof wc2a460a78bf504a2b9d00b1f86a347d46 extends {
|
|
1818
1830
|
propsDefinition: infer TProp;
|
|
1819
1831
|
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc2a460a78bf504a2b9d00b1f86a347d46 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc2a460a78bf504a2b9d00b1f86a347d46>, "propsDefinition">> : never;
|
|
@@ -3238,7 +3250,16 @@ declare global {
|
|
|
3238
3250
|
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
|
3239
3251
|
};
|
|
3240
3252
|
} : typeof wcb5315b31203e4bd1beb3c33f2122cbfe;
|
|
3241
|
-
"block":
|
|
3253
|
+
"block": {
|
|
3254
|
+
"settings": typeof wcfe3e57c4b1314b2ba725ec558ac00fe7 extends {
|
|
3255
|
+
propsDefinition: infer TProp;
|
|
3256
|
+
} ? {
|
|
3257
|
+
new (...args: any[]): {
|
|
3258
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
|
3259
|
+
};
|
|
3260
|
+
} : typeof wcfe3e57c4b1314b2ba725ec558ac00fe7;
|
|
3261
|
+
};
|
|
3262
|
+
"block$": typeof wcb273791ea562403397cdc0a1c0f907cb extends {
|
|
3242
3263
|
propsDefinition: infer TProp;
|
|
3243
3264
|
} ? {
|
|
3244
3265
|
new (...args: any[]): {
|
|
@@ -4176,6 +4197,13 @@ declare global {
|
|
|
4176
4197
|
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
|
4177
4198
|
};
|
|
4178
4199
|
} : typeof wc48ff129f9a254eec9276b47f0c0f8b3e;
|
|
4200
|
+
"columns": typeof wccac6f7b1e12d4d8b8d302340d885bd48 extends {
|
|
4201
|
+
propsDefinition: infer TProp;
|
|
4202
|
+
} ? {
|
|
4203
|
+
new (...args: any[]): {
|
|
4204
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
|
4205
|
+
};
|
|
4206
|
+
} : typeof wccac6f7b1e12d4d8b8d302340d885bd48;
|
|
4179
4207
|
};
|
|
4180
4208
|
};
|
|
4181
4209
|
"tab": {
|
|
@@ -4979,6 +5007,17 @@ declare global {
|
|
|
4979
5007
|
};
|
|
4980
5008
|
} : typeof wc2f742a14a560434abb899360a69c314b;
|
|
4981
5009
|
};
|
|
5010
|
+
"view": {
|
|
5011
|
+
"template": {
|
|
5012
|
+
"picker": typeof wc6bcccc7dd1c74fe591a660641ac62cd7 extends {
|
|
5013
|
+
propsDefinition: infer TProp;
|
|
5014
|
+
} ? {
|
|
5015
|
+
new (...args: any[]): {
|
|
5016
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
|
5017
|
+
};
|
|
5018
|
+
} : typeof wc6bcccc7dd1c74fe591a660641ac62cd7;
|
|
5019
|
+
};
|
|
5020
|
+
};
|
|
4982
5021
|
"enterpriseproperties": {
|
|
4983
5022
|
"datafield": {
|
|
4984
5023
|
"display": typeof wc4fc2b52f62484d5caced1c31f7ead58b extends {
|