iss-ctrl 0.0.14 → 0.0.16

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 (25) hide show
  1. package/fesm2022/{iss-ctrl-iss-ctrl-CDk4_RVA.mjs → iss-ctrl-iss-ctrl-CUlx5aua.mjs} +56 -51
  2. package/fesm2022/iss-ctrl-iss-ctrl-CUlx5aua.mjs.map +1 -0
  3. package/fesm2022/{iss-ctrl-load-event-5MIEPp-j.mjs → iss-ctrl-load-event-B2HY44Lg.mjs} +3 -3
  4. package/fesm2022/{iss-ctrl-load-event-5MIEPp-j.mjs.map → iss-ctrl-load-event-B2HY44Lg.mjs.map} +1 -1
  5. package/fesm2022/{iss-ctrl-load-options-event-D4gOR-3h.mjs → iss-ctrl-load-options-event-Bvfi4PZq.mjs} +3 -3
  6. package/fesm2022/{iss-ctrl-load-options-event-D4gOR-3h.mjs.map → iss-ctrl-load-options-event-Bvfi4PZq.mjs.map} +1 -1
  7. package/fesm2022/{iss-ctrl-load-value-event-a_CrlH07.mjs → iss-ctrl-load-value-event-Bq6nRj3K.mjs} +3 -3
  8. package/fesm2022/{iss-ctrl-load-value-event-a_CrlH07.mjs.map → iss-ctrl-load-value-event-Bq6nRj3K.mjs.map} +1 -1
  9. package/fesm2022/{iss-ctrl-note.field-DIU49W4s.mjs → iss-ctrl-note.field-DpXXdNd0.mjs} +2 -2
  10. package/fesm2022/{iss-ctrl-note.field-DIU49W4s.mjs.map → iss-ctrl-note.field-DpXXdNd0.mjs.map} +1 -1
  11. package/fesm2022/{iss-ctrl-replace-api-keys-8o7-XCdX.mjs → iss-ctrl-replace-api-keys-Dbdwgl4g.mjs} +2 -2
  12. package/fesm2022/{iss-ctrl-replace-api-keys-8o7-XCdX.mjs.map → iss-ctrl-replace-api-keys-Dbdwgl4g.mjs.map} +1 -1
  13. package/fesm2022/{iss-ctrl-set-value-event-BJGXPwPV.mjs → iss-ctrl-set-value-event-CXVuywEr.mjs} +2 -2
  14. package/fesm2022/{iss-ctrl-set-value-event-BJGXPwPV.mjs.map → iss-ctrl-set-value-event-CXVuywEr.mjs.map} +1 -1
  15. package/fesm2022/{iss-ctrl-table.field-Ca6d7LvU.mjs → iss-ctrl-table.field-C5SDeghW.mjs} +2 -2
  16. package/fesm2022/{iss-ctrl-table.field-Ca6d7LvU.mjs.map → iss-ctrl-table.field-C5SDeghW.mjs.map} +1 -1
  17. package/fesm2022/{iss-ctrl-trigger-based-on-json-value-Jp6lQkIa.mjs → iss-ctrl-trigger-based-on-json-value-Ck642ldN.mjs} +2 -2
  18. package/fesm2022/{iss-ctrl-trigger-based-on-json-value-Jp6lQkIa.mjs.map → iss-ctrl-trigger-based-on-json-value-Ck642ldN.mjs.map} +1 -1
  19. package/fesm2022/{iss-ctrl-user-picker.field-CFK871y8.mjs → iss-ctrl-user-picker.field-69Tqgu2G.mjs} +2 -2
  20. package/fesm2022/{iss-ctrl-user-picker.field-CFK871y8.mjs.map → iss-ctrl-user-picker.field-69Tqgu2G.mjs.map} +1 -1
  21. package/fesm2022/iss-ctrl.mjs +1 -1
  22. package/package.json +1 -1
  23. package/types/iss-ctrl.d.ts +3 -3
  24. package/upgrade.scss +8 -17
  25. package/fesm2022/iss-ctrl-iss-ctrl-CDk4_RVA.mjs.map +0 -1
