@omnia/fx 8.0.30-vnext → 8.0.31-vnext

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.
Files changed (45) hide show
  1. package/internal-do-not-import-from-here/manifests/omfx.libs.prosemirror.manifest.json +1 -1
  2. package/internal-do-not-import-from-here/manifests/omnia.fx.ux.manifest.json +1 -1
  3. package/internal-do-not-import-from-here/shared/models/theming/BlueprintDefinition.d.ts +11 -3
  4. package/internal-do-not-import-from-here/shared/models/theming/BlueprintDefinition.js +1 -0
  5. package/internal-do-not-import-from-here/shared/models/theming/SpacingSetting.d.ts +6 -0
  6. package/internal-do-not-import-from-here/shared/models/theming/SpacingSetting.js +2 -0
  7. package/internal-do-not-import-from-here/shared/models/theming/index.d.ts +1 -0
  8. package/internal-do-not-import-from-here/shared/models/theming/index.js +1 -0
  9. package/internal-do-not-import-from-here/ux/admin/chrome/AdminChrome.css.d.ts +4 -1
  10. package/internal-do-not-import-from-here/ux/admin/chrome/AdminChrome.d.ts +0 -1
  11. package/internal-do-not-import-from-here/ux/features/FeatureActivation.css.d.ts +2 -7
  12. package/internal-do-not-import-from-here/ux/features/FeatureActivation.d.ts +118 -94
  13. package/internal-do-not-import-from-here/ux/features/FeatureActivation_old.d.ts +0 -0
  14. package/internal-do-not-import-from-here/ux/features/FeaturesJourney.css.d.ts +0 -1
  15. package/internal-do-not-import-from-here/ux/features/FeaturesJourney.d.ts +118 -18
  16. package/internal-do-not-import-from-here/ux/features/FeaturesJourney_old.d.ts +0 -0
  17. package/internal-do-not-import-from-here/ux/features/blades/FeatureHomeBlade.d.ts +117 -12
  18. package/internal-do-not-import-from-here/ux/features/blades/FeaturePropertiesBlade.d.ts +46 -34
  19. package/internal-do-not-import-from-here/ux/features/blades/FeaturePropertiesBlade_old.d.ts +2 -0
  20. package/internal-do-not-import-from-here/ux/features/blades/FeauturePropertiesBlad.css.d.ts +3 -0
  21. package/internal-do-not-import-from-here/ux/features/index.d.ts +1 -3
  22. package/internal-do-not-import-from-here/ux/features/models/FeatureInstanceDetails.d.ts +13 -0
  23. package/internal-do-not-import-from-here/ux/features/models/RequiredAzureAdPermission.d.ts +7 -0
  24. package/internal-do-not-import-from-here/ux/features/models/index.d.ts +2 -0
  25. package/internal-do-not-import-from-here/ux/features/stores/FeatureJourneyStore.d.ts +85 -0
  26. package/internal-do-not-import-from-here/ux/features/stores/index.d.ts +1 -0
  27. package/internal-do-not-import-from-here/ux/journey/IJourney.d.ts +1 -1
  28. package/internal-do-not-import-from-here/ux/journey/testbench/JourneyTest.css.d.ts +4 -0
  29. package/internal-do-not-import-from-here/ux/journey/v2/JourneyBlade.d.ts +132 -1
  30. package/internal-do-not-import-from-here/ux/journey/v2/JourneyV2.css.d.ts +2 -1
  31. package/internal-do-not-import-from-here/ux/journey/v2/stores/JourneyStore.d.ts +22 -0
  32. package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +27 -0
  33. package/internal-do-not-import-from-here/ux/oxide/avatar/Avatar.css.d.ts +4 -0
  34. package/internal-do-not-import-from-here/ux/oxide/avatar/Avatar.d.ts +114 -0
  35. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.css.d.ts +4 -0
  36. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +84 -24
  37. package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.css.d.ts +2 -1
  38. package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.d.ts +1 -1
  39. package/internal-do-not-import-from-here/ux/oxide/tooltip/Tooltip.d.ts +150 -0
  40. package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditor.d.ts +1 -1
  41. package/internal-do-not-import-from-here/ux/theming-v2/styling/UseComponentStyling.d.ts +4 -4
  42. package/internal-do-not-import-from-here/ux/theming-v2/themes/Themes.d.ts +9 -9
  43. package/internal-do-not-import-from-here/wctypings.d.ts +207 -201
  44. package/package.json +2 -2
  45. package/internal-do-not-import-from-here/ux/features/IFeaturesJourney.d.ts +0 -18
@@ -1,43 +1,13 @@
1
1
  import { VueComponentBaseProps } from "./ux/index";
2
2
  import wcf3d75940db51447dbf6719251f5465b0 from './console/components/Console';
3
3
  import wce6b88bd8d41949c8af6fed268ae64430 from './console/components/MessageOverlay';
4
- import wcdb625bea89b04f32a946efe7a887c7f2 from '../../fx-sp/internal-do-not-import-from-here/ux/filterengine/components/settings/TaxonomyPropertySettings';
5
- import wcded30c240e6c4688955867472a8d0a02 from '../../fx-sp/internal-do-not-import-from-here/ux/filterengine/components/settings/TaxonomyPropertyDefaultValueInput';
6
- import wc28d15a1179a04eaa9f2e82abe15f7177 from '../../fx-sp/internal-do-not-import-from-here/ux/filterengine/TaxonomyPropertyRenderer';
7
- import wcb1fca92af8524970b426823cf7ef65b5 from '../../fx-sp/internal-do-not-import-from-here/ux/filterengine/SelectionsAreaTaxonomyRenderer';
8
- import wc7332138e1e7845d1a5e62597a27e44a4 from '../../fx-sp/internal-do-not-import-from-here/ux/properties/term-set/TermSetDisplay';
9
- import wc83dee8a1eea84537ad9544e8b9fc4cb1 from '../../fx-sp/internal-do-not-import-from-here/ux/properties/term-set/TermSetEditor';
10
- import wca9cc1e1ff5894f4db7005bc49c6c47c5 from '../../fx-sp/internal-do-not-import-from-here/ux/properties/term-set/TermSetConfiguration';
11
- import wc253e469ef68e4cb5b526343736c2ff11 from './ux/admin/chrome/AdminChrome';
12
- import wca8f8d41d8ceb43e0b16398c209fd6b32 from './ux/app/appinstance/renderer/AppInstanceRollup';
13
- import wc450488bd95a34f368241e9b4d8c71dee from './ux/app/management/AppManagement';
14
- import wcd26f1c7425484ce6adfc9165704877e5 from './ux/app/management/tabs/instance/InstanceTab';
15
- import wcdf7481b60b764c08865e658d9607387a from './ux/app/management/tabs/templates/TemplateTab';
16
- import wc6c400e11caad44bf8d174b145b6f122d from './ux/app/management/tabs/layouts/LayoutTab';
17
- import wc211ad37d3c1747c2a3fce889a433ebaa from './ux/app/management/tabs/namingpolicies/NamingPolicyTab';
18
- import wc20bd8ac81b314379a3676ca3b31c720e from './ux/app/management/components/TabsManagement';
19
- import wc1476702e8f24468d9185322be5931c54 from './ux/app/management/tabs/shared/addbutton/AddButton';
20
- import wc8e21d658d6f84d70870d29805b27df86 from './ux/appprovisioning/appshowinpubliclistingsinput/AppShowInPublicListingsInput';
21
4
  import wce4889269c6ad440da65f3acdf5bb6152 from './ux/authsetup/AuthSetup';
22
5
  import wc5dfa7b609aed43ffab03dad33c65b2da from './ux/commandpalette/CommandPalette';
23
6
  import wce57d5f3e25e942a08ed97f69d608ab92 from './ux/compositiontests/OptionsBlockCurrent';
24
7
  import wc90e26d3a6e3e4bf9bd1ce81c6735eda2 from './ux/datetimezonepicker/DateTimeZonePicker';
25
8
  import wcd3d05fa7bb114ecab1c16f714641b678 from './ux/datetimezonerenderer/DateTimeZoneRenderer';
26
9
  import wc3ff00f2d8a4c48a4ae0cff23fc0127ac from './ux/dialog/Dialog';
27
- import wc1f31fc580b854d19895c1879120a9891 from './ux/docs/chrome/DocsChrome';
28
- import wc4ecc566131194348b7ec8495a06d4fd6 from './ux/enterpriseproperties/settings/extendedproperty/ExtendedPropertySettings';
29
- import wceed905b1712c498ebd5bb24f12ed10d7 from './ux/filterengine/components/settings/person/PersonPropertySettings';
30
- import wcad26e9b3bf774d949d153b9f9d1d4b02 from './ux/filterengine/components/settings/person/PersonPropertyDefaultValueInput';
31
- import wc7b2e1b93599a4e5fb878fb68b6abd74c from './ux/filterengine/components/settings/text/TextPropertySettings';
32
- import wc47fde3016cac4cfea002b318651b2946 from './ux/filterengine/components/settings/text/TextPropertyDefaultValueInput';
33
- import wc031ba18d4af243d2b9f1724a56077890 from './ux/filterengine/components/settings/boolean/BooleanPropertySettings';
34
- import wc6003c34b7d2d49cc8a9c7440371dca4b from './ux/filterengine/components/settings/boolean/BooleanPropertyDefaultValueInput';
35
- import wca1d7711329c24045bf72254e8d2767c8 from './ux/filterengine/components/settings/date/DatePropertySettings';
36
- import wcba1fad28be954b8fadb7290ccb8f8c86 from './ux/filterengine/components/settings/date/DatePropertyDefaultValueInput';
37
- import wcee09ecc9d4fb46de8f1a408e38858030 from './ux/filterengine/components/settings/number/NumberPropertySettings';
38
- import wcea2ad78acabc4ec0bc3609301b3713c3 from './ux/filterengine/components/settings/number/NumberPropertyDefaultValueInput';
39
- import wc024952d88730404da854cfed0d045284 from './ux/filterengine/components/settings/tags/TagsPropertySettings';
40
- import wcdc589fd533c8400a8dde3dad35f47248 from './ux/filterengine/components/settings/tags/TagsPropertyDefaultValueInput';
10
+ import wcfd300449c17f44fd80d83e709a10bf63 from './ux/features/FeaturesJourney';
41
11
  import wca91d4cd2b5744de3a672110cb1cdf7ba from './ux/filterengine/FilterEngineSettings';
