@omnia/fx 8.0.295-dev → 8.0.296-dev
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/internal-do-not-import-from-here/manifests/omnia.fx.ux.manifest.json +1 -1
- package/internal-do-not-import-from-here/ux/Styles.stylex.d.ts +53 -50
- package/internal-do-not-import-from-here/ux/admin/system/loc/localize.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/seo/SeoManager.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/seo/components/SeoDetail.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/seo/loc/localize.d.ts +15 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/seo/services/SeoService.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/seo/store/SeoManagerStore.d.ts +55 -0
- 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/appinstanceeditingjourney/EditProperiesBlade.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/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 +3 -3
- package/internal-do-not-import-from-here/ux/aurora/components/chrome/ChromePicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPicker.d.ts +4 -4
- 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 +3 -3
- 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 +85 -85
- 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 +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/spacingpicker/SpacingViewer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyEditor.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +304 -0
- package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +304 -0
- package/internal-do-not-import-from-here/ux/aurora/styling/UseStyling.d.ts +5 -14
- package/internal-do-not-import-from-here/ux/aurora/styling/styles/Blueprints.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/aurora/styling/styles/Chrome.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/styling/styles/General.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/datetimepicker/DateTimePicker.d.ts +34 -439
- package/internal-do-not-import-from-here/ux/datetimezonepicker/DateTimeZonePicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/datetimezonerenderer/DateTimeZoneRenderer.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/dialog/Dialog.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/directives/motion/Motion.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/documenticon/DocumentIcon.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/documenticon/IDocumentIcon.d.ts +0 -18
- package/internal-do-not-import-from-here/ux/enterpriseproperties/display/personfield/PersonFieldDisplay.d.ts +2 -2
- 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 +8 -8
- 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/helptext/HelpText.d.ts +5 -42
- 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/IdentityPickerButton.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerDialog.d.ts +46 -584
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerField.d.ts +64 -423
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerInlineField.d.ts +3 -3
- 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/layoutactionhandler/LayoutAction.stylex.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/layoutblock/LayoutBlockSettings.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/stores/LayoutCanvasStore.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 +4 -4
- package/internal-do-not-import-from-here/ux/mediapickerV2/chrome/MediaPicker.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/models/MotionDirective.d.ts +0 -6
- package/internal-do-not-import-from-here/ux/models/SeoInfo.d.ts +11 -0
- package/internal-do-not-import-from-here/ux/models/index.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/monaco/MonacoEditor.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/multilingualinput/MultilingualInput.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/chip/Chip.stylex.d.ts +7 -1
- package/internal-do-not-import-from-here/ux/oxide/lazy/Lazy.d.ts +1 -2
- package/internal-do-not-import-from-here/ux/oxide/motion/Motion.d.ts +14 -0
- package/internal-do-not-import-from-here/ux/oxide/motion/MotionContext.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +7 -7
- 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/select/Select.d.ts +1 -1
- 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/RichTextEditor.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/richtexteditor/extensions/Mention/Mention.d.ts +6 -60
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Mention/MentionConfiguration.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Mention/MentionToolbar.d.ts +6 -59
- package/internal-do-not-import-from-here/ux/settings/SettingsPane.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/social/Comment.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/social/PeopleTagging.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/social/Reactions.d.ts +9 -9
- 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/userpresence/UserPresence.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/VelcronStylesProvider.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPicker.d.ts +3 -3
- 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/VelcronDefinitions.d.ts +13 -17
- package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronDataBinder.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronStyles.d.ts +7 -6
- package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Motion.d.ts +29 -0
- 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 +2 -2
- 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/wctypings.d.ts +18 -0
- package/package.json +3 -3
@@ -314,8 +314,8 @@ declare const _default: {
|
|
314
314
|
};
|
315
315
|
label?: string;
|
316
316
|
settings?: VelcronNumberEditorSettings;
|
317
|
-
modelValue?: number;
|
318
317
|
"v-model"?: number;
|
318
|
+
modelValue?: number;
|
319
319
|
"onUpdate:modelValue"?: (value: number) => any | void;
|
320
320
|
location?: EditorLocation;
|
321
321
|
}>, "onUpdate:modelValue"> & {
|
package/internal-do-not-import-from-here/ux/velcron/renderer/editors/PropertyEditorCreator.d.ts
CHANGED
@@ -332,11 +332,11 @@ declare const _default: {
|
|
332
332
|
}>;
|
333
333
|
};
|
334
334
|
label?: string;
|
335
|
-
|
335
|
+
editor?: VelcronEditor<any>;
|
336
336
|
"v-model"?: any;
|
337
|
+
modelValue?: any;
|
337
338
|
"onUpdate:modelValue"?: (value: any) => any | void;
|
338
339
|
location?: EditorLocation;
|
339
|
-
editor?: VelcronEditor<any>;
|
340
340
|
previewColorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
341
341
|
}>, "onUpdate:modelValue" | "onValue:enter" | "onValue:leave"> & {
|
342
342
|
"onUpdate:modelValue"?: (value: any) => any;
|
@@ -304,8 +304,8 @@ declare const _default: {
|
|
304
304
|
}>;
|
305
305
|
};
|
306
306
|
settings?: VelcronSelectEditorSettings;
|
307
|
-
modelValue?: string;
|
308
307
|
"v-model"?: string;
|
308
|
+
modelValue?: string;
|
309
309
|
"onUpdate:modelValue"?: (value: string) => any | void;
|
310
310
|
location?: EditorLocation;
|
311
311
|
}>, "onUpdate:modelValue"> & {
|
@@ -307,8 +307,8 @@ declare const _default: {
|
|
307
307
|
}>;
|
308
308
|
};
|
309
309
|
settings?: VelcronSliderPropertyEditorSettings;
|
310
|
-
modelValue?: number;
|
311
310
|
"v-model"?: number;
|
311
|
+
modelValue?: number;
|
312
312
|
"onUpdate:modelValue"?: (value: number) => any | void;
|
313
313
|
location?: EditorLocation;
|
314
314
|
}>, "onUpdate:modelValue"> & {
|
@@ -304,8 +304,8 @@ declare const _default: {
|
|
304
304
|
}>;
|
305
305
|
};
|
306
306
|
settings?: VelcronSpacingEditorSettings;
|
307
|
-
modelValue?: VelcronSpacing | SpacingValue | VelcronPosition;
|
308
307
|
"v-model"?: VelcronSpacing | SpacingValue | VelcronPosition;
|
308
|
+
modelValue?: VelcronSpacing | SpacingValue | VelcronPosition;
|
309
309
|
"onUpdate:modelValue"?: (value: VelcronSpacing | SpacingValue | VelcronPosition) => any | void;
|
310
310
|
location?: EditorLocation;
|
311
311
|
}>, "onUpdate:modelValue"> & {
|
@@ -304,8 +304,8 @@ declare const _default: {
|
|
304
304
|
}>;
|
305
305
|
};
|
306
306
|
label?: string;
|
307
|
-
modelValue?: boolean;
|
308
307
|
"v-model"?: boolean;
|
308
|
+
modelValue?: boolean;
|
309
309
|
"onUpdate:modelValue"?: (value: boolean) => any | void;
|
310
310
|
location?: EditorLocation;
|
311
311
|
}>, "onUpdate:modelValue"> & {
|
@@ -314,8 +314,8 @@ declare const _default: {
|
|
314
314
|
};
|
315
315
|
label?: string;
|
316
316
|
settings?: VelcronTextEditorSettings;
|
317
|
-
modelValue?: string;
|
318
317
|
"v-model"?: string;
|
318
|
+
modelValue?: string;
|
319
319
|
"onUpdate:modelValue"?: (value: string) => any | void;
|
320
320
|
location?: EditorLocation;
|
321
321
|
}>, "onUpdate:modelValue"> & {
|
@@ -304,8 +304,8 @@ declare const _default: {
|
|
304
304
|
}>;
|
305
305
|
};
|
306
306
|
settings?: VelcronTypographyEditorSettings;
|
307
|
-
modelValue?: TextBlueprint;
|
308
307
|
"v-model"?: TextBlueprint;
|
308
|
+
modelValue?: TextBlueprint;
|
309
309
|
"onUpdate:modelValue"?: (value: TextBlueprint) => any | void;
|
310
310
|
location?: EditorLocation;
|
311
311
|
}>, "onUpdate:modelValue"> & {
|
@@ -281,6 +281,7 @@ import wc154a229c9bd84d31aed848da93f29ea2 from './ux/oxide/list/List';
|
|
281
281
|
import wc4a4631845ea24fbb8cabdbb9b06772da from './ux/oxide/list/ListItem';
|
282
282
|
import wc1ed9f2ec3580492cb211d719c9b15ad1 from './ux/oxide/main/Main';
|
283
283
|
import wc01c206c8b30e41408b6457cdea679b78 from './ux/oxide/menu/Menu';
|
284
|
+
import wc3e9e78e3757946ffb9d1b19e67727eb1 from './ux/oxide/motion/Motion';
|
284
285
|
import wc48b4d391d03f4a01a9485b845917d229 from './ux/oxide/navigationdrawer/NavigationDrawer';
|
285
286
|
import wc16277e3059db453eb98ad6946d315c39 from './ux/oxide/notification/Notification';
|
286
287
|
import wcecbd3b3dbc834cf0856597772da1320c from './ux/oxide/pagination/Pagination';
|
@@ -488,6 +489,7 @@ import wc61fdccaff48f471dbe822dc9b5911c85 from './ux/admin/system/submenu/custom
|
|
488
489
|
import wcaa12c9f2abc344b980c998c3e8105671 from './ux/admin/system/submenu/extensions/ExtensionsJourney';
|
489
490
|
import wcde39448bc490408486b3889c4227c5f0 from './ux/admin/system/submenu/licenses/LicensesJourney';
|
490
491
|
import wcb4f33fbec8ed473f8d2584f35154a981 from './ux/admin/system/submenu/localizationadmin/LocalizationAdmin';
|
492
|
+
import wcb19b2cdc3d544c1893c3048886487a73 from './ux/admin/system/submenu/seo/SeoManager';
|
491
493
|
import wcfeb168ca8f484e06ab3f88d48c078319 from './ux/admin/system/submenu/services/ServicesJourney';
|
492
494
|
import wc3a923c54b15d461597cd678c0d561496 from './ux/admin/system/submenu/systemlogs/SystemLogsJourney';
|
493
495
|
import wc9fbf91affc974ca698437e8ada43bb0c from './ux/admin/system/submenu/tenantcontact/TenantContactJourney';
|
@@ -4019,6 +4021,15 @@ declare global {
|
|
4019
4021
|
};
|
4020
4022
|
} : typeof wc69af1046393b4f49975f7800f0e825a0;
|
4021
4023
|
};
|
4024
|
+
"seomanager": {
|
4025
|
+
"journey": typeof wcb19b2cdc3d544c1893c3048886487a73 extends {
|
4026
|
+
propsDefinition: infer TProp;
|
4027
|
+
} ? {
|
4028
|
+
new (...args: any[]): {
|
4029
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
4030
|
+
};
|
4031
|
+
} : typeof wcb19b2cdc3d544c1893c3048886487a73;
|
4032
|
+
};
|
4022
4033
|
"appsettings": {
|
4023
4034
|
"admin": {
|
4024
4035
|
"journey": typeof wc4cd5054dab4a44dfb4f0cd4be9d1ee50 extends {
|
@@ -4904,6 +4915,13 @@ declare global {
|
|
4904
4915
|
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
4905
4916
|
};
|
4906
4917
|
} : typeof wc01c206c8b30e41408b6457cdea679b78;
|
4918
|
+
"motion": typeof wc3e9e78e3757946ffb9d1b19e67727eb1 extends {
|
4919
|
+
propsDefinition: infer TProp;
|
4920
|
+
} ? {
|
4921
|
+
new (...args: any[]): {
|
4922
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
4923
|
+
};
|
4924
|
+
} : typeof wc3e9e78e3757946ffb9d1b19e67727eb1;
|
4907
4925
|
"navigation": {
|
4908
4926
|
"drawer": typeof wc48b4d391d03f4a01a9485b845917d229 extends {
|
4909
4927
|
propsDefinition: infer TProp;
|
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.296-dev",
|
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,12 +20,12 @@
|
|
20
20
|
],
|
21
21
|
"author": "Precio Fishbone",
|
22
22
|
"dependencies": {
|
23
|
-
"@omnia/fx-models": "8.0.
|
23
|
+
"@omnia/fx-models": "8.0.296-dev",
|
24
24
|
"@microsoft/signalr": "6.0.1",
|
25
25
|
"broadcast-channel": "4.8.0",
|
26
26
|
"dayjs": "1.11.7",
|
27
27
|
"splitpanes": "3.1.5",
|
28
|
-
"vue": "3.5.
|
28
|
+
"vue": "3.5.12",
|
29
29
|
"vuetify": "3.7.2",
|
30
30
|
"tslib": "2.6.2",
|
31
31
|
"typescript": "5.6.2",
|