@omnia/fx 8.0.130-dev → 8.0.131-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 (113) hide show
  1. package/internal-do-not-import-from-here/manifests/omnia.fx.manifest.json +1 -1
  2. package/internal-do-not-import-from-here/services/identities/GroupService.d.ts +1 -0
  3. package/internal-do-not-import-from-here/ux/blueprintpickers/backgroundstyle/BackgroundStyleEditor.d.ts +2 -2
  4. package/internal-do-not-import-from-here/ux/blueprintpickers/blueprintTemplate/BlueprintsTemplatePicker.d.ts +98 -98
  5. package/internal-do-not-import-from-here/ux/blueprintpickers/chrome/ChromeBlueprintsViewer.d.ts +2 -2
  6. package/internal-do-not-import-from-here/ux/blueprintpickers/chrome/ChromePicker.d.ts +10 -10
  7. package/internal-do-not-import-from-here/ux/blueprintpickers/iconstylepicker/IconStylePicker.d.ts +2 -2
  8. package/internal-do-not-import-from-here/ux/blueprintpickers/stylepicker/StylePicker.d.ts +10 -10
  9. package/internal-do-not-import-from-here/ux/blueprintpickers/textstylepicker/TextStylePicker.d.ts +2 -2
  10. package/internal-do-not-import-from-here/ux/borderpicker/BorderPicker.d.ts +2 -2
  11. package/internal-do-not-import-from-here/ux/colorpickerV2/ColorPicker.d.ts +10 -10
  12. package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaPicker.d.ts +101 -101
  13. package/internal-do-not-import-from-here/ux/confirmdialog/ConfirmDialog.d.ts +1 -1
  14. package/internal-do-not-import-from-here/ux/datetimepicker/DateTimePicker.d.ts +1 -1
  15. package/internal-do-not-import-from-here/ux/datetimezonepicker/DateTimeZonePicker.d.ts +1 -1
  16. package/internal-do-not-import-from-here/ux/dialog/Dialog.d.ts +1 -1
  17. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/datafield/DataFieldEdit.d.ts +1 -1
  18. package/internal-do-not-import-from-here/ux/enterpriseproperties/picker/EnterprisePropertyPicker.d.ts +1 -1
  19. package/internal-do-not-import-from-here/ux/fileuploader/FileUploader.d.ts +1 -1
  20. package/internal-do-not-import-from-here/ux/fillpicker/FillPicker.d.ts +2 -2
  21. package/internal-do-not-import-from-here/ux/iconpicker/IconPicker.d.ts +1 -1
  22. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker.d.ts +1 -1
  23. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerButton.d.ts +1 -1
  24. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerDialog.d.ts +1 -1
  25. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerField.d.ts +1 -1
  26. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerInlineField.d.ts +1 -1
  27. package/internal-do-not-import-from-here/ux/journey/JourneyBlade.d.ts +1 -1
  28. package/internal-do-not-import-from-here/ux/journey/use/UseBlade.d.ts +1 -1
  29. package/internal-do-not-import-from-here/ux/languagepicker/LanguagePicker.d.ts +1 -1
  30. package/internal-do-not-import-from-here/ux/multilingualinput/MultilingualInput.d.ts +1 -1
  31. package/internal-do-not-import-from-here/ux/multitextinput/MultiTextInput.d.ts +3 -3
  32. package/internal-do-not-import-from-here/ux/oxide/alert/Alert.d.ts +9 -9
  33. package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +1 -1
  34. package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +1 -1
  35. package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.d.ts +1 -1
  36. package/internal-do-not-import-from-here/ux/oxide/chip/Chip.d.ts +1 -1
  37. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.css.d.ts +3598 -2676
  38. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +7292 -5448
  39. package/internal-do-not-import-from-here/ux/oxide/datepicker/DatePicker.d.ts +1 -1
  40. package/internal-do-not-import-from-here/ux/oxide/icon/Icon.d.ts +2 -2
  41. package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +1 -1
  42. package/internal-do-not-import-from-here/ux/oxide/main/Main.d.ts +1 -1
  43. package/internal-do-not-import-from-here/ux/oxide/pagination/Pagination.d.ts +1 -1
  44. package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +1 -1
  45. package/internal-do-not-import-from-here/ux/oxide/rating/Rating.d.ts +1 -1
  46. package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +7295 -5451
  47. package/internal-do-not-import-from-here/ux/oxide/switch/Switch.d.ts +1 -1
  48. package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +1 -1
  49. package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +1 -1
  50. package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +1 -1
  51. package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.d.ts +1 -1
  52. package/internal-do-not-import-from-here/ux/permissioninput/PermissionInput.d.ts +1 -1
  53. package/internal-do-not-import-from-here/ux/permissioninput/TenantAdminPermissionInput.d.ts +1 -1
  54. package/internal-do-not-import-from-here/ux/properties/property-picker/PropertyInput.d.ts +1 -1
  55. package/internal-do-not-import-from-here/ux/properties/property-picker/PropertyPicker.d.ts +1 -1
  56. package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditor.d.ts +1 -1
  57. package/internal-do-not-import-from-here/ux/social/PeopleTagging.d.ts +1 -1
  58. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/components/store/ChromeEditorStore.d.ts +2 -2
  59. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/colorschemas/store/ColorSchemaEditorStore.d.ts +15 -15
  60. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/templates/TemplatesJourney.d.ts +22 -0
  61. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/templates/blades/ButtonTemplateEdit.d.ts +16 -0
  62. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/templates/blades/ButtonTemplates.d.ts +22 -0
  63. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/templates/blades/TabTemplateEdit.d.ts +16 -0
  64. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/templates/blades/TabTemplates.d.ts +22 -0
  65. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/templates/store/TemplateEditorStore.d.ts +156 -0
  66. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/themes/blades/EditThemeBlade.d.ts +4 -83
  67. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/themes/blades/ViewThemeBlade.d.ts +16 -0
  68. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/themes/store/ThemeEditorStore.d.ts +55 -0
  69. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/ThemeDefinitions.d.ts +1 -1
  70. package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/BlueprintsTypography.d.ts +1 -1
  71. package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/ThemeDefinitions.d.ts +1 -1
  72. package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/shared.d.ts +1 -0
  73. package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/BlueprintsTypography.d.ts +3 -2
  74. package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/ThemeDefinitions.d.ts +1 -1
  75. package/internal-do-not-import-from-here/ux/theming-v2/designkits/index.d.ts +2 -0
  76. package/internal-do-not-import-from-here/ux/theming-v2/designkits/{core → shared}/BlueprintsTemplates.d.ts +21 -6
  77. package/internal-do-not-import-from-here/ux/theming-v2/designkits/{core → shared}/ThemeDefinitionInstance.d.ts +11 -5
  78. package/internal-do-not-import-from-here/ux/theming-v2/designkits/{core → shared}/TypographyBlueprints.d.ts +0 -4
  79. package/internal-do-not-import-from-here/ux/theming-v2/designkits/{core → shared}/index.d.ts +4 -6
  80. package/internal-do-not-import-from-here/ux/theming-v2/store/BlueprintTemplatesStore.d.ts +64 -86
  81. package/internal-do-not-import-from-here/ux/theming-v2/store/ChromeBlueprintStore.d.ts +3611 -2695
  82. package/internal-do-not-import-from-here/ux/theming-v2/store/ColorSchemaDefinitionStore.d.ts +7 -7
  83. package/internal-do-not-import-from-here/ux/theming-v2/store/ColorSchemaStore.d.ts +3586 -2670
  84. package/internal-do-not-import-from-here/ux/theming-v2/store/ComponentBlueprintStore.d.ts +3611 -2695
  85. package/internal-do-not-import-from-here/ux/theming-v2/store/SpacingBlueprintStore.d.ts +3611 -2695
  86. package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeContextStore.d.ts +102 -48
  87. package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeDefinitionStoreV2.d.ts +12 -9
  88. package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeStoreV2.d.ts +10 -4
  89. package/internal-do-not-import-from-here/ux/theming-v2/store/TypographyBlueprintStore.d.ts +3619 -2703
  90. package/internal-do-not-import-from-here/ux/theming-v2/styling/UseStyling.d.ts +11 -41617
  91. package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/Blueprints.d.ts +12 -12
  92. package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/Typography.d.ts +1 -1
  93. package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/index.d.ts +2 -2
  94. package/internal-do-not-import-from-here/ux/theming-v2/themepicker/ThemeEditor.d.ts +7 -3
  95. package/internal-do-not-import-from-here/ux/theming-v2/themeprovider/ThemeProvider.d.ts +11 -11
  96. package/internal-do-not-import-from-here/ux/timeperiodpicker/TimePeriodPicker.d.ts +1 -1
  97. package/internal-do-not-import-from-here/ux/urlinput/UrlInputLegacy.d.ts +1 -1
  98. package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +3598 -2676
  99. package/internal-do-not-import-from-here/ux/use/UseIcon.d.ts +1 -0
  100. package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronColorSchema.d.ts +9 -6
  101. package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronTheming.d.ts +4 -1
  102. package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +5 -5
  103. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/ColorSchemaEditor.d.ts +95 -95
  104. package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutBladeBuilder.d.ts +7 -20
  105. package/internal-do-not-import-from-here/wctypings.d.ts +13 -0
  106. package/package.json +2 -2
  107. package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/ColorManager.d.ts +0 -7
  108. package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/ColorSchemaManager.d.ts +0 -12
  109. /package/internal-do-not-import-from-here/ux/theming-v2/designkits/{core → shared}/ButtonStyleBlueprints.d.ts +0 -0
  110. /package/internal-do-not-import-from-here/ux/theming-v2/designkits/{core → shared}/ChromeStyleBlueprints.d.ts +0 -0
  111. /package/internal-do-not-import-from-here/ux/theming-v2/designkits/{core → shared}/Colors.d.ts +0 -0
  112. /package/internal-do-not-import-from-here/ux/theming-v2/designkits/{core → shared}/SpacingBlueprint.d.ts +0 -0
  113. /package/internal-do-not-import-from-here/ux/theming-v2/designkits/{core → shared}/TabsStyleBlueprints.d.ts +0 -0