42
12
  import wc34e1cea969d744f1bbec4770b51d49f5 from './ux/filterengine/FilterEngineRenderer';
43
13
  import wc43fc70078d114ec3a70ebbd767ef4f95 from './ux/filterengine/components/renderer/person/PersonPropertyRenderer';
@@ -64,48 +34,60 @@ import wc9cbe10e4fe1a48929727942cea5f7338 from './ux/identitypicker/IdentityPick
64
34
  import wcec81357974804c539bff6c58a8785c22 from './ux/identitypicker/IdentityPicker';
65
35
  import wc5d74b2de65164761a3dce6a534b64bd1 from './ux/identitypicker/IdentityPickerDialog';
66
36
  import wc70593d481fa54e68be9f4fe41f0f5c92 from './ux/identitypicker/IdentityPickerButton';
37
+ import wc6c2ac8bf4da44a2b8e544eaf5b42099f from './ux/limited-label/LimitedLabel';
38
+ import wcf365f5cb3a694c20be7b96423bbc3eca from './ux/magiclink/MagicLink';
39
+ import wc744b3f31e00c4815b63ecaf638ad7a7a from './ux/markdown/MarkdownEditor';
40
+ import wcc8b990d01ddc45ab930b4409fc406435 from './ux/markdown/MarkdownRenderer';
41
+ import wc2e8004b49c8d44dd8edb56ce884c2b57 from './ux/monaco/MonacoEditor';
42
+ import wc7f06e68f94904b48b827b23acd148bec from './ux/optionpicker/OptionPicker';
43
+ import wcb6ddbf2c41224cd29b92fcecbbdd31a0 from './ux/playground_test/Play2Component';
44
+ import wc1a58948a606a42078da3fb919cc4f7e6 from './ux/presetupwizard/PreSetupWizard';
45
+ import wc6d1d84cb210643c59ca8437fc36c75a1 from './ux/profilecard/ProfileCardRenderer';
46
+ import wc091ee9b103234b26a5e2bd5f992b2582 from './ux/properties/property-picker/PropertyPicker';
47
+ import wcf36a8a2b1c70423ebc4647aaddab8f4f from './ux/properties/property-renderer/PropertyBindingValueRenderer';
48
+ import wc48e897be803c4b5cb1db09dbadd04fe5 from './ux/properties/property-renderer/PropertyValueRenderer';
49
+ import wce012f61b652b4ab8b7e9d436ef772f54 from './ux/properties/property-configuration/PropertyConfiguration';
50
+ import wc54caefeaae1d4da7b236a3ff268b31c3 from './ux/properties/property-configuration/LabelOptionsRenderer';
51
+ import wc14f41bfbe00d46658959d3b2ebb7da69 from './ux/properties/property-configuration/PropertyLocking';
52
+ import wcb174dcf2716344b0bb02c981ae68dd73 from './ux/properties/property-picker/PropertyInput';
53
+ import wc7474e75042e347b4821bbafdb1cb4ee0 from './ux/richtexteditor/RichTextEditor';
54
+ import wc8c7794090eb647eb8510b39cbefa17a7 from './ux/rollupempty/RollupEmpty';
55
+ import wcc0de4753b9fe4004b0f4e6b6b91730ab from './ux/settings/SettingsPane';
56
+ import wc539d199f69934c10a963f142e4f3056d from './ux/sidepanel/SidePanelRenderer';
57
+ import wcb5315b31203e4bd1beb3c33f2122cbfe from './ux/signin/SignInPage';
58
+ import wce4b25c06803a417a9c4aa4b7280a599b from './ux/signin/SignInBlock';
59
+ import wcbc3b9409639d45829a6e58a4295bc470 from './ux/signin/omnia/Renderer';
60
+ import wcf297290b5ea4409a9738ca880f1ea612 from './ux/signout/SignOut';
61
+ import wc564bced7081c496483e8df717f600ff3 from './ux/spacingpicker/SpacingPicker2';
62
+ import wccb83d46eaaed44d4920d4d5da21bc488 from './ux/statusmessageoverlay/StatusMessageOverlay';
63
+ import wc21a1f20b3d404602853049c1c8b8da2f from './ux/userpresence/UserPresence';
64
+ import wc30289e2b58ff48b0aabb3cb3732c3038 from './ux/usertypelayout/UserTypeLayoutRenderer';
65
+ import wc5b26d2a399c041f3beae9c1115d6e8d8 from './ux/usertypelayout/UserTypeLayoutBladeBuilder';
66
+ import wcba03fc7e6921468289c0a0ffe0cf942e from './ux/versionedlayout/renderer/VersionedLayoutRenderer';
67
+ import wc73154f51a92944acbe248779a3fa7ef5 from './ux/versionedlayout/editor/VersionedLayoutEditor';
68
+ import wc28d15a1179a04eaa9f2e82abe15f7177 from '../../fx-sp/internal-do-not-import-from-here/ux/filterengine/TaxonomyPropertyRenderer';
69
+ import wcb1fca92af8524970b426823cf7ef65b5 from '../../fx-sp/internal-do-not-import-from-here/ux/filterengine/SelectionsAreaTaxonomyRenderer';
70
+ import wc253e469ef68e4cb5b526343736c2ff11 from './ux/admin/chrome/AdminChrome';
71
+ import wca8f8d41d8ceb43e0b16398c209fd6b32 from './ux/app/appinstance/renderer/AppInstanceRollup';
72
+ import wc450488bd95a34f368241e9b4d8c71dee from './ux/app/management/AppManagement';
73
+ import wcd26f1c7425484ce6adfc9165704877e5 from './ux/app/management/tabs/instance/InstanceTab';
74
+ import wcdf7481b60b764c08865e658d9607387a from './ux/app/management/tabs/templates/TemplateTab';
75
+ import wc6c400e11caad44bf8d174b145b6f122d from './ux/app/management/tabs/layouts/LayoutTab';
76
+ import wc211ad37d3c1747c2a3fce889a433ebaa from './ux/app/management/tabs/namingpolicies/NamingPolicyTab';
77
+ import wc20bd8ac81b314379a3676ca3b31c720e from './ux/app/management/components/TabsManagement';
78
+ import wc8e21d658d6f84d70870d29805b27df86 from './ux/appprovisioning/appshowinpubliclistingsinput/AppShowInPublicListingsInput';
79
+ import wc1f31fc580b854d19895c1879120a9891 from './ux/docs/chrome/DocsChrome';
67
80
  import wc2f4b3c8e5d6a4f7bbc9d1e0a2b3c4d5e from './ux/image/scalingsettings/ScalingSettings';
68
81
  import wc2252e1bd3ac44ef9b92c68e5b1e41a49 from './ux/journey/testbench/JourneyTest';
69
82
  import wcc0ba9c7ccef54093bcb0be49e7cf79df from './ux/journey/v2/JourneyV2';
70
83
  import wcd308de8efcff4754826523a0f06df130 from './ux/journey/v2/JourneyBlade';
71
- import wc4834285963564938a31a1ac1dfb1b5d8 from './ux/layoutcanvas/editor/blockplaceholder/BlockPlaceholder';
72
- import wc4512676606d342adbd011def4b615151 from './ux/layoutcanvas/editor/canvastoolbar/CanvasToolbar';
73
- import wc41f1eb15438a488b8b227b1ff31ca66f from './ux/layoutcanvas/editor/developertools/DeveloperTools';
74
- import wcd89913a1055942b38285fcab85751865 from './ux/layoutcanvas/editor/devicepreviewer/DevicePreviewer';
75
84
  import wc8e03e2f7fb024945bc51138b77d06088 from './ux/layoutcanvas/editor/LayoutEditorCanvas';
76
- import wcf5cf0b4975644d688124880ae533869e from './ux/layoutcanvas/editor/settings/backgroundsettings/BackgroundSettings';
77
- import wc2e52c0d860ec498fa3abf6b76eacc45d from './ux/layoutcanvas/editor/settings/block/Header';
78
- import wc9666ee9da0af46ac8354f0577050cb60 from './ux/layoutcanvas/editor/settings/block/Spacing';
79
- import wc103ae93f7a7c4754872e2573a9a689d7 from './ux/layoutcanvas/editor/settings/block/Style';
80
- import wc06eff92039dd49339e522ac2d7a648af from './ux/layoutcanvas/editor/settings/block/Css';
81
- import wc53cbd5702e9e41ffa95093586c0e001d from './ux/layoutcanvas/editor/settings/block/Targeting';
82
- import wc1b1dd31ac8644b498ddf378a431dfb19 from './ux/layoutcanvas/editor/settings/blocktitle/BlockTitle';
83
- import wcbeda6edf4c614323955fc06c6326f7e9 from './ux/layoutcanvas/editor/settings/blocktitle/BlockTitleSettings';
84
- import wc0f7be5adc6ff4d81b920e5cf086128ae from './ux/layoutcanvas/editor/settings/imagebackgroundsettings/ImageBackgroundSettings';
85
- import wc673c5382ae8e4663ac07110302d7e386 from './ux/layoutcanvas/editor/settings/layout/GlobalHeaderStyling';
86
- import wc221ed456340d4c1fa7522b7bee6d7a64 from './ux/layoutcanvas/editor/settings/layout/BlockHeader';
87
- import wc9e404f90ca6640f19c3fece23b073993 from './ux/layoutcanvas/editor/settings/layout/Style';
88
- import wc4a31764ba9f6414a96192d0d02456086 from './ux/layoutcanvas/editor/settings/layoutclipboard/LayoutClipboard';
89
- import wc160a5d56895f4a66a9dae49cffdae312 from './ux/layoutcanvas/editor/settings/lock/Lock';
90
- import wc51c48c7bbe4245888bbf2f98884d6028 from './ux/layoutcanvas/editor/settings/section/General';
91
- import wc68724008d5d046b8a2f969ee90eece2c from './ux/layoutcanvas/editor/settings/section/Spacing';
92
- import wc08384c0236f840719ee3d8e018718e68 from './ux/layoutcanvas/editor/settings/section/Style';
93
- import wc245a49e2d21a4b4ca849825b903103fe from './ux/layoutcanvas/editor/settings/section/Css';
94
- import wc68628381bcdb41f6b0beb64d7ce94052 from './ux/layoutcanvas/editor/settings/section/Targeting';
95
- import wc48ff129f9a254eec9276b47f0c0f8b3e from './ux/layoutcanvas/editor/settings/section/Header';
96
- import wc2a460a78bf504a2b9d00b1f86a347d46 from './ux/layoutcanvas/editor/settings/settingstabs/TabLayoutSettings';
97
- import wc5b6b6242356046c29e05c24fb2135bf0 from './ux/layoutcanvas/editor/settings/settingstabs/TabBlockSettings';
98
85
  import wc0b2ee63495854227a082987161a9e641 from './ux/layoutcanvas/renderer/LayoutBlockRendererHelper';
