@omnia/fx 8.0.52-vnext → 8.0.54-vnext
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.ux.manifest.json +1 -1
- package/internal-do-not-import-from-here/shared/models/theming/BlueprintDefinition.d.ts +12 -7
- package/internal-do-not-import-from-here/shared/models/theming/BlueprintDefinition.js +2 -1
- package/internal-do-not-import-from-here/shared/models/theming/SpacingSetting.d.ts +21 -4
- package/internal-do-not-import-from-here/shared/models/theming/SpacingSetting.js +9 -0
- package/internal-do-not-import-from-here/shared/models/theming/UseThemeMethods.d.ts +1 -1
- package/internal-do-not-import-from-here/shared/models/theming/UseThemeMethods.js +18 -18
- package/internal-do-not-import-from-here/stores/oxide/ComponentHostStore.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/InternalDefineWebComponent.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/VueComponentBase.d.ts +3 -8
- package/internal-do-not-import-from-here/ux/appprovisioning/AppInstanceComponentProps.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/appprovisioning/IAppProvisioningValidatorComponent.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/appprovisioning/appinstanceeditingjourney/EditEnterprisePropertiesBlade.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/appprovisioning/appinstanceeditingjourney/EditProperiesBlade.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/appprovisioning/appinstanceroutepathblade/AppInstanceRoutePathBlade.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/appprovisioning/apppropertynamingpolicyinput/IAppPropertyNamingPolicyInput.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningwizard/AppProvisioningWizard.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/appprovisioning/approuteinput/AppRouteInput.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/appprovisioning/approuteinput/IAppRouteInput.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/appprovisioning/apptitledescription/AppDescriptionInput.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/appprovisioning/apptitledescription/IAppDescriptionInput.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/appprovisioning/apptitleinput/AppTitleInput.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/appprovisioning/apptitleinput/IAppTitleInput.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceEnterprisePropertiesVueComponent.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceInformationVueComponent.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstancePermissionsVueComponent.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/appprovisioning/components/AppProvisioningStepComponentBase.d.ts +1 -3
- package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/richtextfield/RichTextFieldEdit.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/enterpriseproperties/picker/EnterprisePropertyPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/enterprisepropertysets/picker/EnterprisePropertySetPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/features/FeatureComponentProps.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/StepListingSettingsPanel.d.ts +4 -1
- package/internal-do-not-import-from-here/ux/models/DataTable.d.ts +3 -1
- package/internal-do-not-import-from-here/ux/models/Validation.d.ts +25 -0
- package/internal-do-not-import-from-here/ux/models/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/multilingualinput/MultilingualInput.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +1 -2
- package/internal-do-not-import-from-here/ux/oxide/column/Column.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.css.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/hostprovider/HostProvider.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/oxide/slider/Slider.d.ts +22 -0
- package/internal-do-not-import-from-here/ux/oxide/validation/Validation.d.ts +111 -0
- package/internal-do-not-import-from-here/ux/permissioninput/IPermissionInput.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/permissioninput/PermissionInput.d.ts +0 -4
- package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditorSettings.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/spacingpicker/SpacingPicker3.css.d.ts +15 -0
- package/internal-do-not-import-from-here/ux/spacingpicker/SpacingPicker3.d.ts +540 -0
- package/internal-do-not-import-from-here/ux/spacingpicker/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/spacingpicker/docs/SampleComponent.d.ts +91 -0
- package/internal-do-not-import-from-here/ux/spacingpicker/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/spacingpicker/loc/localize.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/theming-v2/styling/UseBlueprintStyling.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/theming-v2/themes/SpacingTypes.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/urlinput/UrlInput.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/use/UseIcon.d.ts +35 -4
- package/internal-do-not-import-from-here/ux/use/UseValidation.d.ts +2 -10
- package/internal-do-not-import-from-here/ux/use/index.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/validation/FieldValidation.d.ts +132 -17
- package/internal-do-not-import-from-here/ux/validation/FieldValueValidation.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/validation/FormValidator.d.ts +1 -10
- package/internal-do-not-import-from-here/ux/validation/IComponentValidationEnabled.d.ts +1 -10
- package/internal-do-not-import-from-here/ux/validation/IFieldValidation.d.ts +1 -21
- package/internal-do-not-import-from-here/ux/versionedlayout/blade/LayoutAliasBlade.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutListBladeBuilder.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/versionedlayout/editor/alternatelayout/AlternateLayoutCreationForm.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/versionedlayout/editor/alternatelayout/AlternateLayoutRenameForm.d.ts +0 -1
- package/internal-do-not-import-from-here/wctypings.d.ts +5 -3
- package/package.json +2 -2
- package/internal-do-not-import-from-here/ux/playground_test/PlayComponent.d.ts +0 -108
- package/internal-do-not-import-from-here/ux/playground_test/play2tabs/FileUploaderTab.d.ts +0 -8
- package/internal-do-not-import-from-here/ux/playground_test/play2tabs/MediaPickerTab.d.ts +0 -12
- package/internal-do-not-import-from-here/ux/playground_test/play2tabs/MultilingualInputTab.d.ts +0 -12
- package/internal-do-not-import-from-here/ux/playground_test/play2tabs/RichtextEditorTab.d.ts +0 -12
- package/internal-do-not-import-from-here/ux/playground_test/play2tabs/SharePointPermissionTab.d.ts +0 -17
- package/internal-do-not-import-from-here/ux/playground_test/play2tabs/TermPickerTab.d.ts +0 -10
- package/internal-do-not-import-from-here/ux/playground_test/play2tabs/TestChart.d.ts +0 -15
- package/internal-do-not-import-from-here/ux/playground_test/play2tabs/TimePeriodPickerTab.d.ts +0 -8
- package/internal-do-not-import-from-here/ux/playground_test/testvalidate/DemoValidate.d.ts +0 -21
- package/internal-do-not-import-from-here/ux/playground_test/testvalidate/IDemoValidate.d.ts +0 -17
- package/internal-do-not-import-from-here/ux/playground_test/testvalidate/SubComponent1.d.ts +0 -8
- /package/internal-do-not-import-from-here/ux/{playground_test/Play2Component.d.ts → oxide/slider/docs/SampleComponent2.d.ts} +0 -0
@@ -1,21 +0,0 @@
|
|
1
|
-
import { IWebComponentInstance } from "../../../";
|
2
|
-
import { VueComponentBase } from "../../VueComponentBase";
|
3
|
-
import { IDemoValidate } from "./IDemoValidate";
|
4
|
-
export declare class DemoValidate extends VueComponentBase implements IWebComponentInstance, IDemoValidate {
|
5
|
-
private internalValidator;
|
6
|
-
mounted(): void;
|
7
|
-
textField1: string;
|
8
|
-
textField2: number;
|
9
|
-
textField3: string;
|
10
|
-
textField4: string;
|
11
|
-
textField5: string;
|
12
|
-
toggle: boolean;
|
13
|
-
private color1;
|
14
|
-
private icon1;
|
15
|
-
private isValid;
|
16
|
-
private urlPropertyValue1;
|
17
|
-
private urlPropertyValue2;
|
18
|
-
render(): JSX.Element;
|
19
|
-
submit(): void;
|
20
|
-
cancel(): void;
|
21
|
-
}
|
@@ -1,17 +0,0 @@
|
|
1
|
-
import { TsxAllowUnknowProperties } from "../../TsxAllowUnknowProperties";
|
2
|
-
export interface IDemoValidate {
|
3
|
-
[name: string]: any;
|
4
|
-
}
|
5
|
-
declare global {
|
6
|
-
namespace JSX {
|
7
|
-
interface Element {
|
8
|
-
}
|
9
|
-
interface ElementClass {
|
10
|
-
}
|
11
|
-
interface ElementAttributesProperty {
|
12
|
-
}
|
13
|
-
interface IntrinsicElements {
|
14
|
-
"omfx-demo-validate": TsxAllowUnknowProperties<IDemoValidate>;
|
15
|
-
}
|
16
|
-
}
|
17
|
-
}
|
@@ -1,8 +0,0 @@
|
|
1
|
-
import { IWebComponentInstance } from "../../../";
|
2
|
-
import { VueComponentBase } from "../../VueComponentBase";
|
3
|
-
export declare class SubComponent1 extends VueComponentBase implements IWebComponentInstance {
|
4
|
-
mounted(): void;
|
5
|
-
textField1: string;
|
6
|
-
textField2: string;
|
7
|
-
render(): JSX.Element;
|
8
|
-
}
|