@taiga-ui/addon-commerce 4.52.0-canary.6be767f → 4.52.0-canary.6de148b

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.
Files changed (48) hide show
  1. package/README.md +2 -2
  2. package/components/index.d.ts +0 -2
  3. package/components/input-card/index.d.ts +3 -0
  4. package/components/input-card/input-card.component.d.ts +4 -4
  5. package/components/input-card/input-card.d.ts +4 -0
  6. package/components/input-card/input-cvc.directive.d.ts +10 -0
  7. package/components/input-card/input-expire.directive.d.ts +8 -0
  8. package/components/input-card-group/index.d.ts +1 -0
  9. package/components/input-card-group/input-card-group.component.d.ts +20 -19
  10. package/components/input-card-group/input-card-group.directive.d.ts +10 -0
  11. package/components/input-card-group/input-card-group.options.d.ts +1 -3
  12. package/components/input-card-group/input-card-group.providers.d.ts +4 -3
  13. package/components/thumbnail-card/thumbnail-card.component.d.ts +5 -6
  14. package/fesm2022/taiga-ui-addon-commerce-components-input-card-group.mjs +100 -109
  15. package/fesm2022/taiga-ui-addon-commerce-components-input-card-group.mjs.map +1 -1
  16. package/fesm2022/taiga-ui-addon-commerce-components-input-card.mjs +67 -12
  17. package/fesm2022/taiga-ui-addon-commerce-components-input-card.mjs.map +1 -1
  18. package/fesm2022/taiga-ui-addon-commerce-components-thumbnail-card.mjs +9 -17
  19. package/fesm2022/taiga-ui-addon-commerce-components-thumbnail-card.mjs.map +1 -1
  20. package/fesm2022/taiga-ui-addon-commerce-components.mjs +0 -2
  21. package/fesm2022/taiga-ui-addon-commerce-components.mjs.map +1 -1
  22. package/fesm2022/taiga-ui-addon-commerce-constants.mjs +1 -1
  23. package/fesm2022/taiga-ui-addon-commerce-constants.mjs.map +1 -1
  24. package/fesm2022/taiga-ui-addon-commerce-pipes-amount.mjs +24 -22
  25. package/fesm2022/taiga-ui-addon-commerce-pipes-amount.mjs.map +1 -1
  26. package/fesm2022/taiga-ui-addon-commerce-pipes-currency.mjs +0 -1
  27. package/fesm2022/taiga-ui-addon-commerce-pipes-currency.mjs.map +1 -1
  28. package/fesm2022/taiga-ui-addon-commerce-pipes-decimal.mjs +16 -8
  29. package/fesm2022/taiga-ui-addon-commerce-pipes-decimal.mjs.map +1 -1
  30. package/fesm2022/taiga-ui-addon-commerce-pipes-format-card.mjs +0 -1
  31. package/fesm2022/taiga-ui-addon-commerce-pipes-format-card.mjs.map +1 -1
  32. package/fesm2022/taiga-ui-addon-commerce-tokens.mjs.map +1 -1
  33. package/fesm2022/taiga-ui-addon-commerce-types.mjs.map +1 -1
  34. package/fesm2022/taiga-ui-addon-commerce-utils.mjs.map +1 -1
  35. package/fesm2022/taiga-ui-addon-commerce-validators.mjs.map +1 -1
  36. package/package.json +12 -17
  37. package/pipes/amount/amount.options.d.ts +1 -3
  38. package/pipes/amount/amount.pipe.d.ts +5 -2
  39. package/pipes/decimal/decimal.pipe.d.ts +4 -2
  40. package/tokens/i18n.d.ts +2 -2
  41. package/components/input-cvc/index.d.ts +0 -1
  42. package/components/input-cvc/input-cvc.directive.d.ts +0 -12
  43. package/components/input-expire/index.d.ts +0 -1
  44. package/components/input-expire/input-expire.directive.d.ts +0 -8
  45. package/fesm2022/taiga-ui-addon-commerce-components-input-cvc.mjs +0 -48
  46. package/fesm2022/taiga-ui-addon-commerce-components-input-cvc.mjs.map +0 -1
  47. package/fesm2022/taiga-ui-addon-commerce-components-input-expire.mjs +0 -39
  48. package/fesm2022/taiga-ui-addon-commerce-components-input-expire.mjs.map +0 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taiga-ui/addon-commerce",
