@omnia/fx 8.0.482-dev → 8.0.484-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.
Files changed (120) hide show
  1. package/internal-do-not-import-from-here/manifests/omnia.fx.ux.editor.manifest.json +1 -1
  2. package/internal-do-not-import-from-here/ux/aurora/components/buttonstyle/ButtonBlueprintsViewer.d.ts +1 -1
  3. package/internal-do-not-import-from-here/ux/aurora/components/buttonstyle/ButtonStylePicker.d.ts +3 -1
  4. package/internal-do-not-import-from-here/ux/aurora/components/buttonstyle/store/ButtonStylePickerStore.d.ts +6 -2
  5. package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaPicker.d.ts +10 -0
  6. package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/store/ColorSchemaPickerStore.d.ts +2 -0
  7. package/internal-do-not-import-from-here/ux/aurora/components/containerFillpicker/ContainerFillPicker.d.ts +10 -0
  8. package/internal-do-not-import-from-here/ux/aurora/components/containerFillpicker/ContainerFillStyleEditor.d.ts +1 -1
  9. package/internal-do-not-import-from-here/ux/aurora/components/containerFillpicker/store/ContainerFillPickerStore.d.ts +2 -0
  10. package/internal-do-not-import-from-here/ux/aurora/components/headerpicker/HeaderPicker.d.ts +3 -1
  11. package/internal-do-not-import-from-here/ux/aurora/components/headerpicker/HeaderRenderer.stylex.d.ts +1 -1
  12. package/internal-do-not-import-from-here/ux/aurora/components/headerpicker/store/HeaderPickerStore.d.ts +6 -2
  13. package/internal-do-not-import-from-here/ux/aurora/components/input/InputStylePicker.d.ts +1 -1
  14. package/internal-do-not-import-from-here/ux/aurora/components/tabs/TabStylePicker.d.ts +3 -1
  15. package/internal-do-not-import-from-here/ux/aurora/components/tabs/store/TabStylePickerStore.d.ts +5 -1
  16. package/internal-do-not-import-from-here/ux/conditioncontrol/ConditionControl.d.ts +16 -0
  17. package/internal-do-not-import-from-here/ux/conditioncontrol/loc/Localize.d.ts +16 -0
  18. package/internal-do-not-import-from-here/ux/dynamicplaceholder/models/DynamicPlaceholderSettings.d.ts +0 -1
  19. package/internal-do-not-import-from-here/ux/editor/use/index.d.ts +0 -1
  20. package/internal-do-not-import-from-here/ux/editorchrome/EditorChrome_testSetup.d.ts +1 -1
  21. package/internal-do-not-import-from-here/ux/editorchrome/buttons/ToolbarButton.d.ts +2 -2
  22. package/internal-do-not-import-from-here/ux/editorchrome/stores/EditorChromeStoreV2.d.ts +19 -7
  23. package/internal-do-not-import-from-here/ux/enterpriseproperties/settingpicker/EnterprisePropertySettingPicker.d.ts +1 -1
  24. package/internal-do-not-import-from-here/ux/journey/DefineBlade.d.ts +1 -1
  25. package/internal-do-not-import-from-here/ux/journey/SettingsJourneyMenu.d.ts +1 -1
  26. package/internal-do-not-import-from-here/ux/journey/stores/JourneyStore.d.ts +1 -0
  27. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/DefineLayoutEditorCanvas.d.ts +36 -4
  28. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/LayoutEditorCanvas_old.d.ts +49 -4
  29. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitemactiontoolbar/LayoutItemActionToolbarStyles.css.d.ts +3 -5
  30. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutrenderinghooks/LayoutBlock.css.d.ts +3 -2
  31. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutrenderinghooks/LayoutSection.css.d.ts +3 -2
  32. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings → settings}/ColorSettings.d.ts +1 -1
  33. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings → settings}/TabsSettingsStylePanel.d.ts +1 -1
  34. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/_old/TemplatePreview_old.d.ts +65 -0
  35. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Targeting.d.ts +16 -0
  36. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Targeting_old.d.ts +16 -0
  37. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings → settings}/blocktitle/BlockTitle.css.d.ts +2 -2
  38. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/breakpoints/BreakPointBlockSettingsComponent.d.ts +6 -0
  39. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/breakpoints/BreakPointSectionSettingsComponent.d.ts +6 -0
  40. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings → settings}/breakpoints/BreakPointSettingsComponent.css.d.ts +2 -2
  41. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings → settings}/breakpoints/BreakPointSettingsComponent.d.ts +4 -4
  42. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layout/Style.d.ts +16 -0
  43. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layout/Style_old.d.ts +16 -0
  44. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Columns.d.ts +6 -0
  45. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Columns_old.d.ts +6 -0
  46. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Css.d.ts +16 -0
  47. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Css_old.d.ts +16 -0
  48. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/General.d.ts +6 -0
  49. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/General_old.d.ts +6 -0
  50. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Header.d.ts +16 -0
  51. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Header_old.d.ts +16 -0
  52. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Spacing.d.ts +6 -0
  53. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Spacing_old.d.ts +6 -0
  54. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Style.d.ts +6 -0
  55. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Style_old.d.ts +6 -0
  56. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Targeting.d.ts +16 -0
  57. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Targeting_old.d.ts +16 -0
  58. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings → settings}/section/items/AccordionListingSettingsPanel.d.ts +1 -1
  59. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings → settings}/section/items/ColumnListingSettingsPanel.d.ts +1 -1
  60. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings → settings}/section/items/SectionItemListing.d.ts +1 -1
  61. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings → settings}/section/items/StepListingSettingsPanel.d.ts +1 -1
  62. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings → settings}/section/items/TabListingSettingsPanel.d.ts +1 -1
  63. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/targetselector/TargetSelector.css.d.ts +0 -1
  64. package/internal-do-not-import-from-here/ux/layoutcanvas/stores/LayoutCanvasEditorStore.d.ts +36 -6
  65. package/internal-do-not-import-from-here/ux/layoutcanvas/stores/LayoutCanvasStore.d.ts +37 -5
  66. package/internal-do-not-import-from-here/ux/layoutcanvas/stores/LayoutCanvasStoreV2.d.ts +42 -5
  67. package/internal-do-not-import-from-here/ux/multitextinput/MultiTextInput.d.ts +1 -1
  68. package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +1 -1
  69. package/internal-do-not-import-from-here/ux/oxide/logoomnia/LogoOmnia.d.ts +9 -0
  70. package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/store/ScrollContainerStore.d.ts +1 -0
  71. package/internal-do-not-import-from-here/ux/oxide/selection/Selection.d.ts +3 -3
  72. package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +1 -1
  73. package/internal-do-not-import-from-here/ux/use/index.d.ts +1 -0
  74. package/internal-do-not-import-from-here/ux/vuetify/VuetifyCore.d.ts +0 -3
  75. package/internal-do-not-import-from-here/wctypings.d.ts +315 -319
  76. package/package.json +3 -3
  77. package/internal-do-not-import-from-here/ux/editorchrome/toolbars/LeftPanelToolbar.d.ts +0 -7
  78. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/_old/settings/breakpoints/BreakPointBlockSettingsComponent.d.ts +0 -6
  79. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/_old/settings/breakpoints/BreakPointSectionSettingsComponent.d.ts +0 -6
  80. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/_old/settings/layout/Style.d.ts +0 -341
  81. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/_old/settings/section/Css.d.ts +0 -341
  82. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/_old/settings/section/Style.d.ts +0 -341
  83. /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings → settings}/BlockSettingsPanel.d.ts +0 -0
  84. /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings → settings}/LayoutStructure.d.ts +0 -0
  85. /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings → settings}/SettingsPanel.d.ts +0 -0
  86. /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings → settings}/TemplatePreview.d.ts +0 -0
  87. /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings/layoutclipboard/LayoutClipboard.d.ts → settings/_old/BlockSettingsPanel_old.d.ts} +0 -0
  88. /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings/block/Css.d.ts → settings/_old/LayoutStructure_old.d.ts} +0 -0
  89. /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings/section/Columns.d.ts → settings/_old/SettingsPanel_old.d.ts} +0 -0
  90. /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings → settings}/backgroundsettings/BackgroundSettings.d.ts +0 -0
  91. /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings/block/Header.d.ts → settings/block/Css.d.ts} +0 -0
  92. /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings/block/Spacing.d.ts → settings/block/Css_old.d.ts} +0 -0
  93. /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings/section → settings/block}/Header.d.ts +0 -0
  94. /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings/block/Style.d.ts → settings/block/Header_old.d.ts} +0 -0
  95. /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings/block/Targeting.d.ts → settings/block/Spacing.d.ts} +0 -0
  96. /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings/section/Targeting.d.ts → settings/block/Style.d.ts} +0 -0
  97. /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings → settings}/blocktitle/BlockTitle.d.ts +0 -0
  98. /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings → settings}/blocktitle/BlockTitleSettings.css.d.ts +0 -0
  99. /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings → settings}/blocktitle/BlockTitleSettings.d.ts +0 -0
  100. /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings → settings}/blocktitle_old/BlockTitle.css.d.ts +0 -0
  101. /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings → settings}/blocktitle_old/BlockTitle.d.ts +0 -0
  102. /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings → settings}/blocktitle_old/BlockTitleSettings.css.d.ts +0 -0
  103. /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings → settings}/blocktitle_old/BlockTitleSettings.d.ts +0 -0
  104. /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings → settings}/breakpoints/BreakPointSettingsstyles.css.d.ts +0 -0
  105. /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings → settings}/canvas/Spacing.d.ts +0 -0
  106. /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings → settings}/imagebackgroundsettings/ImageBackgroundSettings.d.ts +0 -0
  107. /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings → settings}/journey/JourneyBlockSettings.d.ts +0 -0
  108. /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings → settings}/journey/JourneyMenuItemSettings.d.ts +0 -0
  109. /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings → settings}/layout/BlockHeader.d.ts +0 -0
  110. /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings → settings}/layout/GlobalHeaderStyling.d.ts +0 -0
  111. /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings → settings}/layout/LayoutTheming.d.ts +0 -0
  112. /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings → settings}/layoutclipboard/LayoutClipboard.css.d.ts +0 -0
  113. /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings/section/General.d.ts → settings/layoutclipboard/LayoutClipboard.d.ts} +0 -0
  114. /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings/section/Spacing.d.ts → settings/layoutclipboard/LayoutClipboard_old.d.ts} +0 -0
  115. /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings → settings}/lock/Lock.d.ts +0 -0
  116. /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings → settings}/section/Theming.d.ts +0 -0
  117. /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings → settings}/section/items/ColumnListingSettingsPanel.css.d.ts +0 -0
  118. /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings → settings}/settingstabs/TabBlockSettings.d.ts +0 -0
  119. /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings → settings}/settingstabs/TabLayoutSettings.d.ts +0 -0
  120. /package/internal-do-not-import-from-here/ux/{editor/use → use}/UseBlockMigration.d.ts +0 -0
