@omnia/fx 8.0.60-vnext → 8.0.62-vnext
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/internal-do-not-import-from-here/manifests/omnia.fx.core.manifest.json +1 -1
- package/internal-do-not-import-from-here/shared/http/Bring.d.ts +1 -1
- package/internal-do-not-import-from-here/shared/models/Guid.d.ts +1 -0
- package/internal-do-not-import-from-here/shared/models/Guid.js +4 -3
- package/internal-do-not-import-from-here/shared/models/theming/SharedBlueprintMethods.js +6 -1
- package/internal-do-not-import-from-here/ux/ComponentTypings.d.ts +10 -1
- package/internal-do-not-import-from-here/ux/alignmentpicker/AlignmentPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/app/management/components/TabsManagement.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/compositiontests/OptionsBlockCurrent.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/dialog/Dialog.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyChipItem.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/filterpicker/FilterPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/hub/HubChat.css.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/hub/HubChat.d.ts +104 -0
- package/internal-do-not-import-from-here/ux/identities/IdentityRenderer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerDialog.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerField.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerInlineField.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/image/scalingsettings/ScalingSettings.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/journey/v2/JourneyBlade.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/ColorSettings.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.css.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/stores/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +59 -2
- package/internal-do-not-import-from-here/ux/markdown/MarkdownRenderer.css.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/markdown/MarkdownRenderer.d.ts +42 -2
- package/internal-do-not-import-from-here/ux/markdown/plugins/MarkdownPluginContext.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/markdown/plugins/VelcronMarkdownRenderer.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/models/DataTable.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/models/Validation.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/monaco/MonacoEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/btngroup/ButtonGroup.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.d.ts +17 -3
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +15 -18
- package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +13 -13
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +17 -2
- package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +23 -8
- package/internal-do-not-import-from-here/ux/oxide/slider/Slider.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/oxide/snackbar/Snackbar.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/stepper/Stepper.d.ts +11 -11
- package/internal-do-not-import-from-here/ux/oxide/switch/Switch.d.ts +17 -2
- package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +13 -13
- package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.d.ts +11 -11
- package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/validation/Validation.d.ts +7 -12
- package/internal-do-not-import-from-here/ux/oxide/validation/docs/AdvanceExample.d.ts +91 -0
- package/internal-do-not-import-from-here/ux/oxide/validation/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/validation/docs/SimpleExample.d.ts +91 -0
- package/internal-do-not-import-from-here/ux/oxide/validation/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/permissioninput/IPermissionInput.d.ts +0 -28
- package/internal-do-not-import-from-here/ux/permissioninput/PermissionInput.d.ts +291 -43
- package/internal-do-not-import-from-here/ux/settings/SettingsPane.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/spacingpicker/SpacingPicker2.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/spacingpicker/SpacingPicker3.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/theming/components/ThemeDefinitionEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/theming-v2/blueprintpicker/BlueprintPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/theming-v2/colorschemadefinitionpicker/ColorSchemaDefinitionPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/theming-v2/colorschemapicker/ColorSchemaPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/theming-v2/index.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/theming-v2/{themes → skins/core}/Colors.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/theming-v2/skins/core/ThemeDefinitionInstance.d.ts +9 -0
- package/internal-do-not-import-from-here/ux/theming-v2/skins/core/index.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/theming-v2/skins/core/useVelcronState.d.ts +50 -0
- package/internal-do-not-import-from-here/ux/{layoutcanvas/velcron_definitions/cards/Image_top.d.ts → theming-v2/skins/default/definitions/cards/BannerImageTop.d.ts} +1 -1
- package/internal-do-not-import-from-here/ux/theming-v2/skins/default/definitions/cards/RollupAvatar.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/{layoutcanvas/velcron_definitions/content/Image.d.ts → theming-v2/skins/default/definitions/cards/RollupImageLarge.d.ts} +1 -1
- package/internal-do-not-import-from-here/ux/theming-v2/skins/default/definitions/cards/RollupImageSmall.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/theming-v2/skins/default/definitions/cards/RollupImageTop.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/theming-v2/skins/default/definitions/cards/RollupImageTopAvatar.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/theming-v2/skins/default/definitions/cards/index.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/theming-v2/skins/default/definitions/content/Image.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/theming-v2/skins/default/definitions/content/ImageText.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/theming-v2/skins/default/definitions/content/Quote.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/theming-v2/skins/default/definitions/content/Text.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/theming-v2/skins/default/definitions/content/index.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/theming-v2/skins/default/definitions/headers/BlockTextIcon.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/theming-v2/skins/default/definitions/headers/Pageheader.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/{layoutcanvas/velcron_definitions → theming-v2/skins/default/definitions}/headers/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/theming-v2/skins/default/definitions/index.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/theming-v2/skins/default/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/theming-v2/skins/default/themes/Blueprints.d.ts +21 -0
- package/internal-do-not-import-from-here/ux/theming-v2/skins/default/themes/ThemeDefinitions.d.ts +23 -0
- package/internal-do-not-import-from-here/ux/theming-v2/{themes → skins/default/themes}/TypographyTypes.d.ts +0 -96
- package/internal-do-not-import-from-here/ux/theming-v2/skins/default/themes/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/theming-v2/skins/default/useDefaultSkin.d.ts +48 -0
- package/internal-do-not-import-from-here/ux/theming-v2/skins/documentation/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/theming-v2/skins/documentation/themes/Blueprints.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/theming-v2/skins/documentation/themes/SpacingTypes.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/theming-v2/skins/documentation/themes/ThemeDefinitions.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/theming-v2/skins/documentation/themes/TypographyTypes.d.ts +97 -0
- package/internal-do-not-import-from-here/ux/theming-v2/skins/documentation/themes/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/theming-v2/skins/documentation/useDocumentationSkin.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/theming-v2/skins/editor/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/theming-v2/{themes → skins/editor/themes}/Blueprints.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/theming-v2/skins/editor/themes/SpacingTypes.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/theming-v2/skins/editor/themes/ThemeDefinitions.d.ts +8 -0
- package/internal-do-not-import-from-here/ux/theming-v2/skins/editor/themes/TypographyTypes.d.ts +97 -0
- package/internal-do-not-import-from-here/ux/theming-v2/skins/editor/themes/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/theming-v2/skins/editor/useEditorSkin.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/theming-v2/skins/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/theming-v2/skins/useSkins.d.ts +63 -0
- package/internal-do-not-import-from-here/ux/theming-v2/themedefinitionpicker/ThemeDefinitionPicker.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/use/UseValidation.d.ts +3 -11
- package/internal-do-not-import-from-here/ux/userpresence/UserPresence.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/blocks/velcron/VelcronBlockSettings.d.ts +2 -7
- package/internal-do-not-import-from-here/ux/velcron/components/{properties/VelcronProperties.d.ts → propertieseditor/VelcronPropertiesEditor.d.ts} +23 -17
- package/internal-do-not-import-from-here/ux/velcron/components/{properties → propertieseditor}/editors/alignment/AlignmentEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/components/propertieseditor/editors/color/ColorEditor.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/components/{properties → propertieseditor}/editors/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/components/propertieseditor/editors/markdown/MarkdownEditor.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/components/propertieseditor/editors/slider/SliderEditor.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/velcron/components/propertieseditor/editors/switch/SwitchEditor.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/components/propertieseditor/editors/text/TextEditor.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/components/{properties → propertieseditor}/models/DefineVelcronPropertyEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/components/propertieseditor/models/DefineVelcronPropertyEditorProps.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +40 -35
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronPropertyEditorDefinitions.d.ts +57 -0
- package/internal-do-not-import-from-here/ux/velcron/core/models/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/editor/VelcronEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/editor/models/VelcronDescriptors.d.ts +1 -15
- package/internal-do-not-import-from-here/wctypings.d.ts +6 -2
- package/package.json +3 -3
- package/internal-do-not-import-from-here/ux/layoutcanvas/velcron_definitions/cards/Image_top_blog.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/velcron_definitions/cards/News_Image_Small.d.ts +0 -3
- package/internal-do-not-import-from-here/ux/layoutcanvas/velcron_definitions/cards/News_Image_Top.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/velcron_definitions/cards/index.d.ts +0 -3
- package/internal-do-not-import-from-here/ux/layoutcanvas/velcron_definitions/content/Image_text.d.ts +0 -3
- package/internal-do-not-import-from-here/ux/layoutcanvas/velcron_definitions/content/Text_Quote.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/velcron_definitions/content/Text_only.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/velcron_definitions/content/index.d.ts +0 -4
- package/internal-do-not-import-from-here/ux/layoutcanvas/velcron_definitions/headers/Pageheader.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/velcron_definitions/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/velcron_definitions/useVelcronDefinitionTemplates.d.ts +0 -28
- package/internal-do-not-import-from-here/ux/theming-v2/themes/ThemeDefinitions.d.ts +0 -41
- package/internal-do-not-import-from-here/ux/theming-v2/themes/index.d.ts +0 -4
- package/internal-do-not-import-from-here/ux/velcron/components/properties/editors/color/ColorEditor.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/velcron/components/properties/editors/slider/SliderEditor.d.ts +0 -6
- package/internal-do-not-import-from-here/ux/velcron/components/properties/editors/switch/SwitchEditor.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/velcron/components/properties/editors/text/TextEditor.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/velcron/components/properties/models/DefineVelcronPropertyEditorProps.d.ts +0 -86
- /package/internal-do-not-import-from-here/ux/{layoutcanvas/stores → theming-v2}/VelcronDefinitionStore.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/{layoutcanvas/velcron_definitions → theming-v2/skins/default/definitions}/content/Contentblocks.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/{layoutcanvas/velcron_definitions → theming-v2/skins/default/definitions}/headers/Blockheaders.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/{themes → skins/default/themes}/SpacingTypes.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/components/{properties → propertieseditor}/index.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/components/{properties → propertieseditor}/models/index.d.ts +0 -0
@@ -114,8 +114,8 @@ declare const _default: {
|
|
114
114
|
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
115
115
|
[key: string]: any;
|
116
116
|
}>) => void)[];
|
117
|
-
"onUpdate:modelValue"?: ((value: SpacingSettings) => any) & ((value: SpacingSettings) => any);
|
118
117
|
readonly modelValue?: SpacingSettings;
|
118
|
+
"onUpdate:modelValue"?: ((value: SpacingSettings) => any) & ((value: SpacingSettings) => any);
|
119
119
|
readonly "v-model"?: SpacingSettings;
|
120
120
|
readonly individualSelection?: boolean;
|
121
121
|
readonly "individual-selection"?: boolean;
|
@@ -575,8 +575,8 @@ declare const _default: {
|
|
575
575
|
};
|
576
576
|
}>;
|
577
577
|
};
|
578
|
-
"onUpdate:modelValue"?: (value: SpacingSettings) => any;
|
579
578
|
modelValue?: SpacingSettings;
|
579
|
+
"onUpdate:modelValue"?: (value: SpacingSettings) => any;
|
580
580
|
"v-model"?: SpacingSettings;
|
581
581
|
individualSelection?: boolean;
|
582
582
|
"individual-selection"?: boolean;
|
@@ -114,8 +114,8 @@ declare const _default: {
|
|
114
114
|
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
115
115
|
[key: string]: any;
|
116
116
|
}>) => void)[];
|
117
|
-
"onUpdate:modelValue"?: ((value: SpacingSettings) => any) & ((value: SpacingSettings) => any);
|
118
117
|
readonly modelValue?: SpacingSettings;
|
118
|
+
"onUpdate:modelValue"?: ((value: SpacingSettings) => any) & ((value: SpacingSettings) => any);
|
119
119
|
readonly "v-model"?: SpacingSettings;
|
120
120
|
readonly individualSelection?: boolean;
|
121
121
|
readonly disableTop?: boolean;
|
@@ -525,8 +525,8 @@ declare const _default: {
|
|
525
525
|
};
|
526
526
|
}>;
|
527
527
|
};
|
528
|
-
"onUpdate:modelValue"?: (value: SpacingSettings) => any;
|
529
528
|
modelValue?: SpacingSettings;
|
529
|
+
"onUpdate:modelValue"?: (value: SpacingSettings) => any;
|
530
530
|
"v-model"?: SpacingSettings;
|
531
531
|
individualSelection?: boolean;
|
532
532
|
disableTop?: boolean;
|
@@ -109,8 +109,8 @@ declare const _default: {
|
|
109
109
|
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
110
110
|
[key: string]: any;
|
111
111
|
}>) => void)[];
|
112
|
-
"onUpdate:modelValue"?: ((value: ThemeDefinition) => any) & ((value: ThemeDefinition) => any);
|
113
112
|
readonly modelValue?: ThemeDefinition;
|
113
|
+
"onUpdate:modelValue"?: ((value: ThemeDefinition) => any) & ((value: ThemeDefinition) => any);
|
114
114
|
readonly "v-model"?: ThemeDefinition;
|
115
115
|
readonly attachedToParent?: boolean;
|
116
116
|
readonly hideBodySettings?: boolean;
|
@@ -504,8 +504,8 @@ declare const _default: {
|
|
504
504
|
};
|
505
505
|
}>;
|
506
506
|
};
|
507
|
-
"onUpdate:modelValue"?: (value: ThemeDefinition) => any;
|
508
507
|
modelValue?: ThemeDefinition;
|
508
|
+
"onUpdate:modelValue"?: (value: ThemeDefinition) => any;
|
509
509
|
"v-model"?: ThemeDefinition;
|
510
510
|
attachedToParent?: boolean;
|
511
511
|
hideBodySettings?: boolean;
|
@@ -110,8 +110,8 @@ declare const _default: {
|
|
110
110
|
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
111
111
|
[key: string]: any;
|
112
112
|
}>) => void)[];
|
113
|
-
"onUpdate:modelValue"?: ((value: BlueprintType | BlueprintTypes) => any) & ((value: BlueprintTypes) => any);
|
114
113
|
readonly modelValue?: BlueprintType | BlueprintTypes;
|
114
|
+
"onUpdate:modelValue"?: ((value: BlueprintType | BlueprintTypes) => any) & ((value: BlueprintTypes) => any);
|
115
115
|
readonly "v-model"?: BlueprintType | BlueprintTypes;
|
116
116
|
};
|
117
117
|
$attrs: {
|
@@ -441,8 +441,8 @@ declare const _default: {
|
|
441
441
|
};
|
442
442
|
}>;
|
443
443
|
};
|
444
|
-
"onUpdate:modelValue"?: (value: BlueprintType | BlueprintTypes) => any;
|
445
444
|
modelValue?: BlueprintType | BlueprintTypes;
|
445
|
+
"onUpdate:modelValue"?: (value: BlueprintType | BlueprintTypes) => any;
|
446
446
|
"v-model"?: BlueprintType | BlueprintTypes;
|
447
447
|
}>, "onUpdate:modelValue"> & {
|
448
448
|
"onUpdate:modelValue"?: (value: BlueprintTypes) => any;
|
@@ -120,8 +120,8 @@ declare const _default: {
|
|
120
120
|
} & {
|
121
121
|
activator?: () => VNodeChild;
|
122
122
|
};
|
123
|
-
"onUpdate:modelValue"?: ((value: unknown) => any) & ((colorSchema: ColorSchema) => any);
|
124
123
|
readonly modelValue?: unknown;
|
124
|
+
"onUpdate:modelValue"?: ((value: unknown) => any) & ((colorSchema: ColorSchema) => any);
|
125
125
|
readonly "v-model"?: unknown;
|
126
126
|
};
|
127
127
|
$attrs: {
|
@@ -488,8 +488,8 @@ declare const _default: {
|
|
488
488
|
} & {
|
489
489
|
activator?: () => VNodeChild;
|
490
490
|
};
|
491
|
-
"onUpdate:modelValue"?: (value: unknown) => any;
|
492
491
|
modelValue?: unknown;
|
492
|
+
"onUpdate:modelValue"?: (value: unknown) => any;
|
493
493
|
"v-model"?: unknown;
|
494
494
|
}>, "onUpdate:modelValue"> & {
|
495
495
|
"onUpdate:modelValue"?: (colorSchema: ColorSchema) => any;
|
package/internal-do-not-import-from-here/ux/theming-v2/colorschemapicker/ColorSchemaPicker.d.ts
CHANGED
@@ -112,8 +112,8 @@ declare const _default: {
|
|
112
112
|
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
113
113
|
[key: string]: any;
|
114
114
|
}>) => void)[];
|
115
|
-
"onUpdate:modelValue"?: ((value: ColorSchemaTypes | ColorSchemaType) => any) & ((value: ColorSchemaTypes) => any);
|
116
115
|
readonly modelValue?: ColorSchemaTypes | ColorSchemaType;
|
116
|
+
"onUpdate:modelValue"?: ((value: ColorSchemaTypes | ColorSchemaType) => any) & ((value: ColorSchemaTypes) => any);
|
117
117
|
readonly "v-model"?: ColorSchemaTypes | ColorSchemaType;
|
118
118
|
};
|
119
119
|
$attrs: {
|
@@ -463,8 +463,8 @@ declare const _default: {
|
|
463
463
|
};
|
464
464
|
themeDefinition?: ThemeDefinitionV2;
|
465
465
|
"theme-definition"?: ThemeDefinitionV2;
|
466
|
-
"onUpdate:modelValue"?: (value: ColorSchemaTypes | ColorSchemaType) => any;
|
467
466
|
modelValue?: ColorSchemaTypes | ColorSchemaType;
|
467
|
+
"onUpdate:modelValue"?: (value: ColorSchemaTypes | ColorSchemaType) => any;
|
468
468
|
"v-model"?: ColorSchemaTypes | ColorSchemaType;
|
469
469
|
}>, "onUpdate:modelValue"> & {
|
470
470
|
"onUpdate:modelValue"?: (value: ColorSchemaTypes) => any;
|
@@ -1,4 +1,3 @@
|
|
1
|
-
export * from "./themes";
|
2
1
|
export * from "./ColorManager";
|
3
2
|
export * from "./ThemeStoreV2";
|
4
3
|
export * from "./ThemeDefinitionStoreV2";
|
@@ -7,3 +6,5 @@ export * from "./ColorSchemaStore";
|
|
7
6
|
export * from "./ColorSchemaManager";
|
8
7
|
export * from "./ThemeContextStore";
|
9
8
|
export * from "./BlueprintStore";
|
9
|
+
export * from "./VelcronDefinitionStore";
|
10
|
+
export * from "./skins";
|
package/internal-do-not-import-from-here/ux/theming-v2/skins/core/ThemeDefinitionInstance.d.ts
ADDED
@@ -0,0 +1,9 @@
|
|
1
|
+
import { BluePrintDefinitions, ColorSchema, ColorSchemas, Guid, ThemeDefinitionV2 } from "@omnia/fx-models";
|
2
|
+
export declare class ThemeDefinitionInstance implements ThemeDefinitionV2 {
|
3
|
+
id: Guid;
|
4
|
+
colors: ColorSchemas;
|
5
|
+
blueprints: BluePrintDefinitions;
|
6
|
+
dark: boolean;
|
7
|
+
name: string;
|
8
|
+
constructor(primary: string | ColorSchema, secondary: string | ColorSchema, accent1: string | ColorSchema, accent2: string | ColorSchema, accent3: string | ColorSchema, neutral: string | ColorSchema, background: string | ColorSchema, info: string | ColorSchema, error: string | ColorSchema, name: string, dark: boolean, id: Guid, blueprints: BluePrintDefinitions);
|
9
|
+
}
|
@@ -0,0 +1,50 @@
|
|
1
|
+
import { VelcronImageRatios } from "@omnia/fx-models";
|
2
|
+
export declare function useVelcronState(): {
|
3
|
+
content: {
|
4
|
+
editor: {
|
5
|
+
main: {
|
6
|
+
name: string;
|
7
|
+
type: "markdown";
|
8
|
+
mapToStateProperty: string;
|
9
|
+
};
|
10
|
+
caption: {
|
11
|
+
name: string;
|
12
|
+
type: "text";
|
13
|
+
mapToStateProperty: string;
|
14
|
+
};
|
15
|
+
};
|
16
|
+
state: (main: string, caption?: string) => {
|
17
|
+
content: {
|
18
|
+
main: string;
|
19
|
+
caption: string;
|
20
|
+
};
|
21
|
+
};
|
22
|
+
bind: {
|
23
|
+
main: string;
|
24
|
+
caption: string;
|
25
|
+
};
|
26
|
+
};
|
27
|
+
image: {
|
28
|
+
editor: {
|
29
|
+
main: {
|
30
|
+
name: string;
|
31
|
+
type: "image";
|
32
|
+
mapToStateProperty: string;
|
33
|
+
};
|
34
|
+
};
|
35
|
+
state: {
|
36
|
+
main: (url: string, ratio: VelcronImageRatios) => {
|
37
|
+
"main-image": {
|
38
|
+
url: string;
|
39
|
+
ratio: VelcronImageRatios;
|
40
|
+
};
|
41
|
+
};
|
42
|
+
};
|
43
|
+
bind: {
|
44
|
+
main: {
|
45
|
+
url: string;
|
46
|
+
ratio: string;
|
47
|
+
};
|
48
|
+
};
|
49
|
+
};
|
50
|
+
};
|
@@ -1,2 +1,2 @@
|
|
1
1
|
import { VelcronDefinitionRegistration } from "@omnia/fx-models";
|
2
|
-
export declare const
|
2
|
+
export declare const BannerImageTop: VelcronDefinitionRegistration<object>;
|
@@ -1,2 +1,2 @@
|
|
1
1
|
import { VelcronDefinitionRegistration } from "@omnia/fx-models";
|
2
|
-
export declare const
|
2
|
+
export declare const RollupImageRightLarge: VelcronDefinitionRegistration<object>;
|
@@ -0,0 +1,4 @@
|
|
1
|
+
import { VelcronDefinitionRegistration } from "@omnia/fx-models";
|
2
|
+
export declare const RollupImageLeftSmall: VelcronDefinitionRegistration<object>;
|
3
|
+
export declare const RollupImageRightSmall: VelcronDefinitionRegistration<object>;
|
4
|
+
export declare const RollupImagePromotedSmall: VelcronDefinitionRegistration<object>;
|
@@ -0,0 +1 @@
|
|
1
|
+
export * from "./useDefaultSkin";
|
@@ -0,0 +1,21 @@
|
|
1
|
+
import { BlueprintDefinition, BlueprintItemDefinition, Guid } from "@omnia/fx-models";
|
2
|
+
export declare class MD1Blueprint implements BlueprintDefinition {
|
3
|
+
id: Guid;
|
4
|
+
definitions: Array<BlueprintItemDefinition>;
|
5
|
+
constructor();
|
6
|
+
}
|
7
|
+
export declare class MD2Blueprint implements BlueprintDefinition {
|
8
|
+
id: Guid;
|
9
|
+
definitions: Array<BlueprintItemDefinition>;
|
10
|
+
constructor(preview?: boolean);
|
11
|
+
}
|
12
|
+
export declare class MD3Blueprint implements BlueprintDefinition {
|
13
|
+
id: Guid;
|
14
|
+
definitions: Array<BlueprintItemDefinition>;
|
15
|
+
constructor(preview?: boolean);
|
16
|
+
}
|
17
|
+
export declare class MD3PreviewBlueprint implements BlueprintDefinition {
|
18
|
+
id: Guid;
|
19
|
+
definitions: Array<BlueprintItemDefinition>;
|
20
|
+
constructor();
|
21
|
+
}
|
package/internal-do-not-import-from-here/ux/theming-v2/skins/default/themes/ThemeDefinitions.d.ts
ADDED
@@ -0,0 +1,23 @@
|
|
1
|
+
import { ThemeDefinitionV2 } from "@omnia/fx-models";
|
2
|
+
import { ThemeDefinitionInstance } from "../../core";
|
3
|
+
export declare function useDefaultThemeDefinitions(): {
|
4
|
+
readonly darkKnight: ThemeDefinitionV2;
|
5
|
+
readonly black: ThemeDefinitionV2;
|
6
|
+
readonly bumbleBee: ThemeDefinitionV2;
|
7
|
+
readonly cyberPunk: ThemeDefinitionV2;
|
8
|
+
readonly coffe: ThemeDefinitionV2;
|
9
|
+
readonly light: ThemeDefinitionV2;
|
10
|
+
readonly dark: ThemeDefinitionV2;
|
11
|
+
preview: {
|
12
|
+
readonly dark: ThemeDefinitionV2;
|
13
|
+
readonly darkMini: ThemeDefinitionV2;
|
14
|
+
};
|
15
|
+
};
|
16
|
+
export declare function componentPreviewDefinition(mini: boolean): ThemeDefinitionInstance;
|
17
|
+
export declare function darkKnightDefinition(): ThemeDefinitionInstance;
|
18
|
+
export declare function blackDefinition(): ThemeDefinitionInstance;
|
19
|
+
export declare function bumbleBeeDefinition(): ThemeDefinitionInstance;
|
20
|
+
export declare function cyberPunkDefinition(): ThemeDefinitionInstance;
|
21
|
+
export declare function coffeDefinition(): ThemeDefinitionInstance;
|
22
|
+
export declare function lightThemeDefinition(): ThemeDefinitionInstance;
|
23
|
+
export declare function darkThemeDefinition(): ThemeDefinitionInstance;
|
@@ -95,102 +95,6 @@ export declare class DefaultTypography implements TypographyDefinition {
|
|
95
95
|
};
|
96
96
|
};
|
97
97
|
}
|
98
|
-
export declare class EditorTypography implements TypographyDefinition {
|
99
|
-
id: Guid;
|
100
|
-
title: {
|
101
|
-
xl: {
|
102
|
-
large: {
|
103
|
-
size: number;
|
104
|
-
lineHeight: number;
|
105
|
-
weight: number;
|
106
|
-
};
|
107
|
-
};
|
108
|
-
l: {
|
109
|
-
large: {
|
110
|
-
size: number;
|
111
|
-
lineHeight: number;
|
112
|
-
weight: number;
|
113
|
-
};
|
114
|
-
};
|
115
|
-
m: {
|
116
|
-
large: {
|
117
|
-
size: number;
|
118
|
-
lineHeight: number;
|
119
|
-
weight: number;
|
120
|
-
};
|
121
|
-
};
|
122
|
-
s: {
|
123
|
-
large: {
|
124
|
-
size: number;
|
125
|
-
lineHeight: number;
|
126
|
-
weight: number;
|
127
|
-
};
|
128
|
-
};
|
129
|
-
xs: {
|
130
|
-
large: {
|
131
|
-
size: number;
|
132
|
-
lineHeight: number;
|
133
|
-
weight: number;
|
134
|
-
};
|
135
|
-
};
|
136
|
-
};
|
137
|
-
text: {
|
138
|
-
l: {
|
139
|
-
large: {
|
140
|
-
size: number;
|
141
|
-
lineHeight: number;
|
142
|
-
weight: number;
|
143
|
-
};
|
144
|
-
};
|
145
|
-
m: {
|
146
|
-
large: {
|
147
|
-
size: number;
|
148
|
-
lineHeight: number;
|
149
|
-
weight: number;
|
150
|
-
};
|
151
|
-
};
|
152
|
-
s: {
|
153
|
-
large: {
|
154
|
-
size: number;
|
155
|
-
lineHeight: number;
|
156
|
-
weight: number;
|
157
|
-
};
|
158
|
-
};
|
159
|
-
xs: {
|
160
|
-
large: {
|
161
|
-
size: number;
|
162
|
-
lineHeight: number;
|
163
|
-
weight: number;
|
164
|
-
};
|
165
|
-
};
|
166
|
-
};
|
167
|
-
navigation: {
|
168
|
-
l: {
|
169
|
-
large: {
|
170
|
-
size: number;
|
171
|
-
lineHeight: number;
|
172
|
-
weight: number;
|
173
|
-
};
|
174
|
-
};
|
175
|
-
m: {
|
176
|
-
large: {
|
177
|
-
size: number;
|
178
|
-
lineHeight: number;
|
179
|
-
weight: number;
|
180
|
-
};
|
181
|
-
};
|
182
|
-
};
|
183
|
-
link: {
|
184
|
-
m: {
|
185
|
-
decoration: string;
|
186
|
-
large: {
|
187
|
-
size: number;
|
188
|
-
lineHeight: number;
|
189
|
-
weight: number;
|
190
|
-
};
|
191
|
-
};
|
192
|
-
};
|
193
|
-
}
|
194
98
|
export declare class PreviewTypography implements TypographyDefinition {
|
195
99
|
id: Guid;
|
196
100
|
title: {
|
@@ -0,0 +1 @@
|
|
1
|
+
export * from "./ThemeDefinitions";
|
@@ -0,0 +1,48 @@
|
|
1
|
+
export declare function useDefaultSkin(): {
|
2
|
+
readonly themes: {
|
3
|
+
readonly darkKnight: import("@omnia/fx-models").ThemeDefinitionV2;
|
4
|
+
readonly black: import("@omnia/fx-models").ThemeDefinitionV2;
|
5
|
+
readonly bumbleBee: import("@omnia/fx-models").ThemeDefinitionV2;
|
6
|
+
readonly cyberPunk: import("@omnia/fx-models").ThemeDefinitionV2;
|
7
|
+
readonly coffe: import("@omnia/fx-models").ThemeDefinitionV2;
|
8
|
+
readonly light: import("@omnia/fx-models").ThemeDefinitionV2;
|
9
|
+
readonly dark: import("@omnia/fx-models").ThemeDefinitionV2;
|
10
|
+
preview: {
|
11
|
+
readonly dark: import("@omnia/fx-models").ThemeDefinitionV2;
|
12
|
+
readonly darkMini: import("@omnia/fx-models").ThemeDefinitionV2;
|
13
|
+
};
|
14
|
+
};
|
15
|
+
readonly velcronTemplates: {
|
16
|
+
readonly headers: {
|
17
|
+
readonly block: {
|
18
|
+
iconLeft: import("@omnia/fx-models").VelcronDefinitionRegistration<object>;
|
19
|
+
iconRight: import("@omnia/fx-models").VelcronDefinitionRegistration<object>;
|
20
|
+
};
|
21
|
+
page: {
|
22
|
+
large: import("@omnia/fx-models").VelcronDefinitionRegistration<object>;
|
23
|
+
};
|
24
|
+
};
|
25
|
+
readonly content: {
|
26
|
+
text: import("@omnia/fx-models").VelcronDefinitionRegistration<object>;
|
27
|
+
textQuote: import("@omnia/fx-models").VelcronDefinitionRegistration<object>;
|
28
|
+
imageLeft: import("@omnia/fx-models").VelcronDefinitionRegistration<object>;
|
29
|
+
imageRight: import("@omnia/fx-models").VelcronDefinitionRegistration<object>;
|
30
|
+
imageWithCaption: import("@omnia/fx-models").VelcronDefinitionRegistration<object>;
|
31
|
+
};
|
32
|
+
general: {};
|
33
|
+
readonly cards: {
|
34
|
+
banner: {
|
35
|
+
imageTop: import("@omnia/fx-models").VelcronDefinitionRegistration<object>;
|
36
|
+
};
|
37
|
+
readonly rollup: {
|
38
|
+
imageLeftSmall: import("@omnia/fx-models").VelcronDefinitionRegistration<object>;
|
39
|
+
imageRightSmall: import("@omnia/fx-models").VelcronDefinitionRegistration<object>;
|
40
|
+
imagePromotedSmall: import("@omnia/fx-models").VelcronDefinitionRegistration<object>;
|
41
|
+
imageTop: import("@omnia/fx-models").VelcronDefinitionRegistration<object>;
|
42
|
+
imageTopAvatar: import("@omnia/fx-models").VelcronDefinitionRegistration<object>;
|
43
|
+
imageRightLarge: import("@omnia/fx-models").VelcronDefinitionRegistration<object>;
|
44
|
+
avatar: import("@omnia/fx-models").VelcronDefinitionRegistration<object>;
|
45
|
+
};
|
46
|
+
};
|
47
|
+
};
|
48
|
+
};
|
@@ -0,0 +1 @@
|
|
1
|
+
export * from "./useDocumentationSkin";
|
package/internal-do-not-import-from-here/ux/theming-v2/skins/documentation/themes/SpacingTypes.d.ts
ADDED
@@ -0,0 +1,17 @@
|
|
1
|
+
import { Guid, SpacingDefinition } from "@omnia/fx-models";
|
2
|
+
export declare class DefaultLayoutSpacing implements SpacingDefinition {
|
3
|
+
id: Guid;
|
4
|
+
xs: number;
|
5
|
+
s: number;
|
6
|
+
m: number;
|
7
|
+
l: number;
|
8
|
+
xl: number;
|
9
|
+
}
|
10
|
+
export declare class DefaultInnerSpacing implements SpacingDefinition {
|
11
|
+
id: Guid;
|
12
|
+
xs: number;
|
13
|
+
s: number;
|
14
|
+
m: number;
|
15
|
+
l: number;
|
16
|
+
xl: number;
|
17
|
+
}
|
@@ -0,0 +1,6 @@
|
|
1
|
+
import { ThemeDefinitionV2 } from "@omnia/fx-models";
|
2
|
+
import { ThemeDefinitionInstance } from "../../core";
|
3
|
+
export declare function useDocumentationThemeDefinitions(): {
|
4
|
+
readonly dark: ThemeDefinitionV2;
|
5
|
+
};
|
6
|
+
export declare function documentationDefinition(): ThemeDefinitionInstance;
|
@@ -0,0 +1,97 @@
|
|
1
|
+
import { Guid, TypographyDefinition } from "@omnia/fx-models";
|
2
|
+
export declare class DocumentationTypography implements TypographyDefinition {
|
3
|
+
id: Guid;
|
4
|
+
title: {
|
5
|
+
xl: {
|
6
|
+
large: {
|
7
|
+
size: number;
|
8
|
+
lineHeight: number;
|
9
|
+
weight: number;
|
10
|
+
};
|
11
|
+
};
|
12
|
+
l: {
|
13
|
+
large: {
|
14
|
+
size: number;
|
15
|
+
lineHeight: number;
|
16
|
+
weight: number;
|
17
|
+
};
|
18
|
+
};
|
19
|
+
m: {
|
20
|
+
large: {
|
21
|
+
size: number;
|
22
|
+
lineHeight: number;
|
23
|
+
weight: number;
|
24
|
+
};
|
25
|
+
};
|
26
|
+
s: {
|
27
|
+
large: {
|
28
|
+
size: number;
|
29
|
+
lineHeight: number;
|
30
|
+
weight: number;
|
31
|
+
};
|
32
|
+
};
|
33
|
+
xs: {
|
34
|
+
large: {
|
35
|
+
size: number;
|
36
|
+
lineHeight: number;
|
37
|
+
weight: number;
|
38
|
+
};
|
39
|
+
};
|
40
|
+
};
|
41
|
+
text: {
|
42
|
+
l: {
|
43
|
+
large: {
|
44
|
+
size: number;
|
45
|
+
lineHeight: number;
|
46
|
+
weight: number;
|
47
|
+
};
|
48
|
+
};
|
49
|
+
m: {
|
50
|
+
large: {
|
51
|
+
size: number;
|
52
|
+
lineHeight: number;
|
53
|
+
weight: number;
|
54
|
+
};
|
55
|
+
};
|
56
|
+
s: {
|
57
|
+
large: {
|
58
|
+
size: number;
|
59
|
+
lineHeight: number;
|
60
|
+
weight: number;
|
61
|
+
};
|
62
|
+
};
|
63
|
+
xs: {
|
64
|
+
large: {
|
65
|
+
size: number;
|
66
|
+
lineHeight: number;
|
67
|
+
weight: number;
|
68
|
+
};
|
69
|
+
};
|
70
|
+
};
|
71
|
+
navigation: {
|
72
|
+
l: {
|
73
|
+
large: {
|
74
|
+
size: number;
|
75
|
+
lineHeight: number;
|
76
|
+
weight: number;
|
77
|
+
};
|
78
|
+
};
|
79
|
+
m: {
|
80
|
+
large: {
|
81
|
+
size: number;
|
82
|
+
lineHeight: number;
|
83
|
+
weight: number;
|
84
|
+
};
|
85
|
+
};
|
86
|
+
};
|
87
|
+
link: {
|
88
|
+
m: {
|
89
|
+
decoration: string;
|
90
|
+
large: {
|
91
|
+
size: number;
|
92
|
+
lineHeight: number;
|
93
|
+
weight: number;
|
94
|
+
};
|
95
|
+
};
|
96
|
+
};
|
97
|
+
}
|
@@ -0,0 +1 @@
|
|
1
|
+
export * from "./ThemeDefinitions";
|
@@ -0,0 +1 @@
|
|
1
|
+
export * from "./useEditorSkin";
|