@omnia/fx 8.0.342-dev → 8.0.344-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 (43) hide show
  1. package/internal-do-not-import-from-here/ux/Exposes.d.ts +0 -1
  2. package/internal-do-not-import-from-here/ux/StyleFlow.d.ts +1 -0
  3. package/internal-do-not-import-from-here/ux/Styles.stylex.d.ts +1 -0
  4. package/internal-do-not-import-from-here/ux/admin/system/submenu/seo/loc/localize.d.ts +1 -0
  5. package/internal-do-not-import-from-here/ux/admin/system/submenu/seo/services/SeoService.d.ts +1 -1
  6. package/internal-do-not-import-from-here/ux/admin/system/submenu/seo/store/SeoManagerStore.d.ts +2 -2
  7. package/internal-do-not-import-from-here/ux/aurora/components/buttonstyle/ButtonStylePicker.d.ts +4 -0
  8. package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPicker.css.d.ts +0 -1
  9. package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaPicker.css.d.ts +0 -1
  10. package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaPicker.d.ts +20 -0
  11. package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaViewer.d.ts +1 -1
  12. package/internal-do-not-import-from-here/ux/aurora/components/textstylepicker/TextStylePicker.css.d.ts +2 -1
  13. package/internal-do-not-import-from-here/ux/aurora/components/themepreview/ComponentPreview_bak.d.ts +15 -0
  14. package/internal-do-not-import-from-here/ux/aurora/components/themepreview/ThemePreview.d.ts +15 -0
  15. package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyPicker.css.d.ts +0 -1
  16. package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyPicker.d.ts +2 -0
  17. package/internal-do-not-import-from-here/ux/docs/Docs.d.ts +11 -0
  18. package/internal-do-not-import-from-here/ux/docs/designpatterns/PatternDesicriptions.d.ts +3 -0
  19. package/internal-do-not-import-from-here/ux/docs/designpatterns/SelectionWithBlades.d.ts +2 -0
  20. package/internal-do-not-import-from-here/ux/docs/designpatterns/index.d.ts +1 -0
  21. package/internal-do-not-import-from-here/ux/docs/imports.d.ts +1 -0
  22. package/internal-do-not-import-from-here/ux/docs/theming/components/index.md.d.ts +1 -0
  23. package/internal-do-not-import-from-here/ux/docs/theming/index.d.ts +1 -0
  24. package/internal-do-not-import-from-here/ux/enterpriseglossary/componentbase/EnterpriseGlossaryTermComponentBase.d.ts +2 -0
  25. package/internal-do-not-import-from-here/ux/html/HtmlRenderer.d.ts +3 -9
  26. package/internal-do-not-import-from-here/ux/identities/IdentityRenderer.d.ts +5 -0
  27. package/internal-do-not-import-from-here/ux/letteravatar/LetterAvatar.d.ts +5 -19
  28. package/internal-do-not-import-from-here/ux/models/SeoInfo.d.ts +1 -0
  29. package/internal-do-not-import-from-here/ux/oxide/form/Form.d.ts +1 -1
  30. package/internal-do-not-import-from-here/ux/oxide/picker/Picker.d.ts +2 -3
  31. package/internal-do-not-import-from-here/ux/oxide/picker/Picker.stylex.d.ts +2 -0
  32. package/internal-do-not-import-from-here/ux/oxide/picker/PickerSelection.d.ts +5 -0
  33. package/internal-do-not-import-from-here/ux/oxide/picker/models/SharedSettings.d.ts +3 -0
  34. package/internal-do-not-import-from-here/ux/oxide/snackbar/Snackbar.d.ts +1 -1
  35. package/internal-do-not-import-from-here/ux/user/UserTokenProvider.d.ts +4 -0
  36. package/internal-do-not-import-from-here/ux/user/loc/localize.d.ts +3 -0
  37. package/internal-do-not-import-from-here/wctypings.d.ts +49 -9
  38. package/package.json +2 -2
  39. package/internal-do-not-import-from-here/ux/letteravatar/ILetterAvatar.d.ts +0 -23
  40. package/internal-do-not-import-from-here/ux/letteravatar/LetterAvatar.css.d.ts +0 -1
  41. package/internal-do-not-import-from-here/ux/letteravatar/index.d.ts +0 -1
  42. /package/internal-do-not-import-from-here/ux/aurora/components/{colorpickerV2/ColorPicker copy.d.ts → demo/DemoBlock.d.ts} +0 -0
  43. /package/internal-do-not-import-from-here/ux/aurora/components/{themepicker/ThemeViewer.d.ts → themepreview/ComponentPreview.d.ts} +0 -0
