@edm-sdui/sdui 1.0.68 → 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.68.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,139 +0,0 @@
|
|
|
1
|
-
import { NgModule } from '@angular/core';
|
|
2
|
-
import { CommonModule } from '@angular/common';
|
|
3
|
-
import { RouterModule } from '@angular/router';
|
|
4
|
-
import { UIScreenComponent } from './components/uiscreen/uiscreen.component';
|
|
5
|
-
import { SingleColumnLayoutComponent } from './components/uilayout/single-column-layout/single-column-layout.component';
|
|
6
|
-
import { UINavigationComponent } from './components/uilayout/uinavigation/uinavigation.component';
|
|
7
|
-
import { UIComponentComponent } from './components/uicomponent/uicomponent.component';
|
|
8
|
-
import { RowComponent } from './components/uicomponent/row/row.component';
|
|
9
|
-
import { ColumnComponent } from './components/uicomponent/column/column.component';
|
|
10
|
-
import { LabelComponent } from './components/uicomponent/label/label.component';
|
|
11
|
-
import { SpaceComponent } from './components/uicomponent/space/space.component';
|
|
12
|
-
import { ZStackComponent } from './components/uicomponent/zstack/zstack.component';
|
|
13
|
-
import { RowDivisorComponent } from './components/uicomponent/row-divisor/row-divisor.component';
|
|
14
|
-
import { UIViewDirective } from './directives/uiview.directive';
|
|
15
|
-
import { ButtonComponent } from './components/uicomponent/button/button.component';
|
|
16
|
-
import { ImageComponent } from './components/uicomponent/image/image.component';
|
|
17
|
-
import { SDUI_BASE_URL, SDUI_FONT_ADJUST } from './core/tokens/sdui-config.token';
|
|
18
|
-
import { NavigationControlsComponent } from './components/navigation-controls/navigation-controls.component';
|
|
19
|
-
import { SduiComponent } from './sdui.component';
|
|
20
|
-
import { SduiRoutingModule } from './sdui-routing.module';
|
|
21
|
-
import { CenteredContentLayoutComponent } from './components/uilayout/centered-content-layout/centered-content-layout.component';
|
|
22
|
-
import { TagComponent } from './components/uicomponent/tag/tag.component';
|
|
23
|
-
import { TagsRowTagComponent } from './components/uicomponent/tags-row/tag/tag.component';
|
|
24
|
-
import { SearchBarComponent } from './components/uicomponent/search-bar/search-bar.component';
|
|
25
|
-
import { SearchBarDismissComponent } from './components/uicomponent/search-bar dismiss/search-bar-dismiss.component';
|
|
26
|
-
import { MediaTypeComponent } from './components/uicomponent/media-type/media-type.component';
|
|
27
|
-
import { PickerComponent } from './components/uicomponent/picker/picker.component';
|
|
28
|
-
import { PickerItemComponent } from './components/uicomponent/picker-item/picker-item.component';
|
|
29
|
-
import { ScrollableRowComponent } from './components/uicomponent/scrollable-row/scrollable-row.component';
|
|
30
|
-
import { ScrollableColumnComponent } from './components/uicomponent/scrollable-column/scrollable-column.component';
|
|
31
|
-
import { ProfileButtonComponent } from './components/uicomponent/profile-button/profile-button.component';
|
|
32
|
-
import { ProgressBarComponent } from './components/uicomponent/progress-bar/progress-bar.component';
|
|
33
|
-
import { FabComponent } from './components/uilayout/fab/fab.component';
|
|
34
|
-
import { TagsRowComponent } from './components/uicomponent/tags-row/tags-row.component';
|
|
35
|
-
import * as i0 from "@angular/core";
|
|
36
|
-
export class SduiModule {
|
|
37
|
-
static forRoot(config) {
|
|
38
|
-
return {
|
|
39
|
-
ngModule: SduiModule,
|
|
40
|
-
providers: [
|
|
41
|
-
{
|
|
42
|
-
provide: SDUI_BASE_URL,
|
|
43
|
-
useValue: config.baseUrl,
|
|
44
|
-
},
|
|
45
|
-
{
|
|
46
|
-
provide: SDUI_FONT_ADJUST,
|
|
47
|
-
useValue: config.fontAdjust ?? 0,
|
|
48
|
-
}
|
|
49
|
-
],
|
|
50
|
-
};
|
|
51
|
-
}
|
|
52
|
-
static forRouting(config) {
|
|
53
|
-
return SduiRoutingModule.forChild(config?.routePath);
|
|
54
|
-
}
|
|
55
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: SduiModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
56
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.14", ngImport: i0, type: SduiModule, declarations: [
|
|
57
|
-
// UIComposite
|
|
58
|
-
UIScreenComponent,
|
|
59
|
-
UINavigationComponent,
|
|
60
|
-
FabComponent,
|
|
61
|
-
// Layout
|
|
62
|
-
SingleColumnLayoutComponent,
|
|
63
|
-
CenteredContentLayoutComponent,
|
|
64
|
-
// UIComponents
|
|
65
|
-
UIComponentComponent,
|
|
66
|
-
RowComponent,
|
|
67
|
-
RowDivisorComponent,
|
|
68
|
-
ColumnComponent,
|
|
69
|
-
ZStackComponent,
|
|
70
|
-
LabelComponent,
|
|
71
|
-
SpaceComponent,
|
|
72
|
-
ButtonComponent,
|
|
73
|
-
ImageComponent,
|
|
74
|
-
TagComponent,
|
|
75
|
-
TagsRowTagComponent,
|
|
76
|
-
TagsRowComponent,
|
|
77
|
-
SearchBarComponent,
|
|
78
|
-
SearchBarDismissComponent,
|
|
79
|
-
MediaTypeComponent,
|
|
80
|
-
PickerComponent,
|
|
81
|
-
PickerItemComponent,
|
|
82
|
-
ScrollableRowComponent,
|
|
83
|
-
ScrollableColumnComponent,
|
|
84
|
-
ProfileButtonComponent,
|
|
85
|
-
ProgressBarComponent,
|
|
86
|
-
// diretivas
|
|
87
|
-
UIViewDirective,
|
|
88
|
-
// navegação
|
|
89
|
-
NavigationControlsComponent,
|
|
90
|
-
// componente base da lib
|
|
91
|
-
SduiComponent], imports: [CommonModule, RouterModule], exports: [SduiComponent] }); }
|
|
92
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: SduiModule, imports: [CommonModule, RouterModule] }); }
|
|
93
|
-
}
|
|
94
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: SduiModule, decorators: [{
|
|
95
|
-
type: NgModule,
|
|
96
|
-
args: [{
|
|
97
|
-
declarations: [
|
|
98
|
-
// UIComposite
|
|
99
|
-
UIScreenComponent,
|
|
100
|
-
UINavigationComponent,
|
|
101
|
-
FabComponent,
|
|
102
|
-
// Layout
|
|
103
|
-
SingleColumnLayoutComponent,
|
|
104
|
-
CenteredContentLayoutComponent,
|
|
105
|
-
// UIComponents
|
|
106
|
-
UIComponentComponent,
|
|
107
|
-
RowComponent,
|
|
108
|
-
RowDivisorComponent,
|
|
109
|
-
ColumnComponent,
|
|
110
|
-
ZStackComponent,
|
|
111
|
-
LabelComponent,
|
|
112
|
-
SpaceComponent,
|
|
113
|
-
ButtonComponent,
|
|
114
|
-
ImageComponent,
|
|
115
|
-
TagComponent,
|
|
116
|
-
TagsRowTagComponent,
|
|
117
|
-
TagsRowComponent,
|
|
118
|
-
SearchBarComponent,
|
|
119
|
-
SearchBarDismissComponent,
|
|
120
|
-
MediaTypeComponent,
|
|
121
|
-
PickerComponent,
|
|
122
|
-
PickerItemComponent,
|
|
123
|
-
ScrollableRowComponent,
|
|
124
|
-
ScrollableColumnComponent,
|
|
125
|
-
ProfileButtonComponent,
|
|
126
|
-
ProgressBarComponent,
|
|
127
|
-
// diretivas
|
|
128
|
-
UIViewDirective,
|
|
129
|
-
// navegação
|
|
130
|
-
NavigationControlsComponent,
|
|
131
|
-
// componente base da lib
|
|
132
|
-
SduiComponent,
|
|
133
|
-
],
|
|
134
|
-
imports: [CommonModule, RouterModule],
|
|
135
|
-
exports: [SduiComponent],
|
|
136
|
-
providers: [],
|
|
137
|
-
}]
|
|
138
|
-
}] });
|
|
139
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2R1aS5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9saWJzL3NkdWkvc3JjL2xpYi9zZHVpLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsUUFBUSxFQUF1QixNQUFNLGVBQWUsQ0FBQztBQUM5RCxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxpQkFBaUIsRUFBRSxNQUFNLDBDQUEwQyxDQUFDO0FBQzdFLE9BQU8sRUFBRSwyQkFBMkIsRUFBRSxNQUFNLDJFQUEyRSxDQUFDO0FBQ3hILE9BQU8sRUFBRSxxQkFBcUIsRUFBRSxNQUFNLDJEQUEyRCxDQUFDO0FBQ2xHLE9BQU8sRUFBRSxvQkFBb0IsRUFBRSxNQUFNLGdEQUFnRCxDQUFDO0FBQ3RGLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSw0Q0FBNEMsQ0FBQztBQUMxRSxPQUFPLEVBQUUsZUFBZSxFQUFFLE1BQU0sa0RBQWtELENBQUM7QUFDbkYsT0FBTyxFQUFFLGNBQWMsRUFBRSxNQUFNLGdEQUFnRCxDQUFDO0FBQ2hGLE9BQU8sRUFBRSxjQUFjLEVBQUUsTUFBTSxnREFBZ0QsQ0FBQztBQUNoRixPQUFPLEVBQUUsZUFBZSxFQUFFLE1BQU0sa0RBQWtELENBQUM7QUFDbkYsT0FBTyxFQUFFLG1CQUFtQixFQUFFLE1BQU0sNERBQTRELENBQUM7QUFDakcsT0FBTyxFQUFFLGVBQWUsRUFBRSxNQUFNLCtCQUErQixDQUFDO0FBQ2hFLE9BQU8sRUFBRSxlQUFlLEVBQUUsTUFBTSxrREFBa0QsQ0FBQztBQUNuRixPQUFPLEVBQUUsY0FBYyxFQUFFLE1BQU0sZ0RBQWdELENBQUM7QUFDaEYsT0FBTyxFQUFFLGFBQWEsRUFBRSxnQkFBZ0IsRUFBRSxNQUFNLGlDQUFpQyxDQUFDO0FBQ2xGLE9BQU8sRUFBRSwyQkFBMkIsRUFBRSxNQUFNLGdFQUFnRSxDQUFDO0FBQzdHLE9BQU8sRUFBRSxhQUFhLEVBQUUsTUFBTSxrQkFBa0IsQ0FBQztBQUNqRCxPQUFPLEVBQUUsaUJBQWlCLEVBQUUsTUFBTSx1QkFBdUIsQ0FBQztBQUMxRCxPQUFPLEVBQUUsOEJBQThCLEVBQUUsTUFBTSxpRkFBaUYsQ0FBQztBQUNqSSxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0sNENBQTRDLENBQUM7QUFDMUUsT0FBTyxFQUFFLG1CQUFtQixFQUFFLE1BQU0scURBQXFELENBQUM7QUFDMUYsT0FBTyxFQUFFLGtCQUFrQixFQUFFLE1BQU0sMERBQTBELENBQUM7QUFDOUYsT0FBTyxFQUFFLHlCQUF5QixFQUFFLE1BQU0sMEVBQTBFLENBQUM7QUFDckgsT0FBTyxFQUFFLGtCQUFrQixFQUFFLE1BQU0sMERBQTBELENBQUM7QUFDOUYsT0FBTyxFQUFFLGVBQWUsRUFBRSxNQUFNLGtEQUFrRCxDQUFDO0FBQ25GLE9BQU8sRUFBRSxtQkFBbUIsRUFBRSxNQUFNLDREQUE0RCxDQUFDO0FBQ2pHLE9BQU8sRUFBRSxzQkFBc0IsRUFBRSxNQUFNLGtFQUFrRSxDQUFDO0FBQzFHLE9BQU8sRUFBRSx5QkFBeUIsRUFBRSxNQUFNLHdFQUF3RSxDQUFDO0FBQ25ILE9BQU8sRUFBRSxzQkFBc0IsRUFBRSxNQUFNLGtFQUFrRSxDQUFDO0FBQzFHLE9BQU8sRUFBRSxvQkFBb0IsRUFBRSxNQUFNLDhEQUE4RCxDQUFDO0FBQ3BHLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSx5Q0FBeUMsQ0FBQztBQUN2RSxPQUFPLEVBQUUsZ0JBQWdCLEVBQUUsTUFBTSxzREFBc0QsQ0FBQzs7QUFxRHhGLE1BQU0sT0FBTyxVQUFVO0lBQ3JCLE1BQU0sQ0FBQyxPQUFPLENBQUMsTUFBd0I7UUFDckMsT0FBTztZQUNMLFFBQVEsRUFBRSxVQUFVO1lBQ3BCLFNBQVMsRUFBRTtnQkFDVDtvQkFDRSxPQUFPLEVBQUUsYUFBYTtvQkFDdEIsUUFBUSxFQUFFLE1BQU0sQ0FBQyxPQUFPO2lCQUN6QjtnQkFDRDtvQkFDRSxPQUFPLEVBQUUsZ0JBQWdCO29CQUN6QixRQUFRLEVBQUUsTUFBTSxDQUFDLFVBQVUsSUFBSSxDQUFDO2lCQUNqQzthQUNGO1NBQ0YsQ0FBQztJQUNKLENBQUM7SUFFRCxNQUFNLENBQUMsVUFBVSxDQUNmLE1BQXlCO1FBRXpCLE9BQU8saUJBQWlCLENBQUMsUUFBUSxDQUFDLE1BQU0sRUFBRSxTQUFTLENBQUMsQ0FBQztJQUN2RCxDQUFDOytHQXJCVSxVQUFVO2dIQUFWLFVBQVU7WUEzQ25CLGNBQWM7WUFDZCxpQkFBaUI7WUFDakIscUJBQXFCO1lBQ3JCLFlBQVk7WUFDWixTQUFTO1lBQ1QsMkJBQTJCO1lBQzNCLDhCQUE4QjtZQUU5QixlQUFlO1lBQ2Ysb0JBQW9CO1lBQ3BCLFlBQVk7WUFDWixtQkFBbUI7WUFDbkIsZUFBZTtZQUNmLGVBQWU7WUFDZixjQUFjO1lBQ2QsY0FBYztZQUNkLGVBQWU7WUFDZixjQUFjO1lBQ2QsWUFBWTtZQUNaLG1CQUFtQjtZQUNuQixnQkFBZ0I7WUFDaEIsa0JBQWtCO1lBQ2xCLHlCQUF5QjtZQUN6QixrQkFBa0I7WUFDbEIsZUFBZTtZQUNmLG1CQUFtQjtZQUNuQixzQkFBc0I7WUFDdEIseUJBQXlCO1lBQ3pCLHNCQUFzQjtZQUN0QixvQkFBb0I7WUFDcEIsWUFBWTtZQUNaLGVBQWU7WUFFZixZQUFZO1lBQ1osMkJBQTJCO1lBRTNCLHlCQUF5QjtZQUN6QixhQUFhLGFBRUwsWUFBWSxFQUFFLFlBQVksYUFDMUIsYUFBYTtnSEFHWixVQUFVLFlBSlgsWUFBWSxFQUFFLFlBQVk7OzRGQUl6QixVQUFVO2tCQTdDdEIsUUFBUTttQkFBQztvQkFDUixZQUFZLEVBQUU7d0JBQ1osY0FBYzt3QkFDZCxpQkFBaUI7d0JBQ2pCLHFCQUFxQjt3QkFDckIsWUFBWTt3QkFDWixTQUFTO3dCQUNULDJCQUEyQjt3QkFDM0IsOEJBQThCO3dCQUU5QixlQUFlO3dCQUNmLG9CQUFvQjt3QkFDcEIsWUFBWTt3QkFDWixtQkFBbUI7d0JBQ25CLGVBQWU7d0JBQ2YsZUFBZTt3QkFDZixjQUFjO3dCQUNkLGNBQWM7d0JBQ2QsZUFBZTt3QkFDZixjQUFjO3dCQUNkLFlBQVk7d0JBQ1osbUJBQW1CO3dCQUNuQixnQkFBZ0I7d0JBQ2hCLGtCQUFrQjt3QkFDbEIseUJBQXlCO3dCQUN6QixrQkFBa0I7d0JBQ2xCLGVBQWU7d0JBQ2YsbUJBQW1CO3dCQUNuQixzQkFBc0I7d0JBQ3RCLHlCQUF5Qjt3QkFDekIsc0JBQXNCO3dCQUN0QixvQkFBb0I7d0JBQ3BCLFlBQVk7d0JBQ1osZUFBZTt3QkFFZixZQUFZO3dCQUNaLDJCQUEyQjt3QkFFM0IseUJBQXlCO3dCQUN6QixhQUFhO3FCQUNkO29CQUNELE9BQU8sRUFBRSxDQUFDLFlBQVksRUFBRSxZQUFZLENBQUM7b0JBQ3JDLE9BQU8sRUFBRSxDQUFDLGFBQWEsQ0FBQztvQkFDeEIsU0FBUyxFQUFFLEVBQUU7aUJBQ2QiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBOZ01vZHVsZSwgTW9kdWxlV2l0aFByb3ZpZGVycyB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7IFJvdXRlck1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL3JvdXRlcic7XG5pbXBvcnQgeyBVSVNjcmVlbkNvbXBvbmVudCB9IGZyb20gJy4vY29tcG9uZW50cy91aXNjcmVlbi91aXNjcmVlbi5jb21wb25lbnQnO1xuaW1wb3J0IHsgU2luZ2xlQ29sdW1uTGF5b3V0Q29tcG9uZW50IH0gZnJvbSAnLi9jb21wb25lbnRzL3VpbGF5b3V0L3NpbmdsZS1jb2x1bW4tbGF5b3V0L3NpbmdsZS1jb2x1bW4tbGF5b3V0LmNvbXBvbmVudCc7XG5pbXBvcnQgeyBVSU5hdmlnYXRpb25Db21wb25lbnQgfSBmcm9tICcuL2NvbXBvbmVudHMvdWlsYXlvdXQvdWluYXZpZ2F0aW9uL3VpbmF2aWdhdGlvbi5jb21wb25lbnQnO1xuaW1wb3J0IHsgVUlDb21wb25lbnRDb21wb25lbnQgfSBmcm9tICcuL2NvbXBvbmVudHMvdWljb21wb25lbnQvdWljb21wb25lbnQuY29tcG9uZW50JztcbmltcG9ydCB7IFJvd0NvbXBvbmVudCB9IGZyb20gJy4vY29tcG9uZW50cy91aWNvbXBvbmVudC9yb3cvcm93LmNvbXBvbmVudCc7XG5pbXBvcnQgeyBDb2x1bW5Db21wb25lbnQgfSBmcm9tICcuL2NvbXBvbmVudHMvdWljb21wb25lbnQvY29sdW1uL2NvbHVtbi5jb21wb25lbnQnO1xuaW1wb3J0IHsgTGFiZWxDb21wb25lbnQgfSBmcm9tICcuL2NvbXBvbmVudHMvdWljb21wb25lbnQvbGFiZWwvbGFiZWwuY29tcG9uZW50JztcbmltcG9ydCB7IFNwYWNlQ29tcG9uZW50IH0gZnJvbSAnLi9jb21wb25lbnRzL3VpY29tcG9uZW50L3NwYWNlL3NwYWNlLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBaU3RhY2tDb21wb25lbnQgfSBmcm9tICcuL2NvbXBvbmVudHMvdWljb21wb25lbnQvenN0YWNrL3pzdGFjay5jb21wb25lbnQnO1xuaW1wb3J0IHsgUm93RGl2aXNvckNvbXBvbmVudCB9IGZyb20gJy4vY29tcG9uZW50cy91aWNvbXBvbmVudC9yb3ctZGl2aXNvci9yb3ctZGl2aXNvci5jb21wb25lbnQnO1xuaW1wb3J0IHsgVUlWaWV3RGlyZWN0aXZlIH0gZnJvbSAnLi9kaXJlY3RpdmVzL3Vpdmlldy5kaXJlY3RpdmUnO1xuaW1wb3J0IHsgQnV0dG9uQ29tcG9uZW50IH0gZnJvbSAnLi9jb21wb25lbnRzL3VpY29tcG9uZW50L2J1dHRvbi9idXR0b24uY29tcG9uZW50JztcbmltcG9ydCB7IEltYWdlQ29tcG9uZW50IH0gZnJvbSAnLi9jb21wb25lbnRzL3VpY29tcG9uZW50L2ltYWdlL2ltYWdlLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBTRFVJX0JBU0VfVVJMLCBTRFVJX0ZPTlRfQURKVVNUIH0gZnJvbSAnLi9jb3JlL3Rva2Vucy9zZHVpLWNvbmZpZy50b2tlbic7XG5pbXBvcnQgeyBOYXZpZ2F0aW9uQ29udHJvbHNDb21wb25lbnQgfSBmcm9tICcuL2NvbXBvbmVudHMvbmF2aWdhdGlvbi1jb250cm9scy9uYXZpZ2F0aW9uLWNvbnRyb2xzLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBTZHVpQ29tcG9uZW50IH0gZnJvbSAnLi9zZHVpLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBTZHVpUm91dGluZ01vZHVsZSB9IGZyb20gJy4vc2R1aS1yb3V0aW5nLm1vZHVsZSc7XG5pbXBvcnQgeyBDZW50ZXJlZENvbnRlbnRMYXlvdXRDb21wb25lbnQgfSBmcm9tICcuL2NvbXBvbmVudHMvdWlsYXlvdXQvY2VudGVyZWQtY29udGVudC1sYXlvdXQvY2VudGVyZWQtY29udGVudC1sYXlvdXQuY29tcG9uZW50JztcbmltcG9ydCB7IFRhZ0NvbXBvbmVudCB9IGZyb20gJy4vY29tcG9uZW50cy91aWNvbXBvbmVudC90YWcvdGFnLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBUYWdzUm93VGFnQ29tcG9uZW50IH0gZnJvbSAnLi9jb21wb25lbnRzL3VpY29tcG9uZW50L3RhZ3Mtcm93L3RhZy90YWcuY29tcG9uZW50JztcbmltcG9ydCB7IFNlYXJjaEJhckNvbXBvbmVudCB9IGZyb20gJy4vY29tcG9uZW50cy91aWNvbXBvbmVudC9zZWFyY2gtYmFyL3NlYXJjaC1iYXIuY29tcG9uZW50JztcbmltcG9ydCB7IFNlYXJjaEJhckRpc21pc3NDb21wb25lbnQgfSBmcm9tICcuL2NvbXBvbmVudHMvdWljb21wb25lbnQvc2VhcmNoLWJhciBkaXNtaXNzL3NlYXJjaC1iYXItZGlzbWlzcy5jb21wb25lbnQnO1xuaW1wb3J0IHsgTWVkaWFUeXBlQ29tcG9uZW50IH0gZnJvbSAnLi9jb21wb25lbnRzL3VpY29tcG9uZW50L21lZGlhLXR5cGUvbWVkaWEtdHlwZS5jb21wb25lbnQnO1xuaW1wb3J0IHsgUGlja2VyQ29tcG9uZW50IH0gZnJvbSAnLi9jb21wb25lbnRzL3VpY29tcG9uZW50L3BpY2tlci9waWNrZXIuY29tcG9uZW50JztcbmltcG9ydCB7IFBpY2tlckl0ZW1Db21wb25lbnQgfSBmcm9tICcuL2NvbXBvbmVudHMvdWljb21wb25lbnQvcGlja2VyLWl0ZW0vcGlja2VyLWl0ZW0uY29tcG9uZW50JztcbmltcG9ydCB7IFNjcm9sbGFibGVSb3dDb21wb25lbnQgfSBmcm9tICcuL2NvbXBvbmVudHMvdWljb21wb25lbnQvc2Nyb2xsYWJsZS1yb3cvc2Nyb2xsYWJsZS1yb3cuY29tcG9uZW50JztcbmltcG9ydCB7IFNjcm9sbGFibGVDb2x1bW5Db21wb25lbnQgfSBmcm9tICcuL2NvbXBvbmVudHMvdWljb21wb25lbnQvc2Nyb2xsYWJsZS1jb2x1bW4vc2Nyb2xsYWJsZS1jb2x1bW4uY29tcG9uZW50JztcbmltcG9ydCB7IFByb2ZpbGVCdXR0b25Db21wb25lbnQgfSBmcm9tICcuL2NvbXBvbmVudHMvdWljb21wb25lbnQvcHJvZmlsZS1idXR0b24vcHJvZmlsZS1idXR0b24uY29tcG9uZW50JztcbmltcG9ydCB7IFByb2dyZXNzQmFyQ29tcG9uZW50IH0gZnJvbSAnLi9jb21wb25lbnRzL3VpY29tcG9uZW50L3Byb2dyZXNzLWJhci9wcm9ncmVzcy1iYXIuY29tcG9uZW50JztcbmltcG9ydCB7IEZhYkNvbXBvbmVudCB9IGZyb20gJy4vY29tcG9uZW50cy91aWxheW91dC9mYWIvZmFiLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBUYWdzUm93Q29tcG9uZW50IH0gZnJvbSAnLi9jb21wb25lbnRzL3VpY29tcG9uZW50L3RhZ3Mtcm93L3RhZ3Mtcm93LmNvbXBvbmVudCc7XG5cbmV4cG9ydCBpbnRlcmZhY2UgU2R1aU1vZHVsZUNvbmZpZyB7XG4gIGJhc2VVcmw/OiBzdHJpbmc7XG4gIHJvdXRlUGF0aD86IHN0cmluZztcbiAgZm9udEFkanVzdD86IG51bWJlcjtcbn1cblxuQE5nTW9kdWxlKHtcbiAgZGVjbGFyYXRpb25zOiBbXG4gICAgLy8gVUlDb21wb3NpdGVcbiAgICBVSVNjcmVlbkNvbXBvbmVudCxcbiAgICBVSU5hdmlnYXRpb25Db21wb25lbnQsXG4gICAgRmFiQ29tcG9uZW50LFxuICAgIC8vIExheW91dFxuICAgIFNpbmdsZUNvbHVtbkxheW91dENvbXBvbmVudCxcbiAgICBDZW50ZXJlZENvbnRlbnRMYXlvdXRDb21wb25lbnQsXG5cbiAgICAvLyBVSUNvbXBvbmVudHNcbiAgICBVSUNvbXBvbmVudENvbXBvbmVudCxcbiAgICBSb3dDb21wb25lbnQsXG4gICAgUm93RGl2aXNvckNvbXBvbmVudCxcbiAgICBDb2x1bW5Db21wb25lbnQsXG4gICAgWlN0YWNrQ29tcG9uZW50LFxuICAgIExhYmVsQ29tcG9uZW50LFxuICAgIFNwYWNlQ29tcG9uZW50LFxuICAgIEJ1dHRvbkNvbXBvbmVudCxcbiAgICBJbWFnZUNvbXBvbmVudCxcbiAgICBUYWdDb21wb25lbnQsXG4gICAgVGFnc1Jvd1RhZ0NvbXBvbmVudCxcbiAgICBUYWdzUm93Q29tcG9uZW50LFxuICAgIFNlYXJjaEJhckNvbXBvbmVudCxcbiAgICBTZWFyY2hCYXJEaXNtaXNzQ29tcG9uZW50LFxuICAgIE1lZGlhVHlwZUNvbXBvbmVudCxcbiAgICBQaWNrZXJDb21wb25lbnQsXG4gICAgUGlja2VySXRlbUNvbXBvbmVudCxcbiAgICBTY3JvbGxhYmxlUm93Q29tcG9uZW50LFxuICAgIFNjcm9sbGFibGVDb2x1bW5Db21wb25lbnQsXG4gICAgUHJvZmlsZUJ1dHRvbkNvbXBvbmVudCxcbiAgICBQcm9ncmVzc0JhckNvbXBvbmVudCxcbiAgICAvLyBkaXJldGl2YXNcbiAgICBVSVZpZXdEaXJlY3RpdmUsXG5cbiAgICAvLyBuYXZlZ2HDp8Ojb1xuICAgIE5hdmlnYXRpb25Db250cm9sc0NvbXBvbmVudCxcblxuICAgIC8vIGNvbXBvbmVudGUgYmFzZSBkYSBsaWJcbiAgICBTZHVpQ29tcG9uZW50LFxuICBdLFxuICBpbXBvcnRzOiBbQ29tbW9uTW9kdWxlLCBSb3V0ZXJNb2R1bGVdLFxuICBleHBvcnRzOiBbU2R1aUNvbXBvbmVudF0sXG4gIHByb3ZpZGVyczogW10sXG59KVxuZXhwb3J0IGNsYXNzIFNkdWlNb2R1bGUge1xuICBzdGF0aWMgZm9yUm9vdChjb25maWc6IFNkdWlNb2R1bGVDb25maWcpOiBNb2R1bGVXaXRoUHJvdmlkZXJzPFNkdWlNb2R1bGU+IHtcbiAgICByZXR1cm4ge1xuICAgICAgbmdNb2R1bGU6IFNkdWlNb2R1bGUsXG4gICAgICBwcm92aWRlcnM6IFtcbiAgICAgICAge1xuICAgICAgICAgIHByb3ZpZGU6IFNEVUlfQkFTRV9VUkwsXG4gICAgICAgICAgdXNlVmFsdWU6IGNvbmZpZy5iYXNlVXJsLFxuICAgICAgICB9LFxuICAgICAgICB7XG4gICAgICAgICAgcHJvdmlkZTogU0RVSV9GT05UX0FESlVTVCxcbiAgICAgICAgICB1c2VWYWx1ZTogY29uZmlnLmZvbnRBZGp1c3QgPz8gMCxcbiAgICAgICAgfVxuICAgICAgXSxcbiAgICB9O1xuICB9XG5cbiAgc3RhdGljIGZvclJvdXRpbmcoXG4gICAgY29uZmlnPzogU2R1aU1vZHVsZUNvbmZpZ1xuICApOiBNb2R1bGVXaXRoUHJvdmlkZXJzPFNkdWlSb3V0aW5nTW9kdWxlPiB7XG4gICAgcmV0dXJuIFNkdWlSb3V0aW5nTW9kdWxlLmZvckNoaWxkKGNvbmZpZz8ucm91dGVQYXRoKTtcbiAgfVxufVxuIl19
|
package/esm2022/public-api.mjs
DELETED
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Public API Surface of sdui
|
|
3
|
-
*/
|
|
4
|
-
// Módulo principal
|
|
5
|
-
export { SduiModule } from './lib/sdui.module';
|
|
6
|
-
// Componente principal para uso direto
|
|
7
|
-
export { SduiComponent } from './lib/sdui.component';
|
|
8
|
-
// Constantes e interfaces para configuração
|
|
9
|
-
export { SDUI_URL_PARAM, UIScreenViewModel } from './lib/core/view-models/uiscreen.viewmodel';
|
|
10
|
-
export * from './lib/core/services/ui-action-handlers.service';
|
|
11
|
-
// Roteamento (opcional, apenas se necessário)
|
|
12
|
-
// export { SduiRoutingModule } from './lib/sdui-routing.module';
|
|
13
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL2xpYnMvc2R1aS9zcmMvcHVibGljLWFwaS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7R0FFRztBQUVILG1CQUFtQjtBQUNuQixPQUFPLEVBQUUsVUFBVSxFQUFFLE1BQU0sbUJBQW1CLENBQUM7QUFFL0MsdUNBQXVDO0FBQ3ZDLE9BQU8sRUFBRSxhQUFhLEVBQUUsTUFBTSxzQkFBc0IsQ0FBQztBQUVyRCw0Q0FBNEM7QUFDNUMsT0FBTyxFQUFFLGNBQWMsRUFBRSxpQkFBaUIsRUFBRSxNQUFNLDJDQUEyQyxDQUFDO0FBRTlGLGNBQWMsZ0RBQWdELENBQUM7QUFLL0QsOENBQThDO0FBQzlDLGlFQUFpRSIsInNvdXJjZXNDb250ZW50IjpbIi8qXG4gKiBQdWJsaWMgQVBJIFN1cmZhY2Ugb2Ygc2R1aVxuICovXG5cbi8vIE3Ds2R1bG8gcHJpbmNpcGFsXG5leHBvcnQgeyBTZHVpTW9kdWxlIH0gZnJvbSAnLi9saWIvc2R1aS5tb2R1bGUnO1xuXG4vLyBDb21wb25lbnRlIHByaW5jaXBhbCBwYXJhIHVzbyBkaXJldG9cbmV4cG9ydCB7IFNkdWlDb21wb25lbnQgfSBmcm9tICcuL2xpYi9zZHVpLmNvbXBvbmVudCc7XG5cbi8vIENvbnN0YW50ZXMgZSBpbnRlcmZhY2VzIHBhcmEgY29uZmlndXJhw6fDo29cbmV4cG9ydCB7IFNEVUlfVVJMX1BBUkFNLCBVSVNjcmVlblZpZXdNb2RlbCB9IGZyb20gJy4vbGliL2NvcmUvdmlldy1tb2RlbHMvdWlzY3JlZW4udmlld21vZGVsJztcbmV4cG9ydCB7IFNkdWlNb2R1bGVDb25maWcgfSBmcm9tICcuL2xpYi9zZHVpLm1vZHVsZSc7XG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb3JlL3NlcnZpY2VzL3VpLWFjdGlvbi1oYW5kbGVycy5zZXJ2aWNlJztcblxuLy8gTW9kZWxzXG5leHBvcnQgeyBVSVNjcmVlbiwgVUlTY3JlZW5BbmFseXRpY3MgfSBmcm9tICcuL2xpYi9jb3JlL3VpY29tcG9zaXRpb24vbW9kZWxzL3Vpc2NyZWVuJztcblxuLy8gUm90ZWFtZW50byAob3BjaW9uYWwsIGFwZW5hcyBzZSBuZWNlc3PDoXJpbylcbi8vIGV4cG9ydCB7IFNkdWlSb3V0aW5nTW9kdWxlIH0gZnJvbSAnLi9saWIvc2R1aS1yb3V0aW5nLm1vZHVsZSc7XG4iXX0=
|
package/index.d.ts
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
|
-
import { UIScreenViewModel } from '../../core/view-models/uiscreen.viewmodel';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class NavigationControlsComponent implements OnInit {
|
|
5
|
-
viewModel: UIScreenViewModel;
|
|
6
|
-
constructor(viewModel: UIScreenViewModel);
|
|
7
|
-
ngOnInit(): void;
|
|
8
|
-
goBack(): void;
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<NavigationControlsComponent, never>;
|
|
10
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NavigationControlsComponent, "edm-sdui-navigation-controls", never, {}, {}, never, never, false, never>;
|
|
11
|
-
}
|
|
12
|
-
//# sourceMappingURL=navigation-controls.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"navigation-controls.component.d.ts","sourceRoot":"","sources":["../../../../../../libs/sdui/src/lib/components/navigation-controls/navigation-controls.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAAE,MAAM,eAAe,CAAC;AAClD,OAAO,EAAE,iBAAiB,EAAE,MAAM,2CAA2C,CAAC;;AAE9E,qBAMa,2BAA4B,YAAW,MAAM;IACrC,SAAS,EAAE,iBAAiB;gBAA5B,SAAS,EAAE,iBAAiB;IAE/C,QAAQ,IAAI,IAAI;IAUhB,MAAM,IAAI,IAAI;yCAbH,2BAA2B;2CAA3B,2BAA2B;CAiBvC"}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { FontSizeMappingService } from './../../../core/services/font-size-mapping.service';
|
|
2
|
-
import { AfterViewInit, ElementRef, OnInit, Renderer2 } from '@angular/core';
|
|
3
|
-
import { UIComponent } from '../../../core/uicomposition/models/uicomponent';
|
|
4
|
-
import { UIAsset } from '../../../core/uitheme/enums/uiasset';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class ButtonComponent implements OnInit, AfterViewInit {
|
|
7
|
-
uiComponent: UIComponent;
|
|
8
|
-
private renderer;
|
|
9
|
-
private fontSizeMappingService;
|
|
10
|
-
buttonElementRef: ElementRef<HTMLButtonElement>;
|
|
11
|
-
constructor(uiComponent: UIComponent, renderer: Renderer2, fontSizeMappingService: FontSizeMappingService);
|
|
12
|
-
ngOnInit(): void;
|
|
13
|
-
ngAfterViewInit(): void;
|
|
14
|
-
private applyElement;
|
|
15
|
-
getAssetPath(asset: UIAsset): string;
|
|
16
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ButtonComponent, never>;
|
|
17
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ButtonComponent, "edm-sdui-button", never, {}, {}, never, never, false, never>;
|
|
18
|
-
}
|
|
19
|
-
//# sourceMappingURL=button.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"button.component.d.ts","sourceRoot":"","sources":["../../../../../../../libs/sdui/src/lib/components/uicomponent/button/button.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,sBAAsB,EAAE,MAAM,oDAAoD,CAAC;AAC5F,OAAO,EACL,aAAa,EAEb,UAAU,EAEV,MAAM,EACN,SAAS,EAEV,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,WAAW,EAAE,MAAM,gDAAgD,CAAC;AAS7E,OAAO,EAAE,OAAO,EAAE,MAAM,qCAAqC,CAAC;;AAE9D,qBAMa,eAAgB,YAAW,MAAM,EAAE,aAAa;IAI3B,WAAW,EAAE,WAAW;IACtD,OAAO,CAAC,QAAQ;IAChB,OAAO,CAAC,sBAAsB;IALJ,gBAAgB,EAAG,UAAU,CAAC,iBAAiB,CAAC,CAAC;gBAG7C,WAAW,EAAE,WAAW,EAC9C,QAAQ,EAAE,SAAS,EACnB,sBAAsB,EAAE,sBAAsB;IAGxD,QAAQ,IAAI,IAAI;IAIhB,eAAe,IAAI,IAAI;IAMvB,OAAO,CAAC,YAAY;IAsCpB,YAAY,CAAC,KAAK,EAAE,OAAO;yCAzDhB,eAAe;2CAAf,eAAe;CA4D3B"}
|
|
@@ -1,12 +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 ColumnComponent implements OnInit {
|
|
5
|
-
uiComponent: UIComponent;
|
|
6
|
-
constructor(uiComponent: UIComponent);
|
|
7
|
-
ngOnInit(): void;
|
|
8
|
-
shouldFill(): boolean;
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ColumnComponent, never>;
|
|
10
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ColumnComponent, "edm-sdui-column", never, {}, {}, never, never, false, never>;
|
|
11
|
-
}
|
|
12
|
-
//# sourceMappingURL=column.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"column.component.d.ts","sourceRoot":"","sources":["../../../../../../../libs/sdui/src/lib/components/uicomponent/column/column.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;IAGhB,UAAU,IAAI,OAAO;yCANV,eAAe;2CAAf,eAAe;CAU3B"}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { AfterViewInit, ElementRef, OnInit, Renderer2 } from '@angular/core';
|
|
2
|
-
import { DomSanitizer, SafeHtml } from '@angular/platform-browser';
|
|
3
|
-
import { UIComponent } from '../../../core/uicomposition/models/uicomponent';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class ImageComponent implements OnInit, AfterViewInit {
|
|
6
|
-
uiComponent: UIComponent;
|
|
7
|
-
private renderer;
|
|
8
|
-
private sanitizer;
|
|
9
|
-
imgElementRef: ElementRef<HTMLImageElement>;
|
|
10
|
-
svgContent: SafeHtml | null;
|
|
11
|
-
constructor(uiComponent: UIComponent, renderer: Renderer2, sanitizer: DomSanitizer);
|
|
12
|
-
ngOnInit(): void;
|
|
13
|
-
ngAfterViewInit(): void;
|
|
14
|
-
private applyElement;
|
|
15
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ImageComponent, never>;
|
|
16
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ImageComponent, "edm-sdui-image", never, {}, {}, never, never, false, never>;
|
|
17
|
-
}
|
|
18
|
-
//# sourceMappingURL=image.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"image.component.d.ts","sourceRoot":"","sources":["../../../../../../../libs/sdui/src/lib/components/uicomponent/image/image.component.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,aAAa,EAEb,UAAU,EAEV,MAAM,EACN,SAAS,EAEV,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,YAAY,EAAE,QAAQ,EAAE,MAAM,2BAA2B,CAAC;AACnE,OAAO,EAAE,WAAW,EAAE,MAAM,gDAAgD,CAAC;;AAM7E,qBAMa,cAAe,YAAW,MAAM,EAAE,aAAa;IAK1B,WAAW,EAAE,WAAW;IACtD,OAAO,CAAC,QAAQ;IAChB,OAAO,CAAC,SAAS;IANM,aAAa,EAAG,UAAU,CAAC,gBAAgB,CAAC,CAAC;IACtE,UAAU,EAAE,QAAQ,GAAG,IAAI,CAAQ;gBAGH,WAAW,EAAE,WAAW,EAC9C,QAAQ,EAAE,SAAS,EACnB,SAAS,EAAE,YAAY;IAGjC,QAAQ,IAAI,IAAI;IAEhB,eAAe,IAAI,IAAI;IAMvB,OAAO,CAAC,YAAY;yCAlBT,cAAc;2CAAd,cAAc;CAyD1B"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ranking-svg.d.ts","sourceRoot":"","sources":["../../../../../../../libs/sdui/src/lib/components/uicomponent/image/ranking-svg.ts"],"names":[],"mappings":"AAwLA,eAAO,MAAM,aAAa,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAWhD,CAAC"}
|
|
@@ -1,18 +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 LabelComponent implements OnInit, AfterViewInit {
|
|
6
|
-
uiComponent: UIComponent;
|
|
7
|
-
private renderer;
|
|
8
|
-
private fontSizeMappingService;
|
|
9
|
-
spanElementRef: ElementRef<HTMLImageElement>;
|
|
10
|
-
constructor(uiComponent: UIComponent, renderer: Renderer2, fontSizeMappingService: FontSizeMappingService);
|
|
11
|
-
ngOnInit(): void;
|
|
12
|
-
ngAfterViewInit(): void;
|
|
13
|
-
private applyElement;
|
|
14
|
-
private getMinHeight;
|
|
15
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<LabelComponent, never>;
|
|
16
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<LabelComponent, "edm-sdui-label", never, {}, {}, never, never, false, never>;
|
|
17
|
-
}
|
|
18
|
-
//# sourceMappingURL=label.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"label.component.d.ts","sourceRoot":"","sources":["../../../../../../../libs/sdui/src/lib/components/uicomponent/label/label.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,aAAa,EAAa,UAAU,EAAU,MAAM,EAAE,SAAS,EAAa,MAAM,eAAe,CAAC;AAC1G,OAAO,EAAC,WAAW,EAAC,MAAM,gDAAgD,CAAC;AAI3E,OAAO,EAAC,sBAAsB,EAAC,MAAM,kDAAkD,CAAC;;AAIxF,qBAMa,cAAe,YAAW,MAAM,EAAE,aAAa;IAI1B,WAAW,EAAE,WAAW;IACtD,OAAO,CAAC,QAAQ;IAChB,OAAO,CAAC,sBAAsB;IALN,cAAc,EAAG,UAAU,CAAC,gBAAgB,CAAC,CAAC;gBAGxC,WAAW,EAAE,WAAW,EAC9C,QAAQ,EAAE,SAAS,EACnB,sBAAsB,EAAE,sBAAsB;IAGxD,QAAQ,IAAI,IAAI;IAIhB,eAAe,IAAI,IAAI;IAMvB,OAAO,CAAC,YAAY;IAsHpB,OAAO,CAAC,YAAY;yCAzIT,cAAc;2CAAd,cAAc;CAoJ1B"}
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import { OnInit, AfterViewInit, Renderer2, ElementRef } from "@angular/core";
|
|
2
|
-
import { UIComponent } from "../../../core/uicomposition/models/uicomponent";
|
|
3
|
-
import { SduiTranslationService } from "../../../core/services/translation.service";
|
|
4
|
-
import { FontSizeMappingService } from "../../../core/services/font-size-mapping.service";
|
|
5
|
-
import { UIContentType } from "../../../core/uitheme/enums/uicontent-type";
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
export declare class MediaTypeComponent implements OnInit, AfterViewInit {
|
|
8
|
-
uiComponent: UIComponent;
|
|
9
|
-
private renderer;
|
|
10
|
-
private translator;
|
|
11
|
-
private fontSizeMappingService;
|
|
12
|
-
iconElementRef: ElementRef<HTMLImageElement>;
|
|
13
|
-
labelElementRef: ElementRef<HTMLSpanElement>;
|
|
14
|
-
containerElementRef: ElementRef<HTMLDivElement>;
|
|
15
|
-
label: string;
|
|
16
|
-
contetType: typeof UIContentType;
|
|
17
|
-
constructor(uiComponent: UIComponent, renderer: Renderer2, translator: SduiTranslationService, fontSizeMappingService: FontSizeMappingService);
|
|
18
|
-
ngOnInit(): void;
|
|
19
|
-
ngAfterViewInit(): void;
|
|
20
|
-
private applyElement;
|
|
21
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MediaTypeComponent, never>;
|
|
22
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MediaTypeComponent, "edm-sdui-media-type", never, {}, {}, never, never, false, never>;
|
|
23
|
-
}
|
|
24
|
-
//# sourceMappingURL=media-type.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"media-type.component.d.ts","sourceRoot":"","sources":["../../../../../../../libs/sdui/src/lib/components/uicomponent/media-type/media-type.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,aAAa,EAAa,SAAS,EAAE,UAAU,EAA4B,MAAM,eAAe,CAAC;AAElH,OAAO,EAAE,WAAW,EAAE,MAAM,gDAAgD,CAAC;AAM7E,OAAO,EAAE,sBAAsB,EAAE,MAAM,4CAA4C,CAAC;AAEpF,OAAO,EAAE,sBAAsB,EAAE,MAAM,kDAAkD,CAAC;AAG1F,OAAO,EAAE,aAAa,EAAE,MAAM,4CAA4C,CAAC;;AAE3E,qBAMa,kBAAmB,YAAW,MAAM,EAAE,aAAa;IAS5B,WAAW,EAAE,WAAW;IACtD,OAAO,CAAC,QAAQ;IAChB,OAAO,CAAC,UAAU;IAClB,OAAO,CAAC,sBAAsB;IAXL,cAAc,EAAG,UAAU,CAAC,gBAAgB,CAAC,CAAC;IAC7C,eAAe,EAAG,UAAU,CAAC,eAAe,CAAC,CAAC;IAC1C,mBAAmB,EAAG,UAAU,CAAC,cAAc,CAAC,CAAC;IAG5E,KAAK,EAAE,MAAM,CAAM;IACnB,UAAU,uBAAiB;gBAEA,WAAW,EAAE,WAAW,EAC9C,QAAQ,EAAE,SAAS,EACnB,UAAU,EAAE,sBAAsB,EAClC,sBAAsB,EAAE,sBAAsB;IAGxD,QAAQ,IAAI,IAAI;IAMhB,eAAe,IAAI,IAAI;IAKvB,OAAO,CAAC,YAAY;yCA1BX,kBAAkB;2CAAlB,kBAAkB;CAkD9B"}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { EventEmitter } from "@angular/core";
|
|
2
|
-
import { DomSanitizer, SafeResourceUrl } from "@angular/platform-browser";
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class ModalComponent {
|
|
5
|
-
private sanitizer;
|
|
6
|
-
url: string;
|
|
7
|
-
title: string;
|
|
8
|
-
closed: EventEmitter<void>;
|
|
9
|
-
constructor(sanitizer: DomSanitizer);
|
|
10
|
-
get safeUrl(): SafeResourceUrl;
|
|
11
|
-
close(): void;
|
|
12
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ModalComponent, never>;
|
|
13
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ModalComponent, "edm-modal", never, { "url": { "alias": "url"; "required": false; }; "title": { "alias": "title"; "required": false; }; }, { "closed": "closed"; }, never, never, true, never>;
|
|
14
|
-
}
|
|
15
|
-
//# sourceMappingURL=modal.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"modal.component.d.ts","sourceRoot":"","sources":["../../../../../../../libs/sdui/src/lib/components/uicomponent/modal/modal.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAiB,MAAM,eAAe,CAAC;AACvE,OAAO,EAAE,YAAY,EAAE,eAAe,EAAE,MAAM,2BAA2B,CAAC;;AAE1E,qBAMa,cAAc;IAKb,OAAO,CAAC,SAAS;IAJpB,GAAG,EAAG,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAM;IAClB,MAAM,qBAA4B;gBAExB,SAAS,EAAE,YAAY;IAE3C,IAAI,OAAO,IAAI,eAAe,CAE7B;IAED,KAAK;yCAXM,cAAc;2CAAd,cAAc;CAc1B"}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { AfterViewInit, ElementRef, Injector, OnInit } from "@angular/core";
|
|
2
|
-
import { UIComponent } from "../../../core/uicomposition/models/uicomponent";
|
|
3
|
-
import { PickerItemComponent } from "../picker-item/picker-item.component";
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class PickerComponent implements OnInit, AfterViewInit {
|
|
6
|
-
uiComponent: UIComponent;
|
|
7
|
-
private injector;
|
|
8
|
-
private elementRef;
|
|
9
|
-
selectedLabel: string;
|
|
10
|
-
open: boolean;
|
|
11
|
-
constructor(uiComponent: UIComponent, injector: Injector, elementRef: ElementRef);
|
|
12
|
-
ngOnInit(): void;
|
|
13
|
-
onItemSelected(label: string): void;
|
|
14
|
-
pickerItemComponent: typeof PickerItemComponent;
|
|
15
|
-
trackByFn(index: number, _item: UIComponent): number;
|
|
16
|
-
createInjector(item: UIComponent): Injector;
|
|
17
|
-
ngAfterViewInit(): void;
|
|
18
|
-
onDocumentClick(event: MouseEvent): void;
|
|
19
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PickerComponent, never>;
|
|
20
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PickerComponent, "edm-sdui-picker", never, {}, {}, never, never, false, never>;
|
|
21
|
-
}
|
|
22
|
-
//# sourceMappingURL=picker.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"picker.component.d.ts","sourceRoot":"","sources":["../../../../../../../libs/sdui/src/lib/components/uicomponent/picker/picker.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAsC,UAAU,EAAwB,QAAQ,EAAE,MAAM,EAAa,MAAM,eAAe,CAAC;AACjJ,OAAO,EAAE,WAAW,EAAE,MAAM,gDAAgD,CAAC;AAC7E,OAAO,EAAE,mBAAmB,EAAE,MAAM,sCAAsC,CAAC;;AAE3E,qBAOa,eAAgB,YAAW,MAAM,EAAE,aAAa;IAI3B,WAAW,EAAE,WAAW;IACtD,OAAO,CAAC,QAAQ;IAChB,OAAO,CAAC,UAAU;IALpB,aAAa,EAAE,MAAM,CAAM;IAC3B,IAAI,UAAS;gBAEmB,WAAW,EAAE,WAAW,EAC9C,QAAQ,EAAE,QAAQ,EAClB,UAAU,EAAE,UAAU;IAGhC,QAAQ,IAAI,IAAI;IAIhB,cAAc,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI;IAKnC,mBAAmB,6BAAuB;IAE1C,SAAS,CAAC,KAAK,EAAE,MAAM,EAAE,KAAK,EAAE,WAAW,GAAG,MAAM;IAIpD,cAAc,CAAC,IAAI,EAAE,WAAW,GAAG,QAAQ;IAS3C,eAAe,IAAI,IAAI;IAOvB,eAAe,CAAC,KAAK,EAAE,UAAU,GAAG,IAAI;yCAxC7B,eAAe;2CAAf,eAAe;CA+C3B"}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { EventEmitter, OnInit } from "@angular/core";
|
|
2
|
-
import { UIComponent } from "../../../core/uicomposition/models/uicomponent";
|
|
3
|
-
import { UIActionService } from "../../../core/services/ui-action.service";
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class PickerItemComponent implements OnInit {
|
|
6
|
-
uiComponent: UIComponent;
|
|
7
|
-
private actionService;
|
|
8
|
-
label: string;
|
|
9
|
-
selected: EventEmitter<string>;
|
|
10
|
-
constructor(uiComponent: UIComponent, actionService: UIActionService);
|
|
11
|
-
ngOnInit(): void;
|
|
12
|
-
onClick(): void;
|
|
13
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PickerItemComponent, never>;
|
|
14
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PickerItemComponent, "edm-sdui-picker-item", never, {}, { "selected": "selected"; }, never, never, false, never>;
|
|
15
|
-
}
|
|
16
|
-
//# sourceMappingURL=picker-item.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"picker-item.component.d.ts","sourceRoot":"","sources":["../../../../../../../libs/sdui/src/lib/components/uicomponent/picker-item/picker-item.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAsC,YAAY,EAAU,MAAM,EAAU,MAAM,eAAe,CAAC;AACzG,OAAO,EAAE,WAAW,EAAE,MAAM,gDAAgD,CAAC;AAC7E,OAAO,EAAE,eAAe,EAAE,MAAM,0CAA0C,CAAC;;AAE3E,qBAOa,mBAAoB,YAAW,MAAM;IAMhB,WAAW,EAAE,WAAW;IACtD,OAAO,CAAC,aAAa;IANhB,KAAK,EAAE,MAAM,CAAM;IAChB,QAAQ,uBAA8B;gBAIhB,WAAW,EAAE,WAAW,EAC9C,aAAa,EAAE,eAAe;IAGxC,QAAQ,IAAI,IAAI;IAIhB,OAAO;yCAdI,mBAAmB;2CAAnB,mBAAmB;CAsB/B"}
|
|
@@ -1,22 +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 { UIAsset } from '../../../core/uitheme/enums/uiasset';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class ProfileButtonComponent implements OnInit, AfterViewInit {
|
|
7
|
-
uiComponent: UIComponent;
|
|
8
|
-
private renderer;
|
|
9
|
-
private fontSizeMappingService;
|
|
10
|
-
profileButtonElementRef: ElementRef<HTMLButtonElement>;
|
|
11
|
-
profileButtonLabelElementRef: ElementRef<HTMLButtonElement>;
|
|
12
|
-
profileButtonImageElementRef: ElementRef<HTMLButtonElement>;
|
|
13
|
-
constructor(uiComponent: UIComponent, renderer: Renderer2, fontSizeMappingService: FontSizeMappingService);
|
|
14
|
-
ngOnInit(): void;
|
|
15
|
-
ngAfterViewInit(): void;
|
|
16
|
-
private applyElement;
|
|
17
|
-
private fitLabelToTwoLines;
|
|
18
|
-
getAssetPath(asset: UIAsset): string;
|
|
19
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ProfileButtonComponent, never>;
|
|
20
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ProfileButtonComponent, "edm-sdui-profile-button", never, {}, {}, never, never, false, never>;
|
|
21
|
-
}
|
|
22
|
-
//# sourceMappingURL=profile-button.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"profile-button.component.d.ts","sourceRoot":"","sources":["../../../../../../../libs/sdui/src/lib/components/uicomponent/profile-button/profile-button.component.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,aAAa,EAEb,UAAU,EAEV,MAAM,EACN,SAAS,EAEV,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,WAAW,EAAE,MAAM,gDAAgD,CAAC;AAG7E,OAAO,EAAE,sBAAsB,EAAE,MAAM,kDAAkD,CAAC;AAE1F,OAAO,EAAE,OAAO,EAAE,MAAM,qCAAqC,CAAC;;AAI9D,qBAMa,sBAAuB,YAAW,MAAM,EAAE,aAAa;IAMlC,WAAW,EAAE,WAAW;IACtD,OAAO,CAAC,QAAQ;IAChB,OAAO,CAAC,sBAAsB;IAPG,uBAAuB,EAAG,UAAU,CAAC,iBAAiB,CAAC,CAAC;IACnD,4BAA4B,EAAG,UAAU,CAAC,iBAAiB,CAAC,CAAC;IAC7D,4BAA4B,EAAG,UAAU,CAAC,iBAAiB,CAAC,CAAC;gBAGrE,WAAW,EAAE,WAAW,EAC9C,QAAQ,EAAE,SAAS,EACnB,sBAAsB,EAAE,sBAAsB;IAGxD,QAAQ,IAAI,IAAI;IAGhB,eAAe,IAAI,IAAI;IAQvB,OAAO,CAAC,YAAY;IAiCpB,OAAO,CAAC,kBAAkB;IAsE1B,YAAY,CAAC,KAAK,EAAE,OAAO;yCA7HhB,sBAAsB;2CAAtB,sBAAsB;CAgIlC"}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { AfterViewInit, ElementRef, OnInit, Renderer2 } from '@angular/core';
|
|
2
|
-
import { UIComponent } from '../../../core/uicomposition/models/uicomponent';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class ProgressBarComponent implements OnInit, AfterViewInit {
|
|
5
|
-
uiComponent: UIComponent;
|
|
6
|
-
private renderer;
|
|
7
|
-
progressFillElementRef: ElementRef<HTMLDivElement>;
|
|
8
|
-
constructor(uiComponent: UIComponent, renderer: Renderer2);
|
|
9
|
-
ngOnInit(): void;
|
|
10
|
-
ngAfterViewInit(): void;
|
|
11
|
-
private applyElement;
|
|
12
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ProgressBarComponent, never>;
|
|
13
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ProgressBarComponent, "edm-sdui-progress-bar", never, {}, {}, never, never, false, never>;
|
|
14
|
-
}
|
|
15
|
-
//# sourceMappingURL=progress-bar.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"progress-bar.component.d.ts","sourceRoot":"","sources":["../../../../../../../libs/sdui/src/lib/components/uicomponent/progress-bar/progress-bar.component.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,aAAa,EAEb,UAAU,EAEV,MAAM,EACN,SAAS,EAEV,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,WAAW,EAAE,MAAM,gDAAgD,CAAC;;AAO7E,qBAMa,oBAAqB,YAAW,MAAM,EAAE,aAAa;IAIhC,WAAW,EAAE,WAAW;IACtD,OAAO,CAAC,QAAQ;IAJgB,sBAAsB,EAAG,UAAU,CAAC,cAAc,CAAC,CAAC;gBAGtD,WAAW,EAAE,WAAW,EAC9C,QAAQ,EAAE,SAAS;IAG7B,QAAQ,IAAI,IAAI;IAGhB,eAAe,IAAI,IAAI;IAMvB,OAAO,CAAC,YAAY;yCAjBT,oBAAoB;2CAApB,oBAAoB;CAqChC"}
|
|
@@ -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 RowComponent implements OnInit {
|
|
5
|
-
uiComponent: UIComponent;
|
|
6
|
-
constructor(uiComponent: UIComponent);
|
|
7
|
-
ngOnInit(): void;
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<RowComponent, never>;
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<RowComponent, "edm-sdui-row", never, {}, {}, never, never, false, never>;
|
|
10
|
-
}
|
|
11
|
-
//# sourceMappingURL=row.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"row.component.d.ts","sourceRoot":"","sources":["../../../../../../../libs/sdui/src/lib/components/uicomponent/row/row.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAqB,MAAM,EAAE,MAAM,eAAe,CAAC;AAC1D,OAAO,EAAE,WAAW,EAAE,MAAM,gDAAgD,CAAC;;AAE7E,qBAMa,YAAa,YAAW,MAAM;IACC,WAAW,EAAE,WAAW;gBAAxB,WAAW,EAAE,WAAW;IAElE,QAAQ,IAAI,IAAI;yCAHL,YAAY;2CAAZ,YAAY;CAKxB"}
|
|
@@ -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 RowDivisorComponent implements OnInit {
|
|
5
|
-
uiComponent: UIComponent;
|
|
6
|
-
constructor(uiComponent: UIComponent);
|
|
7
|
-
ngOnInit(): void;
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<RowDivisorComponent, never>;
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<RowDivisorComponent, "edm-sdui-row-divisor", never, {}, {}, never, never, false, never>;
|
|
10
|
-
}
|
|
11
|
-
//# sourceMappingURL=row-divisor.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"row-divisor.component.d.ts","sourceRoot":"","sources":["../../../../../../../libs/sdui/src/lib/components/uicomponent/row-divisor/row-divisor.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAqB,MAAM,EAAE,MAAM,eAAe,CAAC;AAC1D,OAAO,EAAE,WAAW,EAAE,MAAM,gDAAgD,CAAC;;AAE7E,qBAMa,mBAAoB,YAAW,MAAM;IACN,WAAW,EAAE,WAAW;gBAAxB,WAAW,EAAE,WAAW;IAElE,QAAQ,IAAI,IAAI;yCAHL,mBAAmB;2CAAnB,mBAAmB;CAM/B"}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { AfterViewInit, ElementRef, OnInit, Renderer2 } from '@angular/core';
|
|
2
|
-
import { UIComponent } from '../../../core/uicomposition/models/uicomponent';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class ScrollableColumnComponent implements OnInit, AfterViewInit {
|
|
5
|
-
uiComponent: UIComponent;
|
|
6
|
-
private renderer;
|
|
7
|
-
scrollableColumnElementRef: ElementRef<HTMLDivElement>;
|
|
8
|
-
constructor(uiComponent: UIComponent, renderer: Renderer2);
|
|
9
|
-
ngOnInit(): void;
|
|
10
|
-
ngAfterViewInit(): void;
|
|
11
|
-
private applyElement;
|
|
12
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ScrollableColumnComponent, never>;
|
|
13
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ScrollableColumnComponent, "edm-sdui-scrollable-column", never, {}, {}, never, never, false, never>;
|
|
14
|
-
}
|
|
15
|
-
//# sourceMappingURL=scrollable-column.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"scrollable-column.component.d.ts","sourceRoot":"","sources":["../../../../../../../libs/sdui/src/lib/components/uicomponent/scrollable-column/scrollable-column.component.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,aAAa,EAEb,UAAU,EAEV,MAAM,EACN,SAAS,EAEV,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,WAAW,EAAE,MAAM,gDAAgD,CAAC;;AAO7E,qBAMa,yBAA0B,YAAW,MAAM,EAAE,aAAa;IAIrC,WAAW,EAAE,WAAW;IACtD,OAAO,CAAC,QAAQ;IAJoB,0BAA0B,EAAG,UAAU,CAAC,cAAc,CAAC,CAAC;gBAG9D,WAAW,EAAE,WAAW,EAC9C,QAAQ,EAAE,SAAS;IAG7B,QAAQ,IAAI,IAAI;IAGhB,eAAe,IAAI,IAAI;IAMvB,OAAO,CAAC,YAAY;yCAjBT,yBAAyB;2CAAzB,yBAAyB;CAmBrC"}
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
import { AfterViewInit, ElementRef, NgZone, OnDestroy, OnInit, Renderer2 } from '@angular/core';
|
|
2
|
-
import { UIComponent } from '../../../core/uicomposition/models/uicomponent';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class ScrollableRowComponent implements OnInit, AfterViewInit, OnDestroy {
|
|
5
|
-
uiComponent: UIComponent;
|
|
6
|
-
private renderer;
|
|
7
|
-
private zone;
|
|
8
|
-
scrollableRowElementRef: ElementRef<HTMLDivElement>;
|
|
9
|
-
canScroll: boolean;
|
|
10
|
-
canPrev: boolean;
|
|
11
|
-
canNext: boolean;
|
|
12
|
-
private resizeListener?;
|
|
13
|
-
private resizeObserver?;
|
|
14
|
-
constructor(uiComponent: UIComponent, renderer: Renderer2, zone: NgZone);
|
|
15
|
-
ngOnInit(): void;
|
|
16
|
-
ngAfterViewInit(): void;
|
|
17
|
-
ngOnDestroy(): void;
|
|
18
|
-
onTrackScroll(): void;
|
|
19
|
-
prev(): void;
|
|
20
|
-
next(): void;
|
|
21
|
-
private applyElement;
|
|
22
|
-
private updateTrackState;
|
|
23
|
-
private scrollByStep;
|
|
24
|
-
private getTrackStep;
|
|
25
|
-
private scroll;
|
|
26
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ScrollableRowComponent, never>;
|
|
27
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ScrollableRowComponent, "edm-sdui-scrollable-row", never, {}, {}, never, never, false, never>;
|
|
28
|
-
}
|
|
29
|
-
//# sourceMappingURL=scrollable-row.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"scrollable-row.component.d.ts","sourceRoot":"","sources":["../../../../../../../libs/sdui/src/lib/components/uicomponent/scrollable-row/scrollable-row.component.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,aAAa,EAEb,UAAU,EAEV,MAAM,EACN,SAAS,EACT,MAAM,EACN,SAAS,EAEV,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,WAAW,EAAE,MAAM,gDAAgD,CAAC;;AAG7E,qBAMa,sBAAuB,YAAW,MAAM,EAAE,aAAa,EAAE,SAAS;IAW7C,WAAW,EAAE,WAAW;IACtD,OAAO,CAAC,QAAQ;IAChB,OAAO,CAAC,IAAI;IAZqB,uBAAuB,EAAG,UAAU,CAAC,cAAc,CAAC,CAAC;IAEjF,SAAS,EAAE,OAAO,CAAS;IAC3B,OAAO,EAAE,OAAO,CAAS;IACzB,OAAO,EAAE,OAAO,CAAS;IAEhC,OAAO,CAAC,cAAc,CAAC,CAAa;IACpC,OAAO,CAAC,cAAc,CAAC,CAAiB;gBAGR,WAAW,EAAE,WAAW,EAC9C,QAAQ,EAAE,SAAS,EACnB,IAAI,EAAE,MAAM;IAGtB,QAAQ,IAAI,IAAI;IAGhB,eAAe,IAAI,IAAI;IAoBvB,WAAW,IAAI,IAAI;IAOnB,aAAa,IAAI,IAAI;IAIrB,IAAI,IAAI,IAAI;IAIZ,IAAI,IAAI,IAAI;IAIZ,OAAO,CAAC,YAAY;IAIpB,OAAO,CAAC,gBAAgB;IAkBxB,OAAO,CAAC,YAAY;IAepB,OAAO,CAAC,YAAY;IAkBpB,OAAO,CAAC,MAAM;yCAjHH,sBAAsB;2CAAtB,sBAAsB;CAgJlC"}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { AfterViewInit, ElementRef, OnInit, Renderer2 } from '@angular/core';
|
|
2
|
-
import { UIComponent } from '../../../core/uicomposition/models/uicomponent';
|
|
3
|
-
import { UIActionService } from '../../../core/services/ui-action.service';
|
|
4
|
-
import { FontSizeMappingService } from '../../../core/services/font-size-mapping.service';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class SearchBarComponent implements OnInit, AfterViewInit {
|
|
7
|
-
private actionService;
|
|
8
|
-
uiComponent: UIComponent;
|
|
9
|
-
private renderer;
|
|
10
|
-
private fontSizeMappingService;
|
|
11
|
-
inputElementRef: ElementRef<HTMLInputElement>;
|
|
12
|
-
constructor(actionService: UIActionService, uiComponent: UIComponent, renderer: Renderer2, fontSizeMappingService: FontSizeMappingService);
|
|
13
|
-
ngOnInit(): void;
|
|
14
|
-
ngAfterViewInit(): void;
|
|
15
|
-
private applyElement;
|
|
16
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SearchBarComponent, never>;
|
|
17
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SearchBarComponent, "edm-sdui-search-bar", never, {}, {}, never, never, false, never>;
|
|
18
|
-
}
|
|
19
|
-
//# sourceMappingURL=search-bar.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"search-bar.component.d.ts","sourceRoot":"","sources":["../../../../../../../libs/sdui/src/lib/components/uicomponent/search-bar/search-bar.component.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,aAAa,EAEb,UAAU,EAEV,MAAM,EACN,SAAS,EAEV,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,WAAW,EAAE,MAAM,gDAAgD,CAAC;AAI7E,OAAO,EAAE,eAAe,EAAE,MAAM,0CAA0C,CAAC;AAC3E,OAAO,EAAE,sBAAsB,EAAE,MAAM,kDAAkD,CAAC;;AAE1F,qBAMa,kBAAmB,YAAW,MAAM,EAAE,aAAa;IAI5D,OAAO,CAAC,aAAa;IACS,WAAW,EAAE,WAAW;IACtD,OAAO,CAAC,QAAQ;IAChB,OAAO,CAAC,sBAAsB;IANL,eAAe,EAAG,UAAU,CAAC,gBAAgB,CAAC,CAAC;gBAGhE,aAAa,EAAE,eAAe,EACR,WAAW,EAAE,WAAW,EAC9C,QAAQ,EAAE,SAAS,EACnB,sBAAsB,EAAE,sBAAsB;IAGxD,QAAQ,IAAI,IAAI;IAIhB,eAAe,IAAI,IAAI;IAyDvB,OAAO,CAAC,YAAY;yCAvET,kBAAkB;2CAAlB,kBAAkB;CA6G9B"}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { AfterViewInit, ElementRef, OnInit, Renderer2 } from '@angular/core';
|
|
2
|
-
import { UIComponent } from '../../../core/uicomposition/models/uicomponent';
|
|
3
|
-
import { UIActionService } from '../../../core/services/ui-action.service';
|
|
4
|
-
import { Router } from '@angular/router';
|
|
5
|
-
import { FontSizeMappingService } from '../../../core/services/font-size-mapping.service';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
export declare class SearchBarDismissComponent implements OnInit, AfterViewInit {
|
|
8
|
-
private actionService;
|
|
9
|
-
uiComponent: UIComponent;
|
|
10
|
-
private renderer;
|
|
11
|
-
private router;
|
|
12
|
-
private fontSizeMappingService;
|
|
13
|
-
inputElementRef: ElementRef<HTMLInputElement>;
|
|
14
|
-
constructor(actionService: UIActionService, uiComponent: UIComponent, renderer: Renderer2, router: Router, fontSizeMappingService: FontSizeMappingService);
|
|
15
|
-
ngOnInit(): void;
|
|
16
|
-
ngAfterViewInit(): void;
|
|
17
|
-
private applyElement;
|
|
18
|
-
clearInput(): void;
|
|
19
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SearchBarDismissComponent, never>;
|
|
20
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SearchBarDismissComponent, "edm-sdui-search-bar-dismiss", never, {}, {}, never, never, false, never>;
|
|
21
|
-
}
|
|
22
|
-
//# sourceMappingURL=search-bar-dismiss.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"search-bar-dismiss.component.d.ts","sourceRoot":"","sources":["../../../../../../../libs/sdui/src/lib/components/uicomponent/search-bar dismiss/search-bar-dismiss.component.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,aAAa,EAEb,UAAU,EAEV,MAAM,EACN,SAAS,EAEV,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,WAAW,EAAE,MAAM,gDAAgD,CAAC;AAI7E,OAAO,EAAE,eAAe,EAAE,MAAM,0CAA0C,CAAC;AAC3E,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AACzC,OAAO,EAAE,sBAAsB,EAAE,MAAM,kDAAkD,CAAC;;AAG1F,qBAMa,yBAA0B,YAAW,MAAM,EAAE,aAAa;IAInE,OAAO,CAAC,aAAa;IACS,WAAW,EAAE,WAAW;IACtD,OAAO,CAAC,QAAQ;IAChB,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,sBAAsB;IAPL,eAAe,EAAG,UAAU,CAAC,gBAAgB,CAAC,CAAC;gBAGhE,aAAa,EAAE,eAAe,EACR,WAAW,EAAE,WAAW,EAC9C,QAAQ,EAAE,SAAS,EACnB,MAAM,EAAE,MAAM,EACd,sBAAsB,EAAE,sBAAsB;IAGxD,QAAQ,IAAI,IAAI;IAIhB,eAAe,IAAI,IAAI;IA0DvB,OAAO,CAAC,YAAY;IAyCb,UAAU,IAAI,IAAI;yCAlHd,yBAAyB;2CAAzB,yBAAyB;CA8JrC"}
|
|
@@ -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 SpaceComponent implements OnInit {
|
|
5
|
-
uiComponent: UIComponent;
|
|
6
|
-
constructor(uiComponent: UIComponent);
|
|
7
|
-
ngOnInit(): void;
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SpaceComponent, never>;
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SpaceComponent, "edm-sdui-space", never, {}, {}, never, never, false, never>;
|
|
10
|
-
}
|
|
11
|
-
//# sourceMappingURL=space.component.d.ts.map
|