@omnia/fx 8.0.157-dev → 8.0.159-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/services/OmniaSearchUserService.d.ts +7 -0
- package/internal-do-not-import-from-here/services/index.d.ts +37 -36
- package/internal-do-not-import-from-here/ux/aurora/store/ColorSchemaStore.d.ts +155 -31
- package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +155 -31
- package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +155 -31
- package/internal-do-not-import-from-here/ux/enterpriseproperties/picker/EnterprisePropertyPicker.d.ts +35 -1
- package/internal-do-not-import-from-here/ux/enterpriseproperties/picker/IEnterprisePropertyPicker.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/filterengine/Helper.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/filterengine/api/ExtendedBirthdayRegistration.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/filterengine/api/ExtendedBooleanRegistration.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/filterengine/api/ExtendedDateRegistration.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/filterengine/api/ExtendedDateTimeRegistration.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/filterengine/api/ExtendedEmailRegistration.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/filterengine/api/ExtendedHtmlRegistration.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/filterengine/api/ExtendedIdentityRegistration.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/filterengine/api/ExtendedIntegerRegistration.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/filterengine/api/ExtendedLinkRegistration.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/filterengine/api/ExtendedMultilineTextRegistration.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/filterengine/api/ExtendedMultilingualTextRegistration.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/filterengine/api/ExtendedPhoneNumberRegistration.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/filterengine/api/ExtendedTextRegistration.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/filterengine/handler/FilterEngineHandler.d.ts +4 -1
- package/internal-do-not-import-from-here/ux/journey/use/UseBlade.d.ts +8 -6
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.css.d.ts +155 -31
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +310 -62
- package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +310 -62
- package/internal-do-not-import-from-here/ux/oxide/slidepanel/SlidePanel.css.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +155 -31
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/VelcronContentEditor.css.d.ts +1 -3
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/VelcronContentEditor.d.ts +105 -55
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/components/ActionMenu.css.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/components/ActionMenu.d.ts +60 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/components/BorderSelector.d.ts +60 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/editorHooks/ContentEditorHooks.css.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/editorHooks/ContentEditorHooks.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/models/EditorRenderingHooks.d.ts +10 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/stores/ContentEditorStore.d.ts +21 -11
- package/internal-do-not-import-from-here/wctypings.d.ts +18 -1
- package/package.json +3 -3
- /package/internal-do-not-import-from-here/ux/velcron/renderer/{propertyeditors → editors}/AlignmentEditor.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/renderer/{propertyeditors → editors}/ColorEditor.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/renderer/{propertyeditors → editors}/ColorSchemaEditor.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/renderer/{propertyeditors → editors}/ContainerEditor.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/renderer/{propertyeditors → editors}/IconEditor.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/renderer/{propertyeditors → editors}/ImageEditor.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/renderer/{propertyeditors → editors}/MarkdownEditor.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/renderer/{propertyeditors → editors}/PropertyEditorCreator.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/renderer/{propertyeditors → editors}/ReferenceEditor.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/renderer/{propertyeditors → editors}/SliderEditor.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/renderer/{propertyeditors → editors}/SpacingEditor.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/renderer/{propertyeditors → editors}/SwitchEditor.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/renderer/{propertyeditors → editors}/TextEditor.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/renderer/{propertyeditors → editors}/TypographyEditor.d.ts +0 -0
@@ -394,9 +394,10 @@ import wca7db43482a3140998eca19b47d941126 from './ux/velcron/components/contente
|
|
394
394
|
import wcb2999683f82046d6ad05a3c13df8e577 from './ux/velcron/components/contenteditorNew/VelcronContentEditor';
|
395
395
|
import wcb197c5e805cc4d6bb3d012e258560b31 from './ux/velcron/components/definitionpicker/VelcronDefinitionPicker';
|
396
396
|
import wcdabd67ab338243858fe7d1ca24399995 from './ux/velcron/components/propertieseditor/VelcronPropertiesEditor';
|
397
|
-
import wc5688474abe554cabb34c696620eb6be1 from './ux/velcron/renderer/
|
397
|
+
import wc5688474abe554cabb34c696620eb6be1 from './ux/velcron/renderer/editors/PropertyEditorCreator';
|
398
398
|
import wcdb625bea89b04f32a946efe7a887c7f2 from '../../fx-sp/internal-do-not-import-from-here/ux/filterengine/components/settings/TaxonomyPropertySettings';
|
399
399
|
import wcded30c240e6c4688955867472a8d0a02 from '../../fx-sp/internal-do-not-import-from-here/ux/filterengine/components/settings/TaxonomyPropertyDefaultValueInput';
|
400
|
+
import wc0fb3af1182d849fc89b04ed67949091e from '../../fx-sp/internal-do-not-import-from-here/ux/filterengine/components/settings/ExtendedTaxonomyPropertyDefaultValueInput';
|
400
401
|
import wcd90e0352809742c482bdda733dc8872a from './ux/aurora/admin/blades/colorschemas/ColorSchemasJourney';
|
401
402
|
import wc682077b575c74b2086cbf438346e0ed3 from './ux/aurora/admin/blades/templates/TemplatesJourney';
|
402
403
|
import wc5e7631b4411b498eafa68ebde2136cc5 from './ux/aurora/admin/blades/themedesigner/ThemeDesigner';
|
@@ -1642,6 +1643,9 @@ declare global {
|
|
1642
1643
|
"omfx-filterengine-taxonomy-defaultvalue-input": typeof wcded30c240e6c4688955867472a8d0a02 extends {
|
1643
1644
|
propsDefinition: infer TProp;
|
1644
1645
|
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wcded30c240e6c4688955867472a8d0a02 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wcded30c240e6c4688955867472a8d0a02>, "propsDefinition">> : never;
|
1646
|
+
"omfx-filterengine-extended-taxonomy-defaultvalue-input": typeof wc0fb3af1182d849fc89b04ed67949091e extends {
|
1647
|
+
propsDefinition: infer TProp;
|
1648
|
+
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc0fb3af1182d849fc89b04ed67949091e extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc0fb3af1182d849fc89b04ed67949091e>, "propsDefinition">> : never;
|
1645
1649
|
"omnia-workplace-color-schemas-journey": typeof wcd90e0352809742c482bdda733dc8872a extends {
|
1646
1650
|
propsDefinition: infer TProp;
|
1647
1651
|
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wcd90e0352809742c482bdda733dc8872a extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wcd90e0352809742c482bdda733dc8872a>, "propsDefinition">> : never;
|
@@ -2329,6 +2333,19 @@ declare global {
|
|
2329
2333
|
} : typeof wcded30c240e6c4688955867472a8d0a02;
|
2330
2334
|
};
|
2331
2335
|
};
|
2336
|
+
"extended": {
|
2337
|
+
"taxonomy": {
|
2338
|
+
"defaultvalue": {
|
2339
|
+
"input": typeof wc0fb3af1182d849fc89b04ed67949091e extends {
|
2340
|
+
propsDefinition: infer TProp;
|
2341
|
+
} ? {
|
2342
|
+
new (...args: any[]): {
|
2343
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
2344
|
+
};
|
2345
|
+
} : typeof wc0fb3af1182d849fc89b04ed67949091e;
|
2346
|
+
};
|
2347
|
+
};
|
2348
|
+
};
|
2332
2349
|
};
|
2333
2350
|
"person": {
|
2334
2351
|
"filterengine": {
|
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.159-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.159-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.14",
|
29
29
|
"vue": "3.4.21",
|
30
30
|
"tslib": "2.6.2",
|
31
31
|
"typescript": "5.3.3",
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|