@omnia/fx 8.0.317-dev → 8.0.321-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 (61) hide show
  1. package/internal-do-not-import-from-here/core/messaging/InternalTopics.d.ts +0 -4
  2. package/internal-do-not-import-from-here/manifests/omnia.fx.ux.manifest.json +1 -1
  3. package/internal-do-not-import-from-here/stores/mediapicker/ProviderStore.d.ts +3 -3
  4. package/internal-do-not-import-from-here/ux/ComponentTypings.d.ts +4 -1
  5. package/internal-do-not-import-from-here/ux/StyleFlow.d.ts +1 -0
  6. package/internal-do-not-import-from-here/ux/Styles.stylex.d.ts +1 -0
  7. package/internal-do-not-import-from-here/ux/admin/system/submenu/seo/services/SeoService.d.ts +3 -2
  8. package/internal-do-not-import-from-here/ux/admin/system/submenu/seo/store/SeoManagerStore.d.ts +5 -2
  9. package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyBlueprintsViewer.d.ts +3 -1
  10. package/internal-do-not-import-from-here/ux/aurora/components/typography/components/TypographyFillRenderer.d.ts +12 -0
  11. package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +1 -0
  12. package/internal-do-not-import-from-here/ux/aurora/store/ThemeContextStore.d.ts +4 -548
  13. package/internal-do-not-import-from-here/ux/aurora/store/ThemeStorage.d.ts +7 -7
  14. package/internal-do-not-import-from-here/ux/aurora/store/ThemeStore.d.ts +2 -1
  15. package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +1 -0
  16. package/internal-do-not-import-from-here/ux/aurora/styling/styles/Blueprints.d.ts +3 -20
  17. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Header.d.ts +4 -329
  18. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Targeting.d.ts +4 -329
  19. package/internal-do-not-import-from-here/ux/mediapickerV2/imagegrid/ImageGrid.d.ts +6 -62
  20. package/internal-do-not-import-from-here/ux/mediapickerV2/imagegrid/ImageGrid.stylex.d.ts +7 -0
  21. package/internal-do-not-import-from-here/ux/mediapickerproviders/centralimagelocationprovider/CentralImageLocationProvider.d.ts +8 -0
  22. package/internal-do-not-import-from-here/ux/mediapickerproviders/centralimagelocationprovider/CentralImageLocationProvider.stylex.d.ts +8 -0
  23. package/internal-do-not-import-from-here/ux/mediapickerproviders/centralimagelocationprovider/Handler.d.ts +9 -0
  24. package/internal-do-not-import-from-here/ux/mediapickerproviders/centralimagelocationprovider/store/CentralImageLocationProviderStore.d.ts +42 -0
  25. package/internal-do-not-import-from-here/ux/mediapickerproviders/dalleprovider/DallEProvider.d.ts +5 -0
  26. package/internal-do-not-import-from-here/ux/mediapickerproviders/dalleprovider/DallEProvider.stylex.d.ts +6 -0
  27. package/internal-do-not-import-from-here/ux/mediapickerproviders/dalleprovider/PollingImageComponent.d.ts +15 -0
  28. package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/CentralImageLocationProvider.d.ts +3 -2
  29. package/internal-do-not-import-from-here/ux/models/AnimatedGifStyles.d.ts +1 -0
  30. package/internal-do-not-import-from-here/ux/models/SeoInfo.d.ts +6 -1
  31. package/internal-do-not-import-from-here/ux/oxide/hover/Hover.d.ts +14 -0
  32. package/internal-do-not-import-from-here/ux/oxide/skeletonloader/SkeletonLoader.d.ts +2 -2
  33. package/internal-do-not-import-from-here/ux/oxide/skeletonloader/SkeletonLoader.stylex.d.ts +3 -0
  34. package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +3 -2
  35. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Heading/HeadingNode.d.ts +5 -1
  36. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Heading/HeadingToolbar.d.ts +13 -4
  37. package/internal-do-not-import-from-here/ux/signin/identitycreationrequest/ConfirmEmailView.d.ts +4 -0
  38. package/internal-do-not-import-from-here/ux/signin/loc/localize.d.ts +1 -1
  39. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +7 -8
  40. package/internal-do-not-import-from-here/ux/video/VideoPlayer.css.d.ts +46 -0
  41. package/internal-do-not-import-from-here/ux/video/VideoPlayer.d.ts +33 -0
  42. package/internal-do-not-import-from-here/wctypings.d.ts +46 -4
  43. package/package.json +4 -4
  44. package/internal-do-not-import-from-here/ux/mediapickerV2/imagegrid/ImageGrid.css.d.ts +0 -8
  45. package/internal-do-not-import-from-here/ux/mediapickerproviders/centralimagelocationprovider/CentralImageLocationProvider.css.d.ts +0 -0
  46. package/internal-do-not-import-from-here/ux/mediapickerproviders/centralimagelocationprovider/ICentralImageLocationProvider.d.ts +0 -0
  47. package/internal-do-not-import-from-here/ux/mediapickerproviders/dalleprovider/DallEProvider.css.d.ts +0 -0
  48. package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview_oldv2.d.ts +0 -60
  49. package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview_oldv2.stylex.d.ts +0 -5
  50. package/internal-do-not-import-from-here/ux/vuetify/avatar/VAvatar.bundle.d.ts +0 -1
  51. package/internal-do-not-import-from-here/ux/vuetify/badge/VBadge.bundle.d.ts +0 -1
  52. package/internal-do-not-import-from-here/ux/vuetify/button/VButton.bundle.d.ts +0 -1
  53. package/internal-do-not-import-from-here/ux/vuetify/chip/VChip.bundle.d.ts +0 -1
  54. package/internal-do-not-import-from-here/ux/vuetify/hover/VHover.bundle.d.ts +0 -1
  55. package/internal-do-not-import-from-here/ux/vuetify/menu/VMenu.bundle.d.ts +0 -1
  56. package/internal-do-not-import-from-here/ux/vuetify/speeddial/VSpeedDial.bundle.d.ts +0 -1
  57. package/internal-do-not-import-from-here/ux/vuetify/toolbar/Toolbar.bundle.d.ts +0 -1
  58. package/internal-do-not-import-from-here/ux/vuetify/tooltip/VTooltip.bundle.d.ts +0 -1
  59. package/internal-do-not-import-from-here/ux/vuetify/virtualscroll/VirtualScroll.bundle.d.ts +0 -1
  60. /package/internal-do-not-import-from-here/ux/oxide/treeview/{Treeview_old.d.ts → Treeview.d.ts} +0 -0
  61. /package/internal-do-not-import-from-here/ux/oxide/treeview/{Treeview_old.stylex.d.ts → Treeview.stylex.d.ts} +0 -0