@@ -9,6 +9,7 @@ import wc8e3534c9960c46b090f442e563d71265 from './ux/alignmentpicker/AlignmentPi
9
9
  import wce4889269c6ad440da65f3acdf5bb6152 from './ux/authsetup/AuthSetup';
10
10
  import wc057bef6897bb4ba4a089d01c2da1322e from './ux/chrome/ChromeRenderer';
11
11
  import wc5dfa7b609aed43ffab03dad33c65b2da from './ux/commandpalette/CommandPalette';
12
+ import wc2f45926eead6483288ae0aa4206a3040 from './ux/conditioncontrol/ConditionControl';
12
13
  import wcb11276a5e84a4709a55abd185b4c7a1d from './ux/confirmdialog/ConfirmDialog';
13
14
  import wcf2070c844f55482099c398dd2ddb013c from './ux/contextlanguagepicker/ContextLanguagePicker';
14
15
  import wc0fb46d84e95e4e04801878bec4b370cb from './ux/datetimefilterquery/DateTimeFilterQuery';
@@ -309,6 +310,7 @@ import wc2df6ab65eea84ed8bab297dff9c56224 from './ux/oxide/lazy/Lazy';
309
310
  import wc75cd93099dd146469e0ce6b5b1cac14d from './ux/oxide/link/Link';
310
311
  import wc154a229c9bd84d31aed848da93f29ea2 from './ux/oxide/list/List';
311
312
  import wc4a4631845ea24fbb8cabdbb9b06772da from './ux/oxide/list/ListItem';
313
+ import wcd0b8420c01d54ab28be011c92c8f0d24 from './ux/oxide/logoomnia/LogoOmnia';
312
314
  import wc1ed9f2ec3580492cb211d719c9b15ad1 from './ux/oxide/main/Main';
313
315
  import wc01c206c8b30e41408b6457cdea679b78 from './ux/oxide/menu/Menu';
314
316
  import wc3e9e78e3757946ffb9d1b19e67727eb1 from './ux/oxide/motion/Motion';
@@ -467,6 +469,7 @@ import wcea2ad78acabc4ec0bc3609301b3713c3 from './ux/filterengine/components/set
467
469
  import wc024952d88730404da854cfed0d045284 from './ux/filterengine/components/settings/tags/TagsPropertySettings';
468
470
  import wcdc589fd533c8400a8dde3dad35f47248 from './ux/filterengine/components/settings/tags/TagsPropertyDefaultValueInput';
469
471
  import wc41f1eb15438a488b8b227b1ff31ca66f from './ux/layoutcanvas/editor/developertools/DeveloperTools';
472
+ import wc1467198b10eb445181f99ac65363050c from './ux/layoutcanvas/editor/settings/BlockSettingsPanel';
470
473
  import wcac5f615df97543cf97b3ae930ba113d0 from './ux/mediagallery/gallerydialogproviders/slider/Slider';
471
474
  import wc12d1bca1d50b4186acd50014584389c9 from './ux/mediagallery/galleryviewproviders/photowall/PhotoWall';
472
475
  import wc97a809187ad54028a26f31428c844710 from './ux/mediapickerV2/chrome/components/MediaGallerySelector';
@@ -561,35 +564,35 @@ import wcfc2401c7c3384790ae7ce17d05b0855f from './ux/aurora/admin/themedesigner/
561
564
  import wc4834285963564938a31a1ac1dfb1b5d8 from './ux/layoutcanvas/editor/_old/blockplaceholder/BlockPlaceholder';
562
565
  import wc4512676606d342adbd011def4b615151 from './ux/layoutcanvas/editor/_old/canvastoolbar/CanvasToolbar';
563
566
  import wcd89913a1055942b38285fcab85751865 from './ux/layoutcanvas/editor/_old/devicepreviewer/DevicePreviewer';
567
+ import wcf5cf0b4975644d688124880ae533869e from './ux/layoutcanvas/editor/settings/backgroundsettings/BackgroundSettings';
568
+ import wc2e52c0d860ec498fa3abf6b76eacc45d from './ux/layoutcanvas/editor/settings/block/Header';
569
+ import wc9666ee9da0af46ac8354f0577050cb60 from './ux/layoutcanvas/editor/settings/block/Spacing';
570
+ import wc103ae93f7a7c4754872e2573a9a689d7 from './ux/layoutcanvas/editor/settings/block/Style';
571
+ import wc06eff92039dd49339e522ac2d7a648af from './ux/layoutcanvas/editor/settings/block/Css';
572
+ import wc53cbd5702e9e41ffa95093586c0e001d from './ux/layoutcanvas/editor/settings/block/Targeting';
573
+ import wc1b1dd31ac8644b498ddf378a431dfb19 from './ux/layoutcanvas/editor/settings/blocktitle/BlockTitle';
574
+ import wcbeda6edf4c614323955fc06c6326f7e9 from './ux/layoutcanvas/editor/settings/blocktitle/BlockTitleSettings';
575
+ import wc0f7be5adc6ff4d81b920e5cf086128ae from './ux/layoutcanvas/editor/settings/imagebackgroundsettings/ImageBackgroundSettings';
576
+ import wc37375f596a3a47abb0badf59315a5611 from './ux/layoutcanvas/editor/settings/journey/JourneyBlockSettings';
577
+ import wc193eace0ce8743bf969ea707bc0f937d from './ux/layoutcanvas/editor/settings/journey/JourneyMenuItemSettings';
578
+ import wc673c5382ae8e4663ac07110302d7e386 from './ux/layoutcanvas/editor/settings/layout/GlobalHeaderStyling';
579
+ import wc221ed456340d4c1fa7522b7bee6d7a64 from './ux/layoutcanvas/editor/settings/layout/BlockHeader';
580
+ import wc9e404f90ca6640f19c3fece23b073993 from './ux/layoutcanvas/editor/settings/layout/Style';
581
+ import wc4a31764ba9f6414a96192d0d02456086 from './ux/layoutcanvas/editor/settings/layoutclipboard/LayoutClipboard';
582
+ import wc160a5d56895f4a66a9dae49cffdae312 from './ux/layoutcanvas/editor/settings/lock/Lock';
583
+ import wc51c48c7bbe4245888bbf2f98884d6028 from './ux/layoutcanvas/editor/settings/section/General';
584
+ import wc68724008d5d046b8a2f969ee90eece2c from './ux/layoutcanvas/editor/settings/section/Spacing';
585
+ import wc08384c0236f840719ee3d8e018718e68 from './ux/layoutcanvas/editor/settings/section/Style';
586
+ import wc245a49e2d21a4b4ca849825b903103fe from './ux/layoutcanvas/editor/settings/section/Css';
587
+ import wc68628381bcdb41f6b0beb64d7ce94052 from './ux/layoutcanvas/editor/settings/section/Targeting';
588
+ import wc48ff129f9a254eec9276b47f0c0f8b3e from './ux/layoutcanvas/editor/settings/section/Header';
589
+ import wccac6f7b1e12d4d8b8d302340d885bd48 from './ux/layoutcanvas/editor/settings/section/Columns';
590
+ import wc2a460a78bf504a2b9d00b1f86a347d46 from './ux/layoutcanvas/editor/settings/settingstabs/TabLayoutSettings';
591
+ import wc5b6b6242356046c29e05c24fb2135bf0 from './ux/layoutcanvas/editor/settings/settingstabs/TabBlockSettings';
564
592
  import wc0f5cb3a8175d418c8527d1852cb28782 from './ux/richtexteditor/extensions/EnterpriseGlossaryLink/components/SuggestionComponent';
