@omnia/runtime 8.0.31-dev → 8.0.32-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/dist/bundles/omnia.fx.ux.autocomplete_5d79340e-c1ce-4006-b88b-ad101d2e031e.css +1 -1
- package/dist/bundles/omnia.fx.ux.vuetify.common_798d6494-70cc-47eb-9054-30b047beab19.css +9 -5
- package/dist/bundles/omnia.fx.ux.vuetify.datatable_188aee53-149a-4bc0-9039-59ffd918df2c.css +0 -6
- package/dist/bundles/omnia.fx.ux.vuetify.stepper_3104db5f-e983-4e06-925e-9b5375276512.css +9 -0
- package/dist/localizations/bb000000-0000-bbbb-0000-0000000000bb_localized.loc.editor.en-us.json +1 -1
- package/dist/manifests/bb000000-0000-bbbb-0000-0000000000bb_docs_manifests.json +1 -1
- package/dist/manifests/bb000000-0000-bbbb-0000-0000000000bb_public_manifests.json +1 -1
- package/package.json +5 -5
|
@@ -375,15 +375,11 @@
|
|
|
375
375
|
display: flex;
|
|
376
376
|
align-items: center;
|
|
377
377
|
grid-area: append;
|
|
378
|
-
overflow: hidden;
|
|
379
378
|
}
|
|
380
379
|
.v-list-item__append .v-list-item__spacer {
|
|
381
380
|
order: -1;
|
|
382
381
|
transition: 150ms width cubic-bezier(0.4, 0, 0.2, 1);
|
|
383
382
|
}
|
|
384
|
-
.v-navigation-drawer--rail:not(.v-navigation-drawer--expand-on-hover) .v-list-item__append .v-list-item__spacer, .v-navigation-drawer--rail.v-navigation-drawer--expand-on-hover:not(.v-navigation-drawer--is-hovering) .v-list-item__append .v-list-item__spacer {
|
|
385
|
-
width: 0;
|
|
386
|
-
}
|
|
387
383
|
.v-list-item__append > .v-badge ~ .v-list-item__spacer,
|
|
388
384
|
.v-list-item__append > .v-icon ~ .v-list-item__spacer,
|
|
389
385
|
.v-list-item__append > .v-tooltip ~ .v-list-item__spacer {
|
|
@@ -763,6 +759,12 @@
|
|
|
763
759
|
z-index: 1;
|
|
764
760
|
}
|
|
765
761
|
|
|
762
|
+
.v-navigation-drawer__prepend,
|
|
763
|
+
.v-navigation-drawer__append {
|
|
764
|
+
flex: none;
|
|
765
|
+
overflow: hidden;
|
|
766
|
+
}
|
|
767
|
+
|
|
766
768
|
.v-app-bar {
|
|
767
769
|
display: flex;
|
|
768
770
|
}
|
|
@@ -1056,7 +1058,6 @@
|
|
|
1056
1058
|
}
|
|
1057
1059
|
.v-card--hover {
|
|
1058
1060
|
cursor: pointer;
|
|
1059
|
-
box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
|
|
1060
1061
|
}
|
|
1061
1062
|
.v-card--hover::before, .v-card--hover::after {
|
|
1062
1063
|
border-radius: inherit;
|
|
@@ -1086,6 +1087,9 @@
|
|
|
1086
1087
|
.v-card--hover:hover::before {
|
|
1087
1088
|
opacity: 0;
|
|
1088
1089
|
}
|
|
1090
|
+
.v-card--hover:hover {
|
|
1091
|
+
box-shadow: 0px 5px 5px -3px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 8px 10px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 3px 14px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
|
|
1092
|
+
}
|
|
1089
1093
|
.v-card--link {
|
|
1090
1094
|
cursor: pointer;
|
|
1091
1095
|
}
|
|
@@ -15,12 +15,6 @@
|
|
|
15
15
|
cursor: pointer;
|
|
16
16
|
}
|
|
17
17
|
|
|
18
|
-
.v-data-table .v-table__wrapper > table > thead > tr > td,
|
|
19
|
-
.v-data-table .v-table__wrapper > table > thead > tr th,
|
|
20
|
-
.v-data-table .v-table__wrapper > table tbody > tr > td,
|
|
21
|
-
.v-data-table .v-table__wrapper > table tbody > tr th {
|
|
22
|
-
background: rgb(var(--v-theme-surface));
|
|
23
|
-
}
|
|
24
18
|
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-end,
|
|
25
19
|
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-end,
|
|
26
20
|
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end,
|
|
@@ -3,6 +3,9 @@
|
|
|
3
3
|
border-radius: 4px;
|
|
4
4
|
overflow: hidden;
|
|
5
5
|
}
|
|
6
|
+
.v-stepper.v-sheet.v-stepper--flat {
|
|
7
|
+
box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
|
|
8
|
+
}
|
|
6
9
|
|
|
7
10
|
.v-stepper-header {
|
|
8
11
|
box-shadow: 0px 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 2px 2px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
|
|
@@ -16,6 +19,12 @@
|
|
|
16
19
|
.v-stepper-header .v-divider {
|
|
17
20
|
margin: 0 -16px;
|
|
18
21
|
}
|
|
22
|
+
.v-stepper-header .v-divider:last-child {
|
|
23
|
+
margin-inline-end: 0;
|
|
24
|
+
}
|
|
25
|
+
.v-stepper-header .v-divider:first-child {
|
|
26
|
+
margin-inline-start: 0;
|
|
27
|
+
}
|
|
19
28
|
.v-stepper--alt-labels .v-stepper-header {
|
|
20
29
|
height: auto;
|
|
21
30
|
}
|
package/dist/localizations/bb000000-0000-bbbb-0000-0000000000bb_localized.loc.editor.en-us.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"Omnia":{"Ux":{"LayoutEngine":{"ClipBoard":{"ClipBoardExported":"Selected items are exported to clipboard","ClipBoardCleared":"The clipboard is cleared","ImportClipboard":"Import clipboard","Title":"Clipboard","Selected":"Selected","ExportClipBoard":"Export Clipboard","EditClipboardNames":"Edit Clipboard Labels","SaveClipboardNames":"Save Clipboard Labels","ClearClipboard":"Clear Clipboard","DeleteItems":"Delete Items"},"DeveloperTools":{"DialogTitle":"Layout Tools"},"LayoutTemplates":{"Title":"Layout Templates"},"Labels":{"OrphanedBlocks":"Orphaned Blocks","Title":"Title","CustomTheme":"Custom Theme","ShowAdvancedSettings":"Show Advanced Settings","HideAdvancedSettings":"Hide Advanced Settings","AnchorName":"Anchor Name","CustomAnchorName":"Custom Anchor Name","ScrollIntoView":"Scroll anchor into view"},"Buttons":{"AddColor":"Add Color","Random":"Random","DesignLayout":"Design Layout","OpenEditor":"Open Editor"},"LayoutStructure":{"Layout":"Layout","Title":"Layers","Section":"Section","Column":"Column","Step":"Step","Tab":"Tab","Panel":"Panel","Unknown":"Unknown"},"Panels":{"Background":{"PageImage":"Editable in write mode","MappedEnterpriseProperty":"Page Image Property","SelectedBgSize":"auto","SelectedBgPosition":"initial","SelectedBgRepeat":"repeat","SelectedBgAttachment":"scroll","Opacity":"Opacity","BlurEffect":"Blur Effect","AddImage":"Add Image","BackgroundGradient":"Background Gradient","BackgroundOverflow":"Background Overflow","BgSizes":{"CustomSize":"Custom Size","Title":"Size","Auto":"Auto","Cover":"Cover","Custom":"Custom"},"BgPositions":{"Title":"Position","Initial":"Initial","Left":"Left","Top":"Top","Center":"Center","Right":"Right","Bottom":"Bottom"},"BgRepeat":{"Title":"Repeat","Repeat":"Repeat","RepeatX":"Repeat X","RepeatY":"Repeat Y","NoRepeat":"No Repeat"},"BgAttachment":{"Title":"Scroll Behavior","Scroll":"Scroll","Fixed":"Fixed","Local":"Local "}},"BlockSettings":{"HeaderTheming":"Theming","ThemingType":"Theming Type","Inherit":"Inherit","Custom":"Custom","Advanced":"Advanced","BlockMargin":"Block Margin","General":"General","Color":"Color","Chrome":"Chrome","CSS":"Custom CSS","Settings":"Settings","Layout":"Layout","Targeting":"Targeting","Header":"Header","CSSClasses":"Custom CSS Classes","CSSStyling":"Custom CSS Style","HideControlHeader":"Visibility","HideControlLabel":"Hide Block","ChromeColor":"Chrome Color","ChromeSize":"Chrome Size","ChromeBorder":"Border","DisplayBreakPointSettings":{"Enable":"Enable display breakpoint settings"}},"Lock":{"Lock":"Lock","LockedByDefaut":"Locked by default","LockCanBeEdited":"Lock can be edited"},"BlockTitleSettings":{"BackgroundColor":"Background Color","TextMargin":"Text Margin","FontSize":"Font Size","TextColor":"Text Color","TextAlign":"Text Align","SeparatorColor":"Separator Color","SeparatorSize":"Separator Size","SeparatorPosition":"Separator Position","SeparatorPositions":{"Top":"Top","Left":"Left","Bottom":"Bottom","Right":"Right"},"Text":"Text","Style":"Style","Icon":"Icon","FollowTheming":"Follow Theming","Radius":"Border Radius","PreviewHeader":"Title Preview","UseGlobalSettings":"Use global settings","CustomSettings":"Custom settings","Save":"Save","TabHeader":"Content Header","DisplayIcon":"Display Title Icon","IconElevation":"Icon Elevation","IconSizeLabel":"Icon Size","IconPositionLabel":"Icon Position","BackgroundColorIcon":"Background Color Icon","IconColor":"Icon Color","BorderLabel":"Icon Border","BorderColor":"Icon Border Color","IconSpacing":"Icon Spacing","IconSize":{"Small":"Small","Medium":"Medium","Large":"Large","ExtraLarge":"Extra Large"},"IconPosition":{"Inline":"Inline","TopLeft":"Top Left","TopRight":"Top Right","Right":"Right","Left":"Left"}},"ColumnSettings":{"Column":"Col","Chrome":"Chrome","None":"None","Boxed":"Boxed","Color":"Color","BackgroundColor":"Background Color","CSS":"Custom CSS","CSSClasses":"Custom CSS Classes","MinWidth":"Min Width"},"TabSettings":{"Flat":"Flat Header","Collapsed":"Collapsed Accordion","SingleSelect":"Single Select","SliderColor":"Slider Color","Color":"Color","CustomSize":"Custom Size","MinHeight":"Min Height","MinWidth":"Min Width","BorderRadius":"Border Radius","BorderRadiusOnAllTabs":"Border Radius on all tabs","Vertical":"Vertical","FillSpace":"Fill Space","IconAlignment":"Icon Alignment","TextColor":"Text Color","IconColor":"Icon Color","SelectedIconColor":"Selected Icon Color","SelectedTextColor":"Selected Text Color","LabelPadding":"Label Padding","Tab":"Tab","Accordion":"Accordion","Stepper":"Stepper","Label":"Label","Tooltip":"Tooltip","Icon":"Icon","TabAlignment":"Tab Alignment","ShowActiveTabSlider":"Show Active Slider","BackgroundColorTabs":"Background Color Tabs","TabColor":"Tab Color","SelectedTabColor":"Selected Tab Color","TextColorTabs":"Text Color Tabs"},"AccordionSettings":{"AddPanel":"Add Panel","RemovePanel":"Remove Panel","RemovePanelConfirmation":"Are you sure you want to remove this panel?"},"TabsSettings":{"AddTab":"Add Tab","RemoveTab":"Remove Tab","RemoveTabConfirmation":"Are you sure you want to remove this tab?"},"ColumnsSettings":{"AddColumn":"Add Column"},"StepperSettings":{"AddStep":"Add Step","Vertical":"Vertical","AllowToJumpToAnyStep":"Allow user to jump to any step","Labels":"Labels","NoLabel":"No label","LabelsBesideNumber":"Labels beside numbers","LabelsBelowNumber":"Labels below numbers","ScrollToTopOnSelectedStep":"Scroll to top on Previous/Next","RemoveStep":"Remove Step","RemoveStepConfirmation":"Are you sure you want to remove this step?","MoveStep":"Move Step"},"LayoutSettings":{"Title":"Layout","Style":"Style","GlobalHeader":"Header","BlockHeader":"Block Header","LayoutTheming":"Layout Theming","BlockTheming":"Block Theming","MiddleAlignVertical":"Middle aligned layout"},"SectionSettings":{"BorderWidth":"Border Width","BorderColor":"Border Color","ThemingBlocks":"Block Theming","StyleHeader":"Style","SpacingHeader":"Spacing","HeaderSettings":"Header Settings","TenantHeaderBackground":"Tenant Header Background Color","AppHeaderBackground":"App Header Background Color","Title":"Section","SectionType":"Section Type","General":"General","Background":"Background","BackgroundColor":"Background Color","BorderRadiusTop":"Border Radius Top","BorderRadiusBottom":"Border Radius Bottom","AcrylicEffect":"Acrylic Transparency Effect","Alignment":"Alignment","WidthType":"Width Type","FullPage":"Full Page","Fixed":"Fixed","Blocks":"Blocks","BlockSpacing":"Block Spacing","SectionMargin":"Section Padding","HideControlHeader":"Visibility","HideControlLabel":"Hide Section","Decorations":"Decoration","BackgroundImage":"Background Image","Columns":"Columns","Panels":"Panels","Tabs":"Tabs","Steps":"Steps","Settings":"Settings","ColumnSpacing":"Column Spacing","CSS":"Custom CSS","CSSClasses":"Custom CSS Classes","CSSStyling":"Custom CSS Styling","Layout":"Layout","Advanced":"Advanced","Targeting":"Targeting","Header":"Header","MinHeight":"Minimum Height","Elevation":"Elevation","Effects":"Effects","ShapeDivider":"Divider Effects","UseFullHeight":"Use Full Height","LazyLoad":"Lazy Load","DisableLazyLoad":"Disable Lazy Load"},"CanvasSettings":{"CanvasPadding":"Canvas Padding"},"Common":{"LinearGradient":"Linear Gradient","RadialGradient":"Radial Gradient"}},"PredefinedSections":{"PlaceHolder":"Place Holder","OneColumn":"1 Column","TwoColumns":"2 Columns","ThreeColumn":"3 Columns","Center":"Center","Hero":"Hero","Tab":"Tabs"},"DisplayBreakPoints":{"ExtraSmall":"Extra Small","Small":"Small","Medium":"Medium","Large":"Large","Email":"E-mail"},"Dialogs":{"DisplayBreakPoints":{"Title":"Display Breakpoint Settings"},"DeleteBlock":{"Title":"Delete Block","ConfirmationMessage":"Are you sure you want to delete the block?"},"DeleteSection":{"Title":"Delete Section","ConfirmationMessage":"Are you sure you want to delete the section?"},"RemoveColumn":{"Title":"Remove Column","ConfirmationMessage":"Are you sure you want to remove the column?"},"UnlockBLock":{"Title":"Unlock Block","ConfirmationMessage":"Are you sure you want unlock the block and stop inheriting block settings?"},"LockBlock":{"Title":"Lock Block","ConfirmationMessage":"Are you sure you want to discard the local block settings?"},"AddBlocks":{"Title":"Add Content","SearchForABlock":"Search for a block","NoBlocksFound":"No blocks found."}},"BlockCategories":{"Layout":"Layout","Miscellaneous":"Miscellaneous"},"BlockMessages":{"BlockRegistrationNotFound":"Block Registration is not found.","FeatureDependencyNotValid":"Feature Dependency is not valid.","LayoutDependencyNotValid":"Layout Dependency is not valid.","ClientRuntimesDependencyNotValid":"Client runtimes dependency is not valid","BackendRuntimesDependencyNotValid":"Backend runtimes dependency is not valid"}}}}}
|
|
1
|
+
{"Omnia":{"Ux":{"LayoutEngine":{"PlaceHolders":{"SelectPlaceHolder":"Select Place Holder","App":"App"},"ClipBoard":{"ClipBoardExported":"Selected items are exported to clipboard","ClipBoardCleared":"The clipboard is cleared","ImportClipboard":"Import clipboard","Title":"Clipboard","Selected":"Selected","ExportClipBoard":"Export Clipboard","EditClipboardNames":"Edit Clipboard Labels","SaveClipboardNames":"Save Clipboard Labels","ClearClipboard":"Clear Clipboard","DeleteItems":"Delete Items"},"DeveloperTools":{"DialogTitle":"Layout Tools"},"LayoutTemplates":{"Title":"Layout Templates"},"Labels":{"OrphanedBlocks":"Orphaned Blocks","Title":"Title","CustomTheme":"Custom Theme","ShowAdvancedSettings":"Show Advanced Settings","HideAdvancedSettings":"Hide Advanced Settings","AnchorName":"Anchor Name","CustomAnchorName":"Custom Anchor Name","ScrollIntoView":"Scroll anchor into view"},"Buttons":{"AddColor":"Add Color","Random":"Random","DesignLayout":"Design Layout","OpenEditor":"Open Editor"},"LayoutStructure":{"Layout":"Layout","Title":"Layers","Section":"Section","Column":"Column","Step":"Step","Tab":"Tab","Panel":"Panel","Unknown":"Unknown"},"Panels":{"Background":{"PageImage":"Editable in write mode","MappedEnterpriseProperty":"Page Image Property","SelectedBgSize":"auto","SelectedBgPosition":"initial","SelectedBgRepeat":"repeat","SelectedBgAttachment":"scroll","Opacity":"Opacity","BlurEffect":"Blur Effect","AddImage":"Add Image","BackgroundGradient":"Background Gradient","BackgroundOverflow":"Background Overflow","BgSizes":{"CustomSize":"Custom Size","Title":"Size","Auto":"Auto","Cover":"Cover","Custom":"Custom"},"BgPositions":{"Title":"Position","Initial":"Initial","Left":"Left","Top":"Top","Center":"Center","Right":"Right","Bottom":"Bottom"},"BgRepeat":{"Title":"Repeat","Repeat":"Repeat","RepeatX":"Repeat X","RepeatY":"Repeat Y","NoRepeat":"No Repeat"},"BgAttachment":{"Title":"Scroll Behavior","Scroll":"Scroll","Fixed":"Fixed","Local":"Local "}},"BlockSettings":{"HeaderTheming":"Theming","ThemingType":"Theming Type","Inherit":"Inherit","Custom":"Custom","Advanced":"Advanced","BlockMargin":"Block Margin","General":"General","Color":"Color","Chrome":"Chrome","CSS":"Custom CSS","Settings":"Settings","Layout":"Layout","Targeting":"Targeting","Header":"Header","CSSClasses":"Custom CSS Classes","CSSStyling":"Custom CSS Style","HideControlHeader":"Visibility","HideControlLabel":"Hide Block","ChromeColor":"Chrome Color","ChromeSize":"Chrome Size","ChromeBorder":"Border","DisplayBreakPointSettings":{"Enable":"Enable display breakpoint settings"}},"Lock":{"Lock":"Lock","LockedByDefaut":"Locked by default","LockCanBeEdited":"Lock can be edited"},"BlockTitleSettings":{"BackgroundColor":"Background Color","TextMargin":"Text Margin","FontSize":"Font Size","TextColor":"Text Color","TextAlign":"Text Align","SeparatorColor":"Separator Color","SeparatorSize":"Separator Size","SeparatorPosition":"Separator Position","SeparatorPositions":{"Top":"Top","Left":"Left","Bottom":"Bottom","Right":"Right"},"Text":"Text","Style":"Style","Icon":"Icon","FollowTheming":"Follow Theming","Radius":"Border Radius","PreviewHeader":"Title Preview","UseGlobalSettings":"Use global settings","CustomSettings":"Custom settings","Save":"Save","TabHeader":"Content Header","DisplayIcon":"Display Title Icon","IconElevation":"Icon Elevation","IconSizeLabel":"Icon Size","IconPositionLabel":"Icon Position","BackgroundColorIcon":"Background Color Icon","IconColor":"Icon Color","BorderLabel":"Icon Border","BorderColor":"Icon Border Color","IconSpacing":"Icon Spacing","IconSize":{"Small":"Small","Medium":"Medium","Large":"Large","ExtraLarge":"Extra Large"},"IconPosition":{"Inline":"Inline","TopLeft":"Top Left","TopRight":"Top Right","Right":"Right","Left":"Left"}},"ColumnSettings":{"Column":"Col","Chrome":"Chrome","None":"None","Boxed":"Boxed","Color":"Color","BackgroundColor":"Background Color","CSS":"Custom CSS","CSSClasses":"Custom CSS Classes","MinWidth":"Min Width"},"TabSettings":{"Flat":"Flat Header","Collapsed":"Collapsed Accordion","SingleSelect":"Single Select","SliderColor":"Slider Color","Color":"Color","CustomSize":"Custom Size","MinHeight":"Min Height","MinWidth":"Min Width","BorderRadius":"Border Radius","BorderRadiusOnAllTabs":"Border Radius on all tabs","Vertical":"Vertical","FillSpace":"Fill Space","IconAlignment":"Icon Alignment","TextColor":"Text Color","IconColor":"Icon Color","SelectedIconColor":"Selected Icon Color","SelectedTextColor":"Selected Text Color","LabelPadding":"Label Padding","Tab":"Tab","Accordion":"Accordion","Stepper":"Stepper","Label":"Label","Tooltip":"Tooltip","Icon":"Icon","TabAlignment":"Tab Alignment","ShowActiveTabSlider":"Show Active Slider","BackgroundColorTabs":"Background Color Tabs","TabColor":"Tab Color","SelectedTabColor":"Selected Tab Color","TextColorTabs":"Text Color Tabs"},"AccordionSettings":{"AddPanel":"Add Panel","RemovePanel":"Remove Panel","RemovePanelConfirmation":"Are you sure you want to remove this panel?"},"TabsSettings":{"AddTab":"Add Tab","RemoveTab":"Remove Tab","RemoveTabConfirmation":"Are you sure you want to remove this tab?"},"ColumnsSettings":{"AddColumn":"Add Column"},"StepperSettings":{"AddStep":"Add Step","Vertical":"Vertical","AllowToJumpToAnyStep":"Allow user to jump to any step","Labels":"Labels","NoLabel":"No label","LabelsBesideNumber":"Labels beside numbers","LabelsBelowNumber":"Labels below numbers","ScrollToTopOnSelectedStep":"Scroll to top on Previous/Next","RemoveStep":"Remove Step","RemoveStepConfirmation":"Are you sure you want to remove this step?","MoveStep":"Move Step"},"LayoutSettings":{"Title":"Layout","Style":"Style","GlobalHeader":"Header","BlockHeader":"Block Header","LayoutTheming":"Layout Theming","BlockTheming":"Block Theming","MiddleAlignVertical":"Middle aligned layout"},"SectionSettings":{"BorderWidth":"Border Width","BorderColor":"Border Color","ThemingBlocks":"Block Theming","StyleHeader":"Style","SpacingHeader":"Spacing","HeaderSettings":"Header Settings","TenantHeaderBackground":"Tenant Header Background Color","AppHeaderBackground":"App Header Background Color","Title":"Section","SectionType":"Section Type","General":"General","Background":"Background","BackgroundColor":"Background Color","BorderRadiusTop":"Border Radius Top","BorderRadiusBottom":"Border Radius Bottom","AcrylicEffect":"Acrylic Transparency Effect","Alignment":"Alignment","WidthType":"Width Type","FullPage":"Full Page","Fixed":"Fixed","Blocks":"Blocks","BlockSpacing":"Block Spacing","SectionMargin":"Section Padding","HideControlHeader":"Visibility","HideControlLabel":"Hide Section","Decorations":"Decoration","BackgroundImage":"Background Image","Columns":"Columns","Panels":"Panels","Tabs":"Tabs","Steps":"Steps","Settings":"Settings","ColumnSpacing":"Column Spacing","CSS":"Custom CSS","CSSClasses":"Custom CSS Classes","CSSStyling":"Custom CSS Styling","Layout":"Layout","Advanced":"Advanced","Targeting":"Targeting","Header":"Header","MinHeight":"Minimum Height","Elevation":"Elevation","Effects":"Effects","ShapeDivider":"Divider Effects","UseFullHeight":"Use Full Height","LazyLoad":"Lazy Load","DisableLazyLoad":"Disable Lazy Load"},"CanvasSettings":{"CanvasPadding":"Canvas Padding"},"Common":{"LinearGradient":"Linear Gradient","RadialGradient":"Radial Gradient"}},"PredefinedSections":{"PlaceHolder":"Place Holder","OneColumn":"1 Column","TwoColumns":"2 Columns","ThreeColumn":"3 Columns","Center":"Center","Hero":"Hero","Tab":"Tabs"},"DisplayBreakPoints":{"ExtraSmall":"Extra Small","Small":"Small","Medium":"Medium","Large":"Large","Email":"E-mail"},"Dialogs":{"DisplayBreakPoints":{"Title":"Display Breakpoint Settings"},"DeleteBlock":{"Title":"Delete Block","ConfirmationMessage":"Are you sure you want to delete the block?"},"DeleteSection":{"Title":"Delete Section","ConfirmationMessage":"Are you sure you want to delete the section?"},"RemoveColumn":{"Title":"Remove Column","ConfirmationMessage":"Are you sure you want to remove the column?"},"UnlockBLock":{"Title":"Unlock Block","ConfirmationMessage":"Are you sure you want unlock the block and stop inheriting block settings?"},"LockBlock":{"Title":"Lock Block","ConfirmationMessage":"Are you sure you want to discard the local block settings?"},"AddBlocks":{"Title":"Add Content","SearchForABlock":"Search for a block","NoBlocksFound":"No blocks found."}},"BlockCategories":{"Layout":"Layout","Miscellaneous":"Miscellaneous"},"BlockMessages":{"BlockRegistrationNotFound":"Block Registration is not found.","FeatureDependencyNotValid":"Feature Dependency is not valid.","LayoutDependencyNotValid":"Layout Dependency is not valid.","ClientRuntimesDependencyNotValid":"Client runtimes dependency is not valid","BackendRuntimesDependencyNotValid":"Backend runtimes dependency is not valid"}}}}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"target":8,"omniaServiceId":"bb000000-0000-bbbb-0000-0000000000bb","resource":[{"manifestType":"resource","resourceId":"1ca62642-45d8-47fd-b6d8-818463a8b348","resourceName":"omnia.fx.docs.api","version":{"js":"921bbc656b0a73594c17dce736eb4220"},"availableBundleTargetTypes":["js"],"dependingOnManifests":[{"resourceId":"a5a89056-b5f5-475d-8518-a1f55090379d"}],"api":["fx.docs.registrations"]},{"manifestType":"resource","resourceId":"4b44029a-a988-4175-b503-be151c5ccc6e","resourceName":"omnia.fx.docs.components.registraions","version":{"js":"
|
|
1
|
+
{"target":8,"omniaServiceId":"bb000000-0000-bbbb-0000-0000000000bb","resource":[{"manifestType":"resource","resourceId":"1ca62642-45d8-47fd-b6d8-818463a8b348","resourceName":"omnia.fx.docs.api","version":{"js":"921bbc656b0a73594c17dce736eb4220"},"availableBundleTargetTypes":["js"],"dependingOnManifests":[{"resourceId":"a5a89056-b5f5-475d-8518-a1f55090379d"}],"api":["fx.docs.registrations"]},{"manifestType":"resource","resourceId":"4b44029a-a988-4175-b503-be151c5ccc6e","resourceName":"omnia.fx.docs.components.registraions","version":{"js":"e4d7f263b5c1c5a68dcde83bde2be91b"},"availableBundleTargetTypes":["js"],"dependingOnManifests":[{"resourceId":"a5a89056-b5f5-475d-8518-a1f55090379d"}],"extendApi":["fx.docs.registrations"]}]}
|