@omnia/fx 8.0.323-dev → 8.0.324-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/core/index.d.ts +1 -1
- package/internal-do-not-import-from-here/index.d.ts +1 -0
- package/internal-do-not-import-from-here/manifests/omnia.fx.core.manifest.json +1 -1
- package/internal-do-not-import-from-here/manifests/omnia.fx.manifest.json +1 -1
- package/internal-do-not-import-from-here/{ux/commandpalette/stores/CommandStore.d.ts → stores/CommandPaletteStore.d.ts} +3 -3
- 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 +1 -1
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ComponentEditorStore.d.ts +26 -0
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/InputEditorStore.d.ts +24 -0
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/spacing/store/SpacingEditorStore.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/typography/store/TypographyEditorStore.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/input/InputBlueprintsViewer.d.ts +20 -0
- package/internal-do-not-import-from-here/ux/aurora/components/input/InputStyleEditor.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/aurora/components/input/InputStylePicker.css.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/aurora/components/input/InputStylePicker.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyBlueprintsViewer.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/aurora/designkits/documentation/themes/BlueprintsTypography.d.ts +2 -3
- package/internal-do-not-import-from-here/ux/aurora/designkits/editor/themes/BlueprintsTypography.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/designkits/shared/BlueprintsTemplates.d.ts +11 -20
- package/internal-do-not-import-from-here/ux/aurora/designkits/shared/ThemeDefinitionInstance.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/aurora/designkits/shared/TypographyBlueprints.d.ts +11 -3
- package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/aurora/store/ThemeContextStore.d.ts +8 -8
- package/internal-do-not-import-from-here/ux/aurora/store/ThemeMigrations.d.ts +12 -0
- package/internal-do-not-import-from-here/ux/aurora/store/ThemeStorage.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/aurora/store/ThemeStore.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +8 -10
- package/internal-do-not-import-from-here/ux/aurora/store/index.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/styling/UseStyling.d.ts +28 -22
- package/internal-do-not-import-from-here/ux/aurora/styling/styles/BackgroundStyling.d.ts +30 -0
- package/internal-do-not-import-from-here/ux/aurora/styling/styles/BlueprintValues.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/aurora/styling/styles/BorderStyling.d.ts +18 -0
- package/internal-do-not-import-from-here/ux/aurora/styling/styles/FillStyling.d.ts +13 -0
- package/internal-do-not-import-from-here/ux/aurora/styling/styles/IconStyling.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/aurora/styling/styles/Spacing.d.ts +4 -1
- package/internal-do-not-import-from-here/ux/aurora/styling/styles/StyleFormatters.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/aurora/styling/styles/TextStyling.d.ts +10 -0
- package/internal-do-not-import-from-here/ux/aurora/styling/styles/index.d.ts +6 -1
- package/internal-do-not-import-from-here/ux/commandpalette/commands/admin/TenantSettingsCommand.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/commandpalette/commands/api/AddApiMappingCommand.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/commandpalette/commands/api/RemoveApiMappingCommand.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/commandpalette/commands/content/BaconIpsumCommand.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/commandpalette/commands/frontend/AddFrontendMappingCommand.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/commandpalette/commands/frontend/RemoveAllFrontendMappingsCommand.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/commandpalette/commands/frontend/RemoveFrontendMappingCommand.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/commandpalette/commands/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/commandpalette/commands/swagger/OpenSwaggerCommand.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/commandpalette/commands/utils/Base64DecodeCommand.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/commandpalette/commands/utils/Base64EncodeCommand.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/commandpalette/commands/utils/CreateGuidCommand.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/commandpalette/commands/utils/OpenDevDocsCommand.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/commandpalette/commands/utils/OpenVelcronStudioCommand.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/commandpalette/commands/utils/ThemePickerCommand.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/confirmdialog/ConfirmDialog.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/datetimezonerenderer/DateTimeZoneRenderer.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/dialog/Dialog.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/docs/chrome/VelcronSampleViewer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/editorchrome/chrome/EditorChrome.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/identities/IdentityRenderer.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerButton.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerInlineField.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/blockplaceholder/BlockPlaceholder.d.ts +2 -2
- 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/editor/sizecontainer/SizeContainer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/targetselector/TargetSelector.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutItemselector/LayoutItemSelector.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +8 -8
- package/internal-do-not-import-from-here/ux/markdown/MarkdownRenderer.d.ts +8 -8
- package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/PhotoWall.css.d.ts +1 -2
- package/internal-do-not-import-from-here/ux/oxide/btn/BlueprintStyling.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/oxide/chip/BlueprintStyling.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/oxide/inputfield/InputField.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +31 -166
- package/internal-do-not-import-from-here/ux/oxide/tab/BlueprintStyling.d.ts +6 -0
- 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 +1 -1
- package/internal-do-not-import-from-here/ux/oxide/treeview/OTreeViewV3.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/property-picker/PropertyPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/settings/SettingsPane.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/use/UseDraggable.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/SpacingEditor.d.ts +76 -76
- package/internal-do-not-import-from-here/wctypings.d.ts +28 -46
- package/package.json +2 -2
- package/internal-do-not-import-from-here/ux/aurora/store/SpacingMigration.d.ts +0 -4
- package/internal-do-not-import-from-here/ux/aurora/styling/styles/Blueprints.d.ts +0 -27
- package/internal-do-not-import-from-here/ux/aurora/styling/styles/Chrome.d.ts +0 -0
- package/internal-do-not-import-from-here/ux/commandpalette/commands/api-explorer/ApiExplorerCommand.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/commandpalette/commands/api-explorer/components/ApiExplorer.css.d.ts +0 -6
- package/internal-do-not-import-from-here/ux/commandpalette/commands/api-explorer/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/commandpalette/commands/api-explorer/models/ApiSpec.d.ts +0 -17
- package/internal-do-not-import-from-here/ux/commandpalette/commands/api-explorer/models/RequestMethodSelection.d.ts +0 -3
- package/internal-do-not-import-from-here/ux/commandpalette/commands/api-explorer/models/index.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/commandpalette/commands/api-explorer/specs/HubApiSpec.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/commandpalette/commands/api-explorer/specs/TodoApiSpec.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/commandpalette/commands/api-explorer/specs/index.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/commandpalette/commands/api-explorer/stores/ApiExplorerStore.d.ts +0 -70
- package/internal-do-not-import-from-here/ux/commandpalette/commands/api-explorer/stores/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/commandpalette/models/CommandDefinition.d.ts +0 -9
- package/internal-do-not-import-from-here/ux/commandpalette/models/CommandPaletteCustomComponentOptions.d.ts +0 -8
- package/internal-do-not-import-from-here/ux/commandpalette/models/CommandPaletteInputBox.d.ts +0 -5
- package/internal-do-not-import-from-here/ux/commandpalette/models/CommandPaletteListPickItem.d.ts +0 -6
- package/internal-do-not-import-from-here/ux/commandpalette/models/CommandPaletteMessage.d.ts +0 -4
- package/internal-do-not-import-from-here/ux/commandpalette/models/FuzzySearchable.d.ts +0 -3
- package/internal-do-not-import-from-here/ux/commandpalette/models/index.d.ts +0 -6
- package/internal-do-not-import-from-here/ux/commandpalette/stores/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/hub/chat/HubChat.css.d.ts +0 -4
- package/internal-do-not-import-from-here/ux/hub/chat/HubChat.d.ts +0 -23
- package/internal-do-not-import-from-here/ux/hub/feed/HubFeed.css.d.ts +0 -10
- package/internal-do-not-import-from-here/ux/hub/feed/HubFeed.d.ts +0 -34
- package/internal-do-not-import-from-here/ux/hub/feed/HubFeedChrome.css.d.ts +0 -19
- package/internal-do-not-import-from-here/ux/hub/feed/HubFeedSettings.css.d.ts +0 -6
- package/internal-do-not-import-from-here/ux/hub/feed/HubFeedSettings.d.ts +0 -19
- package/internal-do-not-import-from-here/ux/hub/feed/PageHeader.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/hub/feed/components/ActorItem.d.ts +0 -71
- package/internal-do-not-import-from-here/ux/hub/feed/components/ActorsList.d.ts +0 -34
- package/internal-do-not-import-from-here/ux/hub/feed/components/CategoryItem.d.ts +0 -31
- package/internal-do-not-import-from-here/ux/hub/feed/components/FeedItem.css.d.ts +0 -4
- package/internal-do-not-import-from-here/ux/hub/feed/components/FeedItem.d.ts +0 -47
- package/internal-do-not-import-from-here/ux/hub/feed/components/FindMenu.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/hub/feed/components/Header.d.ts +0 -68
- package/internal-do-not-import-from-here/ux/hub/feed/components/MeMenu.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/hub/feed/components/MenuItem.d.ts +0 -82
- package/internal-do-not-import-from-here/ux/hub/feed/components/SendersList.css.d.ts +0 -7
- package/internal-do-not-import-from-here/ux/hub/feed/components/Social.css.d.ts +0 -0
- package/internal-do-not-import-from-here/ux/hub/feed/components/Social.d.ts +0 -34
- package/internal-do-not-import-from-here/ux/hub/feed/components/StoryComponent.d.ts +0 -46
- package/internal-do-not-import-from-here/ux/hub/feed/definitions/CommunityUpdate.d.ts +0 -0
- package/internal-do-not-import-from-here/ux/hub/feed/definitions/DefinitionRegistrations.d.ts +0 -0
- package/internal-do-not-import-from-here/ux/hub/feed/definitions/DocumentReview.d.ts +0 -0
- package/internal-do-not-import-from-here/ux/hub/feed/definitions/NewsArticleTemplate.d.ts +0 -0
- package/internal-do-not-import-from-here/ux/hub/feed/definitions/QuickPoll.d.ts +0 -0
- package/internal-do-not-import-from-here/ux/hub/feed/definitions/Reach.d.ts +0 -0
- package/internal-do-not-import-from-here/ux/hub/feed/definitions/Story.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/hub/feed/definitions/UpdatedProcess.d.ts +0 -0
- package/internal-do-not-import-from-here/ux/hub/feed/stores/ActivityFeedStore.d.ts +0 -149
- package/internal-do-not-import-from-here/ux/hub/feed/stores/HubFeedChannel.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/hub/feed/stores/HubFeedChromeStore.d.ts +0 -44
- package/internal-do-not-import-from-here/ux/hub/feed/stores/index.d.ts +0 -3
- package/internal-do-not-import-from-here/ux/hub/feed/tabs/FeedTab.css.d.ts +0 -8
- package/internal-do-not-import-from-here/ux/hub/feed/tabs/FeedTab.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/hub/feed/tabs/FindTab.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/hub/feed/tabs/MeTab.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/hub/feed/tabs/fakeviews/MyContentTable.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/hub/feed/tabs/fakeviews/MyProfile.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/hub/feed/tabs/fakeviews/MySubscriptions.d.ts +0 -16
- /package/internal-do-not-import-from-here/ux/{commandpalette/commands/api-explorer/components/ApiExplorer.d.ts → aurora/admin/blades/blueprints/components/blades/InputBlade.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/{hub/feed/HubFeedChrome.d.ts → aurora/admin/blades/blueprints/components/blades/InputBladeEdit.d.ts} +0 -0
@@ -8,73 +8,73 @@ declare const _default: {
|
|
8
8
|
type: import("vue").PropType<VelcronSpacingEditorSettings>;
|
9
9
|
};
|
10
10
|
"onUpdate:modelValue": {
|
11
|
-
type: import("vue").PropType<(value:
|
11
|
+
type: import("vue").PropType<(value: SpacingValue | VelcronSpacing | VelcronPosition) => any | void>;
|
12
12
|
};
|
13
13
|
"v-model": {
|
14
|
-
type: import("vue").PropType<
|
14
|
+
type: import("vue").PropType<SpacingValue | VelcronSpacing | VelcronPosition>;
|
15
15
|
required: false;
|
16
16
|
};
|
17
17
|
modelValue: {
|
18
|
-
type: import("vue").PropType<
|
18
|
+
type: import("vue").PropType<SpacingValue | VelcronSpacing | VelcronPosition>;
|
19
19
|
required: false;
|
20
20
|
};
|
21
21
|
name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
22
|
-
type: import("vue").PropType<(value:
|
22
|
+
type: import("vue").PropType<(value: SpacingValue | VelcronSpacing | VelcronPosition) => any | void>;
|
23
23
|
}; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
24
|
-
type: import("vue").PropType<
|
24
|
+
type: import("vue").PropType<SpacingValue | VelcronSpacing | VelcronPosition>;
|
25
25
|
required: false;
|
26
26
|
}; } & { [key_2 in import("../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
27
|
-
type: import("vue").PropType<
|
27
|
+
type: import("vue").PropType<SpacingValue | VelcronSpacing | VelcronPosition>;
|
28
28
|
required: false;
|
29
29
|
}; } & {
|
30
|
-
require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName,
|
30
|
+
require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, SpacingValue | VelcronSpacing | VelcronPosition, {
|
31
31
|
"onUpdate:modelValue": {
|
32
|
-
type: import("vue").PropType<(value:
|
32
|
+
type: import("vue").PropType<(value: SpacingValue | VelcronSpacing | VelcronPosition) => any | void>;
|
33
33
|
};
|
34
34
|
} & {
|
35
35
|
"v-model": {
|
36
|
-
type: import("vue").PropType<
|
36
|
+
type: import("vue").PropType<SpacingValue | VelcronSpacing | VelcronPosition>;
|
37
37
|
required: false;
|
38
38
|
};
|
39
39
|
} & {
|
40
40
|
modelValue: {
|
41
|
-
type: import("vue").PropType<
|
41
|
+
type: import("vue").PropType<SpacingValue | VelcronSpacing | VelcronPosition>;
|
42
42
|
required: false;
|
43
43
|
};
|
44
44
|
}>;
|
45
|
-
defaultValue(value?:
|
45
|
+
defaultValue(value?: SpacingValue | VelcronSpacing | VelcronPosition): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, SpacingValue | VelcronSpacing | VelcronPosition, {
|
46
46
|
"onUpdate:modelValue": {
|
47
|
-
type: import("vue").PropType<(value:
|
47
|
+
type: import("vue").PropType<(value: SpacingValue | VelcronSpacing | VelcronPosition) => any | void>;
|
48
48
|
};
|
49
49
|
} & {
|
50
50
|
"v-model": {
|
51
|
-
type: import("vue").PropType<
|
51
|
+
type: import("vue").PropType<SpacingValue | VelcronSpacing | VelcronPosition>;
|
52
52
|
required: false;
|
53
53
|
};
|
54
54
|
} & {
|
55
55
|
modelValue: {
|
56
|
-
type: import("vue").PropType<
|
56
|
+
type: import("vue").PropType<SpacingValue | VelcronSpacing | VelcronPosition>;
|
57
57
|
required: false;
|
58
58
|
};
|
59
59
|
}, false>;
|
60
|
-
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName,
|
60
|
+
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, SpacingValue | VelcronSpacing | VelcronPosition, {
|
61
61
|
"onUpdate:modelValue": {
|
62
|
-
type: import("vue").PropType<(value:
|
62
|
+
type: import("vue").PropType<(value: SpacingValue | VelcronSpacing | VelcronPosition) => any | void>;
|
63
63
|
};
|
64
64
|
} & {
|
65
65
|
"v-model": {
|
66
|
-
type: import("vue").PropType<
|
66
|
+
type: import("vue").PropType<SpacingValue | VelcronSpacing | VelcronPosition>;
|
67
67
|
required: false;
|
68
68
|
};
|
69
69
|
} & {
|
70
70
|
modelValue: {
|
71
|
-
type: import("vue").PropType<
|
71
|
+
type: import("vue").PropType<SpacingValue | VelcronSpacing | VelcronPosition>;
|
72
72
|
required: false;
|
73
73
|
};
|
74
74
|
}>;
|
75
75
|
};
|
76
76
|
}>> & {
|
77
|
-
"onUpdate:modelValue"?: (value:
|
77
|
+
"onUpdate:modelValue"?: (value: SpacingValue | VelcronSpacing | VelcronPosition) => any;
|
78
78
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
79
79
|
"update:modelValue": (value: VelcronSpacing | VelcronPosition | SpacingValue) => true;
|
80
80
|
}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
@@ -92,73 +92,73 @@ declare const _default: {
|
|
92
92
|
type: import("vue").PropType<VelcronSpacingEditorSettings>;
|
93
93
|
};
|
94
94
|
"onUpdate:modelValue": {
|
95
|
-
type: import("vue").PropType<(value:
|
95
|
+
type: import("vue").PropType<(value: SpacingValue | VelcronSpacing | VelcronPosition) => any | void>;
|
96
96
|
};
|
97
97
|
"v-model": {
|
98
|
-
type: import("vue").PropType<
|
98
|
+
type: import("vue").PropType<SpacingValue | VelcronSpacing | VelcronPosition>;
|
99
99
|
required: false;
|
100
100
|
};
|
101
101
|
modelValue: {
|
102
|
-
type: import("vue").PropType<
|
102
|
+
type: import("vue").PropType<SpacingValue | VelcronSpacing | VelcronPosition>;
|
103
103
|
required: false;
|
104
104
|
};
|
105
105
|
name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
106
|
-
type: import("vue").PropType<(value:
|
106
|
+
type: import("vue").PropType<(value: SpacingValue | VelcronSpacing | VelcronPosition) => any | void>;
|
107
107
|
}; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
108
|
-
type: import("vue").PropType<
|
108
|
+
type: import("vue").PropType<SpacingValue | VelcronSpacing | VelcronPosition>;
|
109
109
|
required: false;
|
110
110
|
}; } & { [key_2 in import("../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
111
|
-
type: import("vue").PropType<
|
111
|
+
type: import("vue").PropType<SpacingValue | VelcronSpacing | VelcronPosition>;
|
112
112
|
required: false;
|
113
113
|
}; } & {
|
114
|
-
require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName,
|
114
|
+
require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, SpacingValue | VelcronSpacing | VelcronPosition, {
|
115
115
|
"onUpdate:modelValue": {
|
116
|
-
type: import("vue").PropType<(value:
|
116
|
+
type: import("vue").PropType<(value: SpacingValue | VelcronSpacing | VelcronPosition) => any | void>;
|
117
117
|
};
|
118
118
|
} & {
|
119
119
|
"v-model": {
|
120
|
-
type: import("vue").PropType<
|
120
|
+
type: import("vue").PropType<SpacingValue | VelcronSpacing | VelcronPosition>;
|
121
121
|
required: false;
|
122
122
|
};
|
123
123
|
} & {
|
124
124
|
modelValue: {
|
125
|
-
type: import("vue").PropType<
|
125
|
+
type: import("vue").PropType<SpacingValue | VelcronSpacing | VelcronPosition>;
|
126
126
|
required: false;
|
127
127
|
};
|
128
128
|
}>;
|
129
|
-
defaultValue(value?:
|
129
|
+
defaultValue(value?: SpacingValue | VelcronSpacing | VelcronPosition): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, SpacingValue | VelcronSpacing | VelcronPosition, {
|
130
130
|
"onUpdate:modelValue": {
|
131
|
-
type: import("vue").PropType<(value:
|
131
|
+
type: import("vue").PropType<(value: SpacingValue | VelcronSpacing | VelcronPosition) => any | void>;
|
132
132
|
};
|
133
133
|
} & {
|
134
134
|
"v-model": {
|
135
|
-
type: import("vue").PropType<
|
135
|
+
type: import("vue").PropType<SpacingValue | VelcronSpacing | VelcronPosition>;
|
136
136
|
required: false;
|
137
137
|
};
|
138
138
|
} & {
|
139
139
|
modelValue: {
|
140
|
-
type: import("vue").PropType<
|
140
|
+
type: import("vue").PropType<SpacingValue | VelcronSpacing | VelcronPosition>;
|
141
141
|
required: false;
|
142
142
|
};
|
143
143
|
}, false>;
|
144
|
-
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName,
|
144
|
+
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, SpacingValue | VelcronSpacing | VelcronPosition, {
|
145
145
|
"onUpdate:modelValue": {
|
146
|
-
type: import("vue").PropType<(value:
|
146
|
+
type: import("vue").PropType<(value: SpacingValue | VelcronSpacing | VelcronPosition) => any | void>;
|
147
147
|
};
|
148
148
|
} & {
|
149
149
|
"v-model": {
|
150
|
-
type: import("vue").PropType<
|
150
|
+
type: import("vue").PropType<SpacingValue | VelcronSpacing | VelcronPosition>;
|
151
151
|
required: false;
|
152
152
|
};
|
153
153
|
} & {
|
154
154
|
modelValue: {
|
155
|
-
type: import("vue").PropType<
|
155
|
+
type: import("vue").PropType<SpacingValue | VelcronSpacing | VelcronPosition>;
|
156
156
|
required: false;
|
157
157
|
};
|
158
158
|
}>;
|
159
159
|
};
|
160
160
|
}>> & {
|
161
|
-
"onUpdate:modelValue"?: (value:
|
161
|
+
"onUpdate:modelValue"?: (value: SpacingValue | VelcronSpacing | VelcronPosition) => any;
|
162
162
|
}, () => JSX.Element, {}, {}, {}, {}>;
|
163
163
|
__isFragment?: never;
|
164
164
|
__isTeleport?: never;
|
@@ -171,145 +171,145 @@ declare const _default: {
|
|
171
171
|
type: import("vue").PropType<VelcronSpacingEditorSettings>;
|
172
172
|
};
|
173
173
|
"onUpdate:modelValue": {
|
174
|
-
type: import("vue").PropType<(value:
|
174
|
+
type: import("vue").PropType<(value: SpacingValue | VelcronSpacing | VelcronPosition) => any | void>;
|
175
175
|
};
|
176
176
|
"v-model": {
|
177
|
-
type: import("vue").PropType<
|
177
|
+
type: import("vue").PropType<SpacingValue | VelcronSpacing | VelcronPosition>;
|
178
178
|
required: false;
|
179
179
|
};
|
180
180
|
modelValue: {
|
181
|
-
type: import("vue").PropType<
|
181
|
+
type: import("vue").PropType<SpacingValue | VelcronSpacing | VelcronPosition>;
|
182
182
|
required: false;
|
183
183
|
};
|
184
184
|
name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
185
|
-
type: import("vue").PropType<(value:
|
185
|
+
type: import("vue").PropType<(value: SpacingValue | VelcronSpacing | VelcronPosition) => any | void>;
|
186
186
|
}; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
187
|
-
type: import("vue").PropType<
|
187
|
+
type: import("vue").PropType<SpacingValue | VelcronSpacing | VelcronPosition>;
|
188
188
|
required: false;
|
189
189
|
}; } & { [key_2 in import("../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
190
|
-
type: import("vue").PropType<
|
190
|
+
type: import("vue").PropType<SpacingValue | VelcronSpacing | VelcronPosition>;
|
191
191
|
required: false;
|
192
192
|
}; } & {
|
193
|
-
require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName,
|
193
|
+
require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, SpacingValue | VelcronSpacing | VelcronPosition, {
|
194
194
|
"onUpdate:modelValue": {
|
195
|
-
type: import("vue").PropType<(value:
|
195
|
+
type: import("vue").PropType<(value: SpacingValue | VelcronSpacing | VelcronPosition) => any | void>;
|
196
196
|
};
|
197
197
|
} & {
|
198
198
|
"v-model": {
|
199
|
-
type: import("vue").PropType<
|
199
|
+
type: import("vue").PropType<SpacingValue | VelcronSpacing | VelcronPosition>;
|
200
200
|
required: false;
|
201
201
|
};
|
202
202
|
} & {
|
203
203
|
modelValue: {
|
204
|
-
type: import("vue").PropType<
|
204
|
+
type: import("vue").PropType<SpacingValue | VelcronSpacing | VelcronPosition>;
|
205
205
|
required: false;
|
206
206
|
};
|
207
207
|
}>;
|
208
|
-
defaultValue(value?:
|
208
|
+
defaultValue(value?: SpacingValue | VelcronSpacing | VelcronPosition): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, SpacingValue | VelcronSpacing | VelcronPosition, {
|
209
209
|
"onUpdate:modelValue": {
|
210
|
-
type: import("vue").PropType<(value:
|
210
|
+
type: import("vue").PropType<(value: SpacingValue | VelcronSpacing | VelcronPosition) => any | void>;
|
211
211
|
};
|
212
212
|
} & {
|
213
213
|
"v-model": {
|
214
|
-
type: import("vue").PropType<
|
214
|
+
type: import("vue").PropType<SpacingValue | VelcronSpacing | VelcronPosition>;
|
215
215
|
required: false;
|
216
216
|
};
|
217
217
|
} & {
|
218
218
|
modelValue: {
|
219
|
-
type: import("vue").PropType<
|
219
|
+
type: import("vue").PropType<SpacingValue | VelcronSpacing | VelcronPosition>;
|
220
220
|
required: false;
|
221
221
|
};
|
222
222
|
}, false>;
|
223
|
-
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName,
|
223
|
+
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, SpacingValue | VelcronSpacing | VelcronPosition, {
|
224
224
|
"onUpdate:modelValue": {
|
225
|
-
type: import("vue").PropType<(value:
|
225
|
+
type: import("vue").PropType<(value: SpacingValue | VelcronSpacing | VelcronPosition) => any | void>;
|
226
226
|
};
|
227
227
|
} & {
|
228
228
|
"v-model": {
|
229
|
-
type: import("vue").PropType<
|
229
|
+
type: import("vue").PropType<SpacingValue | VelcronSpacing | VelcronPosition>;
|
230
230
|
required: false;
|
231
231
|
};
|
232
232
|
} & {
|
233
233
|
modelValue: {
|
234
|
-
type: import("vue").PropType<
|
234
|
+
type: import("vue").PropType<SpacingValue | VelcronSpacing | VelcronPosition>;
|
235
235
|
required: false;
|
236
236
|
};
|
237
237
|
}>;
|
238
238
|
};
|
239
239
|
}>> & {
|
240
|
-
"onUpdate:modelValue"?: (value:
|
240
|
+
"onUpdate:modelValue"?: (value: SpacingValue | VelcronSpacing | VelcronPosition) => any;
|
241
241
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
242
242
|
"update:modelValue": (value: VelcronSpacing | VelcronPosition | SpacingValue) => true;
|
243
243
|
}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
244
244
|
propsDefinition: Omit<Readonly<{} & {
|
245
245
|
name?: {
|
246
246
|
[x: `onUpdate:${string}`]: {
|
247
|
-
type: import("vue").PropType<(value:
|
247
|
+
type: import("vue").PropType<(value: SpacingValue | VelcronSpacing | VelcronPosition) => any | void>;
|
248
248
|
};
|
249
249
|
} & {
|
250
250
|
[x: `v-model:${string}`]: {
|
251
|
-
type: import("vue").PropType<
|
251
|
+
type: import("vue").PropType<SpacingValue | VelcronSpacing | VelcronPosition>;
|
252
252
|
required: false;
|
253
253
|
};
|
254
254
|
} & {
|
255
255
|
[x: string]: {
|
256
|
-
type: import("vue").PropType<
|
256
|
+
type: import("vue").PropType<SpacingValue | VelcronSpacing | VelcronPosition>;
|
257
257
|
required: false;
|
258
258
|
};
|
259
259
|
} & {
|
260
|
-
require(): import("../../../DefineVueTypings").DefinePropModelRequire<string,
|
260
|
+
require(): import("../../../DefineVueTypings").DefinePropModelRequire<string, SpacingValue | VelcronSpacing | VelcronPosition, {
|
261
261
|
"onUpdate:modelValue": {
|
262
|
-
type: import("vue").PropType<(value:
|
262
|
+
type: import("vue").PropType<(value: SpacingValue | VelcronSpacing | VelcronPosition) => any | void>;
|
263
263
|
};
|
264
264
|
} & {
|
265
265
|
"v-model": {
|
266
|
-
type: import("vue").PropType<
|
266
|
+
type: import("vue").PropType<SpacingValue | VelcronSpacing | VelcronPosition>;
|
267
267
|
required: false;
|
268
268
|
};
|
269
269
|
} & {
|
270
270
|
modelValue: {
|
271
|
-
type: import("vue").PropType<
|
271
|
+
type: import("vue").PropType<SpacingValue | VelcronSpacing | VelcronPosition>;
|
272
272
|
required: false;
|
273
273
|
};
|
274
274
|
}>;
|
275
|
-
defaultValue(value?:
|
275
|
+
defaultValue(value?: SpacingValue | VelcronSpacing | VelcronPosition): import("../../../DefineVueTypings").DefinePropModelDefaultValue<string, SpacingValue | VelcronSpacing | VelcronPosition, {
|
276
276
|
"onUpdate:modelValue": {
|
277
|
-
type: import("vue").PropType<(value:
|
277
|
+
type: import("vue").PropType<(value: SpacingValue | VelcronSpacing | VelcronPosition) => any | void>;
|
278
278
|
};
|
279
279
|
} & {
|
280
280
|
"v-model": {
|
281
|
-
type: import("vue").PropType<
|
281
|
+
type: import("vue").PropType<SpacingValue | VelcronSpacing | VelcronPosition>;
|
282
282
|
required: false;
|
283
283
|
};
|
284
284
|
} & {
|
285
285
|
modelValue: {
|
286
|
-
type: import("vue").PropType<
|
286
|
+
type: import("vue").PropType<SpacingValue | VelcronSpacing | VelcronPosition>;
|
287
287
|
required: false;
|
288
288
|
};
|
289
289
|
}, false>;
|
290
|
-
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<string,
|
290
|
+
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<string, SpacingValue | VelcronSpacing | VelcronPosition, {
|
291
291
|
"onUpdate:modelValue": {
|
292
|
-
type: import("vue").PropType<(value:
|
292
|
+
type: import("vue").PropType<(value: SpacingValue | VelcronSpacing | VelcronPosition) => any | void>;
|
293
293
|
};
|
294
294
|
} & {
|
295
295
|
"v-model": {
|
296
|
-
type: import("vue").PropType<
|
296
|
+
type: import("vue").PropType<SpacingValue | VelcronSpacing | VelcronPosition>;
|
297
297
|
required: false;
|
298
298
|
};
|
299
299
|
} & {
|
300
300
|
modelValue: {
|
301
|
-
type: import("vue").PropType<
|
301
|
+
type: import("vue").PropType<SpacingValue | VelcronSpacing | VelcronPosition>;
|
302
302
|
required: false;
|
303
303
|
};
|
304
304
|
}>;
|
305
305
|
};
|
306
306
|
settings?: VelcronSpacingEditorSettings;
|
307
307
|
location?: EditorLocation;
|
308
|
-
modelValue?:
|
309
|
-
"onUpdate:modelValue"?: (value:
|
310
|
-
"v-model"?:
|
308
|
+
modelValue?: SpacingValue | VelcronSpacing | VelcronPosition;
|
309
|
+
"onUpdate:modelValue"?: (value: SpacingValue | VelcronSpacing | VelcronPosition) => any | void;
|
310
|
+
"v-model"?: SpacingValue | VelcronSpacing | VelcronPosition;
|
311
311
|
}>, "onUpdate:modelValue"> & {
|
312
|
-
"onUpdate:modelValue"?: (value:
|
312
|
+
"onUpdate:modelValue"?: (value: SpacingValue | VelcronSpacing | VelcronPosition) => any;
|
313
313
|
};
|
314
314
|
};
|
315
315
|
export default _default;
|
@@ -220,10 +220,6 @@ import wc22666b255eb64f378edf70d5e9859216 from './ux/enterpriseproperties/render
|
|
220
220
|
import wc0619d10d541645aaabbdc17d5b867501 from './ux/enterprisepropertysets/picker/EnterprisePropertySetPicker';
|
221
221
|
import wcfaee0b6397494a9abca9c480856e2498 from './ux/flow/editor/FlowEditor';
|
222
222
|
import wc9f6fd018560b4c8cbd36f39c6d079bb7 from './ux/flow/renderer/FlowRenderer';
|
223
|
-
import wcc587659a68194582be3c393240709785 from './ux/hub/chat/HubChat';
|
224
|
-
import wcb4fdf9c1a0314fb7a3d3d0cc6e9569b3 from './ux/hub/feed/HubFeed';
|
225
|
-
import wcbaecc57591074830a5ae2dda9f6b5ed5 from './ux/hub/feed/HubFeedSettings';
|
226
|
-
import wcb11d3955272348cdb3a131cb1bf61374 from './ux/hub/feed/HubFeedChrome';
|
227
223
|
import wc2f4b3c8e5d6a4f7bbc9d1e0a2b3c4d5e from './ux/image/scalingsettings/ScalingSettings';
|
228
224
|
import wc8e03e2f7fb024945bc51138b77d06088 from './ux/layoutcanvas/editor/LayoutEditorCanvas';
|
229
225
|
import wc4aed54beb02341e3a6cbde5af5fb6c78 from './ux/layoutcanvas/layoutactionhandler/LayoutAction';
|
@@ -382,6 +378,9 @@ import wcb1acedf8859a4daab8c683bd87142462 from './ux/aurora/components/headerpic
|
|
382
378
|
import wc5542a25df57c464897a59a336eee0e56 from './ux/aurora/components/iconstylepicker/IconStylePicker';
|
383
379
|
import wcf7cc41f3ae4944e3b43c380140438973 from './ux/aurora/components/iconstylepicker/IconStyleEditor';
|
384
380
|
import wccbdf3361c16f479faff72960c18404dc from './ux/aurora/components/iconstylepicker/IconBlueprintsViewer';
|
381
|
+
import wcd84a5b45429344d29a084ade31ad668d from './ux/aurora/components/input/InputStylePicker';
|
382
|
+
import wc141334bec3914c018c0044b7593ffc93 from './ux/aurora/components/input/InputStyleEditor';
|
383
|
+
import wc94cbc66f399948c28f25bf8962deefd1 from './ux/aurora/components/input/InputBlueprintsViewer';
|
385
384
|
import wc564bced7081c496483e8df717f600ff3 from './ux/aurora/components/spacingpicker/SpacingPicker3';
|
386
385
|
import wc0ed52c601528428e935d110b3018a0bc from './ux/aurora/components/spacingpicker/SpacingViewer';
|
387
386
|
import wc3f61b080ed9d4a2bad922be8f5ae0794 from './ux/aurora/components/spacingpicker/SpacingEditor';
|
@@ -397,7 +396,6 @@ import wc54730f05dd2c4f2da1c830b3985b36a9 from './ux/aurora/components/typograph
|
|
397
396
|
import wc99a73153b5c647da9d6de517f51e53f0 from './ux/aurora/components/typography/TypographyEditor';
|
398
397
|
import wc2f742a14a560434abb899360a69c314b from './ux/aurora/components/typography/TypographyBlueprintsViewer';
|
399
398
|
import wc6bcccc7dd1c74fe591a660641ac62cd7 from './ux/aurora/components/viewtemplatepicker/ViewTemplatePicker';
|
400
|
-
import wcd9508940e4fc434687528eb890ae70e9 from './ux/commandpalette/commands/api-explorer/components/ApiExplorer';
|
401
399
|
import wc4fc2b52f62484d5caced1c31f7ead58b from './ux/enterpriseproperties/display/datafield/DataFieldDisplay';
|
402
400
|
import wc8bb3a534205140f58cea8130e5b10715 from './ux/enterpriseproperties/display/datetimefield/DatetimeFieldDisplay';
|
403
401
|
import wc08f6ee02c5d94b648f630ec352fdd94c from './ux/enterpriseproperties/display/personfield/PersonFieldDisplay';
|
@@ -1473,6 +1471,31 @@ declare global {
|
|
1473
1471
|
};
|
1474
1472
|
} : typeof wc91919b3f54de42dab709575b8a9ca233;
|
1475
1473
|
};
|
1474
|
+
"style": {
|
1475
|
+
"picker": typeof wcd84a5b45429344d29a084ade31ad668d extends {
|
1476
|
+
propsDefinition: infer TProp;
|
1477
|
+
} ? {
|
1478
|
+
new (...args: any[]): {
|
1479
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
1480
|
+
};
|
1481
|
+
} : typeof wcd84a5b45429344d29a084ade31ad668d;
|
1482
|
+
"editor": typeof wc141334bec3914c018c0044b7593ffc93 extends {
|
1483
|
+
propsDefinition: infer TProp;
|
1484
|
+
} ? {
|
1485
|
+
new (...args: any[]): {
|
1486
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
1487
|
+
};
|
1488
|
+
} : typeof wc141334bec3914c018c0044b7593ffc93;
|
1489
|
+
};
|
1490
|
+
"blueprints": {
|
1491
|
+
"viewer": typeof wc94cbc66f399948c28f25bf8962deefd1 extends {
|
1492
|
+
propsDefinition: infer TProp;
|
1493
|
+
} ? {
|
1494
|
+
new (...args: any[]): {
|
1495
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
1496
|
+
};
|
1497
|
+
} : typeof wc94cbc66f399948c28f25bf8962deefd1;
|
1498
|
+
};
|
1476
1499
|
};
|
1477
1500
|
"journey": {
|
1478
1501
|
"blade": typeof wc4357bb8264e3482c8710afed3b2be35c extends {
|
@@ -2828,38 +2851,6 @@ declare global {
|
|
2828
2851
|
};
|
2829
2852
|
} : typeof wc9f6fd018560b4c8cbd36f39c6d079bb7;
|
2830
2853
|
};
|
2831
|
-
"hub": {
|
2832
|
-
"chat": typeof wcc587659a68194582be3c393240709785 extends {
|
2833
|
-
propsDefinition: infer TProp;
|
2834
|
-
} ? {
|
2835
|
-
new (...args: any[]): {
|
2836
|
-
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
2837
|
-
};
|
2838
|
-
} : typeof wcc587659a68194582be3c393240709785;
|
2839
|
-
"feed": {
|
2840
|
-
"settings": typeof wcbaecc57591074830a5ae2dda9f6b5ed5 extends {
|
2841
|
-
propsDefinition: infer TProp;
|
2842
|
-
} ? {
|
2843
|
-
new (...args: any[]): {
|
2844
|
-
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
2845
|
-
};
|
2846
|
-
} : typeof wcbaecc57591074830a5ae2dda9f6b5ed5;
|
2847
|
-
"chrome": typeof wcb11d3955272348cdb3a131cb1bf61374 extends {
|
2848
|
-
propsDefinition: infer TProp;
|
2849
|
-
} ? {
|
2850
|
-
new (...args: any[]): {
|
2851
|
-
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
2852
|
-
};
|
2853
|
-
} : typeof wcb11d3955272348cdb3a131cb1bf61374;
|
2854
|
-
};
|
2855
|
-
"feed$": typeof wcb4fdf9c1a0314fb7a3d3d0cc6e9569b3 extends {
|
2856
|
-
propsDefinition: infer TProp;
|
2857
|
-
} ? {
|
2858
|
-
new (...args: any[]): {
|
2859
|
-
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
2860
|
-
};
|
2861
|
-
} : typeof wcb4fdf9c1a0314fb7a3d3d0cc6e9569b3;
|
2862
|
-
};
|
2863
2854
|
"layout": {
|
2864
2855
|
"editor": {
|
2865
2856
|
"canvas": typeof wc8e03e2f7fb024945bc51138b77d06088 extends {
|
@@ -3943,15 +3934,6 @@ declare global {
|
|
3943
3934
|
} : typeof wc6bcccc7dd1c74fe591a660641ac62cd7;
|
3944
3935
|
};
|
3945
3936
|
};
|
3946
|
-
"api": {
|
3947
|
-
"explorer": typeof wcd9508940e4fc434687528eb890ae70e9 extends {
|
3948
|
-
propsDefinition: infer TProp;
|
3949
|
-
} ? {
|
3950
|
-
new (...args: any[]): {
|
3951
|
-
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
3952
|
-
};
|
3953
|
-
} : typeof wcd9508940e4fc434687528eb890ae70e9;
|
3954
|
-
};
|
3955
3937
|
"enterpriseproperties": {
|
3956
3938
|
"datafield": {
|
3957
3939
|
"display": typeof wc4fc2b52f62484d5caced1c31f7ead58b extends {
|
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.324-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.324-dev",
|
24
24
|
"@microsoft/signalr": "6.0.1",
|
25
25
|
"broadcast-channel": "4.8.0",
|
26
26
|
"dayjs": "1.11.7",
|
@@ -1,27 +0,0 @@
|
|
1
|
-
import { FillDefinitionValue, BorderStylingDefinition, ButtonBlueprint, BackgroundDefinition, TextBlueprint, IconBlueprint, TabsBlueprint, ChipBlueprint, Spacing, SpacingValue } from "@omnia/fx-models";
|
2
|
-
import { NestedCSSProperties } from "typestyle/lib/types";
|
3
|
-
import { useColorSchemaStore, useSpacingBlueprintStore, useTypographyBlueprintStore } from "../../store";
|
4
|
-
import { StylexValue } from "internal/fx/ux/Styles.stylex";
|
5
|
-
export declare namespace blueprintStylex {
|
6
|
-
function getBlueprintSpacingValues(value: Spacing, blueprint?: ReturnType<typeof useSpacingBlueprintStore>): Spacing;
|
7
|
-
function getBlueprintSpacingStylex(value: Spacing | SpacingValue, spacingType?: "margin" | "padding", blueprint?: ReturnType<typeof useSpacingBlueprintStore>): Readonly<StylexValue>;
|
8
|
-
function getBlueprintFillStylex(definition: FillDefinitionValue, colors?: ReturnType<typeof useColorSchemaStore>): Readonly<StylexValue>;
|
9
|
-
/** Chip */
|
10
|
-
function getChipBlueprintStylex(bluePrint: ChipBlueprint, colors: ReturnType<typeof useColorSchemaStore>): Readonly<StylexValue>;
|
11
|
-
/**Tab styling */
|
12
|
-
function getBlueprintBorderStylex(definition: BorderStylingDefinition, gradientFillFallbackColor?: string, colors?: ReturnType<typeof useColorSchemaStore>): Readonly<StylexValue>;
|
13
|
-
function getBlueprintBackgroundStylex(definition: BackgroundDefinition, gradientFillFallbackColor?: string, colors?: ReturnType<typeof useColorSchemaStore>): Readonly<StylexValue>;
|
14
|
-
function getBlueprintTabStylex(blueprint: TabsBlueprint, colors: ReturnType<typeof useColorSchemaStore>, active?: boolean): Readonly<StylexValue>;
|
15
|
-
function getBlueprintTabsStylex(blueprint: TabsBlueprint, colors: ReturnType<typeof useColorSchemaStore>): Readonly<StylexValue>;
|
16
|
-
/**Text styling */
|
17
|
-
function getBlueprintTextStylex(bluePrint: TextBlueprint, colors: ReturnType<typeof useColorSchemaStore>, blueprints: ReturnType<typeof useTypographyBlueprintStore>): Readonly<StylexValue>;
|
18
|
-
function getIconBlueprintStylex(bluePrint: IconBlueprint, colors: ReturnType<typeof useColorSchemaStore>, duoTone: boolean, nested?: boolean): Readonly<StylexValue>;
|
19
|
-
/**Button styling */
|
20
|
-
function getButtonBlueprintStylex(bluePrint: ButtonBlueprint, colors: ReturnType<typeof useColorSchemaStore>): Readonly<StylexValue>;
|
21
|
-
function getBlueprintSpacingValue(value: any, blueprint?: ReturnType<typeof useSpacingBlueprintStore>): number;
|
22
|
-
}
|
23
|
-
export declare namespace blueprintStyles {
|
24
|
-
/**Text styling */
|
25
|
-
function getBlueprintTextStyling(bluePrint: TextBlueprint, colors: ReturnType<typeof useColorSchemaStore>, blueprints: ReturnType<typeof useTypographyBlueprintStore>): string;
|
26
|
-
function getBlueprintTextStylingObject(bluePrint: TextBlueprint, colors: ReturnType<typeof useColorSchemaStore>, blueprints: ReturnType<typeof useTypographyBlueprintStore>): NestedCSSProperties;
|
27
|
-
}
|
File without changes
|
@@ -1 +0,0 @@
|
|
1
|
-
export * from "./ApiExplorerCommand";
|
package/internal-do-not-import-from-here/ux/commandpalette/commands/api-explorer/models/ApiSpec.d.ts
DELETED
@@ -1,17 +0,0 @@
|
|
1
|
-
import { HttpMethods, VelcronAppDefinition } from "@omnia/fx-models/internal-do-not-import-from-here/shared";
|
2
|
-
export interface ApiSpec {
|
3
|
-
title: string;
|
4
|
-
method: HttpMethods;
|
5
|
-
url: string;
|
6
|
-
headers?: Record<string, string>;
|
7
|
-
queryStrings?: Record<string, string>;
|
8
|
-
body?: object;
|
9
|
-
velcron?: VelcronAppDefinition<{
|
10
|
-
items: Array<unknown>;
|
11
|
-
item: unknown;
|
12
|
-
}>;
|
13
|
-
}
|
14
|
-
export interface ApiSpecGroup {
|
15
|
-
title: string;
|
16
|
-
specs: ApiSpec[];
|
17
|
-
}
|
@@ -1 +0,0 @@
|
|
1
|
-
export {};
|
@@ -1 +0,0 @@
|
|
1
|
-
export {};
|