@omnia/fx 8.0.96-dev → 8.0.97-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/manifests/omnia.fx.ux.manifest.json +1 -1
- package/internal-do-not-import-from-here/ux/Exposes.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/UxModels.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/authsetup/AuthSetup.css.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/authsetup/loc/localize.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/magiclink/MagicLink.css.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/magiclink/loc/localize.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/signin/{SignInBlock.css.d.ts → AuthenticationBlock.css.d.ts} +1 -3
- package/internal-do-not-import-from-here/ux/signin/AuthenticationBlock.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/signin/AuthenticationLayoutHelper.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/signin/{SignInFactory.d.ts → LoginFactory.d.ts} +1 -1
- package/internal-do-not-import-from-here/ux/signin/identitycreationrequest/IdentityCreationRequestView.d.ts +394 -13
- package/internal-do-not-import-from-here/ux/signin/loc/localize.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/{signout/SignOut.d.ts → signin/omnia/Login.d.ts} +0 -1
- package/internal-do-not-import-from-here/ux/signout/{SignOut.css.d.ts → Logout.css.d.ts} +1 -1
- package/internal-do-not-import-from-here/ux/{signin/SignInBlock.d.ts → signout/Logout.d.ts} +1 -1
- package/internal-do-not-import-from-here/ux/signout/loc/localize.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/editor/VelcronEditor.d.ts +114 -346
- package/internal-do-not-import-from-here/wctypings.d.ts +28 -15
- package/package.json +5 -5
- package/internal-do-not-import-from-here/ux/statuscoderenderer/StatusCodeLayoutApi.d.ts +0 -21
- package/internal-do-not-import-from-here/ux/statuscoderenderer/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/statuscoderenderer/layoutregistration/NotFoundDefaultLayout.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/statuscoderenderer/layoutregistration/Registration.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/statuscoderenderer/layoutregistration/UnauthorizedDefaultLayout.d.ts +0 -1
- /package/internal-do-not-import-from-here/ux/magiclink/{MagicLinkSignIn.d.ts → MagicLinkLogin.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/signin/{SignInPage.d.ts → AuthenticationPage.d.ts} +0 -0
@@ -59,7 +59,7 @@ import wc4357bb8264e3482c8710afed3b2be35c from './ux/journey/JourneyBlade';
|
|
59
59
|
import wc828a4c20542945858e792ec584148a5c from './ux/journey/JourneyMenu';
|
60
60
|
import wc20b4e8166fb44f2b8b240724eb5f2db2 from './ux/languagepicker/LanguagePicker';
|
61
61
|
import wc6c2ac8bf4da44a2b8e544eaf5b42099f from './ux/limited-label/LimitedLabel';
|
62
|
-
import wc106dba3f206e4ad7bbb28e574e3da49e from './ux/magiclink/
|
62
|
+
import wc106dba3f206e4ad7bbb28e574e3da49e from './ux/magiclink/MagicLinkLogin';
|
63
63
|
import wc168b37eb8cbc4e46944cbf9a6a5e9063 from './ux/magiclink/MagicLinkSuccess';
|
64
64
|
import wcd836de74ad894f4999e21046b1ba2cab from './ux/magiclink/MagicLinkFailure';
|
65
65
|
import wc744b3f31e00c4815b63ecaf638ad7a7a from './ux/markdown/MarkdownEditor';
|
@@ -88,12 +88,13 @@ import wc8c7794090eb647eb8510b39cbefa17a7 from './ux/rollupempty/RollupEmpty';
|
|
88
88
|
import wc379287b1efe64a49a43fcd754d1fd951 from './ux/securitytrimmer/SecurityTrimmer';
|
89
89
|
import wcc0de4753b9fe4004b0f4e6b6b91730ab from './ux/settings/SettingsPane';
|
90
90
|
import wc539d199f69934c10a963f142e4f3056d from './ux/sidepanel/SidePanelRenderer';
|
91
|
-
import wcb5315b31203e4bd1beb3c33f2122cbfe from './ux/signin/
|
92
|
-
import
|
91
|
+
import wcb5315b31203e4bd1beb3c33f2122cbfe from './ux/signin/AuthenticationPage';
|
92
|
+
import wcb273791ea562403397cdc0a1c0f907cb from './ux/signin/AuthenticationBlock';
|
93
93
|
import wcbc3b9409639d45829a6e58a4295bc470 from './ux/signin/omnia/Renderer';
|
94
|
+
import wc535ac075284646eca569a78457213e6f from './ux/signin/omnia/Login';
|
94
95
|
import wc2b741f0203a54cb5a7be72e204ebecc8 from './ux/signin/identitycreationrequest/IdentityCreationRequestView';
|
95
96
|
import wcffcb5f0ddcfd445d81683167f298c336 from './ux/signin/identitycreationrequest/ConfirmEmailView';
|
96
|
-
import wcf297290b5ea4409a9738ca880f1ea612 from './ux/signout/
|
97
|
+
import wcf297290b5ea4409a9738ca880f1ea612 from './ux/signout/Logout';
|
97
98
|
import wc9be9d4f831fd4d15ab09d235d5cd6a38 from './ux/social/Comment';
|
98
99
|
import wc239412079c474a78b857dd4bdca3ff84 from './ux/social/PeopleTagging';
|
99
100
|
import wcd737feca8c0e44c1808f6f016122f8ea from './ux/social/CommentDialog';
|
@@ -567,7 +568,7 @@ declare global {
|
|
567
568
|
"omfx-limited-label": typeof wc6c2ac8bf4da44a2b8e544eaf5b42099f extends {
|
568
569
|
propsDefinition: infer TProp;
|
569
570
|
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc6c2ac8bf4da44a2b8e544eaf5b42099f extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc6c2ac8bf4da44a2b8e544eaf5b42099f>, "propsDefinition">> : never;
|
570
|
-
"omfx-magiclink-
|
571
|
+
"omfx-magiclink-login": typeof wc106dba3f206e4ad7bbb28e574e3da49e extends {
|
571
572
|
propsDefinition: infer TProp;
|
572
573
|
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc106dba3f206e4ad7bbb28e574e3da49e extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc106dba3f206e4ad7bbb28e574e3da49e>, "propsDefinition">> : never;
|
573
574
|
"omfx-magiclink-success": typeof wc168b37eb8cbc4e46944cbf9a6a5e9063 extends {
|
@@ -654,22 +655,25 @@ declare global {
|
|
654
655
|
"omfx-side-panel": typeof wc539d199f69934c10a963f142e4f3056d extends {
|
655
656
|
propsDefinition: infer TProp;
|
656
657
|
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc539d199f69934c10a963f142e4f3056d extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc539d199f69934c10a963f142e4f3056d>, "propsDefinition">> : never;
|
657
|
-
"omfx-
|
658
|
+
"omfx-authentication-page": typeof wcb5315b31203e4bd1beb3c33f2122cbfe extends {
|
658
659
|
propsDefinition: infer TProp;
|
659
660
|
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wcb5315b31203e4bd1beb3c33f2122cbfe extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wcb5315b31203e4bd1beb3c33f2122cbfe>, "propsDefinition">> : never;
|
660
|
-
"omfx-
|
661
|
+
"omfx-authentication-block": typeof wcb273791ea562403397cdc0a1c0f907cb extends {
|
661
662
|
propsDefinition: infer TProp;
|
662
|
-
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof
|
663
|
-
"omfx-
|
663
|
+
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wcb273791ea562403397cdc0a1c0f907cb extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wcb273791ea562403397cdc0a1c0f907cb>, "propsDefinition">> : never;
|
664
|
+
"omfx-login-omnia": typeof wcbc3b9409639d45829a6e58a4295bc470 extends {
|
664
665
|
propsDefinition: infer TProp;
|
665
666
|
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wcbc3b9409639d45829a6e58a4295bc470 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wcbc3b9409639d45829a6e58a4295bc470>, "propsDefinition">> : never;
|
667
|
+
"omfx-login-view": typeof wc535ac075284646eca569a78457213e6f extends {
|
668
|
+
propsDefinition: infer TProp;
|
669
|
+
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc535ac075284646eca569a78457213e6f extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc535ac075284646eca569a78457213e6f>, "propsDefinition">> : never;
|
666
670
|
"omfx-identity-creation-request-omnia": typeof wc2b741f0203a54cb5a7be72e204ebecc8 extends {
|
667
671
|
propsDefinition: infer TProp;
|
668
672
|
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc2b741f0203a54cb5a7be72e204ebecc8 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc2b741f0203a54cb5a7be72e204ebecc8>, "propsDefinition">> : never;
|
669
673
|
"omfx-identity-creation-request-confirm-email-result-omnia": typeof wcffcb5f0ddcfd445d81683167f298c336 extends {
|
670
674
|
propsDefinition: infer TProp;
|
671
675
|
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wcffcb5f0ddcfd445d81683167f298c336 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wcffcb5f0ddcfd445d81683167f298c336>, "propsDefinition">> : never;
|
672
|
-
"omfx-
|
676
|
+
"omfx-logout": typeof wcf297290b5ea4409a9738ca880f1ea612 extends {
|
673
677
|
propsDefinition: infer TProp;
|
674
678
|
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wcf297290b5ea4409a9738ca880f1ea612 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wcf297290b5ea4409a9738ca880f1ea612>, "propsDefinition">> : never;
|
675
679
|
"omfx-comment-component": typeof wc9be9d4f831fd4d15ab09d235d5cd6a38 extends {
|
@@ -2407,7 +2411,7 @@ declare global {
|
|
2407
2411
|
} : typeof wc6c2ac8bf4da44a2b8e544eaf5b42099f;
|
2408
2412
|
};
|
2409
2413
|
"magiclink": {
|
2410
|
-
"
|
2414
|
+
"login": typeof wc106dba3f206e4ad7bbb28e574e3da49e extends {
|
2411
2415
|
propsDefinition: infer TProp;
|
2412
2416
|
} ? {
|
2413
2417
|
new (...args: any[]): {
|
@@ -2670,7 +2674,7 @@ declare global {
|
|
2670
2674
|
};
|
2671
2675
|
} : typeof wc539d199f69934c10a963f142e4f3056d;
|
2672
2676
|
};
|
2673
|
-
"
|
2677
|
+
"authentication": {
|
2674
2678
|
"page": typeof wcb5315b31203e4bd1beb3c33f2122cbfe extends {
|
2675
2679
|
propsDefinition: infer TProp;
|
2676
2680
|
} ? {
|
@@ -2678,13 +2682,15 @@ declare global {
|
|
2678
2682
|
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
2679
2683
|
};
|
2680
2684
|
} : typeof wcb5315b31203e4bd1beb3c33f2122cbfe;
|
2681
|
-
"block": typeof
|
2685
|
+
"block": typeof wcb273791ea562403397cdc0a1c0f907cb extends {
|
2682
2686
|
propsDefinition: infer TProp;
|
2683
2687
|
} ? {
|
2684
2688
|
new (...args: any[]): {
|
2685
2689
|
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
2686
2690
|
};
|
2687
|
-
} : typeof
|
2691
|
+
} : typeof wcb273791ea562403397cdc0a1c0f907cb;
|
2692
|
+
};
|
2693
|
+
"login": {
|
2688
2694
|
"omnia": typeof wcbc3b9409639d45829a6e58a4295bc470 extends {
|
2689
2695
|
propsDefinition: infer TProp;
|
2690
2696
|
} ? {
|
@@ -2692,8 +2698,15 @@ declare global {
|
|
2692
2698
|
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
2693
2699
|
};
|
2694
2700
|
} : typeof wcbc3b9409639d45829a6e58a4295bc470;
|
2701
|
+
"view": typeof wc535ac075284646eca569a78457213e6f extends {
|
2702
|
+
propsDefinition: infer TProp;
|
2703
|
+
} ? {
|
2704
|
+
new (...args: any[]): {
|
2705
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
2706
|
+
};
|
2707
|
+
} : typeof wc535ac075284646eca569a78457213e6f;
|
2695
2708
|
};
|
2696
|
-
"
|
2709
|
+
"logout": typeof wcf297290b5ea4409a9738ca880f1ea612 extends {
|
2697
2710
|
propsDefinition: infer TProp;
|
2698
2711
|
} ? {
|
2699
2712
|
new (...args: any[]): {
|
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@omnia/fx",
|
3
3
|
"license": "MIT",
|
4
|
-
"version": "8.0.
|
4
|
+
"version": "8.0.97-dev",
|
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,15 +20,15 @@
|
|
20
20
|
],
|
21
21
|
"author": "Precio Fishbone",
|
22
22
|
"dependencies": {
|
23
|
-
"@omnia/fx-models": "8.0.
|
23
|
+
"@omnia/fx-models": "8.0.97-dev",
|
24
24
|
"@microsoft/signalr": "6.0.1",
|
25
25
|
"broadcast-channel": "4.8.0",
|
26
26
|
"dayjs": "1.10.7",
|
27
27
|
"splitpanes": "2.4.1",
|
28
|
-
"vuetify": "3.4.
|
29
|
-
"vue": "3.4.
|
28
|
+
"vuetify": "3.4.9",
|
29
|
+
"vue": "3.4.5",
|
30
30
|
"tslib": "2.6.2",
|
31
|
-
"typescript": "5.3.
|
31
|
+
"typescript": "5.3.3",
|
32
32
|
"@tiptap/vue-3": "2.1.13",
|
33
33
|
"@tiptap/pm": "2.1.13",
|
34
34
|
"@tiptap/suggestion": "2.1.13",
|
@@ -1,21 +0,0 @@
|
|
1
|
-
import { Future, HttpStatusCode, IExtendApiManifestWithConfiguration, Layout } from "@omnia/fx/models";
|
2
|
-
export interface IStatusCodeDefaultLayoutApi {
|
3
|
-
registerDefaultLayout: (httpsCode: HttpStatusCode, layout: Layout) => void;
|
4
|
-
}
|
5
|
-
export interface StatusCodeDefaultLayoutApi extends IStatusCodeDefaultLayoutApi {
|
6
|
-
getDefaultLayout: (type: HttpStatusCode) => Future<Layout>;
|
7
|
-
}
|
8
|
-
export interface IStatusCodeDefaultLayoutRegistrationApi {
|
9
|
-
registration: Promise<IStatusCodeDefaultLayoutApi>;
|
10
|
-
}
|
11
|
-
export interface IStatusCodeDefaultLayoutUxExtendApiManifest {
|
12
|
-
registration: IExtendApiManifestWithConfiguration<HttpStatusCode>;
|
13
|
-
}
|
14
|
-
declare module "@omnia/fx-models/ux/UxApi" {
|
15
|
-
interface IOmniaUxApi {
|
16
|
-
defaultStatusCodeLayout: IStatusCodeDefaultLayoutRegistrationApi;
|
17
|
-
}
|
18
|
-
interface IOmniaUxExtendApiManifest {
|
19
|
-
defaultStatusCodeLayout: IStatusCodeDefaultLayoutUxExtendApiManifest;
|
20
|
-
}
|
21
|
-
}
|
@@ -1 +0,0 @@
|
|
1
|
-
export * from "./StatusCodeLayoutApi";
|
@@ -1 +0,0 @@
|
|
1
|
-
export {};
|
package/internal-do-not-import-from-here/ux/statuscoderenderer/layoutregistration/Registration.d.ts
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
export {};
|
@@ -1 +0,0 @@
|
|
1
|
-
export {};
|
/package/internal-do-not-import-from-here/ux/magiclink/{MagicLinkSignIn.d.ts → MagicLinkLogin.d.ts}
RENAMED
File without changes
|
/package/internal-do-not-import-from-here/ux/signin/{SignInPage.d.ts → AuthenticationPage.d.ts}
RENAMED
File without changes
|