@omnia/fx 8.0.161-dev → 8.0.163-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/stores/mediapicker/ImageTransformerStore.d.ts +13 -0
- package/internal-do-not-import-from-here/stores/oxide/ComponentHostStore.d.ts +12 -12
- package/internal-do-not-import-from-here/ux/ComponentTypings.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/app/management/tabs/shared/addbutton/AddButton.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/appprovisioning/appimageinput/AppImageInput.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/appprovisioning/apppropertiesinput/AppPropertiesInput.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceEnterprisePropertiesVueComponent.d.ts +9 -9
- 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/admin/blades/blueprints/typography/store/TypographyEditorStore.d.ts +5 -5
- 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/borderpicker/BorderPicker.d.ts +2 -2
- 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 +10 -10
- 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/ColorSchemaPicker.d.ts +101 -101
- 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 +10 -10
- 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/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/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/typography/TypographyBlueprintsViewer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/store/ColorSchemaStore.d.ts +404 -400
- package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +399 -395
- 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 +399 -395
- package/internal-do-not-import-from-here/ux/aurora/themeprovider/ThemeProvider.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/datetimepicker/IDateTimePicker.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/{velcron/editor/components/AddComponent.d.ts → datetimepicker/docs/DateTimePickerExample.d.ts} +8 -4
- package/internal-do-not-import-from-here/ux/datetimepicker/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/datetimepicker/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/editorchrome/chrome/EditorChrome.d.ts +22 -1
- package/internal-do-not-import-from-here/ux/identities/IdentityRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerDialog.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/journey/JourneyBlade.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/journey/JourneyMenu.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/blockplaceholder/BlockPlaceholder.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/markdown/MarkdownRenderer.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/monaco/MonacoEditor.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/oxide/alert/Alert.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +22 -1
- package/internal-do-not-import-from-here/ux/oxide/badge/Badge.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/oxide/column/Column.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/oxide/column/ColumnGrid.d.ts +64 -64
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.css.d.ts +410 -406
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +822 -814
- package/internal-do-not-import-from-here/ux/oxide/datepicker/DatePicker.d.ts +21 -0
- package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/divider/Divider.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/oxide/flex/Row.d.ts +20 -20
- package/internal-do-not-import-from-here/ux/oxide/hostprovider/HostProvider.d.ts +19 -19
- package/internal-do-not-import-from-here/ux/oxide/link/Link.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +822 -814
- package/internal-do-not-import-from-here/ux/oxide/stepper/StepperStep.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/oxide/timepicker/TimePicker.d.ts +65 -0
- package/internal-do-not-import-from-here/ux/oxide/timepicker/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/timepicker/docs/SampleComponent.d.ts +55 -0
- package/internal-do-not-import-from-here/ux/oxide/timepicker/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/post/templates/PostCardDisplay.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/block/components/PropertySettings.d.ts +91 -91
- package/internal-do-not-import-from-here/ux/richtexteditorrenderer/RichTextEditorRendererSignIn.d.ts +39 -0
- package/internal-do-not-import-from-here/ux/rollupfilter/RollupFilter.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +410 -406
- package/internal-do-not-import-from-here/ux/use/UseIcon.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/VelcronContentEditor.css.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/VelcronContentEditor.d.ts +80 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/components/DefinitionToolbar.css.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/components/DefinitionToolbar.d.ts +60 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/editorHooks/ContentEditorHooks.css.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/models/EditorRenderingHooks.d.ts +3 -2
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/stores/ContentEditorStore.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/components/propertieseditor/VelcronPropertiesEditor.d.ts +11 -11
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronPropertyEditorDefinitions.d.ts +16 -212
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronState.d.ts +201 -0
- package/internal-do-not-import-from-here/ux/velcron/core/models/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronData.d.ts +6 -6
- 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/core/templatebuilder/{editor/VelcronEditorBuilder2.d.ts → VelcronEditorBuilder.d.ts} +10 -10
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{editor → old/editor}/VelcronColorSchemaEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{editor → old/editor}/VelcronContentEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{editor → old/editor}/VelcronEditorBuilder.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{editor → old/editor}/VelcronEditorBuilderBase.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{editor → old/editor}/VelcronImageEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{editor → old/editor}/VelcronPropertyMappingEditorBuilder.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/useVelcronEditorBuilder.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/useVelcronTemplateBuilder.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/velcron/editor/components/{AddComponent.css.d.ts → AddItem.css.d.ts} +1 -1
- package/internal-do-not-import-from-here/ux/velcron/editor/components/AddItem.d.ts +56 -0
- package/internal-do-not-import-from-here/ux/velcron/editor/components/panels/edit-data/EditDataMemberPanel.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/velcron/editor/models/Enums.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/velcron/editor/models/Shared.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/editor/models/VelcronDescriptors.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/velcron/editor/stores/VelcronEditorStore.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/velcron/editor/templates/EditorTemplates.d.ts +5 -0
- 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/components/Editor.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/ColorSchemaEditor.d.ts +95 -95
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/PropertyEditorCreator.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutBladeBuilder.d.ts +6 -4
- package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutDefinitionEditorItem.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutEditor.d.ts +6 -4
- package/internal-do-not-import-from-here/wctypings.d.ts +27 -14
- package/package.json +2 -2
- package/internal-do-not-import-from-here/ux/oxide/datepicker/DateTimePicker.d.ts +0 -138
- package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutStyle.css.d.ts +0 -3
- /package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{state → old/state}/VelcronBlockHeaderStateBuilder.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{state → old/state}/VelcronColorSchemaBuilder.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{state → old/state}/VelcronContentStateBuilder.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{state → old/state}/VelcronImageStateBuilder.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{state → old/state}/VelcronPropertyMappingStateBuilder.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{state → old/state}/VelcronStateBuilder.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{state → old/state}/VelcronStateBuilderBase.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{state → old/state}/VelcronTextContentBuilder.d.ts +0 -0
@@ -5,7 +5,7 @@ declare const _default: (props: {
|
|
5
5
|
modelValue?: ContainerBlueprints;
|
6
6
|
toned?: boolean;
|
7
7
|
themeType?: ThemeContextType;
|
8
|
-
dynamicColorSchemaType?: "
|
8
|
+
dynamicColorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
9
9
|
} & Omit<{
|
10
10
|
"onClick:select"?: (variant: ContainerVariant) => any;
|
11
11
|
}, "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "themeType" | "dynamicColorSchemaType"> & {
|
@@ -56,7 +56,7 @@ declare const _default: (props: {
|
|
56
56
|
modelValue?: ContainerBlueprints;
|
57
57
|
toned?: boolean;
|
58
58
|
themeType?: ThemeContextType;
|
59
|
-
dynamicColorSchemaType?: "
|
59
|
+
dynamicColorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
60
60
|
} & {
|
61
61
|
"v-slots"?: {
|
62
62
|
default?: import("vue").Slot;
|
package/internal-do-not-import-from-here/ux/aurora/components/containerpicker/ContainerPicker.d.ts
CHANGED
@@ -18,11 +18,11 @@ declare const _default: {
|
|
18
18
|
type: import("vue").PropType<boolean>;
|
19
19
|
};
|
20
20
|
"preview-color-schema-type": {
|
21
|
-
type: import("vue").PropType<"
|
21
|
+
type: import("vue").PropType<"primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic">;
|
22
22
|
required: false;
|
23
23
|
};
|
24
24
|
previewColorSchemaType: {
|
25
|
-
type: import("vue").PropType<"
|
25
|
+
type: import("vue").PropType<"primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic">;
|
26
26
|
required: false;
|
27
27
|
};
|
28
28
|
"onUpdate:modelValue": {
|
@@ -113,11 +113,11 @@ declare const _default: {
|
|
113
113
|
type: import("vue").PropType<boolean>;
|
114
114
|
};
|
115
115
|
"preview-color-schema-type": {
|
116
|
-
type: import("vue").PropType<"
|
116
|
+
type: import("vue").PropType<"primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic">;
|
117
117
|
required: false;
|
118
118
|
};
|
119
119
|
previewColorSchemaType: {
|
120
|
-
type: import("vue").PropType<"
|
120
|
+
type: import("vue").PropType<"primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic">;
|
121
121
|
required: false;
|
122
122
|
};
|
123
123
|
"onUpdate:modelValue": {
|
@@ -213,11 +213,11 @@ declare const _default: {
|
|
213
213
|
type: import("vue").PropType<boolean>;
|
214
214
|
};
|
215
215
|
"preview-color-schema-type": {
|
216
|
-
type: import("vue").PropType<"
|
216
|
+
type: import("vue").PropType<"primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic">;
|
217
217
|
required: false;
|
218
218
|
};
|
219
219
|
previewColorSchemaType: {
|
220
|
-
type: import("vue").PropType<"
|
220
|
+
type: import("vue").PropType<"primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic">;
|
221
221
|
required: false;
|
222
222
|
};
|
223
223
|
"onUpdate:modelValue": {
|
@@ -310,11 +310,11 @@ declare const _default: {
|
|
310
310
|
type: import("vue").PropType<boolean>;
|
311
311
|
};
|
312
312
|
"preview-color-schema-type": {
|
313
|
-
type: import("vue").PropType<"
|
313
|
+
type: import("vue").PropType<"primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic">;
|
314
314
|
required: false;
|
315
315
|
};
|
316
316
|
previewColorSchemaType: {
|
317
|
-
type: import("vue").PropType<"
|
317
|
+
type: import("vue").PropType<"primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic">;
|
318
318
|
required: false;
|
319
319
|
};
|
320
320
|
"onUpdate:modelValue": {
|
@@ -455,8 +455,8 @@ declare const _default: {
|
|
455
455
|
"v-model"?: ContainerVariant | ContainerBlueprint;
|
456
456
|
"onUpdate:modelValue"?: (value: ContainerVariant | ContainerBlueprint) => any;
|
457
457
|
modelValue?: ContainerVariant | ContainerBlueprint;
|
458
|
-
previewColorSchemaType?: "
|
459
|
-
"preview-color-schema-type"?: "
|
458
|
+
previewColorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
459
|
+
"preview-color-schema-type"?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
460
460
|
allowCustom?: boolean;
|
461
461
|
"allow-custom"?: boolean;
|
462
462
|
}>, "onUpdate:modelValue"> & {
|
@@ -8,7 +8,7 @@ declare const _default: (props: {
|
|
8
8
|
modelValue?: FillDefinitionValue;
|
9
9
|
colorType?: ColorPickerType;
|
10
10
|
title?: string;
|
11
|
-
dynamicColorSchemaType?: "
|
11
|
+
dynamicColorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
12
12
|
toned?: boolean;
|
13
13
|
themeType?: ThemeContextType;
|
14
14
|
enableDynamicColor?: boolean;
|
@@ -67,7 +67,7 @@ declare const _default: (props: {
|
|
67
67
|
modelValue?: FillDefinitionValue;
|
68
68
|
colorType?: ColorPickerType;
|
69
69
|
title?: string;
|
70
|
-
dynamicColorSchemaType?: "
|
70
|
+
dynamicColorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
71
71
|
toned?: boolean;
|
72
72
|
themeType?: ThemeContextType;
|
73
73
|
enableDynamicColor?: boolean;
|
package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStyleEditor.d.ts
CHANGED
@@ -6,7 +6,7 @@ declare const _default: (props: {
|
|
6
6
|
"onUpdate:modelValue"?: (value: IconBlueprint) => void;
|
7
7
|
modelValue?: IconBlueprint;
|
8
8
|
icon?: IIcon;
|
9
|
-
dynamicColorSchemaType?: "
|
9
|
+
dynamicColorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
10
10
|
variant?: EditorVariant;
|
11
11
|
toned?: boolean;
|
12
12
|
themeType?: ThemeContextType;
|
@@ -64,7 +64,7 @@ declare const _default: (props: {
|
|
64
64
|
"onUpdate:modelValue"?: (value: IconBlueprint) => void;
|
65
65
|
modelValue?: IconBlueprint;
|
66
66
|
icon?: IIcon;
|
67
|
-
dynamicColorSchemaType?: "
|
67
|
+
dynamicColorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
68
68
|
variant?: EditorVariant;
|
69
69
|
toned?: boolean;
|
70
70
|
themeType?: ThemeContextType;
|
package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStylePicker.d.ts
CHANGED
@@ -5,7 +5,7 @@ declare const _default: (props: {
|
|
5
5
|
"onUpdate:modelValue"?: (value: IconBlueprint) => void;
|
6
6
|
modelValue?: IconBlueprint;
|
7
7
|
icon?: IIcon;
|
8
|
-
dynamicColorSchemaType?: "
|
8
|
+
dynamicColorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
9
9
|
themeType?: ThemeContextType;
|
10
10
|
toned?: boolean;
|
11
11
|
enableDynamicColor?: boolean;
|
@@ -59,7 +59,7 @@ declare const _default: (props: {
|
|
59
59
|
"onUpdate:modelValue"?: (value: IconBlueprint) => void;
|
60
60
|
modelValue?: IconBlueprint;
|
61
61
|
icon?: IIcon;
|
62
|
-
dynamicColorSchemaType?: "
|
62
|
+
dynamicColorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
63
63
|
themeType?: ThemeContextType;
|
64
64
|
toned?: boolean;
|
65
65
|
enableDynamicColor?: boolean;
|
@@ -15,10 +15,10 @@ declare const _default: {
|
|
15
15
|
type: import("vue").PropType<ThemeContextType>;
|
16
16
|
};
|
17
17
|
"color-schema-type-preview": {
|
18
|
-
type: import("vue").PropType<"
|
18
|
+
type: import("vue").PropType<"primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic">;
|
19
19
|
};
|
20
20
|
colorSchemaTypePreview: {
|
21
|
-
type: import("vue").PropType<"
|
21
|
+
type: import("vue").PropType<"primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic">;
|
22
22
|
};
|
23
23
|
variant: {
|
24
24
|
type: import("vue").PropType<EditorVariant>;
|
@@ -59,10 +59,10 @@ declare const _default: {
|
|
59
59
|
type: import("vue").PropType<ThemeContextType>;
|
60
60
|
};
|
61
61
|
"color-schema-type-preview": {
|
62
|
-
type: import("vue").PropType<"
|
62
|
+
type: import("vue").PropType<"primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic">;
|
63
63
|
};
|
64
64
|
colorSchemaTypePreview: {
|
65
|
-
type: import("vue").PropType<"
|
65
|
+
type: import("vue").PropType<"primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic">;
|
66
66
|
};
|
67
67
|
variant: {
|
68
68
|
type: import("vue").PropType<EditorVariant>;
|
@@ -107,10 +107,10 @@ declare const _default: {
|
|
107
107
|
type: import("vue").PropType<ThemeContextType>;
|
108
108
|
};
|
109
109
|
"color-schema-type-preview": {
|
110
|
-
type: import("vue").PropType<"
|
110
|
+
type: import("vue").PropType<"primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic">;
|
111
111
|
};
|
112
112
|
colorSchemaTypePreview: {
|
113
|
-
type: import("vue").PropType<"
|
113
|
+
type: import("vue").PropType<"primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic">;
|
114
114
|
};
|
115
115
|
variant: {
|
116
116
|
type: import("vue").PropType<EditorVariant>;
|
@@ -152,10 +152,10 @@ declare const _default: {
|
|
152
152
|
type: import("vue").PropType<ThemeContextType>;
|
153
153
|
};
|
154
154
|
"color-schema-type-preview": {
|
155
|
-
type: import("vue").PropType<"
|
155
|
+
type: import("vue").PropType<"primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic">;
|
156
156
|
};
|
157
157
|
colorSchemaTypePreview: {
|
158
|
-
type: import("vue").PropType<"
|
158
|
+
type: import("vue").PropType<"primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic">;
|
159
159
|
};
|
160
160
|
variant: {
|
161
161
|
type: import("vue").PropType<EditorVariant>;
|
@@ -202,8 +202,8 @@ declare const _default: {
|
|
202
202
|
variant?: EditorVariant;
|
203
203
|
themeType?: ThemeContextType;
|
204
204
|
"theme-type"?: ThemeContextType;
|
205
|
-
colorSchemaTypePreview?: "
|
206
|
-
"color-schema-type-preview"?: "
|
205
|
+
colorSchemaTypePreview?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
206
|
+
"color-schema-type-preview"?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
207
207
|
}>, "onSelected:fillStyle" | "onSelected:borderStyle" | "onSelected:buttonStyle" | "onSelected:tabsStyle" | "onSelected:chromeStyle" | "onSelected:iconBlueprints"> & {
|
208
208
|
"onSelected:fillStyle"?: (style: FillDefinition) => any;
|
209
209
|
"onSelected:borderStyle"?: (style: BorderStylingDefinition) => any;
|
package/internal-do-not-import-from-here/ux/aurora/components/textstylepicker/TextStylePicker.d.ts
CHANGED
@@ -5,7 +5,7 @@ declare const _default: (props: {
|
|
5
5
|
"v-model"?: TextBlueprint;
|
6
6
|
"onUpdate:modelValue"?: (value: TextBlueprint) => void;
|
7
7
|
modelValue?: TextBlueprint;
|
8
|
-
dynamicColorSchemaType?: "
|
8
|
+
dynamicColorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
9
9
|
themeType?: ThemeContextType;
|
10
10
|
variant?: variant;
|
11
11
|
toned?: boolean;
|
@@ -59,7 +59,7 @@ declare const _default: (props: {
|
|
59
59
|
"v-model"?: TextBlueprint;
|
60
60
|
"onUpdate:modelValue"?: (value: TextBlueprint) => void;
|
61
61
|
modelValue?: TextBlueprint;
|
62
|
-
dynamicColorSchemaType?: "
|
62
|
+
dynamicColorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
63
63
|
themeType?: ThemeContextType;
|
64
64
|
variant?: variant;
|
65
65
|
toned?: boolean;
|
@@ -6,7 +6,7 @@ declare const _default: (props: {
|
|
6
6
|
toned?: boolean;
|
7
7
|
sampleText?: string;
|
8
8
|
} & Omit<{
|
9
|
-
"onClick:select"?: (typography: "
|
9
|
+
"onClick:select"?: (typography: "text" | "title" | "navigation", size: TypographySizes) => any;
|
10
10
|
"onClick:selectfill"?: (variant: FillVariant) => any;
|
11
11
|
}, "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "sampleText"> & {
|
12
12
|
"v-slots"?: {
|
@@ -61,7 +61,7 @@ declare const _default: (props: {
|
|
61
61
|
default?: import("vue").Slot;
|
62
62
|
} & {};
|
63
63
|
} & {
|
64
|
-
"onClick:select"?: (typography: "
|
64
|
+
"onClick:select"?: (typography: "text" | "title" | "navigation", size: TypographySizes) => any;
|
65
65
|
"onClick:selectfill"?: (variant: FillVariant) => any;
|
66
66
|
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "sampleText">;
|
67
67
|
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|