@omnia/fx 8.0.61-dev → 8.0.62-dev
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/internal-do-not-import-from-here/core/utils/index.d.ts +0 -1
- package/internal-do-not-import-from-here/index.d.ts +0 -1
- package/internal-do-not-import-from-here/manifests/omnia.fx.core.manifest.json +1 -1
- package/internal-do-not-import-from-here/stores/oxide/ComponentHostStore.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/app/appinstance/renderer/MainRenderer.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/Template.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/datatable/Datatable.d.ts +0 -3
- package/internal-do-not-import-from-here/ux/docs/chrome/DocsChrome.css.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/docs/omfx/directives/docs/ClickInSide.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/governancedashboard/BarChartIndicator.d.ts +420 -34
- package/internal-do-not-import-from-here/ux/journey/v2/JourneyBlade.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.css.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/column/Column.css.d.ts +10 -2
- package/internal-do-not-import-from-here/ux/oxide/column/Column.d.ts +89 -84
- package/internal-do-not-import-from-here/ux/oxide/column/ColumnGrid.css.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/oxide/{flex/Col.d.ts → column/ColumnGrid.d.ts} +100 -40
- package/internal-do-not-import-from-here/ux/oxide/flex/Row.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/hostprovider/HostProvider.d.ts +12 -12
- package/internal-do-not-import-from-here/ux/oxide/panel/Panel.css.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +4 -74
- package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/ScrollContainer.d.ts +2 -3
- package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/store/ScrollContainerStore.d.ts +12 -4
- package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +6 -6
- package/internal-do-not-import-from-here/wctypings.d.ts +18 -18
- package/package.json +2 -2
- package/internal-do-not-import-from-here/core/utils/ScrollPagingUtils.d.ts +0 -7
- package/internal-do-not-import-from-here/ux/docs/omfx/directives/docs/ClickOutSide.d.ts +0 -0
- package/internal-do-not-import-from-here/ux/governancedashboard/IBarChartIndicator.d.ts +0 -26
- package/internal-do-not-import-from-here/ux/oxide/flex/Col.css.d.ts +0 -11
- package/internal-do-not-import-from-here/ux/oxide/flex/Flex.css.d.ts +0 -4
- package/internal-do-not-import-from-here/ux/oxide/flex/Flex.d.ts +0 -347
- package/internal-do-not-import-from-here/ux/oxide/panel/docs/Scrolling.d.ts +0 -46
- /package/internal-do-not-import-from-here/ux/{oxide/panel/docs/PanelAlignment.d.ts → docs/omfx/directives/docs/UseClickInSide.d.ts} +0 -0
@@ -18,25 +18,17 @@ declare const _default: {
|
|
18
18
|
readonly colors?: any;
|
19
19
|
readonly title?: string;
|
20
20
|
readonly class?: String | String[];
|
21
|
-
readonly direction?: "column" | "row";
|
22
21
|
readonly padding?: OPaddingCombination;
|
23
22
|
readonly hide?: boolean;
|
24
|
-
readonly wrap?: boolean;
|
25
23
|
readonly filled?: boolean;
|
26
|
-
readonly grow?: boolean;
|
27
24
|
readonly variant?: "section" | "navigation" | "default" | "dialog" | "content" | "tab" | "toolbar" | "tab-vertical" | "settings" | "info-section";
|
28
25
|
readonly titleSize?: "xs" | "s" | "m" | "l" | "xl" | TypographySizes;
|
29
26
|
readonly divider?: OBorderCombination;
|
30
|
-
readonly alignY?: "center" | "bottom" | "top";
|
31
27
|
readonly grouped?: boolean;
|
32
28
|
readonly toned?: boolean;
|
33
29
|
readonly spacelessTop?: boolean;
|
34
30
|
readonly spacelessBottom?: boolean;
|
35
|
-
readonly alignX?: "left" | "center" | "right";
|
36
31
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
37
|
-
alignX: {
|
38
|
-
type: import("vue").PropType<"left" | "center" | "right">;
|
39
|
-
};
|
40
32
|
padding: {
|
41
33
|
type: import("vue").PropType<OPaddingCombination>;
|
42
34
|
};
|
@@ -47,28 +39,16 @@ declare const _default: {
|
|
47
39
|
type: import("vue").PropType<boolean>;
|
48
40
|
};
|
49
41
|
toned: {
|
50
|
-
type: import("vue").PropType<boolean>;
|
42
|
+
type: import("vue").PropType<boolean>;
|
51
43
|
} & {
|
52
44
|
type: import("vue").PropType<boolean>;
|
53
45
|
};
|
54
46
|
grouped: {
|
55
47
|
type: import("vue").PropType<boolean>;
|
56
48
|
};
|
57
|
-
grow: {
|
58
|
-
type: import("vue").PropType<boolean>;
|
59
|
-
};
|
60
49
|
filled: {
|
61
50
|
type: import("vue").PropType<boolean>;
|
62
51
|
};
|
63
|
-
wrap: {
|
64
|
-
type: import("vue").PropType<boolean>;
|
65
|
-
};
|
66
|
-
direction: {
|
67
|
-
type: import("vue").PropType<"column" | "row">;
|
68
|
-
};
|
69
|
-
alignY: {
|
70
|
-
type: import("vue").PropType<"center" | "bottom" | "top">;
|
71
|
-
};
|
72
52
|
divider: {
|
73
53
|
type: import("vue").PropType<OBorderCombination>;
|
74
54
|
};
|
@@ -108,9 +88,6 @@ declare const _default: {
|
|
108
88
|
$emit: (event: string, ...args: any[]) => void;
|
109
89
|
$el: any;
|
110
90
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
111
|
-
alignX: {
|
112
|
-
type: import("vue").PropType<"left" | "center" | "right">;
|
113
|
-
};
|
114
91
|
padding: {
|
115
92
|
type: import("vue").PropType<OPaddingCombination>;
|
116
93
|
};
|
@@ -121,28 +98,16 @@ declare const _default: {
|
|
121
98
|
type: import("vue").PropType<boolean>;
|
122
99
|
};
|
123
100
|
toned: {
|
124
|
-
type: import("vue").PropType<boolean>;
|
101
|
+
type: import("vue").PropType<boolean>;
|
125
102
|
} & {
|
126
103
|
type: import("vue").PropType<boolean>;
|
127
104
|
};
|
128
105
|
grouped: {
|
129
106
|
type: import("vue").PropType<boolean>;
|
130
107
|
};
|
131
|
-
grow: {
|
132
|
-
type: import("vue").PropType<boolean>;
|
133
|
-
};
|
134
108
|
filled: {
|
135
109
|
type: import("vue").PropType<boolean>;
|
136
110
|
};
|
137
|
-
wrap: {
|
138
|
-
type: import("vue").PropType<boolean>;
|
139
|
-
};
|
140
|
-
direction: {
|
141
|
-
type: import("vue").PropType<"column" | "row">;
|
142
|
-
};
|
143
|
-
alignY: {
|
144
|
-
type: import("vue").PropType<"center" | "bottom" | "top">;
|
145
|
-
};
|
146
111
|
divider: {
|
147
112
|
type: import("vue").PropType<OBorderCombination>;
|
148
113
|
};
|
@@ -194,9 +159,6 @@ declare const _default: {
|
|
194
159
|
$nextTick: typeof import("vue").nextTick;
|
195
160
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
196
161
|
} & Readonly<import("vue").ExtractPropTypes<{
|
197
|
-
alignX: {
|
198
|
-
type: import("vue").PropType<"left" | "center" | "right">;
|
199
|
-
};
|
200
162
|
padding: {
|
201
163
|
type: import("vue").PropType<OPaddingCombination>;
|
202
164
|
};
|
@@ -207,28 +169,16 @@ declare const _default: {
|
|
207
169
|
type: import("vue").PropType<boolean>;
|
208
170
|
};
|
209
171
|
toned: {
|
210
|
-
type: import("vue").PropType<boolean>;
|
172
|
+
type: import("vue").PropType<boolean>;
|
211
173
|
} & {
|
212
174
|
type: import("vue").PropType<boolean>;
|
213
175
|
};
|
214
176
|
grouped: {
|
215
177
|
type: import("vue").PropType<boolean>;
|
216
178
|
};
|
217
|
-
grow: {
|
218
|
-
type: import("vue").PropType<boolean>;
|
219
|
-
};
|
220
179
|
filled: {
|
221
180
|
type: import("vue").PropType<boolean>;
|
222
181
|
};
|
223
|
-
wrap: {
|
224
|
-
type: import("vue").PropType<boolean>;
|
225
|
-
};
|
226
|
-
direction: {
|
227
|
-
type: import("vue").PropType<"column" | "row">;
|
228
|
-
};
|
229
|
-
alignY: {
|
230
|
-
type: import("vue").PropType<"center" | "bottom" | "top">;
|
231
|
-
};
|
232
182
|
divider: {
|
233
183
|
type: import("vue").PropType<OBorderCombination>;
|
234
184
|
};
|
@@ -258,9 +208,6 @@ declare const _default: {
|
|
258
208
|
__isTeleport?: never;
|
259
209
|
__isSuspense?: never;
|
260
210
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
261
|
-
alignX: {
|
262
|
-
type: import("vue").PropType<"left" | "center" | "right">;
|
263
|
-
};
|
264
211
|
padding: {
|
265
212
|
type: import("vue").PropType<OPaddingCombination>;
|
266
213
|
};
|
@@ -271,28 +218,16 @@ declare const _default: {
|
|
271
218
|
type: import("vue").PropType<boolean>;
|
272
219
|
};
|
273
220
|
toned: {
|
274
|
-
type: import("vue").PropType<boolean>;
|
221
|
+
type: import("vue").PropType<boolean>;
|
275
222
|
} & {
|
276
223
|
type: import("vue").PropType<boolean>;
|
277
224
|
};
|
278
225
|
grouped: {
|
279
226
|
type: import("vue").PropType<boolean>;
|
280
227
|
};
|
281
|
-
grow: {
|
282
|
-
type: import("vue").PropType<boolean>;
|
283
|
-
};
|
284
228
|
filled: {
|
285
229
|
type: import("vue").PropType<boolean>;
|
286
230
|
};
|
287
|
-
wrap: {
|
288
|
-
type: import("vue").PropType<boolean>;
|
289
|
-
};
|
290
|
-
direction: {
|
291
|
-
type: import("vue").PropType<"column" | "row">;
|
292
|
-
};
|
293
|
-
alignY: {
|
294
|
-
type: import("vue").PropType<"center" | "bottom" | "top">;
|
295
|
-
};
|
296
231
|
divider: {
|
297
232
|
type: import("vue").PropType<OBorderCombination>;
|
298
233
|
};
|
@@ -333,21 +268,16 @@ declare const _default: {
|
|
333
268
|
} & {
|
334
269
|
title?: string;
|
335
270
|
class?: String | String[];
|
336
|
-
direction?: "column" | "row";
|
337
271
|
padding?: OPaddingCombination;
|
338
272
|
hide?: boolean;
|
339
|
-
wrap?: boolean;
|
340
273
|
filled?: boolean;
|
341
|
-
grow?: boolean;
|
342
274
|
variant?: "section" | "navigation" | "default" | "dialog" | "content" | "tab" | "toolbar" | "tab-vertical" | "settings" | "info-section";
|
343
275
|
titleSize?: "xs" | "s" | "m" | "l" | "xl" | TypographySizes;
|
344
276
|
divider?: OBorderCombination;
|
345
|
-
alignY?: "center" | "bottom" | "top";
|
346
277
|
grouped?: boolean;
|
347
278
|
toned?: boolean;
|
348
279
|
spacelessTop?: boolean;
|
349
280
|
spacelessBottom?: boolean;
|
350
|
-
alignX?: "left" | "center" | "right";
|
351
281
|
}>, never>;
|
352
282
|
};
|
353
283
|
export default _default;
|
@@ -1,6 +1,6 @@
|
|
1
1
|
import { OScrollTypesCombination } from "@omnia/fx-models";
|
2
2
|
import { useScrollContainerStore } from "@omnia/fx/ux";
|
3
|
-
declare const
|
3
|
+
declare const _default: {
|
4
4
|
new (...args: any[]): {
|
5
5
|
$: import("vue").ComponentInternalInstance;
|
6
6
|
$data: {};
|
@@ -143,5 +143,4 @@ declare const ScrollContainerComponent: {
|
|
143
143
|
storeHook?: (store: ReturnType<typeof useScrollContainerStore>) => void;
|
144
144
|
}>, never>;
|
145
145
|
};
|
146
|
-
export default
|
147
|
-
export type ScrollContainerComponentTypings = typeof ScrollContainerComponent;
|
146
|
+
export default _default;
|
package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/store/ScrollContainerStore.d.ts
CHANGED
@@ -18,22 +18,30 @@ export declare const useScrollContainerStore: () => {
|
|
18
18
|
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
19
19
|
actions: {
|
20
20
|
onDispatching<T extends (...args: any) => any>(action: (actions: {
|
21
|
-
|
21
|
+
setHeight: (height: string) => void;
|
22
|
+
setWidth: (width: string) => void;
|
23
|
+
setScrolling: (scrolling: OScrollTypesCombination) => void;
|
22
24
|
scrollToStart: () => void;
|
23
25
|
scrollTo: (elementId: string, anchor?: "start" | "end") => void;
|
24
26
|
}) => T, fn: T extends (...args: infer U) => any ? (...args: U) => void : never): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
25
27
|
onDispatched<T_1 extends (...args: any) => any>(action: (actions: {
|
26
|
-
|
28
|
+
setHeight: (height: string) => void;
|
29
|
+
setWidth: (width: string) => void;
|
30
|
+
setScrolling: (scrolling: OScrollTypesCombination) => void;
|
27
31
|
scrollToStart: () => void;
|
28
32
|
scrollTo: (elementId: string, anchor?: "start" | "end") => void;
|
29
33
|
}) => T_1, fn: T_1 extends (...args: infer U_1) => infer Y | Promise<infer Y> ? (result: Y, ...args: U_1) => void : never): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
30
34
|
onFailure<T_2 extends (...args: any) => any>(action: (actions: {
|
31
|
-
|
35
|
+
setHeight: (height: string) => void;
|
36
|
+
setWidth: (width: string) => void;
|
37
|
+
setScrolling: (scrolling: OScrollTypesCombination) => void;
|
32
38
|
scrollToStart: () => void;
|
33
39
|
scrollTo: (elementId: string, anchor?: "start" | "end") => void;
|
34
40
|
}) => T_2, fn: T_2 extends (...args: infer U_2) => any ? (failureReason: any, ...args: U_2) => void : never): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
35
41
|
} & {
|
36
|
-
|
42
|
+
setHeight: (height: string) => void;
|
43
|
+
setWidth: (width: string) => void;
|
44
|
+
setScrolling: (scrolling: OScrollTypesCombination) => void;
|
37
45
|
scrollToStart: () => void;
|
38
46
|
scrollTo: (elementId: string, anchor?: "start" | "end") => void;
|
39
47
|
};
|
@@ -22,8 +22,8 @@ declare const _default: {
|
|
22
22
|
readonly grow?: boolean;
|
23
23
|
readonly variant?: "navigation" | "default" | "header" | "toolbar" | "settings";
|
24
24
|
readonly toned?: boolean;
|
25
|
-
readonly stacked?: boolean;
|
26
25
|
readonly scrolling?: string;
|
26
|
+
readonly stacked?: boolean;
|
27
27
|
readonly alignTabs?: "center" | "end" | "start";
|
28
28
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
29
29
|
scrolling: {
|
@@ -283,8 +283,8 @@ declare const _default: {
|
|
283
283
|
grow?: boolean;
|
284
284
|
variant?: "navigation" | "default" | "header" | "toolbar" | "settings";
|
285
285
|
toned?: boolean;
|
286
|
-
stacked?: boolean;
|
287
286
|
scrolling?: string;
|
287
|
+
stacked?: boolean;
|
288
288
|
alignTabs?: "center" | "end" | "start";
|
289
289
|
}>, never>;
|
290
290
|
};
|
@@ -25,7 +25,7 @@ declare const _default: {
|
|
25
25
|
title?: Func<[VNodeChild]>;
|
26
26
|
customButtons?: Func<[VNodeChild]>;
|
27
27
|
};
|
28
|
-
readonly variant?: "default" | "menu" | "
|
28
|
+
readonly variant?: "default" | "menu" | "drawer" | "blade";
|
29
29
|
readonly subTitle?: string;
|
30
30
|
readonly divider?: boolean;
|
31
31
|
readonly toned?: boolean;
|
@@ -62,7 +62,7 @@ declare const _default: {
|
|
62
62
|
type: import("vue").PropType<string>;
|
63
63
|
};
|
64
64
|
variant: {
|
65
|
-
type: import("vue").PropType<"default" | "menu" | "
|
65
|
+
type: import("vue").PropType<"default" | "menu" | "drawer" | "blade">;
|
66
66
|
};
|
67
67
|
class: {
|
68
68
|
type: import("vue").PropType<String | String[]>;
|
@@ -119,7 +119,7 @@ declare const _default: {
|
|
119
119
|
type: import("vue").PropType<string>;
|
120
120
|
};
|
121
121
|
variant: {
|
122
|
-
type: import("vue").PropType<"default" | "menu" | "
|
122
|
+
type: import("vue").PropType<"default" | "menu" | "drawer" | "blade">;
|
123
123
|
};
|
124
124
|
class: {
|
125
125
|
type: import("vue").PropType<String | String[]>;
|
@@ -191,7 +191,7 @@ declare const _default: {
|
|
191
191
|
type: import("vue").PropType<string>;
|
192
192
|
};
|
193
193
|
variant: {
|
194
|
-
type: import("vue").PropType<"default" | "menu" | "
|
194
|
+
type: import("vue").PropType<"default" | "menu" | "drawer" | "blade">;
|
195
195
|
};
|
196
196
|
class: {
|
197
197
|
type: import("vue").PropType<String | String[]>;
|
@@ -238,7 +238,7 @@ declare const _default: {
|
|
238
238
|
type: import("vue").PropType<string>;
|
239
239
|
};
|
240
240
|
variant: {
|
241
|
-
type: import("vue").PropType<"default" | "menu" | "
|
241
|
+
type: import("vue").PropType<"default" | "menu" | "drawer" | "blade">;
|
242
242
|
};
|
243
243
|
class: {
|
244
244
|
type: import("vue").PropType<String | String[]>;
|
@@ -278,7 +278,7 @@ declare const _default: {
|
|
278
278
|
title?: Func<[VNodeChild]>;
|
279
279
|
customButtons?: Func<[VNodeChild]>;
|
280
280
|
};
|
281
|
-
variant?: "default" | "menu" | "
|
281
|
+
variant?: "default" | "menu" | "drawer" | "blade";
|
282
282
|
subTitle?: string;
|
283
283
|
divider?: boolean;
|
284
284
|
toned?: boolean;
|
@@ -40,6 +40,7 @@ import wc7813f37afbf34cb085a2ef74e71e20fa from './ux/filterengine/components/ren
|
|
40
40
|
import wc373cd0c180af441ca9f973b1da4de7f9 from './ux/filterengine/components/renderer/PropertyListRenderer';
|
41
41
|
import wc0b99953ef72848a7936f51500d69d771 from './ux/filterengine/components/renderer/date/DateTimePeriodSlider';
|
42
42
|
import wc46a6c15c2a0e446fbef9770274409366 from './ux/filterpicker/FilterPicker';
|
43
|
+
import wca377536b4fd84773a9730966623601cd from './ux/governancedashboard/BarChartIndicator';
|
43
44
|
import wc08b9c70d2a77433f8492dc0fb50d900e from './ux/grecaptcha/GRecaptcha';
|
44
45
|
import wc64887c3414da45279ea9c905df12c48f from './ux/helptext/HelpText';
|
45
46
|
import wce5a52491260143c8bf9855268a6acbab from './ux/html/HtmlRenderer';
|
@@ -173,6 +174,7 @@ import wc9349eb7714274f73bb91f7994524e5c8 from './ux/oxide/card/Card';
|
|
173
174
|
import wcf552852ba9874a378c9329da62aaf9dc from './ux/oxide/checkbox/Checkbox';
|
174
175
|
import wcf12317feb91b4efebc337cfe39fabe1c from './ux/oxide/chip/Chip';
|
175
176
|
import wc28370f0312764e82b4c29237f943710a from './ux/oxide/colorpicker/ColorPicker';
|
177
|
+
import wc58850535f48040bc98b40064f89d19d0 from './ux/oxide/column/ColumnGrid';
|
176
178
|
import wcd116618a12d0439f8da809535809c260 from './ux/oxide/column/Column';
|
177
179
|
import wc27c00720f7fb46bbb39286a2cb94797c from './ux/oxide/datatable/DataTable';
|
178
180
|
import wc810f65f430374ef2a142907a707f650f from './ux/oxide/datatable/DataTableServer';
|
@@ -182,10 +184,8 @@ import wcc0415286cfac41349dd264dc1621c463 from './ux/oxide/divider/Divider';
|
|
182
184
|
import wc3465fc250ac44f43af9d3df1cf17ec55 from './ux/oxide/draggable/Draggable';
|
183
185
|
import wc220372653d7a43a6a79cf1d01a23cffb from './ux/oxide/expansionpanel/ExpansionPanels';
|
184
186
|
import wca6ca5f7d21d24b168fcab70c965fded1 from './ux/oxide/expansionpanel/ExpansionPanel';
|
185
|
-
import wc1691e25d963243f9b78a548fe8d2e8a7 from './ux/oxide/flex/
|
186
|
-
import
|
187
|
-
import wc73c0fad58d364a9db31c360fcc748c10 from './ux/oxide/flex/Row';
|
188
|
-
import wc6b9a8ce82fe74ddaabbb8dc1a6d93437 from './ux/oxide/flex/Col';
|
187
|
+
import wc1691e25d963243f9b78a548fe8d2e8a7 from './ux/oxide/flex/Flex2';
|
188
|
+
import wcee11b15d9e30495fb46b0c84244110c2 from './ux/oxide/flex/Row';
|
189
189
|
import wc02b49401a3554f3db9fc158e52535ac3 from './ux/oxide/form/Form';
|
190
190
|
import wc8beba318c75e49aab203190ba1953c71 from './ux/oxide/hostprovider/HostProvider';
|
191
191
|
import wcdf79ba95ee5d40139e7935297b7d1e87 from './ux/oxide/icon/Icon';
|
@@ -409,6 +409,7 @@ declare global {
|
|
409
409
|
"omfx-filterengine-property-list": typeof wc373cd0c180af441ca9f973b1da4de7f9.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc373cd0c180af441ca9f973b1da4de7f9.propsDefinition>;
|
410
410
|
"omfx-date-filterengine-period-slider": typeof wc0b99953ef72848a7936f51500d69d771.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc0b99953ef72848a7936f51500d69d771.propsDefinition>;
|
411
411
|
"omfx-filter-picker": typeof wc46a6c15c2a0e446fbef9770274409366.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc46a6c15c2a0e446fbef9770274409366.propsDefinition>;
|
412
|
+
"omfx-barchart-indicator": typeof wca377536b4fd84773a9730966623601cd.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wca377536b4fd84773a9730966623601cd.propsDefinition>;
|
412
413
|
"omfx-google-recaptcha": typeof wc08b9c70d2a77433f8492dc0fb50d900e.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc08b9c70d2a77433f8492dc0fb50d900e.propsDefinition>;
|
413
414
|
"omfx-helptext": typeof wc64887c3414da45279ea9c905df12c48f.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc64887c3414da45279ea9c905df12c48f.propsDefinition>;
|
414
415
|
"omfx-html": typeof wce5a52491260143c8bf9855268a6acbab.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wce5a52491260143c8bf9855268a6acbab.propsDefinition>;
|
@@ -542,6 +543,7 @@ declare global {
|
|
542
543
|
"o-checkbox": typeof wcf552852ba9874a378c9329da62aaf9dc.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcf552852ba9874a378c9329da62aaf9dc.propsDefinition>;
|
543
544
|
"o-chip": typeof wcf12317feb91b4efebc337cfe39fabe1c.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcf12317feb91b4efebc337cfe39fabe1c.propsDefinition>;
|
544
545
|
"o-color-picker": typeof wc28370f0312764e82b4c29237f943710a.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc28370f0312764e82b4c29237f943710a.propsDefinition>;
|
546
|
+
"o-col-grid": typeof wc58850535f48040bc98b40064f89d19d0.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc58850535f48040bc98b40064f89d19d0.propsDefinition>;
|
545
547
|
"o-col": typeof wcd116618a12d0439f8da809535809c260.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcd116618a12d0439f8da809535809c260.propsDefinition>;
|
546
548
|
"o-data-table": typeof wc27c00720f7fb46bbb39286a2cb94797c.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc27c00720f7fb46bbb39286a2cb94797c.propsDefinition>;
|
547
549
|
"o-data-table-server": typeof wc810f65f430374ef2a142907a707f650f.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc810f65f430374ef2a142907a707f650f.propsDefinition>;
|
@@ -552,9 +554,7 @@ declare global {
|
|
552
554
|
"o-expansion-panels": typeof wc220372653d7a43a6a79cf1d01a23cffb.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc220372653d7a43a6a79cf1d01a23cffb.propsDefinition>;
|
553
555
|
"o-expansion-panel": typeof wca6ca5f7d21d24b168fcab70c965fded1.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wca6ca5f7d21d24b168fcab70c965fded1.propsDefinition>;
|
554
556
|
"o-flex": typeof wc1691e25d963243f9b78a548fe8d2e8a7.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc1691e25d963243f9b78a548fe8d2e8a7.propsDefinition>;
|
555
|
-
"o-
|
556
|
-
"o-row": typeof wc73c0fad58d364a9db31c360fcc748c10.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc73c0fad58d364a9db31c360fcc748c10.propsDefinition>;
|
557
|
-
"o-col2": typeof wc6b9a8ce82fe74ddaabbb8dc1a6d93437.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc6b9a8ce82fe74ddaabbb8dc1a6d93437.propsDefinition>;
|
557
|
+
"o-row": typeof wcee11b15d9e30495fb46b0c84244110c2.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcee11b15d9e30495fb46b0c84244110c2.propsDefinition>;
|
558
558
|
"o-form": typeof wc02b49401a3554f3db9fc158e52535ac3.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc02b49401a3554f3db9fc158e52535ac3.propsDefinition>;
|
559
559
|
"o-host-provider": typeof wc8beba318c75e49aab203190ba1953c71.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc8beba318c75e49aab203190ba1953c71.propsDefinition>;
|
560
560
|
"o-icon": typeof wcdf79ba95ee5d40139e7935297b7d1e87.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcdf79ba95ee5d40139e7935297b7d1e87.propsDefinition>;
|
@@ -940,6 +940,11 @@ declare global {
|
|
940
940
|
$props: typeof wc46a6c15c2a0e446fbef9770274409366.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc46a6c15c2a0e446fbef9770274409366.propsDefinition>;
|
941
941
|
};
|
942
942
|
};
|
943
|
+
"BarchartIndicator": {
|
944
|
+
new (...args: any[]): {
|
945
|
+
$props: typeof wca377536b4fd84773a9730966623601cd.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wca377536b4fd84773a9730966623601cd.propsDefinition>;
|
946
|
+
};
|
947
|
+
};
|
943
948
|
"GoogleRecaptcha": {
|
944
949
|
new (...args: any[]): {
|
945
950
|
$props: typeof wc08b9c70d2a77433f8492dc0fb50d900e.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc08b9c70d2a77433f8492dc0fb50d900e.propsDefinition>;
|
@@ -1605,6 +1610,11 @@ declare global {
|
|
1605
1610
|
$props: typeof wc28370f0312764e82b4c29237f943710a.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc28370f0312764e82b4c29237f943710a.propsDefinition>;
|
1606
1611
|
};
|
1607
1612
|
};
|
1613
|
+
"OColGrid": {
|
1614
|
+
new (...args: any[]): {
|
1615
|
+
$props: typeof wc58850535f48040bc98b40064f89d19d0.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc58850535f48040bc98b40064f89d19d0.propsDefinition>;
|
1616
|
+
};
|
1617
|
+
};
|
1608
1618
|
"OCol": {
|
1609
1619
|
new (...args: any[]): {
|
1610
1620
|
$props: typeof wcd116618a12d0439f8da809535809c260.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcd116618a12d0439f8da809535809c260.propsDefinition>;
|
@@ -1655,19 +1665,9 @@ declare global {
|
|
1655
1665
|
$props: typeof wc1691e25d963243f9b78a548fe8d2e8a7.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc1691e25d963243f9b78a548fe8d2e8a7.propsDefinition>;
|
1656
1666
|
};
|
1657
1667
|
};
|
1658
|
-
"OFlex2": {
|
1659
|
-
new (...args: any[]): {
|
1660
|
-
$props: typeof wcea8772c790d448f292f937e298c62724.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcea8772c790d448f292f937e298c62724.propsDefinition>;
|
1661
|
-
};
|
1662
|
-
};
|
1663
1668
|
"ORow": {
|
1664
1669
|
new (...args: any[]): {
|
1665
|
-
$props: typeof
|
1666
|
-
};
|
1667
|
-
};
|
1668
|
-
"OCol2": {
|
1669
|
-
new (...args: any[]): {
|
1670
|
-
$props: typeof wc6b9a8ce82fe74ddaabbb8dc1a6d93437.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc6b9a8ce82fe74ddaabbb8dc1a6d93437.propsDefinition>;
|
1670
|
+
$props: typeof wcee11b15d9e30495fb46b0c84244110c2.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcee11b15d9e30495fb46b0c84244110c2.propsDefinition>;
|
1671
1671
|
};
|
1672
1672
|
};
|
1673
1673
|
"OForm": {
|
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@omnia/fx",
|
3
3
|
"license": "MIT",
|
4
|
-
"version": "8.0.
|
4
|
+
"version": "8.0.62-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": "Precio Fishbone",
|
22
22
|
"dependencies": {
|
23
|
-
"@omnia/fx-models": "8.0.
|
23
|
+
"@omnia/fx-models": "8.0.62-dev",
|
24
24
|
"@microsoft/signalr": "6.0.1",
|
25
25
|
"broadcast-channel": "4.8.0",
|
26
26
|
"dayjs": "1.10.7",
|
@@ -1,7 +0,0 @@
|
|
1
|
-
export declare namespace ScrollPagingUtils {
|
2
|
-
const scrollAttributeName = "omnia_scroll_paging_attribute";
|
3
|
-
function isScrollable(ele: any): boolean;
|
4
|
-
function registerScrollPagingWithDefaultScrollWrapper(elem: HTMLElement, nextPage: () => Promise<boolean>, onUnregister?: () => void): void;
|
5
|
-
function removeScrollPaging(elem: HTMLElement): void;
|
6
|
-
function getScrollableParent(ele: any): any;
|
7
|
-
}
|
File without changes
|
@@ -1,26 +0,0 @@
|
|
1
|
-
import { TsxAllowUnknowProperties } from "../TsxAllowUnknowProperties";
|
2
|
-
import { BarChartIndicatorStyles } from "../models";
|
3
|
-
export interface IBarChartIndicatorComponent {
|
4
|
-
[name: string]: any;
|
5
|
-
clickCallback: (label?: string) => void;
|
6
|
-
loadData: (isPrevious: boolean) => Promise<void>;
|
7
|
-
hasData: (isPrevious: boolean) => boolean;
|
8
|
-
chartValues: Array<{
|
9
|
-
label: string;
|
10
|
-
value: number;
|
11
|
-
}>;
|
12
|
-
unitLabel: string;
|
13
|
-
label: string;
|
14
|
-
style?: typeof BarChartIndicatorStyles;
|
15
|
-
}
|
16
|
-
declare global {
|
17
|
-
namespace JSX {
|
18
|
-
interface Element {
|
19
|
-
}
|
20
|
-
interface ElementClass {
|
21
|
-
}
|
22
|
-
interface IntrinsicElements {
|
23
|
-
"omfx-barchart-indicator": TsxAllowUnknowProperties<IBarChartIndicatorComponent>;
|
24
|
-
}
|
25
|
-
}
|
26
|
-
}
|
@@ -1,11 +0,0 @@
|
|
1
|
-
import { OVerticalAlignments, OPaddingCombination } from "@omnia/fx-models";
|
2
|
-
export interface stylingSettings {
|
3
|
-
alignY: OVerticalAlignments;
|
4
|
-
paddings: OPaddingCombination;
|
5
|
-
width: string;
|
6
|
-
grow: number;
|
7
|
-
minWidth: string;
|
8
|
-
}
|
9
|
-
export declare const ColStyles: {
|
10
|
-
wrapper: (settings: stylingSettings) => string;
|
11
|
-
};
|
@@ -1,4 +0,0 @@
|
|
1
|
-
import { OHorizontalAlignments, OPanelDirections, OVerticalAlignments, OPaddingCombination } from "@omnia/fx-models";
|
2
|
-
export declare const FlexStyles: {
|
3
|
-
wrapper: (flexDirection: OPanelDirections, wrap: boolean, alignX: OHorizontalAlignments, alignY: OVerticalAlignments, paddings: OPaddingCombination, width: string, maxWidth: string, height: string, maxHeight: string, grow: number, minWidth: string, minHeight: string) => string;
|
4
|
-
};
|