@@ -17,26 +17,26 @@ export declare const BlueprintStyles: {
17
17
  getBlueprintTabsStyling: typeof getBlueprintTabsStyling;
18
18
  };
19
19
  /**Border styling */
20
- declare function getBlueprintBorderObject(definition: BorderStylingDefinition, gradientFill?: string, colors?: ReturnType<typeof useColorSchemaStore>): NestedCSSProperties;
21
- declare function getBlueprintBorderStyling(definition: BorderStylingDefinition, gradientFillFallbackColor?: string, colors?: ReturnType<typeof useColorSchemaStore>): string;
22
- declare function getBlueprintBackgroundStyling(definition: BackgroundDefinition, gradientFillFallbackColor?: string, colors?: ReturnType<typeof useColorSchemaStore>): string;
23
- declare function getBlueprintBackgroundObject(definition: BackgroundDefinition, gradientFillFallbackColor?: string, colors?: ReturnType<typeof useColorSchemaStore>): NestedCSSProperties;
24
- declare function getBlueprintFillStyling(definition: FillDefinition, colors?: ReturnType<typeof useColorSchemaStore>): string;
20
+ export declare function getBlueprintBorderObject(definition: BorderStylingDefinition, gradientFill?: string, colors?: ReturnType<typeof useColorSchemaStore>): NestedCSSProperties;
21
+ export declare function getBlueprintBorderStyling(definition: BorderStylingDefinition, gradientFillFallbackColor?: string, colors?: ReturnType<typeof useColorSchemaStore>): string;
22
+ export declare function getBlueprintBackgroundStyling(definition: BackgroundDefinition, gradientFillFallbackColor?: string, colors?: ReturnType<typeof useColorSchemaStore>): string;
23
+ export declare function getBlueprintBackgroundObject(definition: BackgroundDefinition, gradientFillFallbackColor?: string, colors?: ReturnType<typeof useColorSchemaStore>): NestedCSSProperties;
24
+ export declare function getBlueprintFillStyling(definition: FillDefinition, colors?: ReturnType<typeof useColorSchemaStore>): string;
25
25
  /**Spacing styling */