99
86
  import wcf346db89a53b404690b1795429fb0162 from './ux/layoutcanvas/renderer/LayoutRendererCanvas';
100
- import wc6c2ac8bf4da44a2b8e544eaf5b42099f from './ux/limited-label/LimitedLabel';
101
- import wcf365f5cb3a694c20be7b96423bbc3eca from './ux/magiclink/MagicLink';
102
- import wc744b3f31e00c4815b63ecaf638ad7a7a from './ux/markdown/MarkdownEditor';
103
- import wcc8b990d01ddc45ab930b4409fc406435 from './ux/markdown/MarkdownRenderer';
104
87
  import wc8f6c9579f26646dfb316c087e04455cc from './ux/mediapickerproviders/dalleprovider/PollingImageComponent';
105
- import wc2e8004b49c8d44dd8edb56ce884c2b57 from './ux/monaco/MonacoEditor';
106
- import wc7f06e68f94904b48b827b23acd148bec from './ux/optionpicker/OptionPicker';
107
88
  import wc8e3534c9960c46b090f442e563d71265 from './ux/oxide/alignmentpicker/AlignmentPicker';
108
89
  import wc7fbf605e1ae24b21b0a9e35141aca17b from './ux/oxide/appbar/Appbar';
90
+ import wc99abf48aa0214a7995d0579883a1612c from './ux/oxide/avatar/Avatar';
109
91
  import wc678a52a5101d41498d47754aeae5f9f6 from './ux/oxide/btn/Button';
110
92
  import wc07d25314740f40058782f3123ea1c388 from './ux/oxide/btngroup/ButtonGroup';
111
93
  import wcbeb97ee8f2a94d1b86980b1736f82e20 from './ux/oxide/btntoggle/ButtonToggle';
@@ -145,18 +127,46 @@ import wc7b543325ab85489eb1401d7bfdf6f5fc from './ux/oxide/text/Text';
145
127
  import wcab9101708fac46968e7d1ce1ea71c3cf from './ux/oxide/textarea/TextArea';
146
128
  import wc9a7ad06b091e4633a0fc3d380210f9cb from './ux/oxide/textfield/TextField';
147
129
  import wc53c3a240c5bf4d39ac29ac7f1f7415ae from './ux/oxide/toolbar/Toolbar';
130
+ import wca734925baa664530a42731d3b9719681 from './ux/oxide/tooltip/Tooltip';
148
131
  import wce1b9681a96a94f65a08577ef52b83752 from './ux/oxide/treeview/Treeview';
149
- import wcb6ddbf2c41224cd29b92fcecbbdd31a0 from './ux/playground_test/Play2Component';
150
- import wc1a58948a606a42078da3fb919cc4f7e6 from './ux/presetupwizard/PreSetupWizard';
151
- import wc6d1d84cb210643c59ca8437fc36c75a1 from './ux/profilecard/ProfileCardRenderer';
132
+ import wc58330f37503947799af05363e58bda3c from './ux/richtexteditor/Emoticon/EmoticonComponent';
133
+ import wc327ec741777b4e1ea8017f1d0a3b8d9d from './ux/richtexteditor/TextCompletionPanel/TextCompletionPanel';
134
+ import wc4ff736bf8c544324883ed49f2a38f846 from './ux/theming/components/ThemeDefinitionEditor';
135
+ import wc44e2dd896269442f800da69000d4c2f1 from './ux/theming-v2/blueprintpicker/BlueprintPicker';
136
+ import wc829fbdec1d3b44059578b89b6d04c52b from './ux/theming-v2/colorschemadefinitionpicker/ColorSchemaDefinitionPicker';
137
+ import wc1266389c28034034921b897f788f302d from './ux/theming-v2/colorschemapicker/ColorSchemaPicker';
138
+ import wc252ece0016594978b3ddfafdd59adda4 from './ux/theming-v2/themedefinitionpicker/ThemeDefinitionPicker';
139
+ import wc5abbb7170e454f0d8cb537bcad180cd7 from './ux/theming-v2/themeeditor/ThemeEditor';
140
+ import wcc75ffd4cf2f14b6685c5c2d894fdf00f from './ux/velcron/editor/VelcronEditor';
141
+ import wc3dd4d94bcc254f9fac2100a3ff84dc7e from './ux/velcron/renderer/VelcronRenderer';
142
+ import wc7332138e1e7845d1a5e62597a27e44a4 from '../../fx-sp/internal-do-not-import-from-here/ux/properties/term-set/TermSetDisplay';
143
+ import wc83dee8a1eea84537ad9544e8b9fc4cb1 from '../../fx-sp/internal-do-not-import-from-here/ux/properties/term-set/TermSetEditor';
144
+ import wca9cc1e1ff5894f4db7005bc49c6c47c5 from '../../fx-sp/internal-do-not-import-from-here/ux/properties/term-set/TermSetConfiguration';
145
+ import wc4ecc566131194348b7ec8495a06d4fd6 from './ux/enterpriseproperties/settings/extendedproperty/ExtendedPropertySettings';
146
+ import wceed905b1712c498ebd5bb24f12ed10d7 from './ux/filterengine/components/settings/person/PersonPropertySettings';
147
+ import wcad26e9b3bf774d949d153b9f9d1d4b02 from './ux/filterengine/components/settings/person/PersonPropertyDefaultValueInput';
148
+ import wc7b2e1b93599a4e5fb878fb68b6abd74c from './ux/filterengine/components/settings/text/TextPropertySettings';
149
+ import wc47fde3016cac4cfea002b318651b2946 from './ux/filterengine/components/settings/text/TextPropertyDefaultValueInput';
150
+ import wc031ba18d4af243d2b9f1724a56077890 from './ux/filterengine/components/settings/boolean/BooleanPropertySettings';
151
+ import wc6003c34b7d2d49cc8a9c7440371dca4b from './ux/filterengine/components/settings/boolean/BooleanPropertyDefaultValueInput';
152
+ import wca1d7711329c24045bf72254e8d2767c8 from './ux/filterengine/components/settings/date/DatePropertySettings';
153
+ import wcba1fad28be954b8fadb7290ccb8f8c86 from './ux/filterengine/components/settings/date/DatePropertyDefaultValueInput';
154
+ import wcee09ecc9d4fb46de8f1a408e38858030 from './ux/filterengine/components/settings/number/NumberPropertySettings';
155
+ import wcea2ad78acabc4ec0bc3609301b3713c3 from './ux/filterengine/components/settings/number/NumberPropertyDefaultValueInput';
156
+ import wc024952d88730404da854cfed0d045284 from './ux/filterengine/components/settings/tags/TagsPropertySettings';
157
+ import wcdc589fd533c8400a8dde3dad35f47248 from './ux/filterengine/components/settings/tags/TagsPropertyDefaultValueInput';
158
+ import wc4834285963564938a31a1ac1dfb1b5d8 from './ux/layoutcanvas/editor/blockplaceholder/BlockPlaceholder';
159
+ import wc4512676606d342adbd011def4b615151 from './ux/layoutcanvas/editor/canvastoolbar/CanvasToolbar';
160
+ import wc41f1eb15438a488b8b227b1ff31ca66f from './ux/layoutcanvas/editor/developertools/DeveloperTools';
161
+ import wcd89913a1055942b38285fcab85751865 from './ux/layoutcanvas/editor/devicepreviewer/DevicePreviewer';
152
162
  import wc916c23c53dbf4d5a8e421e9449c6b203 from './ux/properties/builtins/birthday/BirthdayDisplay';
153
163
  import wc644e39fe6d4f4e23b1777aefd9c23939 from './ux/properties/builtins/birthday/BirthdayEditor';
154
164
  import wcf61d06a945754742a1896847765fbea5 from './ux/properties/builtins/boolean/BooleanDisplay';
155
165
  import wca16c703117f44a68982a1898d6c3c31b from './ux/properties/builtins/boolean/BooleanEditor';
156
- import wc5666ffa15ff14a64bac8854da534ff16 from './ux/properties/builtins/date-time/DateTimeDisplay';
157
- import wc0f52758b4d0c4e02abfeea1c5c935571 from './ux/properties/builtins/date-time/DateTimeEditor';
158
166
  import wc627dc53f51a442019a52bba09ac665cc from './ux/properties/builtins/date/DateDisplay';
159
167
  import wcae6a9ccc0bf24b0fb983460b7aba7fe6 from './ux/properties/builtins/date/DateEditor';
168
+ import wc5666ffa15ff14a64bac8854da534ff16 from './ux/properties/builtins/date-time/DateTimeDisplay';
169
+ import wc0f52758b4d0c4e02abfeea1c5c935571 from './ux/properties/builtins/date-time/DateTimeEditor';
160
170
  import wc2b51f4d3ea464d7aa3f5b6ab4b9f9ccc from './ux/properties/builtins/email/EmailDisplay';
161
171
  import wc056a7f0a4fa444368b5c7d09c60dbcde from './ux/properties/builtins/email/EmailEditor';
162
172
  import wc5f8ca1cb4e2847d4935f0ac659a3a1f8 from './ux/properties/builtins/html/HtmlDisplay';
@@ -187,48 +197,41 @@ import wcdf429c59a8ec42cf8ec34907705793a9 from './ux/properties/builtins/text/Te
187
197
  import wcb8cc745685f2417cacf578d9bed620b5 from './ux/properties/builtins/text/TextEditor';
188
198
  import wceb1460af73a8467597c5d0987d38cae5 from './ux/properties/builtins/time/TimeDisplay';
