@taiga-ui/kit 3.39.1 → 3.40.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/taiga-ui-kit-components-accordion.umd.js +11 -7
- package/bundles/taiga-ui-kit-components-accordion.umd.js.map +1 -1
- package/bundles/taiga-ui-kit-components-calendar-month.umd.js +1 -1
- package/bundles/taiga-ui-kit-components-calendar-month.umd.js.map +1 -1
- package/bundles/taiga-ui-kit-components-calendar-range.umd.js +7 -3
- package/bundles/taiga-ui-kit-components-calendar-range.umd.js.map +1 -1
- package/bundles/taiga-ui-kit-components-files.umd.js +12 -8
- package/bundles/taiga-ui-kit-components-files.umd.js.map +1 -1
- package/bundles/taiga-ui-kit-components-input-number.umd.js +42 -22
- package/bundles/taiga-ui-kit-components-input-number.umd.js.map +1 -1
- package/bundles/taiga-ui-kit-components-input-range.umd.js +5 -23
- package/bundles/taiga-ui-kit-components-input-range.umd.js.map +1 -1
- package/bundles/taiga-ui-kit-components-input-slider.umd.js +5 -1
- package/bundles/taiga-ui-kit-components-input-slider.umd.js.map +1 -1
- package/bundles/taiga-ui-kit-components-input-tag.umd.js +7 -3
- package/bundles/taiga-ui-kit-components-input-tag.umd.js.map +1 -1
- package/bundles/taiga-ui-kit-components-pagination.umd.js +22 -25
- package/bundles/taiga-ui-kit-components-pagination.umd.js.map +1 -1
- package/bundles/taiga-ui-kit-components-pdf-viewer.umd.js +7 -3
- package/bundles/taiga-ui-kit-components-pdf-viewer.umd.js.map +1 -1
- package/bundles/taiga-ui-kit-components-progress.umd.js +6 -5
- package/bundles/taiga-ui-kit-components-progress.umd.js.map +1 -1
- package/bundles/taiga-ui-kit-components-prompt.umd.js +1 -1
- package/bundles/taiga-ui-kit-components-prompt.umd.js.map +1 -1
- package/bundles/taiga-ui-kit-components-push.umd.js +7 -3
- package/bundles/taiga-ui-kit-components-push.umd.js.map +1 -1
- package/bundles/taiga-ui-kit-components-select-option.umd.js +7 -3
- package/bundles/taiga-ui-kit-components-select-option.umd.js.map +1 -1
- package/bundles/taiga-ui-kit-components-stepper.umd.js +7 -3
- package/bundles/taiga-ui-kit-components-stepper.umd.js.map +1 -1
- package/bundles/taiga-ui-kit-components-tabs.umd.js +11 -7
- package/bundles/taiga-ui-kit-components-tabs.umd.js.map +1 -1
- package/bundles/taiga-ui-kit-components-tag.umd.js +16 -27
- package/bundles/taiga-ui-kit-components-tag.umd.js.map +1 -1
- package/bundles/{taiga-ui-kit-components-text-area.umd.js → taiga-ui-kit-components-textarea.umd.js} +81 -64
- package/bundles/taiga-ui-kit-components-textarea.umd.js.map +1 -0
- package/bundles/taiga-ui-kit-components-tiles.umd.js +5 -0
- package/bundles/taiga-ui-kit-components-tiles.umd.js.map +1 -1
- package/bundles/taiga-ui-kit-components-tree.umd.js +7 -3
- package/bundles/taiga-ui-kit-components-tree.umd.js.map +1 -1
- package/bundles/taiga-ui-kit-components.umd.js +6 -6
- package/components/accordion/accordion-item/accordion-item.component.d.ts +3 -1
- package/components/calendar-range/calendar-range.component.d.ts +4 -3
- package/components/files/file/file.component.d.ts +3 -2
- package/components/index.d.ts +1 -1
- package/components/input-number/input-number.component.d.ts +7 -4
- package/components/input-range/input-range.component.d.ts +2 -4
- package/components/input-tag/input-tag.component.d.ts +5 -4
- package/components/pagination/pagination.component.d.ts +7 -6
- package/components/pagination/pagination.module.d.ts +3 -3
- package/components/pdf-viewer/pdf-viewer.component.d.ts +3 -1
- package/components/progress/progress-circle/progress-circle.component.d.ts +1 -1
- package/components/push/push.component.d.ts +3 -1
- package/components/select-option/select-option.component.d.ts +4 -3
- package/components/stepper/step/step.component.d.ts +3 -1
- package/components/tabs/tabs-with-more/tabs-with-more.component.d.ts +3 -1
- package/components/tag/tag.component.d.ts +3 -5
- package/components/tag/tag.module.d.ts +3 -4
- package/components/textarea/deprecated.d.ts +15 -0
- package/components/textarea/index.d.ts +4 -0
- package/components/textarea/package.json +10 -0
- package/components/{text-area/taiga-ui-kit-components-text-area.d.ts → textarea/taiga-ui-kit-components-textarea.d.ts} +1 -1
- package/components/{text-area/text-area.component.d.ts → textarea/textarea.component.d.ts} +3 -3
- package/components/textarea/textarea.directive.d.ts +8 -0
- package/components/{text-area/text-area.module.d.ts → textarea/textarea.module.d.ts} +6 -6
- package/components/tiles/tile.component.d.ts +3 -2
- package/components/tree/components/tree-item-content/tree-item-content.component.d.ts +3 -1
- package/esm2015/components/accordion/accordion-item/accordion-item.component.js +9 -4
- package/esm2015/components/calendar-month/calendar-month.component.js +1 -1
- package/esm2015/components/calendar-range/calendar-range.component.js +9 -5
- package/esm2015/components/files/file/file.component.js +9 -4
- package/esm2015/components/index.js +2 -2
- package/esm2015/components/input-number/input-number.component.js +29 -10
- package/esm2015/components/input-range/input-range.component.js +6 -16
- package/esm2015/components/input-slider/input-slider.component.js +6 -2
- package/esm2015/components/input-tag/input-tag.component.js +9 -5
- package/esm2015/components/pagination/pagination.component.js +18 -12
- package/esm2015/components/pagination/pagination.module.js +5 -8
- package/esm2015/components/pdf-viewer/pdf-viewer.component.js +9 -5
- package/esm2015/components/progress/progress-circle/progress-circle.component.js +7 -6
- package/esm2015/components/prompt/prompt.component.js +1 -1
- package/esm2015/components/push/push.component.js +9 -5
- package/esm2015/components/select-option/select-option.component.js +9 -5
- package/esm2015/components/stepper/step/step.component.js +9 -5
- package/esm2015/components/tabs/tabs-with-more/tabs-with-more.component.js +9 -4
- package/esm2015/components/tag/tag.component.js +12 -16
- package/esm2015/components/tag/tag.module.js +1 -5
- package/esm2015/components/textarea/deprecated.js +16 -0
- package/esm2015/components/textarea/index.js +5 -0
- package/esm2015/components/textarea/taiga-ui-kit-components-textarea.js +5 -0
- package/esm2015/components/textarea/textarea.component.js +217 -0
- package/esm2015/components/textarea/textarea.directive.js +19 -0
- package/esm2015/components/textarea/textarea.module.js +51 -0
- package/esm2015/components/tiles/tile.component.js +6 -1
- package/esm2015/components/tree/components/tree-item-content/tree-item-content.component.js +9 -4
- package/fesm2015/taiga-ui-kit-components-accordion.js +8 -3
- package/fesm2015/taiga-ui-kit-components-accordion.js.map +1 -1
- package/fesm2015/taiga-ui-kit-components-calendar-month.js +1 -1
- package/fesm2015/taiga-ui-kit-components-calendar-month.js.map +1 -1
- package/fesm2015/taiga-ui-kit-components-calendar-range.js +8 -4
- package/fesm2015/taiga-ui-kit-components-calendar-range.js.map +1 -1
- package/fesm2015/taiga-ui-kit-components-files.js +9 -5
- package/fesm2015/taiga-ui-kit-components-files.js.map +1 -1
- package/fesm2015/taiga-ui-kit-components-input-number.js +29 -10
- package/fesm2015/taiga-ui-kit-components-input-number.js.map +1 -1
- package/fesm2015/taiga-ui-kit-components-input-range.js +5 -15
- package/fesm2015/taiga-ui-kit-components-input-range.js.map +1 -1
- package/fesm2015/taiga-ui-kit-components-input-slider.js +5 -1
- package/fesm2015/taiga-ui-kit-components-input-slider.js.map +1 -1
- package/fesm2015/taiga-ui-kit-components-input-tag.js +8 -4
- package/fesm2015/taiga-ui-kit-components-input-tag.js.map +1 -1
- package/fesm2015/taiga-ui-kit-components-pagination.js +22 -19
- package/fesm2015/taiga-ui-kit-components-pagination.js.map +1 -1
- package/fesm2015/taiga-ui-kit-components-pdf-viewer.js +8 -4
- package/fesm2015/taiga-ui-kit-components-pdf-viewer.js.map +1 -1
- package/fesm2015/taiga-ui-kit-components-progress.js +6 -5
- package/fesm2015/taiga-ui-kit-components-progress.js.map +1 -1
- package/fesm2015/taiga-ui-kit-components-prompt.js +1 -1
- package/fesm2015/taiga-ui-kit-components-prompt.js.map +1 -1
- package/fesm2015/taiga-ui-kit-components-push.js +8 -4
- package/fesm2015/taiga-ui-kit-components-push.js.map +1 -1
- package/fesm2015/taiga-ui-kit-components-select-option.js +8 -4
- package/fesm2015/taiga-ui-kit-components-select-option.js.map +1 -1
- package/fesm2015/taiga-ui-kit-components-stepper.js +8 -4
- package/fesm2015/taiga-ui-kit-components-stepper.js.map +1 -1
- package/fesm2015/taiga-ui-kit-components-tabs.js +8 -3
- package/fesm2015/taiga-ui-kit-components-tabs.js.map +1 -1
- package/fesm2015/taiga-ui-kit-components-tag.js +12 -19
- package/fesm2015/taiga-ui-kit-components-tag.js.map +1 -1
- package/fesm2015/{taiga-ui-kit-components-text-area.js → taiga-ui-kit-components-textarea.js} +41 -27
- package/fesm2015/taiga-ui-kit-components-textarea.js.map +1 -0
- package/fesm2015/taiga-ui-kit-components-tiles.js +5 -0
- package/fesm2015/taiga-ui-kit-components-tiles.js.map +1 -1
- package/fesm2015/taiga-ui-kit-components-tree.js +8 -4
- package/fesm2015/taiga-ui-kit-components-tree.js.map +1 -1
- package/fesm2015/taiga-ui-kit-components.js +1 -1
- package/package.json +5 -5
- package/bundles/taiga-ui-kit-components-text-area.umd.js.map +0 -1
- package/components/text-area/index.d.ts +0 -3
- package/components/text-area/package.json +0 -10
- package/components/text-area/text-area.directive.d.ts +0 -8
- package/esm2015/components/text-area/index.js +0 -4
- package/esm2015/components/text-area/taiga-ui-kit-components-text-area.js +0 -5
- package/esm2015/components/text-area/text-area.component.js +0 -217
- package/esm2015/components/text-area/text-area.directive.js +0 -18
- package/esm2015/components/text-area/text-area.module.js +0 -51
- package/fesm2015/taiga-ui-kit-components-text-area.js.map +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"taiga-ui-kit-components-tree.umd.js","sources":["../../../projects/kit/components/tree/directives/tree-children.directive.ts","../../../projects/kit/components/tree/components/tree-item-content/tree-item-content.component.ts","../../../projects/kit/components/tree/components/tree-item-content/tree-item-content.template.html","../../../projects/kit/components/tree/misc/tree.constants.ts","../../../projects/kit/components/tree/misc/tree.tokens.ts","../../../projects/kit/components/tree/components/tree-item/tree-item.providers.ts","../../../projects/kit/components/tree/components/tree-item/tree-item.component.ts","../../../projects/kit/components/tree/components/tree-item/tree-item.template.html","../../../projects/kit/components/tree/directives/tree-node.directive.ts","../../../projects/kit/components/tree/components/tree/tree.component.ts","../../../projects/kit/components/tree/components/tree/tree.template.html","../../../projects/kit/components/tree/directives/tree-controller.directive.ts","../../../projects/kit/components/tree/directives/tree-item-controller.directive.ts","../../../projects/kit/components/tree/misc/tree.service.ts","../../../projects/kit/components/tree/tree.module.ts","../../../projects/kit/components/tree/taiga-ui-kit-components-tree.ts"],"sourcesContent":["import {Directive, Input} from '@angular/core';\nimport {EMPTY_ARRAY, TuiHandler} from '@taiga-ui/cdk';\n\n@Directive({\n selector: 'tui-tree[childrenHandler]',\n})\nexport class TuiTreeChildrenDirective<T> {\n @Input()\n childrenHandler: TuiHandler<T, readonly T[]> =\n TuiTreeChildrenDirective.defaultHandler;\n\n static defaultHandler<G>(item: G): readonly G[] {\n return Array.isArray(item) ? item : EMPTY_ARRAY;\n }\n}\n","import {\n ChangeDetectionStrategy,\n Component,\n forwardRef,\n HostBinding,\n Inject,\n} from '@angular/core';\nimport {POLYMORPHEUS_CONTEXT} from '@tinkoff/ng-polymorpheus';\n\nimport {TUI_DEFAULT_TREE_CONTROLLER} from '../../misc/tree.constants';\nimport type {TuiTreeController, TuiTreeItemContext} from '../../misc/tree.interfaces';\n// eslint-disable-next-line import/no-cycle\nimport {TUI_TREE_CONTROLLER} from '../../misc/tree.tokens';\n\n@Component({\n selector: 'tui-tree-item-content',\n templateUrl: './tree-item-content.template.html',\n styleUrls: ['./tree-item-content.style.less'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class TuiTreeItemContentComponent {\n constructor(\n @Inject(POLYMORPHEUS_CONTEXT) readonly context: TuiTreeItemContext,\n @Inject(forwardRef(() => TUI_TREE_CONTROLLER))\n private readonly controller: TuiTreeController,\n ) {}\n\n get isExpanded(): boolean {\n return this.context.$implicit.isExpanded;\n }\n\n @HostBinding('class._expandable')\n get isExpandable(): boolean {\n return (\n this.context.$implicit.isExpandable &&\n this.controller !== TUI_DEFAULT_TREE_CONTROLLER\n );\n }\n\n onClick(): void {\n this.controller.toggle(this.context.$implicit);\n }\n}\n","<button\n *ngIf=\"isExpandable\"\n tuiIconButton\n size=\"xs\"\n appearance=\"flat\"\n icon=\"tuiIconChevronRight\"\n shape=\"rounded\"\n type=\"button\"\n class=\"t-button\"\n [class.t-button_expanded]=\"isExpanded\"\n (click)=\"onClick()\"\n></button>\n<ng-container [ngTemplateOutlet]=\"context.template\"></ng-container>\n","import {ALWAYS_TRUE_HANDLER, EMPTY_FUNCTION} from '@taiga-ui/cdk';\nimport {PolymorpheusComponent} from '@tinkoff/ng-polymorpheus';\n\nimport {TuiTreeItemContentComponent} from '../components/tree-item-content/tree-item-content.component';\nimport type {TuiTreeController} from './tree.interfaces';\n\nexport const TUI_TREE_ITEM_CONTENT = new PolymorpheusComponent(\n TuiTreeItemContentComponent,\n);\n\nexport const TUI_DEFAULT_TREE_CONTROLLER: TuiTreeController = {\n isExpanded: ALWAYS_TRUE_HANDLER,\n toggle: EMPTY_FUNCTION as () => void,\n};\n","import {InjectionToken} from '@angular/core';\nimport {PolymorpheusContent} from '@tinkoff/ng-polymorpheus';\n\nimport {TUI_DEFAULT_TREE_CONTROLLER, TUI_TREE_ITEM_CONTENT} from './tree.constants';\nimport type {\n TuiTreeAccessor,\n TuiTreeController,\n TuiTreeItemContext,\n TuiTreeLoader,\n} from './tree.interfaces';\n\n/**\n * Controller for tracking value - TuiTreeItemComponent pairs\n */\nexport const TUI_TREE_ACCESSOR = new InjectionToken<TuiTreeAccessor<unknown>>(\n `[TUI_TREE_ACCESSOR]`,\n);\n\n/**\n * Controller for expanding the tree\n */\nexport const TUI_TREE_CONTROLLER = new InjectionToken<TuiTreeController>(\n `[TUI_TREE_CONTROLLER]`,\n {\n factory: () => TUI_DEFAULT_TREE_CONTROLLER,\n },\n);\n\n/**\n * A node of a tree view\n */\nexport const TUI_TREE_NODE = new InjectionToken(`[TUI_TREE_NODE]`);\n\n/**\n * A tree node placeholder for loading\n */\nexport const TUI_TREE_LOADING = new InjectionToken(`[TUI_TREE_LOADING]`, {\n factory: () => ({}),\n});\n\n/**\n * A tree node starting point\n */\nexport const TUI_TREE_START = new InjectionToken(`[TUI_TREE_START]`);\n\n/**\n * A service to load tree progressively\n */\nexport const TUI_TREE_LOADER = new InjectionToken<TuiTreeLoader<unknown>>(\n `[TUI_TREE_LOADER]`,\n);\n\n/**\n * Content for a tree item\n */\nexport const TUI_TREE_CONTENT = new InjectionToken<\n PolymorpheusContent<TuiTreeItemContext>\n>(`[TUI_TREE_CONTENT]`, {\n factory: () => TUI_TREE_ITEM_CONTENT,\n});\n\n/**\n * Nesting level of current TreeView node\n */\nexport const TUI_TREE_LEVEL = new InjectionToken<number>(`[TUI_TREE_LEVEL]`, {\n factory: () => -1,\n});\n","import {forwardRef, Provider, SkipSelf} from '@angular/core';\n\nimport {TUI_TREE_LEVEL, TUI_TREE_NODE} from '../../misc/tree.tokens';\n// eslint-disable-next-line import/no-cycle\nimport {TuiTreeItemComponent} from './tree-item.component';\n\nexport const TUI_TREE_ITEM_PROVIDERS: Provider[] = [\n {\n provide: TUI_TREE_LEVEL,\n deps: [[new SkipSelf(), TUI_TREE_LEVEL]],\n useFactory: (level: number): number => ++level,\n },\n {\n provide: TUI_TREE_NODE,\n useExisting: forwardRef(() => TuiTreeItemComponent),\n },\n];\n","import {\n ChangeDetectionStrategy,\n Component,\n ContentChildren,\n DoCheck,\n ElementRef,\n forwardRef,\n HostBinding,\n Inject,\n QueryList,\n} from '@angular/core';\nimport {EMPTY_QUERY} from '@taiga-ui/cdk';\nimport {PolymorpheusContent} from '@tinkoff/ng-polymorpheus';\nimport {Subject} from 'rxjs';\nimport {distinctUntilChanged, map, startWith} from 'rxjs/operators';\n\nimport type {TuiTreeController, TuiTreeItemContext} from '../../misc/tree.interfaces';\nimport {\n TUI_TREE_CONTENT,\n TUI_TREE_CONTROLLER,\n TUI_TREE_LEVEL,\n TUI_TREE_NODE,\n} from '../../misc/tree.tokens';\n// eslint-disable-next-line import/no-cycle\nimport {TUI_TREE_ITEM_PROVIDERS} from './tree-item.providers';\n\n@Component({\n selector: 'tui-tree-item',\n templateUrl: './tree-item.template.html',\n styleUrls: ['./tree-item.style.less'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n providers: TUI_TREE_ITEM_PROVIDERS,\n host: {\n role: 'treeitem',\n },\n})\nexport class TuiTreeItemComponent implements DoCheck {\n @ContentChildren(TUI_TREE_NODE as any)\n private readonly nested: QueryList<unknown> = EMPTY_QUERY;\n\n private readonly change$ = new Subject<void>();\n\n readonly expanded$ = this.change$.pipe(\n startWith(null),\n map(() => this.isExpanded),\n distinctUntilChanged(),\n );\n\n readonly attached$ = this.change$.pipe(\n map(() => this.el.nativeElement.isConnected),\n distinctUntilChanged(),\n );\n\n constructor(\n @Inject(ElementRef)\n private readonly el: ElementRef<HTMLElement>,\n @Inject(forwardRef(() => TUI_TREE_CONTROLLER))\n private readonly controller: TuiTreeController,\n @Inject(forwardRef(() => TUI_TREE_LEVEL))\n readonly level: number,\n @Inject(forwardRef(() => TUI_TREE_CONTENT))\n readonly content: PolymorpheusContent<TuiTreeItemContext>,\n ) {}\n\n @HostBinding('class._expandable')\n get isExpandable(): boolean {\n return !!this.nested.length;\n }\n\n get isExpanded(): boolean {\n return this.controller.isExpanded(this);\n }\n\n ngDoCheck(): void {\n this.checkChanges();\n }\n\n checkChanges(): void {\n this.change$.next();\n }\n}\n","<ng-template #template>\n <ng-content></ng-content>\n</ng-template>\n<ng-container *polymorpheusOutlet=\"content as text; context: {$implicit: this, template: template}\">\n {{ text }}\n</ng-container>\n<tui-expand\n *ngIf=\"isExpandable\"\n role=\"group\"\n class=\"t-children\"\n [expanded]=\"expanded$ | async\"\n>\n <div>\n <ng-content select=\"tui-tree-item\"></ng-content>\n <ng-content select=\"tui-tree\"></ng-content>\n </div>\n</tui-expand>\n<ng-container *ngIf=\"attached$ | async\"></ng-container>\n","import {Directive, Inject, Input, OnDestroy, Optional} from '@angular/core';\n\nimport {TuiTreeItemComponent} from '../components/tree-item/tree-item.component';\nimport {TuiTreeAccessor} from '../misc/tree.interfaces';\nimport {TUI_TREE_ACCESSOR} from '../misc/tree.tokens';\n\n@Directive({\n selector: 'tui-tree-item[tuiTreeNode]',\n})\nexport class TuiTreeNodeDirective<T> implements OnDestroy {\n @Input('tuiTreeNode')\n set value(value: T) {\n this.directive?.register(this.component, value);\n }\n\n constructor(\n @Optional()\n @Inject(TUI_TREE_ACCESSOR)\n private readonly directive: TuiTreeAccessor<T>,\n @Inject(TuiTreeItemComponent)\n private readonly component: TuiTreeItemComponent,\n ) {}\n\n ngOnDestroy(): void {\n this.directive?.unregister(this.component);\n }\n}\n","import {\n ChangeDetectionStrategy,\n Component,\n DoCheck,\n Inject,\n Input,\n Optional,\n TrackByFunction,\n ViewChild,\n} from '@angular/core';\nimport {TuiHandler} from '@taiga-ui/cdk';\nimport {PolymorpheusContent} from '@tinkoff/ng-polymorpheus';\nimport {Subject} from 'rxjs';\nimport {distinctUntilChanged, map, startWith} from 'rxjs/operators';\n\nimport {TuiTreeChildrenDirective} from '../../directives/tree-children.directive';\nimport {TuiTreeContext} from '../../misc/tree.interfaces';\nimport {TUI_TREE_NODE} from '../../misc/tree.tokens';\nimport {TuiTreeItemComponent} from '../tree-item/tree-item.component';\n\n@Component({\n selector: 'tui-tree[value]',\n templateUrl: './tree.template.html',\n styleUrls: ['./tree.style.less'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n providers: [\n {\n provide: TUI_TREE_NODE,\n useExisting: TuiTreeComponent,\n },\n ],\n host: {\n role: 'tree',\n },\n})\nexport class TuiTreeComponent<T> implements DoCheck {\n private readonly check$ = new Subject<void>();\n\n @Input()\n value!: T;\n\n @ViewChild(TuiTreeItemComponent)\n readonly item?: TuiTreeItemComponent;\n\n @ViewChild(TuiTreeComponent)\n readonly child?: TuiTreeComponent<T>;\n\n readonly children$ = this.check$.pipe(\n startWith(null),\n map(() => this.handler(this.value)),\n distinctUntilChanged(),\n );\n\n constructor(\n @Optional()\n @Inject(TuiTreeChildrenDirective)\n readonly directive: TuiTreeChildrenDirective<T> | null,\n ) {}\n\n @Input()\n trackBy: TrackByFunction<T> = (_: number, item: T) => item;\n\n @Input()\n content: PolymorpheusContent<TuiTreeContext<T>> = ({$implicit}) => String($implicit);\n\n ngDoCheck(): void {\n this.checkChanges();\n }\n\n checkChanges(): void {\n this.check$.next();\n this.item?.checkChanges();\n this.child?.checkChanges();\n }\n\n private get handler(): TuiHandler<T, readonly T[]> {\n return this.directive?.childrenHandler || TuiTreeChildrenDirective.defaultHandler;\n }\n}\n","<tui-tree-item\n *tuiLet=\"children$ | async as children\"\n #view\n [tuiTreeNode]=\"value\"\n>\n <ng-container *ngIf=\"$any(value) !== children\">\n <ng-container *polymorpheusOutlet=\"content as text; context: {$implicit: value, node: view}\">\n {{ text }}\n </ng-container>\n </ng-container>\n <tui-tree\n *ngFor=\"let child of children; trackBy: trackBy\"\n [value]=\"child\"\n [content]=\"content\"\n [trackBy]=\"trackBy\"\n ></tui-tree>\n</tui-tree-item>\n","import {Directive, EventEmitter, Input, Output} from '@angular/core';\nimport {tuiIsPresent} from '@taiga-ui/cdk';\n\nimport {TuiTreeItemComponent} from '../components/tree-item/tree-item.component';\nimport {TuiTreeAccessor, TuiTreeController} from '../misc/tree.interfaces';\nimport {TUI_TREE_ACCESSOR, TUI_TREE_CONTROLLER} from '../misc/tree.tokens';\n\n@Directive({\n selector: '[tuiTreeController][map]',\n exportAs: 'tuiTreeController',\n providers: [\n {\n provide: TUI_TREE_ACCESSOR,\n useExisting: TuiTreeControllerDirective,\n },\n {\n provide: TUI_TREE_CONTROLLER,\n useExisting: TuiTreeControllerDirective,\n },\n ],\n})\nexport class TuiTreeControllerDirective<T>\n implements TuiTreeController, TuiTreeAccessor<T>\n{\n @Input('tuiTreeController')\n fallback = true;\n\n @Input()\n map = new Map<T, boolean>();\n\n @Output()\n readonly toggled = new EventEmitter<T>();\n\n readonly items = new Map<TuiTreeItemComponent, T>();\n\n register(item: TuiTreeItemComponent, value: T): void {\n this.items.set(item, value);\n }\n\n unregister(item: TuiTreeItemComponent): void {\n this.items.delete(item);\n }\n\n isExpanded(item: TuiTreeItemComponent): boolean {\n const value = this.items.get(item);\n\n return (value && this.map.get(value)) ?? this.fallback;\n }\n\n toggle(item: TuiTreeItemComponent): void {\n const value = this.items.get(item);\n const expanded = this.isExpanded(item);\n\n if (!tuiIsPresent(value)) {\n return;\n }\n\n this.toggled.emit(value);\n this.map.set(value, !expanded);\n }\n}\n","import {Directive, Input} from '@angular/core';\n\nimport {TuiTreeItemComponent} from '../components/tree-item/tree-item.component';\nimport {TuiTreeController} from '../misc/tree.interfaces';\nimport {TUI_TREE_CONTROLLER} from '../misc/tree.tokens';\n\n@Directive({\n selector: '[tuiTreeController]:not([map])',\n exportAs: 'tuiTreeController',\n providers: [\n {\n provide: TUI_TREE_CONTROLLER,\n useExisting: TuiTreeItemControllerDirective,\n },\n ],\n})\nexport class TuiTreeItemControllerDirective implements TuiTreeController {\n private readonly map = new WeakMap<TuiTreeItemComponent, boolean>();\n\n @Input('tuiTreeController')\n fallback = true;\n\n isExpanded(item: TuiTreeItemComponent): boolean {\n return this.map.get(item) ?? this.fallback;\n }\n\n toggle(item: TuiTreeItemComponent): void {\n this.map.set(item, !this.isExpanded(item));\n }\n}\n","import {Inject, Injectable} from '@angular/core';\nimport {Subject} from 'rxjs';\nimport {map, startWith, switchMap, tap} from 'rxjs/operators';\n\nimport {TuiTreeLoader} from './tree.interfaces';\nimport {TUI_TREE_LOADER, TUI_TREE_LOADING, TUI_TREE_START} from './tree.tokens';\n\n@Injectable()\nexport class TuiTreeService<T> {\n private readonly map = new Map<T, readonly T[]>([[this.loading, []]]);\n\n private readonly load$ = new Subject<T>();\n\n readonly data$ = this.load$.pipe(\n switchMap(item =>\n this.loader.loadChildren(item).pipe(\n tap(children => this.map.set(item, children)),\n map(children => children.filter(item => !this.loader.hasChildren(item))),\n tap(children => children.forEach(child => this.map.set(child, []))),\n ),\n ),\n startWith(null),\n map(() => this.start),\n );\n\n constructor(\n @Inject(TUI_TREE_LOADING) private readonly loading: T,\n @Inject(TUI_TREE_START) private readonly start: T,\n @Inject(TUI_TREE_LOADER) private readonly loader: TuiTreeLoader<T>,\n ) {}\n\n getChildren(item: T): readonly T[] {\n return this.map.get(item) || [this.loading];\n }\n\n loadChildren(item: T): void {\n if (this.map.get(item)) {\n return;\n }\n\n this.map.set(item, [this.loading]);\n this.load$.next(item);\n }\n}\n","import {CommonModule} from '@angular/common';\nimport {NgModule} from '@angular/core';\nimport {TuiLetModule} from '@taiga-ui/cdk';\nimport {TuiButtonModule, TuiExpandModule} from '@taiga-ui/core';\nimport {PolymorpheusModule} from '@tinkoff/ng-polymorpheus';\n\nimport {TuiTreeComponent} from './components/tree/tree.component';\nimport {TuiTreeItemComponent} from './components/tree-item/tree-item.component';\nimport {TuiTreeItemContentComponent} from './components/tree-item-content/tree-item-content.component';\nimport {TuiTreeChildrenDirective} from './directives/tree-children.directive';\nimport {TuiTreeControllerDirective} from './directives/tree-controller.directive';\nimport {TuiTreeItemControllerDirective} from './directives/tree-item-controller.directive';\nimport {TuiTreeNodeDirective} from './directives/tree-node.directive';\n\n@NgModule({\n imports: [\n CommonModule,\n PolymorpheusModule,\n TuiExpandModule,\n TuiLetModule,\n TuiButtonModule,\n ],\n declarations: [\n TuiTreeComponent,\n TuiTreeItemComponent,\n TuiTreeItemContentComponent,\n TuiTreeChildrenDirective,\n TuiTreeItemControllerDirective,\n TuiTreeControllerDirective,\n TuiTreeNodeDirective,\n ],\n exports: [\n TuiTreeComponent,\n TuiTreeItemComponent,\n TuiTreeChildrenDirective,\n TuiTreeItemControllerDirective,\n TuiTreeControllerDirective,\n ],\n})\nexport class TuiTreeModule {}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":["EMPTY_ARRAY","i0","Directive","Input","POLYMORPHEUS_CONTEXT","forwardRef","i1","i2","Component","ChangeDetectionStrategy","Inject","HostBinding","PolymorpheusComponent","ALWAYS_TRUE_HANDLER","EMPTY_FUNCTION","InjectionToken","SkipSelf","EMPTY_QUERY","Subject","startWith","map","distinctUntilChanged","ElementRef","i3","ContentChildren","Optional","i3.TuiTreeNodeDirective","i4","i5","ViewChild","EventEmitter","tuiIsPresent","Output","switchMap","tap","Injectable","CommonModule","PolymorpheusModule","TuiExpandModule","TuiLetModule","TuiButtonModule","NgModule"],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"taiga-ui-kit-components-tree.umd.js","sources":["../../../projects/kit/components/tree/directives/tree-children.directive.ts","../../../projects/kit/components/tree/components/tree-item-content/tree-item-content.component.ts","../../../projects/kit/components/tree/components/tree-item-content/tree-item-content.template.html","../../../projects/kit/components/tree/misc/tree.constants.ts","../../../projects/kit/components/tree/misc/tree.tokens.ts","../../../projects/kit/components/tree/components/tree-item/tree-item.providers.ts","../../../projects/kit/components/tree/components/tree-item/tree-item.component.ts","../../../projects/kit/components/tree/components/tree-item/tree-item.template.html","../../../projects/kit/components/tree/directives/tree-node.directive.ts","../../../projects/kit/components/tree/components/tree/tree.component.ts","../../../projects/kit/components/tree/components/tree/tree.template.html","../../../projects/kit/components/tree/directives/tree-controller.directive.ts","../../../projects/kit/components/tree/directives/tree-item-controller.directive.ts","../../../projects/kit/components/tree/misc/tree.service.ts","../../../projects/kit/components/tree/tree.module.ts","../../../projects/kit/components/tree/taiga-ui-kit-components-tree.ts"],"sourcesContent":["import {Directive, Input} from '@angular/core';\nimport {EMPTY_ARRAY, TuiHandler} from '@taiga-ui/cdk';\n\n@Directive({\n selector: 'tui-tree[childrenHandler]',\n})\nexport class TuiTreeChildrenDirective<T> {\n @Input()\n childrenHandler: TuiHandler<T, readonly T[]> =\n TuiTreeChildrenDirective.defaultHandler;\n\n static defaultHandler<G>(item: G): readonly G[] {\n return Array.isArray(item) ? item : EMPTY_ARRAY;\n }\n}\n","import {\n ChangeDetectionStrategy,\n Component,\n forwardRef,\n HostBinding,\n Inject,\n} from '@angular/core';\nimport {TUI_COMMON_ICONS, TuiCommonIcons} from '@taiga-ui/core';\nimport {POLYMORPHEUS_CONTEXT} from '@tinkoff/ng-polymorpheus';\n\nimport {TUI_DEFAULT_TREE_CONTROLLER} from '../../misc/tree.constants';\nimport type {TuiTreeController, TuiTreeItemContext} from '../../misc/tree.interfaces';\n// eslint-disable-next-line import/no-cycle\nimport {TUI_TREE_CONTROLLER} from '../../misc/tree.tokens';\n\n@Component({\n selector: 'tui-tree-item-content',\n templateUrl: './tree-item-content.template.html',\n styleUrls: ['./tree-item-content.style.less'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class TuiTreeItemContentComponent {\n constructor(\n @Inject(TUI_COMMON_ICONS) readonly icons: TuiCommonIcons,\n @Inject(POLYMORPHEUS_CONTEXT) readonly context: TuiTreeItemContext,\n @Inject(forwardRef(() => TUI_TREE_CONTROLLER))\n private readonly controller: TuiTreeController,\n ) {}\n\n get isExpanded(): boolean {\n return this.context.$implicit.isExpanded;\n }\n\n @HostBinding('class._expandable')\n get isExpandable(): boolean {\n return (\n this.context.$implicit.isExpandable &&\n this.controller !== TUI_DEFAULT_TREE_CONTROLLER\n );\n }\n\n onClick(): void {\n this.controller.toggle(this.context.$implicit);\n }\n}\n","<button\n *ngIf=\"isExpandable\"\n tuiIconButton\n size=\"xs\"\n appearance=\"flat\"\n shape=\"rounded\"\n type=\"button\"\n class=\"t-button\"\n [class.t-button_expanded]=\"isExpanded\"\n [icon]=\"icons.more\"\n (click)=\"onClick()\"\n></button>\n<ng-container [ngTemplateOutlet]=\"context.template\"></ng-container>\n","import {ALWAYS_TRUE_HANDLER, EMPTY_FUNCTION} from '@taiga-ui/cdk';\nimport {PolymorpheusComponent} from '@tinkoff/ng-polymorpheus';\n\nimport {TuiTreeItemContentComponent} from '../components/tree-item-content/tree-item-content.component';\nimport type {TuiTreeController} from './tree.interfaces';\n\nexport const TUI_TREE_ITEM_CONTENT = new PolymorpheusComponent(\n TuiTreeItemContentComponent,\n);\n\nexport const TUI_DEFAULT_TREE_CONTROLLER: TuiTreeController = {\n isExpanded: ALWAYS_TRUE_HANDLER,\n toggle: EMPTY_FUNCTION as () => void,\n};\n","import {InjectionToken} from '@angular/core';\nimport {PolymorpheusContent} from '@tinkoff/ng-polymorpheus';\n\nimport {TUI_DEFAULT_TREE_CONTROLLER, TUI_TREE_ITEM_CONTENT} from './tree.constants';\nimport type {\n TuiTreeAccessor,\n TuiTreeController,\n TuiTreeItemContext,\n TuiTreeLoader,\n} from './tree.interfaces';\n\n/**\n * Controller for tracking value - TuiTreeItemComponent pairs\n */\nexport const TUI_TREE_ACCESSOR = new InjectionToken<TuiTreeAccessor<unknown>>(\n `[TUI_TREE_ACCESSOR]`,\n);\n\n/**\n * Controller for expanding the tree\n */\nexport const TUI_TREE_CONTROLLER = new InjectionToken<TuiTreeController>(\n `[TUI_TREE_CONTROLLER]`,\n {\n factory: () => TUI_DEFAULT_TREE_CONTROLLER,\n },\n);\n\n/**\n * A node of a tree view\n */\nexport const TUI_TREE_NODE = new InjectionToken(`[TUI_TREE_NODE]`);\n\n/**\n * A tree node placeholder for loading\n */\nexport const TUI_TREE_LOADING = new InjectionToken(`[TUI_TREE_LOADING]`, {\n factory: () => ({}),\n});\n\n/**\n * A tree node starting point\n */\nexport const TUI_TREE_START = new InjectionToken(`[TUI_TREE_START]`);\n\n/**\n * A service to load tree progressively\n */\nexport const TUI_TREE_LOADER = new InjectionToken<TuiTreeLoader<unknown>>(\n `[TUI_TREE_LOADER]`,\n);\n\n/**\n * Content for a tree item\n */\nexport const TUI_TREE_CONTENT = new InjectionToken<\n PolymorpheusContent<TuiTreeItemContext>\n>(`[TUI_TREE_CONTENT]`, {\n factory: () => TUI_TREE_ITEM_CONTENT,\n});\n\n/**\n * Nesting level of current TreeView node\n */\nexport const TUI_TREE_LEVEL = new InjectionToken<number>(`[TUI_TREE_LEVEL]`, {\n factory: () => -1,\n});\n","import {forwardRef, Provider, SkipSelf} from '@angular/core';\n\nimport {TUI_TREE_LEVEL, TUI_TREE_NODE} from '../../misc/tree.tokens';\n// eslint-disable-next-line import/no-cycle\nimport {TuiTreeItemComponent} from './tree-item.component';\n\nexport const TUI_TREE_ITEM_PROVIDERS: Provider[] = [\n {\n provide: TUI_TREE_LEVEL,\n deps: [[new SkipSelf(), TUI_TREE_LEVEL]],\n useFactory: (level: number): number => ++level,\n },\n {\n provide: TUI_TREE_NODE,\n useExisting: forwardRef(() => TuiTreeItemComponent),\n },\n];\n","import {\n ChangeDetectionStrategy,\n Component,\n ContentChildren,\n DoCheck,\n ElementRef,\n forwardRef,\n HostBinding,\n Inject,\n QueryList,\n} from '@angular/core';\nimport {EMPTY_QUERY} from '@taiga-ui/cdk';\nimport {PolymorpheusContent} from '@tinkoff/ng-polymorpheus';\nimport {Subject} from 'rxjs';\nimport {distinctUntilChanged, map, startWith} from 'rxjs/operators';\n\nimport type {TuiTreeController, TuiTreeItemContext} from '../../misc/tree.interfaces';\nimport {\n TUI_TREE_CONTENT,\n TUI_TREE_CONTROLLER,\n TUI_TREE_LEVEL,\n TUI_TREE_NODE,\n} from '../../misc/tree.tokens';\n// eslint-disable-next-line import/no-cycle\nimport {TUI_TREE_ITEM_PROVIDERS} from './tree-item.providers';\n\n@Component({\n selector: 'tui-tree-item',\n templateUrl: './tree-item.template.html',\n styleUrls: ['./tree-item.style.less'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n providers: TUI_TREE_ITEM_PROVIDERS,\n host: {\n role: 'treeitem',\n },\n})\nexport class TuiTreeItemComponent implements DoCheck {\n @ContentChildren(TUI_TREE_NODE as any)\n private readonly nested: QueryList<unknown> = EMPTY_QUERY;\n\n private readonly change$ = new Subject<void>();\n\n readonly expanded$ = this.change$.pipe(\n startWith(null),\n map(() => this.isExpanded),\n distinctUntilChanged(),\n );\n\n readonly attached$ = this.change$.pipe(\n map(() => this.el.nativeElement.isConnected),\n distinctUntilChanged(),\n );\n\n constructor(\n @Inject(ElementRef)\n private readonly el: ElementRef<HTMLElement>,\n @Inject(forwardRef(() => TUI_TREE_CONTROLLER))\n private readonly controller: TuiTreeController,\n @Inject(forwardRef(() => TUI_TREE_LEVEL))\n readonly level: number,\n @Inject(forwardRef(() => TUI_TREE_CONTENT))\n readonly content: PolymorpheusContent<TuiTreeItemContext>,\n ) {}\n\n @HostBinding('class._expandable')\n get isExpandable(): boolean {\n return !!this.nested.length;\n }\n\n get isExpanded(): boolean {\n return this.controller.isExpanded(this);\n }\n\n ngDoCheck(): void {\n this.checkChanges();\n }\n\n checkChanges(): void {\n this.change$.next();\n }\n}\n","<ng-template #template>\n <ng-content></ng-content>\n</ng-template>\n<ng-container *polymorpheusOutlet=\"content as text; context: {$implicit: this, template: template}\">\n {{ text }}\n</ng-container>\n<tui-expand\n *ngIf=\"isExpandable\"\n role=\"group\"\n class=\"t-children\"\n [expanded]=\"expanded$ | async\"\n>\n <div>\n <ng-content select=\"tui-tree-item\"></ng-content>\n <ng-content select=\"tui-tree\"></ng-content>\n </div>\n</tui-expand>\n<ng-container *ngIf=\"attached$ | async\"></ng-container>\n","import {Directive, Inject, Input, OnDestroy, Optional} from '@angular/core';\n\nimport {TuiTreeItemComponent} from '../components/tree-item/tree-item.component';\nimport {TuiTreeAccessor} from '../misc/tree.interfaces';\nimport {TUI_TREE_ACCESSOR} from '../misc/tree.tokens';\n\n@Directive({\n selector: 'tui-tree-item[tuiTreeNode]',\n})\nexport class TuiTreeNodeDirective<T> implements OnDestroy {\n @Input('tuiTreeNode')\n set value(value: T) {\n this.directive?.register(this.component, value);\n }\n\n constructor(\n @Optional()\n @Inject(TUI_TREE_ACCESSOR)\n private readonly directive: TuiTreeAccessor<T>,\n @Inject(TuiTreeItemComponent)\n private readonly component: TuiTreeItemComponent,\n ) {}\n\n ngOnDestroy(): void {\n this.directive?.unregister(this.component);\n }\n}\n","import {\n ChangeDetectionStrategy,\n Component,\n DoCheck,\n Inject,\n Input,\n Optional,\n TrackByFunction,\n ViewChild,\n} from '@angular/core';\nimport {TuiHandler} from '@taiga-ui/cdk';\nimport {PolymorpheusContent} from '@tinkoff/ng-polymorpheus';\nimport {Subject} from 'rxjs';\nimport {distinctUntilChanged, map, startWith} from 'rxjs/operators';\n\nimport {TuiTreeChildrenDirective} from '../../directives/tree-children.directive';\nimport {TuiTreeContext} from '../../misc/tree.interfaces';\nimport {TUI_TREE_NODE} from '../../misc/tree.tokens';\nimport {TuiTreeItemComponent} from '../tree-item/tree-item.component';\n\n@Component({\n selector: 'tui-tree[value]',\n templateUrl: './tree.template.html',\n styleUrls: ['./tree.style.less'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n providers: [\n {\n provide: TUI_TREE_NODE,\n useExisting: TuiTreeComponent,\n },\n ],\n host: {\n role: 'tree',\n },\n})\nexport class TuiTreeComponent<T> implements DoCheck {\n private readonly check$ = new Subject<void>();\n\n @Input()\n value!: T;\n\n @ViewChild(TuiTreeItemComponent)\n readonly item?: TuiTreeItemComponent;\n\n @ViewChild(TuiTreeComponent)\n readonly child?: TuiTreeComponent<T>;\n\n readonly children$ = this.check$.pipe(\n startWith(null),\n map(() => this.handler(this.value)),\n distinctUntilChanged(),\n );\n\n constructor(\n @Optional()\n @Inject(TuiTreeChildrenDirective)\n readonly directive: TuiTreeChildrenDirective<T> | null,\n ) {}\n\n @Input()\n trackBy: TrackByFunction<T> = (_: number, item: T) => item;\n\n @Input()\n content: PolymorpheusContent<TuiTreeContext<T>> = ({$implicit}) => String($implicit);\n\n ngDoCheck(): void {\n this.checkChanges();\n }\n\n checkChanges(): void {\n this.check$.next();\n this.item?.checkChanges();\n this.child?.checkChanges();\n }\n\n private get handler(): TuiHandler<T, readonly T[]> {\n return this.directive?.childrenHandler || TuiTreeChildrenDirective.defaultHandler;\n }\n}\n","<tui-tree-item\n *tuiLet=\"children$ | async as children\"\n #view\n [tuiTreeNode]=\"value\"\n>\n <ng-container *ngIf=\"$any(value) !== children\">\n <ng-container *polymorpheusOutlet=\"content as text; context: {$implicit: value, node: view}\">\n {{ text }}\n </ng-container>\n </ng-container>\n <tui-tree\n *ngFor=\"let child of children; trackBy: trackBy\"\n [value]=\"child\"\n [content]=\"content\"\n [trackBy]=\"trackBy\"\n ></tui-tree>\n</tui-tree-item>\n","import {Directive, EventEmitter, Input, Output} from '@angular/core';\nimport {tuiIsPresent} from '@taiga-ui/cdk';\n\nimport {TuiTreeItemComponent} from '../components/tree-item/tree-item.component';\nimport {TuiTreeAccessor, TuiTreeController} from '../misc/tree.interfaces';\nimport {TUI_TREE_ACCESSOR, TUI_TREE_CONTROLLER} from '../misc/tree.tokens';\n\n@Directive({\n selector: '[tuiTreeController][map]',\n exportAs: 'tuiTreeController',\n providers: [\n {\n provide: TUI_TREE_ACCESSOR,\n useExisting: TuiTreeControllerDirective,\n },\n {\n provide: TUI_TREE_CONTROLLER,\n useExisting: TuiTreeControllerDirective,\n },\n ],\n})\nexport class TuiTreeControllerDirective<T>\n implements TuiTreeController, TuiTreeAccessor<T>\n{\n @Input('tuiTreeController')\n fallback = true;\n\n @Input()\n map = new Map<T, boolean>();\n\n @Output()\n readonly toggled = new EventEmitter<T>();\n\n readonly items = new Map<TuiTreeItemComponent, T>();\n\n register(item: TuiTreeItemComponent, value: T): void {\n this.items.set(item, value);\n }\n\n unregister(item: TuiTreeItemComponent): void {\n this.items.delete(item);\n }\n\n isExpanded(item: TuiTreeItemComponent): boolean {\n const value = this.items.get(item);\n\n return (value && this.map.get(value)) ?? this.fallback;\n }\n\n toggle(item: TuiTreeItemComponent): void {\n const value = this.items.get(item);\n const expanded = this.isExpanded(item);\n\n if (!tuiIsPresent(value)) {\n return;\n }\n\n this.toggled.emit(value);\n this.map.set(value, !expanded);\n }\n}\n","import {Directive, Input} from '@angular/core';\n\nimport {TuiTreeItemComponent} from '../components/tree-item/tree-item.component';\nimport {TuiTreeController} from '../misc/tree.interfaces';\nimport {TUI_TREE_CONTROLLER} from '../misc/tree.tokens';\n\n@Directive({\n selector: '[tuiTreeController]:not([map])',\n exportAs: 'tuiTreeController',\n providers: [\n {\n provide: TUI_TREE_CONTROLLER,\n useExisting: TuiTreeItemControllerDirective,\n },\n ],\n})\nexport class TuiTreeItemControllerDirective implements TuiTreeController {\n private readonly map = new WeakMap<TuiTreeItemComponent, boolean>();\n\n @Input('tuiTreeController')\n fallback = true;\n\n isExpanded(item: TuiTreeItemComponent): boolean {\n return this.map.get(item) ?? this.fallback;\n }\n\n toggle(item: TuiTreeItemComponent): void {\n this.map.set(item, !this.isExpanded(item));\n }\n}\n","import {Inject, Injectable} from '@angular/core';\nimport {Subject} from 'rxjs';\nimport {map, startWith, switchMap, tap} from 'rxjs/operators';\n\nimport {TuiTreeLoader} from './tree.interfaces';\nimport {TUI_TREE_LOADER, TUI_TREE_LOADING, TUI_TREE_START} from './tree.tokens';\n\n@Injectable()\nexport class TuiTreeService<T> {\n private readonly map = new Map<T, readonly T[]>([[this.loading, []]]);\n\n private readonly load$ = new Subject<T>();\n\n readonly data$ = this.load$.pipe(\n switchMap(item =>\n this.loader.loadChildren(item).pipe(\n tap(children => this.map.set(item, children)),\n map(children => children.filter(item => !this.loader.hasChildren(item))),\n tap(children => children.forEach(child => this.map.set(child, []))),\n ),\n ),\n startWith(null),\n map(() => this.start),\n );\n\n constructor(\n @Inject(TUI_TREE_LOADING) private readonly loading: T,\n @Inject(TUI_TREE_START) private readonly start: T,\n @Inject(TUI_TREE_LOADER) private readonly loader: TuiTreeLoader<T>,\n ) {}\n\n getChildren(item: T): readonly T[] {\n return this.map.get(item) || [this.loading];\n }\n\n loadChildren(item: T): void {\n if (this.map.get(item)) {\n return;\n }\n\n this.map.set(item, [this.loading]);\n this.load$.next(item);\n }\n}\n","import {CommonModule} from '@angular/common';\nimport {NgModule} from '@angular/core';\nimport {TuiLetModule} from '@taiga-ui/cdk';\nimport {TuiButtonModule, TuiExpandModule} from '@taiga-ui/core';\nimport {PolymorpheusModule} from '@tinkoff/ng-polymorpheus';\n\nimport {TuiTreeComponent} from './components/tree/tree.component';\nimport {TuiTreeItemComponent} from './components/tree-item/tree-item.component';\nimport {TuiTreeItemContentComponent} from './components/tree-item-content/tree-item-content.component';\nimport {TuiTreeChildrenDirective} from './directives/tree-children.directive';\nimport {TuiTreeControllerDirective} from './directives/tree-controller.directive';\nimport {TuiTreeItemControllerDirective} from './directives/tree-item-controller.directive';\nimport {TuiTreeNodeDirective} from './directives/tree-node.directive';\n\n@NgModule({\n imports: [\n CommonModule,\n PolymorpheusModule,\n TuiExpandModule,\n TuiLetModule,\n TuiButtonModule,\n ],\n declarations: [\n TuiTreeComponent,\n TuiTreeItemComponent,\n TuiTreeItemContentComponent,\n TuiTreeChildrenDirective,\n TuiTreeItemControllerDirective,\n TuiTreeControllerDirective,\n TuiTreeNodeDirective,\n ],\n exports: [\n TuiTreeComponent,\n TuiTreeItemComponent,\n TuiTreeChildrenDirective,\n TuiTreeItemControllerDirective,\n TuiTreeControllerDirective,\n ],\n})\nexport class TuiTreeModule {}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":["EMPTY_ARRAY","i0","Directive","Input","TUI_COMMON_ICONS","POLYMORPHEUS_CONTEXT","forwardRef","i1","i2","Component","ChangeDetectionStrategy","Inject","HostBinding","PolymorpheusComponent","ALWAYS_TRUE_HANDLER","EMPTY_FUNCTION","InjectionToken","SkipSelf","EMPTY_QUERY","Subject","startWith","map","distinctUntilChanged","ElementRef","i3","ContentChildren","Optional","i3.TuiTreeNodeDirective","i4","i5","ViewChild","EventEmitter","tuiIsPresent","Output","switchMap","tap","Injectable","CommonModule","PolymorpheusModule","TuiExpandModule","TuiLetModule","TuiButtonModule","NgModule"],"mappings":"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"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
(function (global, factory) {
|
|
2
|
-
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@taiga-ui/kit/components/accordion'), require('@taiga-ui/kit/components/action'), require('@taiga-ui/kit/components/arrow'), require('@taiga-ui/kit/components/avatar'), require('@taiga-ui/kit/components/badge'), require('@taiga-ui/kit/components/badged-content'), require('@taiga-ui/kit/components/breadcrumbs'), require('@taiga-ui/kit/components/calendar-month'), require('@taiga-ui/kit/components/calendar-range'), require('@taiga-ui/kit/components/carousel'), require('@taiga-ui/kit/components/checkbox'), require('@taiga-ui/kit/components/checkbox-block'), require('@taiga-ui/kit/components/checkbox-labeled'), require('@taiga-ui/kit/components/combo-box'), require('@taiga-ui/kit/components/data-list-wrapper'), require('@taiga-ui/kit/components/elastic-container'), require('@taiga-ui/kit/components/files'), require('@taiga-ui/kit/components/filter'), require('@taiga-ui/kit/components/input'), require('@taiga-ui/kit/components/input-copy'), require('@taiga-ui/kit/components/input-count'), require('@taiga-ui/kit/components/input-date'), require('@taiga-ui/kit/components/input-date-range'), require('@taiga-ui/kit/components/input-date-time'), require('@taiga-ui/kit/components/input-files'), require('@taiga-ui/kit/components/input-inline'), require('@taiga-ui/kit/components/input-month'), require('@taiga-ui/kit/components/input-month-range'), require('@taiga-ui/kit/components/input-number'), require('@taiga-ui/kit/components/input-password'), require('@taiga-ui/kit/components/input-phone'), require('@taiga-ui/kit/components/input-phone-international'), require('@taiga-ui/kit/components/input-range'), require('@taiga-ui/kit/components/input-slider'), require('@taiga-ui/kit/components/input-tag'), require('@taiga-ui/kit/components/input-time'), require('@taiga-ui/kit/components/input-year'), require('@taiga-ui/kit/components/island'), require('@taiga-ui/kit/components/items-with-more'), require('@taiga-ui/kit/components/line-clamp'), require('@taiga-ui/kit/components/marker-icon'), require('@taiga-ui/kit/components/multi-select'), require('@taiga-ui/kit/components/multi-select-option'), require('@taiga-ui/kit/components/pagination'), require('@taiga-ui/kit/components/pdf-viewer'), require('@taiga-ui/kit/components/progress'), require('@taiga-ui/kit/components/prompt'), require('@taiga-ui/kit/components/push'), require('@taiga-ui/kit/components/radio'), require('@taiga-ui/kit/components/radio-block'), require('@taiga-ui/kit/components/radio-group'), require('@taiga-ui/kit/components/radio-labeled'), require('@taiga-ui/kit/components/radio-list'), require('@taiga-ui/kit/components/range'), require('@taiga-ui/kit/components/rating'), require('@taiga-ui/kit/components/routable-dialog'), require('@taiga-ui/kit/components/select'), require('@taiga-ui/kit/components/select-option'), require('@taiga-ui/kit/components/slider'), require('@taiga-ui/kit/components/stepper'), require('@taiga-ui/kit/components/tabs'), require('@taiga-ui/kit/components/tag'), require('@taiga-ui/kit/components/
|
|
3
|
-
typeof define === 'function' && define.amd ? define('@taiga-ui/kit/components', ['exports', '@taiga-ui/kit/components/accordion', '@taiga-ui/kit/components/action', '@taiga-ui/kit/components/arrow', '@taiga-ui/kit/components/avatar', '@taiga-ui/kit/components/badge', '@taiga-ui/kit/components/badged-content', '@taiga-ui/kit/components/breadcrumbs', '@taiga-ui/kit/components/calendar-month', '@taiga-ui/kit/components/calendar-range', '@taiga-ui/kit/components/carousel', '@taiga-ui/kit/components/checkbox', '@taiga-ui/kit/components/checkbox-block', '@taiga-ui/kit/components/checkbox-labeled', '@taiga-ui/kit/components/combo-box', '@taiga-ui/kit/components/data-list-wrapper', '@taiga-ui/kit/components/elastic-container', '@taiga-ui/kit/components/files', '@taiga-ui/kit/components/filter', '@taiga-ui/kit/components/input', '@taiga-ui/kit/components/input-copy', '@taiga-ui/kit/components/input-count', '@taiga-ui/kit/components/input-date', '@taiga-ui/kit/components/input-date-range', '@taiga-ui/kit/components/input-date-time', '@taiga-ui/kit/components/input-files', '@taiga-ui/kit/components/input-inline', '@taiga-ui/kit/components/input-month', '@taiga-ui/kit/components/input-month-range', '@taiga-ui/kit/components/input-number', '@taiga-ui/kit/components/input-password', '@taiga-ui/kit/components/input-phone', '@taiga-ui/kit/components/input-phone-international', '@taiga-ui/kit/components/input-range', '@taiga-ui/kit/components/input-slider', '@taiga-ui/kit/components/input-tag', '@taiga-ui/kit/components/input-time', '@taiga-ui/kit/components/input-year', '@taiga-ui/kit/components/island', '@taiga-ui/kit/components/items-with-more', '@taiga-ui/kit/components/line-clamp', '@taiga-ui/kit/components/marker-icon', '@taiga-ui/kit/components/multi-select', '@taiga-ui/kit/components/multi-select-option', '@taiga-ui/kit/components/pagination', '@taiga-ui/kit/components/pdf-viewer', '@taiga-ui/kit/components/progress', '@taiga-ui/kit/components/prompt', '@taiga-ui/kit/components/push', '@taiga-ui/kit/components/radio', '@taiga-ui/kit/components/radio-block', '@taiga-ui/kit/components/radio-group', '@taiga-ui/kit/components/radio-labeled', '@taiga-ui/kit/components/radio-list', '@taiga-ui/kit/components/range', '@taiga-ui/kit/components/rating', '@taiga-ui/kit/components/routable-dialog', '@taiga-ui/kit/components/select', '@taiga-ui/kit/components/select-option', '@taiga-ui/kit/components/slider', '@taiga-ui/kit/components/stepper', '@taiga-ui/kit/components/tabs', '@taiga-ui/kit/components/tag', '@taiga-ui/kit/components/
|
|
4
|
-
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global["taiga-ui"] = global["taiga-ui"] || {}, global["taiga-ui"].kit = global["taiga-ui"].kit || {}, global["taiga-ui"].kit.components = {}), global["taiga-ui"].kit.components.accordion, global["taiga-ui"].kit.components.action, global["taiga-ui"].kit.components.arrow, global["taiga-ui"].kit.components.avatar, global["taiga-ui"].kit.components.badge, global["taiga-ui"].kit.components["badged-content"], global["taiga-ui"].kit.components.breadcrumbs, global["taiga-ui"].kit.components["calendar-month"], global["taiga-ui"].kit.components["calendar-range"], global["taiga-ui"].kit.components.carousel, global["taiga-ui"].kit.components.checkbox, global["taiga-ui"].kit.components["checkbox-block"], global["taiga-ui"].kit.components["checkbox-labeled"], global["taiga-ui"].kit.components["combo-box"], global["taiga-ui"].kit.components["data-list-wrapper"], global["taiga-ui"].kit.components["elastic-container"], global["taiga-ui"].kit.components.files, global["taiga-ui"].kit.components.filter, global["taiga-ui"].kit.components.input, global["taiga-ui"].kit.components["input-copy"], global["taiga-ui"].kit.components["input-count"], global["taiga-ui"].kit.components["input-date"], global["taiga-ui"].kit.components["input-date-range"], global["taiga-ui"].kit.components["input-date-time"], global["taiga-ui"].kit.components["input-files"], global["taiga-ui"].kit.components["input-inline"], global["taiga-ui"].kit.components["input-month"], global["taiga-ui"].kit.components["input-month-range"], global["taiga-ui"].kit.components["input-number"], global["taiga-ui"].kit.components["input-password"], global["taiga-ui"].kit.components["input-phone"], global["taiga-ui"].kit.components["input-phone-international"], global["taiga-ui"].kit.components["input-range"], global["taiga-ui"].kit.components["input-slider"], global["taiga-ui"].kit.components["input-tag"], global["taiga-ui"].kit.components["input-time"], global["taiga-ui"].kit.components["input-year"], global["taiga-ui"].kit.components.island, global["taiga-ui"].kit.components["items-with-more"], global["taiga-ui"].kit.components["line-clamp"], global["taiga-ui"].kit.components["marker-icon"], global["taiga-ui"].kit.components["multi-select"], global["taiga-ui"].kit.components["multi-select-option"], global["taiga-ui"].kit.components.pagination, global["taiga-ui"].kit.components["pdf-viewer"], global["taiga-ui"].kit.components.progress, global["taiga-ui"].kit.components.prompt, global["taiga-ui"].kit.components.push, global["taiga-ui"].kit.components.radio, global["taiga-ui"].kit.components["radio-block"], global["taiga-ui"].kit.components["radio-group"], global["taiga-ui"].kit.components["radio-labeled"], global["taiga-ui"].kit.components["radio-list"], global["taiga-ui"].kit.components.range, global["taiga-ui"].kit.components.rating, global["taiga-ui"].kit.components["routable-dialog"], global["taiga-ui"].kit.components.select, global["taiga-ui"].kit.components["select-option"], global["taiga-ui"].kit.components.slider, global["taiga-ui"].kit.components.stepper, global["taiga-ui"].kit.components.tabs, global["taiga-ui"].kit.components.tag, global["taiga-ui"].kit.components
|
|
5
|
-
})(this, (function (exports, accordion, action, arrow, avatar, badge, badgedContent, breadcrumbs, calendarMonth, calendarRange, carousel, checkbox, checkboxBlock, checkboxLabeled, comboBox, dataListWrapper, elasticContainer, files, filter, input, inputCopy, inputCount, inputDate, inputDateRange, inputDateTime, inputFiles, inputInline, inputMonth, inputMonthRange, inputNumber, inputPassword, inputPhone, inputPhoneInternational, inputRange, inputSlider, inputTag, inputTime, inputYear, island, itemsWithMore, lineClamp, markerIcon, multiSelect, multiSelectOption, pagination, pdfViewer, progress, prompt, push, radio, radioBlock, radioGroup, radioLabeled, radioList, range, rating, routableDialog, select, selectOption, slider, stepper, tabs, tag,
|
|
2
|
+
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@taiga-ui/kit/components/accordion'), require('@taiga-ui/kit/components/action'), require('@taiga-ui/kit/components/arrow'), require('@taiga-ui/kit/components/avatar'), require('@taiga-ui/kit/components/badge'), require('@taiga-ui/kit/components/badged-content'), require('@taiga-ui/kit/components/breadcrumbs'), require('@taiga-ui/kit/components/calendar-month'), require('@taiga-ui/kit/components/calendar-range'), require('@taiga-ui/kit/components/carousel'), require('@taiga-ui/kit/components/checkbox'), require('@taiga-ui/kit/components/checkbox-block'), require('@taiga-ui/kit/components/checkbox-labeled'), require('@taiga-ui/kit/components/combo-box'), require('@taiga-ui/kit/components/data-list-wrapper'), require('@taiga-ui/kit/components/elastic-container'), require('@taiga-ui/kit/components/files'), require('@taiga-ui/kit/components/filter'), require('@taiga-ui/kit/components/input'), require('@taiga-ui/kit/components/input-copy'), require('@taiga-ui/kit/components/input-count'), require('@taiga-ui/kit/components/input-date'), require('@taiga-ui/kit/components/input-date-range'), require('@taiga-ui/kit/components/input-date-time'), require('@taiga-ui/kit/components/input-files'), require('@taiga-ui/kit/components/input-inline'), require('@taiga-ui/kit/components/input-month'), require('@taiga-ui/kit/components/input-month-range'), require('@taiga-ui/kit/components/input-number'), require('@taiga-ui/kit/components/input-password'), require('@taiga-ui/kit/components/input-phone'), require('@taiga-ui/kit/components/input-phone-international'), require('@taiga-ui/kit/components/input-range'), require('@taiga-ui/kit/components/input-slider'), require('@taiga-ui/kit/components/input-tag'), require('@taiga-ui/kit/components/input-time'), require('@taiga-ui/kit/components/input-year'), require('@taiga-ui/kit/components/island'), require('@taiga-ui/kit/components/items-with-more'), require('@taiga-ui/kit/components/line-clamp'), require('@taiga-ui/kit/components/marker-icon'), require('@taiga-ui/kit/components/multi-select'), require('@taiga-ui/kit/components/multi-select-option'), require('@taiga-ui/kit/components/pagination'), require('@taiga-ui/kit/components/pdf-viewer'), require('@taiga-ui/kit/components/progress'), require('@taiga-ui/kit/components/prompt'), require('@taiga-ui/kit/components/push'), require('@taiga-ui/kit/components/radio'), require('@taiga-ui/kit/components/radio-block'), require('@taiga-ui/kit/components/radio-group'), require('@taiga-ui/kit/components/radio-labeled'), require('@taiga-ui/kit/components/radio-list'), require('@taiga-ui/kit/components/range'), require('@taiga-ui/kit/components/rating'), require('@taiga-ui/kit/components/routable-dialog'), require('@taiga-ui/kit/components/select'), require('@taiga-ui/kit/components/select-option'), require('@taiga-ui/kit/components/slider'), require('@taiga-ui/kit/components/stepper'), require('@taiga-ui/kit/components/tabs'), require('@taiga-ui/kit/components/tag'), require('@taiga-ui/kit/components/textarea'), require('@taiga-ui/kit/components/tiles'), require('@taiga-ui/kit/components/toggle'), require('@taiga-ui/kit/components/tree')) :
|
|
3
|
+
typeof define === 'function' && define.amd ? define('@taiga-ui/kit/components', ['exports', '@taiga-ui/kit/components/accordion', '@taiga-ui/kit/components/action', '@taiga-ui/kit/components/arrow', '@taiga-ui/kit/components/avatar', '@taiga-ui/kit/components/badge', '@taiga-ui/kit/components/badged-content', '@taiga-ui/kit/components/breadcrumbs', '@taiga-ui/kit/components/calendar-month', '@taiga-ui/kit/components/calendar-range', '@taiga-ui/kit/components/carousel', '@taiga-ui/kit/components/checkbox', '@taiga-ui/kit/components/checkbox-block', '@taiga-ui/kit/components/checkbox-labeled', '@taiga-ui/kit/components/combo-box', '@taiga-ui/kit/components/data-list-wrapper', '@taiga-ui/kit/components/elastic-container', '@taiga-ui/kit/components/files', '@taiga-ui/kit/components/filter', '@taiga-ui/kit/components/input', '@taiga-ui/kit/components/input-copy', '@taiga-ui/kit/components/input-count', '@taiga-ui/kit/components/input-date', '@taiga-ui/kit/components/input-date-range', '@taiga-ui/kit/components/input-date-time', '@taiga-ui/kit/components/input-files', '@taiga-ui/kit/components/input-inline', '@taiga-ui/kit/components/input-month', '@taiga-ui/kit/components/input-month-range', '@taiga-ui/kit/components/input-number', '@taiga-ui/kit/components/input-password', '@taiga-ui/kit/components/input-phone', '@taiga-ui/kit/components/input-phone-international', '@taiga-ui/kit/components/input-range', '@taiga-ui/kit/components/input-slider', '@taiga-ui/kit/components/input-tag', '@taiga-ui/kit/components/input-time', '@taiga-ui/kit/components/input-year', '@taiga-ui/kit/components/island', '@taiga-ui/kit/components/items-with-more', '@taiga-ui/kit/components/line-clamp', '@taiga-ui/kit/components/marker-icon', '@taiga-ui/kit/components/multi-select', '@taiga-ui/kit/components/multi-select-option', '@taiga-ui/kit/components/pagination', '@taiga-ui/kit/components/pdf-viewer', '@taiga-ui/kit/components/progress', '@taiga-ui/kit/components/prompt', '@taiga-ui/kit/components/push', '@taiga-ui/kit/components/radio', '@taiga-ui/kit/components/radio-block', '@taiga-ui/kit/components/radio-group', '@taiga-ui/kit/components/radio-labeled', '@taiga-ui/kit/components/radio-list', '@taiga-ui/kit/components/range', '@taiga-ui/kit/components/rating', '@taiga-ui/kit/components/routable-dialog', '@taiga-ui/kit/components/select', '@taiga-ui/kit/components/select-option', '@taiga-ui/kit/components/slider', '@taiga-ui/kit/components/stepper', '@taiga-ui/kit/components/tabs', '@taiga-ui/kit/components/tag', '@taiga-ui/kit/components/textarea', '@taiga-ui/kit/components/tiles', '@taiga-ui/kit/components/toggle', '@taiga-ui/kit/components/tree'], factory) :
|
|
4
|
+
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global["taiga-ui"] = global["taiga-ui"] || {}, global["taiga-ui"].kit = global["taiga-ui"].kit || {}, global["taiga-ui"].kit.components = {}), global["taiga-ui"].kit.components.accordion, global["taiga-ui"].kit.components.action, global["taiga-ui"].kit.components.arrow, global["taiga-ui"].kit.components.avatar, global["taiga-ui"].kit.components.badge, global["taiga-ui"].kit.components["badged-content"], global["taiga-ui"].kit.components.breadcrumbs, global["taiga-ui"].kit.components["calendar-month"], global["taiga-ui"].kit.components["calendar-range"], global["taiga-ui"].kit.components.carousel, global["taiga-ui"].kit.components.checkbox, global["taiga-ui"].kit.components["checkbox-block"], global["taiga-ui"].kit.components["checkbox-labeled"], global["taiga-ui"].kit.components["combo-box"], global["taiga-ui"].kit.components["data-list-wrapper"], global["taiga-ui"].kit.components["elastic-container"], global["taiga-ui"].kit.components.files, global["taiga-ui"].kit.components.filter, global["taiga-ui"].kit.components.input, global["taiga-ui"].kit.components["input-copy"], global["taiga-ui"].kit.components["input-count"], global["taiga-ui"].kit.components["input-date"], global["taiga-ui"].kit.components["input-date-range"], global["taiga-ui"].kit.components["input-date-time"], global["taiga-ui"].kit.components["input-files"], global["taiga-ui"].kit.components["input-inline"], global["taiga-ui"].kit.components["input-month"], global["taiga-ui"].kit.components["input-month-range"], global["taiga-ui"].kit.components["input-number"], global["taiga-ui"].kit.components["input-password"], global["taiga-ui"].kit.components["input-phone"], global["taiga-ui"].kit.components["input-phone-international"], global["taiga-ui"].kit.components["input-range"], global["taiga-ui"].kit.components["input-slider"], global["taiga-ui"].kit.components["input-tag"], global["taiga-ui"].kit.components["input-time"], global["taiga-ui"].kit.components["input-year"], global["taiga-ui"].kit.components.island, global["taiga-ui"].kit.components["items-with-more"], global["taiga-ui"].kit.components["line-clamp"], global["taiga-ui"].kit.components["marker-icon"], global["taiga-ui"].kit.components["multi-select"], global["taiga-ui"].kit.components["multi-select-option"], global["taiga-ui"].kit.components.pagination, global["taiga-ui"].kit.components["pdf-viewer"], global["taiga-ui"].kit.components.progress, global["taiga-ui"].kit.components.prompt, global["taiga-ui"].kit.components.push, global["taiga-ui"].kit.components.radio, global["taiga-ui"].kit.components["radio-block"], global["taiga-ui"].kit.components["radio-group"], global["taiga-ui"].kit.components["radio-labeled"], global["taiga-ui"].kit.components["radio-list"], global["taiga-ui"].kit.components.range, global["taiga-ui"].kit.components.rating, global["taiga-ui"].kit.components["routable-dialog"], global["taiga-ui"].kit.components.select, global["taiga-ui"].kit.components["select-option"], global["taiga-ui"].kit.components.slider, global["taiga-ui"].kit.components.stepper, global["taiga-ui"].kit.components.tabs, global["taiga-ui"].kit.components.tag, global["taiga-ui"].kit.components.textarea, global["taiga-ui"].kit.components.tiles, global["taiga-ui"].kit.components.toggle, global["taiga-ui"].kit.components.tree));
|
|
5
|
+
})(this, (function (exports, accordion, action, arrow, avatar, badge, badgedContent, breadcrumbs, calendarMonth, calendarRange, carousel, checkbox, checkboxBlock, checkboxLabeled, comboBox, dataListWrapper, elasticContainer, files, filter, input, inputCopy, inputCount, inputDate, inputDateRange, inputDateTime, inputFiles, inputInline, inputMonth, inputMonthRange, inputNumber, inputPassword, inputPhone, inputPhoneInternational, inputRange, inputSlider, inputTag, inputTime, inputYear, island, itemsWithMore, lineClamp, markerIcon, multiSelect, multiSelectOption, pagination, pdfViewer, progress, prompt, push, radio, radioBlock, radioGroup, radioLabeled, radioList, range, rating, routableDialog, select, selectOption, slider, stepper, tabs, tag, textarea, tiles, toggle, tree) { 'use strict';
|
|
6
6
|
|
|
7
7
|
/**
|
|
8
8
|
* Generated bundle index. Do not edit.
|
|
@@ -380,10 +380,10 @@
|
|
|
380
380
|
get: function () { return tag[k]; }
|
|
381
381
|
});
|
|
382
382
|
});
|
|
383
|
-
Object.keys(
|
|
383
|
+
Object.keys(textarea).forEach(function (k) {
|
|
384
384
|
if (k !== 'default' && !exports.hasOwnProperty(k)) Object.defineProperty(exports, k, {
|
|
385
385
|
enumerable: true,
|
|
386
|
-
get: function () { return
|
|
386
|
+
get: function () { return textarea[k]; }
|
|
387
387
|
});
|
|
388
388
|
});
|
|
389
389
|
Object.keys(tiles).forEach(function (k) {
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { ChangeDetectorRef, EventEmitter } from '@angular/core';
|
|
2
2
|
import { AbstractTuiInteractive, TuiFocusableElementAccessor, TuiNativeFocusableElement } from '@taiga-ui/cdk';
|
|
3
3
|
import { TuiBrightness, TuiSizeS } from '@taiga-ui/core';
|
|
4
|
+
import { TuiArrowOptions } from '@taiga-ui/kit/components/arrow';
|
|
4
5
|
import { Observable } from 'rxjs';
|
|
5
6
|
import { TuiAccordionItemContentDirective } from './accordion-item-content.directive';
|
|
6
7
|
import { TuiAccordionItemEagerContentDirective } from './accordion-item-eager-content.directive';
|
|
@@ -8,6 +9,7 @@ import * as i0 from "@angular/core";
|
|
|
8
9
|
export declare class TuiAccordionItemComponent extends AbstractTuiInteractive implements TuiFocusableElementAccessor {
|
|
9
10
|
private readonly cdr;
|
|
10
11
|
readonly mode$: Observable<TuiBrightness | null>;
|
|
12
|
+
readonly options: TuiArrowOptions;
|
|
11
13
|
private readonly focusableElement?;
|
|
12
14
|
noPadding: boolean;
|
|
13
15
|
showArrow: boolean;
|
|
@@ -20,7 +22,7 @@ export declare class TuiAccordionItemComponent extends AbstractTuiInteractive im
|
|
|
20
22
|
readonly openChange: EventEmitter<boolean>;
|
|
21
23
|
readonly eagerContent?: TuiAccordionItemEagerContentDirective;
|
|
22
24
|
readonly lazyContent?: TuiAccordionItemContentDirective;
|
|
23
|
-
constructor(cdr: ChangeDetectorRef, mode$: Observable<TuiBrightness | null
|
|
25
|
+
constructor(cdr: ChangeDetectorRef, mode$: Observable<TuiBrightness | null>, options: TuiArrowOptions);
|
|
24
26
|
get nativeFocusableElement(): TuiNativeFocusableElement | null;
|
|
25
27
|
get focused(): boolean;
|
|
26
28
|
onFocused(focused: boolean): void;
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
import { ChangeDetectorRef, EventEmitter } from '@angular/core';
|
|
2
2
|
import { TuiBooleanHandler, TuiDay, TuiDayLike, TuiDayRange, TuiDestroyService, TuiMapper, TuiMonth } from '@taiga-ui/cdk';
|
|
3
|
-
import { TuiMarkerHandler, TuiWithOptionalMinMax } from '@taiga-ui/core';
|
|
3
|
+
import { TuiCommonIcons, TuiMarkerHandler, TuiWithOptionalMinMax } from '@taiga-ui/core';
|
|
4
4
|
import { TuiDayRangePeriod } from '@taiga-ui/kit/classes';
|
|
5
5
|
import { Observable } from 'rxjs';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
export declare class TuiCalendarRangeComponent implements TuiWithOptionalMinMax<TuiDay> {
|
|
8
8
|
readonly otherDateText$: Observable<string>;
|
|
9
|
+
readonly icons: TuiCommonIcons;
|
|
9
10
|
defaultViewedMonth: TuiMonth;
|
|
10
11
|
disabledItemHandler: TuiBooleanHandler<TuiDay>;
|
|
11
12
|
markerHandler: TuiMarkerHandler;
|
|
@@ -20,7 +21,7 @@ export declare class TuiCalendarRangeComponent implements TuiWithOptionalMinMax<
|
|
|
20
21
|
readonly maxLengthMapper: TuiMapper<TuiDay, TuiDay>;
|
|
21
22
|
get computedMin(): TuiDay;
|
|
22
23
|
get computedMax(): TuiDay;
|
|
23
|
-
constructor(valueChanges: Observable<TuiDayRange | null> | null, cdr: ChangeDetectorRef, destroy$: TuiDestroyService, otherDateText$: Observable<string
|
|
24
|
+
constructor(valueChanges: Observable<TuiDayRange | null> | null, cdr: ChangeDetectorRef, destroy$: TuiDestroyService, otherDateText$: Observable<string>, icons: TuiCommonIcons);
|
|
24
25
|
onEsc(event: KeyboardEvent): void;
|
|
25
26
|
readonly mapper: TuiMapper<readonly TuiDayRangePeriod[], ReadonlyArray<TuiDayRangePeriod | string>>;
|
|
26
27
|
get calculatedDisabledItemHandler(): TuiBooleanHandler<TuiDay>;
|
|
@@ -32,6 +33,6 @@ export declare class TuiCalendarRangeComponent implements TuiWithOptionalMinMax<
|
|
|
32
33
|
updateValue(value: TuiDayRange | null): void;
|
|
33
34
|
private get activePeriod();
|
|
34
35
|
private calculateDisabledItemHandler;
|
|
35
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TuiCalendarRangeComponent, [{ optional: true; }, null, { self: true; }, null]>;
|
|
36
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TuiCalendarRangeComponent, [{ optional: true; }, null, { self: true; }, null, null]>;
|
|
36
37
|
static ɵcmp: i0.ɵɵComponentDeclaration<TuiCalendarRangeComponent, "tui-calendar-range", never, { "defaultViewedMonth": "defaultViewedMonth"; "disabledItemHandler": "disabledItemHandler"; "markerHandler": "markerHandler"; "items": "items"; "min": "min"; "max": "max"; "minLength": "minLength"; "maxLength": "maxLength"; "value": "value"; }, { "valueChange": "valueChange"; }, never, never>;
|
|
37
38
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { EventEmitter } from '@angular/core';
|
|
2
2
|
import { DomSanitizer, SafeValue } from '@angular/platform-browser';
|
|
3
3
|
import { TuiInjectionTokenType } from '@taiga-ui/cdk';
|
|
4
|
-
import { TuiSizeL } from '@taiga-ui/core';
|
|
4
|
+
import { TuiCommonIcons, TuiSizeL } from '@taiga-ui/core';
|
|
5
5
|
import { TuiFileLike } from '@taiga-ui/kit/interfaces';
|
|
6
6
|
import { TUI_DIGITAL_INFORMATION_UNITS, TUI_FILE_TEXTS } from '@taiga-ui/kit/tokens';
|
|
7
7
|
import { TuiFileState } from '@taiga-ui/kit/types';
|
|
@@ -11,6 +11,7 @@ import { TUI_FILE_OPTIONS } from './file-options';
|
|
|
11
11
|
import * as i0 from "@angular/core";
|
|
12
12
|
export declare class TuiFileComponent {
|
|
13
13
|
private readonly sanitizer;
|
|
14
|
+
readonly icons: TuiCommonIcons;
|
|
14
15
|
readonly fileTexts$: TuiInjectionTokenType<typeof TUI_FILE_TEXTS>;
|
|
15
16
|
private readonly options;
|
|
16
17
|
private readonly units$;
|
|
@@ -22,7 +23,7 @@ export declare class TuiFileComponent {
|
|
|
22
23
|
leftContent: PolymorpheusContent;
|
|
23
24
|
readonly removed: EventEmitter<void>;
|
|
24
25
|
focused: boolean;
|
|
25
|
-
constructor(sanitizer: DomSanitizer, fileTexts$: TuiInjectionTokenType<typeof TUI_FILE_TEXTS>, options: TuiInjectionTokenType<typeof TUI_FILE_OPTIONS>, units$: TuiInjectionTokenType<typeof TUI_DIGITAL_INFORMATION_UNITS>);
|
|
26
|
+
constructor(sanitizer: DomSanitizer, icons: TuiCommonIcons, fileTexts$: TuiInjectionTokenType<typeof TUI_FILE_TEXTS>, options: TuiInjectionTokenType<typeof TUI_FILE_OPTIONS>, units$: TuiInjectionTokenType<typeof TUI_DIGITAL_INFORMATION_UNITS>);
|
|
26
27
|
get preview(): SafeValue;
|
|
27
28
|
get isBig(): boolean;
|
|
28
29
|
get isLoading(): boolean;
|
package/components/index.d.ts
CHANGED
|
@@ -60,7 +60,7 @@ export * from '@taiga-ui/kit/components/slider';
|
|
|
60
60
|
export * from '@taiga-ui/kit/components/stepper';
|
|
61
61
|
export * from '@taiga-ui/kit/components/tabs';
|
|
62
62
|
export * from '@taiga-ui/kit/components/tag';
|
|
63
|
-
export * from '@taiga-ui/kit/components/
|
|
63
|
+
export * from '@taiga-ui/kit/components/textarea';
|
|
64
64
|
export * from '@taiga-ui/kit/components/tiles';
|
|
65
65
|
export * from '@taiga-ui/kit/components/toggle';
|
|
66
66
|
export * from '@taiga-ui/kit/components/tree';
|
|
@@ -1,10 +1,11 @@
|
|
|
1
|
-
import { ChangeDetectorRef, QueryList } from '@angular/core';
|
|
1
|
+
import { ChangeDetectorRef, InjectionToken, QueryList } from '@angular/core';
|
|
2
2
|
import { NgControl } from '@angular/forms';
|
|
3
3
|
import { MaskitoOptions } from '@maskito/core';
|
|
4
|
-
import { AbstractTuiNullableControl, TuiFocusableElementAccessor, TuiInputMode } from '@taiga-ui/cdk';
|
|
4
|
+
import { AbstractTuiNullableControl, AbstractTuiValueTransformer, TuiFocusableElementAccessor, TuiInputMode } from '@taiga-ui/cdk';
|
|
5
5
|
import { TuiDecimal, TuiNumberFormatSettings, TuiSizeL, TuiSizeS, TuiTextfieldController, TuiTextfieldSizeDirective } from '@taiga-ui/core';
|
|
6
6
|
import { TuiInputNumberOptions } from './input-number.options';
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
8
|
+
export declare const TUI_NUMBER_VALUE_TRANSFORMER: InjectionToken<AbstractTuiValueTransformer<number | null, unknown>>;
|
|
8
9
|
export declare class TuiInputNumberComponent extends AbstractTuiNullableControl<number> implements TuiFocusableElementAccessor {
|
|
9
10
|
readonly options: TuiInputNumberOptions;
|
|
10
11
|
private readonly numberFormat;
|
|
@@ -23,7 +24,7 @@ export declare class TuiInputNumberComponent extends AbstractTuiNullableControl<
|
|
|
23
24
|
/** @deprecated use `tuiTextfieldPostfix` from {@link TuiTextfieldControllerModule} instead */
|
|
24
25
|
postfix: string;
|
|
25
26
|
readonly polymorpheusValueContent: QueryList<unknown>;
|
|
26
|
-
constructor(control: NgControl | null, cdr: ChangeDetectorRef, options: TuiInputNumberOptions, numberFormat: TuiNumberFormatSettings, isIOS: boolean, textfieldSize: TuiTextfieldSizeDirective, controller: TuiTextfieldController);
|
|
27
|
+
constructor(control: NgControl | null, cdr: ChangeDetectorRef, transformer: AbstractTuiValueTransformer<number | null>, options: TuiInputNumberOptions, numberFormat: TuiNumberFormatSettings, isIOS: boolean, textfieldSize: TuiTextfieldSizeDirective, controller: TuiTextfieldController);
|
|
27
28
|
get size(): TuiSizeL | TuiSizeS;
|
|
28
29
|
get computedMin(): number;
|
|
29
30
|
get computedMax(): number;
|
|
@@ -48,7 +49,9 @@ export declare class TuiInputNumberComponent extends AbstractTuiNullableControl<
|
|
|
48
49
|
set nativeValue(value: string);
|
|
49
50
|
writeValue(value: number | null): void;
|
|
50
51
|
private get nativeNumberValue();
|
|
52
|
+
private computeMin;
|
|
53
|
+
private computeMax;
|
|
51
54
|
private calculateMask;
|
|
52
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TuiInputNumberComponent, [{ optional: true; self: true; }, null, null, null, null, null, null]>;
|
|
55
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TuiInputNumberComponent, [{ optional: true; self: true; }, null, { optional: true; }, null, null, null, null, null]>;
|
|
53
56
|
static ɵcmp: i0.ɵɵComponentDeclaration<TuiInputNumberComponent, "tui-input-number", never, { "min": "min"; "max": "max"; "decimal": "decimal"; "precision": "precision"; "step": "step"; "prefix": "prefix"; "postfix": "postfix"; }, {}, ["polymorpheusValueContent"], ["*", "input", "tuiContent"]>;
|
|
54
57
|
}
|
|
@@ -11,8 +11,8 @@ export declare class TuiInputRangeComponent extends AbstractTuiControl<[number,
|
|
|
11
11
|
readonly controller: TuiTextfieldController;
|
|
12
12
|
private readonly inputNumberRefs;
|
|
13
13
|
private readonly rangeRef;
|
|
14
|
-
min: number
|
|
15
|
-
max: number
|
|
14
|
+
min: number;
|
|
15
|
+
max: number;
|
|
16
16
|
quantum: number;
|
|
17
17
|
steps: number;
|
|
18
18
|
segments: number;
|
|
@@ -22,8 +22,6 @@ export declare class TuiInputRangeComponent extends AbstractTuiControl<[number,
|
|
|
22
22
|
pluralize: Record<string, string> | null;
|
|
23
23
|
lastActiveSide: 'left' | 'right';
|
|
24
24
|
constructor(control: NgControl | null, cdr: ChangeDetectorRef, isMobile: boolean, el: ElementRef, controller: TuiTextfieldController);
|
|
25
|
-
get computedMin(): number;
|
|
26
|
-
get computedMax(): number;
|
|
27
25
|
get leftFocusableElement(): HTMLInputElement | null;
|
|
28
26
|
get rightFocusableElement(): HTMLInputElement | null;
|
|
29
27
|
get nativeFocusableElement(): TuiNativeFocusableElement | null;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { ChangeDetectorRef, ElementRef, EventEmitter, TemplateRef } from '@angular/core';
|
|
2
2
|
import { NgControl } from '@angular/forms';
|
|
3
3
|
import { AbstractTuiMultipleControl, TuiActiveZoneDirective, TuiBooleanHandler, TuiContextWithImplicit, TuiFocusableElementAccessor } from '@taiga-ui/cdk';
|
|
4
|
-
import { TuiBrightness, TuiDataListHost, TuiHintOptionsDirective, TuiHostedDropdownComponent, TuiModeDirective, TuiSizeL, TuiSizeS, TuiTextfieldController } from '@taiga-ui/core';
|
|
4
|
+
import { TuiBrightness, TuiCommonIcons, TuiDataListHost, TuiHintOptionsDirective, TuiHostedDropdownComponent, TuiModeDirective, TuiSizeL, TuiSizeS, TuiTextfieldController } from '@taiga-ui/core';
|
|
5
5
|
import { TuiStringifiableItem } from '@taiga-ui/kit/classes';
|
|
6
6
|
import { TuiStatus } from '@taiga-ui/kit/types';
|
|
7
7
|
import { PolymorpheusContent } from '@tinkoff/ng-polymorpheus';
|
|
@@ -15,7 +15,8 @@ export declare class TuiInputTagComponent extends AbstractTuiMultipleControl<str
|
|
|
15
15
|
readonly hintOptions: TuiHintOptionsDirective | null;
|
|
16
16
|
readonly controller: TuiTextfieldController;
|
|
17
17
|
private readonly options;
|
|
18
|
-
private readonly parentHostedDropdown
|
|
18
|
+
private readonly parentHostedDropdown;
|
|
19
|
+
readonly icons: TuiCommonIcons;
|
|
19
20
|
private readonly hostedDropdown?;
|
|
20
21
|
private readonly focusableElement?;
|
|
21
22
|
private readonly tagsContainer?;
|
|
@@ -40,7 +41,7 @@ export declare class TuiInputTagComponent extends AbstractTuiMultipleControl<str
|
|
|
40
41
|
readonly errorIconTemplate?: TemplateRef<Record<string, unknown>>;
|
|
41
42
|
status$: Observable<TuiStatus>;
|
|
42
43
|
open: boolean;
|
|
43
|
-
constructor(control: NgControl | null, cdr: ChangeDetectorRef, el: ElementRef<HTMLElement>, modeDirective: TuiModeDirective | null, mode$: Observable<TuiBrightness | null>, hintOptions: TuiHintOptionsDirective | null, controller: TuiTextfieldController, options: TuiInputTagOptions, parentHostedDropdown
|
|
44
|
+
constructor(control: NgControl | null, cdr: ChangeDetectorRef, el: ElementRef<HTMLElement>, modeDirective: TuiModeDirective | null, mode$: Observable<TuiBrightness | null>, hintOptions: TuiHintOptionsDirective | null, controller: TuiTextfieldController, options: TuiInputTagOptions, parentHostedDropdown: TuiHostedDropdownComponent | null, icons: TuiCommonIcons);
|
|
44
45
|
get nativeFocusableElement(): HTMLInputElement | null;
|
|
45
46
|
get focused(): boolean;
|
|
46
47
|
get appearance(): string;
|
|
@@ -85,6 +86,6 @@ export declare class TuiInputTagComponent extends AbstractTuiMultipleControl<str
|
|
|
85
86
|
private focusInput;
|
|
86
87
|
private clippedValue;
|
|
87
88
|
private get lineHeight();
|
|
88
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TuiInputTagComponent, [{ optional: true; self: true; }, null, null, { optional: true; }, null, { optional: true; }, null, null, { optional: true; }]>;
|
|
89
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TuiInputTagComponent, [{ optional: true; self: true; }, null, null, { optional: true; }, null, { optional: true; }, null, null, { optional: true; }, null]>;
|
|
89
90
|
static ɵcmp: i0.ɵɵComponentDeclaration<TuiInputTagComponent, "tui-input-tag", never, { "separator": "separator"; "search": "search"; "editable": "editable"; "tagValidator": "tagValidator"; "expandable": "expandable"; "rows": "rows"; "inputHidden": "inputHidden"; "uniqueTags": "uniqueTags"; "maxLength": "maxLength"; "placeholder": "placeholder"; "removable": "removable"; "disabledItemHandler": "disabledItemHandler"; "pseudoFocusedSetter": "pseudoFocused"; }, { "searchChange": "searchChange"; }, ["datalist"], ["*", "tuiContent", "select"]>;
|
|
90
91
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ElementRef, EventEmitter } from '@angular/core';
|
|
2
2
|
import { AbstractTuiInteractive, TuiContextWithImplicit, TuiFocusableElementAccessor, TuiNativeFocusableElement } from '@taiga-ui/cdk';
|
|
3
|
-
import { TuiAppearance, TuiBrightness, TuiButtonComponent, TuiHorizontalDirection, TuiModeDirective, TuiSizeS } from '@taiga-ui/core';
|
|
3
|
+
import { TuiAppearance, TuiBrightness, TuiButtonComponent, TuiHorizontalDirection, TuiModeDirective, TuiSizeL, TuiSizeS, TuiSizeXS, TuiSpinIcons } from '@taiga-ui/core';
|
|
4
4
|
import { PolymorpheusContent } from '@tinkoff/ng-polymorpheus';
|
|
5
5
|
import { Observable } from 'rxjs';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
@@ -8,9 +8,10 @@ export declare class TuiPaginationComponent extends AbstractTuiInteractive imple
|
|
|
8
8
|
private readonly el;
|
|
9
9
|
private readonly modeDirective;
|
|
10
10
|
readonly texts$: Observable<[string, string]>;
|
|
11
|
+
readonly icons: TuiSpinIcons;
|
|
11
12
|
private readonly els;
|
|
12
13
|
length: number;
|
|
13
|
-
size: TuiSizeS;
|
|
14
|
+
size: TuiSizeL | TuiSizeS;
|
|
14
15
|
readonly disabled = false;
|
|
15
16
|
/**
|
|
16
17
|
* Amount of visible pages around active page
|
|
@@ -29,15 +30,15 @@ export declare class TuiPaginationComponent extends AbstractTuiInteractive imple
|
|
|
29
30
|
*/
|
|
30
31
|
index: number;
|
|
31
32
|
readonly indexChange: EventEmitter<number>;
|
|
32
|
-
|
|
33
|
+
readonly mode$: Observable<TuiBrightness | null>;
|
|
34
|
+
constructor(el: ElementRef<HTMLElement>, modeDirective: TuiModeDirective | null, texts$: Observable<[string, string]>, icons: TuiSpinIcons);
|
|
33
35
|
get nativeFocusableElement(): TuiNativeFocusableElement | null;
|
|
34
36
|
get focused(): boolean;
|
|
35
37
|
/**
|
|
36
38
|
* Number of items in a container.
|
|
37
39
|
*/
|
|
38
40
|
get elementsLength(): number;
|
|
39
|
-
get
|
|
40
|
-
get mode(): TuiBrightness | null;
|
|
41
|
+
get buttonSize(): TuiSizeXS;
|
|
41
42
|
get arrowIsDisabledLeft(): boolean;
|
|
42
43
|
get arrowIsDisabledRight(): boolean;
|
|
43
44
|
elementIsFocusable(index: number): boolean;
|
|
@@ -81,6 +82,6 @@ export declare class TuiPaginationComponent extends AbstractTuiInteractive imple
|
|
|
81
82
|
private tryChangeTo;
|
|
82
83
|
private focusActive;
|
|
83
84
|
private updateIndex;
|
|
84
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TuiPaginationComponent, [null, { optional: true; }, null]>;
|
|
85
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TuiPaginationComponent, [null, { optional: true; }, null, null]>;
|
|
85
86
|
static ɵcmp: i0.ɵɵComponentDeclaration<TuiPaginationComponent, "tui-pagination", never, { "length": "length"; "size": "size"; "disabled": "disabled"; "activePadding": "activePadding"; "sidePadding": "sidePadding"; "content": "content"; "index": "index"; }, { "indexChange": "indexChange"; }, never, never>;
|
|
86
87
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./pagination.component";
|
|
3
3
|
import * as i2 from "@angular/common";
|
|
4
|
-
import * as i3 from "@
|
|
5
|
-
import * as i4 from "@
|
|
4
|
+
import * as i3 from "@tinkoff/ng-polymorpheus";
|
|
5
|
+
import * as i4 from "@taiga-ui/cdk";
|
|
6
6
|
import * as i5 from "@taiga-ui/core";
|
|
7
7
|
export declare class TuiPaginationModule {
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiPaginationModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<TuiPaginationModule, [typeof i1.TuiPaginationComponent], [typeof i2.CommonModule, typeof i3.
|
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<TuiPaginationModule, [typeof i1.TuiPaginationComponent], [typeof i2.CommonModule, typeof i3.PolymorpheusModule, typeof i4.TuiRepeatTimesModule, typeof i4.TuiLetModule, typeof i4.TuiActiveZoneModule, typeof i5.TuiButtonModule], [typeof i1.TuiPaginationComponent]>;
|
|
10
10
|
static ɵinj: i0.ɵɵInjectorDeclaration<TuiPaginationModule>;
|
|
11
11
|
}
|
|
@@ -1,13 +1,15 @@
|
|
|
1
1
|
import { AnimationOptions } from '@angular/animations';
|
|
2
2
|
import { TuiDialog } from '@taiga-ui/cdk';
|
|
3
|
+
import { TuiCommonIcons } from '@taiga-ui/core';
|
|
3
4
|
import { Observable } from 'rxjs';
|
|
4
5
|
import { TuiPdfViewerOptions } from './pdf-viewer.options';
|
|
5
6
|
import * as i0 from "@angular/core";
|
|
6
7
|
export declare class TuiPdfViewerComponent<I, O> {
|
|
7
8
|
readonly animation: AnimationOptions;
|
|
8
9
|
readonly closeWord$: Observable<string>;
|
|
10
|
+
readonly icons: TuiCommonIcons;
|
|
9
11
|
readonly context: TuiDialog<TuiPdfViewerOptions<I>, O>;
|
|
10
|
-
constructor(animation: AnimationOptions, closeWord$: Observable<string>, context: TuiDialog<TuiPdfViewerOptions<I>, O>);
|
|
12
|
+
constructor(animation: AnimationOptions, closeWord$: Observable<string>, icons: TuiCommonIcons, context: TuiDialog<TuiPdfViewerOptions<I>, O>);
|
|
11
13
|
onKeyDownEsc(): void;
|
|
12
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiPdfViewerComponent<any, any>, never>;
|
|
13
15
|
static ɵcmp: i0.ɵɵComponentDeclaration<TuiPdfViewerComponent<any, any>, "tui-pdf-viewer", never, {}, {}, never, never>;
|
|
@@ -10,7 +10,7 @@ export declare class TuiProgressCircleComponent {
|
|
|
10
10
|
max: number;
|
|
11
11
|
color: string | null;
|
|
12
12
|
size: TuiSizeS | TuiSizeXL;
|
|
13
|
-
get
|
|
13
|
+
get progressRatio(): number;
|
|
14
14
|
animationDelay$: import("rxjs").Observable<boolean>;
|
|
15
15
|
get oldEdgeRadiusFallback(): number | null;
|
|
16
16
|
constructor(userAgent: string, win: Window, el: ElementRef<HTMLElement>);
|
|
@@ -1,13 +1,15 @@
|
|
|
1
1
|
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import { TuiCommonIcons } from '@taiga-ui/core';
|
|
2
3
|
import { Observable } from 'rxjs';
|
|
3
4
|
import * as i0 from "@angular/core";
|
|
4
5
|
export declare class TuiPushComponent {
|
|
5
6
|
readonly closeWord$: Observable<string>;
|
|
7
|
+
readonly icons: TuiCommonIcons;
|
|
6
8
|
heading: string;
|
|
7
9
|
type: string;
|
|
8
10
|
timestamp: number;
|
|
9
11
|
readonly close: EventEmitter<void>;
|
|
10
|
-
constructor(closeWord$: Observable<string
|
|
12
|
+
constructor(closeWord$: Observable<string>, icons: TuiCommonIcons);
|
|
11
13
|
get closeable(): boolean;
|
|
12
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiPushComponent, never>;
|
|
13
15
|
static ɵcmp: i0.ɵɵComponentDeclaration<TuiPushComponent, "tui-push", never, { "heading": "heading"; "type": "type"; "timestamp": "timestamp"; }, { "close": "close"; }, never, ["img", "tui-svg", "*", "[tuiButton]", "[tuiLink]"]>;
|