@omnia/fx 8.0.41-dev → 8.0.42-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/shared/models/hub/activities/Activity.d.ts +5 -3
- package/internal-do-not-import-from-here/shared/models/hub/activities/IdentityActivity.d.ts +2 -1
- package/internal-do-not-import-from-here/shared/models/hub/activities/IdentityActivity.js +1 -0
- package/internal-do-not-import-from-here/shared/services/ActivityService.d.ts +3 -2
- package/internal-do-not-import-from-here/stores/oxide/ComponentHostStore.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/ComponentTypings.d.ts +4 -1
- package/internal-do-not-import-from-here/ux/app/management/tabs/instance/InternalConstants.d.ts +4 -3
- package/internal-do-not-import-from-here/ux/app/management/tabs/instance/Item.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningwizard/AppProvisioningWizard.d.ts +749 -67
- package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningwizard/IAppProvisioningWizard.d.ts +1 -12
- package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceTemplatePickerVueComponent.d.ts +386 -49
- package/internal-do-not-import-from-here/ux/appprovisioning/components/AppProvisioningComponentBase.d.ts +79 -0
- package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaPicker.css.d.ts +3 -1
- package/internal-do-not-import-from-here/ux/enterpriseproperties/renderers/EnterprisePropertyValue.d.ts +52 -7
- package/internal-do-not-import-from-here/ux/hub/chat/HubChat.d.ts +6 -12
- package/internal-do-not-import-from-here/ux/hub/feed/definitions/CommunityUpdate.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/hub/feed/definitions/DefinitionRegistrations.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/hub/feed/definitions/DocumentReview.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/hub/feed/definitions/NewsArticleTemplate.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/hub/feed/definitions/QuickPoll.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/hub/feed/definitions/Reach.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/hub/feed/definitions/UpdatedProcess.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/hub/feed/stores/ActivityFeedStore.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/hub/feed/stores/HubFeedChromeStore.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/hub/feed/tabs/FeedTab.css.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/hub/feed/tabs/fakeviews/MyContentTable.d.ts +46 -0
- package/internal-do-not-import-from-here/ux/hub/feed/tabs/fakeviews/MyProfile.d.ts +46 -0
- package/internal-do-not-import-from-here/ux/hub/feed/tabs/fakeviews/MySubscriptions.d.ts +46 -0
- package/internal-do-not-import-from-here/ux/journey/v2/JourneyBlade.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/magiclink/MagicLinkSignIn.d.ts +47 -0
- package/internal-do-not-import-from-here/ux/magiclink/Shared.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/models/DataTable.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/monaco/MonacoEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +28 -0
- package/internal-do-not-import-from-here/ux/oxide/card/Card.d.ts +14 -0
- package/internal-do-not-import-from-here/ux/oxide/colorpicker/ColorPicker.css.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/oxide/colorpicker/ColorPicker.d.ts +10 -11
- package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/hostprovider/HostProvider.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/templatepicker/ITemplatePicker.d.ts +0 -12
- package/internal-do-not-import-from-here/ux/templatepicker/TemplatePicker.d.ts +583 -28
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/Colors.d.ts +6 -2
- package/internal-do-not-import-from-here/ux/theming-v2/index.d.ts +1 -12
- package/internal-do-not-import-from-here/ux/theming-v2/store/index.d.ts +12 -0
- package/internal-do-not-import-from-here/ux/theming-v2/styling/UseStyling.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/Blueprints.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/General.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/Typography.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/use/UseIcon.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/velcron/blocks/demo/DemoBlock.css.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/velcron/blocks/demo/DemoBlock.d.ts +46 -0
- package/internal-do-not-import-from-here/ux/velcron/blocks/demo/DemoBlockSettings.css.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/velcron/blocks/demo/DemoBlockSettings.d.ts +53 -0
- package/internal-do-not-import-from-here/ux/velcron/blocks/velcron/VelcronBlockSettings.d.ts +4 -1
- package/internal-do-not-import-from-here/ux/velcron/blocks/velcron/useVelcronStateManager.d.ts +13 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/definitions/social/MicroBlog.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/definitions/social/MicroBlog2.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/definitions/social/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +15 -1
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronPropertyEditorDefinitions.d.ts +58 -3
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/editor/VelcronEditorBuilder2.d.ts +8 -2
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Radio.d.ts +65 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/MarkdownEditor.d.ts +23 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/SpacingEditor.d.ts +481 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/TextEditor.d.ts +23 -0
- package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutEditor.d.ts +6 -0
- package/internal-do-not-import-from-here/wctypings.d.ts +35 -0
- package/package.json +2 -2
- /package/internal-do-not-import-from-here/ux/theming-v2/{BlueprintDefinitionStore.d.ts → store/BlueprintDefinitionStore.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/{BlueprintStore.d.ts → store/BlueprintStore.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/{ColorManager.d.ts → store/ColorManager.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/{ColorSchemaDefinitionStore.d.ts → store/ColorSchemaDefinitionStore.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/{ColorSchemaManager.d.ts → store/ColorSchemaManager.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/{ColorSchemaStore.d.ts → store/ColorSchemaStore.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/{SpacingDefinitionStore.d.ts → store/SpacingDefinitionStore.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/{ThemeContextStore.d.ts → store/ThemeContextStore.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/{ThemeDefinitionStoreV2.d.ts → store/ThemeDefinitionStoreV2.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/{ThemeStoreV2.d.ts → store/ThemeStoreV2.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/{TypographyDefinitionStore.d.ts → store/TypographyDefinitionStore.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/{VelcronDefinitionStore.d.ts → store/VelcronDefinitionStore.d.ts} +0 -0
@@ -55,6 +55,7 @@ import wcdfefc1520763443190e92700bad98412 from './ux/imagegrid/ImageGrid';
|
|
55
55
|
import wc91919b3f54de42dab709575b8a9ca233 from './ux/inputlanguagepicker/InputLanguagePicker';
|
56
56
|
import wc20b4e8166fb44f2b8b240724eb5f2db2 from './ux/languagepicker/LanguagePicker';
|
57
57
|
import wc6c2ac8bf4da44a2b8e544eaf5b42099f from './ux/limited-label/LimitedLabel';
|
58
|
+
import wc106dba3f206e4ad7bbb28e574e3da49e from './ux/magiclink/MagicLinkSignIn';
|
58
59
|
import wc168b37eb8cbc4e46944cbf9a6a5e9063 from './ux/magiclink/MagicLinkSuccess';
|
59
60
|
import wcd836de74ad894f4999e21046b1ba2cab from './ux/magiclink/MagicLinkFailure';
|
60
61
|
import wc744b3f31e00c4815b63ecaf638ad7a7a from './ux/markdown/MarkdownEditor';
|
@@ -94,6 +95,7 @@ import wcdc26034aad994c5c8ec6992d317df993 from './ux/social/Reactions';
|
|
94
95
|
import wc564bced7081c496483e8df717f600ff3 from './ux/spacingpicker/SpacingPicker3';
|
95
96
|
import wc5aaaefb501d64fe59da8b779a54c0a55 from './ux/statuscoderenderer/StatusCodeRenderer';
|
96
97
|
import wccb83d46eaaed44d4920d4d5da21bc488 from './ux/statusmessageoverlay/StatusMessageOverlay';
|
98
|
+
import wc3ccd469648b244efb3fbf9b561ca1967 from './ux/templatepicker/TemplatePicker';
|
97
99
|
import wca9e655701cd249aca6b2af56caea6630 from './ux/timeperiodpicker/TimePeriodPicker';
|
98
100
|
import wc54730f05dd2c4f2da1c830b3985b36a9 from './ux/typographypicker/TypographyPicker';
|
99
101
|
import wc6f50634fb5c149e0964666bca7d9edc0 from './ux/urlinput/UrlInputLegacy';
|
@@ -123,6 +125,7 @@ import wc20bd8ac81b314379a3676ca3b31c720e from './ux/app/management/components/T
|
|
123
125
|
import wc0edb482876244660a11456d63e31b847 from './ux/appprovisioning/appimageinput/AppImageInput';
|
124
126
|
import wc24eddd6df7294957a8f31c89115945de from './ux/appprovisioning/appinstanceprogressblade/AppInstanceProgressBlade';
|
125
127
|
import wcf4841dc16bb3406985428b109cb3e048 from './ux/appprovisioning/apppropertiesinput/AppPropertiesInput';
|
128
|
+
import wc9de3fb352e0a4b6eb4b6aadd7d4717ff from './ux/appprovisioning/appprovisioningwizard/AppProvisioningWizard';
|
126
129
|
import wc22d04b93a87c44d290da28f58d163eeb from './ux/appprovisioning/approuteinput/AppRouteInput';
|
127
130
|
import wc8e21d658d6f84d70870d29805b27df86 from './ux/appprovisioning/appshowinpubliclistingsinput/AppShowInPublicListingsInput';
|
128
131
|
import wc1f31fc580b854d19895c1879120a9891 from './ux/docs/chrome/DocsChrome';
|
@@ -295,6 +298,8 @@ import wcab831db522504b8ea6948fe46978bd31 from './ux/properties/builtins/usertyp
|
|
295
298
|
import wc2717acc386ab40198b6dae0986557da3 from './ux/properties/builtins/usertype/UserTypeEditor';
|
296
299
|
import wccf8f32c9a70e408489a451caa80cd327 from './ux/velcron/blocks/content/ContentBlock';
|
297
300
|
import wcce1c0a7d513e45ee86564ec4235e712d from './ux/velcron/blocks/content/ContentBlockSettings';
|
301
|
+
import wcc9d01726f5594902bf4de68612b186de from './ux/velcron/blocks/demo/DemoBlock';
|
302
|
+
import wcbbd5168574b64f0486adaf68ba31be49 from './ux/velcron/blocks/demo/DemoBlockSettings';
|
298
303
|
import wc80bd5b0978ea40439001d3d409236382 from './ux/velcron/blocks/velcron/VelcronBlock';
|
299
304
|
import wce8526e8ed3f74e848e0dd747fd4d376d from './ux/velcron/blocks/velcron/VelcronBlockSettings';
|
300
305
|
import wca7db43482a3140998eca19b47d941126 from './ux/velcron/components/contenteditor/VelcronContentEditor';
|
@@ -399,6 +404,7 @@ declare global {
|
|
399
404
|
"omfx-input-language-picker": typeof wc91919b3f54de42dab709575b8a9ca233.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc91919b3f54de42dab709575b8a9ca233.propsDefinition>;
|
400
405
|
"omfx-language-picker": typeof wc20b4e8166fb44f2b8b240724eb5f2db2.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc20b4e8166fb44f2b8b240724eb5f2db2.propsDefinition>;
|
401
406
|
"omfx-limited-label": typeof wc6c2ac8bf4da44a2b8e544eaf5b42099f.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc6c2ac8bf4da44a2b8e544eaf5b42099f.propsDefinition>;
|
407
|
+
"omfx-magiclink-signin": typeof wc106dba3f206e4ad7bbb28e574e3da49e.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc106dba3f206e4ad7bbb28e574e3da49e.propsDefinition>;
|
402
408
|
"omfx-magiclink-success": typeof wc168b37eb8cbc4e46944cbf9a6a5e9063.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc168b37eb8cbc4e46944cbf9a6a5e9063.propsDefinition>;
|
403
409
|
"omfx-magiclink-failure": typeof wcd836de74ad894f4999e21046b1ba2cab.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcd836de74ad894f4999e21046b1ba2cab.propsDefinition>;
|
404
410
|
"omfx-markdown-editor": typeof wc744b3f31e00c4815b63ecaf638ad7a7a.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc744b3f31e00c4815b63ecaf638ad7a7a.propsDefinition>;
|
@@ -438,6 +444,7 @@ declare global {
|
|
438
444
|
"omfx-spacing-picker": typeof wc564bced7081c496483e8df717f600ff3.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc564bced7081c496483e8df717f600ff3.propsDefinition>;
|
439
445
|
"omfx-status-code-renderer": typeof wc5aaaefb501d64fe59da8b779a54c0a55.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc5aaaefb501d64fe59da8b779a54c0a55.propsDefinition>;
|
440
446
|
"omfx-status-message-overlay": typeof wccb83d46eaaed44d4920d4d5da21bc488.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wccb83d46eaaed44d4920d4d5da21bc488.propsDefinition>;
|
447
|
+
"omfx-template-picker": typeof wc3ccd469648b244efb3fbf9b561ca1967.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc3ccd469648b244efb3fbf9b561ca1967.propsDefinition>;
|
441
448
|
"omfx-time-period-picker": typeof wca9e655701cd249aca6b2af56caea6630.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wca9e655701cd249aca6b2af56caea6630.propsDefinition>;
|
442
449
|
"omfx-typography-picker": typeof wc54730f05dd2c4f2da1c830b3985b36a9.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc54730f05dd2c4f2da1c830b3985b36a9.propsDefinition>;
|
443
450
|
"omfx-url-input-legacy": typeof wc6f50634fb5c149e0964666bca7d9edc0.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc6f50634fb5c149e0964666bca7d9edc0.propsDefinition>;
|
@@ -467,6 +474,7 @@ declare global {
|
|
467
474
|
"omfx-app-image-input": typeof wc0edb482876244660a11456d63e31b847.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc0edb482876244660a11456d63e31b847.propsDefinition>;
|
468
475
|
"omfx-appinstance-progress-blade": typeof wc24eddd6df7294957a8f31c89115945de.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc24eddd6df7294957a8f31c89115945de.propsDefinition>;
|
469
476
|
"omfx-app-properties-input": typeof wcf4841dc16bb3406985428b109cb3e048.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcf4841dc16bb3406985428b109cb3e048.propsDefinition>;
|
477
|
+
"omfx-app-provisioning-wizard": typeof wc9de3fb352e0a4b6eb4b6aadd7d4717ff.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc9de3fb352e0a4b6eb4b6aadd7d4717ff.propsDefinition>;
|
470
478
|
"omfx-app-route-input": typeof wc22d04b93a87c44d290da28f58d163eeb.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc22d04b93a87c44d290da28f58d163eeb.propsDefinition>;
|
471
479
|
"omfx-app-show-in-public-listings-input": typeof wc8e21d658d6f84d70870d29805b27df86.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc8e21d658d6f84d70870d29805b27df86.propsDefinition>;
|
472
480
|
"omfx-docs": typeof wc1f31fc580b854d19895c1879120a9891.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc1f31fc580b854d19895c1879120a9891.propsDefinition>;
|
@@ -639,6 +647,8 @@ declare global {
|
|
639
647
|
"omfx-properties-usertype-editor": typeof wc2717acc386ab40198b6dae0986557da3.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc2717acc386ab40198b6dae0986557da3.propsDefinition>;
|
640
648
|
"omfx-content-block": typeof wccf8f32c9a70e408489a451caa80cd327.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wccf8f32c9a70e408489a451caa80cd327.propsDefinition>;
|
641
649
|
"omfx-content-block-settings": typeof wcce1c0a7d513e45ee86564ec4235e712d.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcce1c0a7d513e45ee86564ec4235e712d.propsDefinition>;
|
650
|
+
"omfx-demo-block": typeof wcc9d01726f5594902bf4de68612b186de.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcc9d01726f5594902bf4de68612b186de.propsDefinition>;
|
651
|
+
"omfx-demo-block-settings": typeof wcbbd5168574b64f0486adaf68ba31be49.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcbbd5168574b64f0486adaf68ba31be49.propsDefinition>;
|
642
652
|
"omfx-velcron-block": typeof wc80bd5b0978ea40439001d3d409236382.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc80bd5b0978ea40439001d3d409236382.propsDefinition>;
|
643
653
|
"omfx-velcron-block-settings": typeof wce8526e8ed3f74e848e0dd747fd4d376d.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wce8526e8ed3f74e848e0dd747fd4d376d.propsDefinition>;
|
644
654
|
"omfx-velcron-content-editor": typeof wca7db43482a3140998eca19b47d941126.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wca7db43482a3140998eca19b47d941126.propsDefinition>;
|
@@ -965,6 +975,11 @@ declare global {
|
|
965
975
|
$props: typeof wc6c2ac8bf4da44a2b8e544eaf5b42099f.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc6c2ac8bf4da44a2b8e544eaf5b42099f.propsDefinition>;
|
966
976
|
};
|
967
977
|
};
|
978
|
+
"MagiclinkSignin": {
|
979
|
+
new (...args: any[]): {
|
980
|
+
$props: typeof wc106dba3f206e4ad7bbb28e574e3da49e.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc106dba3f206e4ad7bbb28e574e3da49e.propsDefinition>;
|
981
|
+
};
|
982
|
+
};
|
968
983
|
"MagiclinkSuccess": {
|
969
984
|
new (...args: any[]): {
|
970
985
|
$props: typeof wc168b37eb8cbc4e46944cbf9a6a5e9063.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc168b37eb8cbc4e46944cbf9a6a5e9063.propsDefinition>;
|
@@ -1160,6 +1175,11 @@ declare global {
|
|
1160
1175
|
$props: typeof wccb83d46eaaed44d4920d4d5da21bc488.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wccb83d46eaaed44d4920d4d5da21bc488.propsDefinition>;
|
1161
1176
|
};
|
1162
1177
|
};
|
1178
|
+
"TemplatePicker": {
|
1179
|
+
new (...args: any[]): {
|
1180
|
+
$props: typeof wc3ccd469648b244efb3fbf9b561ca1967.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc3ccd469648b244efb3fbf9b561ca1967.propsDefinition>;
|
1181
|
+
};
|
1182
|
+
};
|
1163
1183
|
"TimePeriodPicker": {
|
1164
1184
|
new (...args: any[]): {
|
1165
1185
|
$props: typeof wca9e655701cd249aca6b2af56caea6630.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wca9e655701cd249aca6b2af56caea6630.propsDefinition>;
|
@@ -1305,6 +1325,11 @@ declare global {
|
|
1305
1325
|
$props: typeof wcf4841dc16bb3406985428b109cb3e048.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcf4841dc16bb3406985428b109cb3e048.propsDefinition>;
|
1306
1326
|
};
|
1307
1327
|
};
|
1328
|
+
"AppProvisioningWizard": {
|
1329
|
+
new (...args: any[]): {
|
1330
|
+
$props: typeof wc9de3fb352e0a4b6eb4b6aadd7d4717ff.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc9de3fb352e0a4b6eb4b6aadd7d4717ff.propsDefinition>;
|
1331
|
+
};
|
1332
|
+
};
|
1308
1333
|
"AppRouteInput": {
|
1309
1334
|
new (...args: any[]): {
|
1310
1335
|
$props: typeof wc22d04b93a87c44d290da28f58d163eeb.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc22d04b93a87c44d290da28f58d163eeb.propsDefinition>;
|
@@ -2165,6 +2190,16 @@ declare global {
|
|
2165
2190
|
$props: typeof wcce1c0a7d513e45ee86564ec4235e712d.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcce1c0a7d513e45ee86564ec4235e712d.propsDefinition>;
|
2166
2191
|
};
|
2167
2192
|
};
|
2193
|
+
"DemoBlock": {
|
2194
|
+
new (...args: any[]): {
|
2195
|
+
$props: typeof wcc9d01726f5594902bf4de68612b186de.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcc9d01726f5594902bf4de68612b186de.propsDefinition>;
|
2196
|
+
};
|
2197
|
+
};
|
2198
|
+
"DemoBlockSettings": {
|
2199
|
+
new (...args: any[]): {
|
2200
|
+
$props: typeof wcbbd5168574b64f0486adaf68ba31be49.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcbbd5168574b64f0486adaf68ba31be49.propsDefinition>;
|
2201
|
+
};
|
2202
|
+
};
|
2168
2203
|
"VelcronBlock": {
|
2169
2204
|
new (...args: any[]): {
|
2170
2205
|
$props: typeof wc80bd5b0978ea40439001d3d409236382.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc80bd5b0978ea40439001d3d409236382.propsDefinition>;
|
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.42-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,7 +20,7 @@
|
|
20
20
|
],
|
21
21
|
"author": "Precio Fishbone",
|
22
22
|
"dependencies": {
|
23
|
-
"@omnia/fx-models": "8.0.
|
23
|
+
"@omnia/fx-models": "8.0.42-dev",
|
24
24
|
"@microsoft/signalr": "6.0.1",
|
25
25
|
"broadcast-channel": "4.8.0",
|
26
26
|
"dayjs": "1.10.7",
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|