@edm-sdui/sdui 1.0.69 → 1.0.70
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/edm-sdui-sdui-1.0.70.tgz +0 -0
- package/fesm2022/edm-sdui-sdui.mjs +1360 -516
- package/fesm2022/edm-sdui-sdui.mjs.map +1 -1
- package/package.json +6 -7
- package/types/edm-sdui-sdui.d.ts +1560 -0
- package/types/edm-sdui-sdui.d.ts.map +1 -0
- package/edm-sdui-sdui-1.0.69.tgz +0 -0
- package/edm-sdui-sdui.d.ts.map +0 -1
- package/esm2022/edm-sdui-sdui.mjs +0 -5
- package/esm2022/lib/components/navigation-controls/navigation-controls.component.mjs +0 -27
- package/esm2022/lib/components/uicomponent/button/button.component.mjs +0 -56
- package/esm2022/lib/components/uicomponent/column/column.component.mjs +0 -27
- package/esm2022/lib/components/uicomponent/image/image.component.mjs +0 -61
- package/esm2022/lib/components/uicomponent/image/ranking-svg.mjs +0 -186
- package/esm2022/lib/components/uicomponent/label/label.component.mjs +0 -97
- package/esm2022/lib/components/uicomponent/media-type/media-type.component.mjs +0 -71
- package/esm2022/lib/components/uicomponent/modal/modal.component.mjs +0 -30
- package/esm2022/lib/components/uicomponent/picker/picker.component.mjs +0 -56
- package/esm2022/lib/components/uicomponent/picker-item/picker-item.component.mjs +0 -34
- package/esm2022/lib/components/uicomponent/profile-button/profile-button.component.mjs +0 -115
- package/esm2022/lib/components/uicomponent/progress-bar/progress-bar.component.mjs +0 -42
- package/esm2022/lib/components/uicomponent/row/row.component.mjs +0 -22
- package/esm2022/lib/components/uicomponent/row-divisor/row-divisor.component.mjs +0 -22
- package/esm2022/lib/components/uicomponent/scrollable-column/scrollable-column.component.mjs +0 -33
- package/esm2022/lib/components/uicomponent/scrollable-row/scrollable-row.component.mjs +0 -131
- package/esm2022/lib/components/uicomponent/search-bar/search-bar.component.mjs +0 -102
- package/esm2022/lib/components/uicomponent/search-bar dismiss/search-bar-dismiss.component.mjs +0 -139
- package/esm2022/lib/components/uicomponent/space/space.component.mjs +0 -20
- package/esm2022/lib/components/uicomponent/tag/tag.component.mjs +0 -59
- package/esm2022/lib/components/uicomponent/tags-row/tag/tag.component.mjs +0 -282
- package/esm2022/lib/components/uicomponent/tags-row/tags-row.component.mjs +0 -178
- package/esm2022/lib/components/uicomponent/uicomponent.component.mjs +0 -52
- package/esm2022/lib/components/uicomponent/zstack/zstack.component.mjs +0 -23
- package/esm2022/lib/components/uilayout/centered-content-layout/centered-content-layout.component.mjs +0 -24
- package/esm2022/lib/components/uilayout/fab/fab.component.mjs +0 -42
- package/esm2022/lib/components/uilayout/single-column-layout/single-column-layout.component.mjs +0 -22
- package/esm2022/lib/components/uilayout/uinavigation/uinavigation.component.mjs +0 -15
- package/esm2022/lib/components/uiscreen/uiscreen.component.mjs +0 -31
- package/esm2022/lib/core/services/font-size-mapping.service.mjs +0 -30
- package/esm2022/lib/core/services/modal.service.mjs +0 -30
- package/esm2022/lib/core/services/scroll-spy.service.mjs +0 -102
- package/esm2022/lib/core/services/translation.service.mjs +0 -53
- package/esm2022/lib/core/services/ui-action-handlers.service.mjs +0 -17
- package/esm2022/lib/core/services/ui-action.service.mjs +0 -112
- package/esm2022/lib/core/services/uiscreen.service.mjs +0 -205
- package/esm2022/lib/core/tokens/sdui-config.token.mjs +0 -4
- package/esm2022/lib/core/uicomposition/enums/uicomponent-type.mjs +0 -36
- package/esm2022/lib/core/uicomposition/enums/uiplatform-type.mjs +0 -7
- package/esm2022/lib/core/uicomposition/enums/uiscene.mjs +0 -5
- package/esm2022/lib/core/uicomposition/enums/uiscreen-container-type.mjs +0 -6
- package/esm2022/lib/core/uicomposition/enums/uiscreen-identifier.mjs +0 -6
- package/esm2022/lib/core/uicomposition/mapping/component-mapping.mjs +0 -36
- package/esm2022/lib/core/uicomposition/models/uicentered-content-layout.mjs +0 -2
- package/esm2022/lib/core/uicomposition/models/uicomponent.mjs +0 -2
- package/esm2022/lib/core/uicomposition/models/uielement.mjs +0 -2
- package/esm2022/lib/core/uicomposition/models/uilayout.mjs +0 -2
- package/esm2022/lib/core/uicomposition/models/uinavigation.mjs +0 -2
- package/esm2022/lib/core/uicomposition/models/uiscreen-config.mjs +0 -2
- package/esm2022/lib/core/uicomposition/models/uiscreen.mjs +0 -2
- package/esm2022/lib/core/uicomposition/models/uisingle-column-layout.mjs +0 -2
- package/esm2022/lib/core/uicomposition/models/uitag.mjs +0 -2
- package/esm2022/lib/core/uicomposition/models/uiview.mjs +0 -2
- package/esm2022/lib/core/uitheme/enums/uiaction-type.mjs +0 -17
- package/esm2022/lib/core/uitheme/enums/uialignment-type.mjs +0 -7
- package/esm2022/lib/core/uitheme/enums/uiaspect-type.mjs +0 -6
- package/esm2022/lib/core/uitheme/enums/uiasset.mjs +0 -437
- package/esm2022/lib/core/uitheme/enums/uicolor.mjs +0 -157
- package/esm2022/lib/core/uitheme/enums/uicontent-type.mjs +0 -11
- package/esm2022/lib/core/uitheme/enums/uidimension.mjs +0 -49
- package/esm2022/lib/core/uitheme/enums/uijustify.mjs +0 -9
- package/esm2022/lib/core/uitheme/enums/uipadding-level.mjs +0 -12
- package/esm2022/lib/core/uitheme/enums/uipresentation-style.mjs +0 -7
- package/esm2022/lib/core/uitheme/enums/uiradius-level.mjs +0 -10
- package/esm2022/lib/core/uitheme/enums/uishadow-blur-radius.mjs +0 -5
- package/esm2022/lib/core/uitheme/enums/uishadow-offset.mjs +0 -5
- package/esm2022/lib/core/uitheme/enums/uisize.mjs +0 -22
- package/esm2022/lib/core/uitheme/enums/uispacing-level.mjs +0 -10
- package/esm2022/lib/core/uitheme/enums/uitext-style.mjs +0 -15
- package/esm2022/lib/core/uitheme/mapping/alignment-mapping.mjs +0 -7
- package/esm2022/lib/core/uitheme/mapping/aspect-mapping.mjs +0 -6
- package/esm2022/lib/core/uitheme/mapping/asset-mapping.mjs +0 -437
- package/esm2022/lib/core/uitheme/mapping/color-mapping.mjs +0 -157
- package/esm2022/lib/core/uitheme/mapping/dimension-mapping.mjs +0 -51
- package/esm2022/lib/core/uitheme/mapping/justify-mapping.mjs +0 -9
- package/esm2022/lib/core/uitheme/mapping/pad-mapping.mjs +0 -12
- package/esm2022/lib/core/uitheme/mapping/radius-mapping.mjs +0 -10
- package/esm2022/lib/core/uitheme/mapping/shadow-mapping.mjs +0 -9
- package/esm2022/lib/core/uitheme/mapping/size-mapping.mjs +0 -26
- package/esm2022/lib/core/uitheme/mapping/space-mapping.mjs +0 -10
- package/esm2022/lib/core/uitheme/mapping/text-style-mapping.mjs +0 -33
- package/esm2022/lib/core/uitheme/models/uiaction.mjs +0 -2
- package/esm2022/lib/core/uitheme/models/uialignment.mjs +0 -2
- package/esm2022/lib/core/uitheme/models/uibackground.mjs +0 -2
- package/esm2022/lib/core/uitheme/models/uicontent-inset.mjs +0 -2
- package/esm2022/lib/core/uitheme/models/uihover.mjs +0 -2
- package/esm2022/lib/core/uitheme/models/uipadding.mjs +0 -2
- package/esm2022/lib/core/uitheme/models/uiradius.mjs +0 -2
- package/esm2022/lib/core/uitheme/models/uishadow.mjs +0 -2
- package/esm2022/lib/core/uitheme/models/uispacing.mjs +0 -2
- package/esm2022/lib/core/utils/url-parser.util.mjs +0 -26
- package/esm2022/lib/core/view-models/uiscreen.viewmodel.mjs +0 -106
- package/esm2022/lib/directives/uiview.directive.mjs +0 -401
- package/esm2022/lib/sdui-routing.module.mjs +0 -28
- package/esm2022/lib/sdui.component.mjs +0 -51
- package/esm2022/lib/sdui.module.mjs +0 -139
- package/esm2022/public-api.mjs +0 -13
- package/index.d.ts +0 -6
- package/lib/components/navigation-controls/navigation-controls.component.d.ts +0 -12
- package/lib/components/navigation-controls/navigation-controls.component.d.ts.map +0 -1
- package/lib/components/uicomponent/button/button.component.d.ts +0 -19
- package/lib/components/uicomponent/button/button.component.d.ts.map +0 -1
- package/lib/components/uicomponent/column/column.component.d.ts +0 -12
- package/lib/components/uicomponent/column/column.component.d.ts.map +0 -1
- package/lib/components/uicomponent/image/image.component.d.ts +0 -18
- package/lib/components/uicomponent/image/image.component.d.ts.map +0 -1
- package/lib/components/uicomponent/image/ranking-svg.d.ts +0 -2
- package/lib/components/uicomponent/image/ranking-svg.d.ts.map +0 -1
- package/lib/components/uicomponent/label/label.component.d.ts +0 -18
- package/lib/components/uicomponent/label/label.component.d.ts.map +0 -1
- package/lib/components/uicomponent/media-type/media-type.component.d.ts +0 -24
- package/lib/components/uicomponent/media-type/media-type.component.d.ts.map +0 -1
- package/lib/components/uicomponent/modal/modal.component.d.ts +0 -15
- package/lib/components/uicomponent/modal/modal.component.d.ts.map +0 -1
- package/lib/components/uicomponent/picker/picker.component.d.ts +0 -22
- package/lib/components/uicomponent/picker/picker.component.d.ts.map +0 -1
- package/lib/components/uicomponent/picker-item/picker-item.component.d.ts +0 -16
- package/lib/components/uicomponent/picker-item/picker-item.component.d.ts.map +0 -1
- package/lib/components/uicomponent/profile-button/profile-button.component.d.ts +0 -22
- package/lib/components/uicomponent/profile-button/profile-button.component.d.ts.map +0 -1
- package/lib/components/uicomponent/progress-bar/progress-bar.component.d.ts +0 -15
- package/lib/components/uicomponent/progress-bar/progress-bar.component.d.ts.map +0 -1
- package/lib/components/uicomponent/row/row.component.d.ts +0 -11
- package/lib/components/uicomponent/row/row.component.d.ts.map +0 -1
- package/lib/components/uicomponent/row-divisor/row-divisor.component.d.ts +0 -11
- package/lib/components/uicomponent/row-divisor/row-divisor.component.d.ts.map +0 -1
- package/lib/components/uicomponent/scrollable-column/scrollable-column.component.d.ts +0 -15
- package/lib/components/uicomponent/scrollable-column/scrollable-column.component.d.ts.map +0 -1
- package/lib/components/uicomponent/scrollable-row/scrollable-row.component.d.ts +0 -29
- package/lib/components/uicomponent/scrollable-row/scrollable-row.component.d.ts.map +0 -1
- package/lib/components/uicomponent/search-bar/search-bar.component.d.ts +0 -19
- package/lib/components/uicomponent/search-bar/search-bar.component.d.ts.map +0 -1
- package/lib/components/uicomponent/search-bar dismiss/search-bar-dismiss.component.d.ts +0 -22
- package/lib/components/uicomponent/search-bar dismiss/search-bar-dismiss.component.d.ts.map +0 -1
- package/lib/components/uicomponent/space/space.component.d.ts +0 -11
- package/lib/components/uicomponent/space/space.component.d.ts.map +0 -1
- package/lib/components/uicomponent/tag/tag.component.d.ts +0 -19
- package/lib/components/uicomponent/tag/tag.component.d.ts.map +0 -1
- package/lib/components/uicomponent/tags-row/tag/tag.component.d.ts +0 -39
- package/lib/components/uicomponent/tags-row/tag/tag.component.d.ts.map +0 -1
- package/lib/components/uicomponent/tags-row/tags-row.component.d.ts +0 -37
- package/lib/components/uicomponent/tags-row/tags-row.component.d.ts.map +0 -1
- package/lib/components/uicomponent/uicomponent.component.d.ts +0 -18
- package/lib/components/uicomponent/uicomponent.component.d.ts.map +0 -1
- package/lib/components/uicomponent/zstack/zstack.component.d.ts +0 -11
- package/lib/components/uicomponent/zstack/zstack.component.d.ts.map +0 -1
- package/lib/components/uilayout/centered-content-layout/centered-content-layout.component.d.ts +0 -11
- package/lib/components/uilayout/centered-content-layout/centered-content-layout.component.d.ts.map +0 -1
- package/lib/components/uilayout/fab/fab.component.d.ts +0 -17
- package/lib/components/uilayout/fab/fab.component.d.ts.map +0 -1
- package/lib/components/uilayout/single-column-layout/single-column-layout.component.d.ts +0 -10
- package/lib/components/uilayout/single-column-layout/single-column-layout.component.d.ts.map +0 -1
- package/lib/components/uilayout/uinavigation/uinavigation.component.d.ts +0 -8
- package/lib/components/uilayout/uinavigation/uinavigation.component.d.ts.map +0 -1
- package/lib/components/uiscreen/uiscreen.component.d.ts +0 -13
- package/lib/components/uiscreen/uiscreen.component.d.ts.map +0 -1
- package/lib/core/services/font-size-mapping.service.d.ts +0 -10
- package/lib/core/services/font-size-mapping.service.d.ts.map +0 -1
- package/lib/core/services/modal.service.d.ts +0 -11
- package/lib/core/services/modal.service.d.ts.map +0 -1
- package/lib/core/services/scroll-spy.service.d.ts +0 -31
- package/lib/core/services/scroll-spy.service.d.ts.map +0 -1
- package/lib/core/services/translation.service.d.ts +0 -13
- package/lib/core/services/translation.service.d.ts.map +0 -1
- package/lib/core/services/ui-action-handlers.service.d.ts +0 -9
- package/lib/core/services/ui-action-handlers.service.d.ts.map +0 -1
- package/lib/core/services/ui-action.service.d.ts +0 -17
- package/lib/core/services/ui-action.service.d.ts.map +0 -1
- package/lib/core/services/uiscreen.service.d.ts +0 -26
- package/lib/core/services/uiscreen.service.d.ts.map +0 -1
- package/lib/core/tokens/sdui-config.token.d.ts +0 -4
- package/lib/core/tokens/sdui-config.token.d.ts.map +0 -1
- package/lib/core/uicomposition/enums/uicomponent-type.d.ts +0 -26
- package/lib/core/uicomposition/enums/uicomponent-type.d.ts.map +0 -1
- package/lib/core/uicomposition/enums/uiplatform-type.d.ts +0 -6
- package/lib/core/uicomposition/enums/uiplatform-type.d.ts.map +0 -1
- package/lib/core/uicomposition/enums/uiscene.d.ts +0 -4
- package/lib/core/uicomposition/enums/uiscene.d.ts.map +0 -1
- package/lib/core/uicomposition/enums/uiscreen-container-type.d.ts +0 -5
- package/lib/core/uicomposition/enums/uiscreen-container-type.d.ts.map +0 -1
- package/lib/core/uicomposition/enums/uiscreen-identifier.d.ts +0 -5
- package/lib/core/uicomposition/enums/uiscreen-identifier.d.ts.map +0 -1
- package/lib/core/uicomposition/mapping/component-mapping.d.ts +0 -4
- package/lib/core/uicomposition/mapping/component-mapping.d.ts.map +0 -1
- package/lib/core/uicomposition/models/uicentered-content-layout.d.ts +0 -11
- package/lib/core/uicomposition/models/uicentered-content-layout.d.ts.map +0 -1
- package/lib/core/uicomposition/models/uicomponent.d.ts +0 -12
- package/lib/core/uicomposition/models/uicomponent.d.ts.map +0 -1
- package/lib/core/uicomposition/models/uielement.d.ts +0 -28
- package/lib/core/uicomposition/models/uielement.d.ts.map +0 -1
- package/lib/core/uicomposition/models/uilayout.d.ts +0 -4
- package/lib/core/uicomposition/models/uilayout.d.ts.map +0 -1
- package/lib/core/uicomposition/models/uinavigation.d.ts +0 -6
- package/lib/core/uicomposition/models/uinavigation.d.ts.map +0 -1
- package/lib/core/uicomposition/models/uiscreen-config.d.ts +0 -6
- package/lib/core/uicomposition/models/uiscreen-config.d.ts.map +0 -1
- package/lib/core/uicomposition/models/uiscreen.d.ts +0 -20
- package/lib/core/uicomposition/models/uiscreen.d.ts.map +0 -1
- package/lib/core/uicomposition/models/uisingle-column-layout.d.ts +0 -12
- package/lib/core/uicomposition/models/uisingle-column-layout.d.ts.map +0 -1
- package/lib/core/uicomposition/models/uitag.d.ts +0 -6
- package/lib/core/uicomposition/models/uitag.d.ts.map +0 -1
- package/lib/core/uicomposition/models/uiview.d.ts +0 -33
- package/lib/core/uicomposition/models/uiview.d.ts.map +0 -1
- package/lib/core/uitheme/enums/uiaction-type.d.ts +0 -13
- package/lib/core/uitheme/enums/uiaction-type.d.ts.map +0 -1
- package/lib/core/uitheme/enums/uialignment-type.d.ts +0 -6
- package/lib/core/uitheme/enums/uialignment-type.d.ts.map +0 -1
- package/lib/core/uitheme/enums/uiaspect-type.d.ts +0 -5
- package/lib/core/uitheme/enums/uiaspect-type.d.ts.map +0 -1
- package/lib/core/uitheme/enums/uiasset.d.ts +0 -436
- package/lib/core/uitheme/enums/uiasset.d.ts.map +0 -1
- package/lib/core/uitheme/enums/uicolor.d.ts +0 -156
- package/lib/core/uitheme/enums/uicolor.d.ts.map +0 -1
- package/lib/core/uitheme/enums/uicontent-type.d.ts +0 -10
- package/lib/core/uitheme/enums/uicontent-type.d.ts.map +0 -1
- package/lib/core/uitheme/enums/uidimension.d.ts +0 -48
- package/lib/core/uitheme/enums/uidimension.d.ts.map +0 -1
- package/lib/core/uitheme/enums/uijustify.d.ts +0 -8
- package/lib/core/uitheme/enums/uijustify.d.ts.map +0 -1
- package/lib/core/uitheme/enums/uipadding-level.d.ts +0 -11
- package/lib/core/uitheme/enums/uipadding-level.d.ts.map +0 -1
- package/lib/core/uitheme/enums/uipresentation-style.d.ts +0 -6
- package/lib/core/uitheme/enums/uipresentation-style.d.ts.map +0 -1
- package/lib/core/uitheme/enums/uiradius-level.d.ts +0 -9
- package/lib/core/uitheme/enums/uiradius-level.d.ts.map +0 -1
- package/lib/core/uitheme/enums/uishadow-blur-radius.d.ts +0 -4
- package/lib/core/uitheme/enums/uishadow-blur-radius.d.ts.map +0 -1
- package/lib/core/uitheme/enums/uishadow-offset.d.ts +0 -4
- package/lib/core/uitheme/enums/uishadow-offset.d.ts.map +0 -1
- package/lib/core/uitheme/enums/uisize.d.ts +0 -21
- package/lib/core/uitheme/enums/uisize.d.ts.map +0 -1
- package/lib/core/uitheme/enums/uispacing-level.d.ts +0 -9
- package/lib/core/uitheme/enums/uispacing-level.d.ts.map +0 -1
- package/lib/core/uitheme/enums/uitext-style.d.ts +0 -14
- package/lib/core/uitheme/enums/uitext-style.d.ts.map +0 -1
- package/lib/core/uitheme/mapping/alignment-mapping.d.ts +0 -3
- package/lib/core/uitheme/mapping/alignment-mapping.d.ts.map +0 -1
- package/lib/core/uitheme/mapping/aspect-mapping.d.ts +0 -3
- package/lib/core/uitheme/mapping/aspect-mapping.d.ts.map +0 -1
- package/lib/core/uitheme/mapping/asset-mapping.d.ts +0 -3
- package/lib/core/uitheme/mapping/asset-mapping.d.ts.map +0 -1
- package/lib/core/uitheme/mapping/color-mapping.d.ts +0 -3
- package/lib/core/uitheme/mapping/color-mapping.d.ts.map +0 -1
- package/lib/core/uitheme/mapping/dimension-mapping.d.ts +0 -3
- package/lib/core/uitheme/mapping/dimension-mapping.d.ts.map +0 -1
- package/lib/core/uitheme/mapping/justify-mapping.d.ts +0 -3
- package/lib/core/uitheme/mapping/justify-mapping.d.ts.map +0 -1
- package/lib/core/uitheme/mapping/pad-mapping.d.ts +0 -3
- package/lib/core/uitheme/mapping/pad-mapping.d.ts.map +0 -1
- package/lib/core/uitheme/mapping/radius-mapping.d.ts +0 -3
- package/lib/core/uitheme/mapping/radius-mapping.d.ts.map +0 -1
- package/lib/core/uitheme/mapping/shadow-mapping.d.ts +0 -5
- package/lib/core/uitheme/mapping/shadow-mapping.d.ts.map +0 -1
- package/lib/core/uitheme/mapping/size-mapping.d.ts +0 -12
- package/lib/core/uitheme/mapping/size-mapping.d.ts.map +0 -1
- package/lib/core/uitheme/mapping/space-mapping.d.ts +0 -3
- package/lib/core/uitheme/mapping/space-mapping.d.ts.map +0 -1
- package/lib/core/uitheme/mapping/text-style-mapping.d.ts +0 -5
- package/lib/core/uitheme/mapping/text-style-mapping.d.ts.map +0 -1
- package/lib/core/uitheme/models/uiaction.d.ts +0 -10
- package/lib/core/uitheme/models/uiaction.d.ts.map +0 -1
- package/lib/core/uitheme/models/uialignment.d.ts +0 -5
- package/lib/core/uitheme/models/uialignment.d.ts.map +0 -1
- package/lib/core/uitheme/models/uibackground.d.ts +0 -7
- package/lib/core/uitheme/models/uibackground.d.ts.map +0 -1
- package/lib/core/uitheme/models/uicontent-inset.d.ts +0 -8
- package/lib/core/uitheme/models/uicontent-inset.d.ts.map +0 -1
- package/lib/core/uitheme/models/uihover.d.ts +0 -4
- package/lib/core/uitheme/models/uihover.d.ts.map +0 -1
- package/lib/core/uitheme/models/uipadding.d.ts +0 -8
- package/lib/core/uitheme/models/uipadding.d.ts.map +0 -1
- package/lib/core/uitheme/models/uiradius.d.ts +0 -8
- package/lib/core/uitheme/models/uiradius.d.ts.map +0 -1
- package/lib/core/uitheme/models/uishadow.d.ts +0 -11
- package/lib/core/uitheme/models/uishadow.d.ts.map +0 -1
- package/lib/core/uitheme/models/uispacing.d.ts +0 -5
- package/lib/core/uitheme/models/uispacing.d.ts.map +0 -1
- package/lib/core/utils/url-parser.util.d.ts +0 -3
- package/lib/core/utils/url-parser.util.d.ts.map +0 -1
- package/lib/core/view-models/uiscreen.viewmodel.d.ts +0 -39
- package/lib/core/view-models/uiscreen.viewmodel.d.ts.map +0 -1
- package/lib/directives/uiview.directive.d.ts +0 -54
- package/lib/directives/uiview.directive.d.ts.map +0 -1
- package/lib/sdui-routing.module.d.ts +0 -10
- package/lib/sdui-routing.module.d.ts.map +0 -1
- package/lib/sdui.component.d.ts +0 -17
- package/lib/sdui.component.d.ts.map +0 -1
- package/lib/sdui.module.d.ts +0 -47
- package/lib/sdui.module.d.ts.map +0 -1
- package/public-api.d.ts +0 -7
- package/public-api.d.ts.map +0 -1
|
@@ -0,0 +1,1560 @@
|
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import { ModuleWithProviders, ApplicationRef, EnvironmentInjector, AfterViewInit, ElementRef, Renderer2, OnChanges, SimpleChanges, OnInit, Type, Injector, ChangeDetectorRef, OnDestroy, EventEmitter, NgZone } from '@angular/core';
|
|
3
|
+
import * as i1 from '@angular/router';
|
|
4
|
+
import { Router, ActivatedRoute } from '@angular/router';
|
|
5
|
+
import * as rxjs from 'rxjs';
|
|
6
|
+
import { Observable } from 'rxjs';
|
|
7
|
+
import { HttpClient } from '@angular/common/http';
|
|
8
|
+
import * as i30 from '@angular/common';
|
|
9
|
+
import { Location } from '@angular/common';
|
|
10
|
+
import { SafeHtml, DomSanitizer } from '@angular/platform-browser';
|
|
11
|
+
|
|
12
|
+
declare class SduiRoutingModule {
|
|
13
|
+
static forChild(customPath?: string): ModuleWithProviders<SduiRoutingModule>;
|
|
14
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SduiRoutingModule, never>;
|
|
15
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SduiRoutingModule, never, [typeof i1.RouterModule], [typeof i1.RouterModule]>;
|
|
16
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<SduiRoutingModule>;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
declare enum UIColor {
|
|
20
|
+
ALERT = "alert",
|
|
21
|
+
BG_TAG = "bg_tag",
|
|
22
|
+
ACTINDCOLOR = "actindcolor",
|
|
23
|
+
TEXT_WEB = "text_web",
|
|
24
|
+
TEXT_RANKING_HIGHLIGHT = "text_ranking_highlight",
|
|
25
|
+
RANKING_HIGHLIGHT = "ranking_highlight",
|
|
26
|
+
TEXT_RANKING_MAIN = "text_ranking_main",
|
|
27
|
+
TEXT_RANKING_AUX = "text_ranking_aux",
|
|
28
|
+
BT_SELECT_ACTIVITY = "bt_select_activity",
|
|
29
|
+
FONT_BT = "font_bt",
|
|
30
|
+
FONT_BT_PRICE = "font_bt_price",
|
|
31
|
+
FONT_TAG = "font_tag",
|
|
32
|
+
FONT_LIVE = "font_live",
|
|
33
|
+
QUIZ_SELECT = "quiz_select",
|
|
34
|
+
MAIN1 = "main_1",
|
|
35
|
+
AUX = "aux",
|
|
36
|
+
VOTE_OFF = "vote_off",
|
|
37
|
+
BG_VOTE = "bg_vote",
|
|
38
|
+
VOTE_ON = "vote_on",
|
|
39
|
+
STORY_OFF = "story_off",
|
|
40
|
+
STORY_ON = "story_on",
|
|
41
|
+
FONT_ACTIONS = "font_actions",
|
|
42
|
+
FONT_SEARCH_OFF = "font_search_off",
|
|
43
|
+
FONT_SEARCH_ON = "font_search_on",
|
|
44
|
+
SLIDER_OFF = "slider_off",
|
|
45
|
+
SLIDER_ON = "slider_on",
|
|
46
|
+
PROGRESS_VIEW_OFF = "progress_view_off",
|
|
47
|
+
PROGRESS_VIEW_RANKING_OFF = "progress_view_ranking_off",
|
|
48
|
+
PROGRESS_STORY_OFF = "progress_story_off",
|
|
49
|
+
PROGRESS_STORY_ON = "progress_story_on",
|
|
50
|
+
PROGRESS_VIEW_ON = "progress_view_on",
|
|
51
|
+
FONT_DISABLED = "font_disabled",
|
|
52
|
+
BT_TAB_OFF = "bt_tab_off",
|
|
53
|
+
BG = "bg",
|
|
54
|
+
FONT_BT_PROGRAM = "font_bt_program",
|
|
55
|
+
BG_RANKING = "bg_ranking",
|
|
56
|
+
BG_STORY = "bg_story",
|
|
57
|
+
BG_NEW_COMMENT = "bg_new_comment",
|
|
58
|
+
SHADOW = "shadow",
|
|
59
|
+
BG_SURVEY = "bg_survey",
|
|
60
|
+
BG_LIVE = "bg_live",
|
|
61
|
+
BG_VIEW_LIVE = "bg_view_live",
|
|
62
|
+
MAIN2 = "main_2",
|
|
63
|
+
BT_TAG_ON = "bt_tag_on",
|
|
64
|
+
TEXT_COLOR = "text_color",
|
|
65
|
+
TEXT_STORY = "text_story",
|
|
66
|
+
BT_REGISTER = "bt_register",
|
|
67
|
+
BT_SHADOW_PROFILE = "bt_shadow_profile",
|
|
68
|
+
FONT_REGISTER = "font_register",
|
|
69
|
+
FONT_BT_MAIN = "font_bt_main",
|
|
70
|
+
FONT_BT_QUIZ = "font_bt_quiz",
|
|
71
|
+
FONT_BT_VIEW = "font_bt_view",
|
|
72
|
+
FONT_BT_TAG_OFF = "font_bt_tag_off",
|
|
73
|
+
FONT_BT_TAG_ON = "font_bt_tag_on",
|
|
74
|
+
ATTENTION_COLOR = "attention_color",
|
|
75
|
+
QUIZ_ERROR = "quiz_error",
|
|
76
|
+
BG_NAV = "bg_nav",
|
|
77
|
+
BT_OPEN_E_CLOSE = "bt_open_e_close",
|
|
78
|
+
IC_TYPE_CLASS = "ic_type_class",
|
|
79
|
+
IC_TYPE_LIVE = "ic_type_live",
|
|
80
|
+
IC_TYPE_DISABLED = "ic_type_disabled",
|
|
81
|
+
BT_DOWNLOAD = "bt_download",
|
|
82
|
+
BT_DISABLED = "bt_disabled",
|
|
83
|
+
BT_DISABLED_HOME = "bt_disabled_home",
|
|
84
|
+
BT_CHECK_OFF = "bt_check_off",
|
|
85
|
+
ACTIONS_OFF = "actions_off",
|
|
86
|
+
BT_PROGRAM = "bt_program",
|
|
87
|
+
PLAYER_CONTROLS = "player_controls",
|
|
88
|
+
RATING_OFF = "rating_off",
|
|
89
|
+
RATING_ON = "rating_on",
|
|
90
|
+
ACTIONS_ON = "actions_on",
|
|
91
|
+
TAG_VIP_HIGHLIGHT = "tag_vip_highlight",
|
|
92
|
+
BT_CHECK_ON = "bt_check_on",
|
|
93
|
+
BT_TAB_ON = "bt_tab_on",
|
|
94
|
+
BT_VIEW_DEG1 = "bt_view_deg1",
|
|
95
|
+
LINE_DIVISER = "line_diviser",
|
|
96
|
+
BG_SEC = "bg_sec",
|
|
97
|
+
BG_SEARCH = "bg_search",
|
|
98
|
+
FONT_PRICE = "font_price",
|
|
99
|
+
BT_LIKE_ON = "bt_like_on",
|
|
100
|
+
BG_CARD = "bg_card",
|
|
101
|
+
BT_TAG_OFF = "bt_tag_off",
|
|
102
|
+
BT_TAG_VIP = "bt_tag_vip",
|
|
103
|
+
BT_PROFILE = "bt_profile",
|
|
104
|
+
BT_PRICE_DEG1 = "bt_price_deg1",
|
|
105
|
+
BT_PRICE_DEG2 = "bt_price_deg2",
|
|
106
|
+
BT_LIKE_OFF = "bt_like_off",
|
|
107
|
+
BT_LOCK = "bt_lock",
|
|
108
|
+
BT_TRASH = "bt_trash",
|
|
109
|
+
BG_COMMENT = "bg_comment",
|
|
110
|
+
BG_POST = "bg_post",
|
|
111
|
+
BT_HIGHLIGHT = "bt_highlight",
|
|
112
|
+
ATTENTION_BADGE = "attention_badge",
|
|
113
|
+
BT_BORDER_PROFILE = "bt_border_profile",
|
|
114
|
+
BT_MAIN_DEG1 = "bt_main_deg1",
|
|
115
|
+
BT_MAIN_DEG2 = "bt_main_deg2",
|
|
116
|
+
BT_VIEW_DEG2 = "bt_view_deg2",
|
|
117
|
+
BG_MODULO = "bg_modulo",
|
|
118
|
+
BG_MODULO_RANKING = "bg_modulo_ranking",
|
|
119
|
+
QUIZ_RIGHT = "quiz_right",
|
|
120
|
+
BT_BANNER_MAIN = "bt_banner_main",
|
|
121
|
+
FONT_BT_BANNER = "font_bt_banner",
|
|
122
|
+
BT_BANNER = "bt_banner",
|
|
123
|
+
FONT_BT_BANNER_MAIN = "font_bt_banner_main",
|
|
124
|
+
BORDER_BANNER = "border_banner",
|
|
125
|
+
INPUT_ERROR = "input_error",
|
|
126
|
+
BT_BACK = "bt_back",
|
|
127
|
+
TEXT_COMMENT_SEC = "text_comment_sec",
|
|
128
|
+
BT_IA_DEG1 = "bt_ia_deg1",
|
|
129
|
+
BT_IA_DEG2 = "bt_ia_deg2",
|
|
130
|
+
NORMAL = "normal",
|
|
131
|
+
BG_CLIPS = "bg_clips",
|
|
132
|
+
FONT_CLIPS = "font_clips",
|
|
133
|
+
BG_MASK_0 = "bg_mask_0",
|
|
134
|
+
BG_MASK_80 = "bg_mask_80",
|
|
135
|
+
BG_MASK_20 = "bg_mask_20",
|
|
136
|
+
BG_MASK_8_0 = "bg_mask_8_0",
|
|
137
|
+
BG_MASK_2_0 = "bg_mask_2_0",
|
|
138
|
+
TEXT_CHALLENGE_AUX = "text_challenge_aux",
|
|
139
|
+
TEXT_CHALLENGE_HIGHLIGHT = "text_challenge_highlight",
|
|
140
|
+
BG_CHALLENGE = "bg_challenge",
|
|
141
|
+
BG_MODULO_CHALLENGE = "bg_modulo_challenge",
|
|
142
|
+
CHALLENGE_HIGHLIGHT = "challenge_highlight",
|
|
143
|
+
BT_CHALLENGE = "bt_challenge",
|
|
144
|
+
FONT_BT_CHALLENGE = "font_bt_challenge",
|
|
145
|
+
CHALLENGE_OFF = "challenge_off",
|
|
146
|
+
TEXT_CHALLENGE_DISABLED = "text_challenge_disabled",
|
|
147
|
+
TEXT_CHALLENGE_MAIN = "text_challenge_main",
|
|
148
|
+
CHALLENGE_WAY = "challenge_way",
|
|
149
|
+
AUX_TAG_EXPLORER_AUX = "aux_tag_explorer_aux",
|
|
150
|
+
TAG_EXPLORER_AUX = "tag_explorer_aux",
|
|
151
|
+
BT_TAG_EXPLORER_OFF = "bt_tag_explorer_off",
|
|
152
|
+
BT_TAG_EXPLORER_ON = "bt_tag_explorer_on",
|
|
153
|
+
FONT_BT_TAG_EXPLORER_OFF = "font_bt_tag_explorer_off",
|
|
154
|
+
TAG_EXPLORER_HIGHLIGHT = "tag_explorer_highlight",
|
|
155
|
+
FONT_BT_TAG_EXPLORER_ON = "font_bt_tag_explorer_on",
|
|
156
|
+
BT_EXPLORER = "bt_explorer",
|
|
157
|
+
BT_EXPLORER_AUX = "bt_explorer_aux",
|
|
158
|
+
BG_EXPLORER = "bg_explorer",
|
|
159
|
+
BG_EXPLORER_DEG1 = "bg_explorer_deg_1",
|
|
160
|
+
BG_EXPLORER_DEG2 = "bg_explorer_deg_2",
|
|
161
|
+
BG_CARD_COMMENT = "bg_card_comment",
|
|
162
|
+
BG_USER_CHAT_IA = "bg_user_chat_ia",
|
|
163
|
+
TEXT_CHAT_IA = "text_chat_ia",
|
|
164
|
+
FONT_BT_EXPLORER = "font_bt_explorer",
|
|
165
|
+
FONT_BT_EXPLORER_AUX = "font_bt_explorer_aux",
|
|
166
|
+
FONT_BT_EXPLORER_MAIN = "font_bt_explorer_main",
|
|
167
|
+
BT_EXPLORER_MAIN = "bt_explorer_main",
|
|
168
|
+
BT_EXPLORER_RANKING = "bt_explorer_ranking",
|
|
169
|
+
FONT_BT_EXPLORER_RANKING = "font_bt_explorer_ranking",
|
|
170
|
+
BG_CARD_EXPLORER = "bg_card_explorer",
|
|
171
|
+
BG_CARD_EXPLORER_MAIN = "bg_card_explorer_main",
|
|
172
|
+
BORDER_CARD_EXPLORER = "border_card_explorer"
|
|
173
|
+
}
|
|
174
|
+
|
|
175
|
+
interface UIBackground {
|
|
176
|
+
backgroundColor?: UIColor | null;
|
|
177
|
+
gradientColor1?: UIColor | null;
|
|
178
|
+
gradientColor2?: UIColor | null;
|
|
179
|
+
}
|
|
180
|
+
|
|
181
|
+
declare enum UIPaddingLevel {
|
|
182
|
+
P1 = "p1",// 4px
|
|
183
|
+
P2 = "p2",// 8px
|
|
184
|
+
P3 = "p3",// 16px
|
|
185
|
+
P4 = "p4",// 24px
|
|
186
|
+
P5 = "p5",// 32px
|
|
187
|
+
P6 = "p6",// 40px
|
|
188
|
+
P7 = "p7",// 48px
|
|
189
|
+
P8 = "p8"
|
|
190
|
+
}
|
|
191
|
+
|
|
192
|
+
interface UIPadding {
|
|
193
|
+
top?: UIPaddingLevel;
|
|
194
|
+
right?: UIPaddingLevel;
|
|
195
|
+
bottom?: UIPaddingLevel;
|
|
196
|
+
left?: UIPaddingLevel;
|
|
197
|
+
}
|
|
198
|
+
|
|
199
|
+
declare enum UIScene {
|
|
200
|
+
ACTIVITY_LIST = "ACTIVITY_LIST"
|
|
201
|
+
}
|
|
202
|
+
|
|
203
|
+
declare enum UIScreenIdentifier {
|
|
204
|
+
SINGLE_COLUMN = "SINGLE_COLUMN",
|
|
205
|
+
CENTERED_CONTENT = "CENTERED_CONTENT"
|
|
206
|
+
}
|
|
207
|
+
|
|
208
|
+
declare enum UIScreenContainerType {
|
|
209
|
+
CONTAINED = "contained",
|
|
210
|
+
FLUID = "fluid"
|
|
211
|
+
}
|
|
212
|
+
|
|
213
|
+
interface UIScreenConfig {
|
|
214
|
+
alwaysReload?: boolean | null;
|
|
215
|
+
container?: UIScreenContainerType | null;
|
|
216
|
+
}
|
|
217
|
+
|
|
218
|
+
declare enum UIDimension {
|
|
219
|
+
P100 = "p100",// 100%
|
|
220
|
+
P90 = "p90",// 90,
|
|
221
|
+
P80 = "p80",// 80,
|
|
222
|
+
P70 = "p70",// ..,
|
|
223
|
+
P60 = "p60",
|
|
224
|
+
P50 = "p50",
|
|
225
|
+
P40 = "p40",
|
|
226
|
+
P30 = "p30",
|
|
227
|
+
P20 = "p20",
|
|
228
|
+
P10 = "p10",
|
|
229
|
+
D310 = "d310",// 310p,
|
|
230
|
+
D240 = "d240",// 240p,
|
|
231
|
+
D180 = "d180",// 180p,
|
|
232
|
+
D150 = "d150",// 150p,
|
|
233
|
+
D120 = "d120",// 120p,
|
|
234
|
+
D110 = "d110",// ..,
|
|
235
|
+
D100 = "d100",
|
|
236
|
+
D90 = "d90",
|
|
237
|
+
D80 = "d80",
|
|
238
|
+
D72 = "d72",
|
|
239
|
+
D64 = "d64",
|
|
240
|
+
D60 = "d60",
|
|
241
|
+
D56 = "d56",
|
|
242
|
+
D48 = "d48",
|
|
243
|
+
D42 = "d42",
|
|
244
|
+
D40 = "d40",
|
|
245
|
+
D36 = "d36",
|
|
246
|
+
D32 = "d32",
|
|
247
|
+
D30 = "d30",
|
|
248
|
+
D28 = "d28",
|
|
249
|
+
D26 = "d26",
|
|
250
|
+
D24 = "d24",
|
|
251
|
+
D22 = "d22",
|
|
252
|
+
D20 = "d20",
|
|
253
|
+
D18 = "d18",
|
|
254
|
+
D16 = "d16",
|
|
255
|
+
D14 = "d14",
|
|
256
|
+
D12 = "d12",
|
|
257
|
+
D10 = "d10",
|
|
258
|
+
D8 = "d8",
|
|
259
|
+
D5 = "d5",
|
|
260
|
+
D4 = "d4",
|
|
261
|
+
D3 = "d3",
|
|
262
|
+
D2 = "d2",
|
|
263
|
+
D1 = "d1"
|
|
264
|
+
}
|
|
265
|
+
|
|
266
|
+
declare enum UIActionType {
|
|
267
|
+
INTERNAL_URL = "INTERNAL_URL",
|
|
268
|
+
RELOAD_INTERNAL_URL = "RELOAD_INTERNAL_URL",
|
|
269
|
+
DISMISS_TO_SCENE = "DISMISS_TO_SCENE",
|
|
270
|
+
EXTERNAL_URL = "EXTERNAL_URL",
|
|
271
|
+
WEBVIEW_URL = "WEBVIEW_URL",
|
|
272
|
+
ANCHOR = "ANCHOR",
|
|
273
|
+
PAYWALL = "PAYWALL",
|
|
274
|
+
REGISTER = "REGISTER",
|
|
275
|
+
HTML = "HTML",
|
|
276
|
+
FILE = "FILE"
|
|
277
|
+
}
|
|
278
|
+
|
|
279
|
+
declare enum UIPresentationStyle {
|
|
280
|
+
PUSH = "push",
|
|
281
|
+
POPUP = "popup",
|
|
282
|
+
POPUP_FULL = "popup_full"
|
|
283
|
+
}
|
|
284
|
+
|
|
285
|
+
interface UIAction {
|
|
286
|
+
canAccess?: boolean | null;
|
|
287
|
+
url?: string | null;
|
|
288
|
+
type?: UIActionType | null;
|
|
289
|
+
presentationStyle?: UIPresentationStyle | null;
|
|
290
|
+
param?: string | null;
|
|
291
|
+
}
|
|
292
|
+
|
|
293
|
+
declare enum UIAlignmentType {
|
|
294
|
+
START = "start",
|
|
295
|
+
CENTER = "center",
|
|
296
|
+
END = "end"
|
|
297
|
+
}
|
|
298
|
+
|
|
299
|
+
interface UIAlignment {
|
|
300
|
+
alignment?: UIAlignmentType;
|
|
301
|
+
}
|
|
302
|
+
|
|
303
|
+
declare enum UIRadiusLevel {
|
|
304
|
+
R1 = "r1",// 3px
|
|
305
|
+
R2 = "r2",// 5px
|
|
306
|
+
R3 = "r3",// 8px
|
|
307
|
+
R4 = "r4",// 10px
|
|
308
|
+
R5 = "r5",// 12px
|
|
309
|
+
R50 = "r50"
|
|
310
|
+
}
|
|
311
|
+
|
|
312
|
+
interface UIRadius {
|
|
313
|
+
topLeft?: UIRadiusLevel | null;
|
|
314
|
+
topRight?: UIRadiusLevel | null;
|
|
315
|
+
bottomLeft?: UIRadiusLevel | null;
|
|
316
|
+
bottomRight?: UIRadiusLevel | null;
|
|
317
|
+
}
|
|
318
|
+
|
|
319
|
+
declare enum UIShadowBlurRadius {
|
|
320
|
+
B1 = "b1"
|
|
321
|
+
}
|
|
322
|
+
|
|
323
|
+
declare enum UIShadowOffset {
|
|
324
|
+
S1 = "s1"
|
|
325
|
+
}
|
|
326
|
+
|
|
327
|
+
interface UIShadow {
|
|
328
|
+
color?: UIColor;
|
|
329
|
+
offsetX?: UIShadowOffset;
|
|
330
|
+
offsetY?: UIShadowOffset;
|
|
331
|
+
blurRadius?: UIShadowBlurRadius;
|
|
332
|
+
opacity?: number;
|
|
333
|
+
}
|
|
334
|
+
|
|
335
|
+
declare enum UISpacingLevel {
|
|
336
|
+
S1 = "s1",// 4px
|
|
337
|
+
S2 = "s2",// 8px
|
|
338
|
+
S3 = "s3",// 16px
|
|
339
|
+
S4 = "s4",// 24px
|
|
340
|
+
S5 = "s5",// 32px
|
|
341
|
+
S6 = "s6"
|
|
342
|
+
}
|
|
343
|
+
|
|
344
|
+
interface UISpacing {
|
|
345
|
+
spacing?: UISpacingLevel;
|
|
346
|
+
}
|
|
347
|
+
|
|
348
|
+
declare enum UIJustify {
|
|
349
|
+
START = "start",
|
|
350
|
+
CENTER = "center",
|
|
351
|
+
END = "end",
|
|
352
|
+
BETWEEN = "space-between",
|
|
353
|
+
EVENLY = "space-evenly"
|
|
354
|
+
}
|
|
355
|
+
|
|
356
|
+
declare enum UISize {
|
|
357
|
+
THUMB_1 = "thumb_1",// 100x56
|
|
358
|
+
THUMB_2 = "thumb_2",// 106x40
|
|
359
|
+
THUMB_3 = "thumb_3",// 240x135
|
|
360
|
+
THUMB_4 = "thumb_4",// 300x170
|
|
361
|
+
ASSET_1 = "asset_1",// 26x26
|
|
362
|
+
ASSET_2 = "asset_2",// 16x16
|
|
363
|
+
ASSET_3 = "asset_3",// 80x80
|
|
364
|
+
ASSET_4 = "asset_4",// 60x60
|
|
365
|
+
ASSET_5 = "asset_5",// 18x18
|
|
366
|
+
ASSET_6 = "asset_6",// 20x20
|
|
367
|
+
ASSET_7 = "asset_7",// 22x22
|
|
368
|
+
ASSET_8 = "asset_8",// 24x24
|
|
369
|
+
ASSET_9 = "asset_9",// 40x40
|
|
370
|
+
ASSET_10 = "asset_10",// 30x30
|
|
371
|
+
CARD_1 = "card_1",// 210x201
|
|
372
|
+
CARD_2 = "card_2",// 300x315
|
|
373
|
+
CARD_3 = "card_3",// 300x375
|
|
374
|
+
CARD_4 = "card_4"
|
|
375
|
+
}
|
|
376
|
+
|
|
377
|
+
interface UIHover {
|
|
378
|
+
border_color?: string | null;
|
|
379
|
+
}
|
|
380
|
+
|
|
381
|
+
interface UIContentInset {
|
|
382
|
+
top?: UISpacingLevel;
|
|
383
|
+
right?: UISpacingLevel;
|
|
384
|
+
bottom?: UISpacingLevel;
|
|
385
|
+
left?: UISpacingLevel;
|
|
386
|
+
}
|
|
387
|
+
|
|
388
|
+
interface UIView {
|
|
389
|
+
id?: string | null;
|
|
390
|
+
padding?: UIPadding | null;
|
|
391
|
+
background?: UIBackground | null;
|
|
392
|
+
action?: UIAction | null;
|
|
393
|
+
alignment?: UIAlignment | null;
|
|
394
|
+
shadow?: UIShadow | null;
|
|
395
|
+
radius?: UIRadius | null;
|
|
396
|
+
spacing?: UISpacing | null;
|
|
397
|
+
height?: UIDimension | null;
|
|
398
|
+
width?: UIDimension | null;
|
|
399
|
+
borderWidth?: number | null;
|
|
400
|
+
borderColor?: UIColor | null;
|
|
401
|
+
justify?: UIJustify | null;
|
|
402
|
+
aspectRatio?: number | null;
|
|
403
|
+
size?: UISize | null;
|
|
404
|
+
hover?: UIHover | null;
|
|
405
|
+
contentInset?: UIContentInset | null;
|
|
406
|
+
}
|
|
407
|
+
|
|
408
|
+
interface UILayout extends UIView {
|
|
409
|
+
}
|
|
410
|
+
|
|
411
|
+
interface UIScreenAnalytics {
|
|
412
|
+
screen_name: string;
|
|
413
|
+
}
|
|
414
|
+
interface UIScreen extends UIView {
|
|
415
|
+
identifier: UIScreenIdentifier;
|
|
416
|
+
content: UILayout;
|
|
417
|
+
scene?: UIScene | null;
|
|
418
|
+
padding?: UIPadding | null;
|
|
419
|
+
background?: UIBackground | null;
|
|
420
|
+
config?: UIScreenConfig | null;
|
|
421
|
+
analytics?: UIScreenAnalytics | null;
|
|
422
|
+
}
|
|
423
|
+
|
|
424
|
+
declare class UIScreenService {
|
|
425
|
+
private http;
|
|
426
|
+
private baseUrl;
|
|
427
|
+
constructor(http: HttpClient, baseUrl?: string);
|
|
428
|
+
getUIScreen(url: string): Observable<UIScreen>;
|
|
429
|
+
private mapToUIScreen;
|
|
430
|
+
private getLayout;
|
|
431
|
+
private normalizeConfig;
|
|
432
|
+
private mapToSingleColumnLayout;
|
|
433
|
+
private mapToCenteredContentLayout;
|
|
434
|
+
private mapToUINavigation;
|
|
435
|
+
private mapToUIComponent;
|
|
436
|
+
private mapToUIElement;
|
|
437
|
+
private mapToUIView;
|
|
438
|
+
private mapToUIScreenConfig;
|
|
439
|
+
private mapBackground;
|
|
440
|
+
private mapAction;
|
|
441
|
+
private mapRadius;
|
|
442
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<UIScreenService, [null, { optional: true; }]>;
|
|
443
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<UIScreenService>;
|
|
444
|
+
}
|
|
445
|
+
|
|
446
|
+
declare const SDUI_URL_PARAM = "sduiUrl";
|
|
447
|
+
declare class UIScreenViewModel {
|
|
448
|
+
private uiScreenService;
|
|
449
|
+
private location;
|
|
450
|
+
private uiScreenSubject;
|
|
451
|
+
private isLoadingSubject;
|
|
452
|
+
private errorSubject;
|
|
453
|
+
private navigationHistorySubject;
|
|
454
|
+
private canGoBackSubject;
|
|
455
|
+
private currentUrlSubject;
|
|
456
|
+
uiScreen$: rxjs.Observable<UIScreen | null>;
|
|
457
|
+
isLoading$: rxjs.Observable<boolean>;
|
|
458
|
+
error$: rxjs.Observable<string | null>;
|
|
459
|
+
navigationHistory$: rxjs.Observable<string[]>;
|
|
460
|
+
canGoBack$: rxjs.Observable<boolean>;
|
|
461
|
+
currentUrl$: rxjs.Observable<string | null>;
|
|
462
|
+
constructor(uiScreenService: UIScreenService, location: Location);
|
|
463
|
+
/**
|
|
464
|
+
* Atualiza o estado do botão de voltar com base no tamanho do histórico
|
|
465
|
+
*/
|
|
466
|
+
private updateCanGoBack;
|
|
467
|
+
loadUIScreen(url: string, shouldUpdateHistory?: boolean, shouldUpdateBrowserUrl?: boolean): void;
|
|
468
|
+
private loadUIScreenInternal;
|
|
469
|
+
/**
|
|
470
|
+
* Volta para a tela anterior
|
|
471
|
+
*/
|
|
472
|
+
goBack(): void;
|
|
473
|
+
/**
|
|
474
|
+
* Verifica se é possível voltar
|
|
475
|
+
*/
|
|
476
|
+
canGoBack(): boolean;
|
|
477
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<UIScreenViewModel, never>;
|
|
478
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<UIScreenViewModel>;
|
|
479
|
+
}
|
|
480
|
+
|
|
481
|
+
declare class UIScreenComponent {
|
|
482
|
+
viewModel: UIScreenViewModel;
|
|
483
|
+
readonly UIScreenIdentifier: typeof UIScreenIdentifier;
|
|
484
|
+
constructor(viewModel: UIScreenViewModel);
|
|
485
|
+
containerClass(config?: UIScreenConfig | null): string;
|
|
486
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<UIScreenComponent, never>;
|
|
487
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<UIScreenComponent, "edm-sdui-uiscreen", never, {}, {}, never, never, false, never>;
|
|
488
|
+
}
|
|
489
|
+
|
|
490
|
+
declare enum UIComponentType {
|
|
491
|
+
ROW = "ROW",
|
|
492
|
+
ROW_DIVISOR = "ROW_DIVISOR",
|
|
493
|
+
COLUMN = "COLUMN",
|
|
494
|
+
Z_STACK = "Z_STACK",
|
|
495
|
+
SCROLLABLE_ROW = "SCROLLABLE_ROW",
|
|
496
|
+
SCROLLABLE_COLUMN = "SCROLLABLE_COLUMN",
|
|
497
|
+
BUTTON = "BUTTON",
|
|
498
|
+
LABEL = "LABEL",
|
|
499
|
+
IMAGE = "IMAGE",
|
|
500
|
+
SPACE = "SPACE",
|
|
501
|
+
VIDEO_PLAYER_HLS = "VIDEO_PLAYER_HLS",
|
|
502
|
+
VIDEO_PLAYER_WEB = "VIDEO_PLAYER_WEB",
|
|
503
|
+
MEDIA_TYPE = "MEDIA_TYPE",
|
|
504
|
+
MEDIA_CONTENT = "MEDIA_CONTENT",
|
|
505
|
+
SEARCH_BAR = "SEARCH_BAR",
|
|
506
|
+
SEARCH_BAR_DISMISS = "SEARCH_BAR_DISMISS",
|
|
507
|
+
PICKER = "PICKER",
|
|
508
|
+
PICKER_ITEM = "PICKER_ITEM",
|
|
509
|
+
TAG = "TAG",
|
|
510
|
+
TAGS_ROW = "TAGS_ROW",
|
|
511
|
+
TAG_TAGS_ROW = "TAG_TAGS_ROW",
|
|
512
|
+
PROFILE_BUTTON = "PROFILE_BUTTON",
|
|
513
|
+
PROGRESS_BAR = "PROGRESS_BAR"
|
|
514
|
+
}
|
|
515
|
+
|
|
516
|
+
declare enum UIPlatformType {
|
|
517
|
+
iOS = "iOS",
|
|
518
|
+
Android = "Android",
|
|
519
|
+
Web = "Web"
|
|
520
|
+
}
|
|
521
|
+
|
|
522
|
+
declare enum UIAspectType {
|
|
523
|
+
FILL = "fill",
|
|
524
|
+
FIT = "fit"
|
|
525
|
+
}
|
|
526
|
+
|
|
527
|
+
declare enum UIAsset {
|
|
528
|
+
BG_ASSINATURAS = "bg_assinaturas",
|
|
529
|
+
BG_CHALLENGE_ACTIVITY_FINAL = "bg_challenge_activity_final",
|
|
530
|
+
BG_LIGHT = "bg_light",
|
|
531
|
+
BG_LOGIN = "bg_login",
|
|
532
|
+
BG_POST = "bg_post",
|
|
533
|
+
BG_QUIZ_FINAL = "bg_quiz_final",
|
|
534
|
+
BG_RATING_PROGRAM = "bg_rating_program",
|
|
535
|
+
BG_SPLASH = "bg_splash",
|
|
536
|
+
BG_STORY = "bg_story",
|
|
537
|
+
BG_SURVEY = "bg_survey",
|
|
538
|
+
BT_ABOUT_ACTIONS_OFF = "bt_about_actions_off",
|
|
539
|
+
BT_ANONYMOUS_COMMENT_OFF = "bt_anonymous_comment_off",
|
|
540
|
+
BT_ANONYMOUS_COMMENT_ON = "bt_anonymous_comment_on",
|
|
541
|
+
BT_BACK = "bt_back",
|
|
542
|
+
BT_BACK_BOTTOM_SHEET = "bt_back_bottom_sheet",
|
|
543
|
+
BT_BACK_LIVE = "bt_back_live",
|
|
544
|
+
BT_BACK_NEW = "bt_back_new",
|
|
545
|
+
BT_BACK_PLAYER = "bt_back_player",
|
|
546
|
+
BT_BACK_STORY = "bt_back_story",
|
|
547
|
+
BT_CANCEL_LIST = "bt_cancel_list",
|
|
548
|
+
BT_CAPTURE_PHOTO = "bt_capture_photo",
|
|
549
|
+
BT_CAPTURE_VIDEO = "bt_capture_video",
|
|
550
|
+
BT_CAPTURE_VIDEO_LINE = "bt_capture_video_line",
|
|
551
|
+
BT_CERTIFICATION_ACTIONS_OFF = "bt_certification_actions_off",
|
|
552
|
+
BT_CERTIFICATION_ACTIONS_ON = "bt_certification_actions_on",
|
|
553
|
+
BT_CHECK_ACTION_OFF = "bt_check_action_off",
|
|
554
|
+
BT_CHECK_ACTION_ON = "bt_check_action_on",
|
|
555
|
+
BT_CHECK_FIX_OFF = "bt_check_fix_off",
|
|
556
|
+
BT_CHECK_OFF = "bt_check_off",
|
|
557
|
+
BT_CHECK_ON = "bt_check_on",
|
|
558
|
+
BT_CHECK_TERMS_OFF = "bt_check_terms_off",
|
|
559
|
+
BT_CHECK_TERMS_ON = "bt_check_terms_on",
|
|
560
|
+
BT_CLIPS_TAB = "bt_clips_tab",
|
|
561
|
+
BT_CLIPS_TAB_ON = "bt_clips_tab_on",
|
|
562
|
+
BT_CLOSE = "bt_close",
|
|
563
|
+
BT_CLOSE_COMMENT = "bt_close_comment",
|
|
564
|
+
BT_CLOSE_FULL_IMAGE = "bt_close_full_image",
|
|
565
|
+
BT_CLOSE_LIST = "bt_close_list",
|
|
566
|
+
BT_CLOSE_LIVE = "bt_close_live",
|
|
567
|
+
BT_CLOSE_RATING = "bt_close_rating",
|
|
568
|
+
BT_CLOSE_SCREEN_PLAYER = "bt_close_screen_player",
|
|
569
|
+
BT_CLOSE_STORY = "bt_close_story",
|
|
570
|
+
BT_CLOSE_TAGS = "bt_close_tags",
|
|
571
|
+
BT_COMMENT_OFF = "bt_comment_off",
|
|
572
|
+
BT_COMMENT_ON = "bt_comment_on",
|
|
573
|
+
BT_COMUNIDADE_TAB = "bt_comunidade_tab",
|
|
574
|
+
BT_COMUNIDADE_TAB_ON = "bt_comunidade_tab_on",
|
|
575
|
+
BT_CONFIG_NAVBAR = "bt_config_navbar",
|
|
576
|
+
BT_CONFIG_PLAYER = "bt_config_player",
|
|
577
|
+
BT_DELETE_STORY = "bt_delete_story",
|
|
578
|
+
BT_DISABLED = "bt_disabled",
|
|
579
|
+
BT_DOWNLOAD_ACTION_OFF = "bt_download_action_off",
|
|
580
|
+
BT_DOWNLOAD_ACTION_ON = "bt_download_action_on",
|
|
581
|
+
BT_DOWNLOAD_LIST = "bt_download_list",
|
|
582
|
+
BT_DOWNLOAD_NAV = "bt_download_nav",
|
|
583
|
+
BT_DOWNLOAD_TAB = "bt_download_tab",
|
|
584
|
+
BT_DOWNLOAD_TAB_ON = "bt_download_tab_on",
|
|
585
|
+
BT_EXPLORER_TAB = "bt_explorer_tab",
|
|
586
|
+
BT_EXPLORER_TAB_ON = "bt_explorer_tab_on",
|
|
587
|
+
BT_EVALUATION_ACTION = "bt_evaluation_action",
|
|
588
|
+
BT_EVALUATION_ACTION_OFF = "bt_evaluation_action_off",
|
|
589
|
+
BT_EVALUATION_ACTION_ON = "bt_evaluation_action_on",
|
|
590
|
+
BT_FAV_ACTIONS_OFF = "bt_fav_actions_off",
|
|
591
|
+
BT_FAV_ACTIONS_ON = "bt_fav_actions_on",
|
|
592
|
+
BT_FAV_OFF = "bt_fav_off",
|
|
593
|
+
BT_FAV_ON = "bt_fav_on",
|
|
594
|
+
BT_FILE = "bt_file",
|
|
595
|
+
BT_FULL_SCREEN_PLAYER = "bt_full_screen_player",
|
|
596
|
+
BT_GALLERY = "bt_gallery",
|
|
597
|
+
BT_INFO = "bt_info",
|
|
598
|
+
BT_LIKE_COMMENT = "bt_like_comment",
|
|
599
|
+
BT_LIKE_COMMENT_ON = "bt_like_comment_on",
|
|
600
|
+
BT_LIKE_LIVE = "bt_like_live",
|
|
601
|
+
BT_LIKE_LIVE_ON = "bt_like_live_on",
|
|
602
|
+
BT_LIKE_OFF = "bt_like_off",
|
|
603
|
+
BT_LIKE_ON = "bt_like_on",
|
|
604
|
+
BT_LINK_GENERIC = "bt_link_generic",
|
|
605
|
+
BT_LOCK = "bt_lock",
|
|
606
|
+
BT_LOGOUT = "bt_logout",
|
|
607
|
+
BT_MATERIAL = "bt_material",
|
|
608
|
+
BT_MATERIALS_ACTIONS_OFF = "bt_materials_actions_off",
|
|
609
|
+
BT_MENU = "bt_menu",
|
|
610
|
+
BT_MY_LIST_ACTION_OFF = "bt_my_list_action_off",
|
|
611
|
+
BT_MY_LIST_ACTION_ON = "bt_my_list_action_on",
|
|
612
|
+
BT_MY_LIST_NAV_OFF = "bt_my_list_nav_off",
|
|
613
|
+
BT_MY_LIST_NAV_ON = "bt_my_list_nav_on",
|
|
614
|
+
BT_NEW_STORY = "bt_new_story",
|
|
615
|
+
BT_NEXT = "bt_next",
|
|
616
|
+
BT_NEXT_ACTIONS = "bt_next_actions",
|
|
617
|
+
BT_NEXT_CAROUSEL = "bt_next_carousel",
|
|
618
|
+
BT_NEXT_CHALLENGE = "bt_next_challenge",
|
|
619
|
+
BT_NEXT_CLIPS = "bt_next_clips",
|
|
620
|
+
BT_NEXT_MAIN = "bt_next_main",
|
|
621
|
+
BT_NOTE_ACTIONS_OFF = "bt_note_actions_off",
|
|
622
|
+
BT_NOTE_ACTIONS_ON = "bt_note_actions_on",
|
|
623
|
+
BT_NOTIFICATION = "bt_notification",
|
|
624
|
+
BT_NOTIFICATION_ON = "bt_notification_on",
|
|
625
|
+
BT_NOTIFICATIONS_TAB = "bt_notifications_tab",
|
|
626
|
+
BT_OPEN = "bt_open",
|
|
627
|
+
BT_OPEN_LIST = "bt_open_list",
|
|
628
|
+
BT_OPEN_LIST_AUDIO = "bt_open_list_audio",
|
|
629
|
+
BT_OPORTUNIDADES_TAB = "bt_oportunidades_tab",
|
|
630
|
+
BT_OPORTUNIDADES_TAB_ON = "bt_oportunidades_tab_on",
|
|
631
|
+
BT_OPTIONS = "bt_options",
|
|
632
|
+
BT_PAUSE_VIEW_AUDIO = "bt_pause_view_audio",
|
|
633
|
+
BT_PAUSE_VIEW_CLIPS = "bt_pause_view_clips",
|
|
634
|
+
BT_PERFIL = "bt_perfil",
|
|
635
|
+
BT_PERFIL_TAB = "bt_perfil_tab",
|
|
636
|
+
BT_PERFIL_TAB_ON = "bt_perfil_tab_on",
|
|
637
|
+
BT_PLAY_TV = "bt_play_tv",
|
|
638
|
+
BT_PREV = "bt_prev",
|
|
639
|
+
BT_PHOTO_COMMENT = "bt_photo_comment",
|
|
640
|
+
BT_PIMP_PLAYER = "bt_pimp_player",
|
|
641
|
+
BT_PLAY_VIEW_AUDIO = "bt_play_view_audio",
|
|
642
|
+
BT_PLAY_VIEW_CLIPS = "bt_play_view_clips",
|
|
643
|
+
BT_POST = "bt_post",
|
|
644
|
+
BT_RATING_OFF = "bt_rating_off",
|
|
645
|
+
BT_RATING_ON = "bt_rating_on",
|
|
646
|
+
BT_RESTART_ACTIONS_OFF = "bt_restart_actions_off",
|
|
647
|
+
BT_SAVE_POST_OFF = "bt_save_post_off",
|
|
648
|
+
BT_SAVE_POST_ON = "bt_save_post_on",
|
|
649
|
+
BT_SEARCH = "bt_search",
|
|
650
|
+
BT_SEEK = "bt_seek",
|
|
651
|
+
BT_SELFIE = "bt_selfie",
|
|
652
|
+
BT_SEND_OFF = "bt_send_off",
|
|
653
|
+
BT_SEND_ON = "bt_send_on",
|
|
654
|
+
BT_SEND_ON_IA = "bt_send_on_ia",
|
|
655
|
+
BT_SHARE_ACTION_OFF = "bt_share_action_off",
|
|
656
|
+
BT_SHARE_LIVE = "bt_share_live",
|
|
657
|
+
BT_SHARE_POST_OFF = "bt_share_post_off",
|
|
658
|
+
BT_SPEED_PLAYER = "bt_speed_player",
|
|
659
|
+
BT_TEXT_STORIES = "bt_text_stories",
|
|
660
|
+
BT_TIME_24_STORY = "bt_time_24_story",
|
|
661
|
+
BT_TIME_48_STORY = "bt_time_48_story",
|
|
662
|
+
BT_TIME_72_STORY = "bt_time_72_story",
|
|
663
|
+
BT_TIME24_STORY = "bt_time24_story",
|
|
664
|
+
BT_TIME48_STORY = "bt_time48_story",
|
|
665
|
+
BT_TIME72_STORY = "bt_time72_story",
|
|
666
|
+
BT_TRASH = "bt_trash",
|
|
667
|
+
BT_TV = "bt_tv",
|
|
668
|
+
BT_TV_ON = "bt_tv_on",
|
|
669
|
+
BT_TV_ON_LIST = "bt_tv_on_list",
|
|
670
|
+
BT_TV_ON_MAIN = "bt_tv_on_main",
|
|
671
|
+
BT_VIDEO_HELP_PLAYER = "bt_video_help_player",
|
|
672
|
+
IC_ACTIVITE = "ic_activite",
|
|
673
|
+
IC_ACTIVITY = "ic_activity",
|
|
674
|
+
IC_ACTIVITY_MY_APP = "ic_activity_my_app",
|
|
675
|
+
IC_AI_STAR = "ic_ai_star",
|
|
676
|
+
IC_AI_TAG = "ic_ai_tag",
|
|
677
|
+
IC_ALERT_NEW_POST = "ic_alert_new_post",
|
|
678
|
+
IC_ALERT_NOTIFICATION = "ic_alert_notification",
|
|
679
|
+
IC_ANONYMOUS_POST = "ic_anonymous_post",
|
|
680
|
+
IC_ATTENTION = "ic_attention",
|
|
681
|
+
IC_ATTENTION_RULES = "ic_attention_rules",
|
|
682
|
+
IC_AUDIO_CLIPS = "ic_audio_clips",
|
|
683
|
+
IC_AUDIO_LIST = "ic_audio_list",
|
|
684
|
+
IC_AUDIO_LIST_DISABLED = "ic_audio_list_disabled",
|
|
685
|
+
IC_AVATAR = "ic_avatar",
|
|
686
|
+
IC_AVATAR_COMMENT = "ic_avatar_comment",
|
|
687
|
+
IC_AVATAR_LIVE = "ic_avatar_live",
|
|
688
|
+
IC_AVATAR_RANKING_LIST = "ic_avatar_ranking_list",
|
|
689
|
+
IC_AVATAR_RANKING_ONE = "ic_avatar_ranking_one",
|
|
690
|
+
IC_AVATAR_RANKING_TWO = "ic_avatar_ranking_two",
|
|
691
|
+
IC_AVATAR_REGISTER = "ic_avatar_register",
|
|
692
|
+
IC_CERTIFICATION = "ic_certification",
|
|
693
|
+
IC_CERTIFICATION_MAIN = "ic_certification_main",
|
|
694
|
+
IC_CERTIFICATION_MY_APP = "ic_certification_my_app",
|
|
695
|
+
IC_CHALLENGE_N_1 = "ic_challenge_n_1",
|
|
696
|
+
IC_CHALLENGE_N_2 = "ic_challenge_n_2",
|
|
697
|
+
IC_CHALLENGE_N_3 = "ic_challenge_n_3",
|
|
698
|
+
IC_CHALLENGE_PTS = "ic_challenge_pts",
|
|
699
|
+
IC_CHALLENGE_PTS_DETAIL = "ic_challenge_pts_detail",
|
|
700
|
+
IC_CHALLENGE_PTS_LIST = "ic_challenge_pts_list",
|
|
701
|
+
IC_CHALLENGE_PTS_LIST_DISABLED = "ic_challenge_pts_list_disabled",
|
|
702
|
+
IC_CHALLENGE_RANKING = "ic_challenge_ranking",
|
|
703
|
+
IC_CHALLENGE_RANKING_LIST = "ic_challenge_ranking_list",
|
|
704
|
+
IC_CHECK = "ic_check",
|
|
705
|
+
IC_CHROMECAST = "ic_chromecast",
|
|
706
|
+
IC_CLIP_EMPTY = "ic_clip_empty",
|
|
707
|
+
IC_COMMENT_SEARCH_LIST = "ic_comment_search_list",
|
|
708
|
+
IC_CONTACT = "ic_contact",
|
|
709
|
+
IC_COUPON = "ic_coupon",
|
|
710
|
+
IC_DADOS_CHECK = "ic_dados_check",
|
|
711
|
+
IC_DELETE_ACCOUNT = "ic_delete_account",
|
|
712
|
+
IC_DISABLED_LESSON = "ic_disabled_lesson",
|
|
713
|
+
IC_DOWNLOAD_EMPTY = "ic_download_empty",
|
|
714
|
+
IC_DOWNLOAD_MY_APP = "ic_download_my_app",
|
|
715
|
+
IC_DOWNLOADS_LIST = "ic_downloads_list",
|
|
716
|
+
IC_EMAIL = "ic_email",
|
|
717
|
+
IC_EMPTY_CLASS = "ic_empty_class",
|
|
718
|
+
IC_EMPTY_MAIN = "ic_empty_main",
|
|
719
|
+
IC_EXPLORER_EMPTY = "ic_explorer_empty",
|
|
720
|
+
IC_ERROR = "ic_error",
|
|
721
|
+
IC_ERROR_CHALLENGE = "ic_error_challenge",
|
|
722
|
+
IC_FILE = "ic_file",
|
|
723
|
+
IC_FINISH_LINE_L = "ic_finish_line_l",
|
|
724
|
+
IC_FINISH_LINE_R = "ic_finish_line_r",
|
|
725
|
+
IC_FILE_CLIPS = "ic_file_clips",
|
|
726
|
+
IC_FILE_DISABLED = "ic_file_disabled",
|
|
727
|
+
IC_FIX_POST = "ic_fix_post",
|
|
728
|
+
IC_FLAG_END = "ic_flag_end",
|
|
729
|
+
IC_FLAG_START = "ic_flag_start",
|
|
730
|
+
IC_FULL_IMAGE = "ic_full_image",
|
|
731
|
+
IC_HIGHLIGHT_EXPLORER = "ic_highlight_explorer",
|
|
732
|
+
IC_LAUNCHER_BACKGROUND = "ic_launcher_background",
|
|
733
|
+
IC_LAST_SEARCH = "ic_last_search",
|
|
734
|
+
IC_LEVEL_ONE = "ic_level_one",
|
|
735
|
+
IC_LEVEL_ONE_PROFILE = "ic_level_one_profile",
|
|
736
|
+
IC_LEVEL_THREE = "ic_level_three",
|
|
737
|
+
IC_LEVEL_TWO = "ic_level_two",
|
|
738
|
+
IC_LIKE_SEARCH_LIST = "ic_like_search_list",
|
|
739
|
+
IC_LINK_CLIPS = "ic_link_clips",
|
|
740
|
+
IC_LINK_GENERIC = "ic_link_generic",
|
|
741
|
+
IC_LINK_LIST = "ic_link_list",
|
|
742
|
+
IC_LINK_LIST_DISABLED = "ic_link_list_disabled",
|
|
743
|
+
IC_LIVE_WAITING = "ic_live_waiting",
|
|
744
|
+
IC_PLAY_BT_EXPLORER = "ic_play_bt_explorer",
|
|
745
|
+
IC_PLAY_VIEW_EXPLORER = "ic_play_view_explorer",
|
|
746
|
+
IC_RATING_EXPLORER = "ic_rating_explorer",
|
|
747
|
+
IC_CHECK_EXPLORER = "ic_check_explorer",
|
|
748
|
+
IC_LOCK = "ic_lock",
|
|
749
|
+
IC_LOCK_CHECK = "ic_lock_check",
|
|
750
|
+
IC_LOCK_LESSON = "ic_lock_lesson",
|
|
751
|
+
IC_MY_LIST = "ic_my_list",
|
|
752
|
+
IC_MY_LIST_EMPTY = "ic_my_list_empty",
|
|
753
|
+
IC_MY_LIST_MY_APP = "ic_my_list_my_app",
|
|
754
|
+
IC_MY_SHOP = "ic_my_shop",
|
|
755
|
+
IC_MY_SHOP_MY_APP = "ic_my_shop_my_app",
|
|
756
|
+
IC_MY_VOTE = "ic_my_vote",
|
|
757
|
+
IC_NOT_FOUND = "ic_not_found",
|
|
758
|
+
IC_NOTE = "ic_note",
|
|
759
|
+
IC_NOTE_MY_APP = "ic_note_my_app",
|
|
760
|
+
IC_NOTIFICATION_EMPTY = "ic_notification_empty",
|
|
761
|
+
IC_NOTIFICATION_MY_APP = "ic_notification_my_app",
|
|
762
|
+
IC_NOTIFICATION_MY_APP_ON = "ic_notification_my_app_on",
|
|
763
|
+
IC_NOTIFICATION_OFF = "ic_notification_off",
|
|
764
|
+
IC_NOTIFICATION_ON = "ic_notification_on",
|
|
765
|
+
IC_PAUSE_VIEW = "ic_pause_view",
|
|
766
|
+
IC_PAUSE_VIEW_AUDIO = "ic_pause_view_audio",
|
|
767
|
+
IC_PAUSE_VIEW_SOUND = "ic_pause_view_sound",
|
|
768
|
+
IC_PERGUNTAS = "ic_perguntas",
|
|
769
|
+
IC_PHOTO_PORTRAIT = "ic_photo_portrait",
|
|
770
|
+
IC_PHOTO_SQUARE = "ic_photo_square",
|
|
771
|
+
IC_PIN_CARD = "ic_pin_card",
|
|
772
|
+
IC_PLAY_CLIPS = "ic_play_clips",
|
|
773
|
+
IC_PLAY_LIST = "ic_play_list",
|
|
774
|
+
IC_PLAY_LIST_DISABLED = "ic_play_list_disabled",
|
|
775
|
+
IC_PLAY_VIEW = "ic_play_view",
|
|
776
|
+
IC_PLAY_VIEW_AUDIO = "ic_play_view_audio",
|
|
777
|
+
IC_PLAY_VIEW_SOUND = "ic_play_view_sound",
|
|
778
|
+
IC_POLITICS = "ic_politics",
|
|
779
|
+
IC_POST = "ic_post",
|
|
780
|
+
IC_POST_AUDIO = "ic_post_audio",
|
|
781
|
+
IC_POST_EMPTY = "ic_post_empty",
|
|
782
|
+
IC_POST_IMAGE = "ic_post_image",
|
|
783
|
+
IC_POST_TEXT = "ic_post_text",
|
|
784
|
+
IC_POST_VIDEO = "ic_post_video",
|
|
785
|
+
IC_POST_VIDEO_FULL = "ic_post_video_full",
|
|
786
|
+
IC_PTS = "ic_pts",
|
|
787
|
+
IC_QUIZ_CLIPS = "ic_quiz_clips",
|
|
788
|
+
IC_QUIZ_FINAL = "ic_quiz_final",
|
|
789
|
+
IC_QUIZ_LIST = "ic_quiz_list",
|
|
790
|
+
IC_QUIZ_LIST_DISABLED = "ic_quiz_list_disabled",
|
|
791
|
+
IC_RANKING_LOCK = "ic_ranking_lock",
|
|
792
|
+
IC_RANKING_N_1 = "ic_ranking_n_1",
|
|
793
|
+
IC_RANKING_N_2 = "ic_ranking_n_2",
|
|
794
|
+
IC_RANKING_N_3 = "ic_ranking_n_3",
|
|
795
|
+
IC_RANKING_N1 = "ic_ranking_n1",
|
|
796
|
+
IC_RANKING_N2 = "ic_ranking_n2",
|
|
797
|
+
IC_RANKING_N3 = "ic_ranking_n3",
|
|
798
|
+
IC_RATING_LIST = "ic_rating_list",
|
|
799
|
+
IC_RATING_LIST_DISABLED = "ic_rating_list_disabled",
|
|
800
|
+
IC_RATING_PROGRAM = "ic_rating_program",
|
|
801
|
+
IC_SEARCH = "ic_search",
|
|
802
|
+
IC_SEARCH_EMPTY = "ic_search_empty",
|
|
803
|
+
IC_SHARE_SEARCH_LIST = "ic_share_search_list",
|
|
804
|
+
IC_SHOP = "ic_shop",
|
|
805
|
+
IC_SHOP_MY_APP = "ic_shop_my_app",
|
|
806
|
+
IC_SMARTTV = "ic_smarttv",
|
|
807
|
+
IC_SPEED = "ic_speed",
|
|
808
|
+
IC_STATUS_CHALLENGE_WAIT = "ic_status_challenge_wait",
|
|
809
|
+
IC_STORY_CHECK = "ic_story_check",
|
|
810
|
+
IC_SUBSCRIBE = "ic_subscribe",
|
|
811
|
+
IC_SUBSCRIBE_MY_APP = "ic_subscribe_my_app",
|
|
812
|
+
IC_TAG_CHALLENGE = "ic_tag_challenge",
|
|
813
|
+
IC_TAG_RANKING = "ic_tag_ranking",
|
|
814
|
+
IC_TAG_RANKING_MAIN = "ic_tag_ranking_main",
|
|
815
|
+
IC_TAG_VIP = "ic_tag_vip",
|
|
816
|
+
IC_TERMS = "ic_terms",
|
|
817
|
+
IC_TEXT_CLIPS = "ic_text_clips",
|
|
818
|
+
IC_TEXT_LIST = "ic_text_list",
|
|
819
|
+
IC_TEXT_LIST_DISABLED = "ic_text_list_disabled",
|
|
820
|
+
IC_TV = "ic_tv",
|
|
821
|
+
IC_TV_MIRROR = "ic_tv_mirror",
|
|
822
|
+
IC_TYPE_FILE = "ic_type_file",
|
|
823
|
+
IC_UPLOAD = "ic_upload",
|
|
824
|
+
IC_UPLOAD_FILE_OK = "ic_upload_file_ok",
|
|
825
|
+
IC_TYPE_TEXT = "ic_type_text",
|
|
826
|
+
IC_VERIFIED = "ic_verified",
|
|
827
|
+
IC_VERIFIED_COMMENT = "ic_verified_comment",
|
|
828
|
+
IC_VIEW = "ic_view",
|
|
829
|
+
IC_VIEW_LIVE = "ic_view_live",
|
|
830
|
+
IC_VIEW_STORY = "ic_view_story",
|
|
831
|
+
IC_VOTE = "ic_vote",
|
|
832
|
+
IMG = "img",
|
|
833
|
+
IMG_AVATAR_STORY = "img_avatar_story",
|
|
834
|
+
IMG_AVATAR_STORY_VIEW = "img_avatar_story_view",
|
|
835
|
+
IMG_BG_ASSINATURAS = "img_bg_assinaturas",
|
|
836
|
+
IMG_BG_PAINEL = "img_bg_painel",
|
|
837
|
+
IMG_BT_APPLESTORE = "img_bt_applestore",
|
|
838
|
+
IMG_BT_GOOGLEPLAY = "img_bt_googleplay",
|
|
839
|
+
IMG_CAPA_PDF = "img_capa_pdf",
|
|
840
|
+
IMG_CAPA_VIDEO = "img_capa_video",
|
|
841
|
+
IMG_CHECKOUT_DESKTOP = "img_checkout_desktop",
|
|
842
|
+
IMG_CHECKOUT_MOBILE = "img_checkout_mobile",
|
|
843
|
+
IMG_CHECKOUT_RIGHT = "img_checkout_right",
|
|
844
|
+
IMG_CLASS_FILE = "img_class_file",
|
|
845
|
+
IMG_COMUNIDADE = "img_comunidade",
|
|
846
|
+
IMG_EXPLORER_RANKING_N01 = "img_explorer_ranking_n01",
|
|
847
|
+
IMG_EXPLORER_RANKING_N02 = "img_explorer_ranking_n02",
|
|
848
|
+
IMG_EXPLORER_RANKING_N03 = "img_explorer_ranking_n03",
|
|
849
|
+
IMG_EXPLORER_RANKING_N04 = "img_explorer_ranking_n04",
|
|
850
|
+
IMG_EXPLORER_RANKING_N05 = "img_explorer_ranking_n05",
|
|
851
|
+
IMG_EXPLORER_RANKING_N06 = "img_explorer_ranking_n06",
|
|
852
|
+
IMG_EXPLORER_RANKING_N07 = "img_explorer_ranking_n07",
|
|
853
|
+
IMG_EXPLORER_RANKING_N08 = "img_explorer_ranking_n08",
|
|
854
|
+
IMG_EXPLORER_RANKING_N09 = "img_explorer_ranking_n09",
|
|
855
|
+
IMG_EXPLORER_RANKING_N10 = "img_explorer_ranking_n10",
|
|
856
|
+
IMG_FAV = "img_fav",
|
|
857
|
+
IMG_LOGO = "img_logo",
|
|
858
|
+
IMG_LOGO_EMAIL = "img_logo_email",
|
|
859
|
+
IMG_LOGO_HORIZ = "img_logo_horiz",
|
|
860
|
+
IMG_LOGO_LOGIN = "img_logo_login",
|
|
861
|
+
IMG_LOGO_NAV = "img_logo_nav",
|
|
862
|
+
IMG_LOGO_NORMAL = "img_logo_normal",
|
|
863
|
+
IMG_LOGO_PAYMENT = "img_logo_payment",
|
|
864
|
+
IMG_LOJA = "img_loja",
|
|
865
|
+
IMG_LOJA_II = "img_loja_ii",
|
|
866
|
+
IMG_MASK_AUDIO_BLUR = "img_mask_audio_blur",
|
|
867
|
+
IMG_MASK_BANNER_BLUR = "img_mask_banner_blur",
|
|
868
|
+
IMG_MASK_BANNER_MAIN = "img_mask_banner_main",
|
|
869
|
+
IMG_MASK_CAST_LIST = "img_mask_cast_list",
|
|
870
|
+
IMG_MASK_CATEGORY_HIGHLIGHT = "img_mask_category_highlight",
|
|
871
|
+
IMG_MASK_CHALLENGE_ACTIVITY = "img_mask_challenge_activity",
|
|
872
|
+
IMG_MASK_FILE = "img_mask_file",
|
|
873
|
+
IMG_MASK_LIVE = "img_mask_live",
|
|
874
|
+
IMG_MASK_LIVE_TOP = "img_mask_live_top",
|
|
875
|
+
IMG_MASK_LIVE_WAITING = "img_mask_live_waiting",
|
|
876
|
+
IMG_MASK_MAIN_BANNERS = "img_mask_main_banners",
|
|
877
|
+
IMG_MASK_PROFILE = "img_mask_profile",
|
|
878
|
+
IMG_MASK_PROGRAM = "img_mask_program",
|
|
879
|
+
IMG_MASK_RATING = "img_mask_rating",
|
|
880
|
+
IMG_MASK_SOUND_BLUR = "img_mask_sound_blur",
|
|
881
|
+
IMG_PLACEHOLDER_CAST = "img_placeholder_cast",
|
|
882
|
+
IMG_PLACEHOLDER_FILE = "img_placeholder_file",
|
|
883
|
+
IMG_PLACEHOLDER_LEVEL = "img_placeholder_level",
|
|
884
|
+
IMG_PLACEHOLDER_MAIN = "img_placeholder_main",
|
|
885
|
+
IMG_PLACEHOLDER_MEUS_VIDEOS = "img_placeholder_meus_videos",
|
|
886
|
+
IMG_PLACEHOLDER_NOTIFICATION = "img_placeholder_notification",
|
|
887
|
+
IMG_PLACEHOLDER_POST_IMAGEM = "img_placeholder_post_imagem",
|
|
888
|
+
IMG_PLACEHOLDER_POST_VIP = "img_placeholder_post_vip",
|
|
889
|
+
IMG_PLACEHOLDER_PROGRAM = "img_placeholder_program",
|
|
890
|
+
IMG_PLACEHOLDER_RANKING = "img_placeholder_ranking",
|
|
891
|
+
IMG_PLACEHOLDER_STORY = "img_placeholder_story",
|
|
892
|
+
IMG_PLACEHOLDER_TEXT = "img_placeholder_text",
|
|
893
|
+
IMG_PLACEHOLDER_VIDEO_MAIN = "img_placeholder_video_main",
|
|
894
|
+
IMG_SHARE_WHATSAPP = "img_share_whatsapp",
|
|
895
|
+
IMG_SYMBOL_80 = "img_symbol_80",
|
|
896
|
+
IMG_SYMBOL_90 = "img_symbol_90",
|
|
897
|
+
IMG_SYMBOL80 = "img_symbol80",
|
|
898
|
+
IMG_THUMB_HORIZ = "img_thumb_horiz",
|
|
899
|
+
IMG_THUMB_PROG_VERT = "img_thumb_prog_vert",
|
|
900
|
+
IMG_THUMB_PROG_VERT1 = "img_thumb_prog_vert1",
|
|
901
|
+
IMG_THUMB_PROG_VERT2 = "img_thumb_prog_vert2",
|
|
902
|
+
IMG_THUMB_PROG_VERT3 = "img_thumb_prog_vert3",
|
|
903
|
+
MASK_DETAIL = "mask_detail",
|
|
904
|
+
MASK_DETAIL_CERTIFICATION = "mask_detail_certification",
|
|
905
|
+
MASK_DETAIL_CHALLENGE = "mask_detail_challenge",
|
|
906
|
+
MASK_DETAIL_POST_VIP = "mask_detail_post_vip",
|
|
907
|
+
MASK_DETAIL_RANKING = "mask_detail_ranking",
|
|
908
|
+
MASK_IMG_CARROSEL = "mask_img_carrosel",
|
|
909
|
+
MASK_IMG_MAIN = "mask_img_main",
|
|
910
|
+
MASK_IMG_TOP_STORY = "mask_img_top_story",
|
|
911
|
+
MASK_NEXT_CLASS = "mask_next_class",
|
|
912
|
+
REPEAT_BACK = "repeat_back",
|
|
913
|
+
REPEAT_BACK_SOUND = "repeat_back_sound",
|
|
914
|
+
REPEAT_FRONT = "repeat_front",
|
|
915
|
+
REPEAT_FRONT_SOUND = "repeat_front_sound",
|
|
916
|
+
SPACE_GRAY = "space_gray",
|
|
917
|
+
VIDEO_REPEAT_BACK = "video_repeat_back",
|
|
918
|
+
VIDEO_REPEAT_FRONT = "video_repeat_front",
|
|
919
|
+
WAY_LEFT_END_OFF = "way_left_end_off",
|
|
920
|
+
WAY_LEFT_END_ON = "way_left_end_on",
|
|
921
|
+
WAY_ONE_OFF = "way_one_off",
|
|
922
|
+
WAY_ONE_ON = "way_one_on",
|
|
923
|
+
WAY_RIGHT_END_OFF = "way_right_end_off",
|
|
924
|
+
WAY_RIGHT_END_ON = "way_right_end_on",
|
|
925
|
+
WAY_START_OFF = "way_start_off",
|
|
926
|
+
WAY_START_ON = "way_start_on",
|
|
927
|
+
WAY_TASK_OFF = "way_task_off",
|
|
928
|
+
WAY_TASK_ON = "way_task_on",
|
|
929
|
+
WAY_TWO_OFF = "way_two_off",
|
|
930
|
+
WAY_TWO_ON = "way_two_on",
|
|
931
|
+
BT_SUPPORT_IA = "bt_support_ia",
|
|
932
|
+
IC_CHECK_PROFILE = "ic_check_profile",
|
|
933
|
+
IC_DAYS_EXPLORER = "ic_days_explorer",
|
|
934
|
+
IC_DAYS_PROFILE = "ic_days_profile",
|
|
935
|
+
IC_DOWNLOAD_PROFILE = "ic_download_profile",
|
|
936
|
+
IC_HOUR_PROFILE = "ic_hour_profile",
|
|
937
|
+
IC_LINK_GENERIC_PROFILE = "ic_link_generic_profile",
|
|
938
|
+
IC_MY_POST_MY_APP = "ic_my_post_my_app",
|
|
939
|
+
IC_NOTIFICATION_PROFILE_OFF = "ic_notification_profile_off",
|
|
940
|
+
IC_NOTIFICATION_PROFILE_ON = "ic_notification_profile_on",
|
|
941
|
+
IC_POST_SAVE_MY_APP = "ic_post_save_my_app",
|
|
942
|
+
IC_RANKING_PTS = "ic_ranking_pts",
|
|
943
|
+
IC_RANKING_RANKING = "ic_ranking_ranking",
|
|
944
|
+
BT_NEXT_PROFILE = "bt_next_profile",
|
|
945
|
+
IC_SUPPORT_PROFILE = "ic_support_profile",
|
|
946
|
+
BT_BACK_SEC = "bt_back_sec",
|
|
947
|
+
IMG_EXPLORER_RANKING_N_01 = "img_explorer_ranking_n_01",
|
|
948
|
+
IMG_EXPLORER_RANKING_N_02 = "img_explorer_ranking_n_02",
|
|
949
|
+
IMG_EXPLORER_RANKING_N_03 = "img_explorer_ranking_n_03",
|
|
950
|
+
IMG_EXPLORER_RANKING_N_04 = "img_explorer_ranking_n_04",
|
|
951
|
+
IMG_EXPLORER_RANKING_N_05 = "img_explorer_ranking_n_05",
|
|
952
|
+
IMG_EXPLORER_RANKING_N_06 = "img_explorer_ranking_n_06",
|
|
953
|
+
IMG_EXPLORER_RANKING_N_07 = "img_explorer_ranking_n_07",
|
|
954
|
+
IMG_EXPLORER_RANKING_N_08 = "img_explorer_ranking_n_08",
|
|
955
|
+
IMG_EXPLORER_RANKING_N_09 = "img_explorer_ranking_n_09",
|
|
956
|
+
IMG_EXPLORER_RANKING_N_10 = "img_explorer_ranking_n_10"
|
|
957
|
+
}
|
|
958
|
+
|
|
959
|
+
declare enum UIContentType {
|
|
960
|
+
VIDEO = "video",
|
|
961
|
+
AUDIO = "audio",
|
|
962
|
+
FILE = "file",
|
|
963
|
+
QUIZ = "quiz",
|
|
964
|
+
POLL = "poll",
|
|
965
|
+
LINK = "link",
|
|
966
|
+
HTML = "html"
|
|
967
|
+
}
|
|
968
|
+
|
|
969
|
+
declare enum UITextStyle {
|
|
970
|
+
LARGE_TITLE = "large_title",
|
|
971
|
+
TITLE_1 = "title_1",
|
|
972
|
+
TITLE_2 = "title_2",
|
|
973
|
+
TITLE_3 = "title_3",
|
|
974
|
+
CALLOUT = "callout",
|
|
975
|
+
HEADLINE = "headline",
|
|
976
|
+
SUBHEADLINE = "subheadline",
|
|
977
|
+
BODY = "body",
|
|
978
|
+
CAPTION_1 = "caption_1",
|
|
979
|
+
CAPTION_2 = "caption_2",
|
|
980
|
+
FOOTNOTE = "footnote"
|
|
981
|
+
}
|
|
982
|
+
|
|
983
|
+
interface UIElement extends UIView {
|
|
984
|
+
label?: string | null;
|
|
985
|
+
textColor?: UIColor | null;
|
|
986
|
+
textStyle?: UITextStyle | null;
|
|
987
|
+
maxLines?: number | null;
|
|
988
|
+
asset?: UIAsset | null;
|
|
989
|
+
url?: string | null;
|
|
990
|
+
enabled?: boolean | null;
|
|
991
|
+
size?: UISize | null;
|
|
992
|
+
opacity?: number | null;
|
|
993
|
+
contentType?: UIContentType | null;
|
|
994
|
+
aspect?: UIAspectType | null;
|
|
995
|
+
grow?: number | null;
|
|
996
|
+
placeholder?: string | null;
|
|
997
|
+
placeholderTextColor?: UIColor | null;
|
|
998
|
+
placeholderTextStyle?: UITextStyle | null;
|
|
999
|
+
aspectRatio?: number | null;
|
|
1000
|
+
progress?: number | null;
|
|
1001
|
+
progressColor?: UIColor | null;
|
|
1002
|
+
}
|
|
1003
|
+
|
|
1004
|
+
interface UITag {
|
|
1005
|
+
label: string;
|
|
1006
|
+
action: UIAction;
|
|
1007
|
+
}
|
|
1008
|
+
|
|
1009
|
+
interface UIComponent {
|
|
1010
|
+
type: UIComponentType;
|
|
1011
|
+
components?: UIComponent[] | null;
|
|
1012
|
+
element?: UIElement | null;
|
|
1013
|
+
excluded_platforms?: UIPlatformType[] | null;
|
|
1014
|
+
tags?: UITag[] | null;
|
|
1015
|
+
}
|
|
1016
|
+
|
|
1017
|
+
interface UINavigation {
|
|
1018
|
+
title?: string | null;
|
|
1019
|
+
titleComponent?: UIComponent | null;
|
|
1020
|
+
}
|
|
1021
|
+
|
|
1022
|
+
declare class UINavigationComponent {
|
|
1023
|
+
uiNavigation?: UINavigation;
|
|
1024
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<UINavigationComponent, never>;
|
|
1025
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<UINavigationComponent, "edm-sdui-navigation", never, { "uiNavigation": { "alias": "uiNavigation"; "required": false; }; }, {}, never, never, false, never>;
|
|
1026
|
+
}
|
|
1027
|
+
|
|
1028
|
+
declare class UIActionHandlersService {
|
|
1029
|
+
private internalNavigationHandler?;
|
|
1030
|
+
registerInternalNavigation(fn: (url: string) => void): void;
|
|
1031
|
+
handleInternalNavigation(url: string): void;
|
|
1032
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<UIActionHandlersService, never>;
|
|
1033
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<UIActionHandlersService>;
|
|
1034
|
+
}
|
|
1035
|
+
|
|
1036
|
+
declare class ModalService {
|
|
1037
|
+
private appRef;
|
|
1038
|
+
private envInjector;
|
|
1039
|
+
constructor(appRef: ApplicationRef, envInjector: EnvironmentInjector);
|
|
1040
|
+
open(url: string, title?: string): void;
|
|
1041
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ModalService, never>;
|
|
1042
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<ModalService>;
|
|
1043
|
+
}
|
|
1044
|
+
|
|
1045
|
+
declare class UIActionService {
|
|
1046
|
+
private router;
|
|
1047
|
+
private modalService;
|
|
1048
|
+
private actionHandlers;
|
|
1049
|
+
constructor(router: Router, modalService: ModalService, actionHandlers: UIActionHandlersService);
|
|
1050
|
+
execute(action: UIAction): void;
|
|
1051
|
+
private scrollToAnchor;
|
|
1052
|
+
private getScrollParent;
|
|
1053
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<UIActionService, never>;
|
|
1054
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<UIActionService>;
|
|
1055
|
+
}
|
|
1056
|
+
|
|
1057
|
+
declare class FabComponent implements AfterViewInit {
|
|
1058
|
+
private actionService;
|
|
1059
|
+
private render2;
|
|
1060
|
+
element: UIElement;
|
|
1061
|
+
imgElement: ElementRef;
|
|
1062
|
+
constructor(actionService: UIActionService, render2: Renderer2);
|
|
1063
|
+
ngAfterViewInit(): void;
|
|
1064
|
+
applyElement(element: UIElement): void;
|
|
1065
|
+
onClick(): void;
|
|
1066
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FabComponent, never>;
|
|
1067
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FabComponent, "sdui-fab", never, { "element": { "alias": "element"; "required": true; }; }, {}, never, never, false, never>;
|
|
1068
|
+
}
|
|
1069
|
+
|
|
1070
|
+
interface UISingleColumnLayout extends UILayout {
|
|
1071
|
+
nav?: UINavigation | null;
|
|
1072
|
+
header?: UIComponent | null;
|
|
1073
|
+
main?: UIComponent | null;
|
|
1074
|
+
footer?: UIComponent | null;
|
|
1075
|
+
fab?: UIElement | null;
|
|
1076
|
+
}
|
|
1077
|
+
|
|
1078
|
+
declare class SingleColumnLayoutComponent implements OnChanges {
|
|
1079
|
+
uiLayout?: UISingleColumnLayout;
|
|
1080
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
1081
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SingleColumnLayoutComponent, never>;
|
|
1082
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SingleColumnLayoutComponent, "edm-sdui-single-column-layout", never, { "uiLayout": { "alias": "uiLayout"; "required": false; }; }, {}, never, never, false, never>;
|
|
1083
|
+
}
|
|
1084
|
+
|
|
1085
|
+
interface UICenteredContentLayout extends UILayout {
|
|
1086
|
+
nav?: UINavigation | null;
|
|
1087
|
+
backgroundComponent?: UIComponent | null;
|
|
1088
|
+
header?: UIComponent | null;
|
|
1089
|
+
centered?: UIComponent | null;
|
|
1090
|
+
footer?: UIComponent | null;
|
|
1091
|
+
}
|
|
1092
|
+
|
|
1093
|
+
declare class CenteredContentLayoutComponent implements OnChanges, OnInit {
|
|
1094
|
+
uiLayout?: UICenteredContentLayout;
|
|
1095
|
+
ngOnInit(): void;
|
|
1096
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
1097
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CenteredContentLayoutComponent, never>;
|
|
1098
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CenteredContentLayoutComponent, "edm-sdui-centered-content-layout", never, { "uiLayout": { "alias": "uiLayout"; "required": false; }; }, {}, never, never, false, never>;
|
|
1099
|
+
}
|
|
1100
|
+
|
|
1101
|
+
declare class UIComponentComponent implements OnInit, OnChanges {
|
|
1102
|
+
private injector;
|
|
1103
|
+
private cdr;
|
|
1104
|
+
uiComponent?: UIComponent;
|
|
1105
|
+
translateLabel?: (context: string, value: string) => string;
|
|
1106
|
+
componentToRender?: Type<any>;
|
|
1107
|
+
componentInjector: Injector;
|
|
1108
|
+
constructor(injector: Injector, cdr: ChangeDetectorRef);
|
|
1109
|
+
ngOnInit(): void;
|
|
1110
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
1111
|
+
private initializeComponent;
|
|
1112
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<UIComponentComponent, never>;
|
|
1113
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<UIComponentComponent, "edm-sdui-component", never, { "uiComponent": { "alias": "uiComponent"; "required": false; }; "translateLabel": { "alias": "translateLabel"; "required": false; }; }, {}, never, never, false, never>;
|
|
1114
|
+
}
|
|
1115
|
+
|
|
1116
|
+
declare class RowComponent implements OnInit {
|
|
1117
|
+
uiComponent: UIComponent;
|
|
1118
|
+
constructor(uiComponent: UIComponent);
|
|
1119
|
+
ngOnInit(): void;
|
|
1120
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<RowComponent, never>;
|
|
1121
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<RowComponent, "edm-sdui-row", never, {}, {}, never, never, false, never>;
|
|
1122
|
+
}
|
|
1123
|
+
|
|
1124
|
+
declare class RowDivisorComponent implements OnInit {
|
|
1125
|
+
uiComponent: UIComponent;
|
|
1126
|
+
constructor(uiComponent: UIComponent);
|
|
1127
|
+
ngOnInit(): void;
|
|
1128
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<RowDivisorComponent, never>;
|
|
1129
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<RowDivisorComponent, "edm-sdui-row-divisor", never, {}, {}, never, never, false, never>;
|
|
1130
|
+
}
|
|
1131
|
+
|
|
1132
|
+
declare class ColumnComponent implements OnInit {
|
|
1133
|
+
uiComponent: UIComponent;
|
|
1134
|
+
constructor(uiComponent: UIComponent);
|
|
1135
|
+
ngOnInit(): void;
|
|
1136
|
+
shouldFill(): boolean;
|
|
1137
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ColumnComponent, never>;
|
|
1138
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ColumnComponent, "edm-sdui-column", never, {}, {}, never, never, false, never>;
|
|
1139
|
+
}
|
|
1140
|
+
|
|
1141
|
+
declare class ZStackComponent implements OnInit {
|
|
1142
|
+
uiComponent: UIComponent;
|
|
1143
|
+
constructor(uiComponent: UIComponent);
|
|
1144
|
+
ngOnInit(): void;
|
|
1145
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ZStackComponent, never>;
|
|
1146
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ZStackComponent, "edm-sdui-zstack", never, {}, {}, never, never, false, never>;
|
|
1147
|
+
}
|
|
1148
|
+
|
|
1149
|
+
declare class FontSizeMappingService {
|
|
1150
|
+
private readonly baseFontSize;
|
|
1151
|
+
private readonly mapping;
|
|
1152
|
+
constructor();
|
|
1153
|
+
getMapping(): Record<string, string>;
|
|
1154
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FontSizeMappingService, never>;
|
|
1155
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<FontSizeMappingService>;
|
|
1156
|
+
}
|
|
1157
|
+
|
|
1158
|
+
declare class LabelComponent implements OnInit, AfterViewInit {
|
|
1159
|
+
uiComponent: UIComponent;
|
|
1160
|
+
private renderer;
|
|
1161
|
+
private fontSizeMappingService;
|
|
1162
|
+
spanElementRef: ElementRef<HTMLImageElement>;
|
|
1163
|
+
constructor(uiComponent: UIComponent, renderer: Renderer2, fontSizeMappingService: FontSizeMappingService);
|
|
1164
|
+
ngOnInit(): void;
|
|
1165
|
+
ngAfterViewInit(): void;
|
|
1166
|
+
private applyElement;
|
|
1167
|
+
private getMinHeight;
|
|
1168
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<LabelComponent, never>;
|
|
1169
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<LabelComponent, "edm-sdui-label", never, {}, {}, never, never, false, never>;
|
|
1170
|
+
}
|
|
1171
|
+
|
|
1172
|
+
declare class SpaceComponent implements OnInit {
|
|
1173
|
+
uiComponent: UIComponent;
|
|
1174
|
+
constructor(uiComponent: UIComponent);
|
|
1175
|
+
ngOnInit(): void;
|
|
1176
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SpaceComponent, never>;
|
|
1177
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SpaceComponent, "edm-sdui-space", never, {}, {}, never, never, false, never>;
|
|
1178
|
+
}
|
|
1179
|
+
|
|
1180
|
+
declare class ButtonComponent implements OnInit, AfterViewInit {
|
|
1181
|
+
uiComponent: UIComponent;
|
|
1182
|
+
private renderer;
|
|
1183
|
+
private fontSizeMappingService;
|
|
1184
|
+
buttonElementRef: ElementRef<HTMLButtonElement>;
|
|
1185
|
+
constructor(uiComponent: UIComponent, renderer: Renderer2, fontSizeMappingService: FontSizeMappingService);
|
|
1186
|
+
ngOnInit(): void;
|
|
1187
|
+
ngAfterViewInit(): void;
|
|
1188
|
+
private applyElement;
|
|
1189
|
+
getAssetPath(asset: UIAsset): string;
|
|
1190
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ButtonComponent, never>;
|
|
1191
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ButtonComponent, "edm-sdui-button", never, {}, {}, never, never, false, never>;
|
|
1192
|
+
}
|
|
1193
|
+
|
|
1194
|
+
declare class ImageComponent implements OnInit, AfterViewInit {
|
|
1195
|
+
uiComponent: UIComponent;
|
|
1196
|
+
private renderer;
|
|
1197
|
+
private sanitizer;
|
|
1198
|
+
imgElementRef: ElementRef<HTMLImageElement>;
|
|
1199
|
+
svgContent: SafeHtml | null;
|
|
1200
|
+
constructor(uiComponent: UIComponent, renderer: Renderer2, sanitizer: DomSanitizer);
|
|
1201
|
+
ngOnInit(): void;
|
|
1202
|
+
ngAfterViewInit(): void;
|
|
1203
|
+
private applyElement;
|
|
1204
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ImageComponent, never>;
|
|
1205
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ImageComponent, "edm-sdui-image", never, {}, {}, never, never, false, never>;
|
|
1206
|
+
}
|
|
1207
|
+
|
|
1208
|
+
declare class TagComponent implements OnInit, AfterViewInit {
|
|
1209
|
+
uiComponent: UIComponent;
|
|
1210
|
+
private renderer;
|
|
1211
|
+
private fontSizeMappingService;
|
|
1212
|
+
tagElementRef: ElementRef<HTMLImageElement>;
|
|
1213
|
+
tagNameElementRef: ElementRef<HTMLImageElement>;
|
|
1214
|
+
constructor(uiComponent: UIComponent, renderer: Renderer2, fontSizeMappingService: FontSizeMappingService);
|
|
1215
|
+
ngOnInit(): void;
|
|
1216
|
+
ngAfterViewInit(): void;
|
|
1217
|
+
private applyElement;
|
|
1218
|
+
private applyLabelElement;
|
|
1219
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TagComponent, never>;
|
|
1220
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TagComponent, "edm-sdui-tag", never, {}, {}, never, never, false, never>;
|
|
1221
|
+
}
|
|
1222
|
+
|
|
1223
|
+
type ScrollSpyOptions = {
|
|
1224
|
+
/** Container que scrolla */
|
|
1225
|
+
container: HTMLElement | string;
|
|
1226
|
+
/** Anchors observados dentro do container */
|
|
1227
|
+
anchorSelector?: string;
|
|
1228
|
+
/** Retorna o offset do topo útil (ex: header fixo). Pode ser dinâmico. */
|
|
1229
|
+
getOffsetTop?: (ctx: {
|
|
1230
|
+
container: HTMLElement;
|
|
1231
|
+
}) => number;
|
|
1232
|
+
/**
|
|
1233
|
+
* Como resolver o ID da seção a partir do anchor
|
|
1234
|
+
* Default: pega o closest com [id]
|
|
1235
|
+
*/
|
|
1236
|
+
resolveId?: (anchorEl: HTMLElement) => string | null;
|
|
1237
|
+
/** Throttle do scroll */
|
|
1238
|
+
throttleMs?: number;
|
|
1239
|
+
/** Debug */
|
|
1240
|
+
debug?: boolean;
|
|
1241
|
+
};
|
|
1242
|
+
declare class ScrollSpyService {
|
|
1243
|
+
observeActiveId(options: ScrollSpyOptions): Observable<string | null>;
|
|
1244
|
+
/** Ajuda: encontra o scroll parent real de um elemento */
|
|
1245
|
+
getScrollParent(el: HTMLElement): HTMLElement;
|
|
1246
|
+
private isPageContainer;
|
|
1247
|
+
private resolveContainer;
|
|
1248
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ScrollSpyService, never>;
|
|
1249
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<ScrollSpyService>;
|
|
1250
|
+
}
|
|
1251
|
+
|
|
1252
|
+
declare class TagsRowTagComponent implements OnInit, AfterViewInit, OnDestroy {
|
|
1253
|
+
uiComponent: UIComponent;
|
|
1254
|
+
private renderer;
|
|
1255
|
+
private fontSizeMappingService;
|
|
1256
|
+
private scrollSpy;
|
|
1257
|
+
tagElementRef: ElementRef<HTMLElement>;
|
|
1258
|
+
tagNameElementRef: ElementRef<HTMLElement>;
|
|
1259
|
+
private destroy$;
|
|
1260
|
+
private static scrollSpyInitialized;
|
|
1261
|
+
private static scrollSpy$;
|
|
1262
|
+
private static scrollSpySub;
|
|
1263
|
+
private static scrollSpyInitTries;
|
|
1264
|
+
private static scrollSpyContainer;
|
|
1265
|
+
private static activeId;
|
|
1266
|
+
private static isScrollingToSection;
|
|
1267
|
+
private static instanceCount;
|
|
1268
|
+
constructor(uiComponent: UIComponent, renderer: Renderer2, fontSizeMappingService: FontSizeMappingService, scrollSpy: ScrollSpyService);
|
|
1269
|
+
ngOnInit(): void;
|
|
1270
|
+
ngAfterViewInit(): void;
|
|
1271
|
+
private applyElement;
|
|
1272
|
+
private markSelectedTag;
|
|
1273
|
+
onTagClick(): void;
|
|
1274
|
+
private scrollToSection;
|
|
1275
|
+
private selectFirstTagAsDefault;
|
|
1276
|
+
private syncSelectionState;
|
|
1277
|
+
private applyLabelElement;
|
|
1278
|
+
private initScrollSpyOnce;
|
|
1279
|
+
private resolveScrollContainer;
|
|
1280
|
+
private ensureTagVisible;
|
|
1281
|
+
ngOnDestroy(): void;
|
|
1282
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TagsRowTagComponent, never>;
|
|
1283
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TagsRowTagComponent, "edm-sdui-tags-row-tag", never, {}, {}, never, never, false, never>;
|
|
1284
|
+
}
|
|
1285
|
+
|
|
1286
|
+
declare class TagsRowComponent implements OnDestroy {
|
|
1287
|
+
uiComponent: UIComponent;
|
|
1288
|
+
private injector;
|
|
1289
|
+
private hostRef;
|
|
1290
|
+
private cdr;
|
|
1291
|
+
private renderer;
|
|
1292
|
+
isFixed: boolean;
|
|
1293
|
+
canFix: boolean;
|
|
1294
|
+
hostMinHeight?: number;
|
|
1295
|
+
tagsRowRef?: ElementRef<HTMLElement>;
|
|
1296
|
+
tagComponent: typeof TagsRowTagComponent;
|
|
1297
|
+
private injectorCache;
|
|
1298
|
+
private initialTop?;
|
|
1299
|
+
private resizeObserver?;
|
|
1300
|
+
private lastMeasuredHeight?;
|
|
1301
|
+
private lastMeasuredDocTop?;
|
|
1302
|
+
constructor(uiComponent: UIComponent, injector: Injector, hostRef: ElementRef<HTMLElement>, cdr: ChangeDetectorRef, renderer: Renderer2);
|
|
1303
|
+
get tags(): UITag[];
|
|
1304
|
+
trackByLabel(index: number, tag: UITag): string | number;
|
|
1305
|
+
createInjector(tag: UITag, index: number): Injector;
|
|
1306
|
+
private getTagKey;
|
|
1307
|
+
ngAfterViewInit(): void;
|
|
1308
|
+
ngOnDestroy(): void;
|
|
1309
|
+
onWindowScroll(): void;
|
|
1310
|
+
private measureLayout;
|
|
1311
|
+
private updateFixedState;
|
|
1312
|
+
private getStickyOffset;
|
|
1313
|
+
private setTagsRowTop;
|
|
1314
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TagsRowComponent, never>;
|
|
1315
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TagsRowComponent, "edm-sdui-tags-row", never, {}, {}, never, never, false, never>;
|
|
1316
|
+
}
|
|
1317
|
+
|
|
1318
|
+
declare class SearchBarComponent implements OnInit, AfterViewInit {
|
|
1319
|
+
private actionService;
|
|
1320
|
+
uiComponent: UIComponent;
|
|
1321
|
+
private renderer;
|
|
1322
|
+
private fontSizeMappingService;
|
|
1323
|
+
inputElementRef: ElementRef<HTMLInputElement>;
|
|
1324
|
+
constructor(actionService: UIActionService, uiComponent: UIComponent, renderer: Renderer2, fontSizeMappingService: FontSizeMappingService);
|
|
1325
|
+
ngOnInit(): void;
|
|
1326
|
+
ngAfterViewInit(): void;
|
|
1327
|
+
private applyElement;
|
|
1328
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SearchBarComponent, never>;
|
|
1329
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SearchBarComponent, "edm-sdui-search-bar", never, {}, {}, never, never, false, never>;
|
|
1330
|
+
}
|
|
1331
|
+
|
|
1332
|
+
declare class SearchBarDismissComponent implements OnInit, AfterViewInit {
|
|
1333
|
+
private actionService;
|
|
1334
|
+
uiComponent: UIComponent;
|
|
1335
|
+
private renderer;
|
|
1336
|
+
private router;
|
|
1337
|
+
private fontSizeMappingService;
|
|
1338
|
+
inputElementRef: ElementRef<HTMLInputElement>;
|
|
1339
|
+
constructor(actionService: UIActionService, uiComponent: UIComponent, renderer: Renderer2, router: Router, fontSizeMappingService: FontSizeMappingService);
|
|
1340
|
+
ngOnInit(): void;
|
|
1341
|
+
ngAfterViewInit(): void;
|
|
1342
|
+
private applyElement;
|
|
1343
|
+
clearInput(): void;
|
|
1344
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SearchBarDismissComponent, never>;
|
|
1345
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SearchBarDismissComponent, "edm-sdui-search-bar-dismiss", never, {}, {}, never, never, false, never>;
|
|
1346
|
+
}
|
|
1347
|
+
|
|
1348
|
+
declare class SduiTranslationService {
|
|
1349
|
+
private language;
|
|
1350
|
+
private translations;
|
|
1351
|
+
constructor();
|
|
1352
|
+
private detectBrowserLanguage;
|
|
1353
|
+
setLanguage(lang: 'pt' | 'en'): void;
|
|
1354
|
+
getLanguage(): string;
|
|
1355
|
+
translate(context: string, key: string): string;
|
|
1356
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SduiTranslationService, never>;
|
|
1357
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<SduiTranslationService>;
|
|
1358
|
+
}
|
|
1359
|
+
|
|
1360
|
+
declare class MediaTypeComponent implements OnInit, AfterViewInit {
|
|
1361
|
+
uiComponent: UIComponent;
|
|
1362
|
+
private renderer;
|
|
1363
|
+
private translator;
|
|
1364
|
+
private fontSizeMappingService;
|
|
1365
|
+
iconElementRef: ElementRef<HTMLImageElement>;
|
|
1366
|
+
labelElementRef: ElementRef<HTMLSpanElement>;
|
|
1367
|
+
containerElementRef: ElementRef<HTMLDivElement>;
|
|
1368
|
+
label: string;
|
|
1369
|
+
contetType: typeof UIContentType;
|
|
1370
|
+
constructor(uiComponent: UIComponent, renderer: Renderer2, translator: SduiTranslationService, fontSizeMappingService: FontSizeMappingService);
|
|
1371
|
+
ngOnInit(): void;
|
|
1372
|
+
ngAfterViewInit(): void;
|
|
1373
|
+
private applyElement;
|
|
1374
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MediaTypeComponent, never>;
|
|
1375
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MediaTypeComponent, "edm-sdui-media-type", never, {}, {}, never, never, false, never>;
|
|
1376
|
+
}
|
|
1377
|
+
|
|
1378
|
+
declare class PickerItemComponent implements OnInit {
|
|
1379
|
+
uiComponent: UIComponent;
|
|
1380
|
+
private actionService;
|
|
1381
|
+
label: string;
|
|
1382
|
+
selected: EventEmitter<string>;
|
|
1383
|
+
constructor(uiComponent: UIComponent, actionService: UIActionService);
|
|
1384
|
+
ngOnInit(): void;
|
|
1385
|
+
onClick(): void;
|
|
1386
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PickerItemComponent, never>;
|
|
1387
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PickerItemComponent, "edm-sdui-picker-item", never, {}, { "selected": "selected"; }, never, never, false, never>;
|
|
1388
|
+
}
|
|
1389
|
+
|
|
1390
|
+
declare class PickerComponent implements OnInit, AfterViewInit {
|
|
1391
|
+
uiComponent: UIComponent;
|
|
1392
|
+
private injector;
|
|
1393
|
+
private elementRef;
|
|
1394
|
+
selectedLabel: string;
|
|
1395
|
+
open: boolean;
|
|
1396
|
+
constructor(uiComponent: UIComponent, injector: Injector, elementRef: ElementRef);
|
|
1397
|
+
ngOnInit(): void;
|
|
1398
|
+
onItemSelected(label: string): void;
|
|
1399
|
+
pickerItemComponent: typeof PickerItemComponent;
|
|
1400
|
+
trackByFn(index: number, _item: UIComponent): number;
|
|
1401
|
+
createInjector(item: UIComponent): Injector;
|
|
1402
|
+
ngAfterViewInit(): void;
|
|
1403
|
+
onDocumentClick(event: MouseEvent): void;
|
|
1404
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PickerComponent, never>;
|
|
1405
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PickerComponent, "edm-sdui-picker", never, {}, {}, never, never, false, never>;
|
|
1406
|
+
}
|
|
1407
|
+
|
|
1408
|
+
declare class ScrollableRowComponent implements OnInit, AfterViewInit, OnDestroy {
|
|
1409
|
+
uiComponent: UIComponent;
|
|
1410
|
+
private renderer;
|
|
1411
|
+
private zone;
|
|
1412
|
+
scrollableRowElementRef: ElementRef<HTMLDivElement>;
|
|
1413
|
+
canScroll: boolean;
|
|
1414
|
+
canPrev: boolean;
|
|
1415
|
+
canNext: boolean;
|
|
1416
|
+
private resizeListener?;
|
|
1417
|
+
private resizeObserver?;
|
|
1418
|
+
constructor(uiComponent: UIComponent, renderer: Renderer2, zone: NgZone);
|
|
1419
|
+
ngOnInit(): void;
|
|
1420
|
+
ngAfterViewInit(): void;
|
|
1421
|
+
ngOnDestroy(): void;
|
|
1422
|
+
onTrackScroll(): void;
|
|
1423
|
+
prev(): void;
|
|
1424
|
+
next(): void;
|
|
1425
|
+
private applyElement;
|
|
1426
|
+
private updateTrackState;
|
|
1427
|
+
private scrollByStep;
|
|
1428
|
+
private getTrackStep;
|
|
1429
|
+
private scroll;
|
|
1430
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ScrollableRowComponent, never>;
|
|
1431
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ScrollableRowComponent, "edm-sdui-scrollable-row", never, {}, {}, never, never, false, never>;
|
|
1432
|
+
}
|
|
1433
|
+
|
|
1434
|
+
declare class ScrollableColumnComponent implements OnInit, AfterViewInit {
|
|
1435
|
+
uiComponent: UIComponent;
|
|
1436
|
+
private renderer;
|
|
1437
|
+
scrollableColumnElementRef: ElementRef<HTMLDivElement>;
|
|
1438
|
+
constructor(uiComponent: UIComponent, renderer: Renderer2);
|
|
1439
|
+
ngOnInit(): void;
|
|
1440
|
+
ngAfterViewInit(): void;
|
|
1441
|
+
private applyElement;
|
|
1442
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ScrollableColumnComponent, never>;
|
|
1443
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ScrollableColumnComponent, "edm-sdui-scrollable-column", never, {}, {}, never, never, false, never>;
|
|
1444
|
+
}
|
|
1445
|
+
|
|
1446
|
+
declare class ProfileButtonComponent implements OnInit, AfterViewInit {
|
|
1447
|
+
uiComponent: UIComponent;
|
|
1448
|
+
private renderer;
|
|
1449
|
+
private fontSizeMappingService;
|
|
1450
|
+
profileButtonElementRef: ElementRef<HTMLButtonElement>;
|
|
1451
|
+
profileButtonLabelElementRef: ElementRef<HTMLButtonElement>;
|
|
1452
|
+
profileButtonImageElementRef: ElementRef<HTMLButtonElement>;
|
|
1453
|
+
constructor(uiComponent: UIComponent, renderer: Renderer2, fontSizeMappingService: FontSizeMappingService);
|
|
1454
|
+
ngOnInit(): void;
|
|
1455
|
+
ngAfterViewInit(): void;
|
|
1456
|
+
private applyElement;
|
|
1457
|
+
private fitLabelToTwoLines;
|
|
1458
|
+
getAssetPath(asset: UIAsset): string;
|
|
1459
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ProfileButtonComponent, never>;
|
|
1460
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ProfileButtonComponent, "edm-sdui-profile-button", never, {}, {}, never, never, false, never>;
|
|
1461
|
+
}
|
|
1462
|
+
|
|
1463
|
+
declare class ProgressBarComponent implements OnInit, AfterViewInit {
|
|
1464
|
+
uiComponent: UIComponent;
|
|
1465
|
+
private renderer;
|
|
1466
|
+
progressFillElementRef: ElementRef<HTMLDivElement>;
|
|
1467
|
+
constructor(uiComponent: UIComponent, renderer: Renderer2);
|
|
1468
|
+
ngOnInit(): void;
|
|
1469
|
+
ngAfterViewInit(): void;
|
|
1470
|
+
private applyElement;
|
|
1471
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ProgressBarComponent, never>;
|
|
1472
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ProgressBarComponent, "edm-sdui-progress-bar", never, {}, {}, never, never, false, never>;
|
|
1473
|
+
}
|
|
1474
|
+
|
|
1475
|
+
declare class UIViewDirective implements OnChanges {
|
|
1476
|
+
private elementRef;
|
|
1477
|
+
private renderer;
|
|
1478
|
+
private router;
|
|
1479
|
+
private actionService;
|
|
1480
|
+
private screenViewModel;
|
|
1481
|
+
edmSduiView?: UIView;
|
|
1482
|
+
disableClick: boolean;
|
|
1483
|
+
private static readonly EXPLORE_LAST_ANCHOR_KEY;
|
|
1484
|
+
private static readonly EXPLORE_CLICKED_ANCHOR_KEY;
|
|
1485
|
+
private static readonly EXPLORE_LAST_ROW_INDEX_KEY;
|
|
1486
|
+
private static readonly EXPLORE_LAST_ROW_SCROLL_LEFT_KEY;
|
|
1487
|
+
private static readonly EXPLORE_LAST_ITEM_ID_KEY;
|
|
1488
|
+
private lastUiView;
|
|
1489
|
+
private wasSmallScreen;
|
|
1490
|
+
private currentContainer;
|
|
1491
|
+
constructor(elementRef: ElementRef, renderer: Renderer2, router: Router, actionService: UIActionService, screenViewModel: UIScreenViewModel);
|
|
1492
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
1493
|
+
private applyStyles;
|
|
1494
|
+
private applyPadding;
|
|
1495
|
+
private applyContentInset;
|
|
1496
|
+
private applyBackground;
|
|
1497
|
+
private applyAction;
|
|
1498
|
+
private applyAlignment;
|
|
1499
|
+
private applyShadow;
|
|
1500
|
+
private applyRadius;
|
|
1501
|
+
private applySpacing;
|
|
1502
|
+
private applyHeight;
|
|
1503
|
+
private applyWidth;
|
|
1504
|
+
private applyBorderWidth;
|
|
1505
|
+
private applyBorderColor;
|
|
1506
|
+
private applyJustify;
|
|
1507
|
+
private applyAspectRatio;
|
|
1508
|
+
private applySize;
|
|
1509
|
+
private applyHoverVars;
|
|
1510
|
+
private isSmallScreen;
|
|
1511
|
+
private scalePixelValue;
|
|
1512
|
+
onWindowResize(): void;
|
|
1513
|
+
onClick(event: Event): void;
|
|
1514
|
+
private captureExploreScrollContext;
|
|
1515
|
+
private clearExploreHorizontalScrollContext;
|
|
1516
|
+
private resolveExploreSection;
|
|
1517
|
+
private resolveRowIndex;
|
|
1518
|
+
private resolveClickedItemId;
|
|
1519
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<UIViewDirective, [null, null, null, null, { optional: true; }]>;
|
|
1520
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<UIViewDirective, "[edmSduiView]", never, { "edmSduiView": { "alias": "edmSduiView"; "required": false; }; "disableClick": { "alias": "disableClick"; "required": false; }; }, {}, never, never, false, never>;
|
|
1521
|
+
}
|
|
1522
|
+
|
|
1523
|
+
declare class NavigationControlsComponent implements OnInit {
|
|
1524
|
+
viewModel: UIScreenViewModel;
|
|
1525
|
+
constructor(viewModel: UIScreenViewModel);
|
|
1526
|
+
ngOnInit(): void;
|
|
1527
|
+
goBack(): void;
|
|
1528
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NavigationControlsComponent, never>;
|
|
1529
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NavigationControlsComponent, "edm-sdui-navigation-controls", never, {}, {}, never, never, false, never>;
|
|
1530
|
+
}
|
|
1531
|
+
|
|
1532
|
+
declare class SduiComponent implements OnInit, AfterViewInit {
|
|
1533
|
+
private route;
|
|
1534
|
+
private viewModel;
|
|
1535
|
+
currentSduiUrl: string | null;
|
|
1536
|
+
initialUrl: string | null;
|
|
1537
|
+
constructor(route: ActivatedRoute, viewModel: UIScreenViewModel);
|
|
1538
|
+
ngOnInit(): void;
|
|
1539
|
+
ngAfterViewInit(): void;
|
|
1540
|
+
private validateParam;
|
|
1541
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SduiComponent, never>;
|
|
1542
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SduiComponent, "edm-sdui", never, { "initialUrl": { "alias": "initialUrl"; "required": false; }; }, {}, never, never, false, never>;
|
|
1543
|
+
}
|
|
1544
|
+
|
|
1545
|
+
interface SduiModuleConfig {
|
|
1546
|
+
baseUrl?: string;
|
|
1547
|
+
routePath?: string;
|
|
1548
|
+
fontAdjust?: number;
|
|
1549
|
+
}
|
|
1550
|
+
declare class SduiModule {
|
|
1551
|
+
static forRoot(config: SduiModuleConfig): ModuleWithProviders<SduiModule>;
|
|
1552
|
+
static forRouting(config?: SduiModuleConfig): ModuleWithProviders<SduiRoutingModule>;
|
|
1553
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SduiModule, never>;
|
|
1554
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SduiModule, [typeof UIScreenComponent, typeof UINavigationComponent, typeof FabComponent, typeof SingleColumnLayoutComponent, typeof CenteredContentLayoutComponent, typeof UIComponentComponent, typeof RowComponent, typeof RowDivisorComponent, typeof ColumnComponent, typeof ZStackComponent, typeof LabelComponent, typeof SpaceComponent, typeof ButtonComponent, typeof ImageComponent, typeof TagComponent, typeof TagsRowTagComponent, typeof TagsRowComponent, typeof SearchBarComponent, typeof SearchBarDismissComponent, typeof MediaTypeComponent, typeof PickerComponent, typeof PickerItemComponent, typeof ScrollableRowComponent, typeof ScrollableColumnComponent, typeof ProfileButtonComponent, typeof ProgressBarComponent, typeof UIViewDirective, typeof NavigationControlsComponent, typeof SduiComponent], [typeof i30.CommonModule, typeof i1.RouterModule], [typeof SduiComponent]>;
|
|
1555
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<SduiModule>;
|
|
1556
|
+
}
|
|
1557
|
+
|
|
1558
|
+
export { SDUI_URL_PARAM, SduiComponent, SduiModule, UIActionHandlersService, UIScreenViewModel };
|
|
1559
|
+
export type { SduiModuleConfig, UIScreen, UIScreenAnalytics };
|
|
1560
|
+
//# sourceMappingURL=edm-sdui-sdui.d.ts.map
|