@@ -79,9 +79,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImpor
79
79
  *
80
80
  * ### Content projection
81
81
  * Controls that render a `mat-form-field` project `<label>` into the floating label.
82
- * An omitted label or one that interpolates to an empty string — leaves `<mat-label>`
83
- * empty, and `upgrade.scss` collapses the floating-label space for it. No label markup is
84
- * removed at runtime, so a label that arrives later simply shows up.
82
+ * `upgrade.scss` reveals that space only while the projected `<label>` carries text, so an
83
+ * omitted label or one that interpolates to an empty string — collapses it. No label markup
84
+ * is removed at runtime, so a label that arrives later simply shows up.
85
85
  *
86
86
  * @example
87
87
  * ```html
@@ -401,8 +401,8 @@ class ChipsControl extends ControlBase {
401
401
  { provide: NG_VALUE_ACCESSOR, useExisting: ChipsControl, multi: true }
402
402
  ], usesInheritance: true, ngImport: i0, template: `
403
403
  <mat-form-field floatLabel="auto" class="">
404
- <!-- Kept on one line: an omitted or empty label must leave <mat-label> :empty so upgrade.scss can collapse the floating-label space. -->
405
- <mat-label class="fs-16 fc-black">
404
+ <!-- Always rendered: upgrade.scss shows the floating label only while the projected <label> carries text, so an omitted or empty one collapses on its own. -->
405
+ <mat-label class="fs-16 fc-dark-gray">
406
406
  <ng-content select="label"></ng-content>
407
407
  </mat-label>
408
408
  <input
@@ -446,8 +446,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImpor
446
446
  ],
447
447
  template: `
448
448
  <mat-form-field floatLabel="auto" class="">
449
- <!-- Kept on one line: an omitted or empty label must leave <mat-label> :empty so upgrade.scss can collapse the floating-label space. -->
450
- <mat-label class="fs-16 fc-black">
449
+ <!-- Always rendered: upgrade.scss shows the floating label only while the projected <label> carries text, so an omitted or empty one collapses on its own. -->
450
+ <mat-label class="fs-16 fc-dark-gray">
451
451
  <ng-content select="label"></ng-content>
452
452
  </mat-label>
453
453
  <input
@@ -773,11 +773,16 @@ class IssDateAdapter extends NativeDateAdapter {
773
773
  // One pass, so a substituted month name can never be re-read as a token.
774
774
  return (displayFormat ?? "dd/MM/yyyy").replace(/yyyy|MMMM|MMM|MM|dd/g, (token) => {
775
775
  switch (token) {
776
- case "yyyy": return String(year).padStart(4, "0");
777
- case "MMMM": return this.getMonthNames("long")[month];
778
- case "MMM": return this.getMonthNames("short")[month];
779
- case "MM": return String(month + 1).padStart(2, "0");
780
- default: return String(day).padStart(2, "0");
776
+ case "yyyy":
777
+ return String(year).padStart(4, "0");
778
+ case "MMMM":
779
+ return this.getMonthNames("long")[month];
780
+ case "MMM":
781
+ return this.getMonthNames("short")[month];
782
+ case "MM":
783
+ return String(month + 1).padStart(2, "0");
784
+ default:
785
+ return String(day).padStart(2, "0");
781
786
  }
782
787
  });
783
788
  }
@@ -931,8 +936,8 @@ class DatePickerControl extends ControlBase {
931
936
  { provide: NG_VALIDATORS, useExisting: DatePickerControl, multi: true },
932
937
  ], usesInheritance: true, ngImport: i0, template: `
933
938
  <mat-form-field floatLabel="auto" class="">
934
- <!-- Kept on one line: an omitted or empty label must leave <mat-label> :empty so upgrade.scss can collapse the floating-label space. -->
935
- <mat-label class="fs-16 fc-black">
939
+ <!-- Always rendered: upgrade.scss shows the floating label only while the projected <label> carries text, so an omitted or empty one collapses on its own. -->
940
+ <mat-label class="fs-16 fc-dark-gray">
936
941
  <ng-content select="label"></ng-content>
