@taiga-ui/addon-commerce 4.43.0 → 4.44.0-canary.0bcf1bf

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 (34) hide show
  1. package/components/input-card/input-card.options.d.ts +2 -1
  2. package/components/input-card-group/input-card-group.component.d.ts +3 -3
  3. package/components/input-card-group/input-card-group.options.d.ts +2 -1
  4. package/components/input-card-group/input-card-group.providers.d.ts +2 -1
  5. package/components/thumbnail-card/thumbnail-card.options.d.ts +2 -1
  6. package/esm2022/components/input-card/input-card.component.mjs +3 -2
  7. package/esm2022/components/input-card/input-card.options.mjs +6 -3
  8. package/esm2022/components/input-card-group/input-card-group.component.mjs +14 -12
  9. package/esm2022/components/input-card-group/input-card-group.options.mjs +6 -3
  10. package/esm2022/components/input-card-group/input-card-group.providers.mjs +21 -20
  11. package/esm2022/components/thumbnail-card/thumbnail-card.options.mjs +9 -8
  12. package/esm2022/constants/mask-card.mjs +6 -6
  13. package/esm2022/pipes/amount/amount.options.mjs +6 -3
  14. package/esm2022/pipes/format-card/format-card.pipe.mjs +3 -2
  15. package/esm2022/tokens/i18n.mjs +11 -5
  16. package/esm2022/tokens/payment-system-icons.mjs +19 -17
  17. package/fesm2022/taiga-ui-addon-commerce-components-input-card-group.mjs +37 -31
  18. package/fesm2022/taiga-ui-addon-commerce-components-input-card-group.mjs.map +1 -1
  19. package/fesm2022/taiga-ui-addon-commerce-components-input-card.mjs +7 -4
  20. package/fesm2022/taiga-ui-addon-commerce-components-input-card.mjs.map +1 -1
  21. package/fesm2022/taiga-ui-addon-commerce-components-thumbnail-card.mjs +8 -7
  22. package/fesm2022/taiga-ui-addon-commerce-components-thumbnail-card.mjs.map +1 -1
  23. package/fesm2022/taiga-ui-addon-commerce-constants.mjs +5 -5
  24. package/fesm2022/taiga-ui-addon-commerce-constants.mjs.map +1 -1
  25. package/fesm2022/taiga-ui-addon-commerce-pipes-amount.mjs +5 -3
  26. package/fesm2022/taiga-ui-addon-commerce-pipes-amount.mjs.map +1 -1
  27. package/fesm2022/taiga-ui-addon-commerce-pipes-format-card.mjs +2 -1
  28. package/fesm2022/taiga-ui-addon-commerce-pipes-format-card.mjs.map +1 -1
  29. package/fesm2022/taiga-ui-addon-commerce-tokens.mjs +27 -19
  30. package/fesm2022/taiga-ui-addon-commerce-tokens.mjs.map +1 -1
  31. package/package.json +18 -18
  32. package/pipes/amount/amount.options.d.ts +2 -1
  33. package/tokens/i18n.d.ts +4 -3
  34. package/tokens/payment-system-icons.d.ts +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taiga-ui/addon-commerce",
3
- "version": "4.43.0",
3
+ "version": "4.44.0-canary.0bcf1bf",
4
4
  "description": "Extension package for Taiga UI related to commerce, payment systems, currencies etc.",
5
5
  "keywords": [
6
6
  "angular",
@@ -17,14 +17,14 @@
17
17
  "@angular/common": ">=16.0.0",
18
18
  "@angular/core": ">=16.0.0",
19
19
  "@angular/forms": ">=16.0.0",
20
- "@maskito/angular": "^3.9.1",
21
- "@maskito/core": "^3.9.1",
22
- "@maskito/kit": "^3.9.1",
20
+ "@maskito/angular": "^3.10.0",
21
+ "@maskito/core": "^3.10.0",
22
+ "@maskito/kit": "^3.10.0",
23
23
  "@ng-web-apis/common": "^4.12.0",
24
- "@taiga-ui/cdk": "^4.43.0",
25
- "@taiga-ui/core": "^4.43.0",
26
- "@taiga-ui/i18n": "^4.43.0",
27
- "@taiga-ui/kit": "^4.43.0",
24
+ "@taiga-ui/cdk": "^4.44.0",
25
+ "@taiga-ui/core": "^4.44.0",
26
+ "@taiga-ui/i18n": "^4.44.0",
27
+ "@taiga-ui/kit": "^4.44.0",
28
28
  "@taiga-ui/polymorpheus": "^4.9.0",
29
29
  "rxjs": ">=7.0.0"
30
30
  },
@@ -52,11 +52,11 @@
52
52
  "esm": "./esm2022/constants/taiga-ui-addon-commerce-constants.mjs",