3
- "version": "4.52.0-canary.6be767f",
3
+ "version": "4.52.0-canary.6de148b",
4
4
  "description": "Extension package for Taiga UI related to commerce, payment systems, currencies etc.",
5
5
  "keywords": [
6
6
  "angular",
@@ -11,15 +11,18 @@
11
11
  "payment"
12
12
  ],
13
13
  "homepage": "https://github.com/taiga-family/taiga-ui",
14
- "repository": "https://github.com/taiga-family/taiga-ui",
14
+ "repository": {
15
+ "type": "git",
16
+ "url": "https://github.com/taiga-family/taiga-ui"
17
+ },
15
18
  "license": "Apache-2.0",
16
19
  "peerDependencies": {
17
20
  "@angular/common": ">=19.0.0",
18
21
  "@angular/core": ">=19.0.0",
19
22
  "@angular/forms": ">=19.0.0",
20
- "@maskito/angular": "^3.11.1",
21
- "@maskito/core": "^3.11.1",
22
- "@maskito/kit": "^3.11.1",
23
+ "@maskito/angular": "^4.0.1",
24
+ "@maskito/core": "^4.0.1",
25
+ "@maskito/kit": "^4.0.1",
23
26
  "@ng-web-apis/common": "^4.12.2",
24
27
  "@taiga-ui/cdk": "^4.52.0",
25
28
  "@taiga-ui/core": "^4.52.0",
@@ -74,14 +77,6 @@
74
77
  "types": "./components/input-card-group/index.d.ts",
75
78
  "default": "./fesm2022/taiga-ui-addon-commerce-components-input-card-group.mjs"
76
79
  },
77
- "./components/input-cvc": {
78
- "types": "./components/input-cvc/index.d.ts",
79
- "default": "./fesm2022/taiga-ui-addon-commerce-components-input-cvc.mjs"
80
- },
81
- "./components/input-expire": {
82
- "types": "./components/input-expire/index.d.ts",
83
- "default": "./fesm2022/taiga-ui-addon-commerce-components-input-expire.mjs"
84
- },
85
80
  "./components/thumbnail-card": {
86
81
  "types": "./components/thumbnail-card/index.d.ts",
87
82
  "default": "./fesm2022/taiga-ui-addon-commerce-components-thumbnail-card.mjs"
@@ -90,6 +85,10 @@
90
85
  "types": "./pipes/amount/index.d.ts",
91
86
  "default": "./fesm2022/taiga-ui-addon-commerce-pipes-amount.mjs"
92
87
  },
88
+ "./pipes/currency": {
89
+ "types": "./pipes/currency/index.d.ts",
90
+ "default": "./fesm2022/taiga-ui-addon-commerce-pipes-currency.mjs"
91
+ },
93
92
  "./pipes/decimal": {
94
93
  "types": "./pipes/decimal/index.d.ts",
95
94
  "default": "./fesm2022/taiga-ui-addon-commerce-pipes-decimal.mjs"
@@ -97,10 +96,6 @@
97
96
  "./pipes/format-card": {
98
97
  "types": "./pipes/format-card/index.d.ts",
99
98
  "default": "./fesm2022/taiga-ui-addon-commerce-pipes-format-card.mjs"
100
- },
101
- "./pipes/currency": {
102
- "types": "./pipes/currency/index.d.ts",
103
- "default": "./fesm2022/taiga-ui-addon-commerce-pipes-currency.mjs"
104
99
  }
105
100
  },
106
101
  "sideEffects": false,
@@ -1,4 +1,3 @@
1
- import { InjectionToken, type Provider } from '@angular/core';
2
1
  import { type TuiCurrencyVariants } from '@taiga-ui/addon-commerce/types';
3
2
  import { type TuiHorizontalDirection } from '@taiga-ui/core/types';
4
3
  import { type TuiAmountSign } from './amount.types';
@@ -8,5 +7,4 @@ export interface TuiAmountOptions {
8
7
  readonly sign: TuiAmountSign;
9
8
  }
10
9
  export declare const TUI_AMOUNT_DEFAULT_OPTIONS: TuiAmountOptions;
