cmat 0.0.46 → 0.0.47

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,6 +6,7 @@ declare class CmatMasonryComponent implements OnChanges, AfterViewInit {
6
6
  columns: number;
7
7
  items: any[];
8
8
  distributedColumns: any[];
9
+ private _changeDetectorRef;
9
10
  ngOnChanges(changes: SimpleChanges): void;
10
11
  ngAfterViewInit(): void;
11
12
  private _distributeItems;
@@ -1,11 +1,12 @@
1
1
  import { NgTemplateOutlet } from '@angular/common';
2
2
  import * as i0 from '@angular/core';
3
- import { Input, ChangeDetectionStrategy, ViewEncapsulation, Component } from '@angular/core';
3
+ import { inject, ChangeDetectorRef, Input, ChangeDetectionStrategy, ViewEncapsulation, Component } from '@angular/core';
4
4
 
5
5
  class CmatMasonryComponent {
6
6
  constructor() {
7
7
  this.items = [];
8
8
  this.distributedColumns = [];
9
+ this._changeDetectorRef = inject(ChangeDetectorRef);
9
10
  }
10
11
  ngOnChanges(changes) {
11
12
  // Columns
@@ -27,6 +28,7 @@ class CmatMasonryComponent {
27
28
  // Return an empty array if there are no items
28
29
  if (this.items.length === 0) {
29
30
  this.distributedColumns = [];
31
+ this._changeDetectorRef.markForCheck();
30
32
  return;
31
33
  }
32
34
  // Prepare the distributed columns array
@@ -35,6 +37,7 @@ class CmatMasonryComponent {
35
37
  for (let i = 0; i < this.items.length; i++) {
36
38
  this.distributedColumns[i % this.columns].items.push(this.items[i]);
37
39
  }
40
+ this._changeDetectorRef.markForCheck();
38
41
  }
39
42
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: CmatMasonryComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
40
43
  static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.4", type: CmatMasonryComponent, isStandalone: true, selector: "cmat-masonry", inputs: { columnsTemplate: "columnsTemplate", columns: "columns", items: "items" }, exportAs: ["cmatMasonry"], usesOnChanges: true, ngImport: i0, template: "<div class=\"flex p-2\">\r\n <ng-container *ngTemplateOutlet=\"columnsTemplate; context: { $implicit: distributedColumns }\"></ng-container>\r\n</div>", dependencies: [{ kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
@@ -1 +1 @@
1
- {"version":3,"file":"cmat-components-masonry.mjs","sources":["../../../projects/cmat/components/masonry/masonry.component.ts","../../../projects/cmat/components/masonry/masonry.component.html","../../../projects/cmat/components/masonry/cmat-components-masonry.ts"],"sourcesContent":["import { NgTemplateOutlet } from '@angular/common';\r\nimport { AfterViewInit, ChangeDetectionStrategy, Component, Input, OnChanges, SimpleChanges, TemplateRef, ViewEncapsulation } from '@angular/core';\r\n\r\n@Component({\r\n selector: 'cmat-masonry',\r\n templateUrl: './masonry.component.html',\r\n encapsulation: ViewEncapsulation.None,\r\n changeDetection: ChangeDetectionStrategy.OnPush,\r\n exportAs: 'cmatMasonry',\r\n imports: [NgTemplateOutlet]\r\n})\r\nexport class CmatMasonryComponent implements OnChanges, AfterViewInit {\r\n @Input({ required: true }) columnsTemplate: TemplateRef<any>;\r\n @Input({ required: true }) columns: number;\r\n @Input() items: any[] = [];\r\n distributedColumns: any[] = [];\r\n\r\n ngOnChanges(changes: SimpleChanges): void {\r\n // Columns\r\n if ('columns' in changes) {\r\n // Distribute the items\r\n this._distributeItems();\r\n }\r\n\r\n // Items\r\n if ('items' in changes) {\r\n // Distribute the items\r\n this._distributeItems();\r\n }\r\n }\r\n\r\n ngAfterViewInit(): void {\r\n // Distribute the items for the first time\r\n this._distributeItems();\r\n }\r\n\r\n private _distributeItems(): void {\r\n // Return an empty array if there are no items\r\n if (this.items.length === 0) {\r\n this.distributedColumns = [];\r\n return;\r\n }\r\n\r\n // Prepare the distributed columns array\r\n this.distributedColumns = Array.from(Array(this.columns), () => ({items: []}));\r\n\r\n // Distribute the items to columns\r\n for (let i = 0; i < this.items.length; i++) {\r\n this.distributedColumns[i % this.columns].items.push(this.items[i]);\r\n }\r\n }\r\n}\r\n","<div class=\"flex p-2\">\r\n <ng-container *ngTemplateOutlet=\"columnsTemplate; context: { $implicit: distributedColumns }\"></ng-container>\r\n</div>","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;;MAWa,oBAAoB,CAAA;AARjC,IAAA,WAAA,GAAA;QAWa,IAAA,CAAA,KAAK,GAAU,EAAE;QAC1B,IAAA,CAAA,kBAAkB,GAAU,EAAE;AAoCjC,IAAA;AAlCG,IAAA,WAAW,CAAC,OAAsB,EAAA;;AAE9B,QAAA,IAAI,SAAS,IAAI,OAAO,EAAE;;YAEtB,IAAI,CAAC,gBAAgB,EAAE;QAC3B;;AAGA,QAAA,IAAI,OAAO,IAAI,OAAO,EAAE;;YAEpB,IAAI,CAAC,gBAAgB,EAAE;QAC3B;IACJ;IAEA,eAAe,GAAA;;QAEX,IAAI,CAAC,gBAAgB,EAAE;IAC3B;IAEQ,gBAAgB,GAAA;;QAEpB,IAAI,IAAI,CAAC,KAAK,CAAC,MAAM,KAAK,CAAC,EAAE;AACzB,YAAA,IAAI,CAAC,kBAAkB,GAAG,EAAE;YAC5B;QACJ;;QAGA,IAAI,CAAC,kBAAkB,GAAG,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,OAAO,CAAC,EAAE,OAAO,EAAC,KAAK,EAAE,EAAE,EAAC,CAAC,CAAC;;AAG9E,QAAA,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,IAAI,CAAC,KAAK,CAAC,MAAM,EAAE,CAAC,EAAE,EAAE;YACxC,IAAI,CAAC,kBAAkB,CAAC,CAAC,GAAG,IAAI,CAAC,OAAO,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC;QACvE;IACJ;8GAvCS,oBAAoB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;kGAApB,oBAAoB,EAAA,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,cAAA,EAAA,MAAA,EAAA,EAAA,eAAA,EAAA,iBAAA,EAAA,OAAA,EAAA,SAAA,EAAA,KAAA,EAAA,OAAA,EAAA,EAAA,QAAA,EAAA,CAAA,aAAA,CAAA,EAAA,aAAA,EAAA,IAAA,EAAA,QAAA,EAAA,EAAA,EAAA,QAAA,ECXjC,2JAEM,EAAA,YAAA,EAAA,CAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EDOQ,gBAAgB,EAAA,QAAA,EAAA,oBAAA,EAAA,MAAA,EAAA,CAAA,yBAAA,EAAA,kBAAA,EAAA,0BAAA,CAAA,EAAA,CAAA,EAAA,eAAA,EAAA,EAAA,CAAA,uBAAA,CAAA,MAAA,EAAA,aAAA,EAAA,EAAA,CAAA,iBAAA,CAAA,IAAA,EAAA,CAAA,CAAA;;2FAEjB,oBAAoB,EAAA,UAAA,EAAA,CAAA;kBARhC,SAAS;AACI,YAAA,IAAA,EAAA,CAAA,EAAA,QAAA,EAAA,cAAc,EAAA,aAAA,EAET,iBAAiB,CAAC,IAAI,EAAA,eAAA,EACpB,uBAAuB,CAAC,MAAM,EAAA,QAAA,EACrC,aAAa,EAAA,OAAA,EACd,CAAC,gBAAgB,CAAC,EAAA,QAAA,EAAA,2JAAA,EAAA;8BAGA,eAAe,EAAA,CAAA;sBAAzC,KAAK;uBAAC,EAAE,QAAQ,EAAE,IAAI,EAAE;gBACE,OAAO,EAAA,CAAA;sBAAjC,KAAK;uBAAC,EAAE,QAAQ,EAAE,IAAI,EAAE;gBAChB,KAAK,EAAA,CAAA;sBAAb;;;AEdL;;AAEG;;;;"}
1
+ {"version":3,"file":"cmat-components-masonry.mjs","sources":["../../../projects/cmat/components/masonry/masonry.component.ts","../../../projects/cmat/components/masonry/masonry.component.html","../../../projects/cmat/components/masonry/cmat-components-masonry.ts"],"sourcesContent":["import { NgTemplateOutlet } from '@angular/common';\r\nimport { AfterViewInit, ChangeDetectionStrategy, ChangeDetectorRef, Component, inject, Input, OnChanges, SimpleChanges, TemplateRef, ViewEncapsulation } from '@angular/core';\r\n\r\n@Component({\r\n selector: 'cmat-masonry',\r\n templateUrl: './masonry.component.html',\r\n encapsulation: ViewEncapsulation.None,\r\n changeDetection: ChangeDetectionStrategy.OnPush,\r\n exportAs: 'cmatMasonry',\r\n imports: [NgTemplateOutlet]\r\n})\r\nexport class CmatMasonryComponent implements OnChanges, AfterViewInit {\r\n @Input({ required: true }) columnsTemplate: TemplateRef<any>;\r\n @Input({ required: true }) columns: number;\r\n @Input() items: any[] = [];\r\n distributedColumns: any[] = [];\r\n\r\n private _changeDetectorRef = inject(ChangeDetectorRef);\r\n ngOnChanges(changes: SimpleChanges): void {\r\n // Columns\r\n if ('columns' in changes) {\r\n // Distribute the items\r\n this._distributeItems();\r\n }\r\n\r\n // Items\r\n if ('items' in changes) {\r\n // Distribute the items\r\n this._distributeItems();\r\n }\r\n }\r\n\r\n ngAfterViewInit(): void {\r\n // Distribute the items for the first time\r\n this._distributeItems();\r\n }\r\n\r\n private _distributeItems(): void {\r\n // Return an empty array if there are no items\r\n if (this.items.length === 0) {\r\n this.distributedColumns = [];\r\n\r\n this._changeDetectorRef.markForCheck();\r\n return;\r\n }\r\n\r\n // Prepare the distributed columns array\r\n this.distributedColumns = Array.from(Array(this.columns), () => ({ items: [] }));\r\n\r\n // Distribute the items to columns\r\n for (let i = 0; i < this.items.length; i++) {\r\n this.distributedColumns[i % this.columns].items.push(this.items[i]);\r\n }\r\n\r\n this._changeDetectorRef.markForCheck();\r\n }\r\n}\r\n","<div class=\"flex p-2\">\r\n <ng-container *ngTemplateOutlet=\"columnsTemplate; context: { $implicit: distributedColumns }\"></ng-container>\r\n</div>","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;;MAWa,oBAAoB,CAAA;AARjC,IAAA,WAAA,GAAA;QAWa,IAAA,CAAA,KAAK,GAAU,EAAE;QAC1B,IAAA,CAAA,kBAAkB,GAAU,EAAE;AAEtB,QAAA,IAAA,CAAA,kBAAkB,GAAG,MAAM,CAAC,iBAAiB,CAAC;AAuCzD,IAAA;AAtCG,IAAA,WAAW,CAAC,OAAsB,EAAA;;AAE9B,QAAA,IAAI,SAAS,IAAI,OAAO,EAAE;;YAEtB,IAAI,CAAC,gBAAgB,EAAE;QAC3B;;AAGA,QAAA,IAAI,OAAO,IAAI,OAAO,EAAE;;YAEpB,IAAI,CAAC,gBAAgB,EAAE;QAC3B;IACJ;IAEA,eAAe,GAAA;;QAEX,IAAI,CAAC,gBAAgB,EAAE;IAC3B;IAEQ,gBAAgB,GAAA;;QAEpB,IAAI,IAAI,CAAC,KAAK,CAAC,MAAM,KAAK,CAAC,EAAE;AACzB,YAAA,IAAI,CAAC,kBAAkB,GAAG,EAAE;AAE5B,YAAA,IAAI,CAAC,kBAAkB,CAAC,YAAY,EAAE;YACtC;QACJ;;QAGA,IAAI,CAAC,kBAAkB,GAAG,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,OAAO,CAAC,EAAE,OAAO,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,CAAC;;AAGhF,QAAA,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,IAAI,CAAC,KAAK,CAAC,MAAM,EAAE,CAAC,EAAE,EAAE;YACxC,IAAI,CAAC,kBAAkB,CAAC,CAAC,GAAG,IAAI,CAAC,OAAO,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC;QACvE;AAEA,QAAA,IAAI,CAAC,kBAAkB,CAAC,YAAY,EAAE;IAC1C;8GA5CS,oBAAoB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;kGAApB,oBAAoB,EAAA,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,cAAA,EAAA,MAAA,EAAA,EAAA,eAAA,EAAA,iBAAA,EAAA,OAAA,EAAA,SAAA,EAAA,KAAA,EAAA,OAAA,EAAA,EAAA,QAAA,EAAA,CAAA,aAAA,CAAA,EAAA,aAAA,EAAA,IAAA,EAAA,QAAA,EAAA,EAAA,EAAA,QAAA,ECXjC,2JAEM,EAAA,YAAA,EAAA,CAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EDOQ,gBAAgB,EAAA,QAAA,EAAA,oBAAA,EAAA,MAAA,EAAA,CAAA,yBAAA,EAAA,kBAAA,EAAA,0BAAA,CAAA,EAAA,CAAA,EAAA,eAAA,EAAA,EAAA,CAAA,uBAAA,CAAA,MAAA,EAAA,aAAA,EAAA,EAAA,CAAA,iBAAA,CAAA,IAAA,EAAA,CAAA,CAAA;;2FAEjB,oBAAoB,EAAA,UAAA,EAAA,CAAA;kBARhC,SAAS;AACI,YAAA,IAAA,EAAA,CAAA,EAAA,QAAA,EAAA,cAAc,EAAA,aAAA,EAET,iBAAiB,CAAC,IAAI,EAAA,eAAA,EACpB,uBAAuB,CAAC,MAAM,EAAA,QAAA,EACrC,aAAa,EAAA,OAAA,EACd,CAAC,gBAAgB,CAAC,EAAA,QAAA,EAAA,2JAAA,EAAA;8BAGA,eAAe,EAAA,CAAA;sBAAzC,KAAK;uBAAC,EAAE,QAAQ,EAAE,IAAI,EAAE;gBACE,OAAO,EAAA,CAAA;sBAAjC,KAAK;uBAAC,EAAE,QAAQ,EAAE,IAAI,EAAE;gBAChB,KAAK,EAAA,CAAA;sBAAb;;;AEdL;;AAEG;;;;"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cmat",
3
- "version": "0.0.46",
3
+ "version": "0.0.47",
4
4
  "author": {
5
5
  "name": "Yu Tao",
6
6
  "email": "916426364@qq.com"
@@ -73,14 +73,14 @@
73
73
  "types": "./components/cascade/index.d.ts",
74
74
  "default": "./fesm2022/cmat-components-cascade.mjs"
75
75
  },
76
- "./components/custom-formly": {
77
- "types": "./components/custom-formly/index.d.ts",
78
- "default": "./fesm2022/cmat-components-custom-formly.mjs"
79
- },
80
76
  "./components/chip-input": {
81
77
  "types": "./components/chip-input/index.d.ts",
82
78
  "default": "./fesm2022/cmat-components-chip-input.mjs"
83
79
  },
80
+ "./components/custom-formly": {
81
+ "types": "./components/custom-formly/index.d.ts",
82
+ "default": "./fesm2022/cmat-components-custom-formly.mjs"
83
+ },
84
84
  "./components/date-range": {
85
85
  "types": "./components/date-range/index.d.ts",
86
86
  "default": "./fesm2022/cmat-components-date-range.mjs"
@@ -137,14 +137,14 @@
137
137
  "types": "./components/pagination/index.d.ts",
138
138
  "default": "./fesm2022/cmat-components-pagination.mjs"
139
139
  },
140
- "./components/password-strength": {
141
- "types": "./components/password-strength/index.d.ts",
142
- "default": "./fesm2022/cmat-components-password-strength.mjs"
143
- },
144
140
  "./components/popover": {
145
141
  "types": "./components/popover/index.d.ts",
146
142
  "default": "./fesm2022/cmat-components-popover.mjs"
147
143
  },
144
+ "./components/password-strength": {
145
+ "types": "./components/password-strength/index.d.ts",
146
+ "default": "./fesm2022/cmat-components-password-strength.mjs"
147
+ },
148
148
  "./components/progress-bar": {
149
149
  "types": "./components/progress-bar/index.d.ts",
150
150
  "default": "./fesm2022/cmat-components-progress-bar.mjs"
@@ -181,14 +181,14 @@
181
181
  "types": "./components/toast/index.d.ts",
182
182
  "default": "./fesm2022/cmat-components-toast.mjs"
183
183
  },
184
- "./components/transfer-picker": {
185
- "types": "./components/transfer-picker/index.d.ts",
186
- "default": "./fesm2022/cmat-components-transfer-picker.mjs"
187
- },
188
184
  "./components/treetable": {
189
185
  "types": "./components/treetable/index.d.ts",
190
186
  "default": "./fesm2022/cmat-components-treetable.mjs"
191
187
  },
188
+ "./components/transfer-picker": {
189
+ "types": "./components/transfer-picker/index.d.ts",
190
+ "default": "./fesm2022/cmat-components-transfer-picker.mjs"
191
+ },
192
192
  "./components/upload": {
193
193
  "types": "./components/upload/index.d.ts",
194
194
  "default": "./fesm2022/cmat-components-upload.mjs"
@@ -205,38 +205,34 @@
205
205
  "types": "./directives/arrow-cursor/index.d.ts",
206
206
  "default": "./fesm2022/cmat-directives-arrow-cursor.mjs"
207
207
  },
208
- "./directives/autofocus": {
209
- "types": "./directives/autofocus/index.d.ts",
210
- "default": "./fesm2022/cmat-directives-autofocus.mjs"
211
- },
212
208
  "./directives/data-exporter": {
213
209
  "types": "./directives/data-exporter/index.d.ts",
214
210
  "default": "./fesm2022/cmat-directives-data-exporter.mjs"
215
211
  },
216
- "./directives/digit-only": {
217
- "types": "./directives/digit-only/index.d.ts",
218
- "default": "./fesm2022/cmat-directives-digit-only.mjs"
212
+ "./directives/autofocus": {
213
+ "types": "./directives/autofocus/index.d.ts",
214
+ "default": "./fesm2022/cmat-directives-autofocus.mjs"
219
215
  },
220
216
  "./directives/debounce": {
221
217
  "types": "./directives/debounce/index.d.ts",
222
218
  "default": "./fesm2022/cmat-directives-debounce.mjs"
223
219
  },
224
- "./lib/mock-api": {
225
- "types": "./lib/mock-api/index.d.ts",
226
- "default": "./fesm2022/cmat-lib-mock-api.mjs"
227
- },
228
- "./directives/equal-validator": {
229
- "types": "./directives/equal-validator/index.d.ts",
230
- "default": "./fesm2022/cmat-directives-equal-validator.mjs"
231
- },
232
220
  "./pipes/bytes": {
233
221
  "types": "./pipes/bytes/index.d.ts",
234
222
  "default": "./fesm2022/cmat-pipes-bytes.mjs"
235
223
  },
224
+ "./directives/digit-only": {
225
+ "types": "./directives/digit-only/index.d.ts",
226
+ "default": "./fesm2022/cmat-directives-digit-only.mjs"
227
+ },
236
228
  "./pipes/date-format": {
237
229
  "types": "./pipes/date-format/index.d.ts",
238
230
  "default": "./fesm2022/cmat-pipes-date-format.mjs"
239
231
  },
232
+ "./directives/equal-validator": {
233
+ "types": "./directives/equal-validator/index.d.ts",
234
+ "default": "./fesm2022/cmat-directives-equal-validator.mjs"
235
+ },
240
236
  "./pipes/find-by-key": {
241
237
  "types": "./pipes/find-by-key/index.d.ts",
242
238
  "default": "./fesm2022/cmat-pipes-find-by-key.mjs"
@@ -249,13 +245,17 @@
249
245
  "types": "./pipes/keys/index.d.ts",
250
246
  "default": "./fesm2022/cmat-pipes-keys.mjs"
251
247
  },
248
+ "./pipes/secure": {
249
+ "types": "./pipes/secure/index.d.ts",
250
+ "default": "./fesm2022/cmat-pipes-secure.mjs"
251
+ },
252
252
  "./pipes/uppercase": {
253
253
  "types": "./pipes/uppercase/index.d.ts",
254
254
  "default": "./fesm2022/cmat-pipes-uppercase.mjs"
255
255
  },
256
- "./pipes/secure": {
257
- "types": "./pipes/secure/index.d.ts",
258
- "default": "./fesm2022/cmat-pipes-secure.mjs"
256
+ "./lib/mock-api": {
257
+ "types": "./lib/mock-api/index.d.ts",
258
+ "default": "./fesm2022/cmat-lib-mock-api.mjs"
259
259
  },
260
260
  "./services/config": {
261
261
  "types": "./services/config/index.d.ts",
@@ -269,6 +269,10 @@
269
269
  "types": "./services/confirmation/index.d.ts",
270
270
  "default": "./fesm2022/cmat-services-confirmation.mjs"
271
271
  },
272
+ "./services/export-as": {
273
+ "types": "./services/export-as/index.d.ts",
274
+ "default": "./fesm2022/cmat-services-export-as.mjs"
275
+ },
272
276
  "./services/data": {
273
277
  "types": "./services/data/index.d.ts",
274
278
  "default": "./fesm2022/cmat-services-data.mjs"
@@ -277,10 +281,6 @@
277
281
  "types": "./services/loading/index.d.ts",
278
282
  "default": "./fesm2022/cmat-services-loading.mjs"
279
283
  },
280
- "./services/export-as": {
281
- "types": "./services/export-as/index.d.ts",
282
- "default": "./fesm2022/cmat-services-export-as.mjs"
283
- },
284
284
  "./services/local-storage": {
285
285
  "types": "./services/local-storage/index.d.ts",
286
286
  "default": "./fesm2022/cmat-services-local-storage.mjs"
@@ -289,14 +289,6 @@
289
289
  "types": "./services/media-watcher/index.d.ts",
290
290
  "default": "./fesm2022/cmat-services-media-watcher.mjs"
291
291
  },
292
- "./services/title": {
293
- "types": "./services/title/index.d.ts",
294
- "default": "./fesm2022/cmat-services-title.mjs"
295
- },
296
- "./services/translation": {
297
- "types": "./services/translation/index.d.ts",
298
- "default": "./fesm2022/cmat-services-translation.mjs"
299
- },
300
292
  "./services/platform": {
301
293
  "types": "./services/platform/index.d.ts",
302
294
  "default": "./fesm2022/cmat-services-platform.mjs"
@@ -305,6 +297,14 @@
305
297
  "types": "./services/splash-screen/index.d.ts",
306
298
  "default": "./fesm2022/cmat-services-splash-screen.mjs"
307
299
  },
300
+ "./services/title": {
301
+ "types": "./services/title/index.d.ts",
302
+ "default": "./fesm2022/cmat-services-title.mjs"
303
+ },
304
+ "./services/translation": {
305
+ "types": "./services/translation/index.d.ts",
306
+ "default": "./fesm2022/cmat-services-translation.mjs"
307
+ },
308
308
  "./services/utils": {
309
309
  "types": "./services/utils/index.d.ts",
310
310
  "default": "./fesm2022/cmat-services-utils.mjs"