@@ -1,16 +1,25 @@
1
+ import { Editor } from "@tiptap/vue-3";
1
2
  declare const _default: {
2
- new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
3
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
4
+ menubar: import("vue").Prop<Editor, Editor>;
5
+ }>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
3
6
  P: {};
4
7
  B: {};
5
8
  D: {};
6
9
  C: {};
7
10
  M: {};
8
11
  Defaults: {};
9
- }, Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, {}>;
12
+ }, Readonly<import("vue").ExtractPropTypes<{
13
+ menubar: import("vue").Prop<Editor, Editor>;
14
+ }>>, () => JSX.Element, {}, {}, {}, {}>;
10
15
  __isFragment?: never;
11
16
  __isTeleport?: never;
12
17
  __isSuspense?: never;
13
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
14
- propsDefinition: Omit<Readonly<{} & {}>, never>;
18
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
19
+ menubar: import("vue").Prop<Editor, Editor>;
20
+ }>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
21
+ propsDefinition: Omit<Readonly<{} & {
22
+ menubar?: Editor;
23
+ }>, never>;
15
24
  };
16
25
  export default _default;
@@ -2,6 +2,7 @@ import { IdentityCreationRequestCreatedResponse } from "@omnia/fx-models";
2
2
  declare const IdentityCreationRequestConfirmEmailView: {
3
3
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
4
4
  identityCreationRequestCreatedResponse: import("vue").Prop<IdentityCreationRequestCreatedResponse, IdentityCreationRequestCreatedResponse>;
5
+ magicLinkExpiration: import("vue").Prop<number, number>;
5
6
  }>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