26
26
  declare function getBlueprintSpacingValue(value: any, type: SpacingBlueprintTypes, blueprint?: ReturnType<typeof useSpacingBlueprintStore>): number;
27
- declare function getBlueprintSpacingStylingx(value: Spacing | SpacingValue, type: SpacingBlueprintTypes, spacingType?: "margin" | "padding", blueprint?: ReturnType<typeof useSpacingBlueprintStore>): Readonly<{
27
+ export declare function getBlueprintSpacingStylingx(value: Spacing | SpacingValue, type: SpacingBlueprintTypes, spacingType?: "margin" | "padding", blueprint?: ReturnType<typeof useSpacingBlueprintStore>): Readonly<{
28
28
  className?: string;
29
29
  style?: Readonly<{
30
30
  [$$Key$$: string]: string | number;
31
31
  }>;
32
32
  }>;
33
- declare function getBlueprintSpacingStyling(value: Spacing | SpacingValue, type: SpacingBlueprintTypes, spacingType?: "margin" | "padding", blueprint?: ReturnType<typeof useSpacingBlueprintStore>): string;
33
+ export declare function getBlueprintSpacingStyling(value: Spacing | SpacingValue, type: SpacingBlueprintTypes, spacingType?: "margin" | "padding", blueprint?: ReturnType<typeof useSpacingBlueprintStore>): string;
34
34
  /**Button styling */
35
- declare function getButtonBlueprintStyling(bluePrint: ButtonBlueprint, colors: ReturnType<typeof useColorSchemaStore>): string;
35
+ export declare function getButtonBlueprintStyling(bluePrint: ButtonBlueprint, colors: ReturnType<typeof useColorSchemaStore>): string;
36
36
  /**Tab styling */
37
- declare function getBlueprintTabStyling(blueprint: TabsBlueprint, colors: ReturnType<typeof useColorSchemaStore>, active?: boolean): string;
38
- declare function getBlueprintTabsStyling(blueprint: TabsBlueprint, colors: ReturnType<typeof useColorSchemaStore>): string;
37
+ export declare function getBlueprintTabStyling(blueprint: TabsBlueprint, colors: ReturnType<typeof useColorSchemaStore>, active?: boolean): string;
38
+ export declare function getBlueprintTabsStyling(blueprint: TabsBlueprint, colors: ReturnType<typeof useColorSchemaStore>): string;
39
39
  /**Text styling */
40
- declare function getBlueprintTextStyling(bluePrint: TextBlueprint, colors: ReturnType<typeof useColorSchemaStore>, blueprints: ReturnType<typeof useTypographyBlueprintStore>): string;
41
- declare function getIconBlueprintStyling(bluePrint: IconBlueprint, colors: ReturnType<typeof useColorSchemaStore>, duoTone: boolean, nested?: boolean): string;
40
+ export declare function getBlueprintTextStyling(bluePrint: TextBlueprint, colors: ReturnType<typeof useColorSchemaStore>, blueprints: ReturnType<typeof useTypographyBlueprintStore>): string;
41
+ export declare function getIconBlueprintStyling(bluePrint: IconBlueprint, colors: ReturnType<typeof useColorSchemaStore>, duoTone: boolean, nested?: boolean): string;
42
42
  export {};
@@ -45,5 +45,5 @@ declare function typographyTypeStyling(typographyType: TypographyTypes, size: Ty
45
45
  queryOnSmallScreen: MediaQuery;
46
46
  queryOnMediumScreen: MediaQuery;
47
47
  };
48
- declare function typographyStyling(blueprints: ReturnType<typeof useTypographyBlueprintStore>): TypographyTypesResult;
48
+ export declare function typographyStyling(blueprints: ReturnType<typeof useTypographyBlueprintStore>): TypographyTypesResult;
49
49
  export {};
@@ -1,6 +1,6 @@
1
- export * from "./Blueprints";
1
+ export { BlueprintStyles } from "./Blueprints";
2
2
  export * from "./Colors";
3
3
  export * from "./General";
4
- export * from "./Typography";
4
+ export { TypographyStyles } from "./Typography";
5
5
  export * from "./Spacing";
6
6
  export * from "./Chrome";
@@ -10,14 +10,16 @@ declare const _default: (props: {
10
10
  modelValue?: ThemeDefinitionV2;
11
11
  } & {
12
12
  variant?: EditorVariant;
13
+ } & {
14
+ preview?: boolean;
13
15
  } & Omit<{
14
16
  "onClick:confirm"?: (value: ThemeDefinitionV2) => any;
15
17
  "onInit:actionButtons"?: (value: () => VNodeChild) => any;
16
- }, "v-model" | "onUpdate:modelValue" | "modelValue" | "variant"> & {
18
+ }, "preview" | "v-model" | "onUpdate:modelValue" | "modelValue" | "variant"> & {
17
19
  "v-slots"?: {
18
20
  default?: import("vue").Slot;
19
21
  } & DefineSlot<"activator", () => VNodeChild>;
20
- } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "v-model" | "onUpdate:modelValue" | "modelValue" | "variant">) => {
22
+ } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "preview" | "v-model" | "onUpdate:modelValue" | "modelValue" | "variant">) => {
21
23
  $: import("vue").ComponentInternalInstance;
22
24
  $data: {};
23
25
  $props: {};
@@ -63,6 +65,8 @@ declare const _default: (props: {
63
65
  modelValue?: ThemeDefinitionV2;
64
66
  } & {
65
67
  variant?: EditorVariant;
68
+ } & {
69
+ preview?: boolean;
66
70
  } & {
67
71
  "v-slots"?: {
68
72
  default?: import("vue").Slot;
@@ -70,7 +74,7 @@ declare const _default: (props: {
70
74
  } & {
71
75
  "onClick:confirm"?: (value: ThemeDefinitionV2) => any;
72
76
  "onInit:actionButtons"?: (value: () => VNodeChild) => any;
73
- } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "v-model" | "onUpdate:modelValue" | "modelValue" | "variant">;
77
+ } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "preview" | "v-model" | "onUpdate:modelValue" | "modelValue" | "variant">;
74
78
  } & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
75
79
  [key: string]: any;
76
80
  }>;
@@ -1,14 +1,14 @@
1
1
  import { useThemeStoreV2, useColorSchemaStore, useTypographyBlueprintStore, useSpacingBlueprintStore, useChromeBlueprintStore } from "@omnia/fx/ux";
2
2
  import { ColorSchemaTypes, ThemeDefinitionV2 } from "@omnia/fx-models";
3
3
  import { useComponentBlueprintStore } from "@omnia/fx/ux";
4
- type themeType = "default" | "admin" | "variant" | "color-context";
4
+ type themeType = "default" | "admin" | "preview" | "color-context";
5
5
  declare const _default: {
6
6
  new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
7
7
  "color-schema-type": {
8
- type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic">;
8
+ type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
9
9
  };
10
10
  colorSchemaType: {
11
- type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic">;
11
+ type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
12
12
  };
13
13
  "theme-type": {
14
14
  type: import("vue").PropType<themeType>;
@@ -44,10 +44,10 @@ declare const _default: {
44
44
  }) => any;
45
45
  }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
46
46
  "color-schema-type": {
47
- type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic">;
47
+ type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
48
48
  };
49
49
  colorSchemaType: {
50
- type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic">;
50
+ type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
51
51
  };
52
52
  "theme-type": {
53
53
  type: import("vue").PropType<themeType>;
@@ -79,10 +79,10 @@ declare const _default: {
79
79
  Defaults: {};
80
80
  }, Readonly<import("vue").ExtractPropTypes<{
81
81
  "color-schema-type": {
82
- type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic">;
82
+ type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
83
83
  };
84
84
  colorSchemaType: {
85
- type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic">;
85
+ type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
86
86
  };
87
87
  "theme-type": {
88
88
  type: import("vue").PropType<themeType>;
@@ -113,10 +113,10 @@ declare const _default: {
113
113
  __isSuspense?: never;
114
114
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
115
115
  "color-schema-type": {
116
- type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic">;
116
+ type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
117
117
  };
118
118
  colorSchemaType: {
119
- type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic">;
119
+ type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
120
120
  };
121
121
  "theme-type": {
122
122
  type: import("vue").PropType<themeType>;
@@ -152,9 +152,9 @@ declare const _default: {
152
152
  }) => any;
153
153
  }, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
154
154
  propsDefinition: Omit<Readonly<{} & {
155
- "color-schema-type"?: "info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
155
+ "color-schema-type"?: "info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
156
156
  themeDefinition?: ThemeDefinitionV2;
157
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
157
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
158
158
  "theme-definition"?: ThemeDefinitionV2;
159
159
  themeType?: themeType;
160
160
  "theme-type"?: themeType;
@@ -438,8 +438,8 @@ declare const _default: {
438
438
  };
439
439
  }>;
440
440
  };
441
- disabled?: boolean;
442
441
  label?: string;
442
+ disabled?: boolean;
443
443
  "v-model"?: TimePeriodSettings;
444
444
  "onUpdate:modelValue"?: (value: TimePeriodSettings) => any;
445
445
  modelValue?: TimePeriodSettings;
@@ -500,8 +500,8 @@ declare const _default: {
500
500
  };
501
501
  }>;
502
502
  };
503
- disabled?: boolean;
504
503
  label?: string;
504
+ disabled?: boolean;
505
505
  "v-model"?: UrlPropertyValue;
506
506
  "onUpdate:modelValue"?: (value: UrlPropertyValue) => any;
507
507
  modelValue?: UrlPropertyValue;