@bravobit/bb-foundation 0.51.7 → 0.52.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.
@@ -6,7 +6,7 @@ import { Localize } from '../localize.service';
6
6
  export declare class LocalizeInterpolateTransform extends LocalizeTransform {
7
7
  protected readonly config?: LocalizeConfig;
8
8
  protected readonly functions?: LocalizeFunction[];
9
- protected readonly substitutions: [string, string];
9
+ protected readonly substitutions: [leftSubstitution: string, rightSubstitution: string];
10
10
  protected readonly functionsMap: LocalizeFunctionMap;
11
11
  execute(value: string, data: LocalizeParams['data'], localize: Localize): string;
12
12
  protected parseInterpolationToken(value: string, data: LocalizeParams['data'], localize: Localize): string;
@@ -4,7 +4,7 @@ import { LocalizeTransform } from './abstract.transform';
4
4
  import { Localize } from '../localize.service';
5
5
  export declare class LocalizePluralTransform extends LocalizeTransform {
6
6
  protected readonly config?: LocalizeConfig;
7
- protected readonly substitutions: [string, string];
7
+ protected readonly substitutions: [leftSubstitution: string, rightSubstitution: string];
8
8
  protected readonly defaultAmount = "default";
9
9
  protected readonly multiItemRegex: RegExp;
10
10
  protected readonly singleItemRegex: RegExp;
@@ -4,6 +4,6 @@ import { LocalizeTransform } from './abstract.transform';
4
4
  import { Localize } from '../localize.service';
5
5
  export declare class LocalizeReferenceTransform extends LocalizeTransform {
6
6
  protected readonly config?: LocalizeConfig;
7
- protected readonly substitutions: [string, string];
7
+ protected readonly substitutions: [leftSubstitution: string, rightSubstitution: string];
8
8
  execute(value: string, _: LocalizeParams['data'], localize: Localize): string;
9
9
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bravobit/bb-foundation",
3
- "version": "0.51.7",
3
+ "version": "0.52.0",
4
4
  "description": "The Angular core foundation of the Bravobit team.",
5
5
  "author": {
6
6
  "name": "Stan van Heumen",
@@ -44,21 +44,21 @@
44
44
  "types": "./collections/index.d.ts",
45
45
  "default": "./fesm2022/bravobit-bb-foundation-collections.mjs"
46
46
  },
47
- "./combobox": {
48
- "types": "./combobox/index.d.ts",
49
- "default": "./fesm2022/bravobit-bb-foundation-combobox.mjs"
50
- },
51
47
  "./dashboard": {
52
48
  "types": "./dashboard/index.d.ts",
53
49
  "default": "./fesm2022/bravobit-bb-foundation-dashboard.mjs"
54
50
  },
51
+ "./dialog": {
52
+ "types": "./dialog/index.d.ts",
53
+ "default": "./fesm2022/bravobit-bb-foundation-dialog.mjs"
54
+ },
55
55
  "./elements": {
56
56
  "types": "./elements/index.d.ts",
57
57
  "default": "./fesm2022/bravobit-bb-foundation-elements.mjs"
58
58
  },
59
- "./dialog": {
60
- "types": "./dialog/index.d.ts",
61
- "default": "./fesm2022/bravobit-bb-foundation-dialog.mjs"
59
+ "./combobox": {
60
+ "types": "./combobox/index.d.ts",
61
+ "default": "./fesm2022/bravobit-bb-foundation-combobox.mjs"
62
62
  },
63
63
  "./http": {
64
64
  "types": "./http/index.d.ts",