6
7
  P: {};
7
8
  B: {};
@@ -11,15 +12,18 @@ declare const IdentityCreationRequestConfirmEmailView: {
11
12
  Defaults: {};
12
13
  }, Readonly<import("vue").ExtractPropTypes<{
13
14
  identityCreationRequestCreatedResponse: import("vue").Prop<IdentityCreationRequestCreatedResponse, IdentityCreationRequestCreatedResponse>;
15
+ magicLinkExpiration: import("vue").Prop<number, number>;
14
16
  }>>, () => JSX.Element, {}, {}, {}, {}>;
15
17
  __isFragment?: never;
16
18
  __isTeleport?: never;
17
19
  __isSuspense?: never;
18
20
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
19
21
  identityCreationRequestCreatedResponse: import("vue").Prop<IdentityCreationRequestCreatedResponse, IdentityCreationRequestCreatedResponse>;
22
+ magicLinkExpiration: import("vue").Prop<number, number>;
20
23
  }>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
21
24
  propsDefinition: Omit<Readonly<{} & {
22
25
  identityCreationRequestCreatedResponse?: IdentityCreationRequestCreatedResponse;
26
+ magicLinkExpiration?: number;
23
27
  }>, never>;
24
28
  };
25
29
  export default IdentityCreationRequestConfirmEmailView;
