@omnia/fx 8.0.151-dev → 8.0.153-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/http/HttpClient.d.ts +1 -1
- package/internal-do-not-import-from-here/manifests/omnia.fx.core.manifest.json +1 -1
- package/internal-do-not-import-from-here/ux/UxModels.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/alignmentpicker/docs/AlignmentPickerExample.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/appprovisioning/summary/InformationStepSummary.d.ts +56 -18
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/blades/FillBladeEdit.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/blades/FillsBlade.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ComponentEditorStore.d.ts +51 -0
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/FillsEditorStore.d.ts +50 -0
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/typography/blades/EditTypographyFillBlade.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/typography/store/TypographyEditorStore.d.ts +41 -1
- package/internal-do-not-import-from-here/ux/aurora/components/backgroundstyle/docs/SampleComponent.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/aurora/components/borderpicker/docs/BorderPickerExample.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/aurora/components/buttonstyle/ButtonStyleEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/buttonstyle/docs/SampleComponent.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/aurora/components/chrome/docs/SampleComponent.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/docs/SampleComponent.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/docs/SampleComponent.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/FillPicker.d.ts +10 -3
- package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/FillPreview.d.ts +16 -16
- package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/docs/FillPickerExample.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/docs/SampleComponent.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/aurora/components/spacingpicker/docs/SampleComponent.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/aurora/components/stylepicker/docs/SampleComponent.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/aurora/components/tabs/TabStyleEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/tabs/docs/SampleComponent.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/aurora/components/textstylepicker/TextStylePicker.css.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/aurora/components/textstylepicker/TextStylePicker.d.ts +6 -3
- package/internal-do-not-import-from-here/ux/aurora/components/textstylepicker/docs/SampleComponent.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/aurora/components/themepicker/ThemeEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/themepicker/ThemePicker.d.ts +21 -0
- package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyBlueprintsViewer.d.ts +4 -2
- package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyPicker.d.ts +6 -4
- package/internal-do-not-import-from-here/ux/aurora/components/typography/docs/SampleComponent.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/aurora/designkits/shared/FillStyleDefinitions.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/aurora/designkits/shared/TypographyBlueprints.d.ts +31 -1
- package/internal-do-not-import-from-here/ux/aurora/store/ChromeBlueprintStore.d.ts +248 -30
- package/internal-do-not-import-from-here/ux/aurora/store/ColorSchemaStore.d.ts +248 -30
- package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +248 -30
- package/internal-do-not-import-from-here/ux/aurora/store/ThemeContextStore.d.ts +12 -0
- package/internal-do-not-import-from-here/ux/aurora/store/ThemeStoreV2.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +248 -30
- package/internal-do-not-import-from-here/ux/aurora/styling/styles/Blueprints.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/datetimezonepicker/docs/DateTimeZonePickerExample.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/dynamicplaceholder/DynamicPlaceholder.d.ts +56 -0
- package/internal-do-not-import-from-here/ux/dynamicplaceholder/DynamicPlaceholderSettings.d.ts +55 -0
- package/internal-do-not-import-from-here/ux/dynamicplaceholder/loc/localize.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/dynamicplaceholder/models/DynamicPlaceholderSettings.d.ts +8 -0
- package/internal-do-not-import-from-here/ux/filterpicker/docs/SampleComponent.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/journey/docs/SampleButtons.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/journey/docs/SampleComponent.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/journey/docs/SampleComponentMenu.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/journey/docs/SampleVariants.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/jsonexportimport/docs/SampleComponent.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/LayoutEditorCanvas.d.ts +11 -10
- package/internal-do-not-import-from-here/ux/layoutcanvas/factories/EditorLayoutItemFactory.d.ts +1 -3
- package/internal-do-not-import-from-here/ux/layoutcanvas/factories/LayoutItemFactory.d.ts +1 -3
- package/internal-do-not-import-from-here/ux/layoutcanvas/renderer/LayoutRendererCanvas.d.ts +11 -10
- package/internal-do-not-import-from-here/ux/layoutcanvas/stores/BlockCatalogStore.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/stores/LayoutCanvasStore.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/alert/docs/SampleComponent.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/oxide/appbar/docs/AppbarExample.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/oxide/avatar/docs/AvatarExample.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/oxide/badge/docs/BadgeExample.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/oxide/btn/docs/ButtonIntro.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/oxide/btngroup/docs/ButtonIntro.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/oxide/card/docs/CardSample.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/oxide/chart/docs/SampleComponent.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/oxide/checkbox/docs/SampleComponent.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/oxide/chip/docs/ChipExample.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/oxide/colorpicker/docs/SampleComponent.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/oxide/column/docs/SampleComponent.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.css.d.ts +249 -30
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +498 -60
- package/internal-do-not-import-from-here/ux/oxide/datatable/docs/SampleComponent.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/oxide/datepicker/docs/SampleComponent.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/oxide/dialog/docs/DialogWithAppNavigation.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/oxide/dialog/docs/DialogWithFixedContent.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/oxide/dialog/docs/DialogWithLeftBar.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/oxide/dialog/docs/DialogWithNavigation.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/oxide/dialog/docs/DialogWithTabs.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/oxide/dialog/docs/DialogWithoutNavigation.d.ts +8 -4
- package/internal-do-not-import-from-here/ux/oxide/divider/docs/SampleComponent.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/oxide/draggable/docs/SampleComponent.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/docs/SampleComponent.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/oxide/flex/docs/BasicFlexTypes.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/oxide/form/docs/SampleComponent.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/oxide/hostprovider/docs/SampleComponent.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/oxide/icon/docs/SampleComponent.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/oxide/image/docs/SampleComponent.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/oxide/infinite-scroll/docs/SampleComponent.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/oxide/layout/docs/SampleComponent.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/oxide/link/docs/SampleComponent.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/oxide/list/docs/SampleComponent.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/oxide/main/docs/SampleComponent.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/oxide/menu/docs/SampleComponent.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/docs/SampleComponent.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/oxide/notification/docs/SampleComponent.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/oxide/pagination/docs/SampleComponent.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/oxide/panel/docs/BasicPanelTypes.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/oxide/panel/docs/PanelVariants.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/oxide/panel/docs/SettingsPanel.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/oxide/panel/docs/ShowHide.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/oxide/progress/docs/SampleComponent.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/oxide/radio/docs/SampleComponent.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/oxide/rangeslider/docs/SampleComponent.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/docs/SampleComponent.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +498 -60
- package/internal-do-not-import-from-here/ux/oxide/select/docs/SampleComponent.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/oxide/skeletonloader/docs/SampleComponent.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/oxide/slidepanel/docs/SampleComponent.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/oxide/slider/docs/SampleComponent.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/oxide/slider/docs/SampleComponent2.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/oxide/slider/docs/SampleComponent3.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/oxide/snackbar/docs/SampleComponent.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/oxide/spacer/docs/SampleComponent.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/oxide/stepper/docs/SampleComponent.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/oxide/switch/docs/SampleComponent.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/oxide/tab/docs/SampleComponent.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/oxide/table/docs/SampleComponent.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +1 -27
- package/internal-do-not-import-from-here/ux/oxide/text/docs/SampleComponent.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/oxide/text/docs/SampleGradients.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/oxide/textfield/docs/SampleComponent.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/oxide/toolbar/docs/ToolbarIntro.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/oxide/tooltip/docs/SampleComponent.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/oxide/treeview/docs/SampleComponent.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/oxide/validation/docs/AdvanceExample.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/oxide/validation/docs/SimpleExample.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/pickerwrapper/docs/SampleComponent.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/properties/block/components/PropertySettings.d.ts +91 -91
- package/internal-do-not-import-from-here/ux/social/docs/SampleComponent.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +249 -30
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/VelcronContentEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPicker.d.ts +26 -0
- package/internal-do-not-import-from-here/ux/velcron/components/propertieseditor/VelcronPropertiesEditor.d.ts +11 -11
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +15 -3
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronPropertyEditorDefinitions.d.ts +18 -42
- package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronConstants.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronPropertyEditors.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/editor/VelcronColorSchemaEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/editor/VelcronContentEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/editor/VelcronEditorBuilder.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/editor/VelcronEditorBuilder2.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/editor/VelcronEditorBuilderBase.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/editor/VelcronImageEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/editor/VelcronPropertyMappingEditorBuilder.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/editor/components/EditEditorsPane.d.ts +55 -0
- package/internal-do-not-import-from-here/ux/velcron/editor/components/panels/edit-editors/EditEditorsPanel.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/velcron/editor/models/ComponentDescriptors.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/velcron/editor/models/Enums.d.ts +6 -2
- package/internal-do-not-import-from-here/ux/velcron/editor/models/EventDescriptors.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/velcron/editor/models/Shared.d.ts +10 -7
- package/internal-do-not-import-from-here/ux/velcron/editor/models/StateDescriptors.d.ts +8 -0
- package/internal-do-not-import-from-here/ux/velcron/editor/models/VelcronDescriptors.d.ts +26 -2
- package/internal-do-not-import-from-here/ux/velcron/editor/models/VelcronEditorDescriptors.d.ts +21 -0
- package/internal-do-not-import-from-here/ux/velcron/editor/models/index.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/velcron/editor/stores/VelcronComponentStore.d.ts +21 -0
- package/internal-do-not-import-from-here/ux/velcron/editor/stores/VelcronEditorStore.d.ts +78 -23
- package/internal-do-not-import-from-here/ux/velcron/editor/templates/ContentTemplates.d.ts +8 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/SlidePanel.d.ts +32 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/PropertyEditorCreator.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/velcron/stores/VelcronDefinitionStore.d.ts +21 -1
- package/internal-do-not-import-from-here/ux/versionedlayout/blade/Shared.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutBladeBuilder.d.ts +7 -3
- package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutStyle.css.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/versionedlayout/editor/LayoutEditorTabRenderer.d.ts +26 -0
- package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutDefinitionEditorItem.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutDefinitionEditorItemFactory.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutEditor.d.ts +70 -58
- package/internal-do-not-import-from-here/wctypings.d.ts +131 -86
- package/package.json +3 -3
- package/internal-do-not-import-from-here/ux/aurora/store/tmpUseIndexDb.d.ts +0 -69
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/PlaceHolderListingSettingsPanel.d.ts +0 -43
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/placeholders/PlaceHolderRegistrationApis.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/typographypicker/TypographyPicker.css.d.ts +0 -3
- package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/typographypicker/TypographyPicker.d.ts +0 -31
- package/internal-do-not-import-from-here/ux/velcron/editor/models/BuiltInDescriptors.d.ts +0 -38
- /package/internal-do-not-import-from-here/ux/app/{AppLayoutPlaceHolderRegistration.d.ts → AppDynamicPlaceHolderRegistration.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/{layoutcanvas/apis/PlaceHolderApis.d.ts → dynamicplaceholder/DynamicPlaceholderApis.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/{store → stores}/ContentEditorStore.d.ts +0 -0
package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutEditor.d.ts
CHANGED
@@ -1,64 +1,76 @@
|
|
1
1
|
import { ServiceContainerContext } from "@omnia/fx";
|
2
2
|
import { GuidValue } from "@omnia/fx-models";
|
3
3
|
import { VersionedLayoutEditorApi } from "./IVersionedLayoutEditor";
|
4
|
-
declare const _default: {
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
}
|
53
|
-
|
4
|
+
declare const _default: (props: {
|
5
|
+
appInstanceId?: GuidValue;
|
6
|
+
title?: string;
|
7
|
+
subTitle?: string;
|
8
|
+
serviceContainerContext?: ServiceContainerContext;
|
9
|
+
} & Omit<{
|
10
|
+
onGetApi?: (api: VersionedLayoutEditorApi) => any;
|
11
|
+
onCloseEditor?: () => any;
|
12
|
+
}, "title" | "appInstanceId" | "serviceContainerContext" | "subTitle"> & {
|
13
|
+
"v-slots"?: {
|
14
|
+
default?: import("vue").Slot;
|
15
|
+
} & {
|
16
|
+
navigationDrawerLeft?: () => JSX.Element;
|
17
|
+
navigationDrawerBottom?: () => JSX.Element;
|
18
|
+
};
|
19
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "title" | "appInstanceId" | "serviceContainerContext" | "subTitle" | "emit:getApi" | "emit:closeEditor" | "slot:navigationDrawerLeft" | "slot:navigationDrawerBottom">) => {
|
20
|
+
$: import("vue").ComponentInternalInstance;
|
21
|
+
$data: {};
|
22
|
+
$props: {};
|
23
|
+
$attrs: {
|
24
|
+
[x: string]: unknown;
|
25
|
+
};
|
26
|
+
$refs: {
|
27
|
+
[x: string]: unknown;
|
28
|
+
};
|
29
|
+
$slots: Readonly<{
|
30
|
+
[name: string]: import("vue").Slot<any>;
|
31
|
+
}>;
|
32
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
33
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
34
|
+
$emit: (event: string, ...args: any[]) => void;
|
35
|
+
$el: any;
|
36
|
+
$options: import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}> & {
|
37
|
+
beforeCreate?: (() => void) | (() => void)[];
|
38
|
+
created?: (() => void) | (() => void)[];
|
39
|
+
beforeMount?: (() => void) | (() => void)[];
|
40
|
+
mounted?: (() => void) | (() => void)[];
|
41
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
42
|
+
updated?: (() => void) | (() => void)[];
|
43
|
+
activated?: (() => void) | (() => void)[];
|
44
|
+
deactivated?: (() => void) | (() => void)[];
|
45
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
46
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
47
|
+
destroyed?: (() => void) | (() => void)[];
|
48
|
+
unmounted?: (() => void) | (() => void)[];
|
49
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
50
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
51
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void)[];
|
52
|
+
};
|
53
|
+
$forceUpdate: () => void;
|
54
|
+
$nextTick: typeof import("vue").nextTick;
|
55
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
56
|
+
} & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
57
|
+
propsDefinition: {
|
54
58
|
appInstanceId?: GuidValue;
|
59
|
+
title?: string;
|
60
|
+
subTitle?: string;
|
55
61
|
serviceContainerContext?: ServiceContainerContext;
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
}
|
62
|
+
} & {
|
63
|
+
"v-slots"?: {
|
64
|
+
default?: import("vue").Slot;
|
65
|
+
} & {
|
66
|
+
navigationDrawerLeft?: () => JSX.Element;
|
67
|
+
navigationDrawerBottom?: () => JSX.Element;
|
68
|
+
};
|
69
|
+
} & {
|
70
|
+
onGetApi?: (api: VersionedLayoutEditorApi) => any;
|
71
|
+
onCloseEditor?: () => any;
|
72
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "title" | "appInstanceId" | "serviceContainerContext" | "subTitle">;
|
73
|
+
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
74
|
+
[key: string]: any;
|
75
|
+
}>;
|
64
76
|
export default _default;
|
@@ -11,6 +11,8 @@ import wcdedf711a4e0f4c5c850b51c01ea367a7 from './ux/datetimepicker/DateTimePick
|
|
11
11
|
import wc90e26d3a6e3e4bf9bd1ce81c6735eda2 from './ux/datetimezonepicker/DateTimeZonePicker';
|
12
12
|
import wcd3d05fa7bb114ecab1c16f714641b678 from './ux/datetimezonerenderer/DateTimeZoneRenderer';
|
13
13
|
import wc3ff00f2d8a4c48a4ae0cff23fc0127ac from './ux/dialog/Dialog';
|
14
|
+
import wc60feadd89e4d4c2eb095cee9f104ee96 from './ux/dynamicplaceholder/DynamicPlaceholder';
|
15
|
+
import wcac8a9be60cfb47f288f602ececa6687f from './ux/dynamicplaceholder/DynamicPlaceholderSettings';
|
14
16
|
import wc41a6d1b1b02e4b368aac19ded6b391a1 from './ux/enterpriseglossary/EnterpriseGlossaryPicker';
|
15
17
|
import wcfd300449c17f44fd80d83e709a10bf63 from './ux/features/FeaturesJourney';
|
16
18
|
import wc629ff3fc45f84df382ddb6282d968547 from './ux/features/FeaturesJourneyTenant';
|
@@ -119,6 +121,7 @@ import wcf024796066784669a26452b2da403b70 from './ux/versionedlayout/editor/pane
|
|
119
121
|
import wcc88e2566b07a4680aef7f575f5c5641b from './ux/versionedlayout/controller/VersionedLayoutController';
|
120
122
|
import wc177046bfd171495bbce70d1cd9242fa1 from './ux/versionedlayout/controller/Chrome';
|
121
123
|
import wcbd6cd82aabef42e7bf60679c7d5fb470 from './ux/wizard/WizardComponent';
|
124
|
+
import wcde36ccd3a3064b0ea8f5865e65521e41 from '../../fx-sp/internal-do-not-import-from-here/ux/appwithspaliasinput/AppWithSharePointAliasInput';
|
122
125
|
import wc28d15a1179a04eaa9f2e82abe15f7177 from '../../fx-sp/internal-do-not-import-from-here/ux/filterengine/TaxonomyPropertyRenderer';
|
123
126
|
import wcb1fca92af8524970b426823cf7ef65b5 from '../../fx-sp/internal-do-not-import-from-here/ux/filterengine/SelectionsAreaTaxonomyRenderer';
|
124
127
|
import wc8000658f96504040b6194f7e887665a7 from '../../fx-sp/internal-do-not-import-from-here/ux/queryfilterbuilder/QueryFilterBuilder';
|
@@ -151,6 +154,7 @@ import wc8e21d658d6f84d70870d29805b27df86 from './ux/appprovisioning/appshowinpu
|
|
151
154
|
import wc612fef70e86b4b12a4c138324dbc6895 from './ux/appprovisioning/apptitledescription/AppDescriptionInput';
|
152
155
|
import wc42aef9ddfa3745489aed5b4fedef43ed from './ux/appprovisioning/apptitleinput/AppTitleInput';
|
153
156
|
import wc171ae6335cef4eaa88977eba3bca0049 from './ux/appprovisioning/renderer/Renderer';
|
157
|
+
import wcd50cefd6e1b646ae8b83e0fa9247bf0b from './ux/appprovisioning/summary/InformationStepSummary';
|
154
158
|
import wc0956cc1cb8c94b659d31dfefc4ffc341 from './ux/aurora/actionhandler/ThemeSelectorAction';
|
155
159
|
import wcd2cb064dcb2a4a76a3b8486cba5ebade from './ux/aurora/actionhandler/ThemeDesignerAction';
|
156
160
|
import wc97cad1f254694fb2ab76b333cf8fe84c from './ux/aurora/admin/DesignJourney';
|
@@ -423,7 +427,6 @@ import wcfc2401c7c3384790ae7ce17d05b0855f from './ux/aurora/admin/blades/bluepri
|
|
423
427
|
import wc327aebb7d6ce4565bf119cf67e121d1a from './ux/velcron/editor/components/pickers/colorpicker/ColorPicker';
|
424
428
|
import wc511447a5fd2646af910064ed9970d82e from './ux/velcron/editor/components/pickers/colorschemamapper/ColorSchemaMapper';
|
425
429
|
import wc3cd2da446d21461e8149e6c8334a36f4 from './ux/velcron/editor/components/pickers/ratiopicker/RatioPicker';
|
426
|
-
import wc8420a0b507e14a288c2d895471739f1d from './ux/velcron/editor/components/pickers/typographypicker/TypographyPicker';
|
427
430
|
type ExtractJsxProps<T> = {
|
428
431
|
[K in keyof (T extends {
|
429
432
|
propsDefinition: any;
|
@@ -476,6 +479,12 @@ declare global {
|
|
476
479
|
"omfx-dialog": typeof wc3ff00f2d8a4c48a4ae0cff23fc0127ac extends {
|
477
480
|
propsDefinition: infer TProp;
|
478
481
|
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc3ff00f2d8a4c48a4ae0cff23fc0127ac extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc3ff00f2d8a4c48a4ae0cff23fc0127ac>, "propsDefinition">> : never;
|
482
|
+
"owp-dynamic-placeholder": typeof wc60feadd89e4d4c2eb095cee9f104ee96 extends {
|
483
|
+
propsDefinition: infer TProp;
|
484
|
+
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc60feadd89e4d4c2eb095cee9f104ee96 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc60feadd89e4d4c2eb095cee9f104ee96>, "propsDefinition">> : never;
|
485
|
+
"owp-dynamic-placeholder-settings": typeof wcac8a9be60cfb47f288f602ececa6687f extends {
|
486
|
+
propsDefinition: infer TProp;
|
487
|
+
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wcac8a9be60cfb47f288f602ececa6687f extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wcac8a9be60cfb47f288f602ececa6687f>, "propsDefinition">> : never;
|
479
488
|
"omfx-enterpriseglossary-picker": typeof wc41a6d1b1b02e4b368aac19ded6b391a1 extends {
|
480
489
|
propsDefinition: infer TProp;
|
481
490
|
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc41a6d1b1b02e4b368aac19ded6b391a1 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc41a6d1b1b02e4b368aac19ded6b391a1>, "propsDefinition">> : never;
|
@@ -800,6 +809,9 @@ declare global {
|
|
800
809
|
"omfx-wizard": typeof wcbd6cd82aabef42e7bf60679c7d5fb470 extends {
|
801
810
|
propsDefinition: infer TProp;
|
802
811
|
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wcbd6cd82aabef42e7bf60679c7d5fb470 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wcbd6cd82aabef42e7bf60679c7d5fb470>, "propsDefinition">> : never;
|
812
|
+
"omfx-app-with-sp-alias-input": typeof wcde36ccd3a3064b0ea8f5865e65521e41 extends {
|
813
|
+
propsDefinition: infer TProp;
|
814
|
+
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wcde36ccd3a3064b0ea8f5865e65521e41 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wcde36ccd3a3064b0ea8f5865e65521e41>, "propsDefinition">> : never;
|
803
815
|
"omfx-taxonomy-filterengine-renderer": typeof wc28d15a1179a04eaa9f2e82abe15f7177 extends {
|
804
816
|
propsDefinition: infer TProp;
|
805
817
|
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc28d15a1179a04eaa9f2e82abe15f7177 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc28d15a1179a04eaa9f2e82abe15f7177>, "propsDefinition">> : never;
|
@@ -896,6 +908,9 @@ declare global {
|
|
896
908
|
"omfx-app-provisioning-renderer": typeof wc171ae6335cef4eaa88977eba3bca0049 extends {
|
897
909
|
propsDefinition: infer TProp;
|
898
910
|
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc171ae6335cef4eaa88977eba3bca0049 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc171ae6335cef4eaa88977eba3bca0049>, "propsDefinition">> : never;
|
911
|
+
"omfx-app-provisioning-information-summary": typeof wcd50cefd6e1b646ae8b83e0fa9247bf0b extends {
|
912
|
+
propsDefinition: infer TProp;
|
913
|
+
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wcd50cefd6e1b646ae8b83e0fa9247bf0b extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wcd50cefd6e1b646ae8b83e0fa9247bf0b>, "propsDefinition">> : never;
|
899
914
|
"omnia-theming-selector-action": typeof wc0956cc1cb8c94b659d31dfefc4ffc341 extends {
|
900
915
|
propsDefinition: infer TProp;
|
901
916
|
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc0956cc1cb8c94b659d31dfefc4ffc341 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc0956cc1cb8c94b659d31dfefc4ffc341>, "propsDefinition">> : never;
|
@@ -1712,9 +1727,6 @@ declare global {
|
|
1712
1727
|
"omfx-ratio-picker": typeof wc3cd2da446d21461e8149e6c8334a36f4 extends {
|
1713
1728
|
propsDefinition: infer TProp;
|
1714
1729
|
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc3cd2da446d21461e8149e6c8334a36f4 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc3cd2da446d21461e8149e6c8334a36f4>, "propsDefinition">> : never;
|
1715
|
-
"omfx-typography-picker-schema": typeof wc8420a0b507e14a288c2d895471739f1d extends {
|
1716
|
-
propsDefinition: infer TProp;
|
1717
|
-
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc8420a0b507e14a288c2d895471739f1d extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc8420a0b507e14a288c2d895471739f1d>, "propsDefinition">> : never;
|
1718
1730
|
}
|
1719
1731
|
}
|
1720
1732
|
}
|
@@ -1999,6 +2011,26 @@ declare global {
|
|
1999
2011
|
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
2000
2012
|
};
|
2001
2013
|
} : typeof wc3ff00f2d8a4c48a4ae0cff23fc0127ac;
|
2014
|
+
"owp": {
|
2015
|
+
"dynamic": {
|
2016
|
+
"placeholder": {
|
2017
|
+
"settings": typeof wcac8a9be60cfb47f288f602ececa6687f extends {
|
2018
|
+
propsDefinition: infer TProp;
|
2019
|
+
} ? {
|
2020
|
+
new (...args: any[]): {
|
2021
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
2022
|
+
};
|
2023
|
+
} : typeof wcac8a9be60cfb47f288f602ececa6687f;
|
2024
|
+
};
|
2025
|
+
"placeholder$": typeof wc60feadd89e4d4c2eb095cee9f104ee96 extends {
|
2026
|
+
propsDefinition: infer TProp;
|
2027
|
+
} ? {
|
2028
|
+
new (...args: any[]): {
|
2029
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
2030
|
+
};
|
2031
|
+
} : typeof wc60feadd89e4d4c2eb095cee9f104ee96;
|
2032
|
+
};
|
2033
|
+
};
|
2002
2034
|
"enterpriseglossary": {
|
2003
2035
|
"picker": typeof wc41a6d1b1b02e4b368aac19ded6b391a1 extends {
|
2004
2036
|
propsDefinition: infer TProp;
|
@@ -3283,76 +3315,20 @@ declare global {
|
|
3283
3315
|
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
3284
3316
|
};
|
3285
3317
|
} : typeof wcbd6cd82aabef42e7bf60679c7d5fb470;
|
3286
|
-
"
|
3287
|
-
"
|
3288
|
-
"
|
3289
|
-
|
3290
|
-
|
3291
|
-
|
3292
|
-
|
3293
|
-
|
3294
|
-
|
3295
|
-
|
3296
|
-
|
3297
|
-
"query": {
|
3298
|
-
"filter": {
|
3299
|
-
"builder": typeof wc8000658f96504040b6194f7e887665a7 extends {
|
3300
|
-
propsDefinition: infer TProp;
|
3301
|
-
} ? {
|
3302
|
-
new (...args: any[]): {
|
3303
|
-
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
3318
|
+
"app": {
|
3319
|
+
"with": {
|
3320
|
+
"sp": {
|
3321
|
+
"alias": {
|
3322
|
+
"input": typeof wcde36ccd3a3064b0ea8f5865e65521e41 extends {
|
3323
|
+
propsDefinition: infer TProp;
|
3324
|
+
} ? {
|
3325
|
+
new (...args: any[]): {
|
3326
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
3327
|
+
};
|
3328
|
+
} : typeof wcde36ccd3a3064b0ea8f5865e65521e41;
|
3304
3329
|
};
|
3305
|
-
} : typeof wc8000658f96504040b6194f7e887665a7;
|
3306
|
-
};
|
3307
|
-
};
|
3308
|
-
"targeting": {
|
3309
|
-
"filter": typeof wccff151bfd6e24f2fbacd02bba0fffe1f extends {
|
3310
|
-
propsDefinition: infer TProp;
|
3311
|
-
} ? {
|
3312
|
-
new (...args: any[]): {
|
3313
|
-
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
3314
3330
|
};
|
3315
|
-
} : typeof wccff151bfd6e24f2fbacd02bba0fffe1f;
|
3316
|
-
};
|
3317
|
-
"sp": {
|
3318
|
-
"term": {
|
3319
|
-
"item": typeof wcdae567bb2f1846abad5c0adaa64945cf extends {
|
3320
|
-
propsDefinition: infer TProp;
|
3321
|
-
} ? {
|
3322
|
-
new (...args: any[]): {
|
3323
|
-
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
3324
|
-
};
|
3325
|
-
} : typeof wcdae567bb2f1846abad5c0adaa64945cf;
|
3326
3331
|
};
|
3327
|
-
};
|
3328
|
-
"term": {
|
3329
|
-
"picker": typeof wceb90230ea21a47af8ba7c2a3a18b8c6b extends {
|
3330
|
-
propsDefinition: infer TProp;
|
3331
|
-
} ? {
|
3332
|
-
new (...args: any[]): {
|
3333
|
-
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
3334
|
-
};
|
3335
|
-
} : typeof wceb90230ea21a47af8ba7c2a3a18b8c6b;
|
3336
|
-
};
|
3337
|
-
"termset": {
|
3338
|
-
"picker": typeof wc22cd73487d484024b495097211e8a2c1 extends {
|
3339
|
-
propsDefinition: infer TProp;
|
3340
|
-
} ? {
|
3341
|
-
new (...args: any[]): {
|
3342
|
-
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
3343
|
-
};
|
3344
|
-
} : typeof wc22cd73487d484024b495097211e8a2c1;
|
3345
|
-
};
|
3346
|
-
"queryable": {
|
3347
|
-
"enterpriseproperties": typeof wc759fc5cd65954caaaaf142223a054ea5 extends {
|
3348
|
-
propsDefinition: infer TProp;
|
3349
|
-
} ? {
|
3350
|
-
new (...args: any[]): {
|
3351
|
-
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
3352
|
-
};
|
3353
|
-
} : typeof wc759fc5cd65954caaaaf142223a054ea5;
|
3354
|
-
};
|
3355
|
-
"app": {
|
3356
3332
|
"instance": {
|
3357
3333
|
"rollup": {
|
3358
3334
|
"renderer": typeof wc99576cfe75504d4babc4575e968f3f9c extends {
|
@@ -3487,6 +3463,15 @@ declare global {
|
|
3487
3463
|
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
3488
3464
|
};
|
3489
3465
|
} : typeof wc171ae6335cef4eaa88977eba3bca0049;
|
3466
|
+
"information": {
|
3467
|
+
"summary": typeof wcd50cefd6e1b646ae8b83e0fa9247bf0b extends {
|
3468
|
+
propsDefinition: infer TProp;
|
3469
|
+
} ? {
|
3470
|
+
new (...args: any[]): {
|
3471
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
3472
|
+
};
|
3473
|
+
} : typeof wcd50cefd6e1b646ae8b83e0fa9247bf0b;
|
3474
|
+
};
|
3490
3475
|
};
|
3491
3476
|
"route": {
|
3492
3477
|
"input": typeof wc22d04b93a87c44d290da28f58d163eeb extends {
|
@@ -3531,6 +3516,75 @@ declare global {
|
|
3531
3516
|
} : typeof wc42aef9ddfa3745489aed5b4fedef43ed;
|
3532
3517
|
};
|
3533
3518
|
};
|
3519
|
+
"taxonomy": {
|
3520
|
+
"filterengine": {
|
3521
|
+
"renderer": typeof wc28d15a1179a04eaa9f2e82abe15f7177 extends {
|
3522
|
+
propsDefinition: infer TProp;
|
3523
|
+
} ? {
|
3524
|
+
new (...args: any[]): {
|
3525
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
3526
|
+
};
|
3527
|
+
} : typeof wc28d15a1179a04eaa9f2e82abe15f7177;
|
3528
|
+
};
|
3529
|
+
};
|
3530
|
+
"query": {
|
3531
|
+
"filter": {
|
3532
|
+
"builder": typeof wc8000658f96504040b6194f7e887665a7 extends {
|
3533
|
+
propsDefinition: infer TProp;
|
3534
|
+
} ? {
|
3535
|
+
new (...args: any[]): {
|
3536
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
3537
|
+
};
|
3538
|
+
} : typeof wc8000658f96504040b6194f7e887665a7;
|
3539
|
+
};
|
3540
|
+
};
|
3541
|
+
"targeting": {
|
3542
|
+
"filter": typeof wccff151bfd6e24f2fbacd02bba0fffe1f extends {
|
3543
|
+
propsDefinition: infer TProp;
|
3544
|
+
} ? {
|
3545
|
+
new (...args: any[]): {
|
3546
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
3547
|
+
};
|
3548
|
+
} : typeof wccff151bfd6e24f2fbacd02bba0fffe1f;
|
3549
|
+
};
|
3550
|
+
"sp": {
|
3551
|
+
"term": {
|
3552
|
+
"item": typeof wcdae567bb2f1846abad5c0adaa64945cf extends {
|
3553
|
+
propsDefinition: infer TProp;
|
3554
|
+
} ? {
|
3555
|
+
new (...args: any[]): {
|
3556
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
3557
|
+
};
|
3558
|
+
} : typeof wcdae567bb2f1846abad5c0adaa64945cf;
|
3559
|
+
};
|
3560
|
+
};
|
3561
|
+
"term": {
|
3562
|
+
"picker": typeof wceb90230ea21a47af8ba7c2a3a18b8c6b extends {
|
3563
|
+
propsDefinition: infer TProp;
|
3564
|
+
} ? {
|
3565
|
+
new (...args: any[]): {
|
3566
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
3567
|
+
};
|
3568
|
+
} : typeof wceb90230ea21a47af8ba7c2a3a18b8c6b;
|
3569
|
+
};
|
3570
|
+
"termset": {
|
3571
|
+
"picker": typeof wc22cd73487d484024b495097211e8a2c1 extends {
|
3572
|
+
propsDefinition: infer TProp;
|
3573
|
+
} ? {
|
3574
|
+
new (...args: any[]): {
|
3575
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
3576
|
+
};
|
3577
|
+
} : typeof wc22cd73487d484024b495097211e8a2c1;
|
3578
|
+
};
|
3579
|
+
"queryable": {
|
3580
|
+
"enterpriseproperties": typeof wc759fc5cd65954caaaaf142223a054ea5 extends {
|
3581
|
+
propsDefinition: infer TProp;
|
3582
|
+
} ? {
|
3583
|
+
new (...args: any[]): {
|
3584
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
3585
|
+
};
|
3586
|
+
} : typeof wc759fc5cd65954caaaaf142223a054ea5;
|
3587
|
+
};
|
3534
3588
|
"tab": {
|
3535
3589
|
"management": typeof wc20bd8ac81b314379a3676ca3b31c720e extends {
|
3536
3590
|
propsDefinition: infer TProp;
|
@@ -4677,36 +4731,27 @@ declare global {
|
|
4677
4731
|
} : typeof wcb4ddcf67388c4aa494cad4fa07ff8937;
|
4678
4732
|
};
|
4679
4733
|
"typography": {
|
4680
|
-
"picker": {
|
4681
|
-
"schema": typeof wc8420a0b507e14a288c2d895471739f1d extends {
|
4682
|
-
propsDefinition: infer TProp;
|
4683
|
-
} ? {
|
4684
|
-
new (...args: any[]): {
|
4685
|
-
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
4686
|
-
};
|
4687
|
-
} : typeof wc8420a0b507e14a288c2d895471739f1d;
|
4688
|
-
};
|
4689
|
-
"editor": typeof wc99a73153b5c647da9d6de517f51e53f0 extends {
|
4734
|
+
"picker": typeof wc54730f05dd2c4f2da1c830b3985b36a9 extends {
|
4690
4735
|
propsDefinition: infer TProp;
|
4691
4736
|
} ? {
|
4692
4737
|
new (...args: any[]): {
|
4693
4738
|
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
4694
4739
|
};
|
4695
|
-
} : typeof
|
4696
|
-
"
|
4740
|
+
} : typeof wc54730f05dd2c4f2da1c830b3985b36a9;
|
4741
|
+
"editor": typeof wc99a73153b5c647da9d6de517f51e53f0 extends {
|
4697
4742
|
propsDefinition: infer TProp;
|
4698
4743
|
} ? {
|
4699
4744
|
new (...args: any[]): {
|
4700
4745
|
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
4701
4746
|
};
|
4702
|
-
} : typeof
|
4703
|
-
"
|
4747
|
+
} : typeof wc99a73153b5c647da9d6de517f51e53f0;
|
4748
|
+
"viewer": typeof wc2f742a14a560434abb899360a69c314b extends {
|
4704
4749
|
propsDefinition: infer TProp;
|
4705
4750
|
} ? {
|
4706
4751
|
new (...args: any[]): {
|
4707
4752
|
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
4708
4753
|
};
|
4709
|
-
} : typeof
|
4754
|
+
} : typeof wc2f742a14a560434abb899360a69c314b;
|
4710
4755
|
};
|
4711
4756
|
"enterpriseproperties": {
|
4712
4757
|
"datafield": {
|
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.153-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,12 +20,12 @@
|
|
20
20
|
],
|
21
21
|
"author": "Precio Fishbone",
|
22
22
|
"dependencies": {
|
23
|
-
"@omnia/fx-models": "8.0.
|
23
|
+
"@omnia/fx-models": "8.0.153-dev",
|
24
24
|
"@microsoft/signalr": "6.0.1",
|
25
25
|
"broadcast-channel": "4.8.0",
|
26
26
|
"dayjs": "1.11.7",
|
27
27
|
"splitpanes": "3.1.5",
|
28
|
-
"vuetify": "3.5.
|
28
|
+
"vuetify": "3.5.12",
|
29
29
|
"vue": "3.4.21",
|
30
30
|
"tslib": "2.6.2",
|
31
31
|
"typescript": "5.3.3",
|
@@ -1,69 +0,0 @@
|
|
1
|
-
import { Future } from "@omnia/fx-models";
|
2
|
-
import { Ref } from "vue";
|
3
|
-
/**
|
4
|
-
* Async api for working with indexedDB. Remember to await the useIndexedDb since its async
|
5
|
-
* @export
|
6
|
-
* @param {string} name
|
7
|
-
* @param {string} table
|
8
|
-
* @return {*} {Future<IndexedDbApi>}
|
9
|
-
*/
|
10
|
-
export declare function useIndexedDb(name: string, table: string): Future<IndexedDbApi>;
|
11
|
-
/**
|
12
|
-
*
|
13
|
-
*
|
14
|
-
* @export
|
15
|
-
* @interface IndexedDbApi
|
16
|
-
*/
|
17
|
-
export interface IndexedDbApi {
|
18
|
-
/**
|
19
|
-
* Current database instance
|
20
|
-
* @type {(IDBDatabase | null)}
|
21
|
-
* @memberof IndexedDbApi
|
22
|
-
*/
|
23
|
-
currentDb: IDBDatabase | null;
|
24
|
-
/**
|
25
|
-
* Current database name
|
26
|
-
* @type {Ref<string>}
|
27
|
-
* @memberof IndexedDbApi
|
28
|
-
*/
|
29
|
-
currentDbName: Ref<string>;
|
30
|
-
/**
|
31
|
-
* Current database version
|
32
|
-
* @type {Ref<number>}
|
33
|
-
* @memberof IndexedDbApi
|
34
|
-
*/
|
35
|
-
currentDbVersion: Ref<number>;
|
36
|
-
/**
|
37
|
-
* Gets the data by key from the database
|
38
|
-
* @memberof IndexedDbApi
|
39
|
-
*/
|
40
|
-
get: <T>(key: IDBValidKey) => Promise<T>;
|
41
|
-
/**
|
42
|
-
* Gets all the data from the database
|
43
|
-
* @memberof IndexedDbApi
|
44
|
-
*/
|
45
|
-
getAll: <T>() => Promise<Map<IDBValidKey, T>>;
|
46
|
-
/**
|
47
|
-
* Adds the key to the database if the key exists it will throw exception
|
48
|
-
* use upsert for add or update operations
|
49
|
-
* @memberof IndexedDbApi
|
50
|
-
*/
|
51
|
-
add: <T>(key: IDBValidKey, data: T) => Promise<unknown>;
|
52
|
-
/**
|
53
|
-
* Does an add or update depending on if the key exists
|
54
|
-
* @memberof IndexedDbApi
|
55
|
-
*/
|
56
|
-
upsert: <T>(key: IDBValidKey, data: T) => Promise<unknown>;
|
57
|
-
/**
|
58
|
-
* Removes the key from the database
|
59
|
-
* @memberof IndexedDbApi
|
60
|
-
*/
|
61
|
-
remove: (key: IDBValidKey) => Promise<unknown>;
|
62
|
-
/**
|
63
|
-
* Closes the database connection and dispsoses the instance from the cache
|
64
|
-
* Note if you have multiple tables opened on the same database it will close all instances
|
65
|
-
* this means you have to call useIndexedDb again after this
|
66
|
-
* @memberof IndexedDbApi
|
67
|
-
*/
|
68
|
-
close: () => void;
|
69
|
-
}
|
@@ -1,43 +0,0 @@
|
|
1
|
-
import { PlaceHolderSectionSettings, Section } from "../../../../../../models";
|
2
|
-
declare const _default: {
|
3
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
4
|
-
section: {
|
5
|
-
type: import("vue").PropType<Section<PlaceHolderSectionSettings>>;
|
6
|
-
} & {
|
7
|
-
type: import("vue").PropType<Section<PlaceHolderSectionSettings>>;
|
8
|
-
};
|
9
|
-
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
10
|
-
section: {
|
11
|
-
type: import("vue").PropType<Section<PlaceHolderSectionSettings>>;
|
12
|
-
} & {
|
13
|
-
type: import("vue").PropType<Section<PlaceHolderSectionSettings>>;
|
14
|
-
};
|
15
|
-
}>>, {}, true, {}, {}, {
|
16
|
-
P: {};
|
17
|
-
B: {};
|
18
|
-
D: {};
|
19
|
-
C: {};
|
20
|
-
M: {};
|
21
|
-
Defaults: {};
|
22
|
-
}, Readonly<import("vue").ExtractPropTypes<{
|
23
|
-
section: {
|
24
|
-
type: import("vue").PropType<Section<PlaceHolderSectionSettings>>;
|
25
|
-
} & {
|
26
|
-
type: import("vue").PropType<Section<PlaceHolderSectionSettings>>;
|
27
|
-
};
|
28
|
-
}>>, () => JSX.Element, {}, {}, {}, {}>;
|
29
|
-
__isFragment?: never;
|
30
|
-
__isTeleport?: never;
|
31
|
-
__isSuspense?: never;
|
32
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
33
|
-
section: {
|
34
|
-
type: import("vue").PropType<Section<PlaceHolderSectionSettings>>;
|
35
|
-
} & {
|
36
|
-
type: import("vue").PropType<Section<PlaceHolderSectionSettings>>;
|
37
|
-
};
|
38
|
-
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
39
|
-
propsDefinition: Omit<Readonly<{} & {
|
40
|
-
section?: Section<PlaceHolderSectionSettings>;
|
41
|
-
}>, never>;
|
42
|
-
};
|
43
|
-
export default _default;
|
@@ -1 +0,0 @@
|
|
1
|
-
export {};
|
@@ -1,31 +0,0 @@
|
|
1
|
-
declare const _default: {
|
2
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
3
|
-
model: import("vue").Prop<string, string>;
|
4
|
-
onChange: import("vue").Prop<(value: string) => void, (value: string) => void>;
|
5
|
-
}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
6
|
-
model: import("vue").Prop<string, string>;
|
7
|
-
onChange: import("vue").Prop<(value: string) => void, (value: string) => void>;
|
8
|
-
}>>, {}, true, {}, {}, {
|
9
|
-
P: {};
|
10
|
-
B: {};
|
11
|
-
D: {};
|
12
|
-
C: {};
|
13
|
-
M: {};
|
14
|
-
Defaults: {};
|
15
|
-
}, Readonly<import("vue").ExtractPropTypes<{
|
16
|
-
model: import("vue").Prop<string, string>;
|
17
|
-
onChange: import("vue").Prop<(value: string) => void, (value: string) => void>;
|
18
|
-
}>>, () => JSX.Element, {}, {}, {}, {}>;
|
19
|
-
__isFragment?: never;
|
20
|
-
__isTeleport?: never;
|
21
|
-
__isSuspense?: never;
|
22
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
23
|
-
model: import("vue").Prop<string, string>;
|
24
|
-
onChange: import("vue").Prop<(value: string) => void, (value: string) => void>;
|
25
|
-
}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
26
|
-
propsDefinition: Omit<Readonly<{} & {
|
27
|
-
onChange?: (value: string) => void;
|
28
|
-
model?: string;
|
29
|
-
}>, never>;
|
30
|
-
};
|
31
|
-
export default _default;
|