@omnia/fx 8.0.261-dev → 8.0.263-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.vendor.manifest.json +1 -1
- package/internal-do-not-import-from-here/ux/ComponentTypings.d.ts +7 -1
- package/internal-do-not-import-from-here/ux/admin/systemlayout/store/SystemLayoutStore.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/app/management/api/AppManagementApi.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/appprovisioning/appinstanceeditingjourney/EditProperiesBlade.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerButton.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerField.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerInlineField.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/magiclink/Shared.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/magiclink/loc/localize.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/markdown2/commands/EditorCommands.d.ts +8 -8
- package/internal-do-not-import-from-here/ux/markdown2/commands/helpers/EditorNodeHelper.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/markdown2/models/EditorModels.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/markdown2/models/EditorPlugin.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/markdown2/plugins/bold/BoldPlugin.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/markdown2/plugins/colorstyle/ColorButton.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/markdown2/plugins/italic/ItalicPlugin.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/markdown2/plugins/text/TextPlugin.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/markdown2/plugins/typography/TypographyButton.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/markdown2/plugins/velcron/VelcronPlugin.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/markdown2/stores/MarkdownStore.d.ts +10 -13
- package/internal-do-not-import-from-here/ux/markdown2/stores/MarkdownToolbarStore.d.ts +50 -65
- package/internal-do-not-import-from-here/ux/oxide/alert/Alert.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/colorpicker/ColorPicker.d.ts +3 -276
- package/internal-do-not-import-from-here/ux/oxide/datepicker/DatePicker.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +5 -444
- package/internal-do-not-import-from-here/ux/oxide/divider/Divider.d.ts +4 -99
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +4 -194
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +4 -206
- package/internal-do-not-import-from-here/ux/oxide/fab/FloatingActionButton..d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/form/Form.d.ts +3 -94
- package/internal-do-not-import-from-here/ux/oxide/hostprovider/HostProvider.d.ts +4 -78
- package/internal-do-not-import-from-here/ux/oxide/infinite-scroll/InfiniteScroll.d.ts +11 -184
- package/internal-do-not-import-from-here/ux/oxide/layout/Layout.d.ts +3 -94
- package/internal-do-not-import-from-here/ux/oxide/lazy/Lazy.d.ts +4 -85
- package/internal-do-not-import-from-here/ux/oxide/link/Link.d.ts +4 -199
- package/internal-do-not-import-from-here/ux/oxide/main/Main.d.ts +3 -133
- package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +4 -355
- package/internal-do-not-import-from-here/ux/oxide/notification/Notification.d.ts +4 -161
- package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +4 -238
- package/internal-do-not-import-from-here/ux/oxide/progress/Progress.d.ts +4 -76
- package/internal-do-not-import-from-here/ux/oxide/radio/Radio.d.ts +4 -138
- package/internal-do-not-import-from-here/ux/oxide/rating/Rating.d.ts +4 -272
- package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/ScrollContainer.d.ts +3 -203
- package/internal-do-not-import-from-here/ux/oxide/skeletonloader/SkeletonLoader.d.ts +3 -133
- package/internal-do-not-import-from-here/ux/oxide/slidepanel/Slide.d.ts +3 -37
- package/internal-do-not-import-from-here/ux/oxide/slidepanel/SlidePanel.d.ts +3 -267
- package/internal-do-not-import-from-here/ux/oxide/slider/Slider.d.ts +4 -349
- package/internal-do-not-import-from-here/ux/oxide/snackbar/Snackbar.d.ts +3 -154
- package/internal-do-not-import-from-here/ux/oxide/spacer/Spacer.d.ts +1 -15
- package/internal-do-not-import-from-here/ux/oxide/splitpane/Splitpane.d.ts +4 -149
- package/internal-do-not-import-from-here/ux/oxide/splitpane/SplitpaneItem.d.ts +3 -145
- package/internal-do-not-import-from-here/ux/oxide/stickycontainer/StickyContainer.d.ts +3 -71
- package/internal-do-not-import-from-here/ux/oxide/switch/Switch.d.ts +3 -254
- package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +4 -245
- package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +4 -335
- package/internal-do-not-import-from-here/ux/oxide/table/Table.d.ts +3 -107
- package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +4 -400
- package/internal-do-not-import-from-here/ux/oxide/textarea/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/textarea/docs/SampleComponent.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/oxide/textarea/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +4 -250
- package/internal-do-not-import-from-here/ux/oxide/tooltip/Tooltip.d.ts +3 -192
- package/internal-do-not-import-from-here/ux/oxide/validation/Validation.d.ts +4 -56
- package/internal-do-not-import-from-here/ux/social/PeopleTagging.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/use/UseClone.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/use/UseDraggable.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/use/UseMounted.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/use/UseWebNotification.d.ts +2 -2
- package/package.json +3 -3
@@ -1,195 +1,6 @@
|
|
1
1
|
import { OPosition } from "@omnia/fx-models";
|
2
|
+
import { DefineProp, DefinePropTheming, DefineSlot } from "@omnia/fx/ux";
|
2
3
|
import { VNodeChild } from "vue";
|
3
|
-
|
4
|
-
|
5
|
-
"v-slots": import("vue").Prop<{
|
6
|
-
default?: import("../../DefineVueTypings").Slot;
|
7
|
-
} & {
|
8
|
-
activator?: () => VNodeChild;
|
9
|
-
}>;
|
10
|
-
location: {
|
11
|
-
type: import("vue").PropType<OPosition>;
|
12
|
-
required: false;
|
13
|
-
};
|
14
|
-
openOnClick: {
|
15
|
-
type: import("vue").PropType<boolean>;
|
16
|
-
};
|
17
|
-
openOnHover: {
|
18
|
-
type: import("vue").PropType<boolean>;
|
19
|
-
};
|
20
|
-
activateOnLength: {
|
21
|
-
type: import("vue").PropType<number>;
|
22
|
-
required: false;
|
23
|
-
};
|
24
|
-
text: {
|
25
|
-
type: import("vue").PropType<string>;
|
26
|
-
};
|
27
|
-
class: {
|
28
|
-
type: import("vue").PropType<String | String[]>;
|
29
|
-
required: boolean;
|
30
|
-
};
|
31
|
-
colorSchemaType: {
|
32
|
-
type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
|
33
|
-
required: boolean;
|
34
|
-
};
|
35
|
-
container: {
|
36
|
-
type: BooleanConstructor;
|
37
|
-
required: boolean;
|
38
|
-
};
|
39
|
-
colors: {
|
40
|
-
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
41
|
-
required: boolean;
|
42
|
-
};
|
43
|
-
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
44
|
-
"v-slots": import("vue").Prop<{
|
45
|
-
default?: import("../../DefineVueTypings").Slot;
|
46
|
-
} & {
|
47
|
-
activator?: () => VNodeChild;
|
48
|
-
}>;
|
49
|
-
location: {
|
50
|
-
type: import("vue").PropType<OPosition>;
|
51
|
-
required: false;
|
52
|
-
};
|
53
|
-
openOnClick: {
|
54
|
-
type: import("vue").PropType<boolean>;
|
55
|
-
};
|
56
|
-
openOnHover: {
|
57
|
-
type: import("vue").PropType<boolean>;
|
58
|
-
};
|
59
|
-
activateOnLength: {
|
60
|
-
type: import("vue").PropType<number>;
|
61
|
-
required: false;
|
62
|
-
};
|
63
|
-
text: {
|
64
|
-
type: import("vue").PropType<string>;
|
65
|
-
};
|
66
|
-
class: {
|
67
|
-
type: import("vue").PropType<String | String[]>;
|
68
|
-
required: boolean;
|
69
|
-
};
|
70
|
-
colorSchemaType: {
|
71
|
-
type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
|
72
|
-
required: boolean;
|
73
|
-
};
|
74
|
-
container: {
|
75
|
-
type: BooleanConstructor;
|
76
|
-
required: boolean;
|
77
|
-
};
|
78
|
-
colors: {
|
79
|
-
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
80
|
-
required: boolean;
|
81
|
-
};
|
82
|
-
}>>, {
|
83
|
-
container: boolean;
|
84
|
-
}, true, {}, {}, {
|
85
|
-
P: {};
|
86
|
-
B: {};
|
87
|
-
D: {};
|
88
|
-
C: {};
|
89
|
-
M: {};
|
90
|
-
Defaults: {};
|
91
|
-
}, Readonly<import("vue").ExtractPropTypes<{
|
92
|
-
"v-slots": import("vue").Prop<{
|
93
|
-
default?: import("../../DefineVueTypings").Slot;
|
94
|
-
} & {
|
95
|
-
activator?: () => VNodeChild;
|
96
|
-
}>;
|
97
|
-
location: {
|
98
|
-
type: import("vue").PropType<OPosition>;
|
99
|
-
required: false;
|
100
|
-
};
|
101
|
-
openOnClick: {
|
102
|
-
type: import("vue").PropType<boolean>;
|
103
|
-
};
|
104
|
-
openOnHover: {
|
105
|
-
type: import("vue").PropType<boolean>;
|
106
|
-
};
|
107
|
-
activateOnLength: {
|
108
|
-
type: import("vue").PropType<number>;
|
109
|
-
required: false;
|
110
|
-
};
|
111
|
-
text: {
|
112
|
-
type: import("vue").PropType<string>;
|
113
|
-
};
|
114
|
-
class: {
|
115
|
-
type: import("vue").PropType<String | String[]>;
|
116
|
-
required: boolean;
|
117
|
-
};
|
118
|
-
colorSchemaType: {
|
119
|
-
type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
|
120
|
-
required: boolean;
|
121
|
-
};
|
122
|
-
container: {
|
123
|
-
type: BooleanConstructor;
|
124
|
-
required: boolean;
|
125
|
-
};
|
126
|
-
colors: {
|
127
|
-
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
128
|
-
required: boolean;
|
129
|
-
};
|
130
|
-
}>>, () => JSX.Element, {}, {}, {}, {
|
131
|
-
container: boolean;
|
132
|
-
}>;
|
133
|
-
__isFragment?: never;
|
134
|
-
__isTeleport?: never;
|
135
|
-
__isSuspense?: never;
|
136
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
137
|
-
"v-slots": import("vue").Prop<{
|
138
|
-
default?: import("../../DefineVueTypings").Slot;
|
139
|
-
} & {
|
140
|
-
activator?: () => VNodeChild;
|
141
|
-
}>;
|
142
|
-
location: {
|
143
|
-
type: import("vue").PropType<OPosition>;
|
144
|
-
required: false;
|
145
|
-
};
|
146
|
-
openOnClick: {
|
147
|
-
type: import("vue").PropType<boolean>;
|
148
|
-
};
|
149
|
-
openOnHover: {
|
150
|
-
type: import("vue").PropType<boolean>;
|
151
|
-
};
|
152
|
-
activateOnLength: {
|
153
|
-
type: import("vue").PropType<number>;
|
154
|
-
required: false;
|
155
|
-
};
|
156
|
-
text: {
|
157
|
-
type: import("vue").PropType<string>;
|
158
|
-
};
|
159
|
-
class: {
|
160
|
-
type: import("vue").PropType<String | String[]>;
|
161
|
-
required: boolean;
|
162
|
-
};
|
163
|
-
colorSchemaType: {
|
164
|
-
type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
|
165
|
-
required: boolean;
|
166
|
-
};
|
167
|
-
container: {
|
168
|
-
type: BooleanConstructor;
|
169
|
-
required: boolean;
|
170
|
-
};
|
171
|
-
colors: {
|
172
|
-
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
173
|
-
required: boolean;
|
174
|
-
};
|
175
|
-
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
176
|
-
container: boolean;
|
177
|
-
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
178
|
-
propsDefinition: Omit<Readonly<{} & {
|
179
|
-
text?: string;
|
180
|
-
container?: boolean;
|
181
|
-
class?: String | String[];
|
182
|
-
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
183
|
-
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
184
|
-
"v-slots"?: {
|
185
|
-
default?: import("../../DefineVueTypings").Slot;
|
186
|
-
} & {
|
187
|
-
activator?: () => VNodeChild;
|
188
|
-
};
|
189
|
-
location?: OPosition;
|
190
|
-
openOnHover?: boolean;
|
191
|
-
openOnClick?: boolean;
|
192
|
-
activateOnLength?: number;
|
193
|
-
}>, never>;
|
194
|
-
};
|
4
|
+
type TooltipProps = DefinePropTheming & DefineProp<"class", String | String[]> & DefineProp<"text", string, false, null, "The text of the tooltip."> & DefineProp<"activateOnLength", number, false, 0, "Disabled if the text length is less than this value."> & DefineProp<"openOnHover", boolean, false, false, "Opens the tooltip on hover."> & DefineProp<"openOnClick", boolean, false, false, "Designates whether the tooltip should open on activator click."> & DefineProp<"location", OPosition, false, "top end", "Specifies the component’s location. Can combine by using a space separated string"> & DefineSlot<"activator", () => VNodeChild>;
|
5
|
+
declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<TooltipProps>) => any;
|
195
6
|
export default _default;
|
@@ -1,57 +1,5 @@
|
|
1
|
-
import { IValidator } from "@omnia/fx/ux";
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
type: import("vue").PropType<"blur" | "input" | "submit" | "lazy" | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit">;
|
6
|
-
required: false;
|
7
|
-
};
|
8
|
-
validator: {
|
9
|
-
type: import("vue").PropType<IValidator>;
|
10
|
-
required: true;
|
11
|
-
};
|
12
|
-
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
13
|
-
validationOn: {
|
14
|
-
type: import("vue").PropType<"blur" | "input" | "submit" | "lazy" | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit">;
|
15
|
-
required: false;
|
16
|
-
};
|
17
|
-
validator: {
|
18
|
-
type: import("vue").PropType<IValidator>;
|
19
|
-
required: true;
|
20
|
-
};
|
21
|
-
}>>, {}, true, {}, {}, {
|
22
|
-
P: {};
|
23
|
-
B: {};
|
24
|
-
D: {};
|
25
|
-
C: {};
|
26
|
-
M: {};
|
27
|
-
Defaults: {};
|
28
|
-
}, Readonly<import("vue").ExtractPropTypes<{
|
29
|
-
validationOn: {
|
30
|
-
type: import("vue").PropType<"blur" | "input" | "submit" | "lazy" | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit">;
|
31
|
-
required: false;
|
32
|
-
};
|
33
|
-
validator: {
|
34
|
-
type: import("vue").PropType<IValidator>;
|
35
|
-
required: true;
|
36
|
-
};
|
37
|
-
}>>, () => JSX.Element, {}, {}, {}, {}>;
|
38
|
-
__isFragment?: never;
|
39
|
-
__isTeleport?: never;
|
40
|
-
__isSuspense?: never;
|
41
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
42
|
-
validationOn: {
|
43
|
-
type: import("vue").PropType<"blur" | "input" | "submit" | "lazy" | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit">;
|
44
|
-
required: false;
|
45
|
-
};
|
46
|
-
validator: {
|
47
|
-
type: import("vue").PropType<IValidator>;
|
48
|
-
required: true;
|
49
|
-
};
|
50
|
-
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
51
|
-
propsDefinition: Omit<Readonly<{
|
52
|
-
validator: IValidator;
|
53
|
-
} & {
|
54
|
-
validationOn?: "blur" | "input" | "submit" | "lazy" | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit";
|
55
|
-
}>, never>;
|
56
|
-
};
|
1
|
+
import { DefineProp, IValidator } from "@omnia/fx/ux";
|
2
|
+
import { ValidationOnTypes } from "../../models/Validation";
|
3
|
+
type VAlidationProps = DefineProp<"validator", IValidator, true, null, "The validator."> & DefineProp<"validationOn", ValidationOnTypes, false, "lazy submit", "Changes the events in which validation occurs.">;
|
4
|
+
declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<VAlidationProps>) => any;
|
57
5
|
export default _default;
|
@@ -21,8 +21,8 @@ declare const _default: {
|
|
21
21
|
type: import("vue").PropType<string>;
|
22
22
|
};
|
23
23
|
}>> & {
|
24
|
-
onDoc$?: (description?: string) => any;
|
25
24
|
onContentChanged?: (content: string) => any;
|
25
|
+
onDoc$?: (description?: string) => any;
|
26
26
|
onRegisterFocus?: (callback: () => void) => any;
|
27
27
|
onMentionChanged?: (mentions: ResolvedUserIdentity[]) => any;
|
28
28
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
@@ -52,8 +52,8 @@ declare const _default: {
|
|
52
52
|
type: import("vue").PropType<string>;
|
53
53
|
};
|
54
54
|
}>> & {
|
55
|
-
onDoc$?: (description?: string) => any;
|
56
55
|
onContentChanged?: (content: string) => any;
|
56
|
+
onDoc$?: (description?: string) => any;
|
57
57
|
onRegisterFocus?: (callback: () => void) => any;
|
58
58
|
onMentionChanged?: (mentions: ResolvedUserIdentity[]) => any;
|
59
59
|
}, {}, true, {}, {}, {
|
@@ -83,8 +83,8 @@ declare const _default: {
|
|
83
83
|
type: import("vue").PropType<string>;
|
84
84
|
};
|
85
85
|
}>> & {
|
86
|
-
onDoc$?: (description?: string) => any;
|
87
86
|
onContentChanged?: (content: string) => any;
|
87
|
+
onDoc$?: (description?: string) => any;
|
88
88
|
onRegisterFocus?: (callback: () => void) => any;
|
89
89
|
onMentionChanged?: (mentions: ResolvedUserIdentity[]) => any;
|
90
90
|
}, () => JSX.Element, {}, {}, {}, {}>;
|
@@ -111,8 +111,8 @@ declare const _default: {
|
|
111
111
|
type: import("vue").PropType<string>;
|
112
112
|
};
|
113
113
|
}>> & {
|
114
|
-
onDoc$?: (description?: string) => any;
|
115
114
|
onContentChanged?: (content: string) => any;
|
115
|
+
onDoc$?: (description?: string) => any;
|
116
116
|
onRegisterFocus?: (callback: () => void) => any;
|
117
117
|
onMentionChanged?: (mentions: ResolvedUserIdentity[]) => any;
|
118
118
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
@@ -130,9 +130,9 @@ declare const _default: {
|
|
130
130
|
richTextSettings?: OmitProperties<IRichTextEditor, "initialContent" | "onContentChange">;
|
131
131
|
enableMention?: boolean;
|
132
132
|
resetContetnRte?: boolean;
|
133
|
-
}>, "
|
134
|
-
onDoc$?: (description?: string) => any;
|
133
|
+
}>, "onContentChanged" | "onDoc$" | "onRegisterFocus" | "onMentionChanged"> & {
|
135
134
|
onContentChanged?: (content: string) => any;
|
135
|
+
onDoc$?: (description?: string) => any;
|
136
136
|
onRegisterFocus?: (callback: () => void) => any;
|
137
137
|
onMentionChanged?: (mentions: ResolvedUserIdentity[]) => any;
|
138
138
|
};
|
@@ -37,6 +37,6 @@ export declare function useClone<T>(source: T): T;
|
|
37
37
|
* @return {*}
|
38
38
|
*/
|
39
39
|
export declare function useCloneRef<T>(source: MaybeComputedRef<T>, options?: UseClonedOptions): {
|
40
|
-
cloned: import("vue").Ref<import("vue").UnwrapRef<T
|
40
|
+
cloned: import("vue").Ref<import("vue").UnwrapRef<T>>;
|
41
41
|
sync: () => void;
|
42
42
|
};
|
@@ -9,7 +9,7 @@ export declare const DraggableStyles: {
|
|
9
9
|
export declare function useDraggable(): {
|
10
10
|
Draggable: DraggableComponentTypings;
|
11
11
|
readonly DraggableIcon: JSX.Element;
|
12
|
-
draggableContainerRef: Ref<any
|
12
|
+
draggableContainerRef: Ref<any>;
|
13
13
|
draggableItemClass: string;
|
14
14
|
disabledItemClass: string;
|
15
15
|
};
|
@@ -91,9 +91,9 @@ export interface UseWebNotificationOptions extends WebNotificationOptions {
|
|
91
91
|
*/
|
92
92
|
export declare function useWebNotification(options?: UseWebNotificationOptions): {
|
93
93
|
isSupported: import("vue").ComputedRef<boolean>;
|
94
|
-
notification: Ref<Notification
|
94
|
+
notification: Ref<Notification>;
|
95
95
|
ensurePermissions: () => Promise<boolean>;
|
96
|
-
permissionGranted: Ref<boolean
|
96
|
+
permissionGranted: Ref<boolean>;
|
97
97
|
show: (overrides?: WebNotificationOptions) => Promise<Notification>;
|
98
98
|
close: () => void;
|
99
99
|
onClick: import("@omnia/fx-models").EventHookOn<any>;
|
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.263-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.263-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
|
-
"vue": "3.4.
|
28
|
+
"vue": "3.4.34",
|
29
29
|
"vuetify": "3.6.13",
|
30
30
|
"tslib": "2.6.2",
|
31
31
|
"typescript": "5.5.4",
|