@omnia/fx 8.0.135-dev → 8.0.137-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/manifests/omnia.fx.manifest.json +1 -1
- package/internal-do-not-import-from-here/manifests/omnia.fx.ux.manifest.json +1 -1
- package/internal-do-not-import-from-here/stores/DefineStore.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/colorpickerV2/ColorPicker.css.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/colorpickerV2/ColorPicker.d.ts +29 -0
- package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaPicker.d.ts +29 -0
- package/internal-do-not-import-from-here/ux/enterpriseglossary/componentbase/EnterpriseGlossaryTermComponentBase.d.ts +113 -41
- package/internal-do-not-import-from-here/ux/journey/JourneyPlaceHolder.d.ts +3 -38
- package/internal-do-not-import-from-here/ux/journey/JourneyRouter.d.ts +8 -0
- package/internal-do-not-import-from-here/ux/journey/stores/JourneyRouterStore.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/journey/stores/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/chip/Chip.d.ts +10 -0
- package/internal-do-not-import-from-here/ux/oxide/colorpicker/ColorPicker.d.ts +29 -0
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.css.d.ts +253 -72
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +506 -144
- package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +29 -0
- package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +506 -144
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/typography/store/TypographyEditorStore.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/themes/store/ThemeEditorStore.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/DefinitionsChrome.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/BlueprintsTypography.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/BlueprintsTypography.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/shared/BlueprintsTemplates.d.ts +8 -8
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/shared/ThemeDefinitionInstance.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/shared/TypographyBlueprints.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/theming-v2/store/BlueprintTemplatesStore.d.ts +38 -28
- package/internal-do-not-import-from-here/ux/theming-v2/store/ChromeBlueprintStore.d.ts +210 -72
- package/internal-do-not-import-from-here/ux/theming-v2/store/ColorSchemaDefinitionStore.d.ts +20 -8
- package/internal-do-not-import-from-here/ux/theming-v2/store/ColorSchemaStore.d.ts +210 -72
- package/internal-do-not-import-from-here/ux/theming-v2/store/ComponentBlueprintStore.d.ts +13 -4897
- package/internal-do-not-import-from-here/ux/theming-v2/store/SpacingBlueprintStore.d.ts +210 -72
- package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeContextStore.d.ts +406 -0
- package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeDefinitionStoreV2.d.ts +17 -7
- package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeStoreV2.d.ts +43 -0
- package/internal-do-not-import-from-here/ux/theming-v2/store/ThemingService.d.ts +45 -0
- package/internal-do-not-import-from-here/ux/theming-v2/store/TypographyBlueprintStore.d.ts +210 -72
- package/internal-do-not-import-from-here/ux/theming-v2/store/tmpUseIndexDb.d.ts +69 -0
- package/internal-do-not-import-from-here/ux/theming-v2/themeprovider/ThemeProvider.d.ts +0 -8
- package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +253 -72
- package/internal-do-not-import-from-here/ux/use/UseWebNotification.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/use/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/velcron/core/events/CreateEventHook.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/velcron/core/events/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/core/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +5 -2
- package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutBladeBuilder.d.ts +11 -3
- package/internal-do-not-import-from-here/wctypings.d.ts +41 -0
- package/package.json +3 -3
- package/internal-do-not-import-from-here/ux/enterpriseglossary/componentbase/index.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/use/UseEventHook.d.ts +0 -14
@@ -129,7 +129,9 @@ import wc28d15a1179a04eaa9f2e82abe15f7177 from '../../fx-sp/internal-do-not-impo
|
|
129
129
|
import wcb1fca92af8524970b426823cf7ef65b5 from '../../fx-sp/internal-do-not-import-from-here/ux/filterengine/SelectionsAreaTaxonomyRenderer';
|
130
130
|
import wc8000658f96504040b6194f7e887665a7 from '../../fx-sp/internal-do-not-import-from-here/ux/queryfilterbuilder/QueryFilterBuilder';
|
131
131
|
import wccff151bfd6e24f2fbacd02bba0fffe1f from '../../fx-sp/internal-do-not-import-from-here/ux/targetingfilter/TargetingFilter';
|
132
|
+
import wcdae567bb2f1846abad5c0adaa64945cf from '../../fx-sp/internal-do-not-import-from-here/ux/termitem/SharePointTermItemComponent';
|
132
133
|
import wceb90230ea21a47af8ba7c2a3a18b8c6b from '../../fx-sp/internal-do-not-import-from-here/ux/termpicker/TermPicker';
|
134
|
+
import wc22cd73487d484024b495097211e8a2c1 from '../../fx-sp/internal-do-not-import-from-here/ux/termsetpicker/TermSetPicker';
|
133
135
|
import wcbc947f375ee34d2a98e2d431f2e45b62 from './ux/admin/chrome/AdminChromeWrapper';
|
134
136
|
import wc253e469ef68e4cb5b526343736c2ff11 from './ux/admin/chrome/AdminChrome';
|
135
137
|
import wc759fc5cd65954caaaaf142223a054ea5 from './ux/admin/queryableproperties/QueryablePropertiesJourney';
|
@@ -179,6 +181,7 @@ import wc99a73153b5c647da9d6de517f51e53f0 from './ux/blueprintpickers/typography
|
|
179
181
|
import wc2f742a14a560434abb899360a69c314b from './ux/blueprintpickers/typography/TypographyBlueprintsViewer';
|
180
182
|
import wc1f31fc580b854d19895c1879120a9891 from './ux/docs/chrome/DocsChrome';
|
181
183
|
import wc710dc11b823c4a80b2a031395c206325 from './ux/editorchrome/chrome/EditorChrome';
|
184
|
+
import wc72a828731c4e4f1e9753a6a6bfb31e67 from './ux/enterpriseglossary/componentbase/EnterpriseGlossaryTermComponentBase';
|
182
185
|
import wcb94ea0908c7f461085de9d21a61e0826 from './ux/enterpriseproperties/picker/EnterprisePropertyPicker';
|
183
186
|
import wc80899927961f45298421948c395d7f39 from './ux/enterpriseproperties/renderers/EnterprisePropertyValue';
|
184
187
|
import wc22666b255eb64f378edf70d5e9859216 from './ux/enterpriseproperties/renderers/EnterprisePropertyConfiguration';
|
@@ -818,9 +821,15 @@ declare global {
|
|
818
821
|
"omfx-targeting-filter": typeof wccff151bfd6e24f2fbacd02bba0fffe1f extends {
|
819
822
|
propsDefinition: infer TProp;
|
820
823
|
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wccff151bfd6e24f2fbacd02bba0fffe1f extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wccff151bfd6e24f2fbacd02bba0fffe1f>, "propsDefinition">> : never;
|
824
|
+
"omfx-sp-term-item": typeof wcdae567bb2f1846abad5c0adaa64945cf extends {
|
825
|
+
propsDefinition: infer TProp;
|
826
|
+
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wcdae567bb2f1846abad5c0adaa64945cf extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wcdae567bb2f1846abad5c0adaa64945cf>, "propsDefinition">> : never;
|
821
827
|
"omfx-term-picker": typeof wceb90230ea21a47af8ba7c2a3a18b8c6b extends {
|
822
828
|
propsDefinition: infer TProp;
|
823
829
|
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wceb90230ea21a47af8ba7c2a3a18b8c6b extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wceb90230ea21a47af8ba7c2a3a18b8c6b>, "propsDefinition">> : never;
|
830
|
+
"omfx-termset-picker": typeof wc22cd73487d484024b495097211e8a2c1 extends {
|
831
|
+
propsDefinition: infer TProp;
|
832
|
+
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc22cd73487d484024b495097211e8a2c1 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc22cd73487d484024b495097211e8a2c1>, "propsDefinition">> : never;
|
824
833
|
"omnia-admin": typeof wcbc947f375ee34d2a98e2d431f2e45b62 extends {
|
825
834
|
propsDefinition: infer TProp;
|
826
835
|
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wcbc947f375ee34d2a98e2d431f2e45b62 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wcbc947f375ee34d2a98e2d431f2e45b62>, "propsDefinition">> : never;
|
@@ -968,6 +977,9 @@ declare global {
|
|
968
977
|
"omfx-editor-chrome": typeof wc710dc11b823c4a80b2a031395c206325 extends {
|
969
978
|
propsDefinition: infer TProp;
|
970
979
|
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc710dc11b823c4a80b2a031395c206325 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc710dc11b823c4a80b2a031395c206325>, "propsDefinition">> : never;
|
980
|
+
"omfx-enterpriseglossary-term-base": typeof wc72a828731c4e4f1e9753a6a6bfb31e67 extends {
|
981
|
+
propsDefinition: infer TProp;
|
982
|
+
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc72a828731c4e4f1e9753a6a6bfb31e67 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc72a828731c4e4f1e9753a6a6bfb31e67>, "propsDefinition">> : never;
|
971
983
|
"omfx-enterpriseproperty-picker": typeof wcb94ea0908c7f461085de9d21a61e0826 extends {
|
972
984
|
propsDefinition: infer TProp;
|
973
985
|
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wcb94ea0908c7f461085de9d21a61e0826 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wcb94ea0908c7f461085de9d21a61e0826>, "propsDefinition">> : never;
|
@@ -2001,6 +2013,15 @@ declare global {
|
|
2001
2013
|
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
2002
2014
|
};
|
2003
2015
|
} : typeof wc41a6d1b1b02e4b368aac19ded6b391a1;
|
2016
|
+
"term": {
|
2017
|
+
"base": typeof wc72a828731c4e4f1e9753a6a6bfb31e67 extends {
|
2018
|
+
propsDefinition: infer TProp;
|
2019
|
+
} ? {
|
2020
|
+
new (...args: any[]): {
|
2021
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
2022
|
+
};
|
2023
|
+
} : typeof wc72a828731c4e4f1e9753a6a6bfb31e67;
|
2024
|
+
};
|
2004
2025
|
};
|
2005
2026
|
"features": {
|
2006
2027
|
"journey": {
|
@@ -3274,6 +3295,17 @@ declare global {
|
|
3274
3295
|
};
|
3275
3296
|
} : typeof wccff151bfd6e24f2fbacd02bba0fffe1f;
|
3276
3297
|
};
|
3298
|
+
"sp": {
|
3299
|
+
"term": {
|
3300
|
+
"item": typeof wcdae567bb2f1846abad5c0adaa64945cf extends {
|
3301
|
+
propsDefinition: infer TProp;
|
3302
|
+
} ? {
|
3303
|
+
new (...args: any[]): {
|
3304
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
3305
|
+
};
|
3306
|
+
} : typeof wcdae567bb2f1846abad5c0adaa64945cf;
|
3307
|
+
};
|
3308
|
+
};
|
3277
3309
|
"term": {
|
3278
3310
|
"picker": typeof wceb90230ea21a47af8ba7c2a3a18b8c6b extends {
|
3279
3311
|
propsDefinition: infer TProp;
|
@@ -3283,6 +3315,15 @@ declare global {
|
|
3283
3315
|
};
|
3284
3316
|
} : typeof wceb90230ea21a47af8ba7c2a3a18b8c6b;
|
3285
3317
|
};
|
3318
|
+
"termset": {
|
3319
|
+
"picker": typeof wc22cd73487d484024b495097211e8a2c1 extends {
|
3320
|
+
propsDefinition: infer TProp;
|
3321
|
+
} ? {
|
3322
|
+
new (...args: any[]): {
|
3323
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
3324
|
+
};
|
3325
|
+
} : typeof wc22cd73487d484024b495097211e8a2c1;
|
3326
|
+
};
|
3286
3327
|
"queryable": {
|
3287
3328
|
"enterpriseproperties": typeof wc759fc5cd65954caaaaf142223a054ea5 extends {
|
3288
3329
|
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.
|
4
|
+
"version": "8.0.137-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,12 +20,12 @@
|
|
20
20
|
],
|
21
21
|
"author": "Precio Fishbone",
|
22
22
|
"dependencies": {
|
23
|
-
"@omnia/fx-models": "8.0.
|
23
|
+
"@omnia/fx-models": "8.0.137-dev",
|
24
24
|
"@microsoft/signalr": "6.0.1",
|
25
25
|
"broadcast-channel": "4.8.0",
|
26
26
|
"dayjs": "1.11.7",
|
27
27
|
"splitpanes": "3.1.5",
|
28
|
-
"vuetify": "3.5.
|
28
|
+
"vuetify": "3.5.8",
|
29
29
|
"vue": "3.4.21",
|
30
30
|
"tslib": "2.6.2",
|
31
31
|
"typescript": "5.3.3",
|
@@ -1,14 +0,0 @@
|
|
1
|
-
export type EventHookOn<T = any> = (fn: (param: T) => void) => {
|
2
|
-
off: () => void;
|
3
|
-
};
|
4
|
-
export type EventHookOff<T = any> = (fn: (param: T) => void) => void;
|
5
|
-
export type EventHookTrigger<T = any> = (param: T) => void;
|
6
|
-
export interface EventHook<T = any> {
|
7
|
-
on: EventHookOn<T>;
|
8
|
-
off: EventHookOff<T>;
|
9
|
-
trigger: EventHookTrigger<T>;
|
10
|
-
}
|
11
|
-
/**
|
12
|
-
* Utility for creating event hooks on the fly
|
13
|
-
*/
|
14
|
-
export declare function createEventHook<T = any>(): EventHook<T>;
|