937
942
  </mat-label>
938
943
  <input
@@ -966,8 +971,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImpor
966
971
  { provide: NG_VALIDATORS, useExisting: DatePickerControl, multi: true },
967
972
  ], template: `
968
973
  <mat-form-field floatLabel="auto" class="">
969
- <!-- Kept on one line: an omitted or empty label must leave <mat-label> :empty so upgrade.scss can collapse the floating-label space. -->
970
- <mat-label class="fs-16 fc-black">
974
+ <!-- Always rendered: upgrade.scss shows the floating label only while the projected <label> carries text, so an omitted or empty one collapses on its own. -->
975
+ <mat-label class="fs-16 fc-dark-gray">
971
976
  <ng-content select="label"></ng-content>
972
977
  </mat-label>
973
978
  <input
@@ -1179,8 +1184,8 @@ class DateRangePickerControl extends ControlBase {
1179
1184
  ], usesInheritance: true, ngImport: i0, template: `
1180
1185
  <mat-form-field floatLabel="auto" class="">
1181
1186
 
1182
- <!-- Kept on one line: an omitted or empty label must leave <mat-label> :empty so upgrade.scss can collapse the floating-label space. -->
1183
- <mat-label class="fs-16 fc-black">
1187
+ <!-- Always rendered: upgrade.scss shows the floating label only while the projected <label> carries text, so an omitted or empty one collapses on its own. -->
1188
+ <mat-label class="fs-16 fc-dark-gray">
1184
1189
  <ng-content select="label"></ng-content>
1185
1190
  </mat-label>
1186
1191
  <mat-date-range-input
@@ -1231,8 +1236,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImpor
1231
1236
  template: `
1232
1237
  <mat-form-field floatLabel="auto" class="">
1233
1238
 
1234
- <!-- Kept on one line: an omitted or empty label must leave <mat-label> :empty so upgrade.scss can collapse the floating-label space. -->
1235
- <mat-label class="fs-16 fc-black">
1239
+ <!-- Always rendered: upgrade.scss shows the floating label only while the projected <label> carries text, so an omitted or empty one collapses on its own. -->
1240
+ <mat-label class="fs-16 fc-dark-gray">
1236
1241
  <ng-content select="label"></ng-content>
1237
1242
  </mat-label>
1238
1243
  <mat-date-range-input
@@ -1351,8 +1356,8 @@ class TimePickerControl extends ControlBase {
1351
1356
  { provide: NG_VALIDATORS, useExisting: TimePickerControl, multi: true },
1352
1357
  ], usesInheritance: true, ngImport: i0, template: `
1353
1358
  <mat-form-field floatLabel="auto" class="">
1354
- <!-- Kept on one line: an omitted or empty label must leave <mat-label> :empty so upgrade.scss can collapse the floating-label space. -->
1355
- <mat-label class="fs-16 fc-black">
1359
+ <!-- Always rendered: upgrade.scss shows the floating label only while the projected <label> carries text, so an omitted or empty one collapses on its own. -->
1360
+ <mat-label class="fs-16 fc-dark-gray">
1356
1361
  <ng-content select="label"></ng-content>
1357
1362
  </mat-label>
1358
1363
  <input
@@ -1388,8 +1393,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImpor
1388
1393
  ],
