@edm-sdui/sdui 1.0.69 → 1.0.70
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/edm-sdui-sdui-1.0.70.tgz +0 -0
- package/fesm2022/edm-sdui-sdui.mjs +1360 -516
- package/fesm2022/edm-sdui-sdui.mjs.map +1 -1
- package/package.json +6 -7
- package/types/edm-sdui-sdui.d.ts +1560 -0
- package/types/edm-sdui-sdui.d.ts.map +1 -0
- package/edm-sdui-sdui-1.0.69.tgz +0 -0
- package/edm-sdui-sdui.d.ts.map +0 -1
- package/esm2022/edm-sdui-sdui.mjs +0 -5
- package/esm2022/lib/components/navigation-controls/navigation-controls.component.mjs +0 -27
- package/esm2022/lib/components/uicomponent/button/button.component.mjs +0 -56
- package/esm2022/lib/components/uicomponent/column/column.component.mjs +0 -27
- package/esm2022/lib/components/uicomponent/image/image.component.mjs +0 -61
- package/esm2022/lib/components/uicomponent/image/ranking-svg.mjs +0 -186
- package/esm2022/lib/components/uicomponent/label/label.component.mjs +0 -97
- package/esm2022/lib/components/uicomponent/media-type/media-type.component.mjs +0 -71
- package/esm2022/lib/components/uicomponent/modal/modal.component.mjs +0 -30
- package/esm2022/lib/components/uicomponent/picker/picker.component.mjs +0 -56
- package/esm2022/lib/components/uicomponent/picker-item/picker-item.component.mjs +0 -34
- package/esm2022/lib/components/uicomponent/profile-button/profile-button.component.mjs +0 -115
- package/esm2022/lib/components/uicomponent/progress-bar/progress-bar.component.mjs +0 -42
- package/esm2022/lib/components/uicomponent/row/row.component.mjs +0 -22
- package/esm2022/lib/components/uicomponent/row-divisor/row-divisor.component.mjs +0 -22
- package/esm2022/lib/components/uicomponent/scrollable-column/scrollable-column.component.mjs +0 -33
- package/esm2022/lib/components/uicomponent/scrollable-row/scrollable-row.component.mjs +0 -131
- package/esm2022/lib/components/uicomponent/search-bar/search-bar.component.mjs +0 -102
- package/esm2022/lib/components/uicomponent/search-bar dismiss/search-bar-dismiss.component.mjs +0 -139
- package/esm2022/lib/components/uicomponent/space/space.component.mjs +0 -20
- package/esm2022/lib/components/uicomponent/tag/tag.component.mjs +0 -59
- package/esm2022/lib/components/uicomponent/tags-row/tag/tag.component.mjs +0 -282
- package/esm2022/lib/components/uicomponent/tags-row/tags-row.component.mjs +0 -178
- package/esm2022/lib/components/uicomponent/uicomponent.component.mjs +0 -52
- package/esm2022/lib/components/uicomponent/zstack/zstack.component.mjs +0 -23
- package/esm2022/lib/components/uilayout/centered-content-layout/centered-content-layout.component.mjs +0 -24
- package/esm2022/lib/components/uilayout/fab/fab.component.mjs +0 -42
- package/esm2022/lib/components/uilayout/single-column-layout/single-column-layout.component.mjs +0 -22
- package/esm2022/lib/components/uilayout/uinavigation/uinavigation.component.mjs +0 -15
- package/esm2022/lib/components/uiscreen/uiscreen.component.mjs +0 -31
- package/esm2022/lib/core/services/font-size-mapping.service.mjs +0 -30
- package/esm2022/lib/core/services/modal.service.mjs +0 -30
- package/esm2022/lib/core/services/scroll-spy.service.mjs +0 -102
- package/esm2022/lib/core/services/translation.service.mjs +0 -53
- package/esm2022/lib/core/services/ui-action-handlers.service.mjs +0 -17
- package/esm2022/lib/core/services/ui-action.service.mjs +0 -112
- package/esm2022/lib/core/services/uiscreen.service.mjs +0 -205
- package/esm2022/lib/core/tokens/sdui-config.token.mjs +0 -4
- package/esm2022/lib/core/uicomposition/enums/uicomponent-type.mjs +0 -36
- package/esm2022/lib/core/uicomposition/enums/uiplatform-type.mjs +0 -7
- package/esm2022/lib/core/uicomposition/enums/uiscene.mjs +0 -5
- package/esm2022/lib/core/uicomposition/enums/uiscreen-container-type.mjs +0 -6
- package/esm2022/lib/core/uicomposition/enums/uiscreen-identifier.mjs +0 -6
- package/esm2022/lib/core/uicomposition/mapping/component-mapping.mjs +0 -36
- package/esm2022/lib/core/uicomposition/models/uicentered-content-layout.mjs +0 -2
- package/esm2022/lib/core/uicomposition/models/uicomponent.mjs +0 -2
- package/esm2022/lib/core/uicomposition/models/uielement.mjs +0 -2
- package/esm2022/lib/core/uicomposition/models/uilayout.mjs +0 -2
- package/esm2022/lib/core/uicomposition/models/uinavigation.mjs +0 -2
- package/esm2022/lib/core/uicomposition/models/uiscreen-config.mjs +0 -2
- package/esm2022/lib/core/uicomposition/models/uiscreen.mjs +0 -2
- package/esm2022/lib/core/uicomposition/models/uisingle-column-layout.mjs +0 -2
- package/esm2022/lib/core/uicomposition/models/uitag.mjs +0 -2
- package/esm2022/lib/core/uicomposition/models/uiview.mjs +0 -2
- package/esm2022/lib/core/uitheme/enums/uiaction-type.mjs +0 -17
- package/esm2022/lib/core/uitheme/enums/uialignment-type.mjs +0 -7
- package/esm2022/lib/core/uitheme/enums/uiaspect-type.mjs +0 -6
- package/esm2022/lib/core/uitheme/enums/uiasset.mjs +0 -437
- package/esm2022/lib/core/uitheme/enums/uicolor.mjs +0 -157
- package/esm2022/lib/core/uitheme/enums/uicontent-type.mjs +0 -11
- package/esm2022/lib/core/uitheme/enums/uidimension.mjs +0 -49
- package/esm2022/lib/core/uitheme/enums/uijustify.mjs +0 -9
- package/esm2022/lib/core/uitheme/enums/uipadding-level.mjs +0 -12
- package/esm2022/lib/core/uitheme/enums/uipresentation-style.mjs +0 -7
- package/esm2022/lib/core/uitheme/enums/uiradius-level.mjs +0 -10
- package/esm2022/lib/core/uitheme/enums/uishadow-blur-radius.mjs +0 -5
- package/esm2022/lib/core/uitheme/enums/uishadow-offset.mjs +0 -5
- package/esm2022/lib/core/uitheme/enums/uisize.mjs +0 -22
- package/esm2022/lib/core/uitheme/enums/uispacing-level.mjs +0 -10
- package/esm2022/lib/core/uitheme/enums/uitext-style.mjs +0 -15
- package/esm2022/lib/core/uitheme/mapping/alignment-mapping.mjs +0 -7
- package/esm2022/lib/core/uitheme/mapping/aspect-mapping.mjs +0 -6
- package/esm2022/lib/core/uitheme/mapping/asset-mapping.mjs +0 -437
- package/esm2022/lib/core/uitheme/mapping/color-mapping.mjs +0 -157
- package/esm2022/lib/core/uitheme/mapping/dimension-mapping.mjs +0 -51
- package/esm2022/lib/core/uitheme/mapping/justify-mapping.mjs +0 -9
- package/esm2022/lib/core/uitheme/mapping/pad-mapping.mjs +0 -12
- package/esm2022/lib/core/uitheme/mapping/radius-mapping.mjs +0 -10
- package/esm2022/lib/core/uitheme/mapping/shadow-mapping.mjs +0 -9
- package/esm2022/lib/core/uitheme/mapping/size-mapping.mjs +0 -26
- package/esm2022/lib/core/uitheme/mapping/space-mapping.mjs +0 -10
- package/esm2022/lib/core/uitheme/mapping/text-style-mapping.mjs +0 -33
- package/esm2022/lib/core/uitheme/models/uiaction.mjs +0 -2
- package/esm2022/lib/core/uitheme/models/uialignment.mjs +0 -2
- package/esm2022/lib/core/uitheme/models/uibackground.mjs +0 -2
- package/esm2022/lib/core/uitheme/models/uicontent-inset.mjs +0 -2
- package/esm2022/lib/core/uitheme/models/uihover.mjs +0 -2
- package/esm2022/lib/core/uitheme/models/uipadding.mjs +0 -2
- package/esm2022/lib/core/uitheme/models/uiradius.mjs +0 -2
- package/esm2022/lib/core/uitheme/models/uishadow.mjs +0 -2
- package/esm2022/lib/core/uitheme/models/uispacing.mjs +0 -2
- package/esm2022/lib/core/utils/url-parser.util.mjs +0 -26
- package/esm2022/lib/core/view-models/uiscreen.viewmodel.mjs +0 -106
- package/esm2022/lib/directives/uiview.directive.mjs +0 -401
- package/esm2022/lib/sdui-routing.module.mjs +0 -28
- package/esm2022/lib/sdui.component.mjs +0 -51
- package/esm2022/lib/sdui.module.mjs +0 -139
- package/esm2022/public-api.mjs +0 -13
- package/index.d.ts +0 -6
- package/lib/components/navigation-controls/navigation-controls.component.d.ts +0 -12
- package/lib/components/navigation-controls/navigation-controls.component.d.ts.map +0 -1
- package/lib/components/uicomponent/button/button.component.d.ts +0 -19
- package/lib/components/uicomponent/button/button.component.d.ts.map +0 -1
- package/lib/components/uicomponent/column/column.component.d.ts +0 -12
- package/lib/components/uicomponent/column/column.component.d.ts.map +0 -1
- package/lib/components/uicomponent/image/image.component.d.ts +0 -18
- package/lib/components/uicomponent/image/image.component.d.ts.map +0 -1
- package/lib/components/uicomponent/image/ranking-svg.d.ts +0 -2
- package/lib/components/uicomponent/image/ranking-svg.d.ts.map +0 -1
- package/lib/components/uicomponent/label/label.component.d.ts +0 -18
- package/lib/components/uicomponent/label/label.component.d.ts.map +0 -1
- package/lib/components/uicomponent/media-type/media-type.component.d.ts +0 -24
- package/lib/components/uicomponent/media-type/media-type.component.d.ts.map +0 -1
- package/lib/components/uicomponent/modal/modal.component.d.ts +0 -15
- package/lib/components/uicomponent/modal/modal.component.d.ts.map +0 -1
- package/lib/components/uicomponent/picker/picker.component.d.ts +0 -22
- package/lib/components/uicomponent/picker/picker.component.d.ts.map +0 -1
- package/lib/components/uicomponent/picker-item/picker-item.component.d.ts +0 -16
- package/lib/components/uicomponent/picker-item/picker-item.component.d.ts.map +0 -1
- package/lib/components/uicomponent/profile-button/profile-button.component.d.ts +0 -22
- package/lib/components/uicomponent/profile-button/profile-button.component.d.ts.map +0 -1
- package/lib/components/uicomponent/progress-bar/progress-bar.component.d.ts +0 -15
- package/lib/components/uicomponent/progress-bar/progress-bar.component.d.ts.map +0 -1
- package/lib/components/uicomponent/row/row.component.d.ts +0 -11
- package/lib/components/uicomponent/row/row.component.d.ts.map +0 -1
- package/lib/components/uicomponent/row-divisor/row-divisor.component.d.ts +0 -11
- package/lib/components/uicomponent/row-divisor/row-divisor.component.d.ts.map +0 -1
- package/lib/components/uicomponent/scrollable-column/scrollable-column.component.d.ts +0 -15
- package/lib/components/uicomponent/scrollable-column/scrollable-column.component.d.ts.map +0 -1
- package/lib/components/uicomponent/scrollable-row/scrollable-row.component.d.ts +0 -29
- package/lib/components/uicomponent/scrollable-row/scrollable-row.component.d.ts.map +0 -1
- package/lib/components/uicomponent/search-bar/search-bar.component.d.ts +0 -19
- package/lib/components/uicomponent/search-bar/search-bar.component.d.ts.map +0 -1
- package/lib/components/uicomponent/search-bar dismiss/search-bar-dismiss.component.d.ts +0 -22
- package/lib/components/uicomponent/search-bar dismiss/search-bar-dismiss.component.d.ts.map +0 -1
- package/lib/components/uicomponent/space/space.component.d.ts +0 -11
- package/lib/components/uicomponent/space/space.component.d.ts.map +0 -1
- package/lib/components/uicomponent/tag/tag.component.d.ts +0 -19
- package/lib/components/uicomponent/tag/tag.component.d.ts.map +0 -1
- package/lib/components/uicomponent/tags-row/tag/tag.component.d.ts +0 -39
- package/lib/components/uicomponent/tags-row/tag/tag.component.d.ts.map +0 -1
- package/lib/components/uicomponent/tags-row/tags-row.component.d.ts +0 -37
- package/lib/components/uicomponent/tags-row/tags-row.component.d.ts.map +0 -1
- package/lib/components/uicomponent/uicomponent.component.d.ts +0 -18
- package/lib/components/uicomponent/uicomponent.component.d.ts.map +0 -1
- package/lib/components/uicomponent/zstack/zstack.component.d.ts +0 -11
- package/lib/components/uicomponent/zstack/zstack.component.d.ts.map +0 -1
- package/lib/components/uilayout/centered-content-layout/centered-content-layout.component.d.ts +0 -11
- package/lib/components/uilayout/centered-content-layout/centered-content-layout.component.d.ts.map +0 -1
- package/lib/components/uilayout/fab/fab.component.d.ts +0 -17
- package/lib/components/uilayout/fab/fab.component.d.ts.map +0 -1
- package/lib/components/uilayout/single-column-layout/single-column-layout.component.d.ts +0 -10
- package/lib/components/uilayout/single-column-layout/single-column-layout.component.d.ts.map +0 -1
- package/lib/components/uilayout/uinavigation/uinavigation.component.d.ts +0 -8
- package/lib/components/uilayout/uinavigation/uinavigation.component.d.ts.map +0 -1
- package/lib/components/uiscreen/uiscreen.component.d.ts +0 -13
- package/lib/components/uiscreen/uiscreen.component.d.ts.map +0 -1
- package/lib/core/services/font-size-mapping.service.d.ts +0 -10
- package/lib/core/services/font-size-mapping.service.d.ts.map +0 -1
- package/lib/core/services/modal.service.d.ts +0 -11
- package/lib/core/services/modal.service.d.ts.map +0 -1
- package/lib/core/services/scroll-spy.service.d.ts +0 -31
- package/lib/core/services/scroll-spy.service.d.ts.map +0 -1
- package/lib/core/services/translation.service.d.ts +0 -13
- package/lib/core/services/translation.service.d.ts.map +0 -1
- package/lib/core/services/ui-action-handlers.service.d.ts +0 -9
- package/lib/core/services/ui-action-handlers.service.d.ts.map +0 -1
- package/lib/core/services/ui-action.service.d.ts +0 -17
- package/lib/core/services/ui-action.service.d.ts.map +0 -1
- package/lib/core/services/uiscreen.service.d.ts +0 -26
- package/lib/core/services/uiscreen.service.d.ts.map +0 -1
- package/lib/core/tokens/sdui-config.token.d.ts +0 -4
- package/lib/core/tokens/sdui-config.token.d.ts.map +0 -1
- package/lib/core/uicomposition/enums/uicomponent-type.d.ts +0 -26
- package/lib/core/uicomposition/enums/uicomponent-type.d.ts.map +0 -1
- package/lib/core/uicomposition/enums/uiplatform-type.d.ts +0 -6
- package/lib/core/uicomposition/enums/uiplatform-type.d.ts.map +0 -1
- package/lib/core/uicomposition/enums/uiscene.d.ts +0 -4
- package/lib/core/uicomposition/enums/uiscene.d.ts.map +0 -1
- package/lib/core/uicomposition/enums/uiscreen-container-type.d.ts +0 -5
- package/lib/core/uicomposition/enums/uiscreen-container-type.d.ts.map +0 -1
- package/lib/core/uicomposition/enums/uiscreen-identifier.d.ts +0 -5
- package/lib/core/uicomposition/enums/uiscreen-identifier.d.ts.map +0 -1
- package/lib/core/uicomposition/mapping/component-mapping.d.ts +0 -4
- package/lib/core/uicomposition/mapping/component-mapping.d.ts.map +0 -1
- package/lib/core/uicomposition/models/uicentered-content-layout.d.ts +0 -11
- package/lib/core/uicomposition/models/uicentered-content-layout.d.ts.map +0 -1
- package/lib/core/uicomposition/models/uicomponent.d.ts +0 -12
- package/lib/core/uicomposition/models/uicomponent.d.ts.map +0 -1
- package/lib/core/uicomposition/models/uielement.d.ts +0 -28
- package/lib/core/uicomposition/models/uielement.d.ts.map +0 -1
- package/lib/core/uicomposition/models/uilayout.d.ts +0 -4
- package/lib/core/uicomposition/models/uilayout.d.ts.map +0 -1
- package/lib/core/uicomposition/models/uinavigation.d.ts +0 -6
- package/lib/core/uicomposition/models/uinavigation.d.ts.map +0 -1
- package/lib/core/uicomposition/models/uiscreen-config.d.ts +0 -6
- package/lib/core/uicomposition/models/uiscreen-config.d.ts.map +0 -1
- package/lib/core/uicomposition/models/uiscreen.d.ts +0 -20
- package/lib/core/uicomposition/models/uiscreen.d.ts.map +0 -1
- package/lib/core/uicomposition/models/uisingle-column-layout.d.ts +0 -12
- package/lib/core/uicomposition/models/uisingle-column-layout.d.ts.map +0 -1
- package/lib/core/uicomposition/models/uitag.d.ts +0 -6
- package/lib/core/uicomposition/models/uitag.d.ts.map +0 -1
- package/lib/core/uicomposition/models/uiview.d.ts +0 -33
- package/lib/core/uicomposition/models/uiview.d.ts.map +0 -1
- package/lib/core/uitheme/enums/uiaction-type.d.ts +0 -13
- package/lib/core/uitheme/enums/uiaction-type.d.ts.map +0 -1
- package/lib/core/uitheme/enums/uialignment-type.d.ts +0 -6
- package/lib/core/uitheme/enums/uialignment-type.d.ts.map +0 -1
- package/lib/core/uitheme/enums/uiaspect-type.d.ts +0 -5
- package/lib/core/uitheme/enums/uiaspect-type.d.ts.map +0 -1
- package/lib/core/uitheme/enums/uiasset.d.ts +0 -436
- package/lib/core/uitheme/enums/uiasset.d.ts.map +0 -1
- package/lib/core/uitheme/enums/uicolor.d.ts +0 -156
- package/lib/core/uitheme/enums/uicolor.d.ts.map +0 -1
- package/lib/core/uitheme/enums/uicontent-type.d.ts +0 -10
- package/lib/core/uitheme/enums/uicontent-type.d.ts.map +0 -1
- package/lib/core/uitheme/enums/uidimension.d.ts +0 -48
- package/lib/core/uitheme/enums/uidimension.d.ts.map +0 -1
- package/lib/core/uitheme/enums/uijustify.d.ts +0 -8
- package/lib/core/uitheme/enums/uijustify.d.ts.map +0 -1
- package/lib/core/uitheme/enums/uipadding-level.d.ts +0 -11
- package/lib/core/uitheme/enums/uipadding-level.d.ts.map +0 -1
- package/lib/core/uitheme/enums/uipresentation-style.d.ts +0 -6
- package/lib/core/uitheme/enums/uipresentation-style.d.ts.map +0 -1
- package/lib/core/uitheme/enums/uiradius-level.d.ts +0 -9
- package/lib/core/uitheme/enums/uiradius-level.d.ts.map +0 -1
- package/lib/core/uitheme/enums/uishadow-blur-radius.d.ts +0 -4
- package/lib/core/uitheme/enums/uishadow-blur-radius.d.ts.map +0 -1
- package/lib/core/uitheme/enums/uishadow-offset.d.ts +0 -4
- package/lib/core/uitheme/enums/uishadow-offset.d.ts.map +0 -1
- package/lib/core/uitheme/enums/uisize.d.ts +0 -21
- package/lib/core/uitheme/enums/uisize.d.ts.map +0 -1
- package/lib/core/uitheme/enums/uispacing-level.d.ts +0 -9
- package/lib/core/uitheme/enums/uispacing-level.d.ts.map +0 -1
- package/lib/core/uitheme/enums/uitext-style.d.ts +0 -14
- package/lib/core/uitheme/enums/uitext-style.d.ts.map +0 -1
- package/lib/core/uitheme/mapping/alignment-mapping.d.ts +0 -3
- package/lib/core/uitheme/mapping/alignment-mapping.d.ts.map +0 -1
- package/lib/core/uitheme/mapping/aspect-mapping.d.ts +0 -3
- package/lib/core/uitheme/mapping/aspect-mapping.d.ts.map +0 -1
- package/lib/core/uitheme/mapping/asset-mapping.d.ts +0 -3
- package/lib/core/uitheme/mapping/asset-mapping.d.ts.map +0 -1
- package/lib/core/uitheme/mapping/color-mapping.d.ts +0 -3
- package/lib/core/uitheme/mapping/color-mapping.d.ts.map +0 -1
- package/lib/core/uitheme/mapping/dimension-mapping.d.ts +0 -3
- package/lib/core/uitheme/mapping/dimension-mapping.d.ts.map +0 -1
- package/lib/core/uitheme/mapping/justify-mapping.d.ts +0 -3
- package/lib/core/uitheme/mapping/justify-mapping.d.ts.map +0 -1
- package/lib/core/uitheme/mapping/pad-mapping.d.ts +0 -3
- package/lib/core/uitheme/mapping/pad-mapping.d.ts.map +0 -1
- package/lib/core/uitheme/mapping/radius-mapping.d.ts +0 -3
- package/lib/core/uitheme/mapping/radius-mapping.d.ts.map +0 -1
- package/lib/core/uitheme/mapping/shadow-mapping.d.ts +0 -5
- package/lib/core/uitheme/mapping/shadow-mapping.d.ts.map +0 -1
- package/lib/core/uitheme/mapping/size-mapping.d.ts +0 -12
- package/lib/core/uitheme/mapping/size-mapping.d.ts.map +0 -1
- package/lib/core/uitheme/mapping/space-mapping.d.ts +0 -3
- package/lib/core/uitheme/mapping/space-mapping.d.ts.map +0 -1
- package/lib/core/uitheme/mapping/text-style-mapping.d.ts +0 -5
- package/lib/core/uitheme/mapping/text-style-mapping.d.ts.map +0 -1
- package/lib/core/uitheme/models/uiaction.d.ts +0 -10
- package/lib/core/uitheme/models/uiaction.d.ts.map +0 -1
- package/lib/core/uitheme/models/uialignment.d.ts +0 -5
- package/lib/core/uitheme/models/uialignment.d.ts.map +0 -1
- package/lib/core/uitheme/models/uibackground.d.ts +0 -7
- package/lib/core/uitheme/models/uibackground.d.ts.map +0 -1
- package/lib/core/uitheme/models/uicontent-inset.d.ts +0 -8
- package/lib/core/uitheme/models/uicontent-inset.d.ts.map +0 -1
- package/lib/core/uitheme/models/uihover.d.ts +0 -4
- package/lib/core/uitheme/models/uihover.d.ts.map +0 -1
- package/lib/core/uitheme/models/uipadding.d.ts +0 -8
- package/lib/core/uitheme/models/uipadding.d.ts.map +0 -1
- package/lib/core/uitheme/models/uiradius.d.ts +0 -8
- package/lib/core/uitheme/models/uiradius.d.ts.map +0 -1
- package/lib/core/uitheme/models/uishadow.d.ts +0 -11
- package/lib/core/uitheme/models/uishadow.d.ts.map +0 -1
- package/lib/core/uitheme/models/uispacing.d.ts +0 -5
- package/lib/core/uitheme/models/uispacing.d.ts.map +0 -1
- package/lib/core/utils/url-parser.util.d.ts +0 -3
- package/lib/core/utils/url-parser.util.d.ts.map +0 -1
- package/lib/core/view-models/uiscreen.viewmodel.d.ts +0 -39
- package/lib/core/view-models/uiscreen.viewmodel.d.ts.map +0 -1
- package/lib/directives/uiview.directive.d.ts +0 -54
- package/lib/directives/uiview.directive.d.ts.map +0 -1
- package/lib/sdui-routing.module.d.ts +0 -10
- package/lib/sdui-routing.module.d.ts.map +0 -1
- package/lib/sdui.component.d.ts +0 -17
- package/lib/sdui.component.d.ts.map +0 -1
- package/lib/sdui.module.d.ts +0 -47
- package/lib/sdui.module.d.ts.map +0 -1
- package/public-api.d.ts +0 -7
- package/public-api.d.ts.map +0 -1
|
@@ -1,156 +0,0 @@
|
|
|
1
|
-
export declare enum UIColor {
|
|
2
|
-
ALERT = "alert",
|
|
3
|
-
BG_TAG = "bg_tag",
|
|
4
|
-
ACTINDCOLOR = "actindcolor",
|
|
5
|
-
TEXT_WEB = "text_web",
|
|
6
|
-
TEXT_RANKING_HIGHLIGHT = "text_ranking_highlight",
|
|
7
|
-
RANKING_HIGHLIGHT = "ranking_highlight",
|
|
8
|
-
TEXT_RANKING_MAIN = "text_ranking_main",
|
|
9
|
-
TEXT_RANKING_AUX = "text_ranking_aux",
|
|
10
|
-
BT_SELECT_ACTIVITY = "bt_select_activity",
|
|
11
|
-
FONT_BT = "font_bt",
|
|
12
|
-
FONT_BT_PRICE = "font_bt_price",
|
|
13
|
-
FONT_TAG = "font_tag",
|
|
14
|
-
FONT_LIVE = "font_live",
|
|
15
|
-
QUIZ_SELECT = "quiz_select",
|
|
16
|
-
MAIN1 = "main_1",
|
|
17
|
-
AUX = "aux",
|
|
18
|
-
VOTE_OFF = "vote_off",
|
|
19
|
-
BG_VOTE = "bg_vote",
|
|
20
|
-
VOTE_ON = "vote_on",
|
|
21
|
-
STORY_OFF = "story_off",
|
|
22
|
-
STORY_ON = "story_on",
|
|
23
|
-
FONT_ACTIONS = "font_actions",
|
|
24
|
-
FONT_SEARCH_OFF = "font_search_off",
|
|
25
|
-
FONT_SEARCH_ON = "font_search_on",
|
|
26
|
-
SLIDER_OFF = "slider_off",
|
|
27
|
-
SLIDER_ON = "slider_on",
|
|
28
|
-
PROGRESS_VIEW_OFF = "progress_view_off",
|
|
29
|
-
PROGRESS_VIEW_RANKING_OFF = "progress_view_ranking_off",
|
|
30
|
-
PROGRESS_STORY_OFF = "progress_story_off",
|
|
31
|
-
PROGRESS_STORY_ON = "progress_story_on",
|
|
32
|
-
PROGRESS_VIEW_ON = "progress_view_on",
|
|
33
|
-
FONT_DISABLED = "font_disabled",
|
|
34
|
-
BT_TAB_OFF = "bt_tab_off",
|
|
35
|
-
BG = "bg",
|
|
36
|
-
FONT_BT_PROGRAM = "font_bt_program",
|
|
37
|
-
BG_RANKING = "bg_ranking",
|
|
38
|
-
BG_STORY = "bg_story",
|
|
39
|
-
BG_NEW_COMMENT = "bg_new_comment",
|
|
40
|
-
SHADOW = "shadow",
|
|
41
|
-
BG_SURVEY = "bg_survey",
|
|
42
|
-
BG_LIVE = "bg_live",
|
|
43
|
-
BG_VIEW_LIVE = "bg_view_live",
|
|
44
|
-
MAIN2 = "main_2",
|
|
45
|
-
BT_TAG_ON = "bt_tag_on",
|
|
46
|
-
TEXT_COLOR = "text_color",
|
|
47
|
-
TEXT_STORY = "text_story",
|
|
48
|
-
BT_REGISTER = "bt_register",
|
|
49
|
-
BT_SHADOW_PROFILE = "bt_shadow_profile",
|
|
50
|
-
FONT_REGISTER = "font_register",
|
|
51
|
-
FONT_BT_MAIN = "font_bt_main",
|
|
52
|
-
FONT_BT_QUIZ = "font_bt_quiz",
|
|
53
|
-
FONT_BT_VIEW = "font_bt_view",
|
|
54
|
-
FONT_BT_TAG_OFF = "font_bt_tag_off",
|
|
55
|
-
FONT_BT_TAG_ON = "font_bt_tag_on",
|
|
56
|
-
ATTENTION_COLOR = "attention_color",
|
|
57
|
-
QUIZ_ERROR = "quiz_error",
|
|
58
|
-
BG_NAV = "bg_nav",
|
|
59
|
-
BT_OPEN_E_CLOSE = "bt_open_e_close",
|
|
60
|
-
IC_TYPE_CLASS = "ic_type_class",
|
|
61
|
-
IC_TYPE_LIVE = "ic_type_live",
|
|
62
|
-
IC_TYPE_DISABLED = "ic_type_disabled",
|
|
63
|
-
BT_DOWNLOAD = "bt_download",
|
|
64
|
-
BT_DISABLED = "bt_disabled",
|
|
65
|
-
BT_DISABLED_HOME = "bt_disabled_home",
|
|
66
|
-
BT_CHECK_OFF = "bt_check_off",
|
|
67
|
-
ACTIONS_OFF = "actions_off",
|
|
68
|
-
BT_PROGRAM = "bt_program",
|
|
69
|
-
PLAYER_CONTROLS = "player_controls",
|
|
70
|
-
RATING_OFF = "rating_off",
|
|
71
|
-
RATING_ON = "rating_on",
|
|
72
|
-
ACTIONS_ON = "actions_on",
|
|
73
|
-
TAG_VIP_HIGHLIGHT = "tag_vip_highlight",
|
|
74
|
-
BT_CHECK_ON = "bt_check_on",
|
|
75
|
-
BT_TAB_ON = "bt_tab_on",
|
|
76
|
-
BT_VIEW_DEG1 = "bt_view_deg1",
|
|
77
|
-
LINE_DIVISER = "line_diviser",
|
|
78
|
-
BG_SEC = "bg_sec",
|
|
79
|
-
BG_SEARCH = "bg_search",
|
|
80
|
-
FONT_PRICE = "font_price",
|
|
81
|
-
BT_LIKE_ON = "bt_like_on",
|
|
82
|
-
BG_CARD = "bg_card",
|
|
83
|
-
BT_TAG_OFF = "bt_tag_off",
|
|
84
|
-
BT_TAG_VIP = "bt_tag_vip",
|
|
85
|
-
BT_PROFILE = "bt_profile",
|
|
86
|
-
BT_PRICE_DEG1 = "bt_price_deg1",
|
|
87
|
-
BT_PRICE_DEG2 = "bt_price_deg2",
|
|
88
|
-
BT_LIKE_OFF = "bt_like_off",
|
|
89
|
-
BT_LOCK = "bt_lock",
|
|
90
|
-
BT_TRASH = "bt_trash",
|
|
91
|
-
BG_COMMENT = "bg_comment",
|
|
92
|
-
BG_POST = "bg_post",
|
|
93
|
-
BT_HIGHLIGHT = "bt_highlight",
|
|
94
|
-
ATTENTION_BADGE = "attention_badge",
|
|
95
|
-
BT_BORDER_PROFILE = "bt_border_profile",
|
|
96
|
-
BT_MAIN_DEG1 = "bt_main_deg1",
|
|
97
|
-
BT_MAIN_DEG2 = "bt_main_deg2",
|
|
98
|
-
BT_VIEW_DEG2 = "bt_view_deg2",
|
|
99
|
-
BG_MODULO = "bg_modulo",
|
|
100
|
-
BG_MODULO_RANKING = "bg_modulo_ranking",
|
|
101
|
-
QUIZ_RIGHT = "quiz_right",
|
|
102
|
-
BT_BANNER_MAIN = "bt_banner_main",
|
|
103
|
-
FONT_BT_BANNER = "font_bt_banner",
|
|
104
|
-
BT_BANNER = "bt_banner",
|
|
105
|
-
FONT_BT_BANNER_MAIN = "font_bt_banner_main",
|
|
106
|
-
BORDER_BANNER = "border_banner",
|
|
107
|
-
INPUT_ERROR = "input_error",
|
|
108
|
-
BT_BACK = "bt_back",
|
|
109
|
-
TEXT_COMMENT_SEC = "text_comment_sec",
|
|
110
|
-
BT_IA_DEG1 = "bt_ia_deg1",
|
|
111
|
-
BT_IA_DEG2 = "bt_ia_deg2",
|
|
112
|
-
NORMAL = "normal",
|
|
113
|
-
BG_CLIPS = "bg_clips",
|
|
114
|
-
FONT_CLIPS = "font_clips",
|
|
115
|
-
BG_MASK_0 = "bg_mask_0",
|
|
116
|
-
BG_MASK_80 = "bg_mask_80",
|
|
117
|
-
BG_MASK_20 = "bg_mask_20",
|
|
118
|
-
BG_MASK_8_0 = "bg_mask_8_0",
|
|
119
|
-
BG_MASK_2_0 = "bg_mask_2_0",
|
|
120
|
-
TEXT_CHALLENGE_AUX = "text_challenge_aux",
|
|
121
|
-
TEXT_CHALLENGE_HIGHLIGHT = "text_challenge_highlight",
|
|
122
|
-
BG_CHALLENGE = "bg_challenge",
|
|
123
|
-
BG_MODULO_CHALLENGE = "bg_modulo_challenge",
|
|
124
|
-
CHALLENGE_HIGHLIGHT = "challenge_highlight",
|
|
125
|
-
BT_CHALLENGE = "bt_challenge",
|
|
126
|
-
FONT_BT_CHALLENGE = "font_bt_challenge",
|
|
127
|
-
CHALLENGE_OFF = "challenge_off",
|
|
128
|
-
TEXT_CHALLENGE_DISABLED = "text_challenge_disabled",
|
|
129
|
-
TEXT_CHALLENGE_MAIN = "text_challenge_main",
|
|
130
|
-
CHALLENGE_WAY = "challenge_way",
|
|
131
|
-
AUX_TAG_EXPLORER_AUX = "aux_tag_explorer_aux",
|
|
132
|
-
TAG_EXPLORER_AUX = "tag_explorer_aux",
|
|
133
|
-
BT_TAG_EXPLORER_OFF = "bt_tag_explorer_off",
|
|
134
|
-
BT_TAG_EXPLORER_ON = "bt_tag_explorer_on",
|
|
135
|
-
FONT_BT_TAG_EXPLORER_OFF = "font_bt_tag_explorer_off",
|
|
136
|
-
TAG_EXPLORER_HIGHLIGHT = "tag_explorer_highlight",
|
|
137
|
-
FONT_BT_TAG_EXPLORER_ON = "font_bt_tag_explorer_on",
|
|
138
|
-
BT_EXPLORER = "bt_explorer",
|
|
139
|
-
BT_EXPLORER_AUX = "bt_explorer_aux",
|
|
140
|
-
BG_EXPLORER = "bg_explorer",
|
|
141
|
-
BG_EXPLORER_DEG1 = "bg_explorer_deg_1",
|
|
142
|
-
BG_EXPLORER_DEG2 = "bg_explorer_deg_2",
|
|
143
|
-
BG_CARD_COMMENT = "bg_card_comment",
|
|
144
|
-
BG_USER_CHAT_IA = "bg_user_chat_ia",
|
|
145
|
-
TEXT_CHAT_IA = "text_chat_ia",
|
|
146
|
-
FONT_BT_EXPLORER = "font_bt_explorer",
|
|
147
|
-
FONT_BT_EXPLORER_AUX = "font_bt_explorer_aux",
|
|
148
|
-
FONT_BT_EXPLORER_MAIN = "font_bt_explorer_main",
|
|
149
|
-
BT_EXPLORER_MAIN = "bt_explorer_main",
|
|
150
|
-
BT_EXPLORER_RANKING = "bt_explorer_ranking",
|
|
151
|
-
FONT_BT_EXPLORER_RANKING = "font_bt_explorer_ranking",
|
|
152
|
-
BG_CARD_EXPLORER = "bg_card_explorer",
|
|
153
|
-
BG_CARD_EXPLORER_MAIN = "bg_card_explorer_main",
|
|
154
|
-
BORDER_CARD_EXPLORER = "border_card_explorer"
|
|
155
|
-
}
|
|
156
|
-
//# sourceMappingURL=uicolor.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"uicolor.d.ts","sourceRoot":"","sources":["../../../../../../../libs/sdui/src/lib/core/uitheme/enums/uicolor.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"uicontent-type.d.ts","sourceRoot":"","sources":["../../../../../../../libs/sdui/src/lib/core/uitheme/enums/uicontent-type.ts"],"names":[],"mappings":"AAAA,oBAAY,aAAa;IACvB,KAAK,UAAU;IACf,KAAK,UAAU;IACf,IAAI,SAAS;IACb,IAAI,SAAS;IACb,IAAI,SAAS;IACb,IAAI,SAAS;IACb,IAAI,SAAS;CACd"}
|
|
@@ -1,48 +0,0 @@
|
|
|
1
|
-
export declare enum UIDimension {
|
|
2
|
-
P100 = "p100",// 100%
|
|
3
|
-
P90 = "p90",// 90,
|
|
4
|
-
P80 = "p80",// 80,
|
|
5
|
-
P70 = "p70",// ..,
|
|
6
|
-
P60 = "p60",
|
|
7
|
-
P50 = "p50",
|
|
8
|
-
P40 = "p40",
|
|
9
|
-
P30 = "p30",
|
|
10
|
-
P20 = "p20",
|
|
11
|
-
P10 = "p10",
|
|
12
|
-
D310 = "d310",// 310p,
|
|
13
|
-
D240 = "d240",// 240p,
|
|
14
|
-
D180 = "d180",// 180p,
|
|
15
|
-
D150 = "d150",// 150p,
|
|
16
|
-
D120 = "d120",// 120p,
|
|
17
|
-
D110 = "d110",// ..,
|
|
18
|
-
D100 = "d100",
|
|
19
|
-
D90 = "d90",
|
|
20
|
-
D80 = "d80",
|
|
21
|
-
D72 = "d72",
|
|
22
|
-
D64 = "d64",
|
|
23
|
-
D60 = "d60",
|
|
24
|
-
D56 = "d56",
|
|
25
|
-
D48 = "d48",
|
|
26
|
-
D42 = "d42",
|
|
27
|
-
D40 = "d40",
|
|
28
|
-
D36 = "d36",
|
|
29
|
-
D32 = "d32",
|
|
30
|
-
D30 = "d30",
|
|
31
|
-
D28 = "d28",
|
|
32
|
-
D26 = "d26",
|
|
33
|
-
D24 = "d24",
|
|
34
|
-
D22 = "d22",
|
|
35
|
-
D20 = "d20",
|
|
36
|
-
D18 = "d18",
|
|
37
|
-
D16 = "d16",
|
|
38
|
-
D14 = "d14",
|
|
39
|
-
D12 = "d12",
|
|
40
|
-
D10 = "d10",
|
|
41
|
-
D8 = "d8",
|
|
42
|
-
D5 = "d5",
|
|
43
|
-
D4 = "d4",
|
|
44
|
-
D3 = "d3",
|
|
45
|
-
D2 = "d2",
|
|
46
|
-
D1 = "d1"
|
|
47
|
-
}
|
|
48
|
-
//# sourceMappingURL=uidimension.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"uidimension.d.ts","sourceRoot":"","sources":["../../../../../../../libs/sdui/src/lib/core/uitheme/enums/uidimension.ts"],"names":[],"mappings":"AAAA,oBAAY,WAAW;IAErB,IAAI,SAAS,CAAE,OAAO;IACtB,GAAG,QAAQ,CAAE,MAAM;IACnB,GAAG,QAAQ,CAAE,MAAM;IACnB,GAAG,QAAQ,CAAE,MAAM;IACnB,GAAG,QAAQ;IACX,GAAG,QAAQ;IACX,GAAG,QAAQ;IACX,GAAG,QAAQ;IACX,GAAG,QAAQ;IACX,GAAG,QAAQ;IAEX,IAAI,SAAS,CAAE,QAAQ;IACvB,IAAI,SAAS,CAAE,QAAQ;IACvB,IAAI,SAAS,CAAE,QAAQ;IACvB,IAAI,SAAS,CAAE,QAAQ;IACvB,IAAI,SAAS,CAAE,QAAQ;IACvB,IAAI,SAAS,CAAE,MAAM;IACrB,IAAI,SAAS;IACb,GAAG,QAAQ;IACX,GAAG,QAAQ;IACX,GAAG,QAAQ;IACX,GAAG,QAAQ;IACX,GAAG,QAAQ;IACX,GAAG,QAAQ;IACX,GAAG,QAAQ;IACX,GAAG,QAAQ;IACX,GAAG,QAAQ;IACX,GAAG,QAAQ;IACX,GAAG,QAAQ;IACX,GAAG,QAAQ;IACX,GAAG,QAAQ;IACX,GAAG,QAAQ;IACX,GAAG,QAAQ;IACX,GAAG,QAAQ;IACX,GAAG,QAAQ;IACX,GAAG,QAAQ;IACX,GAAG,QAAQ;IACX,GAAG,QAAQ;IACX,GAAG,QAAQ;IACX,GAAG,QAAQ;IACX,EAAE,OAAO;IACT,EAAE,OAAO;IACT,EAAE,OAAO;IACT,EAAE,OAAO;IACT,EAAE,OAAO;IACT,EAAE,OAAO;CACV"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"uijustify.d.ts","sourceRoot":"","sources":["../../../../../../../libs/sdui/src/lib/core/uitheme/enums/uijustify.ts"],"names":[],"mappings":"AAAA,oBAAY,SAAS;IAEnB,KAAK,UAAU;IACf,MAAM,WAAW;IACjB,GAAG,QAAQ;IACX,OAAO,kBAAkB;IACzB,MAAM,iBAAiB;CACxB"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"uipadding-level.d.ts","sourceRoot":"","sources":["../../../../../../../libs/sdui/src/lib/core/uitheme/enums/uipadding-level.ts"],"names":[],"mappings":"AAAA,oBAAY,cAAc;IACxB,EAAE,OAAO,CAAE,MAAM;IACjB,EAAE,OAAO,CAAE,MAAM;IACjB,EAAE,OAAO,CAAE,OAAO;IAClB,EAAE,OAAO,CAAE,OAAO;IAClB,EAAE,OAAO,CAAE,OAAO;IAClB,EAAE,OAAO,CAAE,OAAO;IAClB,EAAE,OAAO,CAAE,OAAO;IAClB,EAAE,OAAO;CACV"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"uipresentation-style.d.ts","sourceRoot":"","sources":["../../../../../../../libs/sdui/src/lib/core/uitheme/enums/uipresentation-style.ts"],"names":[],"mappings":"AAAA,oBAAY,mBAAmB;IAC7B,IAAI,SAAS;IACb,KAAK,UAAU;IACf,UAAU,eAAe;CAC1B"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"uiradius-level.d.ts","sourceRoot":"","sources":["../../../../../../../libs/sdui/src/lib/core/uitheme/enums/uiradius-level.ts"],"names":[],"mappings":"AAAA,oBAAY,aAAa;IACvB,EAAE,OAAO,CAAE,MAAM;IACjB,EAAE,OAAO,CAAE,MAAM;IACjB,EAAE,OAAO,CAAE,MAAM;IACjB,EAAE,OAAO,CAAE,OAAO;IAClB,EAAE,OAAO,CAAE,OAAO;IAClB,GAAG,QAAQ;CACZ"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"uishadow-blur-radius.d.ts","sourceRoot":"","sources":["../../../../../../../libs/sdui/src/lib/core/uitheme/enums/uishadow-blur-radius.ts"],"names":[],"mappings":"AAAA,oBAAY,kBAAkB;IAC5B,EAAE,OAAO;CACV"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"uishadow-offset.d.ts","sourceRoot":"","sources":["../../../../../../../libs/sdui/src/lib/core/uitheme/enums/uishadow-offset.ts"],"names":[],"mappings":"AAAA,oBAAY,cAAc;IACxB,EAAE,OAAO;CACV"}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
export declare enum UISize {
|
|
2
|
-
THUMB_1 = "thumb_1",// 100x56
|
|
3
|
-
THUMB_2 = "thumb_2",// 106x40
|
|
4
|
-
THUMB_3 = "thumb_3",// 240x135
|
|
5
|
-
THUMB_4 = "thumb_4",// 300x170
|
|
6
|
-
ASSET_1 = "asset_1",// 26x26
|
|
7
|
-
ASSET_2 = "asset_2",// 16x16
|
|
8
|
-
ASSET_3 = "asset_3",// 80x80
|
|
9
|
-
ASSET_4 = "asset_4",// 60x60
|
|
10
|
-
ASSET_5 = "asset_5",// 18x18
|
|
11
|
-
ASSET_6 = "asset_6",// 20x20
|
|
12
|
-
ASSET_7 = "asset_7",// 22x22
|
|
13
|
-
ASSET_8 = "asset_8",// 24x24
|
|
14
|
-
ASSET_9 = "asset_9",// 40x40
|
|
15
|
-
ASSET_10 = "asset_10",// 30x30
|
|
16
|
-
CARD_1 = "card_1",// 210x201
|
|
17
|
-
CARD_2 = "card_2",// 300x315
|
|
18
|
-
CARD_3 = "card_3",// 300x375
|
|
19
|
-
CARD_4 = "card_4"
|
|
20
|
-
}
|
|
21
|
-
//# sourceMappingURL=uisize.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"uisize.d.ts","sourceRoot":"","sources":["../../../../../../../libs/sdui/src/lib/core/uitheme/enums/uisize.ts"],"names":[],"mappings":"AAAA,oBAAY,MAAM;IAChB,OAAO,YAAY,CAAE,SAAS;IAC9B,OAAO,YAAY,CAAE,SAAS;IAC9B,OAAO,YAAY,CAAE,UAAU;IAC/B,OAAO,YAAY,CAAE,UAAU;IAE/B,OAAO,YAAY,CAAE,QAAQ;IAC7B,OAAO,YAAY,CAAE,QAAQ;IAC7B,OAAO,YAAY,CAAE,QAAQ;IAC7B,OAAO,YAAY,CAAE,QAAQ;IAC7B,OAAO,YAAY,CAAE,QAAQ;IAC7B,OAAO,YAAY,CAAE,QAAQ;IAC7B,OAAO,YAAY,CAAE,QAAQ;IAC7B,OAAO,YAAY,CAAE,QAAQ;IAC7B,OAAO,YAAY,CAAE,QAAQ;IAC7B,QAAQ,aAAa,CAAE,QAAQ;IAE/B,MAAM,WAAW,CAAE,UAAU;IAC7B,MAAM,WAAW,CAAE,UAAU;IAC7B,MAAM,WAAW,CAAE,UAAU;IAC7B,MAAM,WAAW;CAClB"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"uispacing-level.d.ts","sourceRoot":"","sources":["../../../../../../../libs/sdui/src/lib/core/uitheme/enums/uispacing-level.ts"],"names":[],"mappings":"AAAA,oBAAY,cAAc;IACxB,EAAE,OAAO,CAAE,MAAM;IACjB,EAAE,OAAO,CAAE,MAAM;IACjB,EAAE,OAAO,CAAE,OAAO;IAClB,EAAE,OAAO,CAAE,OAAO;IAClB,EAAE,OAAO,CAAE,OAAO;IAClB,EAAE,OAAO;CACV"}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
export declare enum UITextStyle {
|
|
2
|
-
LARGE_TITLE = "large_title",
|
|
3
|
-
TITLE_1 = "title_1",
|
|
4
|
-
TITLE_2 = "title_2",
|
|
5
|
-
TITLE_3 = "title_3",
|
|
6
|
-
CALLOUT = "callout",
|
|
7
|
-
HEADLINE = "headline",
|
|
8
|
-
SUBHEADLINE = "subheadline",
|
|
9
|
-
BODY = "body",
|
|
10
|
-
CAPTION_1 = "caption_1",
|
|
11
|
-
CAPTION_2 = "caption_2",
|
|
12
|
-
FOOTNOTE = "footnote"
|
|
13
|
-
}
|
|
14
|
-
//# sourceMappingURL=uitext-style.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"uitext-style.d.ts","sourceRoot":"","sources":["../../../../../../../libs/sdui/src/lib/core/uitheme/enums/uitext-style.ts"],"names":[],"mappings":"AAAA,oBAAY,WAAW;IACrB,WAAW,gBAAgB;IAC3B,OAAO,YAAY;IACnB,OAAO,YAAY;IACnB,OAAO,YAAY;IACnB,OAAO,YAAY;IACnB,QAAQ,aAAa;IACrB,WAAW,gBAAgB;IAC3B,IAAI,SAAS;IACb,SAAS,cAAc;IACvB,SAAS,cAAc;IACvB,QAAQ,aAAa;CACtB"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"alignment-mapping.d.ts","sourceRoot":"","sources":["../../../../../../../libs/sdui/src/lib/core/uitheme/mapping/alignment-mapping.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,2BAA2B,CAAC;AAE5D,eAAO,MAAM,gBAAgB,EAAE,MAAM,CAAC,eAAe,EAAE,MAAM,CAI5D,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"aspect-mapping.d.ts","sourceRoot":"","sources":["../../../../../../../libs/sdui/src/lib/core/uitheme/mapping/aspect-mapping.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAC;AAEtD,eAAO,MAAM,aAAa,EAAE,MAAM,CAAC,YAAY,EAAE,MAAM,CAGtD,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"asset-mapping.d.ts","sourceRoot":"","sources":["../../../../../../../libs/sdui/src/lib/core/uitheme/mapping/asset-mapping.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,kBAAkB,CAAC;AAE3C,eAAO,MAAM,YAAY,EAAE,MAAM,CAAC,OAAO,EAAE,MAAM,CAkehD,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"color-mapping.d.ts","sourceRoot":"","sources":["../../../../../../../libs/sdui/src/lib/core/uitheme/mapping/color-mapping.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,kBAAkB,CAAC;AAE3C,eAAO,MAAM,YAAY,EAAE,MAAM,CAAC,OAAO,EAAE,MAAM,CA0JhD,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"dimension-mapping.d.ts","sourceRoot":"","sources":["../../../../../../../libs/sdui/src/lib/core/uitheme/mapping/dimension-mapping.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAEnD,eAAO,MAAM,gBAAgB,EAAE,MAAM,CAAC,WAAW,EAAE,MAAM,CAiDxD,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"justify-mapping.d.ts","sourceRoot":"","sources":["../../../../../../../libs/sdui/src/lib/core/uitheme/mapping/justify-mapping.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,oBAAoB,CAAC;AAE/C,eAAO,MAAM,cAAc,EAAE,MAAM,CAAC,SAAS,EAAE,MAAM,CAMpD,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"pad-mapping.d.ts","sourceRoot":"","sources":["../../../../../../../libs/sdui/src/lib/core/uitheme/mapping/pad-mapping.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,0BAA0B,CAAC;AAE1D,eAAO,MAAM,UAAU,EAAE,MAAM,CAAC,cAAc,EAAE,MAAM,CASrD,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"radius-mapping.d.ts","sourceRoot":"","sources":["../../../../../../../libs/sdui/src/lib/core/uitheme/mapping/radius-mapping.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,yBAAyB,CAAC;AAExD,eAAO,MAAM,aAAa,EAAE,MAAM,CAAC,aAAa,EAAE,MAAM,CAOvD,CAAC"}
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import { UIShadowOffset } from '../enums/uishadow-offset';
|
|
2
|
-
import { UIShadowBlurRadius } from '../enums/uishadow-blur-radius';
|
|
3
|
-
export declare const shadowOffsetMapping: Record<UIShadowOffset, string>;
|
|
4
|
-
export declare const shadowBlurRadiusMapping: Record<UIShadowBlurRadius, string>;
|
|
5
|
-
//# sourceMappingURL=shadow-mapping.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"shadow-mapping.d.ts","sourceRoot":"","sources":["../../../../../../../libs/sdui/src/lib/core/uitheme/mapping/shadow-mapping.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,0BAA0B,CAAC;AAC1D,OAAO,EAAE,kBAAkB,EAAE,MAAM,+BAA+B,CAAC;AAEnE,eAAO,MAAM,mBAAmB,EAAE,MAAM,CAAC,cAAc,EAAE,MAAM,CAE9D,CAAC;AAEF,eAAO,MAAM,uBAAuB,EAAE,MAAM,CAAC,kBAAkB,EAAE,MAAM,CAEtE,CAAC"}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { UISize } from '../enums/uisize';
|
|
2
|
-
export interface SizeConfig {
|
|
3
|
-
width: string;
|
|
4
|
-
height: string;
|
|
5
|
-
scalable: boolean;
|
|
6
|
-
}
|
|
7
|
-
export declare const sizeMapping: Record<UISize, SizeConfig>;
|
|
8
|
-
/** @deprecated Use `sizeMapping[size].height` */
|
|
9
|
-
export declare const sizeMappingHeight: Record<UISize, string>;
|
|
10
|
-
/** @deprecated Use `sizeMapping[size].width` */
|
|
11
|
-
export declare const sizeMappingWidth: Record<UISize, string>;
|
|
12
|
-
//# sourceMappingURL=size-mapping.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"size-mapping.d.ts","sourceRoot":"","sources":["../../../../../../../libs/sdui/src/lib/core/uitheme/mapping/size-mapping.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AAEzC,MAAM,WAAW,UAAU;IACzB,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;IACf,QAAQ,EAAE,OAAO,CAAC;CACnB;AAED,eAAO,MAAM,WAAW,EAAE,MAAM,CAAC,MAAM,EAAE,UAAU,CAqBlD,CAAC;AAEF,iDAAiD;AACjD,eAAO,MAAM,iBAAiB,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAE1B,CAAC;AAE5B,gDAAgD;AAChD,eAAO,MAAM,gBAAgB,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAEzB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"space-mapping.d.ts","sourceRoot":"","sources":["../../../../../../../libs/sdui/src/lib/core/uitheme/mapping/space-mapping.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,0BAA0B,CAAC;AAE1D,eAAO,MAAM,YAAY,EAAE,MAAM,CAAC,cAAc,EAAE,MAAM,CAOvD,CAAC"}
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import { UITextStyle } from '../enums/uitext-style';
|
|
2
|
-
export declare function getTextStyleMappingFontSize(): Record<string, string>;
|
|
3
|
-
export declare const textStyleMappingFontWeight: Record<UITextStyle, string>;
|
|
4
|
-
export declare const textStyleMappingLineHeight: Record<UITextStyle, string>;
|
|
5
|
-
//# sourceMappingURL=text-style-mapping.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"text-style-mapping.d.ts","sourceRoot":"","sources":["../../../../../../../libs/sdui/src/lib/core/uitheme/mapping/text-style-mapping.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAC;AAGpD,wBAAgB,2BAA2B,IAAI,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAEpE;AAED,eAAO,MAAM,0BAA0B,EAAE,MAAM,CAAC,WAAW,EAAE,MAAM,CAYlE,CAAC;AAEF,eAAO,MAAM,0BAA0B,EAAE,MAAM,CAAC,WAAW,EAAE,MAAM,CAYlE,CAAA"}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { UIActionType } from '../enums/uiaction-type';
|
|
2
|
-
import { UIPresentationStyle } from '../enums/uipresentation-style';
|
|
3
|
-
export interface UIAction {
|
|
4
|
-
canAccess?: boolean | null;
|
|
5
|
-
url?: string | null;
|
|
6
|
-
type?: UIActionType | null;
|
|
7
|
-
presentationStyle?: UIPresentationStyle | null;
|
|
8
|
-
param?: string | null;
|
|
9
|
-
}
|
|
10
|
-
//# sourceMappingURL=uiaction.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"uiaction.d.ts","sourceRoot":"","sources":["../../../../../../../libs/sdui/src/lib/core/uitheme/models/uiaction.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAC;AACtD,OAAO,EAAE,mBAAmB,EAAE,MAAM,+BAA+B,CAAC;AAEpE,MAAM,WAAW,QAAQ;IACvB,SAAS,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAC3B,GAAG,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACpB,IAAI,CAAC,EAAE,YAAY,GAAG,IAAI,CAAC;IAC3B,iBAAiB,CAAC,EAAE,mBAAmB,GAAG,IAAI,CAAC;IAC/C,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CACvB"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"uialignment.d.ts","sourceRoot":"","sources":["../../../../../../../libs/sdui/src/lib/core/uitheme/models/uialignment.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,2BAA2B,CAAC;AAE5D,MAAM,WAAW,WAAW;IAC1B,SAAS,CAAC,EAAE,eAAe,CAAC;CAC7B"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"uibackground.d.ts","sourceRoot":"","sources":["../../../../../../../libs/sdui/src/lib/core/uitheme/models/uibackground.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,kBAAkB,CAAC;AAE3C,MAAM,WAAW,YAAY;IAC3B,eAAe,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IACjC,cAAc,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAChC,cAAc,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;CACjC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"uicontent-inset.d.ts","sourceRoot":"","sources":["../../../../../../../libs/sdui/src/lib/core/uitheme/models/uicontent-inset.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,0BAA0B,CAAC;AAE1D,MAAM,WAAW,cAAc;IAC7B,GAAG,CAAC,EAAE,cAAc,CAAC;IACrB,KAAK,CAAC,EAAE,cAAc,CAAC;IACvB,MAAM,CAAC,EAAE,cAAc,CAAC;IACxB,IAAI,CAAC,EAAE,cAAc,CAAC;CACvB"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"uihover.d.ts","sourceRoot":"","sources":["../../../../../../../libs/sdui/src/lib/core/uitheme/models/uihover.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,OAAO;IACtB,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAC9B"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"uipadding.d.ts","sourceRoot":"","sources":["../../../../../../../libs/sdui/src/lib/core/uitheme/models/uipadding.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,0BAA0B,CAAC;AAE1D,MAAM,WAAW,SAAS;IACxB,GAAG,CAAC,EAAE,cAAc,CAAC;IACrB,KAAK,CAAC,EAAE,cAAc,CAAC;IACvB,MAAM,CAAC,EAAE,cAAc,CAAC;IACxB,IAAI,CAAC,EAAE,cAAc,CAAC;CACvB"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { UIRadiusLevel } from '../enums/uiradius-level';
|
|
2
|
-
export interface UIRadius {
|
|
3
|
-
topLeft?: UIRadiusLevel | null;
|
|
4
|
-
topRight?: UIRadiusLevel | null;
|
|
5
|
-
bottomLeft?: UIRadiusLevel | null;
|
|
6
|
-
bottomRight?: UIRadiusLevel | null;
|
|
7
|
-
}
|
|
8
|
-
//# sourceMappingURL=uiradius.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"uiradius.d.ts","sourceRoot":"","sources":["../../../../../../../libs/sdui/src/lib/core/uitheme/models/uiradius.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,yBAAyB,CAAC;AAExD,MAAM,WAAW,QAAQ;IACvB,OAAO,CAAC,EAAE,aAAa,GAAC,IAAI,CAAC;IAC7B,QAAQ,CAAC,EAAE,aAAa,GAAC,IAAI,CAAC;IAC9B,UAAU,CAAC,EAAE,aAAa,GAAC,IAAI,CAAC;IAChC,WAAW,CAAC,EAAE,aAAa,GAAC,IAAI,CAAC;CAClC"}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { UIColor } from '../enums/uicolor';
|
|
2
|
-
import { UIShadowBlurRadius } from '../enums/uishadow-blur-radius';
|
|
3
|
-
import { UIShadowOffset } from '../enums/uishadow-offset';
|
|
4
|
-
export interface UIShadow {
|
|
5
|
-
color?: UIColor;
|
|
6
|
-
offsetX?: UIShadowOffset;
|
|
7
|
-
offsetY?: UIShadowOffset;
|
|
8
|
-
blurRadius?: UIShadowBlurRadius;
|
|
9
|
-
opacity?: number;
|
|
10
|
-
}
|
|
11
|
-
//# sourceMappingURL=uishadow.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"uishadow.d.ts","sourceRoot":"","sources":["../../../../../../../libs/sdui/src/lib/core/uitheme/models/uishadow.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,kBAAkB,CAAC;AAC3C,OAAO,EAAE,kBAAkB,EAAE,MAAM,+BAA+B,CAAC;AACnE,OAAO,EAAE,cAAc,EAAE,MAAM,0BAA0B,CAAC;AAE1D,MAAM,WAAW,QAAQ;IACvB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,OAAO,CAAC,EAAE,cAAc,CAAC;IACzB,OAAO,CAAC,EAAE,cAAc,CAAC;IACzB,UAAU,CAAC,EAAE,kBAAkB,CAAC;IAChC,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"uispacing.d.ts","sourceRoot":"","sources":["../../../../../../../libs/sdui/src/lib/core/uitheme/models/uispacing.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,0BAA0B,CAAC;AAE1D,MAAM,WAAW,SAAS;IACxB,OAAO,CAAC,EAAE,cAAc,CAAC;CAC1B"}
|