@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
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"space.component.d.ts","sourceRoot":"","sources":["../../../../../../../libs/sdui/src/lib/components/uicomponent/space/space.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAA4B,MAAM,EAAE,MAAM,eAAe,CAAC;AACjE,OAAO,EAAE,WAAW,EAAE,MAAM,gDAAgD,CAAC;;AAE7E,qBAMa,cAAe,YAAW,MAAM;IACD,WAAW,EAAE,WAAW;gBAAxB,WAAW,EAAE,WAAW;IAElE,QAAQ,IAAI,IAAI;yCAHL,cAAc;2CAAd,cAAc;CAM1B"}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { AfterViewInit, ElementRef, OnInit, Renderer2 } from "@angular/core";
|
|
2
|
-
import { UIComponent } from "../../../core/uicomposition/models/uicomponent";
|
|
3
|
-
import { FontSizeMappingService } from "../../../core/services/font-size-mapping.service";
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class TagComponent implements OnInit, AfterViewInit {
|
|
6
|
-
uiComponent: UIComponent;
|
|
7
|
-
private renderer;
|
|
8
|
-
private fontSizeMappingService;
|
|
9
|
-
tagElementRef: ElementRef<HTMLImageElement>;
|
|
10
|
-
tagNameElementRef: ElementRef<HTMLImageElement>;
|
|
11
|
-
constructor(uiComponent: UIComponent, renderer: Renderer2, fontSizeMappingService: FontSizeMappingService);
|
|
12
|
-
ngOnInit(): void;
|
|
13
|
-
ngAfterViewInit(): void;
|
|
14
|
-
private applyElement;
|
|
15
|
-
private applyLabelElement;
|
|
16
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TagComponent, never>;
|
|
17
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TagComponent, "edm-sdui-tag", never, {}, {}, never, never, false, never>;
|
|
18
|
-
}
|
|
19
|
-
//# sourceMappingURL=tag.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"tag.component.d.ts","sourceRoot":"","sources":["../../../../../../../libs/sdui/src/lib/components/uicomponent/tag/tag.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAa,UAAU,EAAU,MAAM,EAAE,SAAS,EAAa,MAAM,eAAe,CAAC;AAC3G,OAAO,EAAE,WAAW,EAAE,MAAM,gDAAgD,CAAC;AAI7E,OAAO,EAAE,sBAAsB,EAAE,MAAM,kDAAkD,CAAC;;AAI1F,qBAMa,YAAa,YAAW,MAAM,EAAE,aAAa;IAKxB,WAAW,EAAE,WAAW;IACtD,OAAO,CAAC,QAAQ;IAChB,OAAO,CAAC,sBAAsB;IANP,aAAa,EAAG,UAAU,CAAC,gBAAgB,CAAC,CAAC;IACzC,iBAAiB,EAAG,UAAU,CAAC,gBAAgB,CAAC,CAAC;gBAG9C,WAAW,EAAE,WAAW,EAC9C,QAAQ,EAAE,SAAS,EACnB,sBAAsB,EAAE,sBAAsB;IAGxD,QAAQ,IAAI,IAAI;IAIhB,eAAe,IAAI,IAAI;IAUvB,OAAO,CAAC,YAAY;IAIpB,OAAO,CAAC,iBAAiB;yCA5Bd,YAAY;2CAAZ,YAAY;CAiDxB"}
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
import { AfterViewInit, ElementRef, OnDestroy, OnInit, Renderer2 } from "@angular/core";
|
|
2
|
-
import { UIComponent } from "../../../../core/uicomposition/models/uicomponent";
|
|
3
|
-
import { FontSizeMappingService } from "../../../../core/services/font-size-mapping.service";
|
|
4
|
-
import { ScrollSpyService } from "../../../../core/services/scroll-spy.service";
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class TagsRowTagComponent implements OnInit, AfterViewInit, OnDestroy {
|
|
7
|
-
uiComponent: UIComponent;
|
|
8
|
-
private renderer;
|
|
9
|
-
private fontSizeMappingService;
|
|
10
|
-
private scrollSpy;
|
|
11
|
-
tagElementRef: ElementRef<HTMLElement>;
|
|
12
|
-
tagNameElementRef: ElementRef<HTMLElement>;
|
|
13
|
-
private destroy$;
|
|
14
|
-
private static scrollSpyInitialized;
|
|
15
|
-
private static scrollSpy$;
|
|
16
|
-
private static scrollSpySub;
|
|
17
|
-
private static scrollSpyInitTries;
|
|
18
|
-
private static scrollSpyContainer;
|
|
19
|
-
private static activeId;
|
|
20
|
-
private static isScrollingToSection;
|
|
21
|
-
private static instanceCount;
|
|
22
|
-
constructor(uiComponent: UIComponent, renderer: Renderer2, fontSizeMappingService: FontSizeMappingService, scrollSpy: ScrollSpyService);
|
|
23
|
-
ngOnInit(): void;
|
|
24
|
-
ngAfterViewInit(): void;
|
|
25
|
-
private applyElement;
|
|
26
|
-
private markSelectedTag;
|
|
27
|
-
onTagClick(): void;
|
|
28
|
-
private scrollToSection;
|
|
29
|
-
private selectFirstTagAsDefault;
|
|
30
|
-
private syncSelectionState;
|
|
31
|
-
private applyLabelElement;
|
|
32
|
-
private initScrollSpyOnce;
|
|
33
|
-
private resolveScrollContainer;
|
|
34
|
-
private ensureTagVisible;
|
|
35
|
-
ngOnDestroy(): void;
|
|
36
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TagsRowTagComponent, never>;
|
|
37
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TagsRowTagComponent, "edm-sdui-tags-row-tag", never, {}, {}, never, never, false, never>;
|
|
38
|
-
}
|
|
39
|
-
//# sourceMappingURL=tag.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"tag.component.d.ts","sourceRoot":"","sources":["../../../../../../../../libs/sdui/src/lib/components/uicomponent/tags-row/tag/tag.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAa,UAAU,EAAU,SAAS,EAAE,MAAM,EAAE,SAAS,EAAa,MAAM,eAAe,CAAC;AACtH,OAAO,EAAE,WAAW,EAAE,MAAM,mDAAmD,CAAC;AAIhF,OAAO,EAAE,sBAAsB,EAAE,MAAM,qDAAqD,CAAC;AAG7F,OAAO,EAAE,gBAAgB,EAAE,MAAM,8CAA8C,CAAC;;AAGhF,qBAMa,mBAAoB,YAAW,MAAM,EAAE,aAAa,EAAE,SAAS;IAc1C,WAAW,EAAE,WAAW;IACtD,OAAO,CAAC,QAAQ;IAChB,OAAO,CAAC,sBAAsB;IAC9B,OAAO,CAAC,SAAS;IAhBM,aAAa,EAAG,UAAU,CAAC,WAAW,CAAC,CAAC;IACpC,iBAAiB,EAAG,UAAU,CAAC,WAAW,CAAC,CAAC;IACzE,OAAO,CAAC,QAAQ,CAAuB;IACvC,OAAO,CAAC,MAAM,CAAC,oBAAoB,CAAS;IAC5C,OAAO,CAAC,MAAM,CAAC,UAAU,CAA0C;IACnE,OAAO,CAAC,MAAM,CAAC,YAAY,CAA6B;IACxD,OAAO,CAAC,MAAM,CAAC,kBAAkB,CAAK;IACtC,OAAO,CAAC,MAAM,CAAC,kBAAkB,CAA4B;IAC7D,OAAO,CAAC,MAAM,CAAC,QAAQ,CAAuB;IAC9C,OAAO,CAAC,MAAM,CAAC,oBAAoB,CAAS;IAC5C,OAAO,CAAC,MAAM,CAAC,aAAa,CAAK;gBAGD,WAAW,EAAE,WAAW,EAC9C,QAAQ,EAAE,SAAS,EACnB,sBAAsB,EAAE,sBAAsB,EAC9C,SAAS,EAAE,gBAAgB;IAKrC,QAAQ,IAAI,IAAI;IAIhB,eAAe,IAAI,IAAI;IAuBvB,OAAO,CAAC,YAAY;IAGpB,OAAO,CAAC,eAAe;IAcvB,UAAU,IAAI,IAAI;IAalB,OAAO,CAAC,eAAe;IAgCvB,OAAO,CAAC,uBAAuB;IAwB/B,OAAO,CAAC,kBAAkB;IAU1B,OAAO,CAAC,iBAAiB;IAoBzB,OAAO,CAAC,iBAAiB;IAyEzB,OAAO,CAAC,sBAAsB;IAiB9B,OAAO,CAAC,gBAAgB;IASxB,WAAW,IAAI,IAAI;yCAxQR,mBAAmB;2CAAnB,mBAAmB;CAwR/B"}
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
import { ChangeDetectorRef, ElementRef, Injector, OnDestroy, Renderer2 } from '@angular/core';
|
|
2
|
-
import { UIComponent } from '../../../core/uicomposition/models/uicomponent';
|
|
3
|
-
import { UITag } from '../../../core/uicomposition/models/uitag';
|
|
4
|
-
import { TagsRowTagComponent } from './tag/tag.component';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class TagsRowComponent implements OnDestroy {
|
|
7
|
-
uiComponent: UIComponent;
|
|
8
|
-
private injector;
|
|
9
|
-
private hostRef;
|
|
10
|
-
private cdr;
|
|
11
|
-
private renderer;
|
|
12
|
-
isFixed: boolean;
|
|
13
|
-
canFix: boolean;
|
|
14
|
-
hostMinHeight?: number;
|
|
15
|
-
tagsRowRef?: ElementRef<HTMLElement>;
|
|
16
|
-
tagComponent: typeof TagsRowTagComponent;
|
|
17
|
-
private injectorCache;
|
|
18
|
-
private initialTop?;
|
|
19
|
-
private resizeObserver?;
|
|
20
|
-
private lastMeasuredHeight?;
|
|
21
|
-
private lastMeasuredDocTop?;
|
|
22
|
-
constructor(uiComponent: UIComponent, injector: Injector, hostRef: ElementRef<HTMLElement>, cdr: ChangeDetectorRef, renderer: Renderer2);
|
|
23
|
-
get tags(): UITag[];
|
|
24
|
-
trackByLabel(index: number, tag: UITag): string | number;
|
|
25
|
-
createInjector(tag: UITag, index: number): Injector;
|
|
26
|
-
private getTagKey;
|
|
27
|
-
ngAfterViewInit(): void;
|
|
28
|
-
ngOnDestroy(): void;
|
|
29
|
-
onWindowScroll(): void;
|
|
30
|
-
private measureLayout;
|
|
31
|
-
private updateFixedState;
|
|
32
|
-
private getStickyOffset;
|
|
33
|
-
private setTagsRowTop;
|
|
34
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TagsRowComponent, never>;
|
|
35
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TagsRowComponent, "edm-sdui-tags-row", never, {}, {}, never, never, false, never>;
|
|
36
|
-
}
|
|
37
|
-
//# sourceMappingURL=tags-row.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"tags-row.component.d.ts","sourceRoot":"","sources":["../../../../../../../libs/sdui/src/lib/components/uicomponent/tags-row/tags-row.component.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,iBAAiB,EAEjB,UAAU,EAIV,QAAQ,EACR,SAAS,EACT,SAAS,EAEV,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,WAAW,EAAE,MAAM,gDAAgD,CAAC;AAG7E,OAAO,EAAE,KAAK,EAAE,MAAM,0CAA0C,CAAC;AACjE,OAAO,EAAE,mBAAmB,EAAE,MAAM,qBAAqB,CAAC;;AAE1D,qBAMa,gBAAiB,YAAW,SAAS;IAahB,WAAW,EAAE,WAAW;IACtD,OAAO,CAAC,QAAQ;IAChB,OAAO,CAAC,OAAO;IACf,OAAO,CAAC,GAAG;IACX,OAAO,CAAC,QAAQ;IAhBoB,OAAO,UAAS;IACd,MAAM,UAAS;IACnB,aAAa,CAAC,EAAE,MAAM,CAAC;IAC9B,UAAU,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,CAAC;IAClE,YAAY,6BAAuB;IACnC,OAAO,CAAC,aAAa,CAAwC;IAC7D,OAAO,CAAC,UAAU,CAAC,CAAS;IAC5B,OAAO,CAAC,cAAc,CAAC,CAAiB;IACxC,OAAO,CAAC,kBAAkB,CAAC,CAAS;IACpC,OAAO,CAAC,kBAAkB,CAAC,CAAS;gBAGJ,WAAW,EAAE,WAAW,EAC9C,QAAQ,EAAE,QAAQ,EAClB,OAAO,EAAE,UAAU,CAAC,WAAW,CAAC,EAChC,GAAG,EAAE,iBAAiB,EACtB,QAAQ,EAAE,SAAS;IAG7B,IAAI,IAAI,IAAI,KAAK,EAAE,CAElB;IAED,YAAY,CAAC,KAAK,EAAE,MAAM,EAAE,GAAG,EAAE,KAAK,GAAG,MAAM,GAAG,MAAM;IAIxD,cAAc,CAAC,GAAG,EAAE,KAAK,EAAE,KAAK,EAAE,MAAM,GAAG,QAAQ;IAkBnD,OAAO,CAAC,SAAS;IAIjB,eAAe,IAAI,IAAI;IAqBvB,WAAW,IAAI,IAAI;IAOnB,cAAc,IAAI,IAAI;IAItB,OAAO,CAAC,aAAa;IAgCrB,OAAO,CAAC,gBAAgB;IA8BxB,OAAO,CAAC,eAAe;IAkBvB,OAAO,CAAC,aAAa;yCAlKV,gBAAgB;2CAAhB,gBAAgB;CAiL5B"}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { ChangeDetectorRef, Injector, OnChanges, OnInit, SimpleChanges, Type } from '@angular/core';
|
|
2
|
-
import { UIComponent } from '../../core/uicomposition/models/uicomponent';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class UIComponentComponent implements OnInit, OnChanges {
|
|
5
|
-
private injector;
|
|
6
|
-
private cdr;
|
|
7
|
-
uiComponent?: UIComponent;
|
|
8
|
-
translateLabel?: (context: string, value: string) => string;
|
|
9
|
-
componentToRender?: Type<any>;
|
|
10
|
-
componentInjector: Injector;
|
|
11
|
-
constructor(injector: Injector, cdr: ChangeDetectorRef);
|
|
12
|
-
ngOnInit(): void;
|
|
13
|
-
ngOnChanges(changes: SimpleChanges): void;
|
|
14
|
-
private initializeComponent;
|
|
15
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<UIComponentComponent, never>;
|
|
16
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<UIComponentComponent, "edm-sdui-component", never, { "uiComponent": { "alias": "uiComponent"; "required": false; }; "translateLabel": { "alias": "translateLabel"; "required": false; }; }, {}, never, never, false, never>;
|
|
17
|
-
}
|
|
18
|
-
//# sourceMappingURL=uicomponent.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"uicomponent.component.d.ts","sourceRoot":"","sources":["../../../../../../libs/sdui/src/lib/components/uicomponent/uicomponent.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,iBAAiB,EAEjB,QAAQ,EAER,SAAS,EACT,MAAM,EACN,aAAa,EACb,IAAI,EACL,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,WAAW,EAAE,MAAM,6CAA6C,CAAC;;AAI1E,qBAMa,oBAAqB,YAAW,MAAM,EAAE,SAAS;IAMhD,OAAO,CAAC,QAAQ;IAAY,OAAO,CAAC,GAAG;IAL1C,WAAW,CAAC,EAAE,WAAW,CAAC;IAC1B,cAAc,CAAC,EAAE,CAAC,OAAO,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,KAAK,MAAM,CAAC;IACrE,iBAAiB,CAAC,EAAE,IAAI,CAAC,GAAG,CAAC,CAAC;IAC9B,iBAAiB,EAAG,QAAQ,CAAC;gBAET,QAAQ,EAAE,QAAQ,EAAU,GAAG,EAAE,iBAAiB;IAEtE,QAAQ,IAAI,IAAI;IAIhB,WAAW,CAAC,OAAO,EAAE,aAAa,GAAG,IAAI;IAMzC,OAAO,CAAC,mBAAmB;yCAlBhB,oBAAoB;2CAApB,oBAAoB;CA0ChC"}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
|
-
import { UIComponent } from '../../../core/uicomposition/models/uicomponent';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class ZStackComponent implements OnInit {
|
|
5
|
-
uiComponent: UIComponent;
|
|
6
|
-
constructor(uiComponent: UIComponent);
|
|
7
|
-
ngOnInit(): void;
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ZStackComponent, never>;
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ZStackComponent, "edm-sdui-zstack", never, {}, {}, never, never, false, never>;
|
|
10
|
-
}
|
|
11
|
-
//# sourceMappingURL=zstack.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"zstack.component.d.ts","sourceRoot":"","sources":["../../../../../../../libs/sdui/src/lib/components/uicomponent/zstack/zstack.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAqB,MAAM,EAAE,MAAM,eAAe,CAAC;AAC1D,OAAO,EAAE,WAAW,EAAE,MAAM,gDAAgD,CAAC;;AAE7E,qBAMa,eAAgB,YAAW,MAAM;IACF,WAAW,EAAE,WAAW;gBAAxB,WAAW,EAAE,WAAW;IAElE,QAAQ,IAAI,IAAI;yCAHL,eAAe;2CAAf,eAAe;CAM3B"}
|
package/lib/components/uilayout/centered-content-layout/centered-content-layout.component.d.ts
DELETED
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { OnChanges, OnInit, SimpleChanges } from '@angular/core';
|
|
2
|
-
import { UICenteredContentLayout } from '../../../core/uicomposition/models/uicentered-content-layout';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class CenteredContentLayoutComponent implements OnChanges, OnInit {
|
|
5
|
-
uiLayout?: UICenteredContentLayout;
|
|
6
|
-
ngOnInit(): void;
|
|
7
|
-
ngOnChanges(changes: SimpleChanges): void;
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CenteredContentLayoutComponent, never>;
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CenteredContentLayoutComponent, "edm-sdui-centered-content-layout", never, { "uiLayout": { "alias": "uiLayout"; "required": false; }; }, {}, never, never, false, never>;
|
|
10
|
-
}
|
|
11
|
-
//# sourceMappingURL=centered-content-layout.component.d.ts.map
|
package/lib/components/uilayout/centered-content-layout/centered-content-layout.component.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"centered-content-layout.component.d.ts","sourceRoot":"","sources":["../../../../../../../libs/sdui/src/lib/components/uilayout/centered-content-layout/centered-content-layout.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAoB,SAAS,EAAE,MAAM,EAAE,aAAa,EAAE,MAAM,eAAe,CAAC;AACnF,OAAO,EAAE,uBAAuB,EAAE,MAAM,8DAA8D,CAAC;;AAEvG,qBAMa,8BAA+B,YAAW,SAAS,EAAE,MAAM;IAC7D,QAAQ,CAAC,EAAE,uBAAuB,CAAC;IAE5C,QAAQ,IAAI,IAAI;IAIhB,WAAW,CAAC,OAAO,EAAE,aAAa,GAAG,IAAI;yCAP9B,8BAA8B;2CAA9B,8BAA8B;CAe1C"}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { AfterViewInit, ElementRef, Renderer2 } from '@angular/core';
|
|
2
|
-
import { UIActionService } from '../../../core/services/ui-action.service';
|
|
3
|
-
import { UIElement } from '../../../core/uicomposition/models/uielement';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class FabComponent implements AfterViewInit {
|
|
6
|
-
private actionService;
|
|
7
|
-
private render2;
|
|
8
|
-
element: UIElement;
|
|
9
|
-
imgElement: ElementRef;
|
|
10
|
-
constructor(actionService: UIActionService, render2: Renderer2);
|
|
11
|
-
ngAfterViewInit(): void;
|
|
12
|
-
applyElement(element: UIElement): void;
|
|
13
|
-
onClick(): void;
|
|
14
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FabComponent, never>;
|
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FabComponent, "sdui-fab", never, { "element": { "alias": "element"; "required": true; }; }, {}, never, never, false, never>;
|
|
16
|
-
}
|
|
17
|
-
//# sourceMappingURL=fab.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"fab.component.d.ts","sourceRoot":"","sources":["../../../../../../../libs/sdui/src/lib/components/uilayout/fab/fab.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAa,UAAU,EAAiB,SAAS,EAAa,MAAM,eAAe,CAAC;AAC1G,OAAO,EAAE,eAAe,EAAE,MAAM,0CAA0C,CAAC;AAC3E,OAAO,EAAE,SAAS,EAAE,MAAM,8CAA8C,CAAC;;AAGzE,qBAMa,YAAa,YAAW,aAAa;IAGpC,OAAO,CAAC,aAAa;IACrB,OAAO,CAAC,OAAO;IAHA,OAAO,EAAG,SAAS,CAAC;IACtB,UAAU,EAAG,UAAU,CAAC;gBAC7B,aAAa,EAAE,eAAe,EAC9B,OAAO,EAAE,SAAS;IAEtC,eAAe,IAAI,IAAI;IAMvB,YAAY,CAAC,OAAO,EAAE,SAAS;IAO/B,OAAO;yCAnBI,YAAY;2CAAZ,YAAY;CAwBxB"}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { OnChanges, SimpleChanges } from '@angular/core';
|
|
2
|
-
import { UISingleColumnLayout } from '../../../core/uicomposition/models/uisingle-column-layout';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class SingleColumnLayoutComponent implements OnChanges {
|
|
5
|
-
uiLayout?: UISingleColumnLayout;
|
|
6
|
-
ngOnChanges(changes: SimpleChanges): void;
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SingleColumnLayoutComponent, never>;
|
|
8
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SingleColumnLayoutComponent, "edm-sdui-single-column-layout", never, { "uiLayout": { "alias": "uiLayout"; "required": false; }; }, {}, never, never, false, never>;
|
|
9
|
-
}
|
|
10
|
-
//# sourceMappingURL=single-column-layout.component.d.ts.map
|
package/lib/components/uilayout/single-column-layout/single-column-layout.component.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"single-column-layout.component.d.ts","sourceRoot":"","sources":["../../../../../../../libs/sdui/src/lib/components/uilayout/single-column-layout/single-column-layout.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAIL,SAAS,EACT,aAAa,EACd,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,oBAAoB,EAAE,MAAM,2DAA2D,CAAC;;AAEjG,qBAMa,2BAA4B,YAAW,SAAS;IAClD,QAAQ,CAAC,EAAE,oBAAoB,CAAC;IAEzC,WAAW,CAAC,OAAO,EAAE,aAAa,GAAG,IAAI;yCAH9B,2BAA2B;2CAA3B,2BAA2B;CAWvC"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { UINavigation } from '../../../core/uicomposition/models/uinavigation';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class UINavigationComponent {
|
|
4
|
-
uiNavigation?: UINavigation;
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<UINavigationComponent, never>;
|
|
6
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<UINavigationComponent, "edm-sdui-navigation", never, { "uiNavigation": { "alias": "uiNavigation"; "required": false; }; }, {}, never, never, false, never>;
|
|
7
|
-
}
|
|
8
|
-
//# sourceMappingURL=uinavigation.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"uinavigation.component.d.ts","sourceRoot":"","sources":["../../../../../../../libs/sdui/src/lib/components/uilayout/uinavigation/uinavigation.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,EAAE,MAAM,iDAAiD,CAAC;;AAE/E,qBAMa,qBAAqB;IACvB,YAAY,CAAC,EAAE,YAAY,CAAC;yCAD1B,qBAAqB;2CAArB,qBAAqB;CAEjC"}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { UIScreenViewModel } from '../../core/view-models/uiscreen.viewmodel';
|
|
2
|
-
import { UIScreenIdentifier } from '../../core/uicomposition/enums/uiscreen-identifier';
|
|
3
|
-
import { UIScreenConfig } from '../../core/uicomposition/models/uiscreen-config';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class UIScreenComponent {
|
|
6
|
-
viewModel: UIScreenViewModel;
|
|
7
|
-
readonly UIScreenIdentifier: typeof UIScreenIdentifier;
|
|
8
|
-
constructor(viewModel: UIScreenViewModel);
|
|
9
|
-
containerClass(config?: UIScreenConfig | null): string;
|
|
10
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<UIScreenComponent, never>;
|
|
11
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<UIScreenComponent, "edm-sdui-uiscreen", never, {}, {}, never, never, false, never>;
|
|
12
|
-
}
|
|
13
|
-
//# sourceMappingURL=uiscreen.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"uiscreen.component.d.ts","sourceRoot":"","sources":["../../../../../../libs/sdui/src/lib/components/uiscreen/uiscreen.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,iBAAiB,EAAE,MAAM,2CAA2C,CAAC;AAC9E,OAAO,EAAE,kBAAkB,EAAE,MAAM,oDAAoD,CAAC;AACxF,OAAO,EAAE,cAAc,EAAE,MAAM,iDAAiD,CAAC;;AAEjF,qBAMa,iBAAiB;IAGT,SAAS,EAAE,iBAAiB;IAF/C,QAAQ,CAAC,kBAAkB,4BAAsB;gBAE9B,SAAS,EAAE,iBAAiB;IAE/C,cAAc,CAAC,MAAM,CAAC,EAAE,cAAc,GAAG,IAAI,GAAG,MAAM;yCAL3C,iBAAiB;2CAAjB,iBAAiB;CAa7B"}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class FontSizeMappingService {
|
|
3
|
-
private readonly baseFontSize;
|
|
4
|
-
private readonly mapping;
|
|
5
|
-
constructor();
|
|
6
|
-
getMapping(): Record<string, string>;
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FontSizeMappingService, never>;
|
|
8
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<FontSizeMappingService>;
|
|
9
|
-
}
|
|
10
|
-
//# sourceMappingURL=font-size-mapping.service.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"font-size-mapping.service.d.ts","sourceRoot":"","sources":["../../../../../../libs/sdui/src/lib/core/services/font-size-mapping.service.ts"],"names":[],"mappings":";AAIA,qBACa,sBAAsB;IACjC,OAAO,CAAC,QAAQ,CAAC,YAAY,CAAS;IACtC,OAAO,CAAC,QAAQ,CAAC,OAAO,CAAyB;;IAmBjD,UAAU,IAAI,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC;yCArBzB,sBAAsB;6CAAtB,sBAAsB;CAwBlC"}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { ApplicationRef, EnvironmentInjector } from "@angular/core";
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class ModalService {
|
|
4
|
-
private appRef;
|
|
5
|
-
private envInjector;
|
|
6
|
-
constructor(appRef: ApplicationRef, envInjector: EnvironmentInjector);
|
|
7
|
-
open(url: string, title?: string): void;
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ModalService, never>;
|
|
9
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<ModalService>;
|
|
10
|
-
}
|
|
11
|
-
//# sourceMappingURL=modal.service.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"modal.service.d.ts","sourceRoot":"","sources":["../../../../../../libs/sdui/src/lib/core/services/modal.service.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAoC,mBAAmB,EAAc,MAAM,eAAe,CAAC;;AAGlH,qBACa,YAAY;IAErB,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,WAAW;gBADX,MAAM,EAAE,cAAc,EACtB,WAAW,EAAE,mBAAmB;IAG1C,IAAI,CAAC,GAAG,EAAE,MAAM,EAAE,KAAK,GAAE,MAAW;yCANzB,YAAY;6CAAZ,YAAY;CAsBxB"}
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
import { Observable } from 'rxjs';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export type ScrollSpyOptions = {
|
|
4
|
-
/** Container que scrolla */
|
|
5
|
-
container: HTMLElement | string;
|
|
6
|
-
/** Anchors observados dentro do container */
|
|
7
|
-
anchorSelector?: string;
|
|
8
|
-
/** Retorna o offset do topo útil (ex: header fixo). Pode ser dinâmico. */
|
|
9
|
-
getOffsetTop?: (ctx: {
|
|
10
|
-
container: HTMLElement;
|
|
11
|
-
}) => number;
|
|
12
|
-
/**
|
|
13
|
-
* Como resolver o ID da seção a partir do anchor
|
|
14
|
-
* Default: pega o closest com [id]
|
|
15
|
-
*/
|
|
16
|
-
resolveId?: (anchorEl: HTMLElement) => string | null;
|
|
17
|
-
/** Throttle do scroll */
|
|
18
|
-
throttleMs?: number;
|
|
19
|
-
/** Debug */
|
|
20
|
-
debug?: boolean;
|
|
21
|
-
};
|
|
22
|
-
export declare class ScrollSpyService {
|
|
23
|
-
observeActiveId(options: ScrollSpyOptions): Observable<string | null>;
|
|
24
|
-
/** Ajuda: encontra o scroll parent real de um elemento */
|
|
25
|
-
getScrollParent(el: HTMLElement): HTMLElement;
|
|
26
|
-
private isPageContainer;
|
|
27
|
-
private resolveContainer;
|
|
28
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ScrollSpyService, never>;
|
|
29
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<ScrollSpyService>;
|
|
30
|
-
}
|
|
31
|
-
//# sourceMappingURL=scroll-spy.service.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"scroll-spy.service.d.ts","sourceRoot":"","sources":["../../../../../../libs/sdui/src/lib/core/services/scroll-spy.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAa,MAAM,MAAM,CAAC;;AAG7C,MAAM,MAAM,gBAAgB,GAAG;IAC7B,4BAA4B;IAC5B,SAAS,EAAE,WAAW,GAAG,MAAM,CAAC;IAEhC,6CAA6C;IAC7C,cAAc,CAAC,EAAE,MAAM,CAAC;IAExB,0EAA0E;IAC1E,YAAY,CAAC,EAAE,CAAC,GAAG,EAAE;QAAE,SAAS,EAAE,WAAW,CAAA;KAAE,KAAK,MAAM,CAAC;IAE3D;;;OAGG;IACH,SAAS,CAAC,EAAE,CAAC,QAAQ,EAAE,WAAW,KAAK,MAAM,GAAG,IAAI,CAAC;IAErD,yBAAyB;IACzB,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB,YAAY;IACZ,KAAK,CAAC,EAAE,OAAO,CAAC;CACjB,CAAC;AAEF,qBACa,gBAAgB;IAC3B,eAAe,CAAC,OAAO,EAAE,gBAAgB,GAAG,UAAU,CAAC,MAAM,GAAG,IAAI,CAAC;IA6ErE,0DAA0D;IAC1D,eAAe,CAAC,EAAE,EAAE,WAAW,GAAG,WAAW;IAkB7C,OAAO,CAAC,eAAe;IAQvB,OAAO,CAAC,gBAAgB;yCAzGb,gBAAgB;6CAAhB,gBAAgB;CAkH5B"}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class SduiTranslationService {
|
|
3
|
-
private language;
|
|
4
|
-
private translations;
|
|
5
|
-
constructor();
|
|
6
|
-
private detectBrowserLanguage;
|
|
7
|
-
setLanguage(lang: 'pt' | 'en'): void;
|
|
8
|
-
getLanguage(): string;
|
|
9
|
-
translate(context: string, key: string): string;
|
|
10
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SduiTranslationService, never>;
|
|
11
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<SduiTranslationService>;
|
|
12
|
-
}
|
|
13
|
-
//# sourceMappingURL=translation.service.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"translation.service.d.ts","sourceRoot":"","sources":["../../../../../../libs/sdui/src/lib/core/services/translation.service.ts"],"names":[],"mappings":";AAEA,qBACa,sBAAsB;IACjC,OAAO,CAAC,QAAQ,CAAc;IAE9B,OAAO,CAAC,YAAY,CAqBlB;;IAMF,OAAO,CAAC,qBAAqB;IAM7B,WAAW,CAAC,IAAI,EAAE,IAAI,GAAG,IAAI;IAI7B,WAAW,IAAI,MAAM;IAIrB,SAAS,CAAC,OAAO,EAAE,MAAM,EAAE,GAAG,EAAE,MAAM,GAAG,MAAM;yCA5CpC,sBAAsB;6CAAtB,sBAAsB;CAmDlC"}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class UIActionHandlersService {
|
|
3
|
-
private internalNavigationHandler?;
|
|
4
|
-
registerInternalNavigation(fn: (url: string) => void): void;
|
|
5
|
-
handleInternalNavigation(url: string): void;
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<UIActionHandlersService, never>;
|
|
7
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<UIActionHandlersService>;
|
|
8
|
-
}
|
|
9
|
-
//# sourceMappingURL=ui-action-handlers.service.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ui-action-handlers.service.d.ts","sourceRoot":"","sources":["../../../../../../libs/sdui/src/lib/core/services/ui-action-handlers.service.ts"],"names":[],"mappings":";AAEA,qBACa,uBAAuB;IAClC,OAAO,CAAC,yBAAyB,CAAC,CAAwB;IAE1D,0BAA0B,CAAC,EAAE,EAAE,CAAC,GAAG,EAAE,MAAM,KAAK,IAAI,GAAG,IAAI;IAI3D,wBAAwB,CAAC,GAAG,EAAE,MAAM,GAAG,IAAI;yCAPhC,uBAAuB;6CAAvB,uBAAuB;CAUnC"}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Router } from '@angular/router';
|
|
2
|
-
import { UIAction } from '../uitheme/models/uiaction';
|
|
3
|
-
import { UIActionHandlersService } from './ui-action-handlers.service';
|
|
4
|
-
import { ModalService } from './modal.service';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class UIActionService {
|
|
7
|
-
private router;
|
|
8
|
-
private modalService;
|
|
9
|
-
private actionHandlers;
|
|
10
|
-
constructor(router: Router, modalService: ModalService, actionHandlers: UIActionHandlersService);
|
|
11
|
-
execute(action: UIAction): void;
|
|
12
|
-
private scrollToAnchor;
|
|
13
|
-
private getScrollParent;
|
|
14
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<UIActionService, never>;
|
|
15
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<UIActionService>;
|
|
16
|
-
}
|
|
17
|
-
//# sourceMappingURL=ui-action.service.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ui-action.service.d.ts","sourceRoot":"","sources":["../../../../../../libs/sdui/src/lib/core/services/ui-action.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AAEzC,OAAO,EAAE,QAAQ,EAAE,MAAM,4BAA4B,CAAC;AAGtD,OAAO,EAAE,uBAAuB,EAAE,MAAM,8BAA8B,CAAC;AACvE,OAAO,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;;AAE/C,qBACa,eAAe;IACd,OAAO,CAAC,MAAM;IACxB,OAAO,CAAC,YAAY;IACpB,OAAO,CAAC,cAAc;gBAFJ,MAAM,EAAE,MAAM,EACxB,YAAY,EAAE,YAAY,EAC1B,cAAc,EAAE,uBAAuB;IAIjD,OAAO,CAAC,MAAM,EAAE,QAAQ,GAAG,IAAI;IA8C/B,OAAO,CAAC,cAAc;IAkCtB,OAAO,CAAC,eAAe;yCAvFZ,eAAe;6CAAf,eAAe;CA0G3B"}
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
import { Observable } from 'rxjs';
|
|
2
|
-
import { HttpClient } from '@angular/common/http';
|
|
3
|
-
import { UIScreen } from '../uicomposition/models/uiscreen';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class UIScreenService {
|
|
6
|
-
private http;
|
|
7
|
-
private baseUrl;
|
|
8
|
-
constructor(http: HttpClient, baseUrl?: string);
|
|
9
|
-
getUIScreen(url: string): Observable<UIScreen>;
|
|
10
|
-
private mapToUIScreen;
|
|
11
|
-
private getLayout;
|
|
12
|
-
private normalizeConfig;
|
|
13
|
-
private mapToSingleColumnLayout;
|
|
14
|
-
private mapToCenteredContentLayout;
|
|
15
|
-
private mapToUINavigation;
|
|
16
|
-
private mapToUIComponent;
|
|
17
|
-
private mapToUIElement;
|
|
18
|
-
private mapToUIView;
|
|
19
|
-
private mapToUIScreenConfig;
|
|
20
|
-
private mapBackground;
|
|
21
|
-
private mapAction;
|
|
22
|
-
private mapRadius;
|
|
23
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<UIScreenService, [null, { optional: true; }]>;
|
|
24
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<UIScreenService>;
|
|
25
|
-
}
|
|
26
|
-
//# sourceMappingURL=uiscreen.service.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"uiscreen.service.d.ts","sourceRoot":"","sources":["../../../../../../libs/sdui/src/lib/core/services/uiscreen.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAO,MAAM,MAAM,CAAC;AACvC,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAClD,OAAO,EAAE,QAAQ,EAAE,MAAM,kCAAkC,CAAC;;AAiC5D,qBAGa,eAAe;IAExB,OAAO,CAAC,IAAI;IACuB,OAAO,CAAC,OAAO;gBAD1C,IAAI,EAAE,UAAU,EACmB,OAAO,GAAE,MAAW;IAGjE,WAAW,CAAC,GAAG,EAAE,MAAM,GAAG,UAAU,CAAC,QAAQ,CAAC;IAQ9C,OAAO,CAAC,aAAa;IAmBrB,OAAO,CAAC,SAAS;IAgBjB,OAAO,CAAC,eAAe;IAwBvB,OAAO,CAAC,uBAAuB;IAY/B,OAAO,CAAC,0BAA0B;IAclC,OAAO,CAAC,iBAAiB;IASzB,OAAO,CAAC,gBAAgB;IAYxB,OAAO,CAAC,cAAc;IA2BtB,OAAO,CAAC,WAAW;IAyBnB,OAAO,CAAC,mBAAmB;IAiB3B,OAAO,CAAC,aAAa;IAcrB,OAAO,CAAC,SAAS;IASjB,OAAO,CAAC,SAAS;yCApNN,eAAe;6CAAf,eAAe;CA8N3B"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"sdui-config.token.d.ts","sourceRoot":"","sources":["../../../../../../libs/sdui/src/lib/core/tokens/sdui-config.token.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,eAAe,CAAC;AAE/C,eAAO,MAAM,aAAa,wBAA8C,CAAC;AACzE,eAAO,MAAM,gBAAgB,wBAAiD,CAAC"}
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
export declare enum UIComponentType {
|
|
2
|
-
ROW = "ROW",
|
|
3
|
-
ROW_DIVISOR = "ROW_DIVISOR",
|
|
4
|
-
COLUMN = "COLUMN",
|
|
5
|
-
Z_STACK = "Z_STACK",
|
|
6
|
-
SCROLLABLE_ROW = "SCROLLABLE_ROW",
|
|
7
|
-
SCROLLABLE_COLUMN = "SCROLLABLE_COLUMN",
|
|
8
|
-
BUTTON = "BUTTON",
|
|
9
|
-
LABEL = "LABEL",
|
|
10
|
-
IMAGE = "IMAGE",
|
|
11
|
-
SPACE = "SPACE",
|
|
12
|
-
VIDEO_PLAYER_HLS = "VIDEO_PLAYER_HLS",
|
|
13
|
-
VIDEO_PLAYER_WEB = "VIDEO_PLAYER_WEB",
|
|
14
|
-
MEDIA_TYPE = "MEDIA_TYPE",
|
|
15
|
-
MEDIA_CONTENT = "MEDIA_CONTENT",
|
|
16
|
-
SEARCH_BAR = "SEARCH_BAR",
|
|
17
|
-
SEARCH_BAR_DISMISS = "SEARCH_BAR_DISMISS",
|
|
18
|
-
PICKER = "PICKER",
|
|
19
|
-
PICKER_ITEM = "PICKER_ITEM",
|
|
20
|
-
TAG = "TAG",
|
|
21
|
-
TAGS_ROW = "TAGS_ROW",
|
|
22
|
-
TAG_TAGS_ROW = "TAG_TAGS_ROW",
|
|
23
|
-
PROFILE_BUTTON = "PROFILE_BUTTON",
|
|
24
|
-
PROGRESS_BAR = "PROGRESS_BAR"
|
|
25
|
-
}
|
|
26
|
-
//# sourceMappingURL=uicomponent-type.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"uicomponent-type.d.ts","sourceRoot":"","sources":["../../../../../../../libs/sdui/src/lib/core/uicomposition/enums/uicomponent-type.ts"],"names":[],"mappings":"AAAA,oBAAY,eAAe;IAEzB,GAAG,QAAQ;IACX,WAAW,gBAAgB;IAC3B,MAAM,WAAW;IACjB,OAAO,YAAY;IACnB,cAAc,mBAAmB;IACjC,iBAAiB,sBAAsB;IAGvC,MAAM,WAAW;IACjB,KAAK,UAAU;IACf,KAAK,UAAU;IACf,KAAK,UAAU;IAGf,gBAAgB,qBAAqB;IACrC,gBAAgB,qBAAqB;IAGrC,UAAU,eAAe;IACzB,aAAa,kBAAkB;IAG/B,UAAU,eAAe;IACzB,kBAAkB,uBAAuB;IAGzC,MAAM,WAAW;IACjB,WAAW,gBAAgB;IAG3B,GAAG,QAAQ;IACX,QAAQ,aAAa;IACrB,YAAY,iBAAiB;IAG7B,cAAc,mBAAmB;IAGjC,YAAY,iBAAiB;CAC9B"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"uiplatform-type.d.ts","sourceRoot":"","sources":["../../../../../../../libs/sdui/src/lib/core/uicomposition/enums/uiplatform-type.ts"],"names":[],"mappings":"AAAA,oBAAY,cAAc;IACxB,GAAG,QAAQ;IACX,OAAO,YAAY;IACnB,GAAG,QAAQ;CACZ"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"uiscene.d.ts","sourceRoot":"","sources":["../../../../../../../libs/sdui/src/lib/core/uicomposition/enums/uiscene.ts"],"names":[],"mappings":"AAAA,oBAAY,OAAO;IACjB,aAAa,kBAAkB;CAChC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"uiscreen-container-type.d.ts","sourceRoot":"","sources":["../../../../../../../libs/sdui/src/lib/core/uicomposition/enums/uiscreen-container-type.ts"],"names":[],"mappings":"AAAA,oBAAY,qBAAqB;IAC/B,SAAS,cAAc;IACvB,KAAK,UAAU;CAChB"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"uiscreen-identifier.d.ts","sourceRoot":"","sources":["../../../../../../../libs/sdui/src/lib/core/uicomposition/enums/uiscreen-identifier.ts"],"names":[],"mappings":"AAAA,oBAAY,kBAAkB;IAC5B,aAAa,kBAAkB;IAC/B,gBAAgB,qBAAqB;CACtC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"component-mapping.d.ts","sourceRoot":"","sources":["../../../../../../../libs/sdui/src/lib/core/uicomposition/mapping/component-mapping.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,eAAe,CAAC;AACrC,OAAO,EAAE,eAAe,EAAE,MAAM,2BAA2B,CAAC;AAE5D,eAAO,MAAM,gBAAgB,EAAE,MAAM,CACnC,eAAe,EACf,MAAM,OAAO,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,CAgHzB,CAAC"}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { UIComponent } from './uicomponent';
|
|
2
|
-
import { UILayout } from './uilayout';
|
|
3
|
-
import { UINavigation } from './uinavigation';
|
|
4
|
-
export interface UICenteredContentLayout extends UILayout {
|
|
5
|
-
nav?: UINavigation | null;
|
|
6
|
-
backgroundComponent?: UIComponent | null;
|
|
7
|
-
header?: UIComponent | null;
|
|
8
|
-
centered?: UIComponent | null;
|
|
9
|
-
footer?: UIComponent | null;
|
|
10
|
-
}
|
|
11
|
-
//# sourceMappingURL=uicentered-content-layout.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"uicentered-content-layout.d.ts","sourceRoot":"","sources":["../../../../../../../libs/sdui/src/lib/core/uicomposition/models/uicentered-content-layout.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAE9C,MAAM,WAAW,uBAAwB,SAAQ,QAAQ;IACvD,GAAG,CAAC,EAAE,YAAY,GAAG,IAAI,CAAC;IAC1B,mBAAmB,CAAC,EAAE,WAAW,GAAG,IAAI,CAAC;IACzC,MAAM,CAAC,EAAE,WAAW,GAAG,IAAI,CAAC;IAC5B,QAAQ,CAAC,EAAE,WAAW,GAAG,IAAI,CAAC;IAC9B,MAAM,CAAC,EAAE,WAAW,GAAG,IAAI,CAAC;CAC7B"}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { UIComponentType } from '../enums/uicomponent-type';
|
|
2
|
-
import { UIPlatformType } from '../enums/uiplatform-type';
|
|
3
|
-
import { UIElement } from './uielement';
|
|
4
|
-
import { UITag } from './uitag';
|
|
5
|
-
export interface UIComponent {
|
|
6
|
-
type: UIComponentType;
|
|
7
|
-
components?: UIComponent[] | null;
|
|
8
|
-
element?: UIElement | null;
|
|
9
|
-
excluded_platforms?: UIPlatformType[] | null;
|
|
10
|
-
tags?: UITag[] | null;
|
|
11
|
-
}
|
|
12
|
-
//# sourceMappingURL=uicomponent.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"uicomponent.d.ts","sourceRoot":"","sources":["../../../../../../../libs/sdui/src/lib/core/uicomposition/models/uicomponent.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,2BAA2B,CAAC;AAC5D,OAAO,EAAE,cAAc,EAAE,MAAM,0BAA0B,CAAC;AAC1D,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAGhC,MAAM,WAAW,WAAW;IAC1B,IAAI,EAAE,eAAe,CAAC;IACtB,UAAU,CAAC,EAAE,WAAW,EAAE,GAAG,IAAI,CAAC;IAClC,OAAO,CAAC,EAAE,SAAS,GAAG,IAAI,CAAC;IAC3B,kBAAkB,CAAC,EAAE,cAAc,EAAE,GAAG,IAAI,CAAC;IAC7C,IAAI,CAAC,EAAE,KAAK,EAAE,GAAG,IAAI,CAAC;CACvB"}
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
import { UIAspectType } from '../../uitheme/enums/uiaspect-type';
|
|
2
|
-
import { UIAsset } from '../../uitheme/enums/uiasset';
|
|
3
|
-
import { UIColor } from '../../uitheme/enums/uicolor';
|
|
4
|
-
import { UIContentType } from '../../uitheme/enums/uicontent-type';
|
|
5
|
-
import { UISize } from '../../uitheme/enums/uisize';
|
|
6
|
-
import { UITextStyle } from '../../uitheme/enums/uitext-style';
|
|
7
|
-
import { UIView } from './uiview';
|
|
8
|
-
export interface UIElement extends UIView {
|
|
9
|
-
label?: string | null;
|
|
10
|
-
textColor?: UIColor | null;
|
|
11
|
-
textStyle?: UITextStyle | null;
|
|
12
|
-
maxLines?: number | null;
|
|
13
|
-
asset?: UIAsset | null;
|
|
14
|
-
url?: string | null;
|
|
15
|
-
enabled?: boolean | null;
|
|
16
|
-
size?: UISize | null;
|
|
17
|
-
opacity?: number | null;
|
|
18
|
-
contentType?: UIContentType | null;
|
|
19
|
-
aspect?: UIAspectType | null;
|
|
20
|
-
grow?: number | null;
|
|
21
|
-
placeholder?: string | null;
|
|
22
|
-
placeholderTextColor?: UIColor | null;
|
|
23
|
-
placeholderTextStyle?: UITextStyle | null;
|
|
24
|
-
aspectRatio?: number | null;
|
|
25
|
-
progress?: number | null;
|
|
26
|
-
progressColor?: UIColor | null;
|
|
27
|
-
}
|
|
28
|
-
//# sourceMappingURL=uielement.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"uielement.d.ts","sourceRoot":"","sources":["../../../../../../../libs/sdui/src/lib/core/uicomposition/models/uielement.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,mCAAmC,CAAC;AACjE,OAAO,EAAE,OAAO,EAAE,MAAM,6BAA6B,CAAC;AACtD,OAAO,EAAE,OAAO,EAAE,MAAM,6BAA6B,CAAC;AACtD,OAAO,EAAE,aAAa,EAAE,MAAM,oCAAoC,CAAC;AACnE,OAAO,EAAE,MAAM,EAAE,MAAM,4BAA4B,CAAC;AACpD,OAAO,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAC;AAC/D,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAElC,MAAM,WAAW,SAAU,SAAQ,MAAM;IACvC,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,SAAS,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAC3B,SAAS,CAAC,EAAE,WAAW,GAAG,IAAI,CAAC;IAC/B,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,KAAK,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IACvB,GAAG,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACpB,OAAO,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IACzB,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB,WAAW,CAAC,EAAE,aAAa,GAAG,IAAI,CAAC;IACnC,MAAM,CAAC,EAAE,YAAY,GAAG,IAAI,CAAC;IAC7B,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,oBAAoB,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IACtC,oBAAoB,CAAC,EAAE,WAAW,GAAG,IAAI,CAAC;IAC1C,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,aAAa,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;CAChC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"uilayout.d.ts","sourceRoot":"","sources":["../../../../../../../libs/sdui/src/lib/core/uicomposition/models/uilayout.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAGlC,MAAM,WAAW,QAAS,SAAQ,MAAM;CAAG"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"uinavigation.d.ts","sourceRoot":"","sources":["../../../../../../../libs/sdui/src/lib/core/uicomposition/models/uinavigation.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAE5C,MAAM,WAAW,YAAY;IAC3B,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,cAAc,CAAC,EAAE,WAAW,GAAG,IAAI,CAAC;CACrC"}
|