@@ -18,7 +18,6 @@ export * from "./enterpriseproperties";
18
18
  export * from "./errormessage";
19
19
  export * from "./features";
20
20
  export * from "./languagepicker";
21
- export * from "./letteravatar";
22
21
  export * from "./models";
23
22
  export * from "./multilingualinput";
24
23
  export * from "./permissioninput";
@@ -112,6 +112,7 @@ export declare namespace StyleFlow {
112
112
  gridTemplateColumns(gridTemplateColumns: string | number): import("./Styles.stylex").StylexValue;
113
113
  objectFit(objectFit: string): import("./Styles.stylex").StylexValue;
114
114
  hover: {
115
+ opacity: (opacity: string, important?: boolean) => import("./Styles.stylex").StylexValue;
115
116
  cursor: (cursor: string, important?: boolean) => import("./Styles.stylex").StylexValue;
116
117
  transform: (transform: string) => import("./Styles.stylex").StylexValue;
117
118
  background: (background: string) => import("./Styles.stylex").StylexValue;
@@ -102,6 +102,7 @@ export declare const cssRules: {
102
102
  gridTemplateColumns(gridTemplateColumns: string | number): StylexValue;
103
103
  objectFit(objectFit: string): StylexValue;
104
104
  hover: {
105
+ opacity: (opacity: string, important?: boolean) => StylexValue;
105
106
  cursor: (cursor: string, important?: boolean) => StylexValue;
106
107
  transform: (transform: string) => StylexValue;
107
108
  background: (background: string) => StylexValue;
@@ -8,6 +8,7 @@ export declare namespace OmniaSEOManagerLocalize {
8
8
  SnapshotDuration: string;
9
9
  LastCrawlAt: string;
10
10
  Path: string;
11
+ Size: string;
11
12
  };
12
13
  ReCrawl: string;
13
14
  TriggerCrawlSuccess: string;
@@ -4,5 +4,5 @@ import { SeoBasicInfo, SeoDetail } from "@omnia/fx/ux";
4
4
  export declare function useSeoService(): {
5
5
  fetchAll: (itemQuery: ItemQuery) => Promise<ItemQueryResult<SeoBasicInfo>>;
6
6
  getNewSnapShot: (path: string) => Promise<void>;
7
- getDetail: (path: string) => Promise<ApiResponse<SeoDetail>>;
7
+ getDetail: (path: string) => Promise<ApiResponse<SeoDetail[]>>;
8
8
  };
@@ -8,7 +8,7 @@ export declare const useSEOManager: () => {
8
8
  get: {
9
9
  readonly snapshotInfos: SeoBasicInfo[];
10
10
  readonly snapshotInfo: SeoBasicInfo;
11
- readonly snapshotDetail: SeoDetail;
11
+ readonly snapshotDetail: SeoDetail[];
12
12
  readonly dateFormat: string;
13
13
  readonly regionalSettings: TenantRegionalSettings;
14
14
  readonly itemLimit: number;
@@ -25,7 +25,7 @@ export declare const useSEOManager: () => {
25
25
  * Trigger omnia to try to get new snapshot of this page
26
26
  */
27
27
  forceGetNewSnapshot(snapshotInfo: SeoBasicInfo): Promise<void>;
28
- getSeoDetailAsync(path: string): Promise<SeoDetail>;
28
+ getSeoDetailAsync(path: string): Promise<SeoDetail[]>;
29
29
  ensureLoadSnapshotDetail(): Promise<void>;
30
30
  }>;
31
31
  } & {
@@ -7,6 +7,10 @@ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
7
7
  modelValue?: ButtonBlueprint | ButtonBlueprintVariant;
8
8
  } & {
9
9
  label?: string;
10
+ } & {
11
+ placeholder?: string;
12
+ } & {
13
+ toned?: boolean;
10
14
  } & {
11
15
  customStyling?: boolean;
12
16
  } & {
@@ -1,5 +1,4 @@
1
1
  export declare const ColorPickerStyles: {
2
- selector: (dark: boolean) => string;
3
2
  transparentBackground: string;
4
3
  separator: (dark: boolean) => string;
5
4
  sliderBackground: (backgroundColor: string) => string;
@@ -1,4 +1,3 @@
1
1
  export declare const ColorSchemaPickerStyles: {
2
2
  viewWrapper: string;
3
- selector: (dark: boolean) => string;
4
3
  };
@@ -15,6 +15,9 @@ declare const _default: {
15
15
  title: {
16
16
  type: import("vue").PropType<string>;
17
17
  };
18
+ placeholder: {
19
+ type: import("vue").PropType<string>;
20
+ };
18
21
  label: {
19
22
  type: import("vue").PropType<string>;
20
23
  };
@@ -96,6 +99,9 @@ declare const _default: {
96
99
  enableDynamicColor: {
97
100
  type: import("vue").PropType<boolean>;
98
101
  };
102
+ toned: {
103
+ type: import("vue").PropType<boolean>;
104
+ };
99
105
  customSchema: {
100
106
  type: import("vue").PropType<boolean>;
101
107
  };
@@ -145,6 +151,9 @@ declare const _default: {
145
151
  title: {
146
152
  type: import("vue").PropType<string>;
147
153
  };
154
+ placeholder: {
155
+ type: import("vue").PropType<string>;
156
+ };
148
157
  label: {
149
158
  type: import("vue").PropType<string>;
150
159
  };
@@ -226,6 +235,9 @@ declare const _default: {
226
235
  enableDynamicColor: {
227
236
  type: import("vue").PropType<boolean>;
228
237
  };
238
+ toned: {
239
+ type: import("vue").PropType<boolean>;
240
+ };
229
241
  customSchema: {
230
242
  type: import("vue").PropType<boolean>;
231
243
  };
@@ -268,6 +280,9 @@ declare const _default: {
268
280
  title: {
269
281
  type: import("vue").PropType<string>;
270
282
  };
283
+ placeholder: {
284
+ type: import("vue").PropType<string>;
285
+ };
271
286
  label: {
272
287
  type: import("vue").PropType<string>;
273
288
  };
@@ -349,6 +364,9 @@ declare const _default: {
349
364
  enableDynamicColor: {
350
365
  type: import("vue").PropType<boolean>;
351
366
  };
367
+ toned: {
368
+ type: import("vue").PropType<boolean>;
369
+ };
352
370
  customSchema: {
353
371
  type: import("vue").PropType<boolean>;
354
372
  };
@@ -458,6 +476,8 @@ declare const _default: {
458
476
  themeDefinition?: ResolvedThemeDefinition;
459
477
  colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
460
478
  "v-model"?: "background" | "primary" | "secondary" | "accent1" | ColorSchema | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchemaTypes;
479
+ toned?: boolean;
480
+ placeholder?: string;
461
481
  defaultColorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
462
482
  enableDynamicColor?: boolean;
463
483
  customSchema?: boolean;
@@ -1,5 +1,5 @@
1
1
  import { ColorSchema } from "@omnia/fx-models";
2
- type Variant = "default" | "toolbar" | "palette" | "card-preview" | "button";
2
+ type Variant = "default" | "toolbar" | "palette" | "card-preview" | "button" | "swatch";
3
3
  declare const _default: {
4
4
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
5
5
  class: {
@@ -1,3 +1,4 @@
1
1
  export declare const TextStylePickerStyles: {
2
- selector: (dark: boolean) => string;
2
+ pickerTop: string;
3
+ pickerBottom: string;
3
4
  };
@@ -0,0 +1,15 @@
1
+ import { ThemeContextType, ResolvedThemeDefinition } from "@omnia/fx-models";
2
+ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
3
+ "emit:update:modelValue": (value: ResolvedThemeDefinition) => void;
4
+ } & {
5
+ "v-model"?: ResolvedThemeDefinition;
6
+ } & {
7
+ modelValue?: ResolvedThemeDefinition;
8
+ } & {
9
+ themeType?: ThemeContextType;
10
+ } & {
11
+ hideColorSchemas?: boolean;
12
+ } & {
13
+ toned?: boolean;
14
+ }>) => any;
15
+ export default _default;
@@ -0,0 +1,15 @@
1
+ import { ThemeContextType, ResolvedThemeDefinition } from "@omnia/fx-models";
2
+ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
3
+ "emit:update:modelValue": (value: ResolvedThemeDefinition) => void;
4
+ } & {
5
+ "v-model"?: ResolvedThemeDefinition;
6
+ } & {
7
+ modelValue?: ResolvedThemeDefinition;
8
+ } & {
9
+ themeType?: ThemeContextType;
10
+ } & {
11
+ hideColorSchemas?: boolean;
12
+ } & {
13
+ toned?: boolean;
14
+ }>) => any;
15
+ export default _default;
@@ -1,5 +1,4 @@
1
1
  export declare const TypographyPickerStyles: {
2
- selector: (dark: boolean) => string;
3
2
  container: string;
4
3
  colorPreview: (color: string, border?: string) => string;
5
4
  lastElement: string;
@@ -20,6 +20,8 @@ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
20
20
  toned?: boolean;
21
21
  } & {
22
22
  label?: string;
23
+ } & {
24
+ placeholder?: string;
23
25
  } & {
24
26
  sampleText?: string;
25
27
  } & DefineSlot<"activator", () => VNode>>) => any;
@@ -37,6 +37,8 @@ export declare const builtInDocumeantionAreas: {
37
37
  omfx: DocumentationArea;
38
38
  velcron: DocumentationArea;
39
39
  bestPractice: DocumentationArea;
40
+ theming: DocumentationArea;
41
+ patterns: DocumentationArea;
40
42
  };
41
43
  export declare const builtInDocumentationCategories: {
42
44
  containment: DocumentationCategory;
@@ -66,6 +68,13 @@ export declare const frameworkDocumentationCategories: {
66
68
  export declare const bestPracticesCategories: {
67
69
  typescript: DocumentationCategory;
68
70
  };
71
+ export declare const themingCategories: {
72
+ preview: DocumentationCategory;
73
+ };
74
+ export declare const designPatternCategories: {
75
+ blades: DocumentationCategory;
76
+ selection: DocumentationCategory;
77
+ };
69
78
  export interface ComponentSpecRegistration {
70
79
  spec: DocumentationSpec;
71
80
  category: DocumentationCategory;
@@ -102,6 +111,7 @@ export declare class DocumentationSpec {
102
111
  private typeValueMapping;
103
112
  private exampleComponents;
104
113
  markdownSections: Array<MarkdownSection>;
114
+ customComponents: Array<string>;
105
115
  themingSupport: boolean;
106
116
  toneSupport: boolean;
107
117
  cssClassSupport: boolean;
@@ -128,6 +138,7 @@ export declare class DocumentationSpec {
128
138
  getTypeValueMapping(name: string): TypeValueMapping;
129
139
  getExampleComponents(): Array<ExampleComponentSpec | VelcronExampleDefinitionSpec>;
130
140
  addMarkdownSection(title: string, markdown: string): DocumentationSpec;
141
+ addCustomComponentRenderer(component: string): DocumentationSpec;
131
142
  }
132
143
  export declare class VelcronComponentSpec {
133
144
  private name;
@@ -0,0 +1,3 @@
1
+ export declare const patterns: {
2
+ selectionWithBlade: import("@omnia/fx/ux").DocumentationSpec;
3
+ };
@@ -0,0 +1,2 @@
1
+ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<Record<string, any>>) => any;
2
+ export default _default;
@@ -0,0 +1 @@
1
+ export declare const spec: import("@omnia/fx/ux").DocumentationSpec;
@@ -1,2 +1,3 @@
1
1
  import "./bestpractices/index";
2
+ import "./theming/index";
2
3
  export declare const allSpecs: import("./Docs").DocumentationSpec[];
@@ -0,0 +1 @@
1
+ export * from "./components/index.md";
@@ -40,5 +40,7 @@ declare const _default: (props: import("../..").ConstructComponentProps<{
40
40
  }[];
41
41
  } & {
42
42
  additionalMenus?: Menu[];
43
+ } & {
44
+ closeable?: boolean;
43
45
  } & DefineEmit<"click:closeIcon", () => void>>) => any;
44
46
  export default _default;
@@ -1,22 +1,16 @@
1
1
  declare const _default: {
2
- new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{}>>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
3
- [key: string]: any;
4
- }>[], {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
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, {
5
3
  P: {};
6
4
  B: {};
7
5
  D: {};
8
6
  C: {};
9
7
  M: {};
10
8
  Defaults: {};
11
- }, Readonly<import("vue").ExtractPropTypes<{}>>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
12
- [key: string]: any;
13
- }>[], {}, {}, {}, {}>;
9
+ }, Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, {}>;
14
10
  __isFragment?: never;
15
11
  __isTeleport?: never;
16
12
  __isSuspense?: never;
17
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
18
- [key: string]: any;
19
- }>[], {}, {}, {}, 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 & {
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 & {
20
14
  propsDefinition: Omit<Readonly<{} & {}>, never>;
21
15
  };
22
16
  export default _default;
@@ -9,6 +9,7 @@ export declare const identityRendererStyles: {
9
9
  };
10
10
  };
11
11
  smallPresenceStatus: {
12
+ width: string;
12
13
  $nest: {
13
14
  ".v-badge__badge": {
14
15
  padding: string;
@@ -72,6 +73,7 @@ declare const _default: {
72
73
  };
73
74
  };
74
75
  smallPresenceStatus: {
76
+ width: string;
75
77
  $nest: {
76
78
  ".v-badge__badge": {
77
79
  padding: string;
@@ -161,6 +163,7 @@ declare const _default: {
161
163
  };
162
164
  };
163
165
  smallPresenceStatus: {
166
+ width: string;
164
167
  $nest: {
165
168
  ".v-badge__badge": {
166
169
  padding: string;
@@ -247,6 +250,7 @@ declare const _default: {
247
250
  };
248
251
  };
249
252
  smallPresenceStatus: {
253
+ width: string;
250
254
  $nest: {
251
255
  ".v-badge__badge": {
252
256
  padding: string;
@@ -294,6 +298,7 @@ declare const _default: {
294
298
  };
295
299
  };
296
300
  smallPresenceStatus: {
301
+ width: string;
297
302
  $nest: {
298
303
  ".v-badge__badge": {
299
304
  padding: string;
@@ -1,19 +1,5 @@
1
- import { VueComponentBase } from "@omnia/fx/ux";
2
- import { IWebComponentInstance } from "../..";
3
- import { ILetterAvatar } from "./ILetterAvatar";
4
- export declare class LetterAvatar extends VueComponentBase implements IWebComponentInstance, ILetterAvatar {
5
- name: string;
6
- size: number;
7
- color: string;
8
- private initals;
9
- private backGroundColor;
10
- static colors: string[];
11
- private dataURI;
12
- onNameUpdate(): void;
13
- setBackgroundColor(): void;
14
- mounted(): void;
15
- getImageDataURI(): void;
16
- getInitials(input: any): string;
17
- startWithAlphanumeric(input: string): boolean;
18
- render(): JSX.Element;
19
- }
1
+ import { DefineProp } from "@omnia/fx/ux";
2
+ import { OSizeTypes } from "@omnia/fx-models";
3
+ type LetterAvatarProps = DefineProp<"name", string> & DefineProp<"size", OSizeTypes> & DefineProp<"color", string>;
4
+ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<LetterAvatarProps>) => any;
5
+ export default _default;
@@ -13,6 +13,7 @@ export interface SeoSnapShotInfo {
13
13
  }
14
14
  export interface SeoDetail {
15
15
  path: string;
16
+ size: number;
16
17
  metadata: SeoMetadata;
17
18
  crawlServices: Record<string, number>;
18
19
  thumbnail: string;
@@ -1,4 +1,4 @@
1
1
  import { DefinePropTheming, DefineProp } from "@omnia/fx/ux";
2
- type FormProps = DefinePropTheming & DefineProp<"class", String | String[]>;
2
+ type FormProps = DefinePropTheming & DefineProp<"class", String | String[]> & DefineProp<"label", string, false, null> & DefineProp<"toned", boolean, false, null>;
3
3
  declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<FormProps>) => any;
4
4
  export default _default;
@@ -1,8 +1,7 @@
1
1
  import { DefineProp, DefinePropTheming, DefineSlot, DefineVModel } from "@omnia/fx/ux";
2
2
  import { InputBlueprint } from "@omnia/fx/models";
3
3
  import { VNodeChild } from "vue";
4
- export interface RadioGroupModel {
5
- }
6
- type PickerProps = DefinePropTheming & DefineVModel<"", boolean, false, null, true, "The v-model of the component. True if it has selection otherwise false"> & DefineProp<"class", String | String[]> & DefineProp<"label", string, false, null, "Sets the text of the component."> & DefineProp<"placeholder", string, false, null, "Sets the placeholder of the component."> & DefineProp<"blueprint", InputBlueprint, false, null, "Sets a custom blueprint for the text."> & DefineProp<"disabled", boolean, false, null, "Sets the component to disabled"> & DefineProp<"visibleOnContentClick", boolean, false, null, "Sets the component to disabled"> & DefineSlot<"selectionRenderer", () => VNodeChild>;
4
+ type PickerVariant = "dialog" | "picker";
5
+ type PickerProps = DefinePropTheming & DefineVModel<"", any, false, null, false, "The v-model of the component"> & DefineProp<"class", String | String[]> & DefineProp<"variant", PickerVariant> & DefineProp<"label", string, false, null, "Sets the text of the component."> & DefineProp<"placeholder", string, false, null, "Sets the placeholder of the component."> & DefineProp<"blueprint", InputBlueprint, false, null, "Sets a custom blueprint for the text."> & DefineProp<"disabled", boolean, false, null, "Sets the component to disabled"> & DefineProp<"toned", boolean, false, null, "Sets the component to disabled"> & DefineProp<"visibleOnContentClick", boolean, false, null, "Sets the component to disabled"> & DefineSlot<"selectionRenderer", () => VNodeChild> & DefineSlot<"activator", () => VNodeChild>;
7
6
  declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<PickerProps>) => any;
8
7
  export default _default;
@@ -3,6 +3,8 @@ import { useColorSchemaStore, useTypographyBlueprintStore } from "@omnia/fx/ux";
3
3
  export declare const PickerStyles: {
4
4
  textAndFont: (textBlueprint: TextBlueprint, colors: ReturnType<typeof useColorSchemaStore>, typography: ReturnType<typeof useTypographyBlueprintStore>) => string;
5
5
  iconWrapper: string;
6
+ iconNotExpanded: string;
7
+ iconExpanded: string;
6
8
  selectorBackground: string;
7
9
  selectorWrapper: (colors: ReturnType<typeof useColorSchemaStore>) => Readonly<import("@omnia/fx/ux").StylexValue>;
8
10
  overlay: (dark: boolean) => string;
@@ -0,0 +1,5 @@
1
+ import { DefineEmit, DefineProp, DefinePropTheming, DefineVModel } from "@omnia/fx/ux";
2
+ import { InputBlueprint } from "@omnia/fx/models";
3
+ type PickerSelectionProps = DefinePropTheming & DefineVModel<"", any, false, null, false, "The v-model of the component"> & DefineProp<"class", String | String[]> & DefineProp<"label", string, false, null, "Sets the text of the component."> & DefineProp<"blueprint", InputBlueprint, false, null, "Sets a custom blueprint for the text."> & DefineProp<"grid", boolean, false, null, "Sets the component to disabled"> & DefineProp<"disabled", boolean, false, null, "Sets the component to disabled"> & DefineProp<"clearable", boolean, false, null, "If a clear icon can be shown"> & DefineProp<"toned", boolean, false, null, "Sets the component to disabled"> & DefineEmit<"click:clear", () => void>;
4
+ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<PickerSelectionProps>) => any;
5
+ export default _default;
@@ -0,0 +1,3 @@
1
+ export interface PickerSharedSettings {
2
+ showMenu: boolean;
3
+ }
@@ -1,4 +1,4 @@
1
1
  import { DefineProp, DefinePropTheming, DefineVModel } from "@omnia/fx/ux";
2
- type SnackbarProps = DefinePropTheming & DefineProp<"class", String | String[]> & DefineVModel<"", boolean, false, null, true, "The v-model of the component"> & DefineProp<"text", string, false, null, "The text to be displayed in the snack bar.">;
2
+ type SnackbarProps = DefinePropTheming & DefineProp<"class", String | String[]> & DefineVModel<"", boolean, false, null, true, "The v-model of the component"> & DefineProp<"text", string, false, null, "The text to be displayed in the snack bar."> & DefineProp<"timeout", string | number, false, 1500, "Time (in milliseconds) to wait until snackbar is automatically hidden. Use -1 to keep open indefinitely.">;
3
3
  declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<SnackbarProps>) => any;
4
4
  export default _default;
@@ -0,0 +1,4 @@
1
+ import { TokenDefinition } from "@omnia/fx-models";
2
+ export declare class UserTokenDefinition extends TokenDefinition<string> {
3
+ prefixToken: string;
4
+ }
@@ -35,5 +35,8 @@ export declare namespace UserPropertyProviderLocalization {
35
35
  TimeProperty: string;
36
36
  UserIdentityProperty: string;
37
37
  };
38
+ Tokens: {
39
+ Username: string;
40
+ };
38
41
  }
39
42
  }
@@ -67,6 +67,7 @@ import wc828a4c20542945858e792ec584148a5c from './ux/journey/JourneyMenu';
67
67
  import wcd91fa8e10e3b4350bb158f9cbeace0e8 from './ux/journey/SettingsJourneyMenu';
68
68
  import wc3392707566c844e39f57097aade4e81c from './ux/jsonexportimport/ExportImport';
69
69
  import wc20b4e8166fb44f2b8b240724eb5f2db2 from './ux/languagepicker/LanguagePicker';
70
+ import wcfc7e793728e64099ab1b37b8f89e8693 from './ux/letteravatar/LetterAvatar';
70
71
  import wc6c2ac8bf4da44a2b8e544eaf5b42099f from './ux/limited-label/LimitedLabel';
71
72
  import wc9e7b4a48efba4dc390986eeb638b34cd from './ux/links/LinkPicker';
72
73
  import wc4892102894624a4ca84e67df764cbe93 from './ux/links/LinkRenderer';
@@ -143,6 +144,7 @@ import wcbd6cd82aabef42e7bf60679c7d5fb470 from './ux/wizard/WizardComponent';
143
144
  import wcde36ccd3a3064b0ea8f5865e65521e41 from '../../fx-sp/internal-do-not-import-from-here/ux/appwithspaliasinput/AppWithSharePointAliasInput';
144
145
  import wc28d15a1179a04eaa9f2e82abe15f7177 from '../../fx-sp/internal-do-not-import-from-here/ux/filterengine/TaxonomyPropertyRenderer';
145
146
  import wcb1fca92af8524970b426823cf7ef65b5 from '../../fx-sp/internal-do-not-import-from-here/ux/filterengine/SelectionsAreaTaxonomyRenderer';
147
+ import wc4584d438a74748ab9ae5f9f4f431673f from '../../fx-sp/internal-do-not-import-from-here/ux/listtree/ListTree';
146
148
  import wc8000658f96504040b6194f7e887665a7 from '../../fx-sp/internal-do-not-import-from-here/ux/queryfilterbuilder/QueryFilterBuilder';
147
149
  import wccff151bfd6e24f2fbacd02bba0fffe1f from '../../fx-sp/internal-do-not-import-from-here/ux/targetingfilter/TargetingFilter';
148
150
  import wcdae567bb2f1846abad5c0adaa64945cf from '../../fx-sp/internal-do-not-import-from-here/ux/termitem/SharePointTermItemComponent';
@@ -293,7 +295,8 @@ import wc48b4d391d03f4a01a9485b845917d229 from './ux/oxide/navigationdrawer/Navi
293
295
  import wc16277e3059db453eb98ad6946d315c39 from './ux/oxide/notification/Notification';
294
296
  import wcecbd3b3dbc834cf0856597772da1320c from './ux/oxide/pagination/Pagination';
295
297
  import wc1d8d2a2328244f1eab96344841305976 from './ux/oxide/panel/Panel';
296
- import wcbae7c6fe179e45dfba604eca6d5d867e from './ux/oxide/picker/Picker';
298
+ import wc3857ab99b85e440e9b7f7f58994ef84d from './ux/oxide/picker/Picker';
299
+ import wc6ccd40605ed148628cc8db37257ab282 from './ux/oxide/picker/PickerSelection';
297
300
  import wc247719ac6d3843ec889face452544a21 from './ux/oxide/progress/Progress';
298
301
  import wc48962186dfb94f37adc76f475b80015d from './ux/oxide/radio/RadioGroup';
299
302
  import wc2d9c50d3dcb1421cafb8eab80be243a1 from './ux/oxide/radio/Radio';
@@ -394,7 +397,8 @@ import wcfd6b575dc7c44149ac3129492fc83aa6 from './ux/aurora/components/tabs/TabB
394
397
  import wc287d666180644ba5ab5def0471a75a89 from './ux/aurora/components/textstylepicker/TextStylePicker';
395
398
  import wc252ece0016594978b3ddfafdd59adda4 from './ux/aurora/components/themepicker/ThemePicker';
396
399
  import wcb89e133162f54c1fb2cd6d03cc2e4fe2 from './ux/aurora/components/themepicker/ThemeEditor';
397
- import wc73e1c232690249f78967e3e3f6d92bd7 from './ux/aurora/components/themepicker/ThemeViewer';
400
+ import wc73e1c232690249f78967e3e3f6d92bd7 from './ux/aurora/components/themepreview/ThemePreview';
401
+ import wcc6eec07d48af435ab0c75195d9c7dcfc from './ux/aurora/components/themepreview/ComponentPreview';
398
402
  import wc54730f05dd2c4f2da1c830b3985b36a9 from './ux/aurora/components/typography/TypographyPicker';
399
403
  import wc99a73153b5c647da9d6de517f51e53f0 from './ux/aurora/components/typography/TypographyEditor';
400
404
  import wc2f742a14a560434abb899360a69c314b from './ux/aurora/components/typography/TypographyBlueprintsViewer';
@@ -1606,6 +1610,15 @@ declare global {
1606
1610
  };
1607
1611
  } : typeof wc20b4e8166fb44f2b8b240724eb5f2db2;
1608
1612
  };
1613
+ "letter": {
1614
+ "avatar": typeof wcfc7e793728e64099ab1b37b8f89e8693 extends {
1615
+ propsDefinition: infer TProp;
1616
+ } ? {
1617
+ new (...args: any[]): {
1618
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
1619
+ };
1620
+ } : typeof wcfc7e793728e64099ab1b37b8f89e8693;
1621
+ };
1609
1622
  "limited": {
1610
1623
  "label": typeof wc6c2ac8bf4da44a2b8e544eaf5b42099f extends {
1611
1624
  propsDefinition: infer TProp;
@@ -2120,6 +2133,15 @@ declare global {
2120
2133
  $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
2121
2134
  };
2122
2135
  } : typeof wc07fdbc119d7742769eafe5f45ce14e18;
2136
+ "list": {
2137
+ "tree": typeof wc4584d438a74748ab9ae5f9f4f431673f extends {
2138
+ propsDefinition: infer TProp;
2139
+ } ? {
2140
+ new (...args: any[]): {
2141
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
2142
+ };
2143
+ } : typeof wc4584d438a74748ab9ae5f9f4f431673f;
2144
+ };
2123
2145
  "term": {
2124
2146
  "item": typeof wcdae567bb2f1846abad5c0adaa64945cf extends {
2125
2147
  propsDefinition: infer TProp;
@@ -2776,6 +2798,15 @@ declare global {
2776
2798
  };
2777
2799
  } : typeof wc73e1c232690249f78967e3e3f6d92bd7;
2778
2800
  };
2801
+ "component": {
2802
+ "preview": typeof wcc6eec07d48af435ab0c75195d9c7dcfc extends {
2803
+ propsDefinition: infer TProp;
2804
+ } ? {
2805
+ new (...args: any[]): {
2806
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
2807
+ };
2808
+ } : typeof wcc6eec07d48af435ab0c75195d9c7dcfc;
2809
+ };
2779
2810
  "designer": {
2780
2811
  "preview": typeof wc136c9c57149747f198180bdf38a6b297 extends {
2781
2812
  propsDefinition: infer TProp;
@@ -5070,13 +5101,22 @@ declare global {
5070
5101
  $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
5071
5102
  };
5072
5103
  } : typeof wc1d8d2a2328244f1eab96344841305976;
5073
- "picker": typeof wcbae7c6fe179e45dfba604eca6d5d867e extends {
5074
- propsDefinition: infer TProp;
5075
- } ? {
5076
- new (...args: any[]): {
5077
- $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
5078
- };
5079
- } : typeof wcbae7c6fe179e45dfba604eca6d5d867e;
5104
+ "picker": {
5105
+ "wrapper": typeof wc3857ab99b85e440e9b7f7f58994ef84d extends {
5106
+ propsDefinition: infer TProp;
5107
+ } ? {
5108
+ new (...args: any[]): {
5109
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
5110
+ };
5111
+ } : typeof wc3857ab99b85e440e9b7f7f58994ef84d;
5112
+ "selection": typeof wc6ccd40605ed148628cc8db37257ab282 extends {
5113
+ propsDefinition: infer TProp;
5114
+ } ? {
5115
+ new (...args: any[]): {
5116
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
5117
+ };
5118
+ } : typeof wc6ccd40605ed148628cc8db37257ab282;
5119
+ };
5080
5120
  "progress": typeof wc247719ac6d3843ec889face452544a21 extends {
5081
5121
  propsDefinition: infer TProp;
5082
5122
  } ? {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/fx",
3
3
  "license": "MIT",
4
- "version": "8.0.342-dev",
4
+ "version": "8.0.344-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": "Omnia Digital Workplace AB",
22
22
  "dependencies": {
23
- "@omnia/fx-models": "8.0.342-dev",
23
+ "@omnia/fx-models": "8.0.344-dev",
24
24
  "@microsoft/signalr": "6.0.1",
25
25
  "broadcast-channel": "4.8.0",
26
26
  "dayjs": "1.11.7",
@@ -1,23 +0,0 @@
1
- import { TsxAllowUnknowProperties } from "..";
2
- export interface ILetterAvatarProperties {
3
- name?: string;
4
- size?: number;
5
- color?: string;
6
- }
7
- /**Letter Avatar */
8
- export interface ILetterAvatar extends ILetterAvatarProperties {
9
- [name: string]: any;
10
- }
11
- declare global {
12
- namespace JSX {
13
- interface Element {
14
- }
15
- interface ElementClass {
16
- }
17
- interface ElementAttributesProperty {
18
- }
19
- interface IntrinsicElements {
20
- "omfx-letter-avatar": TsxAllowUnknowProperties<ILetterAvatar>;
21
- }
22
- }
23
- }
@@ -1 +0,0 @@
1
- export declare const letterAvatarWrapper: string;
@@ -1 +0,0 @@
1
- export * from "./ILetterAvatar";