@omnia/fx 8.0.400-dev → 8.0.401-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 (102) 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/settings/blades/tenantregional/loc/localize.d.ts +3 -3
  5. package/internal-do-not-import-from-here/ux/admin/usermanagement/index.d.ts +1 -0
  6. package/internal-do-not-import-from-here/ux/admin/usermanagement/loc/localize.d.ts +9 -2
  7. package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/UserManagementConstants.d.ts +6 -0
  8. package/internal-do-not-import-from-here/ux/admin/usermanagement/usertypes/tabs/AuthenticationBlades/BuiltInProvidersBlade.d.ts +15 -0
  9. package/internal-do-not-import-from-here/ux/admin/usermanagement/usertypes/tabs/AuthenticationBlades/BuiltInProvidersDetailBlade.d.ts +11 -0
  10. package/internal-do-not-import-from-here/ux/admin/usermanagement/usertypes/tabs/AuthenticationBlades/ExternalProvidersBlade.d.ts +15 -0
  11. package/internal-do-not-import-from-here/ux/admin/usermanagement/usertypes/tabs/AuthenticationBlades/OnboardingBlade.d.ts +15 -0
  12. package/internal-do-not-import-from-here/ux/admin/usermanagement/usertypes/tabs/AuthenticationBlades/RefreshTokensBlade.d.ts +15 -0
  13. package/internal-do-not-import-from-here/ux/alignmentpicker/AlignmentPicker.d.ts +1 -1
  14. package/internal-do-not-import-from-here/ux/aurora/admin/blades/typography/blades/EditStylesBlade.d.ts +16 -0
  15. package/internal-do-not-import-from-here/ux/aurora/admin/blades/typography/store/TypographyEditorStore.d.ts +21 -2
  16. package/internal-do-not-import-from-here/ux/aurora/components/backgroundstyle/BackgroundStyleEditor.d.ts +1 -1
  17. package/internal-do-not-import-from-here/ux/aurora/components/backgroundstyle/BackgroundStyleViewer.d.ts +1 -1
  18. package/internal-do-not-import-from-here/ux/aurora/components/borderpicker/BorderPicker.d.ts +1 -1
  19. package/internal-do-not-import-from-here/ux/aurora/components/buttonstyle/ButtonStylePicker.d.ts +1 -1
  20. package/internal-do-not-import-from-here/ux/aurora/components/chromepicker/ChromePicker.d.ts +1 -1
  21. package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPicker.d.ts +1 -1
  22. package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaDefinitionPicker.d.ts +1 -1
  23. package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaPicker.d.ts +1 -1
  24. package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaViewer.d.ts +1 -1
  25. package/internal-do-not-import-from-here/ux/aurora/components/containerFillpicker/ContainerFillBlueprintsPicker.d.ts +1 -1
  26. package/internal-do-not-import-from-here/ux/aurora/components/containerFillpicker/ContainerFillPicker.d.ts +1 -1
  27. package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/FillPicker.d.ts +1 -1
  28. package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStyleEditor.d.ts +1 -1
  29. package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStylePicker.d.ts +1 -1
  30. package/internal-do-not-import-from-here/ux/aurora/components/placeholder/Placeholder.d.ts +1 -1
  31. package/internal-do-not-import-from-here/ux/aurora/components/spacingpicker/SpacingBlueprintPicker.d.ts +1 -1
  32. package/internal-do-not-import-from-here/ux/aurora/components/textcolorpicker/TextColorBlueprintsPicker.d.ts +1 -1
  33. package/internal-do-not-import-from-here/ux/aurora/components/textcolorpicker/TextColorPicker.d.ts +1 -1
  34. package/internal-do-not-import-from-here/ux/aurora/components/textformatpicker/TextFormatPicker.d.ts +1 -1
  35. package/internal-do-not-import-from-here/ux/aurora/components/textstylepicker/TextStylePicker.d.ts +1 -1
  36. package/internal-do-not-import-from-here/ux/aurora/components/themepicker/ThemePicker.d.ts +1 -1
  37. package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyBlueprintPicker.d.ts +1 -1
  38. package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyBlueprintsViewer.d.ts +5 -2
  39. package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyEditor.d.ts +14 -4
  40. package/internal-do-not-import-from-here/ux/aurora/components/typography/components/TypographyFillRenderer.d.ts +1 -1
  41. package/internal-do-not-import-from-here/ux/aurora/components/viewtemplatepicker/ViewTemplatePicker.d.ts +1 -1
  42. package/internal-do-not-import-from-here/ux/aurora/store/ThemeNormalizer.d.ts +2 -1
  43. package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintManager.d.ts +11 -0
  44. package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +1 -0
  45. package/internal-do-not-import-from-here/ux/aurora/store/index.d.ts +1 -0
  46. package/internal-do-not-import-from-here/ux/aurora/styling/UseStyling.d.ts +2 -0
  47. package/internal-do-not-import-from-here/ux/aurora/styling/styles/Typography.d.ts +2 -0
  48. package/internal-do-not-import-from-here/ux/aurora/themeprovider/ThemeProvider.d.ts +1 -7
  49. package/internal-do-not-import-from-here/ux/datetimepicker/DateTimePicker.d.ts +1 -1
  50. package/internal-do-not-import-from-here/ux/datetimezonepicker/DateTimeZonePicker.d.ts +33 -179
  51. package/internal-do-not-import-from-here/ux/datetimezonerenderer/DateTimeZoneRenderer.d.ts +1 -1
  52. package/internal-do-not-import-from-here/ux/enterpriseproperties/picker/EnterprisePropertyPicker.d.ts +1 -1
  53. package/internal-do-not-import-from-here/ux/enterpriseproperties/picker/EnterprisePropertyPicker_old.d.ts +1 -1
  54. package/internal-do-not-import-from-here/ux/enterprisepropertysets/Picker.d.ts +12 -0
  55. package/internal-do-not-import-from-here/ux/enterprisepropertysets/picker/EnterprisePropertySetPicker.d.ts +1 -1
  56. package/internal-do-not-import-from-here/ux/enterprisepropertysets/store.d.ts +32 -0
  57. package/internal-do-not-import-from-here/ux/filterpicker/FilterPicker.d.ts +1 -1
  58. package/internal-do-not-import-from-here/ux/governancedashboard/BarChartIndicator.d.ts +1 -1
  59. package/internal-do-not-import-from-here/ux/governancedashboard/NumericIndicator.d.ts +1 -1
  60. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerButton.d.ts +1 -1
  61. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerField.d.ts +1 -1
  62. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerInlineField.d.ts +1 -1
  63. package/internal-do-not-import-from-here/ux/inputtoken/InputToken.d.ts +1 -1
  64. package/internal-do-not-import-from-here/ux/journey/selection/JourneySelect.d.ts +3 -3
  65. package/internal-do-not-import-from-here/ux/languagepicker/LanguagePicker.d.ts +47 -457
  66. package/internal-do-not-import-from-here/ux/languagepicker/index.d.ts +0 -1
  67. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/SectionItemListing.d.ts +1 -1
  68. package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +4 -4
  69. package/internal-do-not-import-from-here/ux/markdown/MarkdownRenderer.d.ts +4 -4
  70. package/internal-do-not-import-from-here/ux/mobile/index.d.ts +1 -0
  71. package/internal-do-not-import-from-here/ux/multilingualinput/MultilingualInput.d.ts +1 -1
  72. package/internal-do-not-import-from-here/ux/multitextinput/MultiTextInput.d.ts +1 -1
  73. package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.d.ts +1 -1
  74. package/internal-do-not-import-from-here/ux/oxide/chip/Chip.d.ts +1 -1
  75. package/internal-do-not-import-from-here/ux/oxide/colorpicker/ColorPicker.d.ts +1 -1
  76. package/internal-do-not-import-from-here/ux/oxide/divider/Divider.d.ts +1 -1
  77. package/internal-do-not-import-from-here/ux/oxide/form/Form.d.ts +1 -1
  78. package/internal-do-not-import-from-here/ux/oxide/inputfield/InputField.d.ts +1 -1
  79. package/internal-do-not-import-from-here/ux/oxide/list/List.d.ts +1 -1
  80. package/internal-do-not-import-from-here/ux/oxide/picker/Picker.d.ts +1 -1
  81. package/internal-do-not-import-from-here/ux/oxide/radio/Radio.d.ts +1 -1
  82. package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +1 -1
  83. package/internal-do-not-import-from-here/ux/oxide/rangeslider/RangeSlider.d.ts +1 -1
  84. package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +1 -1
  85. package/internal-do-not-import-from-here/ux/oxide/selection/Selection.d.ts +2 -2
  86. package/internal-do-not-import-from-here/ux/oxide/slider/Slider.d.ts +2 -2
  87. package/internal-do-not-import-from-here/ux/oxide/switch/Switch.d.ts +1 -1
  88. package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +2 -2
  89. package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +1 -1
  90. package/internal-do-not-import-from-here/ux/timeperiodpicker/TimePeriodPicker.d.ts +8 -332
  91. package/internal-do-not-import-from-here/ux/urlinput/UrlInputLegacy.d.ts +1 -1
  92. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/IconEditor.d.ts +1 -1
  93. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/NumberEditor.d.ts +1 -1
  94. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/PropertyEditorCreator.d.ts +1 -1
  95. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/SwitchEditor.d.ts +1 -1
  96. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/TextEditor.d.ts +1 -1
  97. package/internal-do-not-import-from-here/wctypings.d.ts +10 -10
  98. package/package.json +2 -2
  99. package/internal-do-not-import-from-here/ux/admin/usermanagement/usertypes/blades/AddOrEditUserTypeBladeGeneral.d.ts +0 -15
  100. package/internal-do-not-import-from-here/ux/languagepicker/ILanguagePicker.d.ts +0 -33
  101. /package/internal-do-not-import-from-here/ux/aurora/admin/blades/typography/blades/{EditTypographyDefinitionBlade.d.ts → EditDefinitionBlade.d.ts} +0 -0
  102. /package/internal-do-not-import-from-here/ux/aurora/admin/blades/typography/blades/{EditTypographyFillBlade.d.ts → EditScaleBlade.d.ts} +0 -0
