@taiga-ui/cdk 3.491.1-canary.d27927b → 4.0.0-rc.1
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/LICENSE +1 -1
- package/classes/control.d.ts +41 -0
- package/classes/controller.d.ts +9 -0
- package/classes/index.d.ts +4 -1
- package/classes/portals.d.ts +33 -0
- package/classes/validation-error.d.ts +1 -1
- package/classes/value-transformer.d.ts +4 -0
- package/constants/handlers.d.ts +8 -0
- package/constants/index.d.ts +3 -7
- package/constants/matchers.d.ts +23 -0
- package/constants/regexp.d.ts +3 -0
- package/constants/svg-node-filter.d.ts +1 -1
- package/constants/used-icons.d.ts +1 -1
- package/constants/version.d.ts +1 -1
- package/constants/version.js +1 -1
- package/date-time/day-of-week.d.ts +9 -0
- package/date-time/day-range.d.ts +1 -1
- package/date-time/day.d.ts +5 -3
- package/date-time/index.d.ts +3 -2
- package/date-time/month-number.d.ts +14 -0
- package/date-time/month-range.d.ts +1 -1
- package/date-time/month.d.ts +2 -2
- package/date-time/time.d.ts +1 -2
- package/date-time/types.d.ts +31 -0
- package/date-time/year.d.ts +2 -2
- package/directives/active-zone/active-zone.directive.d.ts +10 -9
- package/directives/active-zone/index.d.ts +0 -1
- package/directives/auto-focus/autofocus.directive.d.ts +8 -9
- package/directives/auto-focus/autofocus.options.d.ts +7 -8
- package/directives/auto-focus/handlers/abstract.handler.d.ts +4 -9
- package/directives/auto-focus/handlers/default.handler.d.ts +3 -7
- package/directives/auto-focus/handlers/ios.handler.d.ts +2 -6
- package/directives/auto-focus/handlers/sync.handler.d.ts +0 -6
- package/directives/auto-focus/index.d.ts +0 -1
- package/directives/click-outside/click-outside.directive.d.ts +4 -6
- package/directives/click-outside/index.d.ts +0 -1
- package/directives/control/control.directive.d.ts +4 -5
- package/directives/control/index.d.ts +0 -1
- package/directives/copy-processor/copy-processor.directive.d.ts +5 -6
- package/directives/copy-processor/index.d.ts +0 -1
- package/directives/droppable/droppable.directive.d.ts +6 -8
- package/directives/droppable/index.d.ts +0 -1
- package/directives/element/element.directive.d.ts +4 -4
- package/directives/element/index.d.ts +0 -1
- package/directives/focus-trap/focus-trap.directive.d.ts +7 -8
- package/directives/focus-trap/index.d.ts +0 -1
- package/directives/for/for.directive.d.ts +2 -3
- package/directives/for/index.d.ts +0 -1
- package/directives/high-dpi/high-dpi.directive.d.ts +4 -5
- package/directives/high-dpi/index.d.ts +0 -1
- package/directives/hovered/hovered.directive.d.ts +5 -6
- package/directives/hovered/hovered.service.d.ts +3 -2
- package/directives/hovered/index.d.ts +0 -1
- package/directives/index.d.ts +2 -12
- package/directives/item/index.d.ts +0 -1
- package/directives/item/item.directive.d.ts +3 -3
- package/directives/let/index.d.ts +0 -1
- package/directives/let/let-context.d.ts +4 -4
- package/directives/let/let.directive.d.ts +5 -6
- package/directives/media/index.d.ts +0 -1
- package/directives/media/media.directive.d.ts +9 -11
- package/directives/native-validator/index.d.ts +1 -0
- package/directives/native-validator/native-validator.directive.d.ts +14 -0
- package/directives/obscured/index.d.ts +1 -1
- package/directives/obscured/obscured.directive.d.ts +6 -8
- package/directives/obscured/obscured.service.d.ts +13 -0
- package/directives/pan/index.d.ts +1 -1
- package/directives/pan/pan.directive.d.ts +5 -6
- package/directives/pan/pan.service.d.ts +7 -0
- package/directives/platform/index.d.ts +0 -1
- package/directives/platform/platform.directive.d.ts +4 -5
- package/directives/popover/index.d.ts +1 -0
- package/directives/popover/popover.directive.d.ts +14 -0
- package/directives/repeat-times/index.d.ts +0 -1
- package/directives/repeat-times/repeat-times.directive.d.ts +6 -8
- package/directives/resizer/index.d.ts +1 -2
- package/directives/resizer/resizable.directive.d.ts +6 -0
- package/directives/resizer/resizer.directive.d.ts +14 -17
- package/directives/swipe/index.d.ts +3 -1
- package/directives/swipe/swipe.directive.d.ts +5 -7
- package/directives/swipe/swipe.options.d.ts +2 -0
- package/directives/swipe/swipe.service.d.ts +8 -0
- package/directives/swipe/swipe.types.d.ts +9 -0
- package/directives/validator/index.d.ts +0 -1
- package/directives/validator/validator.directive.d.ts +5 -5
- package/directives/value-changes/index.d.ts +0 -1
- package/directives/value-changes/value-changes.directive.d.ts +4 -6
- package/directives/zoom/index.d.ts +3 -1
- package/directives/zoom/zoom.directive.d.ts +5 -7
- package/directives/zoom/zoom.options.d.ts +5 -0
- package/directives/zoom/zoom.service.d.ts +8 -0
- package/directives/zoom/zoom.types.d.ts +9 -0
- package/esm2022/classes/control.mjs +111 -0
- package/esm2022/classes/controller.mjs +18 -0
- package/esm2022/classes/index.mjs +6 -0
- package/esm2022/classes/portals.mjs +76 -0
- package/esm2022/classes/validation-error.mjs +7 -0
- package/esm2022/classes/value-transformer.mjs +3 -0
- package/esm2022/constants/empty.mjs +24 -0
- package/esm2022/constants/handlers.mjs +11 -0
- package/esm2022/constants/index.mjs +9 -0
- package/esm2022/constants/matchers.mjs +26 -0
- package/esm2022/constants/regexp.mjs +4 -0
- package/esm2022/constants/svg-node-filter.mjs +8 -0
- package/esm2022/constants/unicode-chars.mjs +64 -0
- package/esm2022/constants/used-icons.mjs +56 -0
- package/esm2022/constants/version.mjs +2 -0
- package/esm2022/date-time/day-of-week.mjs +10 -0
- package/esm2022/date-time/day-range.mjs +76 -0
- package/esm2022/date-time/day.mjs +287 -0
- package/esm2022/date-time/index.mjs +14 -0
- package/esm2022/date-time/month-number.mjs +15 -0
- package/esm2022/date-time/month-range.mjs +27 -0
- package/esm2022/date-time/month.mjs +149 -0
- package/esm2022/date-time/time.mjs +128 -0
- package/esm2022/date-time/types.mjs +2 -0
- package/esm2022/date-time/year.mjs +111 -0
- package/esm2022/directives/active-zone/active-zone.directive.mjs +73 -0
- package/esm2022/directives/active-zone/index.mjs +2 -0
- package/esm2022/directives/auto-focus/autofocus.directive.mjs +46 -0
- package/esm2022/directives/auto-focus/autofocus.options.mjs +24 -0
- package/esm2022/directives/auto-focus/handlers/abstract.handler.mjs +16 -0
- package/esm2022/directives/auto-focus/handlers/default.handler.mjs +19 -0
- package/esm2022/directives/auto-focus/handlers/ios.handler.mjs +140 -0
- package/esm2022/directives/auto-focus/handlers/sync.handler.mjs +7 -0
- package/esm2022/directives/auto-focus/index.mjs +7 -0
- package/esm2022/directives/click-outside/click-outside.directive.mjs +30 -0
- package/esm2022/directives/click-outside/index.mjs +2 -0
- package/esm2022/directives/control/control.directive.mjs +23 -0
- package/esm2022/directives/control/index.mjs +2 -0
- package/esm2022/directives/copy-processor/copy-processor.directive.mjs +33 -0
- package/esm2022/directives/copy-processor/index.mjs +2 -0
- package/esm2022/directives/droppable/droppable.directive.mjs +31 -0
- package/esm2022/directives/droppable/index.mjs +2 -0
- package/esm2022/directives/element/element.directive.mjs +35 -0
- package/esm2022/directives/element/index.mjs +2 -0
- package/esm2022/directives/focus-trap/focus-trap.directive.mjs +64 -0
- package/esm2022/directives/focus-trap/index.mjs +2 -0
- package/esm2022/directives/for/for.directive.mjs +34 -0
- package/esm2022/directives/for/index.mjs +2 -0
- package/esm2022/directives/high-dpi/high-dpi.directive.mjs +23 -0
- package/esm2022/directives/high-dpi/index.mjs +2 -0
- package/esm2022/directives/hovered/hovered.directive.mjs +22 -0
- package/esm2022/directives/hovered/hovered.service.mjs +37 -0
- package/esm2022/directives/hovered/index.mjs +3 -0
- package/esm2022/directives/index.mjs +26 -0
- package/esm2022/directives/item/index.mjs +2 -0
- package/esm2022/directives/item/item.directive.mjs +18 -0
- package/esm2022/directives/let/index.mjs +3 -0
- package/esm2022/directives/let/let-context.mjs +15 -0
- package/esm2022/directives/let/let.directive.mjs +34 -0
- package/esm2022/directives/media/index.mjs +2 -0
- package/esm2022/directives/media/media.directive.mjs +103 -0
- package/esm2022/directives/native-validator/index.mjs +2 -0
- package/esm2022/directives/native-validator/native-validator.directive.mjs +44 -0
- package/esm2022/directives/native-validator/taiga-ui-cdk-directives-native-validator.mjs +5 -0
- package/esm2022/directives/obscured/index.mjs +3 -0
- package/esm2022/directives/obscured/obscured.directive.mjs +36 -0
- package/esm2022/directives/obscured/obscured.service.mjs +24 -0
- package/esm2022/directives/pan/index.mjs +3 -0
- package/esm2022/directives/pan/pan.directive.mjs +22 -0
- package/esm2022/directives/pan/pan.service.mjs +30 -0
- package/esm2022/directives/platform/index.mjs +2 -0
- package/esm2022/directives/platform/platform.directive.mjs +37 -0
- package/esm2022/directives/popover/index.mjs +2 -0
- package/esm2022/directives/popover/popover.directive.mjs +26 -0
- package/esm2022/directives/popover/taiga-ui-cdk-directives-popover.mjs +5 -0
- package/esm2022/directives/repeat-times/index.mjs +2 -0
- package/esm2022/directives/repeat-times/repeat-times.directive.mjs +55 -0
- package/esm2022/directives/resizer/index.mjs +3 -0
- package/esm2022/directives/resizer/resizable.directive.mjs +16 -0
- package/esm2022/directives/resizer/resizer.directive.mjs +89 -0
- package/esm2022/directives/swipe/index.mjs +5 -0
- package/esm2022/directives/swipe/swipe.directive.mjs +22 -0
- package/esm2022/directives/swipe/swipe.options.mjs +6 -0
- package/esm2022/directives/swipe/swipe.service.mjs +52 -0
- package/esm2022/directives/swipe/swipe.types.mjs +2 -0
- package/esm2022/directives/validator/index.mjs +2 -0
- package/esm2022/directives/validator/validator.directive.mjs +38 -0
- package/esm2022/directives/value-changes/index.mjs +2 -0
- package/esm2022/directives/value-changes/value-changes.directive.mjs +28 -0
- package/esm2022/directives/zoom/index.mjs +5 -0
- package/esm2022/directives/zoom/zoom.directive.mjs +24 -0
- package/esm2022/directives/zoom/zoom.options.mjs +8 -0
- package/esm2022/directives/zoom/zoom.service.mjs +48 -0
- package/esm2022/directives/zoom/zoom.types.mjs +2 -0
- package/esm2022/index.mjs +11 -0
- package/esm2022/observables/control-value.mjs +19 -0
- package/esm2022/observables/drag-and-drop-from.mjs +14 -0
- package/esm2022/observables/events.mjs +8 -0
- package/esm2022/observables/if-map.mjs +5 -0
- package/esm2022/observables/index.mjs +12 -0
- package/esm2022/observables/must-be-present.mjs +17 -0
- package/esm2022/observables/query-list-observable.mjs +9 -0
- package/esm2022/observables/scroll-from.mjs +10 -0
- package/esm2022/observables/take-until-destroyed.mjs +9 -0
- package/esm2022/observables/typed-from-event.mjs +9 -0
- package/esm2022/observables/watch.mjs +5 -0
- package/esm2022/observables/zone.mjs +15 -0
- package/esm2022/pipes/filter/filter.pipe.mjs +25 -0
- package/esm2022/pipes/filter/index.mjs +2 -0
- package/esm2022/pipes/index.mjs +7 -0
- package/esm2022/pipes/is-present/index.mjs +2 -0
- package/esm2022/pipes/is-present/is-present.pipe.mjs +19 -0
- package/esm2022/pipes/keys/index.mjs +2 -0
- package/esm2022/pipes/keys/keys.pipe.mjs +18 -0
- package/esm2022/pipes/mapper/index.mjs +2 -0
- package/esm2022/pipes/mapper/mapper.pipe.mjs +25 -0
- package/esm2022/pipes/replace/index.mjs +2 -0
- package/esm2022/pipes/replace/replace.pipe.mjs +20 -0
- package/esm2022/pipes/to-array/index.mjs +2 -0
- package/esm2022/pipes/to-array/taiga-ui-cdk-pipes-to-array.mjs +5 -0
- package/esm2022/pipes/to-array/to-array.pipe.mjs +18 -0
- package/esm2022/services/id.service.mjs +22 -0
- package/esm2022/services/index.mjs +5 -0
- package/esm2022/services/popover.service.mjs +45 -0
- package/esm2022/services/scroll.service.mjs +53 -0
- package/esm2022/services/static-request.service.mjs +33 -0
- package/esm2022/tokens/active-element.mjs +51 -0
- package/esm2022/tokens/base-href.mjs +5 -0
- package/esm2022/tokens/environment.mjs +32 -0
- package/esm2022/tokens/fallback-value.mjs +9 -0
- package/esm2022/tokens/index.mjs +8 -0
- package/esm2022/tokens/removed-element.mjs +19 -0
- package/esm2022/tokens/window-size.mjs +28 -0
- package/esm2022/types/context.mjs +2 -0
- package/esm2022/types/index.mjs +8 -0
- package/esm2022/types/mapper.mjs +2 -0
- package/esm2022/types/matcher.mjs +2 -0
- package/esm2022/types/safe-html.mjs +2 -0
- package/esm2022/utils/browser/index.mjs +6 -0
- package/esm2022/utils/browser/is-apple.mjs +14 -0
- package/esm2022/utils/browser/is-edge.mjs +4 -0
- package/esm2022/utils/browser/is-firefox.mjs +4 -0
- package/esm2022/utils/browser/is-ios.mjs +7 -0
- package/esm2022/utils/browser/is-safari.mjs +10 -0
- package/esm2022/utils/color/hex-to-rgb.mjs +12 -0
- package/esm2022/utils/color/hex-to-rgba.mjs +29 -0
- package/esm2022/utils/color/hsv-to-rgb.mjs +11 -0
- package/esm2022/utils/color/parse-color.mjs +27 -0
- package/esm2022/utils/color/rgb-to-hex.mjs +4 -0
- package/esm2022/utils/color/rgba-to-hex.mjs +25 -0
- package/esm2022/utils/dom/contains-or-after.mjs +10 -0
- package/esm2022/utils/dom/element-checks.mjs +19 -0
- package/esm2022/utils/dom/event-checks.mjs +4 -0
- package/esm2022/utils/dom/get-clipboard-data-text.mjs +11 -0
- package/esm2022/utils/dom/get-document-or-shadow-root.mjs +6 -0
- package/esm2022/utils/dom/get-element-obscurers.mjs +44 -0
- package/esm2022/utils/dom/get-element-offset.mjs +20 -0
- package/esm2022/utils/dom/get-selected-text.mjs +15 -0
- package/esm2022/utils/dom/index.mjs +17 -0
- package/esm2022/utils/dom/inject-element.mjs +5 -0
- package/esm2022/utils/dom/is-node-in.mjs +14 -0
- package/esm2022/utils/dom/point-to-client-rect.mjs +17 -0
- package/esm2022/utils/dom/retarget-boundary-crossing.mjs +16 -0
- package/esm2022/utils/focus/get-native-focused.mjs +16 -0
- package/esm2022/utils/focus/index.mjs +9 -0
- package/esm2022/utils/focus/is-native-focused-in.mjs +12 -0
- package/esm2022/utils/focus/is-native-focused.mjs +15 -0
- package/esm2022/utils/focus/is-native-keyboard-focusable.mjs +33 -0
- package/esm2022/utils/focus/is-native-mouse-focusable.mjs +7 -0
- package/esm2022/utils/index.mjs +7 -0
- package/esm2022/utils/math/clamp.mjs +16 -0
- package/esm2022/utils/math/in-range.mjs +9 -0
- package/esm2022/utils/math/normalize-to-int-number.mjs +22 -0
- package/esm2022/utils/math/quantize.mjs +15 -0
- package/esm2022/utils/math/round-with.mjs +14 -0
- package/esm2022/utils/math/round.mjs +34 -0
- package/esm2022/utils/miscellaneous/change-date-separator.mjs +3 -0
- package/esm2022/utils/miscellaneous/create-token.mjs +8 -0
- package/esm2022/utils/miscellaneous/directive-binding.mjs +25 -0
- package/esm2022/utils/miscellaneous/directive-listener.mjs +7 -0
- package/esm2022/utils/miscellaneous/ease-in-out-quad.mjs +7 -0
- package/esm2022/utils/miscellaneous/get-original-array-from-query-list.mjs +15 -0
- package/esm2022/utils/miscellaneous/index.mjs +27 -0
- package/esm2022/utils/miscellaneous/is-number.mjs +4 -0
- package/esm2022/utils/miscellaneous/is-object.mjs +4 -0
- package/esm2022/utils/miscellaneous/is-string.mjs +4 -0
- package/esm2022/utils/miscellaneous/is-valid-url.mjs +11 -0
- package/esm2022/utils/miscellaneous/mark-control-as-touched-and-validate.mjs +16 -0
- package/esm2022/utils/miscellaneous/nullable-same.mjs +18 -0
- package/esm2022/utils/miscellaneous/provide-options.mjs +12 -0
- package/esm2022/utils/miscellaneous/provide.mjs +4 -0
- package/esm2022/utils/miscellaneous/pure.mjs +82 -0
- package/esm2022/utils/miscellaneous/px.mjs +9 -0
- package/esm2022/utils/miscellaneous/uniq-by.mjs +6 -0
- package/esm2022/utils/miscellaneous/with-styles.mjs +16 -0
- package/fesm2022/taiga-ui-cdk-classes.mjs +211 -0
- package/fesm2022/taiga-ui-cdk-classes.mjs.map +1 -0
- package/fesm2022/taiga-ui-cdk-constants.mjs +202 -0
- package/fesm2022/taiga-ui-cdk-constants.mjs.map +1 -0
- package/fesm2022/taiga-ui-cdk-date-time.mjs +837 -0
- package/fesm2022/taiga-ui-cdk-date-time.mjs.map +1 -0
- package/fesm2022/taiga-ui-cdk-directives-active-zone.mjs +79 -0
- package/fesm2022/taiga-ui-cdk-directives-active-zone.mjs.map +1 -0
- package/fesm2022/taiga-ui-cdk-directives-auto-focus.mjs +250 -0
- package/fesm2022/taiga-ui-cdk-directives-auto-focus.mjs.map +1 -0
- package/fesm2022/taiga-ui-cdk-directives-click-outside.mjs +36 -0
- package/fesm2022/taiga-ui-cdk-directives-click-outside.mjs.map +1 -0
- package/fesm2022/taiga-ui-cdk-directives-control.mjs +29 -0
- package/fesm2022/taiga-ui-cdk-directives-control.mjs.map +1 -0
- package/fesm2022/taiga-ui-cdk-directives-copy-processor.mjs +39 -0
- package/fesm2022/taiga-ui-cdk-directives-copy-processor.mjs.map +1 -0
- package/fesm2022/taiga-ui-cdk-directives-droppable.mjs +37 -0
- package/fesm2022/taiga-ui-cdk-directives-droppable.mjs.map +1 -0
- package/fesm2022/taiga-ui-cdk-directives-element.mjs +41 -0
- package/fesm2022/taiga-ui-cdk-directives-element.mjs.map +1 -0
- package/fesm2022/taiga-ui-cdk-directives-focus-trap.mjs +70 -0
- package/fesm2022/taiga-ui-cdk-directives-focus-trap.mjs.map +1 -0
- package/fesm2022/taiga-ui-cdk-directives-for.mjs +40 -0
- package/fesm2022/taiga-ui-cdk-directives-for.mjs.map +1 -0
- package/fesm2022/taiga-ui-cdk-directives-high-dpi.mjs +29 -0
- package/fesm2022/taiga-ui-cdk-directives-high-dpi.mjs.map +1 -0
- package/fesm2022/taiga-ui-cdk-directives-hovered.mjs +61 -0
- package/fesm2022/taiga-ui-cdk-directives-hovered.mjs.map +1 -0
- package/fesm2022/taiga-ui-cdk-directives-item.mjs +24 -0
- package/fesm2022/taiga-ui-cdk-directives-item.mjs.map +1 -0
- package/fesm2022/taiga-ui-cdk-directives-let.mjs +54 -0
- package/fesm2022/taiga-ui-cdk-directives-let.mjs.map +1 -0
- package/fesm2022/taiga-ui-cdk-directives-media.mjs +109 -0
- package/fesm2022/taiga-ui-cdk-directives-media.mjs.map +1 -0
- package/fesm2022/taiga-ui-cdk-directives-native-validator.mjs +50 -0
- package/fesm2022/taiga-ui-cdk-directives-native-validator.mjs.map +1 -0
- package/fesm2022/taiga-ui-cdk-directives-obscured.mjs +60 -0
- package/fesm2022/taiga-ui-cdk-directives-obscured.mjs.map +1 -0
- package/fesm2022/taiga-ui-cdk-directives-pan.mjs +54 -0
- package/fesm2022/taiga-ui-cdk-directives-pan.mjs.map +1 -0
- package/fesm2022/taiga-ui-cdk-directives-platform.mjs +43 -0
- package/fesm2022/taiga-ui-cdk-directives-platform.mjs.map +1 -0
- package/fesm2022/taiga-ui-cdk-directives-popover.mjs +32 -0
- package/fesm2022/taiga-ui-cdk-directives-popover.mjs.map +1 -0
- package/fesm2022/taiga-ui-cdk-directives-repeat-times.mjs +61 -0
- package/fesm2022/taiga-ui-cdk-directives-repeat-times.mjs.map +1 -0
- package/fesm2022/taiga-ui-cdk-directives-resizer.mjs +107 -0
- package/fesm2022/taiga-ui-cdk-directives-resizer.mjs.map +1 -0
- package/fesm2022/taiga-ui-cdk-directives-swipe.mjs +81 -0
- package/fesm2022/taiga-ui-cdk-directives-swipe.mjs.map +1 -0
- package/fesm2022/taiga-ui-cdk-directives-validator.mjs +44 -0
- package/fesm2022/taiga-ui-cdk-directives-validator.mjs.map +1 -0
- package/fesm2022/taiga-ui-cdk-directives-value-changes.mjs +34 -0
- package/fesm2022/taiga-ui-cdk-directives-value-changes.mjs.map +1 -0
- package/fesm2022/taiga-ui-cdk-directives-zoom.mjs +80 -0
- package/fesm2022/taiga-ui-cdk-directives-zoom.mjs.map +1 -0
- package/fesm2022/taiga-ui-cdk-directives.mjs +30 -0
- package/fesm2022/taiga-ui-cdk-directives.mjs.map +1 -0
- package/fesm2022/taiga-ui-cdk-observables.mjs +114 -0
- package/fesm2022/taiga-ui-cdk-observables.mjs.map +1 -0
- package/fesm2022/taiga-ui-cdk-pipes-filter.mjs +31 -0
- package/fesm2022/taiga-ui-cdk-pipes-filter.mjs.map +1 -0
- package/fesm2022/taiga-ui-cdk-pipes-is-present.mjs +25 -0
- package/fesm2022/taiga-ui-cdk-pipes-is-present.mjs.map +1 -0
- package/fesm2022/taiga-ui-cdk-pipes-keys.mjs +24 -0
- package/fesm2022/taiga-ui-cdk-pipes-keys.mjs.map +1 -0
- package/fesm2022/taiga-ui-cdk-pipes-mapper.mjs +31 -0
- package/fesm2022/taiga-ui-cdk-pipes-mapper.mjs.map +1 -0
- package/fesm2022/taiga-ui-cdk-pipes-replace.mjs +26 -0
- package/fesm2022/taiga-ui-cdk-pipes-replace.mjs.map +1 -0
- package/fesm2022/taiga-ui-cdk-pipes-to-array.mjs +24 -0
- package/fesm2022/taiga-ui-cdk-pipes-to-array.mjs.map +1 -0
- package/fesm2022/taiga-ui-cdk-pipes.mjs +11 -0
- package/fesm2022/taiga-ui-cdk-pipes.mjs.map +1 -0
- package/fesm2022/taiga-ui-cdk-services.mjs +147 -0
- package/fesm2022/taiga-ui-cdk-services.mjs.map +1 -0
- package/fesm2022/taiga-ui-cdk-tokens.mjs +141 -0
- package/fesm2022/taiga-ui-cdk-tokens.mjs.map +1 -0
- package/fesm2022/taiga-ui-cdk-types.mjs +4 -0
- package/fesm2022/taiga-ui-cdk-types.mjs.map +1 -0
- package/fesm2022/taiga-ui-cdk-utils-browser.mjs +44 -0
- package/fesm2022/taiga-ui-cdk-utils-browser.mjs.map +1 -0
- package/fesm2022/taiga-ui-cdk-utils-color.mjs +122 -0
- package/fesm2022/taiga-ui-cdk-utils-color.mjs.map +1 -0
- package/fesm2022/taiga-ui-cdk-utils-dom.mjs +206 -0
- package/fesm2022/taiga-ui-cdk-utils-dom.mjs.map +1 -0
- package/fesm2022/taiga-ui-cdk-utils-focus.mjs +138 -0
- package/fesm2022/taiga-ui-cdk-utils-focus.mjs.map +1 -0
- package/fesm2022/taiga-ui-cdk-utils-math.mjs +137 -0
- package/fesm2022/taiga-ui-cdk-utils-math.mjs.map +1 -0
- package/fesm2022/taiga-ui-cdk-utils-miscellaneous.mjs +297 -0
- package/fesm2022/taiga-ui-cdk-utils-miscellaneous.mjs.map +1 -0
- package/fesm2022/taiga-ui-cdk-utils.mjs +11 -0
- package/fesm2022/taiga-ui-cdk-utils.mjs.map +1 -0
- package/fesm2022/taiga-ui-cdk.mjs +15 -0
- package/fesm2022/taiga-ui-cdk.mjs.map +1 -0
- package/index.d.ts +0 -7
- package/observables/control-value.d.ts +5 -2
- package/observables/drag-and-drop-from.d.ts +2 -6
- package/observables/events.d.ts +3 -0
- package/observables/if-map.d.ts +2 -2
- package/observables/index.d.ts +4 -9
- package/observables/must-be-present.d.ts +4 -1
- package/observables/query-list-observable.d.ts +6 -0
- package/observables/scroll-from.d.ts +1 -1
- package/observables/take-until-destroyed.d.ts +3 -0
- package/observables/typed-from-event.d.ts +11 -2
- package/observables/watch.d.ts +2 -2
- package/observables/zone.d.ts +5 -0
- package/package.json +317 -28
- package/pipes/filter/filter.pipe.d.ts +4 -4
- package/pipes/filter/index.d.ts +0 -1
- package/pipes/index.d.ts +1 -0
- package/pipes/is-present/index.d.ts +0 -1
- package/pipes/is-present/is-present.pipe.d.ts +2 -2
- package/pipes/keys/index.d.ts +0 -1
- package/pipes/keys/keys.pipe.d.ts +2 -2
- package/pipes/mapper/index.d.ts +0 -1
- package/pipes/mapper/mapper.pipe.d.ts +4 -4
- package/pipes/replace/index.d.ts +0 -1
- package/pipes/replace/replace.pipe.d.ts +2 -2
- package/pipes/to-array/index.d.ts +1 -0
- package/pipes/to-array/to-array.pipe.d.ts +7 -0
- package/schematics/collection.json +16 -4
- package/schematics/constants/file-globs.d.ts +1 -1
- package/schematics/constants/file-globs.js +24 -24
- package/schematics/constants/taiga-styles.js +4 -4
- package/schematics/index.d.ts +0 -4
- package/schematics/index.js +0 -4
- package/schematics/migration.json +8 -28
- package/schematics/ng-add/constants/modules.d.ts +0 -2
- package/schematics/ng-add/constants/modules.js +9 -21
- package/schematics/ng-add/constants/packages.js +1 -1
- package/schematics/ng-add/constants/versions.d.ts +1 -3
- package/schematics/ng-add/constants/versions.js +2 -4
- package/schematics/ng-add/index.d.ts +2 -2
- package/schematics/ng-add/index.js +21 -30
- package/schematics/ng-add/schema.d.ts +0 -2
- package/schematics/ng-add/schema.json +0 -8
- package/schematics/ng-add/setup-project.d.ts +2 -2
- package/schematics/ng-add/setup-project.js +5 -5
- package/schematics/ng-add/steps/add-taiga-icons.d.ts +2 -2
- package/schematics/ng-add/steps/add-taiga-icons.js +6 -6
- package/schematics/ng-add/steps/add-taiga-modules.d.ts +2 -2
- package/schematics/ng-add/steps/add-taiga-modules.js +59 -79
- package/schematics/ng-add/steps/add-taiga-styles.d.ts +2 -2
- package/schematics/ng-add/steps/add-taiga-styles.js +1 -1
- package/schematics/ng-add/steps/wrap-with-tui-root.d.ts +3 -3
- package/schematics/ng-add/steps/wrap-with-tui-root.js +33 -33
- package/schematics/ng-update/interfaces/asset.d.ts +1 -1
- package/schematics/ng-update/interfaces/html-comment.d.ts +5 -0
- package/schematics/ng-update/interfaces/index.d.ts +14 -0
- package/schematics/ng-update/interfaces/index.js +17 -0
- package/schematics/ng-update/interfaces/removable-input.d.ts +6 -0
- package/schematics/ng-update/interfaces/replacement-attribute-to-directive.d.ts +11 -0
- package/schematics/ng-update/interfaces/replacement-attribute-value.d.ts +11 -0
- package/schematics/ng-update/interfaces/replacement-attribute.d.ts +12 -0
- package/schematics/ng-update/interfaces/replacement-identifier.d.ts +22 -0
- package/schematics/ng-update/interfaces/replacement-service.d.ts +2 -2
- package/schematics/ng-update/interfaces/replacement-tag.d.ts +7 -0
- package/schematics/ng-update/interfaces/replacement-type.d.ts +6 -0
- package/schematics/ng-update/interfaces/replacement-type.js +2 -0
- package/schematics/ng-update/interfaces/template-resource.d.ts +1 -1
- package/schematics/ng-update/steps/icons/replace-imports.d.ts +3 -3
- package/schematics/ng-update/steps/icons/replace-imports.js +7 -7
- package/schematics/ng-update/steps/index.d.ts +6 -0
- package/schematics/ng-update/steps/index.js +9 -0
- package/schematics/ng-update/steps/remove-module.d.ts +2 -2
- package/schematics/ng-update/steps/remove-module.js +6 -6
- package/schematics/ng-update/steps/rename-types.d.ts +3 -3
- package/schematics/ng-update/steps/rename-types.js +16 -16
- package/schematics/ng-update/steps/replace-deep-import.d.ts +1 -1
- package/schematics/ng-update/steps/replace-deep-import.js +8 -8
- package/schematics/ng-update/steps/replace-enums.d.ts +2 -2
- package/schematics/ng-update/steps/replace-enums.js +12 -12
- package/schematics/ng-update/steps/replace-identifier.d.ts +4 -0
- package/schematics/ng-update/steps/replace-identifier.js +40 -0
- package/schematics/ng-update/steps/replace-services.d.ts +2 -2
- package/schematics/ng-update/steps/replace-services.js +15 -15
- package/schematics/ng-update/steps/show-warnings.d.ts +2 -2
- package/schematics/ng-update/steps/show-warnings.js +6 -6
- package/schematics/ng-update/utils/get-file-system.d.ts +2 -2
- package/schematics/ng-update/utils/get-file-system.js +2 -2
- package/schematics/ng-update/utils/replace-text.js +2 -2
- package/schematics/ng-update/utils/templates/index.d.ts +6 -0
- package/schematics/ng-update/utils/templates/index.js +9 -0
- package/schematics/ng-update/utils/templates/remove-inputs.d.ts +10 -0
- package/schematics/ng-update/utils/templates/remove-inputs.js +19 -0
- package/schematics/ng-update/utils/templates/replace-attr-values.d.ts +6 -6
- package/schematics/ng-update/utils/templates/replace-attr-values.js +6 -6
- package/schematics/ng-update/utils/templates/replace-attrs-by-directives.d.ts +7 -0
- package/schematics/ng-update/utils/templates/replace-attrs-by-directives.js +18 -0
- package/schematics/ng-update/utils/templates/replace-attrs.d.ts +10 -0
- package/schematics/ng-update/utils/templates/replace-attrs.js +20 -0
- package/schematics/ng-update/utils/templates/replace-tag.d.ts +3 -0
- package/schematics/ng-update/utils/templates/replace-tag.js +17 -0
- package/schematics/ng-update/utils/templates/replace-tags.d.ts +10 -0
- package/schematics/ng-update/utils/templates/replace-tags.js +19 -0
- package/schematics/ng-update/utils/templates/template-comments.d.ts +9 -0
- package/schematics/ng-update/utils/templates/template-comments.js +20 -0
- package/schematics/ng-update/v3/constants/breakpoints.js +27 -27
- package/schematics/ng-update/v3/constants/constants.d.ts +2 -2
- package/schematics/ng-update/v3/constants/constants.js +187 -187
- package/schematics/ng-update/v3/constants/deprecated-functions.d.ts +2 -2
- package/schematics/ng-update/v3/constants/deprecated-functions.js +405 -405
- package/schematics/ng-update/v3/constants/enums.d.ts +1 -1
- package/schematics/ng-update/v3/constants/enums.js +153 -153
- package/schematics/ng-update/v3/constants/modules.d.ts +1 -1
- package/schematics/ng-update/v3/constants/modules.js +4 -4
- package/schematics/ng-update/v3/constants/services.d.ts +1 -1
- package/schematics/ng-update/v3/constants/services.js +16 -16
- package/schematics/ng-update/v3/constants/templates.d.ts +9 -9
- package/schematics/ng-update/v3/constants/templates.js +295 -295
- package/schematics/ng-update/v3/constants/tui-interactive-selectors.js +50 -50
- package/schematics/ng-update/v3/constants/types.d.ts +2 -2
- package/schematics/ng-update/v3/constants/types.js +88 -88
- package/schematics/ng-update/v3/constants/warnings.d.ts +1 -1
- package/schematics/ng-update/v3/constants/warnings.js +62 -62
- package/schematics/ng-update/v3/index.d.ts +2 -3
- package/schematics/ng-update/v3/index.js +45 -59
- package/schematics/ng-update/v3/steps/migrate-date-time.d.ts +1 -1
- package/schematics/ng-update/v3/steps/migrate-date-time.js +98 -98
- package/schematics/ng-update/v3/steps/migrate-polymorpheus.d.ts +3 -3
- package/schematics/ng-update/v3/steps/migrate-polymorpheus.js +43 -43
- package/schematics/ng-update/v3/steps/migrate-progress.d.ts +6 -2
- package/schematics/ng-update/v3/steps/migrate-progress.js +27 -29
- package/schematics/ng-update/v3/steps/migrate-sliders/index.d.ts +2 -2
- package/schematics/ng-update/v3/steps/migrate-sliders/index.js +10 -10
- package/schematics/ng-update/v3/steps/migrate-sliders/migrate-input-range.d.ts +2 -2
- package/schematics/ng-update/v3/steps/migrate-sliders/migrate-input-range.js +61 -64
- package/schematics/ng-update/v3/steps/migrate-sliders/migrate-input-slider.d.ts +2 -2
- package/schematics/ng-update/v3/steps/migrate-sliders/migrate-input-slider.js +55 -57
- package/schematics/ng-update/v3/steps/migrate-taiga-proprietary-icons.d.ts +2 -2
- package/schematics/ng-update/v3/steps/migrate-taiga-proprietary-icons.js +11 -11
- package/schematics/ng-update/v3/steps/migrate-templates.d.ts +3 -2
- package/schematics/ng-update/v3/steps/migrate-templates.js +88 -112
- package/schematics/ng-update/v3/steps/migrate-textfield-controller.d.ts +3 -3
- package/schematics/ng-update/v3/steps/migrate-textfield-controller.js +53 -53
- package/schematics/ng-update/v3/steps/miscellaneous.d.ts +1 -1
- package/schematics/ng-update/v3/steps/miscellaneous.js +37 -37
- package/schematics/ng-update/v3/steps/replace-functions.d.ts +1 -1
- package/schematics/ng-update/v3/steps/replace-functions.js +33 -33
- package/schematics/ng-update/v3/steps/replace-styles.js +13 -13
- package/schematics/ng-update/v3-30/constants/constants.d.ts +2 -2
- package/schematics/ng-update/v3-30/constants/constants.js +2 -2
- package/schematics/ng-update/v3-30/constants/icons.js +494 -494
- package/schematics/ng-update/v3-30/index.d.ts +2 -2
- package/schematics/ng-update/v3-30/index.js +14 -14
- package/schematics/ng-update/v3-35/constants/constants.d.ts +2 -2
- package/schematics/ng-update/v3-35/constants/constants.js +2 -2
- package/schematics/ng-update/v3-35/constants/icons.js +1266 -1266
- package/schematics/ng-update/v3-35/index.d.ts +2 -2
- package/schematics/ng-update/v3-35/index.js +14 -14
- package/schematics/ng-update/v3-36/index.d.ts +2 -2
- package/schematics/ng-update/v3-36/index.js +15 -15
- package/schematics/ng-update/v3-40/index.d.ts +2 -2
- package/schematics/ng-update/v3-40/index.js +32 -33
- package/schematics/ng-update/v3-5/index.d.ts +2 -2
- package/schematics/ng-update/v3-5/index.js +6 -6
- package/schematics/ng-update/v3-5/steps/migrate-expand-templates.d.ts +2 -2
- package/schematics/ng-update/v3-5/steps/migrate-expand-templates.js +25 -25
- package/schematics/ng-update/v4/index.d.ts +2 -2
- package/schematics/ng-update/v4/index.js +40 -11
- package/schematics/ng-update/v4/migrate-css-vars/index.d.ts +3 -0
- package/schematics/ng-update/v4/migrate-css-vars/index.js +23 -0
- package/schematics/ng-update/v4/migrate-css-vars/palette.d.ts +89 -0
- package/schematics/ng-update/v4/migrate-css-vars/palette.js +120 -0
- package/schematics/ng-update/v4/migrate-css-vars/rename-css-vars.d.ts +2 -0
- package/schematics/ng-update/v4/migrate-css-vars/rename-css-vars.js +31 -0
- package/schematics/ng-update/v4/migrate-icons/index.d.ts +3 -0
- package/schematics/ng-update/v4/migrate-icons/index.js +30 -0
- package/schematics/ng-update/v4/migrate-icons/rename-icons.d.ts +2 -0
- package/schematics/ng-update/v4/migrate-icons/rename-icons.js +49 -0
- package/schematics/ng-update/v4/schema.json +7 -0
- package/schematics/ng-update/v4/steps/constants/attr-to-directive-replace.d.ts +2 -0
- package/schematics/ng-update/v4/steps/constants/attr-to-directive-replace.js +62 -0
- package/schematics/ng-update/v4/steps/constants/attr-with-values-to-replace.d.ts +2 -0
- package/schematics/ng-update/v4/steps/constants/attr-with-values-to-replace.js +13 -0
- package/schematics/ng-update/v4/steps/constants/attrs-to-replace.d.ts +2 -0
- package/schematics/ng-update/v4/steps/constants/attrs-to-replace.js +208 -0
- package/schematics/ng-update/v4/steps/constants/enums.d.ts +2 -0
- package/schematics/ng-update/v4/steps/constants/enums.js +236 -0
- package/schematics/ng-update/v4/steps/constants/html-comments.d.ts +2 -0
- package/schematics/ng-update/v4/steps/constants/html-comments.js +40 -0
- package/schematics/ng-update/v4/steps/constants/identifiers-to-replace.d.ts +2 -0
- package/schematics/ng-update/v4/steps/constants/identifiers-to-replace.js +1527 -0
- package/schematics/ng-update/v4/steps/constants/index.d.ts +9 -0
- package/schematics/ng-update/v4/steps/constants/index.js +12 -0
- package/schematics/ng-update/v4/steps/constants/inputs-to-remove.d.ts +2 -0
- package/schematics/ng-update/v4/steps/constants/inputs-to-remove.js +15 -0
- package/schematics/ng-update/v4/steps/constants/migration-warnings.d.ts +2 -0
- package/schematics/ng-update/v4/steps/constants/migration-warnings.js +145 -0
- package/schematics/ng-update/v4/steps/constants/modules-to-remove.d.ts +2 -0
- package/schematics/ng-update/v4/steps/constants/modules-to-remove.js +17 -0
- package/schematics/ng-update/v4/steps/constants/tags-to-replace.d.ts +2 -0
- package/schematics/ng-update/v4/steps/constants/tags-to-replace.js +53 -0
- package/schematics/ng-update/v4/steps/index.d.ts +6 -0
- package/schematics/ng-update/v4/steps/index.js +9 -0
- package/schematics/ng-update/v4/steps/migrate-all-country-iso-codes.d.ts +2 -0
- package/schematics/ng-update/v4/steps/migrate-all-country-iso-codes.js +24 -0
- package/schematics/ng-update/v4/steps/migrate-destroy-service.d.ts +2 -0
- package/schematics/ng-update/v4/steps/migrate-destroy-service.js +125 -0
- package/schematics/ng-update/v4/steps/migrate-legacy-mask.d.ts +2 -0
- package/schematics/ng-update/v4/steps/migrate-legacy-mask.js +54 -0
- package/schematics/ng-update/v4/steps/migrate-option-providers.d.ts +2 -0
- package/schematics/ng-update/v4/steps/migrate-option-providers.js +39 -0
- package/schematics/ng-update/v4/steps/migrate-proprietary.d.ts +5 -0
- package/schematics/ng-update/v4/steps/migrate-proprietary.js +65 -0
- package/schematics/ng-update/v4/steps/migrate-styles.d.ts +3 -0
- package/schematics/ng-update/v4/steps/migrate-styles.js +20 -0
- package/schematics/ng-update/v4/steps/migrate-templates.d.ts +3 -0
- package/schematics/ng-update/v4/steps/migrate-templates.js +59 -0
- package/schematics/ng-update/v4/steps/restore-tui-mapper.d.ts +2 -0
- package/schematics/ng-update/v4/steps/restore-tui-mapper.js +40 -0
- package/schematics/ng-update/v4/steps/restore-tui-matcher.d.ts +2 -0
- package/schematics/ng-update/v4/steps/restore-tui-matcher.js +40 -0
- package/schematics/ng-update/v4/steps/templates/index.d.ts +11 -0
- package/schematics/ng-update/v4/steps/templates/index.js +14 -0
- package/schematics/ng-update/v4/steps/templates/migrate-avatar.d.ts +8 -0
- package/schematics/ng-update/v4/steps/templates/migrate-avatar.js +67 -0
- package/schematics/ng-update/v4/steps/templates/migrate-badge.d.ts +8 -0
- package/schematics/ng-update/v4/steps/templates/migrate-badge.js +68 -0
- package/schematics/ng-update/v4/steps/templates/migrate-badged-content.d.ts +8 -0
- package/schematics/ng-update/v4/steps/templates/migrate-badged-content.js +117 -0
- package/schematics/ng-update/v4/steps/templates/migrate-expandable.d.ts +8 -0
- package/schematics/ng-update/v4/steps/templates/migrate-expandable.js +30 -0
- package/schematics/ng-update/v4/steps/templates/migrate-focusable.d.ts +8 -0
- package/schematics/ng-update/v4/steps/templates/migrate-focusable.js +50 -0
- package/schematics/ng-update/v4/steps/templates/migrate-labeled.d.ts +8 -0
- package/schematics/ng-update/v4/steps/templates/migrate-labeled.js +45 -0
- package/schematics/ng-update/v4/steps/templates/migrate-money.d.ts +8 -0
- package/schematics/ng-update/v4/steps/templates/migrate-money.js +53 -0
- package/schematics/ng-update/v4/steps/templates/migrate-prevent-default.d.ts +8 -0
- package/schematics/ng-update/v4/steps/templates/migrate-prevent-default.js +27 -0
- package/schematics/ng-update/v4/steps/templates/migrate-progress-segmented.d.ts +8 -0
- package/schematics/ng-update/v4/steps/templates/migrate-progress-segmented.js +25 -0
- package/schematics/ng-update/v4/steps/templates/migrate-thumbnail-card.d.ts +8 -0
- package/schematics/ng-update/v4/steps/templates/migrate-thumbnail-card.js +46 -0
- package/schematics/ng-update/v4/steps/templates/toggles/common.d.ts +10 -0
- package/schematics/ng-update/v4/steps/templates/toggles/common.js +49 -0
- package/schematics/ng-update/v4/steps/templates/toggles/index.d.ts +3 -0
- package/schematics/ng-update/v4/steps/templates/toggles/index.js +6 -0
- package/schematics/ng-update/v4/steps/templates/toggles/migrate-checkbox.d.ts +8 -0
- package/schematics/ng-update/v4/steps/templates/toggles/migrate-checkbox.js +25 -0
- package/schematics/ng-update/v4/steps/templates/toggles/migrate-radio.d.ts +8 -0
- package/schematics/ng-update/v4/steps/templates/toggles/migrate-radio.js +25 -0
- package/schematics/ng-update/v4/steps/templates/toggles/migrate-toggle.d.ts +8 -0
- package/schematics/ng-update/v4/steps/templates/toggles/migrate-toggle.js +25 -0
- package/schematics/ng-update/v4/steps/utils/clean-object.d.ts +4 -0
- package/schematics/ng-update/v4/steps/utils/clean-object.js +12 -0
- package/schematics/ng-update/v4/steps/utils/remove-attrs.d.ts +3 -0
- package/schematics/ng-update/v4/steps/utils/remove-attrs.js +14 -0
- package/schematics/ng-update/v4/steps/utils/replace-substrings.d.ts +6 -0
- package/schematics/ng-update/v4/steps/utils/replace-substrings.js +19 -0
- package/schematics/ng-update/v4/tests/migrate-destroy-service/utils.d.ts +1 -0
- package/schematics/ng-update/v4/tests/migrate-destroy-service/utils.js +21 -0
- package/schematics/utils/add-import-to-closest-module.js +13 -6
- package/schematics/utils/add-unique-import.js +4 -4
- package/schematics/utils/angular-json-manipulations.d.ts +3 -3
- package/schematics/utils/angular-json-manipulations.js +15 -16
- package/schematics/utils/colored-log.js +11 -11
- package/schematics/utils/create-angular-json.js +5 -5
- package/schematics/utils/get-component-from-identifier.d.ts +1 -1
- package/schematics/utils/get-component-from-identifier.js +3 -6
- package/schematics/utils/get-named-import-references.d.ts +1 -1
- package/schematics/utils/get-named-import-references.js +9 -3
- package/schematics/utils/get-project-target-options.d.ts +1 -1
- package/schematics/utils/get-projects.d.ts +3 -3
- package/schematics/utils/get-projects.js +2 -4
- package/schematics/utils/get-standalone-bootstrap-function.d.ts +1 -1
- package/schematics/utils/get-standalone-bootstrap-function.js +2 -2
- package/schematics/utils/import-manipulations.d.ts +1 -1
- package/schematics/utils/insert-todo.d.ts +2 -2
- package/schematics/utils/insert-todo.js +4 -4
- package/schematics/utils/is-ci.js +1 -1
- package/schematics/utils/make-angular-json-with-assets.d.ts +1 -0
- package/schematics/utils/make-angular-json-with-assets.js +29 -0
- package/schematics/utils/progress.js +6 -6
- package/schematics/utils/project-root.js +1 -1
- package/schematics/utils/push-to-array-property.d.ts +1 -1
- package/schematics/utils/push-to-array-property.js +1 -2
- package/schematics/utils/templates/elements.d.ts +3 -3
- package/schematics/utils/templates/elements.js +11 -6
- package/schematics/utils/templates/get-component-templates.d.ts +2 -2
- package/schematics/utils/templates/get-component-templates.js +13 -13
- package/schematics/utils/templates/inputs.d.ts +3 -0
- package/schematics/utils/templates/inputs.js +11 -0
- package/schematics/utils/templates/ng-component-input-manipulations.d.ts +3 -3
- package/schematics/utils/templates/ng-component-input-manipulations.js +19 -20
- package/schematics/utils/templates/template-resource.d.ts +2 -2
- package/schematics/utils/templates/template-resource.js +5 -4
- package/services/index.d.ts +1 -9
- package/services/popover.service.d.ts +27 -0
- package/services/scroll.service.d.ts +1 -2
- package/services/static-request.service.d.ts +1 -4
- package/tokens/active-element.d.ts +1 -1
- package/tokens/environment.d.ts +18 -0
- package/tokens/fallback-value.d.ts +4 -0
- package/tokens/index.d.ts +2 -24
- package/tokens/window-size.d.ts +2 -2
- package/types/context.d.ts +3 -0
- package/types/handler.d.ts +4 -4
- package/types/index.d.ts +2 -11
- package/types/mapper.d.ts +1 -7
- package/types/matcher.d.ts +5 -11
- package/types/rounding.d.ts +1 -1
- package/types/safe-html.d.ts +2 -0
- package/types/values-of.d.ts +1 -1
- package/utils/browser/index.d.ts +2 -1
- package/utils/browser/is-apple.d.ts +11 -0
- package/utils/dom/element-checks.d.ts +1 -1
- package/utils/dom/event-checks.d.ts +1 -0
- package/utils/dom/get-element-obscurers.d.ts +1 -2
- package/utils/dom/index.d.ts +2 -2
- package/utils/dom/inject-element.d.ts +1 -0
- package/utils/focus/index.d.ts +0 -1
- package/utils/focus/is-native-focused-in.d.ts +1 -1
- package/utils/focus/is-native-focused.d.ts +1 -1
- package/utils/index.d.ts +0 -3
- package/utils/math/round-with.d.ts +1 -1
- package/utils/miscellaneous/change-date-separator.d.ts +1 -0
- package/utils/miscellaneous/directive-binding.d.ts +5 -0
- package/utils/miscellaneous/directive-listener.d.ts +8 -0
- package/utils/miscellaneous/get-original-array-from-query-list.d.ts +1 -1
- package/utils/miscellaneous/index.d.ts +7 -4
- package/utils/miscellaneous/is-string.js +1 -2
- package/utils/miscellaneous/mark-control-as-touched-and-validate.d.ts +1 -1
- package/utils/miscellaneous/nullable-same.d.ts +1 -1
- package/utils/miscellaneous/provide-options.d.ts +1 -1
- package/utils/miscellaneous/provide.d.ts +3 -0
- package/utils/miscellaneous/pure.d.ts +21 -0
- package/utils/miscellaneous/with-styles.d.ts +2 -0
- package/abstract/control.d.ts +0 -59
- package/abstract/controller.d.ts +0 -9
- package/abstract/dialog.directive.d.ts +0 -16
- package/abstract/dialog.service.d.ts +0 -16
- package/abstract/index.d.ts +0 -11
- package/abstract/interactive.d.ts +0 -35
- package/abstract/multiple-control.d.ts +0 -8
- package/abstract/nullable-control.d.ts +0 -7
- package/abstract/package.json +0 -10
- package/abstract/portal-host.d.ts +0 -18
- package/abstract/portal-service.d.ts +0 -18
- package/abstract/taiga-ui-cdk-abstract.d.ts +0 -5
- package/abstract/theme-switcher.d.ts +0 -19
- package/abstract/value-transformer.d.ts +0 -4
- package/bundles/taiga-ui-cdk-abstract.umd.js +0 -991
- package/bundles/taiga-ui-cdk-abstract.umd.js.map +0 -1
- package/bundles/taiga-ui-cdk-classes.umd.js +0 -40
- package/bundles/taiga-ui-cdk-classes.umd.js.map +0 -1
- package/bundles/taiga-ui-cdk-coercion.umd.js +0 -26
- package/bundles/taiga-ui-cdk-coercion.umd.js.map +0 -1
- package/bundles/taiga-ui-cdk-components-alert-host.umd.js +0 -122
- package/bundles/taiga-ui-cdk-components-alert-host.umd.js.map +0 -1
- package/bundles/taiga-ui-cdk-components-dialog-host.umd.js +0 -522
- package/bundles/taiga-ui-cdk-components-dialog-host.umd.js.map +0 -1
- package/bundles/taiga-ui-cdk-components-dropdown-host.umd.js +0 -420
- package/bundles/taiga-ui-cdk-components-dropdown-host.umd.js.map +0 -1
- package/bundles/taiga-ui-cdk-components-scroll-controls.umd.js +0 -609
- package/bundles/taiga-ui-cdk-components-scroll-controls.umd.js.map +0 -1
- package/bundles/taiga-ui-cdk-components.umd.js +0 -39
- package/bundles/taiga-ui-cdk-components.umd.js.map +0 -1
- package/bundles/taiga-ui-cdk-constants.umd.js +0 -278
- package/bundles/taiga-ui-cdk-constants.umd.js.map +0 -1
- package/bundles/taiga-ui-cdk-date-time.umd.js +0 -1244
- package/bundles/taiga-ui-cdk-date-time.umd.js.map +0 -1
- package/bundles/taiga-ui-cdk-decorators.umd.js +0 -545
- package/bundles/taiga-ui-cdk-decorators.umd.js.map +0 -1
- package/bundles/taiga-ui-cdk-directives-active-zone.umd.js +0 -451
- package/bundles/taiga-ui-cdk-directives-active-zone.umd.js.map +0 -1
- package/bundles/taiga-ui-cdk-directives-auto-focus.umd.js +0 -740
- package/bundles/taiga-ui-cdk-directives-auto-focus.umd.js.map +0 -1
- package/bundles/taiga-ui-cdk-directives-autofilled.umd.js +0 -115
- package/bundles/taiga-ui-cdk-directives-autofilled.umd.js.map +0 -1
- package/bundles/taiga-ui-cdk-directives-checked.umd.js +0 -111
- package/bundles/taiga-ui-cdk-directives-checked.umd.js.map +0 -1
- package/bundles/taiga-ui-cdk-directives-click-outside.umd.js +0 -89
- package/bundles/taiga-ui-cdk-directives-click-outside.umd.js.map +0 -1
- package/bundles/taiga-ui-cdk-directives-control.umd.js +0 -82
- package/bundles/taiga-ui-cdk-directives-control.umd.js.map +0 -1
- package/bundles/taiga-ui-cdk-directives-copy-processor.umd.js +0 -86
- package/bundles/taiga-ui-cdk-directives-copy-processor.umd.js.map +0 -1
- package/bundles/taiga-ui-cdk-directives-drag.umd.js +0 -110
- package/bundles/taiga-ui-cdk-directives-drag.umd.js.map +0 -1
- package/bundles/taiga-ui-cdk-directives-droppable.umd.js +0 -93
- package/bundles/taiga-ui-cdk-directives-droppable.umd.js.map +0 -1
- package/bundles/taiga-ui-cdk-directives-element.umd.js +0 -89
- package/bundles/taiga-ui-cdk-directives-element.umd.js.map +0 -1
- package/bundles/taiga-ui-cdk-directives-focus-trap.umd.js +0 -133
- package/bundles/taiga-ui-cdk-directives-focus-trap.umd.js.map +0 -1
- package/bundles/taiga-ui-cdk-directives-focus-visible.umd.js +0 -81
- package/bundles/taiga-ui-cdk-directives-focus-visible.umd.js.map +0 -1
- package/bundles/taiga-ui-cdk-directives-focusable.umd.js +0 -87
- package/bundles/taiga-ui-cdk-directives-focusable.umd.js.map +0 -1
- package/bundles/taiga-ui-cdk-directives-focused.umd.js +0 -84
- package/bundles/taiga-ui-cdk-directives-focused.umd.js.map +0 -1
- package/bundles/taiga-ui-cdk-directives-for-async.umd.js +0 -438
- package/bundles/taiga-ui-cdk-directives-for-async.umd.js.map +0 -1
- package/bundles/taiga-ui-cdk-directives-for.umd.js +0 -90
- package/bundles/taiga-ui-cdk-directives-for.umd.js.map +0 -1
- package/bundles/taiga-ui-cdk-directives-high-dpi.umd.js +0 -85
- package/bundles/taiga-ui-cdk-directives-high-dpi.umd.js.map +0 -1
- package/bundles/taiga-ui-cdk-directives-hovered.umd.js +0 -428
- package/bundles/taiga-ui-cdk-directives-hovered.umd.js.map +0 -1
- package/bundles/taiga-ui-cdk-directives-item.umd.js +0 -70
- package/bundles/taiga-ui-cdk-directives-item.umd.js.map +0 -1
- package/bundles/taiga-ui-cdk-directives-let.umd.js +0 -116
- package/bundles/taiga-ui-cdk-directives-let.umd.js.map +0 -1
- package/bundles/taiga-ui-cdk-directives-media.umd.js +0 -176
- package/bundles/taiga-ui-cdk-directives-media.umd.js.map +0 -1
- package/bundles/taiga-ui-cdk-directives-obscured.umd.js +0 -102
- package/bundles/taiga-ui-cdk-directives-obscured.umd.js.map +0 -1
- package/bundles/taiga-ui-cdk-directives-overscroll.umd.js +0 -164
- package/bundles/taiga-ui-cdk-directives-overscroll.umd.js.map +0 -1
- package/bundles/taiga-ui-cdk-directives-pan.umd.js +0 -79
- package/bundles/taiga-ui-cdk-directives-pan.umd.js.map +0 -1
- package/bundles/taiga-ui-cdk-directives-platform.umd.js +0 -89
- package/bundles/taiga-ui-cdk-directives-platform.umd.js.map +0 -1
- package/bundles/taiga-ui-cdk-directives-portal.umd.js +0 -95
- package/bundles/taiga-ui-cdk-directives-portal.umd.js.map +0 -1
- package/bundles/taiga-ui-cdk-directives-pressed.umd.js +0 -82
- package/bundles/taiga-ui-cdk-directives-pressed.umd.js.map +0 -1
- package/bundles/taiga-ui-cdk-directives-prevent-default.umd.js +0 -102
- package/bundles/taiga-ui-cdk-directives-prevent-default.umd.js.map +0 -1
- package/bundles/taiga-ui-cdk-directives-repeat-times.umd.js +0 -118
- package/bundles/taiga-ui-cdk-directives-repeat-times.umd.js.map +0 -1
- package/bundles/taiga-ui-cdk-directives-resize.umd.js +0 -79
- package/bundles/taiga-ui-cdk-directives-resize.umd.js.map +0 -1
- package/bundles/taiga-ui-cdk-directives-resizer.umd.js +0 -500
- package/bundles/taiga-ui-cdk-directives-resizer.umd.js.map +0 -1
- package/bundles/taiga-ui-cdk-directives-swipe.umd.js +0 -79
- package/bundles/taiga-ui-cdk-directives-swipe.umd.js.map +0 -1
- package/bundles/taiga-ui-cdk-directives-validator.umd.js +0 -97
- package/bundles/taiga-ui-cdk-directives-validator.umd.js.map +0 -1
- package/bundles/taiga-ui-cdk-directives-value-changes.umd.js +0 -90
- package/bundles/taiga-ui-cdk-directives-value-changes.umd.js.map +0 -1
- package/bundles/taiga-ui-cdk-directives-zoom.umd.js +0 -82
- package/bundles/taiga-ui-cdk-directives-zoom.umd.js.map +0 -1
- package/bundles/taiga-ui-cdk-directives.umd.js +0 -225
- package/bundles/taiga-ui-cdk-directives.umd.js.map +0 -1
- package/bundles/taiga-ui-cdk-enums.umd.js +0 -45
- package/bundles/taiga-ui-cdk-enums.umd.js.map +0 -1
- package/bundles/taiga-ui-cdk-exceptions.umd.js +0 -450
- package/bundles/taiga-ui-cdk-exceptions.umd.js.map +0 -1
- package/bundles/taiga-ui-cdk-interfaces.umd.js +0 -11
- package/bundles/taiga-ui-cdk-interfaces.umd.js.map +0 -1
- package/bundles/taiga-ui-cdk-observables.umd.js +0 -201
- package/bundles/taiga-ui-cdk-observables.umd.js.map +0 -1
- package/bundles/taiga-ui-cdk-pipes-filter.umd.js +0 -390
- package/bundles/taiga-ui-cdk-pipes-filter.umd.js.map +0 -1
- package/bundles/taiga-ui-cdk-pipes-is-present.umd.js +0 -68
- package/bundles/taiga-ui-cdk-pipes-is-present.umd.js.map +0 -1
- package/bundles/taiga-ui-cdk-pipes-keys.umd.js +0 -68
- package/bundles/taiga-ui-cdk-pipes-keys.umd.js.map +0 -1
- package/bundles/taiga-ui-cdk-pipes-mapper.umd.js +0 -390
- package/bundles/taiga-ui-cdk-pipes-mapper.umd.js.map +0 -1
- package/bundles/taiga-ui-cdk-pipes-replace.umd.js +0 -71
- package/bundles/taiga-ui-cdk-pipes-replace.umd.js.map +0 -1
- package/bundles/taiga-ui-cdk-pipes.umd.js +0 -45
- package/bundles/taiga-ui-cdk-pipes.umd.js.map +0 -1
- package/bundles/taiga-ui-cdk-services.umd.js +0 -865
- package/bundles/taiga-ui-cdk-services.umd.js.map +0 -1
- package/bundles/taiga-ui-cdk-tokens.umd.js +0 -656
- package/bundles/taiga-ui-cdk-tokens.umd.js.map +0 -1
- package/bundles/taiga-ui-cdk-types.umd.js +0 -11
- package/bundles/taiga-ui-cdk-types.umd.js.map +0 -1
- package/bundles/taiga-ui-cdk-utils-browser.umd.js +0 -45
- package/bundles/taiga-ui-cdk-utils-browser.umd.js.map +0 -1
- package/bundles/taiga-ui-cdk-utils-color.umd.js +0 -462
- package/bundles/taiga-ui-cdk-utils-color.umd.js.map +0 -1
- package/bundles/taiga-ui-cdk-utils-dom.umd.js +0 -286
- package/bundles/taiga-ui-cdk-utils-dom.umd.js.map +0 -1
- package/bundles/taiga-ui-cdk-utils-focus.umd.js +0 -186
- package/bundles/taiga-ui-cdk-utils-focus.umd.js.map +0 -1
- package/bundles/taiga-ui-cdk-utils-format.umd.js +0 -24
- package/bundles/taiga-ui-cdk-utils-format.umd.js.map +0 -1
- package/bundles/taiga-ui-cdk-utils-math.umd.js +0 -164
- package/bundles/taiga-ui-cdk-utils-math.umd.js.map +0 -1
- package/bundles/taiga-ui-cdk-utils-miscellaneous.umd.js +0 -539
- package/bundles/taiga-ui-cdk-utils-miscellaneous.umd.js.map +0 -1
- package/bundles/taiga-ui-cdk-utils-os.umd.js +0 -43
- package/bundles/taiga-ui-cdk-utils-os.umd.js.map +0 -1
- package/bundles/taiga-ui-cdk-utils-svg.umd.js +0 -73
- package/bundles/taiga-ui-cdk-utils-svg.umd.js.map +0 -1
- package/bundles/taiga-ui-cdk-utils.umd.js +0 -69
- package/bundles/taiga-ui-cdk-utils.umd.js.map +0 -1
- package/bundles/taiga-ui-cdk.umd.js +0 -117
- package/bundles/taiga-ui-cdk.umd.js.map +0 -1
- package/classes/assert.d.ts +0 -9
- package/classes/package.json +0 -10
- package/classes/taiga-ui-cdk-classes.d.ts +0 -5
- package/coercion/coerce-boolean-property.d.ts +0 -5
- package/coercion/index.d.ts +0 -1
- package/coercion/package.json +0 -10
- package/coercion/taiga-ui-cdk-coercion.d.ts +0 -5
- package/components/alert-host/alert-host.component.d.ts +0 -17
- package/components/alert-host/alert-host.module.d.ts +0 -9
- package/components/alert-host/index.d.ts +0 -2
- package/components/alert-host/package.json +0 -10
- package/components/alert-host/taiga-ui-cdk-components-alert-host.d.ts +0 -5
- package/components/dialog-host/dialog-host.component.d.ts +0 -26
- package/components/dialog-host/dialog-host.module.d.ts +0 -11
- package/components/dialog-host/index.d.ts +0 -2
- package/components/dialog-host/package.json +0 -10
- package/components/dialog-host/taiga-ui-cdk-components-dialog-host.d.ts +0 -5
- package/components/dropdown-host/dropdown-host.component.d.ts +0 -9
- package/components/dropdown-host/dropdown-host.module.d.ts +0 -7
- package/components/dropdown-host/dropdown-portal.service.d.ts +0 -9
- package/components/dropdown-host/index.d.ts +0 -3
- package/components/dropdown-host/package.json +0 -10
- package/components/dropdown-host/taiga-ui-cdk-components-dropdown-host.d.ts +0 -5
- package/components/index.d.ts +0 -4
- package/components/package.json +0 -10
- package/components/scroll-controls/index.d.ts +0 -4
- package/components/scroll-controls/package.json +0 -10
- package/components/scroll-controls/scroll-controls.component.d.ts +0 -13
- package/components/scroll-controls/scroll-controls.module.d.ts +0 -10
- package/components/scroll-controls/scroll-ref.directive.d.ts +0 -6
- package/components/scroll-controls/scrollbar.directive.d.ts +0 -19
- package/components/scroll-controls/taiga-ui-cdk-components-scroll-controls.d.ts +0 -5
- package/components/taiga-ui-cdk-components.d.ts +0 -5
- package/constants/always-false-handler.d.ts +0 -4
- package/constants/always-true-handler.d.ts +0 -4
- package/constants/browser.d.ts +0 -5
- package/constants/matcher.d.ts +0 -23
- package/constants/package.json +0 -10
- package/constants/parent-animation.d.ts +0 -8
- package/constants/polling-time.d.ts +0 -1
- package/constants/stringify.d.ts +0 -5
- package/constants/taiga-ui-cdk-constants.d.ts +0 -5
- package/date-time/date-format.d.ts +0 -5
- package/date-time/date-separator.d.ts +0 -5
- package/date-time/package.json +0 -10
- package/date-time/taiga-ui-cdk-date-time.d.ts +0 -5
- package/decorators/debounce.d.ts +0 -5
- package/decorators/default-prop.d.ts +0 -11
- package/decorators/index.d.ts +0 -4
- package/decorators/package.json +0 -10
- package/decorators/pure.d.ts +0 -29
- package/decorators/required-setter.d.ts +0 -11
- package/decorators/taiga-ui-cdk-decorators.d.ts +0 -5
- package/directives/active-zone/active-zone.module.d.ts +0 -7
- package/directives/active-zone/package.json +0 -10
- package/directives/active-zone/taiga-ui-cdk-directives-active-zone.d.ts +0 -5
- package/directives/auto-focus/autofocus.module.d.ts +0 -7
- package/directives/auto-focus/package.json +0 -10
- package/directives/auto-focus/taiga-ui-cdk-directives-auto-focus.d.ts +0 -5
- package/directives/autofilled/autofilled-style.component.d.ts +0 -5
- package/directives/autofilled/autofilled.directive.d.ts +0 -11
- package/directives/autofilled/autofilled.module.d.ts +0 -8
- package/directives/autofilled/index.d.ts +0 -3
- package/directives/autofilled/package.json +0 -10
- package/directives/autofilled/taiga-ui-cdk-directives-autofilled.d.ts +0 -5
- package/directives/checked/checked.directive.d.ts +0 -13
- package/directives/checked/checked.module.d.ts +0 -7
- package/directives/checked/index.d.ts +0 -2
- package/directives/checked/package.json +0 -10
- package/directives/checked/taiga-ui-cdk-directives-checked.d.ts +0 -5
- package/directives/click-outside/click-outside.module.d.ts +0 -7
- package/directives/click-outside/package.json +0 -10
- package/directives/click-outside/taiga-ui-cdk-directives-click-outside.d.ts +0 -5
- package/directives/control/control.module.d.ts +0 -7
- package/directives/control/package.json +0 -10
- package/directives/control/taiga-ui-cdk-directives-control.d.ts +0 -5
- package/directives/copy-processor/copy-processor.module.d.ts +0 -7
- package/directives/copy-processor/package.json +0 -10
- package/directives/copy-processor/taiga-ui-cdk-directives-copy-processor.d.ts +0 -5
- package/directives/drag/drag.directive.d.ts +0 -16
- package/directives/drag/drag.module.d.ts +0 -10
- package/directives/drag/index.d.ts +0 -2
- package/directives/drag/package.json +0 -10
- package/directives/drag/taiga-ui-cdk-directives-drag.d.ts +0 -5
- package/directives/droppable/droppable.module.d.ts +0 -7
- package/directives/droppable/package.json +0 -10
- package/directives/droppable/taiga-ui-cdk-directives-droppable.d.ts +0 -5
- package/directives/element/element.module.d.ts +0 -7
- package/directives/element/package.json +0 -10
- package/directives/element/taiga-ui-cdk-directives-element.d.ts +0 -5
- package/directives/focus-trap/focus-trap.module.d.ts +0 -7
- package/directives/focus-trap/package.json +0 -10
- package/directives/focus-trap/taiga-ui-cdk-directives-focus-trap.d.ts +0 -5
- package/directives/focus-visible/focus-visible.directive.d.ts +0 -13
- package/directives/focus-visible/focus-visible.module.d.ts +0 -7
- package/directives/focus-visible/index.d.ts +0 -2
- package/directives/focus-visible/package.json +0 -10
- package/directives/focus-visible/taiga-ui-cdk-directives-focus-visible.d.ts +0 -5
- package/directives/focusable/focusable.directive.d.ts +0 -13
- package/directives/focusable/focusable.module.d.ts +0 -7
- package/directives/focusable/index.d.ts +0 -2
- package/directives/focusable/package.json +0 -10
- package/directives/focusable/taiga-ui-cdk-directives-focusable.d.ts +0 -5
- package/directives/focused/focused.directive.d.ts +0 -14
- package/directives/focused/focused.module.d.ts +0 -7
- package/directives/focused/index.d.ts +0 -2
- package/directives/focused/package.json +0 -10
- package/directives/focused/taiga-ui-cdk-directives-focused.d.ts +0 -5
- package/directives/for/for.module.d.ts +0 -7
- package/directives/for/package.json +0 -10
- package/directives/for/taiga-ui-cdk-directives-for.d.ts +0 -5
- package/directives/for-async/for-async.directive.d.ts +0 -18
- package/directives/for-async/for-async.module.d.ts +0 -10
- package/directives/for-async/index.d.ts +0 -2
- package/directives/for-async/package.json +0 -10
- package/directives/for-async/taiga-ui-cdk-directives-for-async.d.ts +0 -5
- package/directives/high-dpi/high-dpi.module.d.ts +0 -7
- package/directives/high-dpi/package.json +0 -10
- package/directives/high-dpi/taiga-ui-cdk-directives-high-dpi.d.ts +0 -5
- package/directives/hovered/hovered.module.d.ts +0 -7
- package/directives/hovered/package.json +0 -10
- package/directives/hovered/taiga-ui-cdk-directives-hovered.d.ts +0 -5
- package/directives/item/item.module.d.ts +0 -7
- package/directives/item/package.json +0 -10
- package/directives/item/taiga-ui-cdk-directives-item.d.ts +0 -5
- package/directives/let/let.module.d.ts +0 -7
- package/directives/let/package.json +0 -10
- package/directives/let/taiga-ui-cdk-directives-let.d.ts +0 -5
- package/directives/media/media.module.d.ts +0 -7
- package/directives/media/package.json +0 -10
- package/directives/media/taiga-ui-cdk-directives-media.d.ts +0 -5
- package/directives/obscured/obscured.module.d.ts +0 -7
- package/directives/obscured/package.json +0 -10
- package/directives/obscured/taiga-ui-cdk-directives-obscured.d.ts +0 -5
- package/directives/overscroll/index.d.ts +0 -2
- package/directives/overscroll/overscroll.directive.d.ts +0 -16
- package/directives/overscroll/overscroll.module.d.ts +0 -7
- package/directives/overscroll/package.json +0 -10
- package/directives/overscroll/taiga-ui-cdk-directives-overscroll.d.ts +0 -5
- package/directives/package.json +0 -10
- package/directives/pan/package.json +0 -10
- package/directives/pan/pan.module.d.ts +0 -10
- package/directives/pan/taiga-ui-cdk-directives-pan.d.ts +0 -5
- package/directives/platform/package.json +0 -10
- package/directives/platform/platform.module.d.ts +0 -7
- package/directives/platform/taiga-ui-cdk-directives-platform.d.ts +0 -5
- package/directives/portal/index.d.ts +0 -2
- package/directives/portal/package.json +0 -10
- package/directives/portal/portal.directive.d.ts +0 -13
- package/directives/portal/portal.module.d.ts +0 -7
- package/directives/portal/taiga-ui-cdk-directives-portal.d.ts +0 -5
- package/directives/pressed/index.d.ts +0 -2
- package/directives/pressed/package.json +0 -10
- package/directives/pressed/pressed.directive.d.ts +0 -10
- package/directives/pressed/pressed.module.d.ts +0 -7
- package/directives/pressed/taiga-ui-cdk-directives-pressed.d.ts +0 -5
- package/directives/prevent-default/index.d.ts +0 -2
- package/directives/prevent-default/package.json +0 -10
- package/directives/prevent-default/prevent-default.directive.d.ts +0 -18
- package/directives/prevent-default/prevent-default.module.d.ts +0 -10
- package/directives/prevent-default/taiga-ui-cdk-directives-prevent-default.d.ts +0 -5
- package/directives/repeat-times/package.json +0 -10
- package/directives/repeat-times/repeat-times.module.d.ts +0 -7
- package/directives/repeat-times/taiga-ui-cdk-directives-repeat-times.d.ts +0 -5
- package/directives/resize/index.d.ts +0 -2
- package/directives/resize/package.json +0 -10
- package/directives/resize/resize.directive.d.ts +0 -8
- package/directives/resize/resize.module.d.ts +0 -10
- package/directives/resize/taiga-ui-cdk-directives-resize.d.ts +0 -5
- package/directives/resizer/package.json +0 -10
- package/directives/resizer/resizeable.directive.d.ts +0 -6
- package/directives/resizer/resizer.module.d.ts +0 -8
- package/directives/resizer/taiga-ui-cdk-directives-resizer.d.ts +0 -5
- package/directives/swipe/package.json +0 -10
- package/directives/swipe/swipe.module.d.ts +0 -10
- package/directives/swipe/taiga-ui-cdk-directives-swipe.d.ts +0 -5
- package/directives/taiga-ui-cdk-directives.d.ts +0 -5
- package/directives/validator/package.json +0 -10
- package/directives/validator/taiga-ui-cdk-directives-validator.d.ts +0 -5
- package/directives/validator/validator.module.d.ts +0 -7
- package/directives/value-changes/package.json +0 -10
- package/directives/value-changes/taiga-ui-cdk-directives-value-changes.d.ts +0 -5
- package/directives/value-changes/value-changes.module.d.ts +0 -7
- package/directives/zoom/package.json +0 -10
- package/directives/zoom/taiga-ui-cdk-directives-zoom.d.ts +0 -5
- package/directives/zoom/zoom.module.d.ts +0 -10
- package/enums/day-of-week.d.ts +0 -9
- package/enums/index.d.ts +0 -2
- package/enums/month-number.d.ts +0 -14
- package/enums/package.json +0 -10
- package/enums/taiga-ui-cdk-enums.d.ts +0 -5
- package/esm2015/abstract/control.js +0 -194
- package/esm2015/abstract/controller.js +0 -17
- package/esm2015/abstract/dialog.directive.js +0 -36
- package/esm2015/abstract/dialog.service.js +0 -35
- package/esm2015/abstract/index.js +0 -12
- package/esm2015/abstract/interactive.js +0 -86
- package/esm2015/abstract/multiple-control.js +0 -17
- package/esm2015/abstract/nullable-control.js +0 -14
- package/esm2015/abstract/portal-host.js +0 -48
- package/esm2015/abstract/portal-service.js +0 -35
- package/esm2015/abstract/taiga-ui-cdk-abstract.js +0 -5
- package/esm2015/abstract/theme-switcher.js +0 -46
- package/esm2015/abstract/value-transformer.js +0 -3
- package/esm2015/classes/assert.js +0 -15
- package/esm2015/classes/index.js +0 -3
- package/esm2015/classes/validation-error.js +0 -7
- package/esm2015/coercion/coerce-boolean-property.js +0 -10
- package/esm2015/coercion/index.js +0 -2
- package/esm2015/coercion/taiga-ui-cdk-coercion.js +0 -5
- package/esm2015/components/alert-host/alert-host.component.js +0 -71
- package/esm2015/components/alert-host/alert-host.module.js +0 -19
- package/esm2015/components/alert-host/index.js +0 -3
- package/esm2015/components/alert-host/taiga-ui-cdk-components-alert-host.js +0 -5
- package/esm2015/components/dialog-host/dialog-host.component.js +0 -137
- package/esm2015/components/dialog-host/dialog-host.module.js +0 -40
- package/esm2015/components/dialog-host/index.js +0 -3
- package/esm2015/components/dialog-host/taiga-ui-cdk-components-dialog-host.js +0 -5
- package/esm2015/components/dropdown-host/dropdown-host.component.js +0 -28
- package/esm2015/components/dropdown-host/dropdown-host.module.js +0 -16
- package/esm2015/components/dropdown-host/dropdown-portal.service.js +0 -17
- package/esm2015/components/dropdown-host/index.js +0 -4
- package/esm2015/components/dropdown-host/taiga-ui-cdk-components-dropdown-host.js +0 -5
- package/esm2015/components/index.js +0 -5
- package/esm2015/components/scroll-controls/index.js +0 -5
- package/esm2015/components/scroll-controls/scroll-controls.component.js +0 -45
- package/esm2015/components/scroll-controls/scroll-controls.module.js +0 -26
- package/esm2015/components/scroll-controls/scroll-ref.directive.js +0 -26
- package/esm2015/components/scroll-controls/scrollbar.directive.js +0 -133
- package/esm2015/components/scroll-controls/taiga-ui-cdk-components-scroll-controls.js +0 -5
- package/esm2015/components/taiga-ui-cdk-components.js +0 -5
- package/esm2015/constants/always-false-handler.js +0 -6
- package/esm2015/constants/always-true-handler.js +0 -6
- package/esm2015/constants/browser.js +0 -6
- package/esm2015/constants/empty.js +0 -23
- package/esm2015/constants/index.js +0 -13
- package/esm2015/constants/matcher.js +0 -27
- package/esm2015/constants/parent-animation.js +0 -12
- package/esm2015/constants/polling-time.js +0 -2
- package/esm2015/constants/stringify.js +0 -5
- package/esm2015/constants/svg-node-filter.js +0 -6
- package/esm2015/constants/unicode-chars.js +0 -64
- package/esm2015/constants/used-icons.js +0 -72
- package/esm2015/constants/version.js +0 -2
- package/esm2015/date-time/date-format.js +0 -6
- package/esm2015/date-time/date-separator.js +0 -7
- package/esm2015/date-time/day-range.js +0 -78
- package/esm2015/date-time/day.js +0 -288
- package/esm2015/date-time/index.js +0 -13
- package/esm2015/date-time/month-range.js +0 -27
- package/esm2015/date-time/month.js +0 -149
- package/esm2015/date-time/time.js +0 -127
- package/esm2015/date-time/year.js +0 -111
- package/esm2015/decorators/debounce.js +0 -16
- package/esm2015/decorators/default-prop.js +0 -59
- package/esm2015/decorators/index.js +0 -5
- package/esm2015/decorators/pure.js +0 -77
- package/esm2015/decorators/required-setter.js +0 -35
- package/esm2015/decorators/taiga-ui-cdk-decorators.js +0 -5
- package/esm2015/directives/active-zone/active-zone.directive.js +0 -80
- package/esm2015/directives/active-zone/active-zone.module.js +0 -16
- package/esm2015/directives/active-zone/index.js +0 -3
- package/esm2015/directives/auto-focus/autofocus.directive.js +0 -55
- package/esm2015/directives/auto-focus/autofocus.module.js +0 -16
- package/esm2015/directives/auto-focus/autofocus.options.js +0 -35
- package/esm2015/directives/auto-focus/handlers/abstract.handler.js +0 -21
- package/esm2015/directives/auto-focus/handlers/default.handler.js +0 -44
- package/esm2015/directives/auto-focus/handlers/ios.handler.js +0 -170
- package/esm2015/directives/auto-focus/handlers/sync.handler.js +0 -28
- package/esm2015/directives/auto-focus/index.js +0 -8
- package/esm2015/directives/autofilled/autofilled-style.component.js +0 -19
- package/esm2015/directives/autofilled/autofilled.directive.js +0 -41
- package/esm2015/directives/autofilled/autofilled.module.js +0 -17
- package/esm2015/directives/autofilled/index.js +0 -4
- package/esm2015/directives/autofilled/taiga-ui-cdk-directives-autofilled.js +0 -5
- package/esm2015/directives/checked/checked.directive.js +0 -46
- package/esm2015/directives/checked/checked.module.js +0 -16
- package/esm2015/directives/checked/index.js +0 -3
- package/esm2015/directives/checked/taiga-ui-cdk-directives-checked.js +0 -5
- package/esm2015/directives/click-outside/click-outside.directive.js +0 -39
- package/esm2015/directives/click-outside/click-outside.module.js +0 -16
- package/esm2015/directives/click-outside/index.js +0 -3
- package/esm2015/directives/control/control.directive.js +0 -25
- package/esm2015/directives/control/control.module.js +0 -16
- package/esm2015/directives/control/index.js +0 -3
- package/esm2015/directives/copy-processor/copy-processor.directive.js +0 -35
- package/esm2015/directives/copy-processor/copy-processor.module.js +0 -16
- package/esm2015/directives/copy-processor/index.js +0 -3
- package/esm2015/directives/drag/drag.directive.js +0 -37
- package/esm2015/directives/drag/drag.module.js +0 -19
- package/esm2015/directives/drag/index.js +0 -3
- package/esm2015/directives/drag/taiga-ui-cdk-directives-drag.js +0 -5
- package/esm2015/directives/droppable/droppable.directive.js +0 -40
- package/esm2015/directives/droppable/droppable.module.js +0 -16
- package/esm2015/directives/droppable/index.js +0 -3
- package/esm2015/directives/element/element.directive.js +0 -34
- package/esm2015/directives/element/element.module.js +0 -16
- package/esm2015/directives/element/index.js +0 -3
- package/esm2015/directives/focus-trap/focus-trap.directive.js +0 -80
- package/esm2015/directives/focus-trap/focus-trap.module.js +0 -16
- package/esm2015/directives/focus-trap/index.js +0 -3
- package/esm2015/directives/focus-visible/focus-visible.directive.js +0 -28
- package/esm2015/directives/focus-visible/focus-visible.module.js +0 -16
- package/esm2015/directives/focus-visible/index.js +0 -3
- package/esm2015/directives/focus-visible/taiga-ui-cdk-directives-focus-visible.js +0 -5
- package/esm2015/directives/focusable/focusable.directive.js +0 -31
- package/esm2015/directives/focusable/focusable.module.js +0 -16
- package/esm2015/directives/focusable/index.js +0 -3
- package/esm2015/directives/focusable/taiga-ui-cdk-directives-focusable.js +0 -5
- package/esm2015/directives/focused/focused.directive.js +0 -33
- package/esm2015/directives/focused/focused.module.js +0 -16
- package/esm2015/directives/focused/index.js +0 -3
- package/esm2015/directives/focused/taiga-ui-cdk-directives-focused.js +0 -5
- package/esm2015/directives/for/for.directive.js +0 -36
- package/esm2015/directives/for/for.module.js +0 -16
- package/esm2015/directives/for/index.js +0 -3
- package/esm2015/directives/for-async/for-async.directive.js +0 -57
- package/esm2015/directives/for-async/for-async.module.js +0 -19
- package/esm2015/directives/for-async/index.js +0 -3
- package/esm2015/directives/for-async/taiga-ui-cdk-directives-for-async.js +0 -5
- package/esm2015/directives/high-dpi/high-dpi.directive.js +0 -31
- package/esm2015/directives/high-dpi/high-dpi.module.js +0 -16
- package/esm2015/directives/high-dpi/index.js +0 -3
- package/esm2015/directives/hovered/hovered.directive.js +0 -23
- package/esm2015/directives/hovered/hovered.module.js +0 -16
- package/esm2015/directives/hovered/hovered.service.js +0 -34
- package/esm2015/directives/hovered/index.js +0 -4
- package/esm2015/directives/index.js +0 -36
- package/esm2015/directives/item/index.js +0 -3
- package/esm2015/directives/item/item.directive.js +0 -16
- package/esm2015/directives/item/item.module.js +0 -16
- package/esm2015/directives/let/index.js +0 -4
- package/esm2015/directives/let/let-context.js +0 -15
- package/esm2015/directives/let/let.directive.js +0 -38
- package/esm2015/directives/let/let.module.js +0 -16
- package/esm2015/directives/media/index.js +0 -3
- package/esm2015/directives/media/media.directive.js +0 -110
- package/esm2015/directives/media/media.module.js +0 -16
- package/esm2015/directives/obscured/index.js +0 -3
- package/esm2015/directives/obscured/obscured.directive.js +0 -49
- package/esm2015/directives/obscured/obscured.module.js +0 -16
- package/esm2015/directives/overscroll/index.js +0 -3
- package/esm2015/directives/overscroll/overscroll.directive.js +0 -103
- package/esm2015/directives/overscroll/overscroll.module.js +0 -16
- package/esm2015/directives/overscroll/taiga-ui-cdk-directives-overscroll.js +0 -5
- package/esm2015/directives/pan/index.js +0 -3
- package/esm2015/directives/pan/pan.directive.js +0 -23
- package/esm2015/directives/pan/pan.module.js +0 -19
- package/esm2015/directives/platform/index.js +0 -3
- package/esm2015/directives/platform/platform.directive.js +0 -32
- package/esm2015/directives/platform/platform.module.js +0 -16
- package/esm2015/directives/portal/index.js +0 -3
- package/esm2015/directives/portal/portal.directive.js +0 -38
- package/esm2015/directives/portal/portal.module.js +0 -16
- package/esm2015/directives/portal/taiga-ui-cdk-directives-portal.js +0 -5
- package/esm2015/directives/pressed/index.js +0 -3
- package/esm2015/directives/pressed/pressed.directive.js +0 -30
- package/esm2015/directives/pressed/pressed.module.js +0 -16
- package/esm2015/directives/pressed/taiga-ui-cdk-directives-pressed.js +0 -5
- package/esm2015/directives/prevent-default/index.js +0 -3
- package/esm2015/directives/prevent-default/prevent-default.directive.js +0 -49
- package/esm2015/directives/prevent-default/prevent-default.module.js +0 -19
- package/esm2015/directives/prevent-default/taiga-ui-cdk-directives-prevent-default.js +0 -5
- package/esm2015/directives/repeat-times/index.js +0 -3
- package/esm2015/directives/repeat-times/repeat-times.directive.js +0 -59
- package/esm2015/directives/repeat-times/repeat-times.module.js +0 -16
- package/esm2015/directives/resize/index.js +0 -3
- package/esm2015/directives/resize/resize.directive.js +0 -23
- package/esm2015/directives/resize/resize.module.js +0 -19
- package/esm2015/directives/resize/taiga-ui-cdk-directives-resize.js +0 -5
- package/esm2015/directives/resizer/index.js +0 -4
- package/esm2015/directives/resizer/resizeable.directive.js +0 -14
- package/esm2015/directives/resizer/resizer.directive.js +0 -106
- package/esm2015/directives/resizer/resizer.module.js +0 -17
- package/esm2015/directives/swipe/index.js +0 -3
- package/esm2015/directives/swipe/swipe.directive.js +0 -23
- package/esm2015/directives/swipe/swipe.module.js +0 -19
- package/esm2015/directives/validator/index.js +0 -3
- package/esm2015/directives/validator/validator.directive.js +0 -47
- package/esm2015/directives/validator/validator.module.js +0 -16
- package/esm2015/directives/value-changes/index.js +0 -3
- package/esm2015/directives/value-changes/value-changes.directive.js +0 -39
- package/esm2015/directives/value-changes/value-changes.module.js +0 -16
- package/esm2015/directives/zoom/index.js +0 -3
- package/esm2015/directives/zoom/zoom.directive.js +0 -26
- package/esm2015/directives/zoom/zoom.module.js +0 -19
- package/esm2015/enums/day-of-week.js +0 -13
- package/esm2015/enums/index.js +0 -3
- package/esm2015/enums/month-number.js +0 -18
- package/esm2015/enums/taiga-ui-cdk-enums.js +0 -5
- package/esm2015/exceptions/computed-document.exception.js +0 -6
- package/esm2015/exceptions/document-selection.exception.js +0 -6
- package/esm2015/exceptions/index.js +0 -14
- package/esm2015/exceptions/invalid-day.exception.js +0 -6
- package/esm2015/exceptions/invalid-month.exception.js +0 -6
- package/esm2015/exceptions/invalid-year.exception.js +0 -6
- package/esm2015/exceptions/no-host.exception.js +0 -6
- package/esm2015/exceptions/owner-document.exception.js +0 -6
- package/esm2015/exceptions/pure.exception.js +0 -6
- package/esm2015/exceptions/table-sort-key.exception.js +0 -6
- package/esm2015/exceptions/taiga-ui-cdk-exceptions.js +0 -5
- package/esm2015/exceptions/ts-parser.exception.js +0 -6
- package/esm2015/exceptions/value-changes.exception.js +0 -6
- package/esm2015/exceptions/value-present.exception.js +0 -6
- package/esm2015/exceptions/xml-parsing.exception.js +0 -6
- package/esm2015/index.js +0 -18
- package/esm2015/interfaces/alert-context.js +0 -2
- package/esm2015/interfaces/aria-dialog-context.js +0 -2
- package/esm2015/interfaces/base-dialog-context.js +0 -2
- package/esm2015/interfaces/base-dialog.js +0 -2
- package/esm2015/interfaces/context-with-implicit.js +0 -2
- package/esm2015/interfaces/control-value-transformer.js +0 -2
- package/esm2015/interfaces/day-like.js +0 -2
- package/esm2015/interfaces/focusable-element-accessor.js +0 -2
- package/esm2015/interfaces/index.js +0 -15
- package/esm2015/interfaces/month-like.js +0 -2
- package/esm2015/interfaces/safe-html.js +0 -2
- package/esm2015/interfaces/swipe.js +0 -2
- package/esm2015/interfaces/taiga-ui-cdk-interfaces.js +0 -5
- package/esm2015/interfaces/time-like.js +0 -2
- package/esm2015/interfaces/year-like.js +0 -2
- package/esm2015/interfaces/zoom.js +0 -2
- package/esm2015/observables/control-value.js +0 -15
- package/esm2015/observables/drag-and-drop-from.js +0 -28
- package/esm2015/observables/focus-visible-observable.js +0 -31
- package/esm2015/observables/if-map.js +0 -6
- package/esm2015/observables/index.js +0 -17
- package/esm2015/observables/is-alive.js +0 -10
- package/esm2015/observables/is-observed.js +0 -7
- package/esm2015/observables/items-query-list-observable.js +0 -13
- package/esm2015/observables/mouse-drag-finish-from.js +0 -10
- package/esm2015/observables/must-be-present.js +0 -12
- package/esm2015/observables/pressed-observable.js +0 -13
- package/esm2015/observables/prevent-default.js +0 -5
- package/esm2015/observables/scroll-from.js +0 -10
- package/esm2015/observables/stop-propagation.js +0 -7
- package/esm2015/observables/typed-from-event.js +0 -9
- package/esm2015/observables/watch.js +0 -7
- package/esm2015/observables/zone-free.js +0 -15
- package/esm2015/pipes/filter/filter.module.js +0 -16
- package/esm2015/pipes/filter/filter.pipe.js +0 -14
- package/esm2015/pipes/filter/index.js +0 -3
- package/esm2015/pipes/index.js +0 -6
- package/esm2015/pipes/is-present/index.js +0 -3
- package/esm2015/pipes/is-present/is-present.module.js +0 -16
- package/esm2015/pipes/is-present/is-present.pipe.js +0 -15
- package/esm2015/pipes/keys/index.js +0 -3
- package/esm2015/pipes/keys/keys.module.js +0 -16
- package/esm2015/pipes/keys/keys.pipe.js +0 -14
- package/esm2015/pipes/mapper/index.js +0 -3
- package/esm2015/pipes/mapper/mapper.module.js +0 -16
- package/esm2015/pipes/mapper/mapper.pipe.js +0 -14
- package/esm2015/pipes/replace/index.js +0 -3
- package/esm2015/pipes/replace/replace.module.js +0 -16
- package/esm2015/pipes/replace/replace.pipe.js +0 -17
- package/esm2015/services/destroy.service.js +0 -26
- package/esm2015/services/directive-styles.service.js +0 -32
- package/esm2015/services/focus-visible.service.js +0 -35
- package/esm2015/services/id.service.js +0 -21
- package/esm2015/services/index.js +0 -13
- package/esm2015/services/obscured.service.js +0 -54
- package/esm2015/services/pan.service.js +0 -35
- package/esm2015/services/parents-scroll.service.js +0 -36
- package/esm2015/services/resize.service.js +0 -47
- package/esm2015/services/scroll.service.js +0 -60
- package/esm2015/services/static-request.service.js +0 -51
- package/esm2015/services/swipe.service.js +0 -51
- package/esm2015/services/zoom.service.js +0 -54
- package/esm2015/tokens/active-element.js +0 -61
- package/esm2015/tokens/alerts.js +0 -13
- package/esm2015/tokens/base-href.js +0 -5
- package/esm2015/tokens/default-renderer.js +0 -12
- package/esm2015/tokens/dialogs.js +0 -14
- package/esm2015/tokens/ensure-base-href.js +0 -17
- package/esm2015/tokens/focusable-item-accessor.js +0 -12
- package/esm2015/tokens/fonts-ready.js +0 -11
- package/esm2015/tokens/index.js +0 -30
- package/esm2015/tokens/is-android.js +0 -9
- package/esm2015/tokens/is-apple.js +0 -8
- package/esm2015/tokens/is-chromium.js +0 -8
- package/esm2015/tokens/is-cypress.js +0 -9
- package/esm2015/tokens/is-e2e.js +0 -9
- package/esm2015/tokens/is-firefox.js +0 -11
- package/esm2015/tokens/is-ios.js +0 -8
- package/esm2015/tokens/is-mobile.js +0 -12
- package/esm2015/tokens/is-playwright.js +0 -7
- package/esm2015/tokens/is-stackblitz.js +0 -5
- package/esm2015/tokens/is-webkit.js +0 -11
- package/esm2015/tokens/platform.js +0 -16
- package/esm2015/tokens/removed-element.js +0 -20
- package/esm2015/tokens/scroll-ref.js +0 -8
- package/esm2015/tokens/swipe-options.js +0 -9
- package/esm2015/tokens/take-only-trusted-events.js +0 -10
- package/esm2015/tokens/touch-supported.js +0 -5
- package/esm2015/tokens/window-height.js +0 -9
- package/esm2015/tokens/window-size.js +0 -23
- package/esm2015/tokens/zoom-options.js +0 -8
- package/esm2015/types/autocomplete.js +0 -2
- package/esm2015/types/date-mode.js +0 -2
- package/esm2015/types/deep-partial.js +0 -2
- package/esm2015/types/dialog.js +0 -2
- package/esm2015/types/event-with.js +0 -2
- package/esm2015/types/index.js +0 -17
- package/esm2015/types/injection-token-type.js +0 -2
- package/esm2015/types/input-mode.js +0 -2
- package/esm2015/types/input-type.js +0 -2
- package/esm2015/types/mapper.js +0 -2
- package/esm2015/types/matcher.js +0 -2
- package/esm2015/types/overscroll-mode.js +0 -2
- package/esm2015/types/platform.js +0 -2
- package/esm2015/types/time-mode.js +0 -2
- package/esm2015/utils/browser/index.js +0 -5
- package/esm2015/utils/browser/is-edge-older-than.js +0 -6
- package/esm2015/utils/browser/is-edge.js +0 -4
- package/esm2015/utils/browser/is-firefox.js +0 -4
- package/esm2015/utils/browser/is-safari.js +0 -11
- package/esm2015/utils/color/hex-to-rgb.js +0 -12
- package/esm2015/utils/color/hex-to-rgba.js +0 -31
- package/esm2015/utils/color/hsv-to-rgb.js +0 -11
- package/esm2015/utils/color/parse-color.js +0 -27
- package/esm2015/utils/color/rgb-to-hex.js +0 -4
- package/esm2015/utils/color/rgba-to-hex.js +0 -26
- package/esm2015/utils/dom/can-scroll.js +0 -42
- package/esm2015/utils/dom/contains-or-after.js +0 -10
- package/esm2015/utils/dom/element-checks.js +0 -20
- package/esm2015/utils/dom/get-clipboard-data-text.js +0 -11
- package/esm2015/utils/dom/get-document-or-shadow-root.js +0 -6
- package/esm2015/utils/dom/get-element-obscurers.js +0 -43
- package/esm2015/utils/dom/get-element-offset.js +0 -20
- package/esm2015/utils/dom/get-scroll-parent.js +0 -19
- package/esm2015/utils/dom/get-selected-text.js +0 -16
- package/esm2015/utils/dom/index.js +0 -17
- package/esm2015/utils/dom/is-node-in.js +0 -15
- package/esm2015/utils/dom/point-to-client-rect.js +0 -16
- package/esm2015/utils/dom/retarget-boundary-crossing.js +0 -11
- package/esm2015/utils/focus/get-native-focused.js +0 -16
- package/esm2015/utils/focus/index.js +0 -10
- package/esm2015/utils/focus/is-native-focused-in.js +0 -16
- package/esm2015/utils/focus/is-native-focused.js +0 -13
- package/esm2015/utils/focus/is-native-keyboard-focusable.js +0 -33
- package/esm2015/utils/focus/is-native-mouse-focusable.js +0 -7
- package/esm2015/utils/focus/set-native-mouse-focused.js +0 -27
- package/esm2015/utils/format/index.js +0 -2
- package/esm2015/utils/format/px.js +0 -9
- package/esm2015/utils/format/taiga-ui-cdk-utils-format.js +0 -5
- package/esm2015/utils/index.js +0 -10
- package/esm2015/utils/math/clamp.js +0 -16
- package/esm2015/utils/math/in-range.js +0 -9
- package/esm2015/utils/math/normalize-to-int-number.js +0 -22
- package/esm2015/utils/math/quantize.js +0 -15
- package/esm2015/utils/math/round-with.js +0 -14
- package/esm2015/utils/math/round.js +0 -35
- package/esm2015/utils/miscellaneous/clean-object.js +0 -9
- package/esm2015/utils/miscellaneous/create-options.js +0 -6
- package/esm2015/utils/miscellaneous/create-token.js +0 -8
- package/esm2015/utils/miscellaneous/ease-in-out-quad.js +0 -7
- package/esm2015/utils/miscellaneous/get-original-array-from-query-list.js +0 -15
- package/esm2015/utils/miscellaneous/get-swipe-direction.js +0 -7
- package/esm2015/utils/miscellaneous/index.js +0 -24
- package/esm2015/utils/miscellaneous/is-number.js +0 -5
- package/esm2015/utils/miscellaneous/is-object.js +0 -5
- package/esm2015/utils/miscellaneous/is-string.js +0 -5
- package/esm2015/utils/miscellaneous/is-valid-url.js +0 -11
- package/esm2015/utils/miscellaneous/mark-control-as-touched-and-validate.js +0 -16
- package/esm2015/utils/miscellaneous/nullable-same.js +0 -18
- package/esm2015/utils/miscellaneous/object-from-entries.js +0 -12
- package/esm2015/utils/miscellaneous/provide-options.js +0 -9
- package/esm2015/utils/miscellaneous/uniq-by.js +0 -6
- package/esm2015/utils/os/index.js +0 -4
- package/esm2015/utils/os/is-apple-platform.js +0 -14
- package/esm2015/utils/os/is-apple.js +0 -6
- package/esm2015/utils/os/is-ios.js +0 -7
- package/esm2015/utils/os/taiga-ui-cdk-utils-os.js +0 -5
- package/esm2015/utils/svg/index.js +0 -2
- package/esm2015/utils/svg/svg-linear-gradient-processor.js +0 -56
- package/esm2015/utils/svg/taiga-ui-cdk-utils-svg.js +0 -5
- package/exceptions/computed-document.exception.d.ts +0 -3
- package/exceptions/document-selection.exception.d.ts +0 -3
- package/exceptions/index.d.ts +0 -13
- package/exceptions/invalid-day.exception.d.ts +0 -3
- package/exceptions/invalid-month.exception.d.ts +0 -3
- package/exceptions/invalid-year.exception.d.ts +0 -3
- package/exceptions/no-host.exception.d.ts +0 -3
- package/exceptions/owner-document.exception.d.ts +0 -3
- package/exceptions/package.json +0 -10
- package/exceptions/pure.exception.d.ts +0 -3
- package/exceptions/table-sort-key.exception.d.ts +0 -3
- package/exceptions/taiga-ui-cdk-exceptions.d.ts +0 -5
- package/exceptions/ts-parser.exception.d.ts +0 -3
- package/exceptions/value-changes.exception.d.ts +0 -3
- package/exceptions/value-present.exception.d.ts +0 -3
- package/exceptions/xml-parsing.exception.d.ts +0 -3
- package/fesm2015/taiga-ui-cdk-abstract.js +0 -508
- package/fesm2015/taiga-ui-cdk-abstract.js.map +0 -1
- package/fesm2015/taiga-ui-cdk-classes.js +0 -29
- package/fesm2015/taiga-ui-cdk-classes.js.map +0 -1
- package/fesm2015/taiga-ui-cdk-coercion.js +0 -16
- package/fesm2015/taiga-ui-cdk-coercion.js.map +0 -1
- package/fesm2015/taiga-ui-cdk-components-alert-host.js +0 -94
- package/fesm2015/taiga-ui-cdk-components-alert-host.js.map +0 -1
- package/fesm2015/taiga-ui-cdk-components-dialog-host.js +0 -180
- package/fesm2015/taiga-ui-cdk-components-dialog-host.js.map +0 -1
- package/fesm2015/taiga-ui-cdk-components-dropdown-host.js +0 -61
- package/fesm2015/taiga-ui-cdk-components-dropdown-host.js.map +0 -1
- package/fesm2015/taiga-ui-cdk-components-scroll-controls.js +0 -220
- package/fesm2015/taiga-ui-cdk-components-scroll-controls.js.map +0 -1
- package/fesm2015/taiga-ui-cdk-components.js +0 -9
- package/fesm2015/taiga-ui-cdk-components.js.map +0 -1
- package/fesm2015/taiga-ui-cdk-constants.js +0 -237
- package/fesm2015/taiga-ui-cdk-constants.js.map +0 -1
- package/fesm2015/taiga-ui-cdk-date-time.js +0 -823
- package/fesm2015/taiga-ui-cdk-date-time.js.map +0 -1
- package/fesm2015/taiga-ui-cdk-decorators.js +0 -193
- package/fesm2015/taiga-ui-cdk-decorators.js.map +0 -1
- package/fesm2015/taiga-ui-cdk-directives-active-zone.js +0 -100
- package/fesm2015/taiga-ui-cdk-directives-active-zone.js.map +0 -1
- package/fesm2015/taiga-ui-cdk-directives-auto-focus.js +0 -349
- package/fesm2015/taiga-ui-cdk-directives-auto-focus.js.map +0 -1
- package/fesm2015/taiga-ui-cdk-directives-autofilled.js +0 -77
- package/fesm2015/taiga-ui-cdk-directives-autofilled.js.map +0 -1
- package/fesm2015/taiga-ui-cdk-directives-checked.js +0 -66
- package/fesm2015/taiga-ui-cdk-directives-checked.js.map +0 -1
- package/fesm2015/taiga-ui-cdk-directives-click-outside.js +0 -59
- package/fesm2015/taiga-ui-cdk-directives-click-outside.js.map +0 -1
- package/fesm2015/taiga-ui-cdk-directives-control.js +0 -45
- package/fesm2015/taiga-ui-cdk-directives-control.js.map +0 -1
- package/fesm2015/taiga-ui-cdk-directives-copy-processor.js +0 -55
- package/fesm2015/taiga-ui-cdk-directives-copy-processor.js.map +0 -1
- package/fesm2015/taiga-ui-cdk-directives-drag.js +0 -60
- package/fesm2015/taiga-ui-cdk-directives-drag.js.map +0 -1
- package/fesm2015/taiga-ui-cdk-directives-droppable.js +0 -60
- package/fesm2015/taiga-ui-cdk-directives-droppable.js.map +0 -1
- package/fesm2015/taiga-ui-cdk-directives-element.js +0 -54
- package/fesm2015/taiga-ui-cdk-directives-element.js.map +0 -1
- package/fesm2015/taiga-ui-cdk-directives-focus-trap.js +0 -100
- package/fesm2015/taiga-ui-cdk-directives-focus-trap.js.map +0 -1
- package/fesm2015/taiga-ui-cdk-directives-focus-visible.js +0 -48
- package/fesm2015/taiga-ui-cdk-directives-focus-visible.js.map +0 -1
- package/fesm2015/taiga-ui-cdk-directives-focusable.js +0 -51
- package/fesm2015/taiga-ui-cdk-directives-focusable.js.map +0 -1
- package/fesm2015/taiga-ui-cdk-directives-focused.js +0 -53
- package/fesm2015/taiga-ui-cdk-directives-focused.js.map +0 -1
- package/fesm2015/taiga-ui-cdk-directives-for-async.js +0 -80
- package/fesm2015/taiga-ui-cdk-directives-for-async.js.map +0 -1
- package/fesm2015/taiga-ui-cdk-directives-for.js +0 -56
- package/fesm2015/taiga-ui-cdk-directives-for.js.map +0 -1
- package/fesm2015/taiga-ui-cdk-directives-high-dpi.js +0 -51
- package/fesm2015/taiga-ui-cdk-directives-high-dpi.js.map +0 -1
- package/fesm2015/taiga-ui-cdk-directives-hovered.js +0 -74
- package/fesm2015/taiga-ui-cdk-directives-hovered.js.map +0 -1
- package/fesm2015/taiga-ui-cdk-directives-item.js +0 -36
- package/fesm2015/taiga-ui-cdk-directives-item.js.map +0 -1
- package/fesm2015/taiga-ui-cdk-directives-let.js +0 -72
- package/fesm2015/taiga-ui-cdk-directives-let.js.map +0 -1
- package/fesm2015/taiga-ui-cdk-directives-media.js +0 -130
- package/fesm2015/taiga-ui-cdk-directives-media.js.map +0 -1
- package/fesm2015/taiga-ui-cdk-directives-obscured.js +0 -69
- package/fesm2015/taiga-ui-cdk-directives-obscured.js.map +0 -1
- package/fesm2015/taiga-ui-cdk-directives-overscroll.js +0 -123
- package/fesm2015/taiga-ui-cdk-directives-overscroll.js.map +0 -1
- package/fesm2015/taiga-ui-cdk-directives-pan.js +0 -46
- package/fesm2015/taiga-ui-cdk-directives-pan.js.map +0 -1
- package/fesm2015/taiga-ui-cdk-directives-platform.js +0 -52
- package/fesm2015/taiga-ui-cdk-directives-platform.js.map +0 -1
- package/fesm2015/taiga-ui-cdk-directives-portal.js +0 -58
- package/fesm2015/taiga-ui-cdk-directives-portal.js.map +0 -1
- package/fesm2015/taiga-ui-cdk-directives-pressed.js +0 -50
- package/fesm2015/taiga-ui-cdk-directives-pressed.js.map +0 -1
- package/fesm2015/taiga-ui-cdk-directives-prevent-default.js +0 -72
- package/fesm2015/taiga-ui-cdk-directives-prevent-default.js.map +0 -1
- package/fesm2015/taiga-ui-cdk-directives-repeat-times.js +0 -79
- package/fesm2015/taiga-ui-cdk-directives-repeat-times.js.map +0 -1
- package/fesm2015/taiga-ui-cdk-directives-resize.js +0 -46
- package/fesm2015/taiga-ui-cdk-directives-resize.js.map +0 -1
- package/fesm2015/taiga-ui-cdk-directives-resizer.js +0 -137
- package/fesm2015/taiga-ui-cdk-directives-resizer.js.map +0 -1
- package/fesm2015/taiga-ui-cdk-directives-swipe.js +0 -46
- package/fesm2015/taiga-ui-cdk-directives-swipe.js.map +0 -1
- package/fesm2015/taiga-ui-cdk-directives-validator.js +0 -67
- package/fesm2015/taiga-ui-cdk-directives-validator.js.map +0 -1
- package/fesm2015/taiga-ui-cdk-directives-value-changes.js +0 -59
- package/fesm2015/taiga-ui-cdk-directives-value-changes.js.map +0 -1
- package/fesm2015/taiga-ui-cdk-directives-zoom.js +0 -49
- package/fesm2015/taiga-ui-cdk-directives-zoom.js.map +0 -1
- package/fesm2015/taiga-ui-cdk-directives.js +0 -40
- package/fesm2015/taiga-ui-cdk-directives.js.map +0 -1
- package/fesm2015/taiga-ui-cdk-enums.js +0 -37
- package/fesm2015/taiga-ui-cdk-enums.js.map +0 -1
- package/fesm2015/taiga-ui-cdk-exceptions.js +0 -84
- package/fesm2015/taiga-ui-cdk-exceptions.js.map +0 -1
- package/fesm2015/taiga-ui-cdk-interfaces.js +0 -4
- package/fesm2015/taiga-ui-cdk-interfaces.js.map +0 -1
- package/fesm2015/taiga-ui-cdk-observables.js +0 -172
- package/fesm2015/taiga-ui-cdk-observables.js.map +0 -1
- package/fesm2015/taiga-ui-cdk-pipes-filter.js +0 -34
- package/fesm2015/taiga-ui-cdk-pipes-filter.js.map +0 -1
- package/fesm2015/taiga-ui-cdk-pipes-is-present.js +0 -35
- package/fesm2015/taiga-ui-cdk-pipes-is-present.js.map +0 -1
- package/fesm2015/taiga-ui-cdk-pipes-keys.js +0 -34
- package/fesm2015/taiga-ui-cdk-pipes-keys.js.map +0 -1
- package/fesm2015/taiga-ui-cdk-pipes-mapper.js +0 -34
- package/fesm2015/taiga-ui-cdk-pipes-mapper.js.map +0 -1
- package/fesm2015/taiga-ui-cdk-pipes-replace.js +0 -37
- package/fesm2015/taiga-ui-cdk-pipes-replace.js.map +0 -1
- package/fesm2015/taiga-ui-cdk-pipes.js +0 -10
- package/fesm2015/taiga-ui-cdk-pipes.js.map +0 -1
- package/fesm2015/taiga-ui-cdk-services.js +0 -449
- package/fesm2015/taiga-ui-cdk-services.js.map +0 -1
- package/fesm2015/taiga-ui-cdk-tokens.js +0 -287
- package/fesm2015/taiga-ui-cdk-tokens.js.map +0 -1
- package/fesm2015/taiga-ui-cdk-types.js +0 -4
- package/fesm2015/taiga-ui-cdk-types.js.map +0 -1
- package/fesm2015/taiga-ui-cdk-utils-browser.js +0 -31
- package/fesm2015/taiga-ui-cdk-utils-browser.js.map +0 -1
- package/fesm2015/taiga-ui-cdk-utils-color.js +0 -125
- package/fesm2015/taiga-ui-cdk-utils-color.js.map +0 -1
- package/fesm2015/taiga-ui-cdk-utils-dom.js +0 -254
- package/fesm2015/taiga-ui-cdk-utils-dom.js.map +0 -1
- package/fesm2015/taiga-ui-cdk-utils-focus.js +0 -167
- package/fesm2015/taiga-ui-cdk-utils-focus.js.map +0 -1
- package/fesm2015/taiga-ui-cdk-utils-format.js +0 -16
- package/fesm2015/taiga-ui-cdk-utils-format.js.map +0 -1
- package/fesm2015/taiga-ui-cdk-utils-math.js +0 -135
- package/fesm2015/taiga-ui-cdk-utils-math.js.map +0 -1
- package/fesm2015/taiga-ui-cdk-utils-miscellaneous.js +0 -187
- package/fesm2015/taiga-ui-cdk-utils-miscellaneous.js.map +0 -1
- package/fesm2015/taiga-ui-cdk-utils-os.js +0 -31
- package/fesm2015/taiga-ui-cdk-utils-os.js.map +0 -1
- package/fesm2015/taiga-ui-cdk-utils-svg.js +0 -63
- package/fesm2015/taiga-ui-cdk-utils-svg.js.map +0 -1
- package/fesm2015/taiga-ui-cdk-utils.js +0 -14
- package/fesm2015/taiga-ui-cdk-utils.js.map +0 -1
- package/fesm2015/taiga-ui-cdk.js +0 -22
- package/fesm2015/taiga-ui-cdk.js.map +0 -1
- package/interfaces/alert-context.d.ts +0 -2
- package/interfaces/aria-dialog-context.d.ts +0 -6
- package/interfaces/base-dialog-context.d.ts +0 -6
- package/interfaces/base-dialog.d.ts +0 -7
- package/interfaces/context-with-implicit.d.ts +0 -3
- package/interfaces/control-value-transformer.d.ts +0 -7
- package/interfaces/day-like.d.ts +0 -7
- package/interfaces/focusable-element-accessor.d.ts +0 -12
- package/interfaces/index.d.ts +0 -14
- package/interfaces/month-like.d.ts +0 -7
- package/interfaces/package.json +0 -10
- package/interfaces/safe-html.d.ts +0 -2
- package/interfaces/swipe.d.ts +0 -9
- package/interfaces/taiga-ui-cdk-interfaces.d.ts +0 -5
- package/interfaces/time-like.d.ts +0 -6
- package/interfaces/year-like.d.ts +0 -6
- package/interfaces/zoom.d.ts +0 -9
- package/observables/focus-visible-observable.d.ts +0 -2
- package/observables/is-alive.d.ts +0 -5
- package/observables/is-observed.d.ts +0 -2
- package/observables/items-query-list-observable.d.ts +0 -10
- package/observables/mouse-drag-finish-from.d.ts +0 -7
- package/observables/package.json +0 -10
- package/observables/pressed-observable.d.ts +0 -5
- package/observables/prevent-default.d.ts +0 -2
- package/observables/stop-propagation.d.ts +0 -2
- package/observables/taiga-ui-cdk-observables.d.ts +0 -5
- package/observables/zone-free.d.ts +0 -5
- package/pipes/filter/filter.module.d.ts +0 -7
- package/pipes/filter/package.json +0 -10
- package/pipes/filter/taiga-ui-cdk-pipes-filter.d.ts +0 -5
- package/pipes/is-present/is-present.module.d.ts +0 -7
- package/pipes/is-present/package.json +0 -10
- package/pipes/is-present/taiga-ui-cdk-pipes-is-present.d.ts +0 -5
- package/pipes/keys/keys.module.d.ts +0 -7
- package/pipes/keys/package.json +0 -10
- package/pipes/keys/taiga-ui-cdk-pipes-keys.d.ts +0 -5
- package/pipes/mapper/mapper.module.d.ts +0 -7
- package/pipes/mapper/package.json +0 -10
- package/pipes/mapper/taiga-ui-cdk-pipes-mapper.d.ts +0 -5
- package/pipes/package.json +0 -10
- package/pipes/replace/package.json +0 -10
- package/pipes/replace/replace.module.d.ts +0 -7
- package/pipes/replace/taiga-ui-cdk-pipes-replace.d.ts +0 -5
- package/pipes/taiga-ui-cdk-pipes.d.ts +0 -5
- package/schematics/ng-update/interfaces/replaceable-attribute.d.ts +0 -12
- package/schematics/ng-update/interfaces/replacement-const.d.ts +0 -11
- package/schematics/ng-update/interfaces/type-to-rename.d.ts +0 -6
- package/schematics/ng-update/steps/replace-const.d.ts +0 -4
- package/schematics/ng-update/steps/replace-const.js +0 -33
- package/schematics/ng-update/v3/interfaces/attribute-to-directive.d.ts +0 -11
- package/schematics/ng-update/v3/interfaces/removable-input.d.ts +0 -4
- package/schematics/ng-update/v3/interfaces/replaceable-attribute-value.d.ts +0 -8
- package/schematics/ng-update/v3/interfaces/replaceable-tag.d.ts +0 -5
- package/schematics/ng-update/v4/steps/replace-thumbnail-card.d.ts +0 -3
- package/schematics/ng-update/v4/steps/replace-thumbnail-card.js +0 -58
- package/schematics/utils/add-import-to-component.d.ts +0 -4
- package/schematics/utils/add-import-to-component.js +0 -12
- package/schematics/utils/angular/ng-component.d.ts +0 -2
- package/schematics/utils/angular/ng-component.js +0 -8
- package/schematics/utils/angular/ng-module.d.ts +0 -6
- package/schematics/utils/angular/ng-module.js +0 -23
- package/schematics/utils/replace-tag.d.ts +0 -3
- package/schematics/utils/replace-tag.js +0 -17
- package/services/destroy.service.d.ts +0 -17
- package/services/directive-styles.service.d.ts +0 -14
- package/services/focus-visible.service.d.ts +0 -14
- package/services/obscured.service.d.ts +0 -15
- package/services/package.json +0 -10
- package/services/pan.service.d.ts +0 -8
- package/services/parents-scroll.service.d.ts +0 -12
- package/services/resize.service.d.ts +0 -9
- package/services/swipe.service.d.ts +0 -9
- package/services/taiga-ui-cdk-services.d.ts +0 -5
- package/services/zoom.service.d.ts +0 -9
- package/taiga-ui-cdk.d.ts +0 -5
- package/tokens/alerts.d.ts +0 -8
- package/tokens/default-renderer.d.ts +0 -8
- package/tokens/dialogs.d.ts +0 -8
- package/tokens/ensure-base-href.d.ts +0 -4
- package/tokens/focusable-item-accessor.d.ts +0 -7
- package/tokens/fonts-ready.d.ts +0 -3
- package/tokens/is-android.d.ts +0 -4
- package/tokens/is-apple.d.ts +0 -4
- package/tokens/is-chromium.d.ts +0 -4
- package/tokens/is-cypress.d.ts +0 -5
- package/tokens/is-e2e.d.ts +0 -4
- package/tokens/is-firefox.d.ts +0 -4
- package/tokens/is-ios.d.ts +0 -4
- package/tokens/is-mobile.d.ts +0 -4
- package/tokens/is-playwright.d.ts +0 -4
- package/tokens/is-stackblitz.d.ts +0 -1
- package/tokens/is-webkit.d.ts +0 -4
- package/tokens/package.json +0 -10
- package/tokens/platform.d.ts +0 -3
- package/tokens/scroll-ref.d.ts +0 -5
- package/tokens/swipe-options.d.ts +0 -5
- package/tokens/taiga-ui-cdk-tokens.d.ts +0 -5
- package/tokens/take-only-trusted-events.d.ts +0 -7
- package/tokens/touch-supported.d.ts +0 -1
- package/tokens/window-height.d.ts +0 -4
- package/tokens/zoom-options.d.ts +0 -5
- package/types/autocomplete.d.ts +0 -2
- package/types/date-mode.d.ts +0 -6
- package/types/deep-partial.d.ts +0 -3
- package/types/dialog.d.ts +0 -5
- package/types/event-with.d.ts +0 -10
- package/types/injection-token-type.d.ts +0 -2
- package/types/input-mode.d.ts +0 -1
- package/types/input-type.d.ts +0 -1
- package/types/overscroll-mode.d.ts +0 -1
- package/types/package.json +0 -10
- package/types/platform.d.ts +0 -1
- package/types/taiga-ui-cdk-types.d.ts +0 -5
- package/types/time-mode.d.ts +0 -1
- package/utils/browser/is-edge-older-than.d.ts +0 -1
- package/utils/browser/package.json +0 -10
- package/utils/browser/taiga-ui-cdk-utils-browser.d.ts +0 -5
- package/utils/color/package.json +0 -10
- package/utils/color/taiga-ui-cdk-utils-color.d.ts +0 -5
- package/utils/dom/can-scroll.d.ts +0 -1
- package/utils/dom/get-scroll-parent.d.ts +0 -7
- package/utils/dom/package.json +0 -10
- package/utils/dom/taiga-ui-cdk-utils-dom.d.ts +0 -5
- package/utils/focus/package.json +0 -10
- package/utils/focus/set-native-mouse-focused.d.ts +0 -8
- package/utils/focus/taiga-ui-cdk-utils-focus.d.ts +0 -5
- package/utils/format/index.d.ts +0 -1
- package/utils/format/package.json +0 -10
- package/utils/format/taiga-ui-cdk-utils-format.d.ts +0 -5
- package/utils/math/package.json +0 -10
- package/utils/math/taiga-ui-cdk-utils-math.d.ts +0 -5
- package/utils/miscellaneous/clean-object.d.ts +0 -2
- package/utils/miscellaneous/create-options.d.ts +0 -3
- package/utils/miscellaneous/get-swipe-direction.d.ts +0 -2
- package/utils/miscellaneous/object-from-entries.d.ts +0 -9
- package/utils/miscellaneous/package.json +0 -10
- package/utils/miscellaneous/taiga-ui-cdk-utils-miscellaneous.d.ts +0 -5
- package/utils/os/index.d.ts +0 -3
- package/utils/os/is-apple-platform.d.ts +0 -11
- package/utils/os/is-apple.d.ts +0 -1
- package/utils/os/package.json +0 -10
- package/utils/os/taiga-ui-cdk-utils-os.d.ts +0 -5
- package/utils/package.json +0 -10
- package/utils/svg/index.d.ts +0 -1
- package/utils/svg/package.json +0 -10
- package/utils/svg/svg-linear-gradient-processor.d.ts +0 -16
- package/utils/svg/taiga-ui-cdk-utils-svg.d.ts +0 -5
- package/utils/taiga-ui-cdk-utils.d.ts +0 -5
- /package/{esm2015/classes/taiga-ui-cdk-classes.js → esm2022/classes/taiga-ui-cdk-classes.mjs} +0 -0
- /package/{esm2015/constants/taiga-ui-cdk-constants.js → esm2022/constants/taiga-ui-cdk-constants.mjs} +0 -0
- /package/{esm2015/date-time/date-clamp.js → esm2022/date-time/date-clamp.mjs} +0 -0
- /package/{esm2015/date-time/date-fillers.js → esm2022/date-time/date-fillers.mjs} +0 -0
- /package/{esm2015/date-time/date-time.js → esm2022/date-time/date-time.mjs} +0 -0
- /package/{esm2015/date-time/days.const.js → esm2022/date-time/days.const.mjs} +0 -0
- /package/{esm2015/date-time/taiga-ui-cdk-date-time.js → esm2022/date-time/taiga-ui-cdk-date-time.mjs} +0 -0
- /package/{esm2015/directives/active-zone/taiga-ui-cdk-directives-active-zone.js → esm2022/directives/active-zone/taiga-ui-cdk-directives-active-zone.mjs} +0 -0
- /package/{esm2015/directives/auto-focus/taiga-ui-cdk-directives-auto-focus.js → esm2022/directives/auto-focus/taiga-ui-cdk-directives-auto-focus.mjs} +0 -0
- /package/{esm2015/directives/click-outside/taiga-ui-cdk-directives-click-outside.js → esm2022/directives/click-outside/taiga-ui-cdk-directives-click-outside.mjs} +0 -0
- /package/{esm2015/directives/control/taiga-ui-cdk-directives-control.js → esm2022/directives/control/taiga-ui-cdk-directives-control.mjs} +0 -0
- /package/{esm2015/directives/copy-processor/taiga-ui-cdk-directives-copy-processor.js → esm2022/directives/copy-processor/taiga-ui-cdk-directives-copy-processor.mjs} +0 -0
- /package/{esm2015/directives/droppable/taiga-ui-cdk-directives-droppable.js → esm2022/directives/droppable/taiga-ui-cdk-directives-droppable.mjs} +0 -0
- /package/{esm2015/directives/element/taiga-ui-cdk-directives-element.js → esm2022/directives/element/taiga-ui-cdk-directives-element.mjs} +0 -0
- /package/{esm2015/directives/focus-trap/taiga-ui-cdk-directives-focus-trap.js → esm2022/directives/focus-trap/taiga-ui-cdk-directives-focus-trap.mjs} +0 -0
- /package/{esm2015/directives/for/taiga-ui-cdk-directives-for.js → esm2022/directives/for/taiga-ui-cdk-directives-for.mjs} +0 -0
- /package/{esm2015/directives/high-dpi/taiga-ui-cdk-directives-high-dpi.js → esm2022/directives/high-dpi/taiga-ui-cdk-directives-high-dpi.mjs} +0 -0
- /package/{esm2015/directives/hovered/taiga-ui-cdk-directives-hovered.js → esm2022/directives/hovered/taiga-ui-cdk-directives-hovered.mjs} +0 -0
- /package/{esm2015/directives/item/taiga-ui-cdk-directives-item.js → esm2022/directives/item/taiga-ui-cdk-directives-item.mjs} +0 -0
- /package/{esm2015/directives/let/taiga-ui-cdk-directives-let.js → esm2022/directives/let/taiga-ui-cdk-directives-let.mjs} +0 -0
- /package/{esm2015/directives/media/taiga-ui-cdk-directives-media.js → esm2022/directives/media/taiga-ui-cdk-directives-media.mjs} +0 -0
- /package/{esm2015/directives/obscured/taiga-ui-cdk-directives-obscured.js → esm2022/directives/obscured/taiga-ui-cdk-directives-obscured.mjs} +0 -0
- /package/{esm2015/directives/pan/taiga-ui-cdk-directives-pan.js → esm2022/directives/pan/taiga-ui-cdk-directives-pan.mjs} +0 -0
- /package/{esm2015/directives/platform/taiga-ui-cdk-directives-platform.js → esm2022/directives/platform/taiga-ui-cdk-directives-platform.mjs} +0 -0
- /package/{esm2015/directives/repeat-times/taiga-ui-cdk-directives-repeat-times.js → esm2022/directives/repeat-times/taiga-ui-cdk-directives-repeat-times.mjs} +0 -0
- /package/{esm2015/directives/resizer/taiga-ui-cdk-directives-resizer.js → esm2022/directives/resizer/taiga-ui-cdk-directives-resizer.mjs} +0 -0
- /package/{esm2015/directives/swipe/taiga-ui-cdk-directives-swipe.js → esm2022/directives/swipe/taiga-ui-cdk-directives-swipe.mjs} +0 -0
- /package/{esm2015/directives/taiga-ui-cdk-directives.js → esm2022/directives/taiga-ui-cdk-directives.mjs} +0 -0
- /package/{esm2015/directives/validator/taiga-ui-cdk-directives-validator.js → esm2022/directives/validator/taiga-ui-cdk-directives-validator.mjs} +0 -0
- /package/{esm2015/directives/value-changes/taiga-ui-cdk-directives-value-changes.js → esm2022/directives/value-changes/taiga-ui-cdk-directives-value-changes.mjs} +0 -0
- /package/{esm2015/directives/zoom/taiga-ui-cdk-directives-zoom.js → esm2022/directives/zoom/taiga-ui-cdk-directives-zoom.mjs} +0 -0
- /package/{esm2015/observables/taiga-ui-cdk-observables.js → esm2022/observables/taiga-ui-cdk-observables.mjs} +0 -0
- /package/{esm2015/pipes/filter/taiga-ui-cdk-pipes-filter.js → esm2022/pipes/filter/taiga-ui-cdk-pipes-filter.mjs} +0 -0
- /package/{esm2015/pipes/is-present/taiga-ui-cdk-pipes-is-present.js → esm2022/pipes/is-present/taiga-ui-cdk-pipes-is-present.mjs} +0 -0
- /package/{esm2015/pipes/keys/taiga-ui-cdk-pipes-keys.js → esm2022/pipes/keys/taiga-ui-cdk-pipes-keys.mjs} +0 -0
- /package/{esm2015/pipes/mapper/taiga-ui-cdk-pipes-mapper.js → esm2022/pipes/mapper/taiga-ui-cdk-pipes-mapper.mjs} +0 -0
- /package/{esm2015/pipes/replace/taiga-ui-cdk-pipes-replace.js → esm2022/pipes/replace/taiga-ui-cdk-pipes-replace.mjs} +0 -0
- /package/{esm2015/pipes/taiga-ui-cdk-pipes.js → esm2022/pipes/taiga-ui-cdk-pipes.mjs} +0 -0
- /package/{esm2015/services/taiga-ui-cdk-services.js → esm2022/services/taiga-ui-cdk-services.mjs} +0 -0
- /package/{esm2015/taiga-ui-cdk.js → esm2022/taiga-ui-cdk.mjs} +0 -0
- /package/{esm2015/tokens/range.js → esm2022/tokens/range.mjs} +0 -0
- /package/{esm2015/tokens/taiga-ui-cdk-tokens.js → esm2022/tokens/taiga-ui-cdk-tokens.mjs} +0 -0
- /package/{esm2015/types/handler.js → esm2022/types/handler.mjs} +0 -0
- /package/{esm2015/types/rounding.js → esm2022/types/rounding.mjs} +0 -0
- /package/{esm2015/types/taiga-ui-cdk-types.js → esm2022/types/taiga-ui-cdk-types.mjs} +0 -0
- /package/{esm2015/types/values-of.js → esm2022/types/values-of.mjs} +0 -0
- /package/{esm2015/utils/browser/taiga-ui-cdk-utils-browser.js → esm2022/utils/browser/taiga-ui-cdk-utils-browser.mjs} +0 -0
- /package/{esm2015/utils/color/index.js → esm2022/utils/color/index.mjs} +0 -0
- /package/{esm2015/utils/color/rgb-to-hsv.js → esm2022/utils/color/rgb-to-hsv.mjs} +0 -0
- /package/{esm2015/utils/color/taiga-ui-cdk-utils-color.js → esm2022/utils/color/taiga-ui-cdk-utils-color.mjs} +0 -0
- /package/{esm2015/utils/dom/get-actual-target.js → esm2022/utils/dom/get-actual-target.mjs} +0 -0
- /package/{esm2015/utils/dom/is-current-target.js → esm2022/utils/dom/is-current-target.mjs} +0 -0
- /package/{esm2015/utils/dom/is-element-editable.js → esm2022/utils/dom/is-element-editable.mjs} +0 -0
- /package/{esm2015/utils/dom/is-inside-iframe.js → esm2022/utils/dom/is-inside-iframe.mjs} +0 -0
- /package/{esm2015/utils/dom/taiga-ui-cdk-utils-dom.js → esm2022/utils/dom/taiga-ui-cdk-utils-dom.mjs} +0 -0
- /package/{esm2015/utils/focus/blur-native-focused.js → esm2022/utils/focus/blur-native-focused.mjs} +0 -0
- /package/{esm2015/utils/focus/get-closest-focusable.js → esm2022/utils/focus/get-closest-focusable.mjs} +0 -0
- /package/{esm2015/utils/focus/move-focus.js → esm2022/utils/focus/move-focus.mjs} +0 -0
- /package/{esm2015/utils/focus/taiga-ui-cdk-utils-focus.js → esm2022/utils/focus/taiga-ui-cdk-utils-focus.mjs} +0 -0
- /package/{esm2015/utils/math/index.js → esm2022/utils/math/index.mjs} +0 -0
- /package/{esm2015/utils/math/sum.js → esm2022/utils/math/sum.mjs} +0 -0
- /package/{esm2015/utils/math/taiga-ui-cdk-utils-math.js → esm2022/utils/math/taiga-ui-cdk-utils-math.mjs} +0 -0
- /package/{esm2015/utils/math/to-int.js → esm2022/utils/math/to-int.mjs} +0 -0
- /package/{esm2015/utils/math/to-integer.js → esm2022/utils/math/to-integer.mjs} +0 -0
- /package/{esm2015/utils/math/to-radians.js → esm2022/utils/math/to-radians.mjs} +0 -0
- /package/{esm2015/utils/miscellaneous/array-remove.js → esm2022/utils/miscellaneous/array-remove.mjs} +0 -0
- /package/{esm2015/utils/miscellaneous/array-shallow-equals.js → esm2022/utils/miscellaneous/array-shallow-equals.mjs} +0 -0
- /package/{esm2015/utils/miscellaneous/array-toggle.js → esm2022/utils/miscellaneous/array-toggle.mjs} +0 -0
- /package/{esm2015/utils/miscellaneous/default-sort.js → esm2022/utils/miscellaneous/default-sort.mjs} +0 -0
- /package/{esm2015/utils/miscellaneous/distance-between-touches.js → esm2022/utils/miscellaneous/distance-between-touches.mjs} +0 -0
- /package/{esm2015/utils/miscellaneous/flat-length.js → esm2022/utils/miscellaneous/flat-length.mjs} +0 -0
- /package/{esm2015/utils/miscellaneous/is-falsy.js → esm2022/utils/miscellaneous/is-falsy.mjs} +0 -0
- /package/{esm2015/utils/miscellaneous/is-present.js → esm2022/utils/miscellaneous/is-present.mjs} +0 -0
- /package/{esm2015/utils/miscellaneous/taiga-ui-cdk-utils-miscellaneous.js → esm2022/utils/miscellaneous/taiga-ui-cdk-utils-miscellaneous.mjs} +0 -0
- /package/{esm2015/utils/taiga-ui-cdk-utils.js → esm2022/utils/taiga-ui-cdk-utils.mjs} +0 -0
- /package/schematics/ng-update/interfaces/{replaceable-attribute.js → html-comment.js} +0 -0
- /package/schematics/ng-update/{v3/interfaces → interfaces}/removable-input.js +0 -0
- /package/schematics/ng-update/interfaces/{replacement-const.js → replacement-attribute-to-directive.js} +0 -0
- /package/schematics/ng-update/interfaces/{type-to-rename.js → replacement-attribute-value.js} +0 -0
- /package/schematics/ng-update/{v3/interfaces/attribute-to-directive.js → interfaces/replacement-attribute.js} +0 -0
- /package/schematics/ng-update/{v3/interfaces/replaceable-attribute-value.js → interfaces/replacement-identifier.js} +0 -0
- /package/schematics/ng-update/{v3/interfaces/replaceable-tag.js → interfaces/replacement-tag.js} +0 -0
- /package/utils/{os → browser}/is-ios.d.ts +0 -0
- /package/utils/{format → miscellaneous}/px.d.ts +0 -0
@@ -3,2535 +3,2535 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ICONS = void 0;
|
4
4
|
exports.ICONS = [
|
5
5
|
{
|
6
|
-
to:
|
7
|
-
from:
|
6
|
+
to: 'tuiIconTdsGridMediumPragmatic',
|
7
|
+
from: 'tuiIconAddProductLarge',
|
8
8
|
},
|
9
9
|
{
|
10
|
-
to:
|
11
|
-
from:
|
10
|
+
to: 'tuiIconTdsTexMediumPragmatic',
|
11
|
+
from: 'tuiIconTeXLarge',
|
12
12
|
},
|
13
13
|
{
|
14
|
-
to:
|
15
|
-
from:
|
14
|
+
to: 'tuiIconTdsWysiwygSpoilerMediumPragmatic',
|
15
|
+
from: 'tuiIconSpoilerLarge',
|
16
16
|
},
|
17
17
|
{
|
18
|
-
to:
|
19
|
-
from:
|
18
|
+
to: 'tuiIconTdsWysiwygSpoilerRemoveMediumPragmatic',
|
19
|
+
from: 'tuiIconSpoilerDeleteLarge',
|
20
20
|
},
|
21
21
|
{
|
22
|
-
to:
|
23
|
-
from:
|
22
|
+
to: 'tuiIconTdsLinkOffMediumPragmatic',
|
23
|
+
from: 'tuiIconUnlinkLarge',
|
24
24
|
},
|
25
25
|
{
|
26
|
-
to:
|
27
|
-
from:
|
26
|
+
to: 'tuiIconTdsWysiwygHighlighterMediumPragmatic',
|
27
|
+
from: 'tuiIconHiliteLarge',
|
28
28
|
},
|
29
29
|
{
|
30
|
-
to:
|
31
|
-
from:
|
30
|
+
to: 'tuiIconTdsWysiwygTableAddRowMediumPragmatic',
|
31
|
+
from: 'tuiIconAddRowLarge',
|
32
32
|
},
|
33
33
|
{
|
34
|
-
to:
|
35
|
-
from:
|
34
|
+
to: 'tuiIconTdsExclamationSmallPragmatic',
|
35
|
+
from: 'tuiIconAlert',
|
36
36
|
},
|
37
37
|
{
|
38
|
-
to:
|
39
|
-
from:
|
38
|
+
to: 'tuiIconTdsAlertSmallPragmatic',
|
39
|
+
from: 'tuiIconAttention',
|
40
40
|
},
|
41
41
|
{
|
42
|
-
to:
|
43
|
-
from:
|
42
|
+
to: 'tuiIconTdsAlertSmallPragmatic',
|
43
|
+
from: 'tuiIconAlertCircle',
|
44
44
|
},
|
45
45
|
{
|
46
|
-
to:
|
47
|
-
from:
|
46
|
+
to: 'tuiIconTdsAlertMedium',
|
47
|
+
from: 'tuiIconAlertCircleLarge',
|
48
48
|
},
|
49
49
|
{
|
50
|
-
to:
|
51
|
-
from:
|
50
|
+
to: 'tuiIconTdsAlertMediumPragmatic',
|
51
|
+
from: 'tuiIconAlertCircleLargeOutline',
|
52
52
|
},
|
53
53
|
{
|
54
|
-
to:
|
55
|
-
from:
|
54
|
+
to: 'tuiIconTdsAlertSmallPragmatic',
|
55
|
+
from: 'tuiIconAlertCircleOutline',
|
56
56
|
},
|
57
57
|
{
|
58
|
-
to:
|
59
|
-
from:
|
58
|
+
to: 'tuiIconTdsExclamationMediumPragmatic',
|
59
|
+
from: 'tuiIconAlertLarge',
|
60
60
|
},
|
61
61
|
{
|
62
|
-
to:
|
63
|
-
from:
|
62
|
+
to: 'tuiIconTdsWysiwygAlignCenterMediumPragmatic',
|
63
|
+
from: 'tuiIconAlignCenterLarge',
|
64
64
|
},
|
65
65
|
{
|
66
|
-
to:
|
67
|
-
from:
|
66
|
+
to: 'tuiIconTdsWysiwygAlignJustifyMediumPragmatic',
|
67
|
+
from: 'tuiIconAlignJustifyLarge',
|
68
68
|
},
|
69
69
|
{
|
70
|
-
to:
|
71
|
-
from:
|
70
|
+
to: 'tuiIconTdsWysiwygAlignLeftMediumPragmatic',
|
71
|
+
from: 'tuiIconAlignLeftLarge',
|
72
72
|
},
|
73
73
|
{
|
74
|
-
to:
|
75
|
-
from:
|
74
|
+
to: 'tuiIconTdsWysiwygAlignRightMediumPragmatic',
|
75
|
+
from: 'tuiIconAlignRightLarge',
|
76
76
|
},
|
77
77
|
{
|
78
|
-
to:
|
79
|
-
from:
|
78
|
+
to: 'tuiIconTdsPaymentAlipayLogoSquare',
|
79
|
+
from: 'tuiIconAlipay',
|
80
80
|
},
|
81
81
|
{
|
82
|
-
to:
|
83
|
-
from:
|
82
|
+
to: 'tuiIconTdsArrowDownSmallPragmatic',
|
83
|
+
from: 'tuiIconArrowDown',
|
84
84
|
},
|
85
85
|
{
|
86
|
-
to:
|
87
|
-
from:
|
86
|
+
to: 'tuiIconTdsArrowDownMediumPragmatic',
|
87
|
+
from: 'tuiIconArrowDownLarge',
|
88
88
|
},
|
89
89
|
{
|
90
|
-
to:
|
91
|
-
from:
|
90
|
+
to: 'tuiIconTdsArrowBottomLeftSmallPragmatic',
|
91
|
+
from: 'tuiIconArrowDownLeft',
|
92
92
|
},
|
93
93
|
{
|
94
|
-
to:
|
95
|
-
from:
|
94
|
+
to: 'tuiIconTdsArrowBottomRightSmallPragmatic',
|
95
|
+
from: 'tuiIconArrowDownRight',
|
96
96
|
},
|
97
97
|
{
|
98
|
-
to:
|
99
|
-
from:
|
98
|
+
to: 'tuiIconTdsArrowLeftSmallPragmatic',
|
99
|
+
from: 'tuiIconArrowLeft',
|
100
100
|
},
|
101
101
|
{
|
102
|
-
to:
|
103
|
-
from:
|
102
|
+
to: 'tuiIconTdsArrowLeftCircleMediumPragmatic',
|
103
|
+
from: 'tuiIconBackCircle',
|
104
104
|
},
|
105
105
|
{
|
106
|
-
to:
|
107
|
-
from:
|
106
|
+
to: 'tuiIconTdsArrowLeftCircleMediumPragmatic',
|
107
|
+
from: 'tuiIconArrowLeftCircle',
|
108
108
|
},
|
109
109
|
{
|
110
|
-
to:
|
111
|
-
from:
|
110
|
+
to: 'tuiIconTdsArrowLeftMediumPragmatic',
|
111
|
+
from: 'tuiIconArrowLeftLarge',
|
112
112
|
},
|
113
113
|
{
|
114
|
-
to:
|
115
|
-
from:
|
114
|
+
to: 'tuiIconTdsArrowRightSmallPragmatic',
|
115
|
+
from: 'tuiIconArrowRight',
|
116
116
|
},
|
117
117
|
{
|
118
|
-
to:
|
119
|
-
from:
|
118
|
+
to: 'tuiIconTdsArrowRightMediumPragmatic',
|
119
|
+
from: 'tuiIconArrowRightLarge',
|
120
120
|
},
|
121
121
|
{
|
122
|
-
to:
|
123
|
-
from:
|
122
|
+
to: 'tuiIconTdsArrowDownSmallPragmatic',
|
123
|
+
from: 'tuiIconArrowShortDown',
|
124
124
|
},
|
125
125
|
{
|
126
|
-
to:
|
127
|
-
from:
|
126
|
+
to: 'tuiIconTdsArrowLeftSmallPragmatic',
|
127
|
+
from: 'tuiIconArrowShortLeft',
|
128
128
|
},
|
129
129
|
{
|
130
|
-
to:
|
131
|
-
from:
|
130
|
+
to: 'tuiIconTdsArrowRightSmallPragmatic',
|
131
|
+
from: 'tuiIconArrowShortRight',
|
132
132
|
},
|
133
133
|
{
|
134
|
-
to:
|
135
|
-
from:
|
134
|
+
to: 'tuiIconTdsArrowUpSmallPragmatic',
|
135
|
+
from: 'tuiIconArrowShortUp',
|
136
136
|
},
|
137
137
|
{
|
138
|
-
to:
|
139
|
-
from:
|
138
|
+
to: 'tuiIconTdsArrowUpSmallPragmatic',
|
139
|
+
from: 'tuiIconArrowUp',
|
140
140
|
},
|
141
141
|
{
|
142
|
-
to:
|
143
|
-
from:
|
142
|
+
to: 'tuiIconTdsArrowUpMediumPragmatic',
|
143
|
+
from: 'tuiIconArrowUpLarge',
|
144
144
|
},
|
145
145
|
{
|
146
|
-
to:
|
147
|
-
from:
|
146
|
+
to: 'tuiIconTdsArrowTopLeftSmallPragmatic',
|
147
|
+
from: 'tuiIconArrowUpLeft',
|
148
148
|
},
|
149
149
|
{
|
150
|
-
to:
|
151
|
-
from:
|
150
|
+
to: 'tuiIconTdsArrowTopRightSmallPragmatic',
|
151
|
+
from: 'tuiIconArrowUpRight',
|
152
152
|
},
|
153
153
|
{
|
154
|
-
to:
|
155
|
-
from:
|
154
|
+
to: 'tuiIconTdsBackspaceSmallPragmatic',
|
155
|
+
from: 'tuiIconBackspace',
|
156
156
|
},
|
157
157
|
{
|
158
|
-
to:
|
159
|
-
from:
|
158
|
+
to: 'tuiIconTdsChartBarSmallPragmatic',
|
159
|
+
from: 'tuiIconChart',
|
160
160
|
},
|
161
161
|
{
|
162
|
-
to:
|
163
|
-
from:
|
162
|
+
to: 'tuiIconTdsChartBarSmallPragmatic',
|
163
|
+
from: 'tuiIconChartBar',
|
164
164
|
},
|
165
165
|
{
|
166
|
-
to:
|
167
|
-
from:
|
166
|
+
to: 'tuiIconTdsChartBarSmallPragmatic',
|
167
|
+
from: 'tuiIconBarChart',
|
168
168
|
},
|
169
169
|
{
|
170
|
-
to:
|
171
|
-
from:
|
170
|
+
to: 'tuiIconTdsBarcodeScanSmallPragmatic',
|
171
|
+
from: 'tuiIconBarCode',
|
172
172
|
},
|
173
173
|
{
|
174
|
-
to:
|
175
|
-
from:
|
174
|
+
to: 'tuiIconTdsBarcodeScanMediumPragmatic',
|
175
|
+
from: 'tuiIconBarCodeLarge',
|
176
176
|
},
|
177
177
|
{
|
178
|
-
to:
|
179
|
-
from:
|
178
|
+
to: 'tuiIconTdsChartBarMediumPragmatic',
|
179
|
+
from: 'tuiIconBarchartCircleLarge',
|
180
180
|
},
|
181
181
|
{
|
182
|
-
to:
|
183
|
-
from:
|
182
|
+
to: 'tuiIconTdsBellSmallPragmatic',
|
183
|
+
from: 'tuiIconBell',
|
184
184
|
},
|
185
185
|
{
|
186
|
-
to:
|
187
|
-
from:
|
186
|
+
to: 'tuiIconTdsBellMediumPragmatic',
|
187
|
+
from: 'tuiIconBellLarge',
|
188
188
|
},
|
189
189
|
{
|
190
|
-
to:
|
191
|
-
from:
|
190
|
+
to: 'tuiIconTdsBellMediumPragmatic',
|
191
|
+
from: 'tuiIconBellLargeOutline',
|
192
192
|
},
|
193
193
|
{
|
194
|
-
to:
|
195
|
-
from:
|
194
|
+
to: 'tuiIconTdsBellOffSmallPragmatic',
|
195
|
+
from: 'tuiIconBellOff',
|
196
196
|
},
|
197
197
|
{
|
198
|
-
to:
|
199
|
-
from:
|
198
|
+
to: 'tuiIconTdsBellOffMediumPragmatic',
|
199
|
+
from: 'tuiIconBellOffLarge',
|
200
200
|
},
|
201
201
|
{
|
202
|
-
to:
|
203
|
-
from:
|
202
|
+
to: 'tuiIconTdsBellOffMediumPragmatic',
|
203
|
+
from: 'tuiIconBellOffLargeOutline',
|
204
204
|
},
|
205
205
|
{
|
206
|
-
to:
|
207
|
-
from:
|
206
|
+
to: 'tuiIconTdsBellOffSmallPragmatic',
|
207
|
+
from: 'tuiIconBellOffOutline',
|
208
208
|
},
|
209
209
|
{
|
210
|
-
to:
|
211
|
-
from:
|
210
|
+
to: 'tuiIconTdsBellSmallPragmatic',
|
211
|
+
from: 'tuiIconBellOutline',
|
212
212
|
},
|
213
213
|
{
|
214
|
-
to:
|
215
|
-
from:
|
214
|
+
to: 'tuiIconTdsReceiptMediumPragmatic',
|
215
|
+
from: 'tuiIconBillOutLarge',
|
216
216
|
},
|
217
217
|
{
|
218
|
-
to:
|
219
|
-
from:
|
218
|
+
to: 'tuiIconTdsBookmarkSmallPragmatic',
|
219
|
+
from: 'tuiIconBookmark',
|
220
220
|
},
|
221
221
|
{
|
222
|
-
to:
|
223
|
-
from:
|
222
|
+
to: 'tuiIconTdsBookmarkFilledMedium',
|
223
|
+
from: 'tuiIconBookmarkLarge',
|
224
224
|
},
|
225
225
|
{
|
226
|
-
to:
|
227
|
-
from:
|
226
|
+
to: 'tuiIconTdsBookmarkMediumPragmatic',
|
227
|
+
from: 'tuiIconBookmarkLargeOutline',
|
228
228
|
},
|
229
229
|
{
|
230
|
-
to:
|
231
|
-
from:
|
230
|
+
to: 'tuiIconTdsBookmarkSmallPragmatic',
|
231
|
+
from: 'tuiIconBookmarkOutline',
|
232
232
|
},
|
233
233
|
{
|
234
|
-
to:
|
235
|
-
from:
|
234
|
+
to: 'tuiIconTdsCalendarSmallPragmatic',
|
235
|
+
from: 'tuiIconCalendar',
|
236
236
|
},
|
237
237
|
{
|
238
|
-
to:
|
239
|
-
from:
|
238
|
+
to: 'tuiIconTdsCalendarSmallPragmatic',
|
239
|
+
from: 'tuiIconCalendarFilled',
|
240
240
|
},
|
241
241
|
{
|
242
|
-
to:
|
243
|
-
from:
|
242
|
+
to: 'tuiIconTdsCalendarMediumPragmatic',
|
243
|
+
from: 'tuiIconCalendarFilledLarge',
|
244
244
|
},
|
245
245
|
{
|
246
|
-
to:
|
247
|
-
from:
|
246
|
+
to: 'tuiIconTdsCalendarMediumPragmatic',
|
247
|
+
from: 'tuiIconCalendarLarge',
|
248
248
|
},
|
249
249
|
{
|
250
|
-
to:
|
251
|
-
from:
|
250
|
+
to: 'tuiIconTdsCalendarMediumPragmatic',
|
251
|
+
from: 'tuiIconCalendarLargeOutline',
|
252
252
|
},
|
253
253
|
{
|
254
|
-
to:
|
255
|
-
from:
|
254
|
+
to: 'tuiIconTdsMathLessCalendarSmallPragmatic',
|
255
|
+
from: 'tuiIconCalendarLess',
|
256
256
|
},
|
257
257
|
{
|
258
|
-
to:
|
259
|
-
from:
|
258
|
+
to: 'tuiIconTdsMathLessCalendarMediumPragmatic',
|
259
|
+
from: 'tuiIconCalendarLessLarge',
|
260
260
|
},
|
261
261
|
{
|
262
|
-
to:
|
263
|
-
from:
|
262
|
+
to: 'tuiIconTdsMathLessOrEqualCalendarSmallPragmatic',
|
263
|
+
from: 'tuiIconCalendarLessOrEqual',
|
264
264
|
},
|
265
265
|
{
|
266
|
-
to:
|
267
|
-
from:
|
266
|
+
to: 'tuiIconTdsMathLessOrEqualCalendarMediumPragmatic',
|
267
|
+
from: 'tuiIconCalendarLessOrEqualLarge',
|
268
268
|
},
|
269
269
|
{
|
270
|
-
to:
|
271
|
-
from:
|
270
|
+
to: 'tuiIconTdsMathMoreCalendarSmallPragmatic',
|
271
|
+
from: 'tuiIconCalendarMore',
|
272
272
|
},
|
273
273
|
{
|
274
|
-
to:
|
275
|
-
from:
|
274
|
+
to: 'tuiIconTdsMathMoreCalendarMediumPragmatic',
|
275
|
+
from: 'tuiIconCalendarMoreLarge',
|
276
276
|
},
|
277
277
|
{
|
278
|
-
to:
|
279
|
-
from:
|
278
|
+
to: 'tuiIconTdsMathMoreOrEqualCalendarSmallPragmatic',
|
279
|
+
from: 'tuiIconCalendarMoreOrEqual',
|
280
280
|
},
|
281
281
|
{
|
282
|
-
to:
|
283
|
-
from:
|
282
|
+
to: 'tuiIconTdsMathMoreOrEqualCalendarMediumPragmatic',
|
283
|
+
from: 'tuiIconCalendarMoreOrEqualLarge',
|
284
284
|
},
|
285
285
|
{
|
286
|
-
to:
|
287
|
-
from:
|
286
|
+
to: 'tuiIconTdsCalendarSmallPragmatic',
|
287
|
+
from: 'tuiIconCalendarOutline',
|
288
288
|
},
|
289
289
|
{
|
290
|
-
to:
|
291
|
-
from:
|
290
|
+
to: 'tuiIconTdsPhoneKeypadSmallPragmatic',
|
291
|
+
from: 'tuiIconCall',
|
292
292
|
},
|
293
293
|
{
|
294
|
-
to:
|
295
|
-
from:
|
294
|
+
to: 'tuiIconTdsPhoneArrowSmallPragmatic',
|
295
|
+
from: 'tuiIconCallIn',
|
296
296
|
},
|
297
297
|
{
|
298
|
-
to:
|
299
|
-
from:
|
298
|
+
to: 'tuiIconTdsPhoneArrowMediumPragmatic',
|
299
|
+
from: 'tuiIconCallInLarge',
|
300
300
|
},
|
301
301
|
{
|
302
|
-
to:
|
303
|
-
from:
|
302
|
+
to: 'tuiIconTdsPhoneKeypadSmallPragmatic',
|
303
|
+
from: 'tuiIconCallKeyboard',
|
304
304
|
},
|
305
305
|
{
|
306
|
-
to:
|
307
|
-
from:
|
306
|
+
to: 'tuiIconTdsPhoneKeypadMediumPragmatic',
|
307
|
+
from: 'tuiIconCallKeyboardLarge',
|
308
308
|
},
|
309
309
|
{
|
310
|
-
to:
|
311
|
-
from:
|
310
|
+
to: 'tuiIconTdsPhoneArrowRightSmallPragmatic',
|
311
|
+
from: 'tuiIconCallOut',
|
312
312
|
},
|
313
313
|
{
|
314
|
-
to:
|
315
|
-
from:
|
314
|
+
to: 'tuiIconTdsPhoneArrowRightMediumPragmatic',
|
315
|
+
from: 'tuiIconCallOutLarge',
|
316
316
|
},
|
317
317
|
{
|
318
|
-
to:
|
319
|
-
from:
|
318
|
+
to: 'tuiIconTdsPhoneArrowDoubleRightSmallPragmatic',
|
319
|
+
from: 'tuiIconCallTransfer',
|
320
320
|
},
|
321
321
|
{
|
322
|
-
to:
|
323
|
-
from:
|
322
|
+
to: 'tuiIconTdsPhoneArrowDoubleRightMediumPragmatic',
|
323
|
+
from: 'tuiIconCallTransferLarge',
|
324
324
|
},
|
325
325
|
{
|
326
|
-
to:
|
327
|
-
from:
|
326
|
+
to: 'tuiIconTdsCameraPhotoSmallPragmatic',
|
327
|
+
from: 'tuiIconCamera',
|
328
328
|
},
|
329
329
|
{
|
330
|
-
to:
|
331
|
-
from:
|
330
|
+
to: 'tuiIconTdsCameraPhotoMediumPragmatic',
|
331
|
+
from: 'tuiIconCameraLarge',
|
332
332
|
},
|
333
333
|
{
|
334
|
-
to:
|
335
|
-
from:
|
334
|
+
to: 'tuiIconTdsCameraPhotoSmallPragmatic',
|
335
|
+
from: 'tuiIconCameraLargeOutline',
|
336
336
|
},
|
337
337
|
{
|
338
|
-
to:
|
339
|
-
from:
|
338
|
+
to: 'tuiIconTdsCameraPhotoMediumPragmatic',
|
339
|
+
from: 'tuiIconCameraOutline',
|
340
340
|
},
|
341
341
|
{
|
342
|
-
to:
|
343
|
-
from:
|
342
|
+
to: 'tuiIconTdsCardsMediumPragmatic',
|
343
|
+
from: 'tuiIconCardsLarge',
|
344
344
|
},
|
345
345
|
{
|
346
|
-
to:
|
347
|
-
from:
|
346
|
+
to: 'tuiIconTdsCardsMediumPragmatic',
|
347
|
+
from: 'tuiIconCardsLargeOutline',
|
348
348
|
},
|
349
349
|
{
|
350
|
-
to:
|
351
|
-
from:
|
350
|
+
to: 'tuiIconTdsShoppingCartSmallPragmatic',
|
351
|
+
from: 'tuiIconCart',
|
352
352
|
},
|
353
353
|
{
|
354
|
-
to:
|
355
|
-
from:
|
354
|
+
to: 'tuiIconTdsShoppingCartMediumPragmatic',
|
355
|
+
from: 'tuiIconCartLarge',
|
356
356
|
},
|
357
357
|
{
|
358
|
-
to:
|
359
|
-
from:
|
358
|
+
to: 'tuiIconTdsShoppingCartMediumPragmatic',
|
359
|
+
from: 'tuiIconCartLargeOutline',
|
360
360
|
},
|
361
361
|
{
|
362
|
-
to:
|
363
|
-
from:
|
362
|
+
to: 'tuiIconTdsShoppingCartMediumPragmatic',
|
363
|
+
from: 'tuiIconCartOutline',
|
364
364
|
},
|
365
365
|
{
|
366
|
-
to:
|
367
|
-
from:
|
366
|
+
to: 'tuiIconTdsPercentCircleSmallPragmatic',
|
367
|
+
from: 'tuiIconCashback',
|
368
368
|
},
|
369
369
|
{
|
370
|
-
to:
|
371
|
-
from:
|
370
|
+
to: 'tuiIconTdsPercentCircleMediumPragmatic',
|
371
|
+
from: 'tuiIconCashbackLarge',
|
372
372
|
},
|
373
373
|
{
|
374
|
-
to:
|
375
|
-
from:
|
374
|
+
to: 'tuiIconTdsPercentCircleSmallPragmatic',
|
375
|
+
from: 'tuiIconCashbackOutline',
|
376
376
|
},
|
377
377
|
{
|
378
|
-
to:
|
379
|
-
from:
|
378
|
+
to: 'tuiIconTdsPercentCircleMediumPragmatic',
|
379
|
+
from: 'tuiIconCashbackOutlineLarge',
|
380
380
|
},
|
381
381
|
{
|
382
|
-
to:
|
383
|
-
from:
|
382
|
+
to: 'tuiIconTdsChartCandleSmallPragmatic',
|
383
|
+
from: 'tuiIconChartCandle',
|
384
384
|
},
|
385
385
|
{
|
386
|
-
to:
|
387
|
-
from:
|
386
|
+
to: 'tuiIconTdsChartCandleMediumPragmatic',
|
387
|
+
from: 'tuiIconChartCandleLarge',
|
388
388
|
},
|
389
389
|
{
|
390
|
-
to:
|
391
|
-
from:
|
390
|
+
to: 'tuiIconTdsChartLineSmallPragmatic',
|
391
|
+
from: 'tuiIconChartLine',
|
392
392
|
},
|
393
393
|
{
|
394
|
-
to:
|
395
|
-
from:
|
394
|
+
to: 'tuiIconTdsChartLineMediumPragmatic',
|
395
|
+
from: 'tuiIconChartLineLarge',
|
396
396
|
},
|
397
397
|
{
|
398
|
-
to:
|
399
|
-
from:
|
398
|
+
to: 'tuiIconTdsChartPieSmallPragmatic',
|
399
|
+
from: 'tuiIconChartPie',
|
400
400
|
},
|
401
401
|
{
|
402
|
-
to:
|
403
|
-
from:
|
402
|
+
to: 'tuiIconTdsChatsSmallPragmatic',
|
403
|
+
from: 'tuiIconChat',
|
404
404
|
},
|
405
405
|
{
|
406
|
-
to:
|
407
|
-
from:
|
406
|
+
to: 'tuiIconTdsChatsMediumPragmatic',
|
407
|
+
from: 'tuiIconChatLarge',
|
408
408
|
},
|
409
409
|
{
|
410
|
-
to:
|
411
|
-
from:
|
410
|
+
to: 'tuiIconTdsChatsMediumPragmatic',
|
411
|
+
from: 'tuiIconChatLargeOutline',
|
412
412
|
},
|
413
413
|
{
|
414
|
-
to:
|
415
|
-
from:
|
414
|
+
to: 'tuiIconTdsChatsSmallPragmatic',
|
415
|
+
from: 'tuiIconChatOutline',
|
416
416
|
},
|
417
417
|
{
|
418
|
-
to:
|
419
|
-
from:
|
418
|
+
to: 'tuiIconTdsCheckSmallPragmatic',
|
419
|
+
from: 'tuiIconCheck',
|
420
420
|
},
|
421
421
|
{
|
422
|
-
to:
|
423
|
-
from:
|
422
|
+
to: 'tuiIconTdsCheckCircleSmallPragmatic',
|
423
|
+
from: 'tuiIconDone',
|
424
424
|
},
|
425
425
|
{
|
426
|
-
to:
|
427
|
-
from:
|
426
|
+
to: 'tuiIconTdsCheckCircleSmallPragmatic',
|
427
|
+
from: 'tuiIconCheckCircle',
|
428
428
|
},
|
429
429
|
{
|
430
|
-
to:
|
431
|
-
from:
|
430
|
+
to: 'tuiIconTdsCheckCircleMedium',
|
431
|
+
from: 'tuiIconCheckCircleLarge',
|
432
432
|
},
|
433
433
|
{
|
434
|
-
to:
|
435
|
-
from:
|
434
|
+
to: 'tuiIconTdsCheckCircleMediumPragmatic',
|
435
|
+
from: 'tuiIconCheckCircleLargeOutline',
|
436
436
|
},
|
437
437
|
{
|
438
|
-
to:
|
439
|
-
from:
|
438
|
+
to: 'tuiIconTdsCheckCircleSmallPragmatic',
|
439
|
+
from: 'tuiIconCheckCircleOutline',
|
440
440
|
},
|
441
441
|
{
|
442
|
-
to:
|
443
|
-
from:
|
442
|
+
to: 'tuiIconTdsCheckMediumPragmatic',
|
443
|
+
from: 'tuiIconCheckLarge',
|
444
444
|
},
|
445
445
|
{
|
446
|
-
to:
|
447
|
-
from:
|
446
|
+
to: 'tuiIconTdsChevronDownSmallPragmatic',
|
447
|
+
from: 'tuiIconChevronDown',
|
448
448
|
},
|
449
449
|
{
|
450
|
-
to:
|
451
|
-
from:
|
450
|
+
to: 'tuiIconTdsArrowDownCircleMediumPragmatic',
|
451
|
+
from: 'tuiIconChevronDownCircleLarge',
|
452
452
|
},
|
453
453
|
{
|
454
|
-
to:
|
455
|
-
from:
|
454
|
+
to: 'tuiIconTdsChevronDownMediumPragmatic',
|
455
|
+
from: 'tuiIconChevronDownLarge',
|
456
456
|
},
|
457
457
|
{
|
458
|
-
to:
|
459
|
-
from:
|
458
|
+
to: 'tuiIconTdsChevronLeftSmallPragmatic',
|
459
|
+
from: 'tuiIconChevronLeft',
|
460
460
|
},
|
461
461
|
{
|
462
|
-
to:
|
463
|
-
from:
|
462
|
+
to: 'tuiIconTdsArrowLeftCircleMediumPragmatic',
|
463
|
+
from: 'tuiIconChevronLeftCircleLarge',
|
464
464
|
},
|
465
465
|
{
|
466
|
-
to:
|
467
|
-
from:
|
466
|
+
to: 'tuiIconTdsChevronLeftMediumPragmatic',
|
467
|
+
from: 'tuiIconChevronLeftLarge',
|
468
468
|
},
|
469
469
|
{
|
470
|
-
to:
|
471
|
-
from:
|
470
|
+
to: 'tuiIconTdsChevronRightSmallPragmatic',
|
471
|
+
from: 'tuiIconChevronRight',
|
472
472
|
},
|
473
473
|
{
|
474
|
-
to:
|
475
|
-
from:
|
474
|
+
to: 'tuiIconTdsArrowRightCircleMediumPragmatic',
|
475
|
+
from: 'tuiIconChevronRightCircleLarge',
|
476
476
|
},
|
477
477
|
{
|
478
|
-
to:
|
479
|
-
from:
|
478
|
+
to: 'tuiIconTdsChevronRightMediumPragmatic',
|
479
|
+
from: 'tuiIconChevronRightLarge',
|
480
480
|
},
|
481
481
|
{
|
482
|
-
to:
|
483
|
-
from:
|
482
|
+
to: 'tuiIconTdsChevronUpSmallPragmatic',
|
483
|
+
from: 'tuiIconChevronUp',
|
484
484
|
},
|
485
485
|
{
|
486
|
-
to:
|
487
|
-
from:
|
486
|
+
to: 'tuiIconTdsArrowUpCircleMediumPragmatic',
|
487
|
+
from: 'tuiIconChevronUpCircleLarge',
|
488
488
|
},
|
489
489
|
{
|
490
|
-
to:
|
491
|
-
from:
|
490
|
+
to: 'tuiIconTdsChevronUpMediumPragmatic',
|
491
|
+
from: 'tuiIconChevronUpLarge',
|
492
492
|
},
|
493
493
|
{
|
494
|
-
to:
|
495
|
-
from:
|
494
|
+
to: 'tuiIconTdsChevronDoubleDownMediumPragmatic',
|
495
|
+
from: 'tuiIconChevronsDownLarge',
|
496
496
|
},
|
497
497
|
{
|
498
|
-
to:
|
499
|
-
from:
|
498
|
+
to: 'tuiIconTdsChevronDoubleLeftMediumPragmatic',
|
499
|
+
from: 'tuiIconChevronsLeftLarge',
|
500
500
|
},
|
501
501
|
{
|
502
|
-
to:
|
503
|
-
from:
|
502
|
+
to: 'tuiIconTdsChevronRightMediumPragmatic',
|
503
|
+
from: 'tuiIconChevronsRightLarge',
|
504
504
|
},
|
505
505
|
{
|
506
|
-
to:
|
507
|
-
from:
|
506
|
+
to: 'tuiIconTdsChevronDoubleUpSmallPragmatic',
|
507
|
+
from: 'tuiIconChevronsUp',
|
508
508
|
},
|
509
509
|
{
|
510
|
-
to:
|
511
|
-
from:
|
510
|
+
to: 'tuiIconTdsWysiwygFontStyleClearMediumPragmatic',
|
511
|
+
from: 'tuiIconClearFormatLarge',
|
512
512
|
},
|
513
513
|
{
|
514
|
-
to:
|
515
|
-
from:
|
514
|
+
to: 'tuiIconTdsClockCircleSmallPragmatic',
|
515
|
+
from: 'tuiIconTime',
|
516
516
|
},
|
517
517
|
{
|
518
|
-
to:
|
519
|
-
from:
|
518
|
+
to: 'tuiIconTdsClockCircleSmallPragmatic',
|
519
|
+
from: 'tuiIconClock',
|
520
520
|
},
|
521
521
|
{
|
522
|
-
to:
|
523
|
-
from:
|
522
|
+
to: 'tuiIconTdsClockMediumPragmatic',
|
523
|
+
from: 'tuiIconClockLarge',
|
524
524
|
},
|
525
525
|
{
|
526
|
-
to:
|
527
|
-
from:
|
526
|
+
to: 'tuiIconTdsClockMediumPragmatic',
|
527
|
+
from: 'tuiIconClockLargeOutline',
|
528
528
|
},
|
529
529
|
{
|
530
|
-
to:
|
531
|
-
from:
|
530
|
+
to: 'tuiIconTdsClockCircleSmallPragmatic',
|
531
|
+
from: 'tuiIconClockOutline',
|
532
532
|
},
|
533
533
|
{
|
534
|
-
to:
|
535
|
-
from:
|
534
|
+
to: 'tuiIconTdsCrossSmallPragmatic',
|
535
|
+
from: 'tuiIconClose',
|
536
536
|
},
|
537
537
|
{
|
538
|
-
to:
|
539
|
-
from:
|
538
|
+
to: 'tuiIconTdsCrossCircleSmallPragmatic',
|
539
|
+
from: 'tuiIconCloseCircle',
|
540
540
|
},
|
541
541
|
{
|
542
|
-
to:
|
543
|
-
from:
|
542
|
+
to: 'tuiIconTdsCrossCircleMediumPragmatic',
|
543
|
+
from: 'tuiIconCloseCircleLarge',
|
544
544
|
},
|
545
545
|
{
|
546
|
-
to:
|
547
|
-
from:
|
546
|
+
to: 'tuiIconTdsCrossCircleMediumPragmatic',
|
547
|
+
from: 'tuiIconCloseCircleLargeOutline',
|
548
548
|
},
|
549
549
|
{
|
550
|
-
to:
|
551
|
-
from:
|
550
|
+
to: 'tuiIconTdsCrossCircleSmallPragmatic',
|
551
|
+
from: 'tuiIconCloseCircleOutline',
|
552
552
|
},
|
553
553
|
{
|
554
|
-
to:
|
555
|
-
from:
|
554
|
+
to: 'tuiIconTdsCrossMediumPragmatic',
|
555
|
+
from: 'tuiIconCloseLarge',
|
556
556
|
},
|
557
557
|
{
|
558
|
-
to:
|
559
|
-
from:
|
558
|
+
to: 'tuiIconTdsCloudSmallPragmatic',
|
559
|
+
from: 'tuiIconCloud',
|
560
560
|
},
|
561
561
|
{
|
562
|
-
to:
|
563
|
-
from:
|
562
|
+
to: 'tuiIconTdsCloudArrowOutSmallPragmatic',
|
563
|
+
from: 'tuiIconCloudDownload',
|
564
564
|
},
|
565
565
|
{
|
566
|
-
to:
|
567
|
-
from:
|
566
|
+
to: 'tuiIconTdsCloudArrowOutMediumPragmatic',
|
567
|
+
from: 'tuiIconCloudDownloadLarge',
|
568
568
|
},
|
569
569
|
{
|
570
|
-
to:
|
571
|
-
from:
|
570
|
+
to: 'tuiIconTdsCloudArrowOutMediumPragmatic',
|
571
|
+
from: 'tuiIconCloudDownloadLargeOutline',
|
572
572
|
},
|
573
573
|
{
|
574
|
-
to:
|
575
|
-
from:
|
574
|
+
to: 'tuiIconTdsCloudArrowOutSmallPragmatic',
|
575
|
+
from: 'tuiIconCloudDownloadOutline',
|
576
576
|
},
|
577
577
|
{
|
578
|
-
to:
|
579
|
-
from:
|
578
|
+
to: 'tuiIconTdsCloudSmallPragmatic',
|
579
|
+
from: 'tuiIconCloudFilled',
|
580
580
|
},
|
581
581
|
{
|
582
|
-
to:
|
583
|
-
from:
|
582
|
+
to: 'tuiIconTdsCloudMediumPragmatic',
|
583
|
+
from: 'tuiIconCloudLarge',
|
584
584
|
},
|
585
585
|
{
|
586
|
-
to:
|
587
|
-
from:
|
586
|
+
to: 'tuiIconTdsCloudMediumPragmatic',
|
587
|
+
from: 'tuiIconCloudLargeOutline',
|
588
588
|
},
|
589
589
|
{
|
590
|
-
to:
|
591
|
-
from:
|
590
|
+
to: 'tuiIconTdsCloudSmallPragmatic',
|
591
|
+
from: 'tuiIconCloudOutline',
|
592
592
|
},
|
593
593
|
{
|
594
|
-
to:
|
595
|
-
from:
|
594
|
+
to: 'tuiIconTdsCloudArrowInSmallPragmatic',
|
595
|
+
from: 'tuiIconCloudUpload',
|
596
596
|
},
|
597
597
|
{
|
598
|
-
to:
|
599
|
-
from:
|
598
|
+
to: 'tuiIconTdsCloudArrowInMediumPragmatic',
|
599
|
+
from: 'tuiIconCloudUploadLarge',
|
600
600
|
},
|
601
601
|
{
|
602
|
-
to:
|
603
|
-
from:
|
602
|
+
to: 'tuiIconTdsCloudArrowInMediumPragmatic',
|
603
|
+
from: 'tuiIconCloudUploadLargeOutline',
|
604
604
|
},
|
605
605
|
{
|
606
|
-
to:
|
607
|
-
from:
|
606
|
+
to: 'tuiIconTdsCloudArrowInSmallPragmatic',
|
607
|
+
from: 'tuiIconCloudUploadOutline',
|
608
608
|
},
|
609
609
|
{
|
610
|
-
to:
|
611
|
-
from:
|
610
|
+
to: 'tuiIconTdsWysiwygCodeMediumPragmatic',
|
611
|
+
from: 'tuiIconCodeLarge',
|
612
612
|
},
|
613
613
|
{
|
614
|
-
to:
|
615
|
-
from:
|
614
|
+
to: 'tuiIconTdsWysiwygFontColorMediumPragmatic',
|
615
|
+
from: 'tuiIconColorLarge',
|
616
616
|
},
|
617
617
|
{
|
618
|
-
to:
|
619
|
-
from:
|
618
|
+
to: 'tuiIconTdsCopySmallPragmatic',
|
619
|
+
from: 'tuiIconCopy',
|
620
620
|
},
|
621
621
|
{
|
622
|
-
to:
|
623
|
-
from:
|
622
|
+
to: 'tuiIconTdsCopyMediumPragmatic',
|
623
|
+
from: 'tuiIconCopyLarge',
|
624
624
|
},
|
625
625
|
{
|
626
|
-
to:
|
627
|
-
from:
|
626
|
+
to: 'tuiIconTdsScissorsMediumPragmatic',
|
627
|
+
from: 'tuiIconCutLarge',
|
628
628
|
},
|
629
629
|
{
|
630
|
-
to:
|
631
|
-
from:
|
630
|
+
to: 'tuiIconTdsTrashSmallPragmatic',
|
631
|
+
from: 'tuiIconDelete',
|
632
632
|
},
|
633
633
|
{
|
634
|
-
to:
|
635
|
-
from:
|
634
|
+
to: 'tuiIconTdsBackspaceMediumPragmatic',
|
635
|
+
from: 'tuiIconDeleteLarge',
|
636
636
|
},
|
637
637
|
{
|
638
|
-
to:
|
639
|
-
from:
|
638
|
+
to: 'tuiIconTdsBackspaceMediumPragmatic',
|
639
|
+
from: 'tuiIconDeleteLargeOutline',
|
640
640
|
},
|
641
641
|
{
|
642
|
-
to:
|
643
|
-
from:
|
642
|
+
to: 'tuiIconTdsBackspaceSmallPragmatic',
|
643
|
+
from: 'tuiIconDeleteOutline',
|
644
644
|
},
|
645
645
|
{
|
646
|
-
to:
|
647
|
-
from:
|
646
|
+
to: 'tuiIconTdsArrowInDownSmallPragmatic',
|
647
|
+
from: 'tuiIconDownload',
|
648
648
|
},
|
649
649
|
{
|
650
|
-
to:
|
651
|
-
from:
|
650
|
+
to: 'tuiIconTdsArrowInDownMediumPragmatic',
|
651
|
+
from: 'tuiIconDownloadLarge',
|
652
652
|
},
|
653
653
|
{
|
654
|
-
to:
|
655
|
-
from:
|
654
|
+
to: 'tuiIconTdsPencilSmallPragmatic',
|
655
|
+
from: 'tuiIconDraft',
|
656
656
|
},
|
657
657
|
{
|
658
|
-
to:
|
659
|
-
from:
|
658
|
+
to: 'tuiIconTdsPencilMediumPragmatic',
|
659
|
+
from: 'tuiIconDraftFilledLarge',
|
660
660
|
},
|
661
661
|
{
|
662
|
-
to:
|
663
|
-
from:
|
662
|
+
to: 'tuiIconTdsPencilMediumPragmatic',
|
663
|
+
from: 'tuiIconDraftLarge',
|
664
664
|
},
|
665
665
|
{
|
666
|
-
to:
|
667
|
-
from:
|
666
|
+
to: 'tuiIconTdsPencilSmallPragmatic',
|
667
|
+
from: 'tuiIconDraftOutline',
|
668
668
|
},
|
669
669
|
{
|
670
|
-
to:
|
671
|
-
from:
|
670
|
+
to: 'tuiIconTdsDragSmallPragmatic',
|
671
|
+
from: 'tuiIconDrag',
|
672
672
|
},
|
673
673
|
{
|
674
|
-
to:
|
675
|
-
from:
|
674
|
+
to: 'tuiIconTdsDragMediumPragmatic',
|
675
|
+
from: 'tuiIconDragLarge',
|
676
676
|
},
|
677
677
|
{
|
678
|
-
to:
|
679
|
-
from:
|
678
|
+
to: 'tuiIconTdsEditSmallPragmatic',
|
679
|
+
from: 'tuiIconEdit',
|
680
680
|
},
|
681
681
|
{
|
682
|
-
to:
|
683
|
-
from:
|
682
|
+
to: 'tuiIconTdsEditSmallPragmatic',
|
683
|
+
from: 'tuiIconEdit2',
|
684
684
|
},
|
685
685
|
{
|
686
|
-
to:
|
687
|
-
from:
|
686
|
+
to: 'tuiIconTdsPencilMediumPragmatic',
|
687
|
+
from: 'tuiIconEdit2Large',
|
688
688
|
},
|
689
689
|
{
|
690
|
-
to:
|
691
|
-
from:
|
690
|
+
to: 'tuiIconTdsEditMediumPragmatic',
|
691
|
+
from: 'tuiIconEditFilledLarge',
|
692
692
|
},
|
693
693
|
{
|
694
|
-
to:
|
695
|
-
from:
|
694
|
+
to: 'tuiIconTdsEditMediumPragmatic',
|
695
|
+
from: 'tuiIconEditLarge',
|
696
696
|
},
|
697
697
|
{
|
698
|
-
to:
|
699
|
-
from:
|
698
|
+
to: 'tuiIconTdsEditMediumPragmatic',
|
699
|
+
from: 'tuiIconEditLargeOutline',
|
700
700
|
},
|
701
701
|
{
|
702
|
-
to:
|
703
|
-
from:
|
702
|
+
to: 'tuiIconTdsEditSmallPragmatic',
|
703
|
+
from: 'tuiIconEditOutline',
|
704
704
|
},
|
705
705
|
{
|
706
|
-
to:
|
707
|
-
from:
|
706
|
+
to: 'tuiIconTdsMathEqualSmallPragmatic',
|
707
|
+
from: 'tuiIconEqual',
|
708
708
|
},
|
709
709
|
{
|
710
|
-
to:
|
711
|
-
from:
|
710
|
+
to: 'tuiIconTdsMathEqualMediumPragmatic',
|
711
|
+
from: 'tuiIconEqualLarge',
|
712
712
|
},
|
713
713
|
{
|
714
|
-
to:
|
715
|
-
from:
|
714
|
+
to: 'tuiIconTdsWysiwygListBulletedMediumPragmatic',
|
715
|
+
from: 'tuiIconEventsLarge',
|
716
716
|
},
|
717
717
|
{
|
718
|
-
to:
|
719
|
-
from:
|
718
|
+
to: 'tuiIconTdsWysiwygListBulletedMediumPragmatic',
|
719
|
+
from: 'tuiIconEventsLargeOutline',
|
720
720
|
},
|
721
721
|
{
|
722
|
-
to:
|
723
|
-
from:
|
722
|
+
to: 'tuiIconTdsArrowOutTopRightSmallPragmatic',
|
723
|
+
from: 'tuiIconExternal',
|
724
724
|
},
|
725
725
|
{
|
726
|
-
to:
|
727
|
-
from:
|
726
|
+
to: 'tuiIconTdsArrowOutTopRightSmallPragmatic',
|
727
|
+
from: 'tuiIconExternalLink',
|
728
728
|
},
|
729
729
|
{
|
730
|
-
to:
|
731
|
-
from:
|
730
|
+
to: 'tuiIconTdsArrowOutTopRightMediumPragmatic',
|
731
|
+
from: 'tuiIconExternalLinkLarge',
|
732
732
|
},
|
733
733
|
{
|
734
|
-
to:
|
735
|
-
from:
|
734
|
+
to: 'tuiIconTdsEyeSmallPragmatic',
|
735
|
+
from: 'tuiIconEyeOpen',
|
736
736
|
},
|
737
737
|
{
|
738
|
-
to:
|
739
|
-
from:
|
738
|
+
to: 'tuiIconTdsEyeSmallPragmatic',
|
739
|
+
from: 'tuiIconShow',
|
740
740
|
},
|
741
741
|
{
|
742
|
-
to:
|
743
|
-
from:
|
742
|
+
to: 'tuiIconTdsEyeMediumPragmatic',
|
743
|
+
from: 'tuiIconShowLarge',
|
744
744
|
},
|
745
745
|
{
|
746
|
-
to:
|
747
|
-
from:
|
746
|
+
to: 'tuiIconTdsEyeSmallPragmatic',
|
747
|
+
from: 'tuiIconEye',
|
748
748
|
},
|
749
749
|
{
|
750
|
-
to:
|
751
|
-
from:
|
750
|
+
to: 'tuiIconTdsEyeMediumPragmatic',
|
751
|
+
from: 'tuiIconEyeLarge',
|
752
752
|
},
|
753
753
|
{
|
754
|
-
to:
|
755
|
-
from:
|
754
|
+
to: 'tuiIconTdsEyeOffSmallPragmatic',
|
755
|
+
from: 'tuiIconEyeClosed',
|
756
756
|
},
|
757
757
|
{
|
758
|
-
to:
|
759
|
-
from:
|
758
|
+
to: 'tuiIconTdsEyeOffSmallPragmatic',
|
759
|
+
from: 'tuiIconHide',
|
760
760
|
},
|
761
761
|
{
|
762
|
-
to:
|
763
|
-
from:
|
762
|
+
to: 'tuiIconTdsEyeOffMediumPragmatic',
|
763
|
+
from: 'tuiIconHideLarge',
|
764
764
|
},
|
765
765
|
{
|
766
|
-
to:
|
767
|
-
from:
|
766
|
+
to: 'tuiIconTdsEyeOffSmallPragmatic',
|
767
|
+
from: 'tuiIconEyeOff',
|
768
768
|
},
|
769
769
|
{
|
770
|
-
to:
|
771
|
-
from:
|
770
|
+
to: 'tuiIconTdsEyeOffMediumPragmatic',
|
771
|
+
from: 'tuiIconEyeOffLarge',
|
772
772
|
},
|
773
773
|
{
|
774
|
-
to:
|
775
|
-
from:
|
774
|
+
to: 'tuiIconTdsDenyMediumPragmatic',
|
775
|
+
from: 'tuiIconFailLarge',
|
776
776
|
},
|
777
777
|
{
|
778
|
-
to:
|
779
|
-
from:
|
778
|
+
to: 'tuiIconTdsStarMediumPragmatic',
|
779
|
+
from: 'tuiIconFavoriteLarge',
|
780
780
|
},
|
781
781
|
{
|
782
|
-
to:
|
783
|
-
from:
|
782
|
+
to: 'tuiIconTdsDocSmallPragmatic',
|
783
|
+
from: 'tuiIconDefaultDoc',
|
784
784
|
},
|
785
785
|
{
|
786
|
-
to:
|
787
|
-
from:
|
786
|
+
to: 'tuiIconTdsDocSmallPragmatic',
|
787
|
+
from: 'tuiIconFile',
|
788
788
|
},
|
789
789
|
{
|
790
|
-
to:
|
791
|
-
from:
|
790
|
+
to: 'tuiIconTdsDocMediumPragmatic',
|
791
|
+
from: 'tuiIconFileLarge',
|
792
792
|
},
|
793
793
|
{
|
794
|
-
to:
|
795
|
-
from:
|
794
|
+
to: 'tuiIconTdsDocMediumPragmatic',
|
795
|
+
from: 'tuiIconFileLargeOutline',
|
796
796
|
},
|
797
797
|
{
|
798
|
-
to:
|
799
|
-
from:
|
798
|
+
to: 'tuiIconTdsDocSmallPragmatic',
|
799
|
+
from: 'tuiIconFileOutline',
|
800
800
|
},
|
801
801
|
{
|
802
|
-
to:
|
803
|
-
from:
|
802
|
+
to: 'tuiIconTdsFilterSmallPragmatic',
|
803
|
+
from: 'tuiIconFilter',
|
804
804
|
},
|
805
805
|
{
|
806
|
-
to:
|
807
|
-
from:
|
806
|
+
to: 'tuiIconTdsFilterCrossSmallPragmatic',
|
807
|
+
from: 'tuiIconFilterClear',
|
808
808
|
},
|
809
809
|
{
|
810
|
-
to:
|
811
|
-
from:
|
810
|
+
to: 'tuiIconTdsFilterCrossMediumPragmatic',
|
811
|
+
from: 'tuiIconFilterClearLarge',
|
812
812
|
},
|
813
813
|
{
|
814
|
-
to:
|
815
|
-
from:
|
814
|
+
to: 'tuiIconTdsFilterCrossMediumPragmatic',
|
815
|
+
from: 'tuiIconFilterClearLargeOutline',
|
816
816
|
},
|
817
817
|
{
|
818
|
-
to:
|
819
|
-
from:
|
818
|
+
to: 'tuiIconTdsFilterCrossSmallPragmatic',
|
819
|
+
from: 'tuiIconFilterClearOutline',
|
820
820
|
},
|
821
821
|
{
|
822
|
-
to:
|
823
|
-
from:
|
822
|
+
to: 'tuiIconTdsFilterMediumPragmatic',
|
823
|
+
from: 'tuiIconFilterLarge',
|
824
824
|
},
|
825
825
|
{
|
826
|
-
to:
|
827
|
-
from:
|
826
|
+
to: 'tuiIconTdsFilterMediumPragmatic',
|
827
|
+
from: 'tuiIconFilterLargeOutline',
|
828
828
|
},
|
829
829
|
{
|
830
|
-
to:
|
831
|
-
from:
|
830
|
+
to: 'tuiIconTdsFilterSmallPragmatic',
|
831
|
+
from: 'tuiIconFilterOutline',
|
832
832
|
},
|
833
833
|
{
|
834
|
-
to:
|
835
|
-
from:
|
834
|
+
to: 'tuiIconTdsFilterPlusSmallPragmatic',
|
835
|
+
from: 'tuiIconFilterSave',
|
836
836
|
},
|
837
837
|
{
|
838
|
-
to:
|
839
|
-
from:
|
838
|
+
to: 'tuiIconTdsFilterPlusMediumPragmatic',
|
839
|
+
from: 'tuiIconFilterSaveLarge',
|
840
840
|
},
|
841
841
|
{
|
842
|
-
to:
|
843
|
-
from:
|
842
|
+
to: 'tuiIconTdsFilterPlusMediumPragmatic',
|
843
|
+
from: 'tuiIconFilterSaveLargeOutline',
|
844
844
|
},
|
845
845
|
{
|
846
|
-
to:
|
847
|
-
from:
|
846
|
+
to: 'tuiIconTdsFilterPlusSmallPragmatic',
|
847
|
+
from: 'tuiIconFilterSaveOutline',
|
848
848
|
},
|
849
849
|
{
|
850
|
-
to:
|
851
|
-
from:
|
850
|
+
to: 'tuiIconTdsFlagSmallPragmatic',
|
851
|
+
from: 'tuiIconFlag',
|
852
852
|
},
|
853
853
|
{
|
854
|
-
to:
|
855
|
-
from:
|
854
|
+
to: 'tuiIconTdsFlagMediumPragmatic',
|
855
|
+
from: 'tuiIconFlagLarge',
|
856
856
|
},
|
857
857
|
{
|
858
|
-
to:
|
859
|
-
from:
|
858
|
+
to: 'tuiIconTdsFlagMediumPragmatic',
|
859
|
+
from: 'tuiIconFlagLargeOutline',
|
860
860
|
},
|
861
861
|
{
|
862
|
-
to:
|
863
|
-
from:
|
862
|
+
to: 'tuiIconTdsFlagSmallPragmatic',
|
863
|
+
from: 'tuiIconFlagOutline',
|
864
864
|
},
|
865
865
|
{
|
866
|
-
to:
|
867
|
-
from:
|
866
|
+
to: 'tuiIconTdsFlashOnSmallPragmatic',
|
867
|
+
from: 'tuiIconFlash',
|
868
868
|
},
|
869
869
|
{
|
870
|
-
to:
|
871
|
-
from:
|
870
|
+
to: 'tuiIconTdsFlashMediumPragmatic',
|
871
|
+
from: 'tuiIconFlashLarge',
|
872
872
|
},
|
873
873
|
{
|
874
|
-
to:
|
875
|
-
from:
|
874
|
+
to: 'tuiIconTdsFlashMediumPragmatic',
|
875
|
+
from: 'tuiIconFlashLargeOutline',
|
876
876
|
},
|
877
877
|
{
|
878
|
-
to:
|
879
|
-
from:
|
878
|
+
to: 'tuiIconTdsFlashOffSmallPragmatic',
|
879
|
+
from: 'tuiIconFlashOff',
|
880
880
|
},
|
881
881
|
{
|
882
|
-
to:
|
883
|
-
from:
|
882
|
+
to: 'tuiIconTdsFlashOffMediumPragmatic',
|
883
|
+
from: 'tuiIconFlashOffLarge',
|
884
884
|
},
|
885
885
|
{
|
886
|
-
to:
|
887
|
-
from:
|
886
|
+
to: 'tuiIconTdsFlashOffMediumPragmatic',
|
887
|
+
from: 'tuiIconFlashOffLargeOutline',
|
888
888
|
},
|
889
889
|
{
|
890
|
-
to:
|
891
|
-
from:
|
890
|
+
to: 'tuiIconTdsFlashOffSmallPragmatic',
|
891
|
+
from: 'tuiIconFlashOffOutline',
|
892
892
|
},
|
893
893
|
{
|
894
|
-
to:
|
895
|
-
from:
|
894
|
+
to: 'tuiIconTdsFlashOnSmallPragmatic',
|
895
|
+
from: 'tuiIconFlashOutline',
|
896
896
|
},
|
897
897
|
{
|
898
|
-
to:
|
899
|
-
from:
|
898
|
+
to: 'tuiIconTdsFolderSmallPragmatic',
|
899
|
+
from: 'tuiIconFolder',
|
900
900
|
},
|
901
901
|
{
|
902
|
-
to:
|
903
|
-
from:
|
902
|
+
to: 'tuiIconTdsFolderMediumPragmatic',
|
903
|
+
from: 'tuiIconFolderLarge',
|
904
904
|
},
|
905
905
|
{
|
906
|
-
to:
|
907
|
-
from:
|
906
|
+
to: 'tuiIconTdsFolderMediumPragmatic',
|
907
|
+
from: 'tuiIconFolderLargeOutline',
|
908
908
|
},
|
909
909
|
{
|
910
|
-
to:
|
911
|
-
from:
|
910
|
+
to: 'tuiIconTdsFolderSmallPragmatic',
|
911
|
+
from: 'tuiIconFolderOutline',
|
912
912
|
},
|
913
913
|
{
|
914
|
-
to:
|
915
|
-
from:
|
914
|
+
to: 'tuiIconTdsWysiwygFontMediumPragmatic',
|
915
|
+
from: 'tuiIconFontLarge',
|
916
916
|
},
|
917
917
|
{
|
918
|
-
to:
|
919
|
-
from:
|
918
|
+
to: 'tuiIconTdsDenySmallPragmatic',
|
919
|
+
from: 'tuiIconForbidden',
|
920
920
|
},
|
921
921
|
{
|
922
|
-
to:
|
923
|
-
from:
|
922
|
+
to: 'tuiIconTdsWysiwygFontStylesMediumPragmatic',
|
923
|
+
from: 'tuiIconFormatLarge',
|
924
924
|
},
|
925
925
|
{
|
926
|
-
to:
|
927
|
-
from:
|
926
|
+
to: 'tuiIconTdsSnowflakeMediumPragmatic',
|
927
|
+
from: 'tuiIconFreezeLarge',
|
928
928
|
},
|
929
929
|
{
|
930
|
-
to:
|
931
|
-
from:
|
930
|
+
to: 'tuiIconTdsPhoneHangoffSmallPragmatic',
|
931
|
+
from: 'tuiIconHangup',
|
932
932
|
},
|
933
933
|
{
|
934
|
-
to:
|
935
|
-
from:
|
934
|
+
to: 'tuiIconTdsPhoneHangoffMediumPragmatic',
|
935
|
+
from: 'tuiIconHangupLarge',
|
936
936
|
},
|
937
937
|
{
|
938
|
-
to:
|
939
|
-
from:
|
938
|
+
to: 'tuiIconTdsHeadsetSmallPragmatic',
|
939
|
+
from: 'tuiIconHeadset',
|
940
940
|
},
|
941
941
|
{
|
942
|
-
to:
|
943
|
-
from:
|
942
|
+
to: 'tuiIconTdsHeadsetMediumPragmatic',
|
943
|
+
from: 'tuiIconHeadsetLarge',
|
944
944
|
},
|
945
945
|
{
|
946
|
-
to:
|
947
|
-
from:
|
946
|
+
to: 'tuiIconTdsHeartFilledSmall',
|
947
|
+
from: 'tuiIconHeartFilled',
|
948
948
|
},
|
949
949
|
{
|
950
|
-
to:
|
951
|
-
from:
|
950
|
+
to: 'tuiIconTdsHeartFilledSmall',
|
951
|
+
from: 'tuiIconHeart',
|
952
952
|
},
|
953
953
|
{
|
954
|
-
to:
|
955
|
-
from:
|
954
|
+
to: 'tuiIconTdsHeartFilledOpaqueMedium',
|
955
|
+
from: 'tuiIconHeartLarge',
|
956
956
|
},
|
957
957
|
{
|
958
|
-
to:
|
959
|
-
from:
|
958
|
+
to: 'tuiIconTdsHeartMediumPragmatic',
|
959
|
+
from: 'tuiIconHeartLargeOutline',
|
960
960
|
},
|
961
961
|
{
|
962
|
-
to:
|
963
|
-
from:
|
962
|
+
to: 'tuiIconTdsHeartSmallPragmatic',
|
963
|
+
from: 'tuiIconHeartOutline',
|
964
964
|
},
|
965
965
|
{
|
966
|
-
to:
|
967
|
-
from:
|
966
|
+
to: 'tuiIconTdsQuestionCircleSmall',
|
967
|
+
from: 'tuiIconHelp',
|
968
968
|
},
|
969
969
|
{
|
970
|
-
to:
|
971
|
-
from:
|
970
|
+
to: 'tuiIconTdsQuestionCircleSmall',
|
971
|
+
from: 'tuiIconTooltip',
|
972
972
|
},
|
973
973
|
{
|
974
|
-
to:
|
975
|
-
from:
|
974
|
+
to: 'tuiIconTdsQuestionCircleSmall',
|
975
|
+
from: 'tuiIconHelpCircle',
|
976
976
|
},
|
977
977
|
{
|
978
|
-
to:
|
979
|
-
from:
|
978
|
+
to: 'tuiIconTdsQuestionCircleMediumPragmatic',
|
979
|
+
from: 'tuiIconHelpCircleLarge',
|
980
980
|
},
|
981
981
|
{
|
982
|
-
to:
|
983
|
-
from:
|
982
|
+
to: 'tuiIconTdsQuestionCircleMediumPragmatic',
|
983
|
+
from: 'tuiIconHelpCircleLargeOutline',
|
984
984
|
},
|
985
985
|
{
|
986
|
-
to:
|
987
|
-
from:
|
986
|
+
to: 'tuiIconTdsQuestionCircleSmallPragmatic',
|
987
|
+
from: 'tuiIconHelpCircleOutline',
|
988
988
|
},
|
989
989
|
{
|
990
|
-
to:
|
991
|
-
from:
|
990
|
+
to: 'tuiIconTdsQuestionCircleSmallPragmatic',
|
991
|
+
from: 'tuiIconHelpOutline',
|
992
992
|
},
|
993
993
|
{
|
994
|
-
to:
|
995
|
-
from:
|
994
|
+
to: 'tuiIconTdsArrowClockSmallPragmatic',
|
995
|
+
from: 'tuiIconHistory',
|
996
996
|
},
|
997
997
|
{
|
998
|
-
to:
|
999
|
-
from:
|
998
|
+
to: 'tuiIconTdsArrowClockMediumPragmatic',
|
999
|
+
from: 'tuiIconHistoryLarge',
|
1000
1000
|
},
|
1001
1001
|
{
|
1002
|
-
to:
|
1003
|
-
from:
|
1002
|
+
to: 'tuiIconTdsHomeSmallPragmatic',
|
1003
|
+
from: 'tuiIconHome',
|
1004
1004
|
},
|
1005
1005
|
{
|
1006
|
-
to:
|
1007
|
-
from:
|
1006
|
+
to: 'tuiIconTdsHomeMediumPragmatic',
|
1007
|
+
from: 'tuiIconHomeLarge',
|
1008
1008
|
},
|
1009
1009
|
{
|
1010
|
-
to:
|
1011
|
-
from:
|
1010
|
+
to: 'tuiIconTdsHomeMediumPragmatic',
|
1011
|
+
from: 'tuiIconHomeLargeOutline',
|
1012
1012
|
},
|
1013
1013
|
{
|
1014
|
-
to:
|
1015
|
-
from:
|
1014
|
+
to: 'tuiIconTdsHomeSmallPragmatic',
|
1015
|
+
from: 'tuiIconHomeOutline',
|
1016
1016
|
},
|
1017
1017
|
{
|
1018
|
-
to:
|
1019
|
-
from:
|
1018
|
+
to: 'tuiIconTdsWysiwygDividerMediumPragmatic',
|
1019
|
+
from: 'tuiIconHrLarge',
|
1020
1020
|
},
|
1021
1021
|
{
|
1022
|
-
to:
|
1023
|
-
from:
|
1022
|
+
to: 'tuiIconTdsImageSmallPragmatic',
|
1023
|
+
from: 'tuiIconImg',
|
1024
1024
|
},
|
1025
1025
|
{
|
1026
|
-
to:
|
1027
|
-
from:
|
1026
|
+
to: 'tuiIconTdsImageSmallPragmatic',
|
1027
|
+
from: 'tuiIconPicture',
|
1028
1028
|
},
|
1029
1029
|
{
|
1030
|
-
to:
|
1031
|
-
from:
|
1030
|
+
to: 'tuiIconTdsImageSmallPragmatic',
|
1031
|
+
from: 'tuiIconImage',
|
1032
1032
|
},
|
1033
1033
|
{
|
1034
|
-
to:
|
1035
|
-
from:
|
1034
|
+
to: 'tuiIconTdsImageMediumPragmatic',
|
1035
|
+
from: 'tuiIconImageLarge',
|
1036
1036
|
},
|
1037
1037
|
{
|
1038
|
-
to:
|
1039
|
-
from:
|
1038
|
+
to: 'tuiIconTdsImageSmallPragmatic',
|
1039
|
+
from: 'tuiIconImageOutline',
|
1040
1040
|
},
|
1041
1041
|
{
|
1042
|
-
to:
|
1043
|
-
from:
|
1042
|
+
to: 'tuiIconTdsWysiwygTextShiftRightMediumPragmatic',
|
1043
|
+
from: 'tuiIconIndentLarge',
|
1044
1044
|
},
|
1045
1045
|
{
|
1046
|
-
to:
|
1047
|
-
from:
|
1046
|
+
to: 'tuiIconTdsInfoCircleMedium',
|
1047
|
+
from: 'tuiIconInfoCircle',
|
1048
1048
|
},
|
1049
1049
|
{
|
1050
|
-
to:
|
1051
|
-
from:
|
1050
|
+
to: 'tuiIconTdsInfoCircleMedium',
|
1051
|
+
from: 'tuiIconInfo',
|
1052
1052
|
},
|
1053
1053
|
{
|
1054
|
-
to:
|
1055
|
-
from:
|
1054
|
+
to: 'tuiIconTdsInfoCircleMedium',
|
1055
|
+
from: 'tuiIconInfoCircleLarge',
|
1056
1056
|
},
|
1057
1057
|
{
|
1058
|
-
to:
|
1059
|
-
from:
|
1058
|
+
to: 'tuiIconTdsInfoCircleMediumPragmatic',
|
1059
|
+
from: 'tuiIconInfoCircleLargeOutline',
|
1060
1060
|
},
|
1061
1061
|
{
|
1062
|
-
to:
|
1063
|
-
from:
|
1062
|
+
to: 'tuiIconTdsInfoMediumPragmatic',
|
1063
|
+
from: 'tuiIconInfoLarge',
|
1064
1064
|
},
|
1065
1065
|
{
|
1066
|
-
to:
|
1067
|
-
from:
|
1066
|
+
to: 'tuiIconTdsInfoCircleMediumPragmatic',
|
1067
|
+
from: 'tuiIconInfoLargeOutline',
|
1068
1068
|
},
|
1069
1069
|
{
|
1070
|
-
to:
|
1071
|
-
from:
|
1070
|
+
to: 'tuiIconTdsInfoCircleSmallPragmatic',
|
1071
|
+
from: 'tuiIconInfoOutline',
|
1072
1072
|
},
|
1073
1073
|
{
|
1074
|
-
to:
|
1075
|
-
from:
|
1074
|
+
to: 'tuiIconTdsDocMediumPragmatic',
|
1075
|
+
from: 'tuiIconInvoiceLarge',
|
1076
1076
|
},
|
1077
1077
|
{
|
1078
|
-
to:
|
1079
|
-
from:
|
1078
|
+
to: 'tuiIconTdsWysiwygFontItalicMediumPragmatic',
|
1079
|
+
from: 'tuiIconItalicLarge',
|
1080
1080
|
},
|
1081
1081
|
{
|
1082
|
-
to:
|
1083
|
-
from:
|
1082
|
+
to: 'tuiIconTdsThumbUpMediumPragmatic',
|
1083
|
+
from: 'tuiIconLarge',
|
1084
1084
|
},
|
1085
1085
|
{
|
1086
|
-
to:
|
1087
|
-
from:
|
1086
|
+
to: 'tuiIconTdsFrameSmallPragmatic',
|
1087
|
+
from: 'tuiIconFrame',
|
1088
1088
|
},
|
1089
1089
|
{
|
1090
|
-
to:
|
1091
|
-
from:
|
1090
|
+
to: 'tuiIconTdsFrameSmallPragmatic',
|
1091
|
+
from: 'tuiIconLayout',
|
1092
1092
|
},
|
1093
1093
|
{
|
1094
|
-
to:
|
1095
|
-
from:
|
1094
|
+
to: 'tuiIconTdsFrameMediumPragmatic',
|
1095
|
+
from: 'tuiIconLayoutLarge',
|
1096
1096
|
},
|
1097
1097
|
{
|
1098
|
-
to:
|
1099
|
-
from:
|
1098
|
+
to: 'tuiIconTdsFrameMediumPragmatic',
|
1099
|
+
from: 'tuiIconLayoutLargeOutline',
|
1100
1100
|
},
|
1101
1101
|
{
|
1102
|
-
to:
|
1103
|
-
from:
|
1102
|
+
to: 'tuiIconTdsFrameSmallPragmatic',
|
1103
|
+
from: 'tuiIconLayoutOutline',
|
1104
1104
|
},
|
1105
1105
|
{
|
1106
|
-
to:
|
1107
|
-
from:
|
1106
|
+
to: 'tuiIconTdsMathLessSmallPragmatic',
|
1107
|
+
from: 'tuiIconLess',
|
1108
1108
|
},
|
1109
1109
|
{
|
1110
|
-
to:
|
1111
|
-
from:
|
1110
|
+
to: 'tuiIconTdsMathLessMediumPragmatic',
|
1111
|
+
from: 'tuiIconLessLarge',
|
1112
1112
|
},
|
1113
1113
|
{
|
1114
|
-
to:
|
1115
|
-
from:
|
1114
|
+
to: 'tuiIconTdsMathLessOrEqualSmallPragmatic',
|
1115
|
+
from: 'tuiIconLessOrEqual',
|
1116
1116
|
},
|
1117
1117
|
{
|
1118
|
-
to:
|
1119
|
-
from:
|
1118
|
+
to: 'tuiIconTdsMathLessOrEqualMediumPragmatic',
|
1119
|
+
from: 'tuiIconLessOrEqualLarge',
|
1120
1120
|
},
|
1121
1121
|
{
|
1122
|
-
to:
|
1123
|
-
from:
|
1122
|
+
to: 'tuiIconTdsLinkSmallPragmatic',
|
1123
|
+
from: 'tuiIconLink',
|
1124
1124
|
},
|
1125
1125
|
{
|
1126
|
-
to:
|
1127
|
-
from:
|
1126
|
+
to: 'tuiIconTdsLinkMediumPragmatic',
|
1127
|
+
from: 'tuiIconLinkLarge',
|
1128
1128
|
},
|
1129
1129
|
{
|
1130
|
-
to:
|
1131
|
-
from:
|
1130
|
+
to: 'tuiIconTdsListPreviewSmallPragmatic',
|
1131
|
+
from: 'tuiIconViewList',
|
1132
1132
|
},
|
1133
1133
|
{
|
1134
|
-
to:
|
1135
|
-
from:
|
1134
|
+
to: 'tuiIconTdsListPreviewSmallPragmatic',
|
1135
|
+
from: 'tuiIconList',
|
1136
1136
|
},
|
1137
1137
|
{
|
1138
|
-
to:
|
1139
|
-
from:
|
1138
|
+
to: 'tuiIconTdsWysiwygListBulletedMediumPragmatic',
|
1139
|
+
from: 'tuiIconListLarge',
|
1140
1140
|
},
|
1141
1141
|
{
|
1142
|
-
to:
|
1143
|
-
from:
|
1142
|
+
to: 'tuiIconTdsListPreviewSmallPragmatic',
|
1143
|
+
from: 'tuiIconListOutline',
|
1144
1144
|
},
|
1145
1145
|
{
|
1146
|
-
to:
|
1147
|
-
from:
|
1146
|
+
to: 'tuiIconTdsLockSmallPragmatic',
|
1147
|
+
from: 'tuiIconLock',
|
1148
1148
|
},
|
1149
1149
|
{
|
1150
|
-
to:
|
1151
|
-
from:
|
1150
|
+
to: 'tuiIconTdsLockMediumPragmatic',
|
1151
|
+
from: 'tuiIconLockLarge',
|
1152
1152
|
},
|
1153
1153
|
{
|
1154
|
-
to:
|
1155
|
-
from:
|
1154
|
+
to: 'tuiIconTdsLockMediumPragmatic',
|
1155
|
+
from: 'tuiIconLockLargeOutline',
|
1156
1156
|
},
|
1157
1157
|
{
|
1158
|
-
to:
|
1159
|
-
from:
|
1158
|
+
to: 'tuiIconTdsLockOpenMediumPragmatic',
|
1159
|
+
from: 'tuiIconLockOpenLarge',
|
1160
1160
|
},
|
1161
1161
|
{
|
1162
|
-
to:
|
1163
|
-
from:
|
1162
|
+
to: 'tuiIconTdsLockOpenMediumPragmatic',
|
1163
|
+
from: 'tuiIconLockOpenLargeOutline',
|
1164
1164
|
},
|
1165
1165
|
{
|
1166
|
-
to:
|
1167
|
-
from:
|
1166
|
+
to: 'tuiIconTdsLockSmallPragmatic',
|
1167
|
+
from: 'tuiIconLockOutline',
|
1168
1168
|
},
|
1169
1169
|
{
|
1170
|
-
to:
|
1171
|
-
from:
|
1170
|
+
to: 'tuiIconTdsArrowInRightSmallPragmatic',
|
1171
|
+
from: 'tuiIconLogin',
|
1172
1172
|
},
|
1173
1173
|
{
|
1174
|
-
to:
|
1175
|
-
from:
|
1174
|
+
to: 'tuiIconTdsArrowInRightMediumPragmatic',
|
1175
|
+
from: 'tuiIconLoginLarge',
|
1176
1176
|
},
|
1177
1177
|
{
|
1178
|
-
to:
|
1179
|
-
from:
|
1178
|
+
to: 'tuiIconTdsArrowOutRightMediumPragmatic',
|
1179
|
+
from: 'tuiIconLogoutLarge',
|
1180
1180
|
},
|
1181
1181
|
{
|
1182
|
-
to:
|
1183
|
-
from:
|
1182
|
+
to: 'tuiIconTdsArrowOutRightMediumPragmatic',
|
1183
|
+
from: 'tuiIconLogoutLargeOutline',
|
1184
1184
|
},
|
1185
1185
|
{
|
1186
|
-
to:
|
1187
|
-
from:
|
1186
|
+
to: 'tuiIconTdsLetterSmallPragmatic',
|
1187
|
+
from: 'tuiIconMail',
|
1188
1188
|
},
|
1189
1189
|
{
|
1190
|
-
to:
|
1191
|
-
from:
|
1190
|
+
to: 'tuiIconTdsLetterMediumPragmatic',
|
1191
|
+
from: 'tuiIconMailLarge',
|
1192
1192
|
},
|
1193
1193
|
{
|
1194
|
-
to:
|
1195
|
-
from:
|
1194
|
+
to: 'tuiIconTdsLetterMediumPragmatic',
|
1195
|
+
from: 'tuiIconMailLargeOutline',
|
1196
1196
|
},
|
1197
1197
|
{
|
1198
|
-
to:
|
1199
|
-
from:
|
1198
|
+
to: 'tuiIconTdsLetterSmallPragmatic',
|
1199
|
+
from: 'tuiIconMailOutline',
|
1200
1200
|
},
|
1201
1201
|
{
|
1202
|
-
to:
|
1203
|
-
from:
|
1202
|
+
to: 'tuiIconTdsPinGeoSmallPragmatic',
|
1203
|
+
from: 'tuiIconGeo',
|
1204
1204
|
},
|
1205
1205
|
{
|
1206
|
-
to:
|
1207
|
-
from:
|
1206
|
+
to: 'tuiIconTdsPinGeoSmallPragmatic',
|
1207
|
+
from: 'tuiIconMapPin',
|
1208
1208
|
},
|
1209
1209
|
{
|
1210
|
-
to:
|
1211
|
-
from:
|
1210
|
+
to: 'tuiIconTdsPinGeoMediumPragmatic',
|
1211
|
+
from: 'tuiIconMapPinLarge',
|
1212
1212
|
},
|
1213
1213
|
{
|
1214
|
-
to:
|
1215
|
-
from:
|
1214
|
+
to: 'tuiIconTdsPinGeoMediumPragmatic',
|
1215
|
+
from: 'tuiIconMapPinLargeOutline',
|
1216
1216
|
},
|
1217
1217
|
{
|
1218
|
-
to:
|
1219
|
-
from:
|
1218
|
+
to: 'tuiIconTdsPinGeoSmallPragmatic',
|
1219
|
+
from: 'tuiIconMapPinOutline',
|
1220
1220
|
},
|
1221
1221
|
{
|
1222
|
-
to:
|
1223
|
-
from:
|
1222
|
+
to: 'tuiIconTdsArrowsExpandSmallPragmatic',
|
1223
|
+
from: 'tuiIconExpand',
|
1224
1224
|
},
|
1225
1225
|
{
|
1226
|
-
to:
|
1227
|
-
from:
|
1226
|
+
to: 'tuiIconTdsArrowsExpandSmallPragmatic',
|
1227
|
+
from: 'tuiIconMaximize',
|
1228
1228
|
},
|
1229
1229
|
{
|
1230
|
-
to:
|
1231
|
-
from:
|
1230
|
+
to: 'tuiIconTdsWysiwygAlignJustifyMediumPragmatic',
|
1231
|
+
from: 'tuiIconMenuLarge',
|
1232
1232
|
},
|
1233
1233
|
{
|
1234
|
-
to:
|
1235
|
-
from:
|
1234
|
+
to: 'tuiIconTdsChatArrowRightSmallPragmatic',
|
1235
|
+
from: 'tuiIconCommentFw',
|
1236
1236
|
},
|
1237
1237
|
{
|
1238
|
-
to:
|
1239
|
-
from:
|
1238
|
+
to: 'tuiIconTdsChatArrowRightSmallPragmatic',
|
1239
|
+
from: 'tuiIconMessageForward',
|
1240
1240
|
},
|
1241
1241
|
{
|
1242
|
-
to:
|
1243
|
-
from:
|
1242
|
+
to: 'tuiIconTdsChatArrowRightMediumPragmatic',
|
1243
|
+
from: 'tuiIconMessageForwardLarge',
|
1244
1244
|
},
|
1245
1245
|
{
|
1246
|
-
to:
|
1247
|
-
from:
|
1246
|
+
to: 'tuiIconTdsChatArrowRightMediumPragmatic',
|
1247
|
+
from: 'tuiIconMessageForwardLargeOutline',
|
1248
1248
|
},
|
1249
1249
|
{
|
1250
|
-
to:
|
1251
|
-
from:
|
1250
|
+
to: 'tuiIconTdsChatArrowRightSmallPragmatic',
|
1251
|
+
from: 'tuiIconMessageForwardOutline',
|
1252
1252
|
},
|
1253
1253
|
{
|
1254
|
-
to:
|
1255
|
-
from:
|
1254
|
+
to: 'tuiIconTdsChatSmallPragmatic',
|
1255
|
+
from: 'tuiIconComment',
|
1256
1256
|
},
|
1257
1257
|
{
|
1258
|
-
to:
|
1259
|
-
from:
|
1258
|
+
to: 'tuiIconTdsChatSmallPragmatic',
|
1259
|
+
from: 'tuiIconMessageSquare',
|
1260
1260
|
},
|
1261
1261
|
{
|
1262
|
-
to:
|
1263
|
-
from:
|
1262
|
+
to: 'tuiIconTdsChatMediumPragmatic',
|
1263
|
+
from: 'tuiIconMessageSquareLarge',
|
1264
1264
|
},
|
1265
1265
|
{
|
1266
|
-
to:
|
1267
|
-
from:
|
1266
|
+
to: 'tuiIconTdsChatMediumPragmatic',
|
1267
|
+
from: 'tuiIconMessageSquareLargeOutline',
|
1268
1268
|
},
|
1269
1269
|
{
|
1270
|
-
to:
|
1271
|
-
from:
|
1270
|
+
to: 'tuiIconTdsChatSmallPragmatic',
|
1271
|
+
from: 'tuiIconMessageSquareOutline',
|
1272
1272
|
},
|
1273
1273
|
{
|
1274
|
-
to:
|
1275
|
-
from:
|
1274
|
+
to: 'tuiIconTdsMicrophoneOnSmallPragmatic',
|
1275
|
+
from: 'tuiIconMic',
|
1276
1276
|
},
|
1277
1277
|
{
|
1278
|
-
to:
|
1279
|
-
from:
|
1278
|
+
to: 'tuiIconTdsMicMediumPragmatic',
|
1279
|
+
from: 'tuiIconMicLarge',
|
1280
1280
|
},
|
1281
1281
|
{
|
1282
|
-
to:
|
1283
|
-
from:
|
1282
|
+
to: 'tuiIconTdsMicMediumPragmatic',
|
1283
|
+
from: 'tuiIconMicLargeOutline',
|
1284
1284
|
},
|
1285
1285
|
{
|
1286
|
-
to:
|
1287
|
-
from:
|
1286
|
+
to: 'tuiIconTdsMicrophoneOffSmallPragmatic',
|
1287
|
+
from: 'tuiIconMicOff',
|
1288
1288
|
},
|
1289
1289
|
{
|
1290
|
-
to:
|
1291
|
-
from:
|
1290
|
+
to: 'tuiIconTdsMicOffMediumPragmatic',
|
1291
|
+
from: 'tuiIconMicOffLarge',
|
1292
1292
|
},
|
1293
1293
|
{
|
1294
|
-
to:
|
1295
|
-
from:
|
1294
|
+
to: 'tuiIconTdsMicOffMediumPragmatic',
|
1295
|
+
from: 'tuiIconMicOffLargeOutline',
|
1296
1296
|
},
|
1297
1297
|
{
|
1298
|
-
to:
|
1299
|
-
from:
|
1298
|
+
to: 'tuiIconTdsMicrophoneOffSmallPragmatic',
|
1299
|
+
from: 'tuiIconMicOffOutline',
|
1300
1300
|
},
|
1301
1301
|
{
|
1302
|
-
to:
|
1303
|
-
from:
|
1302
|
+
to: 'tuiIconTdsArrowsCollapseSmallPragmatic',
|
1303
|
+
from: 'tuiIconCollapse',
|
1304
1304
|
},
|
1305
1305
|
{
|
1306
|
-
to:
|
1307
|
-
from:
|
1306
|
+
to: 'tuiIconTdsArrowsCollapseSmallPragmatic',
|
1307
|
+
from: 'tuiIconMinimize',
|
1308
1308
|
},
|
1309
1309
|
{
|
1310
|
-
to:
|
1311
|
-
from:
|
1310
|
+
to: 'tuiIconTdsMinus2SmallPragmatic',
|
1311
|
+
from: 'tuiIconMinus',
|
1312
1312
|
},
|
1313
1313
|
{
|
1314
|
-
to:
|
1315
|
-
from:
|
1314
|
+
to: 'tuiIconTdsMinusCircleSmallPragmatic',
|
1315
|
+
from: 'tuiIconMinusCircle',
|
1316
1316
|
},
|
1317
1317
|
{
|
1318
|
-
to:
|
1319
|
-
from:
|
1318
|
+
to: 'tuiIconTdsMinusCircleMediumPragmatic',
|
1319
|
+
from: 'tuiIconMinusCircleLarge',
|
1320
1320
|
},
|
1321
1321
|
{
|
1322
|
-
to:
|
1323
|
-
from:
|
1322
|
+
to: 'tuiIconTdsMinusCircleSmallPragmatic',
|
1323
|
+
from: 'tuiIconMinusCircleOutline',
|
1324
1324
|
},
|
1325
1325
|
{
|
1326
|
-
to:
|
1327
|
-
from:
|
1326
|
+
to: 'tuiIconTdsMinusMediumPragmatic',
|
1327
|
+
from: 'tuiIconMinusLarge',
|
1328
1328
|
},
|
1329
1329
|
{
|
1330
|
-
to:
|
1331
|
-
from:
|
1330
|
+
to: 'tuiIconTdsMicrophoneOnSmallPragmatic',
|
1331
|
+
from: 'tuiIconMoc',
|
1332
1332
|
},
|
1333
1333
|
{
|
1334
|
-
to:
|
1335
|
-
from:
|
1334
|
+
to: 'tuiIconTdsDeviceDesktopSmallPragmatic',
|
1335
|
+
from: 'tuiIconMonitor',
|
1336
1336
|
},
|
1337
1337
|
{
|
1338
|
-
to:
|
1339
|
-
from:
|
1338
|
+
to: 'tuiIconTdsDeviceDesktopMediumPragmatic',
|
1339
|
+
from: 'tuiIconMonitorLarge',
|
1340
1340
|
},
|
1341
1341
|
{
|
1342
|
-
to:
|
1343
|
-
from:
|
1342
|
+
to: 'tuiIconTdsDeviceDesktopMediumPragmatic',
|
1343
|
+
from: 'tuiIconMonitorLargeOutline',
|
1344
1344
|
},
|
1345
1345
|
{
|
1346
|
-
to:
|
1347
|
-
from:
|
1346
|
+
to: 'tuiIconTdsDeviceDesktopOffMediumPragmatic',
|
1347
|
+
from: 'tuiIconMonitorOffLarge',
|
1348
1348
|
},
|
1349
1349
|
{
|
1350
|
-
to:
|
1351
|
-
from:
|
1350
|
+
to: 'tuiIconTdsDeviceDesktopOffMediumPragmatic',
|
1351
|
+
from: 'tuiIconMonitorOffLargeOutline',
|
1352
1352
|
},
|
1353
1353
|
{
|
1354
|
-
to:
|
1355
|
-
from:
|
1354
|
+
to: 'tuiIconTdsDeviceDesktopSmallPragmatic',
|
1355
|
+
from: 'tuiIconMonitorOutline',
|
1356
1356
|
},
|
1357
1357
|
{
|
1358
|
-
to:
|
1359
|
-
from:
|
1358
|
+
to: 'tuiIconTdsMathMoreSmallPragmatic',
|
1359
|
+
from: 'tuiIconMore',
|
1360
1360
|
},
|
1361
1361
|
{
|
1362
|
-
to:
|
1363
|
-
from:
|
1362
|
+
to: 'tuiIconTdsMoreCircleSmallPragmatic',
|
1363
|
+
from: 'tuiIconMoreCircle',
|
1364
1364
|
},
|
1365
1365
|
{
|
1366
|
-
to:
|
1367
|
-
from:
|
1366
|
+
to: 'tuiIconTdsMoreCircleMediumPragmatic',
|
1367
|
+
from: 'tuiIconMoreCircleLarge',
|
1368
1368
|
},
|
1369
1369
|
{
|
1370
|
-
to:
|
1371
|
-
from:
|
1370
|
+
to: 'tuiIconTdsMoreCircleMediumPragmatic',
|
1371
|
+
from: 'tuiIconMoreCircleLargeOutline',
|
1372
1372
|
},
|
1373
1373
|
{
|
1374
|
-
to:
|
1375
|
-
from:
|
1374
|
+
to: 'tuiIconTdsMoreCircleSmallPragmatic',
|
1375
|
+
from: 'tuiIconMoreCircleOutline',
|
1376
1376
|
},
|
1377
1377
|
{
|
1378
|
-
to:
|
1379
|
-
from:
|
1378
|
+
to: 'tuiIconTdsMoreSmallPragmatic',
|
1379
|
+
from: 'tuiIconMoreHor',
|
1380
1380
|
},
|
1381
1381
|
{
|
1382
|
-
to:
|
1383
|
-
from:
|
1382
|
+
to: 'tuiIconTdsMoreSmallPragmatic',
|
1383
|
+
from: 'tuiIconMoreHorizontal',
|
1384
1384
|
},
|
1385
1385
|
{
|
1386
|
-
to:
|
1387
|
-
from:
|
1386
|
+
to: 'tuiIconTdsMoreMediumPragmatic',
|
1387
|
+
from: 'tuiIconMoreHorLarge',
|
1388
1388
|
},
|
1389
1389
|
{
|
1390
|
-
to:
|
1391
|
-
from:
|
1390
|
+
to: 'tuiIconTdsMoreMediumPragmatic',
|
1391
|
+
from: 'tuiIconMoreHorizontalLarge',
|
1392
1392
|
},
|
1393
1393
|
{
|
1394
|
-
to:
|
1395
|
-
from:
|
1394
|
+
to: 'tuiIconTdsMathMoreMediumPragmatic',
|
1395
|
+
from: 'tuiIconMoreLarge',
|
1396
1396
|
},
|
1397
1397
|
{
|
1398
|
-
to:
|
1399
|
-
from:
|
1398
|
+
to: 'tuiIconTdsMathMoreOrEqualSmallPragmatic',
|
1399
|
+
from: 'tuiIconMoreOrEqual',
|
1400
1400
|
},
|
1401
1401
|
{
|
1402
|
-
to:
|
1403
|
-
from:
|
1402
|
+
to: 'tuiIconTdsMathMoreOrEqualMediumPragmatic',
|
1403
|
+
from: 'tuiIconMoreOrEqualLarge',
|
1404
1404
|
},
|
1405
1405
|
{
|
1406
|
-
to:
|
1407
|
-
from:
|
1406
|
+
to: 'tuiIconTdsMoreVerticalSmallPragmatic',
|
1407
|
+
from: 'tuiIconMoreVert',
|
1408
1408
|
},
|
1409
1409
|
{
|
1410
|
-
to:
|
1411
|
-
from:
|
1410
|
+
to: 'tuiIconTdsMoreVerticalSmallPragmatic',
|
1411
|
+
from: 'tuiIconMoreVer',
|
1412
1412
|
},
|
1413
1413
|
{
|
1414
|
-
to:
|
1415
|
-
from:
|
1414
|
+
to: 'tuiIconTdsMoreVerticalSmallPragmatic',
|
1415
|
+
from: 'tuiIconMoreVertical',
|
1416
1416
|
},
|
1417
1417
|
{
|
1418
|
-
to:
|
1419
|
-
from:
|
1418
|
+
to: 'tuiIconTdsMoreVerticalMediumPragmatic',
|
1419
|
+
from: 'tuiIconMoreVerticalLarge',
|
1420
1420
|
},
|
1421
1421
|
{
|
1422
|
-
to:
|
1423
|
-
from:
|
1422
|
+
to: 'tuiIconTdsMoreVerticalMediumPragmatic',
|
1423
|
+
from: 'tuiIconMoreVertLarge',
|
1424
1424
|
},
|
1425
1425
|
{
|
1426
|
-
to:
|
1427
|
-
from:
|
1426
|
+
to: 'tuiIconTdsMusicSmallPragmatic',
|
1427
|
+
from: 'tuiIconMusic',
|
1428
1428
|
},
|
1429
1429
|
{
|
1430
|
-
to:
|
1431
|
-
from:
|
1430
|
+
to: 'tuiIconTdsMusicMediumPragmatic',
|
1431
|
+
from: 'tuiIconMusicLarge',
|
1432
1432
|
},
|
1433
1433
|
{
|
1434
|
-
to:
|
1435
|
-
from:
|
1434
|
+
to: 'tuiIconTdsMusicMediumPragmatic',
|
1435
|
+
from: 'tuiIconMusicLargeOutline',
|
1436
1436
|
},
|
1437
1437
|
{
|
1438
|
-
to:
|
1439
|
-
from:
|
1438
|
+
to: 'tuiIconTdsMusicSmallPragmatic',
|
1439
|
+
from: 'tuiIconMusicOutline',
|
1440
1440
|
},
|
1441
1441
|
{
|
1442
|
-
to:
|
1443
|
-
from:
|
1442
|
+
to: 'tuiIconTdsArrowLeftSmallPragmatic',
|
1443
|
+
from: 'tuiIconNavBack',
|
1444
1444
|
},
|
1445
1445
|
{
|
1446
|
-
to:
|
1447
|
-
from:
|
1446
|
+
to: 'tuiIconTdsListSmallPragmatic',
|
1447
|
+
from: 'tuiIconNavMenu',
|
1448
1448
|
},
|
1449
1449
|
{
|
1450
|
-
to:
|
1451
|
-
from:
|
1450
|
+
to: 'tuiIconTdsBellSmallPragmatic',
|
1451
|
+
from: 'tuiIconNotification',
|
1452
1452
|
},
|
1453
1453
|
{
|
1454
|
-
to:
|
1455
|
-
from:
|
1454
|
+
to: 'tuiIconTdsBellPlusSmallPragmatic',
|
1455
|
+
from: 'tuiIconNotificationAdd',
|
1456
1456
|
},
|
1457
1457
|
{
|
1458
|
-
to:
|
1459
|
-
from:
|
1458
|
+
to: 'tuiIconTdsBellOffSmallPragmatic',
|
1459
|
+
from: 'tuiIconNotificationOff',
|
1460
1460
|
},
|
1461
1461
|
{
|
1462
|
-
to:
|
1463
|
-
from:
|
1462
|
+
to: 'tuiIconTdsBellOffSmallPragmatic',
|
1463
|
+
from: 'tuiIconNotificationOffFilled',
|
1464
1464
|
},
|
1465
1465
|
{
|
1466
|
-
to:
|
1467
|
-
from:
|
1466
|
+
to: 'tuiIconTdsBellOffMediumPragmatic',
|
1467
|
+
from: 'tuiIconNotificationOffFilledLarge',
|
1468
1468
|
},
|
1469
1469
|
{
|
1470
|
-
to:
|
1471
|
-
from:
|
1470
|
+
to: 'tuiIconTdsBellOffMediumPragmatic',
|
1471
|
+
from: 'tuiIconNotificationOffLarge',
|
1472
1472
|
},
|
1473
1473
|
{
|
1474
|
-
to:
|
1475
|
-
from:
|
1474
|
+
to: 'tuiIconTdsBellMediumPragmatic',
|
1475
|
+
from: 'tuiIconNotificationOutline',
|
1476
1476
|
},
|
1477
1477
|
{
|
1478
|
-
to:
|
1479
|
-
from:
|
1478
|
+
to: 'tuiIconTdsWysiwygListNumberedMediumPragmatic',
|
1479
|
+
from: 'tuiIconOLLarge',
|
1480
1480
|
},
|
1481
1481
|
{
|
1482
|
-
to:
|
1483
|
-
from:
|
1482
|
+
to: 'tuiIconTdsWysiwygTextShiftLeftMediumPragmatic',
|
1483
|
+
from: 'tuiIconOutdentLarge',
|
1484
1484
|
},
|
1485
1485
|
{
|
1486
|
-
to:
|
1487
|
-
from:
|
1486
|
+
to: 'tuiIconTdsWysiwygColorMediumPragmatic',
|
1487
|
+
from: 'tuiIconPaintLarge',
|
1488
1488
|
},
|
1489
1489
|
{
|
1490
|
-
to:
|
1491
|
-
from:
|
1490
|
+
to: 'tuiIconTdsPaperClipSmallPragmatic',
|
1491
|
+
from: 'tuiIconAttach',
|
1492
1492
|
},
|
1493
1493
|
{
|
1494
|
-
to:
|
1495
|
-
from:
|
1494
|
+
to: 'tuiIconTdsPaperClipSmallPragmatic',
|
1495
|
+
from: 'tuiIconPaperclip',
|
1496
1496
|
},
|
1497
1497
|
{
|
1498
|
-
to:
|
1499
|
-
from:
|
1498
|
+
to: 'tuiIconTdsPaperClipMediumPragmatic',
|
1499
|
+
from: 'tuiIconPaperclipLarge',
|
1500
1500
|
},
|
1501
1501
|
{
|
1502
|
-
to:
|
1503
|
-
from:
|
1502
|
+
to: 'tuiIconTdsParkingSmallPragmatic',
|
1503
|
+
from: 'tuiIconParking',
|
1504
1504
|
},
|
1505
1505
|
{
|
1506
|
-
to:
|
1507
|
-
from:
|
1506
|
+
to: 'tuiIconTdsParkingMediumPragmatic',
|
1507
|
+
from: 'tuiIconParkingLarge',
|
1508
1508
|
},
|
1509
1509
|
{
|
1510
|
-
to:
|
1511
|
-
from:
|
1510
|
+
to: 'tuiIconTdsParkingMediumPragmatic',
|
1511
|
+
from: 'tuiIconParkingLargeOutline',
|
1512
1512
|
},
|
1513
1513
|
{
|
1514
|
-
to:
|
1515
|
-
from:
|
1514
|
+
to: 'tuiIconTdsParkingSmallPragmatic',
|
1515
|
+
from: 'tuiIconParkingOutline',
|
1516
1516
|
},
|
1517
1517
|
{
|
1518
|
-
to:
|
1519
|
-
from:
|
1518
|
+
to: 'tuiIconTdsPauseSmallPragmatic',
|
1519
|
+
from: 'tuiIconPause',
|
1520
1520
|
},
|
1521
1521
|
{
|
1522
|
-
to:
|
1523
|
-
from:
|
1522
|
+
to: 'tuiIconTdsPauseMediumPragmatic',
|
1523
|
+
from: 'tuiIconPauseLarge',
|
1524
1524
|
},
|
1525
1525
|
{
|
1526
|
-
to:
|
1527
|
-
from:
|
1526
|
+
to: 'tuiIconTdsPercentSmallPragmatic',
|
1527
|
+
from: 'tuiIconPercent',
|
1528
1528
|
},
|
1529
1529
|
{
|
1530
|
-
to:
|
1531
|
-
from:
|
1530
|
+
to: 'tuiIconTdsPercentMediumPragmatic',
|
1531
|
+
from: 'tuiIconPercentLarge',
|
1532
1532
|
},
|
1533
1533
|
{
|
1534
|
-
to:
|
1535
|
-
from:
|
1534
|
+
to: 'tuiIconTdsPhoneSmallPragmatic',
|
1535
|
+
from: 'tuiIconCall',
|
1536
1536
|
},
|
1537
1537
|
{
|
1538
|
-
to:
|
1539
|
-
from:
|
1538
|
+
to: 'tuiIconTdsPhoneSmallPragmatic',
|
1539
|
+
from: 'tuiIconPhone',
|
1540
1540
|
},
|
1541
1541
|
{
|
1542
|
-
to:
|
1543
|
-
from:
|
1542
|
+
to: 'tuiIconTdsPhoneArrowDoubleRightSmallPragmatic',
|
1543
|
+
from: 'tuiIconPhoneForwarded',
|
1544
1544
|
},
|
1545
1545
|
{
|
1546
|
-
to:
|
1547
|
-
from:
|
1546
|
+
to: 'tuiIconTdsPhoneArrowDoubleRightMediumPragmatic',
|
1547
|
+
from: 'tuiIconPhoneForwardedLarge',
|
1548
1548
|
},
|
1549
1549
|
{
|
1550
|
-
to:
|
1551
|
-
from:
|
1550
|
+
to: 'tuiIconTdsPhoneMediumPragmatic',
|
1551
|
+
from: 'tuiIconPhoneLarge',
|
1552
1552
|
},
|
1553
1553
|
{
|
1554
|
-
to:
|
1555
|
-
from:
|
1554
|
+
to: 'tuiIconTdsPhoneMediumPragmatic',
|
1555
|
+
from: 'tuiIconPhoneLargeOutline',
|
1556
1556
|
},
|
1557
1557
|
{
|
1558
|
-
to:
|
1559
|
-
from:
|
1558
|
+
to: 'tuiIconTdsPhoneArrowRightSmallPragmatic',
|
1559
|
+
from: 'tuiIconPhoneOutgoing',
|
1560
1560
|
},
|
1561
1561
|
{
|
1562
|
-
to:
|
1563
|
-
from:
|
1562
|
+
to: 'tuiIconTdsPhoneArrowRightMediumPragmatic',
|
1563
|
+
from: 'tuiIconPhoneOutgoingLarge',
|
1564
1564
|
},
|
1565
1565
|
{
|
1566
|
-
to:
|
1567
|
-
from:
|
1566
|
+
to: 'tuiIconTdsImageSmallPragmatic',
|
1567
|
+
from: 'tuiIconPictureOutline',
|
1568
1568
|
},
|
1569
1569
|
{
|
1570
|
-
to:
|
1571
|
-
from:
|
1570
|
+
to: 'tuiIconTdsChartPieMediumPragmatic',
|
1571
|
+
from: 'tuiIconPieChartLarge',
|
1572
1572
|
},
|
1573
1573
|
{
|
1574
|
-
to:
|
1575
|
-
from:
|
1574
|
+
to: 'tuiIconTdsChartPieMediumPragmatic',
|
1575
|
+
from: 'tuiIconPiechartLargeOutline',
|
1576
1576
|
},
|
1577
1577
|
{
|
1578
|
-
to:
|
1579
|
-
from:
|
1578
|
+
to: 'tuiIconTdsPinSmallPragmatic',
|
1579
|
+
from: 'tuiIconPinned',
|
1580
1580
|
},
|
1581
1581
|
{
|
1582
|
-
to:
|
1583
|
-
from:
|
1582
|
+
to: 'tuiIconTdsPinMediumPragmatic',
|
1583
|
+
from: 'tuiIconPinnedLarge',
|
1584
1584
|
},
|
1585
1585
|
{
|
1586
|
-
to:
|
1587
|
-
from:
|
1586
|
+
to: 'tuiIconTdsPinMediumPragmatic',
|
1587
|
+
from: 'tuiIconPinnedLargeOutline',
|
1588
1588
|
},
|
1589
1589
|
{
|
1590
|
-
to:
|
1591
|
-
from:
|
1590
|
+
to: 'tuiIconTdsPinSmallPragmatic',
|
1591
|
+
from: 'tuiIconPinnedOutline',
|
1592
1592
|
},
|
1593
1593
|
{
|
1594
|
-
to:
|
1595
|
-
from:
|
1594
|
+
to: 'tuiIconTdsPlaySmallPragmatic',
|
1595
|
+
from: 'tuiIconPlay',
|
1596
1596
|
},
|
1597
1597
|
{
|
1598
|
-
to:
|
1599
|
-
from:
|
1598
|
+
to: 'tuiIconTdsPlayMediumPragmatic',
|
1599
|
+
from: 'tuiIconPlayLarge',
|
1600
1600
|
},
|
1601
1601
|
{
|
1602
|
-
to:
|
1603
|
-
from:
|
1602
|
+
to: 'tuiIconTdsPlusSmallPragmatic',
|
1603
|
+
from: 'tuiIconPlus',
|
1604
1604
|
},
|
1605
1605
|
{
|
1606
|
-
to:
|
1607
|
-
from:
|
1606
|
+
to: 'tuiIconTdsPlusCircleSmallPragmatic',
|
1607
|
+
from: 'tuiIconPlusCircle',
|
1608
1608
|
},
|
1609
1609
|
{
|
1610
|
-
to:
|
1611
|
-
from:
|
1610
|
+
to: 'tuiIconTdsPlusCircleMediumPragmatic',
|
1611
|
+
from: 'tuiIconPlusCircleLarge',
|
1612
1612
|
},
|
1613
1613
|
{
|
1614
|
-
to:
|
1615
|
-
from:
|
1614
|
+
to: 'tuiIconTdsPlusCircleMediumPragmatic',
|
1615
|
+
from: 'tuiIconPlusCircleLargeOutline',
|
1616
1616
|
},
|
1617
1617
|
{
|
1618
|
-
to:
|
1619
|
-
from:
|
1618
|
+
to: 'tuiIconTdsPlusCircleSmallPragmatic',
|
1619
|
+
from: 'tuiIconPlusCircleOutline',
|
1620
1620
|
},
|
1621
1621
|
{
|
1622
|
-
to:
|
1623
|
-
from:
|
1622
|
+
to: 'tuiIconTdsPlusMediumPragmatic',
|
1623
|
+
from: 'tuiIconPlusLarge',
|
1624
1624
|
},
|
1625
1625
|
{
|
1626
|
-
to:
|
1627
|
-
from:
|
1626
|
+
to: 'tuiIconTdsPlus2SmallPragmatic',
|
1627
|
+
from: 'tuiIconPlusSmall',
|
1628
1628
|
},
|
1629
1629
|
{
|
1630
|
-
to:
|
1631
|
-
from:
|
1630
|
+
to: 'tuiIconTdsPrinterSmallPragmatic',
|
1631
|
+
from: 'tuiIconPrint',
|
1632
1632
|
},
|
1633
1633
|
{
|
1634
|
-
to:
|
1635
|
-
from:
|
1634
|
+
to: 'tuiIconTdsPrinterSmallPragmatic',
|
1635
|
+
from: 'tuiIconPrinter',
|
1636
1636
|
},
|
1637
1637
|
{
|
1638
|
-
to:
|
1639
|
-
from:
|
1638
|
+
to: 'tuiIconTdsPrinterMediumPragmatic',
|
1639
|
+
from: 'tuiIconPrinterLarge',
|
1640
1640
|
},
|
1641
1641
|
{
|
1642
|
-
to:
|
1643
|
-
from:
|
1642
|
+
to: 'tuiIconTdsPrinterMediumPragmatic',
|
1643
|
+
from: 'tuiIconPrinterLargeOutline',
|
1644
1644
|
},
|
1645
1645
|
{
|
1646
|
-
to:
|
1647
|
-
from:
|
1646
|
+
to: 'tuiIconTdsPrinterSmallPragmatic',
|
1647
|
+
from: 'tuiIconPrinterOutline',
|
1648
1648
|
},
|
1649
1649
|
{
|
1650
|
-
to:
|
1651
|
-
from:
|
1650
|
+
to: 'tuiIconTdsQrCodeSmallPragmatic',
|
1651
|
+
from: 'tuiIconQrCode',
|
1652
1652
|
},
|
1653
1653
|
{
|
1654
|
-
to:
|
1655
|
-
from:
|
1654
|
+
to: 'tuiIconTdsQrCodeMediumPragmatic',
|
1655
|
+
from: 'tuiIconQrCodeLarge',
|
1656
1656
|
},
|
1657
1657
|
{
|
1658
|
-
to:
|
1659
|
-
from:
|
1658
|
+
to: 'tuiIconTdsWysiwygQueueMediumPragmatic',
|
1659
|
+
from: 'tuiIconQueueLarge',
|
1660
1660
|
},
|
1661
1661
|
{
|
1662
|
-
to:
|
1663
|
-
from:
|
1662
|
+
to: 'tuiIconTdsWysiwygQuoteMediumPragmatic',
|
1663
|
+
from: 'tuiIconQuoteLarge',
|
1664
1664
|
},
|
1665
1665
|
{
|
1666
|
-
to:
|
1667
|
-
from:
|
1666
|
+
to: 'tuiIconTdsCheckDoubleSmallPragmatic',
|
1667
|
+
from: 'tuiIconRead',
|
1668
1668
|
},
|
1669
1669
|
{
|
1670
|
-
to:
|
1671
|
-
from:
|
1670
|
+
to: 'tuiIconTdsCheckDoubleMediumPragmatic',
|
1671
|
+
from: 'tuiIconReadLarge',
|
1672
1672
|
},
|
1673
1673
|
{
|
1674
|
-
to:
|
1675
|
-
from:
|
1674
|
+
to: 'tuiIconTdsReceiptSmallPragmatic',
|
1675
|
+
from: 'tuiIconReceipt',
|
1676
1676
|
},
|
1677
1677
|
{
|
1678
|
-
to:
|
1679
|
-
from:
|
1678
|
+
to: 'tuiIconTdsReceiptMediumPragmatic',
|
1679
|
+
from: 'tuiIconReceiptLarge',
|
1680
1680
|
},
|
1681
1681
|
{
|
1682
|
-
to:
|
1683
|
-
from:
|
1682
|
+
to: 'tuiIconTdsReceiptMediumPragmatic',
|
1683
|
+
from: 'tuiIconReceiptLargeOutline',
|
1684
1684
|
},
|
1685
1685
|
{
|
1686
|
-
to:
|
1687
|
-
from:
|
1686
|
+
to: 'tuiIconTdsArrowRepeatSmallPragmatic',
|
1687
|
+
from: 'tuiIconRedo',
|
1688
1688
|
},
|
1689
1689
|
{
|
1690
|
-
to:
|
1691
|
-
from:
|
1690
|
+
to: 'tuiIconTdsArrowRepeatMediumPragmatic',
|
1691
|
+
from: 'tuiIconRedoLarge',
|
1692
1692
|
},
|
1693
1693
|
{
|
1694
|
-
to:
|
1695
|
-
from:
|
1694
|
+
to: 'tuiIconTdsArrowsLeftRightSmallPragmatic',
|
1695
|
+
from: 'tuiIconRefresh',
|
1696
1696
|
},
|
1697
1697
|
{
|
1698
|
-
to:
|
1699
|
-
from:
|
1698
|
+
to: 'tuiIconTdsArrowsLeftRightMediumPragmatic',
|
1699
|
+
from: 'tuiIconRefreshLarge',
|
1700
1700
|
},
|
1701
1701
|
{
|
1702
|
-
to:
|
1703
|
-
from:
|
1702
|
+
to: 'tuiIconTdsArrowsLeftRightSmallPragmatic',
|
1703
|
+
from: 'tuiIconRefreshCw',
|
1704
1704
|
},
|
1705
1705
|
{
|
1706
|
-
to:
|
1707
|
-
from:
|
1706
|
+
to: 'tuiIconTdsArrowsLeftRightMediumPragmatic',
|
1707
|
+
from: 'tuiIconRefreshCwLarge',
|
1708
1708
|
},
|
1709
1709
|
{
|
1710
|
-
to:
|
1711
|
-
from:
|
1710
|
+
to: 'tuiIconTdsArrowRepeat2MediumPragmatic',
|
1711
|
+
from: 'tuiIconReloadLarge',
|
1712
1712
|
},
|
1713
1713
|
{
|
1714
|
-
to:
|
1715
|
-
from:
|
1714
|
+
to: 'tuiIconTdsArrowRepeat2MediumPragmatic',
|
1715
|
+
from: 'tuiIconRenewLarge',
|
1716
1716
|
},
|
1717
1717
|
{
|
1718
|
-
to:
|
1719
|
-
from:
|
1718
|
+
to: 'tuiIconTdsArrowReplySmallPragmatic',
|
1719
|
+
from: 'tuiIconReply',
|
1720
1720
|
},
|
1721
1721
|
{
|
1722
|
-
to:
|
1723
|
-
from:
|
1722
|
+
to: 'tuiIconTdsArrowReplyAllSmallPragmatic',
|
1723
|
+
from: 'tuiIconReplyAll',
|
1724
1724
|
},
|
1725
1725
|
{
|
1726
|
-
to:
|
1727
|
-
from:
|
1726
|
+
to: 'tuiIconTdsArrowReplyAllMediumPragmatic',
|
1727
|
+
from: 'tuiIconReplyAllLarge',
|
1728
1728
|
},
|
1729
1729
|
{
|
1730
|
-
to:
|
1731
|
-
from:
|
1730
|
+
to: 'tuiIconTdsArrowReplyAllMediumPragmatic',
|
1731
|
+
from: 'tuiIconReplyAllLargeOutline',
|
1732
1732
|
},
|
1733
1733
|
{
|
1734
|
-
to:
|
1735
|
-
from:
|
1734
|
+
to: 'tuiIconTdsArrowReplyMediumPragmatic',
|
1735
|
+
from: 'tuiIconReplyLarge',
|
1736
1736
|
},
|
1737
1737
|
{
|
1738
|
-
to:
|
1739
|
-
from:
|
1738
|
+
to: 'tuiIconTdsArrowReplyMediumPragmatic',
|
1739
|
+
from: 'tuiIconReplyLargeOutline',
|
1740
1740
|
},
|
1741
1741
|
{
|
1742
|
-
to:
|
1743
|
-
from:
|
1742
|
+
to: 'tuiIconTdsRotateSmallPragmatic',
|
1743
|
+
from: 'tuiIconRotate',
|
1744
1744
|
},
|
1745
1745
|
{
|
1746
|
-
to:
|
1747
|
-
from:
|
1746
|
+
to: 'tuiIconTdsRotateMediumPragmatic',
|
1747
|
+
from: 'tuiIconRotateLarge',
|
1748
1748
|
},
|
1749
1749
|
{
|
1750
|
-
to:
|
1751
|
-
from:
|
1750
|
+
to: 'tuiIconTdsRotateMediumPragmatic',
|
1751
|
+
from: 'tuiIconRotateLargeOutline',
|
1752
1752
|
},
|
1753
1753
|
{
|
1754
|
-
to:
|
1755
|
-
from:
|
1754
|
+
to: 'tuiIconTdsRotateSmallPragmatic',
|
1755
|
+
from: 'tuiIconRotateOutline',
|
1756
1756
|
},
|
1757
1757
|
{
|
1758
|
-
to:
|
1759
|
-
from:
|
1758
|
+
to: 'tuiIconTdsRouteSmallPragmatic',
|
1759
|
+
from: 'tuiIconRoute',
|
1760
1760
|
},
|
1761
1761
|
{
|
1762
|
-
to:
|
1763
|
-
from:
|
1762
|
+
to: 'tuiIconTdsRouteMediumPragmatic',
|
1763
|
+
from: 'tuiIconRouteLarge',
|
1764
1764
|
},
|
1765
1765
|
{
|
1766
|
-
to:
|
1767
|
-
from:
|
1766
|
+
to: 'tuiIconTdsRouteMediumPragmatic',
|
1767
|
+
from: 'tuiIconRouteLargeOutline',
|
1768
1768
|
},
|
1769
1769
|
{
|
1770
|
-
to:
|
1771
|
-
from:
|
1770
|
+
to: 'tuiIconTdsRouteSmallPragmatic',
|
1771
|
+
from: 'tuiIconRouteOutline',
|
1772
1772
|
},
|
1773
1773
|
{
|
1774
|
-
to:
|
1775
|
-
from:
|
1774
|
+
to: 'tuiIconTdsMagnifierSmallPragmatic',
|
1775
|
+
from: 'tuiIconSearch',
|
1776
1776
|
},
|
1777
1777
|
{
|
1778
|
-
to:
|
1779
|
-
from:
|
1778
|
+
to: 'tuiIconTdsMagnifierMediumPragmatic',
|
1779
|
+
from: 'tuiIconSearchLarge',
|
1780
1780
|
},
|
1781
1781
|
{
|
1782
|
-
to:
|
1783
|
-
from:
|
1782
|
+
to: 'tuiIconTdsPaperPlaneMediumPragmatic',
|
1783
|
+
from: 'tuiIconSendLarge',
|
1784
1784
|
},
|
1785
1785
|
{
|
1786
|
-
to:
|
1787
|
-
from:
|
1786
|
+
to: 'tuiIconTdsSettingsSmallPragmatic',
|
1787
|
+
from: 'tuiIconSettings',
|
1788
1788
|
},
|
1789
1789
|
{
|
1790
|
-
to:
|
1791
|
-
from:
|
1790
|
+
to: 'tuiIconTdsSettings2SmallPragmatic',
|
1791
|
+
from: 'tuiIconSettings2',
|
1792
1792
|
},
|
1793
1793
|
{
|
1794
|
-
to:
|
1795
|
-
from:
|
1794
|
+
to: 'tuiIconTdsSettingsMediumPragmatic',
|
1795
|
+
from: 'tuiIconSettingsLarge',
|
1796
1796
|
},
|
1797
1797
|
{
|
1798
|
-
to:
|
1799
|
-
from:
|
1798
|
+
to: 'tuiIconTdsSettings2MediumPragmatic',
|
1799
|
+
from: 'tuiIconSettingsLarge2',
|
1800
1800
|
},
|
1801
1801
|
{
|
1802
|
-
to:
|
1803
|
-
from:
|
1802
|
+
to: 'tuiIconTdsSettingsMediumPragmatic',
|
1803
|
+
from: 'tuiIconSettingsLargeOutline',
|
1804
1804
|
},
|
1805
1805
|
{
|
1806
|
-
to:
|
1807
|
-
from:
|
1806
|
+
to: 'tuiIconTdsSettingsSmallPragmatic',
|
1807
|
+
from: 'tuiIconSettingsOutline',
|
1808
1808
|
},
|
1809
1809
|
{
|
1810
|
-
to:
|
1811
|
-
from:
|
1810
|
+
to: 'tuiIconTdsShare2SmallPragmatic',
|
1811
|
+
from: 'tuiIconShare',
|
1812
1812
|
},
|
1813
1813
|
{
|
1814
|
-
to:
|
1815
|
-
from:
|
1814
|
+
to: 'tuiIconTdsShareMediumPragmatic',
|
1815
|
+
from: 'tuiIconShareLarge',
|
1816
1816
|
},
|
1817
1817
|
{
|
1818
|
-
to:
|
1819
|
-
from:
|
1818
|
+
to: 'tuiIconTdsShareMediumPragmatic',
|
1819
|
+
from: 'tuiIconShareLargeOutline',
|
1820
1820
|
},
|
1821
1821
|
{
|
1822
|
-
to:
|
1823
|
-
from:
|
1822
|
+
to: 'tuiIconTdsShare2SmallPragmatic',
|
1823
|
+
from: 'tuiIconShareOutline',
|
1824
1824
|
},
|
1825
1825
|
{
|
1826
|
-
to:
|
1827
|
-
from:
|
1826
|
+
to: 'tuiIconTdsPencilSmallPragmatic',
|
1827
|
+
from: 'tuiIconSign',
|
1828
1828
|
},
|
1829
1829
|
{
|
1830
|
-
to:
|
1831
|
-
from:
|
1830
|
+
to: 'tuiIconTdsPencilMediumPragmatic',
|
1831
|
+
from: 'tuiIconSignLarge',
|
1832
1832
|
},
|
1833
1833
|
{
|
1834
|
-
to:
|
1835
|
-
from:
|
1834
|
+
to: 'tuiIconTdsPencilSmallPragmatic',
|
1835
|
+
from: 'tuiIconSignOutline',
|
1836
1836
|
},
|
1837
1837
|
{
|
1838
|
-
to:
|
1839
|
-
from:
|
1838
|
+
to: 'tuiIconTdsDenyMediumPragmatic',
|
1839
|
+
from: 'tuiIconCancelCircle',
|
1840
1840
|
},
|
1841
1841
|
{
|
1842
|
-
to:
|
1843
|
-
from:
|
1842
|
+
to: 'tuiIconTdsDenyMediumPragmatic',
|
1843
|
+
from: 'tuiIconSlashLarge',
|
1844
1844
|
},
|
1845
1845
|
{
|
1846
|
-
to:
|
1847
|
-
from:
|
1846
|
+
to: 'tuiIconTdsGridBigSmallPragmatic',
|
1847
|
+
from: 'tuiIconSmallGrid',
|
1848
1848
|
},
|
1849
1849
|
{
|
1850
|
-
to:
|
1851
|
-
from:
|
1850
|
+
to: 'tuiIconTdsGridBigMediumPragmatic',
|
1851
|
+
from: 'tuiIconSmallGridLarge',
|
1852
1852
|
},
|
1853
1853
|
{
|
1854
|
-
to:
|
1855
|
-
from:
|
1854
|
+
to: 'tuiIconTdsSortUpSmallPragmatic',
|
1855
|
+
from: 'tuiIconSort',
|
1856
1856
|
},
|
1857
1857
|
{
|
1858
|
-
to:
|
1859
|
-
from:
|
1858
|
+
to: 'tuiIconTdsArrowSortDownSmallPragmatic',
|
1859
|
+
from: 'tuiIconSortAscending',
|
1860
1860
|
},
|
1861
1861
|
{
|
1862
|
-
to:
|
1863
|
-
from:
|
1862
|
+
to: 'tuiIconTdsArrowSortUpSmallPragmatic',
|
1863
|
+
from: 'tuiIconSortDescending',
|
1864
1864
|
},
|
1865
1865
|
{
|
1866
|
-
to:
|
1867
|
-
from:
|
1866
|
+
to: 'tuiIconTdsSortDownSmallPragmatic',
|
1867
|
+
from: 'tuiIconSortDown',
|
1868
1868
|
},
|
1869
1869
|
{
|
1870
|
-
to:
|
1871
|
-
from:
|
1870
|
+
to: 'tuiIconTdsArrowSortDownSmallPragmatic',
|
1871
|
+
from: 'tuiIconSortDown2',
|
1872
1872
|
},
|
1873
1873
|
{
|
1874
|
-
to:
|
1875
|
-
from:
|
1874
|
+
to: 'tuiIconTdsSortChevronsSmallPragmatic',
|
1875
|
+
from: 'tuiIconSortOff',
|
1876
1876
|
},
|
1877
1877
|
{
|
1878
|
-
to:
|
1879
|
-
from:
|
1878
|
+
to: 'tuiIconTdsSortUpSmallPragmatic',
|
1879
|
+
from: 'tuiIconSortUp',
|
1880
1880
|
},
|
1881
1881
|
{
|
1882
|
-
to:
|
1883
|
-
from:
|
1882
|
+
to: 'tuiIconTdsArrowSortUpSmallPragmatic',
|
1883
|
+
from: 'tuiIconSortUp2',
|
1884
1884
|
},
|
1885
1885
|
{
|
1886
|
-
to:
|
1887
|
-
from:
|
1886
|
+
to: 'tuiIconTdsArrowsSplitSmallPragmatic',
|
1887
|
+
from: 'tuiIconSplit',
|
1888
1888
|
},
|
1889
1889
|
{
|
1890
|
-
to:
|
1891
|
-
from:
|
1890
|
+
to: 'tuiIconTdsArrowsSplitMediumPragmatic',
|
1891
|
+
from: 'tuiIconSplitLarge',
|
1892
1892
|
},
|
1893
1893
|
{
|
1894
|
-
to:
|
1895
|
-
from:
|
1894
|
+
to: 'tuiIconTdsStopSmallPragmatic',
|
1895
|
+
from: 'tuiIconStop',
|
1896
1896
|
},
|
1897
1897
|
{
|
1898
|
-
to:
|
1899
|
-
from:
|
1898
|
+
to: 'tuiIconTdsStopSmallPragmatic',
|
1899
|
+
from: 'tuiIconSquare',
|
1900
1900
|
},
|
1901
1901
|
{
|
1902
|
-
to:
|
1903
|
-
from:
|
1902
|
+
to: 'tuiIconTdsStopMediumPragmatic',
|
1903
|
+
from: 'tuiIconSquareLarge',
|
1904
1904
|
},
|
1905
1905
|
{
|
1906
|
-
to:
|
1907
|
-
from:
|
1906
|
+
to: 'tuiIconTdsStarSmall',
|
1907
|
+
from: 'tuiIconStar',
|
1908
1908
|
},
|
1909
1909
|
{
|
1910
|
-
to:
|
1911
|
-
from:
|
1910
|
+
to: 'tuiIconTdsStarSmall',
|
1911
|
+
from: 'tuiIconStarFilled',
|
1912
1912
|
},
|
1913
1913
|
{
|
1914
|
-
to:
|
1915
|
-
from:
|
1914
|
+
to: 'tuiIconTdsStarMediumPragmatic',
|
1915
|
+
from: 'tuiIconStarLarge',
|
1916
1916
|
},
|
1917
1917
|
{
|
1918
|
-
to:
|
1919
|
-
from:
|
1918
|
+
to: 'tuiIconTdsStarMediumPragmatic',
|
1919
|
+
from: 'tuiIconStarLargeOutline',
|
1920
1920
|
},
|
1921
1921
|
{
|
1922
|
-
to:
|
1923
|
-
from:
|
1922
|
+
to: 'tuiIconTdsStarSmallPragmatic',
|
1923
|
+
from: 'tuiIconStarOutline',
|
1924
1924
|
},
|
1925
1925
|
{
|
1926
|
-
to:
|
1927
|
-
from:
|
1926
|
+
to: 'tuiIconTdsWysiwygFontStrikethroughMediumPragmatic',
|
1927
|
+
from: 'tuiIconStrikeThroughLarge',
|
1928
1928
|
},
|
1929
1929
|
{
|
1930
|
-
to:
|
1931
|
-
from:
|
1930
|
+
to: 'tuiIconTdsArrowSubRightSmallPragmatic',
|
1931
|
+
from: 'tuiIconSubitem',
|
1932
1932
|
},
|
1933
1933
|
{
|
1934
|
-
to:
|
1935
|
-
from:
|
1934
|
+
to: 'tuiIconTdsArrowSubRightMediumPragmatic',
|
1935
|
+
from: 'tuiIconSublevelLarge',
|
1936
1936
|
},
|
1937
1937
|
{
|
1938
|
-
to:
|
1939
|
-
from:
|
1938
|
+
to: 'tuiIconTdsWysiwygSubscriptMediumPragmatic',
|
1939
|
+
from: 'tuiIconSubscriptLarge',
|
1940
1940
|
},
|
1941
1941
|
{
|
1942
|
-
to:
|
1943
|
-
from:
|
1942
|
+
to: 'tuiIconTdsWysiwygSuperscriptMediumPragmatic',
|
1943
|
+
from: 'tuiIconSuperscriptLarge',
|
1944
1944
|
},
|
1945
1945
|
{
|
1946
|
-
to:
|
1947
|
-
from:
|
1946
|
+
to: 'tuiIconTdsWysiwygTableMediumPragmatic',
|
1947
|
+
from: 'tuiIconTableLarge',
|
1948
1948
|
},
|
1949
1949
|
{
|
1950
|
-
to:
|
1951
|
-
from:
|
1950
|
+
to: 'tuiIconTdsWysiwygTableMergeMediumPragmatic',
|
1951
|
+
from: 'tuiIconTableMergeLarge',
|
1952
1952
|
},
|
1953
1953
|
{
|
1954
|
-
to:
|
1955
|
-
from:
|
1954
|
+
to: 'tuiIconTdsWysiwygTableSplitMediumPragmatic',
|
1955
|
+
from: 'tuiIconTableSplitLarge',
|
1956
1956
|
},
|
1957
1957
|
{
|
1958
|
-
to:
|
1959
|
-
from:
|
1958
|
+
to: 'tuiIconTdsTagSmallPragmatic',
|
1959
|
+
from: 'tuiIconTag',
|
1960
1960
|
},
|
1961
1961
|
{
|
1962
|
-
to:
|
1963
|
-
from:
|
1962
|
+
to: 'tuiIconTdsTagMediumPragmatic',
|
1963
|
+
from: 'tuiIconTagLarge',
|
1964
1964
|
},
|
1965
1965
|
{
|
1966
|
-
to:
|
1967
|
-
from:
|
1966
|
+
to: 'tuiIconTdsTagMediumPragmatic',
|
1967
|
+
from: 'tuiIconTagLargeOutline',
|
1968
1968
|
},
|
1969
1969
|
{
|
1970
|
-
to:
|
1971
|
-
from:
|
1970
|
+
to: 'tuiIconTdsTagSmallPragmatic',
|
1971
|
+
from: 'tuiIconTagOutline',
|
1972
1972
|
},
|
1973
1973
|
{
|
1974
|
-
to:
|
1975
|
-
from:
|
1974
|
+
to: 'tuiIconTdsThumbDownMediumPragmatic',
|
1975
|
+
from: 'tuiIconThumbsDownLarge',
|
1976
1976
|
},
|
1977
1977
|
{
|
1978
|
-
to:
|
1979
|
-
from:
|
1978
|
+
to: 'tuiIconTdsThumbUpMediumPragmatic',
|
1979
|
+
from: 'tuiIconThumbsUpLarge',
|
1980
1980
|
},
|
1981
1981
|
{
|
1982
|
-
to:
|
1983
|
-
from:
|
1982
|
+
to: 'tuiIconTdsCheckSmallPragmatic',
|
1983
|
+
from: 'tuiIconToggleOn',
|
1984
1984
|
},
|
1985
1985
|
{
|
1986
|
-
to:
|
1987
|
-
from:
|
1986
|
+
to: 'tuiIconTdsCheckMediumPragmatic',
|
1987
|
+
from: 'tuiIconToggleOnLarge',
|
1988
1988
|
},
|
1989
1989
|
{
|
1990
|
-
to:
|
1991
|
-
from:
|
1990
|
+
to: 'tuiIconTdsPlusCircleMediumPragmatic',
|
1991
|
+
from: 'tuiIconTopUpLarge',
|
1992
1992
|
},
|
1993
1993
|
{
|
1994
|
-
to:
|
1995
|
-
from:
|
1994
|
+
to: 'tuiIconTdsDenyMediumPragmatic',
|
1995
|
+
from: 'tuiIconTransparentLarge',
|
1996
1996
|
},
|
1997
1997
|
{
|
1998
|
-
to:
|
1999
|
-
from:
|
1998
|
+
to: 'tuiIconTdsTrashSmallPragmatic',
|
1999
|
+
from: 'tuiIconTrash',
|
2000
2000
|
},
|
2001
2001
|
{
|
2002
|
-
to:
|
2003
|
-
from:
|
2002
|
+
to: 'tuiIconTdsTrashMediumPragmatic',
|
2003
|
+
from: 'tuiIconTrashLarge',
|
2004
2004
|
},
|
2005
2005
|
{
|
2006
|
-
to:
|
2007
|
-
from:
|
2006
|
+
to: 'tuiIconTdsTrashMediumPragmatic',
|
2007
|
+
from: 'tuiIconTrashLargeOutline',
|
2008
2008
|
},
|
2009
2009
|
{
|
2010
|
-
to:
|
2011
|
-
from:
|
2010
|
+
to: 'tuiIconTdsTrashSmallPragmatic',
|
2011
|
+
from: 'tuiIconTrashOutline',
|
2012
2012
|
},
|
2013
2013
|
{
|
2014
|
-
to:
|
2015
|
-
from:
|
2014
|
+
to: 'tuiIconTdsWysiwygFontUnderlineMediumPragmatic',
|
2015
|
+
from: 'tuiIconUnderlineLarge',
|
2016
2016
|
},
|
2017
2017
|
{
|
2018
|
-
to:
|
2019
|
-
from:
|
2018
|
+
to: 'tuiIconTdsArrowRewindSmallPragmatic',
|
2019
|
+
from: 'tuiIconUndo',
|
2020
2020
|
},
|
2021
2021
|
{
|
2022
|
-
to:
|
2023
|
-
from:
|
2022
|
+
to: 'tuiIconTdsWysiwygFontBoldMediumPragmatic',
|
2023
|
+
from: 'tuiIconBoldLarge',
|
2024
2024
|
},
|
2025
2025
|
{
|
2026
|
-
to:
|
2027
|
-
from:
|
2026
|
+
to: 'tuiIconTdsArrowRewindMediumPragmatic',
|
2027
|
+
from: 'tuiIconUndoLarge',
|
2028
2028
|
},
|
2029
2029
|
{
|
2030
|
-
to:
|
2031
|
-
from:
|
2030
|
+
to: 'tuiIconTdsMathNonEqualSmallPragmatic',
|
2031
|
+
from: 'tuiIconUnequal',
|
2032
2032
|
},
|
2033
2033
|
{
|
2034
|
-
to:
|
2035
|
-
from:
|
2034
|
+
to: 'tuiIconTdsMathNonEqualMediumPragmatic',
|
2035
|
+
from: 'tuiIconUnequalLarge',
|
2036
2036
|
},
|
2037
2037
|
{
|
2038
|
-
to:
|
2039
|
-
from:
|
2038
|
+
to: 'tuiIconTdsSnowflakeOffSmallPragmatic',
|
2039
|
+
from: 'tuiIconUnfreeze',
|
2040
2040
|
},
|
2041
2041
|
{
|
2042
|
-
to:
|
2043
|
-
from:
|
2042
|
+
to: 'tuiIconTdsSnowflakeOffMediumPragmatic',
|
2043
|
+
from: 'tuiIconUnfreezeLarge',
|
2044
2044
|
},
|
2045
2045
|
{
|
2046
|
-
to:
|
2047
|
-
from:
|
2046
|
+
to: 'tuiIconTdsLockOpenSmallPragmatic',
|
2047
|
+
from: 'tuiIconLockOpen',
|
2048
2048
|
},
|
2049
2049
|
{
|
2050
|
-
to:
|
2051
|
-
from:
|
2050
|
+
to: 'tuiIconTdsLockOpenSmallPragmatic',
|
2051
|
+
from: 'tuiIconUnlock',
|
2052
2052
|
},
|
2053
2053
|
{
|
2054
|
-
to:
|
2055
|
-
from:
|
2054
|
+
to: 'tuiIconTdsLockOpenMediumPragmatic',
|
2055
|
+
from: 'tuiIconUnlockLarge',
|
2056
2056
|
},
|
2057
2057
|
{
|
2058
|
-
to:
|
2059
|
-
from:
|
2058
|
+
to: 'tuiIconTdsLockOpenMediumPragmatic',
|
2059
|
+
from: 'tuiIconUnlockLargeOutline',
|
2060
2060
|
},
|
2061
2061
|
{
|
2062
|
-
to:
|
2063
|
-
from:
|
2062
|
+
to: 'tuiIconTdsLockOpenMediumPragmatic',
|
2063
|
+
from: 'tuiIconUnlockOutline',
|
2064
2064
|
},
|
2065
2065
|
{
|
2066
|
-
to:
|
2067
|
-
from:
|
2066
|
+
to: 'tuiIconTdsArrowUpCircleSmallPragmatic',
|
2067
|
+
from: 'tuiIconUpCircle',
|
2068
2068
|
},
|
2069
2069
|
{
|
2070
|
-
to:
|
2071
|
-
from:
|
2070
|
+
to: 'tuiIconTdsShareSmallPragmatic',
|
2071
|
+
from: 'tuiIconUpload',
|
2072
2072
|
},
|
2073
2073
|
{
|
2074
|
-
to:
|
2075
|
-
from:
|
2074
|
+
to: 'tuiIconTdsShare2MediumPragmatic',
|
2075
|
+
from: 'tuiIconUploadLarge',
|
2076
2076
|
},
|
2077
2077
|
{
|
2078
|
-
to:
|
2079
|
-
from:
|
2078
|
+
to: 'tuiIconTdsUserImpersonalSmallPragmatic',
|
2079
|
+
from: 'tuiIconUser',
|
2080
2080
|
},
|
2081
2081
|
{
|
2082
|
-
to:
|
2083
|
-
from:
|
2082
|
+
to: 'tuiIconTdsUserImpersonalSmallPragmatic',
|
2083
|
+
from: 'tuiIconUserOutline',
|
2084
2084
|
},
|
2085
2085
|
{
|
2086
|
-
to:
|
2087
|
-
from:
|
2086
|
+
to: 'tuiIconTdsUserImpersonalMediumPragmatic',
|
2087
|
+
from: 'tuiIconUserpicCircleLarge',
|
2088
2088
|
},
|
2089
2089
|
{
|
2090
|
-
to:
|
2091
|
-
from:
|
2090
|
+
to: 'tuiIconTdsCameraVideoSmallPragmatic',
|
2091
|
+
from: 'tuiIconVideo',
|
2092
2092
|
},
|
2093
2093
|
{
|
2094
|
-
to:
|
2095
|
-
from:
|
2094
|
+
to: 'tuiIconTdsCameraVideoMediumPragmatic',
|
2095
|
+
from: 'tuiIconVideoLarge',
|
2096
2096
|
},
|
2097
2097
|
{
|
2098
|
-
to:
|
2099
|
-
from:
|
2098
|
+
to: 'tuiIconTdsCameraVideoSmallPragmatic',
|
2099
|
+
from: 'tuiIconVideoOutline',
|
2100
2100
|
},
|
2101
2101
|
{
|
2102
|
-
to:
|
2103
|
-
from:
|
2102
|
+
to: 'tuiIconTdsSoundSmallPragmatic',
|
2103
|
+
from: 'tuiIconSound',
|
2104
2104
|
},
|
2105
2105
|
{
|
2106
|
-
to:
|
2107
|
-
from:
|
2106
|
+
to: 'tuiIconTdsSoundSmallPragmatic',
|
2107
|
+
from: 'tuiIconVolume',
|
2108
2108
|
},
|
2109
2109
|
{
|
2110
|
-
to:
|
2111
|
-
from:
|
2110
|
+
to: 'tuiIconTdsSoundMediumPragmatic',
|
2111
|
+
from: 'tuiIconVolumeLarge',
|
2112
2112
|
},
|
2113
2113
|
{
|
2114
|
-
to:
|
2115
|
-
from:
|
2114
|
+
to: 'tuiIconTdsSoundMediumPragmatic',
|
2115
|
+
from: 'tuiIconVolumeLargeOutline',
|
2116
2116
|
},
|
2117
2117
|
{
|
2118
|
-
to:
|
2119
|
-
from:
|
2118
|
+
to: 'tuiIconTdsSoundSmallPragmatic',
|
2119
|
+
from: 'tuiIconVolumeOutline',
|
2120
2120
|
},
|
2121
2121
|
{
|
2122
|
-
to:
|
2123
|
-
from:
|
2122
|
+
to: 'tuiIconTdsSoundOffSmallPragmatic',
|
2123
|
+
from: 'tuiIconSoundOff',
|
2124
2124
|
},
|
2125
2125
|
{
|
2126
|
-
to:
|
2127
|
-
from:
|
2126
|
+
to: 'tuiIconTdsSoundOffSmallPragmatic',
|
2127
|
+
from: 'tuiIconVolumeX',
|
2128
2128
|
},
|
2129
2129
|
{
|
2130
|
-
to:
|
2131
|
-
from:
|
2130
|
+
to: 'tuiIconTdsSoundOffMediumPragmatic',
|
2131
|
+
from: 'tuiIconVolumeXLarge',
|
2132
2132
|
},
|
2133
2133
|
{
|
2134
|
-
to:
|
2135
|
-
from:
|
2134
|
+
to: 'tuiIconTdsSoundOffMediumPragmatic',
|
2135
|
+
from: 'tuiIconVolumeXLargeOutline',
|
2136
2136
|
},
|
2137
2137
|
{
|
2138
|
-
to:
|
2139
|
-
from:
|
2138
|
+
to: 'tuiIconTdsSoundOffSmallPragmatic',
|
2139
|
+
from: 'tuiIconVolumeXOutline',
|
2140
2140
|
},
|
2141
2141
|
{
|
2142
|
-
to:
|
2143
|
-
from:
|
2142
|
+
to: 'tuiIconTdsWalletSmallPragmatic',
|
2143
|
+
from: 'tuiIconWallet',
|
2144
2144
|
},
|
2145
2145
|
{
|
2146
|
-
to:
|
2147
|
-
from:
|
2146
|
+
to: 'tuiIconTdsWalletMediumPragmatic',
|
2147
|
+
from: 'tuiIconWalletLarge',
|
2148
2148
|
},
|
2149
2149
|
{
|
2150
|
-
to:
|
2151
|
-
from:
|
2150
|
+
to: 'tuiIconTdsExclamationSmallPragmatic',
|
2151
|
+
from: 'tuiIconWarning',
|
2152
2152
|
},
|
2153
2153
|
{
|
2154
|
-
to:
|
2155
|
-
from:
|
2154
|
+
to: 'tuiIconTdsExclamationMediumPragmatic',
|
2155
|
+
from: 'tuiIconWarningLarge',
|
2156
2156
|
},
|
2157
2157
|
{
|
2158
|
-
to:
|
2159
|
-
from:
|
2158
|
+
to: 'tuiIconTdsPaypassSmallPragmatic',
|
2159
|
+
from: 'tuiIconWireless',
|
2160
2160
|
},
|
2161
2161
|
{
|
2162
|
-
to:
|
2163
|
-
from:
|
2162
|
+
to: 'tuiIconTdsGlobeMediumPragmatic',
|
2163
|
+
from: 'tuiIconWorldLarge',
|
2164
2164
|
},
|
2165
2165
|
{
|
2166
|
-
to:
|
2167
|
-
from:
|
2166
|
+
to: 'tuiIconTdsCrossSmallPragmatic',
|
2167
|
+
from: 'tuiIconRemove',
|
2168
2168
|
},
|
2169
2169
|
{
|
2170
|
-
to:
|
2171
|
-
from:
|
2170
|
+
to: 'tuiIconTdsCrossSmallPragmatic',
|
2171
|
+
from: 'tuiIconCancelOutline',
|
2172
2172
|
},
|
2173
2173
|
{
|
2174
|
-
to:
|
2175
|
-
from:
|
2174
|
+
to: 'tuiIconTdsCrossSmallPragmatic',
|
2175
|
+
from: 'tuiIconX',
|
2176
2176
|
},
|
2177
2177
|
{
|
2178
|
-
to:
|
2179
|
-
from:
|
2178
|
+
to: 'tuiIconTdsCrossCircleSmallPragmatic',
|
2179
|
+
from: 'tuiIconCancel',
|
2180
2180
|
},
|
2181
2181
|
{
|
2182
|
-
to:
|
2183
|
-
from:
|
2182
|
+
to: 'tuiIconTdsCrossCircleSmallPragmatic',
|
2183
|
+
from: 'tuiIconXCircle',
|
2184
2184
|
},
|
2185
2185
|
{
|
2186
|
-
to:
|
2187
|
-
from:
|
2186
|
+
to: 'tuiIconTdsCrossCircleMediumPragmatic',
|
2187
|
+
from: 'tuiIconXCircleLarge',
|
2188
2188
|
},
|
2189
2189
|
{
|
2190
|
-
to:
|
2191
|
-
from:
|
2190
|
+
to: 'tuiIconTdsCrossCircleMediumPragmatic',
|
2191
|
+
from: 'tuiIconXCircleLargeOutline',
|
2192
2192
|
},
|
2193
2193
|
{
|
2194
|
-
to:
|
2195
|
-
from:
|
2194
|
+
to: 'tuiIconTdsCrossCircleSmallPragmatic',
|
2195
|
+
from: 'tuiIconXCircleOutline',
|
2196
2196
|
},
|
2197
2197
|
{
|
2198
|
-
to:
|
2199
|
-
from:
|
2198
|
+
to: 'tuiIconTdsCrossMediumPragmatic',
|
2199
|
+
from: 'tuiIconXLarge',
|
2200
2200
|
},
|
2201
2201
|
{
|
2202
|
-
to:
|
2203
|
-
from:
|
2202
|
+
to: 'tuiIconTdsLoupePlusSmallPragmatic',
|
2203
|
+
from: 'tuiIconZoomIn',
|
2204
2204
|
},
|
2205
2205
|
{
|
2206
|
-
to:
|
2207
|
-
from:
|
2206
|
+
to: 'tuiIconTdsLoupePlusMediumPragmatic',
|
2207
|
+
from: 'tuiIconZoomInLarge',
|
2208
2208
|
},
|
2209
2209
|
{
|
2210
|
-
to:
|
2211
|
-
from:
|
2210
|
+
to: 'tuiIconTdsLoupePlusMediumPragmatic',
|
2211
|
+
from: 'tuiIconZoomInLargeOutline',
|
2212
2212
|
},
|
2213
2213
|
{
|
2214
|
-
to:
|
2215
|
-
from:
|
2214
|
+
to: 'tuiIconTdsLoupePlusSmallPragmatic',
|
2215
|
+
from: 'tuiIconZoomInOutline',
|
2216
2216
|
},
|
2217
2217
|
{
|
2218
|
-
to:
|
2219
|
-
from:
|
2218
|
+
to: 'tuiIconTdsLoupeMinusSmallPragmatic',
|
2219
|
+
from: 'tuiIconZoomOut',
|
2220
2220
|
},
|
2221
2221
|
{
|
2222
|
-
to:
|
2223
|
-
from:
|
2222
|
+
to: 'tuiIconTdsLoupeMinusMediumPragmatic',
|
2223
|
+
from: 'tuiIconZoomOutLarge',
|
2224
2224
|
},
|
2225
2225
|
{
|
2226
|
-
to:
|
2227
|
-
from:
|
2226
|
+
to: 'tuiIconTdsLoupeMinusMediumPragmatic',
|
2227
|
+
from: 'tuiIconZoomOutLargeOutline',
|
2228
2228
|
},
|
2229
2229
|
{
|
2230
|
-
to:
|
2231
|
-
from:
|
2230
|
+
to: 'tuiIconTdsLoupeMinusSmallPragmatic',
|
2231
|
+
from: 'tuiIconZoomOutOutline',
|
2232
2232
|
},
|
2233
2233
|
{
|
2234
|
-
to:
|
2235
|
-
from:
|
2234
|
+
to: 'tuiIconTdsAtmSmallPragmatic',
|
2235
|
+
from: 'tuiIconAtm',
|
2236
2236
|
},
|
2237
2237
|
{
|
2238
|
-
to:
|
2239
|
-
from:
|
2238
|
+
to: 'tuiIconTdsGiftSmallPragmatic',
|
2239
|
+
from: 'tuiIconBirthday',
|
2240
2240
|
},
|
2241
2241
|
{
|
2242
|
-
to:
|
2243
|
-
from:
|
2242
|
+
to: 'tuiIconTdsGiftMediumPragmatic',
|
2243
|
+
from: 'tuiIconBirthdayLarge',
|
2244
2244
|
},
|
2245
2245
|
{
|
2246
|
-
to:
|
2247
|
-
from:
|
2246
|
+
to: 'tuiIconTdsCrownSmallPragmatic',
|
2247
|
+
from: 'tuiIconBonus',
|
2248
2248
|
},
|
2249
2249
|
{
|
2250
|
-
to:
|
2251
|
-
from:
|
2250
|
+
to: 'tuiIconTdsCrownMediumPragmatic',
|
2251
|
+
from: 'tuiIconBonusLarge',
|
2252
2252
|
},
|
2253
2253
|
{
|
2254
|
-
to:
|
2255
|
-
from:
|
2254
|
+
to: 'tuiIconTdsBriefcaseMediumPragmatic',
|
2255
|
+
from: 'tuiIconBriefcaseLarge',
|
2256
2256
|
},
|
2257
2257
|
{
|
2258
|
-
to:
|
2259
|
-
from:
|
2258
|
+
to: 'tuiIconTdsChevronDownSmallPragmatic',
|
2259
|
+
from: 'tuiIconCardDrop',
|
2260
2260
|
},
|
2261
2261
|
{
|
2262
|
-
to:
|
2263
|
-
from:
|
2262
|
+
to: 'tuiIconTdsChevronDownMediumPragmatic',
|
2263
|
+
from: 'tuiIconCardDropLarge',
|
2264
2264
|
},
|
2265
2265
|
{
|
2266
|
-
to:
|
2267
|
-
from:
|
2266
|
+
to: 'tuiIconTdsChevronDownMediumPragmatic',
|
2267
|
+
from: 'tuiIconCardDropLargeOutline',
|
2268
2268
|
},
|
2269
2269
|
{
|
2270
|
-
to:
|
2271
|
-
from:
|
2270
|
+
to: 'tuiIconTdsChevronDownSmallPragmatic',
|
2271
|
+
from: 'tuiIconCardDropOutline',
|
2272
2272
|
},
|
2273
2273
|
{
|
2274
|
-
to:
|
2275
|
-
from:
|
2274
|
+
to: 'tuiIconTdsCardBacksideSmallPragmatic',
|
2275
|
+
from: 'tuiIconCardOutline',
|
2276
2276
|
},
|
2277
2277
|
{
|
2278
|
-
to:
|
2279
|
-
from:
|
2278
|
+
to: 'tuiIconTdsClipboardCheckSmallPragmatic',
|
2279
|
+
from: 'tuiIconChecklist',
|
2280
2280
|
},
|
2281
2281
|
{
|
2282
|
-
to:
|
2283
|
-
from:
|
2282
|
+
to: 'tuiIconTdsClipboardCheckMediumPragmatic',
|
2283
|
+
from: 'tuiIconChecklistLarge',
|
2284
2284
|
},
|
2285
2285
|
{
|
2286
|
-
to:
|
2287
|
-
from:
|
2286
|
+
to: 'tuiIconTdsClipboardCheckMediumPragmatic',
|
2287
|
+
from: 'tuiIconChecklistLargeOutline',
|
2288
2288
|
},
|
2289
2289
|
{
|
2290
|
-
to:
|
2291
|
-
from:
|
2290
|
+
to: 'tuiIconTdsClipboardCheckSmallPragmatic',
|
2291
|
+
from: 'tuiIconChecklistOutline',
|
2292
2292
|
},
|
2293
2293
|
{
|
2294
|
-
to:
|
2295
|
-
from:
|
2294
|
+
to: 'tuiIconTdsChevronDoubleDownSmallPragmatic',
|
2295
|
+
from: 'tuiIconChevronsDown',
|
2296
2296
|
},
|
2297
2297
|
{
|
2298
|
-
to:
|
2299
|
-
from:
|
2298
|
+
to: 'tuiIconTdsChevronDoubleLeftSmallPragmatic',
|
2299
|
+
from: 'tuiIconChevronsLeft',
|
2300
2300
|
},
|
2301
2301
|
{
|
2302
|
-
to:
|
2303
|
-
from:
|
2302
|
+
to: 'tuiIconTdsChevronDoubleRightSmallPragmatic',
|
2303
|
+
from: 'tuiIconChevronsRight',
|
2304
2304
|
},
|
2305
2305
|
{
|
2306
|
-
to:
|
2307
|
-
from:
|
2306
|
+
to: 'tuiIconTdsChevronDoubleUpMediumPragmatic',
|
2307
|
+
from: 'tuiIconChevronsUpLarge',
|
2308
2308
|
},
|
2309
2309
|
{
|
2310
|
-
to:
|
2311
|
-
from:
|
2310
|
+
to: 'tuiIconTdsPlusCircleSmallPragmatic',
|
2311
|
+
from: 'tuiIconCompensation',
|
2312
2312
|
},
|
2313
2313
|
{
|
2314
|
-
to:
|
2315
|
-
from:
|
2314
|
+
to: 'tuiIconTdsPlusCircleMediumPragmatic',
|
2315
|
+
from: 'tuiIconCompensationLarge',
|
2316
2316
|
},
|
2317
2317
|
{
|
2318
|
-
to:
|
2319
|
-
from:
|
2318
|
+
to: 'tuiIconTdsPlusCircleMediumPragmatic',
|
2319
|
+
from: 'tuiIconCompensationLargeOutline',
|
2320
2320
|
},
|
2321
2321
|
{
|
2322
|
-
to:
|
2323
|
-
from:
|
2322
|
+
to: 'tuiIconTdsCardBacksideSmallPragmatic',
|
2323
|
+
from: 'tuiIconCards',
|
2324
2324
|
},
|
2325
2325
|
{
|
2326
|
-
to:
|
2327
|
-
from:
|
2326
|
+
to: 'tuiIconTdsCardBacksideSmallPragmatic',
|
2327
|
+
from: 'tuiIconCard',
|
2328
2328
|
},
|
2329
2329
|
{
|
2330
|
-
to:
|
2331
|
-
from:
|
2330
|
+
to: 'tuiIconTdsCardBacksideSmallPragmatic',
|
2331
|
+
from: 'tuiIconCreditCard',
|
2332
2332
|
},
|
2333
2333
|
{
|
2334
|
-
to:
|
2335
|
-
from:
|
2334
|
+
to: 'tuiIconTdsCardsMediumPragmatic',
|
2335
|
+
from: 'tuiIconCreditCardLarge',
|
2336
2336
|
},
|
2337
2337
|
{
|
2338
|
-
to:
|
2339
|
-
from:
|
2338
|
+
to: 'tuiIconTdsCardsMediumPragmatic',
|
2339
|
+
from: 'tuiIconCreditCardLargeOutline',
|
2340
2340
|
},
|
2341
2341
|
{
|
2342
|
-
to:
|
2343
|
-
from:
|
2342
|
+
to: 'tuiIconTdsCardBacksideSmallPragmatic',
|
2343
|
+
from: 'tuiIconCreditCardOutline',
|
2344
2344
|
},
|
2345
2345
|
{
|
2346
|
-
to:
|
2347
|
-
from:
|
2346
|
+
to: 'tuiIconTdsLogoFacebookMedium',
|
2347
|
+
from: 'tuiIconFacebookLarge',
|
2348
2348
|
},
|
2349
2349
|
{
|
2350
|
-
to:
|
2351
|
-
from:
|
2350
|
+
to: 'tuiIconTdsArrowForwardSmallPragmatic',
|
2351
|
+
from: 'tuiIconForward',
|
2352
2352
|
},
|
2353
2353
|
{
|
2354
|
-
to:
|
2355
|
-
from:
|
2354
|
+
to: 'tuiIconTdsArrowForwardMediumPragmatic',
|
2355
|
+
from: 'tuiIconForwardLarge',
|
2356
2356
|
},
|
2357
2357
|
{
|
2358
|
-
to:
|
2359
|
-
from:
|
2358
|
+
to: 'tuiIconTdsArrowForwardMediumPragmatic',
|
2359
|
+
from: 'tuiIconForwardLargeOutline',
|
2360
2360
|
},
|
2361
2361
|
{
|
2362
|
-
to:
|
2363
|
-
from:
|
2362
|
+
to: 'tuiIconTdsLogoMastercardMedium',
|
2363
|
+
from: 'tuiIconMaestroMono',
|
2364
2364
|
},
|
2365
2365
|
{
|
2366
|
-
to:
|
2367
|
-
from:
|
2366
|
+
to: 'tuiIconMapPinOutline',
|
2367
|
+
from: 'tuiIconMap',
|
2368
2368
|
},
|
2369
2369
|
{
|
2370
|
-
to:
|
2371
|
-
from:
|
2370
|
+
to: 'tuiIconTdsPinGeoMediumPragmatic',
|
2371
|
+
from: 'tuiIconMapLarge',
|
2372
2372
|
},
|
2373
2373
|
{
|
2374
|
-
to:
|
2375
|
-
from:
|
2374
|
+
to: 'tuiIconTdsPaymentMastercardLogo',
|
2375
|
+
from: 'tuiIconMastercard',
|
2376
2376
|
},
|
2377
2377
|
{
|
2378
|
-
to:
|
2379
|
-
from:
|
2378
|
+
to: 'tuiIconTdsLogoMastercardMedium',
|
2379
|
+
from: 'tuiIconMastercardMono',
|
2380
2380
|
},
|
2381
2381
|
{
|
2382
|
-
to:
|
2383
|
-
from:
|
2382
|
+
to: 'tuiIconTdsPaymentMirLogo',
|
2383
|
+
from: 'tuiIconMir',
|
2384
2384
|
},
|
2385
2385
|
{
|
2386
|
-
to:
|
2387
|
-
from:
|
2386
|
+
to: 'tuiIconTdsPaymentMirMonochromeLogo',
|
2387
|
+
from: 'tuiIconMirMono',
|
2388
2388
|
},
|
2389
2389
|
{
|
2390
|
-
to:
|
2391
|
-
from:
|
2390
|
+
to: 'tuiIconTdsNightSmallPragmatic',
|
2391
|
+
from: 'tuiIconMoon',
|
2392
2392
|
},
|
2393
2393
|
{
|
2394
|
-
to:
|
2395
|
-
from:
|
2394
|
+
to: 'tuiIconTdsNightMediumPragmatic',
|
2395
|
+
from: 'tuiIconMoonLarge',
|
2396
2396
|
},
|
2397
2397
|
{
|
2398
|
-
to:
|
2399
|
-
from:
|
2398
|
+
to: 'tuiIconTdsLogoOdnoklassnikiMedium',
|
2399
|
+
from: 'tuiIconOkLarge',
|
2400
2400
|
},
|
2401
2401
|
{
|
2402
|
-
to:
|
2403
|
-
from:
|
2402
|
+
to: 'tuiIconTdsPhoneArrowSmallPragmatic',
|
2403
|
+
from: 'tuiIconCallIn',
|
2404
2404
|
},
|
2405
2405
|
{
|
2406
|
-
to:
|
2407
|
-
from:
|
2406
|
+
to: 'tuiIconTdsPhoneArrowSmallPragmatic',
|
2407
|
+
from: 'tuiIconPhoneIncoming',
|
2408
2408
|
},
|
2409
2409
|
{
|
2410
|
-
to:
|
2411
|
-
from:
|
2410
|
+
to: 'tuiIconTdsPhoneArrowMediumPragmatic',
|
2411
|
+
from: 'tuiIconPhoneIncomingLarge',
|
2412
2412
|
},
|
2413
2413
|
{
|
2414
|
-
to:
|
2415
|
-
from:
|
2414
|
+
to: 'tuiIconTdsArrowRewindMediumPragmatic',
|
2415
|
+
from: 'tuiIconRepeatCurrencyLarge',
|
2416
2416
|
},
|
2417
2417
|
{
|
2418
|
-
to:
|
2419
|
-
from:
|
2418
|
+
to: 'tuiIconTdsSaveSmallPragmatic',
|
2419
|
+
from: 'tuiIconSave',
|
2420
2420
|
},
|
2421
2421
|
{
|
2422
|
-
to:
|
2423
|
-
from:
|
2422
|
+
to: 'tuiIconTdsFloppyDiskMediumPragmatic',
|
2423
|
+
from: 'tuiIconSaveLarge',
|
2424
2424
|
},
|
2425
2425
|
{
|
2426
|
-
to:
|
2427
|
-
from:
|
2426
|
+
to: 'tuiIconTdsFloppyDiskMediumPragmatic',
|
2427
|
+
from: 'tuiIconSaveLargeOutline',
|
2428
2428
|
},
|
2429
2429
|
{
|
2430
|
-
to:
|
2431
|
-
from:
|
2430
|
+
to: 'tuiIconTdsSaveSmallPragmatic',
|
2431
|
+
from: 'tuiIconSaveOutline',
|
2432
2432
|
},
|
2433
2433
|
{
|
2434
|
-
to:
|
2435
|
-
from:
|
2434
|
+
to: 'tuiIconTdsDevicePhoneSmallPragmatic',
|
2435
|
+
from: 'tuiIconMobile',
|
2436
2436
|
},
|
2437
2437
|
{
|
2438
|
-
to:
|
2439
|
-
from:
|
2438
|
+
to: 'tuiIconTdsDevicePhoneSmallPragmatic',
|
2439
|
+
from: 'tuiIconSmartphone',
|
2440
2440
|
},
|
2441
2441
|
{
|
2442
|
-
to:
|
2443
|
-
from:
|
2442
|
+
to: 'tuiIconTdsDevicePhoneMediumPragmatic',
|
2443
|
+
from: 'tuiIconSmartphoneLarge',
|
2444
2444
|
},
|
2445
2445
|
{
|
2446
|
-
to:
|
2447
|
-
from:
|
2446
|
+
to: 'tuiIconTdsLogoTelegramMedium',
|
2447
|
+
from: 'tuiIconSocialTelegramLarge',
|
2448
2448
|
},
|
2449
2449
|
{
|
2450
|
-
to:
|
2451
|
-
from:
|
2450
|
+
to: 'tuiIconTdsLogoViberMedium',
|
2451
|
+
from: 'tuiIconSocialViberLarge',
|
2452
2452
|
},
|
2453
2453
|
{
|
2454
|
-
to:
|
2455
|
-
from:
|
2454
|
+
to: 'tuiIconTdsLogoWhatsappMedium',
|
2455
|
+
from: 'tuiIconSocialWhatsappLarge',
|
2456
2456
|
},
|
2457
2457
|
{
|
2458
|
-
to:
|
2459
|
-
from:
|
2458
|
+
to: 'tuiIconTdsSunSmallPragmatic',
|
2459
|
+
from: 'tuiIconSun',
|
2460
2460
|
},
|
2461
2461
|
{
|
2462
|
-
to:
|
2463
|
-
from:
|
2462
|
+
to: 'tuiIconTdsSunMediumPragmatic',
|
2463
|
+
from: 'tuiIconSunLarge',
|
2464
2464
|
},
|
2465
2465
|
{
|
2466
|
-
to:
|
2467
|
-
from:
|
2466
|
+
to: 'tuiIconTdsLogoTiktokMedium',
|
2467
|
+
from: 'tuiIconTiktokLarge',
|
2468
2468
|
},
|
2469
2469
|
{
|
2470
|
-
to:
|
2471
|
-
from:
|
2470
|
+
to: 'tuiIconTdsChevronDoubleRightCircleSmallPragmatic',
|
2471
|
+
from: 'tuiIconTransfer',
|
2472
2472
|
},
|
2473
2473
|
{
|
2474
|
-
to:
|
2475
|
-
from:
|
2474
|
+
to: 'tuiIconTdsChevronDoubleRightCircleMediumPragmatic',
|
2475
|
+
from: 'tuiIconTransferLarge',
|
2476
2476
|
},
|
2477
2477
|
{
|
2478
|
-
to:
|
2479
|
-
from:
|
2478
|
+
to: 'tuiIconTdsChevronDoubleRightCircleMediumPragmatic',
|
2479
|
+
from: 'tuiIconTransferLargeOutline',
|
2480
2480
|
},
|
2481
2481
|
{
|
2482
|
-
to:
|
2483
|
-
from:
|
2482
|
+
to: 'tuiIconTdsChevronDoubleRightCircleSmallPragmatic',
|
2483
|
+
from: 'tuiIconTransferOutline',
|
2484
2484
|
},
|
2485
2485
|
{
|
2486
|
-
to:
|
2487
|
-
from:
|
2486
|
+
to: 'tuiIconTdsChevronDoubleRightCircleMediumPragmatic',
|
2487
|
+
from: 'tuiIconTransferTcrmLarge',
|
2488
2488
|
},
|
2489
2489
|
{
|
2490
|
-
to:
|
2491
|
-
from:
|
2490
|
+
to: 'tuiIconTdsChevronDoubleRightCircleMediumPragmatic',
|
2491
|
+
from: 'tuiIconTransferTcrmLargeOutline',
|
2492
2492
|
},
|
2493
2493
|
{
|
2494
|
-
to:
|
2495
|
-
from:
|
2494
|
+
to: 'tuiIconTdsLogoTwitterMedium',
|
2495
|
+
from: 'tuiIconTwitterLarge',
|
2496
2496
|
},
|
2497
2497
|
{
|
2498
|
-
to:
|
2499
|
-
from:
|
2498
|
+
to: 'tuiIconTdsPaymentUnionpayLogo',
|
2499
|
+
from: 'tuiIconUnionPay',
|
2500
2500
|
},
|
2501
2501
|
{
|
2502
|
-
to:
|
2503
|
-
from:
|
2502
|
+
to: 'tuiIconTdsUsersSmallPragmatic',
|
2503
|
+
from: 'tuiIconUsers',
|
2504
2504
|
},
|
2505
2505
|
{
|
2506
|
-
to:
|
2507
|
-
from:
|
2506
|
+
to: 'tuiIconTdsUsersSmallPragmatic',
|
2507
|
+
from: 'tuiIconUsersOutline',
|
2508
2508
|
},
|
2509
2509
|
{
|
2510
|
-
to:
|
2511
|
-
from:
|
2510
|
+
to: 'tuiIconTdsPaymentVisaLogo',
|
2511
|
+
from: 'tuiIconVisa',
|
2512
2512
|
},
|
2513
2513
|
{
|
2514
|
-
to:
|
2515
|
-
from:
|
2514
|
+
to: 'tuiIconTdsPaymentVisaMonochromeLogoSquare',
|
2515
|
+
from: 'tuiIconVisaMono',
|
2516
2516
|
},
|
2517
2517
|
{
|
2518
|
-
to:
|
2519
|
-
from:
|
2518
|
+
to: 'tuiIconTdsLogoVkMedium',
|
2519
|
+
from: 'tuiIconVkLarge',
|
2520
2520
|
},
|
2521
2521
|
{
|
2522
|
-
to:
|
2523
|
-
from:
|
2522
|
+
to: 'tuiIconTdsWifiMediumPragmatic',
|
2523
|
+
from: 'tuiIconWifiLarge',
|
2524
2524
|
},
|
2525
2525
|
{
|
2526
|
-
to:
|
2527
|
-
from:
|
2526
|
+
to: 'tuiIconTdsWifiOffMediumPragmatic',
|
2527
|
+
from: 'tuiIconWifiOffLarge',
|
2528
2528
|
},
|
2529
2529
|
{
|
2530
|
-
to:
|
2531
|
-
from:
|
2530
|
+
to: 'tuiIconTdsLogoYoutubeMedium',
|
2531
|
+
from: 'tuiIconYoutubeLarge',
|
2532
2532
|
},
|
2533
2533
|
{
|
2534
|
-
to:
|
2535
|
-
from:
|
2534
|
+
to: 'tuiIconTdsAnchorMediumPragmatic',
|
2535
|
+
from: 'tuiIconAnchorLarge',
|
2536
2536
|
},
|
2537
2537
|
].sort((prev, next) => next.from.length - prev.from.length);
|