@omnia/fx 8.0.108-vnext → 8.0.109-vnext
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/internal-do-not-import-from-here/manifests/omnia.fx.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/MediaPickerEditorStore.d.ts +32 -31
- package/internal-do-not-import-from-here/stores/MediaPickerProviderStore.d.ts +64 -0
- package/internal-do-not-import-from-here/stores/index.d.ts +1 -0
- package/internal-do-not-import-from-here/stores/oxide/ComponentHostStore.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/Exposes.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/UxModels.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/admin/chrome/AdminChrome.css.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/alignmentpicker/AlignmentPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/app/management/components/TabsManagement.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/blueprintpicker/BlueprintPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/colorschemadefinitionpicker/ColorSchemaDefinitionPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/colorsettingspicker/ColorSettingsPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/compositiontests/OptionsBlockCurrent.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/datetimezonepicker/DateTimeZonePicker.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/docs/Docs.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/docs/omfx/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/docs/omfx/theming/Introduction.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/docs/omfx/theming/Themestyling.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/docs/omfx/theming/index.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/enterpriseproperties/renderers/EnterprisePropertyConfiguration.d.ts +13 -47
- package/internal-do-not-import-from-here/ux/enterpriseproperties/renderers/EnterprisePropertyValue.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/features/FeaturesJourneyTenant.d.ts +91 -6
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyChipItem.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/filterpicker/FilterPicker.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/html/HtmlRenderer.d.ts +112 -0
- package/internal-do-not-import-from-here/ux/identities/IdentityRenderer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerDialog.d.ts +2 -2
- 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 +4 -4
- package/internal-do-not-import-from-here/ux/imagegrid/ImageGrid copy.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/imagegrid/ImageGrid.d.ts +176 -27
- package/internal-do-not-import-from-here/ux/imagegrid/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/imagetransformer/Components/cropper/ImageCropMenu.d.ts +91 -0
- package/internal-do-not-import-from-here/ux/imagetransformer/Components/cropper/ImageCropper.d.ts +11 -18
- package/internal-do-not-import-from-here/ux/imagetransformer/Components/editor/ImageEditor.d.ts +5 -19
- package/internal-do-not-import-from-here/ux/imagetransformer/Components/editor/ImageEditorCanvas.d.ts +26 -14
- package/internal-do-not-import-from-here/ux/imagetransformer/Components/settings/ImageSettings.css.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/imagetransformer/ImageTransformer.css.d.ts +2 -4
- package/internal-do-not-import-from-here/ux/journey/v2/JourneyBlade.d.ts +8 -8
- package/internal-do-not-import-from-here/ux/languagepicker/LanguagePicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/ColorSettings.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/mediapicker/MediaPicker.css.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaproviderbase/GridViewMediaProviderComponent.d.ts +1 -2
- package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaproviderbase/MediaProviderComponentBase.css.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaproviderbase/MediaProviderComponentBase.d.ts +4 -6
- package/internal-do-not-import-from-here/ux/monaco/MonacoEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/multilingualinput/MultilingualInput.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/oxide/btngroup/ButtonGroup.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/oxide/card/Card.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +11 -11
- package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +13 -13
- package/internal-do-not-import-from-here/ux/oxide/draggable/Draggable.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/oxide/hostprovider/HostProvider.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/oxide/icon/Icon.css.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/icon/Icon.d.ts +16 -5
- package/internal-do-not-import-from-here/ux/oxide/list/List.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +11 -11
- package/internal-do-not-import-from-here/ux/oxide/progress/Progress.d.ts +22 -0
- package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/oxide/skeletonloader/SkeletonLoader.css.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/oxide/skeletonloader/SkeletonLoader.d.ts +180 -0
- package/internal-do-not-import-from-here/ux/oxide/skeletonloader/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/skeletonloader/docs/SampleComponent.d.ts +91 -0
- package/internal-do-not-import-from-here/ux/oxide/skeletonloader/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/slider/Slider.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/snackbar/Snackbar.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/stepper/Stepper.d.ts +11 -11
- package/internal-do-not-import-from-here/ux/oxide/switch/Switch.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +15 -15
- package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/properties/block/components/PropertySettings.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/properties/property-configuration/PropertyConfigurationV2.d.ts +503 -0
- package/internal-do-not-import-from-here/ux/properties/property-renderer/PropertyBindingValueRenderer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/properties/property-renderer/PropertyValueRenderer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/settings/SettingsPane.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/spacingpicker/SpacingPicker2.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/spacingpicker/SpacingPicker3.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/theming/components/ThemeDefinitionEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/theming-v2/themedefinitionpicker/ThemeDefinitionPicker.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/typographypicker/TypographyPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/use/UseIcon.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/userpresence/UserPresence.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/DefinitionPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/components/propertieseditor/VelcronPropertiesEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/editor/VelcronEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/AlignmentEditor.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/ColorEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/ColorSchemaEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/ImageEditor.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/MarkdownEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/PropertyEditorCreator.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/SliderEditor.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/SwitchEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/TextEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/TypographyEditor.d.ts +4 -4
- package/internal-do-not-import-from-here/wctypings.d.ts +29 -1
- package/package.json +2 -2
- package/internal-do-not-import-from-here/ux/imagegrid/IImageGrid.d.ts +0 -25
@@ -114,10 +114,10 @@ declare const _default: {
|
|
114
114
|
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
115
115
|
[key: string]: any;
|
116
116
|
}>) => void)[];
|
117
|
+
readonly toned?: string;
|
117
118
|
readonly modelValue?: Guid;
|
118
|
-
"onUpdate:modelValue"?: ((value: Guid) => any) & ((theme: ThemeDefinitionV2) => any);
|
119
119
|
readonly "v-model"?: Guid;
|
120
|
-
|
120
|
+
"onUpdate:modelValue"?: ((value: Guid) => any) & ((theme: ThemeDefinitionV2) => any);
|
121
121
|
};
|
122
122
|
$attrs: {
|
123
123
|
[x: string]: unknown;
|
@@ -478,10 +478,10 @@ declare const _default: {
|
|
478
478
|
};
|
479
479
|
}>;
|
480
480
|
};
|
481
|
+
toned?: string;
|
481
482
|
modelValue?: Guid;
|
482
|
-
"onUpdate:modelValue"?: (value: Guid) => any;
|
483
483
|
"v-model"?: Guid;
|
484
|
-
|
484
|
+
"onUpdate:modelValue"?: (value: Guid) => any;
|
485
485
|
}>, "onUpdate:modelValue"> & {
|
486
486
|
"onUpdate:modelValue"?: (theme: ThemeDefinitionV2) => any;
|
487
487
|
};
|
@@ -121,8 +121,8 @@ declare const _default: {
|
|
121
121
|
[key: string]: any;
|
122
122
|
}>) => void)[];
|
123
123
|
readonly modelValue?: TypographyPickerProps;
|
124
|
-
"onUpdate:modelValue"?: ((value: TypographyPickerProps) => any) & ((value: TypographyPickerProps) => any);
|
125
124
|
readonly "v-model"?: TypographyPickerProps;
|
125
|
+
"onUpdate:modelValue"?: ((value: TypographyPickerProps) => any) & ((value: TypographyPickerProps) => any);
|
126
126
|
};
|
127
127
|
$attrs: {
|
128
128
|
[x: string]: unknown;
|
@@ -479,8 +479,8 @@ declare const _default: {
|
|
479
479
|
};
|
480
480
|
type?: TypographyPickerTypes;
|
481
481
|
modelValue?: TypographyPickerProps;
|
482
|
-
"onUpdate:modelValue"?: (value: TypographyPickerProps) => any;
|
483
482
|
"v-model"?: TypographyPickerProps;
|
483
|
+
"onUpdate:modelValue"?: (value: TypographyPickerProps) => any;
|
484
484
|
}>, "onUpdate:modelValue"> & {
|
485
485
|
"onUpdate:modelValue"?: (value: TypographyPickerProps) => any;
|
486
486
|
};
|
@@ -39,6 +39,7 @@ export declare function useIcons(): {
|
|
39
39
|
targeting: FontAwesomeIcon;
|
40
40
|
redo: FontAwesomeIcon;
|
41
41
|
remove: FontAwesomeIcon;
|
42
|
+
search: FontAwesomeIcon;
|
42
43
|
settings: FontAwesomeIcon;
|
43
44
|
sort: MaterialIcon;
|
44
45
|
styles: FontAwesomeIcon;
|
@@ -85,6 +86,7 @@ export declare function useIcons(): {
|
|
85
86
|
tags: (size?: OIconSizes, toned?: boolean, theming?: ThemeableComponentProps) => JSX.Element;
|
86
87
|
redo: (size?: OIconSizes, toned?: boolean, theming?: ThemeableComponentProps) => JSX.Element;
|
87
88
|
remove: (size?: OIconSizes, toned?: boolean, theming?: ThemeableComponentProps) => JSX.Element;
|
89
|
+
search: (size?: OIconSizes, toned?: boolean, theming?: ThemeableComponentProps) => JSX.Element;
|
88
90
|
settings: (size?: OIconSizes, toned?: boolean, theming?: ThemeableComponentProps) => JSX.Element;
|
89
91
|
sort: (size?: OIconSizes, toned?: boolean, theming?: ThemeableComponentProps) => JSX.Element;
|
90
92
|
spacing: (size?: OIconSizes, toned?: boolean, theming?: ThemeableComponentProps) => JSX.Element;
|
@@ -111,8 +111,8 @@ declare const _default: {
|
|
111
111
|
}>) => void)[];
|
112
112
|
readonly styles?: unknown;
|
113
113
|
readonly modelValue?: UserIdentity;
|
114
|
-
readonly "onUpdate:modelValue"?: (value: UserIdentity) => any;
|
115
114
|
readonly "v-model"?: UserIdentity;
|
115
|
+
readonly "onUpdate:modelValue"?: (value: UserIdentity) => any;
|
116
116
|
readonly offsetX?: number;
|
117
117
|
readonly offsetY?: number;
|
118
118
|
};
|
@@ -470,8 +470,8 @@ declare const _default: {
|
|
470
470
|
};
|
471
471
|
styles?: unknown;
|
472
472
|
modelValue?: UserIdentity;
|
473
|
-
"onUpdate:modelValue"?: (value: UserIdentity) => any;
|
474
473
|
"v-model"?: UserIdentity;
|
474
|
+
"onUpdate:modelValue"?: (value: UserIdentity) => any;
|
475
475
|
offsetX?: number;
|
476
476
|
offsetY?: number;
|
477
477
|
}>, never>;
|
@@ -121,8 +121,8 @@ declare const _default: {
|
|
121
121
|
} & {
|
122
122
|
activator?: () => VNodeChild;
|
123
123
|
};
|
124
|
-
"onUpdate:modelValue"?: ((value: boolean) => any) & ((value: boolean) => any);
|
125
124
|
readonly "v-model"?: boolean;
|
125
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) & ((value: boolean) => any);
|
126
126
|
onSelected?: (id: Guid) => any;
|
127
127
|
};
|
128
128
|
$attrs: {
|
@@ -495,8 +495,8 @@ declare const _default: {
|
|
495
495
|
} & {
|
496
496
|
activator?: () => VNodeChild;
|
497
497
|
};
|
498
|
-
"onUpdate:modelValue"?: (value: boolean) => any;
|
499
498
|
"v-model"?: boolean;
|
499
|
+
"onUpdate:modelValue"?: (value: boolean) => any;
|
500
500
|
}>, "onUpdate:modelValue" | "onSelected"> & {
|
501
501
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
502
502
|
onSelected?: (id: Guid) => any;
|
@@ -111,8 +111,8 @@ declare const _default: {
|
|
111
111
|
[key: string]: any;
|
112
112
|
}>) => void)[];
|
113
113
|
readonly modelValue?: VelcronAppDefinition<object>;
|
114
|
-
"onUpdate:modelValue"?: ((value: VelcronAppDefinition<object>) => any) & ((value: VelcronAppDefinition<object>) => any);
|
115
114
|
readonly "v-model"?: VelcronAppDefinition<object>;
|
115
|
+
"onUpdate:modelValue"?: ((value: VelcronAppDefinition<object>) => any) & ((value: VelcronAppDefinition<object>) => any);
|
116
116
|
readonly propertyEditors?: VelcronPropertyEditor<any>[];
|
117
117
|
readonly hidePropertyMapped?: boolean;
|
118
118
|
};
|
@@ -446,8 +446,8 @@ declare const _default: {
|
|
446
446
|
}>;
|
447
447
|
};
|
448
448
|
modelValue?: VelcronAppDefinition<object>;
|
449
|
-
"onUpdate:modelValue"?: (value: VelcronAppDefinition<object>) => any;
|
450
449
|
"v-model"?: VelcronAppDefinition<object>;
|
450
|
+
"onUpdate:modelValue"?: (value: VelcronAppDefinition<object>) => any;
|
451
451
|
propertyEditors?: VelcronPropertyEditor<any>[];
|
452
452
|
hidePropertyMapped?: boolean;
|
453
453
|
}>, "onUpdate:modelValue"> & {
|
@@ -118,8 +118,8 @@ declare const _default: {
|
|
118
118
|
} & {
|
119
119
|
activator?: () => VNodeChild;
|
120
120
|
};
|
121
|
-
readonly "onUpdate:modelValue"?: (value: boolean) => any;
|
122
121
|
readonly "v-model"?: boolean;
|
122
|
+
readonly "onUpdate:modelValue"?: (value: boolean) => any;
|
123
123
|
onSave?: (appDefinition: VelcronAppDefinition<object>) => any;
|
124
124
|
};
|
125
125
|
$attrs: {
|
@@ -644,8 +644,8 @@ declare const _default: {
|
|
644
644
|
} & {
|
645
645
|
activator?: () => VNodeChild;
|
646
646
|
};
|
647
|
-
"onUpdate:modelValue"?: (value: boolean) => any;
|
648
647
|
"v-model"?: boolean;
|
648
|
+
"onUpdate:modelValue"?: (value: boolean) => any;
|
649
649
|
}>, "onSave"> & {
|
650
650
|
onSave?: (appDefinition: VelcronAppDefinition<object>) => any;
|
651
651
|
};
|
package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/AlignmentEditor.d.ts
CHANGED
@@ -112,10 +112,10 @@ declare const _default: {
|
|
112
112
|
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
113
113
|
[key: string]: any;
|
114
114
|
}>) => void)[];
|
115
|
+
readonly settings?: VelcronAlignmentPropertyEditorSettings;
|
115
116
|
readonly modelValue?: HorizontalAlignments | VerticalAlignments;
|
116
|
-
"onUpdate:modelValue"?: ((value: HorizontalAlignments | VerticalAlignments) => any) & ((value: HorizontalAlignments | VerticalAlignments) => any);
|
117
117
|
readonly "v-model"?: HorizontalAlignments | VerticalAlignments;
|
118
|
-
|
118
|
+
"onUpdate:modelValue"?: ((value: HorizontalAlignments | VerticalAlignments) => any) & ((value: HorizontalAlignments | VerticalAlignments) => any);
|
119
119
|
};
|
120
120
|
$attrs: {
|
121
121
|
[x: string]: unknown;
|
@@ -443,10 +443,10 @@ declare const _default: {
|
|
443
443
|
};
|
444
444
|
}>;
|
445
445
|
};
|
446
|
+
settings?: VelcronAlignmentPropertyEditorSettings;
|
446
447
|
modelValue?: HorizontalAlignments | VerticalAlignments;
|
447
|
-
"onUpdate:modelValue"?: (value: HorizontalAlignments | VerticalAlignments) => any;
|
448
448
|
"v-model"?: HorizontalAlignments | VerticalAlignments;
|
449
|
-
|
449
|
+
"onUpdate:modelValue"?: (value: HorizontalAlignments | VerticalAlignments) => any;
|
450
450
|
}>, "onUpdate:modelValue"> & {
|
451
451
|
"onUpdate:modelValue"?: (value: HorizontalAlignments | VerticalAlignments) => any;
|
452
452
|
};
|
package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/ColorEditor.d.ts
CHANGED
@@ -110,8 +110,8 @@ declare const _default: {
|
|
110
110
|
[key: string]: any;
|
111
111
|
}>) => void)[];
|
112
112
|
readonly modelValue?: unknown;
|
113
|
-
"onUpdate:modelValue"?: ((value: VelcronColorStyling) => any) & ((value: VelcronColorStyling) => any);
|
114
113
|
readonly "v-model"?: unknown;
|
114
|
+
"onUpdate:modelValue"?: ((value: VelcronColorStyling) => any) & ((value: VelcronColorStyling) => any);
|
115
115
|
};
|
116
116
|
$attrs: {
|
117
117
|
[x: string]: unknown;
|
@@ -425,8 +425,8 @@ declare const _default: {
|
|
425
425
|
}>;
|
426
426
|
};
|
427
427
|
modelValue?: unknown;
|
428
|
-
"onUpdate:modelValue"?: (value: VelcronColorStyling) => any;
|
429
428
|
"v-model"?: unknown;
|
429
|
+
"onUpdate:modelValue"?: (value: VelcronColorStyling) => any;
|
430
430
|
}>, "onUpdate:modelValue"> & {
|
431
431
|
"onUpdate:modelValue"?: (value: VelcronColorStyling) => any;
|
432
432
|
};
|
package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/ColorSchemaEditor.d.ts
CHANGED
@@ -110,8 +110,8 @@ declare const _default: {
|
|
110
110
|
[key: string]: any;
|
111
111
|
}>) => void)[];
|
112
112
|
readonly modelValue?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background";
|
113
|
-
"onUpdate:modelValue"?: ((value: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background") => any) & ((value: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background") => any);
|
114
113
|
readonly "v-model"?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background";
|
114
|
+
"onUpdate:modelValue"?: ((value: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background") => any) & ((value: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background") => any);
|
115
115
|
};
|
116
116
|
$attrs: {
|
117
117
|
[x: string]: unknown;
|
@@ -425,8 +425,8 @@ declare const _default: {
|
|
425
425
|
}>;
|
426
426
|
};
|
427
427
|
modelValue?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background";
|
428
|
-
"onUpdate:modelValue"?: (value: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background") => any;
|
429
428
|
"v-model"?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background";
|
429
|
+
"onUpdate:modelValue"?: (value: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background") => any;
|
430
430
|
}>, "onUpdate:modelValue"> & {
|
431
431
|
"onUpdate:modelValue"?: (value: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background") => any;
|
432
432
|
};
|
package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/ImageEditor.d.ts
CHANGED
@@ -108,10 +108,10 @@ declare const _default: {
|
|
108
108
|
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
109
109
|
[key: string]: any;
|
110
110
|
}>) => void)[];
|
111
|
+
readonly settings?: any;
|
111
112
|
readonly modelValue?: any;
|
112
|
-
"onUpdate:modelValue"?: ((value: any) => any) & ((value: any) => any);
|
113
113
|
readonly "v-model"?: any;
|
114
|
-
|
114
|
+
"onUpdate:modelValue"?: ((value: any) => any) & ((value: any) => any);
|
115
115
|
};
|
116
116
|
$attrs: {
|
117
117
|
[x: string]: unknown;
|
@@ -439,10 +439,10 @@ declare const _default: {
|
|
439
439
|
};
|
440
440
|
}>;
|
441
441
|
};
|
442
|
+
settings?: any;
|
442
443
|
modelValue?: any;
|
443
|
-
"onUpdate:modelValue"?: (value: any) => any;
|
444
444
|
"v-model"?: any;
|
445
|
-
|
445
|
+
"onUpdate:modelValue"?: (value: any) => any;
|
446
446
|
}>, "onUpdate:modelValue"> & {
|
447
447
|
"onUpdate:modelValue"?: (value: any) => any;
|
448
448
|
};
|
package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/MarkdownEditor.d.ts
CHANGED
@@ -109,8 +109,8 @@ declare const _default: {
|
|
109
109
|
[key: string]: any;
|
110
110
|
}>) => void)[];
|
111
111
|
readonly modelValue?: string;
|
112
|
-
"onUpdate:modelValue"?: ((value: string) => any) & ((value: string) => any);
|
113
112
|
readonly "v-model"?: string;
|
113
|
+
"onUpdate:modelValue"?: ((value: string) => any) & ((value: string) => any);
|
114
114
|
};
|
115
115
|
$attrs: {
|
116
116
|
[x: string]: unknown;
|
@@ -424,8 +424,8 @@ declare const _default: {
|
|
424
424
|
}>;
|
425
425
|
};
|
426
426
|
modelValue?: string;
|
427
|
-
"onUpdate:modelValue"?: (value: string) => any;
|
428
427
|
"v-model"?: string;
|
428
|
+
"onUpdate:modelValue"?: (value: string) => any;
|
429
429
|
}>, "onUpdate:modelValue"> & {
|
430
430
|
"onUpdate:modelValue"?: (value: string) => any;
|
431
431
|
};
|
@@ -110,8 +110,8 @@ declare const _default: {
|
|
110
110
|
[key: string]: any;
|
111
111
|
}>) => void)[];
|
112
112
|
readonly modelValue?: any;
|
113
|
-
"onUpdate:modelValue"?: ((value: any) => any) & ((value: any) => any);
|
114
113
|
readonly "v-model"?: any;
|
114
|
+
"onUpdate:modelValue"?: ((value: any) => any) & ((value: any) => any);
|
115
115
|
readonly editor?: VelcronPropertyEditor<any>;
|
116
116
|
};
|
117
117
|
$attrs: {
|
@@ -441,8 +441,8 @@ declare const _default: {
|
|
441
441
|
}>;
|
442
442
|
};
|
443
443
|
modelValue?: any;
|
444
|
-
"onUpdate:modelValue"?: (value: any) => any;
|
445
444
|
"v-model"?: any;
|
445
|
+
"onUpdate:modelValue"?: (value: any) => any;
|
446
446
|
editor?: VelcronPropertyEditor<any>;
|
447
447
|
}>, "onUpdate:modelValue"> & {
|
448
448
|
"onUpdate:modelValue"?: (value: any) => any;
|
package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/SliderEditor.d.ts
CHANGED
@@ -109,10 +109,10 @@ declare const _default: {
|
|
109
109
|
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
110
110
|
[key: string]: any;
|
111
111
|
}>) => void)[];
|
112
|
+
readonly settings?: VelcronSliderPropertyEditorSettings;
|
112
113
|
readonly modelValue?: number;
|
113
|
-
"onUpdate:modelValue"?: ((value: number) => any) & ((value: number) => any);
|
114
114
|
readonly "v-model"?: number;
|
115
|
-
|
115
|
+
"onUpdate:modelValue"?: ((value: number) => any) & ((value: number) => any);
|
116
116
|
};
|
117
117
|
$attrs: {
|
118
118
|
[x: string]: unknown;
|
@@ -440,10 +440,10 @@ declare const _default: {
|
|
440
440
|
};
|
441
441
|
}>;
|
442
442
|
};
|
443
|
+
settings?: VelcronSliderPropertyEditorSettings;
|
443
444
|
modelValue?: number;
|
444
|
-
"onUpdate:modelValue"?: (value: number) => any;
|
445
445
|
"v-model"?: number;
|
446
|
-
|
446
|
+
"onUpdate:modelValue"?: (value: number) => any;
|
447
447
|
}>, "onUpdate:modelValue"> & {
|
448
448
|
"onUpdate:modelValue"?: (value: number) => any;
|
449
449
|
};
|
package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/SwitchEditor.d.ts
CHANGED
@@ -110,8 +110,8 @@ declare const _default: {
|
|
110
110
|
[key: string]: any;
|
111
111
|
}>) => void)[];
|
112
112
|
readonly modelValue?: boolean;
|
113
|
-
"onUpdate:modelValue"?: ((value: boolean) => any) & ((value: boolean) => any);
|
114
113
|
readonly "v-model"?: boolean;
|
114
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) & ((value: boolean) => any);
|
115
115
|
};
|
116
116
|
$attrs: {
|
117
117
|
[x: string]: unknown;
|
@@ -441,8 +441,8 @@ declare const _default: {
|
|
441
441
|
}>;
|
442
442
|
};
|
443
443
|
modelValue?: boolean;
|
444
|
-
"onUpdate:modelValue"?: (value: boolean) => any;
|
445
444
|
"v-model"?: boolean;
|
445
|
+
"onUpdate:modelValue"?: (value: boolean) => any;
|
446
446
|
}>, "onUpdate:modelValue"> & {
|
447
447
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
448
448
|
};
|
package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/TextEditor.d.ts
CHANGED
@@ -110,8 +110,8 @@ declare const _default: {
|
|
110
110
|
[key: string]: any;
|
111
111
|
}>) => void)[];
|
112
112
|
readonly modelValue?: string;
|
113
|
-
"onUpdate:modelValue"?: ((value: string) => any) & ((value: string) => any);
|
114
113
|
readonly "v-model"?: string;
|
114
|
+
"onUpdate:modelValue"?: ((value: string) => any) & ((value: string) => any);
|
115
115
|
};
|
116
116
|
$attrs: {
|
117
117
|
[x: string]: unknown;
|
@@ -441,8 +441,8 @@ declare const _default: {
|
|
441
441
|
}>;
|
442
442
|
};
|
443
443
|
modelValue?: string;
|
444
|
-
"onUpdate:modelValue"?: (value: string) => any;
|
445
444
|
"v-model"?: string;
|
445
|
+
"onUpdate:modelValue"?: (value: string) => any;
|
446
446
|
}>, "onUpdate:modelValue"> & {
|
447
447
|
"onUpdate:modelValue"?: (value: string) => any;
|
448
448
|
};
|
package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/TypographyEditor.d.ts
CHANGED
@@ -113,10 +113,10 @@ declare const _default: {
|
|
113
113
|
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
114
114
|
[key: string]: any;
|
115
115
|
}>) => void)[];
|
116
|
+
readonly settings?: VelcronTypographyEditorSettings;
|
116
117
|
readonly modelValue?: TypographyEditorModel;
|
117
|
-
"onUpdate:modelValue"?: ((value: TypographyEditorModel) => any) & ((value: TypographyEditorModel) => any);
|
118
118
|
readonly "v-model"?: TypographyEditorModel;
|
119
|
-
|
119
|
+
"onUpdate:modelValue"?: ((value: TypographyEditorModel) => any) & ((value: TypographyEditorModel) => any);
|
120
120
|
};
|
121
121
|
$attrs: {
|
122
122
|
[x: string]: unknown;
|
@@ -444,10 +444,10 @@ declare const _default: {
|
|
444
444
|
};
|
445
445
|
}>;
|
446
446
|
};
|
447
|
+
settings?: VelcronTypographyEditorSettings;
|
447
448
|
modelValue?: TypographyEditorModel;
|
448
|
-
"onUpdate:modelValue"?: (value: TypographyEditorModel) => any;
|
449
449
|
"v-model"?: TypographyEditorModel;
|
450
|
-
|
450
|
+
"onUpdate:modelValue"?: (value: TypographyEditorModel) => any;
|
451
451
|
}>, "onUpdate:modelValue"> & {
|
452
452
|
"onUpdate:modelValue"?: (value: TypographyEditorModel) => any;
|
453
453
|
};
|
@@ -13,6 +13,7 @@ import wc90e26d3a6e3e4bf9bd1ce81c6735eda2 from './ux/datetimezonepicker/DateTime
|
|
13
13
|
import wcd3d05fa7bb114ecab1c16f714641b678 from './ux/datetimezonerenderer/DateTimeZoneRenderer';
|
14
14
|
import wc3ff00f2d8a4c48a4ae0cff23fc0127ac from './ux/dialog/Dialog';
|
15
15
|
import wcfd300449c17f44fd80d83e709a10bf63 from './ux/features/FeaturesJourney';
|
16
|
+
import wc629ff3fc45f84df382ddb6282d968547 from './ux/features/FeaturesJourneyTenant';
|
16
17
|
import wca91d4cd2b5744de3a672110cb1cdf7ba from './ux/filterengine/FilterEngineSettings';
|
17
18
|
import wc34e1cea969d744f1bbec4770b51d49f5 from './ux/filterengine/FilterEngineRenderer';
|
18
19
|
import wc43fc70078d114ec3a70ebbd767ef4f95 from './ux/filterengine/components/renderer/person/PersonPropertyRenderer';
|
@@ -32,6 +33,7 @@ import wc937eab372066440fa95551ac8cba45d7 from './ux/filterengine/components/ren
|
|
32
33
|
import wc7813f37afbf34cb085a2ef74e71e20fa from './ux/filterengine/components/renderer/PropertyDropdownRenderer';
|
33
34
|
import wc373cd0c180af441ca9f973b1da4de7f9 from './ux/filterengine/components/renderer/PropertyListRenderer';
|
34
35
|
import wc46a6c15c2a0e446fbef9770274409366 from './ux/filterpicker/FilterPicker';
|
36
|
+
import wce5a52491260143c8bf9855268a6acbab from './ux/html/HtmlRenderer';
|
35
37
|
import wcc587659a68194582be3c393240709785 from './ux/hub/HubChat';
|
36
38
|
import wca7608d8c42184cbb994910dc06c464a1 from './ux/identities/IdentityRenderer';
|
37
39
|
import wc01c6a5e974334f06a390c9af5a7689d0 from './ux/identities/components/shared/IdentitySyncPropertyBindingSetup';
|
@@ -41,6 +43,7 @@ import wc9cbe10e4fe1a48929727942cea5f7338 from './ux/identitypicker/IdentityPick
|
|
41
43
|
import wcec81357974804c539bff6c58a8785c22 from './ux/identitypicker/IdentityPicker';
|
42
44
|
import wc5d74b2de65164761a3dce6a534b64bd1 from './ux/identitypicker/IdentityPickerDialog';
|
43
45
|
import wc70593d481fa54e68be9f4fe41f0f5c92 from './ux/identitypicker/IdentityPickerButton';
|
46
|
+
import wcdfefc1520763443190e92700bad98412 from './ux/imagegrid/ImageGrid';
|
44
47
|
import wca882dbf5bd31435d87c442b6667926d5 from './ux/imagetransformer/ImageTransformer';
|
45
48
|
import wc91919b3f54de42dab709575b8a9ca233 from './ux/inputlanguagepicker/InputLanguagePicker';
|
46
49
|
import wc20b4e8166fb44f2b8b240724eb5f2db2 from './ux/languagepicker/LanguagePicker';
|
@@ -58,7 +61,7 @@ import wc6d1d84cb210643c59ca8437fc36c75a1 from './ux/profilecard/ProfileCardRend
|
|
58
61
|
import wc091ee9b103234b26a5e2bd5f992b2582 from './ux/properties/property-picker/PropertyPicker';
|
59
62
|
import wcf36a8a2b1c70423ebc4647aaddab8f4f from './ux/properties/property-renderer/PropertyBindingValueRenderer';
|
60
63
|
import wc48e897be803c4b5cb1db09dbadd04fe5 from './ux/properties/property-renderer/PropertyValueRenderer';
|
61
|
-
import wce012f61b652b4ab8b7e9d436ef772f54 from './ux/properties/property-configuration/
|
64
|
+
import wce012f61b652b4ab8b7e9d436ef772f54 from './ux/properties/property-configuration/PropertyConfigurationV2';
|
62
65
|
import wc54caefeaae1d4da7b236a3ff268b31c3 from './ux/properties/property-configuration/LabelOptionsRenderer';
|
63
66
|
import wc14f41bfbe00d46658959d3b2ebb7da69 from './ux/properties/property-configuration/PropertyLocking';
|
64
67
|
import wcb174dcf2716344b0bb02c981ae68dd73 from './ux/properties/property-picker/PropertyInput';
|
@@ -135,6 +138,7 @@ import wc247719ac6d3843ec889face452544a21 from './ux/oxide/progress/Progress';
|
|
135
138
|
import wc48962186dfb94f37adc76f475b80015d from './ux/oxide/radio/RadioGroup';
|
136
139
|
import wc2d9c50d3dcb1421cafb8eab80be243a1 from './ux/oxide/radio/Radio';
|
137
140
|
import wc578e2a4d5cd247a4b1291911256253a7 from './ux/oxide/select/Select';
|
141
|
+
import wc2ade92721b3c426fac97c63026f77351 from './ux/oxide/skeletonloader/SkeletonLoader';
|
138
142
|
import wcd108fdde5ca942d7ae92195eb74b5452 from './ux/oxide/slider/Slider';
|
139
143
|
import wca19feddcd78b4065b7650162fd088379 from './ux/oxide/snackbar/Snackbar';
|
140
144
|
import wcc26ccc7aeae04f76a062e83c6df302fc from './ux/oxide/spacer/Spacer';
|
@@ -277,6 +281,7 @@ declare global {
|
|
277
281
|
"omfx-date-time-zone-renderer": typeof wcd3d05fa7bb114ecab1c16f714641b678.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcd3d05fa7bb114ecab1c16f714641b678.propsDefinition>;
|
278
282
|
"omfx-dialog": typeof wc3ff00f2d8a4c48a4ae0cff23fc0127ac.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc3ff00f2d8a4c48a4ae0cff23fc0127ac.propsDefinition>;
|
279
283
|
"omfx-features-journey": typeof wcfd300449c17f44fd80d83e709a10bf63.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcfd300449c17f44fd80d83e709a10bf63.propsDefinition>;
|
284
|
+
"omfx-features-journey-tenant": typeof wc629ff3fc45f84df382ddb6282d968547.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc629ff3fc45f84df382ddb6282d968547.propsDefinition>;
|
280
285
|
"omfx-filterengine-settings": typeof wca91d4cd2b5744de3a672110cb1cdf7ba.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wca91d4cd2b5744de3a672110cb1cdf7ba.propsDefinition>;
|
281
286
|
"omfx-filterengine-renderer": typeof wc34e1cea969d744f1bbec4770b51d49f5.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc34e1cea969d744f1bbec4770b51d49f5.propsDefinition>;
|
282
287
|
"omfx-person-filterengine-renderer": typeof wc43fc70078d114ec3a70ebbd767ef4f95.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc43fc70078d114ec3a70ebbd767ef4f95.propsDefinition>;
|
@@ -296,6 +301,7 @@ declare global {
|
|
296
301
|
"omfx-filterengine-property-dropdown": typeof wc7813f37afbf34cb085a2ef74e71e20fa.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc7813f37afbf34cb085a2ef74e71e20fa.propsDefinition>;
|
297
302
|
"omfx-filterengine-property-list": typeof wc373cd0c180af441ca9f973b1da4de7f9.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc373cd0c180af441ca9f973b1da4de7f9.propsDefinition>;
|
298
303
|
"omfx-filter-picker": typeof wc46a6c15c2a0e446fbef9770274409366.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc46a6c15c2a0e446fbef9770274409366.propsDefinition>;
|
304
|
+
"omfx-html": typeof wce5a52491260143c8bf9855268a6acbab.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wce5a52491260143c8bf9855268a6acbab.propsDefinition>;
|
299
305
|
"omfx-hub-chat": typeof wcc587659a68194582be3c393240709785.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcc587659a68194582be3c393240709785.propsDefinition>;
|
300
306
|
"omfx-identity-renderer": typeof wca7608d8c42184cbb994910dc06c464a1.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wca7608d8c42184cbb994910dc06c464a1.propsDefinition>;
|
301
307
|
"omfx-identity-sync-property-binding-setup": typeof wc01c6a5e974334f06a390c9af5a7689d0.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc01c6a5e974334f06a390c9af5a7689d0.propsDefinition>;
|
@@ -305,6 +311,7 @@ declare global {
|
|
305
311
|
"omfx-identity-picker": typeof wcec81357974804c539bff6c58a8785c22.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcec81357974804c539bff6c58a8785c22.propsDefinition>;
|
306
312
|
"omfx-identity-picker-dialog": typeof wc5d74b2de65164761a3dce6a534b64bd1.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc5d74b2de65164761a3dce6a534b64bd1.propsDefinition>;
|
307
313
|
"omfx-identity-picker-button": typeof wc70593d481fa54e68be9f4fe41f0f5c92.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc70593d481fa54e68be9f4fe41f0f5c92.propsDefinition>;
|
314
|
+
"omfx-media-imagegrid": typeof wcdfefc1520763443190e92700bad98412.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcdfefc1520763443190e92700bad98412.propsDefinition>;
|
308
315
|
"omfx-image-transformer": typeof wca882dbf5bd31435d87c442b6667926d5.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wca882dbf5bd31435d87c442b6667926d5.propsDefinition>;
|
309
316
|
"omfx-input-language-picker": typeof wc91919b3f54de42dab709575b8a9ca233.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc91919b3f54de42dab709575b8a9ca233.propsDefinition>;
|
310
317
|
"omfx-language-picker": typeof wc20b4e8166fb44f2b8b240724eb5f2db2.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc20b4e8166fb44f2b8b240724eb5f2db2.propsDefinition>;
|
@@ -399,6 +406,7 @@ declare global {
|
|
399
406
|
"o-radio-group": typeof wc48962186dfb94f37adc76f475b80015d.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc48962186dfb94f37adc76f475b80015d.propsDefinition>;
|
400
407
|
"o-radio": typeof wc2d9c50d3dcb1421cafb8eab80be243a1.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc2d9c50d3dcb1421cafb8eab80be243a1.propsDefinition>;
|
401
408
|
"o-select": typeof wc578e2a4d5cd247a4b1291911256253a7.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc578e2a4d5cd247a4b1291911256253a7.propsDefinition>;
|
409
|
+
"o-skeleton-loader": typeof wc2ade92721b3c426fac97c63026f77351.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc2ade92721b3c426fac97c63026f77351.propsDefinition>;
|
402
410
|
"o-slider": typeof wcd108fdde5ca942d7ae92195eb74b5452.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcd108fdde5ca942d7ae92195eb74b5452.propsDefinition>;
|
403
411
|
"o-snackbar": typeof wca19feddcd78b4065b7650162fd088379.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wca19feddcd78b4065b7650162fd088379.propsDefinition>;
|
404
412
|
"o-spacer": typeof wcc26ccc7aeae04f76a062e83c6df302fc.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcc26ccc7aeae04f76a062e83c6df302fc.propsDefinition>;
|
@@ -595,6 +603,11 @@ declare global {
|
|
595
603
|
$props: typeof wcfd300449c17f44fd80d83e709a10bf63.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcfd300449c17f44fd80d83e709a10bf63.propsDefinition>;
|
596
604
|
};
|
597
605
|
};
|
606
|
+
"FeaturesJourneyTenant": {
|
607
|
+
new (...args: any[]): {
|
608
|
+
$props: typeof wc629ff3fc45f84df382ddb6282d968547.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc629ff3fc45f84df382ddb6282d968547.propsDefinition>;
|
609
|
+
};
|
610
|
+
};
|
598
611
|
"FilterengineSettings": {
|
599
612
|
new (...args: any[]): {
|
600
613
|
$props: typeof wca91d4cd2b5744de3a672110cb1cdf7ba.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wca91d4cd2b5744de3a672110cb1cdf7ba.propsDefinition>;
|
@@ -690,6 +703,11 @@ declare global {
|
|
690
703
|
$props: typeof wc46a6c15c2a0e446fbef9770274409366.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc46a6c15c2a0e446fbef9770274409366.propsDefinition>;
|
691
704
|
};
|
692
705
|
};
|
706
|
+
"Html": {
|
707
|
+
new (...args: any[]): {
|
708
|
+
$props: typeof wce5a52491260143c8bf9855268a6acbab.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wce5a52491260143c8bf9855268a6acbab.propsDefinition>;
|
709
|
+
};
|
710
|
+
};
|
693
711
|
"HubChat": {
|
694
712
|
new (...args: any[]): {
|
695
713
|
$props: typeof wcc587659a68194582be3c393240709785.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcc587659a68194582be3c393240709785.propsDefinition>;
|
@@ -735,6 +753,11 @@ declare global {
|
|
735
753
|
$props: typeof wc70593d481fa54e68be9f4fe41f0f5c92.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc70593d481fa54e68be9f4fe41f0f5c92.propsDefinition>;
|
736
754
|
};
|
737
755
|
};
|
756
|
+
"MediaImagegrid": {
|
757
|
+
new (...args: any[]): {
|
758
|
+
$props: typeof wcdfefc1520763443190e92700bad98412.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcdfefc1520763443190e92700bad98412.propsDefinition>;
|
759
|
+
};
|
760
|
+
};
|
738
761
|
"ImageTransformer": {
|
739
762
|
new (...args: any[]): {
|
740
763
|
$props: typeof wca882dbf5bd31435d87c442b6667926d5.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wca882dbf5bd31435d87c442b6667926d5.propsDefinition>;
|
@@ -1205,6 +1228,11 @@ declare global {
|
|
1205
1228
|
$props: typeof wc578e2a4d5cd247a4b1291911256253a7.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc578e2a4d5cd247a4b1291911256253a7.propsDefinition>;
|
1206
1229
|
};
|
1207
1230
|
};
|
1231
|
+
"OSkeletonLoader": {
|
1232
|
+
new (...args: any[]): {
|
1233
|
+
$props: typeof wc2ade92721b3c426fac97c63026f77351.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc2ade92721b3c426fac97c63026f77351.propsDefinition>;
|
1234
|
+
};
|
1235
|
+
};
|
1208
1236
|
"OSlider": {
|
1209
1237
|
new (...args: any[]): {
|
1210
1238
|
$props: typeof wcd108fdde5ca942d7ae92195eb74b5452.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcd108fdde5ca942d7ae92195eb74b5452.propsDefinition>;
|
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@omnia/fx",
|
3
3
|
"license": "MIT",
|
4
|
-
"version": "8.0.
|
4
|
+
"version": "8.0.109-vnext",
|
5
5
|
"description": "Provide Omnia Fx typings and tooling for clientside Omnia development.",
|
6
6
|
"scripts": {
|
7
7
|
"test": "echo \"Error: no test specified\" && exit 1",
|
@@ -20,7 +20,7 @@
|
|
20
20
|
],
|
21
21
|
"author": "Precio Fishbone",
|
22
22
|
"dependencies": {
|
23
|
-
"@omnia/fx-models": "8.0.
|
23
|
+
"@omnia/fx-models": "8.0.109-vnext",
|
24
24
|
"@microsoft/signalr": "6.0.1",
|
25
25
|
"broadcast-channel": "4.8.0",
|
26
26
|
"dayjs": "1.10.7",
|
@@ -1,25 +0,0 @@
|
|
1
|
-
import { WebImage, MediaItem, MediaPickerEnums } from "../../models";
|
2
|
-
import { TsxAllowUnknowProperties } from "../";
|
3
|
-
export interface IImageGridComponentAttributes {
|
4
|
-
appendToGrid?: boolean;
|
5
|
-
}
|
6
|
-
export interface IImageGridComponent extends IImageGridComponentAttributes {
|
7
|
-
images?: Array<WebImage>;
|
8
|
-
onImageSelected?: (image: WebImage) => void;
|
9
|
-
itemDetailSlot?: (h: any, item: MediaItem) => JSX.Element;
|
10
|
-
itemOverlaySlot?: (h: any, item: MediaItem) => JSX.Element;
|
11
|
-
searchStatus?: MediaPickerEnums.MediaSearchStatus;
|
12
|
-
}
|
13
|
-
declare global {
|
14
|
-
namespace JSX {
|
15
|
-
interface Element {
|
16
|
-
}
|
17
|
-
interface ElementClass {
|
18
|
-
}
|
19
|
-
interface ElementAttributesProperty {
|
20
|
-
}
|
21
|
-
interface IntrinsicElements {
|
22
|
-
"omfx-media-imagegrid": TsxAllowUnknowProperties<IImageGridComponent>;
|
23
|
-
}
|
24
|
-
}
|
25
|
-
}
|