@omnia/fx 8.0.212-dev → 8.0.214-dev

Sign up to get free protection for your applications and to get access to all the features.
Files changed (49) hide show
  1. package/internal-do-not-import-from-here/core/messaging/InternalTopics.d.ts +0 -3
  2. package/internal-do-not-import-from-here/core/utils/EnterprisePropertyHandler.d.ts +9 -0
  3. package/internal-do-not-import-from-here/manifests/omnia.fx.ux.manifest.json +1 -1
  4. package/internal-do-not-import-from-here/manifests/omnia.vendor.manifest.json +1 -1
  5. package/internal-do-not-import-from-here/runtime/core/InternalWebComponentBootstrapper.d.ts +10 -1
  6. package/internal-do-not-import-from-here/runtime/core/ManifestResourceLoader.d.ts +1 -0
  7. package/internal-do-not-import-from-here/runtime/workers/ResolveRules.d.ts +1 -0
  8. package/internal-do-not-import-from-here/services/identities/DynamicGroupService.d.ts +3 -3
  9. package/internal-do-not-import-from-here/stores/DynamicGroupStore.d.ts +1 -0
  10. package/internal-do-not-import-from-here/stores/IdentityStore.d.ts +0 -5
  11. package/internal-do-not-import-from-here/stores/UserTypeIdentityStore.d.ts +0 -1
  12. package/internal-do-not-import-from-here/ux/Styles.stylex.d.ts +24 -0
  13. package/internal-do-not-import-from-here/ux/admin/system/loc/localize.d.ts +1 -0
  14. package/internal-do-not-import-from-here/ux/admin/system/submenu/auditlogs/blades/ListingBlade.d.ts +5 -0
  15. package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +84 -0
  16. package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +84 -0
  17. package/internal-do-not-import-from-here/ux/aurora/styling/UseStyling.d.ts +1 -0
  18. package/internal-do-not-import-from-here/ux/aurora/styling/styles/Blueprints.d.ts +2 -1
  19. package/internal-do-not-import-from-here/ux/authsetup/AuthSetup.d.ts +46 -15
  20. package/internal-do-not-import-from-here/ux/enterpriseproperties/display/datetimefield/DatetimeFieldDisplay.d.ts +75 -26
  21. package/internal-do-not-import-from-here/ux/enterpriseproperties/display/datetimefield/IDatetimeFieldDisplay.d.ts +0 -12
  22. package/internal-do-not-import-from-here/ux/features/loc/localize.d.ts +1 -0
  23. package/internal-do-not-import-from-here/ux/features/stores/FeatureJourneyStore.d.ts +2 -0
  24. package/internal-do-not-import-from-here/ux/layoutcanvas/stores/LayoutCanvasStore.d.ts +1 -0
  25. package/internal-do-not-import-from-here/ux/magiclink/MagicLinkSuccess.d.ts +46 -15
  26. package/internal-do-not-import-from-here/ux/magiclink/Shared.d.ts +4 -1
  27. package/internal-do-not-import-from-here/ux/magiclink/loc/localize.d.ts +2 -0
  28. package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.css.d.ts +2 -0
  29. package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +13 -0
  30. package/internal-do-not-import-from-here/ux/oxide/chip/Chip.d.ts +14 -1
  31. package/internal-do-not-import-from-here/ux/oxide/colorpicker/ColorPicker.d.ts +49 -36
  32. package/internal-do-not-import-from-here/ux/oxide/icon/Icon.stylex.d.ts +9 -0
  33. package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/store/ScrollContainerStore.d.ts +1 -0
  34. package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +13 -0
  35. package/internal-do-not-import-from-here/ux/oxide/text/Text.stylex.d.ts +13 -0
  36. package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.stylex.d.ts +21 -0
  37. package/internal-do-not-import-from-here/ux/signin/omnia/providers/AuthProviders.d.ts +2 -0
  38. package/internal-do-not-import-from-here/ux/signin/omnia/providers/PasswordProvider.d.ts +56 -32
  39. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +4 -3
  40. package/internal-do-not-import-from-here/ux/velcron/editor/components/EditorCanvas.css.d.ts +3 -0
  41. package/internal-do-not-import-from-here/ux/velcron/editor/components/panels/edit-component/PropertiesPanel.d.ts +50 -15
  42. package/internal-do-not-import-from-here/ux/velcron/editor/models/ComponentPropertyDescriptorTemplates.d.ts +21 -0
  43. package/internal-do-not-import-from-here/ux/velcron/editor/models/ComponentePropertiesGroupDescriptorTemplates.d.ts +8 -0
  44. package/internal-do-not-import-from-here/ux/velcron/editor/models/VelcronDescriptors.d.ts +7 -2
  45. package/internal-do-not-import-from-here/wctypings.d.ts +13 -0
  46. package/package.json +3 -3
  47. package/internal-do-not-import-from-here/ux/oxide/icon/Icon.css.d.ts +0 -4
  48. package/internal-do-not-import-from-here/ux/oxide/text/Text.css.d.ts +0 -7
  49. package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.css.d.ts +0 -15
