@omnia/fx 8.0.221-dev → 8.0.223-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.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/stores/index.d.ts +1 -0
- package/internal-do-not-import-from-here/stores/markdown/MarkdownEditorStore.d.ts +72 -0
- package/internal-do-not-import-from-here/stores/markdown/MarkdownStateStore.d.ts +38 -0
- package/internal-do-not-import-from-here/stores/markdown/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/InternalDefineComponent.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/Styles.stylex.d.ts +120 -404
- package/internal-do-not-import-from-here/ux/admin/usermanagement/groups/GroupMembershipListing.d.ts +7 -4
- package/internal-do-not-import-from-here/ux/admin/usermanagement/loc/localize.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/AuthenticationBlade.d.ts +47 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/DetailBlade.d.ts +47 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/UserDetailStore.d.ts +11 -6
- package/internal-do-not-import-from-here/ux/app/management/api/AppManagementApi.d.ts +8 -0
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ChromeEditorStore.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ComponentEditorStore.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ContainersEditorStore.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/components/backgroundstyle/BackgroundStyleEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/components/backgroundstyle/BackgroundStyleViewer.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/aurora/components/borderpicker/BorderPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/components/borderpicker/BorderPreview.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/aurora/components/chrome/ChromeBlueprintsViewer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/components/chrome/ChromePicker.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/aurora/components/chrome/ChromeViewer.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPicker.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaDefinitionPicker.css.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaPicker.d.ts +100 -100
- package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaViewer.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/aurora/components/containerpicker/ContainerBlueprintsViewer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/components/containerpicker/ContainerPicker.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/FillPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/FillPreview.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStyleEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStylePicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/components/spacingpicker/SpacingPicker3.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/aurora/components/stylepicker/StylePicker.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/aurora/components/textstylepicker/TextStylePicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/components/themepicker/ThemePicker.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +443 -371
- package/internal-do-not-import-from-here/ux/aurora/store/ThemeContextStore.d.ts +60 -60
- package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +443 -371
- package/internal-do-not-import-from-here/ux/aurora/styling/UseStyling.d.ts +3 -1
- package/internal-do-not-import-from-here/ux/aurora/styling/styles/Colors.d.ts +2 -12
- package/internal-do-not-import-from-here/ux/aurora/styling/styles/General.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/aurora/themeprovider/ThemeProvider.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/docs/chrome/VelcronSampleViewer.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/filterpicker/FilterPicker.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/image/scalingsettings/ScalingSettings.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/blockplaceholder/BlockPlaceholder.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitemactiontoolbar/LayoutItemActionToolbar.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/TemplatePreview.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/sizecontainer/SizeContainer.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/targetselector/TargetSelector.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutItemselector/LayoutItemSelection.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutItemselector/LayoutItemSelector.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutBlockRenderer.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionRenderer.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.css_bak.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +45 -5
- package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor_bak.d.ts +500 -0
- package/internal-do-not-import-from-here/ux/markdown/MarkdownToolbar.css.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/markdown/MarkdownToolbar.d.ts +52 -0
- package/internal-do-not-import-from-here/ux/mediapickerimage/MediaPickerImage.css.d.ts +1 -6
- package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.stylex.d.ts +6 -36
- package/internal-do-not-import-from-here/ux/oxide/avatar/Avatar.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/btn/Button.stylex.d.ts +2 -7
- package/internal-do-not-import-from-here/ux/oxide/btngroup/ButtonGroup.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/btngroup/{ButtonGroup.css.d.ts → ButtonGroup.stylex.d.ts} +1 -1
- package/internal-do-not-import-from-here/ux/oxide/card/Card.css.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/card/Card.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/chart/Chart.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/checkbox/{Checkbox.css.d.ts → Checkbox.stylex.d.ts} +1 -1
- package/internal-do-not-import-from-here/ux/oxide/chip/Chip.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/chip/Chip.stylex.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/oxide/colorpicker/ColorPicker.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/colorpicker/ColorPicker.stylex.d.ts +8 -0
- package/internal-do-not-import-from-here/ux/oxide/column/Column.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/column/ColumnGrid.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTableServer.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/divider/Divider.stylex.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/flex/Flex.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/flex/Row.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/form/Form.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/icon/Icon.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/image/Image.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/layout/Layout.css.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/layout/Layout.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/link/Link.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/list/List.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/list/{List.css.d.ts → List.stylex.d.ts} +1 -1
- package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/list/ListItem.stylex.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/oxide/main/Main.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/notification/Notification.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/pagination/Pagination.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +46 -46
- package/internal-do-not-import-from-here/ux/oxide/panel/{Panel.css.d.ts → Panel.stylex.d.ts} +6 -6
- package/internal-do-not-import-from-here/ux/oxide/radio/Radio.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/rangeslider/RangeSlider.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/rating/Rating.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/ScrollContainer.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/ScrollContainer.stylex.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/skeletonloader/SkeletonLoader.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/slidepanel/SlidePanel.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/slider/Slider.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/snackbar/Snackbar.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/splitpane/Splitpane.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/splitpane/SplitpaneItem.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/stepper/Stepper.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/switch/Switch.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/table/Table.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/tooltip/Tooltip.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.stylex.d.ts +4 -24
- package/internal-do-not-import-from-here/ux/rollupempty/RollupEmpty.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/securitytrimmer/SecurityTrimmer.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/use/UseIcon.d.ts +8 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/VelcronContentEditor.d.ts +75 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/markdownplugins/section/SectionRenderer.d.ts +52 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/markdownplugins/section/SectionRendererPlugin.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/markdownplugins/section/SectionTemplateSelectorButton.d.ts +52 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/stores/ContentEditorStore.d.ts +15 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/VelcronContentEditor.css.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/VelcronContentEditor.d.ts +1123 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/VelcronContentRenderer.d.ts +80 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/components/ActionMenu.css.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/components/ActionMenu.d.ts +60 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/components/BorderSelector copy.d.ts +60 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/components/BorderSelector.css.d.ts +12 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/components/BorderSelector.d.ts +60 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/components/DefinitionToolbar copy.d.ts +65 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/components/DefinitionToolbar.css.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/components/DefinitionToolbar.d.ts +65 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/definitions/DefinitionRegistrations.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/definitions/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/editorHooks/ContentEditorHooks.css.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/editorHooks/ContentEditorHooks.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/models/EditorRenderingHooks.d.ts +24 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/models/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/stores/ContentEditorStore.d.ts +220 -0
- package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPicker.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPreview.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/velcron/components/propertieseditor/VelcronPropertiesEditor.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronColorSchema.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/BlueprintEditor.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/ColorSchemaEditor.d.ts +105 -105
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/PropertyEditorCreator.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutDefinitionEditorItem.d.ts +8 -0
- package/internal-do-not-import-from-here/wctypings.d.ts +17 -17
- package/package.json +2 -2
- package/internal-do-not-import-from-here/ux/oxide/chip/Chip.css.d.ts +0 -24
- package/internal-do-not-import-from-here/ux/oxide/colorpicker/ColorPicker.css.d.ts +0 -8
- package/internal-do-not-import-from-here/ux/oxide/colorpicker/ColorPicker_omfx.d.ts +0 -0
- package/internal-do-not-import-from-here/ux/oxide/divider/Divider.css.d.ts +0 -5
- package/internal-do-not-import-from-here/ux/oxide/list/ListItem.css.d.ts +0 -5
- package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/ScrollContainer.css.d.ts +0 -4
@@ -0,0 +1,500 @@
|
|
1
|
+
import "@toast-ui/editor/dist/toastui-editor.css";
|
2
|
+
import "@toast-ui/editor/dist/theme/toastui-editor-dark.css";
|
3
|
+
import { TextBlueprint, TypographySizes, TypographyTypes } from "@omnia/fx-models";
|
4
|
+
declare const _default: {
|
5
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
6
|
+
blueprint: {
|
7
|
+
type: import("vue").PropType<TextBlueprint>;
|
8
|
+
};
|
9
|
+
size: {
|
10
|
+
type: import("vue").PropType<"xs" | "s" | "m" | "l" | "xl" | TypographySizes>;
|
11
|
+
};
|
12
|
+
typography: {
|
13
|
+
type: import("vue").PropType<"text" | "title" | "navigation" | TypographyTypes>;
|
14
|
+
};
|
15
|
+
placeholder: {
|
16
|
+
type: import("vue").PropType<string>;
|
17
|
+
};
|
18
|
+
noWrap: {
|
19
|
+
type: import("vue").PropType<boolean>;
|
20
|
+
};
|
21
|
+
toned: {
|
22
|
+
type: import("vue").PropType<boolean>;
|
23
|
+
};
|
24
|
+
hideToolbar: {
|
25
|
+
type: import("vue").PropType<boolean>;
|
26
|
+
};
|
27
|
+
colorSchemaType: {
|
28
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
|
29
|
+
required: boolean;
|
30
|
+
};
|
31
|
+
container: {
|
32
|
+
type: BooleanConstructor;
|
33
|
+
required: boolean;
|
34
|
+
};
|
35
|
+
colors: {
|
36
|
+
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
37
|
+
required: boolean;
|
38
|
+
};
|
39
|
+
"onUpdate:modelValue": {
|
40
|
+
type: import("vue").PropType<(value: string) => any>;
|
41
|
+
};
|
42
|
+
"v-model": {
|
43
|
+
type: import("vue").PropType<string>;
|
44
|
+
required: false;
|
45
|
+
};
|
46
|
+
modelValue: {
|
47
|
+
type: import("vue").PropType<string>;
|
48
|
+
required: false;
|
49
|
+
};
|
50
|
+
name: <TName extends string>(n?: TName) => { [key in import("../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
51
|
+
type: import("vue").PropType<(value: string) => any>;
|
52
|
+
}; } & { [key_1 in import("../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
53
|
+
type: import("vue").PropType<string>;
|
54
|
+
required: false;
|
55
|
+
}; } & { [key_2 in import("../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
56
|
+
type: import("vue").PropType<string>;
|
57
|
+
required: false;
|
58
|
+
}; } & {
|
59
|
+
require(): import("../DefineVueTypings").DefinePropModelRequire<TName, string, {
|
60
|
+
"onUpdate:modelValue": {
|
61
|
+
type: import("vue").PropType<(value: string) => any>;
|
62
|
+
};
|
63
|
+
} & {
|
64
|
+
"v-model": {
|
65
|
+
type: import("vue").PropType<string>;
|
66
|
+
required: false;
|
67
|
+
};
|
68
|
+
} & {
|
69
|
+
modelValue: {
|
70
|
+
type: import("vue").PropType<string>;
|
71
|
+
required: false;
|
72
|
+
};
|
73
|
+
}>;
|
74
|
+
defaultValue(value?: string): import("../DefineVueTypings").DefinePropModelDefaultValue<TName, string, {
|
75
|
+
"onUpdate:modelValue": {
|
76
|
+
type: import("vue").PropType<(value: string) => any>;
|
77
|
+
};
|
78
|
+
} & {
|
79
|
+
"v-model": {
|
80
|
+
type: import("vue").PropType<string>;
|
81
|
+
required: false;
|
82
|
+
};
|
83
|
+
} & {
|
84
|
+
modelValue: {
|
85
|
+
type: import("vue").PropType<string>;
|
86
|
+
required: false;
|
87
|
+
};
|
88
|
+
}, false>;
|
89
|
+
doc$(description?: string): import("../DefineVueTypings").DefinePropModelDoc<TName, string, {
|
90
|
+
"onUpdate:modelValue": {
|
91
|
+
type: import("vue").PropType<(value: string) => any>;
|
92
|
+
};
|
93
|
+
} & {
|
94
|
+
"v-model": {
|
95
|
+
type: import("vue").PropType<string>;
|
96
|
+
required: false;
|
97
|
+
};
|
98
|
+
} & {
|
99
|
+
modelValue: {
|
100
|
+
type: import("vue").PropType<string>;
|
101
|
+
required: false;
|
102
|
+
};
|
103
|
+
}>;
|
104
|
+
};
|
105
|
+
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
106
|
+
blueprint: {
|
107
|
+
type: import("vue").PropType<TextBlueprint>;
|
108
|
+
};
|
109
|
+
size: {
|
110
|
+
type: import("vue").PropType<"xs" | "s" | "m" | "l" | "xl" | TypographySizes>;
|
111
|
+
};
|
112
|
+
typography: {
|
113
|
+
type: import("vue").PropType<"text" | "title" | "navigation" | TypographyTypes>;
|
114
|
+
};
|
115
|
+
placeholder: {
|
116
|
+
type: import("vue").PropType<string>;
|
117
|
+
};
|
118
|
+
noWrap: {
|
119
|
+
type: import("vue").PropType<boolean>;
|
120
|
+
};
|
121
|
+
toned: {
|
122
|
+
type: import("vue").PropType<boolean>;
|
123
|
+
};
|
124
|
+
hideToolbar: {
|
125
|
+
type: import("vue").PropType<boolean>;
|
126
|
+
};
|
127
|
+
colorSchemaType: {
|
128
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
|
129
|
+
required: boolean;
|
130
|
+
};
|
131
|
+
container: {
|
132
|
+
type: BooleanConstructor;
|
133
|
+
required: boolean;
|
134
|
+
};
|
135
|
+
colors: {
|
136
|
+
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
137
|
+
required: boolean;
|
138
|
+
};
|
139
|
+
"onUpdate:modelValue": {
|
140
|
+
type: import("vue").PropType<(value: string) => any>;
|
141
|
+
};
|
142
|
+
"v-model": {
|
143
|
+
type: import("vue").PropType<string>;
|
144
|
+
required: false;
|
145
|
+
};
|
146
|
+
modelValue: {
|
147
|
+
type: import("vue").PropType<string>;
|
148
|
+
required: false;
|
149
|
+
};
|
150
|
+
name: <TName extends string>(n?: TName) => { [key in import("../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
151
|
+
type: import("vue").PropType<(value: string) => any>;
|
152
|
+
}; } & { [key_1 in import("../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
153
|
+
type: import("vue").PropType<string>;
|
154
|
+
required: false;
|
155
|
+
}; } & { [key_2 in import("../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
156
|
+
type: import("vue").PropType<string>;
|
157
|
+
required: false;
|
158
|
+
}; } & {
|
159
|
+
require(): import("../DefineVueTypings").DefinePropModelRequire<TName, string, {
|
160
|
+
"onUpdate:modelValue": {
|
161
|
+
type: import("vue").PropType<(value: string) => any>;
|
162
|
+
};
|
163
|
+
} & {
|
164
|
+
"v-model": {
|
165
|
+
type: import("vue").PropType<string>;
|
166
|
+
required: false;
|
167
|
+
};
|
168
|
+
} & {
|
169
|
+
modelValue: {
|
170
|
+
type: import("vue").PropType<string>;
|
171
|
+
required: false;
|
172
|
+
};
|
173
|
+
}>;
|
174
|
+
defaultValue(value?: string): import("../DefineVueTypings").DefinePropModelDefaultValue<TName, string, {
|
175
|
+
"onUpdate:modelValue": {
|
176
|
+
type: import("vue").PropType<(value: string) => any>;
|
177
|
+
};
|
178
|
+
} & {
|
179
|
+
"v-model": {
|
180
|
+
type: import("vue").PropType<string>;
|
181
|
+
required: false;
|
182
|
+
};
|
183
|
+
} & {
|
184
|
+
modelValue: {
|
185
|
+
type: import("vue").PropType<string>;
|
186
|
+
required: false;
|
187
|
+
};
|
188
|
+
}, false>;
|
189
|
+
doc$(description?: string): import("../DefineVueTypings").DefinePropModelDoc<TName, string, {
|
190
|
+
"onUpdate:modelValue": {
|
191
|
+
type: import("vue").PropType<(value: string) => any>;
|
192
|
+
};
|
193
|
+
} & {
|
194
|
+
"v-model": {
|
195
|
+
type: import("vue").PropType<string>;
|
196
|
+
required: false;
|
197
|
+
};
|
198
|
+
} & {
|
199
|
+
modelValue: {
|
200
|
+
type: import("vue").PropType<string>;
|
201
|
+
required: false;
|
202
|
+
};
|
203
|
+
}>;
|
204
|
+
};
|
205
|
+
}>>, {
|
206
|
+
container: boolean;
|
207
|
+
}, true, {}, {}, {
|
208
|
+
P: {};
|
209
|
+
B: {};
|
210
|
+
D: {};
|
211
|
+
C: {};
|
212
|
+
M: {};
|
213
|
+
Defaults: {};
|
214
|
+
}, Readonly<import("vue").ExtractPropTypes<{
|
215
|
+
blueprint: {
|
216
|
+
type: import("vue").PropType<TextBlueprint>;
|
217
|
+
};
|
218
|
+
size: {
|
219
|
+
type: import("vue").PropType<"xs" | "s" | "m" | "l" | "xl" | TypographySizes>;
|
220
|
+
};
|
221
|
+
typography: {
|
222
|
+
type: import("vue").PropType<"text" | "title" | "navigation" | TypographyTypes>;
|
223
|
+
};
|
224
|
+
placeholder: {
|
225
|
+
type: import("vue").PropType<string>;
|
226
|
+
};
|
227
|
+
noWrap: {
|
228
|
+
type: import("vue").PropType<boolean>;
|
229
|
+
};
|
230
|
+
toned: {
|
231
|
+
type: import("vue").PropType<boolean>;
|
232
|
+
};
|
233
|
+
hideToolbar: {
|
234
|
+
type: import("vue").PropType<boolean>;
|
235
|
+
};
|
236
|
+
colorSchemaType: {
|
237
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
|
238
|
+
required: boolean;
|
239
|
+
};
|
240
|
+
container: {
|
241
|
+
type: BooleanConstructor;
|
242
|
+
required: boolean;
|
243
|
+
};
|
244
|
+
colors: {
|
245
|
+
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
246
|
+
required: boolean;
|
247
|
+
};
|
248
|
+
"onUpdate:modelValue": {
|
249
|
+
type: import("vue").PropType<(value: string) => any>;
|
250
|
+
};
|
251
|
+
"v-model": {
|
252
|
+
type: import("vue").PropType<string>;
|
253
|
+
required: false;
|
254
|
+
};
|
255
|
+
modelValue: {
|
256
|
+
type: import("vue").PropType<string>;
|
257
|
+
required: false;
|
258
|
+
};
|
259
|
+
name: <TName extends string>(n?: TName) => { [key in import("../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
260
|
+
type: import("vue").PropType<(value: string) => any>;
|
261
|
+
}; } & { [key_1 in import("../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
262
|
+
type: import("vue").PropType<string>;
|
263
|
+
required: false;
|
264
|
+
}; } & { [key_2 in import("../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
265
|
+
type: import("vue").PropType<string>;
|
266
|
+
required: false;
|
267
|
+
}; } & {
|
268
|
+
require(): import("../DefineVueTypings").DefinePropModelRequire<TName, string, {
|
269
|
+
"onUpdate:modelValue": {
|
270
|
+
type: import("vue").PropType<(value: string) => any>;
|
271
|
+
};
|
272
|
+
} & {
|
273
|
+
"v-model": {
|
274
|
+
type: import("vue").PropType<string>;
|
275
|
+
required: false;
|
276
|
+
};
|
277
|
+
} & {
|
278
|
+
modelValue: {
|
279
|
+
type: import("vue").PropType<string>;
|
280
|
+
required: false;
|
281
|
+
};
|
282
|
+
}>;
|
283
|
+
defaultValue(value?: string): import("../DefineVueTypings").DefinePropModelDefaultValue<TName, string, {
|
284
|
+
"onUpdate:modelValue": {
|
285
|
+
type: import("vue").PropType<(value: string) => any>;
|
286
|
+
};
|
287
|
+
} & {
|
288
|
+
"v-model": {
|
289
|
+
type: import("vue").PropType<string>;
|
290
|
+
required: false;
|
291
|
+
};
|
292
|
+
} & {
|
293
|
+
modelValue: {
|
294
|
+
type: import("vue").PropType<string>;
|
295
|
+
required: false;
|
296
|
+
};
|
297
|
+
}, false>;
|
298
|
+
doc$(description?: string): import("../DefineVueTypings").DefinePropModelDoc<TName, string, {
|
299
|
+
"onUpdate:modelValue": {
|
300
|
+
type: import("vue").PropType<(value: string) => any>;
|
301
|
+
};
|
302
|
+
} & {
|
303
|
+
"v-model": {
|
304
|
+
type: import("vue").PropType<string>;
|
305
|
+
required: false;
|
306
|
+
};
|
307
|
+
} & {
|
308
|
+
modelValue: {
|
309
|
+
type: import("vue").PropType<string>;
|
310
|
+
required: false;
|
311
|
+
};
|
312
|
+
}>;
|
313
|
+
};
|
314
|
+
}>>, () => JSX.Element, {}, {}, {}, {
|
315
|
+
container: boolean;
|
316
|
+
}>;
|
317
|
+
__isFragment?: never;
|
318
|
+
__isTeleport?: never;
|
319
|
+
__isSuspense?: never;
|
320
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
321
|
+
blueprint: {
|
322
|
+
type: import("vue").PropType<TextBlueprint>;
|
323
|
+
};
|
324
|
+
size: {
|
325
|
+
type: import("vue").PropType<"xs" | "s" | "m" | "l" | "xl" | TypographySizes>;
|
326
|
+
};
|
327
|
+
typography: {
|
328
|
+
type: import("vue").PropType<"text" | "title" | "navigation" | TypographyTypes>;
|
329
|
+
};
|
330
|
+
placeholder: {
|
331
|
+
type: import("vue").PropType<string>;
|
332
|
+
};
|
333
|
+
noWrap: {
|
334
|
+
type: import("vue").PropType<boolean>;
|
335
|
+
};
|
336
|
+
toned: {
|
337
|
+
type: import("vue").PropType<boolean>;
|
338
|
+
};
|
339
|
+
hideToolbar: {
|
340
|
+
type: import("vue").PropType<boolean>;
|
341
|
+
};
|
342
|
+
colorSchemaType: {
|
343
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
|
344
|
+
required: boolean;
|
345
|
+
};
|
346
|
+
container: {
|
347
|
+
type: BooleanConstructor;
|
348
|
+
required: boolean;
|
349
|
+
};
|
350
|
+
colors: {
|
351
|
+
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
352
|
+
required: boolean;
|
353
|
+
};
|
354
|
+
"onUpdate:modelValue": {
|
355
|
+
type: import("vue").PropType<(value: string) => any>;
|
356
|
+
};
|
357
|
+
"v-model": {
|
358
|
+
type: import("vue").PropType<string>;
|
359
|
+
required: false;
|
360
|
+
};
|
361
|
+
modelValue: {
|
362
|
+
type: import("vue").PropType<string>;
|
363
|
+
required: false;
|
364
|
+
};
|
365
|
+
name: <TName extends string>(n?: TName) => { [key in import("../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
366
|
+
type: import("vue").PropType<(value: string) => any>;
|
367
|
+
}; } & { [key_1 in import("../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
368
|
+
type: import("vue").PropType<string>;
|
369
|
+
required: false;
|
370
|
+
}; } & { [key_2 in import("../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
371
|
+
type: import("vue").PropType<string>;
|
372
|
+
required: false;
|
373
|
+
}; } & {
|
374
|
+
require(): import("../DefineVueTypings").DefinePropModelRequire<TName, string, {
|
375
|
+
"onUpdate:modelValue": {
|
376
|
+
type: import("vue").PropType<(value: string) => any>;
|
377
|
+
};
|
378
|
+
} & {
|
379
|
+
"v-model": {
|
380
|
+
type: import("vue").PropType<string>;
|
381
|
+
required: false;
|
382
|
+
};
|
383
|
+
} & {
|
384
|
+
modelValue: {
|
385
|
+
type: import("vue").PropType<string>;
|
386
|
+
required: false;
|
387
|
+
};
|
388
|
+
}>;
|
389
|
+
defaultValue(value?: string): import("../DefineVueTypings").DefinePropModelDefaultValue<TName, string, {
|
390
|
+
"onUpdate:modelValue": {
|
391
|
+
type: import("vue").PropType<(value: string) => any>;
|
392
|
+
};
|
393
|
+
} & {
|
394
|
+
"v-model": {
|
395
|
+
type: import("vue").PropType<string>;
|
396
|
+
required: false;
|
397
|
+
};
|
398
|
+
} & {
|
399
|
+
modelValue: {
|
400
|
+
type: import("vue").PropType<string>;
|
401
|
+
required: false;
|
402
|
+
};
|
403
|
+
}, false>;
|
404
|
+
doc$(description?: string): import("../DefineVueTypings").DefinePropModelDoc<TName, string, {
|
405
|
+
"onUpdate:modelValue": {
|
406
|
+
type: import("vue").PropType<(value: string) => any>;
|
407
|
+
};
|
408
|
+
} & {
|
409
|
+
"v-model": {
|
410
|
+
type: import("vue").PropType<string>;
|
411
|
+
required: false;
|
412
|
+
};
|
413
|
+
} & {
|
414
|
+
modelValue: {
|
415
|
+
type: import("vue").PropType<string>;
|
416
|
+
required: false;
|
417
|
+
};
|
418
|
+
}>;
|
419
|
+
};
|
420
|
+
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
421
|
+
container: boolean;
|
422
|
+
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
423
|
+
propsDefinition: Omit<Readonly<{} & {
|
424
|
+
name?: {
|
425
|
+
[x: `onUpdate:${string}`]: {
|
426
|
+
type: import("vue").PropType<(value: string) => any>;
|
427
|
+
};
|
428
|
+
} & {
|
429
|
+
[x: `v-model:${string}`]: {
|
430
|
+
type: import("vue").PropType<string>;
|
431
|
+
required: false;
|
432
|
+
};
|
433
|
+
} & {
|
434
|
+
[x: string]: {
|
435
|
+
type: import("vue").PropType<string>;
|
436
|
+
required: false;
|
437
|
+
};
|
438
|
+
} & {
|
439
|
+
require(): import("../DefineVueTypings").DefinePropModelRequire<string, string, {
|
440
|
+
"onUpdate:modelValue": {
|
441
|
+
type: import("vue").PropType<(value: string) => any>;
|
442
|
+
};
|
443
|
+
} & {
|
444
|
+
"v-model": {
|
445
|
+
type: import("vue").PropType<string>;
|
446
|
+
required: false;
|
447
|
+
};
|
448
|
+
} & {
|
449
|
+
modelValue: {
|
450
|
+
type: import("vue").PropType<string>;
|
451
|
+
required: false;
|
452
|
+
};
|
453
|
+
}>;
|
454
|
+
defaultValue(value?: string): import("../DefineVueTypings").DefinePropModelDefaultValue<string, string, {
|
455
|
+
"onUpdate:modelValue": {
|
456
|
+
type: import("vue").PropType<(value: string) => any>;
|
457
|
+
};
|
458
|
+
} & {
|
459
|
+
"v-model": {
|
460
|
+
type: import("vue").PropType<string>;
|
461
|
+
required: false;
|
462
|
+
};
|
463
|
+
} & {
|
464
|
+
modelValue: {
|
465
|
+
type: import("vue").PropType<string>;
|
466
|
+
required: false;
|
467
|
+
};
|
468
|
+
}, false>;
|
469
|
+
doc$(description?: string): import("../DefineVueTypings").DefinePropModelDoc<string, string, {
|
470
|
+
"onUpdate:modelValue": {
|
471
|
+
type: import("vue").PropType<(value: string) => any>;
|
472
|
+
};
|
473
|
+
} & {
|
474
|
+
"v-model": {
|
475
|
+
type: import("vue").PropType<string>;
|
476
|
+
required: false;
|
477
|
+
};
|
478
|
+
} & {
|
479
|
+
modelValue: {
|
480
|
+
type: import("vue").PropType<string>;
|
481
|
+
required: false;
|
482
|
+
};
|
483
|
+
}>;
|
484
|
+
};
|
485
|
+
typography?: "text" | "title" | "navigation" | TypographyTypes;
|
486
|
+
blueprint?: TextBlueprint;
|
487
|
+
container?: boolean;
|
488
|
+
size?: "xs" | "s" | "m" | "l" | "xl" | TypographySizes;
|
489
|
+
placeholder?: string;
|
490
|
+
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
491
|
+
toned?: boolean;
|
492
|
+
noWrap?: boolean;
|
493
|
+
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
494
|
+
"v-model"?: string;
|
495
|
+
"onUpdate:modelValue"?: (value: string) => any;
|
496
|
+
modelValue?: string;
|
497
|
+
hideToolbar?: boolean;
|
498
|
+
}>, never>;
|
499
|
+
};
|
500
|
+
export default _default;
|
@@ -0,0 +1,52 @@
|
|
1
|
+
import { guid } from "@omnia/fx-models";
|
2
|
+
declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
|
3
|
+
editorId?: guid;
|
4
|
+
}>) => {
|
5
|
+
$: import("vue").ComponentInternalInstance;
|
6
|
+
$data: {};
|
7
|
+
$props: {};
|
8
|
+
$attrs: {
|
9
|
+
[x: string]: unknown;
|
10
|
+
};
|
11
|
+
$refs: {
|
12
|
+
[x: string]: unknown;
|
13
|
+
};
|
14
|
+
$slots: Readonly<{
|
15
|
+
[name: string]: import("vue").Slot<any>;
|
16
|
+
}>;
|
17
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
18
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
19
|
+
$emit: (event: string, ...args: any[]) => void;
|
20
|
+
$el: any;
|
21
|
+
$options: import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}> & {
|
22
|
+
beforeCreate?: (() => void) | (() => void)[];
|
23
|
+
created?: (() => void) | (() => void)[];
|
24
|
+
beforeMount?: (() => void) | (() => void)[];
|
25
|
+
mounted?: (() => void) | (() => void)[];
|
26
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
27
|
+
updated?: (() => void) | (() => void)[];
|
28
|
+
activated?: (() => void) | (() => void)[];
|
29
|
+
deactivated?: (() => void) | (() => void)[];
|
30
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
31
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
32
|
+
destroyed?: (() => void) | (() => void)[];
|
33
|
+
unmounted?: (() => void) | (() => void)[];
|
34
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
35
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
36
|
+
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)[];
|
37
|
+
};
|
38
|
+
$forceUpdate: () => void;
|
39
|
+
$nextTick: typeof import("vue").nextTick;
|
40
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R, args_2: (cleanupFn: () => void) => void) => any : (args_0: any, args_1: any, args_2: (cleanupFn: () => void) => void) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
41
|
+
} & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
42
|
+
propsDefinition: import("@omnia/fx/ux").ExtractProps<{
|
43
|
+
editorId?: guid;
|
44
|
+
}> & {
|
45
|
+
"v-slots"?: {
|
46
|
+
default?: import("vue").Slot;
|
47
|
+
} & {};
|
48
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "editorId">;
|
49
|
+
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
50
|
+
[key: string]: any;
|
51
|
+
}>;
|
52
|
+
export default _default;
|
@@ -40,7 +40,7 @@ declare const _default: {
|
|
40
40
|
required: boolean;
|
41
41
|
};
|
42
42
|
colorSchemaType: {
|
43
|
-
type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
|
43
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
|
44
44
|
required: boolean;
|
45
45
|
};
|
46
46
|
container: {
|
@@ -96,7 +96,7 @@ declare const _default: {
|
|
96
96
|
required: boolean;
|
97
97
|
};
|
98
98
|
colorSchemaType: {
|
99
|
-
type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
|
99
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
|
100
100
|
required: boolean;
|
101
101
|
};
|
102
102
|
container: {
|
@@ -158,7 +158,7 @@ declare const _default: {
|
|
158
158
|
required: boolean;
|
159
159
|
};
|
160
160
|
colorSchemaType: {
|
161
|
-
type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
|
161
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
|
162
162
|
required: boolean;
|
163
163
|
};
|
164
164
|
container: {
|
@@ -217,7 +217,7 @@ declare const _default: {
|
|
217
217
|
required: boolean;
|
218
218
|
};
|
219
219
|
colorSchemaType: {
|
220
|
-
type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
|
220
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
|
221
221
|
required: boolean;
|
222
222
|
};
|
223
223
|
container: {
|
@@ -245,7 +245,7 @@ declare const _default: {
|
|
245
245
|
class?: String | String[];
|
246
246
|
id?: string;
|
247
247
|
absolute?: boolean;
|
248
|
-
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
|
248
|
+
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
249
249
|
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
250
250
|
"v-slots"?: {
|
251
251
|
default?: import("../../DefineVueTypings").Slot<any[]>;
|
@@ -5,49 +5,19 @@ import "./Appbar.css";
|
|
5
5
|
export declare const AppbarStyles: {
|
6
6
|
templateTitle: Readonly<import("../..").StylexType>;
|
7
7
|
content: Readonly<import("../..").StylexType>;
|
8
|
-
wrapper: (variant: OAppBarTypes, colors: ReturnType<typeof useColorSchemaSetup>) =>
|
9
|
-
className?: string;
|
10
|
-
style?: Readonly<{
|
11
|
-
[$$Key$$: string]: string | number;
|
12
|
-
}>;
|
13
|
-
}>;
|
8
|
+
wrapper: (variant: OAppBarTypes, colors: ReturnType<typeof useColorSchemaSetup>) => import("../..").StylexType;
|
14
9
|
navigation: (color: ColorDefinition) => Readonly<import("../..").StylexType>;
|
15
10
|
navigationIcon: {
|
16
11
|
buttonHeader: Readonly<import("../..").StylexType>;
|
17
12
|
container: Readonly<import("../..").StylexType>;
|
18
13
|
menuItems: Readonly<import("../..").StylexType>;
|
19
|
-
menuOpen:
|
20
|
-
className?: string;
|
21
|
-
style?: Readonly<{
|
22
|
-
[$$Key$$: string]: string | number;
|
23
|
-
}>;
|
24
|
-
}>;
|
14
|
+
menuOpen: import("../..").StylexType;
|
25
15
|
line: (color: string) => Readonly<import("../..").StylexType>;
|
26
16
|
line1: Readonly<import("../..").StylexType>;
|
27
|
-
line1Open:
|
28
|
-
|
29
|
-
|
30
|
-
[$$Key$$: string]: string | number;
|
31
|
-
}>;
|
32
|
-
}>;
|
33
|
-
line2: Readonly<{
|
34
|
-
className?: string;
|
35
|
-
style?: Readonly<{
|
36
|
-
[$$Key$$: string]: string | number;
|
37
|
-
}>;
|
38
|
-
}>;
|
39
|
-
line2Open: Readonly<{
|
40
|
-
className?: string;
|
41
|
-
style?: Readonly<{
|
42
|
-
[$$Key$$: string]: string | number;
|
43
|
-
}>;
|
44
|
-
}>;
|
17
|
+
line1Open: import("../..").StylexType;
|
18
|
+
line2: import("../..").StylexType;
|
19
|
+
line2Open: import("../..").StylexType;
|
45
20
|
line3: Readonly<import("../..").StylexType>;
|
46
|
-
line3Open:
|
47
|
-
className?: string;
|
48
|
-
style?: Readonly<{
|
49
|
-
[$$Key$$: string]: string | number;
|
50
|
-
}>;
|
51
|
-
}>;
|
21
|
+
line3Open: import("../..").StylexType;
|
52
22
|
};
|
53
23
|
};
|