565
593
  import wc4cd5054dab4a44dfb4f0cd4be9d1ee50 from './ux/app/apps/admin/appsettings/admin/AppSettingsJourney';
566
594
  import wc1476702e8f24468d9185322be5931c54 from './ux/app/management/tabs/shared/addbutton/AddButton';
567
595
  import wc3734b9786d374f388cc5b5181f5cd4f3 from './ux/aurora/admin/themedesigner/typography/components/FontPicker';
568
- import wcf5cf0b4975644d688124880ae533869e from './ux/layoutcanvas/editor/_old/settings/backgroundsettings/BackgroundSettings';
569
- import wc2e52c0d860ec498fa3abf6b76eacc45d from './ux/layoutcanvas/editor/_old/settings/block/Header';
570
- import wc9666ee9da0af46ac8354f0577050cb60 from './ux/layoutcanvas/editor/_old/settings/block/Spacing';
571
- import wc103ae93f7a7c4754872e2573a9a689d7 from './ux/layoutcanvas/editor/_old/settings/block/Style';
572
- import wc06eff92039dd49339e522ac2d7a648af from './ux/layoutcanvas/editor/_old/settings/block/Css';
573
- import wc53cbd5702e9e41ffa95093586c0e001d from './ux/layoutcanvas/editor/_old/settings/block/Targeting';
574
- import wc1b1dd31ac8644b498ddf378a431dfb19 from './ux/layoutcanvas/editor/_old/settings/blocktitle/BlockTitle';
575
- import wcbeda6edf4c614323955fc06c6326f7e9 from './ux/layoutcanvas/editor/_old/settings/blocktitle/BlockTitleSettings';
576
- import wc0f7be5adc6ff4d81b920e5cf086128ae from './ux/layoutcanvas/editor/_old/settings/imagebackgroundsettings/ImageBackgroundSettings';
577
- import wc37375f596a3a47abb0badf59315a5611 from './ux/layoutcanvas/editor/_old/settings/journey/JourneyBlockSettings';
578
- import wc193eace0ce8743bf969ea707bc0f937d from './ux/layoutcanvas/editor/_old/settings/journey/JourneyMenuItemSettings';
579
- import wc673c5382ae8e4663ac07110302d7e386 from './ux/layoutcanvas/editor/_old/settings/layout/GlobalHeaderStyling';
580
- import wc221ed456340d4c1fa7522b7bee6d7a64 from './ux/layoutcanvas/editor/_old/settings/layout/BlockHeader';
581
- import wc9e404f90ca6640f19c3fece23b073993 from './ux/layoutcanvas/editor/_old/settings/layout/Style';
582
- import wc4a31764ba9f6414a96192d0d02456086 from './ux/layoutcanvas/editor/_old/settings/layoutclipboard/LayoutClipboard';
583
- import wc160a5d56895f4a66a9dae49cffdae312 from './ux/layoutcanvas/editor/_old/settings/lock/Lock';
584
- import wc51c48c7bbe4245888bbf2f98884d6028 from './ux/layoutcanvas/editor/_old/settings/section/General';
585
- import wc68724008d5d046b8a2f969ee90eece2c from './ux/layoutcanvas/editor/_old/settings/section/Spacing';
586
- import wc08384c0236f840719ee3d8e018718e68 from './ux/layoutcanvas/editor/_old/settings/section/Style';
587
- import wc245a49e2d21a4b4ca849825b903103fe from './ux/layoutcanvas/editor/_old/settings/section/Css';
588
- import wc68628381bcdb41f6b0beb64d7ce94052 from './ux/layoutcanvas/editor/_old/settings/section/Targeting';
589
- import wc48ff129f9a254eec9276b47f0c0f8b3e from './ux/layoutcanvas/editor/_old/settings/section/Header';
590
- import wccac6f7b1e12d4d8b8d302340d885bd48 from './ux/layoutcanvas/editor/_old/settings/section/Columns';
591
- import wc2a460a78bf504a2b9d00b1f86a347d46 from './ux/layoutcanvas/editor/_old/settings/settingstabs/TabLayoutSettings';
592
- import wc5b6b6242356046c29e05c24fb2135bf0 from './ux/layoutcanvas/editor/_old/settings/settingstabs/TabBlockSettings';
593
596
  import wca1b28c17c13e4250a8ba59a01efece0e from './ux/admin/system/submenu/systemlogs/providers/AppInstance/AppInstanceLog';
594
597
  import wc606afcf1b9b04b5e8920b7675b4ecc4b from './ux/admin/system/submenu/systemlogs/providers/Feature/FeatureInstanceLog';
595
598
  import wc97a0cc3e2c064517ba3c9db6e5e04f8b from '../../../../client/public/header/Header';
@@ -622,7 +625,13 @@ declare global {
622
625
  } : typeof wcf3d75940db51447dbf6719251f5465b0;
