@omnia/fx 8.0.254-dev → 8.0.256-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/stores/oxide/ComponentHostStore.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/DefineVueTypings.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/UxModels.d.ts +15 -0
- package/internal-do-not-import-from-here/ux/VueTags.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/appprovisioning/appimageinput/AppImageInput.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/appprovisioning/appinstanceeditingjourney/EditProperiesBlade.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/appprovisioning/apppropertiesinput/AppPropertiesInput.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaViewer.d.ts +7 -7
- package/internal-do-not-import-from-here/ux/datetimepicker/DateTimePicker.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/datetimezonepicker/DateTimeZonePicker.d.ts +7 -7
- package/internal-do-not-import-from-here/ux/datetimezonerenderer/DateTimeZoneRenderer.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/dialog/Dialog.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/enterpriseproperties/picker/EnterprisePropertyPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/enterpriseproperties/renderers/EnterprisePropertyValue.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/fileuploader/FileUploader.d.ts +7 -7
- package/internal-do-not-import-from-here/ux/filterengine/FilterEngineSettings.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/DatePropertySettings.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/TagsPropertySettings.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/governancedashboard/BarChartIndicator.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/iconpicker/IconPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerButton.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerDialog.d.ts +7 -7
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerField.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerInlineField.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/journey/DefineBlade.d.ts +5 -9
- package/internal-do-not-import-from-here/ux/journey/JourneyBlade.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/journey/stores/JourneyStore.d.ts +15 -15
- package/internal-do-not-import-from-here/ux/languagepicker/LanguagePicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/layoutactionhandler/LayoutAction.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/layoutactionhandler/LayoutActionClickHandler.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/layoutactionhandler/LayoutActionSettings.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/renderer/LayoutBlockRendererHelper.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/renderer/LayoutRendererCanvas.d.ts +13 -0
- package/internal-do-not-import-from-here/ux/mediagallery/view/MediaDisplayRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/mediapickerimage/MediaPickerImage.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +12 -12
- 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 +5 -5
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTableServer.d.ts +26 -26
- package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +12 -12
- package/internal-do-not-import-from-here/ux/oxide/hostprovider/HostProvider.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/list/List.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +6 -6
- 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 +3 -3
- package/internal-do-not-import-from-here/ux/oxide/rating/Rating.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/rating/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/rating/docs/SampleComponent.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/oxide/rating/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/ScrollContainer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +8 -59
- package/internal-do-not-import-from-here/ux/oxide/slider/Slider.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/oxide/splitpane/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/splitpane/docs/SampleComponent.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/oxide/splitpane/docs/index.d.ts +1 -0
- 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/Tabs.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +12 -12
- package/internal-do-not-import-from-here/ux/oxide/tooltip/Tooltip.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/properties/builtins/birthday/BirthdayConfiguration.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/DateTimeConfiguration.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/HtmlConfiguration.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-configuration/PropertyLocking.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/social/Comment.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/social/templates/CommentLikeTemplate.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/versionedlayout/editor/LayoutEditorTabRenderer.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/versionedlayout/renderer/InternalVersionedLayoutRenderer.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/versionedlayout/renderer/VersionedLayoutRenderer.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/vuetify/index.d.ts +0 -1
- package/internal-do-not-import-from-here/wctypings.d.ts +18 -0
- package/package.json +2 -2
@@ -333,12 +333,12 @@ declare const _default: {
|
|
333
333
|
};
|
334
334
|
placeholder?: RichTextEditorPlaceHolder;
|
335
335
|
ariaInvalid?: boolean;
|
336
|
-
ariaDescribedby?: string;
|
337
336
|
bodyClass?: string;
|
338
337
|
onContentDataChange?: (richtextHelper: RichTextContentHelper) => void;
|
339
338
|
registerFocus?: (callback: () => void) => void;
|
340
339
|
onConfigureExtensions?: (currentExtensions: Array<RichTextEditorExtension>, registrationResolver?: (registration: RichTextEditorExtensionRegistration) => RichTextEditorExtension, extensionHelper?: IRichTextEditorExtensionHelper) => Array<RichTextEditorExtension>;
|
341
340
|
resetContent?: boolean;
|
341
|
+
ariaDescribedby?: string;
|
342
342
|
disableAutofocus?: boolean;
|
343
343
|
}>, never>;
|
344
344
|
};
|
@@ -333,23 +333,23 @@ declare const _default: {
|
|
333
333
|
smallBadge?: import("typestyle/lib/types").NestedCSSProperties;
|
334
334
|
commentEditor?: import("typestyle/lib/types").NestedCSSProperties;
|
335
335
|
};
|
336
|
-
readOnly?: boolean;
|
337
336
|
richTextSettings?: OmitProperties<IRichTextEditor, "initialContent" | "onContentChange">;
|
337
|
+
dynamicInput?: CommentLikeTemplateDynamicInput;
|
338
|
+
additionalRoles?: string[];
|
339
|
+
cardStyle?: ThemeDefinition;
|
340
|
+
hideEdit?: boolean;
|
341
|
+
readOnly?: boolean;
|
342
|
+
topicId?: string;
|
338
343
|
contextParams?: {
|
339
344
|
[key: string]: string | number;
|
340
345
|
};
|
341
346
|
showMoreSize?: number;
|
342
|
-
cardStyle?: ThemeDefinition;
|
343
347
|
allowLikes?: boolean;
|
344
348
|
enableMention?: boolean;
|
345
349
|
comments?: Comment[];
|
346
|
-
topicId?: string;
|
347
350
|
enableBestReply?: boolean;
|
348
351
|
canMarkBestReply?: boolean;
|
349
|
-
dynamicInput?: CommentLikeTemplateDynamicInput;
|
350
|
-
additionalRoles?: string[];
|
351
352
|
sortOrder?: CommentSorting;
|
352
|
-
hideEdit?: boolean;
|
353
353
|
hideTotalNumber?: boolean;
|
354
354
|
}>, never>;
|
355
355
|
};
|
@@ -40,8 +40,8 @@ declare const _default: {
|
|
40
40
|
};
|
41
41
|
}>> & {
|
42
42
|
onDoc$?: (description?: string) => any;
|
43
|
-
onCancelReply?: (comment: Comment) => any;
|
44
43
|
onOpenReply?: (commentToReplyOn: Comment) => any;
|
44
|
+
onCancelReply?: (comment: Comment) => any;
|
45
45
|
onRefresh?: (addedComment: boolean) => any;
|
46
46
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
47
47
|
refresh: (addedComment: boolean) => void;
|
@@ -84,8 +84,8 @@ declare const _default: {
|
|
84
84
|
};
|
85
85
|
}>> & {
|
86
86
|
onDoc$?: (description?: string) => any;
|
87
|
-
onCancelReply?: (comment: Comment) => any;
|
88
87
|
onOpenReply?: (commentToReplyOn: Comment) => any;
|
88
|
+
onCancelReply?: (comment: Comment) => any;
|
89
89
|
onRefresh?: (addedComment: boolean) => any;
|
90
90
|
}, {}, true, {}, {}, {
|
91
91
|
P: {};
|
@@ -128,8 +128,8 @@ declare const _default: {
|
|
128
128
|
};
|
129
129
|
}>> & {
|
130
130
|
onDoc$?: (description?: string) => any;
|
131
|
-
onCancelReply?: (comment: Comment) => any;
|
132
131
|
onOpenReply?: (commentToReplyOn: Comment) => any;
|
132
|
+
onCancelReply?: (comment: Comment) => any;
|
133
133
|
onRefresh?: (addedComment: boolean) => any;
|
134
134
|
}, () => JSX.Element, {}, {}, {}, {}>;
|
135
135
|
__isFragment?: never;
|
@@ -169,8 +169,8 @@ declare const _default: {
|
|
169
169
|
};
|
170
170
|
}>> & {
|
171
171
|
onDoc$?: (description?: string) => any;
|
172
|
-
onCancelReply?: (comment: Comment) => any;
|
173
172
|
onOpenReply?: (commentToReplyOn: Comment) => any;
|
173
|
+
onCancelReply?: (comment: Comment) => any;
|
174
174
|
onRefresh?: (addedComment: boolean) => any;
|
175
175
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
176
176
|
refresh: (addedComment: boolean) => void;
|
@@ -182,19 +182,19 @@ declare const _default: {
|
|
182
182
|
}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
183
183
|
propsDefinition: Omit<Readonly<{} & {
|
184
184
|
currentUser?: ResolvedUserIdentity;
|
185
|
-
|
186
|
-
cardStyle?: ThemeDefinition;
|
187
|
-
canLike?: boolean;
|
188
|
-
canShowEditDialogOnLoad?: boolean;
|
185
|
+
comment?: Comment;
|
189
186
|
dynamicInput?: CommentLikeTemplateDynamicInput;
|
187
|
+
templateSettings?: CommentLikeTemplateSettings;
|
188
|
+
canShowEditDialogOnLoad?: boolean;
|
189
|
+
canLike?: boolean;
|
190
190
|
additionalRoles?: guid[];
|
191
|
+
cardStyle?: ThemeDefinition;
|
191
192
|
hideEdit?: boolean;
|
192
|
-
|
193
|
-
|
194
|
-
}>, "onDoc$" | "onCancelReply" | "onOpenReply" | "onRefresh"> & {
|
193
|
+
readOnly?: boolean;
|
194
|
+
}>, "onDoc$" | "onOpenReply" | "onCancelReply" | "onRefresh"> & {
|
195
195
|
onDoc$?: (description?: string) => any;
|
196
|
-
onCancelReply?: (comment: Comment) => any;
|
197
196
|
onOpenReply?: (commentToReplyOn: Comment) => any;
|
197
|
+
onCancelReply?: (comment: Comment) => any;
|
198
198
|
onRefresh?: (addedComment: boolean) => any;
|
199
199
|
};
|
200
200
|
};
|
@@ -407,8 +407,8 @@ declare const _default: {
|
|
407
407
|
"v-model"?: TimePeriodSettings;
|
408
408
|
"onUpdate:modelValue"?: (value: TimePeriodSettings) => any;
|
409
409
|
modelValue?: TimePeriodSettings;
|
410
|
-
min?: number;
|
411
410
|
hideDetails?: boolean;
|
411
|
+
min?: number;
|
412
412
|
}>, "onUpdate:modelValue"> & {
|
413
413
|
"onUpdate:modelValue"?: (value: TimePeriodSettings) => any;
|
414
414
|
};
|
package/internal-do-not-import-from-here/ux/versionedlayout/editor/LayoutEditorTabRenderer.d.ts
CHANGED
@@ -127,12 +127,12 @@ declare const _default: {
|
|
127
127
|
propsDefinition: Omit<Readonly<{} & {
|
128
128
|
layout?: Layout;
|
129
129
|
definition?: VersionedLayoutDefinition;
|
130
|
-
layoutThemeDefinition?: ThemeDefinition;
|
131
|
-
blockThemeDefinition?: ThemeDefinition;
|
132
|
-
layoutProvider?: string;
|
133
130
|
versionedLayout?: VersionedLayout;
|
134
131
|
isCheckedOutToMe?: boolean;
|
132
|
+
layoutThemeDefinition?: ThemeDefinition;
|
133
|
+
blockThemeDefinition?: ThemeDefinition;
|
135
134
|
setLayoutEditorCanvasApi?: (instance: LayoutEditorCanvasApi) => void;
|
135
|
+
layoutProvider?: string;
|
136
136
|
layoutDependencyProviders?: string[];
|
137
137
|
}>, never>;
|
138
138
|
};
|
@@ -115,12 +115,12 @@ declare const _default: {
|
|
115
115
|
propsDefinition: Omit<Readonly<{} & {
|
116
116
|
versionedLayoutId?: VersionedLayoutId;
|
117
117
|
getApi?: (api: LayoutRendererCanvasApi) => void;
|
118
|
-
publishedVersionReference?: IVersionReference;
|
119
|
-
layoutBackgroundImageElementId?: string;
|
120
118
|
layoutThemeDefinition?: ThemeDefinition;
|
121
119
|
blockThemeDefinition?: ThemeDefinition;
|
122
|
-
enableAlternateLayout?: boolean;
|
123
120
|
layoutProvider?: string;
|
121
|
+
publishedVersionReference?: IVersionReference;
|
122
|
+
layoutBackgroundImageElementId?: string;
|
123
|
+
enableAlternateLayout?: boolean;
|
124
124
|
}>, never>;
|
125
125
|
};
|
126
126
|
export default _default;
|
package/internal-do-not-import-from-here/ux/versionedlayout/renderer/VersionedLayoutRenderer.d.ts
CHANGED
@@ -167,12 +167,12 @@ declare const _default: {
|
|
167
167
|
serviceContainerContext?: ServiceContainerContext;
|
168
168
|
versionedLayoutId?: VersionedLayoutId;
|
169
169
|
getApi?: (api: LayoutRendererCanvasApi) => void;
|
170
|
-
publishedVersionReference?: IVersionReference;
|
171
|
-
layoutBackgroundImageElementId?: string;
|
172
170
|
layoutThemeDefinition?: ThemeDefinition;
|
173
171
|
blockThemeDefinition?: ThemeDefinition;
|
174
|
-
enableAlternateLayout?: boolean;
|
175
172
|
layoutProvider?: string;
|
173
|
+
publishedVersionReference?: IVersionReference;
|
174
|
+
layoutBackgroundImageElementId?: string;
|
175
|
+
enableAlternateLayout?: boolean;
|
176
176
|
}>, never>;
|
177
177
|
};
|
178
178
|
export default _default;
|
@@ -51,7 +51,6 @@ export { VToolbarSideIconTag as VToolbarSideIcon } from "../VueTags";
|
|
51
51
|
export { VToolbarTitleTag as VToolbarTitle } from "../VueTags";
|
52
52
|
export { VToolbarItemsTag as VToolbarItems } from "../VueTags";
|
53
53
|
export { VTooltipTag as VTooltip } from "../VueTags";
|
54
|
-
export { VDataTableTag as VDataTable } from "../VueTags";
|
55
54
|
export { VSliderTag as VSlider } from "../VueTags";
|
56
55
|
export { VRangeSliderTag as VRangeSlider } from "../VueTags";
|
57
56
|
export { VBadgeTag as VBadge } from "../VueTags";
|
@@ -212,6 +212,8 @@ import wc2f4b3c8e5d6a4f7bbc9d1e0a2b3c4d5e from './ux/image/scalingsettings/Scali
|
|
212
212
|
import wc800a5cc9e969441ab62989d09642fd91 from './ux/layoutcanvas/actionhandler/LayoutEditorAction';
|
213
213
|
import wcf8c97eefe53a4f3eaab4aedd8a53f5a8 from './ux/layoutcanvas/actionhandler/LayoutEditorActionSettings';
|
214
214
|
import wc8e03e2f7fb024945bc51138b77d06088 from './ux/layoutcanvas/editor/LayoutEditorCanvas';
|
215
|
+
import wc4aed54beb02341e3a6cbde5af5fb6c78 from './ux/layoutcanvas/layoutactionhandler/LayoutAction';
|
216
|
+
import wc02c473f7041b40038ceecdf09e6ba4ca from './ux/layoutcanvas/layoutactionhandler/LayoutActionSettings';
|
215
217
|
import wc0b2ee63495854227a082987161a9e641 from './ux/layoutcanvas/renderer/LayoutBlockRendererHelper';
|
216
218
|
import wcf346db89a53b404690b1795429fb0162 from './ux/layoutcanvas/renderer/LayoutRendererCanvas';
|
217
219
|
import wcdc73e71c4fdf47bbb5f48c6d998b4229 from './ux/markdown2/markdowntester/MarkdownTester';
|
@@ -687,6 +689,22 @@ declare global {
|
|
687
689
|
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
688
690
|
};
|
689
691
|
} : typeof wcf8c97eefe53a4f3eaab4aedd8a53f5a8;
|
692
|
+
"btn": {
|
693
|
+
"settings": typeof wc02c473f7041b40038ceecdf09e6ba4ca extends {
|
694
|
+
propsDefinition: infer TProp;
|
695
|
+
} ? {
|
696
|
+
new (...args: any[]): {
|
697
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
698
|
+
};
|
699
|
+
} : typeof wc02c473f7041b40038ceecdf09e6ba4ca;
|
700
|
+
};
|
701
|
+
"btn$": typeof wc4aed54beb02341e3a6cbde5af5fb6c78 extends {
|
702
|
+
propsDefinition: infer TProp;
|
703
|
+
} ? {
|
704
|
+
new (...args: any[]): {
|
705
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
706
|
+
};
|
707
|
+
} : typeof wc4aed54beb02341e3a6cbde5af5fb6c78;
|
690
708
|
};
|
691
709
|
"action$": typeof wc800a5cc9e969441ab62989d09642fd91 extends {
|
692
710
|
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.256-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,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.256-dev",
|
24
24
|
"@microsoft/signalr": "6.0.1",
|
25
25
|
"broadcast-channel": "4.8.0",
|
26
26
|
"dayjs": "1.11.7",
|