@omnia/fx 8.0.216-dev → 8.0.219-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 +362 -122
- package/internal-do-not-import-from-here/ux/admin/usermanagement/groups/ActiveGroupListing.d.ts +8 -1
- package/internal-do-not-import-from-here/ux/admin/usermanagement/groups/DeletedGroupListing.d.ts +6 -3
- package/internal-do-not-import-from-here/ux/admin/usermanagement/groups/GroupDetailBlade.d.ts +10 -5
- package/internal-do-not-import-from-here/ux/admin/usermanagement/groups/GroupMembershipListing.d.ts +80 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/loc/localize.d.ts +6 -1
- package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/GroupDetailStore.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/UserManagementConstants.d.ts +6 -1
- package/internal-do-not-import-from-here/ux/admin/usermanagement/usertypes/blades/UserTypeLayoutBlade.d.ts +15 -3
- package/internal-do-not-import-from-here/ux/admin/usermanagement/usertypes/tabs/AuthenticationTab.d.ts +13 -5
- package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStylePicker.d.ts +6 -1
- package/internal-do-not-import-from-here/ux/aurora/styling/UseStyling.d.ts +13 -36
- package/internal-do-not-import-from-here/ux/aurora/styling/styles/Blueprints.d.ts +6 -8
- package/internal-do-not-import-from-here/ux/aurora/styling/styles/Chrome.d.ts +1 -11
- package/internal-do-not-import-from-here/ux/aurora/styling/styles/Colors.d.ts +1 -6
- package/internal-do-not-import-from-here/ux/aurora/styling/styles/Spacing.d.ts +1 -6
- package/internal-do-not-import-from-here/ux/aurora/styling/styles/Typography.d.ts +27 -0
- package/internal-do-not-import-from-here/ux/aurora/styling/styles/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/markdown/patches/EditorScrollPatch.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/oxide/column/Column.stylex.d.ts +1 -6
- package/internal-do-not-import-from-here/ux/oxide/flex/Row.stylex.d.ts +1 -6
- package/internal-do-not-import-from-here/ux/oxide/icon/Icon.stylex.d.ts +1 -6
- package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +7 -3
- package/internal-do-not-import-from-here/ux/oxide/text/Text.stylex.d.ts +1 -6
- package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.stylex.d.ts +24 -18
- package/internal-do-not-import-from-here/ux/profilecard/ProfileCardRenderer.d.ts +58 -82
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/HashTag/HashTagToolbar.d.ts +3 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/MediaPickerEditorExtension.d.ts +48 -68
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/MediaPickerToolbar.d.ts +50 -70
- package/internal-do-not-import-from-here/ux/usertypelayout/UserTypeLayoutRenderer.d.ts +65 -44
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/VelcronContentEditor.d.ts +681 -1061
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/VelcronContentRenderer.d.ts +80 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/components/BorderSelector copy.d.ts +60 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/components/BorderSelector.css.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/components/DefinitionToolbar copy.d.ts +65 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/components/DefinitionToolbar.css.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/models/EditorRenderingHooks.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/stores/ContentEditorStore.d.ts +135 -203
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronPropertyEditorDefinitions.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/editor/models/ComponentPropertyDescriptorTemplates.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/BlueprintEditor.d.ts +14 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/ImageEditor.d.ts +14 -0
- package/internal-do-not-import-from-here/wctypings.d.ts +24 -26
- package/package.json +2 -2
- package/internal-do-not-import-from-here/ux/oxide/alert/Alert.css.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/velcron/blocks/content/ContentBlock.css.d.ts +0 -7
- package/internal-do-not-import-from-here/ux/velcron/blocks/content/ContentBlock.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/velcron/blocks/content/ContentBlockSettings.css.d.ts +0 -6
- package/internal-do-not-import-from-here/ux/velcron/blocks/content/ContentBlockSettings.d.ts +0 -16
- /package/internal-do-not-import-from-here/ux/oxide/appbar/{Appbar.css.d.ts → Appbar.stylex.d.ts} +0 -0
@@ -37,7 +37,7 @@ export interface VelcronNumberEditorSettings {
|
|
37
37
|
step: number;
|
38
38
|
}
|
39
39
|
export interface VelcronBlueprintEditorSettings {
|
40
|
-
type: "container" | "";
|
40
|
+
type: "container" | "icon";
|
41
41
|
}
|
42
42
|
export interface VelcronBackgroundEditorSettings {
|
43
43
|
type: "image" | "video";
|
@@ -1,6 +1,8 @@
|
|
1
1
|
import { VelcronComponentPropertyDescriptor } from "./VelcronDescriptors";
|
2
2
|
export declare const ComponentPropertyDescriptorTemplates: {
|
3
|
+
colorSchema: VelcronComponentPropertyDescriptor;
|
3
4
|
containerBlueprint: VelcronComponentPropertyDescriptor;
|
5
|
+
iconBlueprint: VelcronComponentPropertyDescriptor;
|
4
6
|
margin: VelcronComponentPropertyDescriptor;
|
5
7
|
padding: VelcronComponentPropertyDescriptor;
|
6
8
|
position: VelcronComponentPropertyDescriptor;
|
@@ -1,6 +1,9 @@
|
|
1
|
-
import { EditorLocation } from "@omnia/fx-models";
|
1
|
+
import { EditorLocation, VelcronBlueprintEditorSettings } from "@omnia/fx-models";
|
2
2
|
declare const _default: {
|
3
3
|
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
4
|
+
settings: {
|
5
|
+
type: import("vue").PropType<VelcronBlueprintEditorSettings>;
|
6
|
+
};
|
4
7
|
previewColorSchemaType: {
|
5
8
|
type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
|
6
9
|
};
|
@@ -82,6 +85,9 @@ declare const _default: {
|
|
82
85
|
"value:enter": (value: any) => true;
|
83
86
|
"value:leave": (value: any) => true;
|
84
87
|
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
88
|
+
settings: {
|
89
|
+
type: import("vue").PropType<VelcronBlueprintEditorSettings>;
|
90
|
+
};
|
85
91
|
previewColorSchemaType: {
|
86
92
|
type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
|
87
93
|
};
|
@@ -166,6 +172,9 @@ declare const _default: {
|
|
166
172
|
M: {};
|
167
173
|
Defaults: {};
|
168
174
|
}, Readonly<import("vue").ExtractPropTypes<{
|
175
|
+
settings: {
|
176
|
+
type: import("vue").PropType<VelcronBlueprintEditorSettings>;
|
177
|
+
};
|
169
178
|
previewColorSchemaType: {
|
170
179
|
type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
|
171
180
|
};
|
@@ -247,6 +256,9 @@ declare const _default: {
|
|
247
256
|
__isTeleport?: never;
|
248
257
|
__isSuspense?: never;
|
249
258
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
259
|
+
settings: {
|
260
|
+
type: import("vue").PropType<VelcronBlueprintEditorSettings>;
|
261
|
+
};
|
250
262
|
previewColorSchemaType: {
|
251
263
|
type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
|
252
264
|
};
|
@@ -390,6 +402,7 @@ declare const _default: {
|
|
390
402
|
};
|
391
403
|
}>;
|
392
404
|
};
|
405
|
+
settings?: VelcronBlueprintEditorSettings;
|
393
406
|
"v-model"?: any;
|
394
407
|
"onUpdate:modelValue"?: (value: any) => any;
|
395
408
|
modelValue?: any;
|
@@ -1,5 +1,9 @@
|
|
1
|
+
import { EditorLocation } from "@omnia/fx-models";
|
1
2
|
declare const _default: {
|
2
3
|
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
4
|
+
location: {
|
5
|
+
type: import("vue").PropType<EditorLocation>;
|
6
|
+
};
|
3
7
|
settings: {
|
4
8
|
type: import("vue").PropType<any>;
|
5
9
|
};
|
@@ -74,6 +78,9 @@ declare const _default: {
|
|
74
78
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
75
79
|
"update:modelValue": (value: any) => true;
|
76
80
|
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
81
|
+
location: {
|
82
|
+
type: import("vue").PropType<EditorLocation>;
|
83
|
+
};
|
77
84
|
settings: {
|
78
85
|
type: import("vue").PropType<any>;
|
79
86
|
};
|
@@ -153,6 +160,9 @@ declare const _default: {
|
|
153
160
|
M: {};
|
154
161
|
Defaults: {};
|
155
162
|
}, Readonly<import("vue").ExtractPropTypes<{
|
163
|
+
location: {
|
164
|
+
type: import("vue").PropType<EditorLocation>;
|
165
|
+
};
|
156
166
|
settings: {
|
157
167
|
type: import("vue").PropType<any>;
|
158
168
|
};
|
@@ -229,6 +239,9 @@ declare const _default: {
|
|
229
239
|
__isTeleport?: never;
|
230
240
|
__isSuspense?: never;
|
231
241
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
242
|
+
location: {
|
243
|
+
type: import("vue").PropType<EditorLocation>;
|
244
|
+
};
|
232
245
|
settings: {
|
233
246
|
type: import("vue").PropType<any>;
|
234
247
|
};
|
@@ -369,6 +382,7 @@ declare const _default: {
|
|
369
382
|
"v-model"?: any;
|
370
383
|
"onUpdate:modelValue"?: (value: any) => any;
|
371
384
|
modelValue?: any;
|
385
|
+
location?: EditorLocation;
|
372
386
|
}>, "onUpdate:modelValue"> & {
|
373
387
|
"onUpdate:modelValue"?: (value: any) => any;
|
374
388
|
};
|
@@ -163,6 +163,7 @@ import wc0a208072d45f4f498d59ab7b9da9a10d from './ux/admin/usermanagement/groups
|
|
163
163
|
import wcf333ebaad0094169a2ff868e8b751bf9 from './ux/admin/usermanagement/groups/ActiveGroupListing';
|
164
164
|
import wc3620baa9550145fa955e79d176a72a51 from './ux/admin/usermanagement/groups/DeletedGroupListing';
|
165
165
|
import wc836c198b2a2c418f89a0cf47ed44092d from './ux/admin/usermanagement/groups/GroupDetailBlade';
|
166
|
+
import wc38678117b6684024acfb3085c38d3040 from './ux/admin/usermanagement/groups/GroupMembershipListing';
|
166
167
|
import wc9c3a9218af534e48b95ba122eb43db64 from './ux/admin/usermanagement/dynamicgroups/DynamicGroupListingBlade';
|
167
168
|
import wcf43ef789418d4f56bd2788420f3d9823 from './ux/admin/usermanagement/dynamicgroups/DynamicGroupDetailBlade';
|
168
169
|
import wc77fa3438c9204b32bddc1b8361e530c2 from './ux/admin/usermanagement/userproperties/UserPropertyListingBlade';
|
@@ -442,14 +443,13 @@ import wceb1460af73a8467597c5d0987d38cae5 from './ux/properties/builtins/time/Ti
|
|
442
443
|
import wcf6b07b9fb080465498768f4fc8c58415 from './ux/properties/builtins/time/TimeEditor';
|
443
444
|
import wcab831db522504b8ea6948fe46978bd31 from './ux/properties/builtins/usertype/UserTypeDisplay';
|
444
445
|
import wc2717acc386ab40198b6dae0986557da3 from './ux/properties/builtins/usertype/UserTypeEditor';
|
445
|
-
import wccf8f32c9a70e408489a451caa80cd327 from './ux/velcron/blocks/content/ContentBlock';
|
446
|
-
import wcce1c0a7d513e45ee86564ec4235e712d from './ux/velcron/blocks/content/ContentBlockSettings';
|
447
446
|
import wcc9d01726f5594902bf4de68612b186de from './ux/velcron/blocks/demo/DemoBlock';
|
448
447
|
import wcbbd5168574b64f0486adaf68ba31be49 from './ux/velcron/blocks/demo/DemoBlockSettings';
|
449
448
|
import wc80bd5b0978ea40439001d3d409236382 from './ux/velcron/blocks/velcron/VelcronBlock';
|
450
449
|
import wce8526e8ed3f74e848e0dd747fd4d376d from './ux/velcron/blocks/velcron/VelcronBlockSettings';
|
451
450
|
import wca7db43482a3140998eca19b47d941126 from './ux/velcron/components/contenteditor/VelcronContentEditor';
|
452
451
|
import wcb2999683f82046d6ad05a3c13df8e577 from './ux/velcron/components/contenteditorNew/VelcronContentEditor';
|
452
|
+
import wc6d57729e9d8f4a8080e512f6214ee24d from './ux/velcron/components/contenteditorNew/VelcronContentRenderer';
|
453
453
|
import wcb197c5e805cc4d6bb3d012e258560b31 from './ux/velcron/components/definitionpicker/VelcronDefinitionPicker';
|
454
454
|
import wcdabd67ab338243858fe7d1ca24399995 from './ux/velcron/components/propertieseditor/VelcronPropertiesEditor';
|
455
455
|
import wc5688474abe554cabb34c696620eb6be1 from './ux/velcron/renderer/editors/PropertyEditorCreator';
|
@@ -1017,6 +1017,9 @@ declare global {
|
|
1017
1017
|
"oa-user-management-group-detail": typeof wc836c198b2a2c418f89a0cf47ed44092d extends {
|
1018
1018
|
propsDefinition: infer TProp;
|
1019
1019
|
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc836c198b2a2c418f89a0cf47ed44092d extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc836c198b2a2c418f89a0cf47ed44092d>, "propsDefinition">> : never;
|
1020
|
+
"oa-user-management-group-membership-listing": typeof wc38678117b6684024acfb3085c38d3040 extends {
|
1021
|
+
propsDefinition: infer TProp;
|
1022
|
+
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc38678117b6684024acfb3085c38d3040 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc38678117b6684024acfb3085c38d3040>, "propsDefinition">> : never;
|
1020
1023
|
"oa-user-management-dynamicgroup-listing": typeof wc9c3a9218af534e48b95ba122eb43db64 extends {
|
1021
1024
|
propsDefinition: infer TProp;
|
1022
1025
|
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc9c3a9218af534e48b95ba122eb43db64 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc9c3a9218af534e48b95ba122eb43db64>, "propsDefinition">> : never;
|
@@ -1854,12 +1857,6 @@ declare global {
|
|
1854
1857
|
"omfx-properties-usertype-editor": typeof wc2717acc386ab40198b6dae0986557da3 extends {
|
1855
1858
|
propsDefinition: infer TProp;
|
1856
1859
|
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc2717acc386ab40198b6dae0986557da3 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc2717acc386ab40198b6dae0986557da3>, "propsDefinition">> : never;
|
1857
|
-
"omfx-content-block": typeof wccf8f32c9a70e408489a451caa80cd327 extends {
|
1858
|
-
propsDefinition: infer TProp;
|
1859
|
-
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wccf8f32c9a70e408489a451caa80cd327 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wccf8f32c9a70e408489a451caa80cd327>, "propsDefinition">> : never;
|
1860
|
-
"omfx-content-block-settings": typeof wcce1c0a7d513e45ee86564ec4235e712d extends {
|
1861
|
-
propsDefinition: infer TProp;
|
1862
|
-
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wcce1c0a7d513e45ee86564ec4235e712d extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wcce1c0a7d513e45ee86564ec4235e712d>, "propsDefinition">> : never;
|
1863
1860
|
"o-demo": typeof wcc9d01726f5594902bf4de68612b186de extends {
|
1864
1861
|
propsDefinition: infer TProp;
|
1865
1862
|
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wcc9d01726f5594902bf4de68612b186de extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wcc9d01726f5594902bf4de68612b186de>, "propsDefinition">> : never;
|
@@ -1878,6 +1875,9 @@ declare global {
|
|
1878
1875
|
"omfx-velcron-content-editor-new": typeof wcb2999683f82046d6ad05a3c13df8e577 extends {
|
1879
1876
|
propsDefinition: infer TProp;
|
1880
1877
|
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wcb2999683f82046d6ad05a3c13df8e577 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wcb2999683f82046d6ad05a3c13df8e577>, "propsDefinition">> : never;
|
1878
|
+
"omfx-velcron-content-renderer": typeof wc6d57729e9d8f4a8080e512f6214ee24d extends {
|
1879
|
+
propsDefinition: infer TProp;
|
1880
|
+
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc6d57729e9d8f4a8080e512f6214ee24d extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc6d57729e9d8f4a8080e512f6214ee24d>, "propsDefinition">> : never;
|
1881
1881
|
"omfx-velcron-definition-picker": typeof wcb197c5e805cc4d6bb3d012e258560b31 extends {
|
1882
1882
|
propsDefinition: infer TProp;
|
1883
1883
|
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wcb197c5e805cc4d6bb3d012e258560b31 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wcb197c5e805cc4d6bb3d012e258560b31>, "propsDefinition">> : never;
|
@@ -4707,6 +4707,13 @@ declare global {
|
|
4707
4707
|
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
4708
4708
|
};
|
4709
4709
|
} : typeof wca7db43482a3140998eca19b47d941126;
|
4710
|
+
"renderer": typeof wc6d57729e9d8f4a8080e512f6214ee24d extends {
|
4711
|
+
propsDefinition: infer TProp;
|
4712
|
+
} ? {
|
4713
|
+
new (...args: any[]): {
|
4714
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
4715
|
+
};
|
4716
|
+
} : typeof wc6d57729e9d8f4a8080e512f6214ee24d;
|
4710
4717
|
};
|
4711
4718
|
"definition": {
|
4712
4719
|
"picker": typeof wcb197c5e805cc4d6bb3d012e258560b31 extends {
|
@@ -5450,24 +5457,6 @@ declare global {
|
|
5450
5457
|
};
|
5451
5458
|
} : typeof wcca498a9d23e947afa4c5695f01ba7959;
|
5452
5459
|
};
|
5453
|
-
"content": {
|
5454
|
-
"block": {
|
5455
|
-
"settings": typeof wcce1c0a7d513e45ee86564ec4235e712d extends {
|
5456
|
-
propsDefinition: infer TProp;
|
5457
|
-
} ? {
|
5458
|
-
new (...args: any[]): {
|
5459
|
-
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
5460
|
-
};
|
5461
|
-
} : typeof wcce1c0a7d513e45ee86564ec4235e712d;
|
5462
|
-
};
|
5463
|
-
"block$": typeof wccf8f32c9a70e408489a451caa80cd327 extends {
|
5464
|
-
propsDefinition: infer TProp;
|
5465
|
-
} ? {
|
5466
|
-
new (...args: any[]): {
|
5467
|
-
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
5468
|
-
};
|
5469
|
-
} : typeof wccf8f32c9a70e408489a451caa80cd327;
|
5470
|
-
};
|
5471
5460
|
"demo": {
|
5472
5461
|
"block": {
|
5473
5462
|
"settings": typeof wcbbd5168574b64f0486adaf68ba31be49 extends {
|
@@ -5704,6 +5693,15 @@ declare global {
|
|
5704
5693
|
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
5705
5694
|
};
|
5706
5695
|
} : typeof wc836c198b2a2c418f89a0cf47ed44092d;
|
5696
|
+
"membership": {
|
5697
|
+
"listing": typeof wc38678117b6684024acfb3085c38d3040 extends {
|
5698
|
+
propsDefinition: infer TProp;
|
5699
|
+
} ? {
|
5700
|
+
new (...args: any[]): {
|
5701
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
5702
|
+
};
|
5703
|
+
} : typeof wc38678117b6684024acfb3085c38d3040;
|
5704
|
+
};
|
5707
5705
|
};
|
5708
5706
|
"active": {
|
5709
5707
|
"group": {
|
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.219-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.219-dev",
|
24
24
|
"@microsoft/signalr": "6.0.1",
|
25
25
|
"broadcast-channel": "4.8.0",
|
26
26
|
"dayjs": "1.11.7",
|
@@ -1 +0,0 @@
|
|
1
|
-
export declare const AlertStyles: {};
|
@@ -1,16 +0,0 @@
|
|
1
|
-
declare const _default: {
|
2
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element | JSX.Element[], {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{}>>, {}, true, {}, {}, {
|
3
|
-
P: {};
|
4
|
-
B: {};
|
5
|
-
D: {};
|
6
|
-
C: {};
|
7
|
-
M: {};
|
8
|
-
Defaults: {};
|
9
|
-
}, Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element | JSX.Element[], {}, {}, {}, {}>;
|
10
|
-
__isFragment?: never;
|
11
|
-
__isTeleport?: never;
|
12
|
-
__isSuspense?: never;
|
13
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element | JSX.Element[], {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
14
|
-
propsDefinition: Omit<Readonly<{} & {}>, never>;
|
15
|
-
};
|
16
|
-
export default _default;
|
package/internal-do-not-import-from-here/ux/velcron/blocks/content/ContentBlockSettings.d.ts
DELETED
@@ -1,16 +0,0 @@
|
|
1
|
-
declare const _default: {
|
2
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{}>>, {}, true, {}, {}, {
|
3
|
-
P: {};
|
4
|
-
B: {};
|
5
|
-
D: {};
|
6
|
-
C: {};
|
7
|
-
M: {};
|
8
|
-
Defaults: {};
|
9
|
-
}, Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, {}>;
|
10
|
-
__isFragment?: never;
|
11
|
-
__isTeleport?: never;
|
12
|
-
__isSuspense?: never;
|
13
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
14
|
-
propsDefinition: Omit<Readonly<{} & {}>, never>;
|
15
|
-
};
|
16
|
-
export default _default;
|
/package/internal-do-not-import-from-here/ux/oxide/appbar/{Appbar.css.d.ts → Appbar.stylex.d.ts}
RENAMED
File without changes
|