@omnia/fx 8.0.60-dev → 8.0.61-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.
Files changed (29) hide show
  1. package/internal-do-not-import-from-here/ux/Exposes.d.ts +3 -2
  2. package/internal-do-not-import-from-here/ux/admin/chrome/AdminChrome.css.d.ts +1 -0
  3. package/internal-do-not-import-from-here/ux/directives/index.d.ts +0 -1
  4. package/internal-do-not-import-from-here/ux/docs/Docs.d.ts +1 -0
  5. package/internal-do-not-import-from-here/ux/docs/omfx/directives/Introduction.md.d.ts +1 -0
  6. package/internal-do-not-import-from-here/ux/docs/omfx/directives/index.d.ts +1 -0
  7. package/internal-do-not-import-from-here/ux/docs/omfx/index.d.ts +1 -0
  8. package/internal-do-not-import-from-here/ux/oxide/image/Image.d.ts +128 -5
  9. package/internal-do-not-import-from-here/ux/oxide/index.d.ts +1 -0
  10. package/internal-do-not-import-from-here/ux/oxide/panel/Panel.css.d.ts +1 -1
  11. package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +0 -14
  12. package/internal-do-not-import-from-here/ux/oxide/rangeslider/RangeSlider.d.ts +2 -2
  13. package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/ScrollContainer.css.d.ts +1 -2
  14. package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/ScrollContainer.d.ts +42 -22
  15. package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/index.d.ts +1 -0
  16. package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/store/ScrollContainerStore.d.ts +41 -0
  17. package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/store/index.d.ts +1 -0
  18. package/internal-do-not-import-from-here/ux/oxide/slider/Slider.d.ts +2 -2
  19. package/internal-do-not-import-from-here/ux/oxide/swiper/Swiper.d.ts +106 -0
  20. package/internal-do-not-import-from-here/ux/oxide/swiper/docs/ExampleComponents.d.ts +1 -0
  21. package/internal-do-not-import-from-here/ux/oxide/swiper/docs/SampleComponent.d.ts +46 -0
  22. package/internal-do-not-import-from-here/ux/oxide/swiper/docs/index.d.ts +1 -0
  23. package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.css.d.ts +0 -1
  24. package/internal-do-not-import-from-here/ux/timeperiodpicker/TimePeriodPicker.d.ts +2 -2
  25. package/internal-do-not-import-from-here/wctypings.d.ts +7 -0
  26. package/package.json +2 -2
  27. package/internal-do-not-import-from-here/ux/directives/ClickOut.d.ts +0 -20
  28. /package/internal-do-not-import-from-here/ux/directives/{ClickOutSide.d.ts → clickoutside/ClickOutSide.d.ts} +0 -0
  29. /package/internal-do-not-import-from-here/{stores/oxide/ScrollContainerStore.d.ts → ux/docs/omfx/directives/docs/ClickOutSide.d.ts} +0 -0
@@ -7,6 +7,7 @@ export * from "./documenticon";
7
7
  export * from "./settings";
8
8
  export * from "./heading";
9
9
  export * from "./journey";
10
+ export * from "./oxide";
10
11
  export * from "./app";
11
12
  export * from "./datetimepicker";
12
13
  export * from "./depricated-mediapicker";
@@ -73,8 +74,8 @@ export * from "./SidePanelContext";
73
74
  export * from "./ScrollHelper";
74
75
  export * from "./ListViewComponentBase";
75
76
  export { OmniaTheming } from "./OmniaTheming";
76
- export type { FocusOption, ClickOutOption, ScrollOption, LinkHandlerOptions, } from "./directives";
77
- export { FocusDirective, ClickOutDirective, ScrollDirective, LinkHandlerDirective, } from "./directives";
77
+ export type { FocusOption, ScrollOption, LinkHandlerOptions, } from "./directives";
78
+ export { FocusDirective, ScrollDirective, LinkHandlerDirective, } from "./directives";
78
79
  export { VueComponentBase, getVuetifyAppClasses, VueComponentConnect, } from "./VueComponentBase";
79
80
  export type { VueComponentBaseProps, VueComponentBaseEvents, } from "./VueComponentBase";
80
81
  export { defineVueComponent, definePropFunctionType, definePropObjectType, defineVue, createVueNode, getElementName, isElement } from "./InternalDefineComponent";
@@ -1,6 +1,7 @@
1
1
  import { ColorDefinition } from "../../velcron/core";
