@omnia/fx 8.0.54-vnext → 8.0.55-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/services/identities/UserIdentityService.d.ts +1 -1
- package/internal-do-not-import-from-here/shared/models/theming/BlueprintDefinition.d.ts +3 -2
- package/internal-do-not-import-from-here/shared/models/theming/BlueprintDefinition.js +1 -0
- package/internal-do-not-import-from-here/shared/models/theming/SharedBlueprintMethods.d.ts +2 -0
- package/internal-do-not-import-from-here/shared/models/theming/SharedBlueprintMethods.js +32 -0
- package/internal-do-not-import-from-here/shared/models/theming/SharedColorMethods.d.ts +1 -0
- package/internal-do-not-import-from-here/shared/models/theming/SharedColorMethods.js +45 -0
- package/internal-do-not-import-from-here/shared/models/theming/SpacingSetting.d.ts +1 -1
- package/internal-do-not-import-from-here/shared/models/theming/ThemeDefinitionV2.d.ts +4 -0
- package/internal-do-not-import-from-here/shared/models/theming/TypographyDefinition.d.ts +31 -11
- package/internal-do-not-import-from-here/shared/models/theming/TypographyDefinition.js +11 -5
- package/internal-do-not-import-from-here/shared/models/theming/UseThemeMethods.d.ts +7 -7
- package/internal-do-not-import-from-here/shared/models/theming/UseThemeMethods.js +10 -15
- package/internal-do-not-import-from-here/shared/models/theming/index.d.ts +2 -0
- package/internal-do-not-import-from-here/shared/models/theming/index.js +2 -0
- package/internal-do-not-import-from-here/stores/oxide/ComponentHostStore.d.ts +8 -8
- package/internal-do-not-import-from-here/ux/alignmentpicker/AlignmentPicker.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/app/management/components/TabsManagement.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/app/management/tabs/instance/EditAliasDialog.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/app/management/tabs/instance/EditPermissionDialog.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/app/management/tabs/instance/Features.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/EditNamingPolicies.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/PreviewPolicyNaming.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/app/management/tabs/shared/addbutton/AddButton.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/TemplateDetail.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/CustomSteps.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/Features.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/GeneralTab.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/PoliciesTab.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/PropertiesTab.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/compositiontests/OptionsBlockCurrent.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/datetimezonepicker/DateTimeZonePicker.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/datetimezonerenderer/DateTimeZoneRenderer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/dialog/Dialog.d.ts +8 -8
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyChipItem.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/identities/IdentityRenderer.d.ts +20 -20
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerButton.d.ts +7 -7
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerDialog.d.ts +8 -8
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerField.d.ts +13 -13
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerInlineField.d.ts +13 -13
- package/internal-do-not-import-from-here/ux/image/scalingsettings/ScalingSettings.d.ts +11 -11
- package/internal-do-not-import-from-here/ux/journey/v2/JourneyBlade.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/journey/v2/JourneyMenu.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/blockplaceholder/BlockPlaceholder.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutItemselector/LayoutItemSelection.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutItemselector/LayoutItemSelector.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutBlock.css.d.ts +3 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutBlock.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutColumn.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutSection.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutSectionTab.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutStep.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutTab.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/ColorSettings.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/TemplatePreview.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/StepListingSettingsPanel.d.ts +1 -4
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/targetselector/TargetSelector.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/layoutcanvas/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutColumnRenderer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutTabRenderer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/styles/LayerIndex.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/styles/SharedRendererFunctions.d.ts +8 -28
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/styles/SharedRendererStyles.css.d.ts +15 -15
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/styles/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/velcron_definitions/cards/Image_top.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/velcron_definitions/headers/Pageheader.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/velcron_definitions/index.d.ts +1 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/velcron_definitions/useVelcronDefinitionTemplates.d.ts +23 -0
- package/internal-do-not-import-from-here/ux/limited-label/LimitedLabel.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 +1 -1
- package/internal-do-not-import-from-here/ux/models/Validation.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/monaco/MonacoEditor.d.ts +13 -13
- package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +7 -7
- package/internal-do-not-import-from-here/ux/oxide/avatar/Avatar.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/badge/Badge.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +21 -20
- package/internal-do-not-import-from-here/ux/oxide/btngroup/ButtonGroup.d.ts +13 -13
- package/internal-do-not-import-from-here/ux/oxide/card/Card.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/oxide/chip/Chip.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/oxide/column/Column.d.ts +35 -35
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +29 -29
- package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +24 -24
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +7 -7
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +13 -13
- package/internal-do-not-import-from-here/ux/oxide/hostprovider/HostProvider.d.ts +18 -18
- package/internal-do-not-import-from-here/ux/oxide/icon/Icon.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/image/Image.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/oxide/layout/Layout.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/list/List.d.ts +11 -11
- package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +7 -7
- package/internal-do-not-import-from-here/ux/oxide/main/Main.d.ts +7 -7
- package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +14 -14
- package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +15 -15
- package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +17 -17
- package/internal-do-not-import-from-here/ux/oxide/radio/Radio.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +8 -8
- package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +20 -20
- package/internal-do-not-import-from-here/ux/oxide/slider/Slider.d.ts +11 -11
- package/internal-do-not-import-from-here/ux/oxide/snackbar/Snackbar.d.ts +8 -8
- package/internal-do-not-import-from-here/ux/oxide/stepper/Stepper.d.ts +20 -20
- package/internal-do-not-import-from-here/ux/oxide/stepper/StepperStep.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/switch/Switch.d.ts +8 -8
- package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +15 -15
- package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +30 -30
- package/internal-do-not-import-from-here/ux/oxide/table/Table.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/text/Text.css.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +38 -5
- package/internal-do-not-import-from-here/ux/oxide/text/docs/SampleGradients.d.ts +91 -0
- package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +8 -8
- package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.css.d.ts +0 -8
- package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.d.ts +20 -20
- package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/oxide/validation/Validation.d.ts +26 -21
- package/internal-do-not-import-from-here/ux/properties/builtins/birthday/BirthdayDisplay.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/properties/builtins/birthday/BirthdayEditor.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/properties/builtins/boolean/BooleanEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/date/DateDisplay.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/properties/builtins/date/DateEditor.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/properties/builtins/date-time/DateTimeDisplay.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/properties/builtins/date-time/DateTimeEditor.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/properties/builtins/email/EmailEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/html/HtmlEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityDisplay.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityEditor.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/properties/builtins/image/ImageEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/integer/IntegerEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/language/LanguageEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/link/LinkEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/media/MediaEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/multiline-text/MultilineTextEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/multilingualText/MultilingualTextEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/phone-number/PhoneNumberDisplay.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/properties/builtins/phone-number/PhoneNumberEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/text/TextEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/time/TimeDisplay.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/properties/builtins/time/TimeEditor.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/properties/property-configuration/PropertyLocking.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/properties/property-picker/PropertyInput.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/properties/property-picker/PropertyPicker.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/properties/property-renderer/PropertyBindingValueRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/property-renderer/PropertyValueRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/EditorMenuBar.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditor.d.ts +11 -11
- package/internal-do-not-import-from-here/ux/rollupempty/RollupEmpty.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/settings/SettingsPane.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/shapedivider/ShapeDivider.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/sidepanel/SidePanelRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/spacingpicker/SpacingPicker2.d.ts +8 -8
- package/internal-do-not-import-from-here/ux/spacingpicker/SpacingPicker3.d.ts +8 -8
- package/internal-do-not-import-from-here/ux/statusmessageoverlay/StatusMessageOverlay.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/theming/components/ThemeDefinitionEditor.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/theming-v2/BlueprintStore.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/theming-v2/ThemeContextStore.d.ts +8 -8
- package/internal-do-not-import-from-here/ux/theming-v2/ThemeStoreV2.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/theming-v2/blueprintpicker/BlueprintPicker.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/theming-v2/colorschemadefinitionpicker/ColorSchemaDefinitionPicker.d.ts +8 -8
- package/internal-do-not-import-from-here/ux/theming-v2/colorschemapicker/ColorSchemaPicker.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/theming-v2/styling/UseThemeStyling.d.ts +188 -0
- package/internal-do-not-import-from-here/ux/theming-v2/styling/index.d.ts +1 -3
- package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/Blueprints.d.ts +14 -0
- package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/Colors.d.ts +12 -0
- package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/General.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/Typography.d.ts +45 -0
- package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/index.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/theming-v2/themedefinitionpicker/ThemeDefinitionPicker.d.ts +8 -8
- package/internal-do-not-import-from-here/ux/theming-v2/themeprovider/ThemeProvider.d.ts +124 -0
- package/internal-do-not-import-from-here/ux/theming-v2/themes/TypographyTypes.d.ts +187 -17
- package/internal-do-not-import-from-here/ux/use/UseBlueprintSetup.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/use/UseIcon.d.ts +15 -3
- package/internal-do-not-import-from-here/ux/use/UseValidation.d.ts +14 -2
- package/internal-do-not-import-from-here/ux/use/index.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/userpresence/UserPresence.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/velcron/blocks/content/components/ContentViewer.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/velcron/blocks/content/components/DefinitionPickerPanel.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/DefinitionPicker.d.ts +13 -13
- package/internal-do-not-import-from-here/ux/velcron/components/properties/VelcronProperties.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/velcron/core/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/velcron/core/models/Enums.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +16 -14
- package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronBlueprint.d.ts +5 -2
- package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronColorSchema.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronStore.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronTheming.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/editor/VelcronEditor.css.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/editor/VelcronEditor.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +5 -6
- package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronStylesProvider.d.ts +1 -1
- package/internal-do-not-import-from-here/wctypings.d.ts +2 -0
- package/package.json +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitemactiontoolbar/LayoutItemActionToolbar_old.d.ts +0 -51
- package/internal-do-not-import-from-here/ux/theming-v2/styling/UseBlueprintStyling.d.ts +0 -9
- package/internal-do-not-import-from-here/ux/theming-v2/styling/UseComponentStyling.d.ts +0 -8
- package/internal-do-not-import-from-here/ux/theming-v2/styling/UseTypographyStyling.d.ts +0 -25
- package/internal-do-not-import-from-here/ux/velcron/core/utilities/ColorUtility.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/velcron/core/utilities/index.d.ts +0 -1
- /package/internal-do-not-import-from-here/ux/layoutcanvas/velcron_definitions/{contentblocks.d.ts → content/Contentblocks.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/layoutcanvas/velcron_definitions/{blockheaders.d.ts → headers/Blockheaders.d.ts} +0 -0
@@ -6,7 +6,7 @@ export declare class UserPresenceStatus {
|
|
6
6
|
constructor(availability: string, activity: string);
|
7
7
|
get name(): string;
|
8
8
|
get icon(): FontAwesomeIcon;
|
9
|
-
get color(): "#
|
9
|
+
get color(): "#92c353" | "#fdb913" | "#c4314b" | "#c84cb9" | "#808285" | "#ffffff";
|
10
10
|
}
|
11
11
|
export declare class UserIdentityService {
|
12
12
|
private httpClient;
|
@@ -13,13 +13,14 @@ export interface BluePrintDefinitions {
|
|
13
13
|
variant2: BlueprintDefinition;
|
14
14
|
variant3: BlueprintDefinition;
|
15
15
|
}
|
16
|
-
export type WebBlueprintDefintionType = "button" | "block" | "typography" | "searchbox" | "layout-spacing";
|
16
|
+
export type WebBlueprintDefintionType = "button" | "block" | "typography" | "searchbox" | "layout-spacing" | "inner-spacing";
|
17
17
|
export declare enum WebBlueprintDefintionTypes {
|
18
18
|
button = "button",
|
19
19
|
block = "block",
|
20
20
|
typography = "typography",
|
21
21
|
searchbox = "searchbox",
|
22
|
-
layoutspacing = "layout-spacing"
|
22
|
+
layoutspacing = "layout-spacing",
|
23
|
+
innerspacing = "inner-spacing"
|
23
24
|
}
|
24
25
|
export type VelcronBlueprintDefintionType = "button" | "typography" | "inner-spacing";
|
25
26
|
export declare enum VelcronBlueprintDefintionTypes {
|
@@ -8,6 +8,7 @@ var WebBlueprintDefintionTypes;
|
|
8
8
|
WebBlueprintDefintionTypes["typography"] = "typography";
|
9
9
|
WebBlueprintDefintionTypes["searchbox"] = "searchbox";
|
10
10
|
WebBlueprintDefintionTypes["layoutspacing"] = "layout-spacing";
|
11
|
+
WebBlueprintDefintionTypes["innerspacing"] = "inner-spacing";
|
11
12
|
})(WebBlueprintDefintionTypes = exports.WebBlueprintDefintionTypes || (exports.WebBlueprintDefintionTypes = {}));
|
12
13
|
var VelcronBlueprintDefintionTypes;
|
13
14
|
(function (VelcronBlueprintDefintionTypes) {
|
@@ -0,0 +1,32 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.getSpacingValueFromBlueprint = void 0;
|
4
|
+
const SpacingSetting_1 = require("./SpacingSetting");
|
5
|
+
function getSpacingValueFromBlueprint(spacingValue, blueprint) {
|
6
|
+
if (!spacingValue) {
|
7
|
+
return 0;
|
8
|
+
}
|
9
|
+
let result = spacingValue;
|
10
|
+
if (isNaN(spacingValue) && blueprint?.definition) {
|
11
|
+
if (spacingValue === SpacingSetting_1.SpacingTypes.xs) {
|
12
|
+
result = blueprint.definition.xs;
|
13
|
+
}
|
14
|
+
else if (spacingValue === SpacingSetting_1.SpacingTypes.s) {
|
15
|
+
result = blueprint.definition.s;
|
16
|
+
}
|
17
|
+
else if (spacingValue === SpacingSetting_1.SpacingTypes.m) {
|
18
|
+
result = blueprint.definition.m;
|
19
|
+
}
|
20
|
+
else if (spacingValue === SpacingSetting_1.SpacingTypes.l) {
|
21
|
+
result = blueprint.definition.l;
|
22
|
+
}
|
23
|
+
else if (spacingValue === SpacingSetting_1.SpacingTypes.xl) {
|
24
|
+
result = blueprint.definition.xl;
|
25
|
+
}
|
26
|
+
else {
|
27
|
+
result = 0;
|
28
|
+
}
|
29
|
+
}
|
30
|
+
return result;
|
31
|
+
}
|
32
|
+
exports.getSpacingValueFromBlueprint = getSpacingValueFromBlueprint;
|
@@ -0,0 +1 @@
|
|
1
|
+
export declare function setColorOpacity(color: any, opacity: any): any;
|
@@ -0,0 +1,45 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.setColorOpacity = void 0;
|
4
|
+
function setColorOpacity(color, opacity) {
|
5
|
+
function getRGBValues(color) {
|
6
|
+
const tmpColor = color.replace("rgba", "rgb");
|
7
|
+
return tmpColor.substring(4, tmpColor.length - 1)
|
8
|
+
.replace(/ /g, "")
|
9
|
+
.split(",");
|
10
|
+
}
|
11
|
+
function getRGBValuesFromHex(color) {
|
12
|
+
const result = /^#?([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})$/i.exec(color);
|
13
|
+
if (result) {
|
14
|
+
return [
|
15
|
+
parseInt(result[1], 16),
|
16
|
+
parseInt(result[2], 16),
|
17
|
+
parseInt(result[3], 16)
|
18
|
+
];
|
19
|
+
}
|
20
|
+
}
|
21
|
+
function isRGBColor(color) {
|
22
|
+
if (!color) {
|
23
|
+
return null;
|
24
|
+
}
|
25
|
+
if (color.indexOf("rgb") > -1) {
|
26
|
+
return true;
|
27
|
+
}
|
28
|
+
if (color.indexOf("rgba") > -1) {
|
29
|
+
return true;
|
30
|
+
}
|
31
|
+
return false;
|
32
|
+
}
|
33
|
+
let rgb = null;
|
34
|
+
if (!isRGBColor(color)) {
|
35
|
+
rgb = getRGBValuesFromHex(color);
|
36
|
+
}
|
37
|
+
else {
|
38
|
+
rgb = getRGBValues(color);
|
39
|
+
}
|
40
|
+
if (rgb) {
|
41
|
+
return `rgba(${rgb[0]},${rgb[1]},${rgb[2]},${opacity})`;
|
42
|
+
}
|
43
|
+
return color;
|
44
|
+
}
|
45
|
+
exports.setColorOpacity = setColorOpacity;
|
@@ -1,12 +1,26 @@
|
|
1
1
|
import { Guid } from "../Guid";
|
2
2
|
export interface TypographyDefinition {
|
3
3
|
id: Guid;
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
4
|
+
title: {
|
5
|
+
xl: TypographyTypeDefinition;
|
6
|
+
l: TypographyTypeDefinition;
|
7
|
+
m: TypographyTypeDefinition;
|
8
|
+
s: TypographyTypeDefinition;
|
9
|
+
xs: TypographyTypeDefinition;
|
10
|
+
};
|
11
|
+
text: {
|
12
|
+
l: TypographyTypeDefinition;
|
13
|
+
m: TypographyTypeDefinition;
|
14
|
+
s: TypographyTypeDefinition;
|
15
|
+
xs: TypographyTypeDefinition;
|
16
|
+
};
|
17
|
+
navigation: {
|
18
|
+
l: TypographyTypeDefinition;
|
19
|
+
m: TypographyTypeDefinition;
|
20
|
+
};
|
21
|
+
link: {
|
22
|
+
m: TypographyTypeDefinition;
|
23
|
+
};
|
10
24
|
}
|
11
25
|
export interface TypographyTypeDefinition {
|
12
26
|
decoration?: string;
|
@@ -19,12 +33,18 @@ export interface TypographyTypeBreakPoint {
|
|
19
33
|
size: number;
|
20
34
|
lineHeight: number;
|
21
35
|
}
|
22
|
-
export type TypographyType = "
|
36
|
+
export type TypographyType = "title" | "text" | "navigation" | "link";
|
23
37
|
export declare enum TypographyTypes {
|
24
|
-
|
25
|
-
h2 = "h2",
|
26
|
-
h3 = "h3",
|
38
|
+
title = "title",
|
27
39
|
text = "text",
|
28
|
-
|
40
|
+
navigation = "navigation",
|
29
41
|
link = "link"
|
30
42
|
}
|
43
|
+
export type TypographySize = "xl" | "l" | "m" | "s" | "xs";
|
44
|
+
export declare enum TypographySizes {
|
45
|
+
xl = "xl",
|
46
|
+
l = "l",
|
47
|
+
m = "m",
|
48
|
+
s = "s",
|
49
|
+
xs = "xs"
|
50
|
+
}
|
@@ -1,12 +1,18 @@
|
|
1
1
|
"use strict";
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
exports.TypographyTypes = void 0;
|
3
|
+
exports.TypographySizes = exports.TypographyTypes = void 0;
|
4
4
|
var TypographyTypes;
|
5
5
|
(function (TypographyTypes) {
|
6
|
-
TypographyTypes["
|
7
|
-
TypographyTypes["h2"] = "h2";
|
8
|
-
TypographyTypes["h3"] = "h3";
|
6
|
+
TypographyTypes["title"] = "title";
|
9
7
|
TypographyTypes["text"] = "text";
|
10
|
-
TypographyTypes["
|
8
|
+
TypographyTypes["navigation"] = "navigation";
|
11
9
|
TypographyTypes["link"] = "link";
|
12
10
|
})(TypographyTypes = exports.TypographyTypes || (exports.TypographyTypes = {}));
|
11
|
+
var TypographySizes;
|
12
|
+
(function (TypographySizes) {
|
13
|
+
TypographySizes["xl"] = "xl";
|
14
|
+
TypographySizes["l"] = "l";
|
15
|
+
TypographySizes["m"] = "m";
|
16
|
+
TypographySizes["s"] = "s";
|
17
|
+
TypographySizes["xs"] = "xs";
|
18
|
+
})(TypographySizes = exports.TypographySizes || (exports.TypographySizes = {}));
|
@@ -1,10 +1,10 @@
|
|
1
|
-
import {
|
2
|
-
import {
|
3
|
-
import {
|
4
|
-
export declare function useThemeMethods(getThemeDefinition: () =>
|
5
|
-
colorSchema: (colorSchemaType: ColorSchemaTypes | ColorSchemaType) =>
|
6
|
-
blueprint: (blueprintType: BlueprintTypes | BlueprintType) =>
|
7
|
-
typography: (blueprintType: BlueprintTypes | BlueprintType, typographyType: TypographyTypes | TypographyType) => TypographyTypeDefinition;
|
1
|
+
import { BlueprintType, BlueprintTypes, ColorDefinition, ColorSchema, ColorSchemaType, ColorSchemaTypes, ColorType, ColorTypes } from "./ThemeDefinitionV2";
|
2
|
+
import { TypographySize, TypographySizes, TypographyType, TypographyTypeDefinition, TypographyTypes } from "./TypographyDefinition";
|
3
|
+
import { BlueprintDefinition } from "./BlueprintDefinition";
|
4
|
+
export declare function useThemeMethods(getThemeDefinition: () => any): {
|
5
|
+
colorSchema: (colorSchemaType: ColorSchemaTypes | ColorSchemaType) => ColorSchema;
|
6
|
+
blueprint: (blueprintType: BlueprintTypes | BlueprintType) => BlueprintDefinition;
|
7
|
+
typography: (blueprintType: BlueprintTypes | BlueprintType, typographyType: TypographyTypes | TypographyType, size: TypographySize | TypographySizes) => TypographyTypeDefinition;
|
8
8
|
color: (colorSchemaType: ColorSchemaTypes | ColorSchemaType, colorType: ColorTypes | ColorType) => string;
|
9
9
|
colorDefinition: (colorSchemaType: ColorSchemaTypes | ColorSchemaType, colorType: ColorTypes | ColorType) => ColorDefinition;
|
10
10
|
complementaryColorType: (colorType: ColorTypes | ColorType) => ColorTypes;
|
@@ -1,8 +1,10 @@
|
|
1
1
|
"use strict";
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
3
|
exports.useThemeMethods = void 0;
|
4
|
+
//import { ThemeDefinitionInstance } from "@omnia/fx/ux";
|
4
5
|
const ThemeDefinitionV2_1 = require("./ThemeDefinitionV2");
|
5
6
|
const TypographyDefinition_1 = require("./TypographyDefinition");
|
7
|
+
// temp change ThemeDefinitionInstance to any because fx/shared can't reference higher level fx/ux
|
6
8
|
function useThemeMethods(getThemeDefinition) {
|
7
9
|
function colorSchema(colorSchemaType) {
|
8
10
|
if (colorSchemaType === ThemeDefinitionV2_1.ColorSchemaTypes.primary) {
|
@@ -46,27 +48,20 @@ function useThemeMethods(getThemeDefinition) {
|
|
46
48
|
}
|
47
49
|
return getThemeDefinition().blueprints.default;
|
48
50
|
}
|
49
|
-
function typography(blueprintType, typographyType) {
|
51
|
+
function typography(blueprintType, typographyType, size) {
|
50
52
|
const typographyBlueprint = getThemeDefinition().blueprints[blueprintType].definitions.find(d => d.type === "typography");
|
51
|
-
if (typographyType === TypographyDefinition_1.TypographyTypes.
|
52
|
-
return typographyBlueprint.definition.
|
53
|
+
if (typographyType === TypographyDefinition_1.TypographyTypes.text) {
|
54
|
+
return typographyBlueprint.definition.text[size];
|
53
55
|
}
|
54
|
-
else if (typographyType === TypographyDefinition_1.TypographyTypes.
|
55
|
-
return typographyBlueprint.definition.
|
56
|
+
else if (typographyType === TypographyDefinition_1.TypographyTypes.title) {
|
57
|
+
return typographyBlueprint.definition.title[size];
|
56
58
|
}
|
57
|
-
else if (typographyType === TypographyDefinition_1.TypographyTypes.
|
58
|
-
return typographyBlueprint.definition
|
59
|
-
}
|
60
|
-
else if (typographyType === TypographyDefinition_1.TypographyTypes.caption) {
|
61
|
-
return typographyBlueprint.definition.caption;
|
59
|
+
else if (typographyType === TypographyDefinition_1.TypographyTypes.navigation) {
|
60
|
+
return typographyBlueprint.definition[size];
|
62
61
|
}
|
63
62
|
else if (typographyType === TypographyDefinition_1.TypographyTypes.link) {
|
64
|
-
return typographyBlueprint.definition.link;
|
65
|
-
}
|
66
|
-
else if (typographyType === TypographyDefinition_1.TypographyTypes.text) {
|
67
|
-
return typographyBlueprint.definition.text;
|
63
|
+
return typographyBlueprint.definition.link[TypographyDefinition_1.TypographySizes.m];
|
68
64
|
}
|
69
|
-
return typographyBlueprint.definition.text;
|
70
65
|
}
|
71
66
|
function color(colorSchemaType, colorType) {
|
72
67
|
const mappedColorSchema = colorSchema(colorSchemaType);
|
@@ -7,3 +7,5 @@ tslib_1.__exportStar(require("./OmniaThemes"), exports);
|
|
7
7
|
tslib_1.__exportStar(require("./UseThemeMethods"), exports);
|
8
8
|
tslib_1.__exportStar(require("./BlueprintDefinition"), exports);
|
9
9
|
tslib_1.__exportStar(require("./SpacingSetting"), exports);
|
10
|
+
tslib_1.__exportStar(require("./SharedBlueprintMethods"), exports);
|
11
|
+
tslib_1.__exportStar(require("./SharedColorMethods"), exports);
|
@@ -14,16 +14,16 @@ export interface NewHostSettings {
|
|
14
14
|
export declare const useCompontentHostStore: (newInstanceWithName?: string) => {
|
15
15
|
state: {
|
16
16
|
host: "admin" | "editor" | "docs";
|
17
|
-
componentHost: "dialog" | "table" | "tab" | "
|
18
|
-
componentVariant: "
|
17
|
+
componentHost: "dialog" | "table" | "toolbar" | "tab" | "blade" | "app" | "omfx" | "drawer" | "expansion-panel" | "appbar" | "tab-vertical" | "panel";
|
18
|
+
componentVariant: "navigation" | "default" | "footer" | "header" | "content" | "settings" | "info-section";
|
19
19
|
appliedComponents: string[];
|
20
20
|
force: boolean;
|
21
21
|
};
|
22
22
|
get: {
|
23
23
|
canApplyOn: (hostType: ComponentHostTypes | HostTypes, variant?: any) => boolean;
|
24
24
|
readonly host: "admin" | "editor" | "docs";
|
25
|
-
readonly componentHost: "dialog" | "table" | "tab" | "
|
26
|
-
readonly componentVariant: "
|
25
|
+
readonly componentHost: "dialog" | "table" | "toolbar" | "tab" | "blade" | "app" | "omfx" | "drawer" | "expansion-panel" | "appbar" | "tab-vertical" | "panel";
|
26
|
+
readonly componentVariant: "navigation" | "default" | "footer" | "header" | "content" | "settings" | "info-section";
|
27
27
|
readonly force: boolean;
|
28
28
|
appliedComponents(host: string): boolean;
|
29
29
|
};
|
@@ -38,10 +38,10 @@ export declare const useCompontentHostStore: (newInstanceWithName?: string) => {
|
|
38
38
|
events: {
|
39
39
|
onMutatingHost: import("@omnia/fx").EventHook<"admin" | "editor" | "docs">;
|
40
40
|
onMutatedHost: import("@omnia/fx").EventHook<"admin" | "editor" | "docs">;
|
41
|
-
onMutatingComponentHost: import("@omnia/fx").EventHook<"dialog" | "table" | "tab" | "
|
42
|
-
onMutatedComponentHost: import("@omnia/fx").EventHook<"dialog" | "table" | "tab" | "
|
43
|
-
onMutatingComponentVariant: import("@omnia/fx").EventHook<"
|
44
|
-
onMutatedComponentVariant: import("@omnia/fx").EventHook<"
|
41
|
+
onMutatingComponentHost: import("@omnia/fx").EventHook<"dialog" | "table" | "toolbar" | "tab" | "blade" | "app" | "omfx" | "drawer" | "expansion-panel" | "appbar" | "tab-vertical" | "panel">;
|
42
|
+
onMutatedComponentHost: import("@omnia/fx").EventHook<"dialog" | "table" | "toolbar" | "tab" | "blade" | "app" | "omfx" | "drawer" | "expansion-panel" | "appbar" | "tab-vertical" | "panel">;
|
43
|
+
onMutatingComponentVariant: import("@omnia/fx").EventHook<"navigation" | "default" | "footer" | "header" | "content" | "settings" | "info-section">;
|
44
|
+
onMutatedComponentVariant: import("@omnia/fx").EventHook<"navigation" | "default" | "footer" | "header" | "content" | "settings" | "info-section">;
|
45
45
|
onMutatingAppliedComponents: import("@omnia/fx").EventHook<string[]>;
|
46
46
|
onMutatedAppliedComponents: import("@omnia/fx").EventHook<string[]>;
|
47
47
|
onMutatingForce: import("@omnia/fx").EventHook<boolean>;
|
@@ -7,7 +7,6 @@ declare const _default: {
|
|
7
7
|
style?: unknown;
|
8
8
|
class?: unknown;
|
9
9
|
key?: string | number | symbol;
|
10
|
-
readonly vertical?: boolean;
|
11
10
|
ref?: import("vue").VNodeRef;
|
12
11
|
ref_for?: boolean;
|
13
12
|
ref_key?: string;
|
@@ -49,9 +48,10 @@ declare const _default: {
|
|
49
48
|
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
50
49
|
[key: string]: any;
|
51
50
|
}>) => void)[];
|
52
|
-
readonly
|
53
|
-
readonly modelValue?: HorizontalAlignments | VerticalAlignments;
|
51
|
+
readonly vertical?: boolean;
|
54
52
|
"onUpdate:modelValue"?: ((value: HorizontalAlignments | VerticalAlignments) => any) & ((value: HorizontalAlignments | VerticalAlignments) => any);
|
53
|
+
readonly modelValue?: HorizontalAlignments | VerticalAlignments;
|
54
|
+
readonly "v-model"?: HorizontalAlignments | VerticalAlignments;
|
55
55
|
};
|
56
56
|
$attrs: {
|
57
57
|
[x: string]: unknown;
|
@@ -148,9 +148,9 @@ declare const _default: {
|
|
148
148
|
}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
149
149
|
propsDefinition: Omit<Readonly<{} & {
|
150
150
|
vertical?: boolean;
|
151
|
-
"v-model"?: HorizontalAlignments | VerticalAlignments;
|
152
|
-
modelValue?: HorizontalAlignments | VerticalAlignments;
|
153
151
|
"onUpdate:modelValue"?: (value: HorizontalAlignments | VerticalAlignments) => any;
|
152
|
+
modelValue?: HorizontalAlignments | VerticalAlignments;
|
153
|
+
"v-model"?: HorizontalAlignments | VerticalAlignments;
|
154
154
|
}>, "onUpdate:modelValue"> & {
|
155
155
|
"onUpdate:modelValue"?: (value: HorizontalAlignments | VerticalAlignments) => any;
|
156
156
|
};
|
@@ -72,7 +72,6 @@ declare const _default: {
|
|
72
72
|
};
|
73
73
|
key?: string | number | symbol;
|
74
74
|
readonly options: object[];
|
75
|
-
readonly icon?: IconPickerModel;
|
76
75
|
ref?: import("vue").VNodeRef;
|
77
76
|
ref_for?: boolean;
|
78
77
|
ref_key?: string;
|
@@ -114,9 +113,10 @@ declare const _default: {
|
|
114
113
|
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
115
114
|
[key: string]: any;
|
116
115
|
}>) => void)[];
|
117
|
-
readonly
|
118
|
-
readonly modelValue?: number;
|
116
|
+
readonly icon?: IconPickerModel;
|
119
117
|
readonly "onUpdate:modelValue"?: (value: number) => any;
|
118
|
+
readonly modelValue?: number;
|
119
|
+
readonly "v-model"?: number;
|
120
120
|
};
|
121
121
|
$attrs: {
|
122
122
|
[x: string]: unknown;
|
@@ -473,9 +473,9 @@ declare const _default: {
|
|
473
473
|
}>;
|
474
474
|
};
|
475
475
|
icon?: IconPickerModel;
|
476
|
-
"v-model"?: number;
|
477
|
-
modelValue?: number;
|
478
476
|
"onUpdate:modelValue"?: (value: number) => any;
|
477
|
+
modelValue?: number;
|
478
|
+
"v-model"?: number;
|
479
479
|
optionValue?: string;
|
480
480
|
optionText?: string;
|
481
481
|
}>, never>;
|
package/internal-do-not-import-from-here/ux/app/management/tabs/instance/EditAliasDialog.d.ts
CHANGED
@@ -4,10 +4,10 @@ declare const _default: {
|
|
4
4
|
$: import("vue").ComponentInternalInstance;
|
5
5
|
$data: {};
|
6
6
|
$props: {
|
7
|
+
readonly close?: () => void;
|
7
8
|
style?: unknown;
|
8
9
|
class?: unknown;
|
9
10
|
key?: string | number | symbol;
|
10
|
-
readonly close?: () => void;
|
11
11
|
ref?: import("vue").VNodeRef;
|
12
12
|
ref_for?: boolean;
|
13
13
|
ref_key?: string;
|
package/internal-do-not-import-from-here/ux/app/management/tabs/instance/EditPermissionDialog.d.ts
CHANGED
@@ -4,10 +4,10 @@ declare const _default: {
|
|
4
4
|
$: import("vue").ComponentInternalInstance;
|
5
5
|
$data: {};
|
6
6
|
$props: {
|
7
|
+
readonly close?: () => void;
|
7
8
|
style?: unknown;
|
8
9
|
class?: unknown;
|
9
10
|
key?: string | number | symbol;
|
10
|
-
readonly close?: () => void;
|
11
11
|
ref?: import("vue").VNodeRef;
|
12
12
|
ref_for?: boolean;
|
13
13
|
ref_key?: string;
|
@@ -4,10 +4,10 @@ declare const _default: {
|
|
4
4
|
$: import("vue").ComponentInternalInstance;
|
5
5
|
$data: {};
|
6
6
|
$props: {
|
7
|
+
readonly close?: () => void;
|
7
8
|
style?: unknown;
|
8
9
|
class?: unknown;
|
9
10
|
key?: string | number | symbol;
|
10
|
-
readonly close?: () => void;
|
11
11
|
ref?: import("vue").VNodeRef;
|
12
12
|
ref_for?: boolean;
|
13
13
|
ref_key?: string;
|
@@ -4,10 +4,10 @@ declare const _default: {
|
|
4
4
|
$: import("vue").ComponentInternalInstance;
|
5
5
|
$data: {};
|
6
6
|
$props: {
|
7
|
+
readonly close?: () => void;
|
7
8
|
style?: unknown;
|
8
9
|
class?: unknown;
|
9
10
|
key?: string | number | symbol;
|
10
|
-
readonly close?: () => void;
|
11
11
|
ref?: import("vue").VNodeRef;
|
12
12
|
ref_for?: boolean;
|
13
13
|
ref_key?: string;
|
@@ -4,10 +4,10 @@ declare const _default: {
|
|
4
4
|
$: import("vue").ComponentInternalInstance;
|
5
5
|
$data: {};
|
6
6
|
$props: {
|
7
|
+
readonly close?: () => void;
|
7
8
|
style?: unknown;
|
8
9
|
class?: unknown;
|
9
10
|
key?: string | number | symbol;
|
10
|
-
readonly close?: () => void;
|
11
11
|
ref?: import("vue").VNodeRef;
|
12
12
|
ref_for?: boolean;
|
13
13
|
ref_key?: string;
|
package/internal-do-not-import-from-here/ux/app/management/tabs/shared/addbutton/AddButton.d.ts
CHANGED
@@ -7,7 +7,6 @@ declare const _default: {
|
|
7
7
|
style?: unknown;
|
8
8
|
class?: unknown;
|
9
9
|
key?: string | number | symbol;
|
10
|
-
readonly icon?: string;
|
11
10
|
ref?: import("vue").VNodeRef;
|
12
11
|
ref_for?: boolean;
|
13
12
|
ref_key?: string;
|
@@ -50,6 +49,7 @@ declare const _default: {
|
|
50
49
|
[key: string]: any;
|
51
50
|
}>) => void)[];
|
52
51
|
readonly description?: string;
|
52
|
+
readonly icon?: string;
|
53
53
|
readonly handleClick?: (value?: any) => void;
|
54
54
|
};
|
55
55
|
$attrs: {
|
@@ -107,8 +107,8 @@ declare const _default: {
|
|
107
107
|
}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
108
108
|
propsDefinition: Omit<Readonly<{} & {
|
109
109
|
title?: string;
|
110
|
-
icon?: string;
|
111
110
|
description?: string;
|
111
|
+
icon?: string;
|
112
112
|
handleClick?: (value?: any) => void;
|
113
113
|
}>, never>;
|
114
114
|
};
|
package/internal-do-not-import-from-here/ux/app/management/tabs/templates/TemplateDetail.d.ts
CHANGED
@@ -3,10 +3,10 @@ declare const _default: {
|
|
3
3
|
$: import("vue").ComponentInternalInstance;
|
4
4
|
$data: {};
|
5
5
|
$props: {
|
6
|
+
readonly close?: () => void;
|
6
7
|
style?: unknown;
|
7
8
|
class?: unknown;
|
8
9
|
key?: string | number | symbol;
|
9
|
-
readonly close?: () => void;
|
10
10
|
ref?: import("vue").VNodeRef;
|
11
11
|
ref_for?: boolean;
|
12
12
|
ref_key?: string;
|
package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/CustomSteps.d.ts
CHANGED
@@ -9,10 +9,10 @@ declare const _default: {
|
|
9
9
|
$: import("vue").ComponentInternalInstance;
|
10
10
|
$data: {};
|
11
11
|
$props: {
|
12
|
+
readonly close?: () => void;
|
12
13
|
style?: unknown;
|
13
14
|
class?: unknown;
|
14
15
|
key?: string | number | symbol;
|
15
|
-
readonly close?: () => void;
|
16
16
|
ref?: import("vue").VNodeRef;
|
17
17
|
ref_for?: boolean;
|
18
18
|
ref_key?: string;
|
package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/Features.d.ts
CHANGED
@@ -7,10 +7,10 @@ declare const _default: {
|
|
7
7
|
$: import("vue").ComponentInternalInstance;
|
8
8
|
$data: {};
|
9
9
|
$props: {
|
10
|
+
readonly close?: () => void;
|
10
11
|
style?: unknown;
|
11
12
|
class?: unknown;
|
12
13
|
key?: string | number | symbol;
|
13
|
-
readonly close?: () => void;
|
14
14
|
ref?: import("vue").VNodeRef;
|
15
15
|
ref_for?: boolean;
|
16
16
|
ref_key?: string;
|
package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/GeneralTab.d.ts
CHANGED
@@ -4,10 +4,10 @@ declare const _default: {
|
|
4
4
|
$: import("vue").ComponentInternalInstance;
|
5
5
|
$data: {};
|
6
6
|
$props: {
|
7
|
+
readonly close?: () => void;
|
7
8
|
style?: unknown;
|
8
9
|
class?: unknown;
|
9
10
|
key?: string | number | symbol;
|
10
|
-
readonly close?: () => void;
|
11
11
|
ref?: import("vue").VNodeRef;
|
12
12
|
ref_for?: boolean;
|
13
13
|
ref_key?: string;
|
package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/PoliciesTab.d.ts
CHANGED
@@ -5,10 +5,10 @@ declare const _default: {
|
|
5
5
|
$: import("vue").ComponentInternalInstance;
|
6
6
|
$data: {};
|
7
7
|
$props: {
|
8
|
+
readonly close?: unknown;
|
8
9
|
style?: unknown;
|
9
10
|
class?: unknown;
|
10
11
|
key?: string | number | symbol;
|
11
|
-
readonly close?: unknown;
|
12
12
|
ref?: import("vue").VNodeRef;
|
13
13
|
ref_for?: boolean;
|
14
14
|
ref_key?: string;
|
package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/PropertiesTab.d.ts
CHANGED
@@ -20,10 +20,10 @@ declare const _default: {
|
|
20
20
|
$: import("vue").ComponentInternalInstance;
|
21
21
|
$data: {};
|
22
22
|
$props: {
|
23
|
+
readonly close?: () => void;
|
23
24
|
style?: unknown;
|
24
25
|
class?: unknown;
|
25
26
|
key?: string | number | symbol;
|
26
|
-
readonly close?: () => void;
|
27
27
|
ref?: import("vue").VNodeRef;
|
28
28
|
ref_for?: boolean;
|
29
29
|
ref_key?: string;
|
@@ -109,9 +109,9 @@ declare const _default: {
|
|
109
109
|
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
110
110
|
[key: string]: any;
|
111
111
|
}>) => void)[];
|
112
|
-
readonly "v-model"?: string;
|
113
|
-
readonly modelValue?: string;
|
114
112
|
readonly "onUpdate:modelValue"?: (value: string) => any;
|
113
|
+
readonly modelValue?: string;
|
114
|
+
readonly "v-model"?: string;
|
115
115
|
};
|
116
116
|
$attrs: {
|
117
117
|
[x: string]: unknown;
|
@@ -414,9 +414,9 @@ declare const _default: {
|
|
414
414
|
};
|
415
415
|
}>;
|
416
416
|
};
|
417
|
-
"v-model"?: string;
|
418
|
-
modelValue?: string;
|
419
417
|
"onUpdate:modelValue"?: (value: string) => any;
|
418
|
+
modelValue?: string;
|
419
|
+
"v-model"?: string;
|
420
420
|
}>, never>;
|
421
421
|
};
|
422
422
|
export default _default;
|