53
53
  "default": "./fesm2022/taiga-ui-addon-commerce-constants.mjs"
54
54
  },
55
- "./tokens": {
56
- "types": "./tokens/index.d.ts",
57
- "esm2022": "./esm2022/tokens/taiga-ui-addon-commerce-tokens.mjs",
58
- "esm": "./esm2022/tokens/taiga-ui-addon-commerce-tokens.mjs",
59
- "default": "./fesm2022/taiga-ui-addon-commerce-tokens.mjs"
55
+ "./pipes": {
56
+ "types": "./pipes/index.d.ts",
57
+ "esm2022": "./esm2022/pipes/taiga-ui-addon-commerce-pipes.mjs",
58
+ "esm": "./esm2022/pipes/taiga-ui-addon-commerce-pipes.mjs",
59
+ "default": "./fesm2022/taiga-ui-addon-commerce-pipes.mjs"
60
60
  },
61
61
  "./types": {
62
62
  "types": "./types/index.d.ts",
@@ -64,11 +64,11 @@
64
64
  "esm": "./esm2022/types/taiga-ui-addon-commerce-types.mjs",
65
65
  "default": "./fesm2022/taiga-ui-addon-commerce-types.mjs"
66
66
  },
67
- "./pipes": {
68
- "types": "./pipes/index.d.ts",
69
- "esm2022": "./esm2022/pipes/taiga-ui-addon-commerce-pipes.mjs",
70
- "esm": "./esm2022/pipes/taiga-ui-addon-commerce-pipes.mjs",
71
- "default": "./fesm2022/taiga-ui-addon-commerce-pipes.mjs"
67
+ "./tokens": {
68
+ "types": "./tokens/index.d.ts",
69
+ "esm2022": "./esm2022/tokens/taiga-ui-addon-commerce-tokens.mjs",
70
+ "esm": "./esm2022/tokens/taiga-ui-addon-commerce-tokens.mjs",
71
+ "default": "./fesm2022/taiga-ui-addon-commerce-tokens.mjs"
72
72
  },
73
73
  "./utils": {
74
74
  "types": "./utils/index.d.ts",
@@ -1,4 +1,5 @@
1
1
  import type { Provider } from '@angular/core';
2
+ import { InjectionToken } from '@angular/core';
2
3
  import type { TuiCurrencyVariants } from '@taiga-ui/addon-commerce/types';
3
4
  import type { TuiHorizontalDirection } from '@taiga-ui/core/types';
4
5
  import type { TuiAmountSign } from './amount.types';
@@ -8,5 +9,5 @@ export interface TuiAmountOptions {
8
9
  readonly sign: TuiAmountSign;
9
10
  }
10
11
  export declare const TUI_AMOUNT_DEFAULT_OPTIONS: TuiAmountOptions;
11
- export declare const TUI_AMOUNT_OPTIONS: import("@angular/core").InjectionToken<TuiAmountOptions>;
12
+ export declare const TUI_AMOUNT_OPTIONS: InjectionToken<TuiAmountOptions>;
12
13
  export declare function tuiAmountOptionsProvider(options: Partial<TuiAmountOptions>): Provider;
package/tokens/i18n.d.ts CHANGED
@@ -1,13 +1,14 @@
1
+ import { InjectionToken } from '@angular/core';
1
2
  import type { Observable } from 'rxjs';
2
3
  /**
3
4
  * Number and card number i18n
4
5
  */
5
- export declare const TUI_CARD_NUMBER_TEXTS: import("@angular/core").InjectionToken<Observable<readonly [number: string, card_number: string]>>;
6
+ export declare const TUI_CARD_NUMBER_TEXTS: InjectionToken<Observable<readonly [number: string, card_number: string]>>;
6
7
  /**
7
8
  * Expiry and card expiry i18n
8
9
  */
9
- export declare const TUI_CARD_EXPIRY_TEXTS: import("@angular/core").InjectionToken<Observable<readonly [expiry: string, expiry_date: string]>>;
10
+ export declare const TUI_CARD_EXPIRY_TEXTS: InjectionToken<Observable<readonly [expiry: string, expiry_date: string]>>;
10
11
  /**
11
12
  * Card CVC number text [mobile, desktop]
12
13
  */
13
- export declare const TUI_CARD_CVC_TEXTS: import("@angular/core").InjectionToken<Observable<[string, string]>>;
14
+ export declare const TUI_CARD_CVC_TEXTS: InjectionToken<Observable<[string, string]>>;
@@ -1,3 +1,3 @@
1
- import type { InjectionToken } from '@angular/core';
1
+ import { InjectionToken } from '@angular/core';
2
2
  import type { TuiPaymentSystem } from '@taiga-ui/addon-commerce/types';
3
3
  export declare const TUI_PAYMENT_SYSTEM_ICONS: InjectionToken<Record<TuiPaymentSystem, string>>;