189
199
  import wcf6b07b9fb080465498768f4fc8c58415 from './ux/properties/builtins/time/TimeEditor';
190
- import wc091ee9b103234b26a5e2bd5f992b2582 from './ux/properties/property-picker/PropertyPicker';
191
- import wcf36a8a2b1c70423ebc4647aaddab8f4f from './ux/properties/property-renderer/PropertyBindingValueRenderer';
192
- import wc48e897be803c4b5cb1db09dbadd04fe5 from './ux/properties/property-renderer/PropertyValueRenderer';
193
- import wce012f61b652b4ab8b7e9d436ef772f54 from './ux/properties/property-configuration/PropertyConfiguration';
194
- import wc54caefeaae1d4da7b236a3ff268b31c3 from './ux/properties/property-configuration/LabelOptionsRenderer';
195
- import wc14f41bfbe00d46658959d3b2ebb7da69 from './ux/properties/property-configuration/PropertyLocking';
196
- import wcb174dcf2716344b0bb02c981ae68dd73 from './ux/properties/property-picker/PropertyInput';
197
- import wc58330f37503947799af05363e58bda3c from './ux/richtexteditor/Emoticon/EmoticonComponent';
198
- import wc7474e75042e347b4821bbafdb1cb4ee0 from './ux/richtexteditor/RichTextEditor';
199
- import wc327ec741777b4e1ea8017f1d0a3b8d9d from './ux/richtexteditor/TextCompletionPanel/TextCompletionPanel';
200
- import wc8c7794090eb647eb8510b39cbefa17a7 from './ux/rollupempty/RollupEmpty';
201
- import wcc0de4753b9fe4004b0f4e6b6b91730ab from './ux/settings/SettingsPane';
202
- import wc539d199f69934c10a963f142e4f3056d from './ux/sidepanel/SidePanelRenderer';
203
- import wcb5315b31203e4bd1beb3c33f2122cbfe from './ux/signin/SignInPage';
204
- import wce4b25c06803a417a9c4aa4b7280a599b from './ux/signin/SignInBlock';
205
- import wcbc3b9409639d45829a6e58a4295bc470 from './ux/signin/omnia/Renderer';
206
- import wcf297290b5ea4409a9738ca880f1ea612 from './ux/signout/SignOut';
207
- import wc564bced7081c496483e8df717f600ff3 from './ux/spacingpicker/SpacingPicker2';
208
- import wccb83d46eaaed44d4920d4d5da21bc488 from './ux/statusmessageoverlay/StatusMessageOverlay';
209
- import wc44e2dd896269442f800da69000d4c2f1 from './ux/theming-v2/blueprintpicker/BlueprintPicker';
210
- import wc829fbdec1d3b44059578b89b6d04c52b from './ux/theming-v2/colorschemadefinitionpicker/ColorSchemaDefinitionPicker';
211
- import wc1266389c28034034921b897f788f302d from './ux/theming-v2/colorschemapicker/ColorSchemaPicker';
212
- import wc252ece0016594978b3ddfafdd59adda4 from './ux/theming-v2/themedefinitionpicker/ThemeDefinitionPicker';
213
- import wc5abbb7170e454f0d8cb537bcad180cd7 from './ux/theming-v2/themeeditor/ThemeEditor';
214
- import wc4ff736bf8c544324883ed49f2a38f846 from './ux/theming/components/ThemeDefinitionEditor';
215
- import wc21a1f20b3d404602853049c1c8b8da2f from './ux/userpresence/UserPresence';
216
- import wc30289e2b58ff48b0aabb3cb3732c3038 from './ux/usertypelayout/UserTypeLayoutRenderer';
217
- import wc5b26d2a399c041f3beae9c1115d6e8d8 from './ux/usertypelayout/UserTypeLayoutBladeBuilder';
218
200
  import wccf8f32c9a70e408489a451caa80cd327 from './ux/velcron/blocks/content/ContentBlock';
219
201
  import wcce1c0a7d513e45ee86564ec4235e712d from './ux/velcron/blocks/content/ContentBlockSettings';
220
202
  import wc80bd5b0978ea40439001d3d409236382 from './ux/velcron/blocks/velcron/VelcronBlock';
221
203
  import wce8526e8ed3f74e848e0dd747fd4d376d from './ux/velcron/blocks/velcron/VelcronBlockSettings';
222
204
  import wcb197c5e805cc4d6bb3d012e258560b31 from './ux/velcron/components/definitionpicker/DefinitionPicker';
223
205
  import wcdabd67ab338243858fe7d1ca24399995 from './ux/velcron/components/properties/VelcronProperties';
206
+ import wcdb625bea89b04f32a946efe7a887c7f2 from '../../fx-sp/internal-do-not-import-from-here/ux/filterengine/components/settings/TaxonomyPropertySettings';
207
+ import wcded30c240e6c4688955867472a8d0a02 from '../../fx-sp/internal-do-not-import-from-here/ux/filterengine/components/settings/TaxonomyPropertyDefaultValueInput';
208
+ import wcf5cf0b4975644d688124880ae533869e from './ux/layoutcanvas/editor/settings/backgroundsettings/BackgroundSettings';
209
+ import wc2e52c0d860ec498fa3abf6b76eacc45d from './ux/layoutcanvas/editor/settings/block/Header';
210
+ import wc9666ee9da0af46ac8354f0577050cb60 from './ux/layoutcanvas/editor/settings/block/Spacing';
211
+ import wc103ae93f7a7c4754872e2573a9a689d7 from './ux/layoutcanvas/editor/settings/block/Style';
212
+ import wc06eff92039dd49339e522ac2d7a648af from './ux/layoutcanvas/editor/settings/block/Css';
213
+ import wc53cbd5702e9e41ffa95093586c0e001d from './ux/layoutcanvas/editor/settings/block/Targeting';
214
+ import wc1b1dd31ac8644b498ddf378a431dfb19 from './ux/layoutcanvas/editor/settings/blocktitle/BlockTitle';
215
+ import wcbeda6edf4c614323955fc06c6326f7e9 from './ux/layoutcanvas/editor/settings/blocktitle/BlockTitleSettings';
216
+ import wc0f7be5adc6ff4d81b920e5cf086128ae from './ux/layoutcanvas/editor/settings/imagebackgroundsettings/ImageBackgroundSettings';
217
+ import wc673c5382ae8e4663ac07110302d7e386 from './ux/layoutcanvas/editor/settings/layout/GlobalHeaderStyling';
218
+ import wc221ed456340d4c1fa7522b7bee6d7a64 from './ux/layoutcanvas/editor/settings/layout/BlockHeader';
219
+ import wc9e404f90ca6640f19c3fece23b073993 from './ux/layoutcanvas/editor/settings/layout/Style';
220
+ import wc4a31764ba9f6414a96192d0d02456086 from './ux/layoutcanvas/editor/settings/layoutclipboard/LayoutClipboard';
221
+ import wc160a5d56895f4a66a9dae49cffdae312 from './ux/layoutcanvas/editor/settings/lock/Lock';
222
+ import wc51c48c7bbe4245888bbf2f98884d6028 from './ux/layoutcanvas/editor/settings/section/General';
223
+ import wc68724008d5d046b8a2f969ee90eece2c from './ux/layoutcanvas/editor/settings/section/Spacing';
224
+ import wc08384c0236f840719ee3d8e018718e68 from './ux/layoutcanvas/editor/settings/section/Style';
225
+ import wc245a49e2d21a4b4ca849825b903103fe from './ux/layoutcanvas/editor/settings/section/Css';
226
+ import wc68628381bcdb41f6b0beb64d7ce94052 from './ux/layoutcanvas/editor/settings/section/Targeting';
227
+ import wc48ff129f9a254eec9276b47f0c0f8b3e from './ux/layoutcanvas/editor/settings/section/Header';
228
+ import wc2a460a78bf504a2b9d00b1f86a347d46 from './ux/layoutcanvas/editor/settings/settingstabs/TabLayoutSettings';
229
+ import wc5b6b6242356046c29e05c24fb2135bf0 from './ux/layoutcanvas/editor/settings/settingstabs/TabBlockSettings';
230
+ import wc1476702e8f24468d9185322be5931c54 from './ux/app/management/tabs/shared/addbutton/AddButton';
224
231
  import wc327aebb7d6ce4565bf119cf67e121d1a from './ux/velcron/editor/components/pickers/colorpicker/ColorPicker';
225
232
  import wc511447a5fd2646af910064ed9970d82e from './ux/velcron/editor/components/pickers/colorschemamapper/ColorSchemaMapper';
226
233
  import wc3cd2da446d21461e8149e6c8334a36f4 from './ux/velcron/editor/components/pickers/ratiopicker/RatioPicker';
227
234
  import wc8420a0b507e14a288c2d895471739f1d from './ux/velcron/editor/components/pickers/typographypicker/TypographyPicker';