@@ -8,7 +8,7 @@ export declare namespace SignInLocalization {
8
8
  Login: string;
9
9
  SendMagicLink: string;
10
10
  MagicLinkIsValidMessage: string;
11
- MagicLinkValidTimeMessage: string;
11
+ MagicLinkValidTimeInMinutesMessage: string;
12
12
  MagicLinkValidPeriodMessage: string;
13
13
  MagicLinkValidUnit: string;
14
14
  Password: {
@@ -279,17 +279,16 @@ export interface VelcronImageDefinition extends VelcronDefinitionWithEditMode {
279
279
  }
280
280
  export interface VelcronVideoDefinition extends VelcronDefinition {
281
281
  type: "video";
282
- url?: VelcronBindableProp<string>;
283
- bind?: VelcronBindableProp<string>;
282
+ value?: VelcronBindableProp<string>;
284
283
  aspectRatio?: VelcronBindableProp<"16:9" | "4:3" | "1:1">;
285
284
  autoplay?: VelcronBindableProp<boolean>;
286
285
  muted?: VelcronBindableProp<boolean>;
287
- showPlayPause?: boolean;
288
- showProgressBar?: boolean;
289
- showVolumeControl?: boolean;
290
- showMuteButton?: boolean;
291
- showFullscreenButton?: boolean;
292
- showTimeDisplay?: boolean;
286
+ hidePlayPause?: boolean;
287
+ hideProgressBar?: boolean;
288
+ hideVolumeControl?: boolean;
289
+ hideMuteButton?: boolean;
290
+ hideFullscreenButton?: boolean;
291
+ hideTimeDisplay?: boolean;
293
292
  placeholderImage?: VelcronBindableProp<string>;
294
293
  playButtonImage?: VelcronBindableProp<string>;
295
294
  placeholder?: VelcronDefinition;
@@ -0,0 +1,46 @@
1
+ declare const _default: {
2
+ progressBar: {
3
+ position: "absolute";
4
+ left: number;
5
+ width: string;
6
+ zIndex: number;
7
+ transition: "bottom 0.3s ease";
8
+ webkitAppearance: string;
9
+ appearance: "none";
10
+ height: string;
11
+ background: string;
12
+ outline: string;
13
+ opacity: number;
14
+ cursor: "pointer";
15
+ overflow: "visible";
16
+ $nest: {
17
+ "&::-webkit-slider-thumb": {
18
+ webkitAppearance: string;
19
+ appearance: "none";
20
+ width: string;
21
+ height: string;
22
+ background: string;
23
+ cursor: "pointer";
24
+ borderRadius: string;
25
+ transition: "transform 0.3s ease-in-out";
26
+ };
27
+ "&:hover::-webkit-slider-thumb": {
28
+ transform: "scale(3) !important";
29
+ borderRadius: string;
30
+ };
31
+ "&::-moz-range-thumb": {
32
+ width: string;
33
+ height: string;
34
+ background: string;
35
+ cursor: "pointer";
36
+ borderRadius: string;
37
+ transition: "transform 0.2s";
38
+ };
39
+ "&:hover::-moz-range-thumb": {
40
+ transform: "scale(3)";
41
+ borderRadius: string;
42
+ };
43
+ };
44
+ };
45
+ };
46
+ export default _default;
@@ -0,0 +1,33 @@
1
+ import { VelcronDefinition, VelcronRenderContext } from "@omnia/fx-models";
2
+ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
3
+ url: string;
4
+ } & {
5
+ aspectRatio?: "16:9" | "4:3" | "1:1";
6
+ } & {
7
+ autoplay?: boolean;
8
+ } & {
9
+ muted?: boolean;
10
+ } & {
11
+ placeholderImage?: string;
12
+ } & {
13
+ playButtonImage?: string;
14
+ } & {
15
+ placeholder?: VelcronDefinition;
16
+ } & {
17
+ playButton?: VelcronDefinition;
18
+ } & {
19
+ renderContext?: VelcronRenderContext;
20
+ } & {
21
+ hidePlayPause?: boolean;
22
+ } & {
23
+ hideProgressBar?: boolean;
24
+ } & {
25
+ hideVolumeControl?: boolean;
26
+ } & {
27
+ hideMuteButton?: boolean;
28
+ } & {
29
+ hideFullscreenButton?: boolean;
30
+ } & {
31
+ hideTimeDisplay?: boolean;
32
+ }>) => any;
33
+ export default _default;
@@ -136,6 +136,7 @@ import wc32a6ca3074384eb4bcef68e9cd49a334 from './ux/versionedlayout/editor/pane
136
136
  import wcf024796066784669a26452b2da403b70 from './ux/versionedlayout/editor/panels/Panels';
137
137
  import wcc88e2566b07a4680aef7f575f5c5641b from './ux/versionedlayout/controller/VersionedLayoutController';
138
138
  import wc177046bfd171495bbce70d1cd9242fa1 from './ux/versionedlayout/controller/Chrome';
139
+ import wce96730610396417c992037cda2812626 from './ux/video/VideoPlayer';
139
140
  import wcbd6cd82aabef42e7bf60679c7d5fb470 from './ux/wizard/WizardComponent';
140
141
  import wcde36ccd3a3064b0ea8f5865e65521e41 from '../../fx-sp/internal-do-not-import-from-here/ux/appwithspaliasinput/AppWithSharePointAliasInput';
141
142
  import wc28d15a1179a04eaa9f2e82abe15f7177 from '../../fx-sp/internal-do-not-import-from-here/ux/filterengine/TaxonomyPropertyRenderer';
@@ -241,6 +242,8 @@ import wce20801d61d544a75a1ce7a65cb30cac6 from './ux/mediapickerproviders/Micros
241
242
  import wc9275faf9638c486b9eef0c7c38fcf12c from './ux/mediapickerproviders/Vimeo/VimeoProvider';
242
243
  import wce748b3103fe44732b8993513d863035b from './ux/mediapickerproviders/Youtube/YouTubeProvider';
243
244
  import wcfc7e793328e64088ab1b37b8f89e8693 from './ux/mediapickerproviders/bingprovider-v2/BingProvider';
245
+ import wc3cdfbb7475f34a10a9f17b63978d238b from './ux/mediapickerproviders/centralimagelocationprovider/CentralImageLocationProvider';
246
+ import wc9ece4ebd690f43b795d53f72bcc590d1 from './ux/mediapickerproviders/dalleprovider/DallEProvider';
244
247
  import wce4c4594d528545a29edf1dca20f92d69 from './ux/mediapickerproviders/mediaflow/MediaflowProvider';
245
248
  import wc29de17877bbb49b1961e75210d865a1b from './ux/mediapickerproviders/mediaflow/MediaflowVideoPlayer';
246
249
  import wc781b7e9953cf4f5b9a402cad1a0cc654 from './ux/mediapickerproviders/mycomputerprovider/MyComputerProvider';
@@ -275,6 +278,7 @@ import wc1691e25d963243f9b78a548fe8d2e8a7 from './ux/oxide/flex/Flex';
275
278
  import wcee11b15d9e30495fb46b0c84244110c2 from './ux/oxide/flex/Row';
276
279
  import wc02b49401a3554f3db9fc158e52535ac3 from './ux/oxide/form/Form';
277
280
  import wc8beba318c75e49aab203190ba1953c71 from './ux/oxide/hostprovider/HostProvider';
281
+ import wc37d58e7e8b1c4ac88448316c587d3fe0 from './ux/oxide/hover/Hover';
278
282
  import wcdf79ba95ee5d40139e7935297b7d1e87 from './ux/oxide/icon/Icon';
279
283
  import wc1a821ca3b97a4b78bf235864addd38ca from './ux/oxide/image/Image';
280
284
  import wcfb478d201092422aa2106afa9758300f from './ux/oxide/infinite-scroll/InfiniteScroll';
@@ -304,7 +308,7 @@ import wcd5ff31018df44196a5c6ab219bab4c25 from './ux/oxide/slidepanel/Slide';
304
308
  import wcd108fdde5ca942d7ae92195eb74b5452 from './ux/oxide/slider/Slider';
305
309
  import wca19feddcd78b4065b7650162fd088379 from './ux/oxide/snackbar/Snackbar';
306
310
  import wcc26ccc7aeae04f76a062e83c6df302fc from './ux/oxide/spacer/Spacer';
307
- import wc46496f768c2040ce9bbbe4552f33200c from './ux/oxide/speeddial/SpeedDial';
311
+ import wc61d4ecaae72546b1bd94bdf74e2a9dcc from './ux/oxide/speeddial/SpeedDial';
308
312
  import wc6b7f04ba8fc4487ea496dd8e42b55dbd from './ux/oxide/splitpane/Splitpane';
309
313
  import wc170e15fd849e41568ed9b48f88711527 from './ux/oxide/splitpane/SplitpaneItem';
310
314
  import wc7cc2d4feecde4174badc5797ba6fb53e from './ux/oxide/stepper/Stepper';
@@ -320,7 +324,7 @@ import wc7b2cf06ba1cf47f7adcc6d8a1a0117f0 from './ux/oxide/timepicker/TimePicker
320
324
  import wc575bd9ad6c0d4fc9ab53fbd1b93786c4 from './ux/oxide/toolbar/Toolbar';
321
325
  import wc19adb19938604f41b10f3a00eb3eb534 from './ux/oxide/tooltip/Tooltip';
322
326
  import wc943114ca0d5c4f48a881eb6e047daf4d from './ux/oxide/treeview/OTreeViewV3';
323
- import wcc617a9d7e25249929c41becb55905973 from './ux/oxide/treeview/Treeview_old';
327
+ import wcc617a9d7e25249929c41becb55905973 from './ux/oxide/treeview/Treeview';
324
328
  import wc1e7fa637f4914cbeb9ceb6d577fec150 from './ux/oxide/validation/Validation';
325
329
  import wc87d2f5f7fa15440ba71dbb642b0dcf38 from './ux/post/templates/PostTemplate';
326
330
  import wc8270a3e368484538870b0bc4a6654234 from './ux/properties/block/PropertyBlock';
@@ -1645,6 +1649,28 @@ declare global {
1645
1649
  };
1646
1650
  } : typeof wcfc7e793328e64088ab1b37b8f89e8693;