@@ -251,6 +251,7 @@ declare const _default: {
251
251
  "update:modelValue": (value: string) => true;
252
252
  }, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
253
253
  propsDefinition: Omit<Readonly<{} & {
254
+ label?: string;
254
255
  name?: {
255
256
  [x: `onUpdate:${string}`]: {
256
257
  type: import("vue").PropType<(value: string) => any | void>;
@@ -312,7 +313,6 @@ declare const _default: {
312
313
  };
313
314
  }>;
314
315
  };
315
- label?: string;
316
316
  settings?: VelcronTextEditorSettings;
317
317
  location?: EditorLocation;
318
318
  modelValue?: string;
@@ -21,6 +21,7 @@ import wc109f737cdec14061b134c74ab16b0ad9 from './ux/draggable/DraggableComponen
21
21
  import wc60feadd89e4d4c2eb095cee9f104ee96 from './ux/dynamicplaceholder/DynamicPlaceholder';
22
22
  import wcac8a9be60cfb47f288f602ececa6687f from './ux/dynamicplaceholder/DynamicPlaceholderSettings';
23
23
  import wc41a6d1b1b02e4b368aac19ded6b391a1 from './ux/enterpriseglossary/EnterpriseGlossaryPicker';
24
+ import wc0619d10d541645aaabbdc17d5b867501 from './ux/enterprisepropertysets/Picker';
24
25
  import wc82e8cb4daeee4ea6a50c727b93bbbac3 from './ux/errormessage/ErrorMessage';
25
26
  import wcfd300449c17f44fd80d83e709a10bf63 from './ux/features/FeaturesJourney';
26
27
  import wc041c5cb1e6fc487f98669ee2fb4edee0 from './ux/features/blades/FeaturePropertiesBlade';
@@ -234,7 +235,6 @@ import wcf9e8399c0dc74b0db8e722a0bfa17e74 from './ux/enterpriseproperties/picker
234
235
  import wc80899927961f45298421948c395d7f39 from './ux/enterpriseproperties/renderers/EnterprisePropertyRenderer';
235
236
  import wc22666b255eb64f378edf70d5e9859216 from './ux/enterpriseproperties/renderers/EnterprisePropertyConfiguration';
236
237
  import wc2bfe7d758b5b405d96018f930505c918 from './ux/enterpriseproperties/settingpicker/EnterprisePropertySettingPicker';
237
- import wc0619d10d541645aaabbdc17d5b867501 from './ux/enterprisepropertysets/picker/EnterprisePropertySetPicker';
238
238
  import wcfaee0b6397494a9abca9c480856e2498 from './ux/flow/editor/FlowEditor';
239
239
  import wc9f6fd018560b4c8cbd36f39c6d079bb7 from './ux/flow/renderer/FlowRenderer';
240
240
  import wc2f4b3c8e5d6a4f7bbc9d1e0a2b3c4d5e from './ux/image/scalingsettings/ScalingSettings';
@@ -1041,6 +1041,15 @@ declare global {
1041
1041
  } : typeof wc72a828731c4e4f1e9753a6a6bfb31e67;
1042
1042
  };
