@omnia/fx 8.0.400-dev → 8.0.402-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/ux/Exposes.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/StyleFlow.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/Styles.stylex.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/settings/blades/tenantregional/loc/localize.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/admin/usermanagement/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/loc/localize.d.ts +9 -2
- package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/UserManagementConstants.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/usertypes/tabs/AuthenticationBlades/BuiltInProvidersBlade.d.ts +15 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/usertypes/tabs/AuthenticationBlades/BuiltInProvidersDetailBlade.d.ts +11 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/usertypes/tabs/AuthenticationBlades/ExternalProvidersBlade.d.ts +15 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/usertypes/tabs/AuthenticationBlades/OnboardingBlade.d.ts +15 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/usertypes/tabs/AuthenticationBlades/RefreshTokensBlade.d.ts +15 -0
- package/internal-do-not-import-from-here/ux/alignmentpicker/AlignmentPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/typography/blades/EditStylesBlade.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/typography/store/TypographyEditorStore.d.ts +21 -2
- package/internal-do-not-import-from-here/ux/aurora/components/backgroundstyle/BackgroundStyleEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/backgroundstyle/BackgroundStyleViewer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/borderpicker/BorderPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/buttonstyle/ButtonStylePicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/chromepicker/ChromePicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaDefinitionPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaViewer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/containerFillpicker/ContainerFillBlueprintsPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/containerFillpicker/ContainerFillPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/FillPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStyleEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStylePicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/placeholder/Placeholder.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/spacingpicker/SpacingBlueprintPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/textcolorpicker/TextColorBlueprintsPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/textcolorpicker/TextColorPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/textformatpicker/TextFormatPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/textstylepicker/TextStylePicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/themepicker/ThemePicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyBlueprintPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyBlueprintsViewer.d.ts +5 -2
- package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyEditor.d.ts +14 -4
- package/internal-do-not-import-from-here/ux/aurora/components/typography/components/TypographyFillRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/viewtemplatepicker/ViewTemplatePicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/store/ThemeNormalizer.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintManager.d.ts +11 -0
- package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/aurora/store/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/aurora/styling/UseStyling.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/aurora/styling/styles/Typography.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/aurora/themeprovider/ThemeProvider.d.ts +1 -7
- package/internal-do-not-import-from-here/ux/datetimepicker/DateTimePicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/datetimezonepicker/DateTimeZonePicker.d.ts +33 -179
- package/internal-do-not-import-from-here/ux/datetimezonerenderer/DateTimeZoneRenderer.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/enterpriseproperties/picker/EnterprisePropertyPicker_old.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/enterprisepropertysets/Picker.d.ts +12 -0
- package/internal-do-not-import-from-here/ux/enterprisepropertysets/picker/EnterprisePropertySetPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/enterprisepropertysets/store.d.ts +32 -0
- package/internal-do-not-import-from-here/ux/filterpicker/FilterPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/governancedashboard/BarChartIndicator.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/governancedashboard/NumericIndicator.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerButton.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerField.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerInlineField.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/inputtoken/InputToken.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/journey/selection/JourneySelect.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/languagepicker/LanguagePicker.d.ts +47 -457
- package/internal-do-not-import-from-here/ux/languagepicker/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/SectionItemListing.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/markdown/MarkdownRenderer.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/mobile/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/multitextinput/MultiTextInput.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/chip/Chip.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/colorpicker/ColorPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/divider/Divider.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/form/Form.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/inputfield/InputField.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/list/List.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/picker/Picker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/radio/Radio.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/rangeslider/RangeSlider.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/selection/Selection.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/slider/Slider.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/switch/Switch.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/timeperiodpicker/TimePeriodPicker.d.ts +8 -332
- package/internal-do-not-import-from-here/ux/urlinput/UrlInputLegacy.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/IconEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/NumberEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/PropertyEditorCreator.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/SwitchEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/TextEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/wctypings.d.ts +10 -10
- package/package.json +2 -2
- package/internal-do-not-import-from-here/ux/admin/usermanagement/usertypes/blades/AddOrEditUserTypeBladeGeneral.d.ts +0 -15
- package/internal-do-not-import-from-here/ux/languagepicker/ILanguagePicker.d.ts +0 -33
- /package/internal-do-not-import-from-here/ux/aurora/admin/blades/typography/blades/{EditTypographyDefinitionBlade.d.ts → EditDefinitionBlade.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/blades/typography/blades/{EditTypographyFillBlade.d.ts → EditScaleBlade.d.ts} +0 -0
@@ -17,7 +17,6 @@ export * from "./appprovisioning";
|
|
17
17
|
export * from "./enterpriseproperties";
|
18
18
|
export * from "./errormessage";
|
19
19
|
export * from "./features";
|
20
|
-
export * from "./languagepicker";
|
21
20
|
export * from "./models";
|
22
21
|
export * from "./multilingualinput";
|
23
22
|
export * from "./permissioninput";
|
@@ -37,6 +37,7 @@ export declare namespace StyleFlow {
|
|
37
37
|
boxSizing(boxSizing: string): import("./Styles.stylex").StylexValue;
|
38
38
|
display(display: string): import("./Styles.stylex").StylexValue;
|
39
39
|
wordBreak(wordBreak: string): import("./Styles.stylex").StylexValue;
|
40
|
+
fontStyle(fontstyle: string): import("./Styles.stylex").StylexValue;
|
40
41
|
whiteSpace(whiteSpace: string): import("./Styles.stylex").StylexValue;
|
41
42
|
backDropFilter(backDropFilter: string): import("./Styles.stylex").StylexValue;
|
42
43
|
transition(transition: string): import("./Styles.stylex").StylexValue;
|
@@ -42,6 +42,7 @@ export declare const cssRules: {
|
|
42
42
|
boxSizing(boxSizing: string): StylexValue;
|
43
43
|
display(display: string): StylexValue;
|
44
44
|
wordBreak(wordBreak: string): StylexValue;
|
45
|
+
fontStyle(fontstyle: string): StylexValue;
|
45
46
|
whiteSpace(whiteSpace: string): StylexValue;
|
46
47
|
backDropFilter(backDropFilter: string): StylexValue;
|
47
48
|
transition(transition: string): StylexValue;
|
package/internal-do-not-import-from-here/ux/admin/settings/blades/tenantregional/loc/localize.d.ts
CHANGED
@@ -8,14 +8,14 @@ export declare namespace TenantRegionalLocalization {
|
|
8
8
|
Language: string;
|
9
9
|
AddLanguage: string;
|
10
10
|
Settings: string;
|
11
|
-
|
12
|
-
|
11
|
+
DateFormatLabel: string;
|
12
|
+
TimeFormatLabel: string;
|
13
13
|
DateAndTime: string;
|
14
14
|
Hour24: string;
|
15
15
|
Hour12: string;
|
16
16
|
ExcludeCountry: string;
|
17
17
|
LanguageDefault: string;
|
18
|
-
|
18
|
+
FirstDayOfWeekLabel: string;
|
19
19
|
Monday: string;
|
20
20
|
Sunday: string;
|
21
21
|
ErrorDateFormat: string;
|
@@ -175,9 +175,16 @@ export declare namespace UserManagementLocalization {
|
|
175
175
|
ErrorMessageUserTypeInUse: string;
|
176
176
|
Tabs: {
|
177
177
|
General: string;
|
178
|
-
Properties: string;
|
179
178
|
Authentication: string;
|
180
|
-
|
179
|
+
Onboarding: string;
|
180
|
+
RefreshTokens: string;
|
181
|
+
};
|
182
|
+
AuthenticationBlades: {
|
183
|
+
ExternalProviders: string;
|
184
|
+
BuiltInProviders: string;
|
185
|
+
Onboarding: string;
|
186
|
+
RefreshTokens: string;
|
187
|
+
EnableProvider: string;
|
181
188
|
};
|
182
189
|
FormProperties: {
|
183
190
|
Request: string;
|
package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/UserManagementConstants.d.ts
CHANGED
@@ -39,6 +39,12 @@ export declare const UserManagementBladeIds: {
|
|
39
39
|
detailAuthentication: guid;
|
40
40
|
detailProperties: guid;
|
41
41
|
detailUserProfileCompletion: guid;
|
42
|
+
detailAuthenticationBlades: {
|
43
|
+
externalProviders: guid;
|
44
|
+
builtInProviders: guid;
|
45
|
+
onboarding: guid;
|
46
|
+
refreshTokens: guid;
|
47
|
+
};
|
42
48
|
};
|
43
49
|
userproperties: {
|
44
50
|
listing: guid;
|
@@ -0,0 +1,15 @@
|
|
1
|
+
import { AuthenticationSettings } from "@omnia/fx-models";
|
2
|
+
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
3
|
+
"emit:update:authSettings": (value: AuthenticationSettings) => void;
|
4
|
+
} & {
|
5
|
+
"v-model:authSettings"?: AuthenticationSettings;
|
6
|
+
} & {
|
7
|
+
authSettings?: AuthenticationSettings;
|
8
|
+
}> & {
|
9
|
+
"onUpdate:authSettings"?: (value: AuthenticationSettings) => any;
|
10
|
+
} & {
|
11
|
+
"v-slots"?: {} & Omit<{
|
12
|
+
default?: import("vue").Slot;
|
13
|
+
}, never>;
|
14
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "authSettings" | "emit:update:authSettings" | "v-model:authSettings"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
15
|
+
export default _default;
|
@@ -0,0 +1,11 @@
|
|
1
|
+
import { AuthenticationSettings, OmniaAuthSettings } from "@omnia/fx-models";
|
2
|
+
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
3
|
+
omniaAuthSettings?: OmniaAuthSettings;
|
4
|
+
} & {
|
5
|
+
authSettings?: AuthenticationSettings;
|
6
|
+
}> & {} & {
|
7
|
+
"v-slots"?: {} & Omit<{
|
8
|
+
default?: import("vue").Slot;
|
9
|
+
}, never>;
|
10
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "authSettings" | "omniaAuthSettings"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
11
|
+
export default _default;
|
@@ -0,0 +1,15 @@
|
|
1
|
+
import { AuthenticationSettings } from "@omnia/fx-models";
|
2
|
+
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
3
|
+
"emit:update:authSettings": (value: AuthenticationSettings) => void;
|
4
|
+
} & {
|
5
|
+
"v-model:authSettings"?: AuthenticationSettings;
|
6
|
+
} & {
|
7
|
+
authSettings?: AuthenticationSettings;
|
8
|
+
}> & {
|
9
|
+
"onUpdate:authSettings"?: (value: AuthenticationSettings) => any;
|
10
|
+
} & {
|
11
|
+
"v-slots"?: {} & Omit<{
|
12
|
+
default?: import("vue").Slot;
|
13
|
+
}, never>;
|
14
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "authSettings" | "emit:update:authSettings" | "v-model:authSettings"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
15
|
+
export default _default;
|
@@ -0,0 +1,15 @@
|
|
1
|
+
import { AuthenticationSettings } from "@omnia/fx-models";
|
2
|
+
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
3
|
+
"emit:update:authSettings": (value: AuthenticationSettings) => void;
|
4
|
+
} & {
|
5
|
+
"v-model:authSettings"?: AuthenticationSettings;
|
6
|
+
} & {
|
7
|
+
authSettings?: AuthenticationSettings;
|
8
|
+
}> & {
|
9
|
+
"onUpdate:authSettings"?: (value: AuthenticationSettings) => any;
|
10
|
+
} & {
|
11
|
+
"v-slots"?: {} & Omit<{
|
12
|
+
default?: import("vue").Slot;
|
13
|
+
}, never>;
|
14
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "authSettings" | "emit:update:authSettings" | "v-model:authSettings"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
15
|
+
export default _default;
|
@@ -0,0 +1,15 @@
|
|
1
|
+
import { AuthenticationSettings } from "@omnia/fx-models";
|
2
|
+
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
3
|
+
"emit:update:authSettings": (value: AuthenticationSettings) => void;
|
4
|
+
} & {
|
5
|
+
"v-model:authSettings"?: AuthenticationSettings;
|
6
|
+
} & {
|
7
|
+
authSettings?: AuthenticationSettings;
|
8
|
+
}> & {
|
9
|
+
"onUpdate:authSettings"?: (value: AuthenticationSettings) => any;
|
10
|
+
} & {
|
11
|
+
"v-slots"?: {} & Omit<{
|
12
|
+
default?: import("vue").Slot;
|
13
|
+
}, never>;
|
14
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "authSettings" | "emit:update:authSettings" | "v-model:authSettings"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
15
|
+
export default _default;
|
@@ -16,5 +16,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
|
16
16
|
"v-slots"?: {} & Omit<{
|
17
17
|
default?: import("vue").Slot;
|
18
18
|
}, never>;
|
19
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "
|
19
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "vertical" | "modelValue" | "v-model" | "emit:update:modelValue"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
20
20
|
export default _default;
|
@@ -0,0 +1,16 @@
|
|
1
|
+
declare const _default: {
|
2
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{}>>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
3
|
+
P: {};
|
4
|
+
B: {};
|
5
|
+
D: {};
|
6
|
+
C: {};
|
7
|
+
M: {};
|
8
|
+
Defaults: {};
|
9
|
+
}, Readonly<import("vue").ExtractPropTypes<{}>>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {}>;
|
10
|
+
__isFragment?: never;
|
11
|
+
__isTeleport?: never;
|
12
|
+
__isSuspense?: never;
|
13
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
14
|
+
propsDefinition: Omit<Readonly<{} & {}>, never>;
|
15
|
+
};
|
16
|
+
export default _default;
|
@@ -6,6 +6,7 @@ export declare const useTypographyEditorStore: () => {
|
|
6
6
|
blueprint: TypographyBlueprint;
|
7
7
|
editMode: boolean;
|
8
8
|
editingType: TextStyleType;
|
9
|
+
styleEditVariant: "system-styles" | "custom-styles";
|
9
10
|
selectedTypography: {
|
10
11
|
type: TextStyleType;
|
11
12
|
size: TextStyleSizes;
|
@@ -20,6 +21,7 @@ export declare const useTypographyEditorStore: () => {
|
|
20
21
|
blueprint: TypographyBlueprint;
|
21
22
|
editMode: boolean;
|
22
23
|
editingType: TextStyleType;
|
24
|
+
styleEditVariant: "system-styles" | "custom-styles";
|
23
25
|
selectedTypography: {
|
24
26
|
type: TextStyleType;
|
25
27
|
size: TextStyleSizes;
|
@@ -29,6 +31,10 @@ export declare const useTypographyEditorStore: () => {
|
|
29
31
|
selectedFillVariant: BlueprintVariant;
|
30
32
|
}, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
|
31
33
|
actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
|
34
|
+
calculate(): {
|
35
|
+
editingDefinitionFromBaseStyles(): void;
|
36
|
+
baseScale(): void;
|
37
|
+
};
|
32
38
|
setSelectedDefinition(type: TextStyleType, size: TextStyleSizes): void;
|
33
39
|
addVariant(variantType: TextStyleType): BlueprintVariant;
|
34
40
|
deleteEditingVariant(): void;
|
@@ -48,6 +54,11 @@ export declare const useTypographyEditorStore: () => {
|
|
48
54
|
delete(): Promise<boolean>;
|
49
55
|
}>;
|
50
56
|
get: {
|
57
|
+
scaleSettings: {
|
58
|
+
values: {
|
59
|
+
scale: (type: "sm" | "md" | "lg") => number;
|
60
|
+
};
|
61
|
+
};
|
51
62
|
definitionType: () => import("@omnia/fx-models").VariantBlueprints<FillDefinition> | import("@omnia/fx-models").VariantBlueprints<TextStyleDefinition> | {
|
52
63
|
xl: TextStyleDefinition;
|
53
64
|
l: TextStyleDefinition;
|
@@ -64,7 +75,14 @@ export declare const useTypographyEditorStore: () => {
|
|
64
75
|
font?: TypographyFontRef;
|
65
76
|
} | {
|
66
77
|
xl?: TextStyleDefinition;
|
67
|
-
l
|
78
|
+
l?: TextStyleDefinition;
|
79
|
+
m: TextStyleDefinition;
|
80
|
+
s?: TextStyleDefinition;
|
81
|
+
xs?: TextStyleDefinition;
|
82
|
+
font?: TypographyFontRef;
|
83
|
+
} | {
|
84
|
+
xl?: TextStyleDefinition;
|
85
|
+
l?: TextStyleDefinition;
|
68
86
|
m: TextStyleDefinition;
|
69
87
|
s?: TextStyleDefinition;
|
70
88
|
xs?: TextStyleDefinition;
|
@@ -76,7 +94,8 @@ export declare const useTypographyEditorStore: () => {
|
|
76
94
|
startBlade: guid;
|
77
95
|
editTypographyBlade: guid;
|
78
96
|
editTypeScaleBlade: guid;
|
79
|
-
|
97
|
+
editStylesBlade: guid;
|
98
|
+
editScaleBlade: guid;
|
80
99
|
settingsBlade: guid;
|
81
100
|
};
|
82
101
|
} & {
|
@@ -43,5 +43,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
|
43
43
|
} & Omit<{
|
44
44
|
default?: import("vue").Slot;
|
45
45
|
}, "activator">;
|
46
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "fill" | "
|
46
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "fill" | "label" | "border" | "variant" | "modelValue" | "elevation" | "v-model" | "toned" | "emit:update:modelValue" | "themeType" | "slot:activator" | "emit:click:confirm" | "enableDynamicColor" | "toolbarCallback" | "defaultColorSchemaType" | "individualRadiusSelection" | "createNewColorDynamic" | "individualBorderWidthSelection"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
47
47
|
export default _default;
|
@@ -103,10 +103,10 @@ declare const _default: {
|
|
103
103
|
container: boolean;
|
104
104
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
105
105
|
propsDefinition: Omit<Readonly<{} & {
|
106
|
+
label?: string;
|
106
107
|
blueprint?: BackgroundDefinition;
|
107
108
|
container?: boolean;
|
108
109
|
height?: string;
|
109
|
-
label?: string;
|
110
110
|
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
111
111
|
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
112
112
|
dynamicColorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
package/internal-do-not-import-from-here/ux/aurora/components/borderpicker/BorderPicker.d.ts
CHANGED
@@ -34,5 +34,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
|
34
34
|
} & Omit<{
|
35
35
|
default?: import("vue").Slot;
|
36
36
|
}, "activator">;
|
37
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "
|
37
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "variant" | "modelValue" | "v-model" | "toned" | "emit:update:modelValue" | "themeType" | "slot:activator" | "enableDynamicColor" | "defaultColorSchemaType" | "individualRadiusSelection" | "individualWidthSelection" | "createNewColorDynamic"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
38
38
|
export default _default;
|
package/internal-do-not-import-from-here/ux/aurora/components/buttonstyle/ButtonStylePicker.d.ts
CHANGED
@@ -25,5 +25,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
|
25
25
|
"v-slots"?: {} & Omit<{
|
26
26
|
default?: import("vue").Slot;
|
27
27
|
}, never>;
|
28
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "
|
28
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "variant" | "modelValue" | "v-model" | "toned" | "placeholder" | "emit:update:modelValue" | "themeType" | "sampleText" | "customStyling"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
29
29
|
export default _default;
|
package/internal-do-not-import-from-here/ux/aurora/components/chromepicker/ChromePicker.d.ts
CHANGED
@@ -17,5 +17,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
|
17
17
|
"v-slots"?: {} & Omit<{
|
18
18
|
default?: import("vue").Slot;
|
19
19
|
}, never>;
|
20
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "
|
20
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "variant" | "modelValue" | "v-model" | "emit:update:modelValue" | "emit:selection"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
21
21
|
export default _default;
|
package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPicker.d.ts
CHANGED
@@ -412,6 +412,7 @@ declare const _default: {
|
|
412
412
|
container: boolean;
|
413
413
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
414
414
|
propsDefinition: Omit<Readonly<{} & {
|
415
|
+
label?: string;
|
415
416
|
type?: ColorPickerType;
|
416
417
|
name?: {
|
417
418
|
[x: `onUpdate:${string}`]: {
|
@@ -477,7 +478,6 @@ declare const _default: {
|
|
477
478
|
container?: boolean;
|
478
479
|
opacity?: boolean;
|
479
480
|
variant?: "inline" | "button" | "dropdown" | "journey";
|
480
|
-
label?: string;
|
481
481
|
disabled?: boolean;
|
482
482
|
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
483
483
|
modelValue?: ColorValue;
|
@@ -29,5 +29,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
|
29
29
|
} & Omit<{
|
30
30
|
default?: import("vue").Slot;
|
31
31
|
}, "activator">;
|
32
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "
|
32
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "variant" | "modelValue" | "items" | "v-model" | "toned" | "placeholder" | "emit:update:modelValue" | "slot:activator" | "fallbackColorType" | "selectionLabel"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
33
33
|
export default _default;
|
@@ -408,6 +408,7 @@ declare const _default: {
|
|
408
408
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
409
409
|
propsDefinition: Omit<Readonly<{} & {
|
410
410
|
title?: string;
|
411
|
+
label?: string;
|
411
412
|
name?: {
|
412
413
|
[x: `onUpdate:${string}`]: {
|
413
414
|
type: import("vue").PropType<(value: "background" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchema) => any | void>;
|
@@ -472,7 +473,6 @@ declare const _default: {
|
|
472
473
|
container?: boolean;
|
473
474
|
variant?: Variant;
|
474
475
|
class?: String | String[];
|
475
|
-
label?: string;
|
476
476
|
disabled?: boolean;
|
477
477
|
colorSchemaType?: "background" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
478
478
|
modelValue?: "background" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchema;
|
@@ -338,6 +338,7 @@ declare const _default: {
|
|
338
338
|
container: boolean;
|
339
339
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
340
340
|
propsDefinition: Omit<Readonly<{} & {
|
341
|
+
label?: string;
|
341
342
|
name?: {
|
342
343
|
[x: `onUpdate:${string}`]: {
|
343
344
|
type: import("vue").PropType<(value: ColorSchema) => any | void>;
|
@@ -403,7 +404,6 @@ declare const _default: {
|
|
403
404
|
width?: string;
|
404
405
|
variant?: Variant;
|
405
406
|
class?: string;
|
406
|
-
label?: string;
|
407
407
|
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
408
408
|
modelValue?: ColorSchema;
|
409
409
|
closeIcon?: boolean;
|
@@ -20,5 +20,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
|
20
20
|
"v-slots"?: {} & Omit<{
|
21
21
|
default?: import("vue").Slot;
|
22
22
|
}, never>;
|
23
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "
|
23
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "variant" | "modelValue" | "v-model" | "emit:update:modelValue" | "themeType" | "emit:select:template"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
24
24
|
export default _default;
|
@@ -319,6 +319,7 @@ declare const _default: {
|
|
319
319
|
"update:colorSchema": (value: ColorSchemaType | ColorSchema) => any;
|
320
320
|
}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
321
321
|
propsDefinition: Omit<Readonly<{} & {
|
322
|
+
label?: string;
|
322
323
|
name?: {
|
323
324
|
[x: `onUpdate:${string}`]: {
|
324
325
|
type: import("vue").PropType<(value: ContainerFillValue) => any | void>;
|
@@ -381,7 +382,6 @@ declare const _default: {
|
|
381
382
|
}>;
|
382
383
|
};
|
383
384
|
variant?: Variant;
|
384
|
-
label?: string;
|
385
385
|
modelValue?: ContainerFillValue;
|
386
386
|
"v-slots"?: {
|
387
387
|
default?: import("../../../DefineVueTypings").Slot;
|
@@ -39,5 +39,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
|
39
39
|
} & Omit<{
|
40
40
|
default?: import("vue").Slot;
|
41
41
|
}, "activator">;
|
42
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "title" | "
|
42
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "title" | "label" | "variant" | "modelValue" | "v-model" | "toned" | "colorType" | "emit:update:modelValue" | "themeType" | "slot:activator" | "enableDynamicColor" | "toolbarCallback" | "defaultColorSchemaType" | "singleColor" | "createNewColorDynamic"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
43
43
|
export default _default;
|
package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStyleEditor.d.ts
CHANGED
@@ -34,5 +34,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
|
34
34
|
} & Omit<{
|
35
35
|
default?: import("vue").Slot;
|
36
36
|
}, "activator">;
|
37
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "
|
37
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "icon" | "variant" | "modelValue" | "v-model" | "toned" | "emit:update:modelValue" | "themeType" | "slot:activator" | "enableDynamicColor" | "toolbarCallback" | "defaultColorSchemaType" | "simpleMode"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
38
38
|
export default _default;
|
package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStylePicker.d.ts
CHANGED
@@ -30,5 +30,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
|
30
30
|
} & Omit<{
|
31
31
|
default?: import("vue").Slot;
|
32
32
|
}, "activator">;
|
33
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "
|
33
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "icon" | "variant" | "modelValue" | "v-model" | "toned" | "emit:update:modelValue" | "themeType" | "slot:activator" | "enableDynamicColor" | "defaultColorSchemaType"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
34
34
|
export default _default;
|
@@ -11,5 +11,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
|
11
11
|
"v-slots"?: {} & Omit<{
|
12
12
|
default?: import("vue").Slot;
|
13
13
|
}, never>;
|
14
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "
|
14
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "icon" | "toned" | "themeType"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
15
15
|
export default _default;
|
@@ -20,5 +20,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
|
20
20
|
"v-slots"?: {} & Omit<{
|
21
21
|
default?: import("vue").Slot;
|
22
22
|
}, never>;
|
23
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "
|
23
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "variant" | "modelValue" | "v-model" | "emit:update:modelValue" | "themeType" | "emit:select:template"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
24
24
|
export default _default;
|
@@ -20,5 +20,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
|
20
20
|
"v-slots"?: {} & Omit<{
|
21
21
|
default?: import("vue").Slot;
|
22
22
|
}, never>;
|
23
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "
|
23
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "variant" | "modelValue" | "v-model" | "emit:update:modelValue" | "themeType" | "emit:select:template"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
24
24
|
export default _default;
|
package/internal-do-not-import-from-here/ux/aurora/components/textcolorpicker/TextColorPicker.d.ts
CHANGED
@@ -32,5 +32,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
|
32
32
|
} & Omit<{
|
33
33
|
default?: import("vue").Slot;
|
34
34
|
}, "activator">;
|
35
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "
|
35
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "variant" | "modelValue" | "v-model" | "toned" | "emit:update:modelValue" | "themeType" | "slot:activator" | "customTyping" | "enableDynamicColor" | "defaultColorSchemaType" | "singleColor"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
36
36
|
export default _default;
|
package/internal-do-not-import-from-here/ux/aurora/components/textformatpicker/TextFormatPicker.d.ts
CHANGED
@@ -32,5 +32,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
|
32
32
|
} & Omit<{
|
33
33
|
default?: import("vue").Slot;
|
34
34
|
}, "activator">;
|
35
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "
|
35
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "variant" | "modelValue" | "v-model" | "toned" | "emit:update:modelValue" | "themeType" | "slot:activator" | "customTyping" | "enableDynamicColor" | "defaultColorSchemaType" | "singleColor"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
36
36
|
export default _default;
|
package/internal-do-not-import-from-here/ux/aurora/components/textstylepicker/TextStylePicker.d.ts
CHANGED
@@ -35,5 +35,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
|
35
35
|
} & Omit<{
|
36
36
|
default?: import("vue").Slot;
|
37
37
|
}, "activator">;
|
38
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "
|
38
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "type" | "variant" | "modelValue" | "v-model" | "toned" | "placeholder" | "emit:update:modelValue" | "themeType" | "slot:activator" | "textBlueprint" | "customTyping" | "sampleText"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
39
39
|
export default _default;
|
@@ -27,5 +27,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
|
27
27
|
} & Omit<{
|
28
28
|
default?: import("vue").Slot;
|
29
29
|
}, "activator">;
|
30
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "filter" | "
|
30
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "filter" | "label" | "variant" | "modelValue" | "v-model" | "toned" | "emit:update:modelValue" | "slot:activator" | "enableClear" | "emit:item:selected"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
31
31
|
export default _default;
|
@@ -20,5 +20,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
|
20
20
|
"v-slots"?: {} & Omit<{
|
21
21
|
default?: import("vue").Slot;
|
22
22
|
}, never>;
|
23
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "
|
23
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "variant" | "modelValue" | "v-model" | "emit:update:modelValue" | "themeType" | "emit:select:template"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
24
24
|
export default _default;
|
@@ -1,6 +1,7 @@
|
|
1
1
|
import { BlueprintVariant, ThemeContextType, TypographyBlueprint, TextStyleSizes, TextStyleType } from "@omnia/fx-models";
|
2
2
|
import { DefineEmit } from "@omnia/fx/ux";
|
3
3
|
type Variant = "list" | "picker";
|
4
|
+
type ViewTypes = "type-scale" | "system-styles" | "custom-styles";
|
4
5
|
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
5
6
|
blueprint?: TypographyBlueprint;
|
6
7
|
} & {
|
@@ -9,18 +10,20 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
|
9
10
|
sampleText?: string;
|
10
11
|
} & {
|
11
12
|
variant?: Variant;
|
13
|
+
} & {
|
14
|
+
viewtype?: ViewTypes;
|
12
15
|
} & {
|
13
16
|
editable?: boolean;
|
14
17
|
} & {
|
15
18
|
themeType?: ThemeContextType;
|
16
19
|
} & DefineEmit<"click:select", (typography: TextStyleType, size: TextStyleSizes) => true> & DefineEmit<"click:selectFill", (variant: BlueprintVariant) => true> & DefineEmit<"click:add", () => true> & DefineEmit<"click:addFill", () => true>> & {
|
17
20
|
"onClick:add"?: () => any;
|
18
|
-
"onClick:select"?: (typography: "title" | "text" | "navigation" | "variants" | "fills", size: TextStyleSizes) => any;
|
21
|
+
"onClick:select"?: (typography: "title" | "text" | "navigation" | "label" | "variants" | "fills", size: TextStyleSizes) => any;
|
19
22
|
"onClick:selectFill"?: (variant: BlueprintVariant) => any;
|
20
23
|
"onClick:addFill"?: () => any;
|
21
24
|
} & {
|
22
25
|
"v-slots"?: {} & Omit<{
|
23
26
|
default?: import("vue").Slot;
|
24
27
|
}, never>;
|
25
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "blueprint" | "variant" | "editable" | "toned" | "themeType" | "emit:click:add" | "emit:click:select" | "sampleText" | "emit:click:selectFill" | "emit:click:addFill"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
28
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "blueprint" | "variant" | "editable" | "toned" | "themeType" | "emit:click:add" | "emit:click:select" | "sampleText" | "viewtype" | "emit:click:selectFill" | "emit:click:addFill"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
26
29
|
export default _default;
|
package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyEditor.d.ts
CHANGED
@@ -14,7 +14,10 @@ declare const _default: {
|
|
14
14
|
sampleText: {
|
15
15
|
type: import("vue").PropType<string>;
|
16
16
|
};
|
17
|
-
|
17
|
+
forceCustomSize: {
|
18
|
+
type: import("vue").PropType<boolean>;
|
19
|
+
};
|
20
|
+
enableName: {
|
18
21
|
type: import("vue").PropType<boolean>;
|
19
22
|
};
|
20
23
|
variant: {
|
@@ -109,7 +112,10 @@ declare const _default: {
|
|
109
112
|
sampleText: {
|
110
113
|
type: import("vue").PropType<string>;
|
111
114
|
};
|
112
|
-
|
115
|
+
forceCustomSize: {
|
116
|
+
type: import("vue").PropType<boolean>;
|
117
|
+
};
|
118
|
+
enableName: {
|
113
119
|
type: import("vue").PropType<boolean>;
|
114
120
|
};
|
115
121
|
variant: {
|
@@ -199,7 +205,10 @@ declare const _default: {
|
|
199
205
|
sampleText: {
|
200
206
|
type: import("vue").PropType<string>;
|
201
207
|
};
|
202
|
-
|
208
|
+
forceCustomSize: {
|
209
|
+
type: import("vue").PropType<boolean>;
|
210
|
+
};
|
211
|
+
enableName: {
|
203
212
|
type: import("vue").PropType<boolean>;
|
204
213
|
};
|
205
214
|
variant: {
|
@@ -339,7 +348,6 @@ declare const _default: {
|
|
339
348
|
}>;
|
340
349
|
};
|
341
350
|
variant?: EditorVariant;
|
342
|
-
preview?: boolean;
|
343
351
|
modelValue?: TextStyleDefinition;
|
344
352
|
"v-slots"?: {
|
345
353
|
default?: import("../../../DefineVueTypings").Slot;
|
@@ -350,6 +358,8 @@ declare const _default: {
|
|
350
358
|
"v-model"?: TextStyleDefinition;
|
351
359
|
sampleText?: string;
|
352
360
|
toolbarCallback?: (value: () => VNodeChild) => void;
|
361
|
+
enableName?: boolean;
|
362
|
+
forceCustomSize?: boolean;
|
353
363
|
}>, "onClick:confirm"> & {
|
354
364
|
"onClick:confirm"?: (model: TextStyleDefinition) => any;
|
355
365
|
};
|
@@ -9,7 +9,7 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
|
9
9
|
} & {
|
10
10
|
themeType?: ThemeContextType;
|
11
11
|
} & DefineEmit<"click:select", (typography: TextStyleType, size: TextStyleSizes) => true> & DefineEmit<"click:selectFill", (variant: BlueprintVariant) => true>> & {
|
12
|
-
"onClick:select"?: (typography: "title" | "text" | "navigation" | "variants" | "fills", size: TextStyleSizes) => any;
|
12
|
+
"onClick:select"?: (typography: "title" | "text" | "navigation" | "label" | "variants" | "fills", size: TextStyleSizes) => any;
|
13
13
|
"onClick:selectFill"?: (variant: BlueprintVariant) => any;
|
14
14
|
} & {
|
15
15
|
"v-slots"?: {} & Omit<{
|
@@ -20,5 +20,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
|
20
20
|
"v-slots"?: {} & Omit<{
|
21
21
|
default?: import("vue").Slot;
|
22
22
|
}, never>;
|
23
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "
|
23
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "state" | "modelValue" | "v-model" | "emit:update:modelValue" | "categoryFilters" | "renderTypeFilters"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
24
24
|
export default _default;
|