@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
@@ -117,8 +117,8 @@ declare const _default: {
|
|
117
117
|
} & {
|
118
118
|
activator?: () => VNodeChild;
|
119
119
|
};
|
120
|
-
readonly "onUpdate:modelValue"?: (value: boolean) => any;
|
121
120
|
readonly modelValue?: boolean;
|
121
|
+
readonly "onUpdate:modelValue"?: (value: boolean) => any;
|
122
122
|
readonly "v-model"?: boolean;
|
123
123
|
onSave?: (appDefinition: VelcronAppDefinition<object>) => any;
|
124
124
|
};
|
@@ -643,8 +643,8 @@ declare const _default: {
|
|
643
643
|
} & {
|
644
644
|
activator?: () => VNodeChild;
|
645
645
|
};
|
646
|
-
"onUpdate:modelValue"?: (value: boolean) => any;
|
647
646
|
modelValue?: boolean;
|
647
|
+
"onUpdate:modelValue"?: (value: boolean) => any;
|
648
648
|
"v-model"?: boolean;
|
649
649
|
}>, "onSave"> & {
|
650
650
|
onSave?: (appDefinition: VelcronAppDefinition<object>) => any;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { FontAwesomeIcon, MaterialIcon } from "@omnia/fx-models";
|
1
|
+
import { FontAwesomeIcon, MaterialIcon, VelcronPropertyEditor } from "@omnia/fx-models";
|
2
2
|
import { VelcronDataTypes } from "../../core/models/Enums";
|
3
3
|
import { VelcroncomponentArrayType, VelcronPrimitiveType } from "../../core/models/VelcronTypes";
|
4
4
|
import { VelcronDescriptorTypes } from "./Enums";
|
@@ -18,20 +18,6 @@ export interface VelcronSubComponentDescriptor extends VelcronDescriptor {
|
|
18
18
|
properties?: Array<VelcronComponentPropertyDescriptor | VelcronComponentArrayPropertyDescriptor>;
|
19
19
|
events?: Array<VelcronComponentEventDescriptor>;
|
20
20
|
}
|
21
|
-
export interface VelcronPropertyEditor<TSettings = any> {
|
22
|
-
name: string;
|
23
|
-
component: unknown;
|
24
|
-
settings?: TSettings;
|
25
|
-
}
|
26
|
-
export interface VelcronPropertyEditorReference<TSettings = undefined> {
|
27
|
-
type: string;
|
28
|
-
settings?: TSettings;
|
29
|
-
}
|
30
|
-
export interface VelcronDefinitionEditableProperty {
|
31
|
-
name: string;
|
32
|
-
mapToStateProperty: string;
|
33
|
-
editor: VelcronPropertyEditorReference<any> | VelcronPropertyEditor<any>;
|
34
|
-
}
|
35
21
|
export interface VelcronComponentPropertyDescriptor {
|
36
22
|
name: string;
|
37
23
|
type: VelcronDataTypes;
|
@@ -28,6 +28,7 @@ import wc937eab372066440fa95551ac8cba45d7 from './ux/filterengine/components/ren
|
|
28
28
|
import wc7813f37afbf34cb085a2ef74e71e20fa from './ux/filterengine/components/renderer/PropertyDropdownRenderer';
|
29
29
|
import wc373cd0c180af441ca9f973b1da4de7f9 from './ux/filterengine/components/renderer/PropertyListRenderer';
|
30
30
|
import wc46a6c15c2a0e446fbef9770274409366 from './ux/filterpicker/FilterPicker';
|
31
|
+
import wcc587659a68194582be3c393240709785 from './ux/hub/HubChat';
|
31
32
|
import wca7608d8c42184cbb994910dc06c464a1 from './ux/identities/IdentityRenderer';
|
32
33
|
import wc01c6a5e974334f06a390c9af5a7689d0 from './ux/identities/components/shared/IdentitySyncPropertyBindingSetup';
|
33
34
|
import wcc2a811dfd3774d15862abb2f6a435a5c from './ux/identities/components/shared/IdentitySyncRuleSetup';
|
@@ -42,6 +43,7 @@ import wc744b3f31e00c4815b63ecaf638ad7a7a from './ux/markdown/MarkdownEditor';
|
|
42
43
|
import wcc8b990d01ddc45ab930b4409fc406435 from './ux/markdown/MarkdownRenderer';
|
43
44
|
import wc2e8004b49c8d44dd8edb56ce884c2b57 from './ux/monaco/MonacoEditor';
|
44
45
|
import wc7f06e68f94904b48b827b23acd148bec from './ux/optionpicker/OptionPicker';
|
46
|
+
import wcfb67bd4d1cc24073ab123c822d78ea17 from './ux/permissioninput/PermissionInput';
|
45
47
|
import wc1a58948a606a42078da3fb919cc4f7e6 from './ux/presetupwizard/PreSetupWizard';
|
46
48
|
import wc6d1d84cb210643c59ca8437fc36c75a1 from './ux/profilecard/ProfileCardRenderer';
|
47
49
|
import wc091ee9b103234b26a5e2bd5f992b2582 from './ux/properties/property-picker/PropertyPicker';
|
@@ -208,7 +210,7 @@ import wcce1c0a7d513e45ee86564ec4235e712d from './ux/velcron/blocks/content/Cont
|
|
208
210
|
import wc80bd5b0978ea40439001d3d409236382 from './ux/velcron/blocks/velcron/VelcronBlock';
|
209
211
|
import wce8526e8ed3f74e848e0dd747fd4d376d from './ux/velcron/blocks/velcron/VelcronBlockSettings';
|
210
212
|
import wcb197c5e805cc4d6bb3d012e258560b31 from './ux/velcron/components/definitionpicker/DefinitionPicker';
|
211
|
-
import wcdabd67ab338243858fe7d1ca24399995 from './ux/velcron/components/
|
213
|
+
import wcdabd67ab338243858fe7d1ca24399995 from './ux/velcron/components/propertieseditor/VelcronPropertiesEditor';
|
212
214
|
import wcdb625bea89b04f32a946efe7a887c7f2 from '../../fx-sp/internal-do-not-import-from-here/ux/filterengine/components/settings/TaxonomyPropertySettings';
|
213
215
|
import wcded30c240e6c4688955867472a8d0a02 from '../../fx-sp/internal-do-not-import-from-here/ux/filterengine/components/settings/TaxonomyPropertyDefaultValueInput';
|
214
216
|
import wcf5cf0b4975644d688124880ae533869e from './ux/layoutcanvas/editor/settings/backgroundsettings/BackgroundSettings';
|
@@ -274,6 +276,7 @@ declare global {
|
|
274
276
|
"omfx-filterengine-property-dropdown": typeof wc7813f37afbf34cb085a2ef74e71e20fa.propsDefinition & VueComponentBaseProps;
|
275
277
|
"omfx-filterengine-property-list": typeof wc373cd0c180af441ca9f973b1da4de7f9.propsDefinition & VueComponentBaseProps;
|
276
278
|
"omfx-filter-picker": typeof wc46a6c15c2a0e446fbef9770274409366.propsDefinition & VueComponentBaseProps;
|
279
|
+
"omfx-hub-chat": typeof wcc587659a68194582be3c393240709785.propsDefinition & VueComponentBaseProps;
|
277
280
|
"omfx-identity-renderer": typeof wca7608d8c42184cbb994910dc06c464a1.propsDefinition & VueComponentBaseProps;
|
278
281
|
"omfx-identity-sync-property-binding-setup": typeof wc01c6a5e974334f06a390c9af5a7689d0.propsDefinition & VueComponentBaseProps;
|
279
282
|
"omfx-identity-sync-rule-setup": typeof wcc2a811dfd3774d15862abb2f6a435a5c.propsDefinition & VueComponentBaseProps;
|
@@ -288,6 +291,7 @@ declare global {
|
|
288
291
|
"omfx-markdown-renderer": typeof wcc8b990d01ddc45ab930b4409fc406435.propsDefinition & VueComponentBaseProps;
|
289
292
|
"monaco-editor": typeof wc2e8004b49c8d44dd8edb56ce884c2b57.propsDefinition & VueComponentBaseProps;
|
290
293
|
"omfx-option-picker": typeof wc7f06e68f94904b48b827b23acd148bec.propsDefinition & VueComponentBaseProps;
|
294
|
+
"omfx-permission-input": typeof wcfb67bd4d1cc24073ab123c822d78ea17.propsDefinition & VueComponentBaseProps;
|
291
295
|
"omfx-presetup-wizard": typeof wc1a58948a606a42078da3fb919cc4f7e6.propsDefinition & VueComponentBaseProps;
|
292
296
|
"omfx-profilecard-renderer": typeof wc6d1d84cb210643c59ca8437fc36c75a1.propsDefinition & VueComponentBaseProps;
|
293
297
|
"omfx-datasource-property-picker": typeof wc091ee9b103234b26a5e2bd5f992b2582.propsDefinition & VueComponentBaseProps;
|
@@ -454,7 +458,7 @@ declare global {
|
|
454
458
|
"omfx-velcron-block": typeof wc80bd5b0978ea40439001d3d409236382.propsDefinition & VueComponentBaseProps;
|
455
459
|
"omfx-velcron-block-settings": typeof wce8526e8ed3f74e848e0dd747fd4d376d.propsDefinition & VueComponentBaseProps;
|
456
460
|
"omfx-velcron-definition-picker": typeof wcb197c5e805cc4d6bb3d012e258560b31.propsDefinition & VueComponentBaseProps;
|
457
|
-
"omfx-velcron-properties": typeof wcdabd67ab338243858fe7d1ca24399995.propsDefinition & VueComponentBaseProps;
|
461
|
+
"omfx-velcron-properties-editor": typeof wcdabd67ab338243858fe7d1ca24399995.propsDefinition & VueComponentBaseProps;
|
458
462
|
"omfx-filterengine-taxonomy-propertysettings": typeof wcdb625bea89b04f32a946efe7a887c7f2.propsDefinition & VueComponentBaseProps;
|
459
463
|
"omfx-filterengine-taxonomy-defaultvalue-input": typeof wcded30c240e6c4688955867472a8d0a02.propsDefinition & VueComponentBaseProps;
|
460
464
|
"omfx-layout-background-settings": typeof wcf5cf0b4975644d688124880ae533869e.propsDefinition & VueComponentBaseProps;
|
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.62-vnext",
|
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,13 +20,13 @@
|
|
20
20
|
],
|
21
21
|
"author": "Precio Fishbone",
|
22
22
|
"dependencies": {
|
23
|
-
"@omnia/fx-models": "8.0.
|
23
|
+
"@omnia/fx-models": "8.0.62-vnext",
|
24
24
|
"@microsoft/signalr": "6.0.1",
|
25
25
|
"broadcast-channel": "4.8.0",
|
26
26
|
"dayjs": "1.10.7",
|
27
27
|
"vue-virtual-scroller": "1.0.0-rc.2",
|
28
28
|
"splitpanes": "2.4.1",
|
29
|
-
"vuetify": "3.3.
|
29
|
+
"vuetify": "3.3.10",
|
30
30
|
"vue": "3.3.4",
|
31
31
|
"tslib": "2.5.0",
|
32
32
|
"typescript": "5.0.4",
|
@@ -1 +0,0 @@
|
|
1
|
-
export * from "./useVelcronDefinitionTemplates";
|
@@ -1,28 +0,0 @@
|
|
1
|
-
export declare function useVelcronDefinitionTemplates(): {
|
2
|
-
headers: {
|
3
|
-
block: {
|
4
|
-
icon_left: import("@omnia/fx-models").VelcronDefinitionRegistration<object>;
|
5
|
-
icon_right: import("@omnia/fx-models").VelcronDefinitionRegistration<object>;
|
6
|
-
};
|
7
|
-
page: {
|
8
|
-
large: import("@omnia/fx-models").VelcronDefinitionRegistration<object>;
|
9
|
-
};
|
10
|
-
};
|
11
|
-
content: {
|
12
|
-
text: import("@omnia/fx-models").VelcronDefinitionRegistration<object>;
|
13
|
-
text_quote: import("@omnia/fx-models").VelcronDefinitionRegistration<object>;
|
14
|
-
image_left: import("@omnia/fx-models").VelcronDefinitionRegistration<object>;
|
15
|
-
image_right: import("@omnia/fx-models").VelcronDefinitionRegistration<object>;
|
16
|
-
image_withCaption: import("@omnia/fx-models").VelcronDefinitionRegistration<object>;
|
17
|
-
};
|
18
|
-
general: {};
|
19
|
-
cards: {
|
20
|
-
image_top: import("@omnia/fx-models").VelcronDefinitionRegistration<object>;
|
21
|
-
news: {
|
22
|
-
image_top: import("@omnia/fx-models").VelcronDefinitionRegistration<object>;
|
23
|
-
image_left: import("@omnia/fx-models").VelcronDefinitionRegistration<object>;
|
24
|
-
image_right: import("@omnia/fx-models").VelcronDefinitionRegistration<object>;
|
25
|
-
image_top_person: import("@omnia/fx-models").VelcronDefinitionRegistration<object>;
|
26
|
-
};
|
27
|
-
};
|
28
|
-
};
|
@@ -1,41 +0,0 @@
|
|
1
|
-
import { ColorSchema, ColorSchemas, ThemeDefinitionV2, Guid, BluePrintDefinitions } from "@omnia/fx-models";
|
2
|
-
export declare function useThemeDefinitions(): {
|
3
|
-
editor: {
|
4
|
-
readonly dark: ThemeDefinitionV2;
|
5
|
-
readonly light: ThemeDefinitionV2;
|
6
|
-
};
|
7
|
-
documentation: {
|
8
|
-
readonly dark: ThemeDefinitionV2;
|
9
|
-
};
|
10
|
-
componentPreview: {
|
11
|
-
readonly dark: ThemeDefinitionV2;
|
12
|
-
readonly darkMini: ThemeDefinitionV2;
|
13
|
-
};
|
14
|
-
readonly darkKnight: ThemeDefinitionV2;
|
15
|
-
readonly black: ThemeDefinitionV2;
|
16
|
-
readonly bumbleBee: ThemeDefinitionV2;
|
17
|
-
readonly cyberPunk: ThemeDefinitionV2;
|
18
|
-
readonly coffe: ThemeDefinitionV2;
|
19
|
-
readonly light: ThemeDefinitionV2;
|
20
|
-
readonly dark: ThemeDefinitionV2;
|
21
|
-
createNew: (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) => ThemeDefinitionInstance;
|
22
|
-
};
|
23
|
-
export declare class ThemeDefinitionInstance implements ThemeDefinitionV2 {
|
24
|
-
id: Guid;
|
25
|
-
colors: ColorSchemas;
|
26
|
-
blueprints: BluePrintDefinitions;
|
27
|
-
dark: boolean;
|
28
|
-
name: string;
|
29
|
-
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);
|
30
|
-
}
|
31
|
-
export declare function darkKnightDefinition(): ThemeDefinitionInstance;
|
32
|
-
export declare function componentPreviewDefinition(mini: boolean): ThemeDefinitionInstance;
|
33
|
-
export declare function documentationDefinition(): ThemeDefinitionInstance;
|
34
|
-
export declare function darkEditorDefinition(): ThemeDefinitionInstance;
|
35
|
-
export declare function lightEditorDefinition(): ThemeDefinitionInstance;
|
36
|
-
export declare function blackDefinition(): ThemeDefinitionInstance;
|
37
|
-
export declare function bumbleBeeDefinition(): ThemeDefinitionInstance;
|
38
|
-
export declare function cyberPunkDefinition(): ThemeDefinitionInstance;
|
39
|
-
export declare function coffeDefinition(): ThemeDefinitionInstance;
|
40
|
-
export declare function lightThemeDefinition(): ThemeDefinitionInstance;
|
41
|
-
export declare function darkThemeDefinition(): ThemeDefinitionInstance;
|
@@ -1 +0,0 @@
|
|
1
|
-
export declare const useVelcronColorPropertyEditor: (settings?: undefined) => import("../../../../editor/models").VelcronPropertyEditor<any>;
|
@@ -1,6 +0,0 @@
|
|
1
|
-
export interface VelcronSliderPropertyEditorSettings {
|
2
|
-
step: number;
|
3
|
-
min: number;
|
4
|
-
max: number;
|
5
|
-
}
|
6
|
-
export declare const useVelcronSliderPropertyEditor: (settings?: VelcronSliderPropertyEditorSettings) => import("../../../../editor/models").VelcronPropertyEditor<any>;
|
@@ -1 +0,0 @@
|
|
1
|
-
export declare const useVelcronSwitchPropertyEditor: (settings?: undefined) => import("../../../../editor/models").VelcronPropertyEditor<any>;
|
@@ -1 +0,0 @@
|
|
1
|
-
export declare const useVelcronTextPropertyEditor: (settings?: undefined) => import("../../../../editor/models").VelcronPropertyEditor<any>;
|
@@ -1,86 +0,0 @@
|
|
1
|
-
export declare function defineVelcronPropertyEditorProps<TModel, TSettings = undefined>(): {
|
2
|
-
props: {
|
3
|
-
label: {
|
4
|
-
type: import("vue").PropType<string>;
|
5
|
-
} & {
|
6
|
-
type: import("vue").PropType<string>;
|
7
|
-
};
|
8
|
-
require(): import("../../../../DefineVueTypings").DefinePropRequire<"label", string, {}>;
|
9
|
-
defaultValue(value?: string): import("../../../../DefineVueTypings").DefinePropDefaultValue<"label", string, {}, false>;
|
10
|
-
doc$(description?: string): import("../../../../DefineVueTypings").DefinePropDoc<"label", string, {}>;
|
11
|
-
settings: {
|
12
|
-
type: import("vue").PropType<TSettings>;
|
13
|
-
} & {
|
14
|
-
type: import("vue").PropType<TSettings>;
|
15
|
-
};
|
16
|
-
"onUpdate:modelValue": {
|
17
|
-
type: import("vue").PropType<(value: TModel) => any>;
|
18
|
-
};
|
19
|
-
"v-model": {
|
20
|
-
type: import("vue").PropType<TModel>;
|
21
|
-
required: false;
|
22
|
-
};
|
23
|
-
modelValue: {
|
24
|
-
type: import("vue").PropType<TModel>;
|
25
|
-
required: false;
|
26
|
-
};
|
27
|
-
name<TName extends string>(n?: TName): { [key in import("../../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
28
|
-
type: import("vue").PropType<(value: TModel) => any>;
|
29
|
-
}; } & { [key_1 in import("../../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
30
|
-
type: import("vue").PropType<TModel>;
|
31
|
-
required: false;
|
32
|
-
}; } & { [key_2 in import("../../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
33
|
-
type: import("vue").PropType<TModel>;
|
34
|
-
required: false;
|
35
|
-
}; } & {
|
36
|
-
require(): import("../../../../DefineVueTypings").DefinePropModelRequire<TName, TModel, {
|
37
|
-
"onUpdate:modelValue": {
|
38
|
-
type: import("vue").PropType<(value: TModel) => any>;
|
39
|
-
};
|
40
|
-
} & {
|
41
|
-
"v-model": {
|
42
|
-
type: import("vue").PropType<TModel>;
|
43
|
-
required: false;
|
44
|
-
};
|
45
|
-
} & {
|
46
|
-
modelValue: {
|
47
|
-
type: import("vue").PropType<TModel>;
|
48
|
-
required: false;
|
49
|
-
};
|
50
|
-
}>;
|
51
|
-
defaultValue(value?: TModel): import("../../../../DefineVueTypings").DefinePropModelDefaultValue<TName, TModel, {
|
52
|
-
"onUpdate:modelValue": {
|
53
|
-
type: import("vue").PropType<(value: TModel) => any>;
|
54
|
-
};
|
55
|
-
} & {
|
56
|
-
"v-model": {
|
57
|
-
type: import("vue").PropType<TModel>;
|
58
|
-
required: false;
|
59
|
-
};
|
60
|
-
} & {
|
61
|
-
modelValue: {
|
62
|
-
type: import("vue").PropType<TModel>;
|
63
|
-
required: false;
|
64
|
-
};
|
65
|
-
}, false>;
|
66
|
-
doc$(description?: string): import("../../../../DefineVueTypings").DefinePropModelDoc<TName, TModel, {
|
67
|
-
"onUpdate:modelValue": {
|
68
|
-
type: import("vue").PropType<(value: TModel) => any>;
|
69
|
-
};
|
70
|
-
} & {
|
71
|
-
"v-model": {
|
72
|
-
type: import("vue").PropType<TModel>;
|
73
|
-
required: false;
|
74
|
-
};
|
75
|
-
} & {
|
76
|
-
modelValue: {
|
77
|
-
type: import("vue").PropType<TModel>;
|
78
|
-
required: false;
|
79
|
-
};
|
80
|
-
}>;
|
81
|
-
};
|
82
|
-
};
|
83
|
-
emits: {
|
84
|
-
"update:modelValue": (value: TModel) => boolean;
|
85
|
-
};
|
86
|
-
};
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|