@omnia/fx 8.0.398-dev → 8.0.399-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/ux/admin/system/submenu/auditlogs/blades/ListingBlade.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/fills/store/ContainerFillsEditorStore.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/fills/store/FillsEditorStore.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/components/backgroundstyle/BackgroundStyleViewer.d.ts +35 -5
- package/internal-do-not-import-from-here/ux/aurora/components/borderpicker/BorderPreview.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPicker.d.ts +11 -1
- package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPreview.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/DynamicColorIndicator.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/stores/ColorPickerStore.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaPicker.d.ts +87 -77
- package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaViewer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/store/ColorSchemaPickerStore.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/containerFillpicker/ContainerFillPicker.d.ts +15 -12
- package/internal-do-not-import-from-here/ux/aurora/components/containerFillpicker/store/ContainerFillPickerStore.d.ts +12 -3
- package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/FillPreview.d.ts +16 -32
- package/internal-do-not-import-from-here/ux/aurora/components/stylepicker/StylePicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/store/ThemeStore.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/themeprovider/ThemeProvider.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/enterpriseproperties/picker/EnterprisePropertyListingPicker.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/enterpriseproperties/picker/EnterprisePropertyPicker.d.ts +1 -2
- package/internal-do-not-import-from-here/ux/enterpriseproperties/picker/EnterprisePropertyPicker_old.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/enterpriseproperties/settingpicker/EnterprisePropertySettingPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/journey/JourneyBlade.d.ts +3 -2
- package/internal-do-not-import-from-here/ux/journey/models/JourneySelectItem.d.ts +3 -2
- package/internal-do-not-import-from-here/ux/journey/selection/JourneySelect.d.ts +7 -7
- package/internal-do-not-import-from-here/ux/journey/stores/JourneySelectStore.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/languagepicker/LanguagePicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/blockplaceholder/BlockPlaceholder.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/TemplatePreview.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/sizecontainer/SizeContainer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/targetselector/TargetSelector.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/LayoutRenditionManager.d.ts +4 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutItemselector/LayoutItemSelection.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutItemselector/LayoutItemSelector.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutBlockRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/multilingualinput/MultilingualInput.d.ts +3 -1
- package/internal-do-not-import-from-here/ux/multitextinput/MultiTextInput.d.ts +3 -1
- package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/pagination/Pagination.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/rangeslider/RangeSlider.d.ts +1 -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 +4 -4
- package/internal-do-not-import-from-here/ux/oxide/stepper/Stepper.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/switch/Switch.d.ts +2 -2
- 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/rollupempty/RollupEmpty.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/securitytrimmer/SecurityTrimmer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPreview.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/wctypings.d.ts +20 -0
- package/package.json +2 -2
@@ -105,7 +105,7 @@ declare const _default: {
|
|
105
105
|
propsDefinition: Omit<Readonly<{} & {
|
106
106
|
small?: boolean;
|
107
107
|
container?: boolean;
|
108
|
-
colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic"
|
108
|
+
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
109
109
|
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
110
110
|
toned?: boolean;
|
111
111
|
parentContainer?: LayoutItem;
|
@@ -88,7 +88,7 @@ export declare const LayoutBlockRenderer: {
|
|
88
88
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
89
89
|
propsDefinition: Omit<Readonly<{} & {
|
90
90
|
container?: boolean;
|
91
|
-
colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic"
|
91
|
+
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
92
92
|
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
93
93
|
renderContext?: LayoutEngineRenderContext<Block, SectionSettings>;
|
94
94
|
}>, "onBlockInstanceCreated" | "onGetBlock" | "onBlockInstanceCacheKeyUpdated"> & {
|
@@ -75,7 +75,7 @@ export declare const LayoutSectionRenderer: {
|
|
75
75
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
76
76
|
propsDefinition: Omit<Readonly<{} & {
|
77
77
|
container?: boolean;
|
78
|
-
colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic"
|
78
|
+
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
79
79
|
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
80
80
|
renderContext?: LayoutEngineRenderContext<Section<SectionSettings>, import("@omnia/fx-models").LayoutItemSettings>;
|
81
81
|
}>, never>;
|
@@ -412,7 +412,7 @@ declare const _default: {
|
|
412
412
|
blueprint?: TextBlueprint;
|
413
413
|
container?: boolean;
|
414
414
|
size?: "l" | "s" | "xs" | "m" | "xl" | TextStyleSizes | "variant1" | "variant2" | "variant3" | "variant4" | "variant5" | "variant6" | "variant7" | "variant8";
|
415
|
-
colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic"
|
415
|
+
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
416
416
|
plugins?: [object];
|
417
417
|
hideToolbar?: boolean;
|
418
418
|
modelValue?: string;
|
@@ -9,6 +9,8 @@ declare const _default: <T1 extends unknown, T2 extends unknown>(props: import("
|
|
9
9
|
"v-model"?: MultilingualString;
|
10
10
|
} & {
|
11
11
|
modelValue?: MultilingualString;
|
12
|
+
} & {
|
13
|
+
grid?: boolean;
|
12
14
|
} & {
|
13
15
|
label?: string;
|
14
16
|
} & {
|
@@ -48,5 +50,5 @@ declare const _default: <T1 extends unknown, T2 extends unknown>(props: import("
|
|
48
50
|
"v-slots"?: {} & Omit<{
|
49
51
|
default?: import("vue").Slot;
|
50
52
|
}, never>;
|
51
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "filled" | "label" | "required" | "disabled" | "styles" | "modelValue" | "v-model" | "emit:update:modelValue" | "autofocus" | "multilingualContext" | "richTextSettings" | "multipleLines" | "validationOn"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
53
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "grid" | "filled" | "label" | "required" | "disabled" | "styles" | "modelValue" | "v-model" | "emit:update:modelValue" | "autofocus" | "multilingualContext" | "richTextSettings" | "multipleLines" | "validationOn"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
52
54
|
export default _default;
|
@@ -6,6 +6,8 @@ declare const _default: <T1 extends unknown, T2 extends unknown>(props: import("
|
|
6
6
|
"v-model"?: MultiTextInputItem<T1>;
|
7
7
|
} & {
|
8
8
|
modelValue?: MultiTextInputItem<T1>;
|
9
|
+
} & {
|
10
|
+
grid?: boolean;
|
9
11
|
} & {
|
10
12
|
mode?: "textarea" | "textfield";
|
11
13
|
} & {
|
@@ -35,5 +37,5 @@ declare const _default: <T1 extends unknown, T2 extends unknown>(props: import("
|
|
35
37
|
"v-slots"?: {} & Omit<{
|
36
38
|
default?: import("vue").Slot;
|
37
39
|
}, never>;
|
38
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "mode" | "label" | "disabled" | "modelValue" | "items" | "rules" | "v-model" | "emit:update:modelValue" | "autofocus" | "itemValue" | "defaultValueItem" | "hideEditGrid" | "selectionVisible" | "isAppendIcon" | "emit:selectItem"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
40
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "mode" | "grid" | "label" | "disabled" | "modelValue" | "items" | "rules" | "v-model" | "emit:update:modelValue" | "autofocus" | "itemValue" | "defaultValueItem" | "hideEditGrid" | "selectionVisible" | "isAppendIcon" | "emit:selectItem"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
39
41
|
export default _default;
|
@@ -1,5 +1,5 @@
|
|
1
1
|
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
2
|
-
colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic"
|
2
|
+
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
3
3
|
} & {
|
4
4
|
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
5
5
|
} & {
|
@@ -167,7 +167,7 @@ declare const _default: {
|
|
167
167
|
container?: boolean;
|
168
168
|
class?: String | String[];
|
169
169
|
disabled?: boolean;
|
170
|
-
colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic"
|
170
|
+
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
171
171
|
modelValue?: number;
|
172
172
|
"onUpdate:modelValue"?: (value: number) => any | void;
|
173
173
|
nextIcon?: string | FunctionalComponent<{}, {}, any, {}>;
|
@@ -172,7 +172,7 @@ declare const _default: {
|
|
172
172
|
class?: String | String[];
|
173
173
|
label?: string;
|
174
174
|
disabled?: boolean;
|
175
|
-
colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic"
|
175
|
+
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
176
176
|
modelValue?: any;
|
177
177
|
readonly?: boolean;
|
178
178
|
"onUpdate:modelValue"?: (value: any) => any | void;
|
@@ -233,7 +233,7 @@ declare const _default: {
|
|
233
233
|
variant?: "default" | "prominent";
|
234
234
|
class?: String | String[];
|
235
235
|
label?: string;
|
236
|
-
colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic"
|
236
|
+
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
237
237
|
max?: string | number;
|
238
238
|
modelValue?: [number, number];
|
239
239
|
"onUpdate:modelValue"?: (value: [number, number]) => any | void;
|
@@ -19,5 +19,5 @@ declare const _default: <TItem extends readonly any[], TReturnObject extends boo
|
|
19
19
|
"v-slots"?: (OSelectProps<TItem, TReturnObject> extends infer T_3 ? { [K_3 in keyof T_3 as K_3 extends `slot:${infer N_1}` ? N_1 : never]: OSelectProps<TItem, TReturnObject>[K_3]; } : never) & Omit<{
|
20
20
|
default?: import("vue").Slot;
|
21
21
|
}, keyof (OSelectProps<TItem, TReturnObject> extends infer T_4 ? { [K_3 in keyof T_4 as K_3 extends `slot:${infer N_1}` ? N_1 : never]: OSelectProps<TItem, TReturnObject>[K_3]; } : never)>;
|
22
|
-
} & (OSelectProps<TItem, TReturnObject> extends infer T_5 ? { [K_4 in keyof T_5 as K_4 extends "ref" ? "ref" : never]: import("vue").Ref<OSelectProps<TItem, TReturnObject>[K_4], OSelectProps<TItem, TReturnObject>[K_4]> | ((ref: OSelectProps<TItem, TReturnObject>[K_4]) => void); } : never) & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "blueprint" | "maxHeight" | "
|
22
|
+
} & (OSelectProps<TItem, TReturnObject> extends infer T_5 ? { [K_4 in keyof T_5 as K_4 extends "ref" ? "ref" : never]: import("vue").Ref<OSelectProps<TItem, TReturnObject>[K_4], OSelectProps<TItem, TReturnObject>[K_4]> | ((ref: OSelectProps<TItem, TReturnObject>[K_4]) => void); } : never) & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "blueprint" | "maxHeight" | "error" | "variant" | "class" | "label" | "multiple" | "disabled" | "colorSchemaType" | "modelValue" | "items" | "itemHeight" | "loading" | "readonly" | "errorMessages" | "rules" | "hideDetails" | "hint" | "persistentHint" | "colors" | "v-model" | "toned" | "emit:update:modelValue" | "itemValue" | "searchable" | "slot:append-inner" | "slot:prepend-inner" | "emit:update:focused" | "emit:click:button" | "clearable" | "hideSelected" | "itemTitle" | "returnObject" | "chips" | "hideNoData" | "menuIcon" | "multiSelectionStyle" | "emit:update:search" | "slot:append-item" | keyof (TReturnObject extends true ? SlotsWithReturnObject<TItem> : SlotsWithoutReturnObject)> & import("@omnia/fx/ux").VNodeEvents) => any;
|
23
23
|
export default _default;
|
@@ -2,15 +2,15 @@ import { DefineEmit, DefineProp, DefinePropTheming, DefineSlot, ItemValueType }
|
|
2
2
|
import { VNodeChild } from "vue";
|
3
3
|
import { OMultiSelectionStyles } from "@omnia/fx-models";
|
4
4
|
type SelectionVariants = "remove" | "settings";
|
5
|
-
type BaseProps = DefinePropTheming & DefineProp<"items",
|
6
|
-
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<BaseProps
|
5
|
+
type BaseProps<TItem> = DefinePropTheming & DefineProp<"items", TItem[], false, null, "TItem must be an array of objects or array of strings. When using objects, will look for a title, value and disabled keys. This can be changed using the item-title, item-value and item-disabled props."> & DefineProp<"variant", SelectionVariants, false, null, "The component variants"> & DefineProp<"toned", boolean, false, null, "Sets the component to toned"> & DefineProp<"sorting", boolean, false, null, "Sets the component to sorting mode"> & DefineProp<"itemValue", ItemValueType<TItem>, false, null, "Property on supplied items that contains its value."> & DefineProp<"itemTitle", ItemValueType<TItem>, false, null, "Property on supplied items that contains its title."> & DefineProp<"itemSubtitle", string, false, null, "Property on supplied items that contains its value."> & DefineProp<"itemIcon", string, false, null, "Property on supplied items that contains its value."> & DefineProp<"enableAdd", boolean, false, null, "If add button is shown"> & DefineProp<"selectionStyle", OMultiSelectionStyles, false, null, "The style of multi select"> & DefineSlot<"item", (item: TItem, index: Number) => VNodeChild> & DefineEmit<"selectItem", (index: any) => true> & DefineEmit<"addItem", () => true>;
|
6
|
+
declare const _default: <TItem extends unknown>(props: import("@omnia/fx/ux").ExtractProps<BaseProps<TItem>> & {
|
7
7
|
onSelectItem?: (index: any) => any;
|
8
8
|
onAddItem?: () => any;
|
9
9
|
} & {
|
10
10
|
"v-slots"?: {
|
11
|
-
item?: (item:
|
11
|
+
item?: (item: TItem, index: Number) => VNodeChild;
|
12
12
|
} & Omit<{
|
13
13
|
default?: import("vue").Slot;
|
14
14
|
}, "item">;
|
15
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "variant" | "colorSchemaType" | "items" | "colors" | "toned" | "slot:item" | "itemTitle" | "itemIcon" | "emit:selectItem" | "sorting" | "itemSubtitle" | "enableAdd" | "selectionStyle" | "emit:addItem"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
15
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "variant" | "colorSchemaType" | "items" | "colors" | "toned" | "itemValue" | "slot:item" | "itemTitle" | "itemIcon" | "emit:selectItem" | "sorting" | "itemSubtitle" | "enableAdd" | "selectionStyle" | "emit:addItem"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
16
16
|
export default _default;
|
@@ -1,5 +1,5 @@
|
|
1
1
|
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
2
|
-
colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic"
|
2
|
+
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
3
3
|
} & {
|
4
4
|
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
5
5
|
} & {
|
@@ -1,10 +1,10 @@
|
|
1
1
|
import { DefineProp, DefinePropTheming, DefineVModel, ValidationRule } from "@omnia/fx/ux";
|
2
|
-
type SwtichProps<T> = DefinePropTheming & DefineProp<"class", String | String[]> & DefineVModel<"", T, false, null, true, "The v-model of the component"> & DefineProp<"label", string, false, null, "The label of the component"> & DefineProp<"rules", ValidationRule[], false, null, "Accepts a mixed array of types function. Functions pass an input value as an argument and must return either true / false or a string containing an error message. The input field will enter an error state if a function returns (or any value in the array contains) false or is a string."> & DefineProp<"disabled", boolean, false, false, "Removes the ability to click or target the component."> & DefineProp<"hint", string, false, "", "Displays hint text below the input when focused. Force this always open with the persistentHint property."> & DefineProp<"persistentHint", boolean, false, false, "Forces the hint to always be visible"> & DefineProp<"hideDetails", boolean, false, false, "Hides hint and validation errors"> & DefineProp<"trueValue", boolean | string, false, true, "Sets value for truthy state."> & DefineProp<"falseValue", boolean | string, false, false, "Sets value for falsy state.">;
|
2
|
+
type SwtichProps<T> = DefinePropTheming & DefineProp<"class", String | String[]> & DefineVModel<"", T, false, null, true, "The v-model of the component"> & DefineProp<"label", string, false, null, "The label of the component"> & DefineProp<"rules", ValidationRule[], false, null, "Accepts a mixed array of types function. Functions pass an input value as an argument and must return either true / false or a string containing an error message. The input field will enter an error state if a function returns (or any value in the array contains) false or is a string."> & DefineProp<"disabled", boolean, false, false, "Removes the ability to click or target the component."> & DefineProp<"hint", string, false, "", "Displays hint text below the input when focused. Force this always open with the persistentHint property."> & DefineProp<"persistentHint", boolean, false, false, "Forces the hint to always be visible"> & DefineProp<"hideDetails", boolean, false, false, "Hides hint and validation errors"> & DefineProp<"revert", boolean, false, false, "Shows the switch inverted"> & DefineProp<"trueValue", boolean | string, false, true, "Sets value for truthy state."> & DefineProp<"falseValue", boolean | string, false, false, "Sets value for falsy state.">;
|
3
3
|
declare const _default: <T extends string | boolean>(props: import("@omnia/fx/ux").ExtractProps<SwtichProps<T>> & {
|
4
4
|
"onUpdate:modelValue"?: (value: T) => any;
|
5
5
|
} & {
|
6
6
|
"v-slots"?: {} & Omit<{
|
7
7
|
default?: import("vue").Slot;
|
8
8
|
}, never>;
|
9
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "class" | "label" | "disabled" | "colorSchemaType" | "modelValue" | "rules" | "hideDetails" | "hint" | "persistentHint" | "colors" | "v-model" | "emit:update:modelValue" | "trueValue" | "falseValue"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
9
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "class" | "label" | "disabled" | "revert" | "colorSchemaType" | "modelValue" | "rules" | "hideDetails" | "hint" | "persistentHint" | "colors" | "v-model" | "emit:update:modelValue" | "trueValue" | "falseValue"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
10
10
|
export default _default;
|
@@ -10,7 +10,7 @@ type TreewViewItemSlot<T> = {
|
|
10
10
|
item: T;
|
11
11
|
};
|
12
12
|
declare const _default: <T extends Object>(props: import("@omnia/fx/ux").ExtractProps<{
|
13
|
-
colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic"
|
13
|
+
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
14
14
|
} & {
|
15
15
|
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
16
16
|
} & {
|
@@ -11,7 +11,7 @@ export interface TreeViewPagingModel {
|
|
11
11
|
endPagingIndex: number;
|
12
12
|
}
|
13
13
|
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
14
|
-
colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic"
|
14
|
+
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
15
15
|
} & {
|
16
16
|
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
17
17
|
} & {
|
@@ -78,7 +78,7 @@ declare const _default: {
|
|
78
78
|
propsDefinition: Omit<Readonly<{} & {
|
79
79
|
text?: string;
|
80
80
|
container?: boolean;
|
81
|
-
colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic"
|
81
|
+
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
82
82
|
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
83
83
|
renderingMode?: BlockRenderingModes;
|
84
84
|
}>, never>;
|
@@ -129,7 +129,7 @@ declare const _default: {
|
|
129
129
|
roles: guid[];
|
130
130
|
} & {
|
131
131
|
container?: boolean;
|
132
|
-
colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic"
|
132
|
+
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
133
133
|
"v-slots"?: {
|
134
134
|
default?: import("../DefineVueTypings").Slot;
|
135
135
|
} & SecurityTrimmerSlots;
|
@@ -457,7 +457,7 @@ declare const _default: {
|
|
457
457
|
icon?: IIcon;
|
458
458
|
container?: boolean;
|
459
459
|
variant?: Variant;
|
460
|
-
colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic"
|
460
|
+
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
461
461
|
modelValue?: boolean;
|
462
462
|
"v-slots"?: {
|
463
463
|
default?: import("../../../DefineVueTypings").Slot;
|
@@ -370,7 +370,7 @@ declare const _default: {
|
|
370
370
|
}>;
|
371
371
|
};
|
372
372
|
container?: boolean;
|
373
|
-
colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic"
|
373
|
+
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
374
374
|
modelValue?: VelcronDefinitionRegistration<object>;
|
375
375
|
"onUpdate:modelValue"?: (value: VelcronDefinitionRegistration<object>) => any | void;
|
376
376
|
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
@@ -135,7 +135,7 @@ declare const _default: {
|
|
135
135
|
} & {
|
136
136
|
container?: boolean;
|
137
137
|
active?: boolean;
|
138
|
-
colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic"
|
138
|
+
colorSchemaType?: "background" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
139
139
|
themeDefinition?: ResolvedThemeDefinition;
|
140
140
|
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
141
141
|
context?: VelcronRenderContext;
|
@@ -230,6 +230,7 @@ import wc1f31fc580b854d19895c1879120a9891 from './ux/docs/chrome/DocsChrome';
|
|
230
230
|
import wc710dc11b823c4a80b2a031395c206325 from './ux/editorchrome/chrome/EditorChrome';
|
231
231
|
import wc72a828731c4e4f1e9753a6a6bfb31e67 from './ux/enterpriseglossary/componentbase/EnterpriseGlossaryTermComponentBase';
|
232
232
|
import wcb94ea0908c7f461085de9d21a61e0826 from './ux/enterpriseproperties/picker/EnterprisePropertyPicker';
|
233
|
+
import wcf9e8399c0dc74b0db8e722a0bfa17e74 from './ux/enterpriseproperties/picker/EnterprisePropertyListingPicker';
|
233
234
|
import wc80899927961f45298421948c395d7f39 from './ux/enterpriseproperties/renderers/EnterprisePropertyRenderer';
|
234
235
|
import wc22666b255eb64f378edf70d5e9859216 from './ux/enterpriseproperties/renderers/EnterprisePropertyConfiguration';
|
235
236
|
import wc2bfe7d758b5b405d96018f930505c918 from './ux/enterpriseproperties/settingpicker/EnterprisePropertySettingPicker';
|
@@ -394,6 +395,7 @@ import wc7222a47525f54724a8e9f7f2cfc39354 from './ux/aurora/components/buttonsty
|
|
394
395
|
import wc81ff82944f2542b3afec55c5dba22f36 from './ux/aurora/components/chromepicker/ChromePicker';
|
395
396
|
import wc638cfe124ab24d0ebd0711c0bd844af6 from './ux/aurora/components/colorpickerV2/ColorPicker';
|
396
397
|
import wcc09455784a27401697cfa621eefeb52f from './ux/aurora/components/colorpickerV2/ColorPreview';
|
398
|
+
import wc711431cdf6db4e59b24da83e9017939c from './ux/aurora/components/colorpickerV2/DynamicColorIndicator';
|
397
399
|
import wc1266389c28034034921b897f788f302d from './ux/aurora/components/colorschemapicker/ColorSchemaPicker';
|
398
400
|
import wc9ed2b61fad8a43f384efef4a5dcbd184 from './ux/aurora/components/colorschemapicker/ColorSchemaDefinitionPicker';
|
399
401
|
import wc3779d0b63f54436eb25942b0c2487a2c from './ux/aurora/components/colorschemapicker/ColorSchemaViewer';
|
@@ -1011,6 +1013,15 @@ declare global {
|
|
1011
1013
|
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
1012
1014
|
};
|
1013
1015
|
} : typeof wc60feadd89e4d4c2eb095cee9f104ee96;
|
1016
|
+
"color": {
|
1017
|
+
"indicator": typeof wc711431cdf6db4e59b24da83e9017939c extends {
|
1018
|
+
propsDefinition: infer TProp;
|
1019
|
+
} ? {
|
1020
|
+
new (...args: any[]): {
|
1021
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
1022
|
+
};
|
1023
|
+
} : typeof wc711431cdf6db4e59b24da83e9017939c;
|
1024
|
+
};
|
1014
1025
|
};
|
1015
1026
|
"enterpriseglossary": {
|
1016
1027
|
"picker": typeof wc41a6d1b1b02e4b368aac19ded6b391a1 extends {
|
@@ -3052,6 +3063,15 @@ declare global {
|
|
3052
3063
|
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
3053
3064
|
};
|
3054
3065
|
} : typeof wcb94ea0908c7f461085de9d21a61e0826;
|
3066
|
+
"list": {
|
3067
|
+
"picker": typeof wcf9e8399c0dc74b0db8e722a0bfa17e74 extends {
|
3068
|
+
propsDefinition: infer TProp;
|
3069
|
+
} ? {
|
3070
|
+
new (...args: any[]): {
|
3071
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
3072
|
+
};
|
3073
|
+
} : typeof wcf9e8399c0dc74b0db8e722a0bfa17e74;
|
3074
|
+
};
|
3055
3075
|
"setting": {
|
3056
3076
|
"picker": typeof wc2bfe7d758b5b405d96018f930505c918 extends {
|
3057
3077
|
propsDefinition: infer TProp;
|
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.399-dev",
|
5
5
|
"description": "Provide Omnia Fx typings and tooling for clientside Omnia development.",
|
6
6
|
"scripts": {
|
7
7
|
"test": "echo \"Error: no test specified\" && exit 1",
|
@@ -20,7 +20,7 @@
|
|
20
20
|
],
|
21
21
|
"author": "Omnia Digital Workplace AB",
|
22
22
|
"dependencies": {
|
23
|
-
"@omnia/fx-models": "8.0.
|
23
|
+
"@omnia/fx-models": "8.0.399-dev",
|
24
24
|
"@microsoft/signalr": "6.0.1",
|
25
25
|
"broadcast-channel": "4.8.0",
|
26
26
|
"dayjs": "1.11.7",
|