@taiga-ui/addon-mobile 2.55.0 → 3.0.0-rc.0
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/bundles/taiga-ui-addon-mobile-components-mobile-calendar-dialog.umd.js +69 -283
- package/bundles/taiga-ui-addon-mobile-components-mobile-calendar-dialog.umd.js.map +1 -1
- package/bundles/taiga-ui-addon-mobile-components-mobile-calendar.umd.js +538 -406
- package/bundles/taiga-ui-addon-mobile-components-mobile-calendar.umd.js.map +1 -1
- package/bundles/taiga-ui-addon-mobile-components-mobile-dialog.umd.js +417 -294
- package/bundles/taiga-ui-addon-mobile-components-mobile-dialog.umd.js.map +1 -1
- package/bundles/taiga-ui-addon-mobile-components-pull-to-refresh.umd.js +437 -324
- package/bundles/taiga-ui-addon-mobile-components-pull-to-refresh.umd.js.map +1 -1
- package/bundles/taiga-ui-addon-mobile-components-sheet.umd.js +878 -688
- package/bundles/taiga-ui-addon-mobile-components-sheet.umd.js.map +1 -1
- package/bundles/taiga-ui-addon-mobile-components-theme-android.umd.js +374 -265
- package/bundles/taiga-ui-addon-mobile-components-theme-android.umd.js.map +1 -1
- package/bundles/taiga-ui-addon-mobile-components-theme-ios.umd.js +374 -265
- package/bundles/taiga-ui-addon-mobile-components-theme-ios.umd.js.map +1 -1
- package/bundles/taiga-ui-addon-mobile-components.umd.js +17 -31
- package/bundles/taiga-ui-addon-mobile-components.umd.js.map +1 -1
- package/bundles/taiga-ui-addon-mobile-const.umd.js +10 -255
- package/bundles/taiga-ui-addon-mobile-const.umd.js.map +1 -1
- package/bundles/taiga-ui-addon-mobile-directives-elastic-sticky.umd.js +418 -305
- package/bundles/taiga-ui-addon-mobile-directives-elastic-sticky.umd.js.map +1 -1
- package/bundles/taiga-ui-addon-mobile-directives-mobile-tabs.umd.js +119 -325
- package/bundles/taiga-ui-addon-mobile-directives-mobile-tabs.umd.js.map +1 -1
- package/bundles/taiga-ui-addon-mobile-directives-ripple.umd.js +103 -314
- package/bundles/taiga-ui-addon-mobile-directives-ripple.umd.js.map +1 -1
- package/bundles/taiga-ui-addon-mobile-directives-sidebar.umd.js +435 -315
- package/bundles/taiga-ui-addon-mobile-directives-sidebar.umd.js.map +1 -1
- package/bundles/taiga-ui-addon-mobile-directives-touchable.umd.js +414 -298
- package/bundles/taiga-ui-addon-mobile-directives-touchable.umd.js.map +1 -1
- package/bundles/taiga-ui-addon-mobile-directives.umd.js +13 -23
- package/bundles/taiga-ui-addon-mobile-directives.umd.js.map +1 -1
- package/bundles/taiga-ui-addon-mobile-interfaces.umd.js +2 -2
- package/bundles/taiga-ui-addon-mobile-interfaces.umd.js.map +1 -1
- package/bundles/taiga-ui-addon-mobile-internal-primitive-calendar-mobile.umd.js +405 -282
- package/bundles/taiga-ui-addon-mobile-internal-primitive-calendar-mobile.umd.js.map +1 -1
- package/bundles/taiga-ui-addon-mobile-internal.umd.js +5 -7
- package/bundles/taiga-ui-addon-mobile-internal.umd.js.map +1 -1
- package/bundles/taiga-ui-addon-mobile-tokens.umd.js +8 -4
- package/bundles/taiga-ui-addon-mobile-tokens.umd.js.map +1 -1
- package/bundles/taiga-ui-addon-mobile-types.umd.js +2 -2
- package/bundles/taiga-ui-addon-mobile-types.umd.js.map +1 -1
- package/bundles/taiga-ui-addon-mobile-utils.umd.js +8 -10
- package/bundles/taiga-ui-addon-mobile-utils.umd.js.map +1 -1
- package/bundles/taiga-ui-addon-mobile.umd.js +24 -30
- package/bundles/taiga-ui-addon-mobile.umd.js.map +1 -1
- package/components/mobile-calendar/mobile-calendar.component.d.ts +21 -2
- package/components/mobile-calendar/mobile-calendar.module.d.ts +12 -0
- package/components/mobile-calendar/package.json +2 -5
- package/components/mobile-calendar/taiga-ui-addon-mobile-components-mobile-calendar.d.ts +1 -0
- package/components/mobile-calendar-dialog/mobile-calendar-dialog.component.d.ts +3 -0
- package/components/mobile-calendar-dialog/mobile-calendar-dialog.module.d.ts +6 -2
- package/components/mobile-calendar-dialog/package.json +2 -5
- package/components/mobile-calendar-dialog/taiga-ui-addon-mobile-components-mobile-calendar-dialog.d.ts +1 -0
- package/components/mobile-dialog/mobile-dialog.component.d.ts +3 -0
- package/components/mobile-dialog/mobile-dialog.module.d.ts +9 -0
- package/components/mobile-dialog/mobile-dialog.service.d.ts +4 -1
- package/components/mobile-dialog/package.json +2 -5
- package/components/mobile-dialog/taiga-ui-addon-mobile-components-mobile-dialog.d.ts +1 -0
- package/components/package.json +2 -5
- package/components/pull-to-refresh/loader-android/loader-android.component.d.ts +3 -0
- package/components/pull-to-refresh/loader-ios/loader-ios.component.d.ts +3 -0
- package/components/pull-to-refresh/package.json +2 -5
- package/components/pull-to-refresh/pull-to-refresh.component.d.ts +3 -0
- package/components/pull-to-refresh/pull-to-refresh.module.d.ts +10 -0
- package/components/pull-to-refresh/taiga-ui-addon-mobile-components-pull-to-refresh.d.ts +1 -0
- package/components/sheet/components/sheet/sheet.component.d.ts +5 -2
- package/components/sheet/components/sheet/sheet.providers.d.ts +1 -5
- package/components/sheet/components/sheet-bar/sheet-bar.component.d.ts +5 -2
- package/components/sheet/components/sheet-heading/sheet-heading.component.d.ts +3 -0
- package/components/sheet/components/sheets-host/sheets-host.component.d.ts +3 -0
- package/components/sheet/directives/sheet-close/sheet-close.directive.d.ts +3 -0
- package/components/sheet/directives/sheet-stop/sheet-stop.directive.d.ts +3 -0
- package/components/sheet/directives/sheet-top/sheet-top.directive.d.ts +5 -2
- package/components/sheet/directives/sheet-wrapper/sheet-wrapper.directive.d.ts +3 -0
- package/components/sheet/package.json +2 -5
- package/components/sheet/sheet-options.d.ts +1 -1
- package/components/sheet/sheet-tokens.d.ts +5 -0
- package/components/sheet/sheet.d.ts +4 -0
- package/components/sheet/sheet.directive.d.ts +3 -0
- package/components/sheet/sheet.module.d.ts +17 -0
- package/components/sheet/sheet.service.d.ts +3 -0
- package/components/sheet/taiga-ui-addon-mobile-components-sheet.d.ts +1 -0
- package/components/taiga-ui-addon-mobile-components.d.ts +1 -0
- package/components/theme-android/package.json +2 -5
- package/components/theme-android/taiga-ui-addon-mobile-components-theme-android.d.ts +1 -0
- package/components/theme-android/theme-android.component.d.ts +3 -0
- package/components/theme-android/theme-android.module.d.ts +5 -0
- package/components/theme-ios/package.json +2 -5
- package/components/theme-ios/taiga-ui-addon-mobile-components-theme-ios.d.ts +1 -0
- package/components/theme-ios/theme-ios.component.d.ts +3 -0
- package/components/theme-ios/theme-ios.module.d.ts +5 -0
- package/const/package.json +2 -5
- package/const/taiga-ui-addon-mobile-const.d.ts +1 -0
- package/directives/elastic-sticky/elastic-sticky.directive.d.ts +3 -0
- package/directives/elastic-sticky/elastic-sticky.module.d.ts +5 -0
- package/directives/elastic-sticky/elastic-sticky.service.d.ts +3 -0
- package/directives/elastic-sticky/package.json +2 -5
- package/directives/elastic-sticky/taiga-ui-addon-mobile-directives-elastic-sticky.d.ts +1 -0
- package/directives/mobile-tabs/mobile-tabs.component.d.ts +3 -0
- package/directives/mobile-tabs/mobile-tabs.directive.d.ts +3 -0
- package/directives/mobile-tabs/mobile-tabs.module.d.ts +6 -0
- package/directives/mobile-tabs/package.json +2 -5
- package/directives/mobile-tabs/taiga-ui-addon-mobile-directives-mobile-tabs.d.ts +1 -0
- package/directives/package.json +2 -5
- package/directives/ripple/package.json +2 -5
- package/directives/ripple/ripple-styles.component.d.ts +3 -0
- package/directives/ripple/ripple.directive.d.ts +3 -0
- package/directives/ripple/ripple.module.d.ts +6 -0
- package/directives/ripple/taiga-ui-addon-mobile-directives-ripple.d.ts +1 -1
- package/directives/sidebar/package.json +2 -5
- package/directives/sidebar/sidebar.component.d.ts +3 -0
- package/directives/sidebar/sidebar.directive.d.ts +5 -2
- package/directives/sidebar/sidebar.module.d.ts +8 -0
- package/directives/sidebar/taiga-ui-addon-mobile-directives-sidebar.d.ts +1 -0
- package/directives/taiga-ui-addon-mobile-directives.d.ts +1 -0
- package/directives/touchable/package.json +2 -5
- package/directives/touchable/taiga-ui-addon-mobile-directives-touchable.d.ts +1 -0
- package/directives/touchable/touchable.directive.d.ts +6 -3
- package/directives/touchable/touchable.module.d.ts +5 -0
- package/esm2015/components/index.js +1 -1
- package/esm2015/components/mobile-calendar/index.js +1 -1
- package/esm2015/components/mobile-calendar/mobile-calendar.component.js +83 -63
- package/esm2015/components/mobile-calendar/mobile-calendar.const.js +1 -1
- package/esm2015/components/mobile-calendar/mobile-calendar.module.js +34 -13
- package/esm2015/components/mobile-calendar/mobile-calendar.providers.js +2 -2
- package/esm2015/components/mobile-calendar/mobile-calendar.strategy.js +2 -2
- package/esm2015/components/mobile-calendar/taiga-ui-addon-mobile-components-mobile-calendar.js +1 -1
- package/esm2015/components/mobile-calendar-dialog/index.js +1 -1
- package/esm2015/components/mobile-calendar-dialog/mobile-calendar-dialog.component.js +19 -17
- package/esm2015/components/mobile-calendar-dialog/mobile-calendar-dialog.module.js +27 -21
- package/esm2015/components/mobile-calendar-dialog/taiga-ui-addon-mobile-components-mobile-calendar-dialog.js +1 -1
- package/esm2015/components/mobile-dialog/index.js +2 -1
- package/esm2015/components/mobile-dialog/mobile-dialog-options.js +2 -1
- package/esm2015/components/mobile-dialog/mobile-dialog.component.js +28 -22
- package/esm2015/components/mobile-dialog/mobile-dialog.module.js +29 -20
- package/esm2015/components/mobile-dialog/mobile-dialog.service.js +13 -14
- package/esm2015/components/mobile-dialog/taiga-ui-addon-mobile-components-mobile-dialog.js +1 -1
- package/esm2015/components/pull-to-refresh/index.js +1 -1
- package/esm2015/components/pull-to-refresh/loader-android/loader-android.component.js +21 -19
- package/esm2015/components/pull-to-refresh/loader-ios/loader-ios.component.js +19 -16
- package/esm2015/components/pull-to-refresh/pull-to-refresh.component.js +31 -24
- package/esm2015/components/pull-to-refresh/pull-to-refresh.module.js +21 -16
- package/esm2015/components/pull-to-refresh/pull-to-refresh.providers.js +3 -3
- package/esm2015/components/pull-to-refresh/taiga-ui-addon-mobile-components-pull-to-refresh.js +1 -1
- package/esm2015/components/sheet/components/sheet/sheet.component.js +67 -55
- package/esm2015/components/sheet/components/sheet/sheet.providers.js +10 -10
- package/esm2015/components/sheet/components/sheet-bar/sheet-bar.component.js +29 -26
- package/esm2015/components/sheet/components/sheet-heading/sheet-heading.component.js +31 -25
- package/esm2015/components/sheet/components/sheets-host/sheets-host.component.js +33 -23
- package/esm2015/components/sheet/directives/sheet-close/sheet-close.directive.js +36 -29
- package/esm2015/components/sheet/directives/sheet-stop/sheet-stop.directive.js +33 -28
- package/esm2015/components/sheet/directives/sheet-top/sheet-top.directive.js +36 -31
- package/esm2015/components/sheet/directives/sheet-wrapper/sheet-wrapper.directive.js +38 -36
- package/esm2015/components/sheet/index.js +2 -1
- package/esm2015/components/sheet/ios.hacks.js +9 -9
- package/esm2015/components/sheet/sheet-options.js +5 -6
- package/esm2015/components/sheet/sheet-tokens.js +5 -0
- package/esm2015/components/sheet/sheet.directive.js +30 -23
- package/esm2015/components/sheet/sheet.js +2 -1
- package/esm2015/components/sheet/sheet.module.js +55 -29
- package/esm2015/components/sheet/sheet.service.js +14 -16
- package/esm2015/components/sheet/taiga-ui-addon-mobile-components-sheet.js +1 -1
- package/esm2015/components/taiga-ui-addon-mobile-components.js +1 -1
- package/esm2015/components/theme-android/index.js +1 -1
- package/esm2015/components/theme-android/taiga-ui-addon-mobile-components-theme-android.js +1 -1
- package/esm2015/components/theme-android/theme-android.component.js +16 -14
- package/esm2015/components/theme-android/theme-android.module.js +14 -11
- package/esm2015/components/theme-ios/index.js +1 -1
- package/esm2015/components/theme-ios/taiga-ui-addon-mobile-components-theme-ios.js +1 -1
- package/esm2015/components/theme-ios/theme-ios.component.js +16 -14
- package/esm2015/components/theme-ios/theme-ios.module.js +14 -11
- package/esm2015/const/index.js +1 -1
- package/esm2015/const/mobile-alert-options.js +2 -2
- package/esm2015/const/taiga-ui-addon-mobile-const.js +1 -1
- package/esm2015/directives/elastic-sticky/elastic-sticky.directive.js +20 -19
- package/esm2015/directives/elastic-sticky/elastic-sticky.module.js +14 -11
- package/esm2015/directives/elastic-sticky/elastic-sticky.service.js +29 -24
- package/esm2015/directives/elastic-sticky/index.js +1 -1
- package/esm2015/directives/elastic-sticky/taiga-ui-addon-mobile-directives-elastic-sticky.js +1 -1
- package/esm2015/directives/index.js +1 -1
- package/esm2015/directives/mobile-tabs/index.js +1 -1
- package/esm2015/directives/mobile-tabs/mobile-tabs.component.js +14 -12
- package/esm2015/directives/mobile-tabs/mobile-tabs.directive.js +38 -29
- package/esm2015/directives/mobile-tabs/mobile-tabs.module.js +15 -12
- package/esm2015/directives/mobile-tabs/taiga-ui-addon-mobile-directives-mobile-tabs.js +1 -1
- package/esm2015/directives/ripple/index.js +1 -1
- package/esm2015/directives/ripple/ripple-styles.component.js +14 -12
- package/esm2015/directives/ripple/ripple.directive.js +41 -34
- package/esm2015/directives/ripple/ripple.module.js +15 -12
- package/esm2015/directives/ripple/ripple.providers.js +10 -10
- package/esm2015/directives/ripple/taiga-ui-addon-mobile-directives-ripple.js +1 -2
- package/esm2015/directives/sidebar/index.js +1 -1
- package/esm2015/directives/sidebar/sidebar.component.js +34 -29
- package/esm2015/directives/sidebar/sidebar.directive.js +39 -34
- package/esm2015/directives/sidebar/sidebar.module.js +16 -13
- package/esm2015/directives/sidebar/taiga-ui-addon-mobile-directives-sidebar.js +1 -1
- package/esm2015/directives/taiga-ui-addon-mobile-directives.js +1 -1
- package/esm2015/directives/touchable/index.js +1 -1
- package/esm2015/directives/touchable/taiga-ui-addon-mobile-directives-touchable.js +1 -1
- package/esm2015/directives/touchable/touchable.directive.js +49 -39
- package/esm2015/directives/touchable/touchable.module.js +14 -11
- package/esm2015/index.js +3 -2
- package/esm2015/interfaces/index.js +2 -1
- package/esm2015/interfaces/mobile-alert-data.js +2 -1
- package/esm2015/interfaces/taiga-ui-addon-mobile-interfaces.js +2 -1
- package/esm2015/internal/index.js +1 -1
- package/esm2015/internal/primitive-calendar-mobile/index.js +1 -1
- package/esm2015/internal/primitive-calendar-mobile/primitive-calendar-mobile.component.js +28 -23
- package/esm2015/internal/primitive-calendar-mobile/primitive-calendar-mobile.module.js +24 -13
- package/esm2015/internal/primitive-calendar-mobile/taiga-ui-addon-mobile-internal-primitive-calendar-mobile.js +1 -1
- package/esm2015/internal/taiga-ui-addon-mobile-internal.js +1 -1
- package/esm2015/taiga-ui-addon-mobile.js +1 -1
- package/esm2015/tokens/index.js +1 -1
- package/esm2015/tokens/loaded.js +2 -2
- package/esm2015/tokens/taiga-ui-addon-mobile-tokens.js +1 -1
- package/esm2015/types/index.js +2 -1
- package/esm2015/types/taiga-ui-addon-mobile-types.js +2 -1
- package/esm2015/types/touch-mode.js +2 -1
- package/esm2015/utils/find-touch-index.js +2 -7
- package/esm2015/utils/index.js +1 -1
- package/esm2015/utils/taiga-ui-addon-mobile-utils.js +1 -1
- package/fesm2015/taiga-ui-addon-mobile-components-mobile-calendar-dialog.js +45 -35
- package/fesm2015/taiga-ui-addon-mobile-components-mobile-calendar-dialog.js.map +1 -1
- package/fesm2015/taiga-ui-addon-mobile-components-mobile-calendar.js +117 -74
- package/fesm2015/taiga-ui-addon-mobile-components-mobile-calendar.js.map +1 -1
- package/fesm2015/taiga-ui-addon-mobile-components-mobile-dialog.js +68 -50
- package/fesm2015/taiga-ui-addon-mobile-components-mobile-dialog.js.map +1 -1
- package/fesm2015/taiga-ui-addon-mobile-components-pull-to-refresh.js +84 -68
- package/fesm2015/taiga-ui-addon-mobile-components-pull-to-refresh.js.map +1 -1
- package/fesm2015/taiga-ui-addon-mobile-components-sheet.js +444 -366
- package/fesm2015/taiga-ui-addon-mobile-components-sheet.js.map +1 -1
- package/fesm2015/taiga-ui-addon-mobile-components-theme-android.js +27 -20
- package/fesm2015/taiga-ui-addon-mobile-components-theme-android.js.map +1 -1
- package/fesm2015/taiga-ui-addon-mobile-components-theme-ios.js +27 -20
- package/fesm2015/taiga-ui-addon-mobile-components-theme-ios.js.map +1 -1
- package/fesm2015/taiga-ui-addon-mobile-components.js.map +1 -1
- package/fesm2015/taiga-ui-addon-mobile-const.js +1 -1
- package/fesm2015/taiga-ui-addon-mobile-const.js.map +1 -1
- package/fesm2015/taiga-ui-addon-mobile-directives-elastic-sticky.js +58 -47
- package/fesm2015/taiga-ui-addon-mobile-directives-elastic-sticky.js.map +1 -1
- package/fesm2015/taiga-ui-addon-mobile-directives-mobile-tabs.js +63 -46
- package/fesm2015/taiga-ui-addon-mobile-directives-mobile-tabs.js.map +1 -1
- package/fesm2015/taiga-ui-addon-mobile-directives-ripple.js +76 -61
- package/fesm2015/taiga-ui-addon-mobile-directives-ripple.js.map +1 -1
- package/fesm2015/taiga-ui-addon-mobile-directives-sidebar.js +82 -68
- package/fesm2015/taiga-ui-addon-mobile-directives-sidebar.js.map +1 -1
- package/fesm2015/taiga-ui-addon-mobile-directives-touchable.js +61 -46
- package/fesm2015/taiga-ui-addon-mobile-directives-touchable.js.map +1 -1
- package/fesm2015/taiga-ui-addon-mobile-directives.js.map +1 -1
- package/fesm2015/taiga-ui-addon-mobile-interfaces.js.map +1 -1
- package/fesm2015/taiga-ui-addon-mobile-internal-primitive-calendar-mobile.js +50 -32
- package/fesm2015/taiga-ui-addon-mobile-internal-primitive-calendar-mobile.js.map +1 -1
- package/fesm2015/taiga-ui-addon-mobile-internal.js.map +1 -1
- package/fesm2015/taiga-ui-addon-mobile-tokens.js +1 -1
- package/fesm2015/taiga-ui-addon-mobile-tokens.js.map +1 -1
- package/fesm2015/taiga-ui-addon-mobile-types.js.map +1 -1
- package/fesm2015/taiga-ui-addon-mobile-utils.js +2 -7
- package/fesm2015/taiga-ui-addon-mobile-utils.js.map +1 -1
- package/fesm2015/taiga-ui-addon-mobile.js +2 -1
- package/fesm2015/taiga-ui-addon-mobile.js.map +1 -1
- package/index.d.ts +0 -1
- package/interfaces/package.json +2 -5
- package/interfaces/taiga-ui-addon-mobile-interfaces.d.ts +1 -0
- package/internal/package.json +2 -5
- package/internal/primitive-calendar-mobile/package.json +2 -5
- package/internal/primitive-calendar-mobile/primitive-calendar-mobile.component.d.ts +3 -0
- package/internal/primitive-calendar-mobile/primitive-calendar-mobile.module.d.ts +8 -0
- package/internal/primitive-calendar-mobile/taiga-ui-addon-mobile-internal-primitive-calendar-mobile.d.ts +1 -0
- package/internal/taiga-ui-addon-mobile-internal.d.ts +1 -0
- package/package.json +12 -15
- package/taiga-ui-addon-mobile.d.ts +1 -0
- package/tokens/package.json +2 -5
- package/tokens/taiga-ui-addon-mobile-tokens.d.ts +1 -0
- package/types/package.json +2 -5
- package/types/taiga-ui-addon-mobile-types.d.ts +1 -0
- package/types/touch-mode.d.ts +1 -1
- package/utils/find-touch-index.d.ts +1 -5
- package/utils/package.json +2 -5
- package/utils/taiga-ui-addon-mobile-utils.d.ts +1 -0
- package/bundles/taiga-ui-addon-mobile-components-mobile-calendar-dialog.umd.min.js +0 -2
- package/bundles/taiga-ui-addon-mobile-components-mobile-calendar-dialog.umd.min.js.map +0 -1
- package/bundles/taiga-ui-addon-mobile-components-mobile-calendar.umd.min.js +0 -2
- package/bundles/taiga-ui-addon-mobile-components-mobile-calendar.umd.min.js.map +0 -1
- package/bundles/taiga-ui-addon-mobile-components-mobile-dialog.umd.min.js +0 -2
- package/bundles/taiga-ui-addon-mobile-components-mobile-dialog.umd.min.js.map +0 -1
- package/bundles/taiga-ui-addon-mobile-components-pull-to-refresh.umd.min.js +0 -2
- package/bundles/taiga-ui-addon-mobile-components-pull-to-refresh.umd.min.js.map +0 -1
- package/bundles/taiga-ui-addon-mobile-components-sheet.umd.min.js +0 -2
- package/bundles/taiga-ui-addon-mobile-components-sheet.umd.min.js.map +0 -1
- package/bundles/taiga-ui-addon-mobile-components-theme-android.umd.min.js +0 -2
- package/bundles/taiga-ui-addon-mobile-components-theme-android.umd.min.js.map +0 -1
- package/bundles/taiga-ui-addon-mobile-components-theme-ios.umd.min.js +0 -2
- package/bundles/taiga-ui-addon-mobile-components-theme-ios.umd.min.js.map +0 -1
- package/bundles/taiga-ui-addon-mobile-components.umd.min.js +0 -2
- package/bundles/taiga-ui-addon-mobile-components.umd.min.js.map +0 -1
- package/bundles/taiga-ui-addon-mobile-const.umd.min.js +0 -2
- package/bundles/taiga-ui-addon-mobile-const.umd.min.js.map +0 -1
- package/bundles/taiga-ui-addon-mobile-directives-elastic-sticky.umd.min.js +0 -2
- package/bundles/taiga-ui-addon-mobile-directives-elastic-sticky.umd.min.js.map +0 -1
- package/bundles/taiga-ui-addon-mobile-directives-mobile-tabs.umd.min.js +0 -2
- package/bundles/taiga-ui-addon-mobile-directives-mobile-tabs.umd.min.js.map +0 -1
- package/bundles/taiga-ui-addon-mobile-directives-ripple.umd.min.js +0 -2
- package/bundles/taiga-ui-addon-mobile-directives-ripple.umd.min.js.map +0 -1
- package/bundles/taiga-ui-addon-mobile-directives-sidebar.umd.min.js +0 -2
- package/bundles/taiga-ui-addon-mobile-directives-sidebar.umd.min.js.map +0 -1
- package/bundles/taiga-ui-addon-mobile-directives-touchable.umd.min.js +0 -2
- package/bundles/taiga-ui-addon-mobile-directives-touchable.umd.min.js.map +0 -1
- package/bundles/taiga-ui-addon-mobile-directives.umd.min.js +0 -2
- package/bundles/taiga-ui-addon-mobile-directives.umd.min.js.map +0 -1
- package/bundles/taiga-ui-addon-mobile-enums.umd.js +0 -20
- package/bundles/taiga-ui-addon-mobile-enums.umd.js.map +0 -1
- package/bundles/taiga-ui-addon-mobile-enums.umd.min.js +0 -2
- package/bundles/taiga-ui-addon-mobile-enums.umd.min.js.map +0 -1
- package/bundles/taiga-ui-addon-mobile-interfaces.umd.min.js +0 -2
- package/bundles/taiga-ui-addon-mobile-interfaces.umd.min.js.map +0 -1
- package/bundles/taiga-ui-addon-mobile-internal-primitive-calendar-mobile.umd.min.js +0 -2
- package/bundles/taiga-ui-addon-mobile-internal-primitive-calendar-mobile.umd.min.js.map +0 -1
- package/bundles/taiga-ui-addon-mobile-internal.umd.min.js +0 -2
- package/bundles/taiga-ui-addon-mobile-internal.umd.min.js.map +0 -1
- package/bundles/taiga-ui-addon-mobile-tokens.umd.min.js +0 -2
- package/bundles/taiga-ui-addon-mobile-tokens.umd.min.js.map +0 -1
- package/bundles/taiga-ui-addon-mobile-types.umd.min.js +0 -2
- package/bundles/taiga-ui-addon-mobile-types.umd.min.js.map +0 -1
- package/bundles/taiga-ui-addon-mobile-utils.umd.min.js +0 -2
- package/bundles/taiga-ui-addon-mobile-utils.umd.min.js.map +0 -1
- package/bundles/taiga-ui-addon-mobile.umd.min.js +0 -2
- package/bundles/taiga-ui-addon-mobile.umd.min.js.map +0 -1
- package/components/mobile-calendar/taiga-ui-addon-mobile-components-mobile-calendar.metadata.json +0 -1
- package/components/mobile-calendar-dialog/taiga-ui-addon-mobile-components-mobile-calendar-dialog.metadata.json +0 -1
- package/components/mobile-dialog/taiga-ui-addon-mobile-components-mobile-dialog.metadata.json +0 -1
- package/components/pull-to-refresh/taiga-ui-addon-mobile-components-pull-to-refresh.metadata.json +0 -1
- package/components/sheet/taiga-ui-addon-mobile-components-sheet.metadata.json +0 -1
- package/components/taiga-ui-addon-mobile-components.metadata.json +0 -1
- package/components/theme-android/taiga-ui-addon-mobile-components-theme-android.metadata.json +0 -1
- package/components/theme-ios/taiga-ui-addon-mobile-components-theme-ios.metadata.json +0 -1
- package/const/taiga-ui-addon-mobile-const.metadata.json +0 -1
- package/directives/elastic-sticky/taiga-ui-addon-mobile-directives-elastic-sticky.metadata.json +0 -1
- package/directives/mobile-tabs/taiga-ui-addon-mobile-directives-mobile-tabs.metadata.json +0 -1
- package/directives/ripple/taiga-ui-addon-mobile-directives-ripple.metadata.json +0 -1
- package/directives/sidebar/taiga-ui-addon-mobile-directives-sidebar.metadata.json +0 -1
- package/directives/taiga-ui-addon-mobile-directives.metadata.json +0 -1
- package/directives/touchable/taiga-ui-addon-mobile-directives-touchable.metadata.json +0 -1
- package/enums/index.d.ts +0 -1
- package/enums/package.json +0 -13
- package/enums/taiga-ui-addon-mobile-enums.d.ts +0 -4
- package/enums/taiga-ui-addon-mobile-enums.metadata.json +0 -1
- package/enums/touch-mode.d.ts +0 -8
- package/esm2015/enums/index.js +0 -2
- package/esm2015/enums/taiga-ui-addon-mobile-enums.js +0 -5
- package/esm2015/enums/touch-mode.js +0 -10
- package/esm5/components/index.js +0 -8
- package/esm5/components/mobile-calendar/index.js +0 -6
- package/esm5/components/mobile-calendar/mobile-calendar.component.js +0 -295
- package/esm5/components/mobile-calendar/mobile-calendar.const.js +0 -25
- package/esm5/components/mobile-calendar/mobile-calendar.module.js +0 -34
- package/esm5/components/mobile-calendar/mobile-calendar.providers.js +0 -31
- package/esm5/components/mobile-calendar/mobile-calendar.strategy.js +0 -134
- package/esm5/components/mobile-calendar/taiga-ui-addon-mobile-components-mobile-calendar.js +0 -5
- package/esm5/components/mobile-calendar-dialog/index.js +0 -3
- package/esm5/components/mobile-calendar-dialog/mobile-calendar-dialog.component.js +0 -57
- package/esm5/components/mobile-calendar-dialog/mobile-calendar-dialog.module.js +0 -28
- package/esm5/components/mobile-calendar-dialog/taiga-ui-addon-mobile-components-mobile-calendar-dialog.js +0 -5
- package/esm5/components/mobile-dialog/index.js +0 -4
- package/esm5/components/mobile-dialog/mobile-dialog-options.js +0 -1
- package/esm5/components/mobile-dialog/mobile-dialog.component.js +0 -34
- package/esm5/components/mobile-dialog/mobile-dialog.module.js +0 -31
- package/esm5/components/mobile-dialog/mobile-dialog.service.js +0 -34
- package/esm5/components/mobile-dialog/taiga-ui-addon-mobile-components-mobile-dialog.js +0 -5
- package/esm5/components/pull-to-refresh/index.js +0 -6
- package/esm5/components/pull-to-refresh/loader-android/loader-android.component.js +0 -43
- package/esm5/components/pull-to-refresh/loader-ios/loader-ios.component.js +0 -41
- package/esm5/components/pull-to-refresh/pull-to-refresh.component.js +0 -56
- package/esm5/components/pull-to-refresh/pull-to-refresh.module.js +0 -26
- package/esm5/components/pull-to-refresh/pull-to-refresh.providers.js +0 -32
- package/esm5/components/pull-to-refresh/taiga-ui-addon-mobile-components-pull-to-refresh.js +0 -5
- package/esm5/components/sheet/components/sheet/sheet.component.js +0 -150
- package/esm5/components/sheet/components/sheet/sheet.providers.js +0 -42
- package/esm5/components/sheet/components/sheet-bar/sheet-bar.component.js +0 -43
- package/esm5/components/sheet/components/sheet-heading/sheet-heading.component.js +0 -40
- package/esm5/components/sheet/components/sheets-host/sheets-host.component.js +0 -40
- package/esm5/components/sheet/directives/sheet-close/sheet-close.directive.js +0 -56
- package/esm5/components/sheet/directives/sheet-stop/sheet-stop.directive.js +0 -46
- package/esm5/components/sheet/directives/sheet-top/sheet-top.directive.js +0 -56
- package/esm5/components/sheet/directives/sheet-wrapper/sheet-wrapper.directive.js +0 -93
- package/esm5/components/sheet/index.js +0 -15
- package/esm5/components/sheet/ios.hacks.js +0 -42
- package/esm5/components/sheet/sheet-options.js +0 -16
- package/esm5/components/sheet/sheet.directive.js +0 -58
- package/esm5/components/sheet/sheet.js +0 -1
- package/esm5/components/sheet/sheet.module.js +0 -52
- package/esm5/components/sheet/sheet.service.js +0 -42
- package/esm5/components/sheet/taiga-ui-addon-mobile-components-sheet.js +0 -5
- package/esm5/components/taiga-ui-addon-mobile-components.js +0 -5
- package/esm5/components/theme-android/index.js +0 -3
- package/esm5/components/theme-android/taiga-ui-addon-mobile-components-theme-android.js +0 -5
- package/esm5/components/theme-android/theme-android.component.js +0 -22
- package/esm5/components/theme-android/theme-android.module.js +0 -16
- package/esm5/components/theme-ios/index.js +0 -3
- package/esm5/components/theme-ios/taiga-ui-addon-mobile-components-theme-ios.js +0 -5
- package/esm5/components/theme-ios/theme-ios.component.js +0 -22
- package/esm5/components/theme-ios/theme-ios.module.js +0 -16
- package/esm5/const/index.js +0 -2
- package/esm5/const/mobile-alert-options.js +0 -8
- package/esm5/const/taiga-ui-addon-mobile-const.js +0 -5
- package/esm5/directives/elastic-sticky/elastic-sticky.directive.js +0 -26
- package/esm5/directives/elastic-sticky/elastic-sticky.module.js +0 -16
- package/esm5/directives/elastic-sticky/elastic-sticky.service.js +0 -58
- package/esm5/directives/elastic-sticky/index.js +0 -4
- package/esm5/directives/elastic-sticky/taiga-ui-addon-mobile-directives-elastic-sticky.js +0 -5
- package/esm5/directives/index.js +0 -6
- package/esm5/directives/mobile-tabs/index.js +0 -4
- package/esm5/directives/mobile-tabs/mobile-tabs.component.js +0 -16
- package/esm5/directives/mobile-tabs/mobile-tabs.directive.js +0 -51
- package/esm5/directives/mobile-tabs/mobile-tabs.module.js +0 -18
- package/esm5/directives/mobile-tabs/taiga-ui-addon-mobile-directives-mobile-tabs.js +0 -5
- package/esm5/directives/ripple/index.js +0 -4
- package/esm5/directives/ripple/ripple-styles.component.js +0 -16
- package/esm5/directives/ripple/ripple.directive.js +0 -63
- package/esm5/directives/ripple/ripple.module.js +0 -18
- package/esm5/directives/ripple/ripple.providers.js +0 -54
- package/esm5/directives/ripple/taiga-ui-addon-mobile-directives-ripple.js +0 -6
- package/esm5/directives/sidebar/index.js +0 -4
- package/esm5/directives/sidebar/sidebar.component.js +0 -68
- package/esm5/directives/sidebar/sidebar.directive.js +0 -78
- package/esm5/directives/sidebar/sidebar.module.js +0 -21
- package/esm5/directives/sidebar/taiga-ui-addon-mobile-directives-sidebar.js +0 -5
- package/esm5/directives/taiga-ui-addon-mobile-directives.js +0 -5
- package/esm5/directives/touchable/index.js +0 -3
- package/esm5/directives/touchable/taiga-ui-addon-mobile-directives-touchable.js +0 -5
- package/esm5/directives/touchable/touchable.directive.js +0 -90
- package/esm5/directives/touchable/touchable.module.js +0 -16
- package/esm5/enums/index.js +0 -2
- package/esm5/enums/taiga-ui-addon-mobile-enums.js +0 -5
- package/esm5/enums/touch-mode.js +0 -10
- package/esm5/index.js +0 -7
- package/esm5/interfaces/index.js +0 -1
- package/esm5/interfaces/mobile-alert-data.js +0 -1
- package/esm5/interfaces/taiga-ui-addon-mobile-interfaces.js +0 -4
- package/esm5/internal/index.js +0 -2
- package/esm5/internal/primitive-calendar-mobile/index.js +0 -3
- package/esm5/internal/primitive-calendar-mobile/primitive-calendar-mobile.component.js +0 -37
- package/esm5/internal/primitive-calendar-mobile/primitive-calendar-mobile.module.js +0 -28
- package/esm5/internal/primitive-calendar-mobile/taiga-ui-addon-mobile-internal-primitive-calendar-mobile.js +0 -5
- package/esm5/internal/taiga-ui-addon-mobile-internal.js +0 -5
- package/esm5/taiga-ui-addon-mobile.js +0 -5
- package/esm5/tokens/index.js +0 -2
- package/esm5/tokens/loaded.js +0 -6
- package/esm5/tokens/taiga-ui-addon-mobile-tokens.js +0 -5
- package/esm5/types/index.js +0 -1
- package/esm5/types/taiga-ui-addon-mobile-types.js +0 -4
- package/esm5/types/touch-mode.js +0 -1
- package/esm5/utils/find-touch-index.js +0 -15
- package/esm5/utils/index.js +0 -2
- package/esm5/utils/taiga-ui-addon-mobile-utils.js +0 -5
- package/fesm2015/taiga-ui-addon-mobile-enums.js +0 -16
- package/fesm2015/taiga-ui-addon-mobile-enums.js.map +0 -1
- package/fesm5/taiga-ui-addon-mobile-components-mobile-calendar-dialog.js +0 -87
- package/fesm5/taiga-ui-addon-mobile-components-mobile-calendar-dialog.js.map +0 -1
- package/fesm5/taiga-ui-addon-mobile-components-mobile-calendar.js +0 -502
- package/fesm5/taiga-ui-addon-mobile-components-mobile-calendar.js.map +0 -1
- package/fesm5/taiga-ui-addon-mobile-components-mobile-dialog.js +0 -91
- package/fesm5/taiga-ui-addon-mobile-components-mobile-dialog.js.map +0 -1
- package/fesm5/taiga-ui-addon-mobile-components-pull-to-refresh.js +0 -185
- package/fesm5/taiga-ui-addon-mobile-components-pull-to-refresh.js.map +0 -1
- package/fesm5/taiga-ui-addon-mobile-components-sheet.js +0 -680
- package/fesm5/taiga-ui-addon-mobile-components-sheet.js.map +0 -1
- package/fesm5/taiga-ui-addon-mobile-components-theme-android.js +0 -40
- package/fesm5/taiga-ui-addon-mobile-components-theme-android.js.map +0 -1
- package/fesm5/taiga-ui-addon-mobile-components-theme-ios.js +0 -40
- package/fesm5/taiga-ui-addon-mobile-components-theme-ios.js.map +0 -1
- package/fesm5/taiga-ui-addon-mobile-components.js +0 -12
- package/fesm5/taiga-ui-addon-mobile-components.js.map +0 -1
- package/fesm5/taiga-ui-addon-mobile-const.js +0 -15
- package/fesm5/taiga-ui-addon-mobile-const.js.map +0 -1
- package/fesm5/taiga-ui-addon-mobile-directives-elastic-sticky.js +0 -97
- package/fesm5/taiga-ui-addon-mobile-directives-elastic-sticky.js.map +0 -1
- package/fesm5/taiga-ui-addon-mobile-directives-mobile-tabs.js +0 -82
- package/fesm5/taiga-ui-addon-mobile-directives-mobile-tabs.js.map +0 -1
- package/fesm5/taiga-ui-addon-mobile-directives-ripple.js +0 -143
- package/fesm5/taiga-ui-addon-mobile-directives-ripple.js.map +0 -1
- package/fesm5/taiga-ui-addon-mobile-directives-sidebar.js +0 -161
- package/fesm5/taiga-ui-addon-mobile-directives-sidebar.js.map +0 -1
- package/fesm5/taiga-ui-addon-mobile-directives-touchable.js +0 -108
- package/fesm5/taiga-ui-addon-mobile-directives-touchable.js.map +0 -1
- package/fesm5/taiga-ui-addon-mobile-directives.js +0 -10
- package/fesm5/taiga-ui-addon-mobile-directives.js.map +0 -1
- package/fesm5/taiga-ui-addon-mobile-enums.js +0 -16
- package/fesm5/taiga-ui-addon-mobile-enums.js.map +0 -1
- package/fesm5/taiga-ui-addon-mobile-interfaces.js +0 -4
- package/fesm5/taiga-ui-addon-mobile-interfaces.js.map +0 -1
- package/fesm5/taiga-ui-addon-mobile-internal-primitive-calendar-mobile.js +0 -65
- package/fesm5/taiga-ui-addon-mobile-internal-primitive-calendar-mobile.js.map +0 -1
- package/fesm5/taiga-ui-addon-mobile-internal.js +0 -6
- package/fesm5/taiga-ui-addon-mobile-internal.js.map +0 -1
- package/fesm5/taiga-ui-addon-mobile-tokens.js +0 -13
- package/fesm5/taiga-ui-addon-mobile-tokens.js.map +0 -1
- package/fesm5/taiga-ui-addon-mobile-types.js +0 -4
- package/fesm5/taiga-ui-addon-mobile-types.js.map +0 -1
- package/fesm5/taiga-ui-addon-mobile-utils.js +0 -21
- package/fesm5/taiga-ui-addon-mobile-utils.js.map +0 -1
- package/fesm5/taiga-ui-addon-mobile.js +0 -11
- package/fesm5/taiga-ui-addon-mobile.js.map +0 -1
- package/interfaces/taiga-ui-addon-mobile-interfaces.metadata.json +0 -1
- package/internal/primitive-calendar-mobile/taiga-ui-addon-mobile-internal-primitive-calendar-mobile.metadata.json +0 -1
- package/internal/taiga-ui-addon-mobile-internal.metadata.json +0 -1
- package/taiga-ui-addon-mobile.metadata.json +0 -1
- package/tokens/taiga-ui-addon-mobile-tokens.metadata.json +0 -1
- package/types/taiga-ui-addon-mobile-types.metadata.json +0 -1
- package/utils/taiga-ui-addon-mobile-utils.metadata.json +0 -1
package/components/package.json
CHANGED
|
@@ -1,13 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"main": "../bundles/taiga-ui-addon-mobile-components.umd.js",
|
|
3
|
-
"module": "../
|
|
3
|
+
"module": "../fesm2015/taiga-ui-addon-mobile-components.js",
|
|
4
4
|
"es2015": "../fesm2015/taiga-ui-addon-mobile-components.js",
|
|
5
|
-
"esm5": "../esm5/components/taiga-ui-addon-mobile-components.js",
|
|
6
5
|
"esm2015": "../esm2015/components/taiga-ui-addon-mobile-components.js",
|
|
7
|
-
"fesm5": "../fesm5/taiga-ui-addon-mobile-components.js",
|
|
8
6
|
"fesm2015": "../fesm2015/taiga-ui-addon-mobile-components.js",
|
|
9
7
|
"typings": "taiga-ui-addon-mobile-components.d.ts",
|
|
10
|
-
"metadata": "taiga-ui-addon-mobile-components.metadata.json",
|
|
11
8
|
"sideEffects": false,
|
|
12
9
|
"name": "@taiga-ui/addon-mobile/components"
|
|
13
|
-
}
|
|
10
|
+
}
|
|
@@ -1,5 +1,8 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
1
2
|
export declare class TuiMobileLoaderAndroidComponent {
|
|
2
3
|
pulled: number;
|
|
3
4
|
get transform(): string;
|
|
4
5
|
get hidden(): boolean;
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TuiMobileLoaderAndroidComponent, never>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TuiMobileLoaderAndroidComponent, "tui-mobile-android-loader", never, { "pulled": "pulled"; }, {}, never, never>;
|
|
5
8
|
}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
1
2
|
export declare class TuiMobileLoaderIOSComponent {
|
|
2
3
|
pulled: number;
|
|
3
4
|
readonly steps = 12;
|
|
@@ -5,4 +6,6 @@ export declare class TuiMobileLoaderIOSComponent {
|
|
|
5
6
|
isShown(index: number): boolean;
|
|
6
7
|
calculateTransform(index: number): string;
|
|
7
8
|
calculateAnimationBegin(index: number): string;
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TuiMobileLoaderIOSComponent, never>;
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TuiMobileLoaderIOSComponent, "tui-mobile-ios-loader", never, { "pulled": "pulled"; }, {}, never, never>;
|
|
8
11
|
}
|
|
@@ -1,13 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"main": "../../bundles/taiga-ui-addon-mobile-components-pull-to-refresh.umd.js",
|
|
3
|
-
"module": "../../
|
|
3
|
+
"module": "../../fesm2015/taiga-ui-addon-mobile-components-pull-to-refresh.js",
|
|
4
4
|
"es2015": "../../fesm2015/taiga-ui-addon-mobile-components-pull-to-refresh.js",
|
|
5
|
-
"esm5": "../../esm5/components/pull-to-refresh/taiga-ui-addon-mobile-components-pull-to-refresh.js",
|
|
6
5
|
"esm2015": "../../esm2015/components/pull-to-refresh/taiga-ui-addon-mobile-components-pull-to-refresh.js",
|
|
7
|
-
"fesm5": "../../fesm5/taiga-ui-addon-mobile-components-pull-to-refresh.js",
|
|
8
6
|
"fesm2015": "../../fesm2015/taiga-ui-addon-mobile-components-pull-to-refresh.js",
|
|
9
7
|
"typings": "taiga-ui-addon-mobile-components-pull-to-refresh.d.ts",
|
|
10
|
-
"metadata": "taiga-ui-addon-mobile-components-pull-to-refresh.metadata.json",
|
|
11
8
|
"sideEffects": false,
|
|
12
9
|
"name": "@taiga-ui/addon-mobile/components/pull-to-refresh"
|
|
13
|
-
}
|
|
10
|
+
}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { Observable } from 'rxjs';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
2
3
|
export declare class TuiPullToRefreshComponent {
|
|
3
4
|
readonly isIOS: boolean;
|
|
4
5
|
private readonly pulling$;
|
|
@@ -8,4 +9,6 @@ export declare class TuiPullToRefreshComponent {
|
|
|
8
9
|
readonly contentTransform$: Observable<string | null>;
|
|
9
10
|
constructor(isIOS: boolean, pulling$: Observable<number>);
|
|
10
11
|
get loaderTransform$(): Observable<string>;
|
|
12
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TuiPullToRefreshComponent, never>;
|
|
13
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TuiPullToRefreshComponent, "tui-pull-to-refresh", never, {}, { "pulled": "pulled"; }, never, ["*"]>;
|
|
11
14
|
}
|
|
@@ -1,2 +1,12 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./pull-to-refresh.component";
|
|
3
|
+
import * as i2 from "./loader-android/loader-android.component";
|
|
4
|
+
import * as i3 from "./loader-ios/loader-ios.component";
|
|
5
|
+
import * as i4 from "@angular/common";
|
|
6
|
+
import * as i5 from "@taiga-ui/core";
|
|
7
|
+
import * as i6 from "@taiga-ui/cdk";
|
|
1
8
|
export declare class TuiPullToRefreshModule {
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TuiPullToRefreshModule, never>;
|
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<TuiPullToRefreshModule, [typeof i1.TuiPullToRefreshComponent, typeof i2.TuiMobileLoaderAndroidComponent, typeof i3.TuiMobileLoaderIOSComponent], [typeof i4.CommonModule, typeof i5.TuiSvgModule, typeof i6.TuiOverscrollModule, typeof i6.TuiRepeatTimesModule], [typeof i1.TuiPullToRefreshComponent]>;
|
|
11
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<TuiPullToRefreshModule>;
|
|
2
12
|
}
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { AfterViewInit, ElementRef, NgZone } from '@angular/core';
|
|
2
2
|
import { Observable } from 'rxjs';
|
|
3
|
-
import { TuiSheet } from '../../sheet';
|
|
4
|
-
|
|
3
|
+
import { TuiSheet, TuiSheetRequiredProps } from '../../sheet';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class TuiSheetComponent<T> implements TuiSheetRequiredProps<T>, AfterViewInit {
|
|
5
6
|
private readonly scroll$;
|
|
6
7
|
private readonly elementRef;
|
|
7
8
|
private readonly ngZone;
|
|
@@ -25,4 +26,6 @@ export declare class TuiSheetComponent<T> implements AfterViewInit {
|
|
|
25
26
|
private get contentTop();
|
|
26
27
|
private get sheetTop();
|
|
27
28
|
private getStops;
|
|
29
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TuiSheetComponent<any>, never>;
|
|
30
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TuiSheetComponent<any>, "tui-sheet", never, { "item": "item"; }, {}, never, never>;
|
|
28
31
|
}
|
|
@@ -1,9 +1,5 @@
|
|
|
1
|
-
import { ElementRef,
|
|
1
|
+
import { ElementRef, NgZone, Provider } from '@angular/core';
|
|
2
2
|
import { Observable } from 'rxjs';
|
|
3
|
-
export declare const TUI_SHEET_SCROLL: InjectionToken<number>;
|
|
4
|
-
export declare const TUI_SHEET_DRAGGED: InjectionToken<boolean>;
|
|
5
|
-
/** @deprecated use option argument for each Sheet */
|
|
6
|
-
export declare const TUI_SHEET_OFFSET: InjectionToken<number>;
|
|
7
3
|
export declare const TUI_SHEET_PROVIDERS: Provider[];
|
|
8
4
|
export declare function sheetDraggedFactory({ nativeElement, }: ElementRef<HTMLElement>): Observable<boolean>;
|
|
9
5
|
export declare function sheetScrollFactory({ nativeElement }: ElementRef<HTMLElement>, ngZone: NgZone, documentRef: Document, isIos: boolean): Observable<number>;
|
|
@@ -1,11 +1,14 @@
|
|
|
1
1
|
import { NgZone } from '@angular/core';
|
|
2
2
|
import { Observable } from 'rxjs';
|
|
3
|
-
import {
|
|
3
|
+
import { TuiSheetRequiredProps } from '../../sheet';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
4
5
|
export declare class TuiSheetBarComponent {
|
|
5
6
|
private readonly sheet;
|
|
6
7
|
private readonly scroll$;
|
|
7
8
|
private readonly ngZone;
|
|
8
9
|
readonly rotate$: Observable<number>;
|
|
9
|
-
constructor(sheet:
|
|
10
|
+
constructor(sheet: TuiSheetRequiredProps, scroll$: Observable<number>, ngZone: NgZone);
|
|
10
11
|
private get stop();
|
|
12
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TuiSheetBarComponent, never>;
|
|
13
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TuiSheetBarComponent, "tui-sheet-bar", never, {}, {}, never, ["*"]>;
|
|
11
14
|
}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { AfterViewInit, ElementRef } from '@angular/core';
|
|
2
2
|
import { TuiIdService } from '@taiga-ui/cdk';
|
|
3
3
|
import { Observable } from 'rxjs';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
4
5
|
export declare const TUI_SHEET_CLOSE = "tui-sheet-close";
|
|
5
6
|
export declare const TUI_SHEET_ID = "tui-sheet-id";
|
|
6
7
|
export declare class TuiSheetHeadingComponent implements AfterViewInit {
|
|
@@ -11,4 +12,6 @@ export declare class TuiSheetHeadingComponent implements AfterViewInit {
|
|
|
11
12
|
constructor(idService: TuiIdService, elementRef: ElementRef<HTMLElement>, closeWord$: Observable<string>);
|
|
12
13
|
ngAfterViewInit(): void;
|
|
13
14
|
onClick(): void;
|
|
15
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TuiSheetHeadingComponent, never>;
|
|
16
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TuiSheetHeadingComponent, "[tuiSheetHeading]", never, {}, {}, never, ["*"]>;
|
|
14
17
|
}
|
|
@@ -2,10 +2,13 @@ import { AnimationOptions } from '@angular/animations';
|
|
|
2
2
|
import { Observable } from 'rxjs';
|
|
3
3
|
import { TuiSheet } from '../../sheet';
|
|
4
4
|
import { TuiSheetService } from '../../sheet.service';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
5
6
|
export declare class TuiSheetsHostComponent {
|
|
6
7
|
readonly options: AnimationOptions;
|
|
7
8
|
readonly service: TuiSheetService;
|
|
8
9
|
readonly height$: Observable<number>;
|
|
9
10
|
constructor(options: AnimationOptions, service: TuiSheetService, height$: Observable<number>);
|
|
10
11
|
close({ closeable, $implicit }: TuiSheet<unknown>): void;
|
|
12
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TuiSheetsHostComponent, never>;
|
|
13
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TuiSheetsHostComponent, "tui-sheets-host", never, {}, {}, never, never>;
|
|
11
14
|
}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { ElementRef, NgZone } from '@angular/core';
|
|
2
2
|
import { Observable } from 'rxjs';
|
|
3
3
|
import { TuiSheetComponent } from '../../components/sheet/sheet.component';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
4
5
|
export declare class TuiSheetCloseDirective {
|
|
5
6
|
private readonly ngZone;
|
|
6
7
|
private readonly dragged$;
|
|
@@ -11,4 +12,6 @@ export declare class TuiSheetCloseDirective {
|
|
|
11
12
|
readonly close: Observable<unknown>;
|
|
12
13
|
constructor(ngZone: NgZone, dragged$: Observable<boolean>, scroll$: Observable<number>, windowRef: Window, elementRef: ElementRef<HTMLElement>, sheet: TuiSheetComponent<unknown>);
|
|
13
14
|
private shouldClose;
|
|
15
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TuiSheetCloseDirective, never>;
|
|
16
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiSheetCloseDirective, "tui-sheet[close]", never, {}, { "close": "close"; }, never>;
|
|
14
17
|
}
|
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
import { ElementRef } from '@angular/core';
|
|
2
2
|
import { Observable } from 'rxjs';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
3
4
|
export declare class TuiSheetStopDirective {
|
|
4
5
|
constructor(elementRef: ElementRef<HTMLElement>, destroy$: Observable<unknown>, dragged$: Observable<boolean>, scroll$: Observable<number>, { nativeElement }: ElementRef<HTMLElement>);
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TuiSheetStopDirective, never>;
|
|
7
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiSheetStopDirective, "[tuiSheetStop]", never, {}, {}, never>;
|
|
5
8
|
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { Observable } from 'rxjs';
|
|
2
|
-
import {
|
|
2
|
+
import { TuiSheetRequiredProps } from '../../sheet';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
3
4
|
export declare class TuiSheetTopDirective {
|
|
4
5
|
private readonly scroll$;
|
|
5
6
|
private readonly component;
|
|
@@ -8,6 +9,8 @@ export declare class TuiSheetTopDirective {
|
|
|
8
9
|
readonly transform$: Observable<string>;
|
|
9
10
|
readonly rounded$: Observable<boolean>;
|
|
10
11
|
readonly clickthrough$: Observable<boolean>;
|
|
11
|
-
constructor(scroll$: Observable<number>, component:
|
|
12
|
+
constructor(scroll$: Observable<number>, component: TuiSheetRequiredProps, windowRef: Window);
|
|
12
13
|
private getY;
|
|
14
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TuiSheetTopDirective, never>;
|
|
15
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiSheetTopDirective, "[tuiSheetTop]", never, { "stop": "tuiSheetTop"; }, {}, never>;
|
|
13
16
|
}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { Observable } from 'rxjs';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
2
3
|
export declare class TuiSheetWrapperDirective {
|
|
3
4
|
private readonly windowRef;
|
|
4
5
|
private readonly sheet?;
|
|
@@ -12,4 +13,6 @@ export declare class TuiSheetWrapperDirective {
|
|
|
12
13
|
get height$(): Observable<number | null>;
|
|
13
14
|
private getHeight;
|
|
14
15
|
private withImage;
|
|
16
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TuiSheetWrapperDirective, never>;
|
|
17
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiSheetWrapperDirective, "[tuiSheetWrapper]", never, { "tuiSheetWrapper": "tuiSheetWrapper"; }, {}, ["sheet", "dragged$", "scroll$"]>;
|
|
15
18
|
}
|
|
@@ -1,13 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"main": "../../bundles/taiga-ui-addon-mobile-components-sheet.umd.js",
|
|
3
|
-
"module": "../../
|
|
3
|
+
"module": "../../fesm2015/taiga-ui-addon-mobile-components-sheet.js",
|
|
4
4
|
"es2015": "../../fesm2015/taiga-ui-addon-mobile-components-sheet.js",
|
|
5
|
-
"esm5": "../../esm5/components/sheet/taiga-ui-addon-mobile-components-sheet.js",
|
|
6
5
|
"esm2015": "../../esm2015/components/sheet/taiga-ui-addon-mobile-components-sheet.js",
|
|
7
|
-
"fesm5": "../../fesm5/taiga-ui-addon-mobile-components-sheet.js",
|
|
8
6
|
"fesm2015": "../../fesm2015/taiga-ui-addon-mobile-components-sheet.js",
|
|
9
7
|
"typings": "taiga-ui-addon-mobile-components-sheet.d.ts",
|
|
10
|
-
"metadata": "taiga-ui-addon-mobile-components-sheet.metadata.json",
|
|
11
8
|
"sideEffects": false,
|
|
12
9
|
"name": "@taiga-ui/addon-mobile/components/sheet"
|
|
13
|
-
}
|
|
10
|
+
}
|
|
@@ -12,4 +12,4 @@ export interface TuiSheetOptions<I = undefined, O = unknown> {
|
|
|
12
12
|
readonly data: I;
|
|
13
13
|
}
|
|
14
14
|
export declare const TUI_SHEET_DEFAULT_OPTIONS: Omit<TuiSheetOptions, 'data'>;
|
|
15
|
-
export declare const TUI_SHEET_OPTIONS: InjectionToken<
|
|
15
|
+
export declare const TUI_SHEET_OPTIONS: InjectionToken<Omit<TuiSheetOptions<undefined, unknown>, "data">>;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { InjectionToken } from '@angular/core';
|
|
2
|
+
import { TuiSheetRequiredProps } from './sheet';
|
|
3
|
+
export declare const TUI_SHEET: InjectionToken<TuiSheetRequiredProps<unknown>>;
|
|
4
|
+
export declare const TUI_SHEET_SCROLL: InjectionToken<number>;
|
|
5
|
+
export declare const TUI_SHEET_DRAGGED: InjectionToken<boolean>;
|
|
@@ -3,6 +3,7 @@ import { PolymorpheusTemplate } from '@tinkoff/ng-polymorpheus';
|
|
|
3
3
|
import { TuiSheet } from './sheet';
|
|
4
4
|
import { TuiSheetService } from './sheet.service';
|
|
5
5
|
import { TuiSheetOptions } from './sheet-options';
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
6
7
|
export declare class TuiSheetDirective extends PolymorpheusTemplate<TuiSheet<never>> {
|
|
7
8
|
private readonly service;
|
|
8
9
|
private readonly open$;
|
|
@@ -10,4 +11,6 @@ export declare class TuiSheetDirective extends PolymorpheusTemplate<TuiSheet<nev
|
|
|
10
11
|
set tuiSheet(open: boolean);
|
|
11
12
|
tuiSheetChange: import("rxjs").Observable<boolean>;
|
|
12
13
|
constructor(changeDetectorRef: ChangeDetectorRef, templateRef: TemplateRef<TuiSheet<never>>, service: TuiSheetService);
|
|
14
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TuiSheetDirective, never>;
|
|
15
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiSheetDirective, "ng-template[tuiSheet]", never, { "options": "tuiSheetOptions"; "tuiSheet": "tuiSheet"; }, { "tuiSheetChange": "tuiSheetChange"; }, never>;
|
|
13
16
|
}
|
|
@@ -1,2 +1,19 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./components/sheets-host/sheets-host.component";
|
|
3
|
+
import * as i2 from "./components/sheet/sheet.component";
|
|
4
|
+
import * as i3 from "./components/sheet-bar/sheet-bar.component";
|
|
5
|
+
import * as i4 from "./components/sheet-heading/sheet-heading.component";
|
|
6
|
+
import * as i5 from "./directives/sheet-top/sheet-top.directive";
|
|
7
|
+
import * as i6 from "./sheet.directive";
|
|
8
|
+
import * as i7 from "./directives/sheet-wrapper/sheet-wrapper.directive";
|
|
9
|
+
import * as i8 from "./directives/sheet-close/sheet-close.directive";
|
|
10
|
+
import * as i9 from "./directives/sheet-stop/sheet-stop.directive";
|
|
11
|
+
import * as i10 from "@angular/common";
|
|
12
|
+
import * as i11 from "@tinkoff/ng-polymorpheus";
|
|
13
|
+
import * as i12 from "@taiga-ui/cdk";
|
|
14
|
+
import * as i13 from "@taiga-ui/core";
|
|
1
15
|
export declare class TuiSheetModule {
|
|
16
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TuiSheetModule, never>;
|
|
17
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<TuiSheetModule, [typeof i1.TuiSheetsHostComponent, typeof i2.TuiSheetComponent, typeof i3.TuiSheetBarComponent, typeof i4.TuiSheetHeadingComponent, typeof i5.TuiSheetTopDirective, typeof i6.TuiSheetDirective, typeof i7.TuiSheetWrapperDirective, typeof i8.TuiSheetCloseDirective, typeof i9.TuiSheetStopDirective], [typeof i10.CommonModule, typeof i11.PolymorpheusModule, typeof i12.TuiLetModule, typeof i13.TuiButtonModule, typeof i12.TuiOverscrollModule, typeof i13.TuiScrollbarModule], [typeof i1.TuiSheetsHostComponent, typeof i2.TuiSheetComponent, typeof i4.TuiSheetHeadingComponent, typeof i6.TuiSheetDirective]>;
|
|
18
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<TuiSheetModule>;
|
|
2
19
|
}
|
|
@@ -2,9 +2,12 @@ import { PolymorpheusContent } from '@tinkoff/ng-polymorpheus';
|
|
|
2
2
|
import { BehaviorSubject, Observable } from 'rxjs';
|
|
3
3
|
import { TuiSheet } from './sheet';
|
|
4
4
|
import { TuiSheetOptions } from './sheet-options';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
5
6
|
export declare class TuiSheetService {
|
|
6
7
|
private readonly options;
|
|
7
8
|
readonly sheets$: BehaviorSubject<TuiSheet<any, any>[]>;
|
|
8
9
|
constructor(options: TuiSheetOptions);
|
|
9
10
|
open<G>(content: PolymorpheusContent<TuiSheet<G>>, options?: Partial<TuiSheetOptions>): Observable<G>;
|
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TuiSheetService, never>;
|
|
12
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<TuiSheetService>;
|
|
10
13
|
}
|
|
@@ -1,13 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"main": "../../bundles/taiga-ui-addon-mobile-components-theme-android.umd.js",
|
|
3
|
-
"module": "../../
|
|
3
|
+
"module": "../../fesm2015/taiga-ui-addon-mobile-components-theme-android.js",
|
|
4
4
|
"es2015": "../../fesm2015/taiga-ui-addon-mobile-components-theme-android.js",
|
|
5
|
-
"esm5": "../../esm5/components/theme-android/taiga-ui-addon-mobile-components-theme-android.js",
|
|
6
5
|
"esm2015": "../../esm2015/components/theme-android/taiga-ui-addon-mobile-components-theme-android.js",
|
|
7
|
-
"fesm5": "../../fesm5/taiga-ui-addon-mobile-components-theme-android.js",
|
|
8
6
|
"fesm2015": "../../fesm2015/taiga-ui-addon-mobile-components-theme-android.js",
|
|
9
7
|
"typings": "taiga-ui-addon-mobile-components-theme-android.d.ts",
|
|
10
|
-
"metadata": "taiga-ui-addon-mobile-components-theme-android.metadata.json",
|
|
11
8
|
"sideEffects": false,
|
|
12
9
|
"name": "@taiga-ui/addon-mobile/components/theme-android"
|
|
13
|
-
}
|
|
10
|
+
}
|
|
@@ -1,3 +1,6 @@
|
|
|
1
1
|
import { AbstractTuiThemeSwitcher } from '@taiga-ui/cdk';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
2
3
|
export declare class TuiThemeAndroidComponent extends AbstractTuiThemeSwitcher {
|
|
4
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TuiThemeAndroidComponent, never>;
|
|
5
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TuiThemeAndroidComponent, "tui-theme-android", never, {}, {}, never, never>;
|
|
3
6
|
}
|
|
@@ -1,2 +1,7 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./theme-android.component";
|
|
1
3
|
export declare class TuiThemeAndroidModule {
|
|
4
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TuiThemeAndroidModule, never>;
|
|
5
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<TuiThemeAndroidModule, [typeof i1.TuiThemeAndroidComponent], never, [typeof i1.TuiThemeAndroidComponent]>;
|
|
6
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<TuiThemeAndroidModule>;
|
|
2
7
|
}
|
|
@@ -1,13 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"main": "../../bundles/taiga-ui-addon-mobile-components-theme-ios.umd.js",
|
|
3
|
-
"module": "../../
|
|
3
|
+
"module": "../../fesm2015/taiga-ui-addon-mobile-components-theme-ios.js",
|
|
4
4
|
"es2015": "../../fesm2015/taiga-ui-addon-mobile-components-theme-ios.js",
|
|
5
|
-
"esm5": "../../esm5/components/theme-ios/taiga-ui-addon-mobile-components-theme-ios.js",
|
|
6
5
|
"esm2015": "../../esm2015/components/theme-ios/taiga-ui-addon-mobile-components-theme-ios.js",
|
|
7
|
-
"fesm5": "../../fesm5/taiga-ui-addon-mobile-components-theme-ios.js",
|
|
8
6
|
"fesm2015": "../../fesm2015/taiga-ui-addon-mobile-components-theme-ios.js",
|
|
9
7
|
"typings": "taiga-ui-addon-mobile-components-theme-ios.d.ts",
|
|
10
|
-
"metadata": "taiga-ui-addon-mobile-components-theme-ios.metadata.json",
|
|
11
8
|
"sideEffects": false,
|
|
12
9
|
"name": "@taiga-ui/addon-mobile/components/theme-ios"
|
|
13
|
-
}
|
|
10
|
+
}
|
|
@@ -1,3 +1,6 @@
|
|
|
1
1
|
import { AbstractTuiThemeSwitcher } from '@taiga-ui/cdk';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
2
3
|
export declare class TuiThemeIosComponent extends AbstractTuiThemeSwitcher {
|
|
4
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TuiThemeIosComponent, never>;
|
|
5
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TuiThemeIosComponent, "tui-theme-ios", never, {}, {}, never, never>;
|
|
3
6
|
}
|
|
@@ -1,2 +1,7 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./theme-ios.component";
|
|
1
3
|
export declare class TuiThemeIosModule {
|
|
4
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TuiThemeIosModule, never>;
|
|
5
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<TuiThemeIosModule, [typeof i1.TuiThemeIosComponent], never, [typeof i1.TuiThemeIosComponent]>;
|
|
6
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<TuiThemeIosModule>;
|
|
2
7
|
}
|
package/const/package.json
CHANGED
|
@@ -1,13 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"main": "../bundles/taiga-ui-addon-mobile-const.umd.js",
|
|
3
|
-
"module": "../
|
|
3
|
+
"module": "../fesm2015/taiga-ui-addon-mobile-const.js",
|
|
4
4
|
"es2015": "../fesm2015/taiga-ui-addon-mobile-const.js",
|
|
5
|
-
"esm5": "../esm5/const/taiga-ui-addon-mobile-const.js",
|
|
6
5
|
"esm2015": "../esm2015/const/taiga-ui-addon-mobile-const.js",
|
|
7
|
-
"fesm5": "../fesm5/taiga-ui-addon-mobile-const.js",
|
|
8
6
|
"fesm2015": "../fesm2015/taiga-ui-addon-mobile-const.js",
|
|
9
7
|
"typings": "taiga-ui-addon-mobile-const.d.ts",
|
|
10
|
-
"metadata": "taiga-ui-addon-mobile-const.metadata.json",
|
|
11
8
|
"sideEffects": false,
|
|
12
9
|
"name": "@taiga-ui/addon-mobile/const"
|
|
13
|
-
}
|
|
10
|
+
}
|
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
import { Observable } from 'rxjs';
|
|
2
2
|
import { TuiElasticStickyService } from './elastic-sticky.service';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
3
4
|
export declare class TuiElasticStickyDirective {
|
|
4
5
|
readonly tuiElasticSticky: Observable<number>;
|
|
5
6
|
constructor(elasticStickyService: TuiElasticStickyService);
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TuiElasticStickyDirective, never>;
|
|
8
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiElasticStickyDirective, "[tuiElasticSticky]", ["tuiElasticSticky"], {}, { "tuiElasticSticky": "tuiElasticSticky"; }, never>;
|
|
6
9
|
}
|
|
@@ -1,2 +1,7 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./elastic-sticky.directive";
|
|
1
3
|
export declare class TuiElasticStickyModule {
|
|
4
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TuiElasticStickyModule, never>;
|
|
5
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<TuiElasticStickyModule, [typeof i1.TuiElasticStickyDirective], never, [typeof i1.TuiElasticStickyDirective]>;
|
|
6
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<TuiElasticStickyModule>;
|
|
2
7
|
}
|
|
@@ -1,7 +1,10 @@
|
|
|
1
1
|
import { ElementRef, NgZone } from '@angular/core';
|
|
2
2
|
import { TuiDestroyService } from '@taiga-ui/cdk';
|
|
3
3
|
import { Observable } from 'rxjs';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
4
5
|
export declare class TuiElasticStickyService extends Observable<number> {
|
|
5
6
|
constructor(scrollRef: ElementRef<HTMLElement> | null, { nativeElement }: ElementRef<HTMLElement>, ngZone: NgZone, windowRef: Window, destroy$: TuiDestroyService);
|
|
6
7
|
private getInitialOffset;
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TuiElasticStickyService, [{ optional: true; }, null, null, null, null]>;
|
|
9
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<TuiElasticStickyService>;
|
|
7
10
|
}
|
|
@@ -1,13 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"main": "../../bundles/taiga-ui-addon-mobile-directives-elastic-sticky.umd.js",
|
|
3
|
-
"module": "../../
|
|
3
|
+
"module": "../../fesm2015/taiga-ui-addon-mobile-directives-elastic-sticky.js",
|
|
4
4
|
"es2015": "../../fesm2015/taiga-ui-addon-mobile-directives-elastic-sticky.js",
|
|
5
|
-
"esm5": "../../esm5/directives/elastic-sticky/taiga-ui-addon-mobile-directives-elastic-sticky.js",
|
|
6
5
|
"esm2015": "../../esm2015/directives/elastic-sticky/taiga-ui-addon-mobile-directives-elastic-sticky.js",
|
|
7
|
-
"fesm5": "../../fesm5/taiga-ui-addon-mobile-directives-elastic-sticky.js",
|
|
8
6
|
"fesm2015": "../../fesm2015/taiga-ui-addon-mobile-directives-elastic-sticky.js",
|
|
9
7
|
"typings": "taiga-ui-addon-mobile-directives-elastic-sticky.d.ts",
|
|
10
|
-
"metadata": "taiga-ui-addon-mobile-directives-elastic-sticky.metadata.json",
|
|
11
8
|
"sideEffects": false,
|
|
12
9
|
"name": "@taiga-ui/addon-mobile/directives/elastic-sticky"
|
|
13
|
-
}
|
|
10
|
+
}
|
|
@@ -1,7 +1,10 @@
|
|
|
1
1
|
import { TuiDirectiveStylesService } from '@taiga-ui/cdk';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
2
3
|
export declare class TuiMobileTabsDirective {
|
|
3
4
|
private readonly isIos;
|
|
4
5
|
private readonly isAndroid;
|
|
5
6
|
constructor(isIos: boolean, isAndroid: boolean, directiveStyles: TuiDirectiveStylesService);
|
|
6
7
|
get platform(): 'ios' | 'android' | null;
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TuiMobileTabsDirective, never>;
|
|
9
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiMobileTabsDirective, "[tuiMobileTabs]", never, {}, {}, never>;
|
|
7
10
|
}
|
|
@@ -1,2 +1,8 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./mobile-tabs.directive";
|
|
3
|
+
import * as i2 from "./mobile-tabs.component";
|
|
1
4
|
export declare class TuiMobileTabsModule {
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TuiMobileTabsModule, never>;
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<TuiMobileTabsModule, [typeof i1.TuiMobileTabsDirective, typeof i2.TuiMobileTabsComponent], never, [typeof i1.TuiMobileTabsDirective, typeof i2.TuiMobileTabsComponent]>;
|
|
7
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<TuiMobileTabsModule>;
|
|
2
8
|
}
|
|
@@ -1,13 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"main": "../../bundles/taiga-ui-addon-mobile-directives-mobile-tabs.umd.js",
|
|
3
|
-
"module": "../../
|
|
3
|
+
"module": "../../fesm2015/taiga-ui-addon-mobile-directives-mobile-tabs.js",
|
|
4
4
|
"es2015": "../../fesm2015/taiga-ui-addon-mobile-directives-mobile-tabs.js",
|
|
5
|
-
"esm5": "../../esm5/directives/mobile-tabs/taiga-ui-addon-mobile-directives-mobile-tabs.js",
|
|
6
5
|
"esm2015": "../../esm2015/directives/mobile-tabs/taiga-ui-addon-mobile-directives-mobile-tabs.js",
|
|
7
|
-
"fesm5": "../../fesm5/taiga-ui-addon-mobile-directives-mobile-tabs.js",
|
|
8
6
|
"fesm2015": "../../fesm2015/taiga-ui-addon-mobile-directives-mobile-tabs.js",
|
|
9
7
|
"typings": "taiga-ui-addon-mobile-directives-mobile-tabs.d.ts",
|
|
10
|
-
"metadata": "taiga-ui-addon-mobile-directives-mobile-tabs.metadata.json",
|
|
11
8
|
"sideEffects": false,
|
|
12
9
|
"name": "@taiga-ui/addon-mobile/directives/mobile-tabs"
|
|
13
|
-
}
|
|
10
|
+
}
|
package/directives/package.json
CHANGED
|
@@ -1,13 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"main": "../bundles/taiga-ui-addon-mobile-directives.umd.js",
|
|
3
|
-
"module": "../
|
|
3
|
+
"module": "../fesm2015/taiga-ui-addon-mobile-directives.js",
|
|
4
4
|
"es2015": "../fesm2015/taiga-ui-addon-mobile-directives.js",
|
|
5
|
-
"esm5": "../esm5/directives/taiga-ui-addon-mobile-directives.js",
|
|
6
5
|
"esm2015": "../esm2015/directives/taiga-ui-addon-mobile-directives.js",
|
|
7
|
-
"fesm5": "../fesm5/taiga-ui-addon-mobile-directives.js",
|
|
8
6
|
"fesm2015": "../fesm2015/taiga-ui-addon-mobile-directives.js",
|
|
9
7
|
"typings": "taiga-ui-addon-mobile-directives.d.ts",
|
|
10
|
-
"metadata": "taiga-ui-addon-mobile-directives.metadata.json",
|
|
11
8
|
"sideEffects": false,
|
|
12
9
|
"name": "@taiga-ui/addon-mobile/directives"
|
|
13
|
-
}
|
|
10
|
+
}
|
|
@@ -1,13 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"main": "../../bundles/taiga-ui-addon-mobile-directives-ripple.umd.js",
|
|
3
|
-
"module": "../../
|
|
3
|
+
"module": "../../fesm2015/taiga-ui-addon-mobile-directives-ripple.js",
|
|
4
4
|
"es2015": "../../fesm2015/taiga-ui-addon-mobile-directives-ripple.js",
|
|
5
|
-
"esm5": "../../esm5/directives/ripple/taiga-ui-addon-mobile-directives-ripple.js",
|
|
6
5
|
"esm2015": "../../esm2015/directives/ripple/taiga-ui-addon-mobile-directives-ripple.js",
|
|
7
|
-
"fesm5": "../../fesm5/taiga-ui-addon-mobile-directives-ripple.js",
|
|
8
6
|
"fesm2015": "../../fesm2015/taiga-ui-addon-mobile-directives-ripple.js",
|
|
9
7
|
"typings": "taiga-ui-addon-mobile-directives-ripple.d.ts",
|
|
10
|
-
"metadata": "taiga-ui-addon-mobile-directives-ripple.metadata.json",
|
|
11
8
|
"sideEffects": false,
|
|
12
9
|
"name": "@taiga-ui/addon-mobile/directives/ripple"
|
|
13
|
-
}
|
|
10
|
+
}
|
|
@@ -1,2 +1,5 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
1
2
|
export declare class TuiRippleStylesComponent {
|
|
3
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TuiRippleStylesComponent, never>;
|
|
4
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TuiRippleStylesComponent, "ng-component", never, {}, {}, never, never>;
|
|
2
5
|
}
|