623
626
  "fx": {
624
627
  "spfx": {
625
- "wp": {
628
+ "wp": (typeof wca7105d996040472b8d55819f99a434db extends {
629
+ propsDefinition: infer TProp;
630
+ } ? {
631
+ new (...args: any[]): {
632
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
633
+ };
634
+ } : typeof wca7105d996040472b8d55819f99a434db) & {
626
635
  "standalone": typeof wc4d6cad2f0eb948e1aaefae35edab238c extends {
627
636
  propsDefinition: infer TProp;
628
637
  } ? {
@@ -631,16 +640,15 @@ declare global {
631
640
  };
632
641
  } : typeof wc4d6cad2f0eb948e1aaefae35edab238c;
633
642
  };
634
- "wp$": typeof wca7105d996040472b8d55819f99a434db extends {
635
- propsDefinition: infer TProp;
636
- } ? {
637
- new (...args: any[]): {
638
- $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
639
- };
640
- } : typeof wca7105d996040472b8d55819f99a434db;
641
643
  };
642
644
  };
643
- "admin": {
645
+ "admin": (typeof wcbc947f375ee34d2a98e2d431f2e45b62 extends {
646
+ propsDefinition: infer TProp;
647
+ } ? {
648
+ new (...args: any[]): {
649
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
650
+ };
651
+ } : typeof wcbc947f375ee34d2a98e2d431f2e45b62) & {
644
652
  "renderer": typeof wc253e469ef68e4cb5b526343736c2ff11 extends {
645
653
  propsDefinition: infer TProp;
646
654
  } ? {
@@ -649,13 +657,6 @@ declare global {
649
657
  };
650
658
  } : typeof wc253e469ef68e4cb5b526343736c2ff11;
651
659
  };
652
- "admin$": typeof wcbc947f375ee34d2a98e2d431f2e45b62 extends {
653
- propsDefinition: infer TProp;
654
- } ? {
655
- new (...args: any[]): {
656
- $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
657
- };
658
- } : typeof wcbc947f375ee34d2a98e2d431f2e45b62;
659
660
  "security": {
660
661
  "journey": typeof wc64414dbb034543c89572b254ef41aae7 extends {
661
662
  propsDefinition: infer TProp;
@@ -732,7 +733,13 @@ declare global {
732
733
  };
733
734
  "layout": {
734
735
  "action": {
735
- "btn": {
736
+ "btn": (typeof wc4aed54beb02341e3a6cbde5af5fb6c78 extends {
737
+ propsDefinition: infer TProp;
738
+ } ? {
739
+ new (...args: any[]): {
740
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
741
+ };
742
+ } : typeof wc4aed54beb02341e3a6cbde5af5fb6c78) & {
736
743
  "settings": typeof wc02c473f7041b40038ceecdf09e6ba4ca extends {
737
744
  propsDefinition: infer TProp;
738
745
  } ? {
@@ -741,13 +748,6 @@ declare global {
741
748
  };
742
749
  } : typeof wc02c473f7041b40038ceecdf09e6ba4ca;
743
750
  };
744
- "btn$": typeof wc4aed54beb02341e3a6cbde5af5fb6c78 extends {
745
- propsDefinition: infer TProp;
746
- } ? {
747
- new (...args: any[]): {
748
- $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
749
- };
750
- } : typeof wc4aed54beb02341e3a6cbde5af5fb6c78;
751
751
  };
752
752
  "developertools": typeof wc41f1eb15438a488b8b227b1ff31ca66f extends {
753
753
  propsDefinition: infer TProp;
@@ -904,6 +904,15 @@ declare global {
904
904
  };
905
905
  } : typeof wc5dfa7b609aed43ffab03dad33c65b2da;
906
906
  };
907
+ "condition": {
908
+ "control": typeof wc2f45926eead6483288ae0aa4206a3040 extends {
909
+ propsDefinition: infer TProp;
910
+ } ? {
911
+ new (...args: any[]): {
912
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
913
+ };
914
+ } : typeof wc2f45926eead6483288ae0aa4206a3040;
915
+ };
907
916
  "confirm": {
908
917
  "dialog": typeof wcb11276a5e84a4709a55abd185b4c7a1d extends {
909
918
  propsDefinition: infer TProp;
@@ -1002,7 +1011,13 @@ declare global {
1002
1011
  };
1003
1012
  } : typeof wc109f737cdec14061b134c74ab16b0ad9;
1004
1013
  "dynamic": {
1005
- "placeholder": {
1014
+ "placeholder": (typeof wc60feadd89e4d4c2eb095cee9f104ee96 extends {
1015
+ propsDefinition: infer TProp;
1016
+ } ? {
1017
+ new (...args: any[]): {
1018
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
1019
+ };
1020
+ } : typeof wc60feadd89e4d4c2eb095cee9f104ee96) & {
1006
1021
  "settings": typeof wcac8a9be60cfb47f288f602ececa6687f extends {
1007
1022
  propsDefinition: infer TProp;
1008
1023
  } ? {
@@ -1011,13 +1026,6 @@ declare global {
1011
1026
  };
1012
1027
  } : typeof wcac8a9be60cfb47f288f602ececa6687f;
1013
1028
  };
1014
- "placeholder$": typeof wc60feadd89e4d4c2eb095cee9f104ee96 extends {
1015
- propsDefinition: infer TProp;
1016
- } ? {
1017
- new (...args: any[]): {
1018
- $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
1019
- };
1020
- } : typeof wc60feadd89e4d4c2eb095cee9f104ee96;
1021
1029
  "color": {
1022
1030
  "indicator": typeof wc711431cdf6db4e59b24da83e9017939c extends {
1023
1031
  propsDefinition: infer TProp;
@@ -1036,6 +1044,17 @@ declare global {
1036
1044
  $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
1037
1045
  };
1038
1046
  } : typeof wc710dc11b823c4a80b2a031395c206325;
1047
+ "canvas": {
1048
+ "block": {
1049
+ "settings": typeof wc1467198b10eb445181f99ac65363050c extends {
1050
+ propsDefinition: infer TProp;
1051
+ } ? {
1052
+ new (...args: any[]): {
1053
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
1054
+ };
1055
+ } : typeof wc1467198b10eb445181f99ac65363050c;
1056
+ };
1057
+ };
1039
1058
  };
1040
1059
  "enterpriseglossary": {
1041
1060
  "picker": typeof wc41a6d1b1b02e4b368aac19ded6b391a1 extends {
@@ -1074,7 +1093,13 @@ declare global {
1074
1093
  } : typeof wc82e8cb4daeee4ea6a50c727b93bbbac3;
1075
1094
  };
1076
1095
  "features": {
1077
- "journey": {
1096
+ "journey": (typeof wcfd300449c17f44fd80d83e709a10bf63 extends {
1097
+ propsDefinition: infer TProp;
1098
+ } ? {
1099
+ new (...args: any[]): {
1100
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
1101
+ };
1102
+ } : typeof wcfd300449c17f44fd80d83e709a10bf63) & {
1078
1103
  "properties": typeof wc041c5cb1e6fc487f98669ee2fb4edee0 extends {
1079
1104
  propsDefinition: infer TProp;
1080
1105
  } ? {
@@ -1099,13 +1124,6 @@ declare global {
1099
1124
  } : typeof wc47f40c108c6d482197c5f462acf292d2;
1100
1125
  };
1101
1126
  };
1102
- "journey$": typeof wcfd300449c17f44fd80d83e709a10bf63 extends {
1103
- propsDefinition: infer TProp;
1104
- } ? {
1105
- new (...args: any[]): {
1106
- $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
1107
- };
1108
- } : typeof wcfd300449c17f44fd80d83e709a10bf63;
1109
1127
  };
1110
1128
  "field": {
1111
1129
  "container": typeof wc828d6c37d5524e7d9f949270c521b6da extends {
@@ -1154,7 +1172,13 @@ declare global {
1154
1172
  $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
1155
1173
  };
1156
1174
  } : typeof wc34e1cea969d744f1bbec4770b51d49f5;
1157
- "selectionsarea": {
1175
+ "selectionsarea": (typeof wce2f7f245f168446980aef1473d8742d1 extends {
1176
+ propsDefinition: infer TProp;
1177
+ } ? {
1178
+ new (...args: any[]): {
1179
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
1180
+ };
1181
+ } : typeof wce2f7f245f168446980aef1473d8742d1) & {
1158
1182
  "personproperty": typeof wccbef13c831cf4531a43fb63ef63ad39b extends {
1159
1183
  propsDefinition: infer TProp;
1160
1184
  } ? {
@@ -1205,13 +1229,6 @@ declare global {
1205
1229
  };
1206
1230
  } : typeof wcb1fca92af8524970b426823cf7ef65b5;
1207
1231
  };
1208
- "selectionsarea$": typeof wce2f7f245f168446980aef1473d8742d1 extends {
1209
- propsDefinition: infer TProp;
1210
- } ? {
1211
- new (...args: any[]): {
1212
- $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
1213
- };
1214
- } : typeof wce2f7f245f168446980aef1473d8742d1;
1215
1232
  "dialog": {
1216
1233
  "content": typeof wc937eab372066440fa95551ac8cba45d7 extends {
1217
1234
  propsDefinition: infer TProp;
@@ -1558,7 +1575,13 @@ declare global {
1558
1575
  $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
1559
1576
  };
1560
1577
  } : typeof wca7608d8c42184cbb994910dc06c464a1;
1561
- "picker": {
1578
+ "picker": (typeof wcec81357974804c539bff6c58a8785c22 extends {
1579
+ propsDefinition: infer TProp;
1580
+ } ? {
1581
+ new (...args: any[]): {
1582
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
1583
+ };
1584
+ } : typeof wcec81357974804c539bff6c58a8785c22) & {
1562
1585
  "field": typeof wcba60557e3daf48208c919a1806502df5 extends {
1563
1586
  propsDefinition: infer TProp;
1564
1587
  } ? {
@@ -1590,13 +1613,6 @@ declare global {
1590
1613
  };
1591
1614
  } : typeof wc70593d481fa54e68be9f4fe41f0f5c92;
1592
1615
  };
1593
- "picker$": typeof wcec81357974804c539bff6c58a8785c22 extends {
1594
- propsDefinition: infer TProp;
1595
- } ? {
1596
- new (...args: any[]): {
1597
- $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
1598
- };
1599
- } : typeof wcec81357974804c539bff6c58a8785c22;
1600
1616
  "creation": {
1601
1617
  "request": {
1602
1618
  "omnia": typeof wc2b741f0203a54cb5a7be72e204ebecc8 extends {
@@ -1665,7 +1681,13 @@ declare global {
1665
1681
  } : typeof wca01dd21daed643789058354101511f08;
1666
1682
  };
1667
1683
  };
1668
- "journey": {
1684
+ "journey": (typeof wcc0ba9c7ccef54093bcb0be49e7cf79df extends {
1685
+ propsDefinition: infer TProp;
1686
+ } ? {
1687
+ new (...args: any[]): {
1688
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
1689
+ };
1690
+ } : typeof wcc0ba9c7ccef54093bcb0be49e7cf79df) & {
1669
1691
  "blade": typeof wc4357bb8264e3482c8710afed3b2be35c extends {
1670
1692
  propsDefinition: infer TProp;
1671
1693
  } ? {
@@ -1706,13 +1728,6 @@ declare global {
1706
1728
  } : typeof wc58e999e5a1184a7fbea90061fc377f91;
1707
1729
  };
1708
1730
  };
1709
- "journey$": typeof wcc0ba9c7ccef54093bcb0be49e7cf79df extends {
1710
- propsDefinition: infer TProp;
1711
- } ? {
1712
- new (...args: any[]): {
1713
- $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
1714
- };
1715
- } : typeof wcc0ba9c7ccef54093bcb0be49e7cf79df;
1716
1731
  "settings": {
1717
1732
  "journey": {
1718
1733
  "menu": typeof wcd91fa8e10e3b4350bb158f9cbeace0e8 extends {
@@ -1809,15 +1824,6 @@ declare global {
1809
1824
  } : typeof wcd836de74ad894f4999e21046b1ba2cab;
1810
1825
  };
1811
1826
  "markdown": {
1812
- "editor": {
1813
- "toolbar": typeof wccbd18219fce4454d92afd1867f0ef43b extends {
1814
- propsDefinition: infer TProp;
1815
- } ? {
1816
- new (...args: any[]): {
1817
- $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
1818
- };
1819
- } : typeof wccbd18219fce4454d92afd1867f0ef43b;
1820
- };
1821
1827
  "renderer": typeof wcc8b990d01ddc45ab930b4409fc406435 extends {
1822
1828
  propsDefinition: infer TProp;
1823
1829
  } ? {
@@ -1825,13 +1831,21 @@ declare global {
1825
1831
  $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
1826
1832
  };
1827
1833
  } : typeof wcc8b990d01ddc45ab930b4409fc406435;
1828
- "editor$": typeof wc744b3f31e00c4815b63ecaf638ad7a7a extends {
1834
+ "editor": (typeof wc744b3f31e00c4815b63ecaf638ad7a7a extends {
1829
1835
  propsDefinition: infer TProp;
1830
1836
  } ? {
1831
1837
  new (...args: any[]): {
1832
1838
  $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
1833
1839
  };
1834
- } : typeof wc744b3f31e00c4815b63ecaf638ad7a7a;
1840
+ } : typeof wc744b3f31e00c4815b63ecaf638ad7a7a) & {
1841
+ "toolbar": typeof wccbd18219fce4454d92afd1867f0ef43b extends {
1842
+ propsDefinition: infer TProp;
1843
+ } ? {
1844
+ new (...args: any[]): {
1845
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
1846
+ };
1847
+ } : typeof wccbd18219fce4454d92afd1867f0ef43b;
1848
+ };
1835
1849
  };
1836
1850
  "media": {
1837
1851
  "picker": {
@@ -2087,7 +2101,13 @@ declare global {
2087
2101
  };
2088
2102
  } : typeof wc1a58948a606a42078da3fb919cc4f7e6;
2089
2103
  };
2090
- "profilecard": {
2104
+ "profilecard": (typeof wc6489472fd8d24a1b9413537fde528566 extends {
2105
+ propsDefinition: infer TProp;
2106
+ } ? {
2107
+ new (...args: any[]): {
2108
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
2109
+ };
2110
+ } : typeof wc6489472fd8d24a1b9413537fde528566) & {
2091
2111
  "dialog": typeof wc3c421adf849a4f8abc88b667ceb5d374 extends {
2092
2112
  propsDefinition: infer TProp;
2093
2113
  } ? {
@@ -2103,13 +2123,6 @@ declare global {
2103
2123
  };
2104
2124
  } : typeof wc6d1d84cb210643c59ca8437fc36c75a1;
2105
2125
  };
2106
- "profilecard$": typeof wc6489472fd8d24a1b9413537fde528566 extends {
2107
- propsDefinition: infer TProp;
2108
- } ? {
2109
- new (...args: any[]): {
2110
- $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
2111
- };
2112
- } : typeof wc6489472fd8d24a1b9413537fde528566;
2113
2126
  "profileswitch": {
2114
2127
  "btn": typeof wc6b7b970b284443abb7a86f0afa4462e3 extends {
2115
2128
  propsDefinition: infer TProp;
@@ -2185,7 +2198,13 @@ declare global {
2185
2198
  };
2186
2199
  } : typeof wcb174dcf2716344b0bb02c981ae68dd73;
2187
2200
  "block": {
2188
- "v2": {
2201
+ "v2": (typeof wc8270a3e368484538870b0bc4a6654234 extends {
2202
+ propsDefinition: infer TProp;
2203
+ } ? {
2204
+ new (...args: any[]): {
2205
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
2206
+ };
2207
+ } : typeof wc8270a3e368484538870b0bc4a6654234) & {
2189
2208
  "settings": typeof wcab2cfe16632d45b5bab39e05612982a3 extends {
2190
2209
  propsDefinition: infer TProp;
2191
2210
  } ? {
@@ -2194,18 +2213,17 @@ declare global {
2194
2213
  };
2195
2214
  } : typeof wcab2cfe16632d45b5bab39e05612982a3;
2196
2215
  };
2197
- "v2$": typeof wc8270a3e368484538870b0bc4a6654234 extends {
2216
+ };
2217
+ };
2218
+ "rich": {
2219
+ "text": {
2220
+ "editor": (typeof wc7474e75042e347b4821bbafdb1cb4ee0 extends {
2198
2221
  propsDefinition: infer TProp;
2199
2222
  } ? {
2200
2223
  new (...args: any[]): {
2201
2224
  $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
2202
2225
  };
2203
- } : typeof wc8270a3e368484538870b0bc4a6654234;
2204
- };
2205
- };
2206
- "rich": {
2207
- "text": {
2208
- "editor": {
2226
+ } : typeof wc7474e75042e347b4821bbafdb1cb4ee0) & {
2209
2227
  "settings": typeof wc8aca2b86f3e741bc8e8c82dfad7d1a77 extends {
2210
2228
  propsDefinition: infer TProp;
2211
2229
  } ? {
@@ -2213,7 +2231,13 @@ declare global {
2213
2231
  $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
2214
2232
  };
2215
2233
  } : typeof wc8aca2b86f3e741bc8e8c82dfad7d1a77;
2216
- "renderer": {
2234
+ "renderer": (typeof wcc3804d46bde14e61961f7de5ad9128d2 extends {
2235
+ propsDefinition: infer TProp;
2236
+ } ? {
2237
+ new (...args: any[]): {
2238
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
2239
+ };
2240
+ } : typeof wcc3804d46bde14e61961f7de5ad9128d2) & {
2217
2241
  "signin": typeof wc245fede62e7c44b48b19e75796ff050b extends {
2218
2242
  propsDefinition: infer TProp;
2219
2243
  } ? {
@@ -2222,21 +2246,7 @@ declare global {
2222
2246
  };
2223
2247
  } : typeof wc245fede62e7c44b48b19e75796ff050b;
2224
2248
  };
2225
- "renderer$": typeof wcc3804d46bde14e61961f7de5ad9128d2 extends {
2226
- propsDefinition: infer TProp;
2227
- } ? {
2228
- new (...args: any[]): {
2229
- $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
2230
- };
2231
- } : typeof wcc3804d46bde14e61961f7de5ad9128d2;
2232
2249
  };
2233
- "editor$": typeof wc7474e75042e347b4821bbafdb1cb4ee0 extends {
2234
- propsDefinition: infer TProp;
2235
- } ? {
2236
- new (...args: any[]): {
2237
- $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
2238
- };
2239
- } : typeof wc7474e75042e347b4821bbafdb1cb4ee0;
2240
2250
  };
2241
2251
  };
2242
2252
  "rollup": {
@@ -2247,7 +2257,13 @@ declare global {
2247
2257
  $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
2248
2258
  };
2249
2259
  } : typeof wc8c7794090eb647eb8510b39cbefa17a7;
2250
- "filter": {
2260
+ "filter": (typeof wc327f0bbcccdf4ad6b43b86816c61d6c9 extends {
2261
+ propsDefinition: infer TProp;
2262
+ } ? {
2263
+ new (...args: any[]): {
2264
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
2265
+ };
2266
+ } : typeof wc327f0bbcccdf4ad6b43b86816c61d6c9) & {
2251
2267
  "picker": typeof wc0ed31f854a244481a011ce4fa4aa5436 extends {
2252
2268
  propsDefinition: infer TProp;
2253
2269
  } ? {
@@ -2256,13 +2272,6 @@ declare global {
2256
2272
  };
2257
2273
  } : typeof wc0ed31f854a244481a011ce4fa4aa5436;
2258
2274
  };
2259
- "filter$": typeof wc327f0bbcccdf4ad6b43b86816c61d6c9 extends {
2260
- propsDefinition: infer TProp;
2261
- } ? {
2262
- new (...args: any[]): {
2263
- $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
2264
- };
2265
- } : typeof wc327f0bbcccdf4ad6b43b86816c61d6c9;
2266
2275
  };
2267
2276
  "security": {
2268
2277
  "trimmer": typeof wc379287b1efe64a49a43fcd754d1fd951 extends {
@@ -2281,7 +2290,13 @@ declare global {
2281
2290
  };
2282
2291
  } : typeof wcd77bfe700fa84b5d9d2cb578660fc364;
2283
2292
  "shape": {
2284
- "divider": {
2293
+ "divider": (typeof wce11da8c3cd654c1e8701db2c69e423de extends {
2294
+ propsDefinition: infer TProp;
2295
+ } ? {
2296
+ new (...args: any[]): {
2297
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
2298
+ };
2299
+ } : typeof wce11da8c3cd654c1e8701db2c69e423de) & {
2285
2300
  "settings": typeof wc67a7bdf58e82465d8f3fc32413512932 extends {
2286
2301
  propsDefinition: infer TProp;
2287
2302
  } ? {
@@ -2290,13 +2305,6 @@ declare global {
2290
2305
  };
2291
2306
  } : typeof wc67a7bdf58e82465d8f3fc32413512932;
2292
2307
  };
2293
- "divider$": typeof wce11da8c3cd654c1e8701db2c69e423de extends {
2294
- propsDefinition: infer TProp;
2295
- } ? {
2296
- new (...args: any[]): {
2297
- $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
2298
- };
2299
- } : typeof wce11da8c3cd654c1e8701db2c69e423de;
2300
2308
  };
2301
2309
  "sp": {
2302
2310
  "video": typeof wc07fdbc119d7742769eafe5f45ce14e18 extends {
@@ -2351,7 +2359,13 @@ declare global {
2351
2359
  $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
2352
2360
  };
2353
2361
  } : typeof wcb5315b31203e4bd1beb3c33f2122cbfe;
2354
- "block": {
2362
+ "block": (typeof wcb273791ea562403397cdc0a1c0f907cb extends {
2363
+ propsDefinition: infer TProp;
2364
+ } ? {
2365
+ new (...args: any[]): {
2366
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
2367
+ };
2368
+ } : typeof wcb273791ea562403397cdc0a1c0f907cb) & {
2355
2369
  "settings": typeof wcfe3e57c4b1314b2ba725ec558ac00fe7 extends {
2356
2370
  propsDefinition: infer TProp;
2357
2371
  } ? {
@@ -2360,13 +2374,6 @@ declare global {
2360
2374
  };
2361
2375
  } : typeof wcfe3e57c4b1314b2ba725ec558ac00fe7;
2362
2376
  };
2363
- "block$": typeof wcb273791ea562403397cdc0a1c0f907cb extends {
2364
- propsDefinition: infer TProp;
2365
- } ? {
2366
- new (...args: any[]): {
2367
- $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
2368
- };
2369
- } : typeof wcb273791ea562403397cdc0a1c0f907cb;
2370
2377
  };
2371
2378
  "login": {
2372
2379
  "omnia": typeof wcbc3b9409639d45829a6e58a4295bc470 extends {
@@ -2552,15 +2559,6 @@ declare global {
2552
2559
  $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
2553
2560
  };
2554
2561
  } : typeof wcba03fc7e6921468289c0a0ffe0cf942e;
2555
- "editor": {
2556
- "chrome": typeof wc177046bfd171495bbce70d1cd9242fa1 extends {
2557
- propsDefinition: infer TProp;
2558
- } ? {
2559
- new (...args: any[]): {
2560
- $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
2561
- };
2562
- } : typeof wc177046bfd171495bbce70d1cd9242fa1;
2563
- };
2564
2562
  "controller": typeof wcc88e2566b07a4680aef7f575f5c5641b extends {
2565
2563
  propsDefinition: infer TProp;
2566
2564
  } ? {
@@ -2568,13 +2566,21 @@ declare global {
2568
2566
  $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
2569
2567
  };
2570
2568
  } : typeof wcc88e2566b07a4680aef7f575f5c5641b;
2571
- "editor$": typeof wc73154f51a92944acbe248779a3fa7ef5 extends {
2569
+ "editor": (typeof wc73154f51a92944acbe248779a3fa7ef5 extends {
2572
2570
  propsDefinition: infer TProp;
2573
2571
  } ? {
2574
2572
  new (...args: any[]): {
2575
2573
  $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
2576
2574
  };
2577
- } : typeof wc73154f51a92944acbe248779a3fa7ef5;
2575
+ } : typeof wc73154f51a92944acbe248779a3fa7ef5) & {
2576
+ "chrome": typeof wc177046bfd171495bbce70d1cd9242fa1 extends {
2577
+ propsDefinition: infer TProp;
2578
+ } ? {
2579
+ new (...args: any[]): {
2580
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
2581
+ };
2582
+ } : typeof wc177046bfd171495bbce70d1cd9242fa1;
2583
+ };
2578
2584
  "blade": {
2579
2585
  "builder": typeof wc35ec8e8c3b6e45858afd0b1832eef250 extends {
2580
2586
  propsDefinition: infer TProp;
@@ -2614,7 +2620,13 @@ declare global {
2614
2620
  } : typeof wc6fa4d33c8cf34130bef70161155f1cff;
2615
2621
  };
2616
2622
  };
2617
- "history": {
2623
+ "history": (typeof wc32a6ca3074384eb4bcef68e9cd49a334 extends {
2624
+ propsDefinition: infer TProp;
2625
+ } ? {
2626
+ new (...args: any[]): {
2627
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
2628
+ };
2629
+ } : typeof wc32a6ca3074384eb4bcef68e9cd49a334) & {
2618
2630
  "panel": typeof wcf024796066784669a26452b2da403b70 extends {
2619
2631
  propsDefinition: infer TProp;
2620
2632
  } ? {
@@ -2623,13 +2635,6 @@ declare global {
2623
2635
  };
2624
2636
  } : typeof wcf024796066784669a26452b2da403b70;
2625
2637
  };
2626
- "history$": typeof wc32a6ca3074384eb4bcef68e9cd49a334 extends {
2627
- propsDefinition: infer TProp;
2628
- } ? {
2629
- new (...args: any[]): {
2630
- $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
2631
- };
2632
- } : typeof wc32a6ca3074384eb4bcef68e9cd49a334;
2633
2638
  };
2634
2639
  "video": {
2635
2640
  "player": typeof wce96730610396417c992037cda2812626 extends {
@@ -2662,7 +2667,13 @@ declare global {
2662
2667
  };
2663
2668
  };
2664
2669
  "instance": {
2665
- "rollup": {
2670
+ "rollup": (typeof wca8f8d41d8ceb43e0b16398c209fd6b32 extends {
2671
+ propsDefinition: infer TProp;
2672
+ } ? {
2673
+ new (...args: any[]): {
2674
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
2675
+ };
2676
+ } : typeof wca8f8d41d8ceb43e0b16398c209fd6b32) & {
2666
2677
  "settings": typeof wcbf30212ebf0d4319a1adb22bd528a3ac extends {
2667
2678
  propsDefinition: infer TProp;
2668
2679
  } ? {
@@ -2696,7 +2707,13 @@ declare global {
2696
2707
  } : typeof wccb43f1dff129451695d24eedf47a2546;
2697
2708
  };
2698
2709
  "view": {
2699
- "listview": {
2710
+ "listview": (typeof wc56f44aa4881c425b8661bff20129bc6d extends {
2711
+ propsDefinition: infer TProp;
2712
+ } ? {
2713
+ new (...args: any[]): {
2714
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
2715
+ };
2716
+ } : typeof wc56f44aa4881c425b8661bff20129bc6d) & {
2700
2717
  "settings": typeof wc5011d68d442847bc861cf89ce7155c26 extends {
2701
2718
  propsDefinition: infer TProp;
2702
2719
  } ? {
@@ -2705,14 +2722,13 @@ declare global {
2705
2722
  };
2706
2723
  } : typeof wc5011d68d442847bc861cf89ce7155c26;
2707
2724
  };
2708
- "listview$": typeof wc56f44aa4881c425b8661bff20129bc6d extends {
2725
+ "cardview": (typeof wcf7de7fe61d0746ada0dfb284923000fd extends {
2709
2726
  propsDefinition: infer TProp;
2710
2727
  } ? {
2711
2728
  new (...args: any[]): {
2712
2729
  $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
2713
2730
  };
2714
- } : typeof wc56f44aa4881c425b8661bff20129bc6d;
2715
- "cardview": {
2731
+ } : typeof wcf7de7fe61d0746ada0dfb284923000fd) & {
2716
2732
  "settings": typeof wce41852c3ec7c426c817ba4631777db6e extends {
2717
2733
  propsDefinition: infer TProp;
2718
2734
  } ? {
@@ -2721,22 +2737,8 @@ declare global {
2721
2737
  };
2722
2738
  } : typeof wce41852c3ec7c426c817ba4631777db6e;
2723
2739
  };
2724
- "cardview$": typeof wcf7de7fe61d0746ada0dfb284923000fd extends {
2725
- propsDefinition: infer TProp;
2726
- } ? {
2727
- new (...args: any[]): {
2728
- $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
2729
- };
2730
- } : typeof wcf7de7fe61d0746ada0dfb284923000fd;
2731
2740
  };
2732
2741
  };
2733
- "rollup$": typeof wca8f8d41d8ceb43e0b16398c209fd6b32 extends {
2734
- propsDefinition: infer TProp;
2735
- } ? {
2736
- new (...args: any[]): {
2737
- $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
2738
- };
2739
- } : typeof wca8f8d41d8ceb43e0b16398c209fd6b32;
2740
2742
  "information": {
2741
2743
  "step": typeof wc57666df7cbce43ca929dab5c9dcb66ff extends {
2742
2744
  propsDefinition: infer TProp;
@@ -2776,7 +2778,13 @@ declare global {
2776
2778
  };
2777
2779
  };
2778
2780
  };
2779
- "management": {
2781
+ "management": (typeof wc450488bd95a34f368241e9b4d8c71dee extends {
2782
+ propsDefinition: infer TProp;
2783
+ } ? {
2784
+ new (...args: any[]): {
2785
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
2786
+ };
2787
+ } : typeof wc450488bd95a34f368241e9b4d8c71dee) & {
2780
2788
  "instance": {
2781
2789
  "tab": typeof wcd26f1c7425484ce6adfc9165704877e5 extends {
2782
2790
  propsDefinition: infer TProp;
@@ -2814,13 +2822,6 @@ declare global {
2814
2822
  } : typeof wc211ad37d3c1747c2a3fce889a433ebaa;
2815
2823
  };
2816
2824
  };
2817
- "management$": typeof wc450488bd95a34f368241e9b4d8c71dee extends {
2818
- propsDefinition: infer TProp;
2819
- } ? {
2820
- new (...args: any[]): {
2821
- $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
2822
- };
2823
- } : typeof wc450488bd95a34f368241e9b4d8c71dee;
2824
2825
  "image": {
2825
2826
  "input": typeof wc0edb482876244660a11456d63e31b847 extends {
2826
2827
  propsDefinition: infer TProp;
@@ -3180,8 +3181,29 @@ declare global {
3180
3181
  };
3181
3182
  } : typeof wc8e03e2f7fb024945bc51138b77d06088;
3182
3183
  };
3183
- "block": {
3184
- "settings": {
3184
+ "block": (typeof wc057def31f5f5403d91b2da569de2fdff extends {
3185
+ propsDefinition: infer TProp;
3186
+ } ? {
3187
+ new (...args: any[]): {
3188
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
3189
+ };
3190
+ } : typeof wc057def31f5f5403d91b2da569de2fdff) & {
3191
+ "renderer": {
3192
+ "helper": typeof wc0b2ee63495854227a082987161a9e641 extends {
3193
+ propsDefinition: infer TProp;
3194
+ } ? {
3195
+ new (...args: any[]): {
3196
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
3197
+ };
3198
+ } : typeof wc0b2ee63495854227a082987161a9e641;
3199
+ };
3200
+ "settings": (typeof wc5d6ec741cf6e4d8ab005abdda288ceed extends {
3201
+ propsDefinition: infer TProp;
3202
+ } ? {
3203
+ new (...args: any[]): {
3204
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
3205
+ };
3206
+ } : typeof wc5d6ec741cf6e4d8ab005abdda288ceed) & {
3185
3207
  "helper": typeof wc16631fca46634e1b8c44401400bbf6ef extends {
3186
3208
  propsDefinition: infer TProp;
3187
3209
  } ? {
@@ -3225,30 +3247,20 @@ declare global {
3225
3247
  };
3226
3248
  } : typeof wc53cbd5702e9e41ffa95093586c0e001d;
3227
3249
  };
3228
- "renderer": {
3229
- "helper": typeof wc0b2ee63495854227a082987161a9e641 extends {
3230
- propsDefinition: infer TProp;
3231
- } ? {
3232
- new (...args: any[]): {
3233
- $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
3234
- };
3235
- } : typeof wc0b2ee63495854227a082987161a9e641;
3236
- };
3237
- "settings$": typeof wc5d6ec741cf6e4d8ab005abdda288ceed extends {
3250
+ "placeholder": typeof wc4834285963564938a31a1ac1dfb1b5d8 extends {
3238
3251
  propsDefinition: infer TProp;
3239
3252
  } ? {
3240
3253
  new (...args: any[]): {
3241
3254
  $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
3242
3255
  };
3243
- } : typeof wc5d6ec741cf6e4d8ab005abdda288ceed;
3244
- "placeholder": typeof wc4834285963564938a31a1ac1dfb1b5d8 extends {
3256
+ } : typeof wc4834285963564938a31a1ac1dfb1b5d8;
3257
+ "title": (typeof wc1b1dd31ac8644b498ddf378a431dfb19 extends {
3245
3258
  propsDefinition: infer TProp;
3246
3259
  } ? {
3247
3260
  new (...args: any[]): {
3248
3261
  $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
3249
3262
  };
3250
- } : typeof wc4834285963564938a31a1ac1dfb1b5d8;
3251
- "title": {
3263
+ } : typeof wc1b1dd31ac8644b498ddf378a431dfb19) & {
3252
3264
  "settings": typeof wcbeda6edf4c614323955fc06c6326f7e9 extends {
3253
3265
  propsDefinition: infer TProp;
3254
3266
  } ? {
@@ -3257,21 +3269,7 @@ declare global {
3257
3269
  };
3258
3270
  } : typeof wcbeda6edf4c614323955fc06c6326f7e9;
3259
3271
  };
3260
- "title$": typeof wc1b1dd31ac8644b498ddf378a431dfb19 extends {
3261
- propsDefinition: infer TProp;
3262
- } ? {
3263
- new (...args: any[]): {
3264
- $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
3265
- };
3266
- } : typeof wc1b1dd31ac8644b498ddf378a431dfb19;
3267
3272
  };
3268
- "block$": typeof wc057def31f5f5403d91b2da569de2fdff extends {
3269
- propsDefinition: infer TProp;
3270
- } ? {
3271
- new (...args: any[]): {
3272
- $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
3273
- };
3274
- } : typeof wc057def31f5f5403d91b2da569de2fdff;
3275
3273
  "renderer": {
3276
3274
  "canvas": typeof wcf346db89a53b404690b1795429fb0162 extends {
3277
3275
  propsDefinition: infer TProp;
@@ -3585,7 +3583,13 @@ declare global {
3585
3583
  $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
3586
3584
  };
3587
3585
  } : typeof wcdcf9c3e24a774e4dae784a3eac29d488;
3588
- "block": {
3586
+ "block": (typeof wc80bd5b0978ea40439001d3d409236382 extends {
3587
+ propsDefinition: infer TProp;
3588
+ } ? {
3589
+ new (...args: any[]): {
3590
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
3591
+ };
3592
+ } : typeof wc80bd5b0978ea40439001d3d409236382) & {
3589
3593
  "settings": typeof wce8526e8ed3f74e848e0dd747fd4d376d extends {
3590
3594
  propsDefinition: infer TProp;
3591
3595
  } ? {
@@ -3594,13 +3598,6 @@ declare global {
3594
3598
  };
3595
3599
  } : typeof wce8526e8ed3f74e848e0dd747fd4d376d;
3596
3600
  };
3597
- "block$": typeof wc80bd5b0978ea40439001d3d409236382 extends {
3598
- propsDefinition: infer TProp;
3599
- } ? {
3600
- new (...args: any[]): {
3601
- $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
3602
- };
3603
- } : typeof wc80bd5b0978ea40439001d3d409236382;
3604
3601
  "definition": {
3605
3602
  "picker": typeof wcb197c5e805cc4d6bb3d012e258560b31 extends {
3606
3603
  propsDefinition: infer TProp;
@@ -4573,7 +4570,13 @@ declare global {
4573
4570
  } : typeof wcaf0c761e8ba54dee858ca7593adcce76;
4574
4571
  };
4575
4572
  };
4576
- "mediapicker": {
4573
+ "mediapicker": (typeof wc37329e5d5cf74ff1ba633ce14b88e51c extends {
4574
+ propsDefinition: infer TProp;
4575
+ } ? {
4576
+ new (...args: any[]): {
4577
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
4578
+ };
4579
+ } : typeof wc37329e5d5cf74ff1ba633ce14b88e51c) & {
4577
4580
  "cropratios": typeof wca49a79f59f1e471d813f12926f411f9c extends {
4578
4581
  propsDefinition: infer TProp;
4579
4582
  } ? {
@@ -4589,13 +4592,6 @@ declare global {
4589
4592
  };
4590
4593
  } : typeof wc19b22417acb641c196f947ea4d60f4b2;
4591
4594
  };
4592
- "mediapicker$": typeof wc37329e5d5cf74ff1ba633ce14b88e51c extends {
4593
- propsDefinition: infer TProp;
4594
- } ? {
4595
- new (...args: any[]): {
4596
- $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
4597
- };
4598
- } : typeof wc37329e5d5cf74ff1ba633ce14b88e51c;
4599
4595
  "localization": typeof wcb4f33fbec8ed473f8d2584f35154a981 extends {
4600
4596
  propsDefinition: infer TProp;
4601
4597
  } ? {
@@ -4845,7 +4841,13 @@ declare global {
4845
4841
  };
4846
4842
  };
4847
4843
  "design": {
4848
- "journey": {
4844
+ "journey": (typeof wc97cad1f254694fb2ab76b333cf8fe84c extends {
4845
+ propsDefinition: infer TProp;
4846
+ } ? {
4847
+ new (...args: any[]): {
4848
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
4849
+ };
4850
+ } : typeof wc97cad1f254694fb2ab76b333cf8fe84c) & {
4849
4851
  "bp": typeof wcd789d3dea034427490fb0a9133262d2c extends {
4850
4852
  propsDefinition: infer TProp;
4851
4853
  } ? {
@@ -4861,13 +4863,6 @@ declare global {
4861
4863
  };
4862
4864
  } : typeof wca506689e1e2845b5b2535095ef278edf;
4863
4865
  };
4864
- "journey$": typeof wc97cad1f254694fb2ab76b333cf8fe84c extends {
4865
- propsDefinition: infer TProp;
4866
- } ? {
4867
- new (...args: any[]): {
4868
- $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
4869
- };
4870
- } : typeof wc97cad1f254694fb2ab76b333cf8fe84c;
4871
4866
  "selection": {
4872
4867
  "theme": {
4873
4868
  "journey": typeof wc9d1e3853fafd47bfa797ab00c1c3e4db extends {
@@ -5124,7 +5119,13 @@ declare global {
5124
5119
  $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
5125
5120
  };
5126
5121
  } : typeof wcd08c2dd1750a4cf78586dde94b7a0253;
5127
- "btn": {
5122
+ "btn": (typeof wc2dc36afd27594696ad30c07d123dcc62 extends {
5123
+ propsDefinition: infer TProp;
5124
+ } ? {
5125
+ new (...args: any[]): {
5126
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
5127
+ };
5128
+ } : typeof wc2dc36afd27594696ad30c07d123dcc62) & {
5128
5129
  "group": typeof wc2c9330897d814c55987d0530d63d458e extends {
5129
5130
  propsDefinition: infer TProp;
5130
5131
  } ? {
@@ -5133,13 +5134,6 @@ declare global {
5133
5134
  };
5134
5135
  } : typeof wc2c9330897d814c55987d0530d63d458e;
5135
5136
  };
5136
- "btn$": typeof wc2dc36afd27594696ad30c07d123dcc62 extends {
5137
- propsDefinition: infer TProp;
5138
- } ? {
5139
- new (...args: any[]): {
5140
- $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
5141
- };
5142
- } : typeof wc2dc36afd27594696ad30c07d123dcc62;
5143
5137
  "calendar": typeof wcbd13e7d1122245cf89acfb1a221f0c44 extends {
5144
5138
  propsDefinition: infer TProp;
5145
5139
  } ? {
@@ -5184,7 +5178,13 @@ declare global {
5184
5178
  };
5185
5179
  } : typeof wc28370f0312764e82b4c29237f943710a;
5186
5180
  };
5187
- "col": {
5181
+ "col": (typeof wcd116618a12d0439f8da809535809c260 extends {
5182
+ propsDefinition: infer TProp;
5183
+ } ? {
5184
+ new (...args: any[]): {
5185
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
5186
+ };
5187
+ } : typeof wcd116618a12d0439f8da809535809c260) & {
5188
5188
  "grid": typeof wc58850535f48040bc98b40064f89d19d0 extends {
5189
5189
  propsDefinition: infer TProp;
5190
5190
  } ? {
@@ -5193,13 +5193,6 @@ declare global {
5193
5193
  };
5194
5194
  } : typeof wc58850535f48040bc98b40064f89d19d0;
5195
5195
  };
5196
- "col$": typeof wcd116618a12d0439f8da809535809c260 extends {
5197
- propsDefinition: infer TProp;
5198
- } ? {
5199
- new (...args: any[]): {
5200
- $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
5201
- };
5202
- } : typeof wcd116618a12d0439f8da809535809c260;
5203
5196
  "data": {
5204
5197
  "table": typeof wc27c00720f7fb46bbb39286a2cb94797c extends {
5205
5198
  propsDefinition: infer TProp;
@@ -5361,7 +5354,13 @@ declare global {
5361
5354
  $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
5362
5355
  };
5363
5356
  } : typeof wc75cd93099dd146469e0ce6b5b1cac14d;
5364
- "list": {
5357
+ "list": (typeof wc154a229c9bd84d31aed848da93f29ea2 extends {
5358
+ propsDefinition: infer TProp;
5359
+ } ? {
5360
+ new (...args: any[]): {
5361
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
5362
+ };
5363
+ } : typeof wc154a229c9bd84d31aed848da93f29ea2) & {
5365
5364
  "item": typeof wc4a4631845ea24fbb8cabdbb9b06772da extends {
5366
5365
  propsDefinition: infer TProp;
5367
5366
  } ? {
@@ -5370,13 +5369,15 @@ declare global {
5370
5369
  };
5371
5370
  } : typeof wc4a4631845ea24fbb8cabdbb9b06772da;
5372
5371
  };
5373
- "list$": typeof wc154a229c9bd84d31aed848da93f29ea2 extends {
5374
- propsDefinition: infer TProp;
5375
- } ? {
5376
- new (...args: any[]): {
5377
- $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
5378
- };
5379
- } : typeof wc154a229c9bd84d31aed848da93f29ea2;
5372
+ "omnia": {
5373
+ "logo": typeof wcd0b8420c01d54ab28be011c92c8f0d24 extends {
5374
+ propsDefinition: infer TProp;
5375
+ } ? {
5376
+ new (...args: any[]): {
5377
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
5378
+ };
5379
+ } : typeof wcd0b8420c01d54ab28be011c92c8f0d24;
5380
+ };
5380
5381
  "main": typeof wc1ed9f2ec3580492cb211d719c9b15ad1 extends {
5381
5382
  propsDefinition: infer TProp;
5382
5383
  } ? {
@@ -5458,7 +5459,13 @@ declare global {
5458
5459
  $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
5459
5460
  };
5460
5461
  } : typeof wca7986c581a404122ba708e2724c144e6;
5461
- "radio": {
5462
+ "radio": (typeof wc2d9c50d3dcb1421cafb8eab80be243a1 extends {
5463
+ propsDefinition: infer TProp;
5464
+ } ? {
5465
+ new (...args: any[]): {
5466
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
5467
+ };
5468
+ } : typeof wc2d9c50d3dcb1421cafb8eab80be243a1) & {
5462
5469
  "group": typeof wc48962186dfb94f37adc76f475b80015d extends {
5463
5470
  propsDefinition: infer TProp;
5464
5471
  } ? {
@@ -5467,13 +5474,6 @@ declare global {
5467
5474
  };
5468
5475
  } : typeof wc48962186dfb94f37adc76f475b80015d;
5469
5476
  };
5470
- "radio$": typeof wc2d9c50d3dcb1421cafb8eab80be243a1 extends {
5471
- propsDefinition: infer TProp;
5472
- } ? {
5473
- new (...args: any[]): {
5474
- $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
5475
- };
5476
- } : typeof wc2d9c50d3dcb1421cafb8eab80be243a1;
5477
5477
  "range": {
5478
5478
  "slider": typeof wc8a82f6b541cc49b2ade3e5b880fd3a58 extends {
5479
5479
  propsDefinition: infer TProp;
@@ -5522,8 +5522,20 @@ declare global {
5522
5522
  };
5523
5523
  } : typeof wc2ade92721b3c426fac97c63026f77351;
5524
5524
  };
5525
- "slide": {
5526
- "panel": {
5525
+ "slide": (typeof wcd5ff31018df44196a5c6ab219bab4c25 extends {
5526
+ propsDefinition: infer TProp;
5527
+ } ? {
5528
+ new (...args: any[]): {
5529
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
5530
+ };
5531
+ } : typeof wcd5ff31018df44196a5c6ab219bab4c25) & {
5532
+ "panel": (typeof wc8b0bddecd5d74fcba7aac87913137ca3 extends {
5533
+ propsDefinition: infer TProp;
5534
+ } ? {
5535
+ new (...args: any[]): {
5536
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
5537
+ };
5538
+ } : typeof wc8b0bddecd5d74fcba7aac87913137ca3) & {
5527
5539
  "settings": typeof wc2001e58f6a33442fb716d45a67eee24d extends {
5528
5540
  propsDefinition: infer TProp;
5529
5541
  } ? {
@@ -5532,21 +5544,7 @@ declare global {
5532
5544
  };
5533
5545
  } : typeof wc2001e58f6a33442fb716d45a67eee24d;
5534
5546
  };
5535
- "panel$": typeof wc8b0bddecd5d74fcba7aac87913137ca3 extends {
5536
- propsDefinition: infer TProp;
5537
- } ? {
5538
- new (...args: any[]): {
5539
- $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
5540
- };
5541
- } : typeof wc8b0bddecd5d74fcba7aac87913137ca3;
5542
5547
  };
5543
- "slide$": typeof wcd5ff31018df44196a5c6ab219bab4c25 extends {
5544
- propsDefinition: infer TProp;
5545
- } ? {
5546
- new (...args: any[]): {
5547
- $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
5548
- };
5549
- } : typeof wcd5ff31018df44196a5c6ab219bab4c25;
5550
5548
  "slider": typeof wcd108fdde5ca942d7ae92195eb74b5452 extends {
5551
5549
  propsDefinition: infer TProp;
5552
5550
  } ? {
@@ -5577,7 +5575,13 @@ declare global {
5577
5575
  };
5578
5576
  } : typeof wc61d4ecaae72546b1bd94bdf74e2a9dcc;
5579
5577
  };
5580
- "splitpane": {
5578
+ "splitpane": (typeof wc6b7f04ba8fc4487ea496dd8e42b55dbd extends {
5579
+ propsDefinition: infer TProp;
5580
+ } ? {
5581
+ new (...args: any[]): {
5582
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
5583
+ };
5584
+ } : typeof wc6b7f04ba8fc4487ea496dd8e42b55dbd) & {
5581
5585
  "item": typeof wc170e15fd849e41568ed9b48f88711527 extends {
5582
5586
  propsDefinition: infer TProp;
5583
5587
  } ? {
@@ -5586,13 +5590,6 @@ declare global {
5586
5590
  };
5587
5591
  } : typeof wc170e15fd849e41568ed9b48f88711527;
5588
5592
  };
5589
- "splitpane$": typeof wc6b7f04ba8fc4487ea496dd8e42b55dbd extends {
5590
- propsDefinition: infer TProp;
5591
- } ? {
5592
- new (...args: any[]): {
5593
- $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
5594
- };
5595
- } : typeof wc6b7f04ba8fc4487ea496dd8e42b55dbd;
5596
5593
  "split": {
5597
5594
  "pane": {
5598
5595
  "container": typeof wcd1ad8882a0c04ed4a65ca7653cd46ba8 extends {
@@ -5611,7 +5608,13 @@ declare global {
5611
5608
  } : typeof wc5f8763d6835d4d60be746c3178fe64e5;
5612
5609
  };
5613
5610
  };
5614
- "stepper": {
5611
+ "stepper": (typeof wc7cc2d4feecde4174badc5797ba6fb53e extends {
5612
+ propsDefinition: infer TProp;
5613
+ } ? {
5614
+ new (...args: any[]): {
5615
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
5616
+ };
5617
+ } : typeof wc7cc2d4feecde4174badc5797ba6fb53e) & {
5615
5618
  "step": typeof wca8c8ffd3d8ff46ee969d8fb6b9522104 extends {
5616
5619
  propsDefinition: infer TProp;
5617
5620
  } ? {
@@ -5620,13 +5623,6 @@ declare global {
5620
5623
  };
5621
5624
  } : typeof wca8c8ffd3d8ff46ee969d8fb6b9522104;
5622
5625
  };
5623
- "stepper$": typeof wc7cc2d4feecde4174badc5797ba6fb53e extends {
5624
- propsDefinition: infer TProp;
5625
- } ? {
5626
- new (...args: any[]): {
5627
- $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
5628
- };
5629
- } : typeof wc7cc2d4feecde4174badc5797ba6fb53e;
5630
5626
  "sticky": {
5631
5627
  "container": typeof wcfeb57f2e8a1e4cd1b7a59043738bf5e8 extends {
5632
5628
  propsDefinition: infer TProp;