11
- export declare const TUI_AMOUNT_OPTIONS: InjectionToken<TuiAmountOptions>;
12
- export declare function tuiAmountOptionsProvider(options: Partial<TuiAmountOptions>): Provider;
10
+ export declare const TUI_AMOUNT_OPTIONS: import("@angular/core").InjectionToken<TuiAmountOptions>, tuiAmountOptionsProvider: (item: Partial<TuiAmountOptions> | (() => Partial<TuiAmountOptions>)) => import("@angular/core").FactoryProvider;
@@ -1,12 +1,15 @@
1
1
  import { type PipeTransform } from '@angular/core';
2
2
  import { type TuiCurrencyVariants } from '@taiga-ui/addon-commerce/types';
3
3
  import { type TuiHorizontalDirection } from '@taiga-ui/core/types';
4
- import { type Observable } from 'rxjs';
5
4
  import * as i0 from "@angular/core";
6
5
  export declare class TuiAmountPipe implements PipeTransform {
7
6
  private readonly options;
8
7
  private readonly format;
9
- transform(value: number, currency?: TuiCurrencyVariants, currencyAlign?: TuiHorizontalDirection): Observable<string>;
8
+ private readonly value;
9
+ private readonly currency;
10
+ private readonly currencyAlign;
11
+ private readonly formatted;
12
+ transform(value: number, currency?: TuiCurrencyVariants, currencyAlign?: TuiHorizontalDirection): string;
10
13
  static ɵfac: i0.ɵɵFactoryDeclaration<TuiAmountPipe, never>;
11
14
  static ɵpipe: i0.ɵɵPipeDeclaration<TuiAmountPipe, "tuiAmount", true>;
12
15
  }
@@ -1,11 +1,13 @@
1
1
  import { type PipeTransform } from '@angular/core';
2
2
  import { type TuiCurrencyVariants } from '@taiga-ui/addon-commerce/types';
3
- import { type Observable } from 'rxjs';
4
3
  import * as i0 from "@angular/core";
5
4
  export declare class TuiDecimalPipe implements PipeTransform {
6
5
  private readonly format;
7
6
  private readonly amountPipe;
8
- transform(value: number, currency?: TuiCurrencyVariants): Observable<string>;
7
+ private readonly value;
8
+ private readonly currency;
9
+ private readonly formatted;
10
+ transform(value: number, currency?: TuiCurrencyVariants): string;
9
11
  static ɵfac: i0.ɵɵFactoryDeclaration<TuiDecimalPipe, never>;
10
12
  static ɵpipe: i0.ɵɵPipeDeclaration<TuiDecimalPipe, "tuiDecimal", true>;
11
13
  }
package/tokens/i18n.d.ts CHANGED
@@ -3,11 +3,11 @@ import { type Observable } from 'rxjs';
3
3
  /**
4
4
  * Number and card number i18n
5
5
  */
6
- export declare const TUI_CARD_NUMBER_TEXTS: InjectionToken<Observable<readonly [number: string, card_number: string]>>;
6
+ export declare const TUI_CARD_NUMBER_TEXTS: InjectionToken<import("@angular/core").Signal<readonly [number: string, card_number: string]>>;
7
7
  /**
8
8
  * Expiry and card expiry i18n
9
9
  */
10
- export declare const TUI_CARD_EXPIRY_TEXTS: InjectionToken<Observable<readonly [expiry: string, expiry_date: string]>>;
10
+ export declare const TUI_CARD_EXPIRY_TEXTS: InjectionToken<import("@angular/core").Signal<readonly [expiry: string, expiry_date: string]>>;
11
11
  /**
12
12
  * Card CVC number text [mobile, desktop]
13
13
  */