1389
1394
  template: `
1390
1395
  <mat-form-field floatLabel="auto" class="">
1391
- <!-- Kept on one line: an omitted or empty label must leave <mat-label> :empty so upgrade.scss can collapse the floating-label space. -->
1392
- <mat-label class="fs-16 fc-black">
1396
+ <!-- Always rendered: upgrade.scss shows the floating label only while the projected <label> carries text, so an omitted or empty one collapses on its own. -->
1397
+ <mat-label class="fs-16 fc-dark-gray">
1393
1398
  <ng-content select="label"></ng-content>
1394
1399
  </mat-label>
1395
1400
  <input
@@ -1555,7 +1560,7 @@ class DatetimePickerControl extends ControlBase {
1555
1560
  (onChange)="emit()"
1556
1561
  >
1557
1562
  <!-- Re-projected with ngProjectAs so it still matches the date picker's own select="label";
1558
- wrapping it in a second <label> instead would hide an empty label from the :empty rule in upgrade.scss. -->
1563
+ wrapping it in a second <label> instead would nest one inside the other and defeat the label rule in upgrade.scss. -->
1559
1564
  <ng-content select="label" ngProjectAs="label"></ng-content>
1560
1565
  </iss-ctrl-date-picker>
1561
1566
  <iss-ctrl-time-picker
@@ -1600,7 +1605,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImpor
1600
1605
  (onChange)="emit()"
1601
1606
  >
1602
1607
  <!-- Re-projected with ngProjectAs so it still matches the date picker's own select="label";
1603
- wrapping it in a second <label> instead would hide an empty label from the :empty rule in upgrade.scss. -->
1608
+ wrapping it in a second <label> instead would nest one inside the other and defeat the label rule in upgrade.scss. -->
1604
1609
  <ng-content select="label" ngProjectAs="label"></ng-content>
1605
1610
  </iss-ctrl-date-picker>
1606
1611
  <iss-ctrl-time-picker
@@ -2022,8 +2027,8 @@ class InputControl extends ControlBase {
2022
2027
  { provide: NG_VALIDATORS, useExisting: InputControl, multi: true }
2023
2028
  ], usesInheritance: true, ngImport: i0, template: `
2024
2029
  <mat-form-field floatLabel="auto" class="">
2025
- <!-- Kept on one line: an omitted or empty label must leave <mat-label> :empty so upgrade.scss can collapse the floating-label space. -->
2026
- <mat-label class="fs-16 fc-black">
2030
+ <!-- Always rendered: upgrade.scss shows the floating label only while the projected <label> carries text, so an omitted or empty one collapses on its own. -->
2031
+ <mat-label class="fs-16 fc-dark-gray">
2027
2032
  <ng-content select="label"></ng-content>
2028
2033
  </mat-label>
2029
2034
  <ng-content select="[issPrefix]"></ng-content>
@@ -2080,8 +2085,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImpor
2080
2085
  ],
2081
2086
  template: `
2082
2087
  <mat-form-field floatLabel="auto" class="">
2083
- <!-- Kept on one line: an omitted or empty label must leave <mat-label> :empty so upgrade.scss can collapse the floating-label space. -->
2084
- <mat-label class="fs-16 fc-black">
2088
+ <!-- Always rendered: upgrade.scss shows the floating label only while the projected <label> carries text, so an omitted or empty one collapses on its own. -->
2089
+ <mat-label class="fs-16 fc-dark-gray">
2085
2090
  <ng-content select="label"></ng-content>
2086
2091
  </mat-label>
2087
2092
  <ng-content select="[issPrefix]"></ng-content>
@@ -4416,8 +4421,8 @@ class MobileControl extends ControlBase {
4416
4421
  { provide: NG_VALIDATORS, useExisting: MobileControl, multi: true }
4417
4422
  ], usesInheritance: true, ngImport: i0, template: `
4418
4423
  <mat-form-field floatLabel="auto" cdkOverlayOrigin #trigger="cdkOverlayOrigin">
4419
- <!-- Kept on one line: an omitted or empty label must leave <mat-label> :empty so upgrade.scss can collapse the floating-label space. -->
4420
- <mat-label class="fs-16 fc-black">
4424
+ <!-- Always rendered: upgrade.scss shows the floating label only while the projected <label> carries text, so an omitted or empty one collapses on its own. -->
4425
+ <mat-label class="fs-16 fc-dark-gray">
4421
4426
  <ng-content select="label"></ng-content>
4422
4427
  </mat-label>
4423
4428
  <div class="d-inline-flex align-items-center gap-1 country-flag" matPrefix (click)="toggleCountryCodeMenu()">
