@omnia/fx 8.0.286-dev → 8.0.288-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/ux/app/management/components/TabsManagement.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/appprovisioning/apptitleinput/AppTitleInput.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/spacing/store/SpacingEditorStore.d.ts +7 -7
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/typography/components/FontPicker.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/aurora/components/blueprinttemplatespicker/BlueprintsTemplatePicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/components/borderpicker/BorderPreview.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/chrome/ChromeEditor.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/aurora/components/chrome/ChromePicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPicker.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaDefinitionPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaEditor.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaPicker.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaViewer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/components/containerpicker/ContainerPicker.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/FillPreview.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/spacingpicker/SpacingEditor.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/aurora/components/spacingpicker/SpacingPicker3.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/spacingpicker/SpacingViewer.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/aurora/components/stylepicker/StylePicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/themepicker/ThemePicker.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyEditor.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/aurora/designkits/shared/BlueprintsTemplates.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +136 -124
- package/internal-do-not-import-from-here/ux/aurora/store/SpacingMigration.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +136 -124
- package/internal-do-not-import-from-here/ux/aurora/store/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/aurora/styling/UseStyling.d.ts +9 -13
- package/internal-do-not-import-from-here/ux/aurora/styling/styles/Blueprints.d.ts +6 -5
- package/internal-do-not-import-from-here/ux/aurora/styling/styles/Chrome.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/datetimepicker/DateTimePicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/datetimezonepicker/DateTimeZonePicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/enterpriseproperties/display/personfield/PersonFieldDisplay.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/enterpriseproperties/renderers/EnterprisePropertyConfiguration.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/enterpriseproperties/renderers/EnterprisePropertyValue.d.ts +7 -7
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/date/DateTimePeriodSlider.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyChipItem.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/boolean/BooleanPropertyDefaultValueInput.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/boolean/BooleanPropertySettings.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/date/DatePropertyDefaultValueInput.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/date/DatePropertySettings.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/number/NumberPropertyDefaultValueInput.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/number/NumberPropertySettings.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/person/PersonPropertyDefaultValueInput.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/person/PersonPropertySettings.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/tags/TagsPropertyDefaultValueInput.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/tags/TagsPropertySettings.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/text/TextPropertyDefaultValueInput.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/text/TextPropertySettings.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/flow/editor/commands/EditorCommands.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/flow/editor/plugins/velcron/DeleteButton.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/flow/editor/plugins/velcron/SwapButton.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/flow/editor/stores/FlowEditorStore.d.ts +12 -8
- package/internal-do-not-import-from-here/ux/flow/editor/stores/FlowEditorToolbarStore.d.ts +60 -40
- package/internal-do-not-import-from-here/ux/identities/IdentityRenderer.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerDialog.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerField.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerInlineField.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/image/scalingsettings/ScalingSettings.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/languagepicker/LanguagePicker.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/ColorSettings.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutStepRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/mediapickerV2/chrome/MediaPicker.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/models/Velcron.d.ts +8 -1
- package/internal-do-not-import-from-here/ux/monaco/MonacoEditor.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/pagination/Pagination.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/rangeslider/RangeSlider.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/properties/block/components/PropertySettings.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/birthday/BirthdayEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/boolean/BooleanEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/businessprofile/BusinessProfileEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/date/DateEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/date-time/DateTimeEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/email/EmailEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/html/HtmlEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityConfiguration.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/image/ImageConfiguration.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/image/ImageEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/integer/IntegerEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/language/LanguageEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/link/LinkConfiguration.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/link/LinkEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/media/MediaEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/multilingualText/MultilingualTextEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/phone-number/PhoneNumberEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/tags/TagsEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/text/TextEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/time/TimeEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/property-configuration/LabelOptionsRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/property-configuration/PropertyConfiguration.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/property-picker/PropertyInput.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/property-renderer/PropertyBindingValueRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditorSettings.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/settings/SettingsPane.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/social/Reactions.d.ts +12 -12
- package/internal-do-not-import-from-here/ux/timeperiodpicker/TimePeriodPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/urlinput/UrlInputLegacy.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/use/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/userpresence/UserPresence.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPicker.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPreview.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/components/propertieseditor/VelcronPropertiesEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/core/models/Enums.d.ts +1 -2
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +3 -2
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronTypes.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronData.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronRenderers.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronStyles.d.ts +17 -3
- package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronTheming.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/editor/models/ComponentePropertiesGroupDescriptorTemplates.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/editor/models/VelcronDescriptors.d.ts +32 -3
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/AlignmentEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/BackgroundEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/BlueprintEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/ColorEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/ColorSchemaEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/FlowEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/GridEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/IconEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/ImageEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/NumberEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/PropertyEditorCreator.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/SelectEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/SliderEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/SpacingEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/SwitchEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/TextEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/TypographyEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/stores/VelcronDefinitionStore.d.ts +12 -2
- package/package.json +3 -3
- package/internal-do-not-import-from-here/ux/use/useSpacingScaling.d.ts +0 -13
@@ -1,4 +1,4 @@
|
|
1
|
-
import { ChromeBlueprint,
|
1
|
+
import { ChromeBlueprint, Spacing, SpacingValue, setColorOpacity, ColorValue, SpacingBlueprint } from "@omnia/fx-models";
|
2
2
|
import { blueprintStyles, colorStyling, spacingStyling, generalStylex } from "./styles";
|
3
3
|
import { useColorSchemaStore, useSpacingBlueprintStore } from "../store";
|
4
4
|
import { typographyStylex, typographyStyling } from "./styles/Typography";
|
@@ -52,8 +52,8 @@ export declare function useThemeStyling(): {
|
|
52
52
|
styling: typeof typographyStyling;
|
53
53
|
};
|
54
54
|
chrome: {
|
55
|
-
chromeStylex: (blueprint: ChromeBlueprint, colors: ReturnType<typeof useColorSchemaStore>,
|
56
|
-
chromeStyling: (blueprint: ChromeBlueprint, colors: ReturnType<typeof useColorSchemaStore>,
|
55
|
+
chromeStylex: (blueprint: ChromeBlueprint, colors: ReturnType<typeof useColorSchemaStore>, spacingBlueprint: SpacingBlueprint) => any;
|
56
|
+
chromeStyling: (blueprint: ChromeBlueprint, colors: ReturnType<typeof useColorSchemaStore>, spacingBlueprint: SpacingBlueprint) => any[];
|
57
57
|
};
|
58
58
|
blueprints: {
|
59
59
|
button: typeof blueprintStyles.getButtonBlueprintStyling;
|
@@ -73,16 +73,12 @@ export declare function useThemeStyling(): {
|
|
73
73
|
tab: typeof blueprintStyles.getBlueprintTabStyling;
|
74
74
|
tabs: typeof blueprintStyles.getBlueprintTabsStyling;
|
75
75
|
spacing: {
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
layoutPadding: (value: Spacing | SpacingValue, blueprint?: ReturnType<typeof useSpacingBlueprintStore>) => string;
|
83
|
-
layoutMargin: (value: Spacing | SpacingValue, blueprint?: ReturnType<typeof useSpacingBlueprintStore>) => string;
|
84
|
-
innerValue: (value: any, blueprint?: ReturnType<typeof useSpacingBlueprintStore>) => number;
|
85
|
-
layoutValue: (value: any, blueprint?: ReturnType<typeof useSpacingBlueprintStore>) => number;
|
76
|
+
paddingStylex: (value: Spacing | SpacingValue, blueprint?: ReturnType<typeof useSpacingBlueprintStore>) => Readonly<import("../..").StylexType>;
|
77
|
+
marginStylex: (value: Spacing | SpacingValue, blueprint?: ReturnType<typeof useSpacingBlueprintStore>) => Readonly<import("../..").StylexType>;
|
78
|
+
padding: (value: Spacing | SpacingValue, blueprint?: ReturnType<typeof useSpacingBlueprintStore>) => string;
|
79
|
+
margin: (value: Spacing | SpacingValue, blueprint?: ReturnType<typeof useSpacingBlueprintStore>) => string;
|
80
|
+
value: (value: SpacingValue, blueprint?: ReturnType<typeof useSpacingBlueprintStore>) => number;
|
81
|
+
values: (value: Spacing, blueprint?: ReturnType<typeof useSpacingBlueprintStore>) => Spacing;
|
86
82
|
};
|
87
83
|
};
|
88
84
|
};
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { FillDefinitionValue, BorderStylingDefinition, ButtonBlueprint,
|
1
|
+
import { FillDefinitionValue, BorderStylingDefinition, ButtonBlueprint, Spacing, SpacingValue, BackgroundDefinition, TextBlueprint, IconBlueprint, TabsBlueprint, ChipBlueprint } from "@omnia/fx-models";
|
2
2
|
import { NestedCSSProperties } from "typestyle/lib/types";
|
3
3
|
import { useColorSchemaStore, useSpacingBlueprintStore, useTypographyBlueprintStore } from "../../store";
|
4
4
|
import { StylexType } from "internal/fx/ux/Styles.stylex";
|
@@ -11,7 +11,7 @@ export declare namespace blueprintStylex {
|
|
11
11
|
function getIconBlueprintStylex(bluePrint: IconBlueprint, colors: ReturnType<typeof useColorSchemaStore>, duoTone: boolean, nested?: boolean): Readonly<StylexType>;
|
12
12
|
/**Button styling */
|
13
13
|
function getButtonBlueprintStylex(bluePrint: ButtonBlueprint, colors: ReturnType<typeof useColorSchemaStore>): Readonly<StylexType>;
|
14
|
-
function getBlueprintSpacingValue(value: any,
|
14
|
+
function getBlueprintSpacingValue(value: any, blueprint?: ReturnType<typeof useSpacingBlueprintStore>): number;
|
15
15
|
}
|
16
16
|
export declare namespace blueprintStyles {
|
17
17
|
/**Border styling */
|
@@ -22,9 +22,10 @@ export declare namespace blueprintStyles {
|
|
22
22
|
function getBlueprintFillObject(definition: FillDefinitionValue, colors?: ReturnType<typeof useColorSchemaStore>): NestedCSSProperties;
|
23
23
|
function getBlueprintFillStyling(definition: FillDefinitionValue, colors?: ReturnType<typeof useColorSchemaStore>): string;
|
24
24
|
/**Spacing styling */
|
25
|
-
function
|
26
|
-
function
|
27
|
-
function
|
25
|
+
function getBlueprintSpacingValues(value: Spacing, blueprint?: ReturnType<typeof useSpacingBlueprintStore>): Spacing;
|
26
|
+
function getBlueprintSpacingValue(value: SpacingValue, blueprint?: ReturnType<typeof useSpacingBlueprintStore>): number;
|
27
|
+
function getBlueprintSpacingStylingx(value: Spacing | SpacingValue, spacingType?: "margin" | "padding", blueprint?: ReturnType<typeof useSpacingBlueprintStore>): Readonly<StylexType>;
|
28
|
+
function getBlueprintSpacingStyling(value: Spacing | SpacingValue, spacingType?: "margin" | "padding", blueprint?: ReturnType<typeof useSpacingBlueprintStore>): string;
|
28
29
|
/**Button styling */
|
29
30
|
function getButtonBlueprintStyling(bluePrint: ButtonBlueprint, colors: ReturnType<typeof useColorSchemaStore>): string;
|
30
31
|
/**Tab styling */
|
@@ -1,9 +1,9 @@
|
|
1
|
-
import { ChromeBlueprint,
|
1
|
+
import { ChromeBlueprint, SpacingBlueprint } from "@omnia/fx-models";
|
2
2
|
import { useColorSchemaStore } from "../../store";
|
3
3
|
export declare const chromeStyles: {
|
4
4
|
getChromeStyling: typeof getChromeStyling;
|
5
5
|
getChromeStylingx: typeof getChromeStylingx;
|
6
6
|
};
|
7
|
-
declare function getChromeStylingx(blueprint: ChromeBlueprint, colors: ReturnType<typeof useColorSchemaStore>,
|
8
|
-
declare function getChromeStyling(blueprint: ChromeBlueprint, colors: ReturnType<typeof useColorSchemaStore>,
|
7
|
+
declare function getChromeStylingx(blueprint: ChromeBlueprint, colors: ReturnType<typeof useColorSchemaStore>, spacingBlueprint: SpacingBlueprint): any;
|
8
|
+
declare function getChromeStyling(blueprint: ChromeBlueprint, colors: ReturnType<typeof useColorSchemaStore>, spacingBlueprint: SpacingBlueprint): any[];
|
9
9
|
export {};
|
@@ -540,8 +540,8 @@ declare const _default: {
|
|
540
540
|
tooltip?: string;
|
541
541
|
disabled?: boolean;
|
542
542
|
scrollable?: boolean;
|
543
|
-
"v-model"?: string;
|
544
543
|
modelValue?: string;
|
544
|
+
"v-model"?: string;
|
545
545
|
"onUpdate:modelValue"?: (value: string) => any | void;
|
546
546
|
hideDetails?: boolean;
|
547
547
|
singleLine?: boolean;
|
@@ -215,10 +215,10 @@ declare const _default: {
|
|
215
215
|
propsDefinition: Omit<Readonly<{} & {
|
216
216
|
label?: string;
|
217
217
|
disabled?: boolean;
|
218
|
-
variant?: "date" | "date-time";
|
219
|
-
"v-model"?: DateTimeZone<Date>;
|
220
218
|
modelValue?: DateTimeZone<Date>;
|
219
|
+
"v-model"?: DateTimeZone<Date>;
|
221
220
|
"onUpdate:modelValue"?: (value: DateTimeZone<Date>) => any | void;
|
221
|
+
variant?: "date" | "date-time";
|
222
222
|
showMenu?: boolean;
|
223
223
|
dateFormat?: string;
|
224
224
|
singleLine?: boolean;
|
@@ -117,8 +117,8 @@ declare const _default: {
|
|
117
117
|
propsDefinition: Omit<Readonly<{} & {
|
118
118
|
property?: EnterprisePropertyDefinition;
|
119
119
|
settings?: EnterprisePropertiesPersonDisplaySettings;
|
120
|
-
"v-model"?: Identity[];
|
121
120
|
modelValue?: Identity[];
|
121
|
+
"v-model"?: Identity[];
|
122
122
|
"onUpdate:modelValue"?: (value: Identity[]) => any | void;
|
123
123
|
}>, "onUpdate:modelValue" | "onDoc$" | "onWrapWithParentContent"> & {
|
124
124
|
"onUpdate:modelValue"?: (value: Identity[]) => any;
|
@@ -380,15 +380,15 @@ declare const _default: {
|
|
380
380
|
}>;
|
381
381
|
};
|
382
382
|
disabled?: boolean;
|
383
|
+
modelValue?: EnterprisePropertyItemSettings;
|
384
|
+
"v-model"?: EnterprisePropertyItemSettings;
|
385
|
+
"onUpdate:modelValue"?: (value: EnterprisePropertyItemSettings) => any | void;
|
383
386
|
"v-slots"?: {
|
384
387
|
default?: import("../../DefineVueTypings").Slot;
|
385
388
|
} & {
|
386
389
|
prependSettings?(value: EnterprisePropertyItemSettings): VNodeChild;
|
387
390
|
appendSettings?(value: PropertyEditorSettingsBase): VNodeChild;
|
388
391
|
};
|
389
|
-
"v-model"?: EnterprisePropertyItemSettings;
|
390
|
-
modelValue?: EnterprisePropertyItemSettings;
|
391
|
-
"onUpdate:modelValue"?: (value: EnterprisePropertyItemSettings) => any | void;
|
392
392
|
}>, never>;
|
393
393
|
};
|
394
394
|
export default _default;
|
@@ -621,20 +621,20 @@ declare const _default: {
|
|
621
621
|
}>;
|
622
622
|
};
|
623
623
|
property?: EnterprisePropertyDefinition;
|
624
|
-
|
625
|
-
default?: import("../../DefineVueTypings").Slot;
|
626
|
-
} & {
|
627
|
-
renderer?: () => VNodeChild | void;
|
628
|
-
};
|
629
|
-
"v-model"?: {
|
624
|
+
modelValue?: {
|
630
625
|
[internalName: string]: any;
|
631
626
|
};
|
632
|
-
|
627
|
+
"v-model"?: {
|
633
628
|
[internalName: string]: any;
|
634
629
|
};
|
635
630
|
"onUpdate:modelValue"?: (value: {
|
636
631
|
[internalName: string]: any;
|
637
632
|
}) => any | void;
|
633
|
+
"v-slots"?: {
|
634
|
+
default?: import("../../DefineVueTypings").Slot;
|
635
|
+
} & {
|
636
|
+
renderer?: () => VNodeChild | void;
|
637
|
+
};
|
638
638
|
wrapWithParentContent?: (internalName: string, propertyContent: JSX.Element) => JSX.Element;
|
639
639
|
displaySettings?: EnterprisePropertiesDisplaySettings;
|
640
640
|
editorSettings?: EnterprisePropertyEditorSettings<import("@omnia/fx-models").EnterprisePropertyItemSettings>;
|
@@ -373,8 +373,8 @@ declare const _default: {
|
|
373
373
|
}>;
|
374
374
|
};
|
375
375
|
key?: string;
|
376
|
-
"v-model"?: [DateTimePeriod, DateTimePeriod];
|
377
376
|
modelValue?: [DateTimePeriod, DateTimePeriod];
|
377
|
+
"v-model"?: [DateTimePeriod, DateTimePeriod];
|
378
378
|
"onUpdate:modelValue"?: (value: [DateTimePeriod, DateTimePeriod]) => any | void;
|
379
379
|
}>, never>;
|
380
380
|
};
|
@@ -188,8 +188,8 @@ declare const _default: {
|
|
188
188
|
handleSetvalue: (user: Refinement) => void;
|
189
189
|
} & {
|
190
190
|
key?: string;
|
191
|
-
"v-model"?: boolean;
|
192
191
|
modelValue?: boolean;
|
192
|
+
"v-model"?: boolean;
|
193
193
|
"onUpdate:modelValue"?: (value: boolean) => any | void;
|
194
194
|
isChecked?: boolean;
|
195
195
|
"onUpdate:isChecked"?: (value: boolean) => any | void;
|
@@ -49,8 +49,8 @@ declare const _default: {
|
|
49
49
|
"v-model"?: import("vue").Prop<BooleanFilterEngineProperty, BooleanFilterEngineProperty>;
|
50
50
|
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
51
51
|
propsDefinition: Omit<Readonly<{} & {
|
52
|
-
"v-model"?: BooleanFilterEngineProperty;
|
53
52
|
modelValue?: BooleanFilterEngineProperty;
|
53
|
+
"v-model"?: BooleanFilterEngineProperty;
|
54
54
|
updateData?: () => void;
|
55
55
|
propertyDefinitionAsHash?: {
|
56
56
|
[internalName: string]: EnterprisePropertyDefinition;
|
@@ -53,8 +53,8 @@ declare const _default: {
|
|
53
53
|
"v-model"?: import("vue").Prop<BooleanFilterEngineProperty, BooleanFilterEngineProperty>;
|
54
54
|
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
55
55
|
propsDefinition: Omit<Readonly<{} & {
|
56
|
-
"v-model"?: BooleanFilterEngineProperty;
|
57
56
|
modelValue?: BooleanFilterEngineProperty;
|
57
|
+
"v-model"?: BooleanFilterEngineProperty;
|
58
58
|
updateData?: () => void;
|
59
59
|
propertyDefinitionAsHash?: {
|
60
60
|
[internalName: string]: EnterprisePropertyDefinition;
|
@@ -49,8 +49,8 @@ declare const _default: {
|
|
49
49
|
"v-model"?: import("vue").Prop<DateTimeFilterEngineProperty, DateTimeFilterEngineProperty>;
|
50
50
|
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
51
51
|
propsDefinition: Omit<Readonly<{} & {
|
52
|
-
"v-model"?: DateTimeFilterEngineProperty;
|
53
52
|
modelValue?: DateTimeFilterEngineProperty;
|
53
|
+
"v-model"?: DateTimeFilterEngineProperty;
|
54
54
|
updateData?: () => void;
|
55
55
|
propertyDefinitionAsHash?: {
|
56
56
|
[internalName: string]: EnterprisePropertyDefinition;
|
@@ -53,8 +53,8 @@ declare const _default: {
|
|
53
53
|
"v-model"?: import("vue").Prop<DateTimeFilterEngineProperty, DateTimeFilterEngineProperty>;
|
54
54
|
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
55
55
|
propsDefinition: Omit<Readonly<{} & {
|
56
|
-
"v-model"?: DateTimeFilterEngineProperty;
|
57
56
|
modelValue?: DateTimeFilterEngineProperty;
|
57
|
+
"v-model"?: DateTimeFilterEngineProperty;
|
58
58
|
updateData?: () => void;
|
59
59
|
propertyDefinitionAsHash?: {
|
60
60
|
[internalName: string]: EnterprisePropertyDefinition;
|
@@ -49,8 +49,8 @@ declare const _default: {
|
|
49
49
|
"v-model"?: import("vue").Prop<NumberFilterEngineProperty, NumberFilterEngineProperty>;
|
50
50
|
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
51
51
|
propsDefinition: Omit<Readonly<{} & {
|
52
|
-
"v-model"?: NumberFilterEngineProperty;
|
53
52
|
modelValue?: NumberFilterEngineProperty;
|
53
|
+
"v-model"?: NumberFilterEngineProperty;
|
54
54
|
updateData?: () => void;
|
55
55
|
propertyDefinitionAsHash?: {
|
56
56
|
[internalName: string]: EnterprisePropertyDefinition;
|
@@ -53,8 +53,8 @@ declare const _default: {
|
|
53
53
|
"v-model"?: import("vue").Prop<NumberFilterEngineProperty, NumberFilterEngineProperty>;
|
54
54
|
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
55
55
|
propsDefinition: Omit<Readonly<{} & {
|
56
|
-
"v-model"?: NumberFilterEngineProperty;
|
57
56
|
modelValue?: NumberFilterEngineProperty;
|
57
|
+
"v-model"?: NumberFilterEngineProperty;
|
58
58
|
updateData?: () => void;
|
59
59
|
propertyDefinitionAsHash?: {
|
60
60
|
[internalName: string]: EnterprisePropertyDefinition;
|
@@ -53,8 +53,8 @@ declare const _default: {
|
|
53
53
|
identityType: import("vue").Prop<PrincipalTypes, PrincipalTypes>;
|
54
54
|
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
55
55
|
propsDefinition: Omit<Readonly<{} & {
|
56
|
-
"v-model"?: PersonFilterEngineProperty;
|
57
56
|
modelValue?: PersonFilterEngineProperty;
|
57
|
+
"v-model"?: PersonFilterEngineProperty;
|
58
58
|
updateData?: () => void;
|
59
59
|
propertyDefinitionAsHash?: {
|
60
60
|
[internalName: string]: EnterprisePropertyDefinition;
|
@@ -53,8 +53,8 @@ declare const _default: {
|
|
53
53
|
"v-model"?: import("vue").Prop<PersonFilterEngineProperty, PersonFilterEngineProperty>;
|
54
54
|
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
55
55
|
propsDefinition: Omit<Readonly<{} & {
|
56
|
-
"v-model"?: PersonFilterEngineProperty;
|
57
56
|
modelValue?: PersonFilterEngineProperty;
|
57
|
+
"v-model"?: PersonFilterEngineProperty;
|
58
58
|
updateData?: () => void;
|
59
59
|
propertyDefinitionAsHash?: {
|
60
60
|
[internalName: string]: EnterprisePropertyDefinition;
|
@@ -49,8 +49,8 @@ declare const _default: {
|
|
49
49
|
"v-model"?: import("vue").Prop<TagsFilterEngineProperty, TagsFilterEngineProperty>;
|
50
50
|
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
51
51
|
propsDefinition: Omit<Readonly<{} & {
|
52
|
-
"v-model"?: TagsFilterEngineProperty;
|
53
52
|
modelValue?: TagsFilterEngineProperty;
|
53
|
+
"v-model"?: TagsFilterEngineProperty;
|
54
54
|
updateData?: () => void;
|
55
55
|
propertyDefinitionAsHash?: {
|
56
56
|
[internalName: string]: EnterprisePropertyDefinition;
|
@@ -53,8 +53,8 @@ declare const _default: {
|
|
53
53
|
"v-model"?: import("vue").Prop<TagsFilterEngineProperty, TagsFilterEngineProperty>;
|
54
54
|
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
55
55
|
propsDefinition: Omit<Readonly<{} & {
|
56
|
-
"v-model"?: TagsFilterEngineProperty;
|
57
56
|
modelValue?: TagsFilterEngineProperty;
|
57
|
+
"v-model"?: TagsFilterEngineProperty;
|
58
58
|
updateData?: () => void;
|
59
59
|
propertyDefinitionAsHash?: {
|
60
60
|
[internalName: string]: EnterprisePropertyDefinition;
|
@@ -49,8 +49,8 @@ declare const _default: {
|
|
49
49
|
"v-model"?: import("vue").Prop<TextFilterEngineProperty, TextFilterEngineProperty>;
|
50
50
|
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
51
51
|
propsDefinition: Omit<Readonly<{} & {
|
52
|
-
"v-model"?: TextFilterEngineProperty;
|
53
52
|
modelValue?: TextFilterEngineProperty;
|
53
|
+
"v-model"?: TextFilterEngineProperty;
|
54
54
|
updateData?: () => void;
|
55
55
|
propertyDefinitionAsHash?: {
|
56
56
|
[internalName: string]: EnterprisePropertyDefinition;
|
@@ -53,8 +53,8 @@ declare const _default: {
|
|
53
53
|
"v-model"?: import("vue").Prop<TextFilterEngineProperty, TextFilterEngineProperty>;
|
54
54
|
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
55
55
|
propsDefinition: Omit<Readonly<{} & {
|
56
|
-
"v-model"?: TextFilterEngineProperty;
|
57
56
|
modelValue?: TextFilterEngineProperty;
|
57
|
+
"v-model"?: TextFilterEngineProperty;
|
58
58
|
updateData?: () => void;
|
59
59
|
propertyDefinitionAsHash?: {
|
60
60
|
[internalName: string]: EnterprisePropertyDefinition;
|
@@ -33,7 +33,7 @@ export declare function useEditorCommands(state: {
|
|
33
33
|
isBeforeContent: (range: Range, container: HTMLElement) => boolean;
|
34
34
|
};
|
35
35
|
actions: {
|
36
|
-
|
36
|
+
captureSelection: () => void;
|
37
37
|
};
|
38
38
|
formatting: {
|
39
39
|
add: (element: HTMLElement) => void;
|
@@ -15,6 +15,7 @@ export declare const useFlowEditorStore: () => {
|
|
15
15
|
id: string;
|
16
16
|
pluginContext: FlowEditorPluginContext;
|
17
17
|
selectedRange: Range;
|
18
|
+
storedRange: Range;
|
18
19
|
showPlaceHolder: boolean;
|
19
20
|
definitionSelector: {
|
20
21
|
show: boolean;
|
@@ -35,6 +36,7 @@ export declare const useFlowEditorStore: () => {
|
|
35
36
|
onMutatedId: import("@omnia/fx").MessageBusExposeOnlySubscription<string>;
|
36
37
|
onMutatedPluginContext: import("@omnia/fx").MessageBusExposeOnlySubscription<FlowEditorPluginContext>;
|
37
38
|
onMutatedSelectedRange: import("@omnia/fx").MessageBusExposeOnlySubscription<Range>;
|
39
|
+
onMutatedStoredRange: import("@omnia/fx").MessageBusExposeOnlySubscription<Range>;
|
38
40
|
onMutatedShowPlaceHolder: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
39
41
|
onMutatedDefinitionSelector: import("@omnia/fx").MessageBusExposeOnlySubscription<{
|
40
42
|
show: boolean;
|
@@ -82,9 +84,10 @@ export declare const useFlowEditorStore: () => {
|
|
82
84
|
};
|
83
85
|
selection: {
|
84
86
|
subscribe(fn: (result: {
|
85
|
-
|
86
|
-
|
87
|
-
|
87
|
+
capture: () => void;
|
88
|
+
store: () => void;
|
89
|
+
revertToStored: () => void;
|
90
|
+
ensure: () => void;
|
88
91
|
}) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
89
92
|
};
|
90
93
|
plugin: {
|
@@ -164,7 +167,7 @@ export declare const useFlowEditorStore: () => {
|
|
164
167
|
isBeforeContent: (range: Range, container: HTMLElement) => boolean;
|
165
168
|
};
|
166
169
|
actions: {
|
167
|
-
|
170
|
+
captureSelection: () => void;
|
168
171
|
};
|
169
172
|
formatting: {
|
170
173
|
add: (element: HTMLElement) => void;
|
@@ -273,9 +276,10 @@ export declare const useFlowEditorStore: () => {
|
|
273
276
|
};
|
274
277
|
};
|
275
278
|
selection: () => {
|
276
|
-
|
277
|
-
|
278
|
-
|
279
|
+
capture: () => void;
|
280
|
+
store: () => void;
|
281
|
+
revertToStored: () => void;
|
282
|
+
ensure: () => void;
|
279
283
|
};
|
280
284
|
plugin: () => {
|
281
285
|
register: {
|
@@ -341,7 +345,7 @@ export declare const useFlowEditorStore: () => {
|
|
341
345
|
isBeforeContent: (range: Range, container: HTMLElement) => boolean;
|
342
346
|
};
|
343
347
|
actions: {
|
344
|
-
|
348
|
+
captureSelection: () => void;
|
345
349
|
};
|
346
350
|
formatting: {
|
347
351
|
add: (element: HTMLElement) => void;
|