2
2
  export declare const AdminChromeStyles: {
3
3
  wrapper: (color: ColorDefinition) => string;
4
+ journeyContainer: string;
4
5
  backgroundIcon: string;
5
6
  omniaLogo: {
6
7
  wrapperCircle: string;
@@ -1,4 +1,3 @@
1
- export * from "./ClickOut";
2
1
  export type { FocusOption } from "./Focus";
3
2
  export { FocusDirective } from "./Focus";
4
3
  export * from "./Link";
@@ -54,6 +54,7 @@ export declare const velcronDocumentationCategories: {
54
54
  export declare const frameworkDocumentationCategories: {
55
55
  services: DocumentationCategory;
56
56
  components: DocumentationCategory;
57
+ directives: DocumentationCategory;
57
58
  store: DocumentationCategory;
58
59
  use: DocumentationCategory;
59
60
  theming: DocumentationCategory;
@@ -0,0 +1 @@
1
+ export * from "./Introduction.md";
@@ -3,3 +3,4 @@ export * from "./services";
3
3
  export * from "./stores";
4
4
  export * from "./components";
5
5
  export * from "./use";
6
+ export * from "./directives";
@@ -2,14 +2,42 @@ declare const _default: {
2
2
  new (...args: any[]): {
3
3
  $: import("vue").ComponentInternalInstance;
4
4
  $data: {};
5
- $props: Partial<{}> & Omit<{
5
+ $props: Partial<{
6
+ container?: any;
7
+ blueprint?: any;
8
+ colorSchemaType?: any;
9
+ blueprintType?: any;
10
+ colors?: any;
11
+ }> & Omit<{
12
+ readonly container?: any;
13
+ readonly blueprint?: any;
14
+ readonly colorSchemaType?: any;
15
+ readonly blueprintType?: any;
16
+ readonly colors?: any;
17
+ readonly class?: String | String[];
6
18
  readonly width?: number;
7
19
  readonly height?: number;
8
20
  readonly aspectRatio?: "default" | "landscape";
21
+ readonly maxHeight?: number;
22
+ readonly maxWidth?: number;
9
23
  readonly cover?: boolean;
10
24
  readonly alt?: string;
11
25
  readonly src?: string;
26
+ readonly "max-width"?: number;
27
+ readonly "max-height"?: number;
12
28
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
29
+ "max-height": {
30
+ type: import("vue").PropType<number>;
31
+ };
32
+ maxHeight: {
33
+ type: import("vue").PropType<number>;
34
+ };
35
+ "max-width": {
36
+ type: import("vue").PropType<number>;
37
+ };
38
+ maxWidth: {
39
+ type: import("vue").PropType<number>;
40
+ };
13
41
  alt: {
14
42
  type: import("vue").PropType<string>;
15
43
  required: false;
@@ -30,7 +58,16 @@ declare const _default: {
30
58
  aspectRatio: {
31
59
  type: import("vue").PropType<"default" | "landscape">;
32
60
  };
33
- }>>, never>;
61
+ class: {
62
+ type: import("vue").PropType<String | String[]>;
63
+ required: boolean;
64
+ };
65
+ colorSchemaType?: any;
66
+ container?: any;
67
+ colors?: any;
68
+ blueprintType?: any;
69
+ blueprint?: any;
70
+ }>>, "container" | "blueprint" | "colorSchemaType" | "blueprintType" | "colors">;
34
71
  $attrs: {
35
72
  [x: string]: unknown;
36
73
  };
@@ -45,6 +82,18 @@ declare const _default: {
45
82
  $emit: (event: string, ...args: any[]) => void;
46
83
  $el: any;
47
84
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
85
+ "max-height": {
86
+ type: import("vue").PropType<number>;
87
+ };
88
+ maxHeight: {
89
+ type: import("vue").PropType<number>;
90
+ };
91
+ "max-width": {
92
+ type: import("vue").PropType<number>;
93
+ };
94
+ maxWidth: {
95
+ type: import("vue").PropType<number>;
96
+ };
48
97
  alt: {
49
98
  type: import("vue").PropType<string>;
50
99
  required: false;
@@ -65,7 +114,22 @@ declare const _default: {
65
114
  aspectRatio: {
66
115
  type: import("vue").PropType<"default" | "landscape">;
67
116
  };
68
- }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & {
117
+ class: {
118
+ type: import("vue").PropType<String | String[]>;
119
+ required: boolean;
120
+ };
121
+ colorSchemaType?: any;
122
+ container?: any;
123
+ colors?: any;
124
+ blueprintType?: any;
125
+ blueprint?: any;
126
+ }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
127
+ container?: any;
128
+ blueprint?: any;
129
+ colorSchemaType?: any;
130
+ blueprintType?: any;
131
+ colors?: any;
132
+ }, {}, string, {}> & {
69
133
  beforeCreate?: (() => void) | (() => void)[];
70
134
  created?: (() => void) | (() => void)[];
71
135
  beforeMount?: (() => void) | (() => void)[];
@@ -86,6 +150,18 @@ declare const _default: {
86
150
  $nextTick: typeof import("vue").nextTick;
87
151
  $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;
88
152
  } & Readonly<import("vue").ExtractPropTypes<{
153
+ "max-height": {
154
+ type: import("vue").PropType<number>;
155
+ };
156
+ maxHeight: {
157
+ type: import("vue").PropType<number>;
158
+ };
159
+ "max-width": {
160
+ type: import("vue").PropType<number>;
161
+ };
162
+ maxWidth: {
163
+ type: import("vue").PropType<number>;
164
+ };
89
165
  alt: {
90
166
  type: import("vue").PropType<string>;
91
167
  required: false;
@@ -106,11 +182,32 @@ declare const _default: {
106
182
  aspectRatio: {
107
183
  type: import("vue").PropType<"default" | "landscape">;
108
184
  };
185
+ class: {
186
+ type: import("vue").PropType<String | String[]>;
187
+ required: boolean;
188
+ };
189
+ colorSchemaType?: any;
190
+ container?: any;
191
+ colors?: any;
192
+ blueprintType?: any;
193
+ blueprint?: any;
109
194
  }>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
110
195
  __isFragment?: never;
111
196
  __isTeleport?: never;
112
197
  __isSuspense?: never;
113
198
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
199
+ "max-height": {
200
+ type: import("vue").PropType<number>;
201
+ };
202
+ maxHeight: {
203
+ type: import("vue").PropType<number>;
204
+ };
205
+ "max-width": {
206
+ type: import("vue").PropType<number>;
207
+ };
208
+ maxWidth: {
209
+ type: import("vue").PropType<number>;
210
+ };
114
211
  alt: {
115
212
  type: import("vue").PropType<string>;
116
213
  required: false;
@@ -131,14 +228,40 @@ declare const _default: {
131
228
  aspectRatio: {
132
229
  type: import("vue").PropType<"default" | "landscape">;
133
230
  };
134
- }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
135
- propsDefinition: Omit<Readonly<{} & {
231
+ class: {
232
+ type: import("vue").PropType<String | String[]>;
233
+ required: boolean;
234
+ };
235
+ colorSchemaType?: any;
236
+ container?: any;
237
+ colors?: any;
238
+ blueprintType?: any;
239
+ blueprint?: any;
240
+ }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
241
+ container?: any;
242
+ blueprint?: any;
243
+ colorSchemaType?: any;
244
+ blueprintType?: any;
245
+ colors?: any;
246
+ }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
247
+ propsDefinition: Omit<Readonly<{
248
+ container?: any;
249
+ blueprint?: any;
250
+ colorSchemaType?: any;
251
+ blueprintType?: any;
252
+ colors?: any;
253
+ } & {
254
+ class?: String | String[];
136
255
  width?: number;
137
256
  height?: number;
138
257
  aspectRatio?: "default" | "landscape";
258
+ maxHeight?: number;
259
+ maxWidth?: number;
139
260
  cover?: boolean;
140
261
  alt?: string;
141
262
  src?: string;
263
+ "max-width"?: number;
264
+ "max-height"?: number;
142
265
  }>, never>;
143
266
  };
144
267
  export default _default;
@@ -0,0 +1 @@
1
+ export * from "./scrollcontainer";
@@ -5,6 +5,6 @@ export declare const PanelStyles: {
5
5
  templateTitle: (variant: OPanelVariants, titelOnTopDivider: boolean, color: string, spacelessTop: boolean, spacelessBottom: boolean, paddings: OPaddingCombination) => string;
6
6
  dividerOnTitle: string;
7
7
  panelHoverBackground: (color: ColorDefinition) => string;
8
- panelWrapper: (hide: boolean, variant: OPanelVariants, grow: boolean, grouped: boolean, scrollOffset: number, spacelessTop: boolean, spacelessBottom: boolean, hasLeftDivider: any, hasRightDivider: any, dark: boolean, paddings: OPaddingCombination) => string;
8
+ panelWrapper: (hide: boolean, variant: OPanelVariants, grow: boolean, grouped: boolean, spacelessTop: boolean, spacelessBottom: boolean, hasLeftDivider: any, hasRightDivider: any, dark: boolean, paddings: OPaddingCombination) => string;
9
9
  contentWrapper: (variant: OPanelVariants, flexDirection: OPanelDirections, wrap: boolean, alignX: OHorizontalAlignments, alignY: OVerticalAlignments, grouped: boolean, spacelessTop: boolean, spacelessBottom: boolean, paddings: OPaddingCombination) => string;
10
10
  };
@@ -33,11 +33,7 @@ declare const _default: {
33
33
  readonly spacelessTop?: boolean;
34
34
  readonly spacelessBottom?: boolean;
35
35
  readonly alignX?: "left" | "center" | "right";
36
- readonly scrollOffset?: number;
37
36
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
38
- scrollOffset: {
39
- type: import("vue").PropType<number>;
40
- };
41
37
  alignX: {
42
38
  type: import("vue").PropType<"left" | "center" | "right">;
43
39
  };
@@ -112,9 +108,6 @@ declare const _default: {
112
108
  $emit: (event: string, ...args: any[]) => void;
113
109
  $el: any;
114
110
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
115
- scrollOffset: {
116
- type: import("vue").PropType<number>;
117
- };
118
111
  alignX: {
119
112
  type: import("vue").PropType<"left" | "center" | "right">;
120
113
  };
@@ -201,9 +194,6 @@ declare const _default: {
201
194
  $nextTick: typeof import("vue").nextTick;
202
195
  $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;
203
196
  } & Readonly<import("vue").ExtractPropTypes<{
204
- scrollOffset: {
205
- type: import("vue").PropType<number>;
206
- };
207
197
  alignX: {
208
198
  type: import("vue").PropType<"left" | "center" | "right">;
209
199
  };
@@ -268,9 +258,6 @@ declare const _default: {
268
258
  __isTeleport?: never;
269
259
  __isSuspense?: never;
270
260
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
271
- scrollOffset: {
272
- type: import("vue").PropType<number>;
273
- };
274
261
  alignX: {
275
262
  type: import("vue").PropType<"left" | "center" | "right">;
276
263
  };
@@ -361,7 +348,6 @@ declare const _default: {
361
348
  spacelessTop?: boolean;
362
349
  spacelessBottom?: boolean;
363
350
  alignX?: "left" | "center" | "right";
364
- scrollOffset?: number;
365
351
  }>, never>;
366
352
  };
367
353
  export default _default;
@@ -21,10 +21,10 @@ declare const _default: {
21
21
  readonly "v-model"?: [number, number];
22
22
  readonly modelValue?: [number, number];
23
23
  readonly variant?: "default" | "prominent";
24
+ readonly min?: string | number;
24
25
  readonly hint?: string;
25
26
  readonly persistentHint?: boolean;
26
27
  readonly max?: string | number;
27
- readonly min?: string | number;
28
28
  readonly step?: string | number;
29
29
  readonly noThumbLabel?: boolean;
30
30
  readonly showTicks?: boolean | "always";
@@ -335,10 +335,10 @@ declare const _default: {
335
335
  "v-model"?: [number, number];
336
336
  modelValue?: [number, number];
337
337
  variant?: "default" | "prominent";
338
+ min?: string | number;
338
339
  hint?: string;
339
340
  persistentHint?: boolean;
340
341
  max?: string | number;
341
- min?: string | number;
342
342
  step?: string | number;
343
343
  noThumbLabel?: boolean;
344
344
  showTicks?: boolean | "always";
@@ -1,4 +1,3 @@
1
1
  export declare const ScrollContainerStyles: {
2
- verticalScrolling: (scrolling: string, height: string) => string;
3
- horizontalScrolling: (scrolling: string, width: string) => string;
2
+ scrollingStyles: (scrolling: string, height: string, width: string, noScrolling: boolean) => string;
4
3
  };
@@ -1,17 +1,26 @@
1
1
  import { OScrollTypesCombination } from "@omnia/fx-models";
2
- declare const _default: {
2
+ import { useScrollContainerStore } from "@omnia/fx/ux";
3
+ declare const ScrollContainerComponent: {
3
4
  new (...args: any[]): {
4
5
  $: import("vue").ComponentInternalInstance;
5
6
  $data: {};
6
7
  $props: Partial<{}> & Omit<{
7
- readonly scroll?: OScrollTypesCombination;
8
8
  readonly class?: String | String[];
9
- readonly id?: string;
10
9
  readonly width?: string;
11
10
  readonly height?: string;
11
+ readonly disableScrolling?: boolean;
12
+ readonly scrolling?: OScrollTypesCombination;
13
+ readonly storeHook?: (store: ReturnType<typeof useScrollContainerStore>) => void;
12
14
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
13
- scroll: {
15
+ scrolling: {
14
16
  type: import("vue").PropType<OScrollTypesCombination>;
17
+ required: false;
18
+ };
19
+ storeHook: {
20
+ type: import("vue").PropType<(store: ReturnType<typeof useScrollContainerStore>) => void>;
21
+ };
22
+ disableScrolling: {
23
+ type: import("vue").PropType<boolean>;
15
24
  };
16
25
  width: {
17
26
  type: import("vue").PropType<string>;
@@ -19,9 +28,6 @@ declare const _default: {
19
28
  height: {
20
29
  type: import("vue").PropType<string>;
21
30
  };
22
- id: {
23
- type: import("vue").PropType<string>;
24
- };
25
31
  class: {
26
32
  type: import("vue").PropType<String | String[]>;
27
33
  required: boolean;
@@ -41,8 +47,15 @@ declare const _default: {
41
47
  $emit: (event: string, ...args: any[]) => void;
42
48
  $el: any;
43
49
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
44
- scroll: {
50
+ scrolling: {
45
51
  type: import("vue").PropType<OScrollTypesCombination>;
52
+ required: false;
53
+ };
54
+ storeHook: {
55
+ type: import("vue").PropType<(store: ReturnType<typeof useScrollContainerStore>) => void>;
56
+ };
57
+ disableScrolling: {
58
+ type: import("vue").PropType<boolean>;
46
59
  };
47
60
  width: {
48
61
  type: import("vue").PropType<string>;
@@ -50,9 +63,6 @@ declare const _default: {
50
63
  height: {
51
64
  type: import("vue").PropType<string>;
52
65
  };
53
- id: {
54
- type: import("vue").PropType<string>;
55
- };
56
66
  class: {
57
67
  type: import("vue").PropType<String | String[]>;
58
68
  required: boolean;
@@ -78,8 +88,15 @@ declare const _default: {
78
88
  $nextTick: typeof import("vue").nextTick;
79
89
  $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;
80
90
  } & Readonly<import("vue").ExtractPropTypes<{
81
- scroll: {
91
+ scrolling: {
82
92
  type: import("vue").PropType<OScrollTypesCombination>;
93
+ required: false;
94
+ };
95
+ storeHook: {
96
+ type: import("vue").PropType<(store: ReturnType<typeof useScrollContainerStore>) => void>;
97
+ };
98
+ disableScrolling: {
99
+ type: import("vue").PropType<boolean>;
83
100
  };
84
101
  width: {
85
102
  type: import("vue").PropType<string>;
@@ -87,9 +104,6 @@ declare const _default: {
87
104
  height: {
88
105
  type: import("vue").PropType<string>;
89
106
  };
90
- id: {
91
- type: import("vue").PropType<string>;
92
- };
93
107
  class: {
94
108
  type: import("vue").PropType<String | String[]>;
95
109
  required: boolean;
@@ -99,8 +113,15 @@ declare const _default: {
99
113
  __isTeleport?: never;
100
114
  __isSuspense?: never;
101
115
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
102
- scroll: {
116
+ scrolling: {
103
117
  type: import("vue").PropType<OScrollTypesCombination>;
118
+ required: false;
119
+ };
120
+ storeHook: {
121
+ type: import("vue").PropType<(store: ReturnType<typeof useScrollContainerStore>) => void>;
122
+ };
123
+ disableScrolling: {
124
+ type: import("vue").PropType<boolean>;
104
125
  };
105
126
  width: {
106
127
  type: import("vue").PropType<string>;
@@ -108,20 +129,19 @@ declare const _default: {
108
129
  height: {
109
130
  type: import("vue").PropType<string>;
110
131
  };
111
- id: {
112
- type: import("vue").PropType<string>;
113
- };
114
132
  class: {
115
133
  type: import("vue").PropType<String | String[]>;
116
134
  required: boolean;
117
135
  };
118
136
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
119
137
  propsDefinition: Omit<Readonly<{} & {
120
- scroll?: OScrollTypesCombination;
121
138
  class?: String | String[];
122
- id?: string;
123
139
  width?: string;
124
140
  height?: string;
141
+ disableScrolling?: boolean;
142
+ scrolling?: OScrollTypesCombination;
143
+ storeHook?: (store: ReturnType<typeof useScrollContainerStore>) => void;
125
144
  }>, never>;
126
145
  };
127
- export default _default;
146
+ export default ScrollContainerComponent;
147
+ export type ScrollContainerComponentTypings = typeof ScrollContainerComponent;
@@ -0,0 +1 @@
1
+ export * from "./store";
@@ -0,0 +1,41 @@
1
+ import { OScrollTypesCombination } from "@omnia/fx-models";
2
+ export declare const useScrollContainerStore: () => {
3
+ state: {
4
+ elementRef: HTMLElement;
5
+ elementId: string;
6
+ disableScrolling: boolean;
7
+ height: string;
8
+ width: string;
9
+ scrolling: OScrollTypesCombination;
10
+ };
11
+ events: {
12
+ onMutatedElementRef: import("internal/fx/core").MessageBusExposeOnlySubscription<HTMLElement>;
13
+ onMutatedElementId: import("internal/fx/core").MessageBusExposeOnlySubscription<string>;
14
+ onMutatedDisableScrolling: import("internal/fx/core").MessageBusExposeOnlySubscription<boolean>;
15
+ onMutatedHeight: import("internal/fx/core").MessageBusExposeOnlySubscription<string>;
16
+ onMutatedWidth: import("internal/fx/core").MessageBusExposeOnlySubscription<string>;
17
+ onMutatedScrolling: import("internal/fx/core").MessageBusExposeOnlySubscription<OScrollTypesCombination>;
18
+ } & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
19
+ actions: {
20
+ onDispatching<T extends (...args: any) => any>(action: (actions: {
21
+ setScrolling: (scroll: OScrollTypesCombination) => void;
22
+ scrollToStart: () => void;
23
+ scrollTo: (elementId: string, anchor?: "start" | "end") => void;
24
+ }) => T, fn: T extends (...args: infer U) => any ? (...args: U) => void : never): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
25
+ onDispatched<T_1 extends (...args: any) => any>(action: (actions: {
26
+ setScrolling: (scroll: OScrollTypesCombination) => void;
27
+ scrollToStart: () => void;
28
+ scrollTo: (elementId: string, anchor?: "start" | "end") => void;
29
+ }) => 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
+ onFailure<T_2 extends (...args: any) => any>(action: (actions: {
31
+ setScrolling: (scroll: OScrollTypesCombination) => void;
32
+ scrollToStart: () => void;
33
+ scrollTo: (elementId: string, anchor?: "start" | "end") => void;
34
+ }) => T_2, fn: T_2 extends (...args: infer U_2) => any ? (failureReason: any, ...args: U_2) => void : never): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
35
+ } & {
36
+ setScrolling: (scroll: OScrollTypesCombination) => void;
37
+ scrollToStart: () => void;
38
+ scrollTo: (elementId: string, anchor?: "start" | "end") => void;
39
+ };
40
+ get: {};
41
+ };
@@ -0,0 +1 @@
1
+ export * from "./ScrollContainerStore";
@@ -21,10 +21,10 @@ declare const _default: {
21
21
  readonly "v-model"?: any;
22
22
  readonly modelValue?: any;
23
23
  readonly variant?: "default" | "prominent";
24
+ readonly min?: string | number;
24
25
  readonly hint?: string;
25
26
  readonly persistentHint?: boolean;
26
27
  readonly max?: string | number;
27
- readonly min?: string | number;
28
28
  readonly step?: string | number;
29
29
  readonly noThumbLabel?: boolean;
30
30
  readonly showTicks?: boolean | "always";
@@ -347,10 +347,10 @@ declare const _default: {
347
347
  "v-model"?: any;
348
348
  modelValue?: any;
349
349
  variant?: "default" | "prominent";
350
+ min?: string | number;
350
351
  hint?: string;
351
352
  persistentHint?: boolean;
352
353
  max?: string | number;
353
- min?: string | number;
354
354
  step?: string | number;
355
355
  noThumbLabel?: boolean;
356
356
  showTicks?: boolean | "always";
@@ -0,0 +1,106 @@
1
+ import "swiper/css";
2
+ import "swiper/css/navigation";
3
+ import "swiper/css/pagination";
4
+ import "swiper/css/scrollbar";
5
+ declare const _default: {
6
+ new (...args: any[]): {
7
+ $: import("vue").ComponentInternalInstance;
8
+ $data: {};
9
+ $props: Partial<{}> & Omit<{
10
+ readonly "onUpdate:modelValue"?: (value: boolean) => any;
11
+ readonly "v-model"?: boolean;
12
+ readonly modelValue?: boolean;
13
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
14
+ "onUpdate:modelValue": {
15
+ type: import("vue").PropType<(value: boolean) => any>;
16
+ };
17
+ "v-model": {
18
+ type: import("vue").PropType<boolean>;
19
+ required: false;
20
+ };
21
+ modelValue: {
22
+ type: import("vue").PropType<boolean>;
23
+ required: false;
24
+ };
25
+ }>>, never>;
26
+ $attrs: {
27
+ [x: string]: unknown;
28
+ };
29
+ $refs: {
30
+ [x: string]: unknown;
31
+ };
32
+ $slots: Readonly<{
33
+ [name: string]: import("vue").Slot<any>;
34
+ }>;
35
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
36
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
37
+ $emit: (event: string, ...args: any[]) => void;
38
+ $el: any;
39
+ $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
40
+ "onUpdate:modelValue": {
41
+ type: import("vue").PropType<(value: boolean) => any>;
42
+ };
43
+ "v-model": {
44
+ type: import("vue").PropType<boolean>;
45
+ required: false;
46
+ };
47
+ modelValue: {
48
+ type: import("vue").PropType<boolean>;
49
+ required: false;
50
+ };
51
+ }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & {
52
+ beforeCreate?: (() => void) | (() => void)[];
53
+ created?: (() => void) | (() => void)[];
54
+ beforeMount?: (() => void) | (() => void)[];
55
+ mounted?: (() => void) | (() => void)[];
56
+ beforeUpdate?: (() => void) | (() => void)[];
57
+ updated?: (() => void) | (() => void)[];
58
+ activated?: (() => void) | (() => void)[];
59
+ deactivated?: (() => void) | (() => void)[];
60
+ beforeDestroy?: (() => void) | (() => void)[];
61
+ beforeUnmount?: (() => void) | (() => void)[];
62
+ destroyed?: (() => void) | (() => void)[];
63
+ unmounted?: (() => void) | (() => void)[];
64
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
65
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
66
+ errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void)[];
67
+ };
68
+ $forceUpdate: () => void;
69
+ $nextTick: typeof import("vue").nextTick;
70
+ $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;
71
+ } & Readonly<import("vue").ExtractPropTypes<{
72
+ "onUpdate:modelValue": {
73
+ type: import("vue").PropType<(value: boolean) => any>;
74
+ };
75
+ "v-model": {
76
+ type: import("vue").PropType<boolean>;
77
+ required: false;
78
+ };
79
+ modelValue: {
80
+ type: import("vue").PropType<boolean>;
81
+ required: false;
82
+ };
83
+ }>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
84
+ __isFragment?: never;
85
+ __isTeleport?: never;
86
+ __isSuspense?: never;
87
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
88
+ "onUpdate:modelValue": {
89
+ type: import("vue").PropType<(value: boolean) => any>;
90
+ };
91
+ "v-model": {
92
+ type: import("vue").PropType<boolean>;
93
+ required: false;
94
+ };
95
+ modelValue: {
96
+ type: import("vue").PropType<boolean>;
97
+ required: false;
98
+ };
99
+ }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
100
+ propsDefinition: Omit<Readonly<{} & {
101
+ "onUpdate:modelValue"?: (value: boolean) => any;
102
+ "v-model"?: boolean;
103
+ modelValue?: boolean;
104
+ }>, never>;
105
+ };
106
+ export default _default;
@@ -0,0 +1 @@
1
+ export declare const ExampleComponents: import("@omnia/fx/ux").DocumentationSpec;
@@ -0,0 +1,46 @@
1
+ declare const _default: {
2
+ new (...args: any[]): {
3
+ $: import("vue").ComponentInternalInstance;
4
+ $data: {};
5
+ $props: Partial<{}> & Omit<{} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{}>>, never>;
6
+ $attrs: {
7
+ [x: string]: unknown;
8
+ };
9
+ $refs: {
10
+ [x: string]: unknown;
11
+ };
12
+ $slots: Readonly<{
13
+ [name: string]: import("vue").Slot<any>;
14
+ }>;
15
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
16
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
17
+ $emit: (event: string, ...args: any[]) => void;
18
+ $el: any;
19
+ $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & {
20
+ beforeCreate?: (() => void) | (() => void)[];
21
+ created?: (() => void) | (() => void)[];
22
+ beforeMount?: (() => void) | (() => void)[];
23
+ mounted?: (() => void) | (() => void)[];
24
+ beforeUpdate?: (() => void) | (() => void)[];
25
+ updated?: (() => void) | (() => void)[];
26
+ activated?: (() => void) | (() => void)[];
27
+ deactivated?: (() => void) | (() => void)[];
28
+ beforeDestroy?: (() => void) | (() => void)[];
29
+ beforeUnmount?: (() => void) | (() => void)[];
30
+ destroyed?: (() => void) | (() => void)[];
31
+ unmounted?: (() => void) | (() => void)[];
32
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
33
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
34
+ errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void)[];
35
+ };
36
+ $forceUpdate: () => void;
37
+ $nextTick: typeof import("vue").nextTick;
38
+ $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;
39
+ } & Readonly<import("vue").ExtractPropTypes<{}>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
40
+ __isFragment?: never;
41
+ __isTeleport?: never;
42
+ __isSuspense?: never;
43
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
44
+ propsDefinition: Omit<Readonly<{} & {}>, never>;
45
+ };
46
+ export default _default;
@@ -0,0 +1 @@
1
+ export declare const spec: import("@omnia/fx/ux").DocumentationSpec;
@@ -1,7 +1,6 @@
1
1
  import { ColorDefinition } from "@omnia/fx-models";
2
2
  export declare const TabsStyles: {
3
3
  itemContainer: (scrollOffset: string) => string;
4
- itemScrollContainer: (scrollOffset: string) => string;
5
4
  dialogWrapper: string;
6
5
  toolbarStyles: (vertical: boolean) => string;
7
6
  dialogContainer: (baseSelected: ColorDefinition, onBaseSelected: ColorDefinition, toned: boolean, vertical: boolean) => string;
@@ -70,8 +70,8 @@ declare const _default: {
70
70
  "onUpdate:modelValue"?: ((value: TimePeriodSettings) => any) & ((value: TimePeriodSettings) => any);
71
71
  readonly "v-model"?: TimePeriodSettings;
72
72
  readonly modelValue?: TimePeriodSettings;
73
- readonly hideDetails?: boolean;
74
73
  readonly min?: number;
74
+ readonly hideDetails?: boolean;
75
75
  readonly "hide-details"?: boolean;
76
76
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
77
77
  "hide-details": {
@@ -543,8 +543,8 @@ declare const _default: {
543
543
  "onUpdate:modelValue"?: (value: TimePeriodSettings) => any;
544
544
  "v-model"?: TimePeriodSettings;
545
545
  modelValue?: TimePeriodSettings;
546
- hideDetails?: boolean;
547
546
  min?: number;
547
+ hideDetails?: boolean;
548
548
  "hide-details"?: boolean;
549
549
  }>, "onUpdate:modelValue"> & {
550
550
  "onUpdate:modelValue"?: (value: TimePeriodSettings) => any;
@@ -215,6 +215,7 @@ import wca19feddcd78b4065b7650162fd088379 from './ux/oxide/snackbar/Snackbar';
215
215
  import wcc26ccc7aeae04f76a062e83c6df302fc from './ux/oxide/spacer/Spacer';
216
216
  import wc7cc2d4feecde4174badc5797ba6fb53e from './ux/oxide/stepper/Stepper';
217
217
  import wca8c8ffd3d8ff46ee969d8fb6b9522104 from './ux/oxide/stepper/StepperStep';
218
+ import wc8b0bddecd5d74fcba7aac87913137ca3 from './ux/oxide/swiper/Swiper';
218
219
  import wc31cc47b19e7d4c40b826f58d1c955a43 from './ux/oxide/switch/Switch';
219
220
  import wc7345c491927b43438d9f5e14f51fbfad from './ux/oxide/tab/Tabs';
220
221
  import wc8669930d609c497e8cde0c554621db88 from './ux/oxide/tab/Tab';
@@ -583,6 +584,7 @@ declare global {
583
584
  "o-spacer": typeof wcc26ccc7aeae04f76a062e83c6df302fc.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcc26ccc7aeae04f76a062e83c6df302fc.propsDefinition>;
584
585
  "o-stepper": typeof wc7cc2d4feecde4174badc5797ba6fb53e.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc7cc2d4feecde4174badc5797ba6fb53e.propsDefinition>;
585
586
  "o-stepper-step": typeof wca8c8ffd3d8ff46ee969d8fb6b9522104.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wca8c8ffd3d8ff46ee969d8fb6b9522104.propsDefinition>;
587
+ "o-swiper": typeof wc8b0bddecd5d74fcba7aac87913137ca3.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc8b0bddecd5d74fcba7aac87913137ca3.propsDefinition>;
586
588
  "o-switch": typeof wc31cc47b19e7d4c40b826f58d1c955a43.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc31cc47b19e7d4c40b826f58d1c955a43.propsDefinition>;
587
589
  "o-tabs": typeof wc7345c491927b43438d9f5e14f51fbfad.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc7345c491927b43438d9f5e14f51fbfad.propsDefinition>;
588
590
  "o-tab": typeof wc8669930d609c497e8cde0c554621db88.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc8669930d609c497e8cde0c554621db88.propsDefinition>;
@@ -1813,6 +1815,11 @@ declare global {
1813
1815
  $props: typeof wca8c8ffd3d8ff46ee969d8fb6b9522104.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wca8c8ffd3d8ff46ee969d8fb6b9522104.propsDefinition>;
1814
1816
  };
1815
1817
  };
1818
+ "OSwiper": {
1819
+ new (...args: any[]): {
1820
+ $props: typeof wc8b0bddecd5d74fcba7aac87913137ca3.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc8b0bddecd5d74fcba7aac87913137ca3.propsDefinition>;
1821
+ };
1822
+ };
1816
1823
  "OSwitch": {
1817
1824
  new (...args: any[]): {
1818
1825
  $props: typeof wc31cc47b19e7d4c40b826f58d1c955a43.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc31cc47b19e7d4c40b826f58d1c955a43.propsDefinition>;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/fx",
3
3
  "license": "MIT",
4
- "version": "8.0.60-dev",
4
+ "version": "8.0.61-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.60-dev",
23
+ "@omnia/fx-models": "8.0.61-dev",
24
24
  "@microsoft/signalr": "6.0.1",
25
25
  "broadcast-channel": "4.8.0",
26
26
  "dayjs": "1.10.7",
@@ -1,20 +0,0 @@
1
- export interface ClickOutOption {
2
- /**
3
- * trigger when clicked outside the current element
4
- */
5
- onClickOut?: () => void;
6
- /**
7
- * provide logic to check clicked outside ot not
8
- */
9
- closeConditional?: (e: HTMLElement) => boolean;
10
- /**
11
- * additional elements were passed to be included in check
12
- */
13
- includeElements?: Array<HTMLElement>;
14
- }
15
- export declare function ClickOutDirective(option?: ClickOutOption): {
16
- name: string;
17
- args: {
18
- closeConditional: (e: any) => boolean;
19
- };
20
- };