228
- import wcc75ffd4cf2f14b6685c5c2d894fdf00f from './ux/velcron/editor/VelcronEditor';
229
- import wc3dd4d94bcc254f9fac2100a3ff84dc7e from './ux/velcron/renderer/VelcronRenderer';
230
- import wcba03fc7e6921468289c0a0ffe0cf942e from './ux/versionedlayout/renderer/VersionedLayoutRenderer';
231
- import wc73154f51a92944acbe248779a3fa7ef5 from './ux/versionedlayout/editor/VersionedLayoutEditor';
232
235
  declare global {
233
236
  namespace JSX {
234
237
  interface Element {
@@ -238,43 +241,13 @@ declare global {
238
241
  interface IntrinsicElements {
239
242
  "omnia-console": typeof wcf3d75940db51447dbf6719251f5465b0.propsDefinition & VueComponentBaseProps;
240
243
  "omfx-dev-message": typeof wce6b88bd8d41949c8af6fed268ae64430.propsDefinition & VueComponentBaseProps;
241
- "omfx-filterengine-taxonomy-propertysettings": typeof wcdb625bea89b04f32a946efe7a887c7f2.propsDefinition & VueComponentBaseProps;
242
- "omfx-filterengine-taxonomy-defaultvalue-input": typeof wcded30c240e6c4688955867472a8d0a02.propsDefinition & VueComponentBaseProps;
243
- "omfx-taxonomy-filterengine-renderer": typeof wc28d15a1179a04eaa9f2e82abe15f7177.propsDefinition & VueComponentBaseProps;
244
- "omfx-filterengine-selectionsarea-taxonomyproperty": typeof wcb1fca92af8524970b426823cf7ef65b5.propsDefinition & VueComponentBaseProps;
245
- "omfx-properties-term-set-display": typeof wc7332138e1e7845d1a5e62597a27e44a4.propsDefinition & VueComponentBaseProps;
246
- "omfx-properties-term-set-editor": typeof wc83dee8a1eea84537ad9544e8b9fc4cb1.propsDefinition & VueComponentBaseProps;
247
- "omfx-properties-term-set-configuration": typeof wca9cc1e1ff5894f4db7005bc49c6c47c5.propsDefinition & VueComponentBaseProps;
248
- "omnia-admin": typeof wc253e469ef68e4cb5b526343736c2ff11.propsDefinition & VueComponentBaseProps;
249
- "omfx-app-instance-rollup": typeof wca8f8d41d8ceb43e0b16398c209fd6b32.propsDefinition & VueComponentBaseProps;
250
- "omfx-app-management": typeof wc450488bd95a34f368241e9b4d8c71dee.propsDefinition & VueComponentBaseProps;
251
- "omfx-app-management-instance-tab": typeof wcd26f1c7425484ce6adfc9165704877e5.propsDefinition & VueComponentBaseProps;
252
- "omfx-app-management-template-tab": typeof wcdf7481b60b764c08865e658d9607387a.propsDefinition & VueComponentBaseProps;
253
- "omfx-app-management-layout-tab": typeof wc6c400e11caad44bf8d174b145b6f122d.propsDefinition & VueComponentBaseProps;
254
- "omfx-app-management-namingpolicy-tab": typeof wc211ad37d3c1747c2a3fce889a433ebaa.propsDefinition & VueComponentBaseProps;
255
- "omfx-tab-management": typeof wc20bd8ac81b314379a3676ca3b31c720e.propsDefinition & VueComponentBaseProps;
256
- "omfx-add-button": typeof wc1476702e8f24468d9185322be5931c54.propsDefinition & VueComponentBaseProps;
257
- "omfx-app-show-in-public-listings-input": typeof wc8e21d658d6f84d70870d29805b27df86.propsDefinition & VueComponentBaseProps;
258
244
  "omfx-authsetup": typeof wce4889269c6ad440da65f3acdf5bb6152.propsDefinition & VueComponentBaseProps;
259
245
  "omfx-command-palette": typeof wc5dfa7b609aed43ffab03dad33c65b2da.propsDefinition & VueComponentBaseProps;
260
246
  "omfx-options-block-current": typeof wce57d5f3e25e942a08ed97f69d608ab92.propsDefinition & VueComponentBaseProps;
261
247
  "omfx-date-time-zone-picker": typeof wc90e26d3a6e3e4bf9bd1ce81c6735eda2.propsDefinition & VueComponentBaseProps;
262
248
  "omfx-date-time-zone-renderer": typeof wcd3d05fa7bb114ecab1c16f714641b678.propsDefinition & VueComponentBaseProps;
263
249
  "omfx-dialog": typeof wc3ff00f2d8a4c48a4ae0cff23fc0127ac.propsDefinition & VueComponentBaseProps;
264
- "omfx-docs": typeof wc1f31fc580b854d19895c1879120a9891.propsDefinition & VueComponentBaseProps;
265
- "omfx-enterpriseproperties-extended-property-settings": typeof wc4ecc566131194348b7ec8495a06d4fd6.propsDefinition & VueComponentBaseProps;
266
- "omfx-filterengine-person-propertysettings": typeof wceed905b1712c498ebd5bb24f12ed10d7.propsDefinition & VueComponentBaseProps;
267
- "omfx-filterengine-person-defaultvalue-input": typeof wcad26e9b3bf774d949d153b9f9d1d4b02.propsDefinition & VueComponentBaseProps;
268
- "omfx-filterengine-text-propertysettings": typeof wc7b2e1b93599a4e5fb878fb68b6abd74c.propsDefinition & VueComponentBaseProps;
269
- "omfx-filterengine-text-defaultvalue-input": typeof wc47fde3016cac4cfea002b318651b2946.propsDefinition & VueComponentBaseProps;
270
- "omfx-filterengine-boolean-propertysettings": typeof wc031ba18d4af243d2b9f1724a56077890.propsDefinition & VueComponentBaseProps;
271
- "omfx-filterengine-boolean-defaultvalue-input": typeof wc6003c34b7d2d49cc8a9c7440371dca4b.propsDefinition & VueComponentBaseProps;
272
- "omfx-filterengine-datetime-propertysettings": typeof wca1d7711329c24045bf72254e8d2767c8.propsDefinition & VueComponentBaseProps;
273
- "omfx-filterengine-datetime-defaultvalue-input": typeof wcba1fad28be954b8fadb7290ccb8f8c86.propsDefinition & VueComponentBaseProps;
274
- "omfx-filterengine-number-propertysettings": typeof wcee09ecc9d4fb46de8f1a408e38858030.propsDefinition & VueComponentBaseProps;
275
- "omfx-filterengine-number-defaultvalue-input": typeof wcea2ad78acabc4ec0bc3609301b3713c3.propsDefinition & VueComponentBaseProps;
276
- "omfx-filterengine-tags-propertysettings": typeof wc024952d88730404da854cfed0d045284.propsDefinition & VueComponentBaseProps;
277
- "omfx-filterengine-tags-defaultvalue-input": typeof wcdc589fd533c8400a8dde3dad35f47248.propsDefinition & VueComponentBaseProps;
250
+ "omfx-features-journey": typeof wcfd300449c17f44fd80d83e709a10bf63.propsDefinition & VueComponentBaseProps;
278
251
  "omfx-filterengine-settings": typeof wca91d4cd2b5744de3a672110cb1cdf7ba.propsDefinition & VueComponentBaseProps;
279
252
  "omfx-filterengine-renderer": typeof wc34e1cea969d744f1bbec4770b51d49f5.propsDefinition & VueComponentBaseProps;
280
253
  "omfx-person-filterengine-renderer": typeof wc43fc70078d114ec3a70ebbd767ef4f95.propsDefinition & VueComponentBaseProps;
@@ -301,48 +274,60 @@ declare global {
301
274
  "omfx-identity-picker": typeof wcec81357974804c539bff6c58a8785c22.propsDefinition & VueComponentBaseProps;
302
275
  "omfx-identity-picker-dialog": typeof wc5d74b2de65164761a3dce6a534b64bd1.propsDefinition & VueComponentBaseProps;
303
276
  "omfx-identity-picker-button": typeof wc70593d481fa54e68be9f4fe41f0f5c92.propsDefinition & VueComponentBaseProps;
277
+ "omfx-limited-label": typeof wc6c2ac8bf4da44a2b8e544eaf5b42099f.propsDefinition & VueComponentBaseProps;
278
+ "omfx-magiclink": typeof wcf365f5cb3a694c20be7b96423bbc3eca.propsDefinition & VueComponentBaseProps;
279
+ "omfx-markdown-editor": typeof wc744b3f31e00c4815b63ecaf638ad7a7a.propsDefinition & VueComponentBaseProps;
280
+ "omfx-markdown-renderer": typeof wcc8b990d01ddc45ab930b4409fc406435.propsDefinition & VueComponentBaseProps;
281
+ "monaco-editor": typeof wc2e8004b49c8d44dd8edb56ce884c2b57.propsDefinition & VueComponentBaseProps;
282
+ "omfx-option-picker": typeof wc7f06e68f94904b48b827b23acd148bec.propsDefinition & VueComponentBaseProps;
283
+ "omnia-play-2": typeof wcb6ddbf2c41224cd29b92fcecbbdd31a0.propsDefinition & VueComponentBaseProps;
284
+ "omfx-presetup-wizard": typeof wc1a58948a606a42078da3fb919cc4f7e6.propsDefinition & VueComponentBaseProps;
285
+ "omfx-profilecard-renderer": typeof wc6d1d84cb210643c59ca8437fc36c75a1.propsDefinition & VueComponentBaseProps;
286
+ "omfx-datasource-property-picker": typeof wc091ee9b103234b26a5e2bd5f992b2582.propsDefinition & VueComponentBaseProps;
287
+ "omfx-property-renderer": typeof wcf36a8a2b1c70423ebc4647aaddab8f4f.propsDefinition & VueComponentBaseProps;
288
+ "omfx-property-definition-renderer": typeof wc48e897be803c4b5cb1db09dbadd04fe5.propsDefinition & VueComponentBaseProps;
289
+ "omfx-property-configuration": typeof wce012f61b652b4ab8b7e9d436ef772f54.propsDefinition & VueComponentBaseProps;
290
+ "omfx-property-label-options": typeof wc54caefeaae1d4da7b236a3ff268b31c3.propsDefinition & VueComponentBaseProps;
291
+ "omfx-property-locking": typeof wc14f41bfbe00d46658959d3b2ebb7da69.propsDefinition & VueComponentBaseProps;
292
+ "omfx-property-input": typeof wcb174dcf2716344b0bb02c981ae68dd73.propsDefinition & VueComponentBaseProps;
293
+ "omfx-rich-text-editor": typeof wc7474e75042e347b4821bbafdb1cb4ee0.propsDefinition & VueComponentBaseProps;
294
+ "omfx-rollup-empty": typeof wc8c7794090eb647eb8510b39cbefa17a7.propsDefinition & VueComponentBaseProps;
295
+ "omfx-settings-pane": typeof wcc0de4753b9fe4004b0f4e6b6b91730ab.propsDefinition & VueComponentBaseProps;
296
+ "omfx-side-panel": typeof wc539d199f69934c10a963f142e4f3056d.propsDefinition & VueComponentBaseProps;
297
+ "omfx-signin-page": typeof wcb5315b31203e4bd1beb3c33f2122cbfe.propsDefinition & VueComponentBaseProps;
298
+ "omfx-signin-block": typeof wce4b25c06803a417a9c4aa4b7280a599b.propsDefinition & VueComponentBaseProps;
299
+ "omfx-signin-omnia": typeof wcbc3b9409639d45829a6e58a4295bc470.propsDefinition & VueComponentBaseProps;
300
+ "omfx-signout": typeof wcf297290b5ea4409a9738ca880f1ea612.propsDefinition & VueComponentBaseProps;
301
+ "omfx-spacing-picker": typeof wc564bced7081c496483e8df717f600ff3.propsDefinition & VueComponentBaseProps;
302
+ "omfx-status-message-overlay": typeof wccb83d46eaaed44d4920d4d5da21bc488.propsDefinition & VueComponentBaseProps;
303
+ "omfx-user-presence": typeof wc21a1f20b3d404602853049c1c8b8da2f.propsDefinition & VueComponentBaseProps;
304
+ "omfx-usertype-layout-renderer": typeof wc30289e2b58ff48b0aabb3cb3732c3038.propsDefinition & VueComponentBaseProps;
305
+ "omfx-usertype-layout-blade-builder": typeof wc5b26d2a399c041f3beae9c1115d6e8d8.propsDefinition & VueComponentBaseProps;
306
+ "omfx-versioned-layout-renderer": typeof wcba03fc7e6921468289c0a0ffe0cf942e.propsDefinition & VueComponentBaseProps;
307
+ "omfx-versioned-layout-editor": typeof wc73154f51a92944acbe248779a3fa7ef5.propsDefinition & VueComponentBaseProps;
308
+ "omfx-taxonomy-filterengine-renderer": typeof wc28d15a1179a04eaa9f2e82abe15f7177.propsDefinition & VueComponentBaseProps;
309
+ "omfx-filterengine-selectionsarea-taxonomyproperty": typeof wcb1fca92af8524970b426823cf7ef65b5.propsDefinition & VueComponentBaseProps;
310
+ "omnia-admin": typeof wc253e469ef68e4cb5b526343736c2ff11.propsDefinition & VueComponentBaseProps;
311
+ "omfx-app-instance-rollup": typeof wca8f8d41d8ceb43e0b16398c209fd6b32.propsDefinition & VueComponentBaseProps;
312
+ "omfx-app-management": typeof wc450488bd95a34f368241e9b4d8c71dee.propsDefinition & VueComponentBaseProps;
313
+ "omfx-app-management-instance-tab": typeof wcd26f1c7425484ce6adfc9165704877e5.propsDefinition & VueComponentBaseProps;
314
+ "omfx-app-management-template-tab": typeof wcdf7481b60b764c08865e658d9607387a.propsDefinition & VueComponentBaseProps;
315
+ "omfx-app-management-layout-tab": typeof wc6c400e11caad44bf8d174b145b6f122d.propsDefinition & VueComponentBaseProps;
316
+ "omfx-app-management-namingpolicy-tab": typeof wc211ad37d3c1747c2a3fce889a433ebaa.propsDefinition & VueComponentBaseProps;
317
+ "omfx-tab-management": typeof wc20bd8ac81b314379a3676ca3b31c720e.propsDefinition & VueComponentBaseProps;
318
+ "omfx-app-show-in-public-listings-input": typeof wc8e21d658d6f84d70870d29805b27df86.propsDefinition & VueComponentBaseProps;
319
+ "omfx-docs": typeof wc1f31fc580b854d19895c1879120a9891.propsDefinition & VueComponentBaseProps;
304
320
  "omfx-media-scaling-settings": typeof wc2f4b3c8e5d6a4f7bbc9d1e0a2b3c4d5e.propsDefinition & VueComponentBaseProps;
305
321
  "omfx-journey-testbench": typeof wc2252e1bd3ac44ef9b92c68e5b1e41a49.propsDefinition & VueComponentBaseProps;
306
- "omfx-journey-v2": typeof wcc0ba9c7ccef54093bcb0be49e7cf79df.propsDefinition & VueComponentBaseProps;
322
+ "omfx-journey": typeof wcc0ba9c7ccef54093bcb0be49e7cf79df.propsDefinition & VueComponentBaseProps;
307
323
  "omfx-journey-blade": typeof wcd308de8efcff4754826523a0f06df130.propsDefinition & VueComponentBaseProps;
308
- "omfx-layout-block-placeholder": typeof wc4834285963564938a31a1ac1dfb1b5d8.propsDefinition & VueComponentBaseProps;
309
- "omfx-canvas-toolbar": typeof wc4512676606d342adbd011def4b615151.propsDefinition & VueComponentBaseProps;
310
- "omnia-layout-developertools": typeof wc41f1eb15438a488b8b227b1ff31ca66f.propsDefinition & VueComponentBaseProps;
311
- "omfx-device-previewer": typeof wcd89913a1055942b38285fcab85751865.propsDefinition & VueComponentBaseProps;
312
324
  "omfx-layout-editor-canvas": typeof wc8e03e2f7fb024945bc51138b77d06088.propsDefinition & VueComponentBaseProps;
313
- "omfx-layout-background-settings": typeof wcf5cf0b4975644d688124880ae533869e.propsDefinition & VueComponentBaseProps;
314
- "omfx-layout-block-settings-header": typeof wc2e52c0d860ec498fa3abf6b76eacc45d.propsDefinition & VueComponentBaseProps;
315
- "omfx-layout-block-settings-spacing": typeof wc9666ee9da0af46ac8354f0577050cb60.propsDefinition & VueComponentBaseProps;
316
- "omfx-layout-block-settings-style": typeof wc103ae93f7a7c4754872e2573a9a689d7.propsDefinition & VueComponentBaseProps;
317
- "omfx-layout-block-settings-css": typeof wc06eff92039dd49339e522ac2d7a648af.propsDefinition & VueComponentBaseProps;
318
- "omfx-layout-block-settings-targeting": typeof wc53cbd5702e9e41ffa95093586c0e001d.propsDefinition & VueComponentBaseProps;
319
- "omfx-layout-block-title": typeof wc1b1dd31ac8644b498ddf378a431dfb19.propsDefinition & VueComponentBaseProps;
320
- "omfx-layout-block-title-settings": typeof wcbeda6edf4c614323955fc06c6326f7e9.propsDefinition & VueComponentBaseProps;
321
- "omfx-layout-image-background-settings": typeof wc0f7be5adc6ff4d81b920e5cf086128ae.propsDefinition & VueComponentBaseProps;
322
- "omfx-layout-layout-settings-globalheader": typeof wc673c5382ae8e4663ac07110302d7e386.propsDefinition & VueComponentBaseProps;
323
- "omfx-layout-layout-settings-blockheader": typeof wc221ed456340d4c1fa7522b7bee6d7a64.propsDefinition & VueComponentBaseProps;
324
- "omfx-layout-layout-settings-style": typeof wc9e404f90ca6640f19c3fece23b073993.propsDefinition & VueComponentBaseProps;
325
- "omfx-layout-clipboard": typeof wc4a31764ba9f6414a96192d0d02456086.propsDefinition & VueComponentBaseProps;
326
- "omfx-layout-lock-settings": typeof wc160a5d56895f4a66a9dae49cffdae312.propsDefinition & VueComponentBaseProps;
327
- "omfx-layout-section-settings-general": typeof wc51c48c7bbe4245888bbf2f98884d6028.propsDefinition & VueComponentBaseProps;
328
- "omfx-layout-section-settings-spacing": typeof wc68724008d5d046b8a2f969ee90eece2c.propsDefinition & VueComponentBaseProps;
329
- "omfx-layout-section-settings-style": typeof wc08384c0236f840719ee3d8e018718e68.propsDefinition & VueComponentBaseProps;
330
- "omfx-layout-section-settings-css": typeof wc245a49e2d21a4b4ca849825b903103fe.propsDefinition & VueComponentBaseProps;
331
- "omfx-layout-section-settings-targeting": typeof wc68628381bcdb41f6b0beb64d7ce94052.propsDefinition & VueComponentBaseProps;
332
- "omfx-layout-section-settings-header": typeof wc48ff129f9a254eec9276b47f0c0f8b3e.propsDefinition & VueComponentBaseProps;
333
- "omfx-layout-tab-layout-settings": typeof wc2a460a78bf504a2b9d00b1f86a347d46.propsDefinition & VueComponentBaseProps;
334
- "omfx-layout-tab-block-settings": typeof wc5b6b6242356046c29e05c24fb2135bf0.propsDefinition & VueComponentBaseProps;
335
325
  "omfx-layout-block-renderer-helper": typeof wc0b2ee63495854227a082987161a9e641.propsDefinition & VueComponentBaseProps;
336
326
  "omfx-layout-renderer-canvas": typeof wcf346db89a53b404690b1795429fb0162.propsDefinition & VueComponentBaseProps;
337
- "omfx-limited-label": typeof wc6c2ac8bf4da44a2b8e544eaf5b42099f.propsDefinition & VueComponentBaseProps;
338
- "omfx-magiclink": typeof wcf365f5cb3a694c20be7b96423bbc3eca.propsDefinition & VueComponentBaseProps;
339
- "omfx-markdown-editor": typeof wc744b3f31e00c4815b63ecaf638ad7a7a.propsDefinition & VueComponentBaseProps;
340
- "omfx-markdown-renderer": typeof wcc8b990d01ddc45ab930b4409fc406435.propsDefinition & VueComponentBaseProps;
341
327
  "omfx-media-picker-dalle-polling-image": typeof wc8f6c9579f26646dfb316c087e04455cc.propsDefinition & VueComponentBaseProps;
342
- "monaco-editor": typeof wc2e8004b49c8d44dd8edb56ce884c2b57.propsDefinition & VueComponentBaseProps;
343
- "omfx-option-picker": typeof wc7f06e68f94904b48b827b23acd148bec.propsDefinition & VueComponentBaseProps;
344
328
  "o-alignment-picker": typeof wc8e3534c9960c46b090f442e563d71265.propsDefinition & VueComponentBaseProps;
345
329
  "o-app-bar": typeof wc7fbf605e1ae24b21b0a9e35141aca17b.propsDefinition & VueComponentBaseProps;
330
+ "o-avatar": typeof wc99abf48aa0214a7995d0579883a1612c.propsDefinition & VueComponentBaseProps;
346
331
  "o-btn": typeof wc678a52a5101d41498d47754aeae5f9f6.propsDefinition & VueComponentBaseProps;
347
332
  "o-btn-group": typeof wc07d25314740f40058782f3123ea1c388.propsDefinition & VueComponentBaseProps;
348
333
  "o-btn-toggle": typeof wcbeb97ee8f2a94d1b86980b1736f82e20.propsDefinition & VueComponentBaseProps;
@@ -382,18 +367,46 @@ declare global {
382
367
  "o-textarea": typeof wcab9101708fac46968e7d1ce1ea71c3cf.propsDefinition & VueComponentBaseProps;
383
368
  "o-text-field": typeof wc9a7ad06b091e4633a0fc3d380210f9cb.propsDefinition & VueComponentBaseProps;
384
369
  "o-toolbar": typeof wc53c3a240c5bf4d39ac29ac7f1f7415ae.propsDefinition & VueComponentBaseProps;
370
+ "o-tooltip": typeof wca734925baa664530a42731d3b9719681.propsDefinition & VueComponentBaseProps;
385
371
  "o-treeview": typeof wce1b9681a96a94f65a08577ef52b83752.propsDefinition & VueComponentBaseProps;
386
- "omnia-play-2": typeof wcb6ddbf2c41224cd29b92fcecbbdd31a0.propsDefinition & VueComponentBaseProps;
387
- "omfx-presetup-wizard": typeof wc1a58948a606a42078da3fb919cc4f7e6.propsDefinition & VueComponentBaseProps;
388
- "omfx-profilecard-renderer": typeof wc6d1d84cb210643c59ca8437fc36c75a1.propsDefinition & VueComponentBaseProps;
372
+ "omfx-emoticon": typeof wc58330f37503947799af05363e58bda3c.propsDefinition & VueComponentBaseProps;
373
+ "omfx-textcompletion-panel": typeof wc327ec741777b4e1ea8017f1d0a3b8d9d.propsDefinition & VueComponentBaseProps;
374
+ "omfx-themedefinition-editor": typeof wc4ff736bf8c544324883ed49f2a38f846.propsDefinition & VueComponentBaseProps;
375
+ "omfx-blueprint-picker": typeof wc44e2dd896269442f800da69000d4c2f1.propsDefinition & VueComponentBaseProps;
376
+ "omfx-color-schema-definition-picker": typeof wc829fbdec1d3b44059578b89b6d04c52b.propsDefinition & VueComponentBaseProps;
377
+ "omfx-color-schema-picker": typeof wc1266389c28034034921b897f788f302d.propsDefinition & VueComponentBaseProps;
378
+ "omfx-theme-definition-picker": typeof wc252ece0016594978b3ddfafdd59adda4.propsDefinition & VueComponentBaseProps;
379
+ "omfx-theme-editor-v2": typeof wc5abbb7170e454f0d8cb537bcad180cd7.propsDefinition & VueComponentBaseProps;
380
+ "omfx-velcron-editor": typeof wcc75ffd4cf2f14b6685c5c2d894fdf00f.propsDefinition & VueComponentBaseProps;
381
+ "omfx-velcron-renderer": typeof wc3dd4d94bcc254f9fac2100a3ff84dc7e.propsDefinition & VueComponentBaseProps;
382
+ "omfx-properties-term-set-display": typeof wc7332138e1e7845d1a5e62597a27e44a4.propsDefinition & VueComponentBaseProps;
383
+ "omfx-properties-term-set-editor": typeof wc83dee8a1eea84537ad9544e8b9fc4cb1.propsDefinition & VueComponentBaseProps;
384
+ "omfx-properties-term-set-configuration": typeof wca9cc1e1ff5894f4db7005bc49c6c47c5.propsDefinition & VueComponentBaseProps;
385
+ "omfx-enterpriseproperties-extended-property-settings": typeof wc4ecc566131194348b7ec8495a06d4fd6.propsDefinition & VueComponentBaseProps;
386
+ "omfx-filterengine-person-propertysettings": typeof wceed905b1712c498ebd5bb24f12ed10d7.propsDefinition & VueComponentBaseProps;
387
+ "omfx-filterengine-person-defaultvalue-input": typeof wcad26e9b3bf774d949d153b9f9d1d4b02.propsDefinition & VueComponentBaseProps;
388
+ "omfx-filterengine-text-propertysettings": typeof wc7b2e1b93599a4e5fb878fb68b6abd74c.propsDefinition & VueComponentBaseProps;
389
+ "omfx-filterengine-text-defaultvalue-input": typeof wc47fde3016cac4cfea002b318651b2946.propsDefinition & VueComponentBaseProps;
390
+ "omfx-filterengine-boolean-propertysettings": typeof wc031ba18d4af243d2b9f1724a56077890.propsDefinition & VueComponentBaseProps;
391
+ "omfx-filterengine-boolean-defaultvalue-input": typeof wc6003c34b7d2d49cc8a9c7440371dca4b.propsDefinition & VueComponentBaseProps;
392
+ "omfx-filterengine-datetime-propertysettings": typeof wca1d7711329c24045bf72254e8d2767c8.propsDefinition & VueComponentBaseProps;
393
+ "omfx-filterengine-datetime-defaultvalue-input": typeof wcba1fad28be954b8fadb7290ccb8f8c86.propsDefinition & VueComponentBaseProps;
394
+ "omfx-filterengine-number-propertysettings": typeof wcee09ecc9d4fb46de8f1a408e38858030.propsDefinition & VueComponentBaseProps;
395
+ "omfx-filterengine-number-defaultvalue-input": typeof wcea2ad78acabc4ec0bc3609301b3713c3.propsDefinition & VueComponentBaseProps;
396
+ "omfx-filterengine-tags-propertysettings": typeof wc024952d88730404da854cfed0d045284.propsDefinition & VueComponentBaseProps;
397
+ "omfx-filterengine-tags-defaultvalue-input": typeof wcdc589fd533c8400a8dde3dad35f47248.propsDefinition & VueComponentBaseProps;
398
+ "omfx-layout-block-placeholder": typeof wc4834285963564938a31a1ac1dfb1b5d8.propsDefinition & VueComponentBaseProps;
399
+ "omfx-canvas-toolbar": typeof wc4512676606d342adbd011def4b615151.propsDefinition & VueComponentBaseProps;
400
+ "omnia-layout-developertools": typeof wc41f1eb15438a488b8b227b1ff31ca66f.propsDefinition & VueComponentBaseProps;
401
+ "omfx-device-previewer": typeof wcd89913a1055942b38285fcab85751865.propsDefinition & VueComponentBaseProps;
389
402
  "omfx-properties-birthday-display": typeof wc916c23c53dbf4d5a8e421e9449c6b203.propsDefinition & VueComponentBaseProps;
390
403
  "omfx-properties-birthday-editor": typeof wc644e39fe6d4f4e23b1777aefd9c23939.propsDefinition & VueComponentBaseProps;
391
404
  "omfx-properties-boolean-display": typeof wcf61d06a945754742a1896847765fbea5.propsDefinition & VueComponentBaseProps;
392
405
  "omfx-properties-boolean-editor": typeof wca16c703117f44a68982a1898d6c3c31b.propsDefinition & VueComponentBaseProps;
393
- "omfx-properties-date-time-display": typeof wc5666ffa15ff14a64bac8854da534ff16.propsDefinition & VueComponentBaseProps;
394
- "omfx-properties-date-time-editor": typeof wc0f52758b4d0c4e02abfeea1c5c935571.propsDefinition & VueComponentBaseProps;
395
406
  "omfx-properties-date-display": typeof wc627dc53f51a442019a52bba09ac665cc.propsDefinition & VueComponentBaseProps;
396
407
  "omfx-properties-date-editor": typeof wcae6a9ccc0bf24b0fb983460b7aba7fe6.propsDefinition & VueComponentBaseProps;
408
+ "omfx-properties-date-time-display": typeof wc5666ffa15ff14a64bac8854da534ff16.propsDefinition & VueComponentBaseProps;
409
+ "omfx-properties-date-time-editor": typeof wc0f52758b4d0c4e02abfeea1c5c935571.propsDefinition & VueComponentBaseProps;
397
410
  "omfx-properties-email-display": typeof wc2b51f4d3ea464d7aa3f5b6ab4b9f9ccc.propsDefinition & VueComponentBaseProps;
398
411
  "omfx-properties-email-editor": typeof wc056a7f0a4fa444368b5c7d09c60dbcde.propsDefinition & VueComponentBaseProps;
399
412
  "omfx-properties-html-display": typeof wc5f8ca1cb4e2847d4935f0ac659a3a1f8.propsDefinition & VueComponentBaseProps;
@@ -424,48 +437,41 @@ declare global {
424
437
  "omfx-properties-text-editor": typeof wcb8cc745685f2417cacf578d9bed620b5.propsDefinition & VueComponentBaseProps;
425
438
  "omfx-properties-time-display": typeof wceb1460af73a8467597c5d0987d38cae5.propsDefinition & VueComponentBaseProps;
426
439
  "omfx-properties-time-editor": typeof wcf6b07b9fb080465498768f4fc8c58415.propsDefinition & VueComponentBaseProps;
427
- "omfx-datasource-property-picker": typeof wc091ee9b103234b26a5e2bd5f992b2582.propsDefinition & VueComponentBaseProps;
428
- "omfx-property-renderer": typeof wcf36a8a2b1c70423ebc4647aaddab8f4f.propsDefinition & VueComponentBaseProps;
429
- "omfx-property-definition-renderer": typeof wc48e897be803c4b5cb1db09dbadd04fe5.propsDefinition & VueComponentBaseProps;
430
- "omfx-property-configuration": typeof wce012f61b652b4ab8b7e9d436ef772f54.propsDefinition & VueComponentBaseProps;
431
- "omfx-property-label-options": typeof wc54caefeaae1d4da7b236a3ff268b31c3.propsDefinition & VueComponentBaseProps;
432
- "omfx-property-locking": typeof wc14f41bfbe00d46658959d3b2ebb7da69.propsDefinition & VueComponentBaseProps;
433
- "omfx-property-input": typeof wcb174dcf2716344b0bb02c981ae68dd73.propsDefinition & VueComponentBaseProps;
434
- "omfx-emoticon": typeof wc58330f37503947799af05363e58bda3c.propsDefinition & VueComponentBaseProps;
435
- "omfx-rich-text-editor": typeof wc7474e75042e347b4821bbafdb1cb4ee0.propsDefinition & VueComponentBaseProps;
436
- "omfx-textcompletion-panel": typeof wc327ec741777b4e1ea8017f1d0a3b8d9d.propsDefinition & VueComponentBaseProps;
437
- "omfx-rollup-empty": typeof wc8c7794090eb647eb8510b39cbefa17a7.propsDefinition & VueComponentBaseProps;
438
- "omfx-settings-pane": typeof wcc0de4753b9fe4004b0f4e6b6b91730ab.propsDefinition & VueComponentBaseProps;
439
- "omfx-side-panel": typeof wc539d199f69934c10a963f142e4f3056d.propsDefinition & VueComponentBaseProps;
440
- "omfx-signin-page": typeof wcb5315b31203e4bd1beb3c33f2122cbfe.propsDefinition & VueComponentBaseProps;
441
- "omfx-signin-block": typeof wce4b25c06803a417a9c4aa4b7280a599b.propsDefinition & VueComponentBaseProps;
442
- "omfx-signin-omnia": typeof wcbc3b9409639d45829a6e58a4295bc470.propsDefinition & VueComponentBaseProps;
443
- "omfx-signout": typeof wcf297290b5ea4409a9738ca880f1ea612.propsDefinition & VueComponentBaseProps;
444
- "omfx-spacing-picker": typeof wc564bced7081c496483e8df717f600ff3.propsDefinition & VueComponentBaseProps;
445
- "omfx-status-message-overlay": typeof wccb83d46eaaed44d4920d4d5da21bc488.propsDefinition & VueComponentBaseProps;
446
- "omfx-blueprint-picker": typeof wc44e2dd896269442f800da69000d4c2f1.propsDefinition & VueComponentBaseProps;
447
- "omfx-color-schema-definition-picker": typeof wc829fbdec1d3b44059578b89b6d04c52b.propsDefinition & VueComponentBaseProps;
448
- "omfx-color-schema-picker": typeof wc1266389c28034034921b897f788f302d.propsDefinition & VueComponentBaseProps;
449
- "omfx-theme-definition-picker": typeof wc252ece0016594978b3ddfafdd59adda4.propsDefinition & VueComponentBaseProps;
450
- "omfx-theme-editor-v2": typeof wc5abbb7170e454f0d8cb537bcad180cd7.propsDefinition & VueComponentBaseProps;
451
- "omfx-themedefinition-editor": typeof wc4ff736bf8c544324883ed49f2a38f846.propsDefinition & VueComponentBaseProps;
452
- "omfx-user-presence": typeof wc21a1f20b3d404602853049c1c8b8da2f.propsDefinition & VueComponentBaseProps;
453
- "omfx-usertype-layout-renderer": typeof wc30289e2b58ff48b0aabb3cb3732c3038.propsDefinition & VueComponentBaseProps;
454
- "omfx-usertype-layout-blade-builder": typeof wc5b26d2a399c041f3beae9c1115d6e8d8.propsDefinition & VueComponentBaseProps;
455
440
  "omfx-content-block": typeof wccf8f32c9a70e408489a451caa80cd327.propsDefinition & VueComponentBaseProps;
456
441
  "omfx-content-block-settings": typeof wcce1c0a7d513e45ee86564ec4235e712d.propsDefinition & VueComponentBaseProps;
457
442
  "omfx-velcron-block": typeof wc80bd5b0978ea40439001d3d409236382.propsDefinition & VueComponentBaseProps;
458
443
  "omfx-velcron-block-settings": typeof wce8526e8ed3f74e848e0dd747fd4d376d.propsDefinition & VueComponentBaseProps;
459
444
  "omfx-velcron-definition-picker": typeof wcb197c5e805cc4d6bb3d012e258560b31.propsDefinition & VueComponentBaseProps;
460
445
  "omfx-velcron-properties": typeof wcdabd67ab338243858fe7d1ca24399995.propsDefinition & VueComponentBaseProps;
446
+ "omfx-filterengine-taxonomy-propertysettings": typeof wcdb625bea89b04f32a946efe7a887c7f2.propsDefinition & VueComponentBaseProps;
447
+ "omfx-filterengine-taxonomy-defaultvalue-input": typeof wcded30c240e6c4688955867472a8d0a02.propsDefinition & VueComponentBaseProps;
448
+ "omfx-layout-background-settings": typeof wcf5cf0b4975644d688124880ae533869e.propsDefinition & VueComponentBaseProps;
449
+ "omfx-layout-block-settings-header": typeof wc2e52c0d860ec498fa3abf6b76eacc45d.propsDefinition & VueComponentBaseProps;
450
+ "omfx-layout-block-settings-spacing": typeof wc9666ee9da0af46ac8354f0577050cb60.propsDefinition & VueComponentBaseProps;
451
+ "omfx-layout-block-settings-style": typeof wc103ae93f7a7c4754872e2573a9a689d7.propsDefinition & VueComponentBaseProps;
452
+ "omfx-layout-block-settings-css": typeof wc06eff92039dd49339e522ac2d7a648af.propsDefinition & VueComponentBaseProps;
453
+ "omfx-layout-block-settings-targeting": typeof wc53cbd5702e9e41ffa95093586c0e001d.propsDefinition & VueComponentBaseProps;
454
+ "omfx-layout-block-title": typeof wc1b1dd31ac8644b498ddf378a431dfb19.propsDefinition & VueComponentBaseProps;
455
+ "omfx-layout-block-title-settings": typeof wcbeda6edf4c614323955fc06c6326f7e9.propsDefinition & VueComponentBaseProps;
456
+ "omfx-layout-image-background-settings": typeof wc0f7be5adc6ff4d81b920e5cf086128ae.propsDefinition & VueComponentBaseProps;
457
+ "omfx-layout-layout-settings-globalheader": typeof wc673c5382ae8e4663ac07110302d7e386.propsDefinition & VueComponentBaseProps;
458
+ "omfx-layout-layout-settings-blockheader": typeof wc221ed456340d4c1fa7522b7bee6d7a64.propsDefinition & VueComponentBaseProps;
459
+ "omfx-layout-layout-settings-style": typeof wc9e404f90ca6640f19c3fece23b073993.propsDefinition & VueComponentBaseProps;
460
+ "omfx-layout-clipboard": typeof wc4a31764ba9f6414a96192d0d02456086.propsDefinition & VueComponentBaseProps;
461
+ "omfx-layout-lock-settings": typeof wc160a5d56895f4a66a9dae49cffdae312.propsDefinition & VueComponentBaseProps;
462
+ "omfx-layout-section-settings-general": typeof wc51c48c7bbe4245888bbf2f98884d6028.propsDefinition & VueComponentBaseProps;
463
+ "omfx-layout-section-settings-spacing": typeof wc68724008d5d046b8a2f969ee90eece2c.propsDefinition & VueComponentBaseProps;
464
+ "omfx-layout-section-settings-style": typeof wc08384c0236f840719ee3d8e018718e68.propsDefinition & VueComponentBaseProps;
465
+ "omfx-layout-section-settings-css": typeof wc245a49e2d21a4b4ca849825b903103fe.propsDefinition & VueComponentBaseProps;
466
+ "omfx-layout-section-settings-targeting": typeof wc68628381bcdb41f6b0beb64d7ce94052.propsDefinition & VueComponentBaseProps;
467
+ "omfx-layout-section-settings-header": typeof wc48ff129f9a254eec9276b47f0c0f8b3e.propsDefinition & VueComponentBaseProps;
468
+ "omfx-layout-tab-layout-settings": typeof wc2a460a78bf504a2b9d00b1f86a347d46.propsDefinition & VueComponentBaseProps;
469
+ "omfx-layout-tab-block-settings": typeof wc5b6b6242356046c29e05c24fb2135bf0.propsDefinition & VueComponentBaseProps;
470
+ "omfx-add-button": typeof wc1476702e8f24468d9185322be5931c54.propsDefinition & VueComponentBaseProps;
461
471
  "omfx-color-picker-schema": typeof wc327aebb7d6ce4565bf119cf67e121d1a.propsDefinition & VueComponentBaseProps;
462
472
  "omfx-color-schema-mapper": typeof wc511447a5fd2646af910064ed9970d82e.propsDefinition & VueComponentBaseProps;
463
473
  "omfx-ratio-picker": typeof wc3cd2da446d21461e8149e6c8334a36f4.propsDefinition & VueComponentBaseProps;
464
474
  "omfx-typography-picker-schema": typeof wc8420a0b507e14a288c2d895471739f1d.propsDefinition & VueComponentBaseProps;
465
- "omfx-velcron-editor": typeof wcc75ffd4cf2f14b6685c5c2d894fdf00f.propsDefinition & VueComponentBaseProps;
466
- "omfx-velcron-renderer": typeof wc3dd4d94bcc254f9fac2100a3ff84dc7e.propsDefinition & VueComponentBaseProps;
467
- "omfx-versioned-layout-renderer": typeof wcba03fc7e6921468289c0a0ffe0cf942e.propsDefinition & VueComponentBaseProps;
468
- "omfx-versioned-layout-editor": typeof wc73154f51a92944acbe248779a3fa7ef5.propsDefinition & VueComponentBaseProps;
469
475
  }
470
476
  }
471
477
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/fx",
3
3
  "license": "MIT",
4
- "version": "8.0.30-vnext",
4
+ "version": "8.0.31-vnext",
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.30-vnext",
23
+ "@omnia/fx-models": "8.0.31-vnext",
24
24
  "@microsoft/signalr": "6.0.1",
25
25
  "broadcast-channel": "4.8.0",
26
26
  "dayjs": "1.10.7",
@@ -1,18 +0,0 @@
1
- import { GuidValue } from "../../models";
2
- import { TsxAllowUnknowProperties } from "../TsxAllowUnknowProperties";
3
- export interface IFeatureJourney {
4
- appInstanceId?: GuidValue;
5
- targetResolverType: string;
6
- onInstanceClosed?: () => void;
7
- }
8
- declare global {
9
- namespace JSX {
10
- interface Element {
11
- }
12
- interface ElementClass {
13
- }
14
- interface IntrinsicElements {
15
- "omfx-features-journey": TsxAllowUnknowProperties<IFeatureJourney>;
16
- }
17
- }
18
- }