@omnia/fx 8.0.21-vnext → 8.0.22-vnext
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/internal-do-not-import-from-here/manifests/omnia.fx.core.manifest.json +1 -1
- package/internal-do-not-import-from-here/manifests/omnia.fx.ux.richtexteditor.manifest.json +1 -1
- package/internal-do-not-import-from-here/shared/models/theming/BlueprintDefinition.d.ts +8 -0
- package/internal-do-not-import-from-here/shared/models/theming/ThemeDefinitionV2.d.ts +20 -12
- package/internal-do-not-import-from-here/shared/models/theming/ThemeDefinitionV2.js +8 -1
- package/internal-do-not-import-from-here/shared/models/theming/UseThemeMethods.d.ts +2 -1
- package/internal-do-not-import-from-here/shared/models/theming/UseThemeMethods.js +32 -16
- package/internal-do-not-import-from-here/ux/DefineVueTypings.d.ts +108 -0
- package/internal-do-not-import-from-here/ux/InternalDefineWebComponent.d.ts +84 -85
- package/internal-do-not-import-from-here/ux/VueTags.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/app/management/tabs/instance/Item.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/Template.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/compositiontests/OptionsBlockCurrent.d.ts +217 -0
- package/internal-do-not-import-from-here/ux/datetimezonepicker/DateTimeZonePicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/image/scalingsettings/ScalingSettings.d.ts +226 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/blockplaceholder/BlockPlaceholder.css.d.ts +1 -9
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/blockplaceholder/BlockPlaceholder.d.ts +163 -20
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/canvastoolbar/CanvasToolbar.d.ts +150 -16
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/devicepreviewer/DevicePreviewer.d.ts +117 -29
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutItemselector/LayoutItemSelection.d.ts +9 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutItemselector/LayoutItemSelector.css.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutItemselector/LayoutItemSelector.d.ts +30 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutBlock.d.ts +9 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutBlockInstance.d.ts +131 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutColumn.d.ts +9 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutSection.d.ts +9 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/BlockSettingsPanel.d.ts +46 -39
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/ColorSettings.d.ts +99 -27
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/TabsSettingsStylePanel copy.d.ts +32 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/TabsSettingsStylePanel.d.ts +73 -29
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/TemplatePreview.d.ts +9 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/backgroundsettings/BackgroundSettings.d.ts +202 -35
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Css.d.ts +593 -13
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Header.d.ts +593 -16
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Spacing.d.ts +593 -18
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Style.d.ts +593 -18
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Targeting.d.ts +593 -13
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Theming.d.ts +0 -25
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.d.ts +174 -24
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitleSettings.css.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitleSettings.d.ts +0 -29
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/canvas/Spacing.d.ts +77 -15
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/imagebackgroundsettings/ImageBackgroundSettings.d.ts +103 -20
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layout/BlockHeader.d.ts +593 -13
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layout/GlobalHeaderStyling.d.ts +593 -16
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layout/LayoutTheming.d.ts +0 -17
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layout/Style.d.ts +593 -11
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layoutclipboard/LayoutClipboard.css.d.ts +0 -11
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/lock/Lock.d.ts +593 -13
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Css.d.ts +593 -15
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Header.d.ts +593 -21
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Spacing.d.ts +593 -23
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Style.d.ts +593 -16
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Targeting.d.ts +593 -14
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Theming.d.ts +0 -24
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/AccordionListingSettingsPanel.d.ts +72 -19
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/SectionItemListing.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/StepListingSettingsPanel.d.ts +72 -22
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/TabListingSettingsPanel.d.ts +72 -22
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/settingstabs/TabBlockSettings.d.ts +78 -17
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/settingstabs/TabLayoutSettings.d.ts +69 -8
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/targetselector/TargetSelector.css.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/targetselector/TargetSelector.d.ts +9 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/index.d.ts +0 -4
- package/internal-do-not-import-from-here/ux/layoutcanvas/renderer/LayoutBlockRendererHelper.d.ts +52 -52
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutdefinitionsettings/LayoutItemSettingsDefinitions.d.ts +0 -21
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutStepRenderer.d.ts +48 -48
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutTabRenderer.d.ts +64 -64
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/styles/SharedRendererStyles.css.d.ts +4 -3
- package/internal-do-not-import-from-here/ux/monaco/Monaco.d.ts +18 -0
- package/internal-do-not-import-from-here/ux/monaco/MonacoEditor.d.ts +522 -40
- package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +35 -1
- package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +56 -65
- package/internal-do-not-import-from-here/ux/oxide/btntoggle/ButtonToggle.d.ts +226 -1
- package/internal-do-not-import-from-here/ux/oxide/card/Card.d.ts +9 -1
- package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.d.ts +226 -1
- package/internal-do-not-import-from-here/ux/oxide/column/Column.d.ts +9 -1
- package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +74 -81
- package/internal-do-not-import-from-here/ux/oxide/divider/Divider.css.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/oxide/divider/Divider.d.ts +31 -5
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.css.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +9 -1
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +226 -1
- package/internal-do-not-import-from-here/ux/oxide/icon/Icon.css.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/icon/Icon.d.ts +42 -10
- package/internal-do-not-import-from-here/ux/oxide/layout/Layout.d.ts +9 -1
- package/internal-do-not-import-from-here/ux/oxide/list/List.d.ts +10 -2
- package/internal-do-not-import-from-here/ux/oxide/list/ListItem.css.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +18 -10
- package/internal-do-not-import-from-here/ux/oxide/main/Main.d.ts +9 -1
- package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +228 -3
- package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +227 -2
- package/internal-do-not-import-from-here/ux/oxide/panel/Panel.css.d.ts +6 -4
- package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +56 -27
- package/internal-do-not-import-from-here/ux/oxide/radio/Radio.d.ts +9 -1
- package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +226 -1
- package/internal-do-not-import-from-here/ux/oxide/select/Select.css.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +299 -12
- package/internal-do-not-import-from-here/ux/oxide/slider/Slider.d.ts +250 -25
- package/internal-do-not-import-from-here/ux/oxide/snackbar/Snackbar.d.ts +226 -1
- package/internal-do-not-import-from-here/ux/oxide/stepper/Stepper.d.ts +9 -1
- package/internal-do-not-import-from-here/ux/oxide/stepper/StepperStep.d.ts +9 -1
- package/internal-do-not-import-from-here/ux/oxide/switch/Switch.d.ts +226 -1
- package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +248 -1
- package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +19 -22
- package/internal-do-not-import-from-here/ux/oxide/table/Table.d.ts +9 -1
- package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +9 -1
- package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.css.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +423 -0
- package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.d.ts +247 -1
- package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.css.d.ts +7 -1
- package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +40 -40
- package/internal-do-not-import-from-here/ux/oxide/treeview/docs/TreeviewExamples.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/treeview/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/{velcron/editor/components/pickers/ColorSchemaPicker/ColorSchemaPicker.d.ts → richtexteditor/EditorMenuBar.d.ts} +58 -19
- package/internal-do-not-import-from-here/ux/richtexteditor/IRichTextEditor.d.ts +2 -16
- package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditor.d.ts +587 -103
- package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditorInstance.d.ts +9 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Bold/BoldToolbar.d.ts +46 -9
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/BulletList/BulletListToolbar.d.ts +46 -9
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/History/HistoryToolbar.d.ts +46 -11
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Italic/ItalicToolbar.d.ts +46 -9
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/OrderedList/OrderedListToolbar.d.ts +46 -9
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Underline/UnderlineToolbar.d.ts +46 -9
- package/internal-do-not-import-from-here/ux/richtexteditor/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/rollupempty/RollupEmpty.d.ts +126 -14
- package/internal-do-not-import-from-here/ux/settings/ISettingsPane.d.ts +0 -18
- package/internal-do-not-import-from-here/ux/settings/SettingsPane.d.ts +326 -29
- package/internal-do-not-import-from-here/ux/signin/omnia/Renderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/spacingpicker/SpacingPicker2.d.ts +226 -1
- package/internal-do-not-import-from-here/ux/statusmessageoverlay/StatusMessageOverlay.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/theming/components/ThemeDefinitionEditor.d.ts +413 -39
- package/internal-do-not-import-from-here/ux/theming/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/theming-v2/ColorManager.d.ts +3 -6
- package/internal-do-not-import-from-here/ux/theming-v2/ColorSchemaManager.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/theming-v2/ColorSchemaStore.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/theming-v2/ThemeContextStore.d.ts +202 -0
- package/internal-do-not-import-from-here/ux/theming-v2/ThemeStoreV2.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/theming-v2/blueprintpicker/BlueprintPicker.css.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/theming-v2/blueprintpicker/BlueprintPicker.d.ts +330 -0
- package/internal-do-not-import-from-here/ux/theming-v2/colorschemadefinitionpicker/ColorSchemaDefinitionPicker.css.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/theming-v2/colorschemadefinitionpicker/ColorSchemaDefinitionPicker.d.ts +363 -0
- package/internal-do-not-import-from-here/ux/theming-v2/colorschemapicker/ColorSchemaPicker.css.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/theming-v2/colorschemapicker/ColorSchemaPicker.d.ts +256 -64
- package/internal-do-not-import-from-here/ux/theming-v2/index.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/theming-v2/styling/UseComponentStyling.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/theming-v2/themedefinitionpicker/ThemeDefinitionPicker.d.ts +226 -1
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/ThemeEditor.css.d.ts +0 -88
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/ThemeEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/blueprints/BluePrintSelector.css.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/model/CodeEditor.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/store/BlueprintEditorStore.d.ts +15 -0
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/store/ThemeEditorStore.d.ts +20 -23
- package/internal-do-not-import-from-here/ux/theming-v2/themes/Blueprints.d.ts +4 -1
- package/internal-do-not-import-from-here/ux/theming-v2/themes/Colors.d.ts +13 -3
- package/internal-do-not-import-from-here/ux/theming-v2/themes/Themes.d.ts +6 -14
- package/internal-do-not-import-from-here/ux/theming-v2/themes/TypographyTypes.d.ts +11 -0
- package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +1 -63
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronConstants.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/editor/VelcronEditor.css.d.ts +5 -84
- package/internal-do-not-import-from-here/ux/velcron/editor/VelcronEditor.d.ts +473 -35
- package/internal-do-not-import-from-here/ux/velcron/editor/components/CodeEditor.css.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/velcron/editor/models/Shared.d.ts +2 -5
- package/internal-do-not-import-from-here/ux/velcron/editor/stores/VelcronEditorStore.d.ts +76 -56
- package/internal-do-not-import-from-here/ux/velcron/editor/stores/VelcronEditorStoreOld.d.ts +0 -0
- package/internal-do-not-import-from-here/wctypings.d.ts +61 -3
- package/package.json +4 -4
- package/task.js +0 -4
- package/task.ts +0 -5
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/blockplaceholder/IBlockPlaceholder.d.ts +0 -19
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/canvastoolbar/ICanvasToolbar.d.ts +0 -20
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/devicepreviewer/IDevicePreviewer.d.ts +0 -20
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/ColorSettings.css.d.ts +0 -18
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/LayoutStructure.css.d.ts +0 -12
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/SectionSettingsPanel.css.d.ts +0 -24
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/SettingsPanel.css.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/TemplatePreview.css.d.ts +0 -6
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/backgroundsettings/BackgroundSettings.css.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/backgroundsettings/IBackgroundSettings.d.ts +0 -23
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/IBlockTitle.d.ts +0 -21
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/imagebackgroundsettings/IImageBackgroundSettings.d.ts +0 -19
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layout/BlockTheming.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/General_old.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/SectionItemListing.css.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/monaco/RegisterMonacoEditorComponent.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/oxide/panel/docs/PanelVariants.d.ts +0 -46
- package/internal-do-not-import-from-here/ux/rollupempty/IRollupEmpty.d.ts +0 -18
- package/internal-do-not-import-from-here/ux/rollupempty/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/theming/components/IThemeDefinitionEditor.d.ts +0 -24
- package/internal-do-not-import-from-here/ux/theming/components/ThemeDefinitionEditor.css.d.ts +0 -6
- package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/ColorSchemaPicker/ColorSchemaPicker.css.d.ts +0 -7
- package/internal-do-not-import-from-here/wcdefinitions.json +0 -1
- /package/internal-do-not-import-from-here/ux/{layoutcanvas/editor/developertools/DeveloperTools copy.d.ts → docs/apis/DocsApis.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/oxide/{dialog/docs/DialogWithLeftBar.d.ts → btn/docs/ButtonIntro.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/oxide/{dialog/docs/DialogWithNavigation.d.ts → treeview/docs/TreeviewIntro.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/{oxide/panel/docs/BasicPanelTypes.d.ts → theming-v2/themeeditor/components/blueprints/BluePrintSelector.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/{oxide/panel/docs/PanelAlignment.d.ts → theming-v2/themeeditor/components/blueprints/BlueprintEditor.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/{ColorSelector.css.d.ts → colors/ColorSelector.css.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/{ColorSelector.d.ts → colors/ColorSelector.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/{ComponentsViewer.d.ts → colors/ComponentsViewer.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/{FxViewer.d.ts → colors/FxViewer.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/{ThemeViewer.d.ts → colors/ThemeViewer.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/{ThemeViewerStyles.d.ts → colors/ThemeViewerStyles.d.ts} +0 -0
package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Spacing.d.ts
CHANGED
@@ -1,23 +1,593 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
1
|
+
declare const _default: {
|
2
|
+
new (...args: any[]): {
|
3
|
+
$: import("vue").ComponentInternalInstance;
|
4
|
+
$data: {};
|
5
|
+
$props: Partial<{} | {}> & Omit<(Readonly<{
|
6
|
+
[x: number]: string;
|
7
|
+
readonly length: number;
|
8
|
+
toString: () => string;
|
9
|
+
toLocaleString: () => string;
|
10
|
+
concat: {
|
11
|
+
(...items: ConcatArray<string>[]): string[];
|
12
|
+
(...items: (string | ConcatArray<string>)[]): string[];
|
13
|
+
};
|
14
|
+
join: (separator?: string) => string;
|
15
|
+
slice: (start?: number, end?: number) => string[];
|
16
|
+
indexOf: (searchElement: string, fromIndex?: number) => number;
|
17
|
+
lastIndexOf: (searchElement: string, fromIndex?: number) => number;
|
18
|
+
every: {
|
19
|
+
<S extends string>(predicate: (value: string, index: number, array: readonly string[]) => value is S, thisArg?: any): this is readonly S[];
|
20
|
+
(predicate: (value: string, index: number, array: readonly string[]) => unknown, thisArg?: any): boolean;
|
21
|
+
};
|
22
|
+
some: (predicate: (value: string, index: number, array: readonly string[]) => unknown, thisArg?: any) => boolean;
|
23
|
+
forEach: (callbackfn: (value: string, index: number, array: readonly string[]) => void, thisArg?: any) => void;
|
24
|
+
map: <U>(callbackfn: (value: string, index: number, array: readonly string[]) => U, thisArg?: any) => U[];
|
25
|
+
filter: {
|
26
|
+
<S_1 extends string>(predicate: (value: string, index: number, array: readonly string[]) => value is S_1, thisArg?: any): S_1[];
|
27
|
+
(predicate: (value: string, index: number, array: readonly string[]) => unknown, thisArg?: any): string[];
|
28
|
+
};
|
29
|
+
reduce: {
|
30
|
+
(callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: readonly string[]) => string): string;
|
31
|
+
(callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: readonly string[]) => string, initialValue: string): string;
|
32
|
+
<U_1>(callbackfn: (previousValue: U_1, currentValue: string, currentIndex: number, array: readonly string[]) => U_1, initialValue: U_1): U_1;
|
33
|
+
};
|
34
|
+
reduceRight: {
|
35
|
+
(callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: readonly string[]) => string): string;
|
36
|
+
(callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: readonly string[]) => string, initialValue: string): string;
|
37
|
+
<U_2>(callbackfn: (previousValue: U_2, currentValue: string, currentIndex: number, array: readonly string[]) => U_2, initialValue: U_2): U_2;
|
38
|
+
};
|
39
|
+
find: {
|
40
|
+
<S_2 extends string>(predicate: (value: string, index: number, obj: readonly string[]) => value is S_2, thisArg?: any): S_2;
|
41
|
+
(predicate: (value: string, index: number, obj: readonly string[]) => unknown, thisArg?: any): string;
|
42
|
+
};
|
43
|
+
findIndex: (predicate: (value: string, index: number, obj: readonly string[]) => unknown, thisArg?: any) => number;
|
44
|
+
entries: () => IterableIterator<[number, string]>;
|
45
|
+
keys: () => IterableIterator<number>;
|
46
|
+
values: () => IterableIterator<string>;
|
47
|
+
includes: (searchElement: string, fromIndex?: number) => boolean;
|
48
|
+
flatMap: <U_3, This = undefined>(callback: (this: This, value: string, index: number, array: string[]) => U_3 | readonly U_3[], thisArg?: This) => U_3[];
|
49
|
+
flat: <A, D extends number = 1>(this: A, depth?: D) => FlatArray<A, D>[];
|
50
|
+
[Symbol.iterator]: () => IterableIterator<string>;
|
51
|
+
readonly [Symbol.unscopables]: {
|
52
|
+
[x: number]: boolean;
|
53
|
+
readonly length?: boolean;
|
54
|
+
toString?: boolean;
|
55
|
+
toLocaleString?: boolean;
|
56
|
+
concat?: boolean;
|
57
|
+
join?: boolean;
|
58
|
+
slice?: boolean;
|
59
|
+
indexOf?: boolean;
|
60
|
+
lastIndexOf?: boolean;
|
61
|
+
every?: boolean;
|
62
|
+
some?: boolean;
|
63
|
+
forEach?: boolean;
|
64
|
+
map?: boolean;
|
65
|
+
filter?: boolean;
|
66
|
+
reduce?: boolean;
|
67
|
+
reduceRight?: boolean;
|
68
|
+
find?: boolean;
|
69
|
+
findIndex?: boolean;
|
70
|
+
entries?: boolean;
|
71
|
+
keys?: boolean;
|
72
|
+
values?: boolean;
|
73
|
+
includes?: boolean;
|
74
|
+
flatMap?: boolean;
|
75
|
+
flat?: boolean;
|
76
|
+
[Symbol.iterator]?: boolean;
|
77
|
+
readonly [Symbol.unscopables]?: boolean;
|
78
|
+
at?: boolean;
|
79
|
+
};
|
80
|
+
at: (index: number) => string;
|
81
|
+
}> | Readonly<import("vue").ExtractPropTypes<{
|
82
|
+
[x: string]: import("vue").Prop<unknown, unknown>;
|
83
|
+
}>>) & (import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<{
|
84
|
+
[x: number]: string;
|
85
|
+
readonly length: number;
|
86
|
+
toString: () => string;
|
87
|
+
toLocaleString: () => string;
|
88
|
+
concat: {
|
89
|
+
(...items: ConcatArray<string>[]): string[];
|
90
|
+
(...items: (string | ConcatArray<string>)[]): string[];
|
91
|
+
};
|
92
|
+
join: (separator?: string) => string;
|
93
|
+
slice: (start?: number, end?: number) => string[];
|
94
|
+
indexOf: (searchElement: string, fromIndex?: number) => number;
|
95
|
+
lastIndexOf: (searchElement: string, fromIndex?: number) => number;
|
96
|
+
every: {
|
97
|
+
<S extends string>(predicate: (value: string, index: number, array: readonly string[]) => value is S, thisArg?: any): this is readonly S[];
|
98
|
+
(predicate: (value: string, index: number, array: readonly string[]) => unknown, thisArg?: any): boolean;
|
99
|
+
};
|
100
|
+
some: (predicate: (value: string, index: number, array: readonly string[]) => unknown, thisArg?: any) => boolean;
|
101
|
+
forEach: (callbackfn: (value: string, index: number, array: readonly string[]) => void, thisArg?: any) => void;
|
102
|
+
map: <U>(callbackfn: (value: string, index: number, array: readonly string[]) => U, thisArg?: any) => U[];
|
103
|
+
filter: {
|
104
|
+
<S_1 extends string>(predicate: (value: string, index: number, array: readonly string[]) => value is S_1, thisArg?: any): S_1[];
|
105
|
+
(predicate: (value: string, index: number, array: readonly string[]) => unknown, thisArg?: any): string[];
|
106
|
+
};
|
107
|
+
reduce: {
|
108
|
+
(callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: readonly string[]) => string): string;
|
109
|
+
(callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: readonly string[]) => string, initialValue: string): string;
|
110
|
+
<U_1>(callbackfn: (previousValue: U_1, currentValue: string, currentIndex: number, array: readonly string[]) => U_1, initialValue: U_1): U_1;
|
111
|
+
};
|
112
|
+
reduceRight: {
|
113
|
+
(callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: readonly string[]) => string): string;
|
114
|
+
(callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: readonly string[]) => string, initialValue: string): string;
|
115
|
+
<U_2>(callbackfn: (previousValue: U_2, currentValue: string, currentIndex: number, array: readonly string[]) => U_2, initialValue: U_2): U_2;
|
116
|
+
};
|
117
|
+
find: {
|
118
|
+
<S_2 extends string>(predicate: (value: string, index: number, obj: readonly string[]) => value is S_2, thisArg?: any): S_2;
|
119
|
+
(predicate: (value: string, index: number, obj: readonly string[]) => unknown, thisArg?: any): string;
|
120
|
+
};
|
121
|
+
findIndex: (predicate: (value: string, index: number, obj: readonly string[]) => unknown, thisArg?: any) => number;
|
122
|
+
entries: () => IterableIterator<[number, string]>;
|
123
|
+
keys: () => IterableIterator<number>;
|
124
|
+
values: () => IterableIterator<string>;
|
125
|
+
includes: (searchElement: string, fromIndex?: number) => boolean;
|
126
|
+
flatMap: <U_3, This = undefined>(callback: (this: This, value: string, index: number, array: string[]) => U_3 | readonly U_3[], thisArg?: This) => U_3[];
|
127
|
+
flat: <A, D extends number = 1>(this: A, depth?: D) => FlatArray<A, D>[];
|
128
|
+
[Symbol.iterator]: () => IterableIterator<string>;
|
129
|
+
readonly [Symbol.unscopables]: {
|
130
|
+
[x: number]: boolean;
|
131
|
+
readonly length?: boolean;
|
132
|
+
toString?: boolean;
|
133
|
+
toLocaleString?: boolean;
|
134
|
+
concat?: boolean;
|
135
|
+
join?: boolean;
|
136
|
+
slice?: boolean;
|
137
|
+
indexOf?: boolean;
|
138
|
+
lastIndexOf?: boolean;
|
139
|
+
every?: boolean;
|
140
|
+
some?: boolean;
|
141
|
+
forEach?: boolean;
|
142
|
+
map?: boolean;
|
143
|
+
filter?: boolean;
|
144
|
+
reduce?: boolean;
|
145
|
+
reduceRight?: boolean;
|
146
|
+
find?: boolean;
|
147
|
+
findIndex?: boolean;
|
148
|
+
entries?: boolean;
|
149
|
+
keys?: boolean;
|
150
|
+
values?: boolean;
|
151
|
+
includes?: boolean;
|
152
|
+
flatMap?: boolean;
|
153
|
+
flat?: boolean;
|
154
|
+
[Symbol.iterator]?: boolean;
|
155
|
+
readonly [Symbol.unscopables]?: boolean;
|
156
|
+
at?: boolean;
|
157
|
+
};
|
158
|
+
at: (index: number) => string;
|
159
|
+
} | import("vue").ExtractPropTypes<{
|
160
|
+
[x: string]: import("vue").Prop<unknown, unknown>;
|
161
|
+
}>>), never>;
|
162
|
+
$attrs: {
|
163
|
+
[x: string]: unknown;
|
164
|
+
};
|
165
|
+
$refs: {
|
166
|
+
[x: string]: unknown;
|
167
|
+
};
|
168
|
+
$slots: Readonly<{
|
169
|
+
[name: string]: import("vue").Slot;
|
170
|
+
}>;
|
171
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
172
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
173
|
+
$emit: (event: string, ...args: any[]) => void;
|
174
|
+
$el: any;
|
175
|
+
$options: import("vue").ComponentOptionsBase<Readonly<{
|
176
|
+
[x: number]: string;
|
177
|
+
readonly length: number;
|
178
|
+
toString: () => string;
|
179
|
+
toLocaleString: () => string;
|
180
|
+
concat: {
|
181
|
+
(...items: ConcatArray<string>[]): string[];
|
182
|
+
(...items: (string | ConcatArray<string>)[]): string[];
|
183
|
+
};
|
184
|
+
join: (separator?: string) => string;
|
185
|
+
slice: (start?: number, end?: number) => string[];
|
186
|
+
indexOf: (searchElement: string, fromIndex?: number) => number;
|
187
|
+
lastIndexOf: (searchElement: string, fromIndex?: number) => number;
|
188
|
+
every: {
|
189
|
+
<S extends string>(predicate: (value: string, index: number, array: readonly string[]) => value is S, thisArg?: any): this is readonly S[];
|
190
|
+
(predicate: (value: string, index: number, array: readonly string[]) => unknown, thisArg?: any): boolean;
|
191
|
+
};
|
192
|
+
some: (predicate: (value: string, index: number, array: readonly string[]) => unknown, thisArg?: any) => boolean;
|
193
|
+
forEach: (callbackfn: (value: string, index: number, array: readonly string[]) => void, thisArg?: any) => void;
|
194
|
+
map: <U>(callbackfn: (value: string, index: number, array: readonly string[]) => U, thisArg?: any) => U[];
|
195
|
+
filter: {
|
196
|
+
<S_1 extends string>(predicate: (value: string, index: number, array: readonly string[]) => value is S_1, thisArg?: any): S_1[];
|
197
|
+
(predicate: (value: string, index: number, array: readonly string[]) => unknown, thisArg?: any): string[];
|
198
|
+
};
|
199
|
+
reduce: {
|
200
|
+
(callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: readonly string[]) => string): string;
|
201
|
+
(callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: readonly string[]) => string, initialValue: string): string;
|
202
|
+
<U_1>(callbackfn: (previousValue: U_1, currentValue: string, currentIndex: number, array: readonly string[]) => U_1, initialValue: U_1): U_1;
|
203
|
+
};
|
204
|
+
reduceRight: {
|
205
|
+
(callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: readonly string[]) => string): string;
|
206
|
+
(callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: readonly string[]) => string, initialValue: string): string;
|
207
|
+
<U_2>(callbackfn: (previousValue: U_2, currentValue: string, currentIndex: number, array: readonly string[]) => U_2, initialValue: U_2): U_2;
|
208
|
+
};
|
209
|
+
find: {
|
210
|
+
<S_2 extends string>(predicate: (value: string, index: number, obj: readonly string[]) => value is S_2, thisArg?: any): S_2;
|
211
|
+
(predicate: (value: string, index: number, obj: readonly string[]) => unknown, thisArg?: any): string;
|
212
|
+
};
|
213
|
+
findIndex: (predicate: (value: string, index: number, obj: readonly string[]) => unknown, thisArg?: any) => number;
|
214
|
+
entries: () => IterableIterator<[number, string]>;
|
215
|
+
keys: () => IterableIterator<number>;
|
216
|
+
values: () => IterableIterator<string>;
|
217
|
+
includes: (searchElement: string, fromIndex?: number) => boolean;
|
218
|
+
flatMap: <U_3, This = undefined>(callback: (this: This, value: string, index: number, array: string[]) => U_3 | readonly U_3[], thisArg?: This) => U_3[];
|
219
|
+
flat: <A, D extends number = 1>(this: A, depth?: D) => FlatArray<A, D>[];
|
220
|
+
[Symbol.iterator]: () => IterableIterator<string>;
|
221
|
+
readonly [Symbol.unscopables]: {
|
222
|
+
[x: number]: boolean;
|
223
|
+
readonly length?: boolean;
|
224
|
+
toString?: boolean;
|
225
|
+
toLocaleString?: boolean;
|
226
|
+
concat?: boolean;
|
227
|
+
join?: boolean;
|
228
|
+
slice?: boolean;
|
229
|
+
indexOf?: boolean;
|
230
|
+
lastIndexOf?: boolean;
|
231
|
+
every?: boolean;
|
232
|
+
some?: boolean;
|
233
|
+
forEach?: boolean;
|
234
|
+
map?: boolean;
|
235
|
+
filter?: boolean;
|
236
|
+
reduce?: boolean;
|
237
|
+
reduceRight?: boolean;
|
238
|
+
find?: boolean;
|
239
|
+
findIndex?: boolean;
|
240
|
+
entries?: boolean;
|
241
|
+
keys?: boolean;
|
242
|
+
values?: boolean;
|
243
|
+
includes?: boolean;
|
244
|
+
flatMap?: boolean;
|
245
|
+
flat?: boolean;
|
246
|
+
[Symbol.iterator]?: boolean;
|
247
|
+
readonly [Symbol.unscopables]?: boolean;
|
248
|
+
at?: boolean;
|
249
|
+
};
|
250
|
+
at: (index: number) => string;
|
251
|
+
}> | Readonly<import("vue").ExtractPropTypes<{
|
252
|
+
[x: string]: import("vue").Prop<unknown, unknown>;
|
253
|
+
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {} | {}, {}, string> & {
|
254
|
+
beforeCreate?: (() => void) | (() => void)[];
|
255
|
+
created?: (() => void) | (() => void)[];
|
256
|
+
beforeMount?: (() => void) | (() => void)[];
|
257
|
+
mounted?: (() => void) | (() => void)[];
|
258
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
259
|
+
updated?: (() => void) | (() => void)[];
|
260
|
+
activated?: (() => void) | (() => void)[];
|
261
|
+
deactivated?: (() => void) | (() => void)[];
|
262
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
263
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
264
|
+
destroyed?: (() => void) | (() => void)[];
|
265
|
+
unmounted?: (() => void) | (() => void)[];
|
266
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
267
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
268
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void)[];
|
269
|
+
};
|
270
|
+
$forceUpdate: () => void;
|
271
|
+
$nextTick: typeof import("vue").nextTick;
|
272
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
273
|
+
} & (Readonly<{
|
274
|
+
[x: number]: string;
|
275
|
+
readonly length: number;
|
276
|
+
toString: () => string;
|
277
|
+
toLocaleString: () => string;
|
278
|
+
concat: {
|
279
|
+
(...items: ConcatArray<string>[]): string[];
|
280
|
+
(...items: (string | ConcatArray<string>)[]): string[];
|
281
|
+
};
|
282
|
+
join: (separator?: string) => string;
|
283
|
+
slice: (start?: number, end?: number) => string[];
|
284
|
+
indexOf: (searchElement: string, fromIndex?: number) => number;
|
285
|
+
lastIndexOf: (searchElement: string, fromIndex?: number) => number;
|
286
|
+
every: {
|
287
|
+
<S extends string>(predicate: (value: string, index: number, array: readonly string[]) => value is S, thisArg?: any): this is readonly S[];
|
288
|
+
(predicate: (value: string, index: number, array: readonly string[]) => unknown, thisArg?: any): boolean;
|
289
|
+
};
|
290
|
+
some: (predicate: (value: string, index: number, array: readonly string[]) => unknown, thisArg?: any) => boolean;
|
291
|
+
forEach: (callbackfn: (value: string, index: number, array: readonly string[]) => void, thisArg?: any) => void;
|
292
|
+
map: <U>(callbackfn: (value: string, index: number, array: readonly string[]) => U, thisArg?: any) => U[];
|
293
|
+
filter: {
|
294
|
+
<S_1 extends string>(predicate: (value: string, index: number, array: readonly string[]) => value is S_1, thisArg?: any): S_1[];
|
295
|
+
(predicate: (value: string, index: number, array: readonly string[]) => unknown, thisArg?: any): string[];
|
296
|
+
};
|
297
|
+
reduce: {
|
298
|
+
(callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: readonly string[]) => string): string;
|
299
|
+
(callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: readonly string[]) => string, initialValue: string): string;
|
300
|
+
<U_1>(callbackfn: (previousValue: U_1, currentValue: string, currentIndex: number, array: readonly string[]) => U_1, initialValue: U_1): U_1;
|
301
|
+
};
|
302
|
+
reduceRight: {
|
303
|
+
(callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: readonly string[]) => string): string;
|
304
|
+
(callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: readonly string[]) => string, initialValue: string): string;
|
305
|
+
<U_2>(callbackfn: (previousValue: U_2, currentValue: string, currentIndex: number, array: readonly string[]) => U_2, initialValue: U_2): U_2;
|
306
|
+
};
|
307
|
+
find: {
|
308
|
+
<S_2 extends string>(predicate: (value: string, index: number, obj: readonly string[]) => value is S_2, thisArg?: any): S_2;
|
309
|
+
(predicate: (value: string, index: number, obj: readonly string[]) => unknown, thisArg?: any): string;
|
310
|
+
};
|
311
|
+
findIndex: (predicate: (value: string, index: number, obj: readonly string[]) => unknown, thisArg?: any) => number;
|
312
|
+
entries: () => IterableIterator<[number, string]>;
|
313
|
+
keys: () => IterableIterator<number>;
|
314
|
+
values: () => IterableIterator<string>;
|
315
|
+
includes: (searchElement: string, fromIndex?: number) => boolean;
|
316
|
+
flatMap: <U_3, This = undefined>(callback: (this: This, value: string, index: number, array: string[]) => U_3 | readonly U_3[], thisArg?: This) => U_3[];
|
317
|
+
flat: <A, D extends number = 1>(this: A, depth?: D) => FlatArray<A, D>[];
|
318
|
+
[Symbol.iterator]: () => IterableIterator<string>;
|
319
|
+
readonly [Symbol.unscopables]: {
|
320
|
+
[x: number]: boolean;
|
321
|
+
readonly length?: boolean;
|
322
|
+
toString?: boolean;
|
323
|
+
toLocaleString?: boolean;
|
324
|
+
concat?: boolean;
|
325
|
+
join?: boolean;
|
326
|
+
slice?: boolean;
|
327
|
+
indexOf?: boolean;
|
328
|
+
lastIndexOf?: boolean;
|
329
|
+
every?: boolean;
|
330
|
+
some?: boolean;
|
331
|
+
forEach?: boolean;
|
332
|
+
map?: boolean;
|
333
|
+
filter?: boolean;
|
334
|
+
reduce?: boolean;
|
335
|
+
reduceRight?: boolean;
|
336
|
+
find?: boolean;
|
337
|
+
findIndex?: boolean;
|
338
|
+
entries?: boolean;
|
339
|
+
keys?: boolean;
|
340
|
+
values?: boolean;
|
341
|
+
includes?: boolean;
|
342
|
+
flatMap?: boolean;
|
343
|
+
flat?: boolean;
|
344
|
+
[Symbol.iterator]?: boolean;
|
345
|
+
readonly [Symbol.unscopables]?: boolean;
|
346
|
+
at?: boolean;
|
347
|
+
};
|
348
|
+
at: (index: number) => string;
|
349
|
+
}> | Readonly<import("vue").ExtractPropTypes<{
|
350
|
+
[x: string]: import("vue").Prop<unknown, unknown>;
|
351
|
+
}>>) & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {} & Readonly<{
|
352
|
+
[x: number]: string;
|
353
|
+
readonly length: number;
|
354
|
+
toString: () => string;
|
355
|
+
toLocaleString: () => string;
|
356
|
+
concat: {
|
357
|
+
(...items: ConcatArray<string>[]): string[];
|
358
|
+
(...items: (string | ConcatArray<string>)[]): string[];
|
359
|
+
};
|
360
|
+
join: (separator?: string) => string;
|
361
|
+
slice: (start?: number, end?: number) => string[];
|
362
|
+
indexOf: (searchElement: string, fromIndex?: number) => number;
|
363
|
+
lastIndexOf: (searchElement: string, fromIndex?: number) => number;
|
364
|
+
every: {
|
365
|
+
<S extends string>(predicate: (value: string, index: number, array: readonly string[]) => value is S, thisArg?: any): this is readonly S[];
|
366
|
+
(predicate: (value: string, index: number, array: readonly string[]) => unknown, thisArg?: any): boolean;
|
367
|
+
};
|
368
|
+
some: (predicate: (value: string, index: number, array: readonly string[]) => unknown, thisArg?: any) => boolean;
|
369
|
+
forEach: (callbackfn: (value: string, index: number, array: readonly string[]) => void, thisArg?: any) => void;
|
370
|
+
map: <U>(callbackfn: (value: string, index: number, array: readonly string[]) => U, thisArg?: any) => U[];
|
371
|
+
filter: {
|
372
|
+
<S_1 extends string>(predicate: (value: string, index: number, array: readonly string[]) => value is S_1, thisArg?: any): S_1[];
|
373
|
+
(predicate: (value: string, index: number, array: readonly string[]) => unknown, thisArg?: any): string[];
|
374
|
+
};
|
375
|
+
reduce: {
|
376
|
+
(callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: readonly string[]) => string): string;
|
377
|
+
(callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: readonly string[]) => string, initialValue: string): string;
|
378
|
+
<U_1>(callbackfn: (previousValue: U_1, currentValue: string, currentIndex: number, array: readonly string[]) => U_1, initialValue: U_1): U_1;
|
379
|
+
};
|
380
|
+
reduceRight: {
|
381
|
+
(callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: readonly string[]) => string): string;
|
382
|
+
(callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: readonly string[]) => string, initialValue: string): string;
|
383
|
+
<U_2>(callbackfn: (previousValue: U_2, currentValue: string, currentIndex: number, array: readonly string[]) => U_2, initialValue: U_2): U_2;
|
384
|
+
};
|
385
|
+
find: {
|
386
|
+
<S_2 extends string>(predicate: (value: string, index: number, obj: readonly string[]) => value is S_2, thisArg?: any): S_2;
|
387
|
+
(predicate: (value: string, index: number, obj: readonly string[]) => unknown, thisArg?: any): string;
|
388
|
+
};
|
389
|
+
findIndex: (predicate: (value: string, index: number, obj: readonly string[]) => unknown, thisArg?: any) => number;
|
390
|
+
entries: () => IterableIterator<[number, string]>;
|
391
|
+
keys: () => IterableIterator<number>;
|
392
|
+
values: () => IterableIterator<string>;
|
393
|
+
includes: (searchElement: string, fromIndex?: number) => boolean;
|
394
|
+
flatMap: <U_3, This = undefined>(callback: (this: This, value: string, index: number, array: string[]) => U_3 | readonly U_3[], thisArg?: This) => U_3[];
|
395
|
+
flat: <A, D extends number = 1>(this: A, depth?: D) => FlatArray<A, D>[];
|
396
|
+
[Symbol.iterator]: () => IterableIterator<string>;
|
397
|
+
readonly [Symbol.unscopables]: {
|
398
|
+
[x: number]: boolean;
|
399
|
+
readonly length?: boolean;
|
400
|
+
toString?: boolean;
|
401
|
+
toLocaleString?: boolean;
|
402
|
+
concat?: boolean;
|
403
|
+
join?: boolean;
|
404
|
+
slice?: boolean;
|
405
|
+
indexOf?: boolean;
|
406
|
+
lastIndexOf?: boolean;
|
407
|
+
every?: boolean;
|
408
|
+
some?: boolean;
|
409
|
+
forEach?: boolean;
|
410
|
+
map?: boolean;
|
411
|
+
filter?: boolean;
|
412
|
+
reduce?: boolean;
|
413
|
+
reduceRight?: boolean;
|
414
|
+
find?: boolean;
|
415
|
+
findIndex?: boolean;
|
416
|
+
entries?: boolean;
|
417
|
+
keys?: boolean;
|
418
|
+
values?: boolean;
|
419
|
+
includes?: boolean;
|
420
|
+
flatMap?: boolean;
|
421
|
+
flat?: boolean;
|
422
|
+
[Symbol.iterator]?: boolean;
|
423
|
+
readonly [Symbol.unscopables]?: boolean;
|
424
|
+
at?: boolean;
|
425
|
+
};
|
426
|
+
at: (index: number) => string;
|
427
|
+
} | import("vue").ExtractPropTypes<{
|
428
|
+
[x: string]: import("vue").Prop<unknown, unknown>;
|
429
|
+
}>>;
|
430
|
+
__isFragment?: never;
|
431
|
+
__isTeleport?: never;
|
432
|
+
__isSuspense?: never;
|
433
|
+
} & import("vue").ComponentOptionsBase<Readonly<{
|
434
|
+
[x: number]: string;
|
435
|
+
readonly length: number;
|
436
|
+
toString: () => string;
|
437
|
+
toLocaleString: () => string;
|
438
|
+
concat: {
|
439
|
+
(...items: ConcatArray<string>[]): string[];
|
440
|
+
(...items: (string | ConcatArray<string>)[]): string[];
|
441
|
+
};
|
442
|
+
join: (separator?: string) => string;
|
443
|
+
slice: (start?: number, end?: number) => string[];
|
444
|
+
indexOf: (searchElement: string, fromIndex?: number) => number;
|
445
|
+
lastIndexOf: (searchElement: string, fromIndex?: number) => number;
|
446
|
+
every: {
|
447
|
+
<S extends string>(predicate: (value: string, index: number, array: readonly string[]) => value is S, thisArg?: any): this is readonly S[];
|
448
|
+
(predicate: (value: string, index: number, array: readonly string[]) => unknown, thisArg?: any): boolean;
|
449
|
+
};
|
450
|
+
some: (predicate: (value: string, index: number, array: readonly string[]) => unknown, thisArg?: any) => boolean;
|
451
|
+
forEach: (callbackfn: (value: string, index: number, array: readonly string[]) => void, thisArg?: any) => void;
|
452
|
+
map: <U>(callbackfn: (value: string, index: number, array: readonly string[]) => U, thisArg?: any) => U[];
|
453
|
+
filter: {
|
454
|
+
<S_1 extends string>(predicate: (value: string, index: number, array: readonly string[]) => value is S_1, thisArg?: any): S_1[];
|
455
|
+
(predicate: (value: string, index: number, array: readonly string[]) => unknown, thisArg?: any): string[];
|
456
|
+
};
|
457
|
+
reduce: {
|
458
|
+
(callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: readonly string[]) => string): string;
|
459
|
+
(callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: readonly string[]) => string, initialValue: string): string;
|
460
|
+
<U_1>(callbackfn: (previousValue: U_1, currentValue: string, currentIndex: number, array: readonly string[]) => U_1, initialValue: U_1): U_1;
|
461
|
+
};
|
462
|
+
reduceRight: {
|
463
|
+
(callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: readonly string[]) => string): string;
|
464
|
+
(callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: readonly string[]) => string, initialValue: string): string;
|
465
|
+
<U_2>(callbackfn: (previousValue: U_2, currentValue: string, currentIndex: number, array: readonly string[]) => U_2, initialValue: U_2): U_2;
|
466
|
+
};
|
467
|
+
find: {
|
468
|
+
<S_2 extends string>(predicate: (value: string, index: number, obj: readonly string[]) => value is S_2, thisArg?: any): S_2;
|
469
|
+
(predicate: (value: string, index: number, obj: readonly string[]) => unknown, thisArg?: any): string;
|
470
|
+
};
|
471
|
+
findIndex: (predicate: (value: string, index: number, obj: readonly string[]) => unknown, thisArg?: any) => number;
|
472
|
+
entries: () => IterableIterator<[number, string]>;
|
473
|
+
keys: () => IterableIterator<number>;
|
474
|
+
values: () => IterableIterator<string>;
|
475
|
+
includes: (searchElement: string, fromIndex?: number) => boolean;
|
476
|
+
flatMap: <U_3, This = undefined>(callback: (this: This, value: string, index: number, array: string[]) => U_3 | readonly U_3[], thisArg?: This) => U_3[];
|
477
|
+
flat: <A, D extends number = 1>(this: A, depth?: D) => FlatArray<A, D>[];
|
478
|
+
[Symbol.iterator]: () => IterableIterator<string>;
|
479
|
+
readonly [Symbol.unscopables]: {
|
480
|
+
[x: number]: boolean;
|
481
|
+
readonly length?: boolean;
|
482
|
+
toString?: boolean;
|
483
|
+
toLocaleString?: boolean;
|
484
|
+
concat?: boolean;
|
485
|
+
join?: boolean;
|
486
|
+
slice?: boolean;
|
487
|
+
indexOf?: boolean;
|
488
|
+
lastIndexOf?: boolean;
|
489
|
+
every?: boolean;
|
490
|
+
some?: boolean;
|
491
|
+
forEach?: boolean;
|
492
|
+
map?: boolean;
|
493
|
+
filter?: boolean;
|
494
|
+
reduce?: boolean;
|
495
|
+
reduceRight?: boolean;
|
496
|
+
find?: boolean;
|
497
|
+
findIndex?: boolean;
|
498
|
+
entries?: boolean;
|
499
|
+
keys?: boolean;
|
500
|
+
values?: boolean;
|
501
|
+
includes?: boolean;
|
502
|
+
flatMap?: boolean;
|
503
|
+
flat?: boolean;
|
504
|
+
[Symbol.iterator]?: boolean;
|
505
|
+
readonly [Symbol.unscopables]?: boolean;
|
506
|
+
at?: boolean;
|
507
|
+
};
|
508
|
+
at: (index: number) => string;
|
509
|
+
}> | Readonly<import("vue").ExtractPropTypes<{
|
510
|
+
[x: string]: import("vue").Prop<unknown, unknown>;
|
511
|
+
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {} | {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
512
|
+
propsDefinition: Readonly<{
|
513
|
+
[x: number]: string;
|
514
|
+
readonly length: number;
|
515
|
+
toString: () => string;
|
516
|
+
toLocaleString: () => string;
|
517
|
+
concat: {
|
518
|
+
(...items: ConcatArray<string>[]): string[];
|
519
|
+
(...items: (string | ConcatArray<string>)[]): string[];
|
520
|
+
};
|
521
|
+
join: (separator?: string) => string;
|
522
|
+
slice: (start?: number, end?: number) => string[];
|
523
|
+
indexOf: (searchElement: string, fromIndex?: number) => number;
|
524
|
+
lastIndexOf: (searchElement: string, fromIndex?: number) => number;
|
525
|
+
every: {
|
526
|
+
<S extends string>(predicate: (value: string, index: number, array: readonly string[]) => value is S, thisArg?: any): this is readonly S[];
|
527
|
+
(predicate: (value: string, index: number, array: readonly string[]) => unknown, thisArg?: any): boolean;
|
528
|
+
};
|
529
|
+
some: (predicate: (value: string, index: number, array: readonly string[]) => unknown, thisArg?: any) => boolean;
|
530
|
+
forEach: (callbackfn: (value: string, index: number, array: readonly string[]) => void, thisArg?: any) => void;
|
531
|
+
map: <U>(callbackfn: (value: string, index: number, array: readonly string[]) => U, thisArg?: any) => U[];
|
532
|
+
filter: {
|
533
|
+
<S_1 extends string>(predicate: (value: string, index: number, array: readonly string[]) => value is S_1, thisArg?: any): S_1[];
|
534
|
+
(predicate: (value: string, index: number, array: readonly string[]) => unknown, thisArg?: any): string[];
|
535
|
+
};
|
536
|
+
reduce: {
|
537
|
+
(callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: readonly string[]) => string): string;
|
538
|
+
(callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: readonly string[]) => string, initialValue: string): string;
|
539
|
+
<U_1>(callbackfn: (previousValue: U_1, currentValue: string, currentIndex: number, array: readonly string[]) => U_1, initialValue: U_1): U_1;
|
540
|
+
};
|
541
|
+
reduceRight: {
|
542
|
+
(callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: readonly string[]) => string): string;
|
543
|
+
(callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: readonly string[]) => string, initialValue: string): string;
|
544
|
+
<U_2>(callbackfn: (previousValue: U_2, currentValue: string, currentIndex: number, array: readonly string[]) => U_2, initialValue: U_2): U_2;
|
545
|
+
};
|
546
|
+
find: {
|
547
|
+
<S_2 extends string>(predicate: (value: string, index: number, obj: readonly string[]) => value is S_2, thisArg?: any): S_2;
|
548
|
+
(predicate: (value: string, index: number, obj: readonly string[]) => unknown, thisArg?: any): string;
|
549
|
+
};
|
550
|
+
findIndex: (predicate: (value: string, index: number, obj: readonly string[]) => unknown, thisArg?: any) => number;
|
551
|
+
entries: () => IterableIterator<[number, string]>;
|
552
|
+
keys: () => IterableIterator<number>;
|
553
|
+
values: () => IterableIterator<string>;
|
554
|
+
includes: (searchElement: string, fromIndex?: number) => boolean;
|
555
|
+
flatMap: <U_3, This = undefined>(callback: (this: This, value: string, index: number, array: string[]) => U_3 | readonly U_3[], thisArg?: This) => U_3[];
|
556
|
+
flat: <A, D extends number = 1>(this: A, depth?: D) => FlatArray<A, D>[];
|
557
|
+
[Symbol.iterator]: () => IterableIterator<string>;
|
558
|
+
readonly [Symbol.unscopables]: {
|
559
|
+
[x: number]: boolean;
|
560
|
+
readonly length?: boolean;
|
561
|
+
toString?: boolean;
|
562
|
+
toLocaleString?: boolean;
|
563
|
+
concat?: boolean;
|
564
|
+
join?: boolean;
|
565
|
+
slice?: boolean;
|
566
|
+
indexOf?: boolean;
|
567
|
+
lastIndexOf?: boolean;
|
568
|
+
every?: boolean;
|
569
|
+
some?: boolean;
|
570
|
+
forEach?: boolean;
|
571
|
+
map?: boolean;
|
572
|
+
filter?: boolean;
|
573
|
+
reduce?: boolean;
|
574
|
+
reduceRight?: boolean;
|
575
|
+
find?: boolean;
|
576
|
+
findIndex?: boolean;
|
577
|
+
entries?: boolean;
|
578
|
+
keys?: boolean;
|
579
|
+
values?: boolean;
|
580
|
+
includes?: boolean;
|
581
|
+
flatMap?: boolean;
|
582
|
+
flat?: boolean;
|
583
|
+
[Symbol.iterator]?: boolean;
|
584
|
+
readonly [Symbol.unscopables]?: boolean;
|
585
|
+
at?: boolean;
|
586
|
+
};
|
587
|
+
at: (index: number) => string;
|
588
|
+
}> | Readonly<{} & {
|
589
|
+
[x: string]: unknown;
|
590
|
+
[x: number]: unknown;
|
591
|
+
}>;
|
592
|
+
};
|
593
|
+
export default _default;
|