{"version":3,"file":"ui-vts-kit-ng-vts-core-types.mjs","sources":["../../components/core/types/direction.ts","../../components/core/types/template.ts","../../components/core/types/shape.ts","../../components/core/types/any.ts","../../components/core/types/control-value-accessor.ts","../../components/core/types/convert-input.ts","../../components/core/types/input-observable.ts","../../components/core/types/public-api.ts","../../components/core/types/ui-vts-kit-ng-vts-core-types.ts"],"sourcesContent":["/**\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/LICENSE\n */\n\nexport type VtsDirectionVHType = 'vertical' | 'horizontal';\nexport type VtsFourDirectionType = 'top' | 'bottom' | 'left' | 'right';\n","/**\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/LICENSE\n */\n\nimport { TemplateRef } from '@angular/core';\n\n/**\n * A joined type of string and `TemplateRef<void>`.\n */\nexport type VtsTSType = string | TemplateRef<void>;\n","/**\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/LICENSE\n */\n\nexport type VtsShapeSCType = 'square' | 'circle';\n","/**\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/LICENSE\n */\n\n// tslint:disable-next-line:no-any\nexport type VtsSafeAny = any;\n","/**\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/LICENSE\n */\n\nimport { VtsSafeAny } from './any';\n\nexport type OnTouchedType = () => VtsSafeAny;\nexport type OnChangeType = (value: VtsSafeAny) => void;\n","/**\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/LICENSE\n */\n\nexport type BooleanInput = boolean | string | undefined | null;\nexport type NumberInput = number | string | undefined | null;\n","/**\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/LICENSE\n */\n\nimport { SimpleChange } from '@angular/core';\nimport { Observable } from 'rxjs';\n\nexport interface InputObservable {\n  getInputObservable<K extends keyof this>(changeType: K): Observable<SimpleChange>;\n}\n","/**\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/LICENSE\n */\n\nexport * from './common-wrap';\nexport * from './direction';\nexport * from './indexable';\nexport * from './ng-class';\nexport * from './size';\nexport * from './template';\nexport * from './shape';\nexport * from './compare-with';\nexport * from './any';\nexport * from './control-value-accessor';\nexport * from './convert-input';\nexport * from './input-observable';\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":"AAAA;;;AAGG;;ACHH;;;AAGG;;ACHH;;;AAGG;;ACHH;;;AAGG;;ACHH;;;AAGG;;ACHH;;;AAGG;;ACHH;;;AAGG;;ACHH;;;AAGG;;ACHH;;AAEG"}