@@ -1 +0,0 @@
1
- export * from './input-cvc.directive';
@@ -1,12 +0,0 @@
1
- import { type OnChanges } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- import * as i1 from "@maskito/angular";
4
- import * as i2 from "@taiga-ui/core/components/textfield";
5
- export declare class TuiInputCVC implements OnChanges {
6
- private readonly mask;
7
- hidden: boolean;
8
- length: 3 | 4;
9
- ngOnChanges(): void;
10
- static ɵfac: i0.ɵɵFactoryDeclaration<TuiInputCVC, never>;
11
- static ɵdir: i0.ɵɵDirectiveDeclaration<TuiInputCVC, "input[tuiInputCVC]", never, { "hidden": { "alias": "hidden"; "required": false; }; "length": { "alias": "length"; "required": false; }; }, {}, never, never, true, [{ directive: typeof i1.MaskitoDirective; inputs: {}; outputs: {}; }, { directive: typeof i2.TuiWithTextfield; inputs: {}; outputs: {}; }]>;
12
- }
@@ -1 +0,0 @@
1
- export * from './input-expire.directive';
@@ -1,8 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "@maskito/angular";
3
- import * as i2 from "@taiga-ui/core/components/textfield";
4
- export declare class TuiInputExpire {
5
- protected readonly mask: import("@angular/core").WritableSignal<import("@maskito/core").MaskitoOptions | null>;
6
- static ɵfac: i0.ɵɵFactoryDeclaration<TuiInputExpire, never>;
7
- static ɵdir: i0.ɵɵDirectiveDeclaration<TuiInputExpire, "input[tuiInputExpire]", never, {}, {}, never, never, true, [{ directive: typeof i1.MaskitoDirective; inputs: {}; outputs: {}; }, { directive: typeof i2.TuiWithTextfield; inputs: {}; outputs: {}; }]>;
8
- }
@@ -1,48 +0,0 @@
1
- import * as i0 from '@angular/core';
2
- import { Input, Directive } from '@angular/core';
3
- import * as i1 from '@maskito/angular';
4
- import { MaskitoDirective } from '@maskito/angular';
5
- import { TUI_MASK_CVC } from '@taiga-ui/addon-commerce/constants';
6
- import * as i2 from '@taiga-ui/core/components/textfield';
7
- import { TuiWithTextfield } from '@taiga-ui/core/components/textfield';
8
- import { tuiMaskito } from '@taiga-ui/kit/utils';
9
-
10
- class TuiInputCVC {
11
- constructor() {
12
- this.mask = tuiMaskito(TUI_MASK_CVC(3));
13
- this.hidden = true;
14
- this.length = 3;
15
- }
16
- // TODO: refactor to signal inputs after Angular update
17
- ngOnChanges() {
18
- this.mask.set(TUI_MASK_CVC(this.length));
19
- }
20
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: TuiInputCVC, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
21
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.15", type: TuiInputCVC, isStandalone: true, selector: "input[tuiInputCVC]", inputs: { hidden: "hidden", length: "length" }, host: { attributes: { "inputmode": "numeric", "autocomplete": "cc-csc" }, listeners: { "copy.prevent": "(0)" }, properties: { "placeholder": "\"0\".repeat(length)", "style.-webkit-text-security": "hidden ? \"disc\" : null" } }, usesOnChanges: true, hostDirectives: [{ directive: i1.MaskitoDirective }, { directive: i2.TuiWithTextfield }], ngImport: i0 }); }
22
- }
23
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: TuiInputCVC, decorators: [{
24
- type: Directive,
25
- args: [{
26
- standalone: true,
27
- selector: 'input[tuiInputCVC]',
28
- hostDirectives: [MaskitoDirective, TuiWithTextfield],
29
- host: {
30
- inputmode: 'numeric',
31
- autocomplete: 'cc-csc',
32
- '[placeholder]': '"0".repeat(length)',
33
- '[style.-webkit-text-security]': 'hidden ? "disc" : null',
34
- '(copy.prevent)': '(0)',
35
- },
36
- }]
37
- }], propDecorators: { hidden: [{
38
- type: Input
39
- }], length: [{
40
- type: Input
41
- }] } });
42
-
43
- /**
44
- * Generated bundle index. Do not edit.
45
- */
46
-
47
- export { TuiInputCVC };
48
- //# sourceMappingURL=taiga-ui-addon-commerce-components-input-cvc.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"taiga-ui-addon-commerce-components-input-cvc.mjs","sources":["../../../projects/addon-commerce/components/input-cvc/input-cvc.directive.ts","../../../projects/addon-commerce/components/input-cvc/taiga-ui-addon-commerce-components-input-cvc.ts"],"sourcesContent":["import {Directive, Input, type OnChanges} from '@angular/core';\nimport {MaskitoDirective} from '@maskito/angular';\nimport {TUI_MASK_CVC} from '@taiga-ui/addon-commerce/constants';\nimport {TuiWithTextfield} from '@taiga-ui/core/components/textfield';\nimport {tuiMaskito} from '@taiga-ui/kit/utils';\n\n@Directive({\n standalone: true,\n selector: 'input[tuiInputCVC]',\n hostDirectives: [MaskitoDirective, TuiWithTextfield],\n host: {\n inputmode: 'numeric',\n autocomplete: 'cc-csc',\n '[placeholder]': '\"0\".repeat(length)',\n '[style.-webkit-text-security]': 'hidden ? \"disc\" : null',\n '(copy.prevent)': '(0)',\n },\n})\nexport class TuiInputCVC implements OnChanges {\n private readonly mask = tuiMaskito(TUI_MASK_CVC(3));\n\n @Input()\n public hidden = true;\n\n @Input()\n public length: 3 | 4 = 3;\n\n // TODO: refactor to signal inputs after Angular update\n public ngOnChanges(): void {\n this.mask.set(TUI_MASK_CVC(this.length));\n }\n}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;;;;MAkBa,WAAW,CAAA;AAZxB,IAAA,WAAA,GAAA;QAaqB,IAAI,CAAA,IAAA,GAAG,UAAU,CAAC,YAAY,CAAC,CAAC,CAAC,CAAC;QAG5C,IAAM,CAAA,MAAA,GAAG,IAAI;QAGb,IAAM,CAAA,MAAA,GAAU,CAAC;AAM3B;;IAHU,WAAW,GAAA;AACd,QAAA,IAAI,CAAC,IAAI,CAAC,GAAG,CAAC,YAAY,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC;;+GAXnC,WAAW,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;mGAAX,WAAW,EAAA,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,oBAAA,EAAA,MAAA,EAAA,EAAA,MAAA,EAAA,QAAA,EAAA,MAAA,EAAA,QAAA,EAAA,EAAA,IAAA,EAAA,EAAA,UAAA,EAAA,EAAA,WAAA,EAAA,SAAA,EAAA,cAAA,EAAA,QAAA,EAAA,EAAA,SAAA,EAAA,EAAA,cAAA,EAAA,KAAA,EAAA,EAAA,UAAA,EAAA,EAAA,aAAA,EAAA,sBAAA,EAAA,6BAAA,EAAA,0BAAA,EAAA,EAAA,EAAA,aAAA,EAAA,IAAA,EAAA,cAAA,EAAA,CAAA,EAAA,SAAA,EAAA,EAAA,CAAA,gBAAA,EAAA,EAAA,EAAA,SAAA,EAAA,EAAA,CAAA,gBAAA,EAAA,CAAA,EAAA,QAAA,EAAA,EAAA,EAAA,CAAA,CAAA;;4FAAX,WAAW,EAAA,UAAA,EAAA,CAAA;kBAZvB,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACP,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,oBAAoB;AAC9B,oBAAA,cAAc,EAAE,CAAC,gBAAgB,EAAE,gBAAgB,CAAC;AACpD,oBAAA,IAAI,EAAE;AACF,wBAAA,SAAS,EAAE,SAAS;AACpB,wBAAA,YAAY,EAAE,QAAQ;AACtB,wBAAA,eAAe,EAAE,oBAAoB;AACrC,wBAAA,+BAA+B,EAAE,wBAAwB;AACzD,wBAAA,gBAAgB,EAAE,KAAK;AAC1B,qBAAA;AACJ,iBAAA;8BAKU,MAAM,EAAA,CAAA;sBADZ;gBAIM,MAAM,EAAA,CAAA;sBADZ;;;ACxBL;;AAEG;;;;"}
@@ -1,39 +0,0 @@
1
- import * as i0 from '@angular/core';
2
- import { Directive } from '@angular/core';
3
- import * as i1 from '@maskito/angular';
4
- import { MaskitoDirective } from '@maskito/angular';
5
- import { TUI_MASK_EXPIRE } from '@taiga-ui/addon-commerce/constants';
6
- import * as i2 from '@taiga-ui/core/components/textfield';
7
- import { TuiWithTextfield } from '@taiga-ui/core/components/textfield';
8
- import { tuiMaskito } from '@taiga-ui/kit/utils';
9
-
10
- class TuiInputExpire {
11
- constructor() {
12
- this.mask = tuiMaskito(TUI_MASK_EXPIRE);
13
- }
14
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: TuiInputExpire, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
15
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.15", type: TuiInputExpire, isStandalone: true, selector: "input[tuiInputExpire]", host: { attributes: { "inputmode": "numeric", "placeholder": "00/00", "translate": "no", "maxlength": "5", "name": "ccexpiryyear", "autocomplete": "cc-exp" } }, hostDirectives: [{ directive: i1.MaskitoDirective }, { directive: i2.TuiWithTextfield }], ngImport: i0 }); }
16
- }
17
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: TuiInputExpire, decorators: [{
18
- type: Directive,
19
- args: [{
20
- standalone: true,
21
- selector: 'input[tuiInputExpire]',
22
- hostDirectives: [MaskitoDirective, TuiWithTextfield],
23
- host: {
24
- inputmode: 'numeric',
25
- placeholder: '00/00',
26
- translate: 'no',
27
- maxlength: '5',
28
- name: 'ccexpiryyear',
29
- autocomplete: 'cc-exp',
30
- },
31
- }]
32
- }] });
33
-
34
- /**
35
- * Generated bundle index. Do not edit.
36
- */
37
-
38
- export { TuiInputExpire };
39
- //# sourceMappingURL=taiga-ui-addon-commerce-components-input-expire.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"taiga-ui-addon-commerce-components-input-expire.mjs","sources":["../../../projects/addon-commerce/components/input-expire/input-expire.directive.ts","../../../projects/addon-commerce/components/input-expire/taiga-ui-addon-commerce-components-input-expire.ts"],"sourcesContent":["import {Directive} from '@angular/core';\nimport {MaskitoDirective} from '@maskito/angular';\nimport {TUI_MASK_EXPIRE} from '@taiga-ui/addon-commerce/constants';\nimport {TuiWithTextfield} from '@taiga-ui/core/components/textfield';\nimport {tuiMaskito} from '@taiga-ui/kit/utils';\n\n@Directive({\n standalone: true,\n selector: 'input[tuiInputExpire]',\n hostDirectives: [MaskitoDirective, TuiWithTextfield],\n host: {\n inputmode: 'numeric',\n placeholder: '00/00',\n translate: 'no',\n maxlength: '5',\n name: 'ccexpiryyear',\n autocomplete: 'cc-exp',\n },\n})\nexport class TuiInputExpire {\n protected readonly mask = tuiMaskito(TUI_MASK_EXPIRE);\n}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;;;;MAmBa,cAAc,CAAA;AAb3B,IAAA,WAAA,GAAA;AAcuB,QAAA,IAAA,CAAA,IAAI,GAAG,UAAU,CAAC,eAAe,CAAC;AACxD;+GAFY,cAAc,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;mGAAd,cAAc,EAAA,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,uBAAA,EAAA,IAAA,EAAA,EAAA,UAAA,EAAA,EAAA,WAAA,EAAA,SAAA,EAAA,aAAA,EAAA,OAAA,EAAA,WAAA,EAAA,IAAA,EAAA,WAAA,EAAA,GAAA,EAAA,MAAA,EAAA,cAAA,EAAA,cAAA,EAAA,QAAA,EAAA,EAAA,EAAA,cAAA,EAAA,CAAA,EAAA,SAAA,EAAA,EAAA,CAAA,gBAAA,EAAA,EAAA,EAAA,SAAA,EAAA,EAAA,CAAA,gBAAA,EAAA,CAAA,EAAA,QAAA,EAAA,EAAA,EAAA,CAAA,CAAA;;4FAAd,cAAc,EAAA,UAAA,EAAA,CAAA;kBAb1B,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACP,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,uBAAuB;AACjC,oBAAA,cAAc,EAAE,CAAC,gBAAgB,EAAE,gBAAgB,CAAC;AACpD,oBAAA,IAAI,EAAE;AACF,wBAAA,SAAS,EAAE,SAAS;AACpB,wBAAA,WAAW,EAAE,OAAO;AACpB,wBAAA,SAAS,EAAE,IAAI;AACf,wBAAA,SAAS,EAAE,GAAG;AACd,wBAAA,IAAI,EAAE,cAAc;AACpB,wBAAA,YAAY,EAAE,QAAQ;AACzB,qBAAA;AACJ,iBAAA;;;AClBD;;AAEG;;;;"}