@@ -4494,8 +4499,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImpor
4494
4499
  { provide: NG_VALIDATORS, useExisting: MobileControl, multi: true }
4495
4500
  ], template: `
4496
4501
  <mat-form-field floatLabel="auto" cdkOverlayOrigin #trigger="cdkOverlayOrigin">
4497
- <!-- Kept on one line: an omitted or empty label must leave <mat-label> :empty so upgrade.scss can collapse the floating-label space. -->
4498
- <mat-label class="fs-16 fc-black">
4502
+ <!-- Always rendered: upgrade.scss shows the floating label only while the projected <label> carries text, so an omitted or empty one collapses on its own. -->
4503
+ <mat-label class="fs-16 fc-dark-gray">
4499
4504
  <ng-content select="label"></ng-content>
4500
4505
  </mat-label>
4501
4506
  <div class="d-inline-flex align-items-center gap-1 country-flag" matPrefix (click)="toggleCountryCodeMenu()">
@@ -5314,8 +5319,8 @@ class SelectControl extends ControlBase {
5314
5319
  { provide: NG_VALUE_ACCESSOR, useExisting: SelectControl, multi: true },
5315
5320
  ], queries: [{ propertyName: "optionTemplate", first: true, predicate: ["optionTemplate"], descendants: true, isSignal: true }, { propertyName: "cardViewerTemplate", first: true, predicate: ["cardViewerTemplate"], descendants: true, isSignal: true }], usesInheritance: true, ngImport: i0, template: `
5316
5321
  <mat-form-field floatLabel="auto" class="">
5317
- <!-- Kept on one line: an omitted or empty label must leave <mat-label> :empty so upgrade.scss can collapse the floating-label space. -->
5318
- <mat-label class="fs-16 fc-black">
5322
+ <!-- Always rendered: upgrade.scss shows the floating label only while the projected <label> carries text, so an omitted or empty one collapses on its own. -->
5323
+ <mat-label class="fs-16 fc-dark-gray">
5319
5324
  <ng-content select="label"></ng-content>
5320
5325
  </mat-label>
5321
5326
  <input [formControl]="ctrl" [matAutocomplete]="auto" [matChipInputFor]="chipGrid" [placeholder]="placeholder()" [readonly]="readonly()" (blur)="markAsTouched()" class="m-0" matInput/>
@@ -5394,8 +5399,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImpor
5394
5399
  { provide: NG_VALUE_ACCESSOR, useExisting: SelectControl, multi: true },
5395
5400
  ], template: `
5396
5401
  <mat-form-field floatLabel="auto" class="">
5397
- <!-- Kept on one line: an omitted or empty label must leave <mat-label> :empty so upgrade.scss can collapse the floating-label space. -->
5398
- <mat-label class="fs-16 fc-black">
5402
+ <!-- Always rendered: upgrade.scss shows the floating label only while the projected <label> carries text, so an omitted or empty one collapses on its own. -->
5403
+ <mat-label class="fs-16 fc-dark-gray">
5399
5404
  <ng-content select="label"></ng-content>
5400
5405
  </mat-label>
5401
5406
  <input [formControl]="ctrl" [matAutocomplete]="auto" [matChipInputFor]="chipGrid" [placeholder]="placeholder()" [readonly]="readonly()" (blur)="markAsTouched()" class="m-0" matInput/>
@@ -5547,8 +5552,8 @@ class TextareaControl extends ControlBase {
5547
5552
  { provide: NG_VALIDATORS, useExisting: TextareaControl, multi: true }
5548
5553
  ], usesInheritance: true, ngImport: i0, template: `
5549
5554
  <mat-form-field floatLabel="auto" class="custom-textarea">
5550
- <!-- Kept on one line: an omitted or empty label must leave <mat-label> :empty so upgrade.scss can collapse the floating-label space. -->
5551
- <mat-label class="fs-16 fc-black">
5555
+ <!-- Always rendered: upgrade.scss shows the floating label only while the projected <label> carries text, so an omitted or empty one collapses on its own. -->
5556
+ <mat-label class="fs-16 fc-dark-gray">
5552
5557
  <ng-content select="label"></ng-content>
