@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 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"url-parser.util.d.ts","sourceRoot":"","sources":["../../../../../../libs/sdui/src/lib/core/utils/url-parser.util.ts"],"names":[],"mappings":"AAAA,wBAAgB,cAAc,CAAC,MAAM,EAAE,MAAM,EAAE,OAAO,GAAE,MAAW,GAAG,MAAM,CA2B3E;AAED,wBAAgB,SAAS,CAAC,MAAM,EAAE,MAAM,GAAG,OAAO,CAEjD"}
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
import { UIScreen } from '../uicomposition/models/uiscreen';
|
|
2
|
-
import { UIScreenService } from '../services/uiscreen.service';
|
|
3
|
-
import { Location } from '@angular/common';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare const SDUI_URL_PARAM = "sduiUrl";
|
|
6
|
-
export declare class UIScreenViewModel {
|
|
7
|
-
private uiScreenService;
|
|
8
|
-
private location;
|
|
9
|
-
private uiScreenSubject;
|
|
10
|
-
private isLoadingSubject;
|
|
11
|
-
private errorSubject;
|
|
12
|
-
private navigationHistorySubject;
|
|
13
|
-
private canGoBackSubject;
|
|
14
|
-
private currentUrlSubject;
|
|
15
|
-
uiScreen$: import("rxjs").Observable<UIScreen | null>;
|
|
16
|
-
isLoading$: import("rxjs").Observable<boolean>;
|
|
17
|
-
error$: import("rxjs").Observable<string | null>;
|
|
18
|
-
navigationHistory$: import("rxjs").Observable<string[]>;
|
|
19
|
-
canGoBack$: import("rxjs").Observable<boolean>;
|
|
20
|
-
currentUrl$: import("rxjs").Observable<string | null>;
|
|
21
|
-
constructor(uiScreenService: UIScreenService, location: Location);
|
|
22
|
-
/**
|
|
23
|
-
* Atualiza o estado do botão de voltar com base no tamanho do histórico
|
|
24
|
-
*/
|
|
25
|
-
private updateCanGoBack;
|
|
26
|
-
loadUIScreen(url: string, shouldUpdateHistory?: boolean, shouldUpdateBrowserUrl?: boolean): void;
|
|
27
|
-
private loadUIScreenInternal;
|
|
28
|
-
/**
|
|
29
|
-
* Volta para a tela anterior
|
|
30
|
-
*/
|
|
31
|
-
goBack(): void;
|
|
32
|
-
/**
|
|
33
|
-
* Verifica se é possível voltar
|
|
34
|
-
*/
|
|
35
|
-
canGoBack(): boolean;
|
|
36
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<UIScreenViewModel, never>;
|
|
37
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<UIScreenViewModel>;
|
|
38
|
-
}
|
|
39
|
-
//# sourceMappingURL=uiscreen.viewmodel.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"uiscreen.viewmodel.d.ts","sourceRoot":"","sources":["../../../../../../libs/sdui/src/lib/core/view-models/uiscreen.viewmodel.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,QAAQ,EAAE,MAAM,kCAAkC,CAAC;AAC5D,OAAO,EAAE,eAAe,EAAE,MAAM,8BAA8B,CAAC;AAC/D,OAAO,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAC;;AAG3C,eAAO,MAAM,cAAc,YAAY,CAAC;AAExC,qBAGa,iBAAiB;IAgB1B,OAAO,CAAC,eAAe;IACvB,OAAO,CAAC,QAAQ;IAhBlB,OAAO,CAAC,eAAe,CAA8C;IACrE,OAAO,CAAC,gBAAgB,CAAuC;IAC/D,OAAO,CAAC,YAAY,CAA4C;IAChE,OAAO,CAAC,wBAAwB,CAAqC;IACrE,OAAO,CAAC,gBAAgB,CAAuC;IAC/D,OAAO,CAAC,iBAAiB,CAA4C;IAE9D,SAAS,6CAAuC;IAChD,UAAU,qCAAwC;IAClD,MAAM,2CAAoC;IAC1C,kBAAkB,sCAAgD;IAClE,UAAU,qCAAwC;IAClD,WAAW,2CAAyC;gBAGjD,eAAe,EAAE,eAAe,EAChC,QAAQ,EAAE,QAAQ;IAK5B;;OAEG;IACH,OAAO,CAAC,eAAe;IASvB,YAAY,CACV,GAAG,EAAE,MAAM,EACX,mBAAmB,GAAE,OAAc,EACnC,sBAAsB,GAAE,OAAe,GACtC,IAAI;IAgBP,OAAO,CAAC,oBAAoB;IA0B5B;;OAEG;IACH,MAAM,IAAI,IAAI;IAmBd;;OAEG;IACH,SAAS,IAAI,OAAO;yCAzGT,iBAAiB;6CAAjB,iBAAiB;CA4G7B"}
|
|
@@ -1,54 +0,0 @@
|
|
|
1
|
-
import { ElementRef, OnChanges, Renderer2, SimpleChanges } from '@angular/core';
|
|
2
|
-
import { UIView } from '../core/uicomposition/models/uiview';
|
|
3
|
-
import { Router } from '@angular/router';
|
|
4
|
-
import { UIScreenViewModel } from '../core/view-models/uiscreen.viewmodel';
|
|
5
|
-
import { UIActionService } from '../core/services/ui-action.service';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
export declare class UIViewDirective implements OnChanges {
|
|
8
|
-
private elementRef;
|
|
9
|
-
private renderer;
|
|
10
|
-
private router;
|
|
11
|
-
private actionService;
|
|
12
|
-
private screenViewModel;
|
|
13
|
-
edmSduiView?: UIView;
|
|
14
|
-
disableClick: boolean;
|
|
15
|
-
private static readonly EXPLORE_LAST_ANCHOR_KEY;
|
|
16
|
-
private static readonly EXPLORE_CLICKED_ANCHOR_KEY;
|
|
17
|
-
private static readonly EXPLORE_LAST_ROW_INDEX_KEY;
|
|
18
|
-
private static readonly EXPLORE_LAST_ROW_SCROLL_LEFT_KEY;
|
|
19
|
-
private static readonly EXPLORE_LAST_ITEM_ID_KEY;
|
|
20
|
-
private lastUiView;
|
|
21
|
-
private wasSmallScreen;
|
|
22
|
-
private currentContainer;
|
|
23
|
-
constructor(elementRef: ElementRef, renderer: Renderer2, router: Router, actionService: UIActionService, screenViewModel: UIScreenViewModel);
|
|
24
|
-
ngOnChanges(changes: SimpleChanges): void;
|
|
25
|
-
private applyStyles;
|
|
26
|
-
private applyPadding;
|
|
27
|
-
private applyContentInset;
|
|
28
|
-
private applyBackground;
|
|
29
|
-
private applyAction;
|
|
30
|
-
private applyAlignment;
|
|
31
|
-
private applyShadow;
|
|
32
|
-
private applyRadius;
|
|
33
|
-
private applySpacing;
|
|
34
|
-
private applyHeight;
|
|
35
|
-
private applyWidth;
|
|
36
|
-
private applyBorderWidth;
|
|
37
|
-
private applyBorderColor;
|
|
38
|
-
private applyJustify;
|
|
39
|
-
private applyAspectRatio;
|
|
40
|
-
private applySize;
|
|
41
|
-
private applyHoverVars;
|
|
42
|
-
private isSmallScreen;
|
|
43
|
-
private scalePixelValue;
|
|
44
|
-
onWindowResize(): void;
|
|
45
|
-
onClick(event: Event): void;
|
|
46
|
-
private captureExploreScrollContext;
|
|
47
|
-
private clearExploreHorizontalScrollContext;
|
|
48
|
-
private resolveExploreSection;
|
|
49
|
-
private resolveRowIndex;
|
|
50
|
-
private resolveClickedItemId;
|
|
51
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<UIViewDirective, [null, null, null, null, { optional: true; }]>;
|
|
52
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<UIViewDirective, "[edmSduiView]", never, { "edmSduiView": { "alias": "edmSduiView"; "required": false; }; "disableClick": { "alias": "disableClick"; "required": false; }; }, {}, never, never, false, never>;
|
|
53
|
-
}
|
|
54
|
-
//# sourceMappingURL=uiview.directive.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"uiview.directive.d.ts","sourceRoot":"","sources":["../../../../../libs/sdui/src/lib/directives/uiview.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,UAAU,EAGV,SAAS,EAET,SAAS,EACT,aAAa,EACd,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,MAAM,EAAE,MAAM,qCAAqC,CAAC;AAuB7D,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AACzC,OAAO,EAAE,iBAAiB,EAAE,MAAM,wCAAwC,CAAC;AAC3E,OAAO,EAAE,eAAe,EAAE,MAAM,oCAAoC,CAAC;;AAKrE,qBAIa,eAAgB,YAAW,SAAS;IAc7C,OAAO,CAAC,UAAU;IAClB,OAAO,CAAC,QAAQ;IAChB,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,aAAa;IACT,OAAO,CAAC,eAAe;IAjB5B,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,YAAY,EAAE,OAAO,CAAS;IACvC,OAAO,CAAC,MAAM,CAAC,QAAQ,CAAC,uBAAuB,CAAuB;IACtE,OAAO,CAAC,MAAM,CAAC,QAAQ,CAAC,0BAA0B,CAA0B;IAC5E,OAAO,CAAC,MAAM,CAAC,QAAQ,CAAC,0BAA0B,CAAyB;IAC3E,OAAO,CAAC,MAAM,CAAC,QAAQ,CAAC,gCAAgC,CAA8B;IACtF,OAAO,CAAC,MAAM,CAAC,QAAQ,CAAC,wBAAwB,CAAuB;IAEvE,OAAO,CAAC,UAAU,CAAuB;IACzC,OAAO,CAAC,cAAc,CAAwB;IAC9C,OAAO,CAAC,gBAAgB,CAA0D;gBAGxE,UAAU,EAAE,UAAU,EACtB,QAAQ,EAAE,SAAS,EACnB,MAAM,EAAE,MAAM,EACd,aAAa,EAAE,eAAe,EAClB,eAAe,EAAE,iBAAiB;IAUxD,WAAW,CAAC,OAAO,EAAE,aAAa,GAAG,IAAI;IAQzC,OAAO,CAAC,WAAW;IA0EnB,OAAO,CAAC,YAAY;IAmCpB,OAAO,CAAC,iBAAiB;IA0DzB,OAAO,CAAC,eAAe;IAsBvB,OAAO,CAAC,WAAW;IAQnB,OAAO,CAAC,cAAc;IAWtB,OAAO,CAAC,WAAW;IA2BnB,OAAO,CAAC,WAAW;IAuCnB,OAAO,CAAC,YAAY;IAWpB,OAAO,CAAC,WAAW;IAWnB,OAAO,CAAC,UAAU;IAWlB,OAAO,CAAC,gBAAgB;IAiBxB,OAAO,CAAC,gBAAgB;IAWxB,OAAO,CAAC,YAAY;IAWpB,OAAO,CAAC,gBAAgB;IAGxB,OAAO,CAAC,SAAS;IAejB,OAAO,CAAC,cAAc;IAoBtB,OAAO,CAAC,aAAa;IAIrB,OAAO,CAAC,eAAe;IAYvB,cAAc,IAAI,IAAI;IAStB,OAAO,CAAC,KAAK,EAAE,KAAK,GAAG,IAAI;IAU3B,OAAO,CAAC,2BAA2B;IA8CnC,OAAO,CAAC,mCAAmC;IAQ3C,OAAO,CAAC,qBAAqB;IA0B7B,OAAO,CAAC,eAAe;IASvB,OAAO,CAAC,oBAAoB;yCAhiBjB,eAAe;2CAAf,eAAe;CA4iB3B"}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { ModuleWithProviders } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "@angular/router";
|
|
4
|
-
export declare class SduiRoutingModule {
|
|
5
|
-
static forChild(customPath?: string): ModuleWithProviders<SduiRoutingModule>;
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SduiRoutingModule, never>;
|
|
7
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SduiRoutingModule, never, [typeof i1.RouterModule], [typeof i1.RouterModule]>;
|
|
8
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<SduiRoutingModule>;
|
|
9
|
-
}
|
|
10
|
-
//# sourceMappingURL=sdui-routing.module.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"sdui-routing.module.d.ts","sourceRoot":"","sources":["../../../../libs/sdui/src/lib/sdui-routing.module.ts"],"names":[],"mappings":"AAAA,OAAO,EAAY,mBAAmB,EAAE,MAAM,eAAe,CAAC;;;AAM9D,qBAIa,iBAAiB;IAC5B,MAAM,CAAC,QAAQ,CAAC,UAAU,CAAC,EAAE,MAAM,GAAG,mBAAmB,CAAC,iBAAiB,CAAC;yCADjE,iBAAiB;0CAAjB,iBAAiB;0CAAjB,iBAAiB;CAW7B"}
|
package/lib/sdui.component.d.ts
DELETED
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { OnInit, AfterViewInit } from '@angular/core';
|
|
2
|
-
import { ActivatedRoute } from '@angular/router';
|
|
3
|
-
import { UIScreenViewModel } from './core/view-models/uiscreen.viewmodel';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class SduiComponent implements OnInit, AfterViewInit {
|
|
6
|
-
private route;
|
|
7
|
-
private viewModel;
|
|
8
|
-
currentSduiUrl: string | null;
|
|
9
|
-
initialUrl: string | null;
|
|
10
|
-
constructor(route: ActivatedRoute, viewModel: UIScreenViewModel);
|
|
11
|
-
ngOnInit(): void;
|
|
12
|
-
ngAfterViewInit(): void;
|
|
13
|
-
private validateParam;
|
|
14
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SduiComponent, never>;
|
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SduiComponent, "edm-sdui", never, { "initialUrl": { "alias": "initialUrl"; "required": false; }; }, {}, never, never, false, never>;
|
|
16
|
-
}
|
|
17
|
-
//# sourceMappingURL=sdui.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"sdui.component.d.ts","sourceRoot":"","sources":["../../../../libs/sdui/src/lib/sdui.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAAS,aAAa,EAAE,MAAM,eAAe,CAAC;AACxE,OAAO,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACjD,OAAO,EACL,iBAAiB,EAElB,MAAM,uCAAuC,CAAC;;AAE/C,qBAMa,aAAc,YAAW,MAAM,EAAE,aAAa;IAMvD,OAAO,CAAC,KAAK;IACb,OAAO,CAAC,SAAS;IANnB,cAAc,EAAE,MAAM,GAAG,IAAI,CAAQ;IAE5B,UAAU,EAAE,MAAM,GAAG,IAAI,CAAQ;gBAGhC,KAAK,EAAE,cAAc,EACrB,SAAS,EAAE,iBAAiB;IAGtC,QAAQ;IAgBR,eAAe,IAAI,IAAI;IAcvB,OAAO,CAAC,aAAa;yCAxCV,aAAa;2CAAb,aAAa;CA6CzB"}
|
package/lib/sdui.module.d.ts
DELETED
|
@@ -1,47 +0,0 @@
|
|
|
1
|
-
import { ModuleWithProviders } from '@angular/core';
|
|
2
|
-
import { SduiRoutingModule } from './sdui-routing.module';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
import * as i1 from "./components/uiscreen/uiscreen.component";
|
|
5
|
-
import * as i2 from "./components/uilayout/uinavigation/uinavigation.component";
|
|
6
|
-
import * as i3 from "./components/uilayout/fab/fab.component";
|
|
7
|
-
import * as i4 from "./components/uilayout/single-column-layout/single-column-layout.component";
|
|
8
|
-
import * as i5 from "./components/uilayout/centered-content-layout/centered-content-layout.component";
|
|
9
|
-
import * as i6 from "./components/uicomponent/uicomponent.component";
|
|
10
|
-
import * as i7 from "./components/uicomponent/row/row.component";
|
|
11
|
-
import * as i8 from "./components/uicomponent/row-divisor/row-divisor.component";
|
|
12
|
-
import * as i9 from "./components/uicomponent/column/column.component";
|
|
13
|
-
import * as i10 from "./components/uicomponent/zstack/zstack.component";
|
|
14
|
-
import * as i11 from "./components/uicomponent/label/label.component";
|
|
15
|
-
import * as i12 from "./components/uicomponent/space/space.component";
|
|
16
|
-
import * as i13 from "./components/uicomponent/button/button.component";
|
|
17
|
-
import * as i14 from "./components/uicomponent/image/image.component";
|
|
18
|
-
import * as i15 from "./components/uicomponent/tag/tag.component";
|
|
19
|
-
import * as i16 from "./components/uicomponent/tags-row/tag/tag.component";
|
|
20
|
-
import * as i17 from "./components/uicomponent/tags-row/tags-row.component";
|
|
21
|
-
import * as i18 from "./components/uicomponent/search-bar/search-bar.component";
|
|
22
|
-
import * as i19 from "./components/uicomponent/search-bar dismiss/search-bar-dismiss.component";
|
|
23
|
-
import * as i20 from "./components/uicomponent/media-type/media-type.component";
|
|
24
|
-
import * as i21 from "./components/uicomponent/picker/picker.component";
|
|
25
|
-
import * as i22 from "./components/uicomponent/picker-item/picker-item.component";
|
|
26
|
-
import * as i23 from "./components/uicomponent/scrollable-row/scrollable-row.component";
|
|
27
|
-
import * as i24 from "./components/uicomponent/scrollable-column/scrollable-column.component";
|
|
28
|
-
import * as i25 from "./components/uicomponent/profile-button/profile-button.component";
|
|
29
|
-
import * as i26 from "./components/uicomponent/progress-bar/progress-bar.component";
|
|
30
|
-
import * as i27 from "./directives/uiview.directive";
|
|
31
|
-
import * as i28 from "./components/navigation-controls/navigation-controls.component";
|
|
32
|
-
import * as i29 from "./sdui.component";
|
|
33
|
-
import * as i30 from "@angular/common";
|
|
34
|
-
import * as i31 from "@angular/router";
|
|
35
|
-
export interface SduiModuleConfig {
|
|
36
|
-
baseUrl?: string;
|
|
37
|
-
routePath?: string;
|
|
38
|
-
fontAdjust?: number;
|
|
39
|
-
}
|
|
40
|
-
export declare class SduiModule {
|
|
41
|
-
static forRoot(config: SduiModuleConfig): ModuleWithProviders<SduiModule>;
|
|
42
|
-
static forRouting(config?: SduiModuleConfig): ModuleWithProviders<SduiRoutingModule>;
|
|
43
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SduiModule, never>;
|
|
44
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SduiModule, [typeof i1.UIScreenComponent, typeof i2.UINavigationComponent, typeof i3.FabComponent, typeof i4.SingleColumnLayoutComponent, typeof i5.CenteredContentLayoutComponent, typeof i6.UIComponentComponent, typeof i7.RowComponent, typeof i8.RowDivisorComponent, typeof i9.ColumnComponent, typeof i10.ZStackComponent, typeof i11.LabelComponent, typeof i12.SpaceComponent, typeof i13.ButtonComponent, typeof i14.ImageComponent, typeof i15.TagComponent, typeof i16.TagsRowTagComponent, typeof i17.TagsRowComponent, typeof i18.SearchBarComponent, typeof i19.SearchBarDismissComponent, typeof i20.MediaTypeComponent, typeof i21.PickerComponent, typeof i22.PickerItemComponent, typeof i23.ScrollableRowComponent, typeof i24.ScrollableColumnComponent, typeof i25.ProfileButtonComponent, typeof i26.ProgressBarComponent, typeof i27.UIViewDirective, typeof i28.NavigationControlsComponent, typeof i29.SduiComponent], [typeof i30.CommonModule, typeof i31.RouterModule], [typeof i29.SduiComponent]>;
|
|
45
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<SduiModule>;
|
|
46
|
-
}
|
|
47
|
-
//# sourceMappingURL=sdui.module.d.ts.map
|
package/lib/sdui.module.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"sdui.module.d.ts","sourceRoot":"","sources":["../../../../libs/sdui/src/lib/sdui.module.ts"],"names":[],"mappings":"AAAA,OAAO,EAAY,mBAAmB,EAAE,MAAM,eAAe,CAAC;AAmB9D,OAAO,EAAE,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAgB1D,MAAM,WAAW,gBAAgB;IAC/B,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAED,qBA6Ca,UAAU;IACrB,MAAM,CAAC,OAAO,CAAC,MAAM,EAAE,gBAAgB,GAAG,mBAAmB,CAAC,UAAU,CAAC;IAgBzE,MAAM,CAAC,UAAU,CACf,MAAM,CAAC,EAAE,gBAAgB,GACxB,mBAAmB,CAAC,iBAAiB,CAAC;yCAnB9B,UAAU;0CAAV,UAAU;0CAAV,UAAU;CAsBtB"}
|
package/public-api.d.ts
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
export { SduiModule } from './lib/sdui.module';
|
|
2
|
-
export { SduiComponent } from './lib/sdui.component';
|
|
3
|
-
export { SDUI_URL_PARAM, UIScreenViewModel } from './lib/core/view-models/uiscreen.viewmodel';
|
|
4
|
-
export { SduiModuleConfig } from './lib/sdui.module';
|
|
5
|
-
export * from './lib/core/services/ui-action-handlers.service';
|
|
6
|
-
export { UIScreen, UIScreenAnalytics } from './lib/core/uicomposition/models/uiscreen';
|
|
7
|
-
//# sourceMappingURL=public-api.d.ts.map
|
package/public-api.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"public-api.d.ts","sourceRoot":"","sources":["../../../libs/sdui/src/public-api.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAG/C,OAAO,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAC;AAGrD,OAAO,EAAE,cAAc,EAAE,iBAAiB,EAAE,MAAM,2CAA2C,CAAC;AAC9F,OAAO,EAAE,gBAAgB,EAAE,MAAM,mBAAmB,CAAC;AACrD,cAAc,gDAAgD,CAAC;AAG/D,OAAO,EAAE,QAAQ,EAAE,iBAAiB,EAAE,MAAM,0CAA0C,CAAC"}
|