@@ -0,0 +1,21 @@
1
+ import { VelcronComponentPropertyDescriptor } from "./VelcronDescriptors";
2
+ export declare const ComponentPropertyDescriptorTemplates: {
3
+ containerBlueprint: VelcronComponentPropertyDescriptor;
4
+ margin: VelcronComponentPropertyDescriptor;
5
+ padding: VelcronComponentPropertyDescriptor;
6
+ position: VelcronComponentPropertyDescriptor;
7
+ overflow: VelcronComponentPropertyDescriptor;
8
+ overflowX: VelcronComponentPropertyDescriptor;
9
+ overflowY: VelcronComponentPropertyDescriptor;
10
+ wrap: VelcronComponentPropertyDescriptor;
11
+ gapX: VelcronComponentPropertyDescriptor;
12
+ gapY: VelcronComponentPropertyDescriptor;
13
+ alignX: VelcronComponentPropertyDescriptor;
14
+ alignY: VelcronComponentPropertyDescriptor;
15
+ grow: VelcronComponentPropertyDescriptor;
16
+ width: VelcronComponentPropertyDescriptor;
17
+ minWidth: VelcronComponentPropertyDescriptor;
18
+ height: VelcronComponentPropertyDescriptor;
19
+ minHeight: VelcronComponentPropertyDescriptor;
20
+ body: VelcronComponentPropertyDescriptor;
21
+ };
@@ -0,0 +1,8 @@
1
+ import { VelcronComponentArrayPropertyDescriptor, VelcronComponentPropertyDescriptor, VelcronComponentPropertyDescriptorGroup } from "./VelcronDescriptors";
2
+ export declare const ComponentPropertiesDescriptorGroupTemplates: {
3
+ spacing: (properties: Array<VelcronComponentPropertyDescriptor | VelcronComponentArrayPropertyDescriptor>) => VelcronComponentPropertyDescriptorGroup;
4
+ settings: (properties: Array<VelcronComponentPropertyDescriptor | VelcronComponentArrayPropertyDescriptor>) => VelcronComponentPropertyDescriptorGroup;
5
+ style: (properties: Array<VelcronComponentPropertyDescriptor | VelcronComponentArrayPropertyDescriptor>) => VelcronComponentPropertyDescriptorGroup;
6
+ size: (properties: Array<VelcronComponentPropertyDescriptor | VelcronComponentArrayPropertyDescriptor>) => VelcronComponentPropertyDescriptorGroup;
7
+ layout: (properties: Array<VelcronComponentPropertyDescriptor | VelcronComponentArrayPropertyDescriptor>) => VelcronComponentPropertyDescriptorGroup;
8
+ };
@@ -1,4 +1,4 @@
1
- import { IIcon, VelcronDefinition, VelcronEditor } from "@omnia/fx-models";
1
+ import { IFontAwesomeIcon, IIcon, VelcronDefinition, VelcronEditor } from "@omnia/fx-models";
2
2
  import { VelcronDataTypes } from "../../core/models/Enums";
3
3
  import { VelcroncomponentArrayType, VelcronObjectType, VelcronPrimitiveType } from "../../core/models/VelcronTypes";
4
4
  import { VelcronDescriptorTypes } from "./Enums";
@@ -14,10 +14,15 @@ export interface VelcronComponentTemplateDescriptor extends VelcronDescriptor {
14
14
  state?: object;
15
15
  editors?: Array<VelcronEditor>;
16
16
  }
17
+ export interface VelcronComponentPropertyDescriptorGroup {
18
+ name: string;
19
+ icon: IFontAwesomeIcon;
20
+ properties?: Array<VelcronComponentPropertyDescriptor | VelcronComponentArrayPropertyDescriptor>;
21
+ }
17
22
  export interface VelcronComponentDescriptor extends VelcronDescriptor {
18
23
  descriptorType: VelcronDescriptorTypes.component;
19
24
  type: string;
20
- properties?: Array<VelcronComponentPropertyDescriptor | VelcronComponentArrayPropertyDescriptor>;
25
+ groups?: Array<VelcronComponentPropertyDescriptorGroup>;
21
26
  events?: Array<VelcronComponentEventDescriptor>;
22
27
  }
