@omnia/fx 8.0.459-dev → 8.0.461-dev
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/internal-do-not-import-from-here/manifests/omnia.fx.core.manifest.json +1 -1
- package/internal-do-not-import-from-here/manifests/omnia.fx.manifest.json +1 -1
- package/internal-do-not-import-from-here/manifests/omnia.fx.ux.manifest.json +1 -1
- package/internal-do-not-import-from-here/services/identities/index.d.ts +0 -1
- package/internal-do-not-import-from-here/services/index.d.ts +1 -0
- package/internal-do-not-import-from-here/shared-mobile/models/IPagingable.d.ts +5 -0
- package/internal-do-not-import-from-here/shared-mobile/models/ItemQuery.d.ts +10 -0
- package/internal-do-not-import-from-here/shared-mobile/models/NamedProperty.d.ts +38 -0
- package/internal-do-not-import-from-here/shared-mobile/models/SharedConstants.d.ts +3 -0
- package/internal-do-not-import-from-here/shared-mobile/models/SharedMobileEnums.d.ts +189 -0
- package/internal-do-not-import-from-here/shared-mobile/models/identities/BuiltInIdentityProvider.d.ts +7 -0
- package/internal-do-not-import-from-here/shared-mobile/models/identities/GroupIdentity.d.ts +54 -0
- package/internal-do-not-import-from-here/shared-mobile/models/identities/GroupMembers.d.ts +6 -0
- package/internal-do-not-import-from-here/shared-mobile/models/identities/Identity.d.ts +37 -0
- package/internal-do-not-import-from-here/shared-mobile/models/identities/IdentityQuery.d.ts +26 -0
- package/internal-do-not-import-from-here/shared-mobile/models/identities/IdentityTypes.d.ts +8 -0
- package/internal-do-not-import-from-here/shared-mobile/models/identities/ScopeTypes.d.ts +5 -0
- package/internal-do-not-import-from-here/shared-mobile/models/identities/UserIdentity.d.ts +107 -0
- package/internal-do-not-import-from-here/shared-mobile/models/identities/UserIdentityQuery.d.ts +26 -0
- package/internal-do-not-import-from-here/shared-mobile/models/identities/index.d.ts +9 -0
- package/internal-do-not-import-from-here/shared-mobile/models/index.d.ts +8 -0
- package/internal-do-not-import-from-here/shared-mobile/models/media-picker/MediaPickerMedia.d.ts +33 -0
- package/internal-do-not-import-from-here/shared-mobile/models/media-picker/index.d.ts +1 -0
- package/internal-do-not-import-from-here/shared-mobile/models/oxide/OSizeTypes.d.ts +2 -0
- package/internal-do-not-import-from-here/shared-mobile/models/oxide/index.d.ts +1 -0
- package/internal-do-not-import-from-here/shared-mobile/models/properties/PropertySettingsLock.d.ts +13 -0
- package/internal-do-not-import-from-here/shared-mobile/models/properties/definitions/EmailPropertyDefinition.d.ts +12 -0
- package/internal-do-not-import-from-here/shared-mobile/models/properties/definitions/ImagePropertyDefinition.d.ts +24 -0
- package/internal-do-not-import-from-here/shared-mobile/models/properties/definitions/LanguagePropertyDefinition.d.ts +14 -0
- package/internal-do-not-import-from-here/shared-mobile/models/properties/definitions/TextPropertyDefinition.d.ts +16 -0
- package/internal-do-not-import-from-here/shared-mobile/models/properties/definitions/index.d.ts +4 -0
- package/internal-do-not-import-from-here/shared-mobile/models/properties/index.d.ts +3 -0
- package/internal-do-not-import-from-here/shared-mobile/models/properties/values/EmailPropertyValue.d.ts +6 -0
- package/internal-do-not-import-from-here/shared-mobile/models/properties/values/ImagePropertyValue.d.ts +8 -0
- package/internal-do-not-import-from-here/shared-mobile/models/properties/values/LanguagePropertyValue.d.ts +7 -0
- package/internal-do-not-import-from-here/shared-mobile/models/properties/values/PhoneNumberPropertyValue.d.ts +6 -0
- package/internal-do-not-import-from-here/shared-mobile/models/properties/values/TextPropertyValue.d.ts +6 -0
- package/internal-do-not-import-from-here/shared-mobile/models/properties/values/index.d.ts +5 -0
- package/internal-do-not-import-from-here/shared-mobile/services/IdentityService.d.ts +30 -0
- package/internal-do-not-import-from-here/shared-mobile/services/index.d.ts +1 -0
- package/internal-do-not-import-from-here/shared-mobile/stores/IdentityStore.d.ts +20 -0
- package/internal-do-not-import-from-here/shared-mobile/stores/index.d.ts +1 -0
- package/internal-do-not-import-from-here/stores/ArchivedIdentityStore.d.ts +4 -23
- package/internal-do-not-import-from-here/stores/CommentLikeStore.d.ts +1 -2
- package/internal-do-not-import-from-here/stores/IdentityStore.d.ts +1 -21
- package/internal-do-not-import-from-here/stores/UserTypeIdentityStore.d.ts +11 -20
- package/internal-do-not-import-from-here/stores/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/localizationadmin/localizationinput/LocalizationInput.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/admin/usermanagement/groups/GroupDetailBlade.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/alignmentpicker/AlignmentPicker.d.ts +3 -1
- package/internal-do-not-import-from-here/ux/analytics/metric/Metric.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/admin/themedesigner/componentblueprints/store/ComponentEditorStore.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/aurora/admin/themedesigner/componentblueprints/store/HeaderEditorStore.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/aurora/components/buttonstyle/ButtonBlueprintsViewer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/buttonstyle/store/ButtonStyleEditorStore.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/DynamicColorIndicator.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaDefinitionPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/headerpicker/HeaderPicker.d.ts +10 -4
- package/internal-do-not-import-from-here/ux/aurora/components/headerpicker/HeaderRenderer.d.ts +4 -2
- package/internal-do-not-import-from-here/ux/aurora/components/headerpicker/HeaderRenderer.stylex.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/aurora/components/headerpicker/store/HeaderPickerStore.d.ts +3 -1
- package/internal-do-not-import-from-here/ux/aurora/components/headerpicker/store/HeaderStyleEditorStore.d.ts +9 -2
- package/internal-do-not-import-from-here/ux/aurora/components/spacingpicker/SpacingPicker3.d.ts +2 -4
- package/internal-do-not-import-from-here/ux/aurora/components/spacingpicker/store/SpacingPickerStore.d.ts +38 -0
- package/internal-do-not-import-from-here/ux/aurora/components/tabs/store/TabStyleEditorStore.d.ts +5 -3
- package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyBlueprintsViewer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/datetimepicker/DateTimePicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/datetimezonepicker/DateTimeZonePicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/docs/chrome/SampleViewer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/docs/chrome/VelcronSampleViewer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/enterprisepropertysets/Picker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/enterprisepropertysets/picker/EnterprisePropertySetPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/governancedashboard/NumericIndicator.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/iconpicker/IconPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/identities/IdentityRenderer.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/identities/components/shared/IdentitySyncAddCondition.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerButton.d.ts +16 -9
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerDialog.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerField.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerInlineField.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/inputlanguagepicker/InputLanguagePicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/journey/JourneyBlade.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/journey/selection/JourneySelect.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/LayoutEditorCanvas.d.ts +8 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/blockplaceholder/BlockPlaceholder.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/mediapickerV2/chrome/MediaPicker.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/Components/editor/ImageEditorCanvas.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/mobile/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/monaco/MonacoEditor.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/multilingualinput/MultilingualInput.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/multitextinput/MultiTextInput.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/optionpicker/OptionPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/breadcrumbs/Breadcrumbs.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/panel/store/PanelStore.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/selection/Selection.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/splitpane/Splitpane.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/stepper/StepperStep.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/switch/Switch.d.ts +10 -8
- package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +7 -3
- package/internal-do-not-import-from-here/ux/oxide/treeview/OTreeViewV3.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/post/templates/PostCardDisplay.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/models/{PropertySettingsLock.d.ts → PropertySettingsLockHelper.d.ts} +1 -13
- package/internal-do-not-import-from-here/ux/properties/models/index.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/property-configuration/LabelOptionsRenderer.d.ts +1 -2
- package/internal-do-not-import-from-here/ux/properties/property-configuration/PropertyConfiguration.d.ts +1 -2
- package/internal-do-not-import-from-here/ux/properties/property-configuration/PropertyLocking.d.ts +1 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/EditorMenuBar.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/HashTag/HashTagEditorExtension.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/HashTag/HashTagToolbar.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Mention/Mention.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Mention/MentionToolbar.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/selection/SelectionComponent.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/settings/SettingsPane.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/social/PeopleTagging.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/usertypelayout/UserTypeLayoutRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +1 -2
- package/package.json +3 -3
- package/internal-do-not-import-from-here/services/identities/IdentityService.d.ts +0 -32
- package/internal-do-not-import-from-here/ux/oxide/panel/Panel.stylex_old.d.ts +0 -0
- package/internal-do-not-import-from-here/ux/oxide/panel/Panel_old.d.ts +0 -0
- package/internal-do-not-import-from-here/ux/shared-mobile/oxides/Text.d.ts +0 -19
- package/internal-do-not-import-from-here/ux/shared-mobile/oxides/Theming.d.ts +0 -6
- package/internal-do-not-import-from-here/ux/shared-mobile/oxides/index.d.ts +0 -1
@@ -15,5 +15,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
|
15
15
|
"v-slots"?: {} & Omit<{
|
16
16
|
default?: import("vue").Slot;
|
17
17
|
}, never>;
|
18
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "height" | "width" | "
|
18
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "height" | "width" | "noIcon" | "size" | "dynamicColorSchemaType" | "colorReference"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
19
19
|
export default _default;
|
@@ -29,5 +29,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
|
29
29
|
} & Omit<{
|
30
30
|
default?: import("vue").Slot;
|
31
31
|
}, "activator">;
|
32
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "variant" | "
|
32
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "variant" | "modelValue" | "items" | "emit:update:modelValue" | "v-model" | "toned" | "placeholder" | "slot:activator" | "fallbackColorType" | "selectionLabel"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
33
33
|
export default _default;
|
package/internal-do-not-import-from-here/ux/aurora/components/headerpicker/HeaderPicker.d.ts
CHANGED
@@ -1,4 +1,6 @@
|
|
1
1
|
import { BlueprintsStrategyBase, BlueprintVariant, HeaderBlueprint, HeaderBlueprints } from "@omnia/fx-models";
|
2
|
+
import { DefineSlot } from "@omnia/fx/ux";
|
3
|
+
import { VNodeChild } from "vue";
|
2
4
|
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
3
5
|
"emit:update:modelValue": (value: BlueprintVariant | HeaderBlueprint) => void;
|
4
6
|
} & {
|
@@ -11,15 +13,19 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
|
11
13
|
toned?: boolean;
|
12
14
|
} & {
|
13
15
|
blueprints?: HeaderBlueprints;
|
16
|
+
} & {
|
17
|
+
variant?: "list" | "picker";
|
14
18
|
} & {
|
15
19
|
baseStrategy?: BlueprintsStrategyBase;
|
16
20
|
} & {
|
17
21
|
customStyling?: boolean;
|
18
|
-
}
|
22
|
+
} & DefineSlot<"activator", () => VNodeChild>> & {
|
19
23
|
"onUpdate:modelValue"?: (value: BlueprintVariant | HeaderBlueprint) => any;
|
20
24
|
} & {
|
21
|
-
"v-slots"?: {
|
25
|
+
"v-slots"?: {
|
26
|
+
activator?: () => VNodeChild;
|
27
|
+
} & Omit<{
|
22
28
|
default?: import("vue").Slot;
|
23
|
-
},
|
24
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "modelValue" | "emit:update:modelValue" | "v-model" | "toned" | "blueprints" | "baseStrategy" | "customStyling"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
29
|
+
}, "activator">;
|
30
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "variant" | "modelValue" | "emit:update:modelValue" | "v-model" | "toned" | "blueprints" | "slot:activator" | "baseStrategy" | "customStyling"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
25
31
|
export default _default;
|
package/internal-do-not-import-from-here/ux/aurora/components/headerpicker/HeaderRenderer.d.ts
CHANGED
@@ -1,11 +1,13 @@
|
|
1
|
-
import { BlueprintVariant, HeaderBlueprint } from "@omnia/fx-models";
|
1
|
+
import { BlueprintVariant, HeaderBlueprint, IIcon } from "@omnia/fx-models";
|
2
2
|
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
3
3
|
blueprint?: BlueprintVariant | HeaderBlueprint;
|
4
4
|
} & {
|
5
5
|
text?: string;
|
6
|
+
} & {
|
7
|
+
icon?: IIcon;
|
6
8
|
}> & {} & {
|
7
9
|
"v-slots"?: {} & Omit<{
|
8
10
|
default?: import("vue").Slot;
|
9
11
|
}, never>;
|
10
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "text" | "blueprint"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
12
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "text" | "icon" | "blueprint"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
11
13
|
export default _default;
|
@@ -0,0 +1,4 @@
|
|
1
|
+
import { HorizontalAlignments, VerticalAlignments } from "@omnia/fx-models";
|
2
|
+
export declare const HeaderRendereStyles: {
|
3
|
+
positionY: (verticalPosition: VerticalAlignments, horizontalPosition: HorizontalAlignments, heigth: number) => Readonly<import("@omnia/fx/ux").StylexValue>;
|
4
|
+
};
|
@@ -5,9 +5,9 @@ export interface ButtonType {
|
|
5
5
|
}
|
6
6
|
export declare const useHeaderPickerStore: () => {
|
7
7
|
state: {
|
8
|
-
showSelectionMenu: boolean;
|
9
8
|
internalModel: BlueprintVariant | HeaderBlueprint;
|
10
9
|
blueprints: HeaderBlueprints;
|
10
|
+
hasSelection: boolean;
|
11
11
|
baseStrategy: BlueprintsStrategyBase;
|
12
12
|
};
|
13
13
|
actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
|
@@ -15,6 +15,8 @@ export declare const useHeaderPickerStore: () => {
|
|
15
15
|
initState: (model: HeaderBlueprint | BlueprintVariant, blueprints: HeaderBlueprints, baseStrategy: BlueprintsStrategyBase) => void;
|
16
16
|
}>;
|
17
17
|
get: {
|
18
|
+
getSelectionName: () => string;
|
19
|
+
getFormattedName: (blueprint: HeaderBlueprint, variant: BlueprintVariant) => string;
|
18
20
|
blueprint: {
|
19
21
|
fallbackBlueprint: (variant: BlueprintVariant) => any;
|
20
22
|
byVariant: (type: BlueprintVariant) => any;
|
@@ -1,7 +1,12 @@
|
|
1
|
-
import {
|
1
|
+
import { HeaderBlueprint, HorizontalAlignments, VelcronAppDefinition, VelcronRendererResolverReference, VerticalAlignments } from "@omnia/fx-models";
|
2
2
|
export declare const useHeaderStyleEditorStore: () => {
|
3
3
|
state: {
|
4
4
|
internalModel: HeaderBlueprint;
|
5
|
+
textAlign: HorizontalAlignments;
|
6
|
+
iconAlign: {
|
7
|
+
horizontal: HorizontalAlignments;
|
8
|
+
vertical: VerticalAlignments;
|
9
|
+
};
|
5
10
|
editingTemplate: {
|
6
11
|
viewRenderer: VelcronRendererResolverReference;
|
7
12
|
velcronTemplate: boolean;
|
@@ -14,11 +19,13 @@ export declare const useHeaderStyleEditorStore: () => {
|
|
14
19
|
};
|
15
20
|
};
|
16
21
|
actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
|
22
|
+
setIconDisplay: (hide: boolean) => void;
|
23
|
+
setTextAlign: (textAlign: HorizontalAlignments) => void;
|
17
24
|
setRenderer: (renderer: VelcronRendererResolverReference) => void;
|
18
25
|
setDesignMode: (isTemplate: boolean) => void;
|
19
26
|
loadVelcronDefinitionForRenderer: () => void;
|
20
27
|
updateName: (name: string) => void;
|
21
|
-
initState: (model:
|
28
|
+
initState: (model: HeaderBlueprint, buttonLabel: string) => void;
|
22
29
|
}>;
|
23
30
|
get: {};
|
24
31
|
datatTypes: {};
|
package/internal-do-not-import-from-here/ux/aurora/components/spacingpicker/SpacingPicker3.d.ts
CHANGED
@@ -1,8 +1,6 @@
|
|
1
1
|
import { DefineProp, DefinePropTheming, DefineVModel } from "@omnia/fx/ux";
|
2
|
-
import { Spacing, SpacingValue } from "@omnia/fx/models";
|
3
|
-
|
4
|
-
export type InputTypes = typeof InputTypeDefinitions[number];
|
5
|
-
type BaseProps = DefinePropTheming & DefineProp<"class", String | String[]> & DefineProp<"scaleSelection", boolean> & DefineProp<"defaultScale", "l" | "s"> & DefineProp<"label", string> & DefineProp<"toned", boolean>;
|
2
|
+
import { Spacing, SpacingValue, SpacingScale } from "@omnia/fx/models";
|
3
|
+
type BaseProps = DefinePropTheming & DefineProp<"class", String | String[]> & DefineProp<"scaleSelection", boolean> & DefineProp<"allowNegativeNumbers", boolean> & DefineProp<"defaultScale", SpacingScale> & DefineProp<"label", string> & DefineProp<"toned", boolean>;
|
6
4
|
type SingleProps = DefineVModel<"", SpacingValue, false, null, false, "The v-model value of the component."> & BaseProps;
|
7
5
|
type MultiProps = DefineVModel<"", Spacing, false, null, false, "The v-model value of the component."> & DefineVModel<"", Spacing, false, null, false, "The v-model value of the component."> & DefineProp<"disableTop", boolean> & DefineProp<"disableBottom", boolean> & DefineProp<"disableLeft", boolean> & DefineProp<"disableRight", boolean> & BaseProps;
|
8
6
|
declare const _default: <TType extends "single" | "multi">(props: import("@omnia/fx/ux").ExtractProps<{
|
@@ -0,0 +1,38 @@
|
|
1
|
+
import { Spacing, SpacingScale, SpacingValue } from "@omnia/fx-models";
|
2
|
+
import { Positions } from "../SpacingPicker3.css";
|
3
|
+
export declare const InputTypeDefinitions: readonly ["single", "multi"];
|
4
|
+
export type InputTypes = typeof InputTypeDefinitions[number];
|
5
|
+
export declare const useSpacingPickerStore: () => {
|
6
|
+
state: {
|
7
|
+
internalModel: Spacing | SpacingValue;
|
8
|
+
editingModel: Spacing | SpacingValue;
|
9
|
+
customValue: number;
|
10
|
+
selectionContext: {
|
11
|
+
position: Positions;
|
12
|
+
applyToAll: boolean;
|
13
|
+
};
|
14
|
+
settings: {
|
15
|
+
scaleSelection: boolean;
|
16
|
+
type: "single" | "multi";
|
17
|
+
scale: SpacingScale;
|
18
|
+
};
|
19
|
+
};
|
20
|
+
actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
|
21
|
+
setSelectionContext(positions: Positions, applyToAll: boolean): void;
|
22
|
+
setCustomValueFromSelection: () => void;
|
23
|
+
updateValue: (value: number | SpacingValue) => void;
|
24
|
+
changeScale: () => void;
|
25
|
+
initState: (model: Spacing | SpacingValue) => void;
|
26
|
+
}>;
|
27
|
+
get: {
|
28
|
+
valueForPosition: (position: Positions) => SpacingValue | Spacing;
|
29
|
+
};
|
30
|
+
datatTypes: {};
|
31
|
+
rules: {
|
32
|
+
isSelected: (position: Positions) => boolean;
|
33
|
+
isCustomValueSelected: () => boolean;
|
34
|
+
disableManualInput: () => boolean;
|
35
|
+
};
|
36
|
+
} & {
|
37
|
+
dispose?: () => void;
|
38
|
+
};
|
package/internal-do-not-import-from-here/ux/aurora/components/tabs/store/TabStyleEditorStore.d.ts
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
import { ColorSchemaType, ColorValue, guid, TabsBlueprint, TextBlueprint, VelcronAppDefinition, VelcronRendererResolverReference } from "@omnia/fx-models";
|
1
|
+
import { ColorSchemaType, ColorValue, guid, HorizontalAlignments, TabsBlueprint, TextBlueprint, VelcronAppDefinition, VelcronRendererResolverReference } from "@omnia/fx-models";
|
2
2
|
export declare const useTabStyleEditorStore: () => {
|
3
3
|
state: {
|
4
4
|
internalModel: TabsBlueprint;
|
@@ -17,14 +17,16 @@ export declare const useTabStyleEditorStore: () => {
|
|
17
17
|
definition: VelcronAppDefinition;
|
18
18
|
};
|
19
19
|
velcronTemplate: boolean;
|
20
|
-
alignment:
|
21
|
-
iconPosition:
|
20
|
+
alignment: HorizontalAlignments;
|
21
|
+
iconPosition: HorizontalAlignments;
|
22
22
|
dynamiColorSchemaType: ColorSchemaType;
|
23
23
|
enableDynamicColor: boolean;
|
24
24
|
previewId: guid;
|
25
25
|
sliderColor: ColorValue;
|
26
26
|
};
|
27
27
|
actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
|
28
|
+
setAlignment: (alignment: HorizontalAlignments) => void;
|
29
|
+
setIconPosition: (iconPosition: HorizontalAlignments) => void;
|
28
30
|
loadVelcronDefinitionForRenderer: () => void;
|
29
31
|
setDesignMode: (isTemplate: boolean) => void;
|
30
32
|
activeTab: () => {
|
@@ -30,5 +30,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
|
30
30
|
"v-slots"?: {} & Omit<{
|
31
31
|
default?: import("vue").Slot;
|
32
32
|
}, never>;
|
33
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "blueprint" | "variant" | "
|
33
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "blueprint" | "variant" | "toned" | "emit:click:select" | "editable" | "previewType" | "breakpoint" | "sampleText" | "showActivationStatus" | "activeScale" | "viewtype" | "emit:click:selectScale"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
34
34
|
export default _default;
|
@@ -37,5 +37,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
|
37
37
|
"v-slots"?: {} & Omit<{
|
38
38
|
default?: import("vue").Slot;
|
39
39
|
}, never>;
|
40
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "icon" | "tooltip" | "disabled" | "scrollable" | "modelValue" | "emit:update:modelValue" | "v-model" | "
|
40
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "icon" | "description" | "tooltip" | "disabled" | "scrollable" | "modelValue" | "emit:update:modelValue" | "v-model" | "singleLine" | "formatter" | "localeString" | "pickerMode" | "isRequired" | "hasIcon" | "emit:isKeepMenuOpen"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
41
41
|
export default _default;
|
@@ -31,5 +31,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
|
31
31
|
"v-slots"?: {} & Omit<{
|
32
32
|
default?: import("vue").Slot;
|
33
33
|
}, never>;
|
34
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "variant" | "disabled" | "modelValue" | "locale" | "emit:update:modelValue" | "v-model" | "
|
34
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "variant" | "disabled" | "modelValue" | "locale" | "emit:update:modelValue" | "v-model" | "showMenu" | "dateFormat" | "singleLine" | "isError" | "minuteSkip" | "firstDayOfWeek"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
35
35
|
export default _default;
|
@@ -52,8 +52,8 @@ declare const _default: {
|
|
52
52
|
}>>, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
53
53
|
propsDefinition: Omit<Readonly<{} & {
|
54
54
|
title?: string;
|
55
|
-
component?: any;
|
56
55
|
description?: string;
|
56
|
+
component?: any;
|
57
57
|
relativeUrl?: string;
|
58
58
|
}>, never>;
|
59
59
|
};
|
@@ -125,6 +125,7 @@ declare const _default: {
|
|
125
125
|
}>>, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
126
126
|
propsDefinition: Omit<Readonly<{} & {
|
127
127
|
title?: string;
|
128
|
+
description?: string;
|
128
129
|
definition?: VelcronAppDefinition<object>;
|
129
130
|
props?: {
|
130
131
|
theming: {
|
@@ -153,7 +154,6 @@ declare const _default: {
|
|
153
154
|
doc$(description?: string): { [K_1 in TName]: unknown; };
|
154
155
|
};
|
155
156
|
};
|
156
|
-
description?: string;
|
157
157
|
}>, never>;
|
158
158
|
};
|
159
159
|
export default _default;
|
@@ -8,5 +8,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<Prop> & {
|
|
8
8
|
"v-slots"?: {} & Omit<{
|
9
9
|
default?: import("vue").Slot;
|
10
10
|
}, never>;
|
11
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "variant" | "filled" | "multiple" | "disabled" | "modelValue" | "hideDetails" | "hint" | "persistentHint" | "emit:update:modelValue" | "v-model" | "
|
11
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "variant" | "filled" | "multiple" | "disabled" | "modelValue" | "hideDetails" | "hint" | "persistentHint" | "emit:update:modelValue" | "v-model" | "emit:change" | "requiredWithValidator" | "propertySetItems" | "preSelectedPropertySetId"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
12
12
|
export default _default;
|
@@ -26,5 +26,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
|
26
26
|
"v-slots"?: {} & Omit<{
|
27
27
|
default?: import("vue").Slot;
|
28
28
|
}, never>;
|
29
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "filled" | "multiple" | "disabled" | "hideDetails" | "hint" | "persistentHint" | "
|
29
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "filled" | "multiple" | "disabled" | "hideDetails" | "hint" | "persistentHint" | "emit:change" | "requiredWithValidator" | "propertySetItems" | "preSelectedPropertySetId"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
30
30
|
export default _default;
|
@@ -32,5 +32,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
|
32
32
|
"v-slots"?: {} & Omit<{
|
33
33
|
default?: import("vue").Slot;
|
34
34
|
}, never>;
|
35
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "style" | "color" | "icon" | "height" | "
|
35
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "style" | "color" | "icon" | "height" | "description" | "valueBind" | "valueUnit" | "clickCallback" | "emit:update:valueBind" | "v-model:valueBind"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
36
36
|
export default _default;
|
@@ -25,5 +25,5 @@ declare const _default: <TType extends IIcon | MediaPickerImage | LegacyIconPick
|
|
25
25
|
"v-slots"?: {} & Omit<{
|
26
26
|
default?: import("vue").Slot;
|
27
27
|
}, never>;
|
28
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "variant" | "
|
28
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "variant" | "avatar" | "required" | "modelValue" | "density" | "emit:update:modelValue" | "v-model" | "mediaPickerStorageProviderContext" | "library"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
29
29
|
export default _default;
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import { IResolvedIdentity, Identity } from "@omnia/fx-models";
|
2
|
-
import {
|
2
|
+
import { IdentityStoreType } from "@omnia/fx/stores";
|
3
3
|
import { VNodeChild } from "vue";
|
4
4
|
export declare const identityRendererStyles: {
|
5
5
|
container: {
|
@@ -46,7 +46,7 @@ declare const _default: {
|
|
46
46
|
required: false;
|
47
47
|
};
|
48
48
|
identityStore: {
|
49
|
-
type: import("vue").PropType<
|
49
|
+
type: import("vue").PropType<IdentityStoreType>;
|
50
50
|
required: false;
|
51
51
|
};
|
52
52
|
hideUsername: {
|
@@ -149,7 +149,7 @@ declare const _default: {
|
|
149
149
|
required: false;
|
150
150
|
};
|
151
151
|
identityStore: {
|
152
|
-
type: import("vue").PropType<
|
152
|
+
type: import("vue").PropType<IdentityStoreType>;
|
153
153
|
required: false;
|
154
154
|
};
|
155
155
|
hideUsername: {
|
@@ -249,7 +249,7 @@ declare const _default: {
|
|
249
249
|
required: false;
|
250
250
|
};
|
251
251
|
identityStore: {
|
252
|
-
type: import("vue").PropType<
|
252
|
+
type: import("vue").PropType<IdentityStoreType>;
|
253
253
|
required: false;
|
254
254
|
};
|
255
255
|
hideUsername: {
|
@@ -329,7 +329,7 @@ declare const _default: {
|
|
329
329
|
propsDefinition: Omit<Readonly<{} & {
|
330
330
|
inline?: boolean;
|
331
331
|
size?: "small" | "x-small" | "large" | "default" | "x-large";
|
332
|
-
identityStore?:
|
332
|
+
identityStore?: IdentityStoreType;
|
333
333
|
styles?: {
|
334
334
|
container: {
|
335
335
|
$nest: {
|
@@ -17,9 +17,9 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
|
17
17
|
} & {
|
18
18
|
getSyncPropertyDisplayName: (property: IdentityProviderProperty) => string;
|
19
19
|
} & DefineEmit<"add", (set: EvaluationSetClient) => void> & DefineEmit<"update", (set: EvaluationSetClient) => void> & DefineEmit<"remove", (set: EvaluationSetClient) => void>> & {
|
20
|
-
onUpdate?: (set: EvaluationSetClient) => any;
|
21
20
|
"onUpdate:modelValue"?: (value: EvaluationSetClient) => any;
|
22
21
|
onRemove?: (set: EvaluationSetClient) => any;
|
22
|
+
onUpdate?: (set: EvaluationSetClient) => any;
|
23
23
|
onAdd?: (set: EvaluationSetClient) => any;
|
24
24
|
} & {
|
25
25
|
"v-slots"?: {} & Omit<{
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import { BoolFilter, guid, Identity, IResolvedIdentity, ISpecialUserConfiguration, PrincipalTypes } from "@omnia/fx-models";
|
2
|
-
import {
|
2
|
+
import { IdentityStoreType } from "@omnia/fx/stores";
|
3
3
|
declare const _default: {
|
4
4
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
5
5
|
businessProfileId: {
|
@@ -22,7 +22,7 @@ declare const _default: {
|
|
22
22
|
required: false;
|
23
23
|
};
|
24
24
|
identityStore: {
|
25
|
-
type: import("vue").PropType<
|
25
|
+
type: import("vue").PropType<IdentityStoreType>;
|
26
26
|
};
|
27
27
|
filter: {
|
28
28
|
type: import("vue").PropType<(identities: IResolvedIdentity[]) => IResolvedIdentity[]>;
|
@@ -128,7 +128,7 @@ declare const _default: {
|
|
128
128
|
required: false;
|
129
129
|
};
|
130
130
|
identityStore: {
|
131
|
-
type: import("vue").PropType<
|
131
|
+
type: import("vue").PropType<IdentityStoreType>;
|
132
132
|
};
|
133
133
|
filter: {
|
134
134
|
type: import("vue").PropType<(identities: IResolvedIdentity[]) => IResolvedIdentity[]>;
|
@@ -224,7 +224,7 @@ declare const _default: {
|
|
224
224
|
required: false;
|
225
225
|
};
|
226
226
|
identityStore: {
|
227
|
-
type: import("vue").PropType<
|
227
|
+
type: import("vue").PropType<IdentityStoreType>;
|
228
228
|
};
|
229
229
|
filter: {
|
230
230
|
type: import("vue").PropType<(identities: IResolvedIdentity[]) => IResolvedIdentity[]>;
|
@@ -307,16 +307,16 @@ declare const _default: {
|
|
307
307
|
filter?: (identities: IResolvedIdentity[]) => IResolvedIdentity[];
|
308
308
|
type?: PrincipalTypes;
|
309
309
|
top?: Boolean;
|
310
|
-
|
310
|
+
providerIds?: guid[];
|
311
|
+
emailEnabled?: BoolFilter;
|
312
|
+
permissionEnabled?: BoolFilter;
|
313
|
+
businessProfileId?: string;
|
314
|
+
identityStore?: IdentityStoreType;
|
311
315
|
disabled?: Boolean;
|
312
316
|
modelValue?: Identity[];
|
313
317
|
"onUpdate:modelValue"?: (value: Identity[]) => any | void;
|
314
318
|
"v-model"?: Identity[];
|
315
319
|
hideDynamicGroupSelection?: Boolean;
|
316
|
-
providerIds?: guid[];
|
317
|
-
emailEnabled?: BoolFilter;
|
318
|
-
permissionEnabled?: BoolFilter;
|
319
|
-
businessProfileId?: string;
|
320
320
|
attachToParent?: boolean;
|
321
321
|
disabledIdentities?: Identity[];
|
322
322
|
blockedIdentities?: Identity[];
|
@@ -1,5 +1,4 @@
|
|
1
1
|
import { guid, IResolvedIdentity, Identity, PrincipalTypes, BoolFilter } from "@omnia/fx-models";
|
2
|
-
import { IIdentityPickerStore } from "@omnia/fx/stores";
|
3
2
|
declare const _default: {
|
4
3
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
5
4
|
permissionEnabled: {
|
@@ -11,7 +10,9 @@ declare const _default: {
|
|
11
10
|
required: false;
|
12
11
|
};
|
13
12
|
identityStore: {
|
14
|
-
type: import("vue").PropType<
|
13
|
+
type: import("vue").PropType<import("@omnia/fx/stores").IdentityStoreType & {
|
14
|
+
dispose?: () => void;
|
15
|
+
}>;
|
15
16
|
required: false;
|
16
17
|
};
|
17
18
|
ariaDescribedby: {
|
@@ -111,7 +112,9 @@ declare const _default: {
|
|
111
112
|
required: false;
|
112
113
|
};
|
113
114
|
identityStore: {
|
114
|
-
type: import("vue").PropType<
|
115
|
+
type: import("vue").PropType<import("@omnia/fx/stores").IdentityStoreType & {
|
116
|
+
dispose?: () => void;
|
117
|
+
}>;
|
115
118
|
required: false;
|
116
119
|
};
|
117
120
|
ariaDescribedby: {
|
@@ -203,7 +206,9 @@ declare const _default: {
|
|
203
206
|
required: false;
|
204
207
|
};
|
205
208
|
identityStore: {
|
206
|
-
type: import("vue").PropType<
|
209
|
+
type: import("vue").PropType<import("@omnia/fx/stores").IdentityStoreType & {
|
210
|
+
dispose?: () => void;
|
211
|
+
}>;
|
207
212
|
required: false;
|
208
213
|
};
|
209
214
|
ariaDescribedby: {
|
@@ -292,15 +297,17 @@ declare const _default: {
|
|
292
297
|
label?: string;
|
293
298
|
type?: PrincipalTypes;
|
294
299
|
top?: boolean;
|
295
|
-
identityStore?: IIdentityPickerStore;
|
296
|
-
disabled?: boolean;
|
297
300
|
description?: string;
|
298
|
-
ariaInvalid?: boolean;
|
299
|
-
ariaDescribedby?: string;
|
300
|
-
hideDynamicGroupSelection?: boolean;
|
301
301
|
providerIds?: guid[];
|
302
302
|
emailEnabled?: BoolFilter;
|
303
303
|
permissionEnabled?: BoolFilter;
|
304
|
+
identityStore?: import("@omnia/fx/stores").IdentityStoreType & {
|
305
|
+
dispose?: () => void;
|
306
|
+
};
|
307
|
+
disabled?: boolean;
|
308
|
+
ariaInvalid?: boolean;
|
309
|
+
ariaDescribedby?: string;
|
310
|
+
hideDynamicGroupSelection?: boolean;
|
304
311
|
singleLine?: boolean;
|
305
312
|
attachToParent?: boolean;
|
306
313
|
keepSelectionMenu?: boolean;
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import { BoolFilter, guid, IResolvedIdentity, ISpecialUserConfiguration, Identity, PrincipalTypes } from "@omnia/fx-models";
|
2
|
-
import {
|
2
|
+
import { IdentityStoreType } from "@omnia/fx/stores";
|
3
3
|
import { DefineEmit } from "@omnia/fx/ux";
|
4
4
|
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
5
5
|
location?: "bottom" | "left" | "right" | "top" | "center" | "start" | "end" | "center center" | "bottom start" | "bottom end" | "top center" | "top start" | "top end" | "start bottom" | "start top" | "end bottom" | "end top";
|
@@ -38,7 +38,7 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
|
38
38
|
} & {
|
39
39
|
displayIdentityType?: boolean;
|
40
40
|
} & {
|
41
|
-
identityStore?:
|
41
|
+
identityStore?: IdentityStoreType;
|
42
42
|
} & {
|
43
43
|
emailEnabled?: BoolFilter;
|
44
44
|
} & {
|
@@ -54,5 +54,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
|
54
54
|
"v-slots"?: {} & Omit<{
|
55
55
|
default?: import("vue").Slot;
|
56
56
|
}, never>;
|
57
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "filter" | "type" | "top" | "
|
57
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "filter" | "type" | "top" | "providerIds" | "emailEnabled" | "permissionEnabled" | "businessProfileId" | "identityStore" | "disabled" | "location" | "modelValue" | "emit:update:modelValue" | "v-model" | "hideDynamicGroupSelection" | "attachToParent" | "keepSelectionMenu" | "disabledIdentities" | "blockedIdentities" | "hideTab" | "hideGroupTypeSelection" | "hideUserTypeSelection" | "displayIdentityType" | "enableSpecialUser" | "emit:identityChanged"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
58
58
|
export default _default;
|
@@ -1,6 +1,6 @@
|
|
1
1
|
import { guid, IResolvedIdentity, Identity, PrincipalTypes, BoolFilter, ISpecialUserConfiguration, OSelectTypes } from "@omnia/fx-models";
|
2
2
|
import { DefineEmit } from "@omnia/fx/ux";
|
3
|
-
import {
|
3
|
+
import { IdentityStoreType } from "@omnia/fx/stores";
|
4
4
|
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
5
5
|
"emit:update:modelValue": (value: Identity[]) => void;
|
6
6
|
} & {
|
@@ -58,7 +58,7 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
|
58
58
|
} & {
|
59
59
|
displayIdentityType?: boolean;
|
60
60
|
} & {
|
61
|
-
identityStore?:
|
61
|
+
identityStore?: IdentityStoreType;
|
62
62
|
} & {
|
63
63
|
emailEnabled?: BoolFilter;
|
64
64
|
} & {
|
@@ -74,5 +74,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
|
74
74
|
"v-slots"?: {} & Omit<{
|
75
75
|
default?: import("vue").Slot;
|
76
76
|
}, never>;
|
77
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "filter" | "label" | "type" | "top" | "variant" | "required" | "
|
77
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "filter" | "label" | "type" | "top" | "variant" | "required" | "description" | "providerIds" | "emailEnabled" | "permissionEnabled" | "businessProfileId" | "identityStore" | "dense" | "multiple" | "disabled" | "modelValue" | "emit:update:modelValue" | "v-model" | "ariaInvalid" | "ariaDescribedby" | "hideDynamicGroupSelection" | "singleLine" | "attachToParent" | "keepSelectionMenu" | "showCurrentUserOption" | "autoOpenSelection" | "disabledIdentities" | "blockedIdentities" | "emit:menuToggle" | "hideTab" | "hideGroupTypeSelection" | "hideUserTypeSelection" | "displayIdentityType" | "enableSpecialUser"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
78
78
|
export default _default;
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import { BoolFilter, guid, Identity, IResolvedIdentity, PrincipalTypes } from "@omnia/fx-models";
|
2
|
-
import {
|
2
|
+
import { IdentityStoreType } from "@omnia/fx/stores";
|
3
3
|
/**
|
4
4
|
* @deprecated Due to recent changes, it's better to use omfx-identity-picker directly instead. This component should be deleted when there's no usage left.
|
5
5
|
*/
|
@@ -14,7 +14,7 @@ declare const _default: {
|
|
14
14
|
required: false;
|
15
15
|
};
|
16
16
|
identityStore: {
|
17
|
-
type: import("vue").PropType<
|
17
|
+
type: import("vue").PropType<IdentityStoreType>;
|
18
18
|
required: false;
|
19
19
|
};
|
20
20
|
hideDynamicGroupSelection: {
|
@@ -141,7 +141,7 @@ declare const _default: {
|
|
141
141
|
required: false;
|
142
142
|
};
|
143
143
|
identityStore: {
|
144
|
-
type: import("vue").PropType<
|
144
|
+
type: import("vue").PropType<IdentityStoreType>;
|
145
145
|
required: false;
|
146
146
|
};
|
147
147
|
hideDynamicGroupSelection: {
|
@@ -260,7 +260,7 @@ declare const _default: {
|
|
260
260
|
required: false;
|
261
261
|
};
|
262
262
|
identityStore: {
|
263
|
-
type: import("vue").PropType<
|
263
|
+
type: import("vue").PropType<IdentityStoreType>;
|
264
264
|
required: false;
|
265
265
|
};
|
266
266
|
hideDynamicGroupSelection: {
|
@@ -377,19 +377,19 @@ declare const _default: {
|
|
377
377
|
type?: PrincipalTypes;
|
378
378
|
top?: boolean;
|
379
379
|
required?: boolean;
|
380
|
-
|
380
|
+
description?: string;
|
381
|
+
providerIds?: guid[];
|
382
|
+
emailEnabled?: BoolFilter;
|
383
|
+
permissionEnabled?: BoolFilter;
|
384
|
+
identityStore?: IdentityStoreType;
|
381
385
|
multiple?: boolean;
|
382
386
|
disabled?: boolean;
|
383
387
|
modelValue?: Identity[];
|
384
388
|
"onUpdate:modelValue"?: (value: Identity[]) => any | void;
|
385
389
|
"v-model"?: Identity[];
|
386
|
-
description?: string;
|
387
390
|
ariaInvalid?: boolean;
|
388
391
|
ariaDescribedby?: string;
|
389
392
|
hideDynamicGroupSelection?: boolean;
|
390
|
-
providerIds?: guid[];
|
391
|
-
emailEnabled?: BoolFilter;
|
392
|
-
permissionEnabled?: BoolFilter;
|
393
393
|
singleLine?: boolean;
|
394
394
|
keepSelectionMenu?: boolean;
|
395
395
|
showCurrentUserOption?: boolean;
|
@@ -10,5 +10,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
|
10
10
|
"v-slots"?: {} & Omit<{
|
11
11
|
default?: import("vue").Slot;
|
12
12
|
}, never>;
|
13
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "tooltip" | "
|
13
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "tooltip" | "buttonSettings" | "multilingualContext"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
14
14
|
export default _default;
|
@@ -32,5 +32,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<JourneyBlade
|
|
32
32
|
} & Omit<{
|
33
33
|
default?: import("vue").Slot;
|
34
34
|
}, "filter" | "actions" | "actionsFooter">;
|
35
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "title" | "switch" | "icon" | "actions" | "variant" | "size" | "add" | "
|
35
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "title" | "switch" | "icon" | "actions" | "variant" | "size" | "add" | "id" | "delete" | "disabled" | "eager" | "settings" | "loading" | "create" | "remove" | "slot:actions" | "ok" | "toned" | "subTitle" | "emit:click:cancel" | "searchable" | "slot:filter" | "emit:search" | "emit:closeFilter" | "getApi" | "manageList" | "manageListText" | "bladeContext" | "onOk" | "onRemove" | "onDelete" | "onSwitch" | "confirmDeleteDialogOption" | "disabledButtonTooltips" | "sizeOnMobile" | "slot:actionsFooter" | "emit:click:create" | "emit:click:add" | "emit:click:back" | "emit:click:settings" | "emit:changeFilter" | "emit:hidden" | "emit:click:manageList" | "commit" | "onCommit"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
36
36
|
export default _default;
|
@@ -32,5 +32,5 @@ declare const _default: <TItem extends unknown = any>(props: import("@omnia/fx/u
|
|
32
32
|
} & Omit<{
|
33
33
|
default?: import("vue").Slot;
|
34
34
|
}, "actions" | "selectionItemRender" | "selectionRender" | "selectedItemRenderer" | "settingsRender" | "settingsRenderV2" | "selectionRenderV2">;
|
35
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "actions" | "
|
35
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "actions" | "list" | "multiple" | "colorSchemaType" | "modelValue" | "items" | "readonly" | "slot:actions" | "emit:update:modelValue" | "v-model" | "colors" | "toned" | "emit:search" | "getApi" | "emit:click:clear" | "itemDeletable" | "sortable" | "labelAdd" | "propertyValueMapping" | "returnSelectionAsObject" | "titleAdd" | "titleEdit" | "disableSearch" | "disableSave" | "confirmDelete" | "noAddConfirm" | "bladelessAdd" | "bladeless" | "itemSettingable" | "slot:selectionItemRender" | "slot:selectionRender" | "slot:selectedItemRenderer" | "slot:settingsRender" | "slot:settingsRenderV2" | "slot:selectionRenderV2" | "emit:showAdd" | "emit:showEdit" | "onClickAdd" | "onRemoveItem" | "onClickUpdate" | "onClickDelete"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
36
36
|
export default _default;
|