1043
1043
  };
1044
+ "enterprisepropertyset": {
1045
+ "picker": typeof wc0619d10d541645aaabbdc17d5b867501 extends {
1046
+ propsDefinition: infer TProp;
1047
+ } ? {
1048
+ new (...args: any[]): {
1049
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
1050
+ };
1051
+ } : typeof wc0619d10d541645aaabbdc17d5b867501;
1052
+ };
1044
1053
  "error": {
1045
1054
  "message": typeof wc82e8cb4daeee4ea6a50c727b93bbbac3 extends {
1046
1055
  propsDefinition: infer TProp;
@@ -3111,15 +3120,6 @@ declare global {
3111
3120
  } : typeof wc0f5cb3a8175d418c8527d1852cb28782;
3112
3121
  };
3113
3122
  };
3114
- "enterprisepropertyset": {
3115
- "picker": typeof wc0619d10d541645aaabbdc17d5b867501 extends {
3116
- propsDefinition: infer TProp;
3117
- } ? {
3118
- new (...args: any[]): {
3119
- $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
3120
- };
3121
- } : typeof wc0619d10d541645aaabbdc17d5b867501;
3122
- };
3123
3123
  "flow": {
3124
3124
  "editor": typeof wcfaee0b6397494a9abca9c480856e2498 extends {
3125
3125
  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.400-dev",
4
+ "version": "8.0.401-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.400-dev",
23
+ "@omnia/fx-models": "8.0.401-dev",
24
24
  "@microsoft/signalr": "6.0.1",
25
25
  "broadcast-channel": "4.8.0",
26
26
  "dayjs": "1.11.7",
@@ -1,15 +0,0 @@
1
- import { ResolvedUserType } from "@omnia/fx-models";
2
- declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
3
- "emit:update:modelValue": (value: ResolvedUserType) => void;
4
- } & {
5
- "v-model"?: ResolvedUserType;
6
- } & {
7
- modelValue?: ResolvedUserType;
8
- }> & {
9
- "onUpdate:modelValue"?: (value: ResolvedUserType) => any;
10
- } & {
11
- "v-slots"?: {} & Omit<{
12
- default?: import("vue").Slot;
13
- }, never>;
14
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "modelValue" | "v-model" | "emit:update:modelValue"> & import("@omnia/fx/ux").VNodeEvents) => any;
15
- export default _default;
@@ -1,33 +0,0 @@
1
- import { ScopedSlots, LanguagePickerStyles } from "..";
2
- import { IVSelectScopedSlots } from "../vuetify";
3
- import { Language } from "../../models";
4
- /**Language Picker*/
5
- export interface ILanguagePicker {
6
- /**Label */
7
- label?: string;
8
- /**Vuetify dark theme */
9
- dark?: boolean;
10
- /**Vuetify filled mode */
11
- filled?: boolean;
12
- /**Vuetify flat mode */
13
- flat?: boolean;
14
- /**Hide display flag */
15
- hideDisplayFlag?: boolean;
16
- /**Hide display name */
17
- hideDisplayName?: boolean;
18
- /**Enable default settings */
19
- enableContextSettings?: boolean;
20
- disabled?: boolean;
21
- /**Make it clearable*/
22
- clearable?: boolean;
23
- /**Language model */
24
- valueBind: Language;
25
- /**On model change */
26
- onValueChanged?: (language: Language) => void;
27
- /**Scoped slots */
28
- scopedSlots?: ScopedSlots<IVSelectScopedSlots>;
29
- /**Custom styles by StyleFlow */
30
- styles?: typeof LanguagePickerStyles;
31
- /**On load language */
32
- loadLanguage?: () => Promise<Array<Language>>;
33
- }