1647
1651
  };
1652
+ "central": {
1653
+ "image": {
1654
+ "location": {
1655
+ "provider": typeof wc3cdfbb7475f34a10a9f17b63978d238b extends {
1656
+ propsDefinition: infer TProp;
1657
+ } ? {
1658
+ new (...args: any[]): {
1659
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
1660
+ };
1661
+ } : typeof wc3cdfbb7475f34a10a9f17b63978d238b;
1662
+ };
1663
+ };
1664
+ };
1665
+ "dalle": {
1666
+ "provider": typeof wc9ece4ebd690f43b795d53f72bcc590d1 extends {
1667
+ propsDefinition: infer TProp;
1668
+ } ? {
1669
+ new (...args: any[]): {
1670
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
1671
+ };
1672
+ } : typeof wc9ece4ebd690f43b795d53f72bcc590d1;
1673
+ };
1648
1674
  "mediaflow": {
1649
1675
  "provider": typeof wce4c4594d528545a29edf1dca20f92d69 extends {
1650
1676
  propsDefinition: infer TProp;
@@ -2337,6 +2363,15 @@ declare global {
2337
2363
  };
2338
2364
  } : typeof wc32a6ca3074384eb4bcef68e9cd49a334;
2339
2365
  };
2366
+ "video": {
2367
+ "player": typeof wce96730610396417c992037cda2812626 extends {
2368
+ propsDefinition: infer TProp;
2369
+ } ? {
2370
+ new (...args: any[]): {
2371
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
2372
+ };
2373
+ } : typeof wce96730610396417c992037cda2812626;
2374
+ };
2340
2375
  "wizard": typeof wcbd6cd82aabef42e7bf60679c7d5fb470 extends {
2341
2376
  propsDefinition: infer TProp;
2342
2377
  } ? {
@@ -4905,6 +4940,13 @@ declare global {
4905
4940
  };
4906
4941
  } : typeof wc8beba318c75e49aab203190ba1953c71;