23
28
  export interface VelcronSubComponentDescriptor extends VelcronDescriptor {
@@ -329,6 +329,7 @@ import wc99a73153b5c647da9d6de517f51e53f0 from './ux/aurora/components/typograph
329
329
  import wc2f742a14a560434abb899360a69c314b from './ux/aurora/components/typography/TypographyBlueprintsViewer';
330
330
  import wc6bcccc7dd1c74fe591a660641ac62cd7 from './ux/aurora/components/viewtemplatepicker/ViewTemplatePicker';
331
331
  import wc4fc2b52f62484d5caced1c31f7ead58b from './ux/enterpriseproperties/display/datafield/DataFieldDisplay';
332
+ import wc8bb3a534205140f58cea8130e5b10715 from './ux/enterpriseproperties/display/datetimefield/DatetimeFieldDisplay';
332
333
  import wc08f6ee02c5d94b648f630ec352fdd94c from './ux/enterpriseproperties/display/personfield/PersonFieldDisplay';
333
334
  import wcbb27e780de41442fa9cab8cef6c71100 from './ux/enterpriseproperties/edit/datafield/DataFieldEdit';
334
335
  import wc4a5ec32ee02846e7b89b47a710a0268a from './ux/enterpriseproperties/edit/personfield/PersonFieldEdit';
@@ -1466,6 +1467,9 @@ declare global {
1466
1467
  "omfx-enterpriseproperties-datafield-display": typeof wc4fc2b52f62484d5caced1c31f7ead58b extends {
1467
1468
  propsDefinition: infer TProp;
1468
1469
  } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc4fc2b52f62484d5caced1c31f7ead58b extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc4fc2b52f62484d5caced1c31f7ead58b>, "propsDefinition">> : never;
1470
+ "omfx-enterpriseproperties-datetimefield-display": typeof wc8bb3a534205140f58cea8130e5b10715 extends {
1471
+ propsDefinition: infer TProp;
1472
+ } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc8bb3a534205140f58cea8130e5b10715 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc8bb3a534205140f58cea8130e5b10715>, "propsDefinition">> : never;
1469
1473
  "omfx-enterpriseproperties-personfield-display": typeof wc08f6ee02c5d94b648f630ec352fdd94c extends {
1470
1474
  propsDefinition: infer TProp;
1471
1475
  } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc08f6ee02c5d94b648f630ec352fdd94c extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc08f6ee02c5d94b648f630ec352fdd94c>, "propsDefinition">> : never;
@@ -5035,6 +5039,15 @@ declare global {
5035
5039
  };
5036
5040
  } : typeof wcbb27e780de41442fa9cab8cef6c71100;
5037
5041
  };
5042
+ "datetimefield": {
5043
+ "display": typeof wc8bb3a534205140f58cea8130e5b10715 extends {
5044
+ propsDefinition: infer TProp;
5045
+ } ? {
5046
+ new (...args: any[]): {
5047
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
5048
+ };
5049
+ } : typeof wc8bb3a534205140f58cea8130e5b10715;
5050
+ };
5038
5051
  "personfield": {
5039
5052
  "display": typeof wc08f6ee02c5d94b648f630ec352fdd94c extends {
5040
5053
  propsDefinition: infer TProp;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/fx",
3
3
  "license": "MIT",
4
- "version": "8.0.212-dev",
4
+ "version": "8.0.214-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.212-dev",
23
+ "@omnia/fx-models": "8.0.214-dev",
24
24
  "@microsoft/signalr": "6.0.1",
25
25
  "broadcast-channel": "4.8.0",
26
26
  "dayjs": "1.11.7",
@@ -35,7 +35,7 @@
35
35
  "@tiptap/starter-kit": "2.1.13",
36
36
  "axios": "0.24.0",
37
37
  "mousetrap": "1.6.1",
38
- "@stylexjs/stylex": "0.3.0"
38
+ "@stylexjs/stylex": "0.6.1"
39
39
  },
40
40
  "devDependencies": {},
41
41
  "typings": "./index.d.ts",
@@ -1,4 +0,0 @@
1
- import { OIconVariants, OIconSizes } from "@omnia/fx-models";
2
- export declare const IconStyles: {
3
- wrapper: (size: OIconSizes, variant: OIconVariants) => string;
4
- };
@@ -1,7 +0,0 @@
1
- /**
2
- * Styles for the CommandPalette component
3
- */
4
- export declare const TextStyles: {
5
- general: string;
6
- truncateText: (lines: number) => string;
7
- };
@@ -1,15 +0,0 @@
1
- import { ColorDefinition, Spacing, SpacingValue } from "@omnia/fx-models";
2
- type PaddingSettings = {
3
- padding: Spacing | SpacingValue;
4
- indentation: number | SpacingValue;
5
- level: number;
6
- };
7
- export declare const TreeViewStyles: {
8
- containerWrapper: (color: ColorDefinition, selected: boolean) => string;
9
- titleWrapper: (color: ColorDefinition, selected: boolean) => string;
10
- expandedAnimation: string;
11
- expandedIcon: string;
12
- collapsedIcon: string;
13
- padding: ({ padding, indentation, level }: PaddingSettings) => string;
14
- };
15
- export {};