@omnia/fx 8.0.481-dev → 8.0.483-dev
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/internal-do-not-import-from-here/manifests/omnia.fx.ux.editor.manifest.json +1 -1
- package/internal-do-not-import-from-here/manifests/omnia.fx.ux.manifest.json +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/buttonstyle/ButtonBlueprintsViewer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/buttonstyle/ButtonStylePicker.d.ts +3 -1
- package/internal-do-not-import-from-here/ux/aurora/components/buttonstyle/store/ButtonStylePickerStore.d.ts +6 -2
- package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaPicker.d.ts +10 -0
- package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/store/ColorSchemaPickerStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/aurora/components/containerFillpicker/ContainerFillPicker.d.ts +10 -0
- package/internal-do-not-import-from-here/ux/aurora/components/containerFillpicker/ContainerFillStyleEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/containerFillpicker/store/ContainerFillPickerStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/aurora/components/headerpicker/HeaderPicker.d.ts +3 -1
- package/internal-do-not-import-from-here/ux/aurora/components/headerpicker/HeaderRenderer.stylex.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/headerpicker/store/HeaderPickerStore.d.ts +6 -2
- package/internal-do-not-import-from-here/ux/aurora/components/input/InputStylePicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/tabs/TabStylePicker.d.ts +3 -1
- package/internal-do-not-import-from-here/ux/aurora/components/tabs/store/TabStylePickerStore.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/conditioncontrol/ConditionControl.d.ts +11 -0
- package/internal-do-not-import-from-here/ux/conditioncontrol/loc/Localize.d.ts +12 -0
- package/internal-do-not-import-from-here/ux/dynamicplaceholder/models/DynamicPlaceholderSettings.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/editor/use/UseBlockMigration.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/editor/use/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/editorchrome/stores/EditorChromeStoreV2.d.ts +20 -3
- package/internal-do-not-import-from-here/ux/enterpriseproperties/settingpicker/EnterprisePropertySettingPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerButton.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerDialog.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerField.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerInlineField.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/journey/DefineBlade.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/journey/SettingsJourneyMenu.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/journey/stores/JourneyStore.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/DefineLayoutEditorCanvas.d.ts +61 -43
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/LayoutEditorCanvas_old.d.ts +49 -4
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitemactiontoolbar/LayoutItemActionToolbar.d.ts +15 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitemactiontoolbar/LayoutItemActionToolbarStyles.css.d.ts +8 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutrenderinghooks/LayoutBlock.css.d.ts +86 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutrenderinghooks/LayoutBlockEditorHooks.d.ts +9 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutrenderinghooks/LayoutColumn.css.d.ts +10 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutrenderinghooks/LayoutColumnEditorHooks.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutrenderinghooks/LayoutSection.css.d.ts +90 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutrenderinghooks/LayoutSectionEditorHooks.d.ts +10 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutrenderinghooks/index.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings → settings}/ColorSettings.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings → settings}/TabsSettingsStylePanel.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/_old/TemplatePreview_old.d.ts +65 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings → settings}/blocktitle/BlockTitle.css.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/breakpoints/BreakPointBlockSettingsComponent.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/breakpoints/BreakPointSectionSettingsComponent.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings → settings}/breakpoints/BreakPointSettingsComponent.css.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings → settings}/breakpoints/BreakPointSettingsComponent.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layout/Style.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layout/Style_old.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Columns_old.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Css.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Css_old.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/General.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/General_old.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Header.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Header_old.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Spacing.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Spacing_old.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Style.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Style_old.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Targeting.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Targeting_old.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings → settings}/section/items/AccordionListingSettingsPanel.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings → settings}/section/items/ColumnListingSettingsPanel.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings → settings}/section/items/SectionItemListing.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings → settings}/section/items/StepListingSettingsPanel.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings → settings}/section/items/TabListingSettingsPanel.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/targetselector/TargetSelector.css.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/targetselector/TargetSelector.d.ts +114 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutdefinitionsettings/LayoutItemSettingsDefinitions.d.ts +13 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutBlockRenderer.css.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionRenderer.css.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/stores/LayoutCanvasEditorStore.d.ts +48 -28
- package/internal-do-not-import-from-here/ux/layoutcanvas/stores/LayoutCanvasStore.d.ts +62 -43
- package/internal-do-not-import-from-here/ux/layoutcanvas/stores/LayoutCanvasStoreV2.d.ts +65 -46
- package/internal-do-not-import-from-here/ux/multitextinput/MultiTextInput.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/store/ScrollContainerStore.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/selection/Selection.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +1 -1
- package/internal-do-not-import-from-here/wctypings.d.ts +305 -319
- package/package.json +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/_old/settings/breakpoints/BreakPointBlockSettingsComponent.d.ts +0 -6
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/_old/settings/breakpoints/BreakPointSectionSettingsComponent.d.ts +0 -6
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/_old/settings/layout/Style.d.ts +0 -341
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/_old/settings/section/Css.d.ts +0 -341
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/_old/settings/section/Style.d.ts +0 -341
- /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings → settings}/BlockSettingsPanel.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings → settings}/LayoutStructure.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings → settings}/SettingsPanel.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings → settings}/TemplatePreview.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings/layoutclipboard/LayoutClipboard.d.ts → settings/_old/BlockSettingsPanel_old.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings/block/Css.d.ts → settings/_old/LayoutStructure_old.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings/section/Columns.d.ts → settings/_old/SettingsPanel_old.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings → settings}/backgroundsettings/BackgroundSettings.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings/block/Header.d.ts → settings/block/Css.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings/section → settings/block}/Header.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings/block/Spacing.d.ts → settings/block/Header_old.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings/block/Style.d.ts → settings/block/Spacing.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings/block/Targeting.d.ts → settings/block/Style.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings/section → settings/block}/Targeting.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings → settings}/blocktitle/BlockTitle.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings → settings}/blocktitle/BlockTitleSettings.css.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings → settings}/blocktitle/BlockTitleSettings.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings → settings}/blocktitle_old/BlockTitle.css.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings → settings}/blocktitle_old/BlockTitle.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings → settings}/blocktitle_old/BlockTitleSettings.css.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings → settings}/blocktitle_old/BlockTitleSettings.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings → settings}/breakpoints/BreakPointSettingsstyles.css.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings → settings}/canvas/Spacing.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings → settings}/imagebackgroundsettings/ImageBackgroundSettings.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings → settings}/journey/JourneyBlockSettings.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings → settings}/journey/JourneyMenuItemSettings.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings → settings}/layout/BlockHeader.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings → settings}/layout/GlobalHeaderStyling.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings → settings}/layout/LayoutTheming.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings → settings}/layoutclipboard/LayoutClipboard.css.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings/section/General.d.ts → settings/layoutclipboard/LayoutClipboard.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings → settings}/lock/Lock.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings/section/Spacing.d.ts → settings/section/Columns.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings → settings}/section/Theming.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings → settings}/section/items/ColumnListingSettingsPanel.css.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings → settings}/settingstabs/TabBlockSettings.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{_old/settings → settings}/settingstabs/TabLayoutSettings.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';
|
@@ -467,6 +468,7 @@ import wcea2ad78acabc4ec0bc3609301b3713c3 from './ux/filterengine/components/set
|
|
467
468
|
import wc024952d88730404da854cfed0d045284 from './ux/filterengine/components/settings/tags/TagsPropertySettings';
|
468
469
|
import wcdc589fd533c8400a8dde3dad35f47248 from './ux/filterengine/components/settings/tags/TagsPropertyDefaultValueInput';
|
469
470
|
import wc41f1eb15438a488b8b227b1ff31ca66f from './ux/layoutcanvas/editor/developertools/DeveloperTools';
|
471
|
+
import wc1467198b10eb445181f99ac65363050c from './ux/layoutcanvas/editor/settings/BlockSettingsPanel';
|
470
472
|
import wcac5f615df97543cf97b3ae930ba113d0 from './ux/mediagallery/gallerydialogproviders/slider/Slider';
|
471
473
|
import wc12d1bca1d50b4186acd50014584389c9 from './ux/mediagallery/galleryviewproviders/photowall/PhotoWall';
|
472
474
|
import wc97a809187ad54028a26f31428c844710 from './ux/mediapickerV2/chrome/components/MediaGallerySelector';
|
@@ -561,35 +563,35 @@ import wcfc2401c7c3384790ae7ce17d05b0855f from './ux/aurora/admin/themedesigner/
|
|
561
563
|
import wc4834285963564938a31a1ac1dfb1b5d8 from './ux/layoutcanvas/editor/_old/blockplaceholder/BlockPlaceholder';
|
562
564
|
import wc4512676606d342adbd011def4b615151 from './ux/layoutcanvas/editor/_old/canvastoolbar/CanvasToolbar';
|
563
565
|
import wcd89913a1055942b38285fcab85751865 from './ux/layoutcanvas/editor/_old/devicepreviewer/DevicePreviewer';
|
566
|
+
import wcf5cf0b4975644d688124880ae533869e from './ux/layoutcanvas/editor/settings/backgroundsettings/BackgroundSettings';
|
567
|
+
import wc2e52c0d860ec498fa3abf6b76eacc45d from './ux/layoutcanvas/editor/settings/block/Header';
|
568
|
+
import wc9666ee9da0af46ac8354f0577050cb60 from './ux/layoutcanvas/editor/settings/block/Spacing';
|
569
|
+
import wc103ae93f7a7c4754872e2573a9a689d7 from './ux/layoutcanvas/editor/settings/block/Style';
|
570
|
+
import wc06eff92039dd49339e522ac2d7a648af from './ux/layoutcanvas/editor/settings/block/Css';
|
571
|
+
import wc53cbd5702e9e41ffa95093586c0e001d from './ux/layoutcanvas/editor/settings/block/Targeting';
|
572
|
+
import wc1b1dd31ac8644b498ddf378a431dfb19 from './ux/layoutcanvas/editor/settings/blocktitle/BlockTitle';
|
573
|
+
import wcbeda6edf4c614323955fc06c6326f7e9 from './ux/layoutcanvas/editor/settings/blocktitle/BlockTitleSettings';
|
574
|
+
import wc0f7be5adc6ff4d81b920e5cf086128ae from './ux/layoutcanvas/editor/settings/imagebackgroundsettings/ImageBackgroundSettings';
|
575
|
+
import wc37375f596a3a47abb0badf59315a5611 from './ux/layoutcanvas/editor/settings/journey/JourneyBlockSettings';
|
576
|
+
import wc193eace0ce8743bf969ea707bc0f937d from './ux/layoutcanvas/editor/settings/journey/JourneyMenuItemSettings';
|
577
|
+
import wc673c5382ae8e4663ac07110302d7e386 from './ux/layoutcanvas/editor/settings/layout/GlobalHeaderStyling';
|
578
|
+
import wc221ed456340d4c1fa7522b7bee6d7a64 from './ux/layoutcanvas/editor/settings/layout/BlockHeader';
|
579
|
+
import wc9e404f90ca6640f19c3fece23b073993 from './ux/layoutcanvas/editor/settings/layout/Style';
|
580
|
+
import wc4a31764ba9f6414a96192d0d02456086 from './ux/layoutcanvas/editor/settings/layoutclipboard/LayoutClipboard';
|
581
|
+
import wc160a5d56895f4a66a9dae49cffdae312 from './ux/layoutcanvas/editor/settings/lock/Lock';
|
582
|
+
import wc51c48c7bbe4245888bbf2f98884d6028 from './ux/layoutcanvas/editor/settings/section/General';
|
583
|
+
import wc68724008d5d046b8a2f969ee90eece2c from './ux/layoutcanvas/editor/settings/section/Spacing';
|
584
|
+
import wc08384c0236f840719ee3d8e018718e68 from './ux/layoutcanvas/editor/settings/section/Style';
|
585
|
+
import wc245a49e2d21a4b4ca849825b903103fe from './ux/layoutcanvas/editor/settings/section/Css';
|
586
|
+
import wc68628381bcdb41f6b0beb64d7ce94052 from './ux/layoutcanvas/editor/settings/section/Targeting';
|
587
|
+
import wc48ff129f9a254eec9276b47f0c0f8b3e from './ux/layoutcanvas/editor/settings/section/Header';
|
588
|
+
import wccac6f7b1e12d4d8b8d302340d885bd48 from './ux/layoutcanvas/editor/settings/section/Columns';
|
589
|
+
import wc2a460a78bf504a2b9d00b1f86a347d46 from './ux/layoutcanvas/editor/settings/settingstabs/TabLayoutSettings';
|
590
|
+
import wc5b6b6242356046c29e05c24fb2135bf0 from './ux/layoutcanvas/editor/settings/settingstabs/TabBlockSettings';
|
564
591
|
import wc0f5cb3a8175d418c8527d1852cb28782 from './ux/richtexteditor/extensions/EnterpriseGlossaryLink/components/SuggestionComponent';
|
565
592
|
import wc4cd5054dab4a44dfb4f0cd4be9d1ee50 from './ux/app/apps/admin/appsettings/admin/AppSettingsJourney';
|
566
593
|
import wc1476702e8f24468d9185322be5931c54 from './ux/app/management/tabs/shared/addbutton/AddButton';
|
567
594
|
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
595
|
import wca1b28c17c13e4250a8ba59a01efece0e from './ux/admin/system/submenu/systemlogs/providers/AppInstance/AppInstanceLog';
|
594
596
|
import wc606afcf1b9b04b5e8920b7675b4ecc4b from './ux/admin/system/submenu/systemlogs/providers/Feature/FeatureInstanceLog';
|
595
597
|
import wc97a0cc3e2c064517ba3c9db6e5e04f8b from '../../../../client/public/header/Header';
|
@@ -622,7 +624,13 @@ declare global {
|
|
622
624
|
} : typeof wcf3d75940db51447dbf6719251f5465b0;
|
623
625
|
"fx": {
|
624
626
|
"spfx": {
|
625
|
-
"wp": {
|
627
|
+
"wp": (typeof wca7105d996040472b8d55819f99a434db extends {
|
628
|
+
propsDefinition: infer TProp;
|
629
|
+
} ? {
|
630
|
+
new (...args: any[]): {
|
631
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
632
|
+
};
|
633
|
+
} : typeof wca7105d996040472b8d55819f99a434db) & {
|
626
634
|
"standalone": typeof wc4d6cad2f0eb948e1aaefae35edab238c extends {
|
627
635
|
propsDefinition: infer TProp;
|
628
636
|
} ? {
|
@@ -631,16 +639,15 @@ declare global {
|
|
631
639
|
};
|
632
640
|
} : typeof wc4d6cad2f0eb948e1aaefae35edab238c;
|
633
641
|
};
|
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
642
|
};
|
642
643
|
};
|
643
|
-
"admin": {
|
644
|
+
"admin": (typeof wcbc947f375ee34d2a98e2d431f2e45b62 extends {
|
645
|
+
propsDefinition: infer TProp;
|
646
|
+
} ? {
|
647
|
+
new (...args: any[]): {
|
648
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
649
|
+
};
|
650
|
+
} : typeof wcbc947f375ee34d2a98e2d431f2e45b62) & {
|
644
651
|
"renderer": typeof wc253e469ef68e4cb5b526343736c2ff11 extends {
|
645
652
|
propsDefinition: infer TProp;
|
646
653
|
} ? {
|
@@ -649,13 +656,6 @@ declare global {
|
|
649
656
|
};
|
650
657
|
} : typeof wc253e469ef68e4cb5b526343736c2ff11;
|
651
658
|
};
|
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
659
|
"security": {
|
660
660
|
"journey": typeof wc64414dbb034543c89572b254ef41aae7 extends {
|
661
661
|
propsDefinition: infer TProp;
|
@@ -732,7 +732,13 @@ declare global {
|
|
732
732
|
};
|
733
733
|
"layout": {
|
734
734
|
"action": {
|
735
|
-
"btn": {
|
735
|
+
"btn": (typeof wc4aed54beb02341e3a6cbde5af5fb6c78 extends {
|
736
|
+
propsDefinition: infer TProp;
|
737
|
+
} ? {
|
738
|
+
new (...args: any[]): {
|
739
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
740
|
+
};
|
741
|
+
} : typeof wc4aed54beb02341e3a6cbde5af5fb6c78) & {
|
736
742
|
"settings": typeof wc02c473f7041b40038ceecdf09e6ba4ca extends {
|
737
743
|
propsDefinition: infer TProp;
|
738
744
|
} ? {
|
@@ -741,13 +747,6 @@ declare global {
|
|
741
747
|
};
|
742
748
|
} : typeof wc02c473f7041b40038ceecdf09e6ba4ca;
|
743
749
|
};
|
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
750
|
};
|
752
751
|
"developertools": typeof wc41f1eb15438a488b8b227b1ff31ca66f extends {
|
753
752
|
propsDefinition: infer TProp;
|
@@ -904,6 +903,15 @@ declare global {
|
|
904
903
|
};
|
905
904
|
} : typeof wc5dfa7b609aed43ffab03dad33c65b2da;
|
906
905
|
};
|
906
|
+
"condition": {
|
907
|
+
"control": typeof wc2f45926eead6483288ae0aa4206a3040 extends {
|
908
|
+
propsDefinition: infer TProp;
|
909
|
+
} ? {
|
910
|
+
new (...args: any[]): {
|
911
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
912
|
+
};
|
913
|
+
} : typeof wc2f45926eead6483288ae0aa4206a3040;
|
914
|
+
};
|
907
915
|
"confirm": {
|
908
916
|
"dialog": typeof wcb11276a5e84a4709a55abd185b4c7a1d extends {
|
909
917
|
propsDefinition: infer TProp;
|
@@ -1002,7 +1010,13 @@ declare global {
|
|
1002
1010
|
};
|
1003
1011
|
} : typeof wc109f737cdec14061b134c74ab16b0ad9;
|
1004
1012
|
"dynamic": {
|
1005
|
-
"placeholder": {
|
1013
|
+
"placeholder": (typeof wc60feadd89e4d4c2eb095cee9f104ee96 extends {
|
1014
|
+
propsDefinition: infer TProp;
|
1015
|
+
} ? {
|
1016
|
+
new (...args: any[]): {
|
1017
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
1018
|
+
};
|
1019
|
+
} : typeof wc60feadd89e4d4c2eb095cee9f104ee96) & {
|
1006
1020
|
"settings": typeof wcac8a9be60cfb47f288f602ececa6687f extends {
|
1007
1021
|
propsDefinition: infer TProp;
|
1008
1022
|
} ? {
|
@@ -1011,13 +1025,6 @@ declare global {
|
|
1011
1025
|
};
|
1012
1026
|
} : typeof wcac8a9be60cfb47f288f602ececa6687f;
|
1013
1027
|
};
|
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
1028
|
"color": {
|
1022
1029
|
"indicator": typeof wc711431cdf6db4e59b24da83e9017939c extends {
|
1023
1030
|
propsDefinition: infer TProp;
|
@@ -1036,6 +1043,17 @@ declare global {
|
|
1036
1043
|
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
1037
1044
|
};
|
1038
1045
|
} : typeof wc710dc11b823c4a80b2a031395c206325;
|
1046
|
+
"canvas": {
|
1047
|
+
"block": {
|
1048
|
+
"settings": typeof wc1467198b10eb445181f99ac65363050c extends {
|
1049
|
+
propsDefinition: infer TProp;
|
1050
|
+
} ? {
|
1051
|
+
new (...args: any[]): {
|
1052
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
1053
|
+
};
|
1054
|
+
} : typeof wc1467198b10eb445181f99ac65363050c;
|
1055
|
+
};
|
1056
|
+
};
|
1039
1057
|
};
|
1040
1058
|
"enterpriseglossary": {
|
1041
1059
|
"picker": typeof wc41a6d1b1b02e4b368aac19ded6b391a1 extends {
|
@@ -1074,7 +1092,13 @@ declare global {
|
|
1074
1092
|
} : typeof wc82e8cb4daeee4ea6a50c727b93bbbac3;
|
1075
1093
|
};
|
1076
1094
|
"features": {
|
1077
|
-
"journey": {
|
1095
|
+
"journey": (typeof wcfd300449c17f44fd80d83e709a10bf63 extends {
|
1096
|
+
propsDefinition: infer TProp;
|
1097
|
+
} ? {
|
1098
|
+
new (...args: any[]): {
|
1099
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
1100
|
+
};
|
1101
|
+
} : typeof wcfd300449c17f44fd80d83e709a10bf63) & {
|
1078
1102
|
"properties": typeof wc041c5cb1e6fc487f98669ee2fb4edee0 extends {
|
1079
1103
|
propsDefinition: infer TProp;
|
1080
1104
|
} ? {
|
@@ -1099,13 +1123,6 @@ declare global {
|
|
1099
1123
|
} : typeof wc47f40c108c6d482197c5f462acf292d2;
|
1100
1124
|
};
|
1101
1125
|
};
|
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
1126
|
};
|
1110
1127
|
"field": {
|
1111
1128
|
"container": typeof wc828d6c37d5524e7d9f949270c521b6da extends {
|
@@ -1154,7 +1171,13 @@ declare global {
|
|
1154
1171
|
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
1155
1172
|
};
|
1156
1173
|
} : typeof wc34e1cea969d744f1bbec4770b51d49f5;
|
1157
|
-
"selectionsarea": {
|
1174
|
+
"selectionsarea": (typeof wce2f7f245f168446980aef1473d8742d1 extends {
|
1175
|
+
propsDefinition: infer TProp;
|
1176
|
+
} ? {
|
1177
|
+
new (...args: any[]): {
|
1178
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
1179
|
+
};
|
1180
|
+
} : typeof wce2f7f245f168446980aef1473d8742d1) & {
|
1158
1181
|
"personproperty": typeof wccbef13c831cf4531a43fb63ef63ad39b extends {
|
1159
1182
|
propsDefinition: infer TProp;
|
1160
1183
|
} ? {
|
@@ -1205,13 +1228,6 @@ declare global {
|
|
1205
1228
|
};
|
1206
1229
|
} : typeof wcb1fca92af8524970b426823cf7ef65b5;
|
1207
1230
|
};
|
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
1231
|
"dialog": {
|
1216
1232
|
"content": typeof wc937eab372066440fa95551ac8cba45d7 extends {
|
1217
1233
|
propsDefinition: infer TProp;
|
@@ -1558,7 +1574,13 @@ declare global {
|
|
1558
1574
|
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
1559
1575
|
};
|
1560
1576
|
} : typeof wca7608d8c42184cbb994910dc06c464a1;
|
1561
|
-
"picker": {
|
1577
|
+
"picker": (typeof wcec81357974804c539bff6c58a8785c22 extends {
|
1578
|
+
propsDefinition: infer TProp;
|
1579
|
+
} ? {
|
1580
|
+
new (...args: any[]): {
|
1581
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
1582
|
+
};
|
1583
|
+
} : typeof wcec81357974804c539bff6c58a8785c22) & {
|
1562
1584
|
"field": typeof wcba60557e3daf48208c919a1806502df5 extends {
|
1563
1585
|
propsDefinition: infer TProp;
|
1564
1586
|
} ? {
|
@@ -1590,13 +1612,6 @@ declare global {
|
|
1590
1612
|
};
|
1591
1613
|
} : typeof wc70593d481fa54e68be9f4fe41f0f5c92;
|
1592
1614
|
};
|
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
1615
|
"creation": {
|
1601
1616
|
"request": {
|
1602
1617
|
"omnia": typeof wc2b741f0203a54cb5a7be72e204ebecc8 extends {
|
@@ -1665,7 +1680,13 @@ declare global {
|
|
1665
1680
|
} : typeof wca01dd21daed643789058354101511f08;
|
1666
1681
|
};
|
1667
1682
|
};
|
1668
|
-
"journey": {
|
1683
|
+
"journey": (typeof wcc0ba9c7ccef54093bcb0be49e7cf79df extends {
|
1684
|
+
propsDefinition: infer TProp;
|
1685
|
+
} ? {
|
1686
|
+
new (...args: any[]): {
|
1687
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
1688
|
+
};
|
1689
|
+
} : typeof wcc0ba9c7ccef54093bcb0be49e7cf79df) & {
|
1669
1690
|
"blade": typeof wc4357bb8264e3482c8710afed3b2be35c extends {
|
1670
1691
|
propsDefinition: infer TProp;
|
1671
1692
|
} ? {
|
@@ -1706,13 +1727,6 @@ declare global {
|
|
1706
1727
|
} : typeof wc58e999e5a1184a7fbea90061fc377f91;
|
1707
1728
|
};
|
1708
1729
|
};
|
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
1730
|
"settings": {
|
1717
1731
|
"journey": {
|
1718
1732
|
"menu": typeof wcd91fa8e10e3b4350bb158f9cbeace0e8 extends {
|
@@ -1809,15 +1823,6 @@ declare global {
|
|
1809
1823
|
} : typeof wcd836de74ad894f4999e21046b1ba2cab;
|
1810
1824
|
};
|
1811
1825
|
"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
1826
|
"renderer": typeof wcc8b990d01ddc45ab930b4409fc406435 extends {
|
1822
1827
|
propsDefinition: infer TProp;
|
1823
1828
|
} ? {
|
@@ -1825,13 +1830,21 @@ declare global {
|
|
1825
1830
|
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
1826
1831
|
};
|
1827
1832
|
} : typeof wcc8b990d01ddc45ab930b4409fc406435;
|
1828
|
-
"editor
|
1833
|
+
"editor": (typeof wc744b3f31e00c4815b63ecaf638ad7a7a extends {
|
1829
1834
|
propsDefinition: infer TProp;
|
1830
1835
|
} ? {
|
1831
1836
|
new (...args: any[]): {
|
1832
1837
|
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
1833
1838
|
};
|
1834
|
-
} : typeof wc744b3f31e00c4815b63ecaf638ad7a7a
|
1839
|
+
} : typeof wc744b3f31e00c4815b63ecaf638ad7a7a) & {
|
1840
|
+
"toolbar": typeof wccbd18219fce4454d92afd1867f0ef43b extends {
|
1841
|
+
propsDefinition: infer TProp;
|
1842
|
+
} ? {
|
1843
|
+
new (...args: any[]): {
|
1844
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
1845
|
+
};
|
1846
|
+
} : typeof wccbd18219fce4454d92afd1867f0ef43b;
|
1847
|
+
};
|
1835
1848
|
};
|
1836
1849
|
"media": {
|
1837
1850
|
"picker": {
|
@@ -2087,7 +2100,13 @@ declare global {
|
|
2087
2100
|
};
|
2088
2101
|
} : typeof wc1a58948a606a42078da3fb919cc4f7e6;
|
2089
2102
|
};
|
2090
|
-
"profilecard": {
|
2103
|
+
"profilecard": (typeof wc6489472fd8d24a1b9413537fde528566 extends {
|
2104
|
+
propsDefinition: infer TProp;
|
2105
|
+
} ? {
|
2106
|
+
new (...args: any[]): {
|
2107
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
2108
|
+
};
|
2109
|
+
} : typeof wc6489472fd8d24a1b9413537fde528566) & {
|
2091
2110
|
"dialog": typeof wc3c421adf849a4f8abc88b667ceb5d374 extends {
|
2092
2111
|
propsDefinition: infer TProp;
|
2093
2112
|
} ? {
|
@@ -2103,13 +2122,6 @@ declare global {
|
|
2103
2122
|
};
|
2104
2123
|
} : typeof wc6d1d84cb210643c59ca8437fc36c75a1;
|
2105
2124
|
};
|
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
2125
|
"profileswitch": {
|
2114
2126
|
"btn": typeof wc6b7b970b284443abb7a86f0afa4462e3 extends {
|
2115
2127
|
propsDefinition: infer TProp;
|
@@ -2185,7 +2197,13 @@ declare global {
|
|
2185
2197
|
};
|
2186
2198
|
} : typeof wcb174dcf2716344b0bb02c981ae68dd73;
|
2187
2199
|
"block": {
|
2188
|
-
"v2": {
|
2200
|
+
"v2": (typeof wc8270a3e368484538870b0bc4a6654234 extends {
|
2201
|
+
propsDefinition: infer TProp;
|
2202
|
+
} ? {
|
2203
|
+
new (...args: any[]): {
|
2204
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
2205
|
+
};
|
2206
|
+
} : typeof wc8270a3e368484538870b0bc4a6654234) & {
|
2189
2207
|
"settings": typeof wcab2cfe16632d45b5bab39e05612982a3 extends {
|
2190
2208
|
propsDefinition: infer TProp;
|
2191
2209
|
} ? {
|
@@ -2194,18 +2212,17 @@ declare global {
|
|
2194
2212
|
};
|
2195
2213
|
} : typeof wcab2cfe16632d45b5bab39e05612982a3;
|
2196
2214
|
};
|
2197
|
-
|
2215
|
+
};
|
2216
|
+
};
|
2217
|
+
"rich": {
|
2218
|
+
"text": {
|
2219
|
+
"editor": (typeof wc7474e75042e347b4821bbafdb1cb4ee0 extends {
|
2198
2220
|
propsDefinition: infer TProp;
|
2199
2221
|
} ? {
|
2200
2222
|
new (...args: any[]): {
|
2201
2223
|
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
2202
2224
|
};
|
2203
|
-
} : typeof
|
2204
|
-
};
|
2205
|
-
};
|
2206
|
-
"rich": {
|
2207
|
-
"text": {
|
2208
|
-
"editor": {
|
2225
|
+
} : typeof wc7474e75042e347b4821bbafdb1cb4ee0) & {
|
2209
2226
|
"settings": typeof wc8aca2b86f3e741bc8e8c82dfad7d1a77 extends {
|
2210
2227
|
propsDefinition: infer TProp;
|
2211
2228
|
} ? {
|
@@ -2213,7 +2230,13 @@ declare global {
|
|
2213
2230
|
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
2214
2231
|
};
|
2215
2232
|
} : typeof wc8aca2b86f3e741bc8e8c82dfad7d1a77;
|
2216
|
-
"renderer": {
|
2233
|
+
"renderer": (typeof wcc3804d46bde14e61961f7de5ad9128d2 extends {
|
2234
|
+
propsDefinition: infer TProp;
|
2235
|
+
} ? {
|
2236
|
+
new (...args: any[]): {
|
2237
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
2238
|
+
};
|
2239
|
+
} : typeof wcc3804d46bde14e61961f7de5ad9128d2) & {
|
2217
2240
|
"signin": typeof wc245fede62e7c44b48b19e75796ff050b extends {
|
2218
2241
|
propsDefinition: infer TProp;
|
2219
2242
|
} ? {
|
@@ -2222,21 +2245,7 @@ declare global {
|
|
2222
2245
|
};
|
2223
2246
|
} : typeof wc245fede62e7c44b48b19e75796ff050b;
|
2224
2247
|
};
|
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
2248
|
};
|
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
2249
|
};
|
2241
2250
|
};
|
2242
2251
|
"rollup": {
|
@@ -2247,7 +2256,13 @@ declare global {
|
|
2247
2256
|
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
2248
2257
|
};
|
2249
2258
|
} : typeof wc8c7794090eb647eb8510b39cbefa17a7;
|
2250
|
-
"filter": {
|
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) & {
|
2251
2266
|
"picker": typeof wc0ed31f854a244481a011ce4fa4aa5436 extends {
|
2252
2267
|
propsDefinition: infer TProp;
|
2253
2268
|
} ? {
|
@@ -2256,13 +2271,6 @@ declare global {
|
|
2256
2271
|
};
|
2257
2272
|
} : typeof wc0ed31f854a244481a011ce4fa4aa5436;
|
2258
2273
|
};
|
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
2274
|
};
|
2267
2275
|
"security": {
|
2268
2276
|
"trimmer": typeof wc379287b1efe64a49a43fcd754d1fd951 extends {
|
@@ -2281,7 +2289,13 @@ declare global {
|
|
2281
2289
|
};
|
2282
2290
|
} : typeof wcd77bfe700fa84b5d9d2cb578660fc364;
|
2283
2291
|
"shape": {
|
2284
|
-
"divider": {
|
2292
|
+
"divider": (typeof wce11da8c3cd654c1e8701db2c69e423de extends {
|
2293
|
+
propsDefinition: infer TProp;
|
2294
|
+
} ? {
|
2295
|
+
new (...args: any[]): {
|
2296
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
2297
|
+
};
|
2298
|
+
} : typeof wce11da8c3cd654c1e8701db2c69e423de) & {
|
2285
2299
|
"settings": typeof wc67a7bdf58e82465d8f3fc32413512932 extends {
|
2286
2300
|
propsDefinition: infer TProp;
|
2287
2301
|
} ? {
|
@@ -2290,13 +2304,6 @@ declare global {
|
|
2290
2304
|
};
|
2291
2305
|
} : typeof wc67a7bdf58e82465d8f3fc32413512932;
|
2292
2306
|
};
|
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
2307
|
};
|
2301
2308
|
"sp": {
|
2302
2309
|
"video": typeof wc07fdbc119d7742769eafe5f45ce14e18 extends {
|
@@ -2351,7 +2358,13 @@ declare global {
|
|
2351
2358
|
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
2352
2359
|
};
|
2353
2360
|
} : typeof wcb5315b31203e4bd1beb3c33f2122cbfe;
|
2354
|
-
"block": {
|
2361
|
+
"block": (typeof wcb273791ea562403397cdc0a1c0f907cb extends {
|
2362
|
+
propsDefinition: infer TProp;
|
2363
|
+
} ? {
|
2364
|
+
new (...args: any[]): {
|
2365
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
2366
|
+
};
|
2367
|
+
} : typeof wcb273791ea562403397cdc0a1c0f907cb) & {
|
2355
2368
|
"settings": typeof wcfe3e57c4b1314b2ba725ec558ac00fe7 extends {
|
2356
2369
|
propsDefinition: infer TProp;
|
2357
2370
|
} ? {
|
@@ -2360,13 +2373,6 @@ declare global {
|
|
2360
2373
|
};
|
2361
2374
|
} : typeof wcfe3e57c4b1314b2ba725ec558ac00fe7;
|
2362
2375
|
};
|
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
2376
|
};
|
2371
2377
|
"login": {
|
2372
2378
|
"omnia": typeof wcbc3b9409639d45829a6e58a4295bc470 extends {
|
@@ -2552,15 +2558,6 @@ declare global {
|
|
2552
2558
|
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
2553
2559
|
};
|
2554
2560
|
} : 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
2561
|
"controller": typeof wcc88e2566b07a4680aef7f575f5c5641b extends {
|
2565
2562
|
propsDefinition: infer TProp;
|
2566
2563
|
} ? {
|
@@ -2568,13 +2565,21 @@ declare global {
|
|
2568
2565
|
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
2569
2566
|
};
|
2570
2567
|
} : typeof wcc88e2566b07a4680aef7f575f5c5641b;
|
2571
|
-
"editor
|
2568
|
+
"editor": (typeof wc73154f51a92944acbe248779a3fa7ef5 extends {
|
2572
2569
|
propsDefinition: infer TProp;
|
2573
2570
|
} ? {
|
2574
2571
|
new (...args: any[]): {
|
2575
2572
|
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
2576
2573
|
};
|
2577
|
-
} : typeof wc73154f51a92944acbe248779a3fa7ef5
|
2574
|
+
} : typeof wc73154f51a92944acbe248779a3fa7ef5) & {
|
2575
|
+
"chrome": typeof wc177046bfd171495bbce70d1cd9242fa1 extends {
|
2576
|
+
propsDefinition: infer TProp;
|
2577
|
+
} ? {
|
2578
|
+
new (...args: any[]): {
|
2579
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
2580
|
+
};
|
2581
|
+
} : typeof wc177046bfd171495bbce70d1cd9242fa1;
|
2582
|
+
};
|
2578
2583
|
"blade": {
|
2579
2584
|
"builder": typeof wc35ec8e8c3b6e45858afd0b1832eef250 extends {
|
2580
2585
|
propsDefinition: infer TProp;
|
@@ -2614,7 +2619,13 @@ declare global {
|
|
2614
2619
|
} : typeof wc6fa4d33c8cf34130bef70161155f1cff;
|
2615
2620
|
};
|
2616
2621
|
};
|
2617
|
-
"history": {
|
2622
|
+
"history": (typeof wc32a6ca3074384eb4bcef68e9cd49a334 extends {
|
2623
|
+
propsDefinition: infer TProp;
|
2624
|
+
} ? {
|
2625
|
+
new (...args: any[]): {
|
2626
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
2627
|
+
};
|
2628
|
+
} : typeof wc32a6ca3074384eb4bcef68e9cd49a334) & {
|
2618
2629
|
"panel": typeof wcf024796066784669a26452b2da403b70 extends {
|
2619
2630
|
propsDefinition: infer TProp;
|
2620
2631
|
} ? {
|
@@ -2623,13 +2634,6 @@ declare global {
|
|
2623
2634
|
};
|
2624
2635
|
} : typeof wcf024796066784669a26452b2da403b70;
|
2625
2636
|
};
|
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
2637
|
};
|
2634
2638
|
"video": {
|
2635
2639
|
"player": typeof wce96730610396417c992037cda2812626 extends {
|
@@ -2662,7 +2666,13 @@ declare global {
|
|
2662
2666
|
};
|
2663
2667
|
};
|
2664
2668
|
"instance": {
|
2665
|
-
"rollup": {
|
2669
|
+
"rollup": (typeof wca8f8d41d8ceb43e0b16398c209fd6b32 extends {
|
2670
|
+
propsDefinition: infer TProp;
|
2671
|
+
} ? {
|
2672
|
+
new (...args: any[]): {
|
2673
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
2674
|
+
};
|
2675
|
+
} : typeof wca8f8d41d8ceb43e0b16398c209fd6b32) & {
|
2666
2676
|
"settings": typeof wcbf30212ebf0d4319a1adb22bd528a3ac extends {
|
2667
2677
|
propsDefinition: infer TProp;
|
2668
2678
|
} ? {
|
@@ -2696,7 +2706,13 @@ declare global {
|
|
2696
2706
|
} : typeof wccb43f1dff129451695d24eedf47a2546;
|
2697
2707
|
};
|
2698
2708
|
"view": {
|
2699
|
-
"listview": {
|
2709
|
+
"listview": (typeof wc56f44aa4881c425b8661bff20129bc6d extends {
|
2710
|
+
propsDefinition: infer TProp;
|
2711
|
+
} ? {
|
2712
|
+
new (...args: any[]): {
|
2713
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
2714
|
+
};
|
2715
|
+
} : typeof wc56f44aa4881c425b8661bff20129bc6d) & {
|
2700
2716
|
"settings": typeof wc5011d68d442847bc861cf89ce7155c26 extends {
|
2701
2717
|
propsDefinition: infer TProp;
|
2702
2718
|
} ? {
|
@@ -2705,14 +2721,13 @@ declare global {
|
|
2705
2721
|
};
|
2706
2722
|
} : typeof wc5011d68d442847bc861cf89ce7155c26;
|
2707
2723
|
};
|
2708
|
-
"
|
2724
|
+
"cardview": (typeof wcf7de7fe61d0746ada0dfb284923000fd extends {
|
2709
2725
|
propsDefinition: infer TProp;
|
2710
2726
|
} ? {
|
2711
2727
|
new (...args: any[]): {
|
2712
2728
|
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
2713
2729
|
};
|
2714
|
-
} : typeof
|
2715
|
-
"cardview": {
|
2730
|
+
} : typeof wcf7de7fe61d0746ada0dfb284923000fd) & {
|
2716
2731
|
"settings": typeof wce41852c3ec7c426c817ba4631777db6e extends {
|
2717
2732
|
propsDefinition: infer TProp;
|
2718
2733
|
} ? {
|
@@ -2721,22 +2736,8 @@ declare global {
|
|
2721
2736
|
};
|
2722
2737
|
} : typeof wce41852c3ec7c426c817ba4631777db6e;
|
2723
2738
|
};
|
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
2739
|
};
|
2732
2740
|
};
|
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
2741
|
"information": {
|
2741
2742
|
"step": typeof wc57666df7cbce43ca929dab5c9dcb66ff extends {
|
2742
2743
|
propsDefinition: infer TProp;
|
@@ -2776,7 +2777,13 @@ declare global {
|
|
2776
2777
|
};
|
2777
2778
|
};
|
2778
2779
|
};
|
2779
|
-
"management": {
|
2780
|
+
"management": (typeof wc450488bd95a34f368241e9b4d8c71dee extends {
|
2781
|
+
propsDefinition: infer TProp;
|
2782
|
+
} ? {
|
2783
|
+
new (...args: any[]): {
|
2784
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
2785
|
+
};
|
2786
|
+
} : typeof wc450488bd95a34f368241e9b4d8c71dee) & {
|
2780
2787
|
"instance": {
|
2781
2788
|
"tab": typeof wcd26f1c7425484ce6adfc9165704877e5 extends {
|
2782
2789
|
propsDefinition: infer TProp;
|
@@ -2814,13 +2821,6 @@ declare global {
|
|
2814
2821
|
} : typeof wc211ad37d3c1747c2a3fce889a433ebaa;
|
2815
2822
|
};
|
2816
2823
|
};
|
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
2824
|
"image": {
|
2825
2825
|
"input": typeof wc0edb482876244660a11456d63e31b847 extends {
|
2826
2826
|
propsDefinition: infer TProp;
|
@@ -3180,8 +3180,29 @@ declare global {
|
|
3180
3180
|
};
|
3181
3181
|
} : typeof wc8e03e2f7fb024945bc51138b77d06088;
|
3182
3182
|
};
|
3183
|
-
"block": {
|
3184
|
-
|
3183
|
+
"block": (typeof wc057def31f5f5403d91b2da569de2fdff extends {
|
3184
|
+
propsDefinition: infer TProp;
|
3185
|
+
} ? {
|
3186
|
+
new (...args: any[]): {
|
3187
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
3188
|
+
};
|
3189
|
+
} : typeof wc057def31f5f5403d91b2da569de2fdff) & {
|
3190
|
+
"renderer": {
|
3191
|
+
"helper": typeof wc0b2ee63495854227a082987161a9e641 extends {
|
3192
|
+
propsDefinition: infer TProp;
|
3193
|
+
} ? {
|
3194
|
+
new (...args: any[]): {
|
3195
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
3196
|
+
};
|
3197
|
+
} : typeof wc0b2ee63495854227a082987161a9e641;
|
3198
|
+
};
|
3199
|
+
"settings": (typeof wc5d6ec741cf6e4d8ab005abdda288ceed extends {
|
3200
|
+
propsDefinition: infer TProp;
|
3201
|
+
} ? {
|
3202
|
+
new (...args: any[]): {
|
3203
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
3204
|
+
};
|
3205
|
+
} : typeof wc5d6ec741cf6e4d8ab005abdda288ceed) & {
|
3185
3206
|
"helper": typeof wc16631fca46634e1b8c44401400bbf6ef extends {
|
3186
3207
|
propsDefinition: infer TProp;
|
3187
3208
|
} ? {
|
@@ -3225,30 +3246,20 @@ declare global {
|
|
3225
3246
|
};
|
3226
3247
|
} : typeof wc53cbd5702e9e41ffa95093586c0e001d;
|
3227
3248
|
};
|
3228
|
-
"
|
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 {
|
3249
|
+
"placeholder": typeof wc4834285963564938a31a1ac1dfb1b5d8 extends {
|
3238
3250
|
propsDefinition: infer TProp;
|
3239
3251
|
} ? {
|
3240
3252
|
new (...args: any[]): {
|
3241
3253
|
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
3242
3254
|
};
|
3243
|
-
} : typeof
|
3244
|
-
"
|
3255
|
+
} : typeof wc4834285963564938a31a1ac1dfb1b5d8;
|
3256
|
+
"title": (typeof wc1b1dd31ac8644b498ddf378a431dfb19 extends {
|
3245
3257
|
propsDefinition: infer TProp;
|
3246
3258
|
} ? {
|
3247
3259
|
new (...args: any[]): {
|
3248
3260
|
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
3249
3261
|
};
|
3250
|
-
} : typeof
|
3251
|
-
"title": {
|
3262
|
+
} : typeof wc1b1dd31ac8644b498ddf378a431dfb19) & {
|
3252
3263
|
"settings": typeof wcbeda6edf4c614323955fc06c6326f7e9 extends {
|
3253
3264
|
propsDefinition: infer TProp;
|
3254
3265
|
} ? {
|
@@ -3257,21 +3268,7 @@ declare global {
|
|
3257
3268
|
};
|
3258
3269
|
} : typeof wcbeda6edf4c614323955fc06c6326f7e9;
|
3259
3270
|
};
|
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
3271
|
};
|
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
3272
|
"renderer": {
|
3276
3273
|
"canvas": typeof wcf346db89a53b404690b1795429fb0162 extends {
|
3277
3274
|
propsDefinition: infer TProp;
|
@@ -3585,7 +3582,13 @@ declare global {
|
|
3585
3582
|
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
3586
3583
|
};
|
3587
3584
|
} : typeof wcdcf9c3e24a774e4dae784a3eac29d488;
|
3588
|
-
"block": {
|
3585
|
+
"block": (typeof wc80bd5b0978ea40439001d3d409236382 extends {
|
3586
|
+
propsDefinition: infer TProp;
|
3587
|
+
} ? {
|
3588
|
+
new (...args: any[]): {
|
3589
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
3590
|
+
};
|
3591
|
+
} : typeof wc80bd5b0978ea40439001d3d409236382) & {
|
3589
3592
|
"settings": typeof wce8526e8ed3f74e848e0dd747fd4d376d extends {
|
3590
3593
|
propsDefinition: infer TProp;
|
3591
3594
|
} ? {
|
@@ -3594,13 +3597,6 @@ declare global {
|
|
3594
3597
|
};
|
3595
3598
|
} : typeof wce8526e8ed3f74e848e0dd747fd4d376d;
|
3596
3599
|
};
|
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
3600
|
"definition": {
|
3605
3601
|
"picker": typeof wcb197c5e805cc4d6bb3d012e258560b31 extends {
|
3606
3602
|
propsDefinition: infer TProp;
|
@@ -4573,7 +4569,13 @@ declare global {
|
|
4573
4569
|
} : typeof wcaf0c761e8ba54dee858ca7593adcce76;
|
4574
4570
|
};
|
4575
4571
|
};
|
4576
|
-
"mediapicker": {
|
4572
|
+
"mediapicker": (typeof wc37329e5d5cf74ff1ba633ce14b88e51c extends {
|
4573
|
+
propsDefinition: infer TProp;
|
4574
|
+
} ? {
|
4575
|
+
new (...args: any[]): {
|
4576
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
4577
|
+
};
|
4578
|
+
} : typeof wc37329e5d5cf74ff1ba633ce14b88e51c) & {
|
4577
4579
|
"cropratios": typeof wca49a79f59f1e471d813f12926f411f9c extends {
|
4578
4580
|
propsDefinition: infer TProp;
|
4579
4581
|
} ? {
|
@@ -4589,13 +4591,6 @@ declare global {
|
|
4589
4591
|
};
|
4590
4592
|
} : typeof wc19b22417acb641c196f947ea4d60f4b2;
|
4591
4593
|
};
|
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
4594
|
"localization": typeof wcb4f33fbec8ed473f8d2584f35154a981 extends {
|
4600
4595
|
propsDefinition: infer TProp;
|
4601
4596
|
} ? {
|
@@ -4845,7 +4840,13 @@ declare global {
|
|
4845
4840
|
};
|
4846
4841
|
};
|
4847
4842
|
"design": {
|
4848
|
-
"journey": {
|
4843
|
+
"journey": (typeof wc97cad1f254694fb2ab76b333cf8fe84c extends {
|
4844
|
+
propsDefinition: infer TProp;
|
4845
|
+
} ? {
|
4846
|
+
new (...args: any[]): {
|
4847
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
4848
|
+
};
|
4849
|
+
} : typeof wc97cad1f254694fb2ab76b333cf8fe84c) & {
|
4849
4850
|
"bp": typeof wcd789d3dea034427490fb0a9133262d2c extends {
|
4850
4851
|
propsDefinition: infer TProp;
|
4851
4852
|
} ? {
|
@@ -4861,13 +4862,6 @@ declare global {
|
|
4861
4862
|
};
|
4862
4863
|
} : typeof wca506689e1e2845b5b2535095ef278edf;
|
4863
4864
|
};
|
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
4865
|
"selection": {
|
4872
4866
|
"theme": {
|
4873
4867
|
"journey": typeof wc9d1e3853fafd47bfa797ab00c1c3e4db extends {
|
@@ -5124,7 +5118,13 @@ declare global {
|
|
5124
5118
|
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
5125
5119
|
};
|
5126
5120
|
} : typeof wcd08c2dd1750a4cf78586dde94b7a0253;
|
5127
|
-
"btn": {
|
5121
|
+
"btn": (typeof wc2dc36afd27594696ad30c07d123dcc62 extends {
|
5122
|
+
propsDefinition: infer TProp;
|
5123
|
+
} ? {
|
5124
|
+
new (...args: any[]): {
|
5125
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
5126
|
+
};
|
5127
|
+
} : typeof wc2dc36afd27594696ad30c07d123dcc62) & {
|
5128
5128
|
"group": typeof wc2c9330897d814c55987d0530d63d458e extends {
|
5129
5129
|
propsDefinition: infer TProp;
|
5130
5130
|
} ? {
|
@@ -5133,13 +5133,6 @@ declare global {
|
|
5133
5133
|
};
|
5134
5134
|
} : typeof wc2c9330897d814c55987d0530d63d458e;
|
5135
5135
|
};
|
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
5136
|
"calendar": typeof wcbd13e7d1122245cf89acfb1a221f0c44 extends {
|
5144
5137
|
propsDefinition: infer TProp;
|
5145
5138
|
} ? {
|
@@ -5184,7 +5177,13 @@ declare global {
|
|
5184
5177
|
};
|
5185
5178
|
} : typeof wc28370f0312764e82b4c29237f943710a;
|
5186
5179
|
};
|
5187
|
-
"col": {
|
5180
|
+
"col": (typeof wcd116618a12d0439f8da809535809c260 extends {
|
5181
|
+
propsDefinition: infer TProp;
|
5182
|
+
} ? {
|
5183
|
+
new (...args: any[]): {
|
5184
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
5185
|
+
};
|
5186
|
+
} : typeof wcd116618a12d0439f8da809535809c260) & {
|
5188
5187
|
"grid": typeof wc58850535f48040bc98b40064f89d19d0 extends {
|
5189
5188
|
propsDefinition: infer TProp;
|
5190
5189
|
} ? {
|
@@ -5193,13 +5192,6 @@ declare global {
|
|
5193
5192
|
};
|
5194
5193
|
} : typeof wc58850535f48040bc98b40064f89d19d0;
|
5195
5194
|
};
|
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
5195
|
"data": {
|
5204
5196
|
"table": typeof wc27c00720f7fb46bbb39286a2cb94797c extends {
|
5205
5197
|
propsDefinition: infer TProp;
|
@@ -5361,7 +5353,13 @@ declare global {
|
|
5361
5353
|
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
5362
5354
|
};
|
5363
5355
|
} : typeof wc75cd93099dd146469e0ce6b5b1cac14d;
|
5364
|
-
"list": {
|
5356
|
+
"list": (typeof wc154a229c9bd84d31aed848da93f29ea2 extends {
|
5357
|
+
propsDefinition: infer TProp;
|
5358
|
+
} ? {
|
5359
|
+
new (...args: any[]): {
|
5360
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
5361
|
+
};
|
5362
|
+
} : typeof wc154a229c9bd84d31aed848da93f29ea2) & {
|
5365
5363
|
"item": typeof wc4a4631845ea24fbb8cabdbb9b06772da extends {
|
5366
5364
|
propsDefinition: infer TProp;
|
5367
5365
|
} ? {
|
@@ -5370,13 +5368,6 @@ declare global {
|
|
5370
5368
|
};
|
5371
5369
|
} : typeof wc4a4631845ea24fbb8cabdbb9b06772da;
|
5372
5370
|
};
|
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;
|
5380
5371
|
"main": typeof wc1ed9f2ec3580492cb211d719c9b15ad1 extends {
|
5381
5372
|
propsDefinition: infer TProp;
|
5382
5373
|
} ? {
|
@@ -5458,7 +5449,13 @@ declare global {
|
|
5458
5449
|
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
5459
5450
|
};
|
5460
5451
|
} : typeof wca7986c581a404122ba708e2724c144e6;
|
5461
|
-
"radio": {
|
5452
|
+
"radio": (typeof wc2d9c50d3dcb1421cafb8eab80be243a1 extends {
|
5453
|
+
propsDefinition: infer TProp;
|
5454
|
+
} ? {
|
5455
|
+
new (...args: any[]): {
|
5456
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
5457
|
+
};
|
5458
|
+
} : typeof wc2d9c50d3dcb1421cafb8eab80be243a1) & {
|
5462
5459
|
"group": typeof wc48962186dfb94f37adc76f475b80015d extends {
|
5463
5460
|
propsDefinition: infer TProp;
|
5464
5461
|
} ? {
|
@@ -5467,13 +5464,6 @@ declare global {
|
|
5467
5464
|
};
|
5468
5465
|
} : typeof wc48962186dfb94f37adc76f475b80015d;
|
5469
5466
|
};
|
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
5467
|
"range": {
|
5478
5468
|
"slider": typeof wc8a82f6b541cc49b2ade3e5b880fd3a58 extends {
|
5479
5469
|
propsDefinition: infer TProp;
|
@@ -5522,8 +5512,20 @@ declare global {
|
|
5522
5512
|
};
|
5523
5513
|
} : typeof wc2ade92721b3c426fac97c63026f77351;
|
5524
5514
|
};
|
5525
|
-
"slide": {
|
5526
|
-
|
5515
|
+
"slide": (typeof wcd5ff31018df44196a5c6ab219bab4c25 extends {
|
5516
|
+
propsDefinition: infer TProp;
|
5517
|
+
} ? {
|
5518
|
+
new (...args: any[]): {
|
5519
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
5520
|
+
};
|
5521
|
+
} : typeof wcd5ff31018df44196a5c6ab219bab4c25) & {
|
5522
|
+
"panel": (typeof wc8b0bddecd5d74fcba7aac87913137ca3 extends {
|
5523
|
+
propsDefinition: infer TProp;
|
5524
|
+
} ? {
|
5525
|
+
new (...args: any[]): {
|
5526
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
5527
|
+
};
|
5528
|
+
} : typeof wc8b0bddecd5d74fcba7aac87913137ca3) & {
|
5527
5529
|
"settings": typeof wc2001e58f6a33442fb716d45a67eee24d extends {
|
5528
5530
|
propsDefinition: infer TProp;
|
5529
5531
|
} ? {
|
@@ -5532,21 +5534,7 @@ declare global {
|
|
5532
5534
|
};
|
5533
5535
|
} : typeof wc2001e58f6a33442fb716d45a67eee24d;
|
5534
5536
|
};
|
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
5537
|
};
|
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
5538
|
"slider": typeof wcd108fdde5ca942d7ae92195eb74b5452 extends {
|
5551
5539
|
propsDefinition: infer TProp;
|
5552
5540
|
} ? {
|
@@ -5577,7 +5565,13 @@ declare global {
|
|
5577
5565
|
};
|
5578
5566
|
} : typeof wc61d4ecaae72546b1bd94bdf74e2a9dcc;
|
5579
5567
|
};
|
5580
|
-
"splitpane": {
|
5568
|
+
"splitpane": (typeof wc6b7f04ba8fc4487ea496dd8e42b55dbd extends {
|
5569
|
+
propsDefinition: infer TProp;
|
5570
|
+
} ? {
|
5571
|
+
new (...args: any[]): {
|
5572
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
5573
|
+
};
|
5574
|
+
} : typeof wc6b7f04ba8fc4487ea496dd8e42b55dbd) & {
|
5581
5575
|
"item": typeof wc170e15fd849e41568ed9b48f88711527 extends {
|
5582
5576
|
propsDefinition: infer TProp;
|
5583
5577
|
} ? {
|
@@ -5586,13 +5580,6 @@ declare global {
|
|
5586
5580
|
};
|
5587
5581
|
} : typeof wc170e15fd849e41568ed9b48f88711527;
|
5588
5582
|
};
|
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
5583
|
"split": {
|
5597
5584
|
"pane": {
|
5598
5585
|
"container": typeof wcd1ad8882a0c04ed4a65ca7653cd46ba8 extends {
|
@@ -5611,7 +5598,13 @@ declare global {
|
|
5611
5598
|
} : typeof wc5f8763d6835d4d60be746c3178fe64e5;
|
5612
5599
|
};
|
5613
5600
|
};
|
5614
|
-
"stepper": {
|
5601
|
+
"stepper": (typeof wc7cc2d4feecde4174badc5797ba6fb53e extends {
|
5602
|
+
propsDefinition: infer TProp;
|
5603
|
+
} ? {
|
5604
|
+
new (...args: any[]): {
|
5605
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
5606
|
+
};
|
5607
|
+
} : typeof wc7cc2d4feecde4174badc5797ba6fb53e) & {
|
5615
5608
|
"step": typeof wca8c8ffd3d8ff46ee969d8fb6b9522104 extends {
|
5616
5609
|
propsDefinition: infer TProp;
|
5617
5610
|
} ? {
|
@@ -5620,13 +5613,6 @@ declare global {
|
|
5620
5613
|
};
|
5621
5614
|
} : typeof wca8c8ffd3d8ff46ee969d8fb6b9522104;
|
5622
5615
|
};
|
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
5616
|
"sticky": {
|
5631
5617
|
"container": typeof wcfeb57f2e8a1e4cd1b7a59043738bf5e8 extends {
|
5632
5618
|
propsDefinition: infer TProp;
|