4907
4942
  };
4943
+ "hover": typeof wc37d58e7e8b1c4ac88448316c587d3fe0 extends {
4944
+ propsDefinition: infer TProp;
4945
+ } ? {
4946
+ new (...args: any[]): {
4947
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
4948
+ };
4949
+ } : typeof wc37d58e7e8b1c4ac88448316c587d3fe0;
4908
4950
  "icon": typeof wcdf79ba95ee5d40139e7935297b7d1e87 extends {
4909
4951
  propsDefinition: infer TProp;
4910
4952
  } ? {
@@ -5127,13 +5169,13 @@ declare global {
5127
5169
  };
5128
5170
  } : typeof wcc26ccc7aeae04f76a062e83c6df302fc;
5129
5171
  "speed": {
5130
- "dial": typeof wc46496f768c2040ce9bbbe4552f33200c extends {
5172
+ "dial": typeof wc61d4ecaae72546b1bd94bdf74e2a9dcc extends {
5131
5173
  propsDefinition: infer TProp;
5132
5174
  } ? {
5133
5175
  new (...args: any[]): {
5134
5176
  $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
5135
5177
  };
5136
- } : typeof wc46496f768c2040ce9bbbe4552f33200c;
5178
+ } : typeof wc61d4ecaae72546b1bd94bdf74e2a9dcc;
5137
5179
  };