5553
5558
  </mat-label>
5554
5559
  <textarea
@@ -5585,8 +5590,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImpor
5585
5590
  schemas: [CUSTOM_ELEMENTS_SCHEMA],
5586
5591
  template: `
5587
5592
  <mat-form-field floatLabel="auto" class="custom-textarea">
5588
- <!-- Kept on one line: an omitted or empty label must leave <mat-label> :empty so upgrade.scss can collapse the floating-label space. -->
5589
- <mat-label class="fs-16 fc-black">
5593
+ <!-- Always rendered: upgrade.scss shows the floating label only while the projected <label> carries text, so an omitted or empty one collapses on its own. -->
5594
+ <mat-label class="fs-16 fc-dark-gray">
5590
5595
  <ng-content select="label"></ng-content>
5591
5596
  </mat-label>
5592
5597
  <textarea
@@ -6351,22 +6356,22 @@ const COMPONENTS = {
6351
6356
  datetime: () => Promise.resolve().then(function () { return datetimePicker_field; }).then((c) => c.DatetimePickerField),
6352
6357
  date_range: () => Promise.resolve().then(function () { return dateRangePicker_field; }).then((c) => c.DateRangePickerField),
6353
6358
  attachment: () => Promise.resolve().then(function () { return filePicker_field; }).then((c) => c.FilePickerField),
6354
- userPicker: () => import('./iss-ctrl-user-picker.field-CFK871y8.mjs').then((c) => c.UserPickerField),
6359
+ userPicker: () => import('./iss-ctrl-user-picker.field-69Tqgu2G.mjs').then((c) => c.UserPickerField),
6355
6360
  vehicle_plate: () => Promise.resolve().then(function () { return plate_field; }).then((c) => c.PlateField),
6356
- enrichment: () => import('./iss-ctrl-note.field-DIU49W4s.mjs').then((c) => c.NoteField),
6361
+ enrichment: () => import('./iss-ctrl-note.field-DpXXdNd0.mjs').then((c) => c.NoteField),
6357
6362
  mobile: () => Promise.resolve().then(function () { return mobile_field; }).then((c) => c.MobileField),
6358
- table: () => import('./iss-ctrl-table.field-Ca6d7LvU.mjs').then((c) => c.TableField),
6363
+ table: () => import('./iss-ctrl-table.field-C5SDeghW.mjs').then((c) => c.TableField),
6359
6364
  chips: () => Promise.resolve().then(function () { return chips_field; }).then((c) => c.ChipsField),
6360
6365
  switch: () => Promise.resolve().then(function () { return slideToggle_field; }).then((c) => c.SlideToggleField),
6361
6366
  };
6362
6367
 
6363
6368
  const SERVICES = {
6364
- setValue: () => import('./iss-ctrl-set-value-event-BJGXPwPV.mjs').then((s) => s.SetValueEvent),
6369
+ setValue: () => import('./iss-ctrl-set-value-event-CXVuywEr.mjs').then((s) => s.SetValueEvent),
6365
6370
  show: () => import('./iss-ctrl-show-event-BcRCwAfo.mjs').then((s) => s.ShowEvent),
6366
- load: () => import('./iss-ctrl-load-value-event-a_CrlH07.mjs').then((s) => s.LoadValueEvent),
6367
- loadOptions: () => import('./iss-ctrl-load-options-event-D4gOR-3h.mjs').then((s) => s.LoadOptionsEvent),
6368
- triggerBasedOnJsonValue: () => import('./iss-ctrl-trigger-based-on-json-value-Jp6lQkIa.mjs').then((s) => s.TriggerBasedOnJsonValue),
6369
- replaceApiKeyDefaultImpl: () => import('./iss-ctrl-replace-api-keys-8o7-XCdX.mjs').then((s) => s.ReplaceApiKeys),
6371
+ load: () => import('./iss-ctrl-load-value-event-Bq6nRj3K.mjs').then((s) => s.LoadValueEvent),
6372
+ loadOptions: () => import('./iss-ctrl-load-options-event-Bvfi4PZq.mjs').then((s) => s.LoadOptionsEvent),
6373
+ triggerBasedOnJsonValue: () => import('./iss-ctrl-trigger-based-on-json-value-Ck642ldN.mjs').then((s) => s.TriggerBasedOnJsonValue),
6374
+ replaceApiKeyDefaultImpl: () => import('./iss-ctrl-replace-api-keys-Dbdwgl4g.mjs').then((s) => s.ReplaceApiKeys),
6370
6375
  };
6371
6376
 
6372
6377
  // Read-only counterpart of COMPONENTS: the component used to render a field's value
@@ -9411,4 +9416,4 @@ var time_validator = /*#__PURE__*/Object.freeze({
9411
9416
  */
9412
9417
 
9413
9418
  export { PlateViewer as $, TimePickerField as A, DatePickerField as B, ControlBase as C, DatePickerControl as D, Employee as E, FieldBase as F, DatetimePickerField as G, HOST as H, IssField as I, DateRangePickerField as J, InputViewer as K, Loader as L, MobileControl as M, TextareaViewer as N, Outlet as O, PLACEHOLDER_REGEX as P, ChipsViewer as Q, RadioControl as R, SelectControl as S, TextareaControl as T, RadioViewer as U, VIEW_PROVIDER as V, SelectViewer as W, MobileViewer as X, CheckboxViewer as Y, ToggleButtonViewer as Z, SlideToggleViewer as _, ValidationMessageComponent as a, AttachmentViewer as a0, TimePickerViewer as a1, DatePickerViewer as a2, DatePickerTimeViewer as a3, DateRangePickerViewer as a4, DEFAULT_COUNTRY as a5, COUNTRIES as a6, DATE_FORMAT_ADAPTER as a7, DATETIME_FORMAT as a8, PLATE_LETTERS as a9, startOfHijriMonth as aA, getHijriDaysInMonth as aB, createHijriDate as aC, formatHijriDate as aD, parseHijriDate as aE, toHijriDisplay as aF, IssValidators as aG, FileValidators as aH, TimeValidator as aI, VALIDATION_MESSAGES as aa, COMPONENTS as ab, SERVICES as ac, VALIDATORS as ad, FIELD_DATA as ae, UI_LANGUAGE as af, ATTACHMENT_UPLOAD_URL as ag, ATTACHMENT_UPLOAD_RESPONSE_MAPPER as ah, ATTACHMENT_DOWNLOAD_URL as ai, USER_SEARCH_API as aj, HintsComponent as ak, Droppable as al, ArabicNumberPipe as am, FieldDataInjector as an, PlateLetterPipe as ao, SelectStatusPipe as ap, TranslatePipe as aq, FileHandler as ar, IssDateAdapter as as, provideIssDateAdapter as at, Phone as au, arrayFrom as av, formatFileSize as aw, HIJRI_LOCALE as ax, HIJRI_MONTH_NAMES as ay, getHijriParts as az, ViewerBase as b, FormEngine as c, CheckboxControl as d, ChipsControl as e, DateRangePickerControl as f, getPropertyByPath as g, DatetimePickerControl as h, FilePickerControl as i, InputControl as j, PlateControl as k, SlideToggleControl as l, TimePickerControl as m, ToggleButtonControl as n, InputField as o, TextareaField as p, ChipsField as q, replacePlaceholders as r, RadioField as s, SelectField as t, MobileField as u, CheckboxField as v, ToggleButtonField as w, SlideToggleField as x, PlateField as y, FilePickerField as z };
9414
- //# sourceMappingURL=iss-ctrl-iss-ctrl-CDk4_RVA.mjs.map
9419
+ //# sourceMappingURL=iss-ctrl-iss-ctrl-CUlx5aua.mjs.map