@omnia/fx 8.0.34-dev → 8.0.35-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.
- package/internal-do-not-import-from-here/shared/models/hub/activities/Activity.d.ts +2 -1
- package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityFeed.d.ts +2 -0
- package/internal-do-not-import-from-here/shared/models/hub/activities/IdentityActivity.d.ts +2 -1
- package/internal-do-not-import-from-here/shared/models/hub/fileupload/FileOwnerId.d.ts +3 -0
- package/internal-do-not-import-from-here/shared/models/hub/fileupload/FileOwnerId.js +5 -0
- package/internal-do-not-import-from-here/shared/models/hub/fileupload/TemporaryFileId.d.ts +4 -0
- package/internal-do-not-import-from-here/shared/models/hub/fileupload/TemporaryFileId.js +5 -0
- package/internal-do-not-import-from-here/shared/models/hub/fileupload/index.d.ts +2 -0
- package/internal-do-not-import-from-here/shared/models/hub/fileupload/index.js +5 -0
- package/internal-do-not-import-from-here/shared/models/hub/index.d.ts +1 -0
- package/internal-do-not-import-from-here/shared/models/hub/index.js +1 -0
- package/internal-do-not-import-from-here/shared/models/theming/BlueprintDefinition.d.ts +2 -2
- package/internal-do-not-import-from-here/shared/models/theming/SpacingSetting.d.ts +1 -0
- package/internal-do-not-import-from-here/shared/models/theming/TypographyDefinition.d.ts +4 -0
- package/internal-do-not-import-from-here/shared/services/ActivityService.d.ts +9 -2
- package/internal-do-not-import-from-here/shared/services/SourceFileService.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/admin/store/AdminStore.d.ts +0 -18
- package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/AffixRow.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/Template.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/chrome/ChromeRenderer.d.ts +17 -16
- package/internal-do-not-import-from-here/ux/hub/feed/components/SenderItem.d.ts +51 -17
- package/internal-do-not-import-from-here/ux/hub/feed/stores/ActivityFeedStore.d.ts +23 -10
- package/internal-do-not-import-from-here/ux/journey/v2/JourneyBlade.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/lazy/Avatar.css.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/{theming-v2/admin/blades/definitions/colorschemes/blades/ColorSchemaDefinitionBlade.d.ts → oxide/lazy/Lazy.d.ts} +42 -48
- package/internal-do-not-import-from-here/ux/theming-v2/SpacingDefinitionStore.d.ts +23 -0
- package/internal-do-not-import-from-here/ux/theming-v2/VelcronDefinitionStore.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/blueprints/blades/BlockBlade.d.ts +4 -31
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/blueprints/blades/ComponentsBlade.d.ts +4 -31
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/blueprints/blades/EditBlueprint.d.ts +4 -48
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/blueprints/blades/SpacingBlade.d.ts +4 -31
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/blueprints/blades/TypographyBlade.d.ts +4 -31
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/blueprints/store/BlueprintEditorStore.d.ts +9 -1
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/{typography/blades/TypographysBlade.d.ts → colorschemas/blades/ColorSchemaDefinitionBlade.d.ts} +5 -52
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/colorschemas/store/ColorSchemaEditorStore.d.ts +41 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/{colorschemes/blades/ColorSchemasBlade.d.ts → spacing/SpacingJourney.d.ts} +5 -52
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/spacing/blades/SpacingDefinitionBlade.css.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/spacing/blades/SpacingDefinitionBlade.d.ts +91 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/spacing/blades/SpacingSettingsBlade.d.ts +91 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/spacing/store/SpacingEditorStore.d.ts +42 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/typography/blades/TypographyDefinitionBlade.d.ts +4 -70
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/typography/blades/TypographySettingsBlade.d.ts +5 -1743
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/typography/components/FontPicker.css.d.ts +8 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/typography/components/FontPicker.d.ts +461 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/typography/store/TypographyEditorStore.d.ts +82 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/themes/blades/EditThemeBlade.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/SpacingTypes.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/TypographyTypes.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/SpacingTypes.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/SpacingTypes.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/TypographyTypes.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/theming-v2/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/theming-v2/styling/UseStyling.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/Typography.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/use/Shared.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/use/Types.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/use/UseIcon.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/use/UseInterSectionObserver.d.ts +39 -0
- package/internal-do-not-import-from-here/ux/use/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/blocks/content/components/DefinitionPickerPanel.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/VelcronContentEditor.d.ts +522 -3
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/store/ContentEditorStore.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/DefinitionPicker.d.ts +31 -31
- package/internal-do-not-import-from-here/wctypings.d.ts +15 -1
- package/package.json +2 -2
- /package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/{colorschemes → colorschemas}/ColorSchemasJourney.d.ts +0 -0
@@ -31,6 +31,7 @@ export interface TypographyTypesResult {
|
|
31
31
|
}
|
32
32
|
declare function typographyTypeStyling(typographyType: TypographyTypes, size: TypographySize, blueprint: TypographyBlueprint): {
|
33
33
|
baseStyles: {
|
34
|
+
fontFamily: string;
|
34
35
|
fontSize: string;
|
35
36
|
fontWeight: number;
|
36
37
|
lineHeight: string;
|
@@ -1,3 +1,4 @@
|
|
1
|
+
import { MaybeRefOrGetter } from "vue";
|
1
2
|
import { MaybeComputedElementRef, MaybeComputedRef, MaybeElement, UnRefElementReturn } from "./Types";
|
2
3
|
export declare const noop: () => void;
|
3
4
|
/**
|
@@ -7,4 +8,8 @@ export declare const noop: () => void;
|
|
7
8
|
*/
|
8
9
|
export declare function unrefElement<T extends MaybeElement>(elRef: MaybeComputedElementRef<T>): UnRefElementReturn<T>;
|
9
10
|
export declare function resolveUnref<T>(r: MaybeComputedRef<T>): T;
|
11
|
+
/**
|
12
|
+
* Get the value of value/ref/getter.
|
13
|
+
*/
|
14
|
+
export declare function toValue<T>(r: MaybeRefOrGetter<T>): T;
|
10
15
|
export type Arrayable<T> = T[] | T;
|
@@ -28,3 +28,7 @@ export declare type MaybeElementRef<T extends MaybeElement = MaybeElement> = May
|
|
28
28
|
export declare type MaybeComputedElementRef<T extends MaybeElement = MaybeElement> = MaybeComputedRef<T>;
|
29
29
|
export declare type MaybeElement = HTMLElement | SVGElement | Vue | undefined | null;
|
30
30
|
export declare type UnRefElementReturn<T extends MaybeElement = MaybeElement> = T extends Vue ? Exclude<MaybeElement, Vue> : T | undefined;
|
31
|
+
/**
|
32
|
+
* Any function
|
33
|
+
*/
|
34
|
+
export type AnyFn = (...args: any[]) => any;
|
@@ -96,6 +96,11 @@ export declare function useIcons(): {
|
|
96
96
|
moveTo: FontAwesomeIcon;
|
97
97
|
publish: FontAwesomeIcon;
|
98
98
|
};
|
99
|
+
breakpoints: {
|
100
|
+
mobile: FontAwesomeIcon;
|
101
|
+
tablet: FontAwesomeIcon;
|
102
|
+
desktop: FontAwesomeIcon;
|
103
|
+
};
|
99
104
|
};
|
100
105
|
presets: {
|
101
106
|
add: (size?: OIconSizes, toned?: boolean, theming?: ThemeableComponentProps) => JSX.Element;
|
@@ -0,0 +1,39 @@
|
|
1
|
+
import type { Ref, MaybeRefOrGetter } from "vue";
|
2
|
+
import type { MaybeComputedElementRef, MaybeElement } from "./Types";
|
3
|
+
import { Func } from "@omnia/fx-models";
|
4
|
+
export interface UseIntersectionObserverOptions {
|
5
|
+
/**
|
6
|
+
* Start the IntersectionObserver immediately on creation
|
7
|
+
*
|
8
|
+
* @default true
|
9
|
+
*/
|
10
|
+
immediate?: boolean;
|
11
|
+
/**
|
12
|
+
* The Element or Document whose bounds are used as the bounding box when testing for intersection.
|
13
|
+
*/
|
14
|
+
root?: MaybeComputedElementRef;
|
15
|
+
/**
|
16
|
+
* A string which specifies a set of offsets to add to the root's bounding_box when calculating intersections.
|
17
|
+
*/
|
18
|
+
rootMargin?: string;
|
19
|
+
/**
|
20
|
+
* Either a single number or an array of numbers between 0.0 and 1.
|
21
|
+
*/
|
22
|
+
threshold?: number | number[];
|
23
|
+
window?: Window;
|
24
|
+
}
|
25
|
+
export interface UseIntersectionObserverReturn {
|
26
|
+
isSupported: Ref<boolean>;
|
27
|
+
stop: () => void;
|
28
|
+
isActive: Readonly<Ref<boolean>>;
|
29
|
+
pause: Func;
|
30
|
+
resume: Func;
|
31
|
+
}
|
32
|
+
/**
|
33
|
+
* Detects that a target element's visibility.
|
34
|
+
*
|
35
|
+
* @param target
|
36
|
+
* @param callback
|
37
|
+
* @param options
|
38
|
+
*/
|
39
|
+
export declare function useIntersectionObserver(target: MaybeComputedElementRef | MaybeRefOrGetter<MaybeElement[]> | MaybeComputedElementRef[], callback: IntersectionObserverCallback, options?: UseIntersectionObserverOptions): UseIntersectionObserverReturn;
|