5138
5180
  "splitpane": {
5139
5181
  "item": typeof wc170e15fd849e41568ed9b48f88711527 extends {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/fx",
3
3
  "license": "MIT",
4
- "version": "8.0.317-dev",
4
+ "version": "8.0.321-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,13 +20,13 @@
20
20
  ],
21
21
  "author": "Precio Fishbone",
22
22
  "dependencies": {
23
- "@omnia/fx-models": "8.0.317-dev",
23
+ "@omnia/fx-models": "8.0.321-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.5.12",
29
- "vuetify": "3.7.4",
28
+ "vue": "3.5.13",
29
+ "vuetify": "3.7.2",
30
30
  "tslib": "2.6.2",
31
31
  "typescript": "5.6.2",
32
32
  "@tiptap/vue-3": "2.1.13",
@@ -1,8 +0,0 @@
1
- export declare const ImageGridStyles: {
2
- overlay: string;
3
- row: string;
4
- backgroundColor: string;
5
- imageWrapper: string;
6
- image: string;
7
- defaultOverlay: string;
8
- };
@@ -1,60 +0,0 @@
1
- import { IIcon, Spacing, SpacingValue } from "@omnia/fx-models";
2
- import { DefineSlot, DefineEmit } from "@omnia/fx/ux";
3
- import { VNodeChild } from "vue";
4
- export interface TextFieldModel {
5
- text: String;
6
- }
7
- export interface TreeViewPagingModel {
8
- currentPaging: number;
9
- totalPaging: number;
10
- startPagingIndex: number;
11
- endPagingIndex: number;
12
- }
13
- declare const _default: <T extends Object>(props: import("@omnia/fx/ux").ConstructComponentProps<{
14
- colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | import("@omnia/fx-models").ColorSchemaTypes;
15
- } & {
16
- container?: boolean;
17
- } & {
18
- colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
19
- } & {
20
- "emit:update:modelValue": (value: T[]) => void;
21
- } & {
22
- "v-model"?: T[];
23
- } & {
24
- modelValue?: T[];
25
- } & {
26
- "emit:update:expanded": (value: T[]) => void;
27
- } & {
28
- "v-model:expanded"?: T[];
29
- } & {
30
- expanded?: T[];
31
- } & {
32
- items?: T[];
33
- } & {
34
- expandOnSelection?: boolean;
35
- } & {
36
- multiple?: boolean;
37
- } & {
38
- openAll?: boolean;
39
- } & {
40
- batchChildrensDisplay?: number;
41
- } & {
42
- itemTitle?: string | ((item: T) => string);
43
- } & {
44
- itemIcon?: string | ((item: T) => IIcon);
45
- } & {
46
- itemValue?: string | ((item: T) => string);
47
- } & {
48
- itemChildren?: string;
49
- } & {
50
- loadChildren?: (selectedNode: T) => void | Promise<void>;
51
- } & {
52
- onMoveNode?: (item: T, currentPosition: number, newPosition: number) => void | Promise<void>;
53
- } & {
54
- checkNodeToMove?: (item: T) => boolean;
55
- } & {
56
- padding?: Spacing | SpacingValue;
57
- } & {
58
- indentation?: SpacingValue;
59
- } & DefineSlot<"appendInnerItem", (item: T, index: Number) => VNodeChild, "Define a custom item action appearance."> & DefineSlot<"itemToolTip", (item: T) => VNodeChild, "Define tooltip for treeview icon"> & DefineEmit<"update:active", (items: T[]) => void>>) => any;
60
- export default _default;
@@ -1,5 +0,0 @@
1
- import { Spacing } from "@omnia/fx-models";
2
- export declare const treeViewStylex: {
3
- wrapper: (backgroundColor: string, color: string, iconColor: string, hoverColor: string) => Readonly<import("../../Styles.stylex").StylexValue>;
4
- paddingWrapper: (padding: Spacing) => Readonly<import("../../